/* Imports may be incorrectly placed, please remove for ideal combining */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);@import url(/css/font-awesome.min.css);
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('/images/webcard/loading.gif') no-repeat center center;
}

/* SECTION */

.ed-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 {
    padding-left:0 !important;
    padding-right:0 !important;
}

section { position: relative; }

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

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

.indicatorBars { position: absolute; width: 100%; top: 100px; }
.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; }
.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;
    right: 0;
    bottom: 0;
    left: 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 {
    position: absolute;
    z-index: 0;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    height: 100%;
    padding: 0 !important;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
}
.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;
}



.ed-slider.wv-bg .flexslider,
.ed-slider.wv-bg .slider-container {
    display: block;
    position: relative;
    width: 100%;
    height: 100% !important;
    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: 475px;
}

.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_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;
    font-weight: 500;
    font-size: 26px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.8);
}
#banner_content h3 {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    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);
}
@media ( min-width : 768px ) {
    .span1 { width: 4.16666666667%; }
    .span2 { width: 8.33333333333%; }
    .span3 { width:12.5%; }
    .span4 { width: 16.6666666667%; }
    .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 .span4 { width: 16.6666666667%; }
.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%; }

/* --------------- */
/* 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;
}




/* Roboto + Droid Sans Narrow */


.clear { clear: both; }
img { max-width: 100%; }

body {
    font-family: 'Droid Sans', sans-serif;
    font-weight: 200;    
    background: #eaeaea;
    color: #333;
    padding: 0;
    margin: 0;
}

#wrapper {
    position: relative;
    width: 1024px;
    margin: 40px auto 0;
    height: auto;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 20px rgba(0,0,0,.1);
    -o-box-shadow: 0 0 20px rgba(0,0,0,.1);
}

div#lang {
    position: absolute;
    right: 0;
    margin-top: -20px;
    font-family: 'Roboto';
    font-weight: 200;
    font-size: 13px;
    line-height: 9px;
    color: rgba(0,0,0,.8);
    text-transform: lowercase;
    opacity: 0.5;
}
div#lang:hover { opacity: 1; }


/* HEADER */

#header {
    position: relative;
    width: 100%;
    height: 150px;
    box-shadow: 0 0 1px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,.3);
    -ms-box-shadow: 0 0 1px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 1px rgba(0,0,0,.3);
}

/* LOGO */
#logo {   
    position: relative;
    font-family: 'Roboto';
    float: left; 
    padding-top: 40px;
    padding-left: 55px;
}
#logo h1 { 
    display: block;
    padding: 0;
    margin: 0;
    line-height: 40px;
    font-size: 30px;
    height: 40px;
    color: #333;
}
h2#slogan {
    display: block;
    margin: 5px 0 0 1px;
    padding: 0;
    font-size: 17px;
    font-weight: 200;
    line-height: 25px;
    height: 20px;
    color: #777;
}
/* LOGO END */

/* MENU */

a#mobile_menu_switch {
    position: relative;
    display: none; 
    float: right;
    width: 40px;
    height: 40px;
    background: url('/images/webcard/menu_switch.png') no-repeat center center;
}


#menu { 
    position: relative;
    height: 100%;
    float: right; 
    margin-right: 55px;
    z-index: 10;
}
#menu ul {
    list-style: none;
    position: relative;
    top: 50%;
    padding: 0;
    margin-top: -12px;
}
#menu ul li { 
    float: left; 
    margin-left: 20px; 
}
#menu ul li a {
    display: block;
    font-family: 'Roboto';
    letter-spacing: 0px;
    font-weight: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    height: 25px;
    text-transform: uppercase;
    text-decoration: none;
    color: #2b8aff;
    padding: 0 0 2px;
}
#menu ul li a.active, #menu ul li a:hover, #menu ul li:hover a { 
    border-bottom: 2px solid #2b8aff;
    padding-bottom: 0;
}

#menu ul li div.sub ul li { border-bottom: 0px solid #fff; }

#menu ul li a.sub-trigger:after {
    margin-left: 4px;
    text-decoration: none;
    font-family: 'FontAwesome';
    font-size: 13px;
    content:"\f0d7";
}

