/*

Theme Name: SISTRIX
Description: SISTRIX Theme
Author: Sebastian Kunz, sistrix.com

*/

/* roboto-300 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('./assets/fonts/roboto-v18-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
    url('./assets/fonts/roboto-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./assets/fonts/roboto-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('./assets/fonts/roboto-v18-latin-300.woff') format('woff'), /* Modern Browsers */
    url('./assets/fonts/roboto-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./assets/fonts/roboto-v18-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('./assets/fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('./assets/fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./assets/fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./assets/fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('./assets/fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./assets/fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('./assets/fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('./assets/fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./assets/fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('./assets/fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
    url('./assets/fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./assets/fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('./assets/fonts/roboto-v18-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('./assets/fonts/roboto-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./assets/fonts/roboto-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('./assets/fonts/roboto-v18-latin-700.woff') format('woff'), /* Modern Browsers */
    url('./assets/fonts/roboto-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./assets/fonts/roboto-v18-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-900 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('./assets/fonts/roboto-v18-latin-900.eot'); /* IE9 Compat Modes */
    src: local('Roboto Black'), local('Roboto-Black'),
    url('./assets/fonts/roboto-v18-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./assets/fonts/roboto-v18-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
    url('./assets/fonts/roboto-v18-latin-900.woff') format('woff'), /* Modern Browsers */
    url('./assets/fonts/roboto-v18-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./assets/fonts/roboto-v18-latin-900.svg#Roboto') format('svg'); /* Legacy iOS */
}

html,body{ height:100% }

html #navigation-mobile {
    display:none;
}

html.slideout-open #navigation-mobile {
    display:block;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size:15px;
    color:#444;
    font-weight:400;
    background:#e5e5e5;
    height: 100%;
}

body.wizard-open {
    margin-right: 300px;
    /*
    -webkit-transition: margin-right 0.2s;
    transition: margin-right 0.2s;*/
}

@media (max-width:1200px) {
    body.wizard-open {
        margin-right: 0;
    }
}

body.wizard-open #docked-bar, body.wizard-open #bg, body.wizard-open #logos {
    right: 300px;
}

body #wizard-layer {
    display:none;
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    width:300px;
    background:#fff;
}

body.wizard-open #wizard-layer {
    display:block;
}

@media (max-width:1010px)
{
    body {
        background:#fff;
    }
}

body.nobg {
    background:#fff;
}

div {
    line-height:25px;
}

#outerheaven {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    padding: 0;
    margin: 0 auto 0;
    transform:none;
    -webkit-transform:none;
    width:100%;
}

@media (max-width:992px)
{
    #outerheaven {
        background:transparent;
    }

    .slideout-open #outerheaven {
        background:#fff;
    }
}

#header {
    height:90px;
    background:#fff;
}

#header-transparent {
    background:transparent;
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:4;
}

#header-transparent ul li a, #header-transparent ul li:hover a {
    color:#fff;
}

.logo {
    max-width:180px;
    position:relative;
    top:20px;
}

#navigation-desktop {
    list-style:none;
    margin:0;
    padding:0;
    position:absolute;
    top:25px;
    right:0;
}

#navigation-desktop li {
    display:inline-block;
}

#navigation-desktop li:hover a, #navigation-desktop li.current-menu-item a, #navigation-desktop li.current-menu-ancestor a {
    color:#000;
    text-decoration: none;
}

#navigation-desktop li a {
    display:block;
    color:#929292;
    font-size:15px;
    font-weight:600;
    padding:10px 20px;
    text-transform: uppercase;
}

#navigation-desktop li.login {
    margin-left:20px;
    display:inline-block;
}

#navigation-desktop li.login a {
    border:solid 1px #F06A10;
    color:#F06A10;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding:6px 14px;
    margin-right:14px;
    font-size:15px;
    font-weight:600;
    text-transform: uppercase;
}

#navigation-desktop li.login:hover a {
    border:solid 1px #F06A10;
    background:#F06A10;
    color:#fff;
}

#navigation-desktop li a .activeline {
    background:#4877C7;
    opacity: 0;
    display:block;
    height:3px;
    margin-left:49%;
    margin-right:49%;
    margin-top:2px;
}

#navigation-desktop li.current-menu-item a .activeline, #navigation-desktop li.current-menu-ancestor a .activeline {
    display:block;
    opacity: 1;
    margin-left:12px;
    margin-right:12px;
}

#navigation-desktop li a .activeline {
    -webkit-transition: margin-left 0.2s ease-in-out, margin-right 0.2s ease-in-out;
    -moz-transition: margin-left 0.2s ease-in-out, margin-right 0.2s ease-in-out;
    -o-transition: margin-left 0.2s ease-in-out, margin-right 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out, margin-right 0.2s ease-in-out;
}

#navigation-desktop li:hover a .activeline {
    opacity: 1;
    margin-left:0;
    margin-right:0;
}

#navigation-desktop li.login a span {
    display:inline-block;
    margin-right:8px;
}

#navigation-desktop li.login a span.activeline {
    display:none;
}

#subnavigation {
    background: #4878c8;
    background: -moz-linear-gradient(top, #4878c8 0%, #416cb5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4878c8), color-stop(100%,#416cb5));
    background: -webkit-linear-gradient(top, #4878c8 0%,#416cb5 100%);
    background: -o-linear-gradient(top, #4878c8 0%,#416cb5 100%);
    background: -ms-linear-gradient(top, #4878c8 0%,#416cb5 100%);
    background: linear-gradient(to bottom, #4878c8 0%,#416cb5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4878c8', endColorstr='#416cb5',GradientType=0 );
    text-align:right;
    height:52px;
}

#subnavigation ul {
    list-style:none;
    position:absolute;
    right:0;
    top:13px;
}

#subnavigation ul li {
    list-style:none;
    display:inline-block;
    margin:0;
    padding:0 15px;
    float:left;
    border-right:solid 1px #5e91ef;
    border-left:solid 1px #2e4a7d;
    vertical-align: middle;
}

#subnavigation ul li:hover {
    padding:0 15px;
}

#subnavigation ul li.first {
    border-left:none;
}

#subnavigation ul li.last {
    border-right:none;
}

#subnavigation ul li a {
    color:#fff;
    display:table-cell;
    margin:0 15px;
    padding:0;
    font-size:15px;
    line-height:24px;
    text-decoration: none;
    vertical-align: middle;
    text-shadow:1px 1px 2px rgba(0,0,0,0.1);
}

#subnavigation ul li.current-menu-item a,
#subnavigation ul li.current-support-ancestor a,
#subnavigation ul li.current-changelog-ancestor a,
#subnavigation ul li.current-frag-sistrix-ancestor a,
#subnavigation ul li.current-ask-sistrix-ancestor a,
#subnavigation ul li.current-tutorials-ancestor a,
#subnavigation ul li.current-faq-ancestor a,
#subnavigation ul li.current-google-updates-ancestor a,
#subnavigation ul li.current-jobs-ancestor a,
#subnavigation ul li.current-menu-parent a,
#subnavigation ul li:hover a {
    color:#fff;
    border-bottom:solid 1px #fff;
}

/* MOBILE NAVIGATION */

.navigation-mobile-button {
    float:left;
    position:relative;
    top:10px;
    margin-right:10px;
    text-decoration:none;
    display:block;
    color:#fff;
    font-size:32px;
}

