<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Website: http://www.esportspowered.com
    Author: Dane Marshall
*/

* {
    border-radius: 0px !important;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
}

ul, li {
    list-style: none;
}

.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

/* Navigation */

.c-navbar {
    padding: 40px 0px;
    position: fixed;
    right: 0;
    left: 0;
    -webkit-transition: padding 0.5s;
    transition: padding 0.5s;
    z-index: 9995;
}

.c-navbar-scroll {
    padding: 20px 0px;
    background-color: #222;
}

.navigation {
    float: right;
    line-height: 0px;
    display: inline-block;
    padding: 0;
    margin: 0;
}

    .navigation &gt; .nav-bar {
        list-style-type: none;
        line-height: 0px;
        background: none;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        .navigation &gt; .nav-bar &gt; li {
            padding: 0;
            margin: 0;
            float: left;
        }

            .navigation &gt; .nav-bar &gt; li &gt; a {
                letter-spacing: 1px;
                font-style: normal;
                transition: all 0.2s;
                padding: 20px 20px 0px 20px;
                font-size: 18px;
                float: left;
                text-decoration: none;
                font-weight: bold;
                text-transform: uppercase;
                color: #fff;
            }

/* Carousel */

.carousel {
    background-color: #fff;
    padding: 30px 0px;
}

h2.carousel-header {
	color: #555;
	position: relative;
	margin-bottom: 30px;
}

    .carousel img {
        width: 200px !important;
        height: auto;
    }

/* Scroll to Top */

#topcontrol {
    color: #fff;
    z-index: 99;
    height: 50px;
    width: 50px;
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    font-size: 30px;
    background: #222;
    right: 20px !important;
    bottom: 20px !important;
}

    #topcontrol:after {
        content: "\f106";
        text-align: center;
        font-family: FontAwesome;
    }

    #topcontrol:hover {
        color: #fff;
        background: #0000ff;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

/* Copyright */

.footer .copyright {
	background: #222;
	border-top: none;
	padding: 10px 0 5px;
}

.footer .copyright p {
	color: #eee;
	margin-top: 14px;
}

.footer .copyright a {
	margin: 0 2px;
}

.footer .footer-socials {
	margin-top: 12px;
	text-align: right;
}

.footer .footer-socials li a {
	color: #777;
	font-size: 16px;
}

@media (max-width: 991px) {
	.footer .copyright,
	.footer .footer-socials {
		text-align: left;
	}
}

/* Parallax */

.parallax-quote {
  color: #fff;
  padding: 100px 0;
  position: relative;
  text-align: center;
  background: url('/Content/Front/Images/Background/CSGO.jpg') 50% 0 repeat fixed;
}

.parallax-quote:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.8);
}

.parallax-quote:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
}

.parallax-quote-in {
  z-index: 1;
  padding: 0 80px;
  position: relative;
}

.parallax-quote-in p {
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, sans-serif;
}

.parallax-quote-in p:after,
.parallax-quote-in p:before {
  content: ' " ';
  position: absolute;
  font-family: Tahoma;
}

.parallax-quote-in p:after {
  margin-left: 3px;
}

.parallax-quote-in p:before {
  margin-left: -15px;
}

.parallax-quote-in small {
  color: #bbb;
  font-size: 13px;
  font-weight: 400;
}

@media (max-width: 768px){
  .parallax-quote-in {
    padding: 0 40px;
  }

  .parallax-quote-in p {
    font-size: 20px;
  }
}


/*Pricing Page
------------------------------------*/
/*Pricing Head*/
.no-space-pricing [class^="col-"],
.no-space-pricing [class*=" col-"] {
	padding: 0;
}
.pricing {
	position:relative;
	border-radius:3px;
	margin-bottom:15px;
	box-shadow:0 0 5px #eee;
}
.pricing:hover {
	box-shadow:0 0 15px #b5b5b5;
}
.pricing:hover h4 {
	color:#74C52C;
}
.pricing-head {
	text-align:center;
}
.pricing h3,
.pricing h4 {
	margin:0;
	line-height:normal;
	font-weight:bold;
}
.pricing p {
	padding-top: 10px;
	font-size: 11px;
}
.pricing-head h3 span, 
.pricing-head h4 span {
	display:block;
	margin-top:5px;
	font-size:12px;
	font-style:italic;
}
.pricing-head h3 {
	color:#fafafa;
	padding:12px 0;
	font-size:35px;
	font-family:Arial;
	background:#74C52C;
	border-radius:3px 3px 0 0;
	text-shadow:0 1px 0 #32a20f;
}
.pricing-head h4 {
	color: #888;
	padding:5px 0;
	font-size:70px;
	text-shadow:0 1px 0 #fff;
	border-bottom:solid 1px #f5f9e7;
}
.pricing-head h4 i {
	top:-8px;
	font-size:28px;
	font-style:normal;
	position:relative;
}
.pricing-head h4 span {
	top:-10px;
	font-size:14px;
	font-style:normal;
	position:relative;
}
	
/*Pricing Content*/

.pricing-content  {
	margin-bottom: 0px;
}
.pricing-content li {
	color:#888;
	font-size:12px;
	padding:7px 15px;
	border-bottom:solid 1px #f5f9e7;
}
.pricing-content li i {
	color:#72c02c;
	font-size:16px;
	margin-right:5px;
	position:relative;
}

/*Pricing Footer*/
.pricing-footer {
	color:#777;
	font-size:11px;
	line-height:17px;
	text-align:center;
	padding:0 20px 19px;
	border-radius:0 0 3px 3px;
}

/*Pricing Active*/
.price-active,
.pricing:hover {
	z-index:9;
	margin-top: -15px;
}
.price-active h4 {
	color:#74C52C;
}

/*Pricing Extra*/

 .bg-color {
	background-color: #f9f9f9;	
}
.no-space-pricing {
	padding: 0 15px;
}

.sticker-right,
.sticker-left {
  	color: #fff;
	width: 150px;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	position: absolute;
	text-align: center;
	letter-spacing: 2px;
	}

 .sticker-right {
    top: 13px;
    right: -49px;
    background: rgba(231, 76, 60, 1);
    transform: rotate(45deg);   
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
 .sticker-left {
    top: 9px;
    left: -48px;
   	background: rgba(116, 197, 44, 1);
    transform: rotate(-45deg);   
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

/*Pricing Table Colored Background Version
------------------------------------*/
.price-active, 
.pricing-bg-colored	.pricing:hover {
	margin-top: 0;
}
.pricing-bg-colored .pricing {
	overflow: hidden;
}
.pricing-bg-colored .pricing {
	border: 1px solid #EEEEEE;
}
.pricing-bg-colored .pricing:hover {	
	background: #74C52C; 
}
.pricing-bg-colored .pricing:hover li,
.pricing-bg-colored .pricing:hover li i, 
.pricing-bg-colored .pricing:hover .pricing-head p {
	color: #fff; 
}
.pricing-bg-colored .pricing-head i {
	color: #74C52C;
	padding-top: 20px;	
	margin-top: 10px 0px;
}
.pricing-bg-colored .pricing-head p {
	color: #777;
	line-height: 17px;
	text-align:center;
	padding: 0px 20px 19px;
	border-radius: 0 0 3px 3px;
	border-bottom: 1px solid #F5F9E7;
}
.pricing-bg-colored h3 {
	border-bottom: 1px solid #fff;
}
.pricing-bg-colored h4 {
	color: #999;
	font-size: 70px;
	padding: 5px 0px;
	margin-top: -2px;
	font-family: Arial;
	background: #F7F7F7;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 #fff;
}
.pricing-bg-colored .pricing:hover h4 {
	background: #fff;
}
.pricing-bg-colored h4 i {
	top: -8px;
	font-size: 28px;
	font-style: normal;
	position: relative;
}
.pricing-bg-colored h4 span {
	top: -10px;
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-style: normal;
	position: relative;
}
.pricing-bg-colored .pricing-footer {
	padding: 2px 0px 19px;
}
.pricing-bg-colored .pricing-footer .btn-u {
	border: solid 1px #fff;
}

/*Pricing Table Rounded Version
------------------------------------*/
.price-active, 
.pricing-rounded .pricing:hover {
	margin-top: 0;
}
.pricing-rounded .pricing {
	overflow: hidden;
	box-shadow: none;
	border: 1px solid #eee;
}
.pricing-rounded .easy-bg-v2 {
	letter-spacing: 1px;
	border: 1px solid #fff;
	background-color:rgba(255, 255, 255, 0.1);
}	
.pricing-rounded .easy-bg-v2 i {
	padding-left: 3px;
}
.pricing-rounded h3 {
	padding-bottom: 80px;
	padding-top: 15px; 
}
.pricing-rounded h4 {
	width: 140px;
	height: 140px;
	padding-top: 22px;
	padding-left: 6px;
	font-size: 55px;
	margin: -75px auto 20px;
	border-radius: 140px !important;
	font-weight: normal !important;
	background: #fff;
}
.pricing-rounded .pricing-head h4 i{
	margin-right: 2px;
}
.pricing-rounded h6 {
	color: #888;
	font-size: 13px;
	font-style: normal;
	padding-bottom: 5px;
}
.pricing-rounded .pricing-content span {
	float: right;
}
.pricing-rounded .pricing-content span i {
	font-size: 13px;
}
/*Pricing Zoom  
------------------------------------*/

.pricing-zoom .pricing:hover {
	-webkit-transition:box-shadow 0.3s ease-in-out;
	-moz-transition:box-shadow 0.3s ease-in-out;
	-o-transition:box-shadow 0.3s ease-in-out;
	transition:box-shadow 0.2s ease-in-out;
}
.pricing-zoom .pricing-head h4 {
 scroll 0 0 rgba(0, 0, 0, 0) !important;
}
.pricing-zoom .price-active .pricing-head h4,
.pricing-zoom .pricing:hover .pricing-head h4 {
	padding: 15px 0;
	font-size: 80px;
	-webkit-transition:color 0.5s ease-in-out;
	-moz-transition:color 0.5s ease-in-out;
	-o-transition:color 0.5s ease-in-out;
	transition:color 0.5s ease-in-out;
}

/*Pricing Table Light Version 
------------------------------------*/
.price-active, 
.pricing-light .pricing:hover {
	margin-top: 0 ;
	border-color: #717984;
}
.pricing-light .pricing {
	overflow: hidden;
	box-shadow: none;
	border: 1px solid #ddd;
}
.pricing-light h3 {
	color: #888;
	font-weight: 200 !important;
	font-family: inherit;
	text-shadow: none !important;
	border-bottom: 1px solid #ddd !important;
	background: #fff;

}
.pricing-light .pricing .rating li {
	padding: 0;
	border-bottom: none;
}
.pricing-light .rating li i {
	color: #888;
	margin: 7px 0;
	padding-top: 0;	
	font-size: 20px;
}
.pricing-light li {
	color: #888;
	text-align: center;
}
.pricing-light .pricing-footer {
	margin: 0px;
	padding: 2px 0px 19px;
}
.pricing-light .pricing-footer h4 {
	color: #888;
	padding: 5px;
	font-size: 70px;
	text-shadow: none;
	margin: -2px 0 0px; 
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-weight: normal !important;
	background: #fff;

}
.pricing-light .pricing-footer h4 i {
	top: -8px;
	font-size: 28px;
	font-style: normal;
}
.pricing-light .pricing-footer h4 span {
	top: -5px;
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	font-style: normal;
}
.pricing-light .pricing-footer p {
	color: #888;
	line-height: 17px;
	padding: 15px 20px 5px ;
}
.pricing-light .pricing:hover h4,
.pricing-light .pricing:hover h3,
.pricing-light .pricing:hover p,
.pricing-light .pricing:hover li, 
.pricing-light .pricing:hover li i {
	color: #717984;
}

.pricing-medium-light .btn-u:hover {
	background-color: #717984!important;
}

/*Pricing Meduim Light
------------------------------------*/
.price-active, 
.pricing-medium-light .pricing:hover {
	z-index:8;
	margin-top: 0 !important;
}
.pricing-medium-light .pricing {
	overflow: hidden;
	background: #eee;
	border: 2px solid #ddd;
}
.pricing-medium-light .pricing-head h3 {
	color: #717984;
	text-shadow: none;
	font-weight: normal !important;
	border-bottom: 2px solid #eee !important; 
	background: #fff;
}
.pricing-medium-light .pricing-content &gt; li {
	border-color: #fff !important;
}
.pricing-medium-light .pricing .rating {
	text-align: center;
}
.pricing-medium-light .pricing .rating li {
	padding: 0;
	border-bottom: none;
}
.pricing-medium-light .pricing li i {
	color: #585f69;
}
.pricing-medium-light .rating li i {
	margin: 7px 0;
	padding-top: 0;	
	font-size: 20px;
}
.pricing-medium-light .pricing-content span {
	float: right;
}
.pricing-medium-light .pricing-content span i {
	font-size: 12px;
}
.pricing-medium-light .pricing-footer {
	padding: 2px 0px 20px;
}
.pricing-medium-light .pricing-footer h4 {
	color: #717984 !important;
	font-size: 70px;
	padding: 5px 0px;
	text-shadow: none;
	font-family: Arial;
	margin: -2px 0 20px;
	margin-bottom: 20px;
	font-weight: normal !important;
	background: #fff;

}
.pricing-medium-light .pricing-footer h4 i {
	top: -8px;
	font-size: 28px;
	font-style: normal;
	position: relative;
}
.pricing-medium-light .pricing-footer h4 span {
	top: -10px;
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-style: normal;
	position: relative;
}
.pricing-medium-light .pricing-footer p {
	color: #585f69;
	padding: 0 20px;
	line-height: 17px;
	text-align:center;
	border-radius: 0 0 3px 3px;
}
.pricing-medium-light .btn-u {
	background: #fff ;
	padding: 5px 58px;
	border: 1px solid #888;
}
.pricing-medium-light .btn-u:hover {
background-color: #717984!important;
}


/*Pricing Table medium-dark Version
------------------------------------*/
.price-active, 
.pricing-medium-dark .pricing:hover {
	margin-top: 0 ;
}
.pricing-medium-dark .pricing {
	border: 2px solid #717984;
	box-shadow: none;
}
.pricing-medium-dark .pricing-head h3 {
	color: #fff;
	text-shadow: none;
	background: #717984;
	border-bottom: 2px solid #eee ; 
}
.pricing-medium-dark .pricing .rating {
	text-align: center;
}
.pricing-medium-dark .pricing .rating li {
	padding: 0;
	border-bottom: none;
}
.pricing-medium-dark .rating li i {
	padding-top: 0;	
	margin: 7px 0;
	font-size: 20px;
}

.pricing-medium-dark .pricing-content li i {
	color: #717984;
}

.pricing-medium-dark .pricing-content li {
	border-color: #eee; 
}

.pricing-medium-dark .pricing-footer {
	margin: 0px;
	background: #717984;
	padding: 2px 0px 19px;
}
.pricing-medium-dark .pricing-footer h4 {
	color: #717984 !important;
	font-size: 70px;
	padding: 5px 0px;
	text-shadow: none;
	font-family: Arial;
	text-align: center;
	line-height: normal;
	font-weight: normal;
	margin: -2px 0 20px;
	font-weight: normal !important;
	background: #fff;
}
.pricing-medium-dark .pricing-footer h4 i {
	top: -8px;
	font-size: 28px;
	font-style: normal;
	position: relative;
}
.pricing-medium-dark .pricing-footer h4 span {
	top: -10px;
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-style: normal;
	position: relative;
}
.pricing-medium-dark .pricing-footer p {
	color: #fff;
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	padding: 0 20px 5px;
	border-radius: 0 0 3px 3px;
}
.pricing-medium-dark .btn-u {
	background: #fff !important;
	border: 1px solid #888 ;

}

/*Pricing Table Dark
------------------------------------*/
.price-active, 
.pricing-dark .pricing:hover {
	z-index:8;
	margin-top: 0 !important;
}
.pricing-dark .pricing {
	border-top: 2px solid #717984;
	overflow: hidden;
}
.pricing-dark .pricing {
	background: #717984;
}
.pricing-dark .pricing .rating  {
	text-align: center;
}
.pricing-dark .pricing .rating li {
	padding: 0;
	border-bottom: none;
}
.pricing-dark .pricing li i {
	color: #fff;
}
.pricing-dark .rating li i {
	margin: 7px 0;
	padding-top: 0;	
	font-size: 20px;
}
.pricing-dark li {
	color: #fff;
}
.pricing-dark .pricing-head h3 {
	color: #717984;
	text-shadow: none;
	font-weight: normal !important;
	border-bottom: 2px solid #eee !important; 
	background: #fff;
}

.pricing-dark .pricing-content li {
	border-color: #fff;	
}

.pricing-dark .pricing-content span {
	float: right;
}
.pricing-dark .pricing-content span i {
	font-size: 12px;
}
.pricing-dark .pricing-footer {
	padding: 2px 0px 20px;
}
.pricing-dark .pricing-footer h4 {
	font-size: 70px;
	padding: 5px 0px;
	font-family: Arial;
	text-shadow: none;
	margin: -2px 0 20px;
	margin-bottom: 20px;
	color: #717984 !important;
	font-weight: normal !important;
	background: #fff;
}
.pricing-dark .pricing-footer h4 i {
	top: -8px;
	font-size: 28px;
	font-style: normal;
	position: relative;
}
.pricing-dark .pricing-footer h4 span {
	top: -10px;
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-style: normal;
	position: relative;
}
.pricing-dark .pricing-footer p {
	color: #fff;
	padding: 0 20px;
	line-height: 17px;
	text-align:center;
	border-radius: 0 0 3px 3px;
}
.pricing-dark .btn-u {
	padding: 5px 60px;
	background: #fff !important;
	border: 1px solid #999 !important;
}


/*Pricing Table Mega v1 Version
------------------------------------*/
.pricing-mega-v1 {
	padding: 40px 15px 0 15px;
}
.pricing-mega-v1 .price-active,
.pricing-mega-v1 .pricing:hover {
	margin-top: 0;
}
.pricing-mega-v1 .pricing {
	position: relative;
	border-radius: 3px;
	margin-bottom: 15px;
	box-shadow: 0 0 0px #eee;
	border: 1px solid #eee;
}
.pricing-mega-v1 .pricing-head h3 {
	font-size: 25px;
	min-height: 75px;
}
.pricing-mega-v1 .pricing-head h4{
	font-size: 20px;
	min-height: 103px;
}
.pricing-mega-v1 .pricing-head h4 i {
	color: #888;
}
.pricing-mega-v1 .pricing:hover h4 i {
	color: #74C52C;
}
.pricing-mega-v1 .pricing-head h4 span,
.pricing-mega-v1 .pricing-content li span,
.padding-mega-v1 .pricing-head .price span {
	display: block; 
	padding: 10px 0px 0px;
}
.pricing-mega-v1 .pricing-head .price {
	font-size: 70px;
	font-style: normal;
	padding-bottom: 0px;
	background-color: #fff;
}
.pricing-mega-v1 .pricing-head h3, 
.pricing-mega-v1 .pricing-head h4 {
	font-style: normal;
	font-weight: normal !important;
} 
.pricing-mega-v1 .hidden-area {
	margin-top: 75px;
}
.pricing-mega-v1 .hidden-area:hover {
	margin-top: 75px;
}
.pricing-mega-v1 .hidden-area .pricing-head h4 {
	font-size: 28px;
	padding: 31px 0;
	min-height: 103px;
}
.pricing-mega-v1 .hidden-area:hover .pricing-head h4 {
	color: #888;
}  
.pricing-mega-v1 .block .pricing-content  li i {
	font-size: 13px;
}
.pricing-mega-v1 .block li {
	text-align: center;
}
.pricing-mega-v1 .pricing-content li {
	padding: 10px;
	font-size: 12px;
	font-style: normal; 
	min-height: 41px;
}
.pricing-mega-v1 .pricing-content li i {
	color: #72C02C; 
}
.pricing-mega-v1 .btn-group .dropdown-menu  {
	width: 100%;
	background: #72c02c;
	border-color: #eee;
	margin: 0;
	border: 0;
}
.pricing-mega-v1 .btn-group .dropdown-menu  li a{
	color: #fff;
}
.pricing-mega-v1 .btn-group .dropdown-menu  li a:hover { 
	background: #5fb611
}



/* Devices (Desktop Mode) */
@media (min-width: 992px) and (max-width: 1200px) {
	 .sticker-right {
		top: 10px;
	    right: -58px;
	    padding: 3px;
	    font-size: 10px;
	}	
	 .sticker-left {
		top: 10px;
	    left: -58px;
	    font-size: 10px;
	    padding: 3px;
	}
}

/* Medium Devices (Desktops, 992px and less) */
@media (max-width: 991px) {
	/*Pricing Page*/
	.price-active,
	.pricing:hover {
		margin-top: 0;
	}
	.no-space-pricing [class^="col-"],
	.no-space-pricing [class*=" col-"] {
		padding: 10px;
	}
	.pricing-zoom .price-active .pricing-head h4,
	.pricing-zoom .pricing:hover .pricing-head h4 {
		padding: 5px 0;
		font-size: 70px;
	}
	.pricing-mega-v3 .pricing h4, 
	.pricing-mega-v3 .pricing h3, 	
	.pricing-mega-v3 .pricing-content {
		border-left: 1px solid #eee;
	}	
	
	.pricing-mega-v3 .block h5 {
		text-align: center;
		visibility: visible;
	}
	/*End Pricing Page*/
}</pre></body></html>