

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #1e1d32;
	font-family: 'Roboto', sans-serif;
    font-weight: lighter;
    font-size: 16px;
	color: #ffffff;
	overflow-x: hidden;
}

a, a:visited {
	color: #3dd0d8;
	text-decoration: none;
}

a:hover {
	color: #3dd0d8;
}

a.button:hover {
	color: #FFFFFF;
}

a img {
	border: none;
}

hr {
    border: 0;
    height: 1px;
    background-color: rgba(194, 212, 248, .2);
}

input, textarea {
    padding: 5px;   
    border: 1px solid #000000;
    
    /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);    
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF');
    
    /*Applying CSS 3radius*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
    /*Applying CSS3 box shadow*/
	width: 95%;

}
textarea:hover, input:hover
{
    border:1px solid #cccccc;
}
textarea:focus, input:focus
{
    box-shadow:0 0 2px #84BBF3;
}

.header a, .header a:visited {
	color: #333333;
	text-decoration: none;
}

.header a:hover {
	color: #008FD5;
}

.main_container {
	width: 100%;
}

.centerContainer {
	width: 100%;
	margin: 0 auto;
}

.centerContainer .sliderimg {
    position: relative;
    width: 100%;
    /*margin-top: -300px;*/ /* Half the height */
    z-index: -1;
    top: -12vw;
}

.centerContainer .slider-helper {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    
}

.centerContainer .slider-wrapper {
    overflow: hidden;
    width: 100%;
    height: 50vw;
    -moz-box-shadow: inset 0 0px 80px -40px #1e1d32,
        inset 0 -80px 80px -20px #1e1d32;
	-webkit-box-shadow: inset 0 0px 80px -40px #1e1d32,
        inset 0 -80px 80px -20px #1e1d32;
	box-shadow: inset 0 0px 80px -40px #1e1d32,
        inset 0 -80px 80px -20px #1e1d32;
    
    
    margin: 0 auto;
}

.header {
	width: 100%;
	position: relative;
}

@media only screen and (max-width: 1379px) and (min-width: 1251px) {
    ul#navigation li a {
        padding: 11px 15px !important;
    }
    
}

@media only screen and (max-width: 1250px) {
    ul#navigation li a {
        padding: 11px 15px !important;
    }
    ul#navigation {
        text-align: left !important;
    }
}

@media only screen and (max-width: 920px) {
    .header .account {
        right: 10px !important;
    }
}

.nav-burger-bar, #nav-burger-content {
    display: none;
}

.join-discord-pc {
	display: block;
}

/*burgermenu*/
@media only screen and (max-width: 825px) {
    
    .join-discord {
		display: block;
        top: 40px !important;
	}
	.join-discord div {
		font-size: 15px !important;
	}
    
    .languages {
        z-index: 99999999999;
        position: fixed !important;
        left: 10px !important;
        top: 15px !important;
    }

    .footer span {
        position: relative;
        top: 30px;
        font-size: 12px;
    }
    
    .discord-badge img {
        height: 110px !important
    }
    
    .header {
        position: relative;
        margin-top: 40px;
    }
    
    .header .menu {
        display: none;
    }
    
    .nav-burger-bar {
        display: block;
    }
    
    .nav-burger-bar {
        border-bottom: 1px solid rgba(194, 212, 248, .2);
        background-color: rgba(52, 30, 90, .9);
        height: 30px;
        position: fixed;
        top: 0;
        z-index: 9999999999;
        width: 100vw;
        text-align: center;
        padding-top: 10px;
    }
    
    .burger-menu-button {
        position: absolute;
        right: 10px;
        top: 2px;
        width: 40px;
        height: 35px;
        cursor: pointer;
        /*border: 1px solid rgba(194, 212, 248, .2);*/
    }
    
    .burger-menu-button .line1 {
        width: 100%;
        height: 6px;
        background-color: #ffffff;
        position: relative;
        top: 5px;
        display: block;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    .burger-menu-button .line2 {
        width: 100%;
        height: 6px;
        background-color: #ffffff;
        position: relative;
        top: 9px;
        display: block;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    .burger-menu-button .line3 {
        width: 100%;
        height: 6px;
        background-color: #ffffff;
        position: relative;
        top: 9px;
        display: block;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    
    #nav-burger-content a,#nav-burger-content a:visited{
        color: #ffffff;
    }
    
    #nav-burger-content {
        position: fixed;
        top: 40px;
        z-index: 999999999999;
        width: 100vw;
        font-weight: bold;
        text-align: center;
    }
    
    #nav-burger-content li {
        height: 40px;
        display: block;
        line-height: 40px;
        border-bottom: 1px solid rgba(194, 212, 248, .2);
        background-color: rgba(30, 30, 49, .9);
        background-repeat: repeat-x;
    }
}

.header .menu {
	width: 100%;
	height: 140px;
	background-image: url(../images/design/image_05.png);
	background-repeat: repeat-x;
	position: absolute;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    max-height: 110px;
    font-size: 14px;
}

.header .titel {
	width: 100%;
	height: 62px;
	background-image: url(../images/design/image_14.png);
	background-repeat: repeat-x;
	position: absolute;
	bottom: 0;
    display: none;
}

.header .titel .text{
	margin: 0 auto;
	width: 290px;
	height: 62px;
}

.header .titel .text img{
	width: 100%;
	height: 100%;
}


.centerContainer .container {
    width: 100%;
    max-width: 1173px;
    margin: 0 auto;
}

.main-title-label {
    font-size: 36px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    display: block;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 50px 0 30px 0;
}

.customButton.mainShowAllPackages {
    text-transform: uppercase;
}

.content {
	background-color: #1e1d32;
	min-height: 550px;
	padding: 20px 40px 20px 40px;
	position: relative;
}

.main-content {
	background-color: #1e1d32;
	min-height: 550px;
	position: relative;
}

.block-with-box-right {
    background-image: url(../images/design/block_with_box_right.png);
    background-repeat: no-repeat;
    width: 1230;
    height: 590px;
    padding: 70px 0 0 80px;
}

.block-with-smaller-box-right {
    background-image: url(../images/design/block_with_smaller_box_right.png);
    background-repeat: no-repeat;
    width: 1230;
    height: 590px;
    padding: 70px 0 0 80px;
}

/*small screen, every first*/
@media only screen and (max-width: 788px) {
    .featureBox {
        margin: 30px 0 0 0 !important;
        float: none !important;
    }
    
    .featuresList {
        max-width: 371px !important;
    }
    
    
    .priceBox {
        margin: 30px 0 0 0 !important;
        float: none !important;
    }
    
    .pricingPlans {
        max-width: 371px !important;
    }
}

/*mid screen, every second*/
@media only screen and (min-width: 789px) and (max-width: 1189px) {
    .featureBox:nth-child(2n) {
        margin: 30px 0 0 0 !important;
    }
    
    .featuresList {
        max-width: 772px !important;
    }
    
    .priceBox:nth-child(2n) {
        margin: 30px 0 0 0 !important;
    }
    
    .pricingPlans {
        max-width: 772px !important;
    }
}

/*large screen, every third*/
@media only screen and (min-width: 1190px) {
    .featureBox:nth-child(3n) {
        margin: 30px 0 0 0 !important;
    }
    
    .priceBox:nth-child(3n) {
        margin: 30px 0 0 0 !important;
    }
    
}

.featureBox {
    background-image: url(../images/design/feature_box.png);
	height: 539px;
	width: 371px;
	background-repeat: repeat-x;
	color: #ffffff;
    float: left;
    margin: 30px 30px 0 0;
    position: relative;
}



@media only screen and (max-width: 510px) {
    .prefooter .likeButtons {
        margin-left: 0 !important;
    }
}


@media only screen and (max-width: 1349px) {
    .block-with-smaller-box-right {
        height: unset !important;
        margin-bottom: 40px;
        background-image: none;
        background-color: #292845;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        max-width: 1173px;
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .block-with-smaller-box-right .main-left {
        float: none !important;
        text-align: left;
        padding: 30px 0 30px 30px;
        width: 90%;
    }
    .block-with-smaller-box-right .main-right {
        position: unset !important;
    }
    .roundedCornersBoxSmaller {
        margin-top: 0 !important;
        margin: 40px auto;
        width: 100% !important;
        max-width: 570px;
    }
    .roundedCornersBoxSmaller img {
        height: auto;
        width: 100%;
        max-width: 570px;
    }
}


.featureBox .screenshot {
    width: 371px;
    height: 270px;
    overflow: hidden;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
}

.featureBox .screenshot img {
    height: 270px;
    width: 100%;
}

.featureBox .title {
    font-size: 28px;
    text-align: center;
    margin-top: 30px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

.featureBox .new-flag {
    position: absolute;
    top: 278px;
    left: 10px;
    color: #68dde3;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.colorOverlay {
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3dd0d8+0,9053e9+100&0.4+1,0.3+100,0.4+100 */
    background: -moz-linear-gradient(-45deg, rgba(61,208,216,0.4) 0%, rgba(62,207,216,0.4) 1%, rgba(144,83,233,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(61,208,216,0.4) 0%,rgba(62,207,216,0.4) 1%,rgba(144,83,233,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(61,208,216,0.4) 0%,rgba(62,207,216,0.4) 1%,rgba(144,83,233,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663dd0d8', endColorstr='#669053e9',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.colorOverlay:hover {
    background: none; /* FF3.6-15 */
    filter: none; /* IE6-9 fallback on horizontal gradient */
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.featureBox .stars {
    position: absolute;
    bottom: 40px;
    left: 145px;
}

.featureBox .text {
    padding: 20px;
    text-align: center;
    
}

.featuresList {
    max-width:1173px;
    margin: 0 auto;
}

.pricingPlans {
    position: relative;
    max-width:1173px;
    margin: 0 auto;
}

.priceBox {
    background-image: url(../images/design/blank_box.png);
	height: 555px;
	width: 371px;
	background-repeat: repeat-x;
	color: #ffffff;
    float: left;
    margin: 0 30px 0 0;
    position: relative;
    text-align: center;
}

.priceBox.last {
    margin: 0 0 0 0 !important;
}

.priceBox .title {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    margin: 20px 0 20px 0;
}

.priceBox .price {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    padding: 30px 0 30px 0;
}

.priceBox .text {
    text-align: center;
    line-height: 60px;
    width: 70%;
    margin: 30px auto 30px;
}

.priceBox .customButton {
    text-transform: uppercase;
}

.priceBox .text .line {
    border-bottom: 1px solid rgba(194, 212, 248, .2);
    width: 100%;
}

.priceBox .text .line:last-of-type {
    border-bottom: none;
}

.main-show-all-packages-button {
    text-align: center;
    margin: 30px 0 60px 0;
}

.prefooter {
	min-height: 300px;
	width: 100%;
	color: #ffffff;
    margin: 0 auto;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3dd0d8+0,9053e9+100&1+1,0.3+100,1+100 */
    background: -moz-linear-gradient(left, rgba(61,208,216,1) 0%, rgba(62,207,216,1) 1%, rgba(144,83,233,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(61,208,216,1) 0%,rgba(62,207,216,1) 1%,rgba(144,83,233,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(61,208,216,1) 0%,rgba(62,207,216,1) 1%,rgba(144,83,233,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dd0d8', endColorstr='#9053e9',GradientType=1 ); /* IE6-9 */
    overflow: hidden;
    
}

.footer {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.footer-content-wrapper {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 36vw;
}

.footer-content {
    max-width: 1173px;
    width: 100%;
    
    margin: 0 auto;
    position: relative;
    z-index: 1;
    height: 100%;
}

.footernav {
    position: absolute;
    bottom: 25vw;
    right: 0;
}

.alternativeSliderView {
    /*margin-top: -240px !important;*/
    top: -12vw !important;
}

.sliderNoShadow {
    -moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.footerline {
    width: 100%;
    height: 80px;
    border-top: 1px solid rgba(194, 212, 248, .2);
    position: absolute;
    text-align: center;
    bottom: 0;
}

.centerContainer .footer-helper picture {
    /*position: absolute;
    bottom: 0;
    z-index: 0;
    left: 0;*/
}

.centerContainer .footer-helper {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    position: relative;
    
}

.centerContainer .footer-wrapper {
    overflow: hidden;
    margin: 0 auto;
    height: 36vw;
}


.centerContainer .footerimg {
    position: relative;
    width: 100%;
    z-index: -1;
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    bottom: 28vw;
    /*box-shadow: 
        inset 80px 0px 80px -40px #1e1d32,
        inset -80px 0 80px -20px #1e1d32;*/
    
}

.centerContainer .footerimg.noflip {
    -webkit-transform: none;
    transform: none;
}

.footer span {
	position: relative;
    top: 30px;
}

h1,h2,h3,h4 {
	font-family: 'Montserrat', sans-serif;
}

.content h1,.content h2, .content h3, .content h4 {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 5px;
	border-bottom: 4px solid rgba(194, 212, 248, .2);
	width: auto;
}


/* Navigation */

/* Main Navigation */
#nav {
	position:relative;
    z-index: 5;
}

ul#navigation {
    position: relative;
    top: 40px;
    text-align: center;
}

ul#navigation li {
	display:inline;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	position:relative;
}

ul#navigation li a {
	padding: 11px 25px;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.2s linear, background 0.2s linear;
}

ul#navigation li a:hover {
	color: #3dd0d8;
}

.admin-menu-link {
    color: #8553d0 !important;
}

.admin-menu-link:hover {
    color: #3dd0d8 !important;
}

ul#navigation li a.first {
	border-left: 0 none;
}

ul#navigation li a.last {
	border-right: 0 none;
}

ul#navigation li:hover > a {
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
/*these 2 styles are very important, 
being the ones which make the drop-down to appear on hover */
	visibility:visible;
	opacity:1;
}

ul#navigation ul:first, ul#navigation ul li ul:first {
    
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
    margin: 0;
/*the next 2 styles are very important, 
being the ones which make the drop-down to stay hidden */
    visibility:hidden;
    opacity:0;
    position: absolute;
    z-index: 99999;
	width:180px;
    left: -40px;
    top: 25px;
    text-align: center;
/* css3 transitions for smooth hover effect */
	-webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear; 	
}

ul#navigation2 {
    list-style: none;
}

#navigation2 li {
    float: right;
    margin-left: 5px;
}

#navigation .logout {
    color: red !important;
}

#navigation .logout:hover {
    color: #3dd0d8 !important;
}

ul#navigation ul {
    padding-top: 34px;
}

ul#navigation ul li ul {
    position: relative;
    left: 181px; /* strong related to width:180px; from above */
}

ul#navigation ul li {
	clear:both;
	width:100%;
	border:0 none;
}

ul#navigation ul li a {
	background-color:#1e1d32;
	padding:16px 15px;
	color:ffffff;
	text-decoration:none;
	display:inline-block;
	border:0 none;
	float:left;
	clear:both;
	width:180px;
}



/* Account Navigation*/

ul#navigation.account {
	position: absolute;
	left: 0;
	top: 0;
}

ul#navigation.account li {
	display:block;
	float: none;
	border-top: none;
	border-bottom: 1px solid rgba(194, 212, 248, .2);
}

ul#navigation.account li a{
	border-left: 0 none;
	width: 120px;
}

/* Navigation END */


.menu .navigation {
	margin-left: 20px;
}

.menu .navigation a, .menu .navigation a:visited{
	margin-right: 60px;
	color: #333333;
	height: 32px;
	display: inline-block;
	padding-top: 8px;
}

.menu .navigation a:hover{
	color: #008fd5;
}

.burger-menu-logo {
    height: 25px;
    /*background-color: #fff;*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
}

.header-menu-logo-absolute {
    height: 100px;
    position: absolute;
    left: 15px;
    top: 7px;
    display: none;
}

.header-menu-logo {
    height: 100px;
    float: left;
    top: -44px;
    position: relative;
    margin-right: 25px;
}

.burger-logo-title {
    width: 135px;
    margin: 0 auto;
    position: relative;
}


.header .account {
	position: absolute;
	right: 100px;
    top: 28px;
    z-index: 6;
}

.header .account #navigation{
	border: none;
}

.languages {
	position: absolute;
	right: 7px;
	top: 8px;
    z-index: 99999999999;
    width: 110px;
}

.languages a {
	margin-left: 7px;
}

div.shadow {
	-moz-box-shadow: 4px 4px 5px #0F0F0F;
	-webkit-box-shadow: 4px 4px 5px #0F0F0F;
	box-shadow: 4px 4px 5px #0F0F0F;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#0F0F0F')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#0F0F0F');
}

.error {
	width: 80%;
	padding: 10px;
	border: 1px solid #FF0000;
	background-color: #F9A4A4;
	margin: 0 auto;
}

.success {
	width: 80%;
	padding: 10px;
	border: 1px solid #008000;
	background-color: #8FF68F;
	margin: 0 auto;
}

.prefooter {
	position: relative;
    padding-bottom: 30px;
}

.prefooter-content {
    width: 100%;
}


/*large screen, every third*/
@media only screen and (min-width: 1190px) {
    .prefooter-content-dynamic-width {
        width: 955px;
        margin: 0 auto;
        height: 236px;
    }
}


#navigation3 .active {
	background-color: #292845;
}
.content ul#navigation3.account a, .content ul#navigation3.account a:visited {
    color: #ffffff;
}

.content ul#navigation3.account a:hover {
    color: #3dd0d8;
}

.content ul#navigation3.account {
    height: 60px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.content ul#navigation3.account li {
	display:block;
    padding: 10px 0 10px 0;
	float: left;
    width: 32%;
	border-top: 1px solid rgba(194, 212, 248, .2);
	border-bottom: 1px solid rgba(194, 212, 248, .2);
	border-left: 1px solid rgba(194, 212, 248, .2);
    min-height: 19px;
}

.content ul#navigation3.account li:last-of-type {
	border-right: 1px solid rgba(194, 212, 248, .2);
}



.prefooter .likeButtons {
	width: 100%;
    max-width: 500px;
    float: left;
    margin-left: 30px;
    margin-top: 25px;
}

.main-preview-images-title {
	background-color: #23323A;
	width: 100%;
	height: 60px;
	text-align: center;
}

.main-preview-images-title h2{
	position: relative;
	top: 15px;
	color: #547E93;
}

.main-preview-images {
	background-color: #FFFFFF;
    height: 168px;
    width: 100%;
	padding: 2px 0 0 2px;
}

.main-preview-images a {
	float: left;
	margin-right: 2px;
}

.main-preview-images a img{
    height: 82px;
}

.main-preview-images a img:hover{
	opacity: 0.8;
    -webkit-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-moz-transition:opacity 0.2s linear, visibility 0.2s linear; 
	-o-transition:opacity 0.2s linear, visibility 0.2s linear; 
	transition:opacity 0.2s linear, visibility 0.2s linear;
}

.main-preview-images a:last-child {
	margin-right: 0px;
}

.account_content {
    clear: left;
    margin-top: 20px;
}

table {
	width: 100%;
	border-spacing: 0;
    border-collapse: separate;
}

table td {
	border-collapse: separate;
    padding-left: 10px;
    border-bottom: 1px solid rgba(194, 212, 248, .2);
    padding: 8px 0 8px 0;
}

.red {
	color: red;
}

.green {
	color: green;
}

/* BUTTON START */
.customButton {
    background-image:url('../images/design/button.png');
    width: 220px;
    height: 38px;
    display: inline-block;
    text-align: center;
    padding-top: 22px;
    overflow: hidden;
    color: #ffffff !important;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 14px;
}

.customButton:hover {
    background-image:url('../images/design/button_hover.png');
}

.button {
	border: none !important;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    height: 25px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
	margin: 2px 0 2px 0;
    
    width: 97px;
    line-height: 15px;
    height: 16px;
    padding: 7px 2px 7px 2px;
    border: 0;
    background-color: unset;
    background-size: 101px 30px;
    background-image: url(../images/design/button.png);
}
.button:hover {
	background-image: url(../images/design/button_hover.png);
}.button:active {
	position:relative;
	top:1px;
}.button:visited {
	color:#ffffff;
}

.button.green{
	color: green !important;
}

.button.grey{
	color: grey !important;
}

.button.red{
	color: red !important;
}
/* BUTTON END */


.account_product {
    margin-right: 0;
    width: 311px;
	position: relative;
	margin-top: 20px;
	display: inline-block;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	
    background-image: url(../images/design/blank_box.png);
    background-size: cover;
    padding: 25px;
}

.account_product:nth-child(2n) {
    margin-right: 0 !important;
}

.account_product .image img{
	width: 100%;
    position: absolute;
    top: 60px;
    max-height: 92px;
    left: 0;
}


.account_product .titel {
    color: #fff;
    padding: 2px 0;
    top: 0;
    width: 345px;
    z-index: 1;
    text-align: center;
    font-weight: bold;
    /*font-size: 24px;*/
    font-size: 17px;
    margin: 0px 0 85px 0;
}

.account_product .buttons {
	width: 100%;
	text-align: center;
	float: left;
}

.chargeAccountForm {
	margin-top: 5px;
}

.sofortForm {
	margin-left: 10px;
}

.loginbox, .registerbox  {
	width: 490px;
	margin: 50px auto;
}

.row {
    margin-bottom: 18px;
    overflow: hidden;
    width: 490px;
}
.column {
    float: left;
    margin-right: 26px;
    overflow: hidden;
    position: relative;
    width: 454px;
}
.column.three {
    width: 218px;
}

.column.oneandahalf {
    width: 94px;
}
.column.oneandahalf .row {
    width: 120px;
}

#buyslider
{
	width: 100%;
	background: rgb(79,129,189);
	margin-bottom: 20px;
	margin-top: 10px;
	
}

.productDescriptionBox {
    width: 100%;
}

.duration-slider {
	background: rgb(79,129,189) !important;
	display: inline-block;
	float: right;
	margin: 4px 6px 0 0;
	width: 130px;
	margin-right: 25px;
}

.package-price {
	display: none;
}

.product-switcher {
	margin-top: 30px;
    width: 100%;
}

.product:not(:first-child) {
	display: none;
}

.product-switcher td {
	width: 50%;
}

.confirm-box {
	width: 600px;
	margin: 50px auto;
	position: relative;
}

hr.confirm-sum-line {
	position: relative;
    top: -32px;
}

.extend-product img {
	height: 18px;
    left: 10px;
    position: relative;
    top: 2px;
}

.center {
	margin: 0 auto;
}

.center-text {
	text-align: center;
}

.account-products-note {
	margin-top: 20px;
}

.account_purchase {
	width: 100%;
	height: 25px;
	clear: left;
}

.account_purchase div {
	float: left;
}

.bilance .name {
	width: 280px;
}

.bilance .duration {
	width: 84px;
}

.bilance .type {
	width: 100px;

}

.bilance .amount {
	width: 100px;
}


.bilance .date {
	width: 155px;
}


.account_purchase:nth-child(2n) {
	background-color: rgba(194, 212, 248, .2);
}

.bilance_head {
	width: 100%;
	font-weight: bold;
}

.bilance_head div {
	float: left;
}

.contact-form {
	width: 432px;
	margin: 0 auto;
}

.contact-form * {
	margin-bottom: 10px;
}

.contact-form input {
	width: 432px;
}

.partners {
    float: left;
    margin-left: 30px;
    width: 325px;
    margin-top: 25px;
}

.partners img {
	max-height: 80px;
}

.admin-forms form{
	float: left;
	width: 250px;
}

.paymentMethods {
    width: 325px;
    float: left;
    margin-left: 30px;
    margin-top: 25px;
}

.paymentMethods .paymentLogos img {
	float: left;
	width: 80px;
}

.main-left {
	width: 480px;
	float: left;
}

.main-right {
    overflow: hidden;
    position: absolute;
    top: 108px;
    left: 659px;
}

.roundedCornersBox {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 570px;
    height: 450px;
    overflow: hidden;
}

.roundedCornersBoxSmaller {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 570px;
    height: 321px;
    overflow: hidden;
}


.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px;
  margin-left: -100px;
}

.darkClass
{
    background-color: black;
    filter:alpha(opacity=50); /* IE */
    opacity: 0.5; /* Safari, Opera */
    -moz-opacity:0.50; /* FireFox */
    z-index: 20;
    height: 100%;
    width: 100%;
    background-repeat:no-repeat;
    background-position:center;
    position:fixed;
    top: 0px;
    left: 0px;
}

#loading {
	z-index: 21;
	border: 2px solid black;
}

.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 15px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 12px;
}

.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url('../images/info.png');
}

.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url('../images/success.png');
}

.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url('../images/warning.png');
}

.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url('../images/error.png');
}


.category .banner {
    .account_content.bilance {
        font-size: 10px;
    }
}

.category .banner img {
	margin-bottom: 20px;
    width: 460px;
    max-width: 460px;
    width: 100%;
}

.category .description {
    position: relative;
    left: 6px;
    width: 100%;
    max-width: 600px;
    margin-right: 30px;
    float: left;
    margin-bottom: 30px;
}

.category .video {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    max-width: 460px;
}

@media only screen and (max-width: 880px) {
    .category .description {
        max-width: none;
    }
}

@media only screen and (max-width: 1186px) {
    .category .description {
        max-width: none;
    }
}

.streamingOnlyInfoText {
    margin: 30px 0 30px 0;
    padding: 10px 10px 10px 50px;
}

.category .buttons {
	text-align: right;
}

#lz_chat_overlay_main table, #lz_chat_overlay_main table td, #lz_chat_overlay_main table tr {
	display: grid;
    background: rgba(255,255,255,0.3);
}

.slider-octo-wrapper {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0vw;
}

.slider-octo img {
    width: 16vw;
    position: relative;
}

.slider-octo {
    position: absolute;
    width: 100%;
}

.slider-octo-wrapper-outer {
    position: absolute;
    top: 16vw;
    width: 100%;
    height: 23.6vw;
    overflow: hidden;
    filter: drop-shadow(-10px 17.6vw 7px rgba(0,0,0,0.4));
}

.footer-octo {
    width: 16vw;
    position: absolute;
    top: 6vw;
    max-width: 230px;
}

.slider-text {
    width: 30vw;
    clear: both;
    padding: 10px;
    position: absolute;
    background-image: url(../images/design/image_05.png);
    background-repeat: repeat-x;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 380px;
    display: none;
}

.slider-text .icon img {
    height: 36px;
}

.slider-text .icon {
    float: left;
    margin-right: 10px;
    /*margin-top: 7px;*/
}

.slider-text .text {
    display: block;
    font-weight: bold;
    font-size: 1.0vw;
}

.slider-text .subtext {
    display: block;
    color: #3dd0d8;
    font-size: 0.62vw;
}

.slider-text-1 .icon {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.slider-text-2 .icon {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.slider-text-3 .icon {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.slider-text-1 {
    bottom: 30vw;
    right: 60vw;
    text-align: right;
}

.slider-text-2 {
    bottom: 23vw;
    right: 60vw;
    text-align: right;
}

.slider-text-3 {
    bottom: 16vw;
    right: 60vw;
    text-align: right;
}

.slider-text-4 {
    bottom: 30vw;
    left: 60vw;
}

.slider-text-5 {
    bottom: 23vw;
    left: 60vw;
}

.slider-text-6 {
    bottom: 16vw;
    left: 60vw;
}




.slider-text-7 {
    bottom: 9vw;
    right: 60vw;
    text-align: right;
	background: none;
	background-color: rgba(75, 16, 105, 1.0);
	border: 2px solid #fff;
	color: #fff;
}
.slider-text-7 .icon {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}
.slider-text-8 .icon {
}
.slider-text-8 {
    bottom: 9vw;
    left: 60vw;
	background: none;
	background-color: rgba(75, 16, 105, 1.0);
	border: 2px solid #fff;
	color: #fff;
	text-align: left;
}
.slider-text-7:hover {
	background-color: #8553d0;
	
}
.slider-text-8:hover {
	background-color: #8553d0;
}


@media only screen and (min-width: 2600px)
{
    .slider-text .text {
        font-size: calc(0px + 0.8vw);
    }
    .slider-text .subtext {
        font-size: calc(0px + 0.42vw);
    }
}


@media only screen and (max-width: 2000px)
{
    .slider-text .text {
        font-size: calc(0px + 1.0vw);
    }
    .slider-text .subtext {
        font-size: calc(0px + 0.62vw);
    }
}

@media only screen and (max-width: 1600px)
{
    .slider-text .text {
        font-size: calc(2px + 1.0vw);
    }
    .slider-text .subtext {
        font-size: calc(2px + 0.62vw);
    }
}

@media only screen and (max-width: 1400px)
{
    .slider-text .text {
        font-size: calc(4px + 1.0vw);
    }
    .slider-text .subtext {
        font-size: calc(4px + 0.62vw);
    }
}

@media only screen and (max-width: 1200px)
{
    .slider-text .text {
        font-size: calc(4px + 1.0vw);
    }
    .slider-text .subtext {
        font-size: calc(4px + 0.62vw);
    }
}


@media only screen and (max-width: 1000px)
{
    .slider-text .text {
        font-size: calc(4px + 1.0vw);
    }
    .slider-text .subtext {
        font-size: calc(4px + 0.62vw);
    }
    .slider-text .icon img {
        height: 28px;
    }
    .slider-text .icon {
        margin-top: 4px;
    }

}


@media only screen and (max-width: 950px)
{
    .slider-text .text {
        font-size: calc(4px + 1.0vw);
    }
    .slider-text .subtext {
        font-size: calc(4px + 0.62vw);
    }
    .slider-text .icon img {
        height: 26px;
    }
    .slider-text .icon {
        margin-top: 4px;
    }

}


@media only screen and (max-width: 820px)
{
    .slider-text .text {
        font-size: calc(3px + 1.0vw);
    }
    .slider-text .subtext {
        font-size: calc(3px + 0.62vw);
    }
    .slider-text .icon img {
        height: 20px;
    }
    .slider-text .icon {
        margin-top: 4px;
    }

}


@media only screen and (max-width: 750px)
{
    .slider-text .text {
        font-size: calc(3px + 1.0vw);
    }
    .slider-text .subtext {
        font-size: calc(3px + 0.62vw);
    }
    .slider-text .icon img {
        height: 20px;
    }
    .slider-text .icon {
        margin-top: 4px;
    }
    
    .slider-text-1 {
        bottom: 28vw;
    }
    .slider-text-2 {
        bottom: 21vw;
    }
    .slider-text-3 {
        bottom: 14vw;
    }
    .slider-text-4 {
        bottom: 28vw;
    }
    .slider-text-5 {
        bottom: 21vw;
    }
    .slider-text-6 {
        bottom: 14vw;
    }
	
	.slider-text-7 {
        bottom: 7vw;
    }
	.slider-text-8 {
        bottom: 7vw;
    }

}

@media only screen and (max-width: 680px)
{
    .slider-text .text {
        font-size: calc(3px + 1.0vw);
    }
    .slider-text .subtext {
        font-size: calc(3px + 0.62vw);
    }
    .slider-text .icon img {
        height: 20px;
    }
    .slider-text .icon {
        margin-top: 4px;
    }
    
    .slider-text-1 {
        bottom: 28vw;
    }
    .slider-text-2 {
        bottom: 19vw;
    }
    .slider-text-3 {
        bottom: 10vw;
    }
    .slider-text-4 {
        bottom: 28vw;
    }
    .slider-text-5 {
        bottom: 19vw;
    }
    .slider-text-6 {
        bottom: 10vw;
    }
	
	.slider-text-7 {
        bottom: 1vw;
    }
	.slider-text-8 {
        bottom: 1vw;
    }

}


@media only screen and (max-width: 590px)
{
    .slider-text .text {
        font-size: calc(3px + 1.0vw);
    }
    .slider-text .subtext {
        font-size: calc(3px + 0.62vw);
    }
    .slider-text .icon img {
        height: 20px;
    }
    .slider-text .icon {
        margin-top: 4px;
    }
    
    .slider-text-1 {
        bottom: 28vw;
    }
    .slider-text-2 {
        bottom: 19vw;
    }
    .slider-text-3 {
        bottom: 10vw;
    }
    .slider-text-4 {
        bottom: 28vw;
    }
    .slider-text-5 {
        bottom: 19vw;
    }
    .slider-text-6 {
        bottom: 10vw;
    }
	
	.slider-text-7 {
        bottom: 1vw;
    }
	.slider-text-8 {
        bottom: 1vw;
    }

}

@media only screen and (max-width: 550px)
{
    .slider-text .text {
        font-size: calc(3px + 1.0vw);
    }
    .slider-text .subtext {
        font-size: calc(3px + 0.62vw);
    }
    .slider-text .icon img {
        height: 16px;
    }
    .slider-text .icon {
        margin-top: 4px;
    }
    
    .slider-text-1 {
        bottom: 29vw;
    }
    .slider-text-2 {
        bottom: 20vw;
    }
    .slider-text-3 {
        bottom: 11vw;
    }
    .slider-text-4 {
        bottom: 29vw;
    }
    .slider-text-5 {
        bottom: 20vw;
    }
    .slider-text-6 {
        bottom: 11vw;
    }
	
	.slider-text-7 {
        bottom: 2vw;
    }
	.slider-text-8 {
        bottom: 2vw;
    }

}


@media only screen and (max-width: 525px)
{
    .slider-text .text {
        font-size: calc(3px + 1.0vw);
    }
    .slider-text .subtext {
        font-size: calc(3px + 0.62vw);
    }
    .slider-text .icon img {
        height: 16px;
    }
    .slider-text .icon {
        margin-top: 4px;
    }
    
    .slider-text-1 {
        bottom: 30vw;
    }
    .slider-text-2 {
        bottom: 21vw;
    }
    .slider-text-3 {
        bottom: 12vw;
    }
    .slider-text-4 {
        bottom: 30vw;
    }
    .slider-text-5 {
        bottom: 21vw;
    }
    .slider-text-6 {
        bottom: 12vw;
    }
	
	.slider-text-7 {
        bottom: 3vw;
    }
	.slider-text-8 {
        bottom: 3vw;
    }

}


@media only screen and (max-width: 500px)
{
    .slider-text .text {
        font-size: calc(2px + 1.0vw);
    }
    .slider-text .subtext {
        font-size: calc(2px + 0.62vw);
    }
    .slider-text .icon img {
        height: 16px;
    }
    .slider-text .icon {
        margin-top: 4px;
    }
    
    .slider-text-1 {
        bottom: 35vw;
    }
    .slider-text-2 {
        bottom: 24vw;
    }
    .slider-text-3 {
        bottom: 12vw;
    }
    .slider-text-4 {
        bottom: 35vw;
    }
    .slider-text-5 {
        bottom: 24vw;
    }
    .slider-text-6 {
        bottom: 12vw;
    }
	
	.slider-text-7 {
        bottom: 3vw;
    }
	.slider-text-8 {
        bottom: 3vw;
    }

}



@keyframes border-pulsate {
    0%   { border-color: rgba(255, 0, 0, 1); }
    50%  { border-color: rgba(255, 0, 0, 0); }
    100% { border-color: rgba(255, 0, 0, 1); }
}