.navigation-mobile-button:hover {
    text-decoration: none;
    cursor: pointer;
}

#navigation-mobile {
    display:block;
    background:#161F26;
    -moz-box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,0.3);
    box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,0.3);
}

#navigation-mobile-left-title {
    height: 52px;
    -moz-box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,0.3);
    box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,0.3);
    border-bottom:solid 1px #2a3c49;
}

#navigation-mobile-left-title span {
    display:block;
    line-height:54px;
    color:#007ac9;
    padding:0 15px;
    font-size:18px;
    font-weight:bold;
    text-transform: uppercase;
}

#navigation-mobile ul#navigation-mobile-left {
    -moz-box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,0.8);
    -webkit-box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,0.8);
    box-shadow: inset -10px 0px 10px -10px rgba(0,0,0,0.8);
}

#navigation-mobile ul#navigation-mobile-left {
    list-style:none;
    padding:0;
    margin:0;
}

#navigation-mobile ul#navigation-mobile-left li {
    border-bottom:solid 1px #2a3c49;
}

#navigation-mobile ul#navigation-mobile-left > li a {
    font-size:16px;
    font-weight:bold;
    color:#fff;
    padding:10px 14px;
    display:block;
    text-transform: uppercase;
}

#navigation-mobile ul#navigation-mobile-left li:hover a {
    text-decoration: none;
}

#navigation-mobile ul#navigation-mobile-left li a span {
    display:inline-block;
    margin-right:14px;
    margin-left:5px;
    font-size:22px;
    position:relative;
    top:2px;
    color:#e8413d;
}

#navigation-mobile ul li:hover a {
    background:rgba(0,0,0,0.7);
}

#navigation-mobile ul#navigation-mobile-left li ul {
    margin:0;
    padding:0;
    list-style: none;
}

#navigation-mobile ul#navigation-mobile-left li ul li {
    border-bottom:solid 1px #2a3c49;
}

#navigation-mobile ul#navigation-mobile-left li ul li:first-child {
    border-top:solid 1px #2a3c49;
}

#navigation-mobile ul#navigation-mobile-left li ul li:last-child {
    border-bottom:none;
}

#navigation-mobile ul#navigation-mobile-left li ul li a {
    font-size:16px;
    font-weight:normal;
    color:#bbb;
    padding:10px 20px;
    display:block;
    text-transform: none;
}

html #navigation-mobile {
    display:none;
}

html.slideout-open #navigation-mobile {
    display:block;
}

.slideout-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.slideout-panel {
    position:relative;
    z-index: 1;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}

.slideout-open .slideout-menu {
    display: block;
}

/* NAVIGATION MOBILE BOX */

.navigation-mobile-box {
    border-top:solid 1px #e5e5e5;
    border-bottom:solid 1px #e5e5e5;
    background:#fff;
    margin-top:20px;
    margin-bottom:20px;
}

.navigation-mobile-box .headline {
    font-size:18px;
    color:#888;
    line-height:30px;
}

.navigation-mobile-box > ul {
    list-style:none;
    margin:20px 0;
    padding:0;
}

.navigation-mobile-box > ul > li {
    background: transparent url(./images/icons/bullet.gif) 0 11px no-repeat;
    margin-bottom:0;
    padding-left:15px;
    display:block;
}

.navigation-mobile-box ul a {
    color:#0052a0;
}

.navigation-mobile-box ul a:hover {
    color:#000;
}


.navigation-mobile-box > ul li ul {
    list-style:none;
    margin:5px 10px;
    padding:0;
}

.navigation-mobile-box > ul li ul li {
    background: transparent url(./images/icons/bullet.gif) 0 11px no-repeat;
    margin-bottom:0;
    padding-left:15px;
    display:block;
}

.navigation-mobile-box li.current-menu-item > a {
    color:#000;
    font-weight:bold;
}


#breadcrumb {
    background:#fff;
    font-size:14px;
    border-bottom:solid 1px #d1d1d1;
    box-shadow:0 0 5px rgba(0,0,0,0.05);
    position:relative;
    font-weight:bold;
}

#breadcrumb .space {
    padding:10px 0;
}

#breadcrumb span {
    display:inline-block;
}

#breadcrumb .breadcrumb-label {
    color:#888;
    display:inline-block;
    margin-right:8px;
    font-weight:500;
}

@media (max-width:992px)
{
    #breadcrumb .breadcrumb-label {
        display:none;
    }
}

#breadcrumb a {
    color:#444;
    display:inline-block;
    margin:0;
    font-weight:normal;
}

#breadcrumb .breadcrumb_last {
    color:#444;
    display:inline-block;
    margin:0 5px;
    font-weight:500;
}

.breadcrumb-bullet {
    position:relative;
    top:-1px;
    margin-left:9px;
    margin-right:9px
}

#content, .content {
    border:solid 1px #d4d4d4;
    background:#fff url(./images/sidebar-bg-lg.gif) right repeat-y;
    margin-top:30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom:30px;
}

@media (max-width:1200px)
{
    #content, .content {
        background:#fff url(./images/sidebar-bg-md.gif) right repeat-y;
    }

    #content .table-responsive {
        margin-top:30px;
        margin-bottom:30px!important;
    }

    #content .table-responsive .table {
        width:100%!important;
        margin:0;
    }
}


@media (max-width:992px)
{
    .no-border-sm {
        border:none;
    }
}

#content.no-sidebar, .content.no-sidebar {
    background:#fff;
}

#content > .space, #content .content-space, .content .content-space {
    padding:35px 45px;
}

#content p {
    margin-left:35px;
    margin-right:45px;
    margin-bottom:30px;
    text-align: justify;
}

#content div.div-space {
    margin-left:35px;
    margin-right:45px;
    margin-bottom:20px;
    text-align: justify;
}

#content div.div-space p {
    margin:0;
}

#content div.div-space h2 {
    margin-left:0;
    margin-top:0;
}

#content table {
    margin-left:35px;
    margin-right:45px;
}

#content .table-container {
    max-width:90%;
}

#content.no-indent p {
    margin-left:0;
    margin-right:0;
    text-align: justify;
}

#content p > a {
    text-decoration: underline;
    color:#0052a0;
}

#content p > a:hover {
    text-decoration: none;
}

#content div.full {
    margin:0;
    position:relative;
    width:834px;
    margin-top:30px;
    margin-bottom:20px;
}

#content div.full img {
    display:block;
    max-width:100%;
    height:auto;
    position:relative;
    left:-45px;
    width:836px;
}

#content div.full .wp-caption {
    position:relative;
    left:0;
    right:0;
}

#content div.max-width {
    margin:0 45px 0 35px;
    position:relative;
    margin-top:30px;
    margin-bottom:20px;
}

#content div.max-width img {
    display:block;
    max-width:100%;
    height:auto;
    position:relative;
}

#content div.max-width .wp-caption {
    position:relative;
    left:0;
    right:0;
}

@media (max-width:1200px)
{
    #content div.full {
        margin:0;
        position:relative;
        width:714px;
        margin-top:30px;
        margin-bottom:20px;
    }

    #content div.full img {
        display:block;
        max-width:100%;
        height:auto;
        position:relative;
        left:-15px;
        width:714px;
    }
}

