html {
    overflow-y: scroll;
}

img {
    border: none;
}

strong {
    font-weight: bold;
}

h2#slogan {
    font-weight: normal;
}

h3 {
    margin: 1em 0 0.5em 0;
    font-size: 1em;
    font-weight: bold;
    color: #666;
}

#content .gm-style-iw h3 {
    margin-bottom: .5em;
}


/* Same value as body > h3 */

#content ul,
#content ol {
    margin-left: 20px;
}

#logo h1 {
    font-size: 1em;
    font-weight: normal;
}

h1 a {
    text-decoration: inherit;
    color: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
}

#content h2,
#content h3 {
    text-align: left;
}

#content h3 {
    color: inherit;
    font-size: 1.1em;
    font-weight: normal;
}

#content h2,
#content h3,
#content p {
    margin: 16px 0;
}

table {
    margin-bottom: 1em;
}

#content .ed-element h2,
#content .ed-element h3,
#content .ed-element p {
    margin: 0;
}

hr {
    border: none;
    height: 1px;
    background: #ccc;
    color: #ccc;
}

input[type="text"] {
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
}

.imgLeft {
    float: left;
    margin-right: 10px;
    position: relative;
    z-index: 10;
}

.imgRight {
    float: right;
    margin-left: 10px;
    position: relative;
    z-index: 10;
}

.left,
#content .left {
    text-align: left;
}

.center,
#content .center {
    text-align: center;
}

.right,
#content .right {
    text-align: right;
}

.placeholder {
    position: relative;
    background: rgba(32, 148, 190, 0.5);
    margin: -1px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.clear,
.clear_l,
.clear_r {
    font-size: 0;
    height: 0;
    line-height: 0;
    text-indent: -999em;
    text-decoration: none;
    background: none;
}

.clear {
    clear: both;
}

.clear_l {
    clear: left;
}

.clear_r {
    clear: right;
}

textarea.defaultContent,
input.defaultContent {
    color: #999;
}

#content .sidebar {
    padding: 5px 10px 10px 20px;
    float: right;
    width: 200px;
    background: #fff;
}

#content .sidebar h2 {
    margin-top: 0;
}

#content_ad {
    width: 468px;
    margin: 5px auto;
    position: relative;
    z-index: 0;
}

#content_ad.wide {
    width: 728px;
}

#content_ad.wide img {
    -webkit-box-shadow: 0 0 2px 1px #ccc;
    -moz-box-shadow: 0 0 2px 1px #ccc;
    box-shadow: 0 0 2px 1px #ccc;
}

#menu ul li a span {
    cursor: pointer;
}

#menu li.last {
    display: none;
}

#menu div.sub {
    display: none;
}

#footer .footerRemove {
    background-color: #900;
    text-decoration: none;
    color: #fff;
    padding: 1px;
    font-size: 10px;
}

.ui-sortable-float-helper-start,
.ui-sortable-float-helper-end {
    margin: 0 !important;
    padding: 0 !important;
    height: 0;
}

.dragging-active .ui-sortable-float-helper-start,
.dragging-active .ui-sortable-float-helper-end {
    height: 3px;
}


/* Form Element */

div.ed-form-item {
    position: relative;
}

div.ed-form-item.connected {
    float: left;
}


/* clearfix */

.ed-form-item:before,
.ed-form-item:after,
.ed-form-wrapper:before,
.ed-form-wrapper:after,
div.ed-form form>div:before,
div.ed-form form>div:after {
    content: "";
    display: table;
}

.ed-form-item:after,
.ed-form-wrapper:after,
div.ed-form form>div:after {
    clear: both;
}

div.ed-form .clear {
    clear: both;
}

div.ed-form-item label {
    padding: 0 1px 0 0;
    width: 100%;
}


/* 1px padding to keep height */

div.ed-form div.ed-form-item:last-child,
div.ed-form .ui-sortable div.ed-form-item:nth-last-child(2) {
    margin-bottom: 0 !important;
}

div.ed-form {
    position: relative;
}

div.ed-form>div.ed-form-wrapper,
div.ed-form div ul {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 0;
}

div.ed-form div ul {
    list-style: none;
}

div.ed-form.labels-left div.label,
div.ed-form.labels-left div.error,
div.ed-form.labels-left div.element {
    width: 50%;
    float: left;
}

div.ed-form.labels-left div.error,
div.ed-form.labels-left div.element {
    float: right;
}

div.ed-form.labels-left .ed-form-item.connected.child div.error,
div.ed-form.labels-left .ed-form-item.connected.child div.element {
    width: 100% !important;
}

div.ed-form.labels-left .ed-form-item.connected.child div.label {
    display: none;
}

div.ed-form.labels-above div.element {
    margin-bottom: 8px;
}

div.ed-form.labels-hidden div.label {
    display: none;
}

div.ed-form div.element input,
div.ed-form div.element textarea,
div.ed-form div.element select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    width: 100%;
}

div.ed-form div.element textarea {
    resize: none;
}

div.ed-form .ed-form-button div.element input,
div.ed-form .ed-form-checkbox div.element input,
div.ed-form .ed-form-radio div.element input {
    width: auto;
}

div.ed-form .ed-form-button div.element input {
    padding: 8px 13px;
    border: 0px solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #ddd;
    transition: background-color .5s;
    -moz-transition: background-color .5s;
    -webkit-transition: background-color .5s;
    -o-transition: background-color .5s;
    cursor: pointer;
}

div.ed-form .ed-form-button div.element input:hover {
    background-color: #eee;
}


/* the spans */

div.ed-form form>div {
    position: relative;
    min-height: 80px;
    /* Captcha is also > 80px */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

div.ed-form form>div:first-of-type {
    padding-left: 0 !important;
}

div.ed-form form>div:last-of-type {
    padding-right: 0 !important;
}

div.ed-form .ui-sortable-next,
div.ed-form .ui-sortable-prev,
div.ed-form .ui-sortable-current,
div.ed-form .ui-sortable-start-next,
div.ed-form .ui-sortable-start-prev {
    clear: both !important;
    float: none !important;
    margin-right: 0 !important;
    width: 100% !important;
    min-height: 2px;
}

div.ed-form ul.error_list {
    list-style: none inside;
}

div.ed-form ul.error_list li {
    font-size: 12px;
    color: #fff;
    background: #f33;
    display: inline-block;
    width: auto;
    padding: 1px 9px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 6px 0 9px;
}

div.ed-form div.ed-form-captcha div.captcha-left {
    float: left;
    margin-right: 10px;
}

div.ed-form div.ed-form-captcha div.captcha-right a {
    display: block;
    line-height: 12px;
    font-size: 12px;
    margin-top: 2px;
}

div.ed-form div.ed-form-captcha div.captcha-right input {
    margin: 0;
    width: 150px;
    max-width: 100%;
}

div.ed-form div.ed-form-textarea .lettersLeft {
    display: block;
    text-align: left;
    font-size: 12px;
    line-height: 12px;
}

div.ed-form div.failure_message {
    margin-bottom: 10px;
}

div.ed-form div.value_summary {
    margin-top: 20px;
}

div.ed-form div.ajax_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, .7) url('https://www.jahnke-hamburg.de/images/webcard/loading.gif') no-repeat center center;
}


/* SECTION */

.ed-section section>.inner,
.ed-reference-section section>.inner {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    position: relative;
    min-height: 100%;
}

.ed-section section.full-width,
.ed-reference-section section.full-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

section {
    position: relative;
}


/* Map */

.ed-map img {
    max-width: none;
}


/* ########## EDIT ############ */

.indicatorBars {
    width: 100%;
}

.indicatorBar p {
    padding: 6px;
    padding-left: 36px;
    margin: 0;
}

.editHeadline .indicatorBar p {
    margin: 0;
}

.indicatorBar a {
    text-decoration: underline;
    color: #333;
}

.warningBar {
    background: url(/images/webcard/info.png) no-repeat 6px center #99CC66;
    border-bottom: 2px solid #006600;
}

.errorBar {
    background: url(/images/webcard/alert.png) no-repeat 6px center #ff7878;
    border-bottom: 2px solid #cc0000;
}

.closeBar {
    display: block;
    width: 22px;
    height: 22px;
    overflow: hidden;
}


/* Layout Menu */

.layoutWrap {
    display: none;
    clear: left;
    position: relative;
}

.layoutList {
    background: #fff;
    overflow: auto;
}

.layoutList .layouts {
    list-style: none;
    height: 170px;
    width: auto;
    overflow: hidden;
}

.layoutList .layouts a {
    display: block;
    width: 200px;
    height: 150px;
    overflow: hidden;
    position: relative;
    background: url(/images/webcard/interface/headline/layoutBorder.png) no-repeat;
    padding: 10px;
    float: left;
}

.layoutList .layouts a img {
    position: absolute;
    top: 10px;
    left: 10px;
}

.layoutList .layouts a:hover {
    border: none;
}

.layoutList .layouts li {
    display: block;
    float: left;
}

.layoutClose {
    font-size: 0.85em;
    text-align: center;
    background-color: #ccc;
    color: #666;
    padding: 3px;
    cursor: pointer;
    border-bottom: 2px solid #015F95;
}

.layoutColorIndicator {
    background: url(/images/webcard/interface/color_wheel.png) no-repeat;
    display: block;
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.layoutResponsiveIndicator {
    background: url(/images/webcard/interface/responsive.png) no-repeat;
    display: block;
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 16px;
    height: 16px;
    z-index: 3;
}

.layoutColorIndicator+.layoutResponsiveIndicator {
    left: 36px;
}

.layoutMenu {
    width: 182px;
    float: left;
    margin-bottom: 3px !important;
}

.layoutMenu li {
    height: 32px;
    border-color: #C1C5C6 #77888C #77888C #C1C5C6;
    border-style: solid;
    border-width: 1px;
    margin-top: 3px;
}

.editHeadline .layoutMenu a {
    background-color: #E4E8E9;
    color: #333333;
    display: block;
    font-size: 1.05em;
    height: 24px;
    padding: 4px 0 4px 4px;
    text-decoration: none;
    font-weight: normal;
}

.layoutMenu a span {
    background-repeat: no-repeat;
    padding: 4px 0 4px 28px;
    display: block;
}

.layoutMenu a:hover,
.layoutMenu a.selected {
    background: url(/images/webcard/interface/sidebg.jpg) repeat-x;
    color: #fff;
}

#wvLayoutControl {
    margin-left: 200px;
    overflow: auto;
}

.ed-element {
    padding: 5px 1px;
}

.ed-headline {
    padding-bottom: 9px;
}

body.v2 .ed-element,
body.v2 .ed-headline {
    padding: 0;
}

.ed-grid,
.ed-section,
.ed-reference {
    padding: 0;
}

.ed-dummy {}

.ed-dummy p {
    padding: 32px 16px;
    font-size: 18px;
    color: #999;
    text-align: center;
}

.ed-hover {
    background-color: rgba(0, 0, 0, 0.05);
    position: relative;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.ed-hover.ed-text {
    cursor: text;
}

.ed-active {
    border: 1px dashed rgba(0, 0, 0, 0.3);
    margin: -1px;
    position: relative;
}

.ed-active.ed-editable {
    min-height: 100px;
}

* html .clearover {
    height: 1%;
    overflow: visible
}


/* Gallery Element */

.ed-gallery-items,
#content .ed-gallery-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ed-gallery-items li,
#content .ed-gallery-items li {
    float: left;
    background: none;
    padding: 0;
    list-style: none;
    margin: 0 6px 6px 0;
}

.ed-gallery-items li img,
#content .ed-gallery-items li img {
    display: block;
    border: 3px solid #fff;
    -webkit-box-shadow: 1px 1px 2px #444;
    -moz-box-shadow: 1px 1px 2px #444;
    box-shadow: 1px 1px 2px #444;
}

.pd-t-0 li,
#content .pd-t-0 li {
    margin-top: 0;
}

.pd-t-1 li,
#content .pd-t-1 li {
    margin-top: 1px;
}

.pd-t-2 li,
#content .pd-t-2 li {
    margin-top: 2px;
}

.pd-t-3 li,
#content .pd-t-3 li {
    margin-top: 3px;
}

.pd-t-4 li,
#content .pd-t-4 li {
    margin-top: 4px;
}

.pd-t-5 li,
#content .pd-t-5 li {
    margin-top: 5px;
}

.pd-t-6 li,
#content .pd-t-6 li {
    margin-top: 6px;
}

.pd-t-7 li,
#content .pd-t-7 li {
    margin-top: 7px;
}

.pd-t-8 li,
#content .pd-t-8 li {
    margin-top: 8px;
}

.pd-t-9 li,
#content .pd-t-9 li {
    margin-top: 9px;
}

