html,
body {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #414141;
}

.full-width {
    position: relative;
    width: 100%;
}

.container{
    position: relative;
}

.row.no-padding {
  margin-right: 0;
  margin-left: 0;
}
.row.no-padding > [class^="col-"],
.row.no-padding > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.fa-swiss {
    background-image: url("/images/webhosting-schweiz.png");
    background-size: 145px;
    background-position-x: 28px;
    background-repeat: no-repeat;
    background-position-y: 35px;
}

.hoh-li .fa-fw {
	text-align: left;
}

.hoh-li .fa-check,
[class*="hosting-content-"] .fa-check {
	color: #00a63f;
}


/*@media (min-width:768px) {
    .container {
        width:100%;
    }
}

@media (min-width:992px) {
    .container {
        width:100%;
    }
}*/

@media (min-width:1200px) {
    .container {
        width:1200px
    }
}

.color-webk{
    color: #bb0b27;
}

    .color-webk small{
        color: #bb0b27;
    }

.bg-webk{
    background-color: #bb0b27;
    color: #fff;
}

p{
    line-height: 1.5;
}

.larger-price {
	font-size:38px;
}
.larger-price2 {
	font-size:32px;
}
img.sitebuilder {
	margin-bottom: 15px;
}
img.company  {
	margin-top:10px;
}

/* stepper sitebuilder */
.bs-wizard {margin-top: 40px;}

/*Form Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #414141; font-size: 17px; margin-bottom: 5px;font-weight: bold;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #414141; font-size: 15px; padding: 0 10px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #bb0b27; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%; color:#fff; padding-left:1px;}
/*.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #bb0b27; border-radius: 50px; position: absolute; top: 8px; left: 8px; } */
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #414141;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #f5f5f5;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.sitebuilderul {
	padding-left: 21px;
}

a,
a:hover,
a:focus,
a:active{
    color: #bb0b27;
    outline: 0;
}

.no-margin-left{
    margin-left: 0 !important;
}

.no-margin-right{
    margin-right: 0 !important;
}

.no-margin-bottom{
    margin-bottom: 0 !important;
}

.no-margin-top{
    margin-top: 0 !important;
}

.padding-bottom-50{
    padding-bottom: 50px !important;
}

.no-margin-topbot{
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.no-padding-bottom{
    padding-bottom: 0 !important;
}
.margin-bottom-40{
    margin-bottom: 40px;
}

.section{
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    width: 100%;
}

    .section-title,
    .section-sub-title
    .section-sub-title2{
        margin-top: 20px;
        margin-bottom: 35px;
        padding-bottom: 25px;
        font-size: 38px;
        font-weight: normal;
        text-align: center;
        position: relative;
    }

    .section-title.st-light,
    .section-sub-title.sst-light{
        color: #fff;
    }
/*
        .section-title:after,
        .section-sub-title:after{
            width: 170px;
            height: 2px;
            background-color: #414141;
            content: " ";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            margin-left: auto;
            margin-right: auto;
        }
*/
        .section-title.st-light:after,
        .section-sub-title.sst-light:after{
            background-color: #fff;
        }

    .section-sub-title{
        margin-top: 30px;
        font-size: 30px;
    }
    .section-sub-title2{
        margin-top: -20px;
        font-size: 24px;
        margin-bottom: 60px;
    }

.bg-red{
    background-color: #BC0B27 !important;
    color: #fff;
}

.bg-lightgray{
    background-color: #eeeeee !important;
}

ul.swk-ul{
    position: relative;
    list-style: none;
    padding:0;
}

    ul.swk-ul > li{
        position: relative;
        padding-left: 20px;
        margin-bottom: 5px;
    }

        ul.swk-ul > li:before{
            position: absolute;
            left: 0;
            top: 5px;
            content: "\f105";
            font:normal normal normal 14px/1 FontAwesome;
            font-size:inherit;
            text-rendering:auto;
            -webkit-font-smoothing:antialiased;
            -moz-osx-font-smoothing:grayscale
        }

.form-group{
    position: relative;
}

.form-group.with-label{
    padding-top: 15px;
}

    .form-group.with-label .label-sm{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*font-size: 50%;*/
        font-size: 12px;
        color: #414141;
    }

.swk-input,
.swk-select{
    display: block;
    width: 100%;
    padding: 5px 0;
    background-color: transparent;
    background-image: none;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #000;
}

.bootstrap-select.swkpicker{
    border: 0;
    border-bottom: 1px solid #000;
    font-size: inherit;
	margin-top: -2px;
	width: 100% !important;
}

.bootstrap-select.swkpicker .btn{
    font-size: inherit;
    border: 0;
    background-color: transparent;
    color: inherit;
    border-radius: 0;
    outline: 0 !important;
    box-shadow: none;
}

.swkpicker.btn-group.open .dropdown-toggle{
    box-shadow: none;
}

.bootstrap-select.swkpicker.btn-group .dropdown-menu{
    background-color: #eee;
    font-size: inherit;
}

.bootstrap-select.swkpicker .form-control{
    display: block;
    padding: 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #000;
    box-shadow: none;
    border-radius: 0;
}

.bootstrap-select.swkpicker .dropdown-menu > .active > a{
    color: #fff;
    background-color: #414141;
}

textarea.swk-input{
    resize: vertical;
}

.gap{
    padding-top: 40px;
}

.mar{
    margin-top: 40px;
}
.swk-input.swk-input-light,
.swk-select.swk-input-light{
    border-bottom-color: #fff;
    color: #fff;
}

.swk-select{
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding: 5px 25px 5px 0;
    background-image: url(../images/select-caret.png);
    background-repeat: no-repeat;
    background-size: 13px auto;
    -moz-background-size: 13px auto;
    -webkit-background-size: 13px auto;
    background-position: right 5px center;
    overflow: hidden;
    text-overflow: "...";
}

.btn-swk{
    background-color: #414141;
    font-size: inherit;
    color: #fff;
    overflow: hidden;
    text-overflow: "...";
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6);
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.btn-swk.btn-xs{
    font-size: 16px;
}
.btn-swk.btn-swk-red{
    background-color: #bb0b27;
}

    .btn-swk:hover,
    .btn-swk:focus{
        color: #fff;
    }

.block-img {
    display: block;
    width: 100%;
}

/*----------------------------------------*/
/*-------------- SWK LightBox ------------*/
/*----------------------------------------*/
img[data-img-preview]{
    cursor: pointer;
}
.lightbox-back{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.75);
    z-index: 9999;
}


