html, body {
	height:100%;
	min-height:100%;
}

body  {
	/*font-family: ‘Trebuchet MS’, Helvetica, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #000000;	
}

@font-face {
    font-family: ITCAvantGardePro;
    src: url('itcavantgardepro.eot');
    src: url('itcavantgardepro.eot?#iefix') format('embedded-opentype'),
         url('itcavantgardepro.woff') format('woff'),
         url('itcavantgardepro.ttf') format('truetype'),
         url('itcavantgardepro.svg#itcavantgardepro') format('svg');    
}
@font-face {
    font-family: ITCAvantGardeProBold;
    src: url('itcavantgardeprobold.eot');
    src: url('itcavantgardeprobold.eot?#iefix') format('embedded-opentype'),
         url('itcavantgardeprobold.woff') format('woff'),
         url('itcavantgardeprobold.ttf') format('truetype'),
         url('itcavantgardeprobold.svg#itcavantgardeprobold') format('svg');  
}

/*basic*/

* li a,
* a,
.contentbread3,
.contentbread3 * {
	font-family: ITCAvantGardeProBold !important;
}

a:link, a:visited {
	color: #3a3a3a;
	text-decoration: underline;
}
a:hover {
	/*color: #e20a17;*/
	text-decoration: none;
	color: #f02b18;
}

img {
	border: 0px;

}

img a {
	border: 0px;
	text-decoration:none;

}


#header { 
	background-color: #ececec;
	border-bottom: 2px solid #000;
	padding: 0;
	margin: 0;
	width: 100%;
}
.headerinner { 
	margin: 0;
	padding: 0 0 5px 0;
	text-align: right;
	margin: 0 auto;
	width: 960px;
	position:relative;
}

.headerlang {
	position:absolute;
	top: 9px;
	right: 320px;
	width: 200px;	
} 


.headerlang a:link, .headerinner a:visited {
	text-decoration: none;
	color: #3a3a3a;
	font-size: 15px;
}
.headerlang a:hover {
	color: /*#fc0101*/ #f00;
	font-size: 15px;
	text-decoration: none;
}




#container { 
	width: 960px;
	background: #FFFFFF;
	/*margin: 0 auto;	*/
	text-align: left;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;	
} 
#maincontent-full {
	position: relative;
} 
.htmlpageContent a { 


} 
.logo {
	margin: 29px 0 0 0;
	width: 300px;
	float:left;
}


.menus {
	margin: 29px 0 0 0;
	width: 660px;
	float: right;
}

.menusz ul {
	float: left;	
	list-style: none;
	margin: 0;
	padding: 0;	
}



.menus1 {
	float: left;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	width: 239px;	
}

.menus2 {
	float: left;
	list-style: none;
	padding: 0;
	margin: 10px 0 0 0;
	width: 239px;	
}

.menus3 {
	float: left;
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
	width: 180px;
}


.menus4 {
	float: left;
	list-style: none;
	padding: 3px 0 0 0;
	margin: 10px 0 0 0;
	width: 239px;	
}

/*.cufon-active .menus1 li  {
	font-size: 18px;
}*/


.menus1 li {
	font-family: ITCAvantGardeProBold;
	float: left;
	margin: 0 0 12px 0;
	padding: 2px 0 7px 0;
	border-bottom: 2px solid #3a3a3a;
	width: 180px;
	
}


.menus1 li a:link, .menus1 a:visited {
	font-family: ITCAvantGardeProBold;
	float:left;
	margin: 0;
	padding: 0;
	color: #3a3a3a;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;	
}
.menus1 li a:hover {
	font-family: ITCAvantGardeProBold;
	color: #f02b18 !important;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 18px;	
	text-decoration: none;	
}
.menus1 li a:current {
	font-family: ITCAvantGardeProBold;
	color: #f02b18 !important;
	font-size: 18px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-decoration:none;	
}

.menus1 li:first-child {
	font-size: 18px;
	padding: 0 0 8px 0;
}

/* kettes */

.menus2 li {
	font-family: ITCAvantGardeProBold;
	float: left;
	margin: 0 0 12px 0;
	padding: 2px 0 7px 0;
	border-bottom: 2px solid #3a3a3a;
	width: 180px;
}
.menus2 li a {
	font-family: ITCAvantGardeProBold;
	float:left;
	margin: 0;
	padding: 0;
	color: #3a3a3a;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
}
.menus2 li a:hover, 
.menus2 li a:active {
	font-family: ITCAvantGardeProBold;
	color: #f02b18 !important;
	font-size: 18px;	
	font-weight: bold;
	text-decoration:none;
}
.menus2 li#current a {
	font-family: ITCAvantGardeProBold;
	font-size: 18px;
	color: #f02b18;
	font-weight: bold;
	text-decoration:none;
}
.menus2 li:first-child {
	font-size: 18px;
	padding: 0 0 8px 0;
}

.menus4 ul {
	position: relative;
	list-style-type: none;
	padding-left: 20px;
	width: 400px;
}

.menus4 ul li {
	padding-top: 4px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.menus4 ul:before {
	content: " ";
	display: block;
	position: absolute;
	width: 20px;
	height: 85px;
	background-repeat: none;
	background-image: url(http://musicfashion.hu/images/main-info-icon-sprite.jpg);
	position: absolute;
	left:0;
}


/* harmas */

.menus3 li {
	font-family: ITCAvantGardeProBold;
	float: left;
	margin: 0 0 12px 0;
	padding: 2px 0 7px 0;
	border-bottom: 2px solid #3a3a3a;
	width: 180px;
}
.menus3 li a {
	font-family: ITCAvantGardeProBold;
	float:left;
	margin: 0;
	padding: 0;
	color: #3a3a3a;
	font-size: 18px;
	font-weight: bold;
	text-decoration:none;
}
.menus3 li a:hover, 
.menus3 li a:active {
	font-family: ITCAvantGardeProBold;
	font-size: 18px;
	color: #f02b18;
	font-weight: bold;
	text-decoration:none;
}
.menus3 li#current a {
	font-family: ITCAvantGardeProBold;
	font-size: 18px;
	color: #f02b18;
	font-weight: bold;
	text-decoration:none;
}
.menus3 li:first-child {
	font-size: 18px;
	padding: 0 0 8px 0;
}



.bread {
	background-color: #3a3a3a;
	margin: 5px 0 17px 0;
	padding: 9px;
	color:#FFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	width: 942px;
	float: left;
	position: relative;
	min-height: 21px;
}
.bread a:link, .bread a:visited {
	color: #fff;
	text-decoration: none;
}
.bread a:hover {
	/*color: #e20a17;*/
	text-decoration: none;
	color: #f02b18;
}

.contentbread1 {
	background-color: #ececec;
	margin: 0 0 0 0;
	padding: 10px 10px 9px 10px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	width: 940px;
	float: left;
}

.contentbread2 {
	font-family: ITCAvantGardePro;
	background-color: /*#fc0101*/ #f00;
	margin: 0px;
	padding: 10px 10px 3px 10px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	width: 940px;
	float: left;
	font-weight:bold;
}


#sidebar {
	float: right;
	width: 295px;
	/*background: #EBEBEB;*/
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#sidebar p {	
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

#maincontent { 
	margin: 0 310px 0px 0;
	padding: 30px 20px 40px 20px;
	background-color: #ececec;
	text-align:justify;	
}
#maincontent-shop { 
	margin: 0 310px 0px 0;
	padding: 0;	
	text-align:justify;	
} 

#footer {
	background:url(../images/footerbg.jpg) top repeat-x;
	width: 100%;
	margin: 80px 0 7px 0;
} 


.footerinner {
	color: #000;
	margin: 0 auto;
	padding: 42px 10px 0 20px;
	text-align:center;
	font-size: 12px;
	width: 960px;
}

.footerinner a:link, .footerinner a:visited {
	text-decoration: none;
	color: #000;
	font-size: 12px;
}
.footerinner a:hover {
	color: /*#fc0101*/ #f00;
	font-size: 12px;
	text-decoration: none;
}


.search {
	float: right;
	width: 290px;
	position:relative;

}

.spic {
	position: absolute;
	top: 8px;
	right: 0px;

}

.stext {
	background:url(../images/searchinput-bg.jpg) top left no-repeat;
	border: 0px;
	padding: 4px 4px 4px 6px;
	margin: 8px 57px 0 0;
	font-size: 10px;
	/*float: right;*/
	width: 217px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
    color: transparent;
}


.newspage {
	background-color: #ececec;
	margin: 0 0 0 0;
	padding: 20px 0px 0 0px;


}
.newspage-inner {
	background-color: #ececec;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}
.newspage-content {
	background-color: #ececec;
	margin: 0 0 0 0;
}
.news-mainbox-header {
	border-top: 1px solid #6c6c6c;
	padding: 10px 0 25px 0;
	font-size: 14px;
	

}
.news-mainbox-header span {
	font-size: 11px;
	float:right;

}



.bandbox {
	float: left;
	width: 478px;
	margin: 0 4px 0 0;
}

.bandbox-header {
	background: url(../images/bandbox-header-bg.jpg) top left no-repeat;	
	padding: 5px 0px 5px 10px;
	color:#333;
	font-weight:bold;
	font-size: 16px;
	text-transform:lowercase;
	width: 961px;

}

.bandbox-inner {
	padding: 137px 0px 0px 0px;
	text-align: center;
	width: 478px;
	height: 158px;
}

.bandbox-inner a:link, .bandbox-inner a:visited {
	font-family: ITCAvantGardePro;
	color: #FFF;
	font-size: 25px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration: none;
}

.bandbox-inner a:hover {
	font-family: ITCAvantGardePro;
	color: #f02b18 !important;
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

.stylebox-inner {
	padding: 55px 0 54px 0;
	text-align: center;
	width: 478px;	
}

.stylebox-inner a, .stylebox-inner a:visited {
	font-family: ITCAvantGardeProBold;
	color: #FFF;
	font-size: 25px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

.stylebox-inner a:hover {	
	color: #f02b18 !important;	
}

.kreativbox {	
	/*float: left;*/
	width: 478px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 52px;
	left: 482px;
	/*max-height: 699px;*/
}

.kreativbox-header {
	background-color:#ececec;
	padding: 5px 0px 5px 10px;
	color:#333;
	font-weight:bold;
	font-size: 16px;
	text-transform:lowercase;
	width: 458px;

}

.kreativbox-inner {
	background: /*#fc0101*/ #f00 url(../images/kreativ-bg.jpg) top left no-repeat;
	text-align: center;
	width: 478px;
	/*height: 624px;*/
	margin: 0 0 0 0;
	padding: 56px 0 0 0;
	min-height: 784px;
}

/*
html>body .kreativbox-inner {
width: auto;
height: auto;
min-width: 478px;
min-height: 639px;
} 
*/

.kreativbox-inner a, .kreativbox-inner a:visited {
	font-family: ITCAvantGardeProBold;
	padding: 55px 0 55px 0;
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	text-transform:uppercase;
	text-decoration:none;
}

.kreativbox-inner a:hover {	
	color: #f02b18;	
}

.kreativbox-inner ul {
	margin: 0 0 0 0;
	padding: 0px;
}

.kreativbox-inner ul li {
	list-style: none;	
	margin:0 0 109px 0;	
	padding: 0px;
}
.kreativbox-inner ul li:last-child {
	list-style: none;	
	margin:0 0 0 0;
	padding: 0 0 53px 0;
}


.bandpage-full {
	background-color:#ececec;
	
}

.bandstable {
	width: 960px;
}

.rightband {
	background-color: #333;
	padding: 10px;
	margin-bottom: 20px;
}

.rightband h3 {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	padding: 0;
	margin: 0;
}


#sidebar hr {		
	border: 0;
	color: #7c7b70;
	background-color: #7c7b70;
	height: 1px;
	width: 94%;
	text-align: right;
	clear:both;
	margin: 0 0 0 18px;
	/*border-bottom: 1px solid #FFF;*/
}



input{}
select {}

/*content*/

#_content { /* {$CONTENT} div */
	
}


/* layout */

/* layout eof */


/*
Pager object main index design
*/
.pager span{
font-size:10px;
padding: 0px 2px 0px 2px;
}
/*
.pager_cindex{
	font-weight:bold;
}*/
/*-*/

.liMenu {
	margin: 0px;
	padding: 0px;
}

.liMenu li{
	list-style-image:none;
	display:inline;
	margin-left:0;
	width:auto;
	padding:5px;
}





.xGUI {
	margin-bottom: 20px;
}

.xGUI_form, TABLE.xGUI_form {
	border: 0px !important;
}


.xGUI_Block h1 {
	background-color: #3a3a3a;
	color: #FFF;
	padding: 10px 15px 10px 15px;
	font-size: 16px;
	margin: 0 0 20px 0;
}

td.xGUI_form_col1, td.xGUI_form_col2, td.xGUI_form_col3, td.xGUI_form_col4 {
    border: 0px !important;
    padding: 4px;
}

.xGUI textarea.text, .xGUI input.text, .xGUI input.password {
    background-image: none !important;
    border: 1px solid #3a3a3a;
    padding: 2px 1px 1px 5px;
}

.xGUI input.button, .xGUI input.submit {
	background-image: none !important;
	/*background-color: #f02916 !important;*/
	background-color: #f00 !important;
    border: 0px !important;
    font-size: 11px;
    font-weight: bold;
    height: 18px;
    overflow: visible;
    padding-left: 4px;
    padding-right: 4px;
    width: auto;
	color: #FFF !important;
	float:right;
}


.tabmenu a:link, .tabmenu a:visited {
	color: #FFFFFF;
	font-size: 18px;
	text-transform: lowercase;
	text-decoration: none;
}
.tabmenu a:hover {
	/*color: #e20a17;*/
	text-decoration: none;
	font-size: 18px;
	text-transform: lowercase;
	color: #000000;
}




ul.tabs {	
	line-height: 25px;
	list-style: none;
	float: right;
	margin: 0;
}
.tabs li {
	float: left;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 13px 1px;
	color: #fff;
	cursor: pointer;	
	position: relative;
	font-size: 17px;
	text-transform: lowercase;
}
.tabs li:hover,
.vertical .tabs li:hover {
	color: #000;
	font-size: 17px;
	/*text-transform: lowercase;*/
	text-decoration: none;
	margin: 0;
	padding: 0 13px 1px;
}
.tabs li.current {
	color: #000;
	font-size: 17px;
	text-transform: lowercase;
	text-decoration: none;
	margin: 0;
	padding: 0 13px 1px;
}

/*
.tabs li a  {
    text-transform: lowercase;
}

.tabs li a:first-letter {
    text-transform: uppercase !important;
}*/

.box {
	display: none;	
	padding: 0px;
}
.box.visible {
	display: block;
}

.section.vertical {
	width: 440px;
	border-left: 160px solid #FFF;
}


.mainvideo {
	background: url(../images/video-cdbg-3.jpg) top left no-repeat;
	width: 960px;
	/*background-color: #fc0101;*/
	text-align: center;
	padding: 5px 0px 8px 0px;
	margin: 0px 0 14px 0;
	position: relative;
	height: 25px;
}


.mainvideo a:link, .mainvideo a:visited {
	color: #FFFFFF;
	/*font-family: ITCAvantGardeProBold;*/
	/*font-family: '‘Trebuchet MS’', Helvetica, sans-serif !important;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: -2px;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
}
.mainvideo a:hover {
	/*color: #e20a17;*/
	text-decoration: none;
	color: #3A3A3A;
}

.mainvideoa {
	position: absolute;
	top: 11px;
	left: 226px;
}
.mainaudioa {
	position: absolute;
	top: 11px;
	left: 705px;
}

.sociallink {
	position: absolute;
	top: 10px;
	right: 42px;	
	width: 140px;
	padding: 0;
}

.xGUI_Block h1 {
	background-color: #ECECEC !important;
	color: #000;
	padding: 10px 0px 8px 10px;
	font-size: 14px;
	margin: 0 0 20px 0;
}

.videotabs {
	background-color: /*#fc0101*/ #f00;
	text-align: center;
	padding: 10px 0 30px 0;
}
.videotabs a:link, .videotabs a:visited {
	color: #FFFFFF;
	font-family: ITCAvantGardeProBold;
	font-size: 17px;
	text-transform: uppercase;
	text-decoration: none;
}
.videotabs a:hover {
	/*color: #e20a17;*/
	text-decoration: none;
	color: #3A3A3A;
}

.webshop-item {
	background-color: #ececec;
	padding: 20px;
}

.shopitem-table h2 {
	font-family: ITCAvantGardeProBold;
	font-size: 18px;
	text-transform: uppercase;
	color: /*#fc0101*/ #f00;
	margin: 5px 0 0 0;
}
.shopitem-table h2 span {
	font-family: ITCAvantGardeProBold;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 0 0;
}
.music-item {
	width: 100%;
	margin: 0 0 10px 0;
}
.music-item ul {	
	list-style-type: none;
	margin: 0;
	padding: 0px 0 10px 3px;
}
.music-item ul li{
	background-color: #eeb0ab;
	margin: 0 0 5px 0;
	padding: 5px 10px 7px 10px;
	position: relative;
}
.music-item ul li span{
	font-family: Verdana;
	font-weight: bold;
	color: /*#fc0101*/ #f00;
	margin: 0;
	font-size: 16px;
	padding: 0 0 0 0;
	margin: 0 0px 0 0px;
}


.sbutton {
	clear: both;
	/*background-color: #f02916;*/
	background-color: #f00 !important;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	letter-spacing: 0px;
	color: #FFF !important;
	margin: 0px;
	border: 0px;
	padding: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none !important;
}
.sbutton:hover {	
	color: #CCC !important;	
}


#element_to_pop_up { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:20px;
    min-width:400px;
    min-height: 180px;
}
.b-close{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
}

.orderlink {
	background-image: none !important;
	/*background-color: #f02916 !important;*/
	background-color: #f00 !important;
	border: 0px !important;
	font-size: 12px;
	font-weight: bold;
	height: 18px;
	overflow: visible;
	padding-left: 4px;
	padding-right: 4px;
	width: auto;
	color: #FFF !important;
	float: right;
	padding: 5px 5px 0px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none !important;
	margin: 0 0 0 280px;
}




/* Új kinézet 2014 */

.page_style_menu_col {
	width: 20%;
	float: left;
}

.page_style_menu_col ul {
	list-style-type: none;
	padding: 0
}

.page_style_menu_col ul li {
	list-style-type: none;
	/*height: 40px;
	line-height: 40px;*/
	border-bottom: 1px solid gray;
}

.page_style_menu_col ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;

	display: block;
	padding: 15px 0;

	font-size: 15px;
}

.page_style_menu_col h4 {
	/*width: 100%;*/
	display: block;
	 background-color: /*#fc0101*/ #f00; 
	padding: 10px 20px;
	margin: 0px 0 10px 0;
	position: relative;
	height: 25px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}

.page_style_left_col {

}

.page_style_right_col {

}

.page_style_center_col {
	float: left;
	width: 57%;
	padding: 0 1.5% 0 1.5%;
}


.page_style_center_col .brandList {
	background-size:267px 215px !important;
	width:267px;
	height:215px;
	margin-bottom:15px;
	/*color: transparent !important;
	color: rgba(0,0,0,0) !important;*/
	color: white !important;
	text-align: center;
	padding-top: 100px;
	font-size: 20px;
	margin-bottom: -90px;
}

ul.brand-list {
	background-color: #3a3a3a;
	margin: -1px 0 15px 0;
	padding: 9px;
	color: #FFF !important;
	font-size: 18px;
	font-weight: bold;
	text-transform: lowercase;
	width: 942px;
	float: left;
	position: relative;
	min-height: 21px;
}

ul.brand-list li {
	display: inline-block;
	float: left;
	padding: 5px 0 5px 20px;
}

ul.brand-list li a {
	color: #6b6f72;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;

	height: 19px;
	display: inline-block;
	line-height: 30px;
}

ul.brand-list {
	padding-top: 3px !important;
	padding-bottom: 12px !important;
}

.brand-menu {
	display: block;
	background-color: /*#fc0101*/ #f00;
	/*padding: 10px 20px;*/
	margin: -15px 0px 0px 0;
	position: relative;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	/*padding-left: 28px;*/
	width: 964px;
}


.brand-menu a {
	display: inline-block;
	float: left;
	padding: 2px 20px 0px 0px;

	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

.brand-menu a:hover {
	color: #3a3a3a;
}


.brand-list a:hover {
	color: /*#fc0101*/ #f00;
}

.brand-list li.active a {
	color: /*#fc0101*/ #f00;
}


.bx-pager.bx-default-pager {
	display: none;
}

.bx-wrapper {
	margin: 0 auto 15px !important;
}

.bx-wrapper .bx-viewport {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}


a.active {
	color: #f02b18;
}




.menuinner {
  position: relative;
  height: 135px;
  overflow: hidden;
}

.menus2 {
float:left;
margin: 29px 0 0 0;
width: 660px;
}

.menus2-news {
  float: right;
  display:inline-block;
  position: absolute;
  top:20px;
  right: 0;
}

.menus2-news .xGUI_Block h1 {
  display: none;
}

.menus2-news .xGUI_form .xGUI_form_row0:nth-child(3) {
  display: none;
}

.menus2-news .xGUI_form input[name=xgui_submit] {
width: 148px;
/*position: absolute;
right: 11px;*/
border-radius: 5px;
margin-right: 26px;
margin-top: 4px;
}

.contentbread3 {
	font-family: ITCAvantGardePro;
background-color: #3a3a3a;
margin: 0px;
padding: 10px 10px 3px 10px;
color: #FFF;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
width: 528px;
float: left;
font-weight: bold;
height: 32px;
}

/*
.contentbread4 {
	display: flex;
background-color: #fc0101;
margin: -12px 0px 0px 0px;
position: relative;
height: 30px;
line-height: 30px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
font-size: 15px;
padding-left: 28px;
}*/


.contentbread4 {
	display: inline-block;
	width: 520px;
background-color: /*#fc0101*/ #f00;
/* padding: 10px 20px; */
margin: 0px 0px 0px 0px;
position: relative;
height: 30px;
line-height: 30px;
font-weight: bold;
color: #fff;
text-transform: uppercase;
font-size: 15px;
padding-left: 28px;
}


ul.tabs {
	line-height: 25px;
	list-style: none;
	
	margin: 2px 0 0 -15px;
	padding: 0;
	float: left;
}

ul.tabs li {
	float: left;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 8px 1px;
	color: #fff;
	cursor: pointer;
	position: relative;
	font-size: 15px;
	/*text-transform: capitalize !important;*/
	text-transform: none !important;
	text-decoration: none;
}

ul.tabs li a {
	color: inherit;
	text-decoration: none;
}

ul.tabs li.current {
	color: #3a3a3a;
	margin: 0 0 0 0;
	padding: 0 8px 1px;
	font-size: 15px;
}

ul.tabs li:hover, 
.vertical ul.tabs li:hover {
	color: #3a3a3a;
	margin: 0 0 0 0;
	padding: 0 8px 1px;
	font-size: 15px;
}

#maincontent_new_center {
	/*margin: 0 310px 0px 0;
padding: 30px 20px 40px 20px;*/
padding: 20px;
background-color: #ececec;
text-align: justify;
}


#maincontent_new_center img {
	max-width: 100% !important;
	height: auto;
}

.page_style_center_col .section.newspage-inner-new {
	background: #ececec !important;
}

.newspage-new  .contentbread3 {
	position: relative;
	background: #3a3a3a !important;	
}
.newspage-inner-new .contentbread3 {
	/*height:; 64px !important;*/
	height: auto !important;
	/*margin-bottom: 10px;*/
	position: relative;
	background: none;
}

.newspage-new  .contentbread3 span,
.newspage-inner-new .contentbread3 span {
	position: absolute;
	/*right: 10px;
	bottom: 9px;*/
	right: 20px;
	top:17px;
	color: #6b6f72;
	font-size: 12px;
}

.newspage-inner-new .contentbread3 a {
	color: #3a3a3a;
	text-decoration: none;
	font-weight: bold;
}

.newspage-inner-new .contentbread3 a:hover {
	color: *#fc0101*/ #f00;
}

.newspage-new .contentbread3 {
	height: 62px !important;
	margin-bottom: 0 !important;
}


	.page_style_center_col * {
		max-width: 100% !important;
	}

	.page_style_center_col table {
		max-width: 100% !important;
		width: 100% !important;
	}

.page_style_menu_col h4 a {
	text-decoration: none;
	color: #FFF !important;
}

.pager_sep {
	display: inline-block;
	width: 5px;
}

.pager_next {
	margin-left: 5px;
}

.pager_prev {
	margin-right: 5px
}

.pager-news {
	text-align: center;
}

.pager-news * {
	font-family: ITCAvantGardePro;
	text-decoration: none !important;
	font-size: 13px;
}

.pager_cindex {
	font-family: ITCAvantGardeProBold !important;
}

.brand-menu a {
	/*width: 31%;*/
	/*width: 299px;*/
	width: 219px;
	text-align: center;
	border: 2px solid white;
}

h1 {
	line-height: 30px;
	margin-top: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a ,h6 a {
		display: inline-block;
}

a {
	opacity:.99999; 
}
.mainvideo a.active,
.brand-menu a.active {
	color: #3a3a3a !important;
}

.menus2-news form {
	z-index: 1000;
	width: 250px;
	margin-right: -25px;
	margin-top: -9px;
}

.menus2-news form input[type="text"] {
	width: 140px
}

.page_style_menu_col h4 a {
	display: block
}
.page_style_menu_col h4 a:hover {
color: #3a3a3a !important;
}


.contentbread4 * {
	font-family: ITCAvantGardePro !important;
}

.contentbread4 ul.tabs li * {
	font-size: 13px !important;
	font-family: ITCAvantGardePro !important;
}
.contentbread4 ul.tabs li,
.contentbread4 ul.tabs li.current  {
font-size: 13px !important;
	padding-right: 4px !important;
	padding-top: 2px !important;
}

a > div.brandList {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
	/*-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
    transition: all .5s ease;*/

	transition-delay: 0s;
	transition-duration: .5s;
    transition-property: all;
	transition-timing-function: ease;

    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    
	-webkit-backface-visibility: hidden
}

a > div.brandList:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);

    transition-delay: 0s;
	transition-duration: .5s;
    transition-property: all;
	transition-timing-function: ease;

}


/* Facebook */
.facebook-bread {
  font-family: ITCAvantGardePro;
  background-color: #ee2918;
  margin: 0px;
  padding: 10px 10px 3px 10px;
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  width: 940px;
  float: left;
  font-weight: bold !important;
  text-align: center;
  color: white;
  text-decoration: none;

  background-color: #3b5998;
  border: 0;
  border-bottom: 1px solid #133783;
  -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .52);
  margin-top: 15px;
}

.facebook-bread a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  display: block;
}




/* popup */
#thover{
  position:fixed;
  width:100%;
  height:100%;
  opacity: .6
}

#tpopup{
  position:absolute;
  width:840px;
  height:500px;
  background:#fff;
  left:50%;
  top:50%;
  border-radius:5px;
  padding:20px 0;
  margin-left:-400px; /* width/2 + padding-left */
  margin-top:-250px; /* height/2 + padding-top */
  text-align:center;
  box-shadow:0 0 5px 0 #000;
  z-index: 88888000;
}
#tclose{
  position:absolute;
  background:black;
  color:white;
  right:-15px;
  top:-15px;
  border-radius:50%;
  width:30px;
  height:30px;
  line-height:30px;
  text-align:center;
  font-size:8px;
  font-weight:bold;
  font-family:'Arial Black', Arial, sans-serif;
  cursor:pointer;
  box-shadow:0 0 10px 0 #000;
}