html {
    position: relative;
    min-height: 100%;
}
body {
    min-height: 100%;
    margin: 0 0 100px 0;
    padding: 0;
    text-align: center;
    font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
    font-size: 13px;
    line-height: 20px;
    color: #414141;
    background: #fff url(body-background.png) repeat-x 0 0;
}

/* ### Resets */
p,h1,h2,h3,h4,h5,h6,ul,ol,li,form,fieldset,legend {
    margin: 0;
    padding: 0;
}
ul {
    list-style-type: none;
}
a {
    color: #0072b8;
    text-decoration: none;
    outline: 0;
}
img,fieldset,input,select,textarea {
    border: 0;
}
input, select, textarea, button {
	font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
    font-size: 13px;
}
/* ### Globals */
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.float-none {
    float: none;
}
.no-margin {
    margin: 0;
}
.clear, .clear-both {
    clear: both;
}
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* ### Layout */
section  {
    margin-bottom: 150px;
}

/* ### Row Layout */
.row {
    width: 960px; 
    margin: 0 auto;
    text-align: left;
}
.span1, .span2, .span3, .span4, .span5, .span6 {
    float: left;
    margin: 0 10px;
}
.span1 {
    width: 140px;
}
.span2 {
    width: 300px;
}
.span3 {
    width: 460px;
}
.span4 {
    width: 620px;
}
.span5 {
    width: 780px;
}
.span6 {
    width: 940px;
}

/* ### Header */
header {
    position: relative;
    text-align: left;
    width: 960px;
    height: 150px;
    margin: 0 auto 1px auto;
}
#logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 150px;
}

/* ### Main Navigation */
#nav-main {
    font-size: 16px;
    color: #fff;
    padding-top: 50px;
}
.root-category {
    position: static;
    float: left;
    line-height: 40px;
}
.root-category {
    border-left: 1px solid #4f6384;
}
.root-category a {
    display: inline-block;
    padding: 0 15px;
    color: #fff;
}
.root-category.first-item {
    border-left: 0;
}
.root-category.first-item a {
    padding: 0 15px 0 10px;
}

/* ### Main Navigation - Rootmenu hover */
.root-category.has-sub-menu:hover {
    background: #fff;
}
.root-category.has-sub-menu:hover a {
    color: #0072b8;
}
.root-category.has-sub-menu:hover .sub-menu {
    display: block;
}
/* ### Main Navigation - Submenu */
.sub-menu {
    position: absolute;
    left: 0;
    width: 900px;
    background: #fff;
    display: none;
    padding: 20px 30px 18px 30px;
    font-size: 14px;
    line-height: 30px;
    z-index: 100;
    -moz-box-shadow: 0 3px 3px #d5d2c7;
    -webkit-box-shadow: 0 3px 3px #d5d2c7;
    box-shadow: 0 3px 3px #d5d2c7;
}
.sub-category {
    border-top: 1px solid #e4e0d3;
    margin-bottom: 1px;
}
.sub-category.first-item {
    border-top: 0;
}
.sub-category a {
    color: #0072b8;
    padding: 0;
}
.sub-category i {
    color: #b1a47b;
}
.sub-category .title {
    display: inline-block;
    width: 150px;
}
.sub-category .description {
    display: inline-block;
    width: 610px;
    color: #404040;
    font-size: 12px;
}

/* ### Slider */
#slide-area {
    position: relative;
    width: 100%;
    min-width: 960px;
    height: 290px;
    overflow: visible;
    margin-bottom: 60px;
}
.slider { 
    position: relative;
    height: 330px;
    overflow: auto; 
}
.slider li { 
    height: 330px;
    list-style: none; 
}
.slider ul li { 
    float: left;
}


/* ### Slider:Arrows */
.slider:hover .slider-btn {
    display: block;
}
.slider-btn {
    position: absolute;
    top: 130px;
    z-index: 10;
    display: none;
    width: 31px;
    height: 31px;
    background: transparent url(slider-btn-sprite.png) no-repeat 0 0;
    text-indent: -5000px;
}
.slider-btn.prev {
    left: 50%;
    margin-left: -480px;
    background-position: top left;
}
.slider-btn.prev:hover {
    background-position: bottom left;
}
.slider-btn.next {
    right: 50%;
    margin-right: -480px;
    background-position: top right;
}
.slider-btn.next:hover {
    background-position: bottom right;
}