@media (max-width:992px)
{
    #content div.full {
        margin:0;
        width:auto;
        margin-top:30px;
        margin-bottom:20px;
    }

    #content div.full img {
        display:block;
        max-width:100%;
        height:auto;
        position:relative;
        left:0;
        width:auto;
    }
}

#content ul, #content ol {
    /*margin-left:30px;
    margin-right:30px;*/
}

@media (max-width:1200px)
{
    #content ul, #content ol {

    }
}

#content .size-full {
    max-width:100%!important;
    display: block;
    max-width: 100%;
    height: auto;
}

#content .dataTables_wrapper {
    margin-left:35px;
}

#content .tablepress-table-description {
    margin-left:35px;
    margin-bottom:20px;
}

/* Blog */

#author-box {
    padding: 0;
    border: solid 1px #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    margin:20px 35px 0 35px;
}

#author-box .space {
    padding: 0 25px;
}

#author-box .avatar {
    float: left;
    margin: 4px 10px 10px 0;
}

#author-box .description {
    margin:20px 30px 30px 130px;
}

#author-box .name {

}

#author-box h2 {
    margin:0 0 15px 0!important;
    line-height:15px;
}

#author-box .link {
    margin-top:10px;
}

/* BOXES */

.box {
    background: #ffffff;
    border: solid 1px #ddd;
    border-bottom: solid 3px #ddd;
    border-radius: 3px;
}

.box > .space, .box-space {
    padding:15px 20px;
}

/*
.box > .space, .box-space-small {
    padding:5px 10px;
}*/

.box > .space-lg {
    padding:40px 50px;
}

.box > .headline {
    margin:15px 0 0 0;
    padding:0 20px;
}

/* MEDIA */

@media (max-width:1200px)
{
    .wp-caption {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .size-full {
        max-width:100%!important;
        display: block;
        max-width: 100%;
        height: auto;
    }
}

/* SUGGEST */

#suggest-box {
    background:#f8f8f8;
    margin-top:20px;
    margin-bottom:20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:solid 1px #f5f5f5;
}

#suggest-box > form {
    display:block;
    padding:10px;
}

#suggest {
    display:none;
    position:absolute;
    top:43px;
    z-index:9;
    background:#fff;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.15);
    box-shadow: 4px 4px 8px 0px rgba(0,0,0,0.15);
    border-right:solid 1px #cccccc;
    border-bottom:solid 1px #cccccc;
    border-left:solid 1px #cccccc;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    width:100%;
    border-top:solid 1px #e2e2e2;
}

.suggest-item:hover {
    background:#FCF8E3;
}

.suggest-item a {
    color:#0052a0;
    display:block;
    font-weight:normal;
    padding:0;
    margin:0;
}

.suggest-item:hover a {
    color:#333;
    text-decoration: none;
}

.suggest-item a span {
    display:block;
    padding:6px 14px;
}

.suggest-item a span strong {
    color:#333;
}

/* CONTENT LIST */

ul.list-arrows {
    list-style:none;
    margin:10px 50px;
    padding:0;
}

ul.list-arrows li {
    margin-bottom:6px;
}

ul.list-arrows li:before {
    font-family: 'FontAwesome';
    font-size:14px;
    content: '\f0da';
    margin:0 14px 3px -19px;
    color: #000;
    width:22px;
}

ul.list-arrows a {
    color:#0052a0;
}

.tablepress {
    margin-left:35px;
    margin-right:30px;
    width:90%!important;
}

@media (max-width:1200px)
{
    .tablepress {
        margin-left:0;
        margin-right:0;
        width:100%!important;
    }

}

.tablepress tfoot th, .tablepress thead th
{
    background:#E5E5E5!important;
}

.tablepress
{
    border:solid 1px #ddd!important;
}

@media (max-width:992px)
{
    #content p {
        font-size:14px;
        line-height:24px;
    }
}

#content h1 {
    margin-left:0;
}

#content h2 {
    margin-left:0;
    margin-right:45px;
}

#content h2.no-space, #content h3.no-space, #content h4.no-space {
    margin-left:0;
    margin-right:0;
}

#content h3 {
    margin-left:0;
    margin-right:45px;
}

@media (max-width:1200px)
{
    #content p {
        margin-right:0;
        margin-left:0;
    }

    #content div.space {
        margin-left:0;
        margin-right:0;
    }


    #content h1 {
        margin-left:0;
    }

    #content h2 {
        margin-left:0;
    }

    #content h3 {
        margin-left:0;
    }

    #content > .space, #content .content-space {
        padding:20px 30px;
    }
}

@media (max-width:1010px)
{
    #content {
        margin-top:15px;
        border:none;
        background:#fff;
    }

    #content > .space, #content .content-space {
        padding:0;
    }

    #content p {
        margin-left:0;
        margin-right:0;
    }

    #content h1 {
        margin-left:0;
    }

    #content h2 {
        margin-left:0;
        margin-right:0;
        line-height:32px;
    }

    #content h3 {
        margin-left:0;
        margin-right:0;
        line-height:32px;
    }
}

#content #page-header h1 {
    margin-left:0;
}

.text-content {
    color:#2b2b2b;
    line-height:26px;
    font-size:15px;
}

.text-content > ul, .text-content ol {
    margin-left:25px;
    margin-right:45px;
}

.text-content > ul > li, .text-content ol > li {
}

.text-content .twitter-tweet {
    margin:20px auto 40px auto!important;
}

.text-content > hr {
    margin-left:35px;
    margin-right:45px;
}

/* CAPTION */

.wp-caption.alignnone {
    width:auto!important;
}

.wp-caption.aligncenter {
    margin-left:auto;
    margin-right:auto;
}

.wp-caption-text {
    text-align:center!important;
    padding:10px 0 10px 0;
    color:#888;
}

#sidebar {
}

#sidebar .headline {
    font-size:20px;
    color:#333;
    margin-bottom:20px;
    font-weight:500;
}


#sidebar .small {
    font-size:16px;
    margin-bottom:12px;
}


#sidebar .grey {
    color:#888;
}

#sidebar .sidebar-space {
    padding:20px 40px 20px 0;
}

@media (max-width:1200px)
{
    #sidebar .sidebar-space {
        padding-left:15px;
    }
}

#sidebar h5 {
    margin-top:30px;
}

#sidebar h5:first-child {
    margin-top:5px;
}

#sidebar ul#menu-navigation-1, #sidebar ul#menu-blogroll, .list-support, #sidebar ul.sidebar-list {
    list-style:none;
    margin:10px 21px;
    padding:0;
}

#sidebar ul#menu-navigation-1 li, #sidebar ul#menu-blogroll li, .list-support li {
    margin-bottom:6px;
    text-indent: -10px;
}

#sidebar ul.sidebar-list li {
    margin-bottom:25px;
    text-indent: -10px;
}

#sidebar ul#menu-navigation-1 li.current_page_item a, #sidebar ul#menu-navigation-1 li.current-menu-item a {
    font-weight:bold;
    color:#000;
}

#sidebar ul#menu-navigation-1 li:before, #sidebar ul#menu-blogroll li:before, .list-support li:before, #sidebar ul.sidebar-list li:before {
    font-family: 'FontAwesome';
    font-size:14px;
    content: '\f0da';
    margin:0 14px 3px -10px;
    color: #000;
}

#sidebar a {
    color:#0052a0;
}

