/* Import fonts */
@import url('https://fonts.googleapis.com/css?family=Merriweather');

html {
    box-sizing: border-box;
}

h1 {
    font-size: 2.25rem;
    line-height: 2.75rem;
}

h2 {
    font-size: 1.875rem;
    line-height: 2.375rem;
}

h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}

h4 {
    font-size: 1.125rem;
    line-height: 1.625rem;
}

h5 {
    font-size: 1rem;
    line-height: 1.5rem;
}

h6 {
    font-size: .75rem;
    line-height: 1.25rem;
}

h1, h2, h3, h4, h5, h6, ul {
    padding: 0;
    margin: 0;
}

ul,li {
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.hideMe {
    -moz-animation: cssAnimation 0s ease-in 9s forwards;
    -webkit-animation: cssAnimation 0s ease-in 9s forwards;
    -o-animation: cssAnimation 0s ease-in 9s forwards;
    animation: cssAnimation 0s ease-in 9s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        overflow: hidden;
        display: none;
        border: 0;
        opacity: 0;
        text-indent: -9999px;
    }
}

@-webkit-keyframes cssAnimation {
    to {
        width: 0;
        height: 0;
        visibility: hidden;
        display: none;
        border: 0;
        opacity: 0;
        text-indent: -9999px;
    }
}




/* Container
   ========================================================================== */
#mt2cms {
    width: 1175px;
    margin: 0 auto 0px auto;
}




.mt2cms_logo_bg a {
    width: 100%;
    height: 100%;
	margin: 0 auto;
    display: block;
}

/* Menu */


.mt2cms_menu_content {
    padding-top: 35px;
    height: auto;
    line-height: 37px;
    font-size: 23px;
    font-weight: 700;
}

.mt2cms_menu_content li {
    float: left;
    width: 14%;
    text-align: center;
    transition: all 0.15s ease-in-out;
}

.mt2cms_menu_content li:first-child {
    border-left: none;
}

.mt2cms_menu_content li:last-child {
    border-right: none
}



.mt2cms_main_left_panel_body {
	background: #1d1d1d;
}

.mt2cms_main_left {
	float: left;
	padding: 0 25px 0 0;
}

.mt2cms_main_left_panel_header, .pre-social {
	font-family: 'Merriweather', serif !important;
	background: #165568 !important;
	text-transform: uppercase;
	text-align: center;
    height: 33px;
    padding: 0 0 0 0;
    line-height: 29px;
	font-size: 23px;
	border: none;
	border-radius: 0;
}

.mt2cms_main_right .online-now {
	width: 75%;
	text-align: center;
	margin: 0 auto;
	background: url('../img/stats-numbers.png');
	background-size: contain;
	background-position: 0px center;
    background-repeat: no-repeat;
	color: #ffae08;
	font-size: 5rem;
    font-family: Arial;
}

.mt2cms_main_right .offline-shops {
    letter-spacing: 1.0px;
    color: #7d7d7d;
    font-size: 11px;
    text-align: center;
    width: 100%;
}

.mt2cms_main_right .stats {
	height: auto;
    background-color: #0d0c0c;
	margin-bottom: 10px;
    text-align: center;
	padding-bottom: 6px;
}





.mt2cms_bg_transparent {
	background: transparent;
	background: -moz-linear-gradient(left, transparent 0%, rgba(15, 14, 10, 0.6) 50%, transparent 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(50%, rgba(15, 14, 10, 0.6)), color-stop(100%, transparent));
	background: -webkit-linear-gradient(left, transparent 0%, rgba(15, 14, 10, 0.6) 50%, transparent 100%);
	background: -o-linear-gradient(left, transparent 0%, rgba(15, 14, 10, 0.6) 50%, transparent 100%);
	background: -ms-linear-gradient(left, transparent 0%, rgba(15, 14, 10, 0.6) 50%, transparent 100%);
	background: linear-gradient(to right, transparent 0%, rgba(15, 14, 10, 0.6) 50%, transparent 100%);
	padding:1px 0;
}