/* ### Slider:Contents */
.slide {
    position: relative;
    width: 960px;
    height: 330px;
    text-align: left;
    margin: 0 auto;
}

.slide-image {
    position: absolute;
    top: 0;
    right: 0;
}
.slide-headline {
    width: 620px;
    font-size: 40px;
    font-weight: 300;
	line-height: 44px;
    color: #1b458b;
    margin: 0 10px 5px 8px;
}
.slide-category {
    width: 620px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1b458b;
    margin: 0 10px 5px 10px;
    padding-top: 30px;
}
.slide-content {
    width: 620px;
    padding: 0 10px;
    font-size: 15px;
    line-height: 22px;
}
.slide-content a.button-blue {
    display: inline-block;
    text-align: center;
    width: auto;
    padding: 5px 10px;
    margin-top: 10px;
}

/* ### Slider:Contents:Home */
.slider-type-8 .slide-headline {
    position: absolute;
    top: 60px;
    left: 50px;
    font-family: 'Bitter', 'Georgia', 'Sans-serif';
    font-style: italic;
    font-size: 35px;
    font-weight: normal;
    color: #1b458b;
    padding: 0;
    width: auto;
}
.slider-type-8 .slide-content {
    position: absolute;
    top: 120px;
    left: 120px;
    width: 500px;
    padding: 0;
}


/* ## Slider:Screenshoots */
.slider-screenshoots {
    position: absolute;
    left: 10px;
    bottom: 19px;
    width: 624px;
    height: 127px;
    overflow: hidden;
}
.slider-screenshoots .container {
    position: absolute;
    top: 0;
    left: 0;
}
.slider-screenshoots li {
    position: relative;
    margin: 0 16px 0 0;
    width: 195px;
    height: 125px;
    border: 1px solid #dcd7c7;
    overflow: visible;
}
.slider-screenshoots img {
    border:5px solid #fff;
    width: 185px;
    height: 115px;
}
.slider-screenshoots .zoom-button {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 25px;
    height: 25px;
    background: #fff url(zoom-button_sprite.png) no-repeat 0 0;
    text-indent: -5000px;
}
.slider-screenshoots li:hover .zoom-button {
    background-position: bottom left;
}
.slider-screenshoots img.deco-dropshadow {
    position: absolute;
    bottom:0;
    border:0;
    width: 45px;
    height: 20px;
    z-index: -1;
}


/* ### Teaser */
.teaser-block {
    border: 1px solid #e2dccb;
}
.teaser-block.span2 {
    width: 296px;
    padding: 1px;
}
.teaser-block.span3 {
    width: 456px;
    padding: 1px;
}
.teaser-block.span6 {
    width: 936px;
    padding: 1px;
}
.teaser-headline {
    background: #f7f5ef;
    padding: 7px 15px 10px 10px;
    font-size: 18px;
    font-weight: 300;
}
.teaser-headline a {
    color: #154766;
}
.teaser-headline i, .teaser-headline a i {
    color: #5d8ee1;
    margin-right: 3px;
}
.teaser-content {
    padding: 0 13px 0 13px;
}
.teaser-content h1,h2,h3,p,ul,ol {
    margin-bottom: 10px;
}
.teaser-content a.button-blue {
    display: block;
    text-align: center;
    width: auto;
}
/* ### Article:Textblock*/
article {
    font-size: 13px;
}
.text-block {
    margin-bottom: 30px;
}
.text-block strong, .text-block b {
    font-weight: 600;
    color: #000;
}
.text-block h1 {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 0.5em 0;
}
.text-block h2 {
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 0.5em 0;
}
.text-block p+h2 {
    margin-top: 1em;
}
.text-block p {
    margin-bottom: 1em;
}

/* ### Aside */
aside .teaser-block {
    margin-bottom: 20px;
}

