@font-face {
    font-family: 'pm';
    src: url('fonts/pm-bold.eot');
    src: url('fonts/pm-bold.eot?#iefix') format('embedded-opentype'), url('fonts/pm-bold.woff2') format('woff2'), url('fonts/pm-bold.woff') format('woff'), url('fonts/pm-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: 'pm';
    src: url('fonts/pm-light.eot');
    src: url('fonts/pm-light.eot?#iefix') format('embedded-opentype'), url('fonts/pm-light.woff2') format('woff2'), url('fonts/pm-light.woff') format('woff'), url('fonts/pm-light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: 'pm';
    src: url('fonts/pm-reg.eot');
    src: url('fonts/pm-reg.eot?#iefix') format('embedded-opentype'), url('fonts/pm-reg.woff2') format('woff2'), url('fonts/pm-reg.woff') format('woff'), url('fonts/pm-reg.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'pm';
    src: url('fonts/pm-semi.eot');
    src: url('fonts/pm-semi.eot?#iefix') format('embedded-opentype'), url('fonts/pm-semi.woff2') format('woff2'), url('fonts/pm-semi.woff') format('woff'), url('fonts/pm-semi.ttf') format('truetype');
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: 'pm';
    src: url('fonts/pm-regit.eot');
    src: url('fonts/pm-regit.eot?#iefix') format('embedded-opentype'), url('fonts/pm-regit.woff2') format('woff2'), url('fonts/pm-regit.woff') format('woff'), url('fonts/pm-regit.ttf') format('truetype');
    font-weight: 400;
    font-style: italic
}
.pm {
    font-family: "pm", "open sans", arial, helvetica, sans-serif
}
strong,
b {
    font-weight: bold
}
.bold {
    font-weight: bold
}
.light {
    font-weight: 300
}
.normal {
    font-weight: normal
}
p {
    line-height: 1.2em
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.rel {
    position: relative
}
.abs {
    position: absolute
}
.redback {
    background: #f00
}
.redshine {
    box-shadow: 0 0 10px #f00
}
.hidden {
    display: none
}
.center {
    text-align: center
}
.clear {
    clear: both
}
.sizing {
    box-sizing: border-box
}
div.clear {
    clear: both
}
.trans {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
body {
    overflow-y: scroll
}
.responsive {
    display: none
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
    visibility: hidden
}
.clearfix:after {
    clear: both
}
body {
    background: #fff;
    font-size: 13px;
    font-family: "pm", "open sans", arial, helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 0;
    width: 100%
}
.body {
    width: 100%;
    margin: auto;
    position: relative
}
.body:before,
.body:after {
    content: " ";
    display: table;
    visibility: hidden
}
.body:after {
    clear: both
}
a:link,
a:visited {
    color: #3e6b00;
    text-decoration: none
}
a:hover {
    color: #6bb800;
    text-decoration: none
}
a img {
    border: 0
}
input {
    font-size: 12px
}
.half {
    width: 50%;
    float: left
}
#header {
    height: 92px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999
}
#header .body {
    position: relative
}

a.logo {
    display: block;
    position: absolute;
    top: 36px;
    left: 17px;
    background: url(images/logo.png) left top no-repeat;
    width: 314.1px;
    height: 80.1px;
    background-size: 314.1px
}
.topmenu {
    float: right;
    margin-top: 50px
}
.panellist {
    position: relative
}
.panellist>a {
    position: relative;
    padding: 11px 18px 11px 38px;
    font-weight: bold;
    line-height: 19px;
    font-size: 14px;
    color: #ceff4a;
    display: block;
    box-shadow: 0 1px 0 rgba(206, 255, 74, 0.5), 0 -1px 0 #000;
    border-radius: 3px;
    background-color: #061704;
    background-image: -webkit-radial-gradient(50% -100%, ellipse farthest-corner, rgba(85, 85, 85, 0.5) 0, rgba(0, 8, 0, 0.5) 100%);
    background-image: radial-gradient(ellipse farthest-corner at 50% -100%, rgba(85, 85, 85, 0.5) 0, rgba(0, 8, 0, 0.5) 100%)
}
.panellist>a:before {
    content: "";
    display: block;
    position: absolute;
    left: 11px;
    top: 13px;
    width: 16px;
    height: 13px;
    background: url(images/dropdown-hamburger.png) center center no-repeat;
    background-size: 16px
}
.panellist>a:hover {
    background-image: -webkit-radial-gradient(50% -100%, ellipse farthest-corner, rgba(119, 119, 119, 0.5) 0, rgba(0, 18, 0, 0.5) 100%);
    background-image: radial-gradient(ellipse farthest-corner at 50% -100%, rgba(119, 119, 119, 0.5) 0, rgba(0, 18, 0, 0.5) 100%)
}
.panellist .dropmenu {
    display: none
}
.panellist .visible.dropmenu {
    display: block;
    position: absolute;
    right: 0;
    top: 42px;
    z-index: 10000;
    background: #000;
    box-shadow: 0 1px 0 #364a00;
    padding: 10px 10px;
    border-radius: 5px
}
.panellist .visible.dropmenu a {
    font-size: 14px;
    white-space: nowrap;
    border-top: 1px solid #111;
    display: block;
    padding: 11px 20px 9px 50px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 0 #000;
    position: relative
}
.panellist .visible.dropmenu a:first-child {
    border-top: 0
}
.panellist .visible.dropmenu a:hover {
    background: #222;
    border-radius: 3px
}
.panellist .visible.dropmenu a>span.logicon {
    display: block;
    width: 36px;
    height: 24px;
    position: absolute;
    left: 5px;
    top: 5px;
    background-repeat: no-repeat;
    background-position: center center
}
#menubutton {
    display: none;
    position: absolute;
    z-index: 20001;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #111 url(images/dropdown-hamburger.png) center center no-repeat;
    background-size: 24px;
    cursor: pointer;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #fff
}
#menubutton a {
    width: 50px;
    height: 50px;
    display: block
}
#menu {
    float: right;
    clear: left;
    margin-right: 20px
}
#menu>ul>li {
    float: left;
    margin-left: 0;
    margin-top: 45px;
    position: relative
}
#menu>ul>li>a {
    display: block;
    float: left;
    font-size: 13px;
    color: #b7ff53;
    line-height: 15px;
    text-align: center;
    padding: 10px 20px 10px 20px
}
#menu>ul>li>a span {
    font-size: 16px;
    color: #fff;
    display: block
}
#menu>ul>li:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: rgba(183, 255, 83, 0.1);
    -webkit-transition: width .4s ease, left .4s ease, background .3s ease;
    transition: width .4s ease, left .4s ease, background .3s ease
}
#menu>ul>li:hover:after {
    left: 0;
    margin-left: 0;
    width: 100%;
    background: #b7ff53;
    -webkit-transition: width .4s ease, left .4s ease, background .6s ease;
    transition: width .4s ease, left .4s ease, background .6s ease
}
#menu>ul>li.dropdown>div {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 1000;
    top: 50px;
    left: -20px;
    background: #000;
    padding: 5px 10px 5px 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: 0 1px 0 #364a00;
    border-radius: 5px
}
#menu>ul>li.dropdown>div ul {
    float: left
}
#menu>ul>li.dropdown>div ul>li {
    min-width: 120px
}
#menu>ul>li.dropdown>div ul>li.title {
    padding: 10px 0 10px 15px;
    border-bottom: 1px solid #666;
    margin-bottom: 5px
}
#menu>ul>li.dropdown>div ul>li>a {
    display: block;
    padding: 8px 15px 8px 15px;
    font-size: 15px;
    white-space: nowrap;
    color: #fff
}
#menu>ul>li.dropdown>div ul>li>a:hover {
    background: #222;
    border-radius:
}
#menu>ul>li.dropdown:hover>div {
    visibility: visible;
    opacity: 1
}
@-webkit-keyframes sliderArrows {
    0% {
        left: 0
    }
    16.65% {
        left: 0
    }
    16.66% {
        left: 11px
    }
    33.32% {
        left: 11px
    }
    33.33% {
        left: 22px
    }
    49.99% {
        left: 22px
    }
    50% {
        left: 33px
    }
    66.65% {
        left: 33px
    }
    66.66% {
        left: 44px
    }
    83.32% {
        left: 44px
    }
    83.33% {
        left: 55px
    }
    100% {
        left: 55px
    }
}
@keyframes sliderArrows {
    0% {
        left: 0
    }
    16.65% {
        left: 0
    }
    16.66% {
        left: 11px
    }
    33.32% {
        left: 11px
    }
    33.33% {
        left: 22px
    }
    49.99% {
        left: 22px
    }
    50% {
        left: 33px
    }
    66.65% {
        left: 33px
    }
    66.66% {
        left: 44px
    }
    83.32% {
        left: 44px
    }
    83.33% {
        left: 55px
    }
    100% {
        left: 55px
    }
}
.sliders {
    text-align: center;
    position: relative
}
.sliders,
.sliders .slider {
    height: 700px;
    background: #171f12
}
.sliders .slider+.slider {
    display: none
}
.sliders:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    repeat-x
}
.sliders .text {
    margin-top: 21.3%;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    padding-bottom: 70px;
    background: url(images/slider-text-shade.png) bottom center no-repeat
}
.sliders .text .title {
    font-size: 96px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 96px
}
.sliders .text .subtitle {
    font-size: 24px;
    margin: 5px auto 0;
    font-weight: 300;
    max-width: 850px
}
.sliders a.slider-button {
    display: inline-block;
    line-height: 51px;
    background: #79af42;
    box-shadow: inset 0 1px 0 #f2ff84, inset 0 -1px 0 #000;
    margin-top: -18px;
    font-size: 24px;
    font-weight: bold;
    color: #233d0b;
    text-shadow: 0 1px 0 #a7ff17;
    padding: 2px 70px 0 20px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative
}
.sliders a.slider-button strong {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5)
}
.sliders a.slider-button:hover {
    padding: 2px 90px 0 30px
}
.sliders a.slider-button:before {
    content: "";
    display: block;
    position: absolute;
    left: -26px;
    top: 0;
    width: 26px;
    height: 53px;
    background: url(images/slider-button-left.png) no-repeat
}
.sliders a.slider-button:after {
    content: "";
    display: block;
    position: absolute;
    right: -25px;
    top: 0;
    width: 75px;
    height: 53px;
    background: url(images/slider-button-right.png) no-repeat
}
.sliders a.slider-button span.buttonarrows {
    position: absolute;
    display: block;
    width: 0;
    height: 53px;
    right: -7px;
    top: 0
}
.sliders a.slider-button span.buttonarrows span {
    position: absolute;
    display: block;
    width: 29px;
    height: 53px;
    top: 0;
    -webkit-animation: sliderArrows 3s linear infinite;
    animation: sliderArrows 3s linear infinite
}
.sliders a.slider-button span.buttonarrows span {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background: url(images/slider-button-arrows.png) 0 0 no-repeat;
    opacity: .6
}
.sliders a.slider-button span.buttonarrows span+span {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
    background: url(images/slider-button-arrows.png) 0 -60px no-repeat;
    opacity: .4
}
.sliders a.slider-button span.buttonarrows span+span+span {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    background: url(images/slider-button-arrows.png) 0 -120px no-repeat;
    opacity: .2
}
.sliders a.slider-button span.buttonarrows span+span+span+span {
    -webkit-animation-delay: -1.5s;
    animation-delay: -1.5s;
    background: url(images/slider-button-arrows.png) 0 -120px no-repeat;
    opacity: .1
}
.sliders a.slider-button span.buttonarrows span+span+span+span+span {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: url(images/slider-button-arrows.png) 0 -120px no-repeat;
    opacity: .2
}
.sliders a.slider-button span.buttonarrows span+span+span+span+span+span {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    background: url(images/slider-button-arrows.png) 0 -60px no-repeat;
    opacity: .4
}
.sliders .slider:nth-child(1) {
    background: url(images/slider-1.jpg) top center no-repeat;
	background-size: cover;
	min-height: 700px;
}
.sliders .slider:nth-child(2) {
    background: url(images/slider-2.jpg) top center no-repeat;
	background-size: cover;
	min-height: 700px;
}
.sliders .slider:nth-child(3) {
    background: url(images/slider-3.jpg) top center no-repeat;
	background-size: cover;
	min-height: 700px;
}
.sliders .slider:nth-child(4) {
    background: url(images/slider-4.jpg) top center no-repeat;
	background-size: cover;
	min-height: 700px;
}
.sliders .slider:nth-child(5) {
    background: url(images/slider-5.jpg) top center no-repeat;
	background-size: cover;
	min-height: 700px;
}
.slider-dots {
    margin-top: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0
}
.slider-dots .body {
    position: relative;
    top: -55px
}
.slider-dots a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 3px;
    background: #fff
}
.slider-dots a.selected {
    background: #9bff11
}
.metallic-1 {
    background: url(images/metallic-1.jpg) center center repeat;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    z-index: 2;
    position: relative
}
.background-top {
    background-position: top center
}
.home-services {
    padding: 30px 0
}
.home-services:before,
.home-services:after {
    content: " ";
    display: table;
    visibility: hidden
}
.home-services:after {
    clear: both
}
.home-services .service {
    width: 23.33333333%;
    margin: 0 .83333333%;
    float: left;
    color: #333;
    background: -webkit-linear-gradient(top, #fff, #cbcccf);
    background: linear-gradient(to bottom, #fff, #cbcccf);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    text-align: center
}
.home-services .service .img {
    height: 100px
}
.home-services .service .title {
    margin: auto;
    padding: 23px 0 13px 0;
    max-width: 200px;
    line-height: 25px;
    font-weight: bold;
    font-size: 30px;
    text-shadow: 0 1px 0 #fff
}
.home-services .service .text {
    font-size: 14px;
    text-shadow: 0 1px 0 #fff;
    padding: 0 20px
}
.home-services .service .price {
    height: 40px;
    margin-top: 20px;
    position: relative;
    top: 3px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    text-shadow: 0 1px 0 #000
}
.home-services .service .price a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    text-align: left;
    display: block;
    line-height: 36px;
    padding-left: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.home-services .service .price a strong {
    font-size: 18px;
    font-weight: bold
}
.home-services .service .price:hover a {
    padding-left: 15px
}
.home-services .service.service-1 .img {
    background: #000 url(images/service-1.jpg) center center no-repeat
}
.home-services .service.service-1 .title:first-line {
    color: #b13e00
}
.home-services .service.service-1 .price {
    background: url(images/barbuttons.png) 100% 0 no-repeat
}
.home-services .service.service-1 .price:hover {
    background-position: 95% 0
}
.home-services .service.service-2 .img {
    background: #000 url(images/service-2.jpg) center center no-repeat
}
.home-services .service.service-2 .title:first-line {
    color: #357b1f
}
.home-services .service.service-2 .price {
    background: url(images/barbuttons.png) 100% -40px no-repeat
}
.home-services .service.service-2 .price:hover {
    background-position: 95% -40px
}
.home-services .service.service-3 .img {
    background: #000 url(images/service-3.jpg) center center no-repeat
}
.home-services .service.service-3 .title:first-line {
    color: #0065ab
}
.home-services .service.service-3 .price {
    background: url(images/barbuttons.png) 100% -80px no-repeat
}
.home-services .service.service-3 .price:hover {
    background-position: 95% -80px
}
.home-services .service.service-4 .img {
    background: #000 url(images/service-4.jpg) center center no-repeat
}
.home-services .service.service-4 .title:first-line {
    color: #666
}
.home-services .service.service-4 .price {
    background: url(images/barbuttons.png) 100% -120px no-repeat
}
.home-services .service.service-4 .price:hover {
    background-position: 95% -120px
}
.home-services .service.service-ark .img {
    background: #000 url(images/service-ark.jpg) center center no-repeat
}
.home-services .service.service-ark .title:first-line {
    color: #357b1f
}
.home-services .service.service-ark .price {
    background: url(images/barbuttons.png) 100% -40px no-repeat
}
.home-services .service.service-ark .price:hover {
    background-position: 95% -40px
}
.metallic-2 {
    z-index: 1;
    position: relative;
    background: url(images/metallic-2.jpg) center top repeat
}
.metallic-3 {
    z-index: 1;
    position: relative;
    background: #fff url(images/metallic-3.png) center top no-repeat
}
.block-features {
    padding: 20px 0 20px 0
}
.block-features:before,
.block-features:after {
    content: " ";
    display: table;
    visibility: hidden
}
.block-features:after {
    clear: both
}
.block-features .feature {
    width: 25%;
    float: left;
    text-align: center
}
.block-features .feature .icon {
    width: 86px;
    height: 86px;
    margin: 30px auto
}
.block-features .feature .icon.ficon-1 {
    background: url(images/ficon-1.png) center center no-repeat
}
.block-features .feature .icon.ficon-2 {
    background: url(images/ficon-2.png) center center no-repeat
}
.block-features .feature .icon.ficon-3 {
    background: url(images/ficon-3.png) center center no-repeat
}
.block-features .feature .icon.ficon-4 {
    background: url(images/ficon-4.png) center center no-repeat
}
.block-features .feature .icon.ficon-5 {
    background: url(images/ficon-5.png) center center no-repeat
}
.block-features .feature .icon.ficon-6 {
    background: url(images/ficon-6.png) center center no-repeat
}
.block-features .feature .icon.ficon-7 {
    background: url(images/ficon-7.png) center center no-repeat
}
.block-features .feature .icon.ficon-8 {
    background: url(images/ficon-8.png) center center no-repeat
}
.block-features .feature .icon.ficon-9 {
    background: url(images/ficon-9.png) center center no-repeat
}
.block-features .feature .icon.ficon-0 {
    background: url(images/ficon-0.png) center center no-repeat
}
.block-features .feature .title {
    font-weight: bold;
    font-size: 19px;
    color: #3f6b00;
    position: relative;
    line-height: 20px;
    padding: 10px 20px;
    text-transform: uppercase
}
.block-features .feature .title:after {
    position: absolute;
    content: "";
    width: 52px;
    height: 1px;
    background: #5d8d18;
    left: 50%;
    margin-left: -26px;
    bottom: 0
}
.block-features .feature .text {
    font-size: 14px;
    color: #4f4f4f;
    line-height: 20px;
    margin: 10px auto 20px auto;
    max-width: 225px;
    padding: 0 20px
}
.block-features .feature .text a {
    font-weight: bold
}
.white-arrow-divider-bottom {
    padding-bottom: 50px
}
.white-arrow-divider-bottom:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 85px;
    width: 100%;
    pointer-events: none;
    background: url(images/white-arrow-divider.png) center center no-repeat
}
.white-back {
    background-color: #fff;
    z-index: 1
}
.white-back:before,
.white-back:after {
    content: " ";
    display: table;
    visibility: hidden
}
.white-back:after {
    clear: both
}
.whitish-back {
    background: -webkit-linear-gradient(left, #fff 10%, rgba(255, 255, 255, 0), #fff 90%), linear-gradient(to bottom, #f6f9f9, #fff);
    background: linear-gradient(to right, #fff 10%, rgba(255, 255, 255, 0), #fff 90%), linear-gradient(to bottom, #f6f9f9, #fff)
}
.whitish-back:before,
.whitish-back:after {
    content: " ";
    display: table;
    visibility: hidden
}
.whitish-back:after {
    clear: both
}
.top-divider {
    position: relative
}
.top-divider:before {
    content: "";
    display: block;
    visibility: visible;
    background: url(images/shadow.png) center center no-repeat;
    width: 100%;
    height: 102px;
    position: absolute;
    top: -51px;
    left: 0
}
.home-worldmap {
    padding: 50px 0 0 0
}
.worldmap-back {
    background: url(images/worldmap.png) center center no-repeat;
    margin-top: 30px
}
@-webkit-keyframes mappinRed {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 29, 29, 0)
    }
    40% {
        box-shadow: 0 0 10px 5px #ff1d1d
    }
    100% {
        box-shadow: 0 0 25px 0 rgba(255, 29, 29, 0)
    }
}
@keyframes mappinRed {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 29, 29, 0)
    }
    40% {
        box-shadow: 0 0 10px 5px #ff1d1d
    }
    100% {
        box-shadow: 0 0 25px 0 rgba(255, 29, 29, 0)
    }
}
@-webkit-keyframes mappinGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(41, 142, 1, 0)
    }
    40% {
        box-shadow: 0 0 10px 5px #298e01
    }
    100% {
        box-shadow: 0 0 25px 0 rgba(41, 142, 1, 0)
    }
}
@keyframes mappinGreen {
    0% {
        box-shadow: 0 0 0 0 rgba(41, 142, 1, 0)
    }
    40% {
        box-shadow: 0 0 10px 5px #298e01
    }
    100% {
        box-shadow: 0 0 25px 0 rgba(41, 142, 1, 0)
    }
}
@-webkit-keyframes mappinBlue {
    0% {
        box-shadow: 0 0 0 0 rgba(3, 123, 225, 0)
    }
    40% {
        box-shadow: 0 0 10px 5px #037be1
    }
    100% {
        box-shadow: 0 0 25px 0 rgba(3, 123, 225, 0)
    }
}
@keyframes mappinBlue {
    0% {
        box-shadow: 0 0 0 0 rgba(3, 123, 225, 0)
    }
    40% {
        box-shadow: 0 0 10px 5px #037be1
    }
    100% {
        box-shadow: 0 0 25px 0 rgba(3, 123, 225, 0)
    }
}
@-webkit-keyframes mappinOrange {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 153, 0, 0)
    }
    40% {
        box-shadow: 0 0 10px 5px #FF9900
    }
    100% {
        box-shadow: 0 0 25px 0 rgba(255, 153, 0, 0)
    }
}
@keyframes mappinOrange {
    0% {
        box-shadow: 0 0 0 0 rgba(3, 123, 225, 0)
    }
    40% {
        box-shadow: 0 0 10px 5px #FF9900
    }
    100% {
        box-shadow: 0 0 25px 0 rgba(255, 153, 0, 0)
    }
}
.worldmap {
    margin: auto;
    width: 1200px;
    height: 600px;
    margin-top: 0;
    position: relative
}
.worldmap .pins {
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}
.worldmap .pins .pin {
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    cursor: pointer;
    z-index: 2
}
.worldmap .pins .pin .name {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: translate(-50%, 0) scale(.001);
    -ms-transform: translate(-50%, 0) scale(.001);
    transform: translate(-50%, 0) scale(.001)
}
.worldmap .pins .pin .name:after {
    left: 50%
}
.worldmap .pins .pin .before {
    display: block;
    position: absolute;
    left: -7px;
    top: -7px;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    border: 3px solid #000;
    background: #fff
}
.worldmap .pins .pin.red .before {
    -webkit-animation: mappinRed 3s linear infinite;
    animation: mappinRed 3s linear infinite;
    border: 3px solid #ff1d1d
}
.worldmap .pins .pin.red .name {
    background: #b60000
}
.worldmap .pins .pin.red .name:after {
    border-top: 5px solid #b60000
}
.worldmap .pins .pin.blue .before {
    -webkit-animation: mappinBlue 3s linear infinite;
    animation: mappinBlue 3s linear infinite;
    border: 3px solid #037be1
}
.worldmap .pins .pin.blue .name {
    background: #02447c
}
.worldmap .pins .pin.blue .name:after {
    border-top: 5px solid #02447c
}
.worldmap .pins .pin.green .before {
    -webkit-animation: mappinGreen 3s linear infinite;
    animation: mappinGreen 3s linear infinite;
    border: 3px solid #298e01
}
.worldmap .pins .pin.green .name {
    background: #0c2900
}
.worldmap .pins .pin.green .name:after {
    border-top: 5px solid #0c2900
}
.worldmap .pins .pin.orange .before {
    -webkit-animation: mappinOrange 3s linear infinite;
    animation: mappinOrange 3s linear infinite;
    border: 3px solid #FF9900
}
.worldmap .pins .pin.orange .name {
    background: #EE7600
}
.worldmap .pins .pin.orange .name:after {
    border-top: 5px solid #EE7600
}
.worldmap .pins .pin .name {
    position: relative;
    z-index: 2;
    -webkit-transform: translate(-50%, 0) scale(.001);
    -ms-transform: translate(-50%, 0) scale(.001);
    transform: translate(-50%, 0) scale(.001);
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    position: absolute;
    top: -43px;
    white-space: nowrap;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 20px
}
.worldmap .pins .pin .name:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}
.worldmap .pins .pin.left .name {
    -webkit-transform-origin: 20% 100%;
    -ms-transform-origin: 20% 100%;
    transform-origin: 20% 100%;
    -webkit-transform: translate(-20%, 0) scale(.001);
    -ms-transform: translate(-20%, 0) scale(.001);
    transform: translate(-20%, 0) scale(.001)
}
.worldmap .pins .pin.left .name:after {
    left: 20%
}
.worldmap .pins .pin.center .name {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: translate(-50%, 0) scale(.001);
    -ms-transform: translate(-50%, 0) scale(.001);
    transform: translate(-50%, 0) scale(.001)
}
.worldmap .pins .pin.center .name:after {
    left: 50%
}
.worldmap .pins .pin.right .name {
    -webkit-transform-origin: 80% 100%;
    -ms-transform-origin: 80% 100%;
    transform-origin: 80% 100%;
    -webkit-transform: translate(-80%, 0) scale(.001);
    -ms-transform: translate(-80%, 0) scale(.001);
    transform: translate(-80%, 0) scale(.001)
}
.worldmap .pins .pin.right .name:after {
    left: auto;
    right: 17%
}
.worldmap .pins .pin:hover,
.worldmap .pins .pin.hover {
    z-index: 3
}
.worldmap .pins .pin:hover .name,
.worldmap .pins .pin.hover .name {
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 3
}
.worldmap .pins .pin:hover.left .name,
.worldmap .pins .pin.hover.left .name {
    -webkit-transform: translate(-20%, 0) scale(1);
    -ms-transform: translate(-20%, 0) scale(1);
    transform: translate(-20%, 0) scale(1)
}
.worldmap .pins .pin:hover.center .name,
.worldmap .pins .pin.hover.center .name {
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1)
}
.worldmap .pins .pin:hover.right .name,
.worldmap .pins .pin.hover.right .name {
    -webkit-transform: translate(-80%, 0) scale(1);
    -ms-transform: translate(-80%, 0) scale(1);
    transform: translate(-80%, 0) scale(1)
}
.worldmap .lists {
    position: absolute;
    left: 0;
    top: 0
}
.worldmap .list {
    position: absolute;
    text-align: center;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    white-space: nowrap;
    z-index: 1
}
.worldmap .list .title {
    font-size: 18px;
    font-weight: bold
}
.worldmap .list .title.red {
    color: #ff3d3d
}
.worldmap .list .title.blue {
    color: #037be1
}
.worldmap .list .title.green {
    color: #298e01
}
.worldmap .list .title.orange {
    color: #FF9900
}
.worldmap .list .ul {
    margin: 20px 20px 0 20px;
    display: inline-block
}
.worldmap .list .ul a {
    display: block;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    cursor: pointer
}
@-webkit-keyframes maplineRed {
    0% {
        background: rgba(255, 29, 29, 0);
        box-shadow: 0 0 5px rgba(255, 29, 29, 0)
    }
    10% {
        background: #ff1d1d;
        box-shadow: 0 0 5px #ff1d1d
    }
    100% {
        background: rgba(255, 29, 29, 0);
        box-shadow: 0 0 5px rgba(255, 29, 29, 0)
    }
}
@keyframes maplineRed {
    0% {
        background: rgba(255, 29, 29, 0);
        box-shadow: 0 0 5px rgba(255, 29, 29, 0)
    }
    10% {
        background: #ff1d1d;
        box-shadow: 0 0 5px #ff1d1d
    }
    100% {
        background: rgba(255, 29, 29, 0);
        box-shadow: 0 0 5px rgba(255, 29, 29, 0)
    }
}
@-webkit-keyframes maplineGreen {
    0% {
        background: rgba(41, 142, 1, 0);
        box-shadow: 0 0 5px rgba(41, 142, 1, 0)
    }
    10% {
        background: #298e01;
        box-shadow: 0 0 5px #298e01
    }
    100% {
        background: rgba(41, 142, 1, 0);
        box-shadow: 0 0 5px rgba(41, 142, 1, 0)
    }
}
@keyframes maplineGreen {
    0% {
        background: rgba(41, 142, 1, 0);
        box-shadow: 0 0 5px rgba(41, 142, 1, 0)
    }
    10% {
        background: #298e01;
        box-shadow: 0 0 5px #298e01
    }
    100% {
        background: rgba(41, 142, 1, 0);
        box-shadow: 0 0 5px rgba(41, 142, 1, 0)
    }
}
@-webkit-keyframes maplineBlue {
    0% {
        background: rgba(3, 123, 225, 0);
        box-shadow: 0 0 5px rgba(3, 123, 225, 0)
    }
    10% {
        background: #037be1;
        box-shadow: 0 0 5px #037be1
    }
    100% {
        background: rgba(3, 123, 225, 0);
        box-shadow: 0 0 5px rgba(3, 123, 225, 0)
    }
}
@keyframes maplineBlue {
    0% {
        background: rgba(3, 123, 225, 0);
        box-shadow: 0 0 5px rgba(3, 123, 225, 0)
    }
    10% {
        background: #037be1;
        box-shadow: 0 0 5px #037be1
    }
    100% {
        background: rgba(3, 123, 225, 0);
        box-shadow: 0 0 5px rgba(3, 123, 225, 0)
    }
}
@-webkit-keyframes maplineOrange {
    0% {
        background: rgba(255, 153, 0, 0);
        box-shadow: 0 0 5px rgba(255, 153, 0, 0)
    }
    10% {
        background: #EE7600;
        box-shadow: 0 0 5px #EE7600
    }
    100% {
        background: rgba(255, 153, 0, 0);
        box-shadow: 0 0 5px rgba(255, 153, 0, 0)
    }
}
@keyframes maplineOrange {
    0% {
        background: rgba(255, 153, 0, 0);
        box-shadow: 0 0 5px rgba(255, 153, 0, 0)
    }
    10% {
        background: #EE7600;
        box-shadow: 0 0 5px #EE7600
    }
    100% {
        background: rgba(255, 153, 0, 0);
        box-shadow: 0 0 5px rgba(255, 153, 0, 0)
    }
}
.map-lines {
    position: absolute;
    left: 0;
    top: 0
}
.map-lines div {
    position: absolute;
    height: 1px;
    width: 100px;
    -webkit-animation: maplineGreen 1s 1;
    animation: maplineGreen 1s 1
}
.map-lines div.red {
    -webkit-animation: maplineRed 1s 1;
    animation: maplineRed 1s 1
}
.map-lines div.green {
    -webkit-animation: maplineGreen 1s 1;
    animation: maplineGreen 1s 1
}
.map-lines div.blue {
    -webkit-animation: maplineBlue 1s 1;
    animation: maplineBlue 1s 1
}
.map-lines div.orange {
    -webkit-animation: maplineOrange 1s 1;
    animation: maplineOrange 1s 1
}
a.button,
.button,
button.button {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px 0 20px;
    background-color: #061704;
    background-image: -webkit-radial-gradient(50% -100%, ellipse farthest-corner, #5c625a 0, #061704 100%);
    background-image: radial-gradient(ellipse farthest-corner at 50% -100%, #5c625a 0, #061704 100%);
    font-size: 14px;
    color: #ceff4a;
    border-bottom: 1px solid #a9d13e;
    font-weight: bold;
    border-radius: 4px
}
a.button:hover,
.button:hover,
button.button:hover {
    background-color: #173915;
    background-image: -webkit-radial-gradient(50% -100%, ellipse farthest-corner, #6d846b 0, #173915 100%);
    background-image: radial-gradient(ellipse farthest-corner at 50% -100%, #6d846b 0, #173915 100%)
}
a.button.large,
.button.large,
button.button.large {
    font-size: 21px;
    line-height: 60px;
    padding: 0 30px 0 30px
}
.home-network-button {
    display: none;
    text-align: center
}
.home-network-button a {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px 0 20px;
    background-color: #061704;
    background-image: -webkit-radial-gradient(50% -100%, ellipse farthest-corner, #5c625a 0, #061704 100%);
    background-image: radial-gradient(ellipse farthest-corner at 50% -100%, #5c625a 0, #061704 100%);
    font-size: 14px;
    color: #ceff4a;
    border-bottom: 1px solid #a9d13e;
    font-weight: bold;
    border-radius: 4px;
    margin-top: 50px
}
.home-network-button a:hover {
    background-color: #173915;
    background-image: -webkit-radial-gradient(50% -100%, ellipse farthest-corner, #6d846b 0, #173915 100%);
    background-image: radial-gradient(ellipse farthest-corner at 50% -100%, #6d846b 0, #173915 100%)
}
.home-network-button a.large {
    font-size: 21px;
    line-height: 60px;
    padding: 0 30px 0 30px
}
.pagetitle-huge {
    font-size: 48px;
    font-weight: bold;
    color: #3e6b00;
    text-align: center;
    line-height: 48px
}
.pagetitle-big {
    font-size: 36px;
    font-weight: bold;
    color: #3e6b00;
    text-align: center;
    line-height: 48px
}
.pagetitle-small {
    font-size: 17px;
    font-weight: bold;
    color: #999;
    text-align: center
}
.pagetitle-medium {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center
}
.logo-divider {
    position: relative;
    padding-top: 50px;
    z-index: 5
}
.logo-divider:before {
    content: "";
    display: block;
    visibility: visible;
    z-index: 6;
    background: url(images/logo-small.png) center center no-repeat;
    width: 97px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -49px;
    top: -40px
}
.news-box {
    padding: 50px 0
}
.news-box:before,
.news-box:after {
    content: " ";
    display: table;
    visibility: hidden
}
.news-box:after {
    clear: both
}
.news-box .half {
    width: 50%;
    float: left
}
.news-box .news {
    padding: 0 65px 15px 15px
}
.news-box .news .title {
    font-weight: bold;
    font-size: 15px
}
.news-box .news .text {
    margin-top: 5px
}
.news-box .news .date {
    color: #999
}
.footer-top {
    background: #181f11;
    min-height: 81px;
    box-sizing: border-box;
    padding: 8px 8px;
    position: relative;
    z-index: 4
}
.footer-top:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #434540
}
#footer {
    position: relative;
    z-index: 4;
    margin-top: 100px
}
#footer:before {
    z-index: 3;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -85px;
    width: 100%;
    height: 103px;
    background: url(images/footer-landscape.png) center 80% no-repeat;
    background-size: contain
}
#footer .social {
    float: left
}
#footer .social a {
    background: #bfcaad;
    background: -webkit-linear-gradient(top, rgba(191, 202, 173, 0.5), rgba(92, 103, 76, 0.5));
    background: linear-gradient(to bottom, rgba(191, 202, 173, 0.5), rgba(92, 103, 76, 0.5));
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    display: block;
    width: 64px;
    height: 64px;
    float: left;
    margin-left: 6px;
    position: relative
}
#footer .social a span {
    display: block;
    width: 64px;
    height: 64px;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
#footer .social a.fb span {
    background: url(images/social-fb.png) no-repeat
}
#footer .social a.tw span {
    background: url(images/social-tw.png) no-repeat
}
#footer .social a.ds span {
    background: url(images/social-ds.png) no-repeat
}
#footer .social a:hover span {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
#footer .payment-methods {
    background: url(images/payment-methods.png) no-repeat;
    width: 222px;
    height: 46px;
    float: left;
    margin: 10px 0 0 64px
}
#footer .buttonset {
    float: right
}
#footer .bottommenu {
    float: left;
    margin: 14px 20px 0 0
}
#footer .billing-button {
    float: left;
    margin: 14px 20px 0 0;
    padding-left: 42px;
    background-image: -webkit-radial-gradient(50% -100%, ellipse farthest-corner, rgba(90, 144, 140, 0.5) 0, rgba(35, 56, 53, 0.5) 100%);
    background-image: radial-gradient(ellipse farthest-corner at 50% -100%, rgba(90, 144, 140, 0.5) 0, rgba(35, 56, 53, 0.5) 100%);
    color: #b1fffa;
    position: relative;
    border-bottom: 1px solid #b1fffa
}
#footer .billing-button:before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 10px;
    width: 14px;
    height: 17px;
    background: url(images/icon-lock.png) center center no-repeat
}
.footer-body {
    background: #141710
}
.footer-links {
    padding: 30px 20px;
    float: left
}
.footer-links:before,
.footer-links:after {
    content: " ";
    display: table;
    visibility: hidden
}
.footer-links:after {
    clear: both
}
.footer-links ul {
    margin: 20px 50px 20px 10px;
    float: left
}
.footer-links ul li.title {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    padding: 8px 0
}
.footer-links ul li a {
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 25px
}
.footer-links ul li a:hover {
    color: #ceff4a
}
.twitter-widget {
    margin: 20px 50px 0 0;
    background: #2c2f28;
    border-radius: 3px;
    float: right;
    max-width: 400px;
    max-height: 200px;
    overflow: hidden
}
#footer .copyright {
    position: relative;
    background: #10120d;
    padding: 60px 20px 50px 20px;
    text-align: center;
    font-size: 12px;
    color: #fff
}
#footer .copyright:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -40px;
    background: url(images/logo-small-dark.png) center center no-repeat;
    width: 97px;
    height: 80px;
    margin-left: -48px
}
.pageheading {
    background: #171e12 no-repeat center top;
    min-height: 140px;
    text-align: center
}
.pageheading:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    background: url(images/pageheading-shade.png) repeat-x
}
.pageheading .text {
    margin-top: 150px;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    padding-bottom: 70px;
    background: url(images/slider-text-shade.png) bottom center no-repeat
}
.pageheading .text .title {
    font-size: 64px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 72px
}
.pageheading .text .subtitle {
    font-size: 24px;
    margin: 5px auto 0;
    font-weight: 300;
    max-width: 850px
}
.ph-gameservers {
    background: #0b1618 url(images/pageheading-1.jpg) center 30% no-repeat
}
.ph-hex {
    background: #0b1618 url(images/pageheading-3.jpg) center 26% repeat-x
}
.ph-network {
    background: #0b1618 url(images/pageheading-4.jpg) center 26% no-repeat
}
.ph-plus {
    background: #000 url(images/hpgsplus.png) center no-repeat;
	height:500px;
}
.popular-games {
    padding: 20px 0 30px 0;
    margin: 90px 0 30px 0;
    position: relative;
    color: #333;
    background: -webkit-linear-gradient(top, #fff, #cbcccf);
    background: linear-gradient(to bottom, #fff, #cbcccf);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2)
}
.popular-games .pagetitle-big {
    text-shadow: 0 1px #fff;
    color: #333;
    position: absolute;
    left: 50%;
    height: 50px;
    top: -60px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    padding: 10px 40px 0 40px;
    box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.5)
}
.popular-games .games-list {
    margin-top: 20px;
    padding: 0 15px
}
.popular-games .games-list:before,
.popular-games .games-list:after {
    content: " ";
    display: table;
    visibility: hidden
}
.popular-games .games-list:after {
    clear: both
}
.popular-games .games-list .game {
    width: 25%;
    float: left;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    padding: 170px 10px 0 10px;
    position: relative
}
.popular-games .games-list .game:hover {
    background: #ccc;
    background: -webkit-linear-gradient(top, #fff, #fff 50%, #ddd);
    background: linear-gradient(to bottom, #fff, #fff 50%, #ddd);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    border-radius: 500px 500px 0 0;
    border-bottom: 2px solid #b13e00
}
.popular-games .games-list .game.count-2 {
    width: 50%
}
.popular-games .games-list .game.count-3 {
    width: 33.33333333%
}
.popular-games .games-list .game.count-4 {
    width: 25%
}
.popular-games .games-list .game.count-5 {
    width: 20%
}
.popular-games .games-list .game.count-6 {
    width: 16.66666667%
}
.popular-games .games-list .game.count-7 {
    width: 14.28571429%
}
.popular-games .games-list .game.count-8 {
    width: 12.5%
}
.popular-games .games-list .game.count-9 {
    width: 11.11111111%
}
.popular-games .games-list .game .image {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 128px;
    height: 128px;
    margin-left: -64px;
    border-radius: 200px;
    background-color: #999;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 128px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 20
}
.popular-games .games-list .game .title {
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 30
}
.popular-games .games-list .game .title strong {
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    color: #3e6b00
}
.popular-games .games-list .game .title small {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: 1em
}
.popular-games .games-list .game .price {
    text-align: center;
    margin-top: 20px;
    color: #000
}
.popular-games .games-list .game .price strong {
    color: #b13e00;
    font-size: 14px
}
.popular-games .games-list .game .buttonset {
    text-align: center;
    margin: 20px auto 0;
    max-width: 150px
}
.popular-games .games-list .game .buttonset a {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative
}
.popular-games .games-list .game .buttonset a:first-child {
    background: #fff;
    border: 1px solid #999;
    color: #333
}
.popular-games .games-list .game .buttonset a:first-child:hover {
    background: #b13e00;
    color: #fff
}
.popular-games .games-list .game .buttonset a:first-child:before {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 11px;
    width: 16px;
    height: 16px;
    background: url(images/icon-info.png) center center no-repeat;
    background-size: 16px
}
.popular-games .games-list .game .buttonset a:first-child:hover:before {
    background: url(images/icon-info-w.png) center center no-repeat;
    background-size: 16px
}
.popular-games .games-list .game .buttonset a:last-child {
    padding-left: 20px;
    padding-right: 0
}
.popular-games .games-list .game .buttonset a:last-child:before {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 11px;
    width: 16px;
    height: 16px;
    background: url(images/icon-cart.png) center center no-repeat;
    background-size: 16px
}
.popular-games .games-list .game>a:hover .image {
    top: 3px;
    width: 161px;
    height: 161px;
    margin-left: -80px;
    background-size: 192px;
    box-shadow: inset 0 30px 30px rgba(255, 255, 255, 0.5), inset 0 -50px 50px rgba(0, 0, 0, 0.2)
}
.allgames-heading {
    border-bottom: 1px solid #666;
    padding: 10px 10px 0 10px
}
.allgames-heading:before,
.allgames-heading:after {
    content: " ";
    display: table;
    visibility: hidden
}
.allgames-heading:after {
    clear: both
}
.allgames-heading .title {
    float: left;
    font-size: 36px;
    color: #333;
    font-weight: bold;
    margin-top: 20px
}
.allgames-heading .search-library {
    float: right;
    margin-bottom: 10px
}
.allgames-heading .search-library strong {
    display: block;
    text-align: right;
    font-size: 16px;
    color: #333
}
.allgames-heading .search-library .bigsearch input {
    display: block;
    margin: auto;
    padding: 5px 15px;
    border: 1px solid #b13e00;
    background: #fff;
    border-radius: 3px;
    font-family: "pm", "open sans", arial, helvetica, sans-serif;
    font-size: 16px;
    width: 270px;
    color: #b13e00
}
@-webkit-keyframes overflowanimate {
    0% {
        width: 30%
    }
    100% {
        width: 100%
    }
}
@keyframes overflowanimate {
    0% {
        width: 30%
    }
    100% {
        width: 100%
    }
}
.gamelist-rows {
    clear: both;
    padding: 0 20px 50px 20px
}
.gamelist-rows .game {
    position: relative;
    margin: 10px auto 0;
    border-radius: 50px 0 0 50px;
    min-height: 48px;
    box-sizing: border-box;
    background: -webkit-linear-gradient(270deg, #fff, #eee);
    background: linear-gradient(180deg, #fff, #eee);
    border-bottom: 1px solid #ccc;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.gamelist-rows .game:before,
.gamelist-rows .game:after {
    content: " ";
    display: table;
    visibility: hidden
}
.gamelist-rows .game:after {
    clear: both
}
.gamelist-rows .game .image {
    position: absolute;
    left: 6px;
    top: 6px;
    width: 36px;
    height: 36px;
    background: no-repeat center center;
    background-size: 36px;
    border-radius: 72px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.gamelist-rows .game:hover {
    box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.3)
}
.gamelist-rows .game:hover .image {
    left: -8px;
    top: -8px;
    width: 64px;
    height: 64px;
    background-size: 72px;
    z-index: 30
}
.gamelist-rows .game .title,
.gamelist-rows .game .overflow {
    position: absolute;
    left: 0;
    top: 0;
    padding: 12px 0 12px 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: bold;
    float: left;
    box-sizing: border-box;
    border-radius: 25px
}
.gamelist-rows .game .title strong,
.gamelist-rows .game .overflow strong {
    padding: 0 24px 0 60px
}
.gamelist-rows .game .title a {
    color: #333
}
.gamelist-rows .game .overflow {
    width: 100%;
    color: #fff;
    background: -webkit-linear-gradient(top, #333, #222);
    background: linear-gradient(to bottom, #333, #222);
    border-radius: 25px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    overflow: hidden;
    -webkit-animation: overflowanimate 200ms linear 1;
    animation: overflowanimate 200ms linear 1
}
.gamelist-rows .game .overflow a {
    color: #fff
}
.gamelist-rows .game .overflow .overtitle {
    white-space: nowrap
}
.gamelist-rows .game .price {
    float: right;
    margin: 13px 15px 0 0
}
.gamelist-rows .game .price {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold
}
.gamelist-rows .game .price strong {
    color: #b13e00;
    font-size: 17px
}
.gamelist-rows .game .buttonset {
    float: right
}
.gamelist-rows .game .buttonset a {
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    position: relative;
    border-radius: 3px;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    padding: 0 15px 0 35px
}
.gamelist-rows .game .buttonset a.info {
    background: #fff;
    border: 1px solid #999;
    font-size: 13px;
    font-weight: bold
}
.gamelist-rows .game .buttonset a.info:hover {
    background: #b13e00;
    color: #fff
}
.gamelist-rows .game .buttonset a.info:before {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 7px;
    width: 16px;
    height: 16px;
    background: url(images/icon-info.png) center center no-repeat;
    background-size: 16px
}
.gamelist-rows .game .buttonset a.info:hover:before {
    background: url(images/icon-info-w.png) center center no-repeat;
    background-size: 16px
}
.gamelist-rows .game .buttonset a.cart {
    display: inline-block;
    line-height: 40px;
    padding: 0 20px 0 20px;
    background-color: #061704;
    background-image: -webkit-radial-gradient(50% -100%, ellipse farthest-corner, #5c625a 0, #061704 100%);
    background-image: radial-gradient(ellipse farthest-corner at 50% -100%, #5c625a 0, #061704 100%);
    font-size: 14px;
    color: #ceff4a;
    border-bottom: 1px solid #a9d13e;
    font-weight: bold;
    border-radius: 4px;
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0 15px 0 35px
}
.gamelist-rows .game .buttonset a.cart:hover {
    background-color: #173915;
    background-image: -webkit-radial-gradient(50% -100%, ellipse farthest-corner, #6d846b 0, #173915 100%);
    background-image: radial-gradient(ellipse farthest-corner at 50% -100%, #6d846b 0, #173915 100%)
}
.gamelist-rows .game .buttonset a.cart.large {
    font-size: 21px;
    line-height: 60px;
    padding: 0 30px 0 30px
}
.gamelist-rows .game .buttonset a.cart:before {
    content: "";
    display: block;
    position: absolute;
    left: 12px;
    top: 7px;
    width: 16px;
    height: 16px;
    background: url(images/icon-cart.png) center center no-repeat;
    background-size: 16px
}
.gamelist-rows .nogames {
    padding: 20px 20px 50px 20px;
    color: #b13e00;
    text-align: center;
    font-size: 18px;
    font-weight: bold
}
.padded {
    padding: 30px 0
}
.ph-game {
    background: #0b1618 url(images/pageheading-2.jpg) center center repeat
}
.ph-game .gameslider {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    top: 70px;
    z-index: 100;
    margin: 80px 10px 0 10px;
    min-height: 220px;
    padding-top: 30px;
    box-shadow: 0 0 30px 5px #000, inset 0 0 40px rgba(255, 255, 255, 0.4);
    border-radius: 10px
}
.ph-game .gameslider .text {
    margin: 0;
    background: -webkit-linear-gradient(top, rgba(32, 43, 49, 0), rgba(32, 43, 49, 0.7) 25%, rgba(0, 0, 0, 0.6) 75%, rgba(32, 43, 49, 0));
    background: linear-gradient(to bottom, rgba(32, 43, 49, 0), rgba(32, 43, 49, 0.7) 25%, rgba(0, 0, 0, 0.6) 75%, rgba(32, 43, 49, 0));
    padding: 40px 20px
}
.ph-game .gameslider .image {
    position: absolute;
    left: 50%;
    margin-left: -38px;
    bottom: -45px;
    width: 72px;
    height: 72px;
    background-size: 72px;
    background-position: center center;
    background-color: #fff;
    border-radius: 72px;
    border: 2px solid #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.9)
}
@-webkit-keyframes infoshiner {
    0% {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(8);
        transform: scale(8);
        opacity: 1
    }
    80% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}
@keyframes infoshiner {
    0% {
        -webkit-transform: scale(10);
        transform: scale(10);
        opacity: 0
    }
    20% {
        -webkit-transform: scale(8);
        transform: scale(8);
        opacity: 1
    }
    80% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
}
.single-game {
    padding: 20px 0 20px 0;
    margin: 90px auto 30px auto;
    max-width: 92%;
    position: relative;
    color: #333;
    background: -webkit-linear-gradient(top, #fff, #cbcccf);
    background: linear-gradient(to bottom, #fff, #cbcccf);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2)
}
.single-game:before,
.single-game:after {
    content: " ";
    display: table;
    visibility: hidden
}
.single-game:after {
    clear: both
}
.single-game .info {
    text-align: center;
    width: 24%;
    box-sizing: border-box;
    float: left;
    padding: 10px 10px;
    position: relative
}
.single-game .info small {
    color: #000;
    font-size: 12px;
    display: block;
    font-weight: bold
}
.single-game .info strong,
.single-game .info b {
    color: #b13e00;
    font-weight: bold;
    display: block;
    line-height: 48px
}
.single-game .info strong {
    font-size: 48px
}
.single-game .info b {
    font-size: 42px
}
.single-game .info a.button {
    margin-top: 10px;
    position: relative;
    z-index: 1000
}
.single-game .info:last-child {
    width: 28%
}
.single-game:hover .info .shiner {
    -webkit-animation: infoshiner 3s linear infinite;
    animation: infoshiner 3s linear infinite
}
.shiner {
    position: absolute;
    z-index: 990;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 1000px;
    opacity: 0;
    box-shadow: inset 0 0 10px #fff;
    pointer-events: none
}
.game-desc {
    padding: 50px 10px
}
.game-desc .desc {
    padding: 20px 0;
    text-align: center
}
.game-desc .desc p {
    margin: 15px 0;
    font-size: 16px
}
.thin-title {
    font-weight: 300;
    font-size: 42px;
    color: #3e6b00;
    text-align: center
}
.thin-title-small {
    font-weight: 300;
    font-size: 24px;
    text-align: center
}
.gallery {
    padding: 30px 0
}
.gallery:before,
.gallery:after {
    content: " ";
    display: table;
    visibility: hidden
}
.gallery:after {
    clear: both
}
.gallery a {
    float: left;
    margin: 10px 1%;
    width: 23%;
    padding: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.gallery a img {
    width: 100%
}
.gallery a:hover {
    background-color: #666
}
.game-float {
    position: fixed;
    left: 0;
    top: -300px;
    width: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.7);
    padding-bottom: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}
.game-float.show {
    top: 0
}
.game-float .game {
    margin-right: 20px
}
.servers-container {
    padding: 30px 0 30px 0;
    margin: 90px 0 30px 0;
    position: relative;
    color: #333;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2)
}
.webs-container {
    padding-bottom: 30px;
    margin: 20px 0 30px 0;
}
.loc-tabs {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    z-index: 3;
    top: -72px;
    left: 0;
    text-align: center
}
.loc-tabs a {
    display: inline-block;
    box-sizing: border-box;
    width: 24%;
    max-width: 240px;
    background: url(images/metallic-dark-small.jpg) center center no-repeat;
    border-left: 1px solid #666;
    border-top: 1px solid #666;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 5px 5px 0 0;
    padding: 5px 5px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: 10px;
    vertical-align: bottom;
    text-align: center
}
.loc-tabs a strong {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    display: block;
    line-height: 30px
}
.loc-tabs a span {
    font-size: 15px;
    color: #999;
    font-weight: bold;
    line-height: 20px
}
.loc-tabs a:hover,
.loc-tabs a.active {
    background-image: none;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    border-right: 1px solid #999;
    border-bottom: 1px solid #fff;
    padding: 10px 5px;
    margin-top: 0
}
.loc-tabs a:hover strong,
.loc-tabs a.active strong {
    color: #3e6b00
}
.loc-tabs a:hover span,
.loc-tabs a.active span {
    color: #666
}
.loc-tabs a:hover {
    background: url(images/metallic-2.jpg) center center no-repeat
}
.loc-tabs a.active {
    background-color: #fff
}
.loc-tabs a.active strong {
    color: #000
}
.loc-tabs a.active span {
    color: #666
}
.loc-tabs a.active:hover {
    background-color: #fff;
    background-image: none
}
@-webkit-keyframes simpleRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes simpleRotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.server-design {
    padding: 20px 20px
}
.server-design .server {
    background: url(images/metallic-dark-small.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 5px;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    min-height: 95px
}
.server-design .server .design-elements>div:nth-child(1):before,
.server-design .server .design-elements>div:nth-child(1):after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 75px;
    border-radius: 5px;
    background: #fff;
    box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.5)
}
.server-design .server .design-elements>div:nth-child(1):before {
    top: 10px;
    left: 10px
}
.server-design .server .design-elements>div:nth-child(1):after {
    top: 10px;
    right: 10px
}
.server-design .server .design-elements>div:nth-child(2) div {
    position: absolute;
    width: 5px;
    height: 85px;
    border-radius: 5px;
    background: #222;
    box-shadow: inset 1px 1px 3px #000;
    top: 5px;
    left: 35px
}
.server-design .server .design-elements>div:nth-child(2) div+div {
    left: 45px
}
.server-design .server .design-elements>div:nth-child(2) div+div+div {
    left: 55px
}
.server-design .server .design-elements>div:nth-child(2) div+div+div+div {
    left: 65px
}
.server-design .server .design-elements>div:nth-child(2) div+div+div+div+div {
    left: 75px
}
.server-design .server .design-elements>div:nth-child(2) div+div+div+div+div+div {
    left: 85px
}
.server-design .server .design-elements>div:nth-child(2) div+div+div+div+div+div+div {
    left: 95px
}
.server-design .server .design-elements>div:nth-child(2) div+div+div+div+div+div+div+div {
    left: 105px
}
.server-design .server .design-elements>div:nth-child(2) div+div+div+div+div+div+div+div+div {
    left: 115px
}
.server-design .server .design-elements>div:nth-child(3) div {
    position: absolute;
    width: 25px;
    height: 36px;
    border-radius: 4px;
    background: #222 url(images/pageheading-3.jpg) center center;
    background-size: 80px;
    box-shadow: inset 1px 1px 3px #000
}
.server-design .server .design-elements>div:nth-child(3) div {
    right: 90px;
    top: 8px
}
.server-design .server .design-elements>div:nth-child(3) div+div {
    right: 90px;
    top: 52px
}
.server-design .server .design-elements>div:nth-child(3) div+div+div {
    right: 120px;
    top: 8px
}
.server-design .server .design-elements>div:nth-child(3) div+div+div+div {
    right: 120px;
    top: 52px
}
.server-design .server .design-elements>div:nth-child(3) div+div+div+div+div {
    right: 150px;
    top: 8px
}
.server-design .server .design-elements>div:nth-child(3) div+div+div+div+div+div {
    right: 150px;
    top: 52px
}
.server-design .server .design-elements>div:nth-child(3) div+div+div+div+div+div+div {
    right: 180px;
    top: 8px
}
.server-design .server .design-elements>div:nth-child(3) div+div+div+div+div+div+div+div {
    right: 180px;
    top: 52px
}
.server-design .server .intel {
    float: left;
    width: 30px;
    height: 30px;
    margin-top: 10px;
    background: url(images/intel.png) no-repeat;
    background-size: 30px;
    border-radius: 3px;
    box-shadow: -1px -1px 1px #000, 2px 2px 0 #444
}
.server-design .server .name {
    font-size: 22px;
    color: #ccc;
    font-weight: 300;
    float: left;
    padding: 11px 12px 0 20px
}
.server-design .server .name strong {
    color: #fff;
    font-weight: bold
}
.server-design .server .name b {
    color: #b7ff53;
    font-weight: normal;
    font-size: 18px
}
.server-design .server .price {
    float: right;
    font-size: 12px;
    color: #fff;
    margin-top: 5px
}
.server-design .server .price strong {
    font-size: 24px;
    color: #b7ff53;
    position: relative;
    top: 3px;
    margin: 0 2px
}
.server-design .server .first-row {
    padding-left: 125px;
    padding-right: 225px
}
.server-design .server .first-row:before,
.server-design .server .first-row:after {
    content: " ";
    display: table;
    visibility: hidden
}
.server-design .server .first-row:after {
    clear: both
}
.server-design .server .second-row {
    clear: both;
    padding-left: 120px
}
.server-design .server .second-row:before,
.server-design .server .second-row:after {
    content: " ";
    display: table;
    visibility: hidden
}
.server-design .server .second-row:after {
    clear: both
}
.server-design .server .second-row .box {
    float: left;
    width: 17%;
    margin: 5px .3%;
    box-sizing: border-box;
    border: 1px solid #000;
    background: #111;
    border-radius: 3px;
    text-align: center;
    padding: 0 5px
}
.server-design .server .second-row .box strong {
    display: block;
    padding: 2px 5px;
    border-bottom: 1px solid #333;
    font-size: 11px;
    color: #999
}
.server-design .server .second-row .box span {
    color: #fff;
    font-size: 18px
}
.server-design .server a.more-info {
    position: absolute;
    right: 25px;
    top: 17px;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding-top: 15px;
    border-radius: 30px;
    background: #222 url(images/dropdown-arrow.png) center 40px no-repeat;
    text-align: center;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    color: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    box-shadow: -1px -1px 1px #000, 1px 1px 1px #444
}
.server-design .server a.more-info:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border-left: 2px solid #b7ff53;
    border-right: 2px solid #b7ff53;
    border-radius: 50px;
    -webkit-animation: simpleRotate 10s linear infinite;
    animation: simpleRotate 10s linear infinite
}
.server-design .server a.more-info:hover {
    background-color: #89ec00;
    box-shadow: -1px -1px 1px #000, 1px 1px 1px #444, inset 0 0 20px 3px #000;
    color: #000
}
.server-design .server:hover .shiner {
    -webkit-animation: infoshiner 3s linear infinite;
    animation: infoshiner 3s linear infinite
}
.server-details {
    background: #f4f4f4;
    margin: 0 auto 0;
    border: 1px solid #999;
    border-radius: 0 0 10px 10px;
    width: 94%;
    padding: 20px 10px;
    box-sizing: border-box
}
.server-details:before,
.server-details:after {
    content: " ";
    display: table;
    visibility: hidden
}
.server-details:after {
    clear: both
}
.server-details .title {
    font-size: 32px;
    color: #3e6b00;
    font-weight: bold;
    border-bottom: 1px solid #999;
    padding: 5px 20px 10px 20px;
    margin-bottom: 10px
}
.server-details .title:before,
.server-details .title:after {
    content: " ";
    display: table;
    visibility: hidden
}
.server-details .title:after {
    clear: both
}
.server-details .title .price {
    float: right;
    font-size: 18px;
    color: #000;
    font-weight: normal
}
.server-details .title .price strong {
    font-size: 32px;
    color: #3e6b00;
    position: relative;
    top: 3px;
    margin: 0 2px
}
.server-details .title .price a.button {
    float: right;
    margin-left: 15px;
    font-size: 18px
}
.server-details .title:last-child {
    display: none
}
.server-details ul {
    float: left;
    background: #fff;
    background: -webkit-linear-gradient(top, #fff, rgba(255, 255, 255, 0) 150px);
    background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0) 150px);
    width: 32%;
    margin-right: 1.3%;
    margin-top: 0;
    border-radius: 5px 5px 0 0
}
.server-details ul li {
    border-top: 1px solid #ccc
}
.server-details ul li:before,
.server-details ul li:after {
    content: " ";
    display: table;
    visibility: hidden
}
.server-details ul li:after {
    clear: both
}
.server-details ul li>div {
    float: left;
    width: 50%;
    padding: 5px 5px;
    box-sizing: border-box
}
.server-details ul li>div:first-child {
    width: 40%;
    float: left;
    text-align: right;
    font-size: 15px;
    font-weight: bold
}
.server-details ul li.ultitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 0;
    border: 0
}
.server-details ul li.ultitle strong {
    color: #3e6b00;
    font-size: 20px;
    font-weight: bold;
    margin: 0 10px
}
.server-details ul.checkmark li>div:first-child {
    width: 100%;
    text-align: left;
    padding: 7px 10% 7px 45px;
    background: url(images/checkmark.png) 15px 5px no-repeat;
    background-size: 20px;
    font-size: 13px;
    color: #3e6b00;
    font-weight: normal
}
.server-details ul.standardconfig {
    background: #333;
    background: -webkit-linear-gradient(top, #333, #000 150px);
    background: linear-gradient(to bottom, #333, #000 150px);
    color: #ccc;
    padding-bottom: 20px
}
.server-details ul.standardconfig li>div:first-child {
    color: #fff
}
.server-details ul.standardconfig li {
    border-color: #333
}
.server-details ul.standardconfig li.ultitle {
    color: #fff
}
.server-group+.server-group {
    display: none
}
.feature-group {
    position: relative;
    z-index: 2
}
.feature-group .block-features {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    padding: 20px 0 50px 0;
    position: relative;
    z-index: 10
}
.feature-group .block-features:before {
    content: "";
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 20;
    left: 0;
    top: -60px;
    width: 100%;
    height: 60px;
    background: url(images/connector-white.png) center center no-repeat
}
.feature-group .block-features .pagetitle-big {
    margin-bottom: 20px
}
.feature-group-heading {
    background: url(images/metallic-1.jpg) top center no-repeat
}
.feature-group+.feature-group {
    display: none
}
.faq-list {
    padding: 20px 20px 20px 20px
}
.faq-list .half {
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 20px 20px
}
.faq-list .faq {
    margin-bottom: 20px
}
.faq-list .faq strong {
    font-size: 16px;
    color: #000;
    margin: 20px 0 10px
}
.faq-list .faq p {
    margin: 10px 10px
}
.blurb {
    padding: 20px 20px 40px 20px;
    font-size: 18px;
    font-weight: 300;
    text-align: center
}
.test-servers {
    text-align: center;
    padding: 30px 0
}
.test-servers a {
    display: inline-block
}
.test-servers a img {
    max-width: 100%
}
table.about-page-table {
    background: #fff;
    border-collapse: collapse;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
    border-top: 2px solid #8dc63f
}
table.about-page-table tr th {
    background: #eee;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px
}
table.about-page-table tr td {
    background: #fff;
    border: 1px solid #ccc;
    padding: 5px 10px;
    text-align: center;
    vertical-align: middle
}
table.about-page-table tr td:first-child {
    text-align: right;
    font-weight: bold
}
.align-left {
    text-align: left
}
.status-group {
    text-align: left;
    margin-top: 50px
}
.status-line {
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: linear-gradient(to bottom, #fff, #eee);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    margin: 10px 10px
}
.status-line:before,
.status-line:after {
    content: " ";
    display: table;
    visibility: hidden
}
.status-line:after {
    clear: both
}
.status-line * {
    box-sizing: border-box
}
.status-line>div,
.status-line>a {
    display: block;
    line-height: 50px;
    min-height: 50px;
    float: left
}
.status-line .code {
    min-width: 8%;
    font-weight: 300;
    font-size: 24px;
    text-align: center;
    padding: 0 10px
}
.status-line .name {
    min-width: 20%;
    font-size: 18px;
    font-weight: bold;
    padding-left: 15px
}
.status-line .services {
    min-width: 20%;
    float: right;
    margin-right: 5%
}
.status-line .services .service {
    float: right;
    position: relative;
    width: 50px;
    height: 50px
}
.status-line .services .service img {
    width: 50px;
    height: 50px;
    background-size: 50px
}
.status-line .services .service .tooltip {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: #333;
    border-radius: 4px;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    z-index: 100;
    line-height: 15px
}
.status-line .services .service .tooltip:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #333;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}
.status-line .services .service:hover .tooltip {
    visibility: visible;
    opacity: 1
}
.status-line .location {
    min-width: 10%;
    float: right;
    margin-right: 5%
}
.status-line .location img {
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.5)
}
.status-line .location span {
    font-weight: bold;
    color: #000
}
.status-line .status {
    float: right;
    min-width: 10%;
    background: #666;
    color: #fff;
    text-align: center
}
.status-line .status strong {
    border-radius: 100px;
    text-transform: uppercase
}
.status-line .status-up {
    background: #5fad04;
    color: #fff
}
.status-line .status-down {
    background: #c6463c
}
.status-th {
    margin: 20px 10px 10px 10px
}
.status-th:before,
.status-th:after {
    content: " ";
    display: table;
    visibility: hidden
}
.status-th:after {
    clear: both
}
.status-th div {
    float: left;
    font-weight: bold;
    color: #444;
    font-size: 15px
}
.status-th div+div {
    float: right;
    width: 10%;
    text-align: center
}
.status-th div+div+div {
    width: 10%;
    margin-right: 5%
}
.status-th div+div+div+div {
    width: 20%;
    text-align: right;
    padding-right: 5%
}
.large-checklist {
    text-align: center
}
.large-checklist li {
    margin: 10px 1%;
    width: 47%;
    display: inline-block;
    box-sizing: border-box;
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: linear-gradient(to bottom, #fff, #eee);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    line-height: 25px;
    vertical-align: top
}
.large-checklist li:before {
    content: "";
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background: url(images/checkmark.png) no-repeat;
    background-size: 24px
}
.large-checklist li:nth-child(odd) {
    clear: left
}
.three-boxes {
    box-sizing: border-box;
    background: -webkit-linear-gradient(top, #fff, #eee);
    background: linear-gradient(to bottom, #fff, #eee);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    width: 30.33%;
    margin: 10px 1.5%;
    float: left
}
.three-boxes .aicon {
    width: 72px;
    height: 72px;
    float: left
}
.three-boxes .aicon-1 {
    background: url(images/aicon-support.png) right bottom no-repeat
}
.three-boxes .aicon-2 {
    background: url(images/aicon-rocket.png) right bottom no-repeat
}
.three-boxes .aicon-3 {
    background: url(images/aicon-megaphone.png) right bottom no-repeat
}
.three-boxes .title {
    font-size: 24px;
    font-weight: bold;
    float: left;
    color: #54647b;
    padding: 30px 0 0 20px
}
.three-boxes .text {
    padding: 20px 15px 20px;
    clear: both
}
.pagetext {
    padding: 20px 0;
    font-size: 15px
}
.pagetext img {
    max-width: 100%;
    height: auto
}
.pagetext textarea {
    min-height: 60px;
    width: 80%
}
.text-page {
    padding: 20px 20px
}
.text-page p {
    margin: 10px 10px
}
h1 {
    margin: 20px 0;
    font-weight: 300;
    font-size: 36px;
    color: #3e6b00
}
h2 {
    margin: 20px 0;
    font-weight: normal;
    font-size: 24px;
    color: #3e6b00
}
h3 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 16px;
    color: #3e6b00
}
@media all and (min-width: 1220px) {
    body {
        min-width: 1200px
    }
    .body {
        width: 1200px
    }
}
@media only screen and (max-width: 1220px) {
    body {
        min-width: 320px
    }
    #menu>ul>li>a {
        padding-left: 15px;
        padding-right: 15px
    }
    .sliders,
    .sliders .slider {
        height: 600px
    }
    .sliders .text .title {
        font-size: 72px;
        line-height: 72px
    }
    .pagetitle-huge {
        font-size: 36px
    }
    .pagetitle-big {
        font-size: 28px
    }
    .pagetitle-small {
        font-size: 16px
    }
    .worldmap-back {
        background-size: 1200px
    }
    .worldmap {
        width: 900px;
        height: 450px
    }
    .worldmap .pins,
    .worldmap .lists {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
    .worldmap .pins .pin {
        -webkit-transform: scale(1.33333333);
        -ms-transform: scale(1.33333333);
        transform: scale(1.33333333)
    }
    .worldmap .list {
        -webkit-transform: scale(1.33333333);
        -ms-transform: scale(1.33333333);
        transform: scale(1.33333333)
    }
    .worldmap .list .title {
        font-size: 16px;
        margin-top: 20px
    }
    .worldmap .list .ul {
        margin-top: 10px
    }
    .worldmap .list .ul a {
        font-size: 14px
    }
    .worldmap .list:first-child {
        margin-left: 50px
    }
    .twitter-widget {
        max-width: 300px;
        margin-right: 20px
    }
    .footer-links ul {
        margin-right: 20px
    }
    .popular-games .games-list .game .buttonset a:before {
        display: none !important
    }
    .popular-games .games-list .game .buttonset a {
        padding: 0 !important
    }
}
@media only screen and (max-width: 1023px) {
    a.logo {
        top: 26px;
        left: 17px;
        width: 209.4px;
        height: 53.4px;
        background-size: 209.4px
    }
	img.santahat {
		width:52px;
		height:37px;
		padding-left:6px;
	}
	img.clickme {
		width:90px;
	}
    .topmenu {
        margin-top: 30px
    }
    #menu>ul>li {
        margin-top: 25px
    }
    .pageheading .text {
        margin-top: 120px
    }
    .pageheading .text .title {
        font-size: 48px;
        line-height: 64px
    }
    .pageheading .text .subtitle {
        font-size: 18px
    }
    .ph-game .gameslider {
        top: 20px
    }
    .single-game {
        margin-top: 40px
    }
}
@media only screen and (max-width: 960px) {
    .server-design .server .design-elements>div:nth-child(2) {
        display: none
    }
    .server-design .server .design-elements>div:nth-child(3) {
        display: none
    }
    .server-design .server .first-row {
        padding-left: 25px;
        padding-right: 90px
    }
    .server-design .server .second-row {
        padding-left: 20px
    }
    .server-design .server .second-row .box {
        width: 21%
    }
}

@media only screen and (max-width: 920px) {
    body {
        -webkit-text-size-adjust: none
    }
    .responsive {
        display: block
    }
    #menu {
        clear: both;
        float: right;
        position: absolute;
        right: 0;
        top: 50px;
        display: none;
        z-index: 20000
    }
    #menubutton {
        display: block
    }
    .topmenu {
        display: none
    }
    #menu {
        width: 320px;
        margin-right: 0
    }
    #menu>ul {
        width: 100%;
        border-top: 1px solid #333
    }
    #menu>ul>li {
        clear: both;
        width: 320px;
        float: none;
        margin: 0
    }
    #menu>ul>li>a {
        padding-left: 20px;
        margin: 0;
        position: relative;
        background: #000;
        color: #fff;
        float: none;
        text-align: left;
        font-size: 13px;
        font-weight: bold;
        line-height: 30px
    }
    #menu>ul>li>a span {
        display: inline;
        font-size: 13px
    }
    #menu>ul>li>a:hover {
        background: #111;
        color: #fff
    }
    #menu>ul>li:hover>a {
        color: #fff
    }
    #menu>ul>li:hover>a:after {
        margin-top: 0
    }
    #menu>ul>li.dropdown>a {
        background: #000 url(images/menu-button-small.png) 290px center no-repeat
    }
    #menu>ul>li.dropdown>a:hover {
        background-color: #111
    }
    #menu>ul>li.dropdown>div {
        box-shadow: none
    }
    #menu>ul>li.dropdown.active>div {
        display: block;
        height: auto
    }
    #menu>ul>li.dropdown>div {
        visibility: visible;
        float: none;
        display: none;
        height: 0;
        width: 100%;
        box-sizing: border-box;
        opacity: 1;
        padding-bottom: 10px;
        position: relative;
        top: 0 !important;
        left: 0
    }
    #menu>ul>li.dropdown>div ul {
        float: none;
        width: 100%
    }
    #menu>ul>li.dropdown>div ul>li>a {
        font-size: 13px
    }
    #menu>ul>li:last-child {
        display: block
    }
    .secondmenu {
        width: 100%;
        background: #111;
        border-bottom: 20px solid #000
    }
    .secondmenu a {
        display: block;
        padding: 0 0 0 20px;
        line-height: 40px;
        color: rgba(255, 255, 255, 0.6)
    }
    .secondmenu a:hover {
        background: #121;
        color: #fff
    }
    .secondmenu>a {
        display: none
    }
    .sliders,
    .sliders .slider {
        height: 500px;
    }
    .sliders .text .title {
        font-size: 64px
    }
    .worldmap-back {
        background-size: 960px
    }
    .worldmap {
        width: 720px;
        height: 360px
    }
    .worldmap .pins,
    .worldmap .lists {
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }
    .worldmap .pins .pin {
        -webkit-transform: scale(1.66666667);
        -ms-transform: scale(1.66666667);
        transform: scale(1.66666667)
    }
    .worldmap .list {
        -webkit-transform: scale(1.66666667);
        -ms-transform: scale(1.66666667);
        transform: scale(1.66666667)
    }
    .worldmap .list:first-child {
        margin-left: 80px
    }
    #footer .payment-methods {
        margin-left: 20px
    }
    .footer-links {
        float: none;
        text-align: center
    }
    .footer-links ul {
        margin: 20px 20px;
        float: none;
        display: inline-block
    }
    .twitter-widget {
        max-width: 500px;
        width: 100%;
        max-height: 300px;
        margin: 20px auto 80px auto;
        float: none
    }
    .popular-games {
        padding: 10px 0 10px 0;
        margin: 10px 0;
        background: transparent;
        box-shadow: none
    }
    .popular-games .pagetitle-big {
        position: static;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        box-shadow: none;
        background: transparent
    }
    .popular-games .games-list {
        text-align: center
    }
    .popular-games .games-list .game {
        background: -webkit-linear-gradient(top, #fff, #cbcccf);
        background: linear-gradient(to bottom, #fff, #cbcccf);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        margin-bottom: 10px;
        border-radius: 3px;
        width: 24% !important;
        min-width: 140px;
        display: inline-block;
        float: none;
        padding-top: 120px
    }
    .popular-games .games-list .game:hover {
        border-radius: 3px
    }
    .popular-games .games-list .game .image {
        position: absolute;
        left: 50%;
        top: 10px;
        width: 96px;
        height: 96px;
        margin-left: -48px;
        background-size: 96px
    }
    .popular-games .games-list .game>a:hover .image {
        top: -10px;
        width: 128px;
        height: 128px;
        margin-left: -64px;
        background-size: 192px
    }
    .popular-games .games-list .game .title strong {
        font-size: 14px
    }
    .popular-games .games-list .game .title small {
        font-size: 12px
    }
    .popular-games .games-list .game .price {
        margin-top: 5px
    }
    .popular-games .games-list .game .buttonset {
        margin-top: 5px
    }
    .game-float {
        display: none !important
    }
    .shiner {
        display: none
    }
    .loc-tabs {
        top: -57px
    }
    .loc-tabs a strong {
        font-size: 14px;
        line-height: 20px
    }
    .loc-tabs a span {
        font-size: 12px;
        line-height: 15px
    }
    .server-design .server .price {
        margin-top: 10px
    }
    .server-design .server .price strong {
        font-size: 16px;
        position: relative;
        top: 1px
    }
    .server-design .server .second-row .box strong {
        font-size: 9px;
        padding: 5px 0
    }
    .server-design .server .second-row .box span {
        font-size: 15px
    }
    .server-details .title {
        font-size: 22px
    }
    .server-details .title .price {
        font-size: 14px
    }
    .server-details .title .price strong {
        font-size: 22px;
        top: 1px
    }
    .server-details .title .price a.button {
        font-size: 14px;
        margin-top: -5px
    }
    .server-details table th {
        font-size: 14px
    }
    .server-details table th strong {
        font-size: 14px
    }
}
@media only screen and (max-width: 800px) {
    .home-services {
        text-align: center
    }
    .home-services .service {
        display: inline-block;
        float: none;
        width: 46%;
        max-width: 320px;
        margin: 10px 1% 10px
    }
    .sliders .text {
        margin-top: 150px
    }
    .sliders .text .title {
        font-size: 48px;
        line-height: 48px
    }
    .pagetitle-huge {
        font-size: 28px
    }
    .pagetitle-big {
        font-size: 24px
    }
    .news-box .half {
        width: 100%;
        float: none
    }
    .news-box .news {
        padding: 0 15px 15px 15px
    }
    #footer .social {
        float: none;
        margin-top: 15px;
        text-align: center
    }
    #footer .social a {
        display: inline-block;
        float: none
    }
    #footer .buttonset {
        float: none
    }
    #footer .payment-methods {
        float: none;
        margin: 10px auto
    }
    #footer .bottommenu {
        float: none;
        display: inline-block;
        margin: 10px
    }
    #footer .billing-button {
        float: none;
        display: inline-block;
        margin: 10px
    }
    #footer .footer-top {
        text-align: center
    }
    .gamelist-rows .game .title,
    .gamelist-rows .game .overflow {
        font-size: 15px
    }
    .gamelist-rows .game .buttonset a {
        padding: 0 5px !important
    }
    .gamelist-rows .game .buttonset a span {
        display: none
    }
    .single-game .info {
        width: 50%
    }
    .single-game .info a.button.large {
        line-height: 40px;
        padding: 0 15px;
        font-size: 14px;
        margin-top: 20px
    }
    .single-game .info strong,
    .single-game .info b {
        line-height: 36px
    }
    .single-game .info strong {
        font-size: 36px
    }
    .single-game .info b {
        font-size: 32px
    }
    .single-game .info:last-child {
        width: 50%
    }
    .server-design .server .name {
        font-size: 18px
    }
    .server-design .server .name b {
        font-size: 15px
    }
    .server-details ul {
        box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2)
    }
    .server-details ul li.ultitle {
        font-size: 14px
    }
    .server-details ul li.ultitle strong {
        font-size: 14px
    }
    .server-details ul li>div {
        float: none;
        width: 100%;
        text-align: center
    }
    .server-details ul li>div:first-child {
        float: none;
        width: 100%;
        text-align: center
    }
    .server-details ul.checkmark li>div:first-child {
        background: none;
        padding: 7px 5px 7px 5px;
        text-align: center
    }
    .three-boxes {
        width: 75%;
        min-width: 320px;
        margin: 10px auto;
        float: none
    }
}
@media only screen and (max-width: 740px) {
    .worldmap-back {
        background-size: 800px
    }
    .worldmap {
        width: 600px;
        height: 300px
    }
    .worldmap .pins,
    .worldmap .lists {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
    .worldmap .pins .pin {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2)
    }
    .worldmap .list {
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2)
    }
    .worldmap .list:nth-child(1) {
        margin-left: 120px;
        margin-top: 50px
    }
    .worldmap .list:nth-child(2) {
        margin-left: 50px
    }
    .worldmap .list:nth-child(3) {
        margin-top: -100px
    }
    .status-line>div,
    .status-line>a {
        line-height: 25px;
        min-height: 25px
    }
    .status-line .code {
        font-size: 12px;
        padding: 0 5px
    }
    .status-line .name {
        font-size: 14px;
        padding: 0 0 0 5px
    }
    .status-line .services .service,
    .status-line .services .service img {
        width: 25px;
        height: 25px;
        background-size: 25px
    }
    .status-line .location span {
        font-size: 12px;
        font-weight: normal
    }
    .status-line .location img {
        width: 16px
    }
}
@media only screen and (max-width: 640px) {
    .block-features .feature {
        width: 50%
    }
    .block-features .feature:nth-child(odd) {
        clear: left
    }
    .worldmap-back {
        background-size: 528px
    }
    .worldmap {
        width: 396px;
        height: 198px;
        padding-top: 1px
    }
    .worldmap .pins,
    .worldmap .lists {
        display: none
    }
    .pagetitle-huge {
        font-size: 24px
    }
    .pagetitle-big {
        font-size: 24px
    }
    .pagetitle-small {
        font-weight: normal;
        font-size: 14px
    }
    .home-network-button {
        display: block
    }
    .pageheading .text {
        margin-top: 100px
    }
    .pageheading .text .title {
        font-size: 32px;
        line-height: 48px
    }
    .pageheading .text .subtitle {
        font-size: 16px
    }
    .thin-title {
        font-size: 32px
    }
    .thin-title-small {
        font-size: 18px
    }
    .game-desc {
        padding: 40px 10px
    }
    .game-desc .desc p {
        font-size: 14px
    }
    .gallery a {
        width: 48%
    }
		.sliders .slider:nth-child(1) {
	    background: none;
		height
    }
		.sliders .slider:nth-child(2) {
	    background: none;
    }
		.sliders .slider:nth-child(3) {
	    background: none;
    }
		.sliders .slider:nth-child(4) {
	    background: none;
    }
}
@media only screen and (max-width: 600px) {
    .gamelist-rows {
        padding: 0 0 50px 0
    }
    .gamelist-rows .game .title,
    .gamelist-rows .game .overflow {
        width: 100%;
        font-size: 18px
    }
    .gamelist-rows .game .title strong,
    .gamelist-rows .game .overflow strong {
        padding-left: 40px
    }
    .gamelist-rows .game .overflow {
        display: none !important
    }
    .gamelist-rows .game .image {
        top: 24px;
        left: 0
    }
    .gamelist-rows .game:hover .image {
        top: 18px;
        left: -6px;
        width: 48px;
        height: 48px;
        background-size: 64px
    }
    .gamelist-rows .game .price {
        border-top: 1px solid #666;
        float: left;
        margin: 46px 0 0 40px;
        padding: 5px 20px 15px 0
    }
    .gamelist-rows .game .buttonset {
        margin-top: 30px
    }
    .gamelist-rows .game .buttonset a {
        margin-right: 5px
    }
    .allgames-heading .title {
        float: none;
        font-size: 28px;
        text-align: center
    }
    .allgames-heading .search-library {
        float: none;
        margin-bottom: 10px
    }
    .allgames-heading .search-library strong {
        display: block;
        text-align: center
    }
    .server-details .title {
        text-align: center
    }
    .server-details .title .price {
        float: none;
        display: block
    }
    .server-details .title .price a.button {
        float: none;
        display: block;
        margin: 15px auto 0;
        max-width: 200px
    }
    .server-details .title:last-child {
        display: block
    }
    .server-details ul {
        width: 95%;
        float: none;
        max-width: 320px;
        margin: auto auto 20px
    }
    .servers-container {
        margin-top: 0
    }
    .loc-tabs {
        position: static;
        margin-bottom: 20px
    }
    .loc-tabs a {
        display: block;
        box-sizing: border-box;
        width: 90%;
        max-width: none;
        margin: 0 auto
    }
    .loc-tabs a:hover,
    .loc-tabs a.active {
        padding: 5px 5px
    }
    .loc-tabs a.active {
        background: url(images/metallic-2.jpg) center center no-repeat
    }
    .faq-list .half {
        width: 100%;
        padding: 0 20px
    }
    .large-checklist li {
        width: 97%
    }
}
@media only screen and (max-width: 540px) {
    .server-design .server .intel {
        position: absolute;
        left: 0;
        top: 0
    }
    .server-design .server .price {
        margin-bottom: 5px
    }
}
@media only screen and (max-width: 480px) {
    .sliders .text .title {
        font-size: 36px;
        line-height: 36px
    }
    .sliders .text .subtitle {
        font-size: 20px
    }
    .sliders a.slider-button {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }
}
@media only screen and (max-width: 479px) {
    .home-services {
        text-align: center
    }
    .home-services .service {
        width: 96%
    }
    .server-design .server .second-row .box {
        width: 47%;
        margin-top: 0
    }
    .server-details table {
        width: 98%;
        float: none;
        display: block
    }
    .server-details table tr {
        margin: auto;
        box-shadow: 0 0 10px #f00;
        width: 200%
    }
    .status-line .name {
        width: 80%
    }
}
@media only screen and (max-width: 420px) {
    .worldmap-back {
        background-size: 400px
    }
    .worldmap {
        width: 300px;
        height: 150px
    }
}
@media only screen and (max-width: 360px) {
    .sliders a.slider-button {
        -webkit-transform: scale(.66);
        -ms-transform: scale(.66);
        transform: scale(.66)
    }
    .pagetitle-huge {
        font-size: 20px
    }
    .pagetitle-big {
        font-size: 17px
    }
    .pagetitle-small {
        font-weight: normal;
        font-size: 14px
    }
}
@media only screen and (max-width: 359px) {
    .gamelist-rows .game .price {
        margin-left: 30px
    }
}
@media only screen and (max-width: 319px) {
    a.logo {
        margin-left: 60px
    }
    #menubutton {
        left: 0;
        right: auto
    }
}