.pd-t-10 li,
#content .pd-t-10 li {
    margin-top: 10px;
}

.pd-t-11 li,
#content .pd-t-11 li {
    margin-top: 11px;
}

.pd-t-12 li,
#content .pd-t-12 li {
    margin-top: 12px;
}

.pd-t-13 li,
#content .pd-t-13 li {
    margin-top: 13px;
}

.pd-t-14 li,
#content .pd-t-14 li {
    margin-top: 14px;
}

.pd-t-15 li,
#content .pd-t-15 li {
    margin-top: 15px;
}

.pd-t-16 li,
#content .pd-t-16 li {
    margin-top: 16px;
}

.pd-t-17 li,
#content .pd-t-17 li {
    margin-top: 17px;
}

.pd-t-18 li,
#content .pd-t-18 li {
    margin-top: 18px;
}

.pd-t-19 li,
#content .pd-t-19 li {
    margin-top: 19px;
}

.pd-t-20 li,
#content .pd-t-20 li {
    margin-top: 20px;
}

.pd-r-0 li,
#content .pd-r-0 li {
    margin-right: 0;
}

.pd-r-1 li,
#content .pd-r-1 li {
    margin-right: 1px;
}

.pd-r-2 li,
#content .pd-r-2 li {
    margin-right: 2px;
}

.pd-r-3 li,
#content .pd-r-3 li {
    margin-right: 3px;
}

.pd-r-4 li,
#content .pd-r-4 li {
    margin-right: 4px;
}

.pd-r-5 li,
#content .pd-r-5 li {
    margin-right: 5px;
}

.pd-r-6 li,
#content .pd-r-6 li {
    margin-right: 6px;
}

.pd-r-7 li,
#content .pd-r-7 li {
    margin-right: 7px;
}

.pd-r-8 li,
#content .pd-r-8 li {
    margin-right: 8px;
}

.pd-r-9 li,
#content .pd-r-9 li {
    margin-right: 9px;
}

.pd-r-10 li,
#content .pd-r-10 li {
    margin-right: 10px;
}

.pd-r-11 li,
#content .pd-r-11 li {
    margin-right: 11px;
}

.pd-r-12 li,
#content .pd-r-12 li {
    margin-right: 12px;
}

.pd-r-13 li,
#content .pd-r-13 li {
    margin-right: 13px;
}

.pd-r-14 li,
#content .pd-r-14 li {
    margin-right: 14px;
}

.pd-r-15 li,
#content .pd-r-15 li {
    margin-right: 15px;
}

.pd-r-16 li,
#content .pd-r-16 li {
    margin-right: 16px;
}

.pd-r-17 li,
#content .pd-r-17 li {
    margin-right: 17px;
}

.pd-r-18 li,
#content .pd-r-18 li {
    margin-right: 18px;
}

.pd-r-19 li,
#content .pd-r-19 li {
    margin-right: 19px;
}

.pd-r-20 li,
#content .pd-r-20 li {
    margin-right: 20px;
}

.pd-b-0 li,
#content .pd-b-0 li {
    margin-bottom: 0;
}

.pd-b-1 li,
#content .pd-b-1 li {
    margin-bottom: 1px;
}

.pd-b-2 li,
#content .pd-b-2 li {
    margin-bottom: 2px;
}

.pd-b-3 li,
#content .pd-b-3 li {
    margin-bottom: 3px;
}

.pd-b-4 li,
#content .pd-b-4 li {
    margin-bottom: 4px;
}

.pd-b-5 li,
#content .pd-b-5 li {
    margin-bottom: 5px;
}

.pd-b-6 li,
#content .pd-b-6 li {
    margin-bottom: 6px;
}

.pd-b-7 li,
#content .pd-b-7 li {
    margin-bottom: 7px;
}

.pd-b-8 li,
#content .pd-b-8 li {
    margin-bottom: 8px;
}

.pd-b-9 li,
#content .pd-b-9 li {
    margin-bottom: 9px;
}

.pd-b-10 li,
#content .pd-b-10 li {
    margin-bottom: 10px;
}

.pd-b-11 li,
#content .pd-b-11 li {
    margin-bottom: 11px;
}

.pd-b-12 li,
#content .pd-b-12 li {
    margin-bottom: 12px;
}

.pd-b-13 li,
#content .pd-b-13 li {
    margin-bottom: 13px;
}

.pd-b-14 li,
#content .pd-b-14 li {
    margin-bottom: 14px;
}

.pd-b-15 li,
#content .pd-b-15 li {
    margin-bottom: 15px;
}

.pd-b-16 li,
#content .pd-b-16 li {
    margin-bottom: 16px;
}

.pd-b-17 li,
#content .pd-b-17 li {
    margin-bottom: 17px;
}

.pd-b-18 li,
#content .pd-b-18 li {
    margin-bottom: 18px;
}

.pd-b-19 li,
#content .pd-b-19 li {
    margin-bottom: 19px;
}

.pd-b-20 li,
#content .pd-b-20 li {
    margin-bottom: 20px;
}

.pd-l-0 li,
#content .pd-l-0 li {
    margin-left: 0;
}

.pd-l-1 li,
#content .pd-l-1 li {
    margin-left: 1px;
}

.pd-l-2 li,
#content .pd-l-2 li {
    margin-left: 2px;
}

.pd-l-3 li,
#content .pd-l-3 li {
    margin-left: 3px;
}

.pd-l-4 li,
#content .pd-l-4 li {
    margin-left: 4px;
}

.pd-l-5 li,
#content .pd-l-5 li {
    margin-left: 5px;
}

.pd-l-6 li,
#content .pd-l-6 li {
    margin-left: 6px;
}

.pd-l-7 li,
#content .pd-l-7 li {
    margin-left: 7px;
}

.pd-l-8 li,
#content .pd-l-8 li {
    margin-left: 8px;
}

.pd-l-9 li,
#content .pd-l-9 li {
    margin-left: 9px;
}

.pd-l-10 li,
#content .pd-l-10 li {
    margin-left: 10px;
}

.pd-l-11 li,
#content .pd-l-11 li {
    margin-left: 11px;
}

.pd-l-12 li,
#content .pd-l-12 li {
    margin-left: 12px;
}

.pd-l-13 li,
#content .pd-l-13 li {
    margin-left: 13px;
}

.pd-l-14 li,
#content .pd-l-14 li {
    margin-left: 14px;
}

.pd-l-15 li,
#content .pd-l-15 li {
    margin-left: 15px;
}

.pd-l-16 li,
#content .pd-l-16 li {
    margin-left: 16px;
}

.pd-l-17 li,
#content .pd-l-17 li {
    margin-left: 17px;
}

.pd-l-18 li,
#content .pd-l-18 li {
    margin-left: 18px;
}

.pd-l-19 li,
#content .pd-l-19 li {
    margin-left: 19px;
}

.pd-l-20 li,
#content .pd-l-20 li {
    margin-left: 20px;
}

.noshadow li img,
#content .noshadow li img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.border-none li img,
#content .border-none li img {
    border: none;
}

.border-small li img,
#content .border-small li img {
    border: 1px solid #fff;
}

.border-medium li img,
#content .border-medium li img {
    border: 3px solid #fff;
}

.border-big li img,
#content .border-big li img {
    border: 6px solid #fff;
}


/* Slider Element */

.ed-slider {
    position: relative;
}

.slider-controls {
    opacity: 0;
}

.slider-container {
    overflow: hidden;
}

.ed-slider:hover .slider-controls {
    opacity: 1;
}

.slider-controls #prevBtn a,
.slider-controls #nextBtn a {
    color: #dfdfdf;
    opacity: 0.5;
    text-decoration: none;
}

.slider-controls #prevBtn {
    position: absolute;
    top: 40%;
    left: 15px;
}

.slider-controls #nextBtn {
    position: absolute;
    top: 40%;
    right: 15px;
}

.ed-slider-items,
#content .ed-slider-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ed-slider-items:before,
.ed-slider-items:after {
    content: "";
    display: table;
}

.ed-slider-items:after {
    clear: both;
}

.ed-slider-items li,
#content .ed-slider-items li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.ed-slider-items li img,
#content .ed-slider-items li img {
    vertical-align: top;
    max-width: 100%;
}

.ed-slider-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


/* Element styles for different position modes */

.ed-grid section>.overlay,
.ed-section section>.overlay,
.ed-reference section>.overlay {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.ed-grid section>.background,
.ed-section section>.background,
.ed-reference section>.background {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


/* z-index fix */

.background+.overlay,
.background~.inner.container,
.background~.ed-element {
    -webkit-transform: translate3d(0, 0, 0);
}

.background~.ed-element {
    position: relative;
}

.ed-element {
    /*position: relative; z-index: 10;*/
}


/* Get them a z-index */

.ed-element.wv-bg {
    z-index: 0;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 0 !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

body.v2 .ed-map.wv-bg {
    pointer-events: none;
}

.ed-element.wv-abs {
    position: absolute;
}

.ed-element.wv-fixed {
    position: fixed;
}

.ed-image.wv-bg img {
    display: none;
}

.ed-image.wv-bg .resizable-control {
    display: none;
}

.ed-image.wv-bg .background-image-holder {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ed-image.wv-bg.wv-tile .background-image-holder {
    -moz-background-size: auto;
    -o-background-size: auto;
    background-size: auto;
    background-repeat: repeat;
}

.wv-bg-fixed {
    background-attachment: fixed;
}

.ed-slider.wv-bg .flexslider,
.ed-slider.wv-bg .slider-container {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}

.ed-slider.wv-bg .flex-viewport,
.ed-slider.wv-bg .ed-slider-items {
    height: 100%;
}

.ed-slider.wv-bg .flex-control-nav {
    bottom: 1%;
    z-index: 5;
}

.ed-slider.wv-bg li.ed-slider-item,
#content .ed-slider.wv-bg li.ed-slider-item {
    position: relative;
    height: 100% !important;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.ed-slider-items,
#content .ed-slider-items,
.ed-slider li.ed-slider-item,
#content .ed-slider li.ed-slider-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    /*-webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);*/
}

.ed-youtube.wv-bg iframe {
    width: 100% !important;
    height: 100% !important;
}

.ed-map.wv-bg .map-canvas {
    width: 100% !important;
    height: 100% !important;
}

.bg-lt,
.ed-image.wv-bg.bg-lt .background-image-holder,
.ed-slider.wv-bg.bg-lt li.ed-slider-item,
#content .ed-slider.wv-bg.bg-lt li.ed-slider-item,
.ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-lt,
#content .ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-lt {
    background-position: left top;
}

.bg-lc,
.ed-image.wv-bg.bg-lc .background-image-holder,
.ed-slider.wv-bg.bg-lc li.ed-slider-item,
#content .ed-slider.wv-bg.bg-lc li.ed-slider-item,
.ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-lc,
#content .ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-lc {
    background-position: left center;
}

.bg-lb,
.ed-image.wv-bg.bg-lb .background-image-holder,
.ed-slider.wv-bg.bg-lb li.ed-slider-item,
#content .ed-slider.wv-bg.bg-lb li.ed-slider-item,
.ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-lb,
#content .ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-lb {
    background-position: left bottom;
}

.bg-rt,
.ed-image.wv-bg.bg-rt .background-image-holder,
.ed-slider.wv-bg.bg-rt li.ed-slider-item,
#content .ed-slider.wv-bg.bg-rt li.ed-slider-item,
.ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-rt,
#content .ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-rt {
    background-position: right top;
}

.bg-rc,
.ed-image.wv-bg.bg-rc .background-image-holder,
.ed-slider.wv-bg.bg-rc li.ed-slider-item,
#content .ed-slider.wv-bg.bg-rc li.ed-slider-item,
.ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-rc,
#content .ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-rc {
    background-position: right center;
}

.bg-rb,
.ed-image.wv-bg.bg-rb .background-image-holder,
.ed-slider.wv-bg.bg-rb li.ed-slider-item,
#content .ed-slider.wv-bg.bg-rb li.ed-slider-item,
.ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-rb,
#content .ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-rb {
    background-position: right bottom;
}

.bg-ct,
.ed-image.wv-bg.bg-ct .background-image-holder,
.ed-slider.wv-bg.bg-ct li.ed-slider-item,
#content .ed-slider.wv-bg.bg-ct li.ed-slider-item,
.ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-ct,
#content .ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-ct {
    background-position: center top;
}

.bg-cc,
.ed-image.wv-bg.bg-cc .background-image-holder,
.ed-slider.wv-bg.bg-cc li.ed-slider-item,
#content .ed-slider.wv-bg.bg-cc li.ed-slider-item,
.ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-cc,
#content .ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-cc {
    background-position: center center;
}