/* ### Konfigurator */
.article-12 .slide-content {
    width: 400px;
}
.package-header {
    position: relative;
    margin: -293px auto 0 auto;
}
.package-table {
    float: right;
    margin: 0 10px;
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
}
.package {
    width: 100px;
}
.package p {
    margin-bottom: 0;
}
.package-table td,
.package-table th {
    padding: 0;
    margin: 0;
}
th.package {
    font-weight: normal;
    text-align: center;
}
th.package .wrapper  {
    position: relative;
    padding: 10px 5px 0 5px;
}
th .package-name {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
}
.package-description {
    font-size: 11px;
    line-height: 14px;
}
.package-price {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.package-order {
    padding: 10px 0 0 0;
}
td.package {
    text-align: center;
    border-bottom: 1px solid #fff;
}
td.package-0 {
    background-color: #fff;
}
td.package-1  {
    background-color: #f5fcff;
}
td.package-2  {
    background-color: #e0f2fe;
}
td.package-3  {
    background-color: #d1e5f3;
}
td.package-4 {
    background-color: #eae6da;
}
th.package-0 .wrapper {
    background-color: #fff;
    margin-top: 80px;
    height: 120px;
}
th.package-1 .wrapper  {
    background-color: #f5fcff;
    margin-top: 60px;
    height: 140px;
}
th.package-2 .wrapper  {
    background-color: #e0f2fe;
    margin-top: 40px;
    height: 160px;
}
th.package-3 .wrapper  {
    background-color: #d1e5f3;
    margin-top: 20px;
    height: 180px;
}
th.package-4 .wrapper  {
    background-color: #eae6da;
    margin-top: 0em;
    height: 200px;
}
td.product-details {
    width: 430px;
    padding: 10px 0;
    border-bottom: 1px solid #dad5c4;
}
.product-name {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
}
.product-description {
    font-size: 12px;
    line-height: 16px;
    margin: 5px 0 0 0;
}
.topic-row {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.topic-row td {
    border-bottom: 1px solid #dad5c4;
    padding: 20px 0 5px 0;
}
.topic-row td.spacer,
.topic-row td.package {
    border-bottom: 1px solid #fff;
}
.no-border td, .no-border th {
    border-bottom: 0;
}
.last-price-row td {
    padding-top: 10px;
}
.last-button-row td {
    padding-bottom: 20px;
}
.package-instead {
    font-size: 11px;
    color: #7892a4;
    line-height: 11px;
    padding-bottom: 1em;
}

/* Checkbox */
.package label {
    display: block;
    text-align: right;
    cursor: pointer;
}
.package label i {
    color: #d6d0be;
    visibility: visible;    
}
.package label .icon-ok {
    color: #082941;
    visibility: hidden;
}
.package label.checked .icon-ok {
    color: #082941;
    visibility: visible;
}
.package label.checked .icon-check-empty {
    visibility: hidden;
}

/* ### Cart */
.cart-products {
    width: 590px;
    margin: 0 30px 50px  0;
    padding: 0;
    border-collapse: collapse;
}
.cart-products p {
    margin: 0;
}
.cart-products th {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}
.cart-products .cell-image {
    width: 120px;
}
.cart-products .cell-price {
    text-align: right;
    padding: 10px 0 10px 10px;
}
.cart-products h2 {
    font-size: 18px;
    font-weight: 300;
}
.cart-products td {
        padding: 10px 10px 10px 0;
}
.cart-products th,
.cart-products td {
    border-bottom: 1px dotted #dad5c4
}
.cart-products .row-total td {
    border-top: 1px solid #dad5c4;
    border-bottom: 3px double #dad5c4;
}
.cart-products .row-total td {
    font-weight: 700;
}
/* ### Footer */
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 90px;
    width: 100%;
    padding-top: 10px;
    color: #fff;
}
footer nav {
    position: relative;
    width: 960px;
    margin: 0 auto;
    text-align: left;
}
footer ul {
    float: right;
}
footer ul a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 13px;
    color: #fff;
}
footer li {
    float: left;
}