/* SIDEBAR SUPPORT */

#sidebar-support table {
    width:100%;
    margin:0;
}

#sidebar-support table tr td {
    padding-bottom:10px;
}

#sidebar-support table tr:last-child td {
    padding-bottom:0;
}

#sidebar-support .headline {
    color:#000;
    font-size:16px;
    margin-bottom:6px;
}

#sidebar-support .headline-big {
    color:#000;
    font-size:16px;
    font-weight:500;
    margin-bottom:6px;
    margin-top:5px;
    line-height:23px;
}

#sidebar-support .subheadline {
    color:#a0a0a0;
    font-size:14px;
    margin-bottom:8px;
}

#sidebar-support a {
    color:#000;
    display:inline-block;
    border-bottom:dotted 1px #888;
    font-size:15px;
    font-weight:500;
    text-decoration: none;
}

#sidebar-support a:hover {
    border-bottom:solid 1px #000;
}

#sidebar-support .icon {
    max-width:35px;
}

#sidebar-support .icon-small {
    max-width:24px;
    margin-left:3px;
}

/*
ul.list-support {
    margin:0!important;
    padding:0!important;
}

ul.list-support li:before {
    content: none!important;
}

ul.list-support li span {
    font-size:14px;
    color:#416cb6;
    display:inline-block;
    width:22px;
}*/

.radial-line {
    position: relative;
    height: 0.5em;
    overflow: hidden;
    border-top: 1px solid #e5e5e5;
    margin:30px 0 20px 0;
}

.radial-line > div {
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 75%);
    background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%,rgba(0,0,0,0.1)), color-stop(75%,rgba(0,0,0,0)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
    background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%,rgba(0,0,0,0) 75%);
    position: absolute;
    top: -100%;
    height: 200%;
    width: 100%;
}

#trial_domain {
    -webkit-border-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 3px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 3px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    line-height:28px;
    height:46px;
    margin-top:10px;
}

#trial_submit {
    background: #74ad24;
    background: -moz-linear-gradient(top, #74ad24 0%, #6c9e21 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#74ad24), color-stop(100%,#6c9e21));
    background: -webkit-linear-gradient(top, #74ad24 0%,#6c9e21 100%);
    background: -o-linear-gradient(top, #74ad24 0%,#6c9e21 100%);
    background: -ms-linear-gradient(top, #74ad24 0%,#6c9e21 100%);
    background: linear-gradient(to bottom, #74ad24 0%,#6c9e21 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74ad24', endColorstr='#6c9e21',GradientType=0 );
    padding: 11px 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 0 3px rgba(0,0,0,0.2);
    border: none;
    width: 100%;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    font-weight: bold;
    position:relative;
    top:-1px;
}

/* HEADLINES */

h1 {
    font-size:30px;
    margin:0 0 20px 0;
    padding:0;
    color:#000;
    line-height:40px;
}

h2, h2 a {
    font-size:25px;
    margin:40px 0 20px 0;
    padding:0;
    color:#000;
    line-height:36px;
    text-align:left;
}

h2 a:hover {
    color:#000;
}

h2.blue, h2.blue a {
    color:#4877C7;
}

h3, h3 a {
    font-size:18px;
    margin:40px 0 20px 0;
    padding:0;
    color:#000;
    line-height:26px;
    text-align:left;
}

h4 {
    line-height:28px;
    color:#000;
}

h5 {
    font-size:20px;
    margin:5px 0 10px 0;
    padding:0;
    color:#000;
    line-height:36px;
    font-weight:500;
}

.headline-big {
    font-size:30px;
    margin:15px 0 10px 0;
    padding:0;
    line-height:45px;
    font-weight:500;
    color:#000;
}

.headline-big a {
    color:#000;
}

/* FORMS */


label {
    font-size:14px;
    font-weight:500;
    color:#444;
    padding-left:12px;
    line-height:24px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

form.form {
    padding: 15px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

/*
.form-control.flat {
    border:none;
    border-bottom:solid 2px #4878C8;
    box-shadow:none;
    padding-left:0;
    padding-right:0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-size:15px;
    font-weight:500;
    color:#000;
}*/

/* COLORS */

.color-blue {
    color:#4878C8;
}

.color-white {
    color:#fff;
}

/* SHARING */

.sharedaddy {
    text-align:center;
    padding-top:10px;
    margin-top:40px;
    border-top:solid 1px #eee;
    margin-bottom:40px;
    margin-left:35px;
    margin-right:45px;
}

.sharedaddy h3 {
    text-align:center;
}

.sharedaddy ul {
    list-style:none;
    margin:0;
    padding:0;
}

.sharedaddy ul li {
    display: inline-block;
    margin:0 6px 12px 6px;
}

.sharedaddy ul li:hover a {
    text-decoration: none;
}

.sharedaddy .share-facebook a {
    display:block;
    line-height:36px;
    padding-left:35px;
    padding-right:12px;
    background:#3b5998 url(./images/icons/icon-sign-facebook.svg) 6px 7px no-repeat;
    background-size:auto 60%;
    color:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sharedaddy .share-facebook:hover a {
    background:#324a80 url(./images/icons/icon-sign-facebook.svg) 6px 7px no-repeat;
    background-size:auto 60%;
    margin-top:-3px;
}

.sharedaddy .share-twitter a {
    display:block;
    line-height:36px;
    padding-left:40px;
    padding-right:12px;
    background:#00aced url(./images/icons/icon-sign-twitter.svg) 10px 7px no-repeat;
    background-size:auto 60%;
    color:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sharedaddy .share-twitter:hover a {
    background:#009bd4 url(./images/icons/icon-sign-twitter.svg) 10px 7px no-repeat;
    background-size:auto 60%;
    margin-top:-3px;
}

.sharedaddy .share-google-plus-1 a {
    display:block;
    line-height:36px;
    padding-left:40px;
    padding-right:12px;
    background:#dd4b39 url(./images/icons/icon-sign-googleplus.svg) 10px 7px no-repeat;
    background-size:auto 60%;
    color:#fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sharedaddy .share-google-plus-1:hover a {
    background:#c44433 url(./images/icons/icon-sign-googleplus.svg) 10px 7px no-repeat;
    background-size:auto 60%;
    margin-top:-3px;
}

.sharedaddy .share-end {
    display:none;
}

.sharedaddy h3 {
    font-size:18px;
    margin-bottom:20px;
}

/* MISC */

.wp-smiley {
    width:18px;
    position:relative;
    top:-1px;
}

.twitter-tweet {

}

.quellcode-example {
    margin-left:35px;
}

.highlight {
    margin:20px 45px 20px 35px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.highlight pre {
    padding-left:20px;
    padding-right:20px;
    font-family: "PT Mono", sans-serif;
    line-height:25px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background:#F7F7F9;
    border:none;
}

.max-width-800 {
    max-width:800px;
}

.aligncenter {
    margin-left:auto;
    margin-right:auto;
    max-width:100%;
    text-align:center;
}

.aligncenter .wp-caption-text {
    text-align:left;
}

.blog-read-more {
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 71%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(71%,#feffff), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #feffff 71%,#f4f4f4 100%);
    background: -o-linear-gradient(top, #feffff 71%,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #feffff 71%,#f4f4f4 100%);
    background: linear-gradient(to bottom, #feffff 71%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f4f4f4',GradientType=0 );
    border:solid 1px #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align:center;
    font-size:15px;
    font-weight:500;
    color:#000!important;
    text-decoration: none!important;
    line-height:32px;
    padding-left:12px;
    padding-right:12px;
    display:table;
    margin-top:20px;
    min-width:120px;
    clear:left;
}

.blog-read-more:hover {
    border:solid 1px #aaa;
}

div.relative {
    position:relative;
}

.alignleft {
    float:left;
    margin:0 15px 15px 0;
}

.alignright {
    float:right;
    margin:0 0 15px 15px;
}

.youtube {
    position: relative;
    padding-bottom: 50%;
    padding-top: 15px;
    height: 0;
    overflow: hidden;
    margin:20px 0;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* FOOTER */

html.slideout-open #footer {
    display:none;
}

#footer {
    height:auto;
    background:#fff;
    box-shadow:2px 0 18px rgba(0,0,0,0.1);
    position:relative;
    z-index:5;
}

#footer-inner {
    max-width:1280px;
    margin:0 auto;
    padding:30px 20px;
    color:#999;
    font-weight:400;
    font-size:15px;
}

#footer-inner ul li {
    margin-left:20px;
}

#footer-inner ul li a {
    color:#808080;
}

#footer {
    box-shadow:none;
}

#footer-logos {

}

#footer-logos .space {
    padding:120px 0;
}

#footer-body {
    background:#E5E5E5;
    border-top:solid 1px #e5e5e5;
    font-size:14px;
}

#footer-body .space {
    padding:20px 0;
}

#footer-body a {
    color:#808080;
    font-weight:400;
    text-shadow:1px 1px 0 rgba(255,255,255,0.4);
}

#footer-body a:hover {
    color:#444;
    text-decoration: none;
}

#footer-body li {
    margin-bottom:6px;
}