.bg-cb,
.ed-image.wv-bg.bg-cb .background-image-holder,
.ed-slider.wv-bg.bg-cb li.ed-slider-item,
#content .ed-slider.wv-bg.bg-cb li.ed-slider-item,
.ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-cb,
#content .ed-slider.wv-bg .ed-slider-items li.ed-slider-item.bg-cb {
    background-position: center bottom;
}


/* Auto-Pos */

.pos-lt,
.ed-element.pos-lt {
    left: 0;
    top: 0;
}

.pos-lc,
.ed-element.pos-lc {
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pos-lb,
.ed-element.pos-lb {
    left: 0;
    bottom: 0;
}

.pos-ct,
.ed-element.pos-ct {
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.pos-cc,
.ed-element.pos-cc {
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.pos-cb,
.ed-element.pos-cb {
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.pos-rt,
.ed-element.pos-rt {
    right: 0;
    top: 0;
}

.pos-rc,
.ed-element.pos-rc {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pos-rb,
.ed-element.pos-rb {
    right: 0;
    bottom: 0;
}


/* Buttons */

.ed-c-buttons,
#content .ed-c-buttons {
    position: absolute;
    top: auto;
    left: auto;
    height: 29px;
    z-index: 500;
    width: auto;
    text-align: left;
    white-space: nowrap;
}

.ed-c-buttons:hover {
    z-index: 600;
}

.ed-c-buttons .toolbar-label {
    position: relative;
    display: block;
    float: left;
    height: 29px;
    line-height: 29px;
    width: auto;
    background: #e3e7e8;
    padding: 0 5px;
    margin: 0;
    color: #055b8e;
    font-size: 10px;
    font-weight: bold;
    font-family: Arial;
    letter-spacing: -0.01em;
    border-right: 1px solid #c1c5c6;
}

.wv-bg .ed-c-buttons .toolbar-label {
    background: #c0c4c5;
}

.ed-c-form-item-buttons,
#content .ed-c-form-item-buttons {
    z-index: 1100;
}

.ed-c-buttons a,
#content .ed-c-buttons a {
    position: relative;
    display: block;
    float: left;
    border: none;
    width: 30px;
    height: 29px;
    line-height: 29px;
    background-position: -30px 0;
    background-repeat: no-repeat;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    font-weight: normal;
}

.ed-c-buttons a:hover,
#content .ed-c-buttons a:hover {
    background-position: 0 0;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none !important;
    font-weight: normal;
}

a.ed-c-label,
#content a.ed-c-label {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    padding: 0 6px 0 36px;
    background-color: #ebebeb;
    width: auto;
    font-size: 14px !important;
    color: #444 !important;
    line-height: 28px !important;
    height: 28px;
    border: 1px solid #ccc;
    text-decoration: none !important;
    white-space: nowrap;
    position: relative;
}

a.ed-c-label:hover,
#content a.ed-c-label:hover {
    background-position: -30px 0;
    text-decoration: none !important;
}

.ed-c-sort,
#content a.ed-c-sort,
.ed-c-form-sort,
#content a.ed-c-form-sort {
    background-image: url(/images/webcard/interface/edit-arrow.jpg);
}

.ed-c-edit,
#content a.ed-c-edit {
    background-image: url(/images/webcard/interface/edit-edit.jpg);
}

.ed-c-add-control,
#content a.ed-c-add-control,
#content a.ed-c-add {
    background-image: url(/images/webcard/interface/edit-plus.jpg);
}

.ed-c-position,
#content a.ed-c-position {
    background-image: url(/images/webcard/interface/edit-position.jpg);
}

.ed-c-template,
#content a.ed-c-template {
    background-image: url(/images/webcard/interface/edit-banner.jpg);
}

.ed-c-up,
#content a.ed-c-up {
    background-image: url(/images/webcard/interface/edit-up.jpg);
}

.ed-c-down,
#content a.ed-c-down {
    background-image: url(/images/webcard/interface/edit-down.jpg);
}

.ed-c-delete,
#content a.ed-c-delete {
    background-image: url(/images/webcard/interface/edit-delete.jpg);
}

.ed-c-confirm,
#content a.ed-c-confirm {
    background-image: url(/images/webcard/interface/edit-check.jpg);
}

.ed-c-pin,
#content a.ed-c-pin {
    background-image: url(/images/webcard/interface/edit-pin.jpg);
}

.ed-c-banner,
#content a.ed-c-banner {
    background-image: url(/images/webcard/interface/edit-banner.jpg);
}

.ed-sticky .ed-c-pin,
#content .ed-sticky a.ed-c-pin {
    background-position: 0;
}

.ed-sticky .ed-c-pin:hover,
#content .ed-sticky a.ed-c-pin:hover {
    background-position: -30px 0;
}

.ed-c-add-buttons,
#content .ed-c-add-buttons {
    position: absolute;
    top: 29px;
    left: 0;
    width: 230px;
    z-index: 1000;
    white-space: normal;
}

.ed-c-add-buttons a,
#content .ed-c-add-buttons a:link,
#content .ed-c-add-buttons a {
    border: none;
    display: inline-block;
    width: 84px;
    height: 29px;
    border-right: 1px solid #bfc3c4;
    border-width: 0 1px 0 0;
    background-position: -135px 0;
    color: #444 !important;
    font-size: 12px !important;
    line-height: 28px !important;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    padding: 0 0 0 30px;
    text-decoration: none !important;
    position: relative;
    z-index: 1000;
}

.ed-c-add-buttons a:hover,
#content .ed-c-add-buttons a:hover {
    border-width: 0 1px 0 0;
    background-position: 0 0;
    border-right-color: #969a9b;
    text-decoration: none !important;
}


/* Add form elements */

.ed-c-add-form-item-control,
#content a.ed-c-add-form-item-control,
#content a.ed-c-add-form-item {
    background-image: url(/images/webcard/interface/edit-plus.jpg);
}

.ed-c-add-form-item-buttons,
#content .ed-c-add-form-item-buttons {
    position: absolute;
    top: 29px;
    left: 0;
    width: 262px;
    z-index: 1000;
    white-space: normal;
}

.ed-c-add-form-item-buttons a,
#content .ed-c-add-form-item-buttons a:link,
#content .ed-c-add-form-item-buttons a {
    border: none;
    display: inline-block;
    width: 100px;
    height: 29px;
    border-right: 1px solid #bfc3c4;
    border-width: 0 1px 0 0;
    background-position: -135px 0;
    color: #444;
    font-size: 12px;
    line-height: 28px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0 0 0 30px;
    text-decoration: none;
    position: relative;
    z-index: 1000;
    background-image: url(/images/webcard/interface/edit-new-text.jpg);
}

.ed-c-add-form-item-buttons a:hover {
    background-position: 0 0 !important;
}

.ed-c-add-form-item-buttons a.ed-c-add-form-text,
#content .ed-c-add-form-item-buttons a.ed-c-add-form-text {
    background-image: url(/images/webcard/interface/edit-new-input.jpg);
}

.ed-c-add-form-item-buttons a.ed-c-add-form-email,
#content .ed-c-add-form-item-buttons a.ed-c-add-form-email {
    background-image: url(/images/webcard/interface/edit-new-email.jpg);
}

.ed-c-add-form-item-buttons a.ed-c-add-form-number,
#content .ed-c-add-form-item-buttons a.ed-c-add-form-number {
    background-image: url(/images/webcard/interface/edit-new-number.jpg);
}

.ed-c-add-form-item-buttons a.ed-c-add-form-radio,
#content .ed-c-add-form-item-buttons a.ed-c-add-form-radio {
    background-image: url(/images/webcard/interface/edit-new-radio.jpg);
}

.ed-c-add-form-item-buttons a.ed-c-add-form-checkbox,
#content .ed-c-add-form-item-buttons a.ed-c-add-form-checkbox {
    background-image: url(/images/webcard/interface/edit-new-checkbox.jpg);
}

.ed-c-add-form-item-buttons a.ed-c-add-form-select,
#content .ed-c-add-form-item-buttons a.ed-c-add-form-select {
    background-image: url(/images/webcard/interface/edit-new-select.jpg);
}

.ed-c-add-form-item-buttons a.ed-c-add-form-button,
#content .ed-c-add-form-item-buttons a.ed-c-add-form-button {
    background-image: url(/images/webcard/interface/edit-new-form-button.jpg);
}

.ed-c-add-form-item-buttons a.ed-c-add-form-infotext,
#content .ed-c-add-form-item-buttons a.ed-c-add-form-infotext {
    background-image: url(/images/webcard/interface/edit-new-text.jpg);
}

.ed-c-add-form-item-buttons a.ed-c-add-form-textarea,
#content .ed-c-add-form-item-buttons a.ed-c-add-form-textarea {
    background-image: url(/images/webcard/interface/edit-new-textarea.jpg);
}


/* add form elements end */

.ed-c-add-text,
#content a.ed-c-add-text {
    background-image: url(/images/webcard/interface/edit-new-text.jpg);
}

.ed-c-add-headline,
#content a.ed-c-add-headline {
    background-image: url(/images/webcard/interface/edit-new-headline.jpg);
}

.ed-c-add-table,
#content a.ed-c-add-table {
    background-image: url(/images/webcard/interface/edit-new-table.jpg);
}

.ed-c-add-youtube,
#content a.ed-c-add-youtube {
    background-image: url(/images/webcard/interface/edit-new-youtube.jpg);
}

.ed-c-add-separator,
#content a.ed-c-add-separator {
    background-image: url(/images/webcard/interface/edit-new-separator.jpg);
}

.ed-c-add-image,
#content a.ed-c-add-image {
    background-image: url(/images/webcard/interface/edit-new-pic.jpg);
}

.ed-c-add-html,
#content a.ed-c-add-html {
    background-image: url(/images/webcard/interface/edit-new-html.jpg);
}

.ed-c-add-form,
#content a.ed-c-add-form {
    background-image: url(/images/webcard/interface/edit-new-form.jpg);
}

.ed-c-add-document,
#content a.ed-c-add-document {
    background-image: url(/images/webcard/interface/edit-new-document.jpg);
}

.ed-c-add-gallery,
#content a.ed-c-add-gallery {
    background-image: url(/images/webcard/interface/edit-new-gallery.jpg);
}

.ed-c-add-spacer,
#content a.ed-c-add-spacer {
    background-image: url(/images/webcard/interface/edit-new-spacer.jpg);
}

.ed-c-add-map,
#content a.ed-c-add-map {
    background-image: url(/images/webcard/interface/edit-new-map.jpg);
}

.ed-c-add-facebook,
#content a.ed-c-add-facebook {
    background-image: url(/images/webcard/interface/edit-new-facebook.jpg);
}

.ed-c-add-slider,
#content a.ed-c-add-slider {
    background-image: url(/images/webcard/interface/edit-new-slider.jpg);
}

.ed-c-add-button,
#content a.ed-c-add-button {
    background-image: url(/images/webcard/interface/edit-new-button.jpg);
}

.ed-c-add-grid,
#content a.ed-c-add-grid {
    background-image: url(/images/webcard/interface/edit-new-grid.jpg);
}

.ed-c-add-section,
#content a.ed-c-add-section {
    background-image: url(/images/webcard/interface/edit-new-section.jpg);
}

.ed-c-add-menu,
#content a.ed-c-add-menu {
    background-image: url(/images/webcard/interface/edit-new-menu.jpg);
}

.ed-c-import,
#content a.ed-c-import {
    background-image: url(/images/webcard/interface/edit-new-import.jpg);
}

.ed-c-position-buttons,
#content .ed-c-position-buttons {
    position: absolute;
    top: 29px;
    left: 150px;
    width: 135px;
    z-index: 1000;
}

.ed-c-position-buttons a,
#content .ed-c-position-buttons a:link,
#content .ed-c-position-buttons a {
    border: none;
    display: block;
    width: 119px;
    height: 29px;
    border-right: 1px solid #bfc3c4;
    border-width: 0 1px 0 0;
    background-position: -150px 0;
    color: #444;
    font-size: 12px;
    line-height: 28px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0 0 0 30px;
    text-decoration: none;
    position: relative;
    z-index: 1000;
}

.ed-c-position-buttons a:hover,
#content .ed-c-position-buttons a:hover {
    border-width: 0 1px 0 0;
    background-position: 0 0;
    border-right-color: #969a9b;
}

.ed-c-sendto,
#content a.ed-c-sendto {
    background-image: url(/images/webcard/interface/edit-sendto.jpg);
}

.ed-c-reference,
#content a.ed-c-reference {
    background-image: url(/images/webcard/interface/edit-reference.png);
}

.ed-c-duplicate,
#content a.ed-c-duplicate {
    background-image: url(/images/webcard/interface/edit-duplicate.jpg);
}

.ed-c-form-item-buttons .ed-c-duplicate,
#content .ed-c-form-item-buttons a.ed-c-duplicate {
    background-image: url(/images/webcard/interface/edit-duplicate-single.jpg);
}

