/* Notifications */
.mvc-alert {
	padding:10px !important;
	margin-bottom:20px !important;
	border:1px solid transparent !important;
	border-radius:4px !important;
}
.mvc-alert strong {
	padding-right:5px !important;
}
.mvc-alert-danger {
	color:#a94442 !important;
	background-color:#f2dede !important;
	border-color:#ebccd1 !important;
	padding:10px !important;
	margin-bottom:20px !important;
	border:1px solid transparent !important;
	border-radius:4px !important;
}

.mvc-alert-success {
	color:#3c763d !important;
	background-color:#dff0d8 !important;
	border-color:#d6e9c6 !important;
	padding:10px !important;
	margin-bottom:20px !important;
	border:1px solid transparent !important;
	border-radius:4px !important;
}
.mvc-alert-info {
	color:#3C6376 !important;
	background-color:#D8EBF0 !important;
	border-color:#C6CFE9 !important;
	padding:10px !important;
	margin-bottom:20px !important;
	border:1px solid transparent !important;
	border-radius:4px !important;
}

/* Scrollbar */
.event_scrollbar {
	overflow-y: scroll;
	width:100%;
	height: 450px;
}

.event_scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #6d2828 #240a0b;
}

.event_scrollbar::-webkit-scrollbar {
  width: 10px;
}

.event_scrollbar::-webkit-scrollbar-track {
  background: #464646;
}

.event_scrollbar::-webkit-scrollbar-thumb {
  background-color: #edcf38;
  border-radius: 20px;
  border: 3px solid #464646;
}

/* Inputs/CheckBox/Buttons/TextAreas/Select */
.mvc-input-style{
	display:block;
	width:100%;
	height:45px;
	padding:10px;
	font-size:14px;
	line-height:1.42857143;
	color:rgba(227, 227, 227, 1);
	background-color:rgba(0, 0, 0, 0.71);
	background-image:none;
	border:2px solid rgba(125, 50, 0, 0.19);
	border-radius:4px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.mvc-input-style:focus{
	border-color:rgba(244, 250, 125, 0.56);
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244, 250, 125, 0.56);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244, 250, 125, 0.56);
}

.mvc-textarea-style{
	display:block;
	width:100%;
	height:140px;
	padding:6px 10px;
	font-size:14px;
	line-height:1.42857143;
	color:rgba(227, 227, 227, 1);
	background-color:rgba(0, 0, 0, 0.71);
	background-image:none;
	border:2px solid rgba(125, 50, 0, 0.19);
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.mvc-textarea-style:focus{
	border-color:rgba(244, 250, 125, 0.56);
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244, 250, 125, 0.56);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244, 250, 125, 0.56);
}

.mvc-select-style{
	display:block;
	width:100%;
	padding:10px;
	height:45px;
	font-size:14px;
	line-height:1.42857143;
	color:rgba(227, 227, 227, 1);
	background-color:rgba(0, 0, 0, 0.71);
	background-image:none;
	border:2px solid rgba(125, 50, 0, 0.19);
	border-radius:4px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.mvc-select-style:focus{
	border-color:rgba(244, 250, 125, 0.56);
	outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244, 250, 125, 0.56);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244, 250, 125, 0.56);
}
.mvc-select-style::-moz-placeholder{
	color:#999;
	opacity:1;
}
.mvc-select-style:-ms-input-placeholder{
	color:#999;
}
.mvc-select-style::-webkit-input-placeholder{
	color:#999;
}
.mvc-select-style::-ms-expand{
	background-color:transparent;
	border:0;
}
.mvc-select-style[disabled],.mvc-select-style[readonly],fieldset[disabled] .mvc-select-style{
	opacity:1;
}
.mvc-select-style[disabled],fieldset[disabled] .mvc-select-style{
	cursor:not-allowed;
}
.mvc-buttons-style{
	display:inline-block;
	padding:6px 10px;
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:2px solid rgba(125, 81, 0, 0.17);
	border-radius:5px;
}
.mvc-buttons-style-default{
	color:rgba(222, 222, 222, 1);
	background-color:rgba(130, 59, 18, 1);
	border-color:rgba(125, 81, 0, 0.17);
}
.mvc-buttons-style-default.focus,.mvc-buttons-style-default:focus{
	color:rgba(230, 210, 207, 1);
	background-color:rgba(145, 79, 24, 1);
	border-color:rgba(219, 202, 202, 0.19);
}
.mvc-buttons-style-default:hover{
	color:rgba(230, 210, 207, 1);
	background-color:rgba(145, 79, 24, 1);
	border-color:rgba(219, 202, 202, 0.19);
}
.mvc-buttons-style-success{
	color:#fff;
	background-color:#5cb85c;
	border-color:#4cae4c;
}
.mvc-buttons-style-success.focus,.mvc-buttons-style-success:focus{
	color:#fff;
	background-color:#449d44;
	border-color:#255625;
}
.mvc-buttons-style-success:hover{
	color:#fff;
	background-color:#449d44;
	border-color:#398439;
}
.mvc-buttons-style-info{
	color:#fff;
	background-color:#5bc0de;
	border-color:#46b8da;
}
.mvc-buttons-style-info.focus,.mvc-buttons-style-info:focus{
	color:#fff;
	background-color:#31b0d5;
	border-color:#1b6d85;
}
.mvc-buttons-style-info:hover{
	color:#fff;
	background-color:#31b0d5;
	border-color:#269abc;
}
.mvc-buttons-style-warning{
	color:#fff;
	background-color:#f0ad4e;
	border-color:#eea236;
}
.mvc-buttons-style-warning.focus,.mvc-buttons-style-warning:focus{
	color:#fff;
	background-color:#ec971f;
	border-color:#985f0d;
}
.mvc-buttons-style-warning:hover{
	color:#fff;
	background-color:#ec971f;
	border-color:#d58512;
}
.mvc-buttons-style-silver{
	color:#BDBDBD;
	background-color:#E6E6E6;
	border-color:#F2F2F2;
}
.mvc-buttons-style-silver.focus,.mvc-buttons-style-silver:focus{
	color:#BDBDBD;
	background-color:#E6E6E6;
	border-color:#E6E6E6;
}
.mvc-buttons-style-silver:hover{
	color:#BDBDBD;
	background-color:#E6E6E6;
	border-color:#E6E6E6;
}

.mvc-buttons-style-payment{
	color:#093e13;
	background-color:#fff;
	border-color:#093e13;
}
.mvc-buttons-style-payment.focus,.mvc-buttons-style-payment:focus{
	color:#093e13;
	background-color:#d9f0ee;
	border-color:#093e13;
}
.mvc-buttons-style-payment:hover{
	color:#093e13;
	background-color:#d9f0ee;
	border-color:#093e13;
}


.mvc-buttons-style-black{
	color:rgba(255, 255, 255, 1);
	background-color:rgba(158, 72, 15, 1);
	border-color:rgba(36, 36, 36, 0.27);
}
.mvc-buttons-style-black.focus,.mvc-buttons-style-black:focus{
	color:rgba(255, 255, 255, 1);
	background-color:rgba(158, 72, 15, 1);
	border-color:rgba(36, 36, 36, 0.27);
}
.mvc-buttons-style-black:hover{
	color:rgba(255, 255, 255, 1);
	background-color:rgba(158, 72, 15, 1);
	border-color:rgba(36, 36, 36, 0.27);
}

.mvc-buttons-style-link{
	font-weight:400;
	color:rgba(240, 190, 173, 1);
	border-radius:0;
}
.mvc-buttons-style-link,.mvc-buttons-style-link.active,.mvc-buttons-style-link:active,.mvc-buttons-style-link[disabled],fieldset[disabled] .mvc-buttons-style-link{
	background-color:transparent;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.mvc-buttons-style-link,.mvc-buttons-style-link:active,.mvc-buttons-style-link:focus,.mvc-buttons-style-link:hover{
	border-color:transparent;
}
.mvc-buttons-style-link:focus,.mvc-buttons-style-link:hover{
	color:rgba(148, 117, 99, 1);
	text-decoration:underline;
	background-color:transparent;
}
.mvc-buttons-style-link[disabled]:focus,.mvc-buttons-style-link[disabled]:hover,fieldset[disabled] .mvc-buttons-style-link:focus,fieldset[disabled] .mvc-buttons-style-link:hover{
	color:#777;
	text-decoration:none;
}
.mvc-sm{
	padding:5px 10px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px;
}
.mvc-xs{
	padding:1px 5px;
	font-size:12px;
	line-height:1.5;
	border-radius:3px;
}


/* News Style */
.preview_news p,.preview_news h3{
	padding:0 0 0 120px;
}
.preview_news ul li{
	margin:0 0 0 120px !important;
}
.news_thumb{
	background-color:#FFF;
	border:1px solid #000;
	font-size:0;
	float:left;
	margin-right:10px;
	padding:1px;
}
#relatedArticle li:hover img,.news_thumb:hover{
	background-color:#000;
}
#newsDetails .meta_data{
	margin:0 0 15px;
}
#chooseCategory li span,.meta_data{
	color:#6f6f6f;
	font-size:12px;
	margin:0;
}


/* Pagination */
.pagination{
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:5px;
}
.pagination>li{
	display:inline;
}
.pagination>li>a,.pagination>li>span{
	position:relative;
	padding:6px 10px;
	margin-left:-1px;
	line-height:35px;
	color:rgba(222, 222, 222, 1);
	font-size:14px;
	text-decoration:none;
	background-color:rgba(130, 59, 18, 1);
	border:2px solid rgba(125, 81, 0, 0.17);
}
.pagination>li:first-child>a,.pagination>li:first-child>span{
	margin-left:0;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.pagination>li:last-child>a,.pagination>li:last-child>span{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{
	z-index:2;
	color:rgba(230, 210, 207, 1);
	background-color:rgba(145, 79, 24, 1);
	border-color:rgba(219, 202, 202, 0.19);
}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{
	z-index:3;
	color:rgba(255, 255, 255, 1);
	cursor:default;
	background-color:rgba(158, 72, 15, 1);
	border-color:rgba(36, 36, 36, 0.27);
}


/* Pagination Webshop Market */
.paginationwm{
	display:inline-block;
	padding-left:1px;
	border-radius:5px;
}
.paginationwm>li{
	display:inline;
}
.paginationwm>li>a,.paginationwm>li>span{
	position:relative;
	padding:6px 10px;
	margin-left:-1px;
	line-height:35px;
	color:rgba(222, 222, 222, 1);
	font-size:14px;
	text-decoration:none;
	background-color:rgba(130, 59, 18, 1);
	border:2px solid rgba(125, 81, 0, 0.17);
}
.paginationwm>li:first-child>a,.paginationwm>li:first-child>span{
	margin-left:0;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}
.paginationwm>li:last-child>a,.paginationwm>li:last-child>span{
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}
.paginationwm>li>a:focus,.paginationwm>li>a:hover,.paginationwm>li>span:focus,.paginationwm>li>span:hover{
	z-index:2;
	color:rgba(230, 210, 207, 1);
	background-color:rgba(145, 79, 24, 1);
	border-color:rgba(219, 202, 202, 0.19);
}
.paginationwm>.active>a,.paginationwm>.active>a:focus,.paginationwm>.active>a:hover,.paginationwm>.active>span,.paginationwm>.active>span:focus,.paginationwm>.active>span:hover{
	z-index:3;
	color:rgba(255, 255, 255, 1);
	cursor:default;
	background-color:rgba(158, 72, 15, 1);
	border-color:rgba(36, 36, 36, 0.27);
}


/* Webshop BG */
.webshopbg{
	text-align: center;
}
.webshopbg>li{
	display:inline;
}
.webshopbg li a{
	text-decoration: none;
}
.webshopbg>li>a,.webshopbg>li>span{
	position:relative;
	float:left;
	padding-top:6px;
	line-height:1.42857143;
	color:rgba(213, 214, 201, 1);
	width:135px;
	height:110px;
	cursor:pointer;
	text-decoration:none;
	background-color:rgba(0, 7, 41, 0);
	border:0px solid rgba(189, 178, 178, 0);
}
.webshopbg>li>a:focus,.webshopbg>li>a:hover,.webshopbg>li>span:focus,.webshopbg>li>span:hover{
	z-index:2;
	color:rgba(175, 203, 240, 1);
	background-color:rgba(207, 211, 230, 0);
	border-color:#ddd;
}
.webshopbg>.active>a,.webshopbg>.active>a:focus,.webshopbg>.active>a:hover,.webshopbg>.active>span,.webshopbg>.active>span:focus,.webshopbg>.active>span:hover{
	z-index:3;
	color:rgba(175, 203, 240, 1);
	cursor:default;
	background-color:rgba(207, 211, 230, 0);
	border-color:#337ab7;
}


/* Table Style */
.mvc-table{
	border-spacing:0;
	border-collapse:collapse;
	font-size:13px;
}

.mvc-table table{
	border-spacing:0;
	border-collapse:collapse;
	color:rgba(255, 250, 229, 1);
	font-size:13px;
}

.mvc-table-striped>thead>tr{
	background-color:rgba(120, 39, 12, 0.5);
}

.mvc-table-striped>tbody>tr:nth-of-type(odd){
	background-color:rgba(28, 13, 3, 0.5);
}

.mvc-table-striped>tbody>tr:nth-of-type(even){
	background-color:rgba(120, 39, 12, 0.5);
}

.mvc-table table col[class*=col-]{
	position:static;
	display:table-column;
	float:none;
}
.mvc-table table td[class*=col-],table th[class*=col-]{
	position:static;
	display:table-cell;
	float:none;
}
.mvc-table{
	width:100%;
	max-width:100%;
	margin-bottom:20px;
}
.mvc-table>tbody>tr>td,.mvc-table>tbody>tr>th,.mvc-table>tfoot>tr>td,.mvc-table>tfoot>tr>th,.mvc-table>thead>tr>td,.mvc-table>thead>tr>th{
	padding:8px;
	line-height:2;
	vertical-align:top;
	border-top:1px solid rgba(122, 59, 0, 0.23);
}
.mvc-table>thead>tr>th{
	vertical-align:bottom;
	border-bottom:2px solid rgba(125, 60, 0, 0.19);
}
.mvc-table>thead,.mvc-table>tbody{
	text-align:center;
}
.mvc-table>caption+thead>tr:first-child>td,.mvc-table>caption+thead>tr:first-child>th,.mvc-table>colgroup+thead>tr:first-child>td,.mvc-table>colgroup+thead>tr:first-child>th,.mvc-table>thead:first-child>tr:first-child>td,.mvc-table>thead:first-child>tr:first-child>th{
	border-top:0;
}
.mvc-table>tbody+tbody{
	border-top:2px solid #ddd;
}

/* Include Style */

.list-group-item-includ{position:relative;display:block;text-align:left;padding:10px 10px;font-size:13px;}
.list-group-item-includ>.badge-includ{float:right}
.list-group-item-includ>.badge-includ+.badge-includ{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}
.badge-includ{display:inline-block;min-width:10px;color:rgba(224, 224, 224, 1);font-size:13px;font-family: sans-serif;font-weight:550;line-height:1;text-align:center;white-space:nowrap;vertical-align:middle;border-radius:10px}


.nmw-include-styling{
	color:rgba(207, 184, 155, 1);
	background-color:rgba(0, 0, 0, 0.07);
	border-bottom:1px solid rgba(153, 153, 153, 0.17);
	padding:10px 10px;
	
	border-radius:0 !important;
	border-left:0px !important;
	border-right:0px !important;
}


.nmw-include-styling:first-child{
	margin-top:-1px;
}

.nmw-include-badge-styling{
	color:rgba(207, 184, 155, 1) !important;
}

.nmw-include-table-styling{
	color:rgba(207, 184, 155, 1) !important;
	background-color:rgba(0, 0, 0, 0.07) !important;
}
.nmw-include-table-styling>tbody>tr:nth-of-type(odd){
	color:rgba(181, 157, 126, 1) !important;
	background-color:rgba(20, 20, 20, 0.1) !important;
}

.nmw-include-table-styling>tbody>tr>td,.nmw-include-table-styling>tbody>tr>th,.nmw-include-table-styling>tfoot>tr>td,.nmw-include-table-styling>tfoot>tr>th,.nmw-include-table-styling>thead>tr>td,.nmw-include-table-styling>thead>tr>th{
	border-top:1px solid rgba(153, 153, 153, 0.17);
}
.nmw-include-table-styling>thead>tr>th{
	border-bottom:1px solid rgba(153, 153, 153, 0.17);
}

.nmw-include-table-styling a{
	color:rgba(207, 184, 155, 1) !important;
}
.nmw-include-table-styling a:hover{
	color:rgba(36, 111, 122, 1) !important;
}


/* CountDown Style */
.mvc-h1{
	color: rgba(0, 0, 0, 1);
	font-weight: 100;
	font-size: 25px;
	margin: 40px 0px 20px;
}

#mvcclockdiv{
    font-family: sans-serif;
    color: rgba(230, 194, 51, 1);
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 16px;
}

#mvcclockdiv > div{
    padding: 5px;
    border-radius: 3px;
    background: rgba(28, 13, 3, 0.5);
    display: inline-block;
}

#mvcclockdiv div > span{
    padding: 25px;
    border-radius: 3px;
    background: rgba(120, 39, 12, 0.48);
    display: inline-block;
}

.mvc-smalltext{
    padding-top: 5px;
    font-size: 11px;
}


/* CountDown CS Style */
.CastleS-h1{
	color: rgba(230, 194, 51, 1);
	font-weight: 200;
	font-size: 17px;
	margin: 40px 0px 20px;
}

.CastleS-h2{
	color: rgba(230, 194, 51, 1);
	font-weight: 700;
	font-size: 18px;
	margin: 40px 0px 20px;
}

#CastleSclockdiv{
    font-family: sans-serif;
    color: rgba(230, 194, 51, 1);
    display: inline-block;
    text-align: center;
    font-size: 13px;
	padding-top:8px;
	padding-left:75px;
}

#CastleSclockdiv > div{
    border-radius: 3px;
    display: inline-block;
}

#CastleSclockdiv div > span{
    padding-top:7px;
    padding-left:12px;
    padding-bottom:7px;
    padding-right:12px;
    border-radius: 5px;
    border: 1px solid #272727;
    background: rgba(28, 13, 3, 0.5);
    display: inline-block;
}

#CastleSclockdiv div > span b{
    font-weight: 700;
	padding:2px;
	font-size:14px;
}

.CastleS-smalltext{
    padding-top: 5px;
    font-size: 12px;
}


/* News Comment */
#nmw-news_wrapper{
	width:100%;
	background:#863464;
	border-radius: 10px;
	position:relative;
}
#nmw-news_wrapper a{
	color:#2AC0FF;
	font-weight:bold;
	text-decoration:none;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}
#nmw-news_wrapper a:hover{
	color:#028EC9;
	cursor:pointer;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}

#nmw-news_wrapper #nmw-header{
	float:left;
}

#nmw-news_wrapper #nmw-body{
	float:left;
	width:100%;
	color:#666666;
}
#nmw-news_wrapper .nmw-info{
	padding-bottom:0px;
	position:relative;
	width: 100%;
}
#nmw-news_wrapper .nmw-info h2 {
	text-shadow: none;
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	background: none;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	width: 100%;
}
#nmw-news_wrapper .nmw-info .nmw-date_n_author{
	height:20px;
	float:right;
	font-size:10px;
	color:#999999;
	padding:2px 0px 0px 20px;
	border-bottom:1px solid #e0e0e0;
}

.nmw-news-comment-section{
    list-style: none;
    max-width: 800px;
    width: 100%;
    margin: 10px auto;
    padding: 10px;
}
.nmw-news-comment{
    display: flex;
    border-radius: 3px;
    margin-bottom: 5px;
    flex-wrap: wrap;
}
.nmw-news-comment.nmw-news-user-comment{
    color:  #808080;
}
.nmw-news-comment.nmw-news-author-comment{
    color:  #60686d;
    justify-content: flex-end;
}
.nmw-news-comment .nmw-news-info{
    width: 17%;
}
.nmw-news-comment.nmw-news-user-comment .nmw-news-info{
    text-align: right;
}
.nmw-news-comment.nmw-news-author-comment .nmw-news-info{
    order: 3;
}
.nmw-news-comment .nmw-news-info a{
    display: block;
    text-decoration: none;
    color: #656c71;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0 3px 0;
}
.nmw-news-comment .nmw-news-info span{
    font-size: 11px;
    color:  #9ca7af;
}
.nmw-news-comment .nmw-news-avatar{
    width: 2%;
}
.nmw-news-comment.nmw-news-user-comment .nmw-news-avatar{
    padding: 10px 18px 0 3px;
}
.nmw-news-comment.nmw-news-author-comment .nmw-news-avatar{
    order: 2;
    padding: 10px 3px 0 18px;
}
.nmw-news-comment .nmw-news-avatar img{
    display: block;
    border-radius: 50%;
}
.nmw-news-comment.nmw-news-user-comment .nmw-news-avatar img{
    float: right;
}
.nmw-news-comment p{
    line-height: 1.5;
    padding: 18px 22px;
    width: 58%;
    position: relative;
    word-wrap: break-word;
}
.nmw-news-comment.nmw-news-user-comment p{
    background-color: rgba(255, 234, 156, 0.3);
}
.nmw-news-comment.nmw-news-author-comment p{
    background-color:  rgba(255, 225, 169, 0.3);
    order: 1;
}
.nmw-news-user-comment p:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #87c5b2;
    left: -8px;
    top: 18px;
}
.nmw-news-author-comment p:after{
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #e2f8ff;
    right: -8px;
    top: 18px;
}
.nmw-news-write-new{
    margin: 10px auto 0;
    width: 80%;
}
.nmw-news-write-new textarea{
    color:  #444;
    font: inherit;
	float:left;
    outline: 0;
    border-radius: 3px;
    border: 1px solid #cecece;
    background-color:  #fefefe;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.06);
    overflow: auto;
    width:70%;
    min-height: 80px;
    padding: 5px 5px;
}
.nmw-news-write-new img{
    border-radius: 50%;
    margin-top: 15px;
}
.nmw-news-write-new button{
	float:right;
    background-color:  #87bae1;
    box-shadow: 1px 2px 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;

    padding: 10px 25px;
    margin-top: 18px;
}


/* Item View Positions */
#NMW_CMS-helm{
	position:absolute; 
	left:73px; 
	top:58px; 
	width:56px; 
	height:66px; 
}

#NMW_CMS-wings{
	position:absolute; 
	left:270px;	
	top:60px; 	
	width:127px; 
	height:110px; 
}

#NMW_CMS-pendant{
	position:absolute; 
	left:232px;	
	top:82px; 	
	width:29px; 
	height:29px; 
}

#NMW_CMS-sword{
	position:absolute; 
	left:6px; 
	top:244px; 
	width:69px; 
	height:129px; 
}

#NMW_CMS-armor{
	position:absolute; 
	left:37px; 
	top:133px; 
	width:82px; 
	height:98px; 
}

#NMW_CMS-shield{
	position:absolute; 
	left:326px; 
	top:244px; 
	width:69px; 
	height:129px; 
}

#NMW_CMS-gloves{
	position:absolute; 
	left:270px;	
	top:179px;	
	width:85px;	
	height:55px; 
}
#NMW_CMS-pants{
	position:absolute; 
	left:87px;	
	top:299px;	
	width:58px; 
	height:74px; 
}
#NMW_CMS-ring_left{
	position:absolute; 
	left:100px;	
	top:253px; 	
	width:29px; 
	height:29px; 
}
#NMW_CMS-ring_right{
	position:absolute; 
	left:270px;	
	top:253px; 	
	width:29px; 
	height:29px; 
}

#NMW_CMS-boots{
	position:absolute; 
	left:257px;	
	top:299px; 	
	width:58px; 
	height:74px; 
}

#NMW_CMS-pet{
	position:absolute; 
	left:5px; 
	top:58px; 
	width:56px; 
	height:66px;
}

#NMW_CMS-penta{
	position:absolute; 
	left: 154px;
	top: 289px;
	width:58px; 
	height:74px; 
}

#NMW_CMS-pentagram {
	position:absolute; 
	left: 213px;
	top: 222px;
	width:32px; 
	height:32px;
}

#NMW_CMS-earringl {
	position:absolute; 
	left: 148px;
	top: 129px;
	width:32px; 
	height:32px;
}

#NMW_CMS-earringr {
	position:absolute; 
	left: 213px;
	top: 129px;
	width:32px; 
	height:32px;
}

#NMW_CMS-pet2 {
	position:absolute; 
	left: 148px;
	top: 175px;
	width:32px; 
	height:32px;
}

#NMW_CMS-pet3 {
	position:absolute; 
	left: 213px;
	top: 175px;
	width:32px; 
	height:32px;
}

#NMW_CMS-earringr img,
#NMW_CMS-pet3 img,
#NMW_CMS-pet2 img,
#NMW_CMS-ring_left img,
#NMW_CMS-ring_right img,
#NMW_CMS-pendant img,
#NMW_CMS-pet img,
#NMW_CMS-helm img,
#NMW_CMS-armor img,
#NMW_CMS-shield img,
#NMW_CMS-gloves img,
#NMW_CMS-boots img,
#NMW_CMS-pants img,
#NMW_CMS-sword img,
#NMW_CMS-wings img,
#NMW_CMS-earringl img,
#NMW_CMS-pentagram img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}



/* MultiDb Arrow */
.firstLeftArrow{-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-o-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);position:absolute;margin-left:-25px;margin-top:-2px;font-size:18px;}
.SecondRightArrow{position:absolute;margin-left:5px;margin-top:-2px;font-size:18px;}
.firstLeftArrow:hover{color:rgba(36, 111, 122, 1);}
.SecondRightArrow:hover{color:rgba(36, 111, 122, 1);}
.SelectedServerTitle:hover{color:rgba(36, 111, 122, 1);}


/* Forum visual Style */
.nmw-sgw-multi-forum-table {
    border-collapse: collapse;
    margin: 0;
}

.nmw-sgw-multi-forum-table td {
    margin: 0;
    vertical-align: middle;
    font-size: 13px;
    letter-spacing: .06em;
    color: #ccc;
}
.nmw-sgw-multi-forum-table td, .nmw-sgw-multi-forum-table th {
    height: 40px;
    padding: 4px 10px;
    font-size: 10px;
    letter-spacing: .10em;
    color: #797979;
}
.nmw-forum-table {
	border: 3px solid #FEFEFE;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);
	box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.nmw-forum-table-th {
	border-radius: 2px 2px 0 0;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 6px rgba(0,0,0,0.1);
	width:100%;
	text-align:left;
}
.nmw-forum-table-th a {
    color: rgba(84, 84, 84, 1);
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	font-size:15px;
	text-transform:uppercase;
	text-decoration:none !important;
}
.nmw-forum-table-tr td {
	padding-top:5px;
	padding-bottom:3px;
  line-height: 1.2;
  border:1px solid gray;
}
.ttrtdtitle {
	font-size:14px;
	color:#c73b3b;
}
.ttrtdsinfo {
	font-size:10px;
	color:#797979;
	text-decoration:none;
}
.nmw-forum-table-tr-sub td {
	padding-top:5px;
	padding-bottom:5px;
    line-height: 1.2;
	border-bottom:1px solid #f0f0f0;
}

.nmw-userinfo_extra {
	width: 180px;
	font-size: 12px;
}

.nmw-ext {
	background: #ffffff;
	padding: 5px 10px;
	border: solid 1px #dadada;
	margin-bottom: 4px;
	-webkit-box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 2px -1px rgba(0,0,0,0.75);
}

.nmw-forum-table-seperator {
	position:absolute;
	margin-left:px;
	width:px;
	height:1px;
	border-bottom:1px solid #f0f0f0;
}
.nmw-forum-main-ground {
	position:absolute;
	z-index:301;
	width:100%;
	top:-50px;
	left:-66px;
	margin-top:0px;
}
.nmw-forum-main-sub {
	width:1153px;
	min-height:1500px;
	padding:10px;
	background-color:white;
	border-radius:5px;
}

.list-groupforum{padding-left:0;margin-bottom:20px;margin:0;}
.list-groupforum-item{position:relative;display:block;padding:20px;color:black;font-size:12px;margin-bottom:-1px;background-color:white;-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.2);-moz-box-shadow: 0 0 6px rgba(0,0,0,0.2);box-shadow: 0 0 6px rgba(0,0,0,0.2);}
.list-groupforum-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}
.list-groupforum-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
a.list-groupforum-item,button.list-groupforum-item{color:#555}
a.list-groupforum-item .list-groupforum-item-heading,button.list-groupforum-item .list-groupforum-item-heading{color:#333}
a.list-groupforum-item:focus,a.list-groupforum-item:hover,button.list-groupforum-item:focus,button.list-groupforum-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}
button.list-groupforum-item{width:100%;text-align:left}
.list-groupforum-item.disabled,.list-groupforum-item.disabled:focus,.list-groupforum-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}
.list-groupforum-item.disabled .list-groupforum-item-heading,.list-groupforum-item.disabled:focus .list-groupforum-item-heading,.list-groupforum-item.disabled:hover .list-groupforum-item-heading{color:inherit}
.list-groupforum-item.disabled .list-groupforum-item-text,.list-groupforum-item.disabled:focus .list-groupforum-item-text,.list-groupforum-item.disabled:hover .list-groupforum-item-text{color:#777}
.list-groupforum-item.active,.list-groupforum-item.active:focus,.list-groupforum-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}
.list-groupforum-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}
.list-groupforum-item>.badge{float:right}
.list-groupforum-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}




/* Guide Visual Css */
.nmw-guide-main-ground {
	position:absolute;
	z-index:301;
	width:100%;
	top:px;
	left:px;
	margin-top:0px;
}
.nmw-guide-main-sub {
	width:px;
	min-height:px;
	padding:10px;
	background-color:white;
	border-radius:5px;
}

	
	
/* Other Visual Css */
label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{margin:4px 0 0;margin-top:1px\9;line-height:normal}
.form-group{margin-bottom:15px}
.NMW_CMS_container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-weight:400;line-height:1;color:#777}
.h1,.h2,.h3,h1,h2,h3{margin-top:20px;margin-bottom:10px}
.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small{font-size:65%}
.h4,.h5,.h6,h4,h5,h6{margin-top:10px;margin-bottom:10px}
.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small{font-size:75%}
.h1,h1{font-size:36px}
.h2,h2{font-size:30px}
.h3,h3{font-size:24px}
.h4,h4{font-size:18px}
.h5,h5{font-size:14px}
.h6,h6{font-size:12px}
.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron .h1,.jumbotron h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.NMW_CMS_container .jumbotron,.NMW_CMS_container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .NMW_CMS_container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.NMW_CMS_container .jumbotron,.NMW_CMS_container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron .h1,.jumbotron h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:border .2s ease-in-out;-o-transition:border .2s ease-in-out;transition:border .2s ease-in-out}.thumbnail a>img,.thumbnail>img{margin-right:auto;margin-left:auto}a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-bar-striped,.progress-striped .progress-bar{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress-bar.active,.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-body,.media-left,.media-right{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}

.list-group{padding-left:0;margin-bottom:20px;margin:0;}
.list-group-item{position:relative;display:block;padding:10px 10px;color:rgba(224, 224, 224, 1);font-size:13px;margin-bottom:-1px;background-color:rgba(28, 13, 3, 0.49);border:1px solid rgba(128, 62, 0, 0.2);}
.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}
.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
a.list-group-item,button.list-group-item{color:#555}
a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333}
a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}
button.list-group-item{width:100%;text-align:left}
.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}
.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading{color:inherit}
.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text{color:#777}
.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}
.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}
.list-group-item>.badge{float:right}
.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}
.badge{display:inline-block;min-width:10px;padding:3px 17px;color:rgba(224, 224, 224, 1);font-size:13px;font-family: sans-serif;font-weight:550;line-height:1;text-align:center;white-space:nowrap;vertical-align:middle;border-radius:10px}
.badge:empty{display:none}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio]{position:absolute;margin-top:4px;margin-left:0px}
.img-thumbnail{display:inline-block;margin-top:-8px;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}
.mvc_flhhs { color:#555;text-decoration:none !important; }
.mvc_flh:hover { background-color:#6a6a6a; }
.mvc_f_signature { margin-top:10px;padding:5px;border-top:1px solid #ddd;}

.collapse{display:none}
.collapse.in{display:block}
tr.collapse.in{display:table-row}
tbody.collapse.in{display:table-row-group}
.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}
.panel{margin-bottom:20px;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
.panel-body{padding:15px}
.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}
.panel-heading>.dropdown .dropdown-toggle{color:inherit}
.panel-title{margin-top:0;margin-bottom:0;font-size:15px;color:inherit}
.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a{color:inherit}
.panel-footer{padding:10px 15px;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}
.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}
.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}
.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}
.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}
.list-group+.panel-footer{border-top-width:0}
.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table{margin-bottom:0}
.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption{padding-right:15px;padding-left:15px}
.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child{border-top-left-radius:3px}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child{border-top-right-radius:3px}
.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}
.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #ddd}
.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th{border-top:0}
.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}
.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0}
.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0}
.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th{border-bottom:0}
.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}
.panel>.table-responsive{margin-bottom:0;border:0}
.panel-group{margin-bottom:20px}
.panel-group .panel{margin-bottom:0;border-radius:4px}
.panel-group .panel+.panel{margin-top:5px}
.panel-group .panel-heading{border-bottom:0}
.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid rgba(128, 62, 0, 0.2);}
.panel-group .panel-footer{border-top:0}
.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}
.panel-default{border:1px solid rgba(128, 62, 0, 0.2);}
.panel-default>.panel-heading{color:rgba(224, 224, 224, 1);background-color:rgba(28, 13, 3, 0.49);border:1px solid rgba(128, 62, 0, 0.2);}
.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top:1px solid rgba(128, 62, 0, 0.2);}
.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}

.sold-list-r{
	min-width:100%;
	float:left;
}

#NMW_CMS_event_post {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index:300;
}

.f16 .flag{border-radius: 10px;transform: scale(1.3);border:2px solid rgba(66, 66, 66, 1.0);display:inline-block;height:10px;width:10px;vertical-align:text-top;line-height:16px;background:url(../images/flags.png) no-repeat;}.f16 ._African_Union{background-position:-1px -16px;}.f16 ._Arab_League{background-position:-1px -32px;}.f16 ._ASEAN{background-position:-1px -48px;}.f16 ._CARICOM{background-position:-1px -64px;}.f16 ._CIS{background-position:-1px -80px;}.f16 ._Commonwealth{background-position:-1px -96px;}.f16 ._England{background-position:-1px -112px;}.f16 ._European_Union, .f16 .eu{background-position:-1px -128px;}.f16 ._Islamic_Conference{background-position:-1px -144px;}.f16 ._Kosovo{background-position:-1px -160px;}.f16 ._NATO{background-position:-1px -176px;}.f16 ._Northern_Cyprus{background-position:-1px -192px;}.f16 ._Northern_Ireland{background-position:-1px -208px;}.f16 ._Olimpic_Movement{background-position:-1px -224px;}.f16 ._OPEC{background-position:-1px -240px;}.f16 ._Red_Cross{background-position:-1px -256px;}.f16 ._Scotland{background-position:-1px -272px;}.f16 ._Somaliland{background-position:-1px -288px;}.f16 ._Tibet{background-position:-1px -304px;}.f16 ._United_Nations{background-position:-1px -320px;}.f16 ._Wales{background-position:-1px -336px;}.f16 .ad{background-position:-1px -352px;}.f16 .ae{background-position:-1px -368px;}.f16 .af{background-position:-1px -384px;}.f16 .ag{background-position:-1px -400px;}.f16 .ai{background-position:-1px -416px;}.f16 .al{background-position:-1px -432px;}.f16 .am{background-position:-1px -448px;}
.f16 .ao{background-position:-1px -464px;}.f16 .aq{background-position:-1px -480px;}.f16 .ar{background-position:-1px -498px;}.f16 .ar{background-position:-1px -1330px;}.f16 .as{background-position:-1px -512px;}.f16 .at{background-position:-1px -528px;}.f16 .au{background-position:-1px -544px;}.f16 .aw{background-position:-1px -560px;}.f16 .ax{background-position:-1px -576px;}.f16 .az{background-position:-1px -592px;}.f16 .ba{background-position:-1px -608px;}.f16 .bb{background-position:-1px -624px;}.f16 .bd{background-position:-1px -640px;}.f16 .be{background-position:-1px -656px;}.f16 .bf{background-position:-1px -672px;}.f16 .bg{background-position:-1px -688px;}.f16 .bh{background-position:-1px -704px;}.f16 .bi{background-position:-1px -720px;}.f16 .bj{background-position:-1px -736px;}.f16 .bm{background-position:-1px -752px;}.f16 .bn{background-position:-1px -768px;}.f16 .bo{background-position:-1px -784px;}.f16 .br{background-position:-1px -800px;}.f16 .br{background-position:-1px -2994px;}.f16 .bs{background-position:-1px -816px;}.f16 .bt{background-position:-1px -832px;}.f16 .bw{background-position:-1px -848px;}.f16 .by{background-position:-1px -864px;}.f16 .bz{background-position:-1px -880px;}.f16 .ca{background-position:-1px -896px;}.f16 .cg{background-position:-1px -912px;}.f16 .cf{background-position:-1px -928px;}
.f16 .cd{background-position:-1px -944px;}.f16 .ch{background-position:-1px -960px;}.f16 .ci{background-position:-1px -976px;}.f16 .ck{background-position:-1px -992px;}.f16 .cl{background-position:-1px -1008px;}.f16 .cm{background-position:-1px -1024px;}.f16 .cn{background-position:-1px -1040px;}.f16 .co{background-position:-1px -1056px;}.f16 .cr{background-position:-1px -1072px;}.f16 .cu{background-position:-1px -1088px;}.f16 .cv{background-position:-1px -1104px;}.f16 .cy{background-position:-1px -1120px;}.f16 .cz{background-position:-1px -1136px;}.f16 .de{background-position:-1px -1152px;}.f16 .dj{background-position:-1px -1168px;}.f16 .dk{background-position:-1px -1184px;}.f16 .dm{background-position:-1px -1200px;}.f16 .do{background-position:-1px -1216px;}.f16 .dz{background-position:-1px -1232px;}.f16 .ec{background-position:-1px -1248px;}.f16 .ee{background-position:-1px -1264px;}.f16 .eg{background-position:-1px -1280px;}.f16 .eh{background-position:-1px -1296px;}.f16 .er{background-position:-1px -1312px;}.f16 .es{background-position:-1px -1328px;}.f16 .et{background-position:-1px -1344px;}.f16 .fi{background-position:-1px -1360px;}.f16 .fj{background-position:-1px -1376px;}.f16 .fm{background-position:-1px -1392px;}.f16 .fo{background-position:-1px -1408px;}.f16 .fr{background-position:-1px -1424px;}  .f16 .bl, .f16 .cp, .f16 .mf, .f16 .yt{background-position:-1px -1424px;}.f16 .ga{background-position:-1px -1440px;}
.f16 .gb{background-position:-1px -1458px;}  .f16 .sh{background-position:-1px -1456px;}.f16 .gd{background-position:-1px -1472px;}.f16 .ge{background-position:-1px -1488px;}.f16 .gg{background-position:-1px -1504px;}.f16 .gh{background-position:-1px -1520px;}.f16 .gi{background-position:-1px -1536px;}.f16 .gl{background-position:-1px -1552px;}.f16 .gm{background-position:-1px -1568px;}.f16 .gn{background-position:-1px -1584px;}.f16 .gp{background-position:-1px -1600px;}.f16 .gq{background-position:-1px -1616px;}.f16 .gr{background-position:-1px -1632px;}.f16 .gt{background-position:-1px -1648px;}.f16 .gu{background-position:-1px -1664px;}.f16 .gw{background-position:-1px -1680px;}.f16 .gy{background-position:-1px -1696px;}.f16 .hk{background-position:-1px -1712px;}.f16 .hn{background-position:-1px -1728px;}.f16 .hr{background-position:-1px -1744px;}.f16 .ht{background-position:-1px -1760px;}.f16 .hu{background-position:-1px -1776px;}.f16 .id{background-position:-1px -1792px;}.f16 .mc{background-position:-1px -1792px;}.f16 .ie{background-position:-1px -1808px;}.f16 .il{background-position:-1px -1824px;}.f16 .im{background-position:-1px -1840px;}.f16 .in{background-position:-1px -1856px;}.f16 .iq{background-position:-1px -1872px;}.f16 .ir{background-position:-1px -1888px;}
.f16 .is{background-position:-1px -1904px;}.f16 .it{background-position:-1px -1920px;}.f16 .je{background-position:-1px -1936px;}.f16 .jm{background-position:-1px -1952px;}.f16 .jo{background-position:-1px -1968px;}.f16 .jp{background-position:-1px -1984px;}.f16 .ke{background-position:-1px -2000px;}.f16 .kg{background-position:-1px -2016px;}.f16 .kh{background-position:-1px -2032px;}.f16 .ki{background-position:-1px -2048px;}.f16 .km{background-position:-1px -2064px;}.f16 .kn{background-position:-1px -2080px;}.f16 .kp{background-position:-1px -2096px;}.f16 .kr{background-position:-1px -2112px;}.f16 .kw{background-position:-1px -2128px;}.f16 .ky{background-position:-1px -2144px;}.f16 .kz{background-position:-1px -2160px;}.f16 .la{background-position:-1px -2176px;}.f16 .lb{background-position:-1px -2192px;}.f16 .lc{background-position:-1px -2208px;}.f16 .li{background-position:-1px -2224px;}.f16 .lk{background-position:-1px -2240px;}.f16 .lr{background-position:-1px -2256px;}.f16 .ls{background-position:-1px -2272px;}.f16 .lt{background-position:-1px -2288px;}.f16 .lu{background-position:-1px -2304px;}.f16 .lv{background-position:-1px -2322px;}.f16 .ly{background-position:-1px -2336px;}.f16 .ma{background-position:-1px -2352px;}.f16 .md{background-position:-1px -2368px;}.f16 .me{background-position:-1px -2384px;}.f16 .mg{background-position:-1px -2400px;}
.f16 .mh{background-position:-1px -2416px;}.f16 .mk{background-position:-1px -2432px;}.f16 .ml{background-position:-1px -2448px;}.f16 .mm{background-position:-1px -2464px;}.f16 .mn{background-position:-1px -2480px;}.f16 .mo{background-position:-1px -2496px;}.f16 .mq{background-position:-1px -2512px;}.f16 .mr{background-position:-1px -2528px;}.f16 .ms{background-position:-1px -2544px;}.f16 .mt{background-position:-1px -2560px;}.f16 .mu{background-position:-1px -2576px;}.f16 .mv{background-position:-1px -2592px;}.f16 .mw{background-position:-1px -2608px;}.f16 .mx{background-position:-1px -2624px;}.f16 .my{background-position:-1px -2640px;}.f16 .mz{background-position:-1px -2656px;}.f16 .na{background-position:-1px -2672px;}.f16 .nc{background-position:-1px -2688px;}.f16 .ne{background-position:-1px -2704px;}.f16 .ng{background-position:-1px -2720px;}.f16 .ni{background-position:-1px -2736px;}.f16 .nl{background-position:-1px -2752px;}  .f16 .bq{background-position:-1px -2752px;}.f16 .no{background-position:-1px -2768px;}  .f16 .bv, .f16 .nq, .f16 .sj{background-position:-1px -2768px;}.f16 .np{background-position:-1px -2784px;}.f16 .nr{background-position:-1px -2800px;}.f16 .nz{background-position:-1px -2816px;}.f16 .om{background-position:-1px -2832px;}.f16 .pa{background-position:-1px -2848px;}.f16 .pe{background-position:-1px -2864px;}
.f16 .pf{background-position:-1px -2880px;}.f16 .pg{background-position:-1px -2896px;}.f16 .ph{background-position:-1px -2912px;}.f16 .pk{background-position:-1px -2928px;}.f16 .pl{background-position:-1px -2944px;}.f16 .pr{background-position:-1px -2960px;}.f16 .ps{background-position:-1px -2976px;}.f16 .pt{background-position:-1px -2992px;}.f16 .pw{background-position:-1px -3008px;}.f16 .py{background-position:-1px -3024px;}.f16 .qa{background-position:-1px -3040px;}.f16 .re{background-position:-1px -3056px;}.f16 .ro{background-position:-1px -3072px;}.f16 .rs{background-position:-1px -3088px;}.f16 .ru{background-position:-1px -3106px;}.f16 .rw{background-position:-1px -3120px;}.f16 .sa{background-position:-1px -3136px;}.f16 .sb{background-position:-1px -3152px;}.f16 .sc{background-position:-1px -3168px;}.f16 .sd{background-position:-1px -3184px;}.f16 .se{background-position:-1px -3200px;}.f16 .sg{background-position:-1px -3216px;}.f16 .si{background-position:-1px -3232px;}.f16 .sk{background-position:-1px -3248px;}.f16 .sl{background-position:-1px -3264px;}.f16 .sm{background-position:-1px -3280px;}.f16 .sn{background-position:-1px -3296px;}.f16 .so{background-position:-1px -3312px;}.f16 .sr{background-position:-1px -3328px;}.f16 .st{background-position:-1px -3344px;}.f16 .sv{background-position:-1px -3360px;}
.f16 .sy{background-position:-1px -3376px;}.f16 .sz{background-position:-1px -3392px;}.f16 .tc{background-position:-1px -3408px;}.f16 .td{background-position:-1px -3424px;}.f16 .tg{background-position:-1px -3440px;}.f16 .th{background-position:-1px -3456px;}.f16 .tj{background-position:-1px -3472px;}.f16 .tl{background-position:-1px -3488px;}.f16 .tm{background-position:-1px -3504px;}.f16 .tn{background-position:-1px -3520px;}.f16 .to{background-position:-1px -3536px;}.f16 .tr{background-position:-1px -3552px;}.f16 .tt{background-position:-1px -3568px;}.f16 .tv{background-position:-1px -3584px;}.f16 .tw{background-position:-1px -3600px;}.f16 .tz{background-position:-1px -3616px;}.f16 .ua{background-position:-1px -3632px;}.f16 .ug{background-position:-1px -3648px;}.f16 .us{background-position:-1px -3664px;}.f16 .uy{background-position:-1px -3680px;}.f16 .uz{background-position:-1px -3696px;}.f16 .va{background-position:-1px -3712px;}.f16 .vc{background-position:-1px -3728px;}.f16 .ve{background-position:-1px -3744px;}.f16 .vg{background-position:-1px -3760px;}.f16 .vi{background-position:-1px -3776px;}.f16 .vn{background-position:-1px -3792px;}.f16 .vu{background-position:-1px -3808px;}.f16 .ws{background-position:-1px -3824px;}.f16 .ye{background-position:-1px -3840px;}.f16 .za{background-position:-1px -3856px;}.f16 .zm{background-position:-1px -3872px;}.f16 .zw{background-position:-1px -3888px;}.f16 .sx{background-position:-1px -3904px;}.f16 .cw{background-position:-1px -3920px;}.f16 .ss{background-position:-1px -3936px;}.f16 .nu{background-position:-1px -3952px;}

.active{opacity:1.5;}
.nonactive{opacity:0.8;color: #736765;}
.nonactive:hover{opacity: 1.0;
	margin-bottom:0px;
	margin-top:0px;}



/* Responsible List Case */
@media (min-width:668px){
	.sold-list-r{
		min-width:100%;
		float:left;
	}
}

@media (min-width:1092px){
	.sold-list-r{
		min-width:30%;
		float:left;
	}
}


/* FaceBook PopUp */
.nmw-fb-popup-bg {
	position:fixed;
	top:0;
    left:0;
	background-color:rgba(0, 0, 0, 0.57) !important;
	width:100%;
	height:100%;
	z-index:301;
}
.nmw-fb-popup {
    position:fixed;
    top:25%;
    left:50%;
    margin-left:-200px;
	width:100%;
	height:100%;
	z-index:302;
}

.nmw-fb-container {top: 0;left: 0;width:400px;}
.nmw-fb-panel-body .nmw-fb-radio label,.nmw-fb-panel-body .nmw-fb-checkbox label { display:block; }
.nmw-fb-panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
.nmw-fb-panel-body{padding:15px}
.nmw-fb-panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}
.nmw-fb-panel-primary{border-color:#141414}
.nmw-fb-panel-primary>.nmw-fb-panel-heading{color:#fff;background-color:#141414;border-color:#141414}
.nmw-fb-panel-primary>.nmw-fb-panel-heading+.nmw-fb-panel-collapse>.nmw-fb-panel-body{border-top-color:#141414}
.nmw-fb-panel-title{margin-top:0;margin-bottom:0;font-size:15px;color:#ffffff;}
.nmw-fb-list-group{padding-left:0;margin-bottom:20px}
.nmw-fb-list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}
.nmw-fb-checkbox,.nmw-fb-radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}
.nmw-fb-checkbox label,.nmw-fb-radio label{min-height:20px;padding-left:5px;margin-bottom:0;font-weight:400;cursor:pointer}
.nmw-fb-panel-footer{color:#ffffff;padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}

.nmw-fb-buttons-style{
	display:inline-block;
	padding:6px 10px;
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:2px solid rgba(125, 81, 0, 0.17);
	border-radius:5px;
}
.nmw-fb-buttons-style-warning{
	color:#fff;
	background-color:#FA5858;
	border-color:#eea236;
}
.nmw-fb-buttons-style-warning.focus,.nmw-fb-buttons-style-warning:focus{
	color:#fff;
	background-color:#FE2E2E;
	border-color:#985f0d;
}
.nmw-fb-buttons-style-warning:hover{
	color:#fff;
	background-color:#FE2E2E;
	border-color:#d58512;
}

.nmw-fb-panel-body:not(.two-col) { padding:0px }
.nmw-fb-panel-body .nmw-fb-radio,.nmw-fb-panel-body .nmw-fb-checkbox {margin-top: 0px;margin-bottom: 0px;}
.nmw-fb-panel-body .nmw-fb-list-group {margin-bottom: 0;}
.nmw-fb-list-group{padding-left:0;margin-bottom:20px;margin:0;}


/* Poll/WebShop/Warehouse PopUp List Group */
.nmw-popuplist-group-item-includ{position:relative;display:block;text-align:left;padding:10px 10px;font-size:12px;}
.nmw-popuplist-group-item-includ>.badge-includ{float:right}
.nmw-popuplist-group-item-includ>.badge-includ+.badge-includ{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}
.nmw-popuplist-group{padding-left:0;margin-bottom:20px;margin:0;}
.nmw-popuplist-group-item{position:relative;display:block;padding:10px 10px;color:rgba(10, 10, 10, 1);font-size:12px;margin-bottom:-1px;background-color:rgba(255, 255, 255, 0.37);border:1px solid rgba(227, 227, 227, 0.34);}
.nmw-popuplist-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}
.nmw-popuplist-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}
a.nmw-popuplist-group-item,button.nmw-popuplist-group-item{color:#555}
a.nmw-popuplist-group-item .nmw-popuplist-group-item-heading,button.nmw-popuplist-group-item .nmw-popuplist-group-item-heading{color:#333}
a.nmw-popuplist-group-item:focus,a.nmw-popuplist-group-item:hover,button.nmw-popuplist-group-item:focus,button.nmw-popuplist-group-item:hover{color:#555;text-decoration:none;background-color:#f5f5f5}
button.nmw-popuplist-group-item{width:100%;text-align:left}
.nmw-popuplist-group-item.disabled,.nmw-popuplist-group-item.disabled:focus,.nmw-popuplist-group-item.disabled:hover{color:#777;cursor:not-allowed;background-color:#eee}
.nmw-popuplist-group-item.disabled .nmw-popuplist-group-item-heading,.nmw-popuplist-group-item.disabled:focus .nmw-popuplist-group-item-heading,.nmw-popuplist-group-item.disabled:hover .nmw-popuplist-group-item-heading{color:inherit}
.nmw-popuplist-group-item.disabled .nmw-popuplist-group-item-text,.nmw-popuplist-group-item.disabled:focus .nmw-popuplist-group-item-text,.nmw-popuplist-group-item.disabled:hover .nmw-popuplist-group-item-text{color:#777}
.nmw-popuplist-group-item.active,.nmw-popuplist-group-item.active:focus,.nmw-popuplist-group-item.active:hover{z-index:2;color:#fff;background-color:#337ab7;border-color:#337ab7}
.nmw-popuplist-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#fff}
.nmw-popuplist-group-item>.badge{float:right}
.nmw-popuplist-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}


/* Image Slider */
#NMWslideshow {
  position: relative;
  width: 562px;
  height: 300px;
}
#NMWslideshow div {
  position: absolute;
}
#slideshowEmpt {
  position: relative;
  width: 562px;
  height: 300px;
}

#slideshowEmpt div {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.nmwslide-prev, .nmwslide-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration:none !important;
  z-index:7;
}

.nmwslide-next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.nmwslide-prev:hover, .nmwslide-next:hover {
  background-color: rgba(0,0,0,0.8);
}


/* Poll/WebShop/Warehouse PopUp */
.nmw-poll-popup-bg {
	position:fixed;
	top:0;
    left:0;
	background-color:rgba(0, 0, 0, 0.57) !important;
	width:100%;
	height:100%;
	z-index:301;
}

.nmw-poll-popup-bgWS {
	position:fixed;
	top:0;
    left:0;
	background-color:rgba(0, 0, 0, 0.57) !important;
	width:100%;
	height:100%;
	z-index:301;
}

.nmw-poll-popup {
	margin: 10% auto;
	min-width: 585px;
	width: 580px;
}

.nmw-poll-popupWS {
	margin: 10% auto;
	min-width: 905px;
	width: 900px;
}

@media (max-height: 768px) {
	.nmw-poll-popup {
		margin: 2% auto;
		min-width: 585px;
		width: 580px;
	}

	.nmw-poll-popupWS {
		margin: 6% auto;
		min-width: 935px;
		width: 930px;
	}
}

.nmw-poll-container {top: 0;left: 0;}
.nmw-poll-containerWS {top: 0;left: 0;width:930px;}
.nmw-poll-panel-body .nmw-poll-radio label,.nmw-poll-panel-body .nmw-poll-checkbox label { display:block; }
.nmw-poll-panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}
.nmw-poll-panel-body{padding:15px}
.nmw-poll-panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}
.nmw-poll-panel-primary{border-color:#141414}
.nmw-poll-panel-primary>.nmw-poll-panel-heading{color:#ffffff;background-color:#141414;border-color:#141414}
.nmw-poll-panel-primary>.nmw-poll-panel-heading+.nmw-poll-panel-collapse>.nmw-poll-panel-body{border-top-color:#141414}
.nmw-poll-panel-title{margin-top:0;margin-bottom:0;font-size:15px;color:#ffffff;}
.nmw-poll-list-group{padding-left:0;margin-bottom:20px}
.nmw-poll-list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}
.nmw-poll-checkbox,.nmw-poll-radio{position:relative;display:block;margin-top:10px;margin-bottom:10px}
.nmw-poll-checkbox label,.nmw-poll-radio label{min-height:20px;padding-left:5px;margin-bottom:0;font-weight:400;cursor:pointer}
.nmw-poll-panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}

.nmw-poll-buttons-style{
	display:inline-block;
	padding:6px 10px;
	margin-bottom:0;
	font-size:14px;
	font-weight:400;
	line-height:1.42857143;
	text-align:center;
	white-space:nowrap;
	vertical-align:middle;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:2px solid rgba(125, 81, 0, 0.17);
	border-radius:5px;
}
.nmw-poll-buttons-style-success{
	color:#fff;
	background-color:#5cb85c;
	border-color:#4cae4c;
}
.nmw-poll-buttons-style-success.focus,.nmw-poll-buttons-style-success:focus{
	color:#fff;
	background-color:#449d44;
	border-color:#255625;
}
.nmw-poll-buttons-style-success:hover{
	color:#fff;
	background-color:#449d44;
	border-color:#398439;
}
.nmw-poll-buttons-style-info{
	color:#fff;
	background-color:#5bc0de;
	border-color:#46b8da;
}
.nmw-poll-buttons-style-info.focus,.nmw-poll-buttons-style-info:focus{
	color:#fff;
	background-color:#31b0d5;
	border-color:#1b6d85;
}
.nmw-poll-buttons-style-info:hover{
	color:#fff;
	background-color:#31b0d5;
	border-color:#269abc;
}
.nmw-poll-buttons-style-warning{
	color:#fff;
	background-color:#FA5858;
	border-color:#eea236;
}
.nmw-poll-buttons-style-warning.focus,.nmw-poll-buttons-style-warning:focus{
	color:#fff;
	background-color:#FE2E2E;
	border-color:#985f0d;
}
.nmw-poll-buttons-style-warning:hover{
	color:#fff;
	background-color:#FE2E2E;
	border-color:#d58512;
}

.nmw-poll-progress{overflow:hidden;height:20px;margin-bottom:20px;background-color:#f7f7f7;background-image:-moz-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));background-image:-webkit-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:-o-linear-gradient(top, #f5f5f5, #f9f9f9);background-image:linear-gradient(to bottom, #f5f5f5, #f9f9f9);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);-webkit-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-moz-box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);box-shadow:inset 0 1px 2px rgba(0, 0, 0, 0.1);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.nmw-poll-progress .nmw-poll-bar{width:0%;height:100%;color:#ffffff;float:left;font-size:12px;text-align:center;text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);background-color:#0e90d2;background-image:-moz-linear-gradient(top, #187037, #c9e3a6);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#187037), to(#c9e3a6));background-image:-webkit-linear-gradient(top, #187037, #c9e3a6);background-image:-o-linear-gradient(top, #187037, #c9e3a6);background-image:linear-gradient(to bottom, #187037, #c9e3a6);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);-webkit-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-moz-box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);box-shadow:inset 0 -1px 0 rgba(0, 0, 0, 0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width 0.6s ease;-moz-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease;}
.nmw-poll-progress .nmw-poll-bar+.nmw-poll-bar{-webkit-box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);-moz-box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);}
.nmw-poll-pull-right{float:right;}

.nmw-poll-panel-body:not(.two-col) { padding:0px }
.nmw-poll-panel-body .nmw-poll-radio,.nmw-poll-panel-body .nmw-poll-checkbox {margin-top: 0px;margin-bottom: 0px;}
.nmw-poll-panel-body .nmw-poll-list-group {margin-bottom: 0;}
.nmw-poll-list-group{padding-left:0;margin-bottom:20px;margin:0;}

.hofCharNameCH {
	background: url(system/images/spark.gif);
}