#footer-body #countries {
    margin-left:0;
}

#footer-body #countries li {
    margin-bottom:8px;
    padding-left:0;
}

#footer-body #countries li img {
    position:relative;
    top:-2px;
}

#footer .labels {
    color:#757575;
    font-size:16px;
    font-weight:500;
    margin-bottom:20px;
    padding-bottom:14px;
    border-bottom:solid 1px #ccc;
    display:inline-block;
}

#footer-share {
    color:#a8a8a8;
    background:#E5E5E5;
}

#footer-share .space {
    padding:20px 0;
}

@media (max-width:992px)
{
    .text-center-sm {
        text-align:center;
    }

    .margin-top-25-sm {
        margin-top:25px;
    }
}

@media (max-width:768px)
{
    .text-center-xs {
        text-align:center;
    }
    #content, .content {
        border: none;
    }
}

#footer #country ul {
    margin:0;
    padding:10px 0;
}

#footer #country ul li {
    padding:0 10px;
}

/* TABLE OF CONTENT */

#toc_container {
    margin:40px 45px 40px 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border:solid 1px #c7c7c7;
    box-shadow:4px 4px 0 rgba(0,0,0,0.07);
    display:block;
}

@media (max-width:1200px)
{
    #toc_container {
        margin-left:0;
    }
}

#toc_container .toc_title {
    font-size:14px;
    padding-left:15px;
    line-height:40px;
    margin-bottom:5px;
}

#toc_container .toc_list {
    padding:0 30px 15px 30px!important;
}

#toc_container .toc_list li {
    margin-bottom:8px;
}

#toc_container {
    background:#FCFCFC;
    box-shadow:none;
    border-color:#ddd;
}

#toc_container .toc_title {
    text-align:left;
    font-size:18px;
    font-weight:500;
    margin-top:8px;
    margin-left:15px;
}

#toc_container ul {
    margin-top:0;
}

#toc_container li {
    background: transparent url(./images/icons/bullet.gif) 0 9px no-repeat;
    margin-bottom:0;
    padding-left:15px;
    display:block;
}

#toc_container li a {
    color:#0052a0;
}

#toc_container li ul {
    margin-left:0;
    margin-top:4px;
    padding-left:0;
}

/* BUTTONS */

.btn-country {
    background:#d9d9d9;
    border:solid 1px #cccccc;
    margin-top:20px;
    margin-bottom:20px;
}

