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 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; 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 { border: 1px dotted rgba(0,0,0,0.3); background: rgba(255,255,255,0.75); }
.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 { 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, 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;
    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 .inner {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.ed-section section.full-width {
    padding-left:0 !important;
    padding-right:0 !important;
}

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

.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 { 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;
    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;
}
.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;
    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 { 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;
}

.ed-c-buttons, #content .ed-c-buttons { position:absolute; top:-29px; left:-1px; z-index:1000; text-align: left; }
.ed-c-form-item-buttons, #content .ed-c-form-item-buttons { z-index: 1100; }
.ed-c-buttons a, #content .ed-c-buttons a { border: none; display: block; float: left; width: 30px; height: 29px; background-position: -30px 0; background-repeat:no-repeat; text-shadow: none; 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;
	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: absolute;
	top: -1px; 
}
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-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; }
.ed-c-add-buttons a, #content .ed-c-add-buttons a:link, #content .ed-c-add-buttons a { 
    border: none; 
    display: 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: 230px; z-index: 1000; }
.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: block; 
    width: 84px; 
    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-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-duplicate, #content a.ed-c-duplicate { background-image: url(../../../../../../images/webcard/interface/edit-duplicate.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;
    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;
    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;
}


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: 95%;
}

.ed-c-control .mce-tinymce {
    border: none !important;
}
.ed-c-control .CodeMirror {
    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; }

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

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

/* Preview Box */
.previewBox { font-family: Helvetica, Arial, sans-serif; position:absolute;top:10px;left:10px; background: #fff; border: 1px solid #ccc; padding:5px; width: 180px; z-index: 50; }
.previewBox p { font-size: 12px; color: #444; line-height: 1.5em; margin: 0.3em 0; }
.previewBox p a { color: #3f96ef; text-decoration: none; }
.previewBox p a:hover { text-decoration: underline; }
.previewButton { display: block; text-align: center; background: url(../../../../../../css/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) repeat-x scroll 50% 50% #f6f6f6; border: 1px solid #ddd; color: #0073ea; font-weight: bold; cursor: pointer; margin: 0.2em 0.3em 0 0; text-decoration: none; }
.previewButton:hover { background: url("http://www.hilfe.webvisitenkarte.net/css/webcard/images/ui-bg_highlight-soft_25_0073ea_1x100.png") repeat-x scroll 50% 50% #0073EA; border: 1px solid #0073EA; color: #fff; }
.previewButton span { padding: 0.3em 0.8em; line-height: 1.4; display: block; }

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