/* ### User Footer */
.footer-user {
    display: inline-block;
    float: left;
    padding: 5px 0 0 0;
    margin: 0 10px;
}
.footer-user .button-login {
    margin-right: 10px;
}
.footer-user .message {
    font-size: 11px;
    color: #a5b9dd;
}
/* ### Formbuilder */
.form-builder {
    margin: 0;
}
.form-fieldset {
    border: 0;
    margin-bottom: 20px;
}
.form-legend {
    display: block;
    font-size: 18px;
    font-weight: 300;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dad5c4;
    width: 590px;
}
.xform p {
	margin: 0;
}
.xform .formtextarea label,
.xform .formradio,
.xform .formtext label,
.form-label {
    display: block;
    float: left;
    width: 140px;
    margin-right: 20px;
    padding: 5px 0;
    cursor: pointer;
}
.xform label span,
.form-required {
    display: inline-block;
    padding: 0 0 0 5px;
    color: #a0987e;
}
.xform .formtext,
.form-item {
    margin-bottom: 4px;
}
.float-item.float-left {
    margin-bottom: 0;
}
.xform .radios {
	float: left;
	width: 418px;
}
.xform .radios .radio {
	display: inline-block;
	padding: 5px 10px 5px 0;
}
.xform .formtextarea textarea,
.xform .formtext input,
.form-text input {
    width: 418px;
    padding: 5px 5px 5px 0;
    background: #f7f5ef;
    border: 1px solid #f7f5ef;
    border-left: 5px solid #f7f5ef;
}
.xform .formsubmit,
.form-item button {
    float: right;
    margin-right: 30px;
}
.form-select select {
    width: 428px;
    padding: 5px 5px 5px 0;
    background: #f7f5ef;
    border: 1px solid #f7f5ef;
    border-left: 5px solid #f7f5ef;
}
.form-text input:focus {
    background: #d7e3f7;
    border-left-color: #d7e3f7;
}
.form-radio-options {
    float: left;
    margin-bottom: 2px;
}
.form-item-prefix {
    display: block;
    float: left;
    width: 140px;
    margin-right: 20px;
    padding: 5px 0;
}
.form-checkbox input {
    float: left;
    margin-right: 10px;
}
.form-label-checkbox {
    float: left;
    width: 418px;
    margin: 0;
    padding: 0;
}
/* Error marks */
.has-error label {
    font-weight: 600;
}
.xform .formtext input.form_warning,
.has-error input,
.has-error .form-radio-options {
    border-color: #d7e3f7;
}
.has-error .form-label-radio {
    border-left: 5px solid #d7e3f7;
}
.xform ul.form_warning,
.form-errors {
    background: #d7e3f7 url(form-error-sign.png) no-repeat left center;
    padding: 3px;
    width: 584px;
    margin-bottom: 30px;
}
.xform ul.form_warning {
	padding: 10px;
	padding-left: 160px;
	width: 420px;
}
.form-errors-wrapper {
    border: 1px solid #fff;
    padding: 10px 10px 5px 160px;
}
.form-error {
    margin-bottom: 5px;
}
/* Formbuilder exceptions / definitions */
#field-zip {
    width: 100px;
}
#field-city {
    width: 300px;
}
#field-city {
    margin-left: 6px;
}

/* ### FORM LOGIN */
.form-login {
    font-size: 13px;
}
.form-login fieldset {
    background: #fff;
    margin-top: 20px;
    padding: 10px;
    width: 570px;
}
.form-login label {
    margin-right: 10px;
}
.form-login input {
    width: 100px;
    padding: 5px;
    background: #f7f5ef;
    margin-right: 20px;
}
/* ### MCE */
.hidden {
    display: none;
}
.small {
    font-size: 11px;
}
p.line-bottom {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #e2dccb;
}

/* ### Icon List */
[class^="iconlist-"]:before, [class*=" iconlist-"]:before,
[class^="iconlist-"] li:before, [class*=" iconlist-"] li:before {
    font-family: 'FontAwesome';
    font-style: normal;
    speak: none;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
ul.iconlist-ok li:before,
ul li.iconlist-ok:before{
    margin-right: 7px;
    content: "\f00c";
}
ul.iconlist-ok, li.iconlist-ok {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
}

/* ### Gradients */
.gradient-blue {
    background: #1c345d; /* Old browsers */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjMzQ1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzM0NTk5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzM0NWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #1c345d 0%, #345997 51%, #1c345d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1c345d), color-stop(51%,#345997), color-stop(100%,#1c345d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #1c345d 0%,#345997 51%,#1c345d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #1c345d 0%,#345997 51%,#1c345d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #1c345d 0%,#345997 51%,#1c345d 100%); /* IE10+ */
    background: linear-gradient(to right, #1c345d 0%,#345997 51%,#1c345d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c345d', endColorstr='#1c345d',GradientType=1 ); /* IE6-8 */
}
.gradient-beige {
    background: #d4cebb; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0Y2ViYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2ZiZmFmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNGNlYmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #d4cebb 0%, #fbfaf8 50%, #d4cebb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d4cebb), color-stop(50%,#fbfaf8), color-stop(100%,#d4cebb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #d4cebb 0%,#fbfaf8 50%,#d4cebb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #d4cebb 0%,#fbfaf8 50%,#d4cebb 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #d4cebb 0%,#fbfaf8 50%,#d4cebb 100%); /* IE10+ */
    background: linear-gradient(to right, #d4cebb 0%,#fbfaf8 50%,#d4cebb 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4cebb', endColorstr='#d4cebb',GradientType=1 ); /* IE6-8 */
}

/* ### Button Styles */
.xform .submit,
a.button-blue,
button.button-blue {
    background-color: #3574d6;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3574d6), color-stop(50%, #2d6bb9), color-stop(50%, #235da7), color-stop(100%, #2463de));
    background-image: -webkit-linear-gradient(top, #3574d6 0%, #2d6bb9 50%, #235da7 50%, #1c3d77 100%);
    background-image: -moz-linear-gradient(top, #3574d6 0%, #2d6bb9 50%, #235da7 50%, #1c3d77 100%);
    background-image: -ms-linear-gradient(top, #3574d6 0%, #2d6bb9 50%, #235da7 50%, #1c3d77 100%);
    background-image: -o-linear-gradient(top, #3574d6 0%, #2d6bb9 50%, #235da7 50%, #1c3d77 100%);
    background-image: linear-gradient(top, #fff 0%, #2d6bb9 50%, #235da7 50%, #1c3d77 100%);
    border-top: 1px solid #1f58cc;
    border-right: 1px solid #1b4db3;
    border-bottom: 1px solid #174299;
    border-left: 1px solid #1b4db3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    box-shadow: inset 0 0 2px 0 rgba(57, 140, 255, 0.8);
    color: #fff;
    font: 600 12px/1 "Open sans", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding:5px 10px;
    text-shadow: 0 1px 1px #15345b;
}
.xform .submit:hover,
a.button-blue:hover,
button.button-blue:hover {
    background-color: #4688dc;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4688dc), color-stop(50%, #4c89d5), color-stop(50%, #3979c9), color-stop(100%, #2766b4));
    background-image: -webkit-linear-gradient(top, #4688dc 0%, #4c89d5 50%, #3979c9 50%, #2766b4 100%);
    background-image: -moz-linear-gradient(top, #4688dc 0%, #4c89d5 50%, #3979c9 50%, #2766b4 100%);
    background-image: -ms-linear-gradient(top, #4688dc 0%, #4c89d5 50%, #3979c9 50%, #2766b4 100%);
    background-image: -o-linear-gradient(top, #4688dc 0%, #4c89d5 50%, #3979c9 50%, #2766b4 100%);
    background-image: linear-gradient(top, #4688dc 0%, #4c89d5 50%, #3979c9 50%, #2766b4 100%);
    cursor: pointer;
}
.xform .submit:active,
a.button-blue:active,
button.button-blue:active {
    background-color: #4688dc;
    border-top: 1px solid #1b4db3;
    border-right: 1px solid #174299;
    border-bottom: 1px solid #133780;
    border-left: 1px solid #174299;
    -webkit-box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #1a47a0, 0 1px 0 #eeeeee;
}
a.button-blue i,
button.button-blue i {
    margin-right: 5px;
}

/* ### Border radius */
.round3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}
.round5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}