.btn-grey-gradient {
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 71%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(71%,#feffff), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #feffff 71%,#f4f4f4 100%);
    background: -o-linear-gradient(top, #feffff 71%,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #feffff 71%,#f4f4f4 100%);
    background: linear-gradient(to bottom, #feffff 71%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f4f4f4',GradientType=0 );
    border:solid 1px #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align:center;
    font-size:16px;
    font-weight:500;
    color:#000;
    line-height:24px;
    padding-left:16px;
    padding-right:16px;
    display:inline-block;
}

.btn-grey-gradient:hover {
    color:#000;
    text-decoration: none;
    border:solid 1px #bbb;
}

a.btn-grey-gradient {
    color:#000!important;
    text-decoration:none!important;
}

.btn-white {
    background:#fff;
    border:solid 1px #fff;
    color:#4878C8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size:18px;
    line-height:40px;
    padding-left:15px;
    padding-right:15px;
    font-weight:500;
}

.btn-green, .btn-green:active {
    background: #7dba27;
    background: -moz-linear-gradient(top, #7dba27 0%, #6ea222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7dba27), color-stop(100%,#6ea222));
    background: -webkit-linear-gradient(top, #7dba27 0%,#6ea222 100%);
    background: -o-linear-gradient(top, #7dba27 0%,#6ea222 100%);
    background: -ms-linear-gradient(top, #7dba27 0%,#6ea222 100%);
    background: linear-gradient(to bottom, #7dba27 0%,#6ea222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dba27', endColorstr='#6ea222',GradientType=0 );
    border:none;
    color:#fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height:26px;
    font-weight:400;
}

.btn-green.active, .btn-green:active, .btn-green:hover, .btn-green:focus {
    color:#fff;
}

a.btn-green {
    color:#fff!important;
    text-decoration: none!important;
}

.btn-blue, .btn-blue:active {
    background: #4878c8;
    background: -moz-linear-gradient(top, #4878c8 0%, #3b64a5 100%);
    background: -webkit-linear-gradient(top, #4878c8 0%,#3b64a5 100%);
    background: linear-gradient(to bottom, #4878c8 0%,#3b64a5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4878c8', endColorstr='#3b64a5',GradientType=0 );
    border:none;
    color:#fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height:26px;
    font-weight:400;
}

.btn-blue.active, .btn-blue:active, .btn-blue:hover, .btn-blue:focus {
    color:#fff;
}

a.btn-blue {
    color:#fff!important;
    text-decoration: none!important;
}

.btn-off, .btn-off.active, .btn-off:active {
    text-align: center;
    border: none;
    width: 100%;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
    background: #ddd;
}

.btn-off:hover {
    color:#fff;
}

/* BOOTSTRAP */

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.list-group-item:first-child {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

code, kbd, pre, samp {
    font-family: "PT Mono",Menlo,Monaco,Consolas,"Courier New",monospace;
}

.dropdown-backdrop{
    position: static;
}

.dropdown-menu {
    margin:0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding:0;
}

.dropdown-menu li a {
    padding:8px 8px;
}

.btn {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.alert {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding:12px 20px;
    margin-left:35px;
    margin-right:45px;
    margin-top:20px;
    margin-bottom:20px;
}

.panel-heading {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f9f9f9;
    border-color: #ddd;
}

.panel-group .panel+.panel {
    margin-top: 16px;
}

.panel-group .panel {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.form-control {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.lead {
    margin-left:35px;
    margin-right:45px;
}

@media (max-width:1200px)
{
    .lead {
        margin-left:0;
        margin-right:0;
    }
}

@media (max-width:992px)
{
    .lead {
        margin-left:0;
        margin-right:0;
        font-size:20px!important;
        font-weight:300;
    }

    .lead > p {
        font-size:16px!important;
        font-weight:400;
        margin-bottom:40px;
        line-height:28px!important;
        text-align:left!important;
    }
}

blockquote {
    margin-left:35px;
    margin-right:25px;
    margin-top:35px;
    margin-bottom:25px;
    border-left:solid 3px #007ac9;
    padding-left:20px;
    font-size:16px;
    padding-bottom:0;
    padding-top:0;
    line-height:26px;
}

blockquote > p {
    margin-left:0px!important;
    margin-right:0px!important;
}

blockquote cite {
    padding-right: 15px;
    text-align: right;
    font-size: 14px;
    display: block;
    float: right;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 15px;
}

#flags {
    margin-left:5px!important;
    margin-top:0!important;
}

#flags li:before {
    background:transparent;
    content:""!important;
    margin:0!important;
}


#flags li {
    background:transparent;
    content:none;
}

/* SUPPORT */


.boxshadow {
    background: transparent url(./images/boxshadow.png) bottom center no-repeat;
    height:45px;
    width:100%;
    position:absolute;
    bottom:-30px;
}

#helpcenter-outer {
    position:relative;
}

#helpcenter {
    border-bottom:solid 1px #c9c9c9;
    position:relative;
    margin-bottom:10px;
    margin-top:50px;
    z-index:2;
    background:#fff;
}

#helpcenter .space {
    padding:15px 0 25px 15px;
}

#helpcenter .item {
    position:relative;
    text-align:center;
    padding-left:4px;
    padding-right:4px;
}

#helpcenter .type {
    color:#7c7c7c;
    font-size:18px;
    line-height:40px;
    margin-top:15px;
}

#helpcenter .icon {
    margin-top:-65px;
    max-width:90px;
    margin-left:auto;
    margin-right:auto;
}

#helpcenter .button a {
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 71%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(71%,#feffff), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #feffff 71%,#f4f4f4 100%);
    background: -o-linear-gradient(top, #feffff 71%,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #feffff 71%,#f4f4f4 100%);
    background: linear-gradient(to bottom, #feffff 71%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f4f4f4',GradientType=0 );
    border: solid 1px #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    line-height: 34px;
    display: inline-block;
    margin-top: 5px;
    width:100%;
}


#helpcenter .button div {
    background: #feffff;
    border:none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color: #888;
    line-height: 34px;
    display: inline-block;
    margin-top: 5px;
    width:100%;
}

@media (max-width:1200px)
{
    #helpcenter {
        border:none;
    }
    #helpcenter .row > div {
        border-left:none!important;
        border-right:none!important;
    }

    #helpcenter .icon {
        margin-top:25px;
    }

}

/* SUPPORT OLD */

.support-icon {
    margin:30px auto 25px auto;
    text-align:center;
    line-height:85px;
}
.support-icon img {
    max-width:120px;
    max-height:120px;
}

.support-title {
    font-size:21px;
    line-height:26px;
    color:#888888;
}

.support-button {
    background: #feffff;
    background: -moz-linear-gradient(top, #feffff 71%, #f4f4f4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(71%,#feffff), color-stop(100%,#f4f4f4));
    background: -webkit-linear-gradient(top, #feffff 71%,#f4f4f4 100%);
    background: -o-linear-gradient(top, #feffff 71%,#f4f4f4 100%);
    background: -ms-linear-gradient(top, #feffff 71%,#f4f4f4 100%);
    background: linear-gradient(to bottom, #feffff 71%,#f4f4f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feffff', endColorstr='#f4f4f4',GradientType=0 );
    border:solid 1px #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-align:center;
    font-size:16px;
    font-weight:500;
    color:#000;
    line-height:34px;
    padding-left:12px;
    padding-right:12px;
    display:inline-block;
    margin-top:15px;
}

.support-button:hover {
    color:#000;
    text-decoration: none;
    background:#fff;
    border:solid 1px #bbb;
}

/* COLOR EXAMPLES */

.color-example {
    border:none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height:35px;
    text-align:center;
    padding-left:15px;
    padding-right:15px;
    margin:10px 20px;
}

/* BLOG */

.blog-item {
    clear:both;
}

.blog-item .blog-infos {
    margin:0 45px 20px 35px;
}

.blog-item .blog-author {
    font-weight:bold;
    display:inline-block;
    margin-right:6px;
}

.blog-item .blog-comments {
    font-weight:bold;
    float:right;
}

.blog-item .blog-cutline {
    margin:0 auto 50px auto;
    border-bottom:solid 2px #ddd;
    padding-bottom:20px;
    max-width:400px;
}

.blog-item:last-child .blog-cutline {
    border-bottom:none;
    margin-bottom:0;
    padding-bottom:0;
}

.blog-item {
}

@media (max-width:1200px)
{
    .blog-item .blog-infos {
        margin-left:0;
        margin-right:0;
    }
}

#comments {
    margin-top:40px;
}

#comments .comment-item {
    margin-bottom:10px;
}

#comments .comments-headline {
    margin-left: 35px;
    margin-bottom:15px;
    text-align:center;
}

#comments .comment-headline-cutline {
    border-bottom:solid 1px #eee;
    margin:0 45px 40px 35px;
}

#comments .comment-item .comment-info {
    margin:0 45px 10px 35px;
}

#comments .comment-item .comment-text {
    text-align:left;
}

#comments .comment-item .comment-avatar {
    margin:0 10px 0 0;
}

#comments .comment-item .comment-date {
    color:#888;
}

#comments .comment-item .comment-author {
    font-weight: bold;
    display: inline-block;
    margin-right: 6px;
    color: #4878C7;
}

#comments .comment-item .comment-cutline {
    border-bottom:solid 1px #eee;
    margin:0 65px 40px 55px;
}

#comments .comment-item:last-child .comment-cutline {
    border-bottom:none;
    padding-bottom:0;
    margin-bottom:0;
}

#comment-form {
    margin:25px 35px 20px 35px;
}

#comment-form .comment-loggedin {
    margin:25px 45px 15px 0;
}

#comment-form .comment-loggedin-username {
    font-size:18px;
}

#comment-form .comment-loggedin-username a {
    font-weight:bold;
    color:#4878C7;
}

@media (max-width:1200px)
{
    #comments .comment-item .comment-avatar {
        margin-left:0;
    }

    #comments {
        padding: 30px;
    }
}

@media (max-width:768px)
{
    #comments {
        padding: 10px;
    }
}

.pagination {
    margin-top:40px;
    margin-bottom:10px;
    text-align:center;
    max-width:710px;
    margin-left:30px;
    margin-right:30px;
    display:block;
}

.pagination ul {
    list-style:none;
    text-align:center;
    width:100%;
    margin:0!important;
    padding:0;
}

.pagination ul li {
    display:inline-block;
}

.pagination ul li a {
    display:block;
    padding:5px 12px;
    background:#f5f5f5;
    margin:0 7px;
    color:#000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
    font-weight:400;
}

.pagination ul li:first-child a {
    margin-left:0!important;
}

.pagination ul li:hover a {
    background: #ddd;
}

.pagination ul li span.current {
    display:block;
    padding:5px 12px;
    background:#4877C7;
    margin:0 7px;
    color:#fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.pagination ul li:first-child span.current {
    margin-left:0;
}

/* BOXES */

.shadowbox {
    border:solid 1px #d8d8d8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow:2px 2px 6px rgba(0,0,0,0.1);
    margin-bottom:25px;
}

.shadowbox-intend {
    margin-left:25px;
    margin-right:35px;
}

.shadowbox .space {
    padding:10px 15px;
}

.shadowbox a {
    color:#111;
}

.shadowbox .icon {
    line-height: 40px;
    padding-left:20px;
    padding-right:20px;
    padding-top:10px;
    color:#4878C8;
    margin:0 15px 0 0;
    text-align:center;
    float:left;
    height:100%;
    vertical-align: baseline;
    font-size:34px;
}

/* ARCHIVE */

.yearly_month_archive ul {
    list-style:none;
    margin-left:0!important;
    padding-left:25px!important;}

.yearly_month_archive ul li a {
    color:#0052a0;
}

.yearly_month_archive ul li:hover small {
    color:#000;
}
.yearly_month_archive h2 {
    margin-bottom:10px;
}
@media (max-width: 768px) {
    .yearly_month_archive ul li a {
        font-size: 14px;
    }
    .yearly_month_archive ul li small{
        display: none !important;
    }
    .year h2 {
        font-size: 20px;
        margin-top: 15px;
        text-align: center;
    }
}

/* QUOTE */

.question-box {
    margin:45px 100px;
    position:relative;
}

.question-box > .icon {
    position:absolute;
    left:-90px;
    top:50px;
}

.question-box > .question {
    word-wrap: break-word;
    font-size:17px;
    line-height:27px;
}

.question-box > .author {
    font-size:16px;
    font-weight:500;
    line-height:29px;
    margin-top:25px;
    margin-bottom:40px;
    color:#000;
}

.question-box > .logo-box {
    font-size:16px;
    font-weight:500;
    line-height:29px;
    margin-top:25px;
    margin-bottom:40px;
    color:#000;
    border:solid 1px #d1d1d1
}

.answer-box {
    margin:35px 100px;
    font-size:17px;
    line-height:29px;
    text-align:justify;
}

.answer-box .headline {
    font-size:22px;
    margin:40px 0 20px 0;
    padding:0;
    color:#000;
    line-height:26px;
}

.answer-box > .answer {
    word-wrap: break-word;
    font-size:17px;
    line-height:27px;
    margin-top:20px;
}

.answer-box > .author {
    font-size:16px;
    font-weight:500;
    line-height:29px;
    margin-top:25px;
    margin-bottom:40px;
    color:#000;
}

/* TIMELINE */

.time-trail {
    position: relative;
    max-width: 1200px;
    text-align: center;
    overflow: visible;
    display: inline-block;
    margin-bottom:15px;
}
.time-trail-line {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 6px;
    margin-left: -3px;
    height: 100%;
    background: #c7c7c7;
    background: -moz-linear-gradient(top, #c7c7c7 0%, #c7c7c7 90%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7c7c7), color-stop(90%,#c7c7c7), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #c7c7c7 0%,#c7c7c7 97%,#ffffff 100%);
    background: -o-linear-gradient(top, #c7c7c7 0%,#c7c7c7 90%,#ffffff 100%);
    background: -ms-linear-gradient(top, #c7c7c7 0%,#c7c7c7 90%,#ffffff 100%);
    background: linear-gradient(to bottom, #c7c7c7 0%,#c7c7c7 90%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#ffffff',GradientType=0 );
}

@media (max-width:1200px)
{
    .time-trail-line {
        background:#ddd;
    }
}

.time-trail > .time-box {
    display: inline-block;
    position: relative;
    width: 50%;
    padding: 0.2%;
    left: -25.2%;
}
.time-trail > .time-box:nth-child(2n) {
    left: auto;
    right: -25.2%;
}

.time-trail > .time-box > .time-box-icon {
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    position: absolute;
    right: -12px;
    top:22px;
    border:solid 4px #ffffff;
}
.time-trail > .time-box:nth-child(2n) .time-box-icon {
    right: auto;
    left: -11px;
}

.time-trail > .time-box > .time-box-content {
    background: #ffffff;
    margin-left: 0px;
    margin-right: 8px;
    text-align: right;
    border-radius: 3px;
    position: relative;
    overflow: visible;
    line-height: 23px;

}
.time-trail > .time-box:nth-child(2n) > .time-box-content {
    margin-left: 8px;
    margin-right: 0px;
    text-align:left;
}

.time-box .body {
    padding: 18px 24px;
    color: #000;
}

.time-trail > .time-box .timestamp {
    color: #888888;
    font-size: 14px;
    margin-bottom: 5px;
}
.time-trail > .time-box .title {
    color: #000;
    font-size: 18px;
    line-height:25px;
    margin-bottom: 15px;
}
.time-trail > .time-box .title a {
    color: #000;
    font-size: 18px;
}

@media only screen and (min-width: 10px) and (max-width: 800px) {

    .time-trail-line {
        display: none;
    }

    .time-trail > .time-box {
        display: block;
        width: auto;
        padding: 0px;
        margin: 10px;
        left: auto !important;
        right: auto !important;
        text-align:left;
    }

    .time-trail > .time-box > .time-box-icon {
        left: -30px!important;
        right: auto !important;
        top: 20px;
        z-index: 10;
        transform: scale(0.75);
    }
    .time-trail > .time-box > .time-box-content > .edge {
        display: none;
    }

    .time-trail > .time-box > .time-box-content {
        margin-left: 0px !important;
        margin-right: 0px !important;
        text-align:left;
    }

    .time-box-content > .body {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left:0!important;
        padding-right:0!important;
    }
}

/* ERZIEHNUNG */

ol>ol,ul>ul
{
    background:#FF69B4;
}

#page-header {
    height:290px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align:center;
    display:block;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#page-header h1 {
    padding-left:20px;
    padding-right:20px;
    line-height:75px;
    font-size:30px;
    text-shadow:1px 1px 3px rgba(0,0,0,0.4);
    font-weight:300;
    color:#fff;
    display:inline-block;
}

#page-header h2 {
    padding-left:20px;
    padding-right:20px;
    line-height:32px;
    font-size:20px;
    text-shadow:1px 1px 3px rgba(0,0,0,0.4);
    font-weight:300;
    color:#fff;
    display:inline-block;
}

/* VIDEO EMBED */

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.time-trail {
    position: relative;
    max-width: 1200px;
    text-align: center;
    overflow: visible;
    display: inline-block;
    margin-bottom:50px;
}
.time-trail-line {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 6px;
    margin-left: -3px;
    height: 100%;
    background: #c7c7c7;
    background: -moz-linear-gradient(top, #c7c7c7 0%, #c7c7c7 97%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7c7c7), color-stop(97%,#c7c7c7), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #c7c7c7 0%,#c7c7c7 97%,#e5e5e5 100%);
    background: -o-linear-gradient(top, #c7c7c7 0%,#c7c7c7 97%,#e5e5e5 100%);
    background: -ms-linear-gradient(top, #c7c7c7 0%,#c7c7c7 97%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #c7c7c7 0%,#c7c7c7 97%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#e5e5e5',GradientType=0 );
}

@media (max-width:1200px)
{
    .time-trail-line {
        background:#ddd;
    }
}

.time-trail > .time-box {
    display: inline-block;
    position: relative;
    width: 50%;
    padding: 0.2%;
    left: -25.2%;
}
.time-trail > .time-box:nth-child(2n) {
    left: auto;
    right: -25.2%;
}

.time-trail > .time-box > .time-box-icon {
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    position: absolute;
    right: -12px;
    top:22px;
    border:solid 4px #E5E5E5;
}
.time-trail > .time-box:nth-child(2n) .time-box-icon {
    right: auto;
    left: -11px;
}

.time-trail > .time-box > .time-box-content {
    background: #ffffff;
    border:solid 1px #ddd;
    border-bottom:solid 3px #ddd;
    margin-left: 0px;
    margin-right: 30px;
    text-align: left;;
    border-radius: 3px;
    position: relative;
    overflow: visible;
    line-height: 23px;

}
.time-trail > .time-box:nth-child(2n) > .time-box-content {
    margin-left: 30px;
    margin-right: 0px;
}

.time-box .body {
    padding: 18px 24px;
    color: #000;
}
.time-box .footer {
    display: block;
    background: #f9f9f9;
    border-top: 1px solid #d8d8d8;
    padding: 10px 24px;
    color: #000;
    text-align: right;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0px 0px 3px 3px;
}
.time-box a.footer:hover {
    background: #ebebeb;
}
.time-box .footer > span {
    border-bottom: 1px dotted #888888;
}
.time-box .footer > span.font-icon {
    border-bottom: none;
    font-size: 18px !important;
    font-weight: bold !important;
    position: relative;
    top: 0;
    margin-left: 7px;
}

.time-trail > .time-box > .time-box-content > .edge .font-icon {
    color: #fff;
    font-size: 26px !important;
    position: absolute;
    top: 16px;
    right: -9px;
    text-shadow:1px 0 0 #ddd;
}
.time-trail > .time-box:nth-child(2n) > .time-box-content > .edge .font-icon {
    right: auto;
    left: -8px;
    transform: scaleX(-1);
}

.time-trail > .time-box .timestamp {
    color: #888888;
    font-size: 16px;
    margin-bottom: 8px;
}
.time-trail > .time-box .title {
    color: #000;
    font-size: 22px;
    line-height:28px;
    margin-bottom: 15px;
}

.time-trail > .time-box .title a {
    color:#000;
}

@media only screen and (min-width: 10px) and (max-width: 800px) {

    .time-trail-line {
        display: none;
    }

    .time-trail > .time-box {
        display: block;
        width: auto;
        padding: 0px;
        margin: 10px;
        left: auto !important;
        right: auto !important;
    }

    .time-trail > .time-box > .time-box-icon {
        left: auto !important;
        right: 10px !important;
        top: 10px;
        z-index: 10;
        transform: scale(0.75);
    }
    .time-trail > .time-box > .time-box-content > .edge {
        display: none;
    }

    .time-trail > .time-box > .time-box-content {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

}

.subheadline {
    color:#ababab;
    line-height:28px;
    font-size:20px;
}

.images {
    background:#e5e5e5;
    height:180px;
    margin-top:30px;
}

ul.dates {
    margin:40px 0 0 10px!important;
    padding:0;
    font-size:15px;
    color:#000;
    list-style: none;
}

ul.dates > li {
    display:block;
    margin-top:25px;
    margin-bottom:25px;
    border:solid 1px #d0d0d0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

ul.dates > li .space {
    padding:15px 20px;
}

ul.dates > li .date {
    font-weight:500;
    color:#000;
}

ul.dates > li hr {
    margin-top:0;
    margin-bottom:0;
}

ul.dates > li .date strong {
    color:#000;
    line-height:22px;
    font-size:15px;
    font-weight:500;
}

ul.dates > li .location {
    color:#000;
    line-height:22px;
    font-size:16px;
    font-weight:400;
    margin:10px 0;
}

ul.dates > li .city-badge {
    background:#007ac9;
    color:#fff;
    font-weight:500;
    line-height:34px;
    display:inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

ul.dates > li .city-badge > .space {
    padding:2px 6px;
}

ul.dates > li .stats {
}

ul.dates > li .stats .num {
    font-size:35px;
    color:#007ac9;
    font-weight:500;
}

ul.dates > li .stats .label {
    color:#000;
    font-size:16px;
    font-weight:500;
    line-height:35px;
}

.btn-booking, .btn-booking.active, .btn-booking:active {
    text-align: center;
    border: none;
    width: 100%;
    line-height: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.15);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: none;
    background: #7dba27;
    background: -moz-linear-gradient(top, #7dba27 0%, #6ea222 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7dba27), color-stop(100%,#6ea222));
    background: -webkit-linear-gradient(top, #7dba27 0%,#6ea222 100%);
    background: -o-linear-gradient(top, #7dba27 0%,#6ea222 100%);
    background: -ms-linear-gradient(top, #7dba27 0%,#6ea222 100%);
    background: linear-gradient(to bottom, #7dba27 0%,#6ea222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dba27', endColorstr='#6ea222',GradientType=0 );
}

.btn-booking:hover {
    color:#fff;
}

#history {
    position:relative;
    height:1350px;
    margin-top:45px;
    margin-bottom:35px;
}

#history-line {
    position: absolute;
    left:5px;
    width: 6px;
    height: 100%;
    background: #c7c7c7;
    background: -moz-linear-gradient(top, #c7c7c7 0%, #c7c7c7 97%, #e5e5e5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7c7c7), color-stop(97%,#c7c7c7), color-stop(100%,#e5e5e5));
    background: -webkit-linear-gradient(top, #c7c7c7 0%,#c7c7c7 97%,#e5e5e5 100%);
    background: -o-linear-gradient(top, #c7c7c7 0%,#c7c7c7 97%,#e5e5e5 100%);
    background: -ms-linear-gradient(top, #c7c7c7 0%,#c7c7c7 97%,#e5e5e5 100%);
    background: linear-gradient(to bottom, #c7c7c7 0%,#c7c7c7 97%,#e5e5e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#e5e5e5',GradientType=0 );
}

#history-items {
    display:inline-block;
    position:absolute;
    z-index:1;
}

#history .history-item {
    margin-bottom:45px;
    position:relative;
    width:100%;
}

#history .history-item .symbol{
    background:#007ac9;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    position: absolute;
    left: -2px;
    top:-2px;
    border: solid 4px #fff;
}

#history .history-item .history-details {
    margin-left:35px;
    color:#000;
}

#history .history-item .history-time {
    font-size:19px;
    font-weight:500;
    line-height:15px;
}

#history .history-item .history-title {
    font-size:16px;
    margin:15px 0 0 0;
    font-weight:500;
}

#history .history-item .history-text {
    font-size:15px;
    line-height:21px;
    margin-top:10px;
    color:#000;
}