@font-face {
    font-family: 'gameservers';
    src: url(/css/oxygen.woff) format('woff');
}
@font-face {
    font-family: 'BenchNine';
    src: url(/css/BenchNine-Regular.ttf);
}
body {
    line-height: 150%;
    color: #333333;
    font-family: tahoma, 'gameservers', Arial, sans-serif;
    font-size: 13px;
    background-color: #0b0b0b;
    background-image: url(/images/site/site_background.png), url(/images/site/site_background.jpg);
    background-repeat: repeat, no-repeat;
    background-position: top center, top center;
    background-attachment: scroll, scroll;
}
th a {
	color: #36394a;
}
a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
}
select {
	font-weight: normal;
}
.error_message 				{ margin:5px; background-color:#fee3e3; border:5px solid #af1010; color:#9d0033; font-size:13px; font-weight:bold; padding:15px; }
.success_message 			{ margin:5px; background-color:#dfffdf; border:5px solid #9fcf9f; color:#006000; font-size:13px; font-weight:bold; padding:15px; }
.warning_message 			{ margin:5px; background-color:#f9f63f; border:5px solid #d8d729; color:#86860f; font-size:13px; font-weight:bold; padding:15px; }
#main {
	margin-top: 5px;
}
.navbar-inverse {
	background: -webkit-linear-gradient(left, #1e2027, #313342);
	background: -o-linear-gradient(right, #1e2027, #313342);
	background: -moz-linear-gradient(right, #1e2027, #313342);
	background: linear-gradient(to right, #1e2027, #313342);
}
.navbar-toggle {
	border-color: #555 !important;
}
.navbar-brand {
	color: white !important;
}
.navbar-brand img{
	margin-top: -5px;
}
.navbar_on {
    background-color: #4e5165;
}
.navbar_on a {
    color: white !important;
}
.navbar_off {
    background-color: transparent;
}
.navbar_off a {
    color: #9d9d9d !important;
}
.fa {
	display: none;
}
.close span {
	color: #000 !important;
}
.site_header {
	width: 100%;
    background-color: #f4f1ec;
    height: 95px;
	z-index: -1;
}
.header_options {
	width: 100%;
}
.header_options a, .white_block p, #forums a {
	color: #333333;
	width: 100%;
}
.header_objects {
    width: 992px;
    margin: 0 auto;
    padding: 0;
    height: 50px;
    line-height: 50px;
    display: block;
	overflow: hidden;
}
.header_options a, .header_options label {
    font-weight: normal;
}
.header_options select {
    width: auto;
}
.header_options,
.header_options select,
.show_prices,
.contact_us {
	display: inline-block;
}
.login,
.login_box, .login_button {
	display: inline-flex;
}
.show_prices, .contact_us p {
	float: left;
    height: 50px;
    margin: 0;
}
.login {
    float: right;
}
.login a {
    display: none;
}
.site_header input[type=submit] {
    padding: 2px 6px;
    text-shadow: none;
    background-color: #333333;
    background-image: none;
    font-weight: bold;
    border: 1px solid #262626;
    border-radius: 4px;
    color: white;
    font-size: 12px;
    font-family: tahoma, Arial, sans-serif;
    height: 30px;
    vertical-align: middle;
    line-height: 25px;
}
.nav_bar {
    width: 992px;
    height: 90px;
    position: relative;
    margin: auto;
    margin-top: -45px;
    z-index: 999;
    background-color: #e8e8e8;
    box-shadow: 1px 1px 8px #181818;
    border-radius: 9px;
}
.topbutton_game_on {
	background-image: url(/images/site/site_menu01on.png);
}

.topbutton_game_off {
	background-image: url(/images/site/site_menu01off.png);
}

.topbutton_ts_on {
	background-image: url(/images/site/site_menu02on.png);
}

.topbutton_ts_off {
	background-image: url(/images/site/site_menu02off.png);
}

.topbutton_vent_on {
	background-image: url(/images/site/site_menu03on.png);
}

.topbutton_vent_off {
	background-image: url(/images/site/site_menu03off.png);
}

.topbutton_dedi_on {
	background-image: url(/images/site/site_menu04on.png);
}

.topbutton_dedi_off {
	background-image: url(/images/site/site_menu04off.png);
}

.topbutton_b2b_on {
	background-image: url(/images/site/site_menu05on.png);
}

.topbutton_b2b_off {
	background-image: url(/images/site/site_menu05off.png);
}

.topbutton_why_on {
	background-image: url(/images/site/site_menu06on.png);
}

.topbutton_why_off {
	background-image: url(/images/site/site_menu06off.png);
}

.topbutton_contact_on {
	background-image: url(/images/site/site_menu09on.png?v=2);
}

.topbutton_contact_off {
    background-image: url(/images/site/site_menu09off.png?v=2);
}

.topbutton_order_on {
	background-image: url(/images/site/site_menu08on.png);
}

.topbutton_order_off {
	background-image: url(/images/site/site_menu08off.png);
}
.top_logo {
    width: 291px;
    height: 90px;
    display: inline-block;
    background-image: url(/images/site/site_menu00.png);
}
.top_logo a {
	display: block;
	width: 100%;
    height: 100%;
}
.navbar-inverse {
	display: none;
}
.icon-bar {
	background-color: white;
}
.menu_buttons {
    height: 90px;
	left: 291px;
    position: absolute;
    display: inline-block;
    top: 0;
    font-size: 0;
    z-index: 1000;
    border-radius: 0 9px 9px 0;
    overflow: hidden;
}
.menu_buttons a {
    width: 116px;
    height: 90px;
    display: inline-block;
    background-repeat: no-repeat;
}
.sidenav_button {
    display: inline-block;
    width: 242px;
    height: 78px;
    overflow: hidden;
    padding: 20px 10px;
    cursor: pointer;
    text-align: left;
    background-image: url(/images/special/order_promo_on.png);
    font-weight: normal;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
}
.sidenav_button h1 {
    white-space: nowrap;
    font-size: 19px;
    color: white;
    font-family: trebuchet ms, sans-serif;
    letter-spacing: -1.2px;
    margin-top: 0;
}
.sidenav_button p {
    margin-top: -10px;
    padding-top: 4px;
    font-size: 13px;
    color: black;
}
#main > .row > .col-sm-12,
#main > .row > .col-sm-9,
#main > .row > .col-sm-6,
#main > .row > .col-sm-3 {
    padding: 5px;
}
#surcharge_info > div {
	padding: 5px;
}
.block {
    display: block;
    position: relative;
    border: 6px solid rgba(210, 210, 210, 0.25);
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-background-clip: padding;
    -webkit-background-clip: padding;
    background-clip: padding-box;
    padding: 20px 30px 30px 30px;
    overflow: hidden;
}
.white_block {
    background-color: white;
}
.white_block span {
    color: #bf0101;
}
.white_block .title {
	color: black;
}
.title {
	margin-bottom: 20px;
	width: 100%;
	height: 32px;
	white-space: nowrap;
}
.title_icon {
    position: relative;
    left: -4px;
	vertical-align: bottom;
}
.title h1 {
	font-size: 23px;
    margin-left: -5px;
    line-height: 30px;
    display: inline;
    text-transform: uppercase;
    white-space: nowrap;
}
.title a {
	vertical-align: super;
}
#main {
    margin-bottom: 50px;
    max-width: 1002px;
}
#sale div {
    height: 92px;
    background-image: url(/images/special/2017sale.png);
}
.go_button {
    padding: 7px 30px;
    color: #8c3f00;
    cursor: pointer;
	font-weight: normal;
    border: 1px solid #A7A7A7;
    border-radius: 19px;
    font-size: 18px;
    font-family: tahoma, Arial, sans-serif;
    box-shadow: 0 0 5px #b5b5b5;
    text-shadow: 0 1px 1px #FFD26C;
	background: -webkit-linear-gradient(#fbd349, #fa9c02);
    background: -o-linear-gradient(#fbd349, #fa9c02);
    background: -moz-linear-gradient(#fbd349, #fa9c02);
    background: linear-gradient(#fbd349, #fa9c02);
}
.content_title {
	width: 100%;
	height: auto;
	margin-bottom: 6px;
}
.content_title img {
	vertical-align: sub;
}
.content_title h1 {
	display: inline;
	padding-left: 6px;
	text-transform: inherit;
	letter-spacing: -1px;
    height: 20px;
    line-height: 18px;
    color: #006599;
    font-size: 18px;
}
.content-box {
	padding-bottom: 20px;
    border-bottom: 1px dashed #bcbcbc;
    margin-bottom: 25px;
}
.last-content-box {
    margin-bottom: 25px;
}
.country_list_item {
	width: 32%;
    font-size: 12px;
	display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.table_parent {
    max-height: 350px;
    overflow: auto;
}
.item_note {
	color: #7E8AA3;
}
div.li_orgarr {
    line-height: 18px;
    color: #4a4c5d;
    padding-left: 14px;
    background-image: url(/images/ico_arrow_sm.gif);
    background-position: 0 7px;
    background-repeat: no-repeat;
}
.flag {
    vertical-align: middle;
    width: 16px;
    height: 11px;
    display: inline-block;
    background-image: url(/images/flagsprite.gif);
}
.advantages_block {
    padding: 0 !important;
}
.advantages_block > img {
    display: block;
}
.advantages_block > div {
    background-color: #ffea94;
    padding: 10px 12px 10px 12px;
}
.advantages_block > div:nth-child(odd) {
    background-color: #ffe066;
}
.advantages_block > div > img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 3px;
}
.related_game_list_item {
	overflow: hidden;
	list-style-type: none;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.datacenters_location {
	width: 100%;
	display: inline-block;
    overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.agreement label,
.agreement input {
    font-weight: normal;
}
.agreement a {
	font-weight: bold;
}
.table_order label {
    color: #333;
    font-weight: normal;
}
input.input_trans {
    background: transparent;
    border: 1px solid transparent;
    font-weight: bold;
}
.order_title img {
    vertical-align: bottom;
}
.go_back_button {
    padding: 7px 30px;
    color: #4B2B2B;
    cursor: pointer;
    border: 1px solid #A7A7A7;
    border-radius: 19px;
    font-size: 18px;
    font-family: tahoma, Arial, sans-serif;
    background-image: url(/images/btn_bg01.png);
    box-shadow: 0 0 5px #b5b5b5;
    text-shadow: 0 1px 1px #EBB374;
    display: inline-block;
    font-weight: normal;
}
.gameservers_popular {
	display: inline-block;
    vertical-align: top;
    width: 80px;
    line-height: 16px;
    font-weight: normal;
    color: #01669A;
    overflow: hidden;
    margin: 6px 1px 0 1px;
    padding: 6px 5px 0 5px;
    height: 104px;
    text-align: center;
    font-size: 8pt;
    border-radius: 8px;
}
a.gameservers_popular:hover {
    background-color: #f0f0f0;
}
a.gameservers_popular img {
    height: 64px;
    width: 64px;
}
.gameservers_order {
	width: 100%;
	padding: 0 5px 4px 5px;
    height: 28px;
    line-height: 28px;
	background-color: #F9F9F9;
	text-overflow: ellipsis;
}

.gameservers_order div {
    display: inline-flex;
}
.gameservers_order a {
	display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    color: #1C3382;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.gameservers_img {
    position: absolute;
    padding-top: 6px;
}
.gameservers_img img {
    padding-right:3px;
}

.gameservers_name {
    width: 230px;
    padding-left: 20px;
    white-space: nowrap;
}

.col-sm-6:nth-child(4n+1) .gameservers_order {
	background-color: #E9E9E9;
}
.col-sm-6:nth-child(4n+2) .gameservers_order {
	background-color: #E9E9E9;
}
.gameservers_order .buy_button {
	position: absolute;
	right: 0;
	margin-right: 25px;
    top: 6px;
}
.gameservers_price {
	display: inline;
	position: absolute;
	right: 0;
	margin-right: 60px;
}
.game {
    display: inline-block;
    background-image: url(/images/gamesprite.png);
    width: 16px;
    height: 16px;
}
.game-_default {
    background-position: 0 -592px;
}
.game-procon {
    background-position: 0 -992px;
}
.dedicated_packages {
	text-align: center;
	margin-bottom: 30px;
}
.dedicated_packages ul {
	height: 180px;
}
.dedicated_package_parent {
	border-right: solid;
    border-width: 4px;
    border-color: #E9E9E9;
}
.dedicated_package {
    padding: 1.7px;
    background-color: white;
}
.dedicated_package ul {
	padding: 0;
}
a.btn_dedicated {
    padding: 10px 30px 11px 30px;
    color: #8c3f00;
    cursor: pointer;
    border: 1px solid #A7A7A7;
    border-radius: 9px;
    font-size: 18px;
    font-family: tahoma, Arial, sans-serif;
    box-shadow: 0 0 5px #b5b5b5;
    text-shadow: 0 1px 1px #EBB374;
    display: inline-block;
    font-weight: normal;
	background-image: url(/images/btn_bg.png);
	background: -webkit-linear-gradient(#fbd349, #fa9c02);
    background: -o-linear-gradient(#fbd349, #fa9c02);
    background: -moz-linear-gradient(#fbd349, #fa9c02);
    background: linear-gradient(#fbd349, #fa9c02);
}
.dedicated_info {
	padding:0 12px;
	vertical-align:top;
	margin-bottom: 10px
}
.dedicated_buttons {
	text-align: center;
}
.dedicated_buttons > div {
	width: 100%;
	margin: 10px;
}
.enterprise_map {
	text-align: center;
	position: relative;
	width: 942px;
	height: 522px;
	margin: 0 auto;
	background-image: url(/images/enterprise/worldwidegaming.jpg);
}
.enterprise_map_info {
	position:absolute;
	top:475px;
	left:161px;
	color:#e3e3e3;
	font-size:19px;
}
.enterprise_capacity {
	position:relative;
	width:942px;
	height:171px;
	margin:0 auto 25px auto;
	background-image:url(/images/enterprise/enterprise_capacity.png);
}
.enterprise_info {
	padding: 0 12px;
	vertical-align: top;
	margin-bottom: 10px;
}
.additional_info {
	display: inline-flex;
	width: 100%;
}
.additional_info p {
	display: inline-block;
}
.additional_info p:first-child {
	width: 100px;
}
.gamepage .content_title {
    margin-bottom: 12px;
}
.game_header {
    height: 207px;
    cursor: pointer;
    background-color: black;
    margin-bottom: 10px;
}
.game_title h1 {
    color: #bf0101;
}
.game_title img {
    vertical-align: bottom;
}
.game_info,
.info_block {
    margin-bottom: 12px;
    padding-bottom: 12px;
}
.game_info h1 {
    font-weight: bold;
    font-size: 13px;
    margin: 0;
    padding-bottom: 2px;
}
._info {
    margin-left: 60px;
}
.game_info img {
    float: left;
}
.order_block {
    margin-top: 10px;
    height: 207px;
    background-image: url(/images/game_servers/orderbotbg.jpg);
}
.order_block .form-group, .gameservers_bottomform .go_button{
	display: inline-flex;
	height: 34px;
}
.order_block h1 {
    font-size: 24px;
    color: #ffffcc;
    line-height: 48px;
    margin-top: 15px;
}
.order_block a {
    position: absolute;
    top: 139px;
    left: 366px;
    width: 352px;
    height: 44px;
}
div.gameservers_public,
div.gameservers_private {
    position: absolute;
    top: 105px;
    line-height: 30px;
    height: 59px;
    color: #333333;
    font-size: 25px;
    text-align: center;
	white-space: nowrap;
}
div.gameservers_public {
    width: 95px;
    right: 326px;
}
div.gameservers_private {
    width: 91px;
    right: 223px;
}
div.gameservers_public span,
div.gameservers_private span {
    display: block;
    font-size: 10px;
    line-height: 14px;
}
form.gameservers_topform {
    display: block;
    position: absolute;
    top: 35px;
    right: 19px;
    font-weight: bold;
    color: #6f7990;
}
form.gameservers_topform input {
	margin: auto;
	width: 100%;
	display: block;
}
form.gameservers_topform select {
    width: 190px;
}
.side_panel .block {
	padding: 10px 20px 20px 20px;
	margin-bottom: 10px;
}
.side_panel .title {
    margin: 0;
}
.side_panel .title h1 {
    font-size: 13px;
    font-weight: bold;
}
.table_parent {
	font-size: 12px;
}
.table_parent thead {
	font-size: 12px;
	line-height: 16px;
	color: white;
    background-color: #999999;
}
.table_parent tbody tr td, .table_parent table {
	border-width: 0;
}
.table_parent thead tr th {
	border-left-width: 0;
	border-right-width: 0;
	font-weight: normal;
}
.voice_pricing {
    text-align: center;
    position: relative;
}
.voice_pricing a {
    display: inline-block;
    font-weight: normal;
    margin-right: 0;
    width: 79px;
	padding: 0 0 35px 0;
    border: 4px solid #e8e8e8;
    background-color: #fe9900;
    background-image: url(/images/ventrilo_servers/slotpricingbg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.voice_pricing h1 {
    color: #02cbff;
	background-color: #22222e;
    font-size: 13px;
	padding-top: 10px;
    margin: 0;
}
.voice_pricing h2 {
    color: #ffffff;
	background-color: #22222e;
    font-size: 18px;
    padding: 10px 0 20px 0;
    margin: 0;
}
.voice_header {
    height: 165px;
    padding-left: 140px;
    padding-top: 35px;
    margin-bottom: 10px;
    overflow: hidden;
    font-family: Trebuchet MS;
    color: white;
    text-transform: uppercase;
    text-shadow: 2px 2px 5px black, 2px 2px 5px black;
}
.voice_header h1 {
	font-size: 40px;
}
.teamspeak_header {
    background-image: url(/images/teamspeak_servers/header.jpg);
}
.ventrilo_header {
	background-image: url(/images/ventrilo_servers/header.jpg);
}
.mumble_header {
	background-image: url(/images/mumble_servers/header.jpg);
}
.teamspeak_header h1 {
    font-size: 39px;
}
.block50PercentOff {
    height: 255px;
    padding: 0;
    background-image: url(/images/special/50percentoff.png);
}
.blockLargestNetwork {
    height: 204px;
    padding: 0;
    background-image: url(/images/special/largest_network.png);
}
div.popup {
    padding: 10px;
    color: black;
    text-align: left;
    background-color: #DADFEE;
    border: solid 1px #555555;
    width: auto;
}
.other_voice .container {
    text-align: center;
    width: 100%;
}
a.why_datacenterdemo {
	color: #767676;
    display: block;
    background-color: #f0f0f0;
    padding: 20px;
	font-weight: bold;
    margin-bottom: 10px;
	word-wrap: break-word;
}
.blue_links, .blue_links a {
	color: #0099cb;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.blue_links.is-active {
	color: #333333;
	font-weight: normal;
	cursor: unset;
}
.contact_form {
	width: 500px;
}
.contact_form label{
	font-weight: normal;
}
.contact_form .form-group textarea {
	width: 100%;
}
.enterprise_block {
	padding:40px 30px;
	border-top: 1px dashed #CCC;
}
.enterprise_block h4 {
	margin-top: 20px;
	font-weight: bold
}
.exp_date {
	white-space: nowrap;
}
.exp_date input {
	display: inline-block;
	width: 40%;
}
.inline_order_review {
	overflow: hidden;
	white-space: nowrap;
}
.inline_order_review p {
	margin: 0;
	width: 50%;
    display: inline-block;
}
.inline_order_review hr {
	margin: 0;
}
.global_message {
	padding: 0 !important;
}
div.error_box_header {
    margin: 5px 5px -5px 5px;
    height: 25px;
    line-height: 25px;
    color: white;
    padding: 3px 10px;
    font-weight: bold;
    font-size: 12px;
    background-color: #801515;
	white-space: nowrap;
}
div.error_box {
    background-color: #d42715;
    margin: 5px;
    padding: 30px;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    border: 5px solid #801515;
}
.procon_block {
    padding: 10px 0 10px 0;
    border: 4px solid #e8e8e8;
    background-color: #22222e;
	margin-bottom: 15px;
	height: 90px;
}
.procon_block .go_button{
	white-space: nowrap;
	position: absolute;
	right: 50px;
	margin-top: 4px;
}
.procon_block > div {
	padding: 10px;
}
.procon_block h1 {
	position: absolute;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 19pt;
    color: white;
	white-space: nowrap;
	margin: 0;
	line-height: 45px;
}
.procon_block h2 {
	position: absolute;
	text-align: center;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 12pt;
    color: white;
	margin: 0;
	margin-top: 4px;
	width: 250px;
	left: 250px;
}
.article_block a {
	color: #0099cb;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}
.prev_next span {
	color: #333;
	font-weight:normal;
}
div.banners_original > img {
    display: inline-block;
    margin: 0 15px 15px 0;
    vertical-align: top;
}
div.banners_original > div {
    display: inline-block;
}
.html_code textarea {
	height: 120px;
    width: 540px;
}
.forum_code textarea {
	height: 60px;
    width: 540px;
}
div.tab_option {
    display: inline-block;
    cursor: pointer;
    padding: 5px 10px;
    color: white;
    background-color: #a1b7e6;
    border: 1px solid #ffffff;
    border-radius: 7px;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 1px 1px 0 #8096dc;
}
div.tab_option_active {
    background-color: #4B5B8B;
    text-shadow: -1px -1px 0 #34436F;
}
div.banners_customdark {
    display: inline-block;
    border: 1px solid black;
    padding: 10px;
    background-image: url(/images/banners/bg_checker_dark.png);
	margin-bottom: 10px;
}
div.banners_customlight {
    display: inline-block;
    border: 1px solid black;
    padding: 10px;
    background-image: url(/images/banners/bg_checker.png);
	margin-bottom: 10px;
}
.tab_options {
	text-align: center;
}
.banner_100 {
	width: 100px;
}
.banner_500 {
	width: 500px;
}
.news_year {
	background-color: #ecf1fa;
    padding: 6px;
	margin-bottom: 10px;
}
.gameservers_search {
	width: 50%;
	display: inline-block;
}
td.redirect01 {
    text-align: center;
    padding: 10px 4px;
    background-color: #22222e;
    font-weight: bold;
    color: white;
}
td.redirect02 {
    text-align: center;
    padding: 10px 4px;
    background-color: #E9E9E9;
    font-weight: bold;
}
td.redirect03 {
    text-align: center;
    padding: 10px 4px;
    background-color: #F9F9F9;
}
td.redirect04 {
    text-align: center;
    padding: 10px 4px;
}
input.dedicated_plan:checked + label > div {
    background-color: #FFEA94;
    border: 1px solid #FFE066;
}
div.order_packagedesc {
    margin: 10px 0;
    padding: 10px;
    border: 1px #f0f0f0 solid;
    border-radius: 4px;
}
.redirect_block {
	font-size: 12px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.redirect_block p {
	display: inline;
}
/* Flag Sprite Sheet */
.sprite-au {
    background-position: 0 0;
}
.sprite-br {
    background-position: 0 -13px;
}
.sprite-ca {
    background-position: 0 -26px;
}
.sprite-cn {
    background-position: 0 -39px;
}
.sprite-de {
    background-position: 0 -52px;
}
.sprite-dk {
    background-position: 0 -65px;
}
.sprite-es {
    background-position: 0 -78px;
}
.sprite-fr {
    background-position: 0 -91px;
}
.sprite-gb {
    background-position: 0 -104px;
}
.sprite-hr {
    background-position: 0 -117px;
}
.sprite-in {
    background-position: 0 -130px;
}
.sprite-it {
    background-position: 0 -143px;
}
.sprite-jp {
    background-position: 0 -156px;
}
.sprite-kr {
    background-position: 0 -169px;
}
.sprite-nl {
    background-position: 0 -182px;
}
.sprite-pl {
    background-position: 0 -195px;
}
.sprite-ru {
    background-position: 0 -208px;
}
.sprite-sg {
    background-image: url(/images/flags/sg.png);
}
.sprite-tr {
    background-position: 0 -221px;
}
.sprite-uk {
    background-position: 0 -234px;
}
.sprite-us {
    background-position: 0 -247px;
}
.sprite-za {
    background-position: 0 -260px;
}
.voice_link_boxes {
	text-align: center;
}
.link_box_parent {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}
.voice_link_box {
	width: 215px;
    margin: auto;
    display: block;
    height: 132px;
    border: solid 5px #e8e8e8;
    background-color: #22222e;
}
.voice_link_image {
	position: absolute;
	z-index: 2;
	margin-left: 5px;
    margin-top: 20px;
}
.voice_link_image img{
	width: 90px;
	height: 90px;
}
.voice_link_title {
	position: absolute;
    margin-left: 93px;
    text-align: center;
    width: 105px;
    height: 95px;
}
.voice_link_title h1 {
	color: white;
	font-size: 30px;
	margin: 0;
	line-height: 95px;
	font-family: 'BenchNine', sans-serif;
}
.voice_link_click_here {
	position: absolute;
    width: 205px;
	background-color: #fe9900;
	height: 30px;
	margin-top: 92px;
}
.voice_link_click_here p {
	color: white;
	font-weight: bold;
	font-family: tahoma, Arial, sans-serif;
	line-height: 30px;
	margin-left: 35px;
}
.voice_link_click_here img {
	position: absolute;
	margin-left: 78px;
	margin-top: -33px;
	width: 16px;
	height: 16px;
}

/*Cookie Icon*/
#cookieconsent_dialog > :nth-child(1) > :nth-child(1) {
    display: none !important;
}
#cookieconsent_dialog {
    font-family: tahoma, 'gameservers', Arial, sans-serif;
    background-color: #1d1d1d !important;
    border-top: 2px solid #141414 !important;
}
#cookieconsent_dialog span {
    color: #cccccc !important;
}
/*Decline*/
#cookieconsent_dialog > :nth-child(2) > :nth-child(1) {
    color: #333 !important;
    border: none !important;
    background: #8e8e8e !important;
}
/*Decline Hover*/
#cookieconsent_dialog > :nth-child(2) > :nth-child(1):hover, #cookieconsent_dialog > :nth-child(2) > :nth-child(1):active, #cookieconsent_dialog > :nth-child(2) > :nth-child(1):focus {
    border: none !important;
    background: #cccccc !important;
}
/*Accept*/
#cookieconsent_dialog > :nth-child(2) > :nth-child(2) {
    color: #333 !important;
    border: none !important;
    background: #faa128 !important;
}
/*Accept Hover*/
#cookieconsent_dialog > :nth-child(2) > :nth-child(2):hover, #cookieconsent_dialog > :nth-child(2) > :nth-child(2):active, #cookieconsent_dialog > :nth-child(2) > :nth-child(2):focus {
    border: none !important;
    background: #ffb95a !important;
}

div.section-row > h2 {
    margin-left: 13.5px;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff !important;
}

.sale_image_div {
	margin-top: 12px;
	font-size: 18px;
	font-weight: bold;
	filter: blur(.4px);
	color: rgb(254,177,23);
}

.sale_year {
	position: absolute;
    left: 14%;
}

.sale_code {
    position: absolute;
    left: 88%;
}

/**/
/* Responsive */
/**/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
 	div#main.container {
		width: auto;
	}
	.voice_pricing a {
        width: 150px;
    }
}
@media only screen and (max-width : 1010px) {
	div#main.container {
		width:970px;
	}
	.header_objects, .nav_bar {
		width: 960px;
	}
	.menu_buttons a {
		width: 82px;
	}
	div.gameservers_public,
	div.gameservers_private {
		padding-left: 35px;
	}
	form.gameservers_topform select {
		width: 165px;
	}
	.sidenav_button {
		background-position-x: -9px;
	}
	.sidenav_button h1 {
		letter-spacing: -1.5px
	}
	.sale_code {
		position: absolute;
		left: 91%;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	div#main.container {
		width:750px;
	}
	.menu_buttons a {
		width: 87px;
	}
	.header_objects,
	.title {
		width: 100% !important;
	}
	.site_header {
		height: 50px;
		position: relative;
		z-index: 100;
	}
	.login {
		white-space: nowrap;
	    position: absolute;
		right: 5px;
	}
	.topbutton_game_on {
		background-image: url(/images/site/site_menu01on_res.png);
	}
	.topbutton_game_off {
		background-image: url(/images/site/site_menu01off_res.png);
	}
	.menu_buttons {
		position: relative;
		text-align: center;
		left: 0;
		width: 100%;
		background-color: #e9e9e9;
		border-radius: 0;
		font-size: 0;
		z-index: 1000;
		overflow: hidden;
	}
	.top_logo {
		text-align: center;
		width: 100%;
		height: 50px;
		background-color: #242630;
		background: -webkit-linear-gradient(#1e2027, #313342);
		background: -o-linear-gradient(#1e2027, #313342);
		background: -moz-linear-gradient(#1e2027, #313342);
		background: linear-gradient(#1e2027, #313342);
		background-repeat: no-repeat;
	}
	.top_logo a {
		background-image: url(/images/site/site_menu00_res.png);
		background-repeat: no-repeat;
		background-position-y: -20px;
	}
	.nav_bar {
		width: 100%;
		height: auto;
		margin-top: 0;
		border-radius: 0;
	}
	.title h1 {
		font-size: 20px;
		white-space: normal;
	}
	.login_box {
		width: 150px;
	}
	.side_panel {
        display: none;
    }
	.voice_pricing a {
        width: 79px;
    }
    #main > .row > .col-sm-9 {
        width: 100%;
        margin: auto;
        flex: 100%;
        max-width: 100%;
    }
	form.gameservers_topform select {
		width: 190px;
	}
	div.gameservers_public,
	div.gameservers_private {
		padding-left: 0;
	}
	.contact_form {
		width: 100%;
	}
	.enterprise_main, .enterprise_map {
		width: 100%;
	}
	.enterprise_map {
		background-size: contain;
		background-repeat: no-repeat;
		height: 410px;
	}
	.enterprise_map_info {
		left: 0;
		top: 365px;
		width: 80%;
		margin: auto;
		position: relative;
		text-align: center;
		font-size: 15px;
	}
	.enterprise_capacity {
		display: none;
	}
	.logos {
		width: 100%;
	}
	#sale div {
		background-size: contain;
		background-color: #1a1a1b;
		height: auto;
	}
	.sale_image_div {
		background-color: transparent !important;
	}
	.sale_code {
		position: absolute;
		left: 89%;
		font-size: 13px;
		top: -10.5px;
	}
	.sale_year {
		position: absolute;
		left: 13%;
		font-size: 13px;
		top: -10.5px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .navbar-toggle {
        background-color: transparent;
        margin-right: 10px;
        border: none;
    }
    .navbar-toggle > .fa {
        position: relative;
        color: white;
        display: block;
        font-size: 20px;
    }
	div#main.container {
		width:auto;
	}
	.menu_buttons {
		display: none;
	}
	.navbar-inverse {
		display: block;
		margin-bottom: 5px;
	}
	.site_header, .nav_bar {
		display: none;
	}
	.login a {
		display: inherit;
	}
	.menu_buttons a {
		width: 25%;
		height: 70px;
	}
	.game_block a {
		width: 100px;
	}
	.title {
		text-align: center;
		margin-bottom: 30px !important;
	}
	.country_list_item {
		width: 45%;
		font-size: 16px;
		line-height: normal;
	}
	.voice_pricing a {
        width: 150px;
    }
	.voice_header h1 {
        font-size: 33px;
    }
	.gameservers_popular {
		font-size: 13px;
        height: auto;
        overflow: initial;
        width: 100px;
	}
	.game_header {
		width: 100%;
        height: auto !important;
        padding: 15px !important;
		background-image: none !important;
		background-color: #22222e !important;
	}
    form.gameservers_topform {
        position: relative !important;
        margin: auto !important;
        right: 0;
        top: 0;
    }
    form.gameservers_topform .form-control {
        width: 100%;
    }
    .gameservers_private, .gameservers_public, .order_block {
        display: none;
    }
    .order_block a {
        display: none;
    }
    .order_block {
        background-image: none;
        background-color: black;
    }
	.order_review_info {
		text-align: left;
		margin-bottom: 20px;
	}
	.inline_order_review {
		margin-right: 0;
		width: 200px;
	}
	.prev_next a {
		padding-bottom: 10px;
		width: 100%;
	}
	.order_server .go_button {
		margin-top: 10px;
	}
	.banner_code {
		width: 100%;
	}
	.html_code textarea {
		height: 80px;
		width: 100%;
	}
	.forum_code textarea {
		height: 80px;
		width: 100%;
	}
	.banner_500 {
		width: 100%;
	}
	.enterprise_main, .procon_block, .demo_servers {
		display: none;
	}
	.col-sm-6:nth-child(odd) .gameservers_order {
		background-color: #F9F9F9;
	}
	.col-sm-6:nth-child(even) .gameservers_order {
		background-color: #E9E9E9;
	}
	.dedicated_package_parent {
		width: 49%;
		display: inline-block;
		padding-bottom: 15px;
		padding-top: 15px;
		border-width: 0;
		border-bottom: solid 4px #E9E9E9;
	}
	.voice_header iframe {
		position: absolute !important;
		left: 5px !important;
		margin-top: 5px !important;
	}
	.dedicated_packages_block {
		display: none;
	}
	.logos {
		width: auto;
	}
	.popup {
		display: none !important;
	}
	.block {
		padding: 20px 10px 30px 10px;
	}
	.voice_header {
		padding-left: 140px;
		padding-top: 35px;
	}
	.link_box_parent {
		padding-bottom: 15px;
	}
    .gameservers_name {
        width: 80%;
	}
	.sale_code {
		top: -10px;
		left: 88%;
	}
	.sale_year {
		top: -10px;
	}
}

@media only screen and (max-width : 690px) {
	.sale_code {
		top: -14px;
	}
	.sale_year {
		top: -14px;
	}
}

@media only screen and (max-width : 767px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 18px;
	}
	.fa {
		position: absolute;
		width: 20px;
		text-align: center;
		display: block;
		line-height: 20px;
	}
	.navbar-inverse .navbar-nav span {
		padding-left: 30px;
	}
}
@media only screen and (max-width : 642px) {
	#sale {
		display: none;
	}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	.show_prices, .contact_us {
		display: none;
	}
	.voice_pricing a {
        width: 120px;
    }
	.voice_header {
		text-align: center;
		padding: 0;
		height: auto;
    }
	.voice_header h1 {
        font-size: 36px;
		line-height: 36px;
		font-weight: bold;
		margin: 0;
		margin-top: 30px;
    }
	.voice_order_button {
        font-size: 14px;
    }
	.order_block {
		height: auto;
	}
	.order_block h1 {
		margin: 0;
	}
	.navbar-brand img{
		margin-top: 0;
		width: 200px;
	}
	.gameservers_order {
		height: 40px;
	}
	.gameservers_order a {
		display: block;
		width: 100%;
		line-height: 40px;
		height: 30px;
	}
	.gameservers_name {
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
	}
	.gameservers_name a {
		width:100%;
		font-size: 16px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
    .gameservers_img {
        padding-top: 12px;
    }
	.gameservers_price {
		display: none !important;
	}
	.gameservers_order .buy_button {
		display: none;
	}
	.gameservers_search {
		width: 100%;
		margin-bottom: 10px;
	}
	.enterprise_scaler {
		width: 100%;
	}
	.enterprise_scaler img {
		width: 100%;
	}
	.title h1 {
		font-size: 1.2em;
		line-height: 1.2em;
	}
	.order_block .form-group {
		width: 100%;
	}
	.dedicated_buttons > div {
		margin: 0;
	}
	.order_dedi_button {
		width: auto !important;
	}
	form .go_button, form .go_back_button {
		text-align: center;
		width: 100%;
	}
	.teamspeak_header, .ventrilo_header, .mumble_header {
		background: #22222e;
	}
	.dedicated_package_parent {
		width: 100%;
		display: block;
		padding-bottom: 15px;
		padding-top: 15px;
		border-bottom: solid;
		border-width: 4px;
		border-color: #E9E9E9;
	}
	.gameservers_bottomform .go_button{
		display: inline-block;
	}
	.redirect_block p {
		font-size: 16px;
		line-height: 40px;
	}
    .country_list_item {
        height: 30px !important;
        font-size: 16px !important;
        width: 45%;
    }
}
@media only screen and (max-width : 400px) {
    .country_list_item {
        width: 100% !important;
    }
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	.voice_pricing a {
		text-align: center;
		width: 100%;
	}
	img.title_icon, .game_title img {
		display: none;
	}
	.voice_header h1 {
        font-size: 26px;
    }
	.order_review_info {
		padding-left: 15px;
	}
	.gameservers_name {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	.banners_original img {
		width: 100%;
	}
	.order_dedi_button {
		width: 100% !important;
	}
}