#menu ul li div.sub ul { 
    list-style: none; 
    padding: 0;
    margin: 0;
}
#menu ul li div.sub ul li { 
    float: none; 
    padding: 0;
    margin: 0;
}
#menu ul li div.sub ul li a { 
    display: block;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 5px 15px 5px 20px;
    line-height: 30px;   
    border: none;
}
#menu ul li.menu-sub div.sub {
    position: absolute;
    display: none;
    margin: 0;
    background: #fff;
    padding: 0;
    z-index: 20;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.5);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#menu.no_javascript ul li.menu-sub:hover div.sub {
    display: block;   
}


#menu ul li div.sub ul li a:hover, #menu ul li div.sub ul li a.active {
    padding-left: 10px;
    border: none;
}

#menu ul li div.sub ul li a:hover:before, #menu ul li div.sub ul li a.active:before {
    margin-right: 4px;
    font-family: 'FontAwesome';
    font-size: 16px;
    content:"\f0da";
}

/* MENU END */

/* HEADER END */



/* BANNER */
#banner_replacer {
    position: absolute;
    width: 100%;
    height: 5px;
    background-color: #2b9aff;
}

#banner_wrapper {
    position: relative;
    width: 100%;
}
#banner {
    position: relative;
    width: 100%;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(0,0,0,.1);
    -ms-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(0,0,0,.1);
    -o-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(0,0,0,.1);
}

#banner_background { 
    width: 100%; 
}
#banner .slider-container {
    background: #2b9aff;
}
#banner_content h2 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 44px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,.8);
}
#banner.banner-content-left #banner_content h2, #banner.banner-content-right #banner_content h2 {
    font-size: 36px;
}
#banner_content h3 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20pt;
    color: #fff;
    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 {
    box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
#banner_content .ed-headline {
    padding-bottom: 5px;
}

/* BANNER END */



/* CONTENT */
#content {
    padding: 35px 55px 55px 55px;
    margin: 0;
    font-weight: lighter; 
    line-height: 24px;
    font-size: 16px;
    word-wrap: break-word;
}

#content h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 200;
    font-size: 34px;
    line-height: 40px;
    color: #333;
}
#content h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 26px;
    font-weight: 200;
    color: #333;
}
#content p { 
    font-weight: lighter; 
    line-height: 25px;
    font-size: 16px;
}
a {
    font-weight: 400;
    text-decoration: none;
    color: #2b9aff;
}
a:hover { 
    /*border-bottom: 2px solid #2b9aff;*/
    text-decoration: underline;
}

/* CONTENT END */



/* FOOTER */
#footer {
    position: relative;
    width: 970px;
    padding: 0;
    margin: 0 auto 40px;
    font-family: 'Roboto';
    font-weight: 200;
    line-height: 20px;
    font-size: 17px;
    color: #999;
    text-align: right;
}
#footer a {
    color: #999;
    text-decoration: none;
}
#footer a:hover { color: #333; }

/* FOOTER END */



/* INPUTS */
input[type="text"], input[type="password"], textarea {
    width: 40%;
    padding: 4px;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px; 
    font-weight: normal;
    font-style: normal; 
    border: 1px solid rgba(0,0,0,.5) !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    box-shadow: 1px -1px 0 rgba(255,255,255,.7), 1px 1px 0px rgba(0,0,0,.1), inset 3px 3px 3px rgba(0,0,0,.1);
    -moz-box-shadow: 1px -1px 0 rgba(255,255,255,.7), 1px 1px 0px rgba(0,0,0,.1), inset 3px 3px 3px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px -1px 0 rgba(255,255,255,.7), 1px 1px 0px rgba(0,0,0,.1), inset 3px 3px 3px rgba(0,0,0,.1);
    -ms-box-shadow: 1px -1px 0 rgba(255,255,255,.7), 1px 1px 0px rgba(0,0,0,.1), inset 3px 3px 3px rgba(0,0,0,.1);
    -o-box-shadow: 1px -1px 0 rgba(255,255,255,.7), 1px 1px 0px rgba(0,0,0,.1), inset 3px 3px 3px rgba(0,0,0,.1);
}
input[type="submit"] { width: auto; padding: 4px 20px 4px 20px; }

label {
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px; 
    line-height: 24px;
    font-weight: normal;
    font-style: normal; 
    padding-right: 30px;
}

/* Contact Us + Blog-Comments Form */
form dt { float: left; width: 35%; }