.ed-c-sendto-select-page-buttons,
#content .ed-c-sendto-select-page-buttons {
    position: absolute;
    top: 58px;
    left: 300px;
    width: 135px;
    z-index: 1000;
}

.ed-c-sendto-select-page-buttons a,
#content .ed-c-sendto-select-page-buttons a:link,
#content .ed-c-sendto-select-page-buttons a {
    border: none;
    display: block;
    width: 139px;
    height: 29px;
    border-right: 1px solid #bfc3c4;
    border-width: 0 1px 0 0;
    background-position: -150px 0;
    background-image: url(/images/webcard/interface/edit-btn-empty.jpg);
    color: #444;
    font-size: 12px;
    line-height: 28px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0 0 0 10px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1000;
}

.ed-c-sendto-select-page-buttons a.ed-c-sendto-culture,
#content .ed-c-sendto-select-page-buttons a.ed-c-sendto-culture {
    background-image: url(/images/webcard/interface/edit-btn-arr-right.jpg);
}

.ed-c-sendto-select-page-buttons a:hover,
#content .ed-c-sendto-select-page-buttons a:hover {
    border-width: 0 1px 0 0;
    background-position: 0 0;
    border-right-color: #969a9b;
}

.ed-c-sendto-select-page-buttons-culture,
#content .ed-c-sendto-select-page-buttons-culture {
    position: absolute;
    top: 0;
    left: 150px;
    width: 135px;
    z-index: 1000;
}

.ed-c-sendto-select-page-buttons-culture a,
#content .ed-c-sendto-select-page-buttons-culture a:link,
#content .ed-c-sendto-select-page-buttons-culture a {
    border: none;
    display: block;
    width: 139px;
    height: 29px;
    border-right: 1px solid #bfc3c4;
    border-width: 0 1px 0 0;
    background-position: -150px 0;
    background-image: url(/images/webcard/interface/edit-btn-empty.jpg);
    color: #444;
    font-size: 12px;
    line-height: 28px;
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    padding: 0 0 0 10px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1000;
}

.ed-c-sendto-select-page-buttons-culture a:hover,
#content .ed-c-sendto-select-page-buttons-culture a:hover {
    border-width: 0 1px 0 0;
    background-position: 0 0;
    border-right-color: #969a9b;
}

.ed-c-overlay {
    background: rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ed-grid>.ed-c-overlay {
    cursor: pointer;
}

.ed-menu>.ed-c-overlay {
    pointer-events: none;
}

input.ed-c-input,
.ed-c-input {
    border: 1px solid #ccc;
    background: #fff;
    padding: 4px;
    font-size: 12px;
    color: #444;
}

.ed-c-input-headline {
    width: 440px;
}

.ed-c-control .mce-tinymce {
    border: none !important;
}

.ed-c-control .CodeMirror {
    -webkit-box-shadow: 0 0 2px #444 inset;
    -moz-box-shadow: 0 0 2px #444 inset;
    box-shadow: 0 0 2px #444 inset;
    font-size: 12px;
}


/* SWFUpload */

.wvNumFiles {
    float: left;
}

.wvUploadBar {
    display: none;
}

.progressWrapper {
    width: 357px;
    overflow: hidden;
}

.progressContainer {
    margin: 5px;
    padding: 4px;
    border: solid 1px #E8E8E8;
    background-color: #F7F7F7;
    overflow: hidden;
}

.message {
    margin: 1em 0;
    padding: 10px;
    border: solid 1px #FFDD99;
    background-color: #FFFFCC;
    overflow: hidden;
}


/* Error */

.error {
    color: #f00;
}

.red {
    border: solid 1px #B50000;
    background-color: #FFEBEB;
}


/* Current */

.green {
    border: solid 1px #DDF0DD;
    background-color: #EBFFEB;
}


/* Complete */

.blue {
    border: solid 1px #CEE2F2;
    background-color: #F0F5FF;
}

.progressName {
    font-size: 8pt;
    font-weight: 700;
    color: #555;
    width: 323px;
    height: 14px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
    font-size: 0;
    width: 0%;
    height: 2px;
    background-color: blue;
    margin-top: 2px;
}

.progressBarComplete {
    width: 100%;
    background-color: green;
    visibility: hidden;
}

.progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}

.progressBarStatus {
    margin-top: 2px;
    width: 337px;
    font-size: 7pt;
    font-family: Arial;
    text-align: left;
    white-space: nowrap;
}

.progrBar {
    height: 50px;
    background: url(/images/webcard/interface/progressBarBg.jpg) no-repeat left bottom;
    width: 420px;
}

.progrBarInfo {
    padding-left: 2px;
    padding-top: 28px;
    width: 53px;
    text-align: center;
    color: #fff;
    font-size: 0.9em;
    float: left;
}

.progrBarWrap {
    width: 362px;
    margin-left: 55px;
    position: relative;
}

.progrBarProgress {
    background: url(/images/webcard/interface/progressBarProgress.jpg) repeat-x;
    width: 0;
    position: absolute;
    top: 26px;
    left: 2px;
    height: 23px;
}

.progrBarBubble {
    background: url(/images/webcard/interface/progressBarBubble.png) no-repeat;
    width: 37px;
    height: 25px;
    margin-left: -21px;
    text-align: center;
    font-size: 1.1em;
    color: #656565;
    padding: 4px;
    position: absolute;
    top: 0;
}

.editDummy {
    color: #666;
    font-size: 1.3em;
    text-align: center;
    padding: 8px;
    border: 1px solid #ccc;
    margin: 0.5em 0;
}

.wvHeaderControl {
    position: absolute;
    left: -1px;
    z-index: 100;
}

.wvHeaderButtons {
    border-top: 1px solid #aaa;
    padding: 0.3em 1em 0.3em 0.5em;
    margin-top: 0.5em;
}

.wvHeaderButtons button {
    cursor: pointer;
    float: right;
    line-height: 1.4em;
    padding: 0.4em 0.6em 0.3em 0.6em;
    background: #e6e6e6;
    color: #555;
    border: 1px solid #aaa;
    margin: 0.3em 0 0.3em 0;
}

.wvHeaderButtons button:hover {
    background: #a2c0d0;
    border: 1px solid #999;
}

.headerEdit {
    width: 100%;
    height: 18px;
    background: #a2c0d0;
    text-align: center;
    padding: 4px 0;
    color: #000;
    cursor: pointer;
}

#nojsOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: url(/images/webcard/interface/nojsBg.png);
}

#nojsOverlay div {
    margin: 0 auto;
    padding: 10px;
    width: 500px;
    margin-top: 200px;
    background: #fafafa;
    border: 20px solid #ddd;
}

#nojsOverlay div h2 {
    margin: 0 0 1em;
    color: #ff7700;
}

#nojsOverlay div p {
    margin: 1em 0;
}

#nojsOverlay div a {
    color: #ff7700;
    text-decoration: none;
}

#nojsOverlay div a:hover {
    text-decoration: underline;
}


/* Speisekarte */

.speiseCats {
    border-bottom: 1px dotted #ccc;
}

.speiseCats ol {
    list-style: none;
}

.speiseCats ol li {
    float: left;
    margin-right: 6px;
    padding-bottom: 6px;
}

.speiseCats ol a {
    display: block;
    padding: 4px 6px;
    border: 1px solid #999;
    float: left;
    text-decoration: none;
}

.speiseCats ol a:hover {
    border: 1px solid #666;
}

.speiseCats ol a.active {
    background: #666;
    border: 1px solid #666;
    color: #dedede;
}

table.speiseItems {
    width: 100%;
}

.speiseItems td {
    vertical-align: top;
    width: 50%;
}

.speiseItems ol {
    list-style: none;
    padding-bottom: 16px;
}

.speiseItems ol li {
    padding: 0 15px 6px 15px;
}

.speiseItems ol h3 {
    border: none;
    margin: 0.2em 0;
}

#content .speiseItems ol p {
    margin: 0;
    text-align: left;
}

.speiseItems ol p.price {
    padding: 6px 0 6px 20px;
    float: right;
}


/* Blog */

#content ul.blog_posts {
    list-style: none;
    margin-left: 0;
}

#content .blog_posts li {
    padding: 0;
    border: none;
    margin-bottom: 2em;
    background: none;
}

#content .blog_post {
    margin-bottom: 3em;
}

#content .comment_list {
    list-style: none;
    margin-left: 0;
}

#content .comment_list li {
    border: 1px solid #ccc;
    border-width: 1px 0 0;
    padding: 0 6px;
}

#content li.first,
#content li.com_new_entry {
    border-top: none;
}

#content .com_status {
    margin-bottom: 0;
    font-style: italic;
    font-size: 0.8em;
}

#content .com_author {
    margin-bottom: 0;
    font-weight: bold;
}

#content .com_date {
    font-style: italic;
    margin: 0;
}

#content .com_message {
    margin-top: 0;
}

#content .blog_headline {
    margin-bottom: 0;
}

#content .blog_date {
    margin-top: 0;
    font-size: 0.8em;
}

#content .blog_hint {
    text-align: center;
    font-size: 10px;
    color: #666;
}

#content .blog_post .ed-c-buttons {
    position: absolute;
    top: -29px;
    left: 0;
}


/* Old Blog: Deprecated? */

.blogpost {
    padding: 1px;
    margin-bottom: 1em;
}

.blogpost.ed-hover {
    padding: 0;
}

#content div.blogpost p {
    margin: 0.5em 0 0 0;
}

#content .blogpost h2 {
    margin-bottom: 0.3em;
}

.blogdate {
    font-size: 0.8em;
    color: #999;
}


/* Guestbook */

#content ul.gb_list {
    list-style: none;
    margin-left: 0;
}

#content .gb_list li {
    border: 1px solid #ccc;
    border-width: 1px 0 0 0;
    padding: 0 6px;
    background: none;
}

#content li.gb_new_entry {
    border-top: none;
}

#content li.inactive {
    background: #ffffe0;
    border-color: #c00;
}

#content .gb_label {
    font-weight: bold;
}

#content .gb_status {
    margin-bottom: 0;
    font-style: italic;
    font-size: 0.8em;
}

#content .gb_author {
    margin-bottom: 0;
    font-weight: bold;
}

#content .gb_date {
    font-style: italic;
    margin: 0;
}

#content .gb_message {
    margin-top: 0;
}

#content .gb_entry {
    position: relative;
}

#content .gb_entry .ed-c-buttons {
    position: absolute;
    top: -30px;
    left: 0;
}


/* Expand feature */

.expandHead {
    background: url(/images/webcard/arrowRight.gif) no-repeat;
    background-position: 3px 4px;
    padding-left: 12px;
    cursor: pointer;
}

.expandOpen {
    background-image: url(/images/webcard/arrowDown.gif) !important;
    background-position: 0px 4px;
    display: block;
}

.expandBody {
    padding: 2px;
    display: none;
}


/* Loading feature */

.loading_container {
    opacity: 0.3;
    position: relative;
}

.loading_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loading_image {
    position: absolute;
    top: 0;
    left: 0;
}


/* Languages */

#lang {
    color: #000000;
    font-size: 0.9em;
    height: 11px;
    margin-right: 20px;
    margin: 11px auto;
    width: 822px;
    line-height: 11px;
    position: relative;
    z-index: 99;
}

#lang #label {
    float: right;
    margin-right: 6px;
}

#lang a {
    float: right;
    margin-right: 3px;
    background-position: top center;
    background-repeat: no-repeat;
    display: block;
    width: 16px;
    height: 11px;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
}


/* Content Layout */

#c-9 {
    clear: both;
}

#c-0 {
    float: left;
    width: 100%;
}

.c-2-1,
.c-4-1 {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.c-2-2,
.c-4-2 {
    float: left;
    width: 49%;
}

.c-3-1,
.c-5-1 {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.c-3-2,
.c-5-2 {
    float: left;
    width: 32%;
}

.c-3-3,
.c-5-3 {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.c-6-1 {
    float: left;
    width: 25%;
    margin-right: 2%;
}

.c-6-2 {
    float: left;
    width: 23%;
}

.c-6-3 {
    float: left;
    width: 23%;
    margin-right: 2%;
}

.c-6-4 {
    float: left;
    width: 23%;
    margin-right: 2%;
}

.c-7-1 {
    float: left;
    width: 75%;
}

.c-7-3 {
    float: left;
    width: 23%;
    margin-right: 2%;
}

.c-8-1 {
    float: left;
    width: 75%;
}

.c-8-2 {
    float: left;
    width: 23%;
    margin-left: 2%;
}

.c-9-1 {
    float: left;
    width: 50%;
    margin-right: 2%;
}

.c-9-2 {
    float: left;
    width: 23%;
}

.c-9-3 {
    float: left;
    width: 23%;
    margin-right: 2%;
}


/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
    overflow: hidden;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

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

.cf:after {
    clear: both;
}


/* Banner */

#banner_wrapper {
    position: relative;
    display: block;
    width: 100%;
}

#banner_wrapper.banner-fixed {
    overflow: hidden;
}

#banner_wrapper .ed-slider-items li img {
    min-width: 100%;
}