.lightbox{
    position:relative;
    display: inline-block;
    background:#ffffff;
    padding:15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow:0px 0px 0px 10px rgba(255, 255, 255, 0.44);
    -webkit-box-shadow:0px 0px 10px rgba(255, 255, 255, 0.44);
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.44);
    border: 3px solid black;
    left: 50%;
    top: 50%;
    -moz-transform: translatey(-50%) translatex(-50%);
    -ms-transform: translatey(-50%) translatex(-50%);
    -o-transform: translatey(-50%) translatex(-50%);
    -webkit-transform: translatey(-50%) translatex(-50%);
    transform: translatey(-50%) translatex(-50%);
}


    .lightbox-close{
        position: absolute;
        top: -17px;
        right: -15px;
        cursor: pointer;
        background-color: #fff;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        padding: 1px 7px;
        border: 3px solid black;
    }

    .lightbox img{
        display: block;
        height: auto;
        max-width: 85vw;
        max-height: 85vh;
    }

@media (max-width:767px){
    .lightbox{
        display: block;
        margin-top: 10%;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        left: auto;
        top: auto;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
        .lightbox img{
            max-width: 90%;
            max-height: 90%;
        }
}

/*----------------------------------------*/
/*------------- SWK Accordion ------------*/
/*----------------------------------------*/

.accordion-heading{
    position: relative;
    color: #fff;
    background-color: #414141;
    border-bottom: 1px solid #fff;
    font-size: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
}

.accordion.trans-bg .accordion-heading{
    color: #414141;
    background-color: transparent;
    border-color: #414141;
}

    .accordion-title{
        position: relative;
        margin-top: 0;
        margin-bottom: 0;
        font-size: inherit;
    }

        .indicator{
            cursor: pointer;
            float: right;
        }

        .accordion-title .accordion-toggle{
            position: relative;
            color: inherit;
            padding-left: 7%;
        }

        .accordion-title .accordion-toggle.no-icon{
            padding-left: 0;
        }

        .accordion-title .accordion-toggle:focus{
            /*text-decoration: none;*/
        }

        .accordion-icon{
            position: absolute;
            top: 3px;
            left: 0px;
        }

.accordion-collapse{
    position: relative;
}

.accordion.trans-bg .accordion-collapse{
    background-color: #414141;
    color: #fff;
}

    .accordion-body{
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .accordion-body.ab-padding{
        padding-left: 7%;
        padding-right: 7%;
    }

/*----------------------------------------*/
/*---------- QuickLinks Section ----------*/
/*----------------------------------------*/
.quicklinks-section{
    background-color: #414141;
    padding-top: 0;
    padding-bottom: 0;
}
    .quicklinks-section [class^="col-"]{
        /*padding-top: 8px;
        padding-bottom: 8px;*/
    }

        .quicklinks-section a{
            display: inline-block;
            color: #fff;
            font-size: 15px;
            margin-top: 11px;
            margin-bottom: 11px;
        }

            .quicklinks-section a:hover,
            .quicklinks-section a:focus,
            .quicklinks-section a:active{
                color: #fff;
            }

        .quicklinks-left a{
            margin-right: 15px;
        }

        @media (max-width:400px){
	        .quicklinks-left a{
	            margin-right: 5px;
	        }
        }

            .quicklinks-left a .fa{
                margin-right: 5px;
            }

        .quicklinks-right a{
            margin-left: 15px;
        }

            .quicklinks-right a .fa{
                margin-left: 5px;
            }

            .lang-dropdown{
                display: inline-block;
                background-color: transparent;
                font-size: 15px;
                /*margin-right: 18%;*/
            }

                .lang-dropdown button{
                    background-color: transparent;
                    border:none;
                    padding: 11px 10px;
                    color: #fff;
                }

                .lang-dropdown.open button{
                    background-color: #000;
                }

                .lang-dropdown .dropdown-menu{
                    margin-top: 0;
                    padding: 0;
                    background-color: rgba(0, 0, 0, 0.7);
                    width: 100%;
                    min-width: auto;
                    border-radius: 0;
                    -moz-border-radius: 0;
                    -webkit-border-radius: 0;
                    color: #fff;
                    border: none;
                }

                    .lang-dropdown .dropdown-menu li{

                    }

                        .lang-dropdown .dropdown-menu > li > a {
                            padding: 5px 10px;
                            margin: 0;
                            color: #fff;
                        }

                        .lang-dropdown .dropdown-menu > li > a:hover {
                            color: #bb0b27;
                            background-color: #000;
                        }

            .status-online .fa{
                color: #00d605;
            }

            .status-offline .fa{
                /*color: #b9002a;*/
               color:orange;
            }



/*----------------------------------------*/
/*------------ Header Section ------------*/
/*----------------------------------------*/
.header-section{
    padding-top: 27px;
    padding-bottom: 25px;
    background-color: #fff;
}

    .logo{
        display: block;
        /*margin-top: 4%;*/
    }

        .logo img{
            display: block;
            max-width: 100%;
            /*margin-top: 4%;*/
        }

    .webkeeper-address{
        display: block;
        text-align: right;
        font-size: 15px;
        line-height: normal;
    }

    @media (max-width:767px){
        .responsive-phone{
            display: inline-block !important;
        }
        .quicklinks-right,
        .quicklinks-left {
        	text-align:center !important;
        }
        .header-section {
        	padding-top:15px;
        }
        .logo {
        	text-align:center;
        }
        .logo img {
        	display:inline;
        }
    }


/*----------------------------------------*/
/*---------- Navigation Section ----------*/
/*----------------------------------------*/
.navbar-section{
    background-color: #EEEEEE;
    padding-top: 0;
    padding-bottom: 0;
}

    .navbar-section .navbar-toggle{
        background-color: #bb0b27;
    }

        .navbar-section .navbar-toggle .icon-bar{
            background-color: #fff;
        }

    .navbar-section .swk-nav{
        float: none;
        position: relative;
        font-size: 23px;
    }

        .swk-nav > li{
            margin-right: 6.8%;
        }

        .swk-nav > li:last-child{
            margin-right: 0;
        }

            .swk-nav > li > a {
                position: relative;
                padding: 26px 0 22px;
                color: #414141;
                display: inline-block;
            }

                .swk-nav > li > a:after{
                    height: 3px;
                    content: " ";
                    width: 100%;
                    bottom: 0;
                    left: 0;
                    background-color: transparent;
                    position: absolute;
                }

                    .swk-nav > li.active > a:after{
                        background-color: #bb0b27;
                    }
                    .swk-nav > li > a:hover:after{
                        background-color: #bb0b27;
                    }

                .swk-nav > li > a .fa{
                    margin-right: 8px;
                    color: #bb0b27;
                    font-size: 21px;
                }

            .swk-nav li > ul{
                position: absolute;
                top: 100%;
                min-width:250px;
                background-color: #EEEEEE;
                display: block;
                padding: 0;
                list-style: none;
                display: none;
                box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.5);
                -moz-box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.5);
                -webkit-box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.5);
            }
            .swk-nav li > ul.mega{
                min-width:540px;
            }

            @media (max-width: 767px){
                .swk-nav li > ul{
                    position: relative;
                    top: auto;
                    width: 100%;
                    box-shadow: none;
                    -moz-box-shadow: none;
                    -webkit-box-shadow: none;
                    background-color: rgba(0,0,0,0.1);
                }
            }

            .swk-nav > li:hover > ul{
                display: block;
                z-index: 999999;
            }

                .swk-nav li > ul > li{
                    position: relative;
                    width: 100%;
                }

                    .swk-nav li > ul > li > a{
                        display: block;
                        width: 100%;
                        color: #414141;
                        padding: 7px 10px 7px 29px;
                    }
                    .swk-nav li > ul.mega > li > a{
                        padding: 12px 10px 12px 29px;
                        line-height: 1;
                    }
                    .swk-nav li > ul.mega > li > a > small{
                        font-size: 65%;
                    }

                    .swk-nav li > ul > li > a:hover{
                        background-color: #bb0b27;
                        color: #fff;
                        text-decoration: none;
                    }



            @media (max-width:1199px) {
                .swk-nav li {
                    margin-right: 8.7%;
                }
            }

            @media (max-width:991px) {
                .swk-nav li{
                    margin-right: 3.7%;
                }
            }

            @media (max-width:767px) {
                .swk-nav li{
                    float: none;
                    position: relative;
                    display: block;
                    margin: 0 auto;
                    width: 100%;
                    text-align: center;
                }
                    .swk-nav li a{
                        display: block;
                    }
            }