/* Captcha Link smaller */
li.gb_new_entry a { font-size: 10pt; }


/* INPUTS END */






/* MEDIA QUERIES */


/* for both /


/* iPhone */
@media only screen 
and (min-width:320px) 
and (max-width:1024px) {
    body {
        margin: 0 !important;
    }
    #wrapper {
        width: 100%;
        margin: 0;
        box-shadow: 0 0 0px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 0px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 0px rgba(0,0,0,.1);
        -ms-box-shadow: 0 0 0px rgba(0,0,0,.1);
        -o-box-shadow: 0 0 0px rgba(0,0,0,.1);
    }
    #header {
        height: auto;
    }

    #menu {
        display: none;
        width: 100%;
        clear: both;
        float: none;
    }
    #menu.no_javascript {
        display: block;
    }
    #menu ul {
        width: 100%;
        background: #2b9aff;
        top: 0;
        margin: 0;
        padding: 2px 0 0 0;
    }
    #menu ul li, #menu ul li div.sub ul li {
        float: none;
	width: 90%;
        margin: 0;
        padding: 0;
        margin: 0 0 0 5%;
    }
    #menu ul li.active, #menu ul li:hover { 
        padding-top: 0; 
        border-bottom: 0px solid #fff;

    }

    #menu ul li div.sub ul li {
        float: none;
        margin: 0;
        width: 100%;
    }

    #menu ul li a, #menu ul li a:hover, #menu ul li a.active, #menu ul li:hover a, #menu ul li div.sub ul li a {
        display: block;
	color: #fff;
        width: auto;
        height: auto;
        padding: 15px 0 15px 20px;
        font-size: 16px;
        line-height: 16px;
        border-bottom: 2px solid rgba(0,0,0,.2) !important;
    }
    
    #menu ul li.end a { 
	border-bottom: 0px solid rgba(0,0,0,.2) !important;
    }

    #menu ul li div.sub ul li a {
        padding-left: 40px;
    }

    #menu ul li.menu-sub div.sub {
        display: block;
        position: relative;
        background: transparent;
        border-top: 0px solid #000;
        box-shadow: 0px 0px 0px #000;
        -moz-box-shadow: 0px 0px 0px #000;
        -webkit-box-shadow: 0px 0px 0px #000;
        -ms-box-shadow: 0px 0px 0px #000;
        -o-box-shadow: 0px 0px 0px #000;
    }
    #menu ul li div.sub ul {
        padding-left: 0px;
    }
    #menu ul li a.sub-trigger, #menu ul li div.sub ul li a:hover, #menu ul li div.sub ul li a.active {
        background: none;
        padding-right: 0px;
    }

    /* Menu Arrow */
    #menu ul li a.sub-trigger:after { content:""; margin-left: 0px; }
    #menu ul li div.sub ul li a.active, #menu ul li div.sub ul li a:hover {
        padding-left: 40px;
    }
    #menu ul li div.sub ul li a:hover:before, #menu ul li div.sub ul li a.active:before {
        content:"";
        margin-right: 0;
    }

    #menu ul li div.sub ul li a:before, #menu ul li div.sub ul li a:hover:before {
	margin-right: 5px;
        content:"-";
    }
    #menu ul li a.active:before, #menu ul li div.sub ul li a.active:before {
        margin-right: 4px;
        font-family: 'FontAwesome';
        font-size: 16px;
        content:"\f0da";
    }

}



/* iPhone */
@media only screen 
and (min-width:320px) 
and (max-width:767px) {

    #logo {
        width: 70%;
        padding: 18px 0px 20px 20px;
        margin: 0;
        top: 0;
    }

    #logo h1 {
        font-size: 26px;
        line-height: 26px;
        height: auto;
    }
    #logo h2#slogan {
        margin: 0;
        font-size: 16px;
        line-height: 16px;
        height: auto;
    }


    /* MENU */
    a#mobile_menu_switch {
        display: block;
        margin: 20px 20px 0 0;
    }

    /* BANNER */
    #banner_wrapper {
        display: none;
    }
    #banner_replacer {
        position: relative;
    }
    #banner_content h2 {
	font-size: 50px;   
    }
    #banner_content h3 {
	font-size: 30px;
    }
    /* BANNER END */

    #footer {
        width: auto;
        margin-right: 30px;
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 20px;
    }
    #content {
        padding: 10px;
    }

    #content, #content label, #content p, #content a {
        font-size: 16px;
        line-height: 20px;
    }
    #content h2 {
        font-size: 24px;
        line-height: 28px;
    }
    #content h3 {
        font-size: 21px;
        line-height: 25px;
    }
    #content .c-3-1 p, #content .c-5-1 p, #content .c-3-2 p, #content .c-5-2 p, #content .c-3-3 p, #content .c-5-3 p {
        font-size: 15px;
        line-height: 18px;
    }

    #content .c-3-1 h2, #content .c-5-1 h2, #content .c-3-2 h2, #content .c-5-2 h2, #content .c-3-3 h2, #content .c-5-3 h2 {
        font-size: 22px;
        line-height: 24px;
    }
    #content .c-3-1 h3, #content .c-5-1 h3, #content .c-3-2 h3, #content .c-5-2 h3, #content .c-3-3 h3, #content .c-5-3 h3 {
        font-size: 19px;
        line-height: 21px;
    }

    input, textarea {
	width: 50%;
        font-size: 16px;
    }
}



/* iPad */
@media only screen 
and (min-width:768px) 
and (max-width:1024px) {
    body {
        margin: 0 !important;
    }

    #logo {
        width: 70%;
        padding: 28px 0px 30px 30px;
        margin: 0;
        top: 0;
    }

    #logo h1 {
        font-size: 28px;
        line-height: 28px;
        height: auto;
    }
    #logo h2#slogan {
        margin: 0;
        font-size: 18px;
        line-height: 18px;
        height: auto;
    }


    /* MENU */
    a#mobile_menu_switch {
        display: block;
        margin: 30px 30px 0 0;
    }

    #wrapper {
        width: 100%;
        margin: 0;
        box-shadow: 0 0 0px rgba(0,0,0,.1);
        -moz-box-shadow: 0 0 0px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 0 0px rgba(0,0,0,.1);
        -ms-box-shadow: 0 0 0px rgba(0,0,0,.1);
        -o-box-shadow: 0 0 0px rgba(0,0,0,.1);
    }
    #content {
        padding: 30px;
    }
    #footer {
        width: auto;
        margin-right: 30px;
        margin-bottom: 20px;        
    }

}

/* ORANGE */
#menu ul li a { color: #ff7e00; }
#menu ul li a, #menu ul li a:hover, #menu ul li a.active, #menu ul li:hover a { border-color: #ff7e00; }
#banner_replacer, #banner .slider-container { background-color: #ff7e00; }
a { color: #ff7e00; border-color: #ff7e00; }

@media only screen 
and (min-width:320px) 
and (max-width:1024px) {
    #menu ul { background: #ff7e00; }
    #menu ul li a { color: #fff; }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  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-inline-holder .mfp-content, .mfp-ajax-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-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -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: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
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: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .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-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .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, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.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; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider { zoom: 1; position: relative; }
.flexslider.border { background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; }
.flexslider.shadow { box-shadow: 0 1px 4px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); }
.flexslider.margin { margin: 0 0 50px; }
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -15px 0 0; display: block; background: url(/css/images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; }
.flex-direction-nav .flex-next {background-position: 100% 0; right: 5px; }
.flex-direction-nav .flex-prev { left: 5px; }
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/css/../font/font-awesome-4.4.0/fontawesome-webfont.eot?v=4.4.0');src:url('/css/../font/font-awesome-4.4.0/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('/css/../font/font-awesome-4.4.0/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('/css/../font/font-awesome-4.4.0/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('/css/../font/font-awesome-4.4.0/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('/css/../font/font-awesome-4.4.0/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;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;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.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(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{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{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-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;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-remove:before,.fa-close: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-gear:before,.fa-cog: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-rotate-right:before,.fa-repeat: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-photo:before,.fa-image: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-warning:before,.fa-exclamation-triangle: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-gears:before,.fa-cogs: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-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars: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-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard: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-unlink:before,.fa-chain-broken: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-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw: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-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try: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-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap: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: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-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-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-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-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-soccer-ball-o:before,.fa-futbol-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-shekel:before,.fa-sheqel:before,.fa-ils: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-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator: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{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-stop-o:before,.fa-hand-paper-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-tv:before,.fa-television: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"}