#banner_wrapper.banner-fixed .ed-slider-items li img {
    min-height: 100%;
    min-width: 100%;
    max-height: none;
    max-width: none;
    width: auto;
    height: auto;
}

#banner_background .slider-container.color .flex-viewport,
#banner_background .slider-container.color .flex-direction-nav {
    display: none;
}

#banner_background .ed-element {
    padding: 0;
    min-height: 5px;
}

.banner-fixed #banner_background .ed-slider.top-left,
.banner-fixed #banner_background .ed-slider.top-center,
.banner-fixed #banner_background .ed-slider.top-right {
    position: absolute;
    width: 100%;
    top: 0;
}

.banner-fixed #banner_background .ed-slider.top-right .ed-slider-items li,
.banner-fixed #banner_background .ed-slider.middle-right .ed-slider-items li,
.banner-fixed #banner_background .ed-slider.bottom-right .ed-slider-items li,
.banner-fixed #banner_background .ed-slider.top-center .ed-slider-items li,
.banner-fixed #banner_background .ed-slider.middle-center .ed-slider-items li,
.banner-fixed #banner_background .ed-slider.bottom-center .ed-slider-items li {
    overflow: hidden;
}

#banner_wrapper.banner-fixed .top-right .ed-slider-items li img,
#banner_wrapper.banner-fixed .middle-right .ed-slider-items li img,
#banner_wrapper.banner-fixed .bottom-right .ed-slider-items li img {
    float: right;
}

#banner .ed-image {
    line-height: 0;
}

#banner .slider-container {
    max-width: 100%;
}

#banner_background .ed-hover {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#banner {
    position: relative;
}

#banner h2,
#content #banner h2 {
    font-weight: 500;
    font-size: 26px;
    color: #fff;
}

#banner h3,
#content #banner h3 {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

#banner_content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 5%;
    width: 90%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

#banner_content .ed-dummy p {
    color: #fff;
}

#banner_content_left {
    float: left;
    width: 50%;
}

#banner_content_right {
    float: left;
    width: 50%;
}

#banner_background {
    width: 100%;
}

#banner_content h2 {
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
}

#banner_content h3 {
    margin: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
}

#banner_content p {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .8);
}

#banner_content .ed-image img,
#banner_content .slider-container {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

#banner_content .ed-headline {
    padding-bottom: 5px;
}


/* Ads on free websites */

@media only screen and (min-width: 320px) and (max-width: 767px) {
    #content_ad {
        width: auto;
    }
    #content_ad,
    #content_ad * {
        max-width: 100%;
        overflow: hidden;
    }
    #content_ad img {
        max-width: 300px;
    }
}


/* Fluid 24 grid */

section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/css/boxsizing.htc);
    width: 100%;
}

section.parallax {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    /*-webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);*/
}

section>.inner {
    position: relative;
}

.container {
    margin: 0 auto;
}

.container:after,
.row:after,
.col:after,
[class*="span"]:after {
    content: "";
    display: table;
    clear: both;
}

.row {
    padding-bottom: 0;
}

.col,
[class*="span"] {
    display: block;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url(/css/boxsizing.htc);
}

body.v2 .ed-grid>section>div[class*="span"],
body.v2 .ed-grid>section>.inner>div[class*="span"] {
    position: relative;
    min-height: 1px;
}

@media ( min-width: 768px) {
    .span1 {
        width: 4.16666666667%;
    }
    .span2 {
        width: 8.33333333333%;
    }
    /*.span3 {
        width: 12.5%;
    }*/
    .span3-4 {
        width: 14.2857%;
    }
    .span4 {
        width: 16.6666666667%;
    }
    .span4-8 {
        width: 20%;
    }
    .span5 {
        width: 20.8333333333%;
    }
    .span6 {
        width: 25%;
    }
    .span7 {
        width: 29.1666666667%;
    }
    .span8 {
        width: 33.3333333333%;
    }
    .span9 {
        width: 37.5%;
    }
    .span10 {
        width: 41.6666666667%;
    }
    .span11 {
        width: 45.8333333333%;
    }
    .span12 {
        width: 50%;
    }
    .span13 {
        width: 54.1666666667%;
    }
    .span14 {
        width: 58.3333333333%;
    }
    .span15 {
        width: 62.5%;
    }
    .span16 {
        width: 66.6666666667%;
    }
    .span17 {
        width: 70.8333333333%;
    }
    .span18 {
        width: 75%;
    }
    .span19 {
        width: 79.1666666667%;
    }
    .span20 {
        width: 83.3333333333%;
    }
    .span21 {
        width: 87.5%;
    }
    .span22 {
        width: 91.6666666667%;
    }
    .span23 {
        width: 95.8333333333%;
    }
    .span24 {
        width: 100%;
    }
}

.lt-ie9 .span1 {
    width: 4.16666666667%;
}

.lt-ie9 .span2 {
    width: 8.33333333333%;
}

.lt-ie9 .span3 {
    width: 12.5%;
}

.lt-ie9 .span3-4 {
    width: 14.2857%;
}

.lt-ie9 .span4 {
    width: 16.6666666667%;
}

.lt-ie9 .span4-8 {
    width: 20%;
}

.lt-ie9 .span5 {
    width: 20.8333333333%;
}

.lt-ie9 .span6 {
    width: 25%;
}

.lt-ie9 .span7 {
    width: 29.1666666667%;
}

.lt-ie9 .span8 {
    width: 33.3333333333%;
}

.lt-ie9 .span9 {
    width: 37.5%;
}

.lt-ie9 .span10 {
    width: 41.6666666667%;
}

.lt-ie9 .span11 {
    width: 45.8333333333%;
}

.lt-ie9 .span12 {
    width: 50%;
}

.lt-ie9 .span13 {
    width: 54.1666666667%;
}

.lt-ie9 .span14 {
    width: 58.3333333333%;
}

.lt-ie9 .span15 {
    width: 62.5%;
}

.lt-ie9 .span16 {
    width: 66.6666666667%;
}

.lt-ie9 .span17 {
    width: 70.8333333333%;
}

.lt-ie9 .span18 {
    width: 75%;
}

.lt-ie9 .span19 {
    width: 79.1666666667%;
}

.lt-ie9 .span20 {
    width: 83.3333333333%;
}

.lt-ie9 .span21 {
    width: 87.5%;
}

.lt-ie9 .span22 {
    width: 91.6666666667%;
}

.lt-ie9 .span23 {
    width: 95.8333333333%;
}

.lt-ie9 .span24 {
    width: 100%;
}

.ed-element,
.ed-headline {
    padding: 0;
}


/* --------------- */


/* MIXINS & COLORS */


/* --------------- */


/* ------------- */


/* 	  BUTTONS    */


/* ------------- */


/* Global Styles */

.button,
a.button {
    text-decoration: none;
    font-family: Arial, Verdana, Georgia;
    display: inline-block;
    white-space: nowrap;
    line-height: 1.5em;
}

.button:hover,
a.button:hover {
    cursor: pointer;
    text-decoration: none;
}


/* General Button Styles */

.button-transparent-border {
    padding: 14px 28px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.button-no-background {
    border: 3px solid;
    padding: 14px 28px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.button-pushbutton {
    font-size: 100%;
    padding: 14px 35px;
    padding-top: 16px;
    border-bottom: 3px solid;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.button-pushbutton:hover {
    border-bottom: 2px solid;
    margin-top: 1px;
}

.button-simple {
    padding: 14px 40px;
}

.button-simple-rounded {
    padding: 14px 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.button-default {
    font-size: 100%;
    padding: 14px 28px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.button-large {
    padding: 14px 30px;
    padding-top: 16px;
    font-size: 130%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.button-mini {
    padding: 3px 10px;
    padding-top: 4px;
    font-size: 85%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.button-default-rounded {
    font-size: 100%;
    padding: 14px 28px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -moz-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.button-large-rounded {
    padding: 14px 30px;
    padding-top: 16px;
    font-size: 130%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -moz-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.button-mini-rounded {
    padding: 3px 10px;
    padding-top: 4px;
    font-size: 85%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -moz-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: inset 1px 1px 0px rgba(255, 255, 255, 0.4), 1px 1px 1px rgba(0, 0, 0, 0.4);
}


/* Attach Button Colors & Predefined Styles */


/* Transparent Border Buttons */

.button-transparent-border.button-color-default {
    color: #505050;
    background: #f0f0f0;
    border: 6px solid rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-default:hover {
    border: 6px solid rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-grey {
    color: #ffffff;
    background: #9e9e9e;
    border: 6px solid rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-grey:hover {
    border: 6px solid rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-black {
    color: #e7e7e7;
    background: #5b5b5b;
    border: 6px solid rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-black:hover {
    border: 6px solid rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-lightblue {
    color: #00394d;
    background: #a8e3f7;
    border: 6px solid rgba(255, 255, 255, 0.5);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-lightblue:hover {
    border: 6px solid rgba(255, 255, 255, 0.7);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-blue {
    color: #f2ffff;
    background: #3498db;
    border: 6px solid rgba(255, 255, 255, 0.5);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-blue:hover {
    border: 6px solid rgba(255, 255, 255, 0.7);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-green {
    color: #ffffe0;
    background: #7dbe4a;
    border: 6px solid rgba(255, 255, 255, 0.5);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-green:hover {
    border: 6px solid rgba(255, 255, 255, 0.7);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-yellow {
    color: #471a00;
    background: #f1c40f;
    border: 6px solid rgba(255, 255, 255, 0.5);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-yellow:hover {
    border: 6px solid rgba(255, 255, 255, 0.7);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-orange {
    color: #fffff4;
    background: #dc7418;
    border: 6px solid rgba(255, 255, 255, 0.5);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-orange:hover {
    border: 6px solid rgba(255, 255, 255, 0.7);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-red {
    color: #ffffeb;
    background: #e7563c;
    border: 6px solid rgba(255, 255, 255, 0.5);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-red:hover {
    border: 6px solid rgba(255, 255, 255, 0.7);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-pink {
    color: #fff1ff;
    background: #e96abb;
    border: 6px solid rgba(255, 255, 255, 0.5);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-pink:hover {
    border: 6px solid rgba(255, 255, 255, 0.7);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-purple {
    color: #fff1ff;
    background: #b574d5;
    border: 6px solid rgba(255, 255, 255, 0.5);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}

.button-transparent-border.button-color-purple:hover {
    border: 6px solid rgba(255, 255, 255, 0.7);
    -webkit-background-clip: padding-box;
    /* for Safari */
    background-clip: padding-box;
    /* for IE9+, Firefox 4+, Opera, Chrome */
}


/* No Background Button */

.button-no-background.button-color-default {
    border-color: #f0f0f0;
    color: #f0f0f0;
}

.button-no-background.button-color-default:hover {
    border-color: #e1e1e1;
    color: #e1e1e1;
}

.button-no-background.button-color-grey {
    border-color: #9e9e9e;
    color: #9e9e9e;
}

.button-no-background.button-color-grey:hover {
    border-color: #7b7b7b;
    color: #7b7b7b;
}

.button-no-background.button-color-black {
    border-color: #5b5b5b;
    color: #5b5b5b;
}

.button-no-background.button-color-black:hover {
    border-color: #000000;
    color: #000000;
}

.button-no-background.button-color-lightblue {
    border-color: #a8e3f7;
    color: #a8e3f7;
}

.button-no-background.button-color-lightblue:hover {
    border-color: #8fcade;
    color: #8fcade;
}

.button-no-background.button-color-blue {
    border-color: #3498db;
    color: #3498db;
}

.button-no-background.button-color-blue:hover {
    border-color: #1175b8;
    color: #1175b8;
}

.button-no-background.button-color-green {
    border-color: #7dbe4a;
    color: #7dbe4a;
}

.button-no-background.button-color-green:hover {
    border-color: #5a9b27;
    color: #5a9b27;
}

.button-no-background.button-color-yellow {
    border-color: #f1c40f;
    color: #f1c40f;
}

.button-no-background.button-color-yellow:hover {
    border-color: #e7ba05;
    color: #e7ba05;
}

.button-no-background.button-color-orange {
    border-color: #e67e22;
    color: #e67e22;
}

.button-no-background.button-color-orange:hover {
    border-color: #cd6509;
    color: #cd6509;
}

.button-no-background.button-color-red {
    border-color: #f6654b;
    color: #f6654b;
}

.button-no-background.button-color-red:hover {
    border-color: #d34228;
    color: #d34228;
}

.button-no-background.button-color-pink {
    border-color: #f879ca;
    color: #f879ca;
}

.button-no-background.button-color-pink:hover {
    border-color: #d556a7;
    color: #d556a7;
}

.button-no-background.button-color-purple {
    border-color: #c483e4;
    color: #c483e4;
}

.button-no-background.button-color-purple:hover {
    border-color: #a160c1;
    color: #a160c1;
}


/* Push Buttons */

.button-pushbutton.button-color-default {
    color: #505050;
    background: #f0f0f0;
    border-color: #bebebe;
    text-shadow: 1px 1px 1px #ffffff;
}

.button-pushbutton.button-color-grey {
    color: #ffffff;
    background: #9e9e9e;
    border-color: #626262;
    text-shadow: 1px 1px 1px #585858;
}

.button-pushbutton.button-color-black {
    color: #e7e7e7;
    background: #5b5b5b;
    border-color: #1f1f1f;
    text-shadow: 1px 1px 1px #000000;
}

.button-pushbutton.button-color-lightblue {
    color: #00394d;
    background: #a8e3f7;
    border-color: #629db1;
    text-shadow: 1px 1px 1px #c6ffff;
}

.button-pushbutton.button-color-blue {
    color: #f2ffff;
    background: #3498db;
    border-color: #0061a4;
    text-shadow: 1px 1px 1px #0266a9;
}

.button-pushbutton.button-color-green {
    color: #ffffe0;
    background: #7dbe4a;
    border-color: #41820e;
    text-shadow: 1px 1px 1px #4b8c18;
}

.button-pushbutton.button-color-yellow {
    color: #471a00;
    background: #f1c40f;
    border-color: #bf9200;
    text-shadow: 1px 1px 1px #fff641;
}

.button-pushbutton.button-color-orange {
    color: #fffff4;
    background: #e67e22;
    border-color: #be5600;
    text-shadow: 1px 1px 1px #b44c00;
}

.button-pushbutton.button-color-red {
    color: #ffffeb;
    background: #e7563c;
    border-color: #c43319;
    text-shadow: 1px 1px 1px #c43319;
}

.button-pushbutton.button-color-pink {
    color: #fff1ff;
    background: #e96abb;
    border-color: #b23384;
    text-shadow: 1px 1px 1px #c64798;
}

.button-pushbutton.button-color-purple {
    color: #fff1ff;
    background: #b574d5;
    border-color: #7e3d9e;
    text-shadow: 1px 1px 1px #9251b2;
}


/* Simple Buttons */

.button-simple.button-color-default,
.button-simple-rounded.button-color-default {
    color: #505050;
    background: #f0f0f0;
    text-shadow: 1px 1px 1px #ffffff;
}

.button-simple.button-color-default:hover,
.button-simple-rounded.button-color-default:hover {
    color: #505050;
    background: #e6e6e6;
}

.button-simple.button-color-grey,
.button-simple-rounded.button-color-grey {
    color: #ffffff;
    background: #9e9e9e;
    text-shadow: 1px 1px 1px #3a3a3a;
}

.button-simple.button-color-grey:hover,
.button-simple-rounded.button-color-grey:hover {
    color: #ffffff;
    background: #949494;
}

.button-simple.button-color-black,
.button-simple-rounded.button-color-black {
    color: #e7e7e7;
    background: #5b5b5b;
    text-shadow: 1px 1px 1px #000000;
}

.button-simple.button-color-black:hover,
.button-simple-rounded.button-color-black:hover {
    color: #e7e7e7;
    background: #4c4c4c;
}

.button-simple.button-color-lightblue,
.button-simple-rounded.button-color-lightblue {
    color: #00394d;
    background: #a8e3f7;
    text-shadow: 1px 1px 1px #d0ffff;
}

.button-simple.button-color-lightblue:hover,
.button-simple-rounded.button-color-lightblue:hover {
    color: #00394d;
    background: #99d4e8;
}

.button-simple.button-color-blue,
.button-simple-rounded.button-color-blue {
    color: #f2ffff;
    background: #3498db;
    text-shadow: 1px 1px 1px #00488b;
}

.button-simple.button-color-blue:hover,
.button-simple-rounded.button-color-blue:hover {
    color: #f2ffff;
    background: #2589cc;
}

.button-simple.button-color-green,
.button-simple-rounded.button-color-green {
    color: #ffffe0;
    background: #7dbe4a;
    text-shadow: 1px 1px 1px #2d6e00;
}

.button-simple.button-color-green:hover,
.button-simple-rounded.button-color-green:hover {
    color: #ffffe0;
    background: #6eaf3b;
}

.button-simple.button-color-yellow,
.button-simple-rounded.button-color-yellow {
    color: #471a00;
    background: #f1c40f;
    text-shadow: 1px 1px 1px #ffec37;
}

.button-simple.button-color-yellow:hover,
.button-simple-rounded.button-color-yellow:hover {
    color: #471a00;
    background: #e7ba05;
}

.button-simple.button-color-orange,
.button-simple-rounded.button-color-orange {
    color: #fffff4;
    background: #e67e22;
    text-shadow: 1px 1px 1px #821a00;
}

.button-simple.button-color-orange:hover,
.button-simple-rounded.button-color-orange:hover {
    color: #fffff4;
    background: #dc7418;
}

.button-simple.button-color-red,
.button-simple-rounded.button-color-red {
    color: #ffffeb;
    background: #e7563c;
    text-shadow: 1px 1px 1px #920100;
}

.button-simple.button-color-red:hover,
.button-simple-rounded.button-color-red:hover {
    color: #ffffeb;
    background: #dd4c32;
}

.button-simple.button-color-pink,
.button-simple-rounded.button-color-pink {
    color: #fff1ff;
    background: #e96abb;
    text-shadow: 1px 1px 1px #941566;
}

.button-simple.button-color-pink:hover,
.button-simple-rounded.button-color-pink:hover {
    color: #fff1ff;
    background: #df60b1;
}

.button-simple.button-color-purple,
.button-simple-rounded.button-color-purple {
    color: #fff1ff;
    background: #b574d5;
    text-shadow: 1px 1px 1px #601f80;
}

.button-simple.button-color-purple:hover,
.button-simple-rounded.button-color-purple:hover {
    color: #fff1ff;
    background: #ab6acb;
}


/* Standard Gradient Buttons */

.button-default.button-color-default,
.button-large.button-color-default,
.button-large.button-color-default,
.button-mini.button-color-default,
.button-default-rounded.button-color-default,
.button-large-rounded.button-color-default,
.button-mini-rounded.button-color-default {
    background: #f0f0f0;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f0f0f0 0%, #bebebe 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bebebe), color-stop(100%, #bebebe));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f0f0f0 0%, #bebebe 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f0f0f0 0%, #bebebe 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f0f0f0 0%, #bebebe 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f0f0f0 0%, #bebebe 100%);
    /* W3C */
    color: #505050;
    text-shadow: 1px 1px 1px #ffffff;
}

.button-default.button-color-default:hover,
.button-large.button-color-default:hover,
.button-large.button-color-default:hover,
.button-mini.button-color-default:hover,
.button-default-rounded.button-color-default:hover,
.button-large-rounded.button-color-default:hover,
.button-mini-rounded.button-color-default:hover {
    background: #e2e2e2;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #b0b0b0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b0b0b0), color-stop(100%, #b0b0b0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2e2e2 0%, #b0b0b0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2e2e2 0%, #b0b0b0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e2e2 0%, #b0b0b0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e2e2e2 0%, #b0b0b0 100%);
    /* W3C */
}

.button-default.button-color-grey,
.button-large.button-color-grey,
.button-large.button-color-grey,
.button-mini.button-color-grey,
.button-default-rounded.button-color-grey,
.button-large-rounded.button-color-grey,
.button-mini-rounded.button-color-grey {
    background: #9e9e9e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9e9e9e 0%, #6c6c6c 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6c6c6c), color-stop(100%, #6c6c6c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9e9e9e 0%, #6c6c6c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9e9e9e 0%, #6c6c6c 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9e9e9e 0%, #6c6c6c 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #9e9e9e 0%, #6c6c6c 100%);
    /* W3C */
    color: #ffffff;
    text-shadow: 1px 1px 1px #3a3a3a;
}

.button-default.button-color-grey:hover,
.button-large.button-color-grey:hover,
.button-large.button-color-grey:hover,
.button-mini.button-color-grey:hover,
.button-default-rounded.button-color-grey:hover,
.button-large-rounded.button-color-grey:hover,
.button-mini-rounded.button-color-grey:hover {
    background: #909090;
    /* Old browsers */
    background: -moz-linear-gradient(top, #909090 0%, #5e5e5e 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e5e5e), color-stop(100%, #5e5e5e));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #909090 0%, #5e5e5e 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #909090 0%, #5e5e5e 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #909090 0%, #5e5e5e 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #909090 0%, #5e5e5e 100%);
    /* W3C */
    color: #ffffff;
}

.button-default.button-color-black,
.button-large.button-color-black,
.button-large.button-color-black,
.button-mini.button-color-black,
.button-default-rounded.button-color-black,
.button-large-rounded.button-color-black,
.button-mini-rounded.button-color-black {
    background: #5b5b5b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #5b5b5b 0%, #292929 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #292929), color-stop(100%, #292929));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #5b5b5b 0%, #292929 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #5b5b5b 0%, #292929 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #5b5b5b 0%, #292929 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #5b5b5b 0%, #292929 100%);
    /* W3C */
    color: #e7e7e7;
    text-shadow: 1px 1px 1px #000000;
}

.button-default.button-color-black:hover,
.button-large.button-color-black:hover,
.button-large.button-color-black:hover,
.button-mini.button-color-black:hover,
.button-default-rounded.button-color-black:hover,
.button-large-rounded.button-color-black:hover,
.button-mini-rounded.button-color-black:hover {
    background: #494949;
    /* Old browsers */
    background: -moz-linear-gradient(top, #494949 0%, #171717 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #171717), color-stop(100%, #171717));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #494949 0%, #171717 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #494949 0%, #171717 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #494949 0%, #171717 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #494949 0%, #171717 100%);
    /* W3C */
    color: #e7e7e7;
}

.button-default.button-color-lightblue,
.button-large.button-color-lightblue,
.button-large.button-color-lightblue,
.button-mini.button-color-lightblue,
.button-default-rounded.button-color-lightblue,
.button-large-rounded.button-color-lightblue,
.button-mini-rounded.button-color-lightblue {
    background: #a8e3f7;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a8e3f7 0%, #76b1c5 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b1c5), color-stop(100%, #76b1c5));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a8e3f7 0%, #76b1c5 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a8e3f7 0%, #76b1c5 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a8e3f7 0%, #76b1c5 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #a8e3f7 0%, #76b1c5 100%);
    /* W3C */
    color: #00394d;
    text-shadow: 1px 1px 1px #bcf7ff;
}

.button-default.button-color-lightblue:hover,
.button-large.button-color-lightblue:hover,
.button-large.button-color-lightblue:hover,
.button-mini.button-color-lightblue:hover,
.button-default-rounded.button-color-lightblue:hover,
.button-large-rounded.button-color-lightblue:hover,
.button-mini-rounded.button-color-lightblue:hover {
    background: #99d4e8;
    /* Old browsers */
    background: -moz-linear-gradient(top, #99d4e8 0%, #67a2b6 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #67a2b6), color-stop(100%, #67a2b6));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #99d4e8 0%, #67a2b6 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #99d4e8 0%, #67a2b6 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #99d4e8 0%, #67a2b6 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #99d4e8 0%, #67a2b6 100%);
    /* W3C */
    color: #00394d;
}

.button-default.button-color-blue,
.button-large.button-color-blue,
.button-large.button-color-blue,
.button-mini.button-color-blue,
.button-default-rounded.button-color-blue,
.button-large-rounded.button-color-blue,
.button-mini-rounded.button-color-blue {
    background: #3498db;
    /* Old browsers */
    background: -moz-linear-gradient(top, #3498db 0%, #0266a9 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0266a9), color-stop(100%, #0266a9));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #3498db 0%, #0266a9 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #3498db 0%, #0266a9 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #3498db 0%, #0266a9 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #3498db 0%, #0266a9 100%);
    /* W3C */
    color: #f2ffff;
    text-shadow: 1px 1px 1px #000c4f;
}

.button-default.button-color-blue:hover,
.button-large.button-color-blue:hover,
.button-large.button-color-blue:hover,
.button-mini.button-color-blue:hover,
.button-default-rounded.button-color-blue:hover,
.button-large-rounded.button-color-blue:hover,
.button-mini-rounded.button-color-blue:hover {
    background: #2589cc;
    /* Old browsers */
    background: -moz-linear-gradient(top, #2589cc 0%, #00579a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00579a), color-stop(100%, #00579a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2589cc 0%, #00579a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2589cc 0%, #00579a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2589cc 0%, #00579a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2589cc 0%, #00579a 100%);
    /* W3C */
    color: #f2ffff;
}

.button-default.button-color-green,
.button-large.button-color-green,
.button-large.button-color-green,
.button-mini.button-color-green,
.button-default-rounded.button-color-green,
.button-large-rounded.button-color-green,
.button-mini-rounded.button-color-green {
    background: #7dbe4a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #7dbe4a 0%, #4b8c18 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4b8c18), color-stop(100%, #4b8c18));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7dbe4a 0%, #4b8c18 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7dbe4a 0%, #4b8c18 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7dbe4a 0%, #4b8c18 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #7dbe4a 0%, #4b8c18 100%);
    /* W3C */
    color: #ffffe0;
    text-shadow: 1px 1px 1px #003c00;
}

.button-default.button-color-green:hover,
.button-large.button-color-green:hover,
.button-large.button-color-green:hover,
.button-mini.button-color-green:hover,
.button-default-rounded.button-color-green:hover,
.button-large-rounded.button-color-green:hover,
.button-mini-rounded.button-color-green:hover {
    background: #6eaf3b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #6eaf3b 0%, #3c7d09 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c7d09), color-stop(100%, #3c7d09));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #6eaf3b 0%, #3c7d09 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #6eaf3b 0%, #3c7d09 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #6eaf3b 0%, #3c7d09 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #6eaf3b 0%, #3c7d09 100%);
    /* W3C */
    color: #ffffe0;
}

.button-default.button-color-yellow,
.button-large.button-color-yellow,
.button-large.button-color-yellow,
.button-mini.button-color-yellow,
.button-default-rounded.button-color-yellow,
.button-large-rounded.button-color-yellow,
.button-mini-rounded.button-color-yellow {
    background: #fbce19;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fbce19 0%, #d3a600 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d3a600), color-stop(100%, #d3a600));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fbce19 0%, #d3a600 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fbce19 0%, #d3a600 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fbce19 0%, #d3a600 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fbce19 0%, #d3a600 100%);
    /* W3C */
    color: #471a00;
    text-shadow: 1px 1px 1px #ffd31e;
}

.button-default.button-color-yellow:hover,
.button-large.button-color-yellow:hover,
.button-large.button-color-yellow:hover,
.button-mini.button-color-yellow:hover,
.button-default-rounded.button-color-yellow:hover,
.button-large-rounded.button-color-yellow:hover,
.button-mini-rounded.button-color-yellow:hover {
    background: #ecbf0a;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ecbf0a 0%, #cea100 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cea100), color-stop(100%, #cea100));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ecbf0a 0%, #cea100 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ecbf0a 0%, #cea100 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ecbf0a 0%, #cea100 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ecbf0a 0%, #cea100 100%);
    /* W3C */
    color: #471a00;
}

.button-default.button-color-orange,
.button-large.button-color-orange,
.button-large.button-color-orange,
.button-mini.button-color-orange,
.button-default-rounded.button-color-orange,
.button-large-rounded.button-color-orange,
.button-mini-rounded.button-color-orange {
    background: #eb8327;
    /* Old browsers */
    background: -moz-linear-gradient(top, #eb8327 0%, #be5600 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #be5600), color-stop(100%, #be5600));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #eb8327 0%, #be5600 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #eb8327 0%, #be5600 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #eb8327 0%, #be5600 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #eb8327 0%, #be5600 100%);
    /* W3C */
    color: #fffff4;
    text-shadow: 1px 1px 1px #6e0600;
}

.button-default.button-color-orange:hover,
.button-large.button-color-orange:hover,
.button-large.button-color-orange:hover,
.button-mini.button-color-orange:hover,
.button-default-rounded.button-color-orange:hover,
.button-large-rounded.button-color-orange:hover,
.button-mini-rounded.button-color-orange:hover {
    background: #e67e22;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e67e22 0%, #b95100 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b95100), color-stop(100%, #b95100));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e67e22 0%, #b95100 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e67e22 0%, #b95100 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e67e22 0%, #b95100 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e67e22 0%, #b95100 100%);
    /* W3C */
    color: #fffff4;
}

.button-default.button-color-red,
.button-large.button-color-red,
.button-large.button-color-red,
.button-mini.button-color-red,
.button-default-rounded.button-color-red,
.button-large-rounded.button-color-red,
.button-mini-rounded.button-color-red {
    background: #f6654b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f6654b 0%, #c43319 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c43319), color-stop(100%, #c43319));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f6654b 0%, #c43319 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f6654b 0%, #c43319 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f6654b 0%, #c43319 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f6654b 0%, #c43319 100%);
    /* W3C */
    color: #ffffeb;
    text-shadow: 1px 1px 1px #6a0000;
}

.button-default.button-color-red:hover,
.button-large.button-color-red:hover,
.button-large.button-color-red:hover,
.button-mini.button-color-red:hover,
.button-default-rounded.button-color-red:hover,
.button-large-rounded.button-color-red:hover,
.button-mini-rounded.button-color-red:hover {
    background: #e7563c;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e7563c 0%, #b5240a 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b5240a), color-stop(100%, #b5240a));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e7563c 0%, #b5240a 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e7563c 0%, #b5240a 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e7563c 0%, #b5240a 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e7563c 0%, #b5240a 100%);
    /* W3C */
    color: #ffffeb;
}

.button-default.button-color-pink,
.button-large.button-color-pink,
.button-large.button-color-pink,
.button-mini.button-color-pink,
.button-default-rounded.button-color-pink,
.button-large-rounded.button-color-pink,
.button-mini-rounded.button-color-pink {
    background: #f879ca;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f879ca 0%, #c64798 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c64798), color-stop(100%, #c64798));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f879ca 0%, #c64798 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f879ca 0%, #c64798 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f879ca 0%, #c64798 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f879ca 0%, #c64798 100%);
    /* W3C */
    color: #fff1ff;
    text-shadow: 1px 1px 1px #800152;
}

.button-default.button-color-pink:hover,
.button-large.button-color-pink:hover,
.button-large.button-color-pink:hover,
.button-mini.button-color-pink:hover,
.button-default-rounded.button-color-pink:hover,
.button-large-rounded.button-color-pink:hover,
.button-mini-rounded.button-color-pink:hover {
    background: #e96abb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e96abb 0%, #b73889 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b73889), color-stop(100%, #b73889));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e96abb 0%, #b73889 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e96abb 0%, #b73889 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e96abb 0%, #b73889 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e96abb 0%, #b73889 100%);
    /* W3C */
    color: #fff1ff;
}

.button-default.button-color-purple,
.button-large.button-color-purple,
.button-large.button-color-purple,
.button-mini.button-color-purple,
.button-default-rounded.button-color-purple,
.button-large-rounded.button-color-purple,
.button-mini-rounded.button-color-purple {
    background: #c483e4;
    /* Old browsers */
    background: -moz-linear-gradient(top, #c483e4 0%, #9251b2 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9251b2), color-stop(100%, #9251b2));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c483e4 0%, #9251b2 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c483e4 0%, #9251b2 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c483e4 0%, #9251b2 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #c483e4 0%, #9251b2 100%);
    /* W3C */
    color: #fff1ff;
    text-shadow: 1px 1px 1px #4c0b6c;
}

.button-default.button-color-purple:hover,
.button-large.button-color-purple:hover,
.button-large.button-color-purple:hover,
.button-mini.button-color-purple:hover,
.button-default-rounded.button-color-purple:hover,
.button-large-rounded.button-color-purple:hover,
.button-mini-rounded.button-color-purple:hover {
    background: #b574d5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #b574d5 0%, #8342a3 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8342a3), color-stop(100%, #8342a3));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b574d5 0%, #8342a3 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b574d5 0%, #8342a3 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b574d5 0%, #8342a3 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #b574d5 0%, #8342a3 100%);
    /* W3C */
    color: #fff1ff;
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.fa,
.fa-stack {
    display: inline-block
}

.fa-fw,
.fa-li,
.mfp-container {
    text-align: center
}

.mfp-arrow,
.slick-slider {
    -webkit-tap-highlight-color: transparent
}

.slick-slider,
.xdsoft_noselect {
    -webkit-touch-callout: none;
    -khtml-user-select: none
}

.ed-container>.overlay,
.ed-reference-container>.overlay,
.slick-slide.dragging img {
    pointer-events: none
}

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

@font-face {
    font-family: FontAwesome;
    src: url(/css/power/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/css/power/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/css/power/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/css/power/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/css/power/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/css/power/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after,
.slick-track:after,
.slick-track:before {
    content: ''
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block
}

.slick-slider {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.slick-list {
    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);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0
}

.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

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

.slick-track:after {
    clear: both
}

.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-initialized .slick-slide {
    display: block;
    overflow: hidden
}

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

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

.mfp-bg {
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    height: 100%;
    z-index: 1043;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-close,
.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    position: absolute;
    left: 0
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.xdsoft_datetimepicker {
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .506);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 8px;
    padding-left: 0;
    padding-top: 2px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: 0 0;
    border: 0
}

.xdsoft_datetimepicker button {
    border: none!important
}

.xdsoft_noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.xdsoft_noselect::selection {
    background: 0 0
}

.xdsoft_noselect::-moz-selection {
    background: 0 0
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 8px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-left: 8px;
    margin-top: 0
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
    margin-top: 8px;
    margin-bottom: 3px
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC)
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: .5;
    background-position: -92px -19px;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 30px;
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    float: none;
    background-position: -40px -15px;
    height: 15px;
    width: 30px;
    display: block;
    margin-left: 14px;
    margin-top: 7px
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev {
    float: none;
    margin-left: 0;
    margin-right: 14px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 7px;
    margin-top: 0
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 151px;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 25px;
    line-height: 25px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
    border-top-width: 0
}

.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover,
.xdsoft_datetimepicker .xdsoft_today_button:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
    text-decoration: underline
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #fff;
    background: #ff8000
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none!important
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 48px;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
    padding-right: 5px
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #f5f5f5;
    border: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: right;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 25px
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #f1f1f1
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #3af
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #3af;
    box-shadow: #178fe5 0 1px 3px 0 inset;
    color: #fff;
    font-weight: 700
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
    opacity: .5;
    -ms-filter: "alpha(opacity=50)";
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: .2;
    -ms-filter: "alpha(opacity=20)"
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #fff!important;
    background: #ff8000!important;
    box-shadow: none!important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
    background: #3af!important;
    box-shadow: #178fe5 0 1px 3px 0 inset!important;
    color: #fff!important
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
    color: inherit!important;
    background: inherit!important;
    box-shadow: inherit!important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    font-weight: 700;
    text-align: center;
    color: #999;
    cursor: default
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc!important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee!important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa!important
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc
}

.xdsoft_scrollbar>.xdsoft_scroller {
    background: #ccc!important;
    height: 20px;
    border-radius: 3px
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto
}

.xdsoft_scroller_box {
    position: relative
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, .506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
    border: 1px solid #333;
    background: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    color: #000;
    background: #007fff
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #c50
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
    color: #000!important;
    background: #007fff!important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333!important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111!important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555!important
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
    background: #333!important
}

.xdsoft_datetimepicker .xdsoft_save_selected {
    display: block;
    border: 1px solid #ddd!important;
    margin-top: 5px;
    width: 100%;
    color: #454551;
    font-size: 13px
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: museo-sans, "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
    background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0)
}

.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:focus span,
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:hover span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #FFF));
    background: -webkit-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: -o-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: -ms-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0)
}

.ed-container,
.ed-reference-container {
    position: relative;
    width: auto;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.ed-container>.inner,
.ed-reference-container>.inner {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%
}

.ed-container>.inner>.ed-element,
.ed-reference-container>.inner>.ed-element {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    box-sizing: border-box
}

.ed-container>.background,
.ed-container>.overlay,
.ed-reference-container>.background,
.ed-reference-container>.overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 0
}

.ed-container.parallax,
.ed-reference-container.parallax {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.flex-column>.inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: stretch;
    align-items: stretch
}

.flex-column>.inner>.ed-element {
    -webkit-box-flex: 0;
    flex: 0 0 auto
}

.flex-nowrap>.inner {
    flex-wrap: nowrap
}

.flex-justify-content-start>.inner {
    -webkit-box-pack: start;
    justify-content: flex-start
}

.flex-justify-content-end>.inner {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.flex-justify-content-center>.inner {
    -webkit-box-pack: center;
    justify-content: center
}

.flex-justify-content-space-between>.inner {
    -webkit-box-pack: justify;
    justify-content: space-between
}

.flex-justify-content-space-around>.inner {
    justify-content: space-around
}

.flex-align-items-start>.inner {
    -webkit-box-align: start;
    align-items: flex-start
}

.flex-align-items-end>.inner {
    -webkit-box-align: end;
    align-items: flex-end
}

.flex-align-items-center>.inner {
    -webkit-box-align: center;
    align-items: center
}

.flex-align-items-stretch>.inner {
    -webkit-box-align: stretch;
    align-items: stretch
}

.flex-align-content-start>.inner {
    align-content: flex-start
}

.flex-align-content-end>.inner {
    align-content: flex-end
}

.flex-align-content-center>.inner {
    align-content: center
}

.flex-align-content-space-between>.inner {
    align-content: space-between
}

.flex-align-content-space-around>.inner {
    align-content: space-around
}

.flex-align-content-stretch>.inner {
    align-content: stretch
}

.ed-element.ed-slider .slider-container {
    overflow: visible;
    box-sizing: content-box;
}

.ed-element.ed-slider .slider-container.has-dots {
    padding-bottom: 25px
}

.ed-element.ed-slider .slider-container.slick-vertical.has-dots {
    padding-bottom: 0
}

.ed-element.ed-slider .slider-container.shadow {
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2)
}

.ed-element.ed-slider.wv-bg .ed-slider-item {
    background-size: cover;
    background-repeat: no-repeat
}

.ed-element.ed-slider.wv-bg .ed-slider-item img {
    visibility: hidden;
    opacity: 0
}

.ed-element.ed-slider .ed-slider-item {
    position: relative;
    border: 0 solid
}

.ed-element.ed-slider .ed-slider-item img {
    width: 100%
}

.ed-element.ed-slider .ed-slider-text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.ed-element.ed-slider .slick-vertical .slick-dots {
    position: absolute;
    margin: 0!important;
    right: -25px;
    width: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ed-element.ed-slider .slick-vertical .slick-dots li {
    margin: 6px 0
}

.ed-element.ed-slider .slick-vertical .slick-arrow {
    margin: 0 0 0 -15px;
    left: 50%;
    right: auto;
    top: auto;
    padding: 0
}

.ed-element.ed-slider .slick-vertical .slick-arrow.slick-prev {
    top: 15px;
    padding-bottom: 2px
}

.ed-element.ed-slider .slick-vertical .slick-arrow.slick-prev:before {
    content: '\f077'
}

.ed-element.ed-slider .slick-vertical .slick-arrow.slick-next {
    bottom: 15px;
    padding-top: 2px
}

.ed-element.ed-slider .slick-vertical .slick-arrow.slick-next:before {
    content: '\f078'
}

.ed-element.ed-slider.wv-bg .slick-list {
    width: 100%;
    height: 100%
}

.ed-element.ed-slider.wv-bg .slick-track {
    height: 100%
}

.ed-element.ed-slider.wv-bg .slick-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    margin: 0!important
}

.ed-element.ed-slider.wv-bg .slick-vertical .slick-dots {
    bottom: auto;
    width: 12px;
    right: 20px
}

.slick-arrow {
    position: absolute;
    box-sizing: border-box;
    display: block;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    border-radius: 100%;
    border: 0 solid;
    background: rgba(0, 0, 0, .6);
    color: rgba(255, 255, 255, .6);
    z-index: 1;
    outline: 0;
    opacity: 0;
    transition: opacity .5s;
    cursor: pointer
}

.slick-arrow:hover {
    background: rgba(0, 0, 0, .8)
}

.slick-arrow:before {
    font-family: FontAwesome;
    display: inline
}

.slick-arrow.slick-prev {
    left: 15px;
    padding-left: 2px
}

.slick-arrow.slick-prev:before {
    content: '\f053'
}

.slick-arrow.slick-next {
    right: 15px;
    padding-right: 2px
}

.slick-arrow.slick-next:before {
    content: '\f054'
}

.ed-container:hover>.slick-arrow,
.ed-grid:hover>section>.slick-arrow,
.ed-section:hover>section>.slick-arrow,
.ed-slider:hover .slick-arrow {
    opacity: 1
}

.slick-dots {
    display: block;
    position: relative;
    list-style: none;
    margin: 10px 0 0!important;
    padding: 0;
    text-align: center;
    font-size: 0
}

.slick-dots li {
    display: inline-block;
    margin: 0 6px;
    padding: 0
}

.slick-dots li button {
    width: 12px;
    height: 12px;
    background: rgba(0, 0, 0, .5);
    display: block;
    border: 0 solid;
    border-radius: 100%;
    text-indent: -9999px;
    outline: 0;
    cursor: pointer
}

.ed-form-select select,
.ed-form-textarea textarea,
.ed-gallery .ed-gallery-items.v2 li.ed-gallery-thumb img {
    box-sizing: border-box;
    width: 100%
}

.slick-dots li.slick-active button {
    background: rgba(0, 0, 0, .9)
}

.ed-gallery .cf {
    overflow: hidden
}

.ed-gallery .ed-gallery-items.v2:after {
    content: '';
    display: block;
    clear: both
}

.ed-gallery .ed-gallery-items.v2 li.ed-gallery-thumb {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: block;
    float: left
}

#content .ed-gallery-items li {
    margin: 0
}

#content .ed-element.ed-menu .menu-style-horizontal ul,
.ed-element.ed-menu .menu-style-horizontal ul {
    padding: 0;
    margin: 0
}

#content .ed-element.ed-menu .menu-style-horizontal ul li,
.ed-element.ed-menu .menu-style-horizontal ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    border-right: 1px solid rgba(0, 0, 0, .2)
}

#content .ed-element.ed-menu .menu-style-horizontal ul li:first-child,
.ed-element.ed-menu .menu-style-horizontal ul li:first-child {
    padding-left: 0
}

#content .ed-element.ed-menu .menu-style-horizontal ul li:last-child,
.ed-element.ed-menu .menu-style-horizontal ul li:last-child {
    padding-right: 0;
    border-right: 0 solid
}

#content .ed-element.ed-menu .menu-style-horizontal ul li .sub,
.ed-element.ed-menu .menu-style-horizontal ul li .sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .2)
}

#content .ed-element.ed-menu .menu-style-horizontal ul li .sub li,
.ed-element.ed-menu .menu-style-horizontal ul li .sub li {
    display: block;
    white-space: nowrap;
    border-right: 0 solid;
    padding: 5px 0
}

#content .ed-element.ed-menu .menu-style-horizontal ul li .sub li .sub,
.ed-element.ed-menu .menu-style-horizontal ul li .sub li .sub {
    top: 0;
    left: 100%;
    margin: -11px 0 0 9px
}

#content .ed-element.ed-menu .menu-style-horizontal ul li:hover>.sub,
.ed-element.ed-menu .menu-style-horizontal ul li:hover>.sub {
    display: block
}

#content .ed-element.ed-menu .menu-style-horizontal ul li.active>a,
.ed-element.ed-menu .menu-style-horizontal ul li.active>a {
    font-weight: 700
}

.ed-form-container label {
    display: block
}

.ed-form-date input,
.ed-form-email input,
.ed-form-input input,
.ed-form-number input,
.ed-form-phone input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    background: #fafafa;
    border: 1px solid #dedede;
    border-radius: 0
}

.ed-form-date.embedded>input {
    display: none
}

.ed-form-date.embedded .pika-single {
    display: inline-block
}

.ed-form-textarea textarea {
    display: block;
    height: auto;
    padding: 5px 10px;
    line-height: 20px;
    background: #fafafa;
    border: 1px solid #dedede;
    border-radius: 0;
    resize: vertical
}

.ed-form-button button,
.ed-form-select select {
    border: 1px solid #dedede;
    height: 40px;
    line-height: 40px;
    background: #fafafa
}

.ed-form-select select {
    display: block;
    padding: 0 10px;
    border-radius: 0
}

.ed-form-checkbox ul.checkbox_list li label,
.ed-form-radio ul.radio_list li label {
    display: inline-block
}

.ed-form-checkbox ul.checkbox_list,
.ed-form-radio ul.radio_list {
    padding: 0;
    margin: 0;
    list-style: none inside
}

.ed-form-checkbox ul.checkbox_list li {
    list-style: none inside
}

.ed-form-radio ul.radio_list li {
    list-style: none inside
}

.ed-form-button button {
    display: inline-block;
    cursor: pointer;
    padding: 0 20px;
    border-radius: 0
}

.ed-form-captcha div.image {
    display: block;
    margin: 0 20px 0 0;
    float: left
}

.ed-form-captcha div.input {
    display: block
}

.ed-form-captcha div.input input {
    /*text-transform: uppercase;*/
    width: 100px;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    background: #fafafa;
    border: 1px solid #dedede;
    border-radius: 0
}

.ed-form-captcha div.regenerate {
    clear: both;
    font-size: 10px;
    text-decoration: none
}

.ed-form-captcha:after {
    content: '';
    display: block;
    position: relative;
    clear: both
}

.ed-element.ed-video .video-loader {
    background-color: #000;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer
}

.ed-element.ed-video .video-loader:after {
    content: '\25b6';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, .7);
    color: rgba(255, 255, 255, .7);
    text-align: center;
    padding: 10px 25px;
    border-radius: 6px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ed-element.ed-video .video-loader:hover:after {
    background: rgba(0, 0, 0, .9);
    color: rgba(255, 255, 255, .9)
}

div.success-spacer {
    margin-top: 3em;
}
h3.contact-headline{
    font-size: 18pt !important;
    line-height: 23pt !important;
    font-weight: 700 !important;
    color: #2f4e91 !important;
}

/* since 2020-12-22 (AN) */
#ed-3058715 .container {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#ed-3058715 .container .span8{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

#ed-3058715 .container .span8 div{
    min-width: 100%;
}

.gp-container{
    max-width: 950px;
    width: 100%;
    overflow: hidden;
    padding: 80px 0;
}
.gp-container .gp-main-card{
    display: flex;
    justify-content: space-evenly;
    width: 200%;
    transition: 1s;
}
#gp-two:checked ~ .gp-main-card{
    margin-left: -100%;
}
.gp-container .gp-main-card .gp-cards{
    width: calc(100% / 2 - 10px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 20px;
    justify-content: space-between;
}
.gp-main-card .gp-cards .gp-card{
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease;
}
.gp-main-card .gp-cards .gp-card:hover{
    transform: translateY(-15px);
}
.gp-cards .gp-card .gp-content{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.gp-container .gp-button{
    width: 100%;
    display: block;
    justify-content: center;
    margin: 20px;
}
.gp-button label{
    height: 15px;
    width: 15px;
    border-radius: 20px;
    background: #2f4e91;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.gp-button label.active{
    width: 35px;
}
#gp-one:checked ~ .gp-button .gp-one{
    width: 35px;
}
#gp-one:checked ~ .gp-button .gp-two{
    width: 15px;
}
#gp-two:checked ~ .gp-button .gp-one{
    width: 15px;
}
#gp-two:checked ~ .gp-button .gp-two{
    width: 35px;
}
@media (max-width: 768px) {
    .gp-main-card .gp-cards .gp-card{
        margin: 20px 0 10px 0;
        width: calc(100% / 2 - 10px);
    }
}
@media (max-width: 600px) {
    .gp-main-card .gp-cards .gp-card{
        /* margin: 20px 0 10px 0; */
        width: 100%;
    }
}

/* Alon Geithe - Styles */
.mobileServices {
    margin-bottom: 15px;
}

.mobileServices img {
    max-width: 60px;
}

.mobileServices .serviceText {
    display: inline-block;
}

.mobileServices .serviceText .serviceTextInner {
    display: flex;
    align-items: center;
    height: 60px;
    margin-left: 10px;
}

.newSlickSlider {
    height: calc(100vh - 100px);
}

div#c-1 .ed-slider .slick-slide {
    height: calc(100vh - 100px);
}

@media (max-width: 1199px) {

}

@media (max-width: 1180px) {
    body {
        padding-top: 166px !important;
    }

    .newSlickSlider {
        height: calc(100vh - 166px) !important;
    }

    div#c-1 .ed-slider .slick-slide {
        height: calc(100vh - 166px);
    }
}

@media (max-width: 922px) {

}

@media (max-width: 767px) {
    body {
        padding-top: 156px !important;
    }

    .newSlickSlider {
        height: calc(100vh - 156px); 
    }

    div#c-1 .ed-slider .slick-slide {
        height: calc(100vh - 156px); 
    }
}

@media (max-width: 763px) {
    body {
        padding-top: 144px !important;
    }

    .newSlickSlider {
        height: calc(100vh - 144px); 
    }

    div#c-1 .ed-slider .slick-slide {
        height: calc(100vh - 144px); 
    }
}

@media (max-width: 576px) {

}