@charset "utf-8";
body {
	background-color: #fff;
	font-family: 'Conv_Sansus Webissimo-Regular', Sans-Serif;
	color: #000;
	font-size: 12px!important;
	color: #666!important
}
.box {
	font-size: 25px;
	width: 90%;
	margin: 10px auto;
	text-align: left;
	border: 1px solid #666;
	padding: 10px
}
.wrapper {
	margin: 0;
	width: 100%
}
.header_holder a {
	color: #FFF
}
form {
	margin: 0;
	padding: 0
}
.font_size_60 {
	font-size: 60px;
	letter-spacing: -3px
}
.font_colour_white {
	color: #FFF
}
.bannercontainer {
	padding: 5px;
	background-color: #fff;
	width: 890px;
	position: relative;
	position: relative;
	margin-left: auto;
	margin-right: auto
}
.banner {
	width: 890px;
	height: 490px;
	position: relative;
	overflow: hidden
}
/* for buy now button */

#element_to_pop_up { 
    background-color:#fff;
    border-radius:5px;
    color:#000;
    display:none; 
    padding:30px;
    min-width:150px;
	direction:rtl;
  
}
.b-close{
    cursor:pointer;
    position:absolute;
    left:10px;
    top:5px;
	
}

/*buy now button ends - chathuranga */

@media only screen and (min-width:768px) and (max-width:959px) {
.banner, .bannercontainer {
	width: 750px;
	height: 412px
}
}

@media only screen and (min-width:480px) and (max-width:767px) {
.banner, .bannercontainer {
	width: 470px;
	height: 258px
}
}

@media only screen and (min-width:0) and (max-width:479px) {
.banner, .bannercontainer {
	width: 310px;
	height: 170px
}
}

@media only screen and (max-width: 767px) {
table.responsive {
	margin-bottom: 0;
}
.pinned {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 35%;
	overflow: hidden;
	overflow-x: scroll;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.pinned table {
	border-right: none;
	border-left: none;
	width: 100%;
}
.pinned table th, .pinned table td {
	white-space: nowrap;
}
.pinned td:last-child {
	border-bottom: 0;
}
div.table-wrapper {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
	border-right: 1px solid #ccc;
}
div.table-wrapper div.scrollable {
	margin-left: 35%;
}
div.table-wrapper div.scrollable {
	overflow: scroll;
	overflow-y: hidden;
}
table.responsive td, table.responsive th {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
}
table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
	display: none;
}
}