/*----------------------------------------*/
/*---------- 2nd Navigation Section ----------*/
/*----------------------------------------*/
.swk-nav.second > li{
	margin-right: 22.8%;
}

.swk-nav.sb.second > li{
	margin-right: 14.2%;
}

.swk-nav.second > li:last-child{
	margin-right: 0;
}
/*----------------------------------------*/
/*------------ Slides Section ------------*/
/*----------------------------------------*/
.slider-section{
    padding-top: 0;
    padding-bottom: 0;
}

        .swk-slider .item{
            padding-top: 50px;
            padding-bottom: 50px;
            background-color: #EEEEEE;
        }

        .hosting-price-slide{
            padding-top: 50px;
            padding-bottom: 50px;
            background-color: #EEEEEE;
            min-height:410px;
        }

        .hosting-price-slide-dark{
            padding-top: 50px;
            padding-bottom: 50px;
            background-color: #414141 !important;
            min-height:410px;
        }

        .hosting-price-slide-white{
            padding-top: 50px;
            padding-bottom: 50px;
            background-color: #fff !important;
            min-height:410px;
        }

            .hosting-price-table{
                position: relative;
                width: 100%;
                margin: 10px auto;
                max-width: 300px;
                background-color: #fff;
                box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
                -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
                -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.7);
                text-align: center;
            }

                .hosting-price-table .hpt-link-1,
                .hosting-price-table .hpt-link-2{
                    display: block;
                    margin:0;
                    padding: 0;
                    color: #414141;
                }

                .hosting-price-table .hpt-link-2{
                    color: #bb0b27;
                }

                .hosting-price-table .hpt-link-1:hover,
                .hosting-price-table .hpt-link-1:focus{
                    text-decoration: none;
                }

                .hosting-price-table h3{
                    font-size: 26px;
                    margin: 0;
                    color: #fff;
                    padding-top: 12px;
                    padding-bottom: 19px;
                    background-color: #414141;
                }


                    .hosting-price-table .hpt-li{
                        padding-top: 12px;
                        padding-bottom: 12px;
                        font-size: 20px;
                    }
                    .hosting-price-table .hpt-lifirst{
                        padding-top: 20px;
                        padding-bottom: 12px;
                        font-size: 20px;
                    }


                    .hosting-price-table .hpt-li.hosting-price{
                        background-color: #bb0b27;
                        color: #fff;
                        font-size: 25px;
                    }

                        .hosting-price-table .hpt-li .fa,
                        .hosting-price-table .hpt-lifirst .fa{
                            margin-right: 10px;
                        }

            .hosting-price-table.hpt-highlighted h3{
                padding-bottom: 0;
            }
            .hosting-price-table.hpt-highlighted h3 > i{
                font-size: 14px;

                color: #fff;
                font-style: normal;
                display: block;
                line-height: normal;
                text-align: center;



            }

            .hosting-price-table.hpt-highlighted h3:after {

                border: solid transparent;

                content: " ";
                height: 0;
                color: #fff;
                width: 100%;
                max-width: 100%;
                position: absolute;
                pointer-events: none;
                border-color: rgba(136, 183, 213, 0);
                border-top-color: #414141;
                border-width: 110px;
                -webkit-transform: scaley(0.1) translatey(-450%);
                -ms-transform: scaley(0.1) translatey(-450%);
                    transform: scaley(0.1) translatey(-450%);
                left: 0;
            }

            @media (max-width:1199px){
                .hosting-price-table.hpt-highlighted h3:after {
                    border-width: 87px;
                }
            }

            @media (max-width:991px){
                .hosting-price-table.hpt-highlighted h3:after {
                    border-width: 79px;
                }
            }

            @media (max-width:767px){
                .hosting-price-table.hpt-highlighted h3:after {
                    border-width: 150px;
                }
            }
            /*.hosting-price-table.hpt-highlighted h3{
                background-color: #bb0b27;
                color: #fff;


            }

                .hosting-price-table.hpt-highlighted .hpt-li.hosting-price{
                    background-color: #414141;
                    color: #fff;
                }*/