.mt2cms_main_middle_message_error {
	background: transparent;
	background: -moz-linear-gradient(left, transparent 0%, rgba(15, 14, 10, 0.6) 50%, transparent 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(50%, rgba(15, 14, 10, 0.6)), color-stop(100%, transparent));
	background: -webkit-linear-gradient(left, transparent 0%, rgba(15, 14, 10, 0.6) 50%, transparent 100%);
	background: -o-linear-gradient(left, transparent 0%, rgba(15, 14, 10, 0.6) 50%, transparent 100%);
	background: -ms-linear-gradient(left, transparent 0%, rgba(15, 14, 10, 0.6) 50%, transparent 100%);
	background: linear-gradient(to right, transparent 0%, rgba(15, 14, 10, 0.6) 50%, transparent 100%);
	font-family: 'Raleway', sans-serif;
	width: 100%;
	margin:70px auto;
	text-align:center;
	color:#fff;
	text-transform: uppercase;
	padding:20px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}

.mt2cms_main_middle_legend_left {
    /* background: url(../img/left.png) left center no-repeat; */
    background: transparent;
    background: -moz-linear-gradient(right, transparent 0%, rgba(15, 14, 10, 0.7) 50%, rgba(15, 14, 10, 0.6) 100%);
    background: -webkit-gradient(right top, left top, color-stop(0%, transparent), color-stop(50%, rgba(15, 14, 10, 0.7)), color-stop(100%, rgba(15, 14, 10, 0.6)));
    background: -webkit-linear-gradient(right, transparent 0%, rgba(15, 14, 10, 0.7) 50%, rgba(15, 14, 10, 0.6) 100%);
    background: -o-linear-gradient(right, transparent 0%, rgba(15, 14, 10, 0.7) 50%, rgba(15, 14, 10, 0.6) 100%);
    background: -ms-linear-gradient(right, transparent 0%, rgba(15, 14, 10, 0.7) 50%, rgba(15, 14, 10, 0.6) 100%);
    background: linear-gradient(to left, transparent 0%, rgba(15, 14, 10, 0.7) 50%, rgba(15, 14, 10, 0.6) 100%);
    width: 80%;
	float: left;
    position: relative;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 29px;
    padding: 0 0 0 25px;
    margin: 10px 0 5px;
    color: #fff;
    text-align: left;
	text-transform: uppercase;
    line-height: 29px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.mt2cms_main_middle_legend_left:after {
	content: "\f053";
	font: normal normal normal 15px/1 FontAwesome;
	color: #df893b;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	padding-right: 3px;
	position: absolute;
	line-height: 29px;
	left: 7px;
}

.mt2cms_main_middle_btn_left {
    background: url(../img/btnLeft.png) center center no-repeat;
    background-size: 240px;
    width: 240px;
    height: 62px;
    line-height: 62px;
    float: left;
    position: relative;
    letter-spacing: 5px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}

.mt2cms_main_middle_btn_download {
    background: url(../img/btndownload.png) center center no-repeat;
    background-size: 260px;
    width: 260px;
    height: 44px;
    line-height: 44px;
    margin: 0 0 10px 0;
    float: left;
	left: -36px;
    position: relative;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}

.mt2cms_main_middle_btn_download:hover {
    background: url(../img/btndownloadhover.png) center center no-repeat;
    background-size: 240px;
}

.mt2cms_main_middle_btn_panelink {
    /*background: url(../img/btnpanellink.jpg) center center no-repeat;
    background-size: 200px;
    width: 200px;
    height: 25px;
    margin: 0 0 10px 0;
    float: left;
    position: relative;*/
    letter-spacing: 5px;
    text-transform: uppercase;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}

.mt2cms_main_title {
    width: 290px;
    margin: 0 auto 10px;
    height: 30px;
    background: url(../img/title1.png) left center no-repeat,url(../img/title2.png) right center no-repeat;
    top: 15px;
    text-align: center;
    line-height: 30px;
    color: #2D0707;
    letter-spacing: 5px;
}

.mt2cms_main_middle_box_top {
    width: 100%;
    height: 35px;
    float: left;
	position: relative;
    height: 0px;
    width: 270px;
    border-top: 65px solid #2ACA95;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
}

.mt2cms_main_box_middle {
    background: #1d1d1d;
    width: 100%;
    height: auto;
    float: left;
	min-height: 500px;
	margin: 0 auto
}

.mt2cms_main_box_middle_content_create_success {
    background: #DFF2BF;
    color: #4F8A10;
    margin: 0;
    text-align: center;
    border: 1px solid;
    line-height: 30px;
}

.mt2cms_main_box_middle_content_create_error {
    background: #FFBABA;
    color: #D8000C;
    margin: 0;
    text-align: center;
    border: 1px solid;
    line-height: 30px;
}

input:-webkit-autofill {
	background-color: #282020 !important;
}

.mt2cms_main_box_middle_content_input:focus {
    border: 1px solid #94191B;
    box-shadow: 0px 0px 5px 0px #000000
}

.mt2cms_main_middle_legend_right {
    /* background: url(../img/right.png) right center no-repeat; */
	background: transparent;
    background: -moz-linear-gradient(left, transparent 0%, rgba(15, 14, 10, 0.7) 50%, rgba(15, 14, 10, 0.6) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(50%, rgba(15, 14, 10, 0.7)), color-stop(100%, rgba(15, 14, 10, 0.6)));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(15, 14, 10, 0.7) 50%, rgba(15, 14, 10, 0.6) 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(15, 14, 10, 0.7) 50%, rgba(15, 14, 10, 0.6) 100%);
    background: -ms-linear-gradient(left, transparent 0%, rgba(15, 14, 10, 0.7) 50%, rgba(15, 14, 10, 0.6) 100%);
    background: linear-gradient(to right, transparent 0%, rgba(15, 14, 10, 0.7) 50%, rgba(15, 14, 10, 0.6) 100%);
    width: 80%;
	float: right;
    position: relative;
	white-space: nowrap;
    text-overflow: ellipsis;
    /* overflow: hidden!important;*/
    height: 29px!important;
    padding: 0 25px 0 0!important;
    margin: 10px 0 5px!important;
    color: #fff !important;
    text-align: right!important;
	text-transform: uppercase!important;
    line-height: 29px!important;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1)!important;
	-webkit-border-top-right-radius: 4px!important;
    -webkit-border-bottom-right-radius: 4px!important;
    -moz-border-radius-topright: 4px!important;
    -moz-border-radius-bottomright: 4px!important;
    border-top-right-radius: 4px!important;
    border-bottom-right-radius: 4px!important;
}