/*----------------------------------------*/
/*------- Home Content-1 Section ---------*/
/*----------------------------------------*/
.home-content-1{
    padding-bottom: 62px;
    background-color: #fff;
}

    .webkeeper-box{
        margin-top: -21%;
        margin-left: auto;
        margin-right: auto;
    }

    @media (max-width:767px){
        .webkeeper-box{
            margin-top: 2%;
        }
    }

/*----------------------------------------*/
/*--------- Header Section ----------*/
/*----------------------------------------*/
.headerimg-section{
    background-color: #414141;
    padding-top: 60px;
    padding-bottom: 60px;
	min-height:350px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #bb0b27;
	background-size: cover;
}

.headerimg-section h1{
	color:white;
	font-weight:bold;
	font-size:55px;
	text-align:center;
	padding:65px 0px 65px 0px;
}
    @media (max-width:991px){
		.headerimg-section{
			padding-top: 20px;
			padding-bottom: 20px;
			min-height:200px;
		}
        .headerimg-section h1{
			padding: 25px !important;
        }
    }
/*----------------------------------------*/
/*---------- Testimonial Section ---------*/
/*----------------------------------------*/
.testimonial-section{
    padding-bottom: 30px;
}

    .testimonial{
        font-size: 37px;
    }

    .testimonial-writer{
        font-size: 44px;
        text-align: center;
    }


/*----------------------------------------*/
/*------------ Benefits Section ----------*/
/*----------------------------------------*/
.benefits-section{
    background-color: #EEEEEE;
}

    .benefit-1{
        text-align: left;
    }

    .benefit-2{
        text-align: center;
    }

    .benefit-3{
        text-align: right;
    }

        @media (max-width: 767px){
            .benefit-1, .benefit-2, .benefit-3{
                text-align: center;
            }
        }

    .benefit{
        position: relative;
        text-align: center;
        margin-bottom: 22px;
        width: 270px;
        max-width: 100%;
        display: inline-block;
    }

        .benefit .fa{
            position: relative;
            border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            height: 200px;
            width: 200px;
            background-color: #414141;
            font-size: 100px;
            color: #fff;
            margin-bottom: 45px;
        }

            .benefit .fa:before{
                position: absolute;
                top: 50%;
                left: 50%;
                -moz-transform: translatey(-50%) translatex(-50%);
                -ms-transform: translatey(-50%) translatex(-50%);
                -o-transform: translatey(-50%) translatex(-50%);
                -webkit-transform: translatey(-50%) translatex(-50%);
                transform: translatey(-50%) translatex(-50%);

            }

        .benefit a{
            font-size: 24px;
        }

        .benefit span{
            font-size: 24px;
            color: #bb0b27;
            outline: 0;
        }

/*----------------------------------------*/
/*----------- Timeline Section -----------*/
/*----------------------------------------*/
.timeline-section{
    background-color: #fff;
    /*opacity: 0.5;*/
}

    .timeline {
        margin-top: 24px;
        list-style: none;
        padding: 0;
        position: relative;
    }

    .timeline-v-line {
        top: 24px;
        position: absolute;
        width: 5px;
        /*background-color: #eeeeee;*/
       	background-color: #fff;
        left: 50%;
        margin-left: -2.5px;
    }

    @media (max-width:767px){
        .timeline-v-line{
            left: 115px;
        }
    }

    @media (max-width:480px){
        .timeline-v-line{
            left: 65px;
        }
    }

        .timeline > li {
            margin-bottom: 50px;
            position: relative;
        }

        .timeline > li:last-child{
            margin-bottom: 0;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
          content: " ";
          display: table;
        }

        .timeline > li:after {
          clear: both;
        }

            .timeline > li > .timeline-panel {
                width: 50%;
                min-height: 205px;
                float: left;
                text-align: right;
                border-radius: 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                padding-right: 110px;
                padding-left: 10px;
                position: relative;
                padding-top: 40px;
                position: relative;
            }

            .timeline > li.timeline-inverted > .timeline-panel {
                float: right;
                padding-left: 110px;
                padding-right: 10px;
                text-align: left;
            }

            @media (max-width:767px){
                .timeline > li > .timeline-panel{
                    width: 100%;
                    padding-left: 210px;
                    padding-right: 10px;
                    text-align: left;
                    padding-bottom: 10px;
                }

                .timeline > li.timeline-inverted > .timeline-panel{
                    padding-left: 210px;
                    padding-right: 10px;
                    text-align: left;
                }
            }

            @media (max-width:480px){
                .timeline > li > .timeline-panel{
                    padding-left: 110px;
                }

                .timeline > li.timeline-inverted > .timeline-panel{
                    padding-left: 110px;
                }
            }

                .timeline > li > .timeline-panel .timeline-title {
                    margin-top: 0;
                    color: inherit;
                    font-size: 24px;
                    color: #bb0b27;
                }

                .timeline > li > .timeline-panel .timeline-body > p,
                .timeline > li > .timeline-panel .timeline-body > ul {
                    margin-bottom: 0;
                }

                .timeline > li > .timeline-panel .timeline-body > p + p {
                  margin-top: 5px;
                }

                .timeline > li > .timeline-panel .timeline-footer{
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    left: auto;
                    right: 110px;
                    width: calc(100% - 110px);
                    width: -moz-calc(100% - 110px);
                    width: -webkit-calc(100% - 110px);
                    padding-right: 10px;
                    padding-bottom: 5px;
                }

                .timeline > li.timeline-inverted > .timeline-panel .timeline-footer{
                    right: auto;
                    left: 110px;
                }

                @media (max-width: 767px){
                    .timeline > li > .timeline-panel .timeline-footer,
                    .timeline > li.timeline-inverted > .timeline-panel .timeline-footer{
                        left: auto;
                        right: auto;
                        width: 100%;
                        position: relative;
                        padding: 0;
                    }
                }

                @media (max-width: 480px){
                    .timeline > li > .timeline-panel .timeline-footer,
                    .timeline > li.timeline-inverted > .timeline-panel .timeline-footer{
                        left: auto;
                        right: auto;
                        width: 100%;
                        position: relative;
                        padding: 0;
                    }
                }


                    .timeline > li > .timeline-panel .timeline-footer a{
                        font-size: 24px;
                    }

                    .timeline > li > .timeline-panel .timeline-footer a .fa{
                        margin-right: 5px;
                    }

            .timeline > li > .timeline-badge {
                color: #fff;
                width: 200px;
                height: 200px;
                font-size: 1.4em;
                text-align: center;
                position: absolute;
                left: 50%;
                -moz-transform: translatex(-50%);
                -ms-transform: translatex(-50%);
                -o-transform: translatex(-50%);
                -webkit-transform: translatex(-50%);
                transform: translatex(-50%);

                background-color: #414141;
                z-index: 100;
                border-radius: 100%;
                -moz-border-radius: 100%;
                -webkit-border-radius: 100%;
		        /*border: 10px solid #eeeeee;*/
		       	border: 10px solid #fff;
            }

            @media (max-width:767px){
                .timeline > li > .timeline-badge {
                    left: 0;
                    -moz-transform: translatex(0%);
                    -ms-transform: translatex(0%);
                    -o-transform: translatex(0%);
                    -webkit-transform: translatex(0%);
                    transform: translatex(0%);
                }
            }

            @media (max-width:480px){
                .timeline > li > .timeline-badge {
                    -moz-transform: translatex(-25%) translatey(-25%) scale(0.5);
                    -ms-transform: translatex(-25%) translatey(-25%) scale(0.5);
                    -o-transform: translatex(-25%) translatey(-25%) scale(0.5);
                    -webkit-transform: translatex(-25%) translatey(-25%) scale(0.5);
                    transform: translatex(-25%) translatey(-25%) scale(0.5);
                }
            }



                .timeline > li > .timeline-badge > .tb-month{
                    font-size: 45px;
                    color: #bb0b27;
                    line-height: 1;
                }

                .timeline > li > .timeline-badge > .tb-date{
                    font-size: 75px;
                    line-height: 1;
                }


/*----------------------------------------*/
/*--------- Profile Links Section --------*/
/*----------------------------------------*/
.profiles-section{
    padding-top: 20px;
    padding-bottom: 18px;
    background-color: #EEEEEE;
}

    .profiles-section a{
        display: block;
        text-align: center;
        font-size: 44px;
        margin-top: 10px;
        margin-bottom: 10px;
        color: #fff;
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
    }

        .profiles-section a.facebook{
            background-color: #3A5695;
        }

        .profiles-section a.twitter{
            background-color: #55ACEF;
        }

        .profiles-section a.googleplus{
            background-color: #E04A39;
        }

        .profiles-section a.rss{
            background-color: #F69137;
        }

/*----------------------------------------*/
/*------------ Footer Section ------------*/
/*----------------------------------------*/
.footer-section{
    color: #fff;
    background-color: #414141;
    padding: 45px 0px;
}

    .footer-section h3{
        font-size: 24px;
        margin-top: 10px;
        margin-bottom: 0;
    }
	.footer-section h3 a {
		color: #fff;
		text-decoration: none;
	}
    .footer-links{
        padding: 0;
        margin-top: 0;
        list-style: none;
        margin-top: 10px;
        margin-bottom: 5px;
    }

        .footer-links li{
            margin-bottom: 3px;
        }

            .footer-links li a{
                display: block;
                color: #fff;
                font-size: 16px;
            }

/*----------------------------------------*/
/*---------- CopyRights Section ----------*/
/*----------------------------------------*/
.copyrights-section{
    color: #fff;
    padding: 16px 0px;
    background-color: #353535;
}

    .copyrights-section p{
        font-size: 17px;
        margin:0;
    }

    @media (max-width:400px){
        .copyrights-section p{
        	text-align: center !important;
        	float:none !important;
        }
    }


/*----------------------------------------*/
/*------ Domains Content-1 Section -------*/
/*----------------------------------------*/
.domain-content-1{
    padding-bottom: 0px;
    background-color: #fff;
}
/*----------------------------------------*/
/*-------- Domains Search Section --------*/
/*----------------------------------------*/
.search-domain-section{
    background-color: #eeeeee;
}

    .search-domain-form{
        font-size: 24px;
        padding-top: 20px;
    }

        .p-www{
            margin: 0;
            text-align: right;
            padding: 5px 0;
        }

/*----------------------------------------*/
/*---------- Top Domains Section ---------*/
/*----------------------------------------*/
.top-domain{
    position: relative;
    /*width: 100%;*/
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

    @media (max-width: 991px){
        .top-domain{
            width: 25%;
        }
    }

    @media (max-width: 767px){
        .top-domain{
            width: 33.3334%;
        }
    }

    @media (max-width: 767px){
        .top-domain{
            width: 50%;
        }
    }


    .top-domain-inner{
        position: relative;
        text-align: center;
        background-color: #eeeeee;
    }

        .top-domain-header{
            font-size: 40px;
            padding-top: 20px;
            padding-bottom: 10px;
            margin:0;
        }
        .top-domain-header-ntld{
            font-size: 30px;
            padding-top: 20px;
            padding-bottom: 10px;
            margin:0;
        }

        .top-domain-price{
            margin:0;
            padding-top: 10px;
            padding-bottom: 20px;
        }

        .top-domain-footer{
            margin:0;
            padding-top: 0px;
            padding-bottom: 3px;
            background-color: #bb0b27;
            color: #fff;
        }

/*----------------------------------------*/
/*------ Hosting Content-1 Section -------*/
/*----------------------------------------*/
.hosting-content-1{
    background-color: #fff;
}


/*----------------------------------------*/
/*------- Hosting Overview Section -------*/
/*----------------------------------------*/
.hosting-overview-section{
    background-color: #eeeeee;
    padding-bottom: 90px;
}

    .hosting-overview-part1{
        /*background-color: #fff;*/
        position: relative;
    }
    .hosting-overview-part3{
        /*background-color: #fff;*/
        position: relative;
    }

    @media (max-width:767px){
        .hosting-overview-part1{
            background-color: #eee;
        }
		.cms-hosting .hosting-overview-part1{
            background-color: #fff;
        }
		.ho-col {
			border-top: 10px solid white;
		}
    }

        .hosting-overview-header{
            position: relative;
            margin-top: 10px;
            background-color: #fff;
            color: #414141;
            /*text-align: center;*/
            padding-left: 5%;
            padding-right: 5%;
            padding-bottom: 25px;
            padding-top: 25px;
        }

		.hosting-overview-header.product{
			text-align:center !important;
		}

		.cms-hosting .hosting-overview-header.product{
			text-align:left !important;
			padding-left: 10px;
			line-height: 1.5;
		}
		.cms-hosting .hosting-overview-header.product.pitems3{
			padding-left: 30px;
		}
	    @media (max-width:767px){
	    	.bg-grad .section-title {
	    		color: #414141 !important;
	    	}
			.cms-hosting .bg-light {
				background-color: #f7f7f7 !important;
			}
			.cms-hosting .bg-dark {
				background-color: #eeeeee !important;
			}
			.cms-hosting.bg-grad {
				background: #FFFFFF !important;
			}
		}
		@media (max-width: 991px){
			.cms-hosting .hosting-overview-header.product{
				padding-left: 5px !important;
			}
		}
		.cms-hosting .hosting-overview-header.product p {
			display: inline;
		}
		.cms-hosting .bg-light div {
			background-color: #f7f7f7 !important;
		}
		.cms-hosting .bg-dark div {
			background-color: #eeeeee !important;
		}
		.cms-hosting .hosting-overview-header {
			background-color: inherit;
		}
		.cms-hosting .hosting-overview-footer{
			background-color: inherit;
		}
		.cms-hosting.hosting-overview-section {
			background-color: #ffffff;
		}
		.cms-hosting .pricebox {
			/*border-top: 3px solid #ffffff;
			border-right: 10px solid #ffffff;*/
		}

		.hosting-overview-header.product .hoh-li .fa	{
			margin-right: 0px;
		}
		.hosting-overview-header.product h3.top a{
			color: #bb0b27;
          	text-decoration: none;
		}
		.hosting-overview-header.product h3 a{
			color: #414141;
          	text-decoration: none;
		}
		.hosting-overview-header.product h3{
			font-weight: 700;
		}
		.hosting-overview-header.product .hoh-li.webspace {
			font-weight: 700;
		}
		.monthchf-price {
			color: #707070;
			display: inline-block;
			font-size: 14px;
			line-height: 1.1;
			padding-left: 3px;
			width: 10px;
		}
		.btn-top {
			background-color: #bb0b27;
		}

		.hosting-overview-header.sitebuilder-description {
		    margin-top: 222px;
		    text-align: left !important;
		}

		@media (max-width: 991px){
			.hosting-overview-header.sitebuilder-description {
			    margin-top: 293px;
			    text-align: left !important;
			}
		}

		.hosting-overview-header.sitebuilder-specs {
		    text-align: center !important;
		}

		.hosting-overview-body .fa-remove {
		    color: #414141;
		}
		.hosting-overview-header.sitebuilder-specs .fa-remove {
		    color: #b9002a;
		}

            .hosting-overview-header h3{
                font-size: 34px;
                margin: 0;
            }

            .hoh-li{
                margin-top: 20px;
            }

            .hoh-li .fa{
                margin-right: 10px;
            }
			.hoh-li .fa.disabled {
				color: #B7B7B7;
			}

        .hosting-overview-body{
            position: relative;
            font-size: 16px;
            background-color: #414141;
            color: #414141;
            padding-top: 16px;
            padding-bottom: 1px;
            padding-left: 5%;
            padding-right: 5%;
            text-align:center !important;
        }
        .hosting-overview-body.sitebuilder{
        	background-color: #fff;
        }

		.hosting-overview-body.sitebuilder .hoh-li {
		    border-bottom: 1px solid #414141;
		    margin-top: 15px;
		    padding-bottom: 15px;
		}
		.hosting-overview-body.sitebuilder .hoh-li.no-border {
			margin-top:0px;
			padding-bottom: 0;
			border:none;
		}
		.hosting-overview-footer.sitebuilder-heading{
			padding: 0px 5% 15px;
			background-color: #fff;
		}
		.sitebuilder .hosting-overview-footer {
			padding: 0px;
		}

            .hob-li{
                position: relative;
                margin-bottom: 15px;
                padding-left: 30px;
            }

                .hob-li .fa{
                    position: absolute;
                    top: 5px;
                    left: 0;
                    width: 30px;
                    text-align: center;
                }

        .hosting-overview-footer{
            position: relative;
            padding-left: 5%;
            padding-right: 5%;
            padding-bottom: 25px;
            padding-top: 10px;
            background-color: #fff;
            color: #414141;
            margin-bottom: 10px;
            text-align: center;
        }

            .hof-li{
                /*margin-bottom: 10px;*/
                text-align: center;
            }

                .hof-li .fa{
                    margin-right: 10px;
                }

            .hof-a{
                display: inline-block;
                color: #414141;
                font-size: 16px;
                padding: 15px 0;
            }
            .hof-a2{
                display: inline-block;
                color: #414141;
                font-size: 16px;
            }

            .hof-a:hover,
            .hof-a:focus{
                color: #414141;
            }

            .hosting-overview-footer .btn-swk{
                max-width: 270px;
                margin: 10px auto 0;
            }

    .hosting-overview-part2{
        background-color: #414141;
        position: relative;
        text-align: center;
        padding-top: 35px;
        padding-bottom: 20px;
    }

        .hop2-inner{
            display: inline-block;
        }

        .hop2-li{
            position: relative;
            margin-bottom: 15px;
            padding-left: 50px;
            text-align: left;
            color: #fff;

        }

            .hop2-li .fa{
                position: absolute;
                top: 5px;
                left: 0;
                width: 50px;
                text-align: center;
            }

    .border-left-sm{
        border-left: 1px solid #ddd;
    }

    .border-right-sm {
		border-right: 1px solid #fff;
	}
	.white-spacer-right {
		border-right: 10px solid white;
	}

    @media (max-width: 767px){
        .border-left-sm{
            border-left: none;
        }
    }

/*----------------------------------------*/
/*------ Hosting Content-2 Section -------*/
/*----------------------------------------*/
.hosting-content-2{
    background-color: #fff;
}

/*----------------------------------------*/
/*------ Hosting Content-3 Section -------*/
/*----------------------------------------*/
.hosting-content-3{
    background-color: #fff;
}

/*----------------------------------------*/
/*-------- Hosting Details Section -------*/
/*----------------------------------------*/
.hosting-details-section{
    background-color: #eeeeee;
    padding-bottom: 0;
}

    #accordion-allgemein{
        padding-top: 0;
        /*padding-bottom: -1px;*/
    }

    .accordion-body .accordion .accordion-title{
        font-size: 20px;
    }

/*----------------------------------------*/
/*------ Hosting Content-4 Section -------*/
/*----------------------------------------*/
.hosting-content-4{
    background-color: #fff;
}

    .hosting-content-4 ol li{
        margin-bottom: 5px;
    }


/*----------------------------------------*/
/*----------- Services Content -----------*/
/*----------------------------------------*/
.services-img {
    display: block;
    width: 50%;
    margin-left: 70px;
    margin-bottom: 20px;
}

/*----------------------------------------*/
/*-------- FAQ Content-1 Section ---------*/
/*----------------------------------------*/
.faq-content-1{
    background-color: #fff;
}

/*----------------------------------------*/
/*--------- FAQ Category Section ---------*/
/*----------------------------------------*/
.faq-category-section{
    background-color: #eeeeee;
}

    .faq-category,
    .faq-sub-category{
        display: block;
        position: relative;
        text-decoration: none;
        width: 100%;
        padding-bottom: 58.7%;
        background-color: #414141;
        margin: 10px auto;
        color: #fff;
        transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -webkit-transition: all 0.15s ease-in-out;
    }

    .faq-sub-category{
        padding-bottom: 45%;
    }

    .faq-category:hover,
    .faq-category:active,
    .faq-category.active-cat,
    .faq-sub-category:hover,
    .faq-sub-category:active,
    .faq-sub-category.active-cat{
        text-decoration: none;
        color: #fff;
        background-color: #bb0b27;
    }

    .faq-category:focus,
    .faq-sub-category:focus{
        color: #fff;
        text-decoration: none;
    }

        .faq-category-inner{
            position: absolute;
            width: 100%;
            top: 50%;
            -moz-transform: translatey(-50%);
            -ms-transform: translatey(-50%);
            -o-transform: translatey(-50%);
            -webkit-transform: translatey(-50%);
            transform: translatey(-50%);
            text-align: center;
        }

            .faq-category .fa{
                font-size: 50px;
            }

            .faq-category p{
                margin: 10px 0 0;
                text-align: center;
                line-height: 1;
                font-size: 18px;
            }

            .faq-sub-category p{
                margin: 0;
                font-size: 20px;
                padding-left: 5px;
                padding-right: 5px;
                text-overflow: "...";
                overflow: hidden;
            }

/*----------------------------------------*/
/*-------- FAQ Content-2 Section ---------*/
/*----------------------------------------*/
.faq-content-2{
    background-color: #fff;
}

/*----------------------------------------*/
/*--------- Find Answer Section ----------*/
/*----------------------------------------*/
.find-answer-section{
    background-color: #414141;
    padding-top: 70px;
    padding-bottom: 70px;
}



/*----------------------------------------*/
/*-------- FAQ Content-3 Section ---------*/
/*----------------------------------------*/
.faq-content-3{
    background-color: #fff;
}

    .faq-content-3 ul li a{
        color: inherit;
    }

/*----------------------------------------*/
/*---------- Need Help Section -----------*/
/*----------------------------------------*/
.need-help-section{
    background-color: #fff;
}

    .need-help-section form{
        padding-top: 20px;
    }

/*----------------------------------------*/
/*------- Troubleshooting Section --------*/
/*----------------------------------------*/
.troubleshooting-section{
    background-color: #414141;
}

    .troubleshooting-section form{
        padding-top: 20px;
    }


/*----------------------------------------*/
/*------- Support Overview Section -------*/
/*----------------------------------------*/
.support-overview-section{
    background-color: #fff;
}

    .support-overview{
        position: relative;
        padding-bottom: 60px;
        min-height: 270px;
        margin: 15px auto;
    }

        .so-btn-row{
            position: absolute;
            width: 100%;
            bottom: 3px;
        }

.remotesupport {
    background-color: white;
}
.remotesupport a.googleplus {
    background-color: #bb0b27;
}
.remotesupport a:hover {
    text-decoration:none;
}
.remotesupport a:visited {
    text-decoration:none;
}
/*----------------------------------------*/
/*------ Support Content-1 Section -------*/
/*----------------------------------------*/
.support-content-1{
    background-color: #fff;
}

/*----------------------------------------*/
/*------ Blog Section -------*/
/*----------------------------------------*/

.hosting-blog-content-1{
    background-color: #fff;
}
.hosting-blog-content-2{
    background-color: #eeeeee;
}
.hosting-blog-content-2 .fa{
    color:#bb0b27;
    margin-top: 15px;
}
.mleft{
    margin-left:10px;
}

.blog-form{
    margin-bottom:35px;
}
.rss{
    color:#bb0b27;
}

.hosting-tables .table{
    margin-bottom: 0;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {

    border-top: none;
    font-size: 20px;
}

.blog-content-2{
    background-color: #eeeeee;
}
.blog-sub-title{
    text-align: center;
    margin-top: -25px;
    margin-bottom: 30px;
}

/*----------------------------------------*/
/*------ Blog Section -------*/
/*----------------------------------------*/

.blog-tags-content{
    background-color: #eeeeee;
}

.blog-tags-content .fa{
    color:#bb0b27;
}

.blog-tags{
    margin-bottom: 20px;
}
    .blog-tags .blog-fa{
        min-width: 30px;
    }

    .blog-align{
        padding-left:34px;
    }

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #bb0b27;
    border-color: #bb0b27;
}

.pagination > li > a, .pagination > li > span {
    color: #bb0b27;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #bb0b27;
}

/*----------------------------------------*/
/*-------- Status Details Section --------*/
/*----------------------------------------*/

.status-row{
    font-size: 20px;
    padding:25px 0;
    border-bottom: 1px solid #414141;
}

    .status-inner:after{
        position: relative;
        clear: both;
        content: " ";
        height: 0;
        display: block;
    }

.status-row.status-row-last{
    padding:15px 0;
    border-bottom: none;
}

.update-details{
    background-color: #eeeeee;
    padding: 10px;
    margin-bottom: 10px;

}

    .update-details p{
        margin: 0;
    }

    .ud-time{
        font-weight: bold;
        position: relative;
    }
/*
    .ud-time:before{
        display: block;
        position: absolute;
        right: 28px;
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 0.75%;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }*/

    .signal.signal-green .fa-circle,
    .signal.signal-red .fa-circle,
    .signal.signal-orange .fa-circle{

    }

    .signal .fa-circle{
        float: left;
        margin-right: 5px;
        font-size: 65%;
        margin-top: 10px;
    }

    .signal-green .fa-circle{
        color:#00d605;
    }

    .signal-red .fa-circle, .signal-red{
        color:#b9002a;
    }

    .signal-orange .fa-circle{
        color:orange;
    }


.white-bg .accordion-heading{
    color: #c75b63;
    background-color: #eeeeee;
    }

.accordion-title .fix{

    padding-left: 0;
}


.accordion-sub{
    color:#414141;
    font-size: 16px;
}

.black{
    color:#414141;
    padding-top: 10px;
}


/*----------------------------------------*/
/*------- Status Overview Section --------*/
/*----------------------------------------*/
.status-info-box{
    position: relative;
    background-color: #eeeeee;
    padding: 28px;
    margin: 15px auto;
}

.status-info-box:after{
    display: block;
    position: absolute;
    right: 28px;
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    top: 50%;
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    -webkit-transform: translatey(-50%);
    transform: translatey(-50%);
}

    .sib-a{
        /*display: block;*/
    }

    .sib-a:after{

    }

    .sib-date{
        font-size: 16px;
        margin: 5px 0 0;
        padding: 0;
        color: #414141;
    }


/*----------------------------------------------------------------------------------*/
/*---------------------------- Bootstrap Awesome Checkbox --------------------------*/
/*----------------------------------------------------------------------------------*/
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  line-height: 17px;
  left: 0;
  top: 6px;
  margin-left: -20px;
  border: 1px solid #414141;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 16px;
  line-height: 16px;
  left: 0;
  top: 6px;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
    margin-top: 6px;
    margin-left: -20px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #337ab7;
  border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-swk input[type="checkbox"]:checked + label::before,
.checkbox-swk input[type="radio"]:checked + label::before {
  background-color: #bc172a;
  border-color: #bc172a;
}
.checkbox-swk input[type="checkbox"]:checked + label::after,
.checkbox-swk input[type="radio"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}
.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 6px;
  margin-left: -20px;
  border: 1px solid #414141;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}
.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 9px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    position: absolute;
    margin-top: 6px;
    margin-left: -20px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}
.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}

.radio-swk input[type="radio"] + label::after {
  background-color: #bc172a;
}
.radio-swk input[type="radio"]:checked + label::before {
  border-color: #bc172a;
}
.radio-swk input[type="radio"]:checked + label::after {
  background-color: #bc172a;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.swk-map-filter-box{
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 25px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
}

.swk-map-filter-box .form-group > label{
    display: block;
    /*margin-bottom: 0;*/
}

.swk-map-filter-price{
    display: inline-block;
    margin-top: 0;
    text-align: center;
    margin-right: 10px;
    line-height: 1;
}

.swk-map-filter-box .checkbox-swk{
    margin: 0;
}

.swk-map-filter-box .checkbox-swk label{
    padding-left: 0;
}

.swk-map-filter-box .swkpicker{

}

.swk-map-filter-box .swkpicker .dropdown-menu li a:before{
    display: inline-block;
    height: 1.5em;
    width: 1.5em;
    border: 1px solid #000;
    border-radius: 3px;
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    color: transparent;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 0.7em;
    text-align: center;
    line-height: 1.25em;
}
.swk-map-filter-box .swkpicker .dropdown-menu li.selected a:before{
    color: inherit;
}
.swk-map-filter-box .swkpicker.show-tick .dropdown-menu li.selected a span.check-mark{
    display: none !important;
}
.infomap {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0px;
}
.bg-grad {
	background: #bb0b27;
	background: -moz-linear-gradient(-45deg, #bb0b27 10%, #0060a0 100%);
	background: -webkit-linear-gradient(-45deg, #bb0b27 10%,#0060a0 100%);
	background: linear-gradient(135deg, #bb0b27 10%,#0060a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0b27', endColorstr='#0060a0',GradientType=1 );
}
.fa-grad {
	background: #bb0b27;
	background: -moz-linear-gradient(-45deg, #bb0b27 10%, #0060a0 100%);
	background: -webkit-linear-gradient(-45deg, #bb0b27 10%,#0060a0 100%);
	background: linear-gradient(135deg, #bb0b27 10%,#0060a0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bb0b27', endColorstr='#0060a0',GradientType=1 );
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.fa-grad-gray {
	background: #414141;
	background: -moz-linear-gradient(-45deg, #414141 0%, #8c8c8c 100%);
	background: -webkit-linear-gradient(-45deg, #414141 0%,#8c8c8c 100%);
	background: linear-gradient(135deg, #414141 0%,#8c8c8c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#8c8c8c',GradientType=1 );
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.fa-65 {
	font-size: 65px;
}
.bg-grad .section-title {
	color: #FFFFFF;
}
.white-shadow {
	background-color: #FFFFFF;
	box-shadow: 0 2px 5px rgba(0,0,0,.6);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.6);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.6);
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.faq-category-section h2.section-sub-title {
    text-align: center;
}