.mt2cms_main_middle_legend_right:after {
	content: "\f054";
	font: normal normal normal 15px/1 FontAwesome;
	color: #df893b;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	padding-left: 3px;
	position: absolute;
	line-height: 29px;
	right: 7px;
}

.mt2cms_main_middle_stats_right h2 {
    font-weight: normal;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}

.mt2cms_main_middle_stats_right_shinso {
    background: url(../img/shinso.png) no-repeat right 8px;
    height: 36px;
	display: inline-block;
    background-size: auto 25px;
    width: 52px;
    opacity: .7;
}

.mt2cms_main_middle_stats_right_chunjo {
    background: url(../img/chunjo.png) no-repeat right 8px;
    height: 36px;
	display: inline-block;
    background-size: auto 25px;
    width: 52px;
    opacity: .7;
}

.mt2cms_main_middle_stats_right_jinno {
    background: url(../img/jinno.png) no-repeat right 8px;
    height: 36px;
	display: inline-block;
    background-size: auto 25px;
    width: 52px;
    opacity: .7;
}

.mt2cms_main_middle_btn_right {
    background: url(../img/btnRight.png) center center no-repeat;
    background-size: 240px;
    width: 240px;
    height: 62px;
    line-height: 62px;
    float: right;
    position: relative;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}

.follow-us-icon {
	background-position: 0px center;
    background-repeat: no-repeat;
    width: 66px;
    height: 78px;
    border: none;
    outline: none;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}

.follow-us-text {
    color: #165568;
    font-size: 12px;
	width: 65%;
    display: inline-block;
    vertical-align: middle;
}

.post img {
    max-width: 100%!important;
}

.post {
    background-color: #201e1e;
    border: 1px solid #165568;
    width: calc(100%-30px);
    padding: 11px 15px 21px 15px;
}

.post_title {
    color: #165568;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    letter-spacing: 0.4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin-bottom: 10px;
}

.post_content a {
    text-decoration: none;
    color: #FFF;
}

.post_content {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.4;
    width: 100%;
    line-height: 1.7;
    border-bottom: 1px solid #165568;
    padding-bottom: 15px;
    margin-bottom: 5px;
}

.post_date {
    color: #165568;
    font-family: 'Merriweather', serif;
    font-size: 12px;
    letter-spacing: 0.4;
    width: 280px;
    display: inline-block;
    vertical-align: middle;
}

.read_more a {
    color: #165568;
    text-decoration: none;
}

.read_more {
    cursor: pointer;
    float: right;
    margin-top: -5px;
    margin-right: -1px;
}

.read_more_text {
    color: #165568;
    font-family: 'Merriweather', serif;
    font-size: 11px;
    letter-spacing: 0.4;
    font-weight: 600;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.read_more_button {
    width: 26px;
    height: 25px;
    background-image: url("../img/read_more_button.png");
    background-position: 0px center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.read_more:hover>.read_more_button {
    background-position: center;
}

.read_more:active>.read_more_button {
    background-position: -52px center;
}

.posts_navigation {
    text-align: center;
    margin: 35px 0px 10px 0px;
}

.posts_navigation_item {
    display: inline-block;
    width: 10px;
    height: 12px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    margin-left: 11px;
    margin-right: 11px;
    outline: none;
    border: none;
}

.mt2cms_footer {
    margin: 0px 0;
	position: relative;
	top: 0%;
    text-align: center;
    color: #fff;
    font-family: 'Amaranth', 'Salsa', sans-serif;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
}

#footer-bg {
	margin: 0 auto;
	top: 75%;
	z-index: -1;
	position: absolute;
    width: 100%;
    height: 62%;
    background: url('../img/footer.png') center center no-repeat;
}

#footer {
    position: relative;
    margin: 0 auto;
    width: 40%;
    z-index: 20;
}

#footer_navigator_items_list {
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
}

.footer_navigator_item {
    margin-right: 35px;
    display: inline-block;
    vertical-align: middle;
}

.footer_navigator_item a:hover {
    color: #fff;
}

.footer_navigator_item a {
    color: #fff;
    text-decoration: none;
	text-shadow: 0 1px 1px #0d0c0c;
}

#footer_other_infos {
	color: #fff;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 1);
    font-family: Arial;
    font-size: 11px;
    text-align: center;
    margin-bottom: 20px;
}

#social_networks {
    width: 100%;
    text-align: center;
}

.mt2cms_rank_title {
    line-height: 30px;
	color: #165568;
	margin-bottom: 13px;
}

.mt2cms_rank_content {
    line-height: 60px;
	color: #fff;
	background-color: #0d0c0c;
    border-bottom: 2px solid #1d1d1d;
}

.mt2cms_race_style {
	vertical-align: middle;
    width: 14%;
    height: 82px;
    border-radius: 45px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.67),inset 0px 0px 0px 1px rgba(255,255,255,0.05);
}

.mt2cms_race_war_1 {
    background: url(../img/warm.jpg) center center no-repeat;
    background-size: cover,contain;
}

.mt2cms_race_war_2 {
    background: url(../img/warf.jpg) center center no-repeat;
    background-size: cover,contain;
}

.mt2cms_race_ninja_1 {
    background: url(../img/ninjam.jpg) center center no-repeat;
    background-size: cover,contain;
}

.mt2cms_race_ninja_2 {
    background: url(../img/ninjaf.jpg) center center no-repeat;
    background-size: cover,contain;
}

.mt2cms_race_sura_1 {
    background: url(../img/suram.jpg) center center no-repeat;
    background-size: cover,contain;
}

.mt2cms_race_sura_2 {
    background: url(../img/suraf.jpg) center center no-repeat;
    background-size: cover,contain;
}

.mt2cms_race_shaman_1 {
    background: url(../img/shamanm.jpg) center center no-repeat;
    background-size: cover,contain;
}

.mt2cms_race_shaman_2 {
    background: url(../img/shamanf.jpg) center center no-repeat;
    background-size: cover,contain;
}

.mt2cms_reich_style {
    position: relative;
    float: left;
    height: 24px;
    width: 47px;
    margin: 8px 10px 8px 0;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.67),inset 0px 0px 0px 1px rgba(255,255,255,0.05);
}

.mt2cms_reich_shinso {
    background: url(../img/shinso.png) no-repeat center center;
    background-size: auto 25px;
}

.mt2cms_reich_chunjo {
    background: url(../img/chunjo.png) no-repeat center center;
    background-size: auto 25px;
}

.mt2cms_reich_jinno {
    background: url(../img/jinno.png) no-repeat center center;
    background-size: auto 25px;
}

.mt2cms_reich_custom {
    background-size: cover,contain;
    width: 28px;
    height: 19px;
    margin: 2px 5px 2px 0;
}

.mt2cms_country_style {
    background-image: url("../img/flags.png");
    background-position: 50% 96.0199005%;
    background-repeat: no-repeat;
    background-size: 30px auto;
    float: left;
    width: 32px;
    height: 20px;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(96,112,129,0.6));
}

.mt2cms_country_custom {
    background-size: 28px auto;
    width: 28px;
    height: 19px;
    margin: 2px 5px 2px 0;
}

.mt2cms_fb {
	min-height:500px;margin:5px 0;max-width:340px;
}

.mt2cms_middle_page_title {
	width: 100%;
	text-align: center;
	font-weight: normal;
	position: relative;
    display: inline-block;
	color: #4c4c4c;
	text-transform: uppercase;
	font-size:13px;
}
.mt2cms_middle_page_title:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -1px;
    height: 1px;
    background: transparent;
    background: -moz-linear-gradient(left, transparent 0%, #8a8a8a 50%, transparent 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, transparent), color-stop(50%, #8a8a8a), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, transparent 0%, #8a8a8a 50%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, #8a8a8a 50%, transparent 100%);
    background: -ms-linear-gradient(left, transparent 0%, #8a8a8a 50%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, #8a8a8a 50%, transparent 100%);
}
.mt2cms_margin_icon_right {
	margin: 0 5px 0 0;
}

.mt2cms_bor {
    background: url(../img/warm.jpg) center center no-repeat;
	background-size: cover,contain;
    position: relative;
    float: right;
    width: 60px;
    height: 46px;
    border-radius: 3px;
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.67),inset 0px 0px 0px 1px rgba(255,255,255,0.05);
}

.mt2cms_recaptcha {
	margin: 10px auto;
}



.pagination>li>a, .pagination>li>span {
    color: #165568;
}

.panel-heading > h4 {
	line-height: 27px !important;
}



.panel {
	background: none;
	border: none;
	margin-bottom: 0px;
}

.debuglink, .debuglink:hover {
	color: #d20202;
	font-size: 14px;
}

.tooltip-arrow {
	border-top-color: #185ea1 !important;
}

.tooltip-inner {
	background-color: #185ea1;
}

.center {
	text-align: center;
}

.popover {
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	border: none;
}

/* equipamento */
.mt2cms_equip {
	margin: 0 auto; 
    background: url(../img/equipment_m.png);
    width: 162px;
    height: 194px;
	float: left;
}

.mt2cms_costume {
	margin: 0 auto; 
    background: url(../img/costume_m.png);
    width: 119px;
    height: 165px;
	float: right;
}

#eq_0 {
	position: absolute;
	margin-left: 47px;
	margin-top: 46px;
}
#eq_1 {
	position: absolute;
	margin-left: 45px;
	margin-top: 8px;
}
#eq_2 {
	position: absolute;
	margin-left: 47px;
	margin-top: 154px;
}
#eq_3 {
	position: absolute;
	margin-top: 76px;
	margin-left: 84px;
}
#eq_4 {
	position: absolute;
	margin-top: 6px;
	margin-left: 6px;
}
#eq_5 {
	position: absolute;
	margin-top: 78px;
	margin-left: 120px;
}
#eq_6 {
	position: absolute;
	margin-left: 121px;
	margin-top: 45px;
}
#eq_7 {
	position: absolute;
	margin-left: 121px;
	margin-top: 155px;
}
#eq_8 {
	position: absolute;
	margin-top: 115px;
	margin-left: 121px;
}
#eq_9 {
	position: absolute;
	margin-top: 4px;
	margin-left: 118px;
}
#eq_10 {
	position: absolute;
	margin-top: 47px;
	margin-left: 85px;
}

#eq_19 {
	position: absolute;
	margin-top: 42px;
	margin-left: 240px;
}

#eq_20 {
	position: absolute;
	margin-top: 5px;
	margin-left: 240px;
}

#eq_21 {
	position: absolute;
	margin-top: 13px;
	margin-left: 200px;
}

#eq_22 {
	position: absolute;
	margin-top: 121px;
	margin-left: 200px;
}

#eq_23 {
	position: absolute;
	margin-top: 117px;
	margin-left: 240px;
}

#eq_24 {
	position: absolute;
	margin-top: 107px;
	margin-left: 9px;
}

#eq_25 {
	position: absolute;
	margin-top: 107px;
	margin-left: 83px;
}

#eq_26 {
	position: absolute;
	margin-top: 118px;
	margin-left: 50px;
}
.page-hd {
	background-image: none!important;
	padding-bottom: 10px;
}
.jumbotron, .jumbotron-fluid {
	background-color: #1d1d1d!important;
}
.footer-nav .social a {
    display: -webkit-inline-box;
    height: 36px;
    width: 36px;
    margin: 0 auto;
    text-align: left;
    background: url(../../images/site/social-icons.png) no-repeat 0 0
}
.footer-nav .social a.youtube {
    background-position: 0 0
}
.footer-nav .social a.facebook {
    background-position: -36px 0
}
.footer-nav .social a.twitter {
    background-position: -72px 0
}
.footer-nav .social a.tumblr {
    background-position: -108px 0
}
.footer-nav .social a.flickr {
    background-position: -180px 0
}
.footer-nav .social a.googleplus {
    background-position: -144px 0
}
.footer-nav .social a.rss {
    background-position: -216px 0
}
.footer-nav .social a.twitchtv {
    background-position: -360px 0
}
.padding-container {
	padding: 15px;
}

/* UPDATE */
.padding-menu {
	display: none;
}

@media only screen and (max-width: 1180px) {
	.mt2cms_menu, .mt2cms_logo_bg {
		display: none;
	}
	
	.padding-menu {
		display: block;
	}
	
	#mt2cms {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	
	.mt2cms_main_left {
		float: none;
		padding: 0 5px 25px 5px;
		width: 100%
	}
	
	.mt2cms_main_right {
		padding: 25px 5px 25px 5px;
		width: 100%;
	}
	
	.padding-menu {
		padding: 15px 5px 10px 5px;
	}
		
	#footer {
		width: 100%;
	}
	
	.top-inline {
		float: left;
	}
	.top-inline-empire {
		float: right !important;
	}
	
	.online-now {
		width: 100%;
		background-position: center!important;
	}
	
	.mt2cms_main_middle {
		width: 100%
	}
}