<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,700&amp;display=swap');


html, body {
    font-family:Rubik, Helvetica, sans-serif;
    direction:rtl;
}
body * {
    font-family:Rubik, Helvetica, sans-serif;
}
body {
    font-size:14px;
    background-color:#fff !important;
    line-height:1.3em;
    direction:rtl;
    text-align:right;
    overflow-y:auto;
    width:100% !important;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.orange{
	color:#00b2b8;
}
.h1, .H1 { /* site fonts */
	font-size:50px;
	font-weight:bold;
	color:#000000;
}
h2{
    font-size:25px;
    margin-bottom:5px;
	color:#00b2b8;
	font-weight:400;
}
.h2, .H2 { /* siteSubName */
	font-size:18px;
	font-weight:bold;
	color:#000000;
}	
.h3, .H3 { /* flow text - main */
	font-size:19px;
	color:#333333;
	line-height:1.4em;
}
.h4, .H4 { /* flow text */
	font-size:12px;
	font-weight:bold;
	color:#9A9A9A;
}
.h5, .H5 { /* articleTitle */
	font-size:16px;
	color:#333333;
	line-height:1.4em;
}
td.H5, td.h5 {
	height:25px;
}
.h6, .H6 { /* articleTd */
	font-size:12px;
	color:#666666;
	text-decoration:none;
	padding:6px 0;
	right: auto;
	background-color:#CCCCCC;
}
.h7, .H7 { /* side menu header */
	font-size:18px;
	color:#666666;
	text-decoration:none;
	display:none;
	padding-right:25px;
}
#pf, #PF{width:100%;}
a {
	color:#00b2b8;
}
a:hover {
	color:#333;
}
form {
	display:inline;
}
.strike {
	text-decoration: line-through;
}
.bold, .required {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.ltr {
	direction:ltr;
	text-align:left;
}
.rtl {
	direction:rtl;
	text-align:right;
}
ul li {
	list-style-type:none;
	background-repeat:no-repeat;
}
ul li{
	padding:0;
	padding-right:6;
}
.tablePageFormat ul li:before{
    content:"\f104";
    margin-left:4px;
    font-family:"Font Awesome 5 Pro";
}
.tablePageFormat .z-tabs-nav li:before{
    content:"";
}
.tableWidth td {
	vertical-align:top;
}
.responsiveBlock {
	vertical-align:top;
	display:inline;
}


/* ### Dimensions ### */
header{position:relative;}
#HResponsive {
	text-align:right;
	position:fixed;
	z-index:99;
	width:100%;
	margin:0 auto;
	display:block;
    background:rgba(0,0,0,0);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#HResponsive.scroll-nav{
    background:rgba(0,0,0,0.7);
    padding-bottom:14px;
}
#UHResponsive {
    text-align:right;
	position:relative;
	z-index:0;
	width:100%;
	margin:0 auto;
	display:block;
    overflow:hidden;
}
#FResponsive {
	text-align:right;
	width:100%;
	margin:0 auto;
	display:block;
}

.maintable, .mainTable  {
	width:100% !important;
	margin:0 auto;
	table-layout:fixed;
}
.mainTable3{
	width:1333px;
	margin:30px auto;
}
.mainTable_3{
	width:100%;
}
.mainTable3 .tableWidth {
	width:100%;
}
.tablePageFormat {
	width:100%;
}
.tablePageTitle{
    width:100%;
    margin-bottom: 15px;
}
.tablePageFormat .tdPageFormatW{
	width:0;
}
.tdPageTitle h1, .tdPageTitle {
	font-size:35px;
	line-height:1.1em;
	padding:0;
	color:#00b2b8;
    color:#373737;
    font-weight:bold;
}
.tdPageTitle h1{
    display:inline-block;
    padding-bottom:2px;
    border-bottom:2px solid #00b2b8;
}
.tableWidth .tdMenuSideWidth ,
#MRResponsive{
	width:250px;
}
.tableWidth .tdDividerWidth {
	width:30px;
}
.shopperlookup_taf .tdMenuSideWidth,
.shoppernew_taf .tdMenuSideWidth,
.shopperlookup_taf .tdDividerWidth,
.shoppernew_taf .tdDividerWidth,
.newbasket_taf .tdMenuSideWidth,
.newbasket_taf .tdDividerWidth,
.purchase_taf .tdMenuSideWidth,
.purchase_taf .tdDividerWidth,
.shopperbasket_taf .tdMenuSideWidth,
.shopperbasket_taf .tdDividerWidth,
.wbasket_taf .tdMenuSideWidth,
.wbasket_taf .tdDividerWidth,
.filters_taf .tdMenuSideWidth,
.filters_taf .tdDividerWidth,
.password_taf .tdMenuSideWidth,
.password_taf .tdDividerWidth,
.dbmatenasim_taf .tdMenuSideWidth,
.dbmatenasim_taf .tdDividerWidth{
    display:none;
}
#ProTResponsive {
	width:100%;
	display:block;
}

/* ### Spacing &amp; Borders ### */
h1 {
	font-size:24px;
	padding:5px 0;
}
input, textarea, select {
	font-size:inherit;
	font-family:inherit;
}
input[type="text"], input[type="password"], textarea, select, input[type="email"]{
	border-style:solid;
	width:100%;
}
input[size="1"] {
	width:auto;
}
input[type="submit"], input[type="button"] {
	border:none;
	cursor:pointer;
}
.filedText {
	padding:3px 0;
	margin:0;
	font-size:16px;
	color:#333;
	border:1px solid #ddd;
}
.submitButton {
	font-size:22px;
	font-weight:normal;
	color:#fff;
	text-decoration:none;
	text-align:center;
	background-color: #00b2b8;
	border:none;
	padding:7px 15px;
	margin:0;
	cursor:pointer;
	min-width:100px;
}
.submitButton:hover{
	background-color: #333;
}
a.submitButton:hover{
	color:#fff;
}

/* ---=== PAGES RULER ===--- */
.resultsSummaryHolder {
	width:100%;
}
.resultsSummaryHolder .resultSummary {
	width:100%;
}
.resultsSummaryHolder .resultSummary td {
	font-size:13px;
	text-align:center;
	color:#444;
}
.pageButtons {
	text-align:center;
	margin:5px 0 15px;
}
.pageButtons a {
	background-color:#444;
	-moz-border-radius:50%;
	border-radius:50%;
	color:#fff;
	text-decoration:none;
	padding:0;
	margin:0 3px !important;
	height:25px !important;
	width:25px !important;
	text-align:center;
	vertical-align:bottom;
    display:inline-block;
}
.pageButtons a.end, .pageButtons a.start, .pageButtons a.next, .pageButtons a.previous {
	background-color:#444;
	-moz-border-radius:50%;
	border-radius:50%;
	color:#fff;
	text-decoration:none;
	padding:0;
	margin:0 3px !important;
	height:25px !important;
	width:25px !important;
	text-align:center;
	vertical-align:bottom;
}
.pageButtons a:hover, .pageButtons a.currentPage ,
.pageButtons a.end:hover, .pageButtons a.start:hover, .pageButtons a.next:hover, .pageButtons a.previous:hover{
	color:#fff;
	background-color:#00b2b8;
}

/* Sban */
#topbar{
	position:absolute;
	border: 0px solid black;
	width: 127px;
	visibility: hidden;
	z-index: 100;
	top:60px;
}
.sban{
	width:127px;
	height:126px;
}


/* CategoryBAN */
#body8633 .CategoryBAN{display:none;}
.CategoryBAN{
	width:100%;
	display:block;
	padding:0;
    height:280px;
    position:relative;
    overflow:hidden;
}
.CategoryBAN #BAN1{
	width:100%;
}
.CategoryBAN #BAN1 img{
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -ms-transform-origin: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -webkit-transform-origin: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    transform-origin: translateY(-50%) translateX(-50%);
}


/* Genral Elements */
.errorText {
	color:#00b2b8;
	font-size:16px;
	font-weight:bold;
}
.purchase .errorText {
	color:#fff;
	background-color:#00b2b8;
	padding:10px;
	display:block;
	font-size:16px;
	font-weight:bold;
	margin:0 auto 10px;
}
.quantityDiv .button {
	border:none;
	vertical-align:top;
}
.minButton {
	padding:12px 0;
	margin:0 auto;
	display:block;
	width:96%;
	cursor:pointer;
}
.minButton span {
	color:#fff;
	font-weight:bold;
	font-size:22px;
}
.minButton span:before {
	content:'+';
	width:1em;
	height:2px;
	margin-left:10px;
	display:inline-block;
}

/* Designable Inputs */
.designableInput {
	position:relative;
}
.designableInput .selected_opt {
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	color:#333;
	padding:5px 10px;
	font-size:14px;
	cursor:pointer;
	-moz-box-shadow: 2px 2px 2px #444 inset;
	-webkit-box-shadow: 2px 2px 2px #444 inset;
	box-shadow: 2px 2px 2px #444 inset;
}
.designableInput.open .selected_opt {
	background-color:#e6e6e6;
}
.designableInput .option span {
	display:block;
	text-align:right;
	width:100%;
}
.designableInput .options {
	position:absolute;
	z-index:10;
	background-color:#eee;
	width:100%;
	height:150px;
	overflow-y:auto;
}
.designableInput .options .option {
	padding:3px 15px;
	margin-bottom:1px;
	color:#555;
	cursor:pointer;
}
.designableInput .options .option.selected, .designableInput .options .option:hover {
	background-color:#ccc;
}
.block_buttons .designableInput {
	display:inline-block;
}
.designableInput .input.radio, .designableInput .input.checkbox {
	display:inline-block;
}
.designableInput .input.radio .option, .designableInput .input.checkbox .option {
	background-color:#eee;
	border:solid 1px #e5e5e5;
	padding:5px 10px;
	cursor:pointer;
}
.designableInput .input.radio .option:hover,  .designableInput .input.checkbox .option:hover {
	background-color:#ddd;
	border:solid 1px #d2d2d2;
}
.designableInput.selected .input.radio .option,  .designableInput.selected .input.checkbox .option {
	background-color:#444;
	border:solid 1px #333;
	color:#eee;
	cursor:pointer;
}
.designableInput.selected .input label {
	cursor:pointer;
} 


/* ### Formats ### */

/* Articles - 1 in line */
#ARC .productMainDiv { /* article's main table */
	margin-bottom:20px;
	border:1px solid #ccc;
}
#ARC .productMainDiv:hover{
	background-color:#f5f5f5;
}
#ARC .productMainDiv  .productMainTable {
	width:98%;
	margin:0 1%;
}
#ARC .picarcTD{
	vertical-align:top;
}
#ARC .arcBrief{
	vertical-align:top;
	padding-bottom:5px;
}
#ARC .productTitleDivider{
	width:1%;
}
#ARC .productMainTable .productTitleBG  {
	text-decoration:none;
	height:auto;
	padding-top:5px;
}
#ARC .productMainTable .productName { /* title background with FULL height and no padding */
	height:auto;
}
#ARC .productMainTable a.productName { /* title name with padding and partial height ( = full height - top &amp; bottom padding) */
	font-size:17px;
	text-decoration:none;
	color:#555;
}
#ARC .productMainTable a.productName:hover {
	color:#000;	
}
#arclinks a{
}
#arclinks{
	text-align:right;
}

#ARC .dateDiv{
	border-left: 1px dashed #888888 !important;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	margin-left:5px;
	padding-left:7px;
}

/* Articles - 2 in line */
.spaceProducts2 {
	width:5%;
}
.arcsHolder {
    background-color:transparent;
	border:none;
	width:100%;
}
.arcsHolder .productMainDiv {
	width:100%;
	margin-bottom:20px;
	border:1px solid #bbb;
    border-top:5px solid #bbb;
    padding:10px;
    position: relative;
}
.display1 .arcsHolder .productMainDiv{
    border:1px solid #bbb;
    border-right:5px solid #bbb;
}
/*.arcsHolder .productMainDiv:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  border-width: 22px 22px 0 0;
  border-style: solid;
  border-color: #fff #bbb ;
}*/
.arcsHolder .productMainDiv  .productMainTable {
	margin:0 auto;
	width:100%;
}
.arcsHolder .productMainTable .h3 {
	margin:0px;
}
.arcsHolder .productMainTable .ArcDateDiv{
    font-size:14px;
    display:block;
    font-weight:bold;
}
.arcsHolder .productTitleDivider {
	width:2%;
}
.arcsHolder .productMainTable .productTitleBG  {
	text-decoration:none;
	height:auto;
	padding:0px 0;
}
.arcsHolder .productMainTable .productName {
	height:auto;
}
.arcsHolder .productMainTable a.productName { 
	font-size:26px;
	line-height:1.1em;
	color:#444;
	text-decoration:none;
	padding:0 0 2px 0;
    display:inline-block;
    line-height:1em;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.arcsHolder .productMainTable a.productName:hover {
	color:#00b2b8;	
}
.arcsHolder .productMainTable a.productName h2{
    color:inherit;
    font-size:inherit;
    font-weight:inherit;
    display:inline;
}
.arcsHolder a.productInfo,
.arcsHolder a.toSite{
    margin: 10px 0 0 10px;  
}
.arcsHolder td {
	vertical-align:top;
}
.arcsHolder .arcsHolder td:first-child{
	width:45%;
}
.arcsHolder td.spaceProducts2{
	vertical-align:top;
	width:9%;
}
.arcsHolder .picarcTD{
	padding-top:5px;
    width:20%;
    display:inline-block;
    vertical-align:top;
}
.arcsHolder .picarcTD img{
    width:100%;
	display:block;
}
.arcsHolder .infoTd{
	padding:0px;
    display:inline-block;
    width:78%;
	margin:0 1% 0 0;
    vertical-align:top;
}
.arcsHolder .infoTd.withoutPic{
    width:100%;
	margin:0;
}
.arcsHolder .textBesidePic {
	margin:0 auto;
	width:100%;
    display:block;
}
.arcsHolder .arcproductDetails .productDetails iframe{
	margin:0 auto;
	display:block;
	width:100%;
	height:250px;
}
.arcLookup #loadarea{
	width:400px;
}
.arcLookup #loadarea img{
	width:100% !important;
}
.arcLookup .submitButton{
	float:left;
	margin-top:10px;
}



/* Articles - 2 in line - New */

.display1 .productMainTable .tdToDiv{
    width:100%;
    margin:0\9;
    margin:0 !important;
    display:inline-block;
    vertical-align:top;
}
.display2 .productMainTable .tdToDiv{
    width:47%;
    margin:0 5px 10px\9;
    margin:0 0 0 2%;
    display:inline-block;
    vertical-align:top;
    width:calc(97%/2);
}
.display2 .productMainTable .tdToDiv:nth-child(2n){margin-left:0;}
.display3 .productMainTable .tdToDiv{
    width:30%;
    margin:0 5px 10px\9;
    margin:0 0 0 2%;
    display:inline-block;
    vertical-align:top;
    width:calc(95%/3);
}
.display3 .productMainTable .tdToDiv:nth-child(3n){margin-left:0;}
.display4 .productMainTable .tdToDiv{
    width:22%;
    margin:0 5px 10px\9;
    margin:0 0 0 2%;
    display:inline-block;
    vertical-align:top;
    width:calc(92%/4);
}
.display4 .productMainTable .tdToDiv:nth-child(4n){margin-left:0;}
.display4 .picarcTD,
.display3 .picarcTD{
    padding:0 0!important;
    width:100% !important;
    display:inline-block;
    vertical-align:top;
    margin-bottom:5px;
}
.display4 .infoTd,
.display3 .infoTd{
	padding:0px;
    display:inline-block;
    width:100% !important;
    vertical-align:top;
}
.display4 .arcsHolder .productMainTable a.productName,
.display3 .arcsHolder .productMainTable a.productName{font-size:20px;}



/* Last Arc */
#lastARCdiv .lastARC{
	border: 1px solid #bbb;
    margin-bottom: 20px;
    width: 100%;
}
.lastARC .productTitleBG  {
	text-decoration:none;
	height:auto;
	padding:10px 10px 5px;
}
.lastARC .productTitleBG a.productName { /* title name with padding and partial height ( = full height - top &amp; bottom padding) */
	color: #222;
    display: inline-block;
    font-size: 24px;
    line-height: 1.1em;
    padding: 0 0 8px;
    text-decoration: none;
}
.lastARC .productTitleBG a.productName:hover {
	color:#00b2b8;
}
.lastARC .productTitleBG .ArcDateDiv{
    display: block;
    font-size: 14px;
    font-weight: bold;
}

.lastARC .picarcTD{
    width:20%;
    padding-right:10px;
}
.lastARC .picarcTD img{
    display:block;
    width:100%;
}
.lastARC .productTitleDivider{
	width:0;
}
.lastARC td.H3{
	padding:0 10px;
}
.lastARC a.productlinkS{
	margin:0 10px 10px 0;
}
.lastARC td.H3 a.productlinkS,
.lastARC td.H3 a.productInfo{
	margin:5px 0 0 10px;
}


/* Arcs right Left */

.otherInCategoryDiv{
    width:100%;    
}
.otherInCategoryDiv .scrollDiv{
    height:250px;
	width:100%;
	position:relative;
	overflow:hidden;
	display:block;
}
.otherInCategoryDiv .scrollDiv .clipDiv {
    width:100%;
	margin:0 auto;
	height:220px;
	overflow:hidden;
	position:relative;
	background-color:#f5f5f5;
}
.otherInCategoryDiv .scrollDiv li {
    width:270px;
	background-image:none;
	padding:0;
	margin:10px 0 0 10px;
}
.otherInCategoryDiv .scrollDiv li:before{
    content:"";
    margin:0;
}
.otherInCategoryDiv .scrollDiv li .arcDiv{
    width:100%;
    margin:0;
    padding:0;
    float:none;
    background-color:transparent;
}
.otherInCategoryDiv .scrollDiv li .arcDiv .productMainDetails{
    width:100%;
    margin:0;
    border:none;
    height:120px;
    position:relative
}
.otherInCategoryDiv .scrollDiv li .arcDiv .productMainDetails .productPicDiv{
    width:100%;
    margin:0;
    border:none;
    height:95px;
    overflow:hidden;
    position:absolute;
    top:0;
}
.otherInCategoryDiv .scrollDiv li .arcDiv .productMainDetails .productNameDiv{
    width:100%;
    margin:0;
    border:none;
    height:25px;
    overflow:hidden;
    position:absolute;
    bottom:0;
    padding-top:5px;
}
.otherInCategoryDiv .scrollDiv li .arcDiv .productTextDiv{
    width:100%;
    height:42px;
    overflow:hidden;
    background:none;
}
.otherInCategoryDiv .scrollDiv li .arcDiv .productInfoDiv{
    width:100%;
}
.otherInCategoryDiv .scrollDiv .nextBtn {
    position:absolute;
	display:block;
	bottom:0;
	left:47%;
	z-index:99;
	text-decoration:none;
	cursor:pointer;
	color:#4d4d4d;
	width:2%;
	text-align:center;
    font-size:22px;
}
.otherInCategoryDiv .scrollDiv .prevBtn {
	position:absolute;
	display:block;
    cursor:pointer;
	bottom:0;
	right:47%;
	z-index:98;
	color:#4d4d4d;
	width:2%;
	text-align:center;
    font-size:22px;
}
.otherInCategoryDiv .scrollDiv .prevBtn:hover, .otherInCategoryDiv .scrollDiv .nextBtn:hover{
    color:#00b2b8;
}




/* INDEX */

.cardTableBG{
	width:100%;
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f5f5f5',GradientType=0 );
	border:none;
	-moz-box-shadow: 0px 4px 3px #bbb;
	-webkit-box-shadow: 0px 4px 3px #bbb;
	box-shadow: 0px 4px 3px #bbb;
	margin-bottom:10px;
	border:1px solid #fff;
}
.cardTableBG .cardTable{
	width:100%;
}
.cardTableBG .cardTable .CardtdLogo{
	width:15%;
	display:inline-block;
	vertical-align:top;
}
.cardTableBG .cardTable .CardtdLogo .cardlogo{
	width:92%;
	margin:5% 4%;
	margin:3px 5px\9;
	max-width:140px
}
.cardTableBG .cardTable .CardtdProfile{
	width:67%;
	display:inline-block;
	vertical-align:top;
}
.cardTableBG .cardTable .CardtdProfile .details{
	width:96%;
	margin:1% 2%;
	margin:3px 5px\9;
}
.cardTableBG .cardTable .CardtdProfile .details .profile{
	font-size:15px;
	color:#333;
	display:inline-block;
	margin-bottom:10px;
}
.cardTableBG .cardTable .CardtdProfile .details .profile h2 a{
	font-size:18px;
	color:#333;
	text-decoration:none;
	text-shadow:1px 1px 0px #fff;
}
.cardTableBG .cardTable .CardtdProfile .details .profile h2 a:hover{
	color:#00b2b8;
}
.cardTableBG .cardTable .CardtdProfile .details .phone li{
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
	font-weight:bold;
	display:inline-block;
	margin-bottom:10px;
}
.portallookup_taf .phone li{
	font-weight:normal;
	display:block;
	margin:0 0 0 0;
	padding:3px 0;
	padding-right:23px;
}
.cardTableBG .cardTable .CardtdProfile .details .phone li:before, .portallookup_taf .phone li:before{
	display:none;
}
.cardTableBG .cardTable .CardtdProfile .details .phone li.icon1, .portallookup_taf .phone li.icon1{
	background-image:url(icon_phone_black.png);
	background-position:right;
}
.cardTableBG .cardTable .CardtdProfile .details .phone li.icon2, .portallookup_taf .phone li.icon2{
	background-image:url(icon_cell_black.png );
	background-position:right;
}
.cardTableBG .cardTable .CardtdIcons{
	width:16%;
	display:inline-block;
	vertical-align:top;
}
.cardTableBG .cardTable .CardtdIcons .icons{
	width:100%;
	margin-top:5px;
}
.cardTableBG .cardTable .CardtdIcons .icons li:before, .portallookup_taf .icons li:before{
	display:none;
}
.cardTableBG .cardTable .CardtdIcons .icons li, .portallookup_taf .icons li{
	background-position:right;
	background-repeat:no-repeat;
	padding:3px 0;
	padding-right:23px;
}
.cardTableBG .cardTable .CardtdIcons .icons li a, .portallookup_taf .icons li a{
	text-decoration:none;
	font-size:14px;
	color:#333;
}
.cardTableBG .cardTable .CardtdIcons .icons li a:hover,
.portallookup_taf .icons li a:hover{
	color:#00b2b8;
}
.portallookup_taf .tablePageFormat .submitButton{
	float:left;
}
.cardTableBG .cardTable .CardtdIcons .icons li.icon1, .portallookup_taf .icons li.icon1{
	background-image:url(icon_info_black.png);
}
.cardTableBG .cardTable .CardtdIcons .icons li.icon2, .portallookup_taf .icons li.icon2{
	background-image:url(icon_hyperlink_black.png);
}
.cardTableBG .cardTable .CardtdIcons .icons li.icon4, .portallookup_taf .icons li.icon4{
	background-image:url(icon_mail_black.png);
}



/* Articles - FAQ (&amp; forum) */

.mypets {
	cursor: pointer;
}
.technology {
	cursor: pointer;
}
.quote {
	margin:5px;
	padding:5px;
	font-size: x-small;
}

/* Q&amp;A */

#question { 
    display:block;
	margin-bottom:15px;
}
#question .technology {
	font-family:Rubik,Helvetica,sans-serif;
	text-decoration:none;
	height:auto;
	width:100%;
	padding:0px;
	margin:0;
	font-size:22px;
	color:#333;
	text-align:right;
	padding:2px 0 0;
}
#question .technology:before{
	content:"\f104";
	font-family:"Font Awesome 5 Pro";
	width:26px;
	height:26px;
	background-color:#00b2b8;
	color:#fff;
	text-align:center;
	display:inline-block;
	margin:0 0 0 3px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius:50%;
    vertical-align:top;
}
#question .openlanguage:before{
	content:"\f107";
}
#question .thelanguage {
	font-size:14px;
	padding:1px 0;
	border-top:none;
}
.technology img{
	display:none;
}
#question .qspacer{
	display:none;
}
#question a.productlinkS{ /* read more button */
	font-size:13px;
	color:#333;
	font-weight:bold;
	text-decoration:underline;
	padding:0px;
}
#question .productlinkS:hover{
	color:#00b2b8;
}



/* Sound Format */

.pf130 .tablePageFormat table:first-child{
	width:100%;
}
.pf130 .spaceProducts3{
	width:10%;
}
.pf130 .productMainTable{
	width:100%;
	margin-bottom:10px;
}
.pf130 .productMainTable .productPic190{
	width:80%;
	margin:2% 10%;
}
.pf130 .productTitleBG {
	background-color:#eee;
	text-align:center;
	padding:5px 0;
	font-size:15px;
}


/*  Logo&amp;Link */

#pf23TABLE .productMainDiv {
    float:right;
	display:inline-block;
	border:1px solid #ccc;
	vertical-align:top;
	margin:0 0 15px 2%;
	width:calc(92%/5);
	padding:0 0 5px;
}
#pf23TABLE .productMainDiv:nth-child(5n){
    margin-left:0;
}
#pf23TABLE .productMainDiv .productTitleBG{
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 );
	text-align:center;
	display:inline-block;
	width:100%;
}
#pf23TABLE .productMainDiv .productTitleBG .productName{
	font-size:15px;
	color:#333;
}
#pf23TABLE .productMainDiv div:last-child{
	width:80%;
	margin:0 auto;
	display:block;
	height:100px;
	overflow:hidden;
}
#pf23TABLE .productMainDiv .productPic140{
	width:100%;
	display:block;
}



/* Calenar Old */

#calendar {
	width:235px;
	text-align:center;
	display:block;
	border:0px solid #aaaaaa;
	background-color:#eee;
	border-radius:10px;
	-moz-border-radius:10px;
	padding:10px 0;
}
#calDate {
	display:none;
}
.calheadbg {
	font-size:18px;
	font-weight:bold;
	color:#00b2b8;
	text-align:center;
}
.calheadbgTable{
	width:100%;
}
.calwid {
	width:90%;
	text-align:center;
	display:block;
	margin:0px auto;
}
.calNBTable{
	width:100%;
	text-align:center;
}
.caltdhstart {
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#333;
	padding:2px;
}
.caltdstart {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#333;
	padding:1px 2px;
	text-align:center;
}
.caltextclr {
	display:block;
	background-color:#d1d1d1;
	text-align:center;
	padding:3px 0px;
}
.caltodaybg{
	padding:1px 3px;
}
.caltodaybg .caltextclr{
	text-align:center;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	display:block;
	background-color:#00b2b8;
	padding:3px 0px;
}
.callinkclr{
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	display:block;
	padding:3px 0px;
	background-color:#f99a0e;
}
.calNBTable {
	margin:3px auto;
	padding:0px;
	width:90%;
}
.calNBTable td{
	text-align:center;
}
.calNBTable a span{

}
.calNBTable a{
	text-align:center;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#333;
	text-shadow:1px 1px 0px #fff;
	border-radius:3px;
	-moz-border-radius:3px;
	background: #9b9797;
	background: -moz-linear-gradient(top,  #9b9797 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b9797), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #9b9797 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #9b9797 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #9b9797 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #9b9797 0%,#eeeeee 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9797', endColorstr='#eeeeee',GradientType=0 );
	-moz-box-shadow: 1px 1px 3px #333;
	-webkit-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333;
	width:26px;
	height:26px;
	display:inline-block;
}
.calNBTable a:hover{
	color:#00b2b8;
}
.calNBTable a span{
	display:inline-block;
	padding:0;
	padding-top:3px;
}



/* Calendar New*/

#calendar2{
    width:100%;
}
.homeCalendar #calendar2 .fc-event-title{display:none;}

.homeCalendar #calendar2 a.fc-event{
    width:14px!important;
    height:13px!important;
    display:inline-block;
    background-image:url(eventStar.png) !important;
    background-position:top;
    background-repeat:no-repeat;
    border:none !important;
    font-size:0;
    float: right;
    margin-top: 17px !important;
}
.homeCalendar #calendar2 .fc-event-inner{
    /*height:2px;
    width:14px;
    height:13px;
    display:inline-block;
    background-image:url(eventStar.png) !important;
    background-position:top;
    background-repeat:no-repeat;*/
    background:none !important;
}

.fc-header {
    direction:ltr;
}
.fc-border-separate{
    border-spacing: 10px 12px !important;
    table-layout: fixed !important;
}
 .fc-border-separate td,
 .fc-border-separate th{width:14.2% !important;}
.fc-day-header {
    background-color: transparent !important;
    border-left: 0px solid #fff !important;
    border-right: 0px solid #fff !important;
    color: #747474;
    font-size: 20px !important;
    font-weight: 700;
    color:#747474 !important;
    padding:0px 0 0px 0 !important;
    border:none !important;
    border:none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:none !important;
    font-weight:bold;
    height:28px;
    border-bottom:3px solid #00b2b8 !important;
}
.fc-header-left{padding:1px 0 0 14px !important;}
.fc-header .fc-header-title, 
.fc-header .fc-header-title h2 {
    color: #373737;
    display: inline-block;
    font-size: 26px;
    font-weight:normal;
    padding: 0;
}
.fc-header .fc-header-title{padding: 5px 14px 0 0;}
.fc-header .fc-button-today {
    background-color: #fcb827 !important;
    border: medium none !important;
    color: #121212 !important;
    height: 30px!important;
    width:44px!important;
    border-radius:0!important;
    margin: 0 !important;
    opacity: 1 !important;
    padding: 4px 0px 0 !important;
    text-shadow:none!important;
    text-align:center !important;
    font-weight:400 !important;
    font-size:21px !important;
    line-height:1em;
}

.fc-border-separate{
	border:none !important;
}
.fc-day{
	background-color:#fff !important;
	border:1px solid #b8b8b8 !important;
}
.fc-day &gt; div:first-child{
    display:block;
    text-align:right;
}
.fc-other-month{
	background-color:#f3f3f3 !important;
    border-color:#f3f3f3 !important;
}
.fc-other-month .fc-day-number{
    color:#9f9f9f;
}
.fc-day div{text-align:right;}
.fc-day-number{
	font-size:19px;
	color:#262626;
	text-align:center !important;
	display:inline-block  !important;
	width:auto !important;
	margin:0 !important;
	padding:13px 13px 0 !important;
	float:right !important;
    line-height:1em;
    height:35px;
}
.fc-today .fc-day-number {
    color: #262626 !important;
    background-color: #fcb827 !important;
    margin: 0 0 0 5px !important;
    height: 52px;
}

.fc-day &gt; div{min-height:46px !important;}
.fc-other-month .fc-day-number{
	color:#414141;
}
.fc-day-content{
	width:60% !important;
	margin:0 ;
	display:inline-block;
    float:left;
}
.fc-grid .fc-day-content{
    clear:unset !important;
    padding:0 !important;
}
.fc-event{
	border-radius:0 !important;
	margin:0 0 0 !important;
    display:inline-block;
}
.fc-event span{
	display:inline-block;
	padding:1px 5px;
	line-height:1.1em;
	direction:rtl !important;
}
.homeRD .fc-event span .event-title-text{
    display:none;
}
.homeRD .fc-event {height:6px !important;}
#calendar2 .fc-event .event-title-text{
    direction:rtl !important;
}
#body12539 .fc-day-content{min-height:50px;}
.fc-event span:hover{
	color:#fff;
}
.fc-button {
    background: none !important;
    border: medium none !important;
    box-shadow: none !important;
    color: #00b2b8 !important;
    font-weight:bold;
    height: 30px !important;
    width:30px !important;
    margin: 0 8px 5px 0 !important;
    padding: 0 !important;
    text-shadow: none !important;
    border-radius:0 !important;
    text-align:center !important;
}
.fc-button span {
    font-size: 47px !important;
    line-height: 0.6em;
    vertical-align: top;
    display:inline-block !important;
}
.fc-day-content {
    min-height: 46px;
}


/* Products - Catalog */

#pf14TABLE1, #pf14TABLE2, #pf14TABLE3, #pf14TABLE4, #pf14TABLE5, #pf14TABLE6 {
	width:100%;
}
#pf14TABLE1 td.tdproductDiv {
	width:100%;
}
#pf14TABLE2 td.tdproductDiv {
	width:48%;
}
#pf14TABLE2 td.spaceProducts2 {
    width: 4%;
}
#pf14TABLE3 td.tdproductDiv {
	width:31%;
}
#pf14TABLE3 td.spaceProducts3 {
    width: 3.5%;
}
#pf14TABLE4 td.tdproductDiv {
	width:23%;
}
#pf14TABLE4 td.spaceProducts4 {
    width: 2.66%;
}
#pf14TABLE5 td.tdproductDiv {
	width:18%;
}
#pf14TABLE5 td.spaceProducts5{
    width: 2.5%;
}
#pf14TABLE6 td.tdproductDiv {
	width:14%;
}
.tdproductDiv {
	vertical-align:top;
}
.productDiv {
	width:100%;
	margin-bottom:20px;
	padding:10px 10px 7px;
	border:1px solid #ccc;
}
.productDiv .productPicDiv{
	width:100%;
	margin:0 auto;
	display:block;
}
.productDiv .productPicDiv a, .productDiv .productPicDiv a img {
	text-align:center;
	display:block;
	margin:0px auto;
	clear:both;
	width:100%;
}
.productDiv .productPicDiv a img{
    height:200px;
}
.productDiv .productMainDetails {
	height:auto;
	width:100%;
	margin:0 auto;
	display:block;
}
.productDiv .productNameDiv {
	text-decoration:none;
	height:auto;
	padding:5px 0;
	display:block;
	text-align:center;
	border-bottom:1px solid #ddd;
}
.productDiv .productNameDiv a.productName {
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
	color:#222;
	display:block;
	text-align:center;
	height:40px;/* 2 rows */
	overflow:hidden;
}
.productDiv  .productNameDiv .productName:hover{
	color:#00b2b8;
}
.productDiv .productSaleDiv{padding-top:5px;}
.productPrice {
	display:block;
	padding:0px 0px;
}
.productPrice .pricetext {
	font-size:16px;
}
.productPrice .price {
	font-size:18px;
	font-weight:bold;
	color:#00b2b8;
}
.productPrice .price.strike {
	font-size:14px;
	color:#333;
	font-weight:normal;
}
.productDiv .DiscountsSale {
	font-size:18px;
	display:inline-block;
	font-weight:400;
}
.productSalePriceDiv .SalePrice{
	font-size:18px;
	font-weight:bold;
	color:#00b2b8;
}

.productDiv .productshortdesDiv {
	color:#333;
	font-size:16px;
	width:100%;
	margin:0 auto;
	padding:5px 0;
	border-top:1px solid #ddd;
	display:block;
}
.productDiv .productCodeDiv{
    display:block;
    margin:0 auto 5px;
}
.productDiv .productCode{
	font-size:15px;
	color:#222;
}
.productQcommerceDiv, .productInfoDiv, .productBasketShopDiv, div.productWishlist{
	width:100%;
	margin:0 auto 3px;
	display:block;
}
.productQcommerceDiv a, .productInfoDiv a, .productBasketShopDiv a, div.productWishlis a{
    width:100%;
}
/* 1 product in line */

#pf14TABLE1 .productDiv{
	padding:3px 0;
}
#pf14TABLE1 .productDiv .productPicDiv{
	margin-right:3px;
	padding:0;
	width:16%;
	max-width:140px;
	display:inline-block;
	vertical-align:top;
}
#pf14TABLE1 .productDiv .productMainDetails{
	margin-right:3px;
	padding:0;
	width:20%;
	display:inline-block;
	border:none;
	vertical-align:top;
	border-left:1px dashed #ccc;
}
#pf14TABLE1 .productDiv .productMainDetails .productNameDiv{
	padding:0;
	padding-bottom:5px;
}
#pf14TABLE1 .productDiv .productDesDiv{
	margin:0;
	margin-right:3px;
	padding:0;
	width:59%;
	display:inline-block;
	vertical-align:top;
}
#pf14TABLE1 .productDiv .productshortdesDiv{
	display:none;
}
#pf14TABLE1 .productInfoDiv, #pf14TABLE1 .productBasketShopDiv, #pf14TABLE1 div.productWishlist{
	width:auto;
	margin:3px 5px 0 0 !important;
	margin:0;
	display:inline-block;
}


/* Last Seen Product */
.ShowProTrace{
	width:100%;
	border-radius:10px;
	-moz-border-radius:10px;
	background-color:#eee;
	display:block;
	margin-bottom:10px;
}
.ShowProTrace #rectable, .ShowProTrace .rectd{
	width:100%;
}

.ShowProTrace #rectable .rectitle{
	text-align:center;
	font-size:18px;
	color:#4d4d4d;
	padding:5px 0;
}
.ShowProTrace #recpad{
	width:80%;
	margin:5px auto;
	display:block;
}
.ShowProTrace #recpic{
	width:100%;
	border:none;
}
.ShowProTrace #recname{
	width:100%;
	border:none;
	display:block;
	margin-bottom:10px;
	text-align:center;
}
.ShowProTrace #recname a#recname{
	font-size:13px;
	color:#00b2b8;
	font-weight:bold;
	display:inline-block;
	text-decoration:none;
}
.ShowProTrace #recname a#recname:hover{
	color:#333;
}


/* Prolookup */

.prolookup .tdPageFormatW {
	width:0;
}
#prolookup .tdPageFormatW {
	width:0;
}
#productPage2 .productDetailsTD {
	width:auto;
	vertical-align:top;
}
#productPage2 .pageCenterDivider {
	width:10px;
}
#proPageTitle2 {
	background-color:#e2e2e2;
	border:solid 1px #d5d5d5;
	margin-bottom:10px;
}
#proPageTitle2 td {
	height:70px;
	vertical-align:middle;
}
#proPageTitle2 .tdPageTitleWL, #proPageTitle2 .tdPageTitleWR {
	width:10px;
}
#productPage2 #propf {
	width:100%;
}
#proPageTitle2 .productNameDiv {
	font-size:24px;
	color:#333;
	margin-bottom:5px;
}
#proPageTitle2 .productCodeDiv {
	font-size:14px;
	color:#666;
}
#proPageFormat2 {
	width:100%;
}
#productPage2 .pfWrap { /* for absolute positioning in chrome (unable with TD) */
	width:100%;
}
#productPage2 #productSummary {
	margin-bottom:10px;
	font-size:14px;
	-moz-border-radius:3px;
	border-radius:3px;
}
#productPage2 #productSummary .productPriceDiv {
	background-color:#fff;
	color:#444;
	border:solid 1px #ccc;
	margin:5px 0;
	padding:2px 5px;
}
#productPage2 #productSummary  .productPrice {
	display:inline-block;
}
#productPage2 .productPriceDiv .productRegularPrice .productPrice {
	color:#000;
}
#productPage2 .productPriceDiv .productOldPrice .productPrice {
	color:#222;
	font-weight:normal;
}
#productPage2  .productPriceDiv .productSpecialPrice .productPrice {
	color:#000;
	font-weight:bold;
	font-size:15px;
}
#productPage2 .specialOffersDiv {
	font-size:16px;
}
#productPage2  .purchaseDiv {
	background-color:#fafafa;
	border:solid 1px #e0e0e0;
	padding:5px;
	margin:5px 0;
}
#productPage2  .productQuickPurchaseDiv a {
	background-image:url(icon_basket_black.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:0;
	display:block;
}
#productPage2  .productQuickPurchaseDiv a span {
	padding:0;
	padding-right:15px;
	display:block;
}
#productPage2 .productZapDiv {
	font-size:12px;
}

#productPage2 #productAdvPurchase {
	border:solid 1px #f5f5f5;
	margin:10px 0;
}
#productPage2 #productAdvPurchase .productAdvPurchaseDiv {
	margin:0 auto;
	width:auto;
}
#productPage2 #productAdvPurchase div span {
	font-size:13px;
	font-weight:bold;
	color:#666;
}
#pageExport div {
	margin:5px;
}



/* Product Page Responsive */
#productPage2 form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#ProRResponsive{
	display:inline-block;
	width:50%;
	vertical-align:top;
}
#ProLResponsive{
	display:inline-block;
	width:47%;
	vertical-align:top;
	float:left;
}
#ProBResponsive{
	display:block;
	width:100%;
	padding-top:20px;
}
.backButton{
    width:100%;
    text-align:left;
    display:block;
}
#productPage2 .ProductName{
	display:block;
	margin:0;
	margin-bottom:5px;
}
#productPage2 .ProductName .productNameDiv,
#productPage2 .ProductName .productNameDiv h1{
	color:#00b2b8;
	font-size:33px;	
}
#productPage2 .ProductSKU{
}
#productPage2 .ProductSKU .productCodeDiv{
	color:#333;
	font-size:16px;
}
#productPage2 .ProductPrice{
	border-bottom:1px dashed #ccc;
	margin-top:5px;
	padding-top:5px;
}
#productPage2 .ProductPrice .productRegularPrice{
	font-size:16px;
	color:#333;	
}
#productPage2 .ProductPrice .productRegularPrice .productPrice{
	font-size:16px;
	color:#00b2b8;
	display:inline-block;
	font-weight:bold;	
}
#productPage2 .ProductPrice .productOldPrice {
	font-size:13px;
	color:#333;	
}
#productPage2 .ProductPrice .productOldPrice  .productPrice{
	font-size:13px;
	color:#333;
	display:inline;
	font-weight:bold;	
}
#productPage2 .ProductPrice .productSpecialPrice{
	font-size:16px;
	color:#333;	
}
#productPage2 .ProductPrice .productSpecialPrice .productPrice{
	font-size:16px;
	color:#00b2b8;
	display:inline-block;
	font-weight:bold;	
}
#productPage2 .ProductSpecialOffer{
	border-bottom:1px dashed #ccc;
	margin-bottom:5px;
	padding-bottom:5px;
	font-size:16px;
	color:#00b2b8;
	font-weight:mormal;
}
#productPage2 .productShortDes{
	border-bottom:1px dashed #ccc;
	margin-bottom:5px;
	padding-bottom:5px;
}
#productPage2 .ProductFilters{
	display:block;
	width:100%;
	border-bottom:1px dashed #ccc;
	margin-bottom:5px;
	padding-bottom:5px;
}
#productPage2 .ProductFilters span.header{
	font-weight:bold;
}
#productPage2 .ProductEbayDescription{
	font-size:16px;
	display:block;
	background-color:#eee;
	padding:5px 0;
	margin-bottom:5px;
	width:100%;
}
#productPage2 .ProductEbayDescription .ebayDescription{
	padding:0 10px;
}
#productPage2  .ProductBarcode{
	margin:0 0 5px;
}
#productPage2  .ProductColors{
	width:100%;
	margin:0 0 5px;
}
#productPage2  .ProductColors .color{
	width:15%;
	display:inline-block;
}
#productPage2  .ProductColors .filedText{
	width:30%;
}
#productPage2  .ProductSizes{
	width:100%;
	margin-bottom:5px;
}
#productPage2  .ProductSizes .size{
	width:15%;
	display:inline-block;
}
#productPage2  .ProductSizes .filedText{
	width:30%;
}
#productPage2  .ProductQuantity{
	width:100%;
	margin-bottom:5px;
}
#productPage2  .ProductQuantity .quantity{
	width:15%;
	display:inline-block;
}
#productPage2  .ProductQuantity .filedText{
	width:10%;
	margin:0 1%;
}
#productPage2  .ProductQuantity .button{
	width:30px !important;
	height:30px !important;
	border-radius:25px;
	-moz-border-radius:25px;
	background-color:#fff !important;
	color:#888 !important;
	font-weight:bold;
	padding:1px 0 0 !important;
	margin:0;
    border:1px solid #aaa;
    font-size:25px;
    font-weight:300;
}
#productPage2  .ProductQuantity .button:hover{
	border-color:#00b2b8 !important;
    background-color:#00b2b8 !important;
    color:#fff !important;
}
#productPage2  .ProductBuyButton{
	text-align:left;
}
#productPage2 .ProductEcomLinks{
	margin-bottom:5px;
}
#productPage2 .ProductEcomLinks .purchaseDiv{
	padding:0;
	margin:0;
	background:none;
	border:none;
}
#productPage2 .getPriceQuoteDiv a{
	color:#555;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	background-image:url(icon_qoute_black.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:20px;
	display:inline-block;
}
#productPage2 .getPriceQuoteDiv a:hover{
	color:#00b2b8;
}
#productPage2 .purchaseDiv .getPriceQuoteDiv,
#productPage2 .purchaseDiv .productWishlistDiv{
	display:inline-block;
	margin-left:10px;
}
#productPage2 .productWishlistDiv a{
	color:#555;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	background-image:url(icon_fav_black.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:20px;
	display:inline-block;
}
#productPage2 .productWishlistDiv a:hover{
	color:#00b2b8;
}
#productPage2  .ProductLinkToSite a{
	color:#555;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	background-image:url(icon_hyperlink_black.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:3px 0 2px;
	padding-right:23px;
	display:inline-block;
}
#productPage2  .ProductLinkToSite a:hover{
	color:#00b2b8;
}
#productPage2  .ProductToPDF a{
	color:#555;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	background-image:url(icon_document_black.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:3px 0 2px;
	padding-right:23px;
	display:inline-block;
}
#productPage2  .ProductToPDF a:hover{
	color:#00b2b8;
}
.AddthisToolbox{
	background-color:#eee;
	display:block;
	width:100%;
	padding:1% 0;
}
.AddthisToolbox #pageExport{
	display:block;
	margin:0 2%;
	width:96%;
}
.ProductImages{
	width:100%;
}
.ProductImages #bigPicHolder{
	width:100%;
	display:block;
	margin:0 auto !important;
	text-align:left;
}
.ProductImages #bigPicHolder .bigPic{
	max-width:100%;
	width:auto;
	display:inline-block;
}
.ProductImages .accordImg{
	margin-top:10px;
	width:100%;
	text-align:center;
	background-color:transparent;
}
.ProductQR {
	margin-top:5px;
}



/* Product Accordions */

.accordion {
	padding-bottom:3px;
	margin-bottom:5px;
	display:block;
	clear:both;
	background-color:#f5f5f5;
}
.openAccordion {
	background-color:#eee;
}
#productPage2 .accordion .header {
	margin:0 5px;
	cursor:pointer;
	height:26px;
	padding-right:5px !important;
}
.accordion .header h3 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:5px 0px;
	color:#888;
}
.accordion .header h3:before{
	content:"+";
	margin-left:5px;
}
.accordion .openHeader h3 {
	color:#333;
}
.accordion .openHeader h3:before {
	content:"-";
	margin-left:5px;
}
.accordion .accordCont {
	
}
.accordion .accordCont .container {
	padding:5px;
	margin:0 5px;
	height:auto;
	min-height:20px;
}



/* Thumbnails &amp; Big Image */

.productBigPicTD {
	width:380px;
	vertical-align:top;
}
#bigPicHolder {
	text-align:center;
}
.productBigPicTD img {
	width:100%;
	max-width:auto;
}
.zoom {
	position:relative;
	cursor:pointer !important;
}
.zoom .magnifyIconDiv {
	position:absolute;
	background-image:url(zoomIcon.png);
	background-position:center;
	background-repeat:no-repeat;
	width:31px;
	height:32px;
	right:20px;
	top:20px;
}
.thumbsHolderDiv {
	display:block;
	height:auto;
	width:100%;
	text-align:center;
}
.thumbsHolderDiv .thumbDiv {
	display:inline;
}
.thumbsHolderDiv .thumbDiv a {
	display:inline-block;
	height:70px;
	width:70px;
	margin:5px;
	cursor:pointer;
}
.thumbsHolderDiv .thumbDiv img {
	height:70px;
	max-width:70px;
	display:block;
	margin:0 auto;
}



/* Related Products */

.relatedProductsHeader {
	padding: 0px;
	margin:0 auto 5px;
	width:96%;
}
.relatedProductsHeader  h3 {
	font-size:18px;
	font-weight:normal;
	padding:5px 0px;
	color:#666;
}



/* ProductGroups */

.ProductGroups{
	margin:0 0 20px;
}
.ProductGroups .scrollDiv {
	height:240px;
	width:100%;
	position:relative;
	overflow:hidden;
	display:block;
}
.ProductGroups .scrollDiv .clipDiv {
	width:96%;
	margin:0 auto;
	height:240px;
	overflow:hidden;
	position:relative;
	background-color:#f5f5f5;
	-moz-box-shadow:  0px 3px 3px #aaa;
	box-shadow:  0px 3px 3px #aaa;
	-webkit-box-shadow: 0px 3px 3px #aaa;
}
.ProductGroups .scrollDiv li {
	width:150px;
	background-image:none;
	padding:0;
	margin-left:5px;
}
.ProductGroups .scrollDiv .productDiv {
	background-color:#fff;
	border:1px solid #ccc;
	display:inline-block;
	padding-bottom:5px;
	margin:5px !important;
	width:140px;
}
.ProductGroups .scrollDiv li:before{
	display:none !important;
}
.ProductGroups .scrollDiv .productDiv .productNameDiv {
	float:none;
	overflow:hidden;
	height:15px;
	width:100%;
	text-align:center;
	display:block;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );

}
.ProductGroups .scrollDiv .productDiv .productName {
	font-size:14px;
	width:90%;
	margin:0 auto;
	display:block;
}
.ProductGroups .scrollDiv .productDiv .productCodeDiv {
	display:block;
	float:none;
	width:90%;
	margin:0 auto;
	direction:rtl;
}
.ProductGroups .scrollDiv .productDiv .productCodeDiv .productCode{
	font-size:12px;
}
.ProductGroups .scrollDiv .productDiv .productSaleDiv{
	display:block;
	float:none;
	width:90%;
	margin:0 auto;
	direction:rtl;
}
.ProductGroups .scrollDiv .productDiv .productSaleDiv .Discountstxt{
	font-size:14px;
	font-weight:bold;
	color:#00b2b8;
}
.ProductGroups .scrollDiv .productDiv .productPicDiv {
	height:80px;
	overflow:hidden;
	padding:3px;
	margin:0;
}
.ProductGroups .scrollDiv .productPicDiv img {
	width:100%;
}
.ProductGroups .scrollDiv .productDiv .productName {
	cursor:pointer;
}
.ProductGroups .scrollDiv li.selectedProduct .productDiv .productName {
	font-weight:bold;
}
.ProductGroups .scrollDiv .nextBtn {
	position:absolute;
	display:block;
	top:35%;
	right:0;
	z-index:99;
	background-color:#4d4d4d;
	padding:10px 0px;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	-moz-box-shadow:  0px 3px 3px #aaa;
	box-shadow:  0px 3px 3px #aaa;
	-webkit-box-shadow: 0px 3px 3px #aaa;
	width:2%;
	text-align:center;
}
.ProductGroups .scrollDiv .prevBtn {
	position:absolute;
	display:block;
	top:35%;
	left:0;
	z-index:98;
	background-color:#4d4d4d;
	padding:10px 0px;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	-moz-box-shadow:  0px 3px 3px #aaa;
	box-shadow:  0px 3px 3px #aaa;
	-webkit-box-shadow: 0px 3px 3px #aaa;
	width:2%;
	text-align:center;
}
.ProductGroups .scrollDiv .prevBtn:hover, .ProductGroups .scrollDiv .nextBtn:hover{
	background-color:#00b2b8;
}
.ProductGroups .scrollDiv .productTextDiv {
	font-size:10px;
	line-height:1.3em;
}


/* ProductRelations */

.ProductRelations{
	margin-bottom:20px;
}
.ProductRelations .scrollDiv {
	height:345px;
	direction:ltr;
	position:relative;
	bottom:0;
}
.ProductRelations .scrollDiv .clipDiv {
	width:96%;
	height:345px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	background-color:#eee;
	-moz-box-shadow:  0px 3px 3px #aaa;
	box-shadow:  0px 3px 3px #aaa;
	-webkit-box-shadow: 0px 3px 3px #aaa;
}
.ProductRelations .scrollDiv li {
	width:150px;
	background-image:none;
	padding:0;
	margin-bottom:5px;
}
.ProductRelations .scrollDiv .productDiv {
	background-color:#fff;
	border:1px solid #ccc;
	display:inline-block;
	padding-bottom:5px;
	margin:5px !important;
	width:140px;
}
.ProductRelations .scrollDiv .productDiv .productMainDetails{
	display:block;
	width:100%;
	margin:0;
	border:none;
	padding:0;
}
.ProductRelations .scrollDiv .productDiv .productshortdesDiv{
	display:block;
	width:90%;
	margin:0 auto;
	padding:0;
	height:22px;
	overflow:hidden;
	display:block;
}
.ProductRelations .scrollDiv .productDiv .productInfoDiv{
	display:block;
	width:90%;
	margin:5px auto ;
	padding:0;
}
.ProductRelations .scrollDiv .productDiv .productBasketShopDiv{
	display:block;
	width:90%;
	margin:5px auto ;
	padding:0;
}
.ProductRelations .scrollDiv li:before{
	display:none !important;
}
.ProductRelations .scrollDiv .productDiv .productNameDiv {
	float:none;
	overflow:hidden;
	height:15px;
	width:100%;
	text-align:right;
	display:block;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#ffffff 100%)
	background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
}
.ProductRelations .scrollDiv .productDiv .productName {
	font-size:16px;
	width:90%;
	margin:0 auto;
	display:block;
	color:#333;
}
.ProductRelations .scrollDiv .productDiv .productCodeDiv {
	display:block;
	float:none;
	width:90%;
	margin:0 auto;
	direction:rtl;
}
.ProductRelations .scrollDiv .productDiv .productCodeDiv .productCode{
	font-size:12px;
}
.ProductRelations .scrollDiv .productDiv .productSaleDiv{
	display:block;
	float:none;
	width:90%;
	margin:0 auto;
	direction:rtl;
}
.ProductRelations .scrollDiv .productDiv .productSaleDiv .Discountstxt{
	font-size:14px;
	font-weight:bold;
	color:#00b2b8;
}
.ProductRelations .scrollDiv .productDiv .productPicDiv {
	height:80px;
	overflow:hidden;
	padding:3px;
	margin:0;
}
.ProductRelations .scrollDiv .productPicDiv img {
	width:100%;
}
.ProductRelations .scrollDiv li.selectedProduct .productDiv .productName {
	font-weight:bold;
}
.ProductRelations .scrollDiv .nextBtn {
	position:absolute;
	display:block;
	top:35%;
	right:0;
	z-index:99;
	background-color:#4d4d4d;
	padding:10px 0px;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	border-radius:0 10px 10px 0;
	-moz-border-radius:0 10px 10px 0;
	-moz-box-shadow:  0px 3px 3px #aaa;
	box-shadow:  0px 3px 3px #aaa;
	-webkit-box-shadow: 0px 3px 3px #aaa;
	width:2%;
	text-align:center;
}
.ProductRelations .scrollDiv .prevBtn {
	position:absolute;
	display:block;
	top:35%;
	left:0;
	z-index:98;
	background-color:#4d4d4d;
	padding:10px 0px;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	border-radius:10px 0 0 10px;
	-moz-border-radius:10px 0 0 10px;
	-moz-border-radius:0 10px 10px 0;
	-moz-box-shadow:  0px 3px 3px #aaa;
	box-shadow:  0px 3px 3px #aaa;
	-webkit-box-shadow: 0px 3px 3px #aaa;
	width:2%;
	text-align:center;
}
.ProductRelations .scrollDiv .prevBtn:hover, .ProductRelations .scrollDiv .nextBtn:hover{
	background-color:#00b2b8;
}
.ProductRelations .scrollDiv .productTextDiv {
	font-size:10px;
	line-height:1.3em;
}


/* Gallery Albums */
.Description{
    width:100%;
    margin:0 auto 20px;
}
.Description2{
    width:100%;
    margin:20px auto 0px;
}
.catPage{
	margin:0;
	display:block;
	width:100%;
	text-align:center;
}
#Albums{
	margin:0;
	width:100%;
}
.albumTable {
	display:inline-block;
	float:right;
	width:calc(96%/3);
	margin:0 0 15px 2%;
    background-color: #000;
}
.albumTable:nth-child(3n){
    margin-left:0;
}
.albumTable .productTitleBG{
	padding:0px;
	background-color:transparent;
}
.albumDate {
	height:15px;
	font-size:10px;
	font-style:oblique;
	display:none;
}
.ALBUMPic{
	width:100%;
	display:block;
	padding:0;
	margin:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity:1;
}
.albumNameDiv:hover .ALBUMPic{
    -moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
opacity:0.6;
}
.picClipping {
	overflow:hidden;
	width:100%;
	display:block;
	padding:0;
	margin:0;
}
.picBorder {
	display:block;
	width:100%;
	padding:0;
	margin:0;
	background-color:transparent;
}
.albumDescription {
	height:70px;
	display:none;
}
.albumNameDiv{
	width:100%;
	position:relative;
	overflow:hidden;
}
.albumNameDiv, .ALBUMPic{
    height:250px;
}
.albumNameDiv .albumNamePicDiv{
	position:absolute;
	top:0;
	display:block;
	width:100%;
}
.albumNameDiv .albumNameLinkDiv{
	position:absolute;
	top:100px;
	width:70%;
    right:15%;
	background-color:#000\9;
	background:rgba(0,135,140,0.8);
	padding:0px;
	display:block;
	transition: all .25s linear;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
}
.albumNameDiv:hover .albumNameLinkDiv{
    background:rgba(0,135,140,1);
}
/*.catPage .albumNameDiv .albumNameLinkDiv{
	position:absolute;
	bottom:0;
	width:100%;
	background-color:#000\9;
	background: rgba(0, 0, 0, .7);
	padding:0px;
	display:block;
	transition: all .25s linear;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	-o-transition: all 0.25s linear;
	-ms-transition: all 0.25s linear;
}
.catPage .albumNameDiv:hover .albumNameLinkDiv{
	bottom:0;
}*/


.albumNameDiv .albumNameLinkDiv a.productName{
	color:#fff;
	font-size:30px;
	text-align:center;
	text-decoration:none;
	font-weight:normal;
	display:block;
	width:100%;
    line-height:1em;
}
.albumNameDiv .albumNameLinkDiv a.productName span{
	display:inline-block;
	padding:10px 5px;
	text-align:center;
}


/* ---=== SCROLLBAR ===--- */

.scrollBarFrame { /* size of iframe for news */
	width: 250px;
	height: 150px;
	margin:5px 0px;
	padding:0px 0;
	background:none;
	display:block;
}
.scrollBarInFrame { /* size of table in iframe */
	width: 90%;
	margin:0 5%;
}
.scrollBarFrameProduct { /* size of iframe for products */
	background-color:#eee;
	padding:10px 0;
}
.scrollNewsBody { /* news html */
	background-color:#eee;
	padding:10px 0;
}
.scrollProductBody { /* products html */
	background-color:#eee;
}
.scrollProductBody .dateScrollBar{
	width:80%;
	margin:0 auto;
	display:block;
}
.scrollProductBody .dateScrollBar .productPic140{
	border:none;
	width:200px;
	max-width:200px;
	margin:0 auto;
	display:block;
}
.dateScrollBar {
	font-size:14px;
	color:#00b2b8;
	vertical-align:middle;
	text-decoration:none;
    display:block;
    text-align:right;
}
.sourceScrollBar {
	font-size:12px;
	color:#777;
	vertical-align:middle;
	text-decoration:underline;
}
.titleScrollBar {
	font-size:16px;
	font-weight:normal;
	color:#000;
	vertical-align:middle;
	text-decoration:none;
}
.scrollProductBody  .titleScrollBar{
	padding-top:3px;
	display:block;
}
.scrollProductBody  .productPrice{
	font-size:13px;
	font-weight:bold;
	color:#00b2b8;
}
.titleScrollBar b{
	font-weight:normal;
}
a.linkScrollBar {
	font-size:20px;
	font-weight:bold;
	color:#4a4a4a;
	vertical-align:middle;
	text-align:right;
    line-height:1em;
    display:block;
    height:41px;
    overflow:hidden;
}
a.linkScrollBar:hover{
	color:#00b2b8;
}
.textScrollBar {
	font-size:14px;
	color:#444;		
}
.dividerScrollBar {
	height:20px;
}
.scrollProductBody  .dividerScrollBar {
	display:none;
}
#NewscrollBar-container .NewscrollBar-ul li{
    padding:19px 0 0!important;
    background:none !important;
    border:none!important;
    border-bottom:1px solid #00b2b8!important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.news-controller{
    display:block;
    text-align:right;
}
.news-controller .all-messages{display:inline-block;float:left;}
.news-controller a,
.news-controller .all-messages a{
    width:12px;
    height:18px;
    display:inline-block;
    background-position:top;
    background-repeat:no-repeat;
    margin:0 0 0 20px;
    font-size:0;
}
.news-controller a.fa-arrow-up{background-image:url(homeNewsR.png);}
.news-controller a.fa-arrow-down{background-image:url(homeNewsL.png);}
.news-controller a.fa-arrow-stop{background-image:url(homeNewsS.png);}
.news-controller .all-messages a{
    margin:0;
    width:17px;
    background-image:url(homeNewsA.png);
}
/* eCommerce */

.eCommerceBar{
	display:inline-block;
	float:left;
}
.eCommerce .shopper {
	display:inline-block;
}
.eCommerce .cart {
	display:inline-block;
}
.eCommerce  a {
	text-decoration:none;
	color:#333;
}
.eCommerce a:hover{
	color:#00b2b8;
}

.tdMenuSideWidth .eCommerce{
	width:100%;	
	text-align:right;
	background-color:#eee;
	border-radius:10px;
	-moz-border-radius:10px;
	margin-bottom:10px;
	padding:5% 0;
}
.tdMenuSideWidth .eCommerce .shopper{
	display:block;
	padding-top:3px;
	background-color:transparent;
	border-radius:0 0;
	-moz-border-radius:0 0;
	width:94%;
	margin:0 auto;
}
.tdMenuSideWidth .eCommerce .shopper span{
	background-position:right;
	background-repeat:no-repeat;
	display:inline-block;
	padding:3px 0 2px;
	padding-right:23px;
}
.tdMenuSideWidth .eCommerce .shopper .login{
	background-image:url(icon_login_black.png);

}
.tdMenuSideWidth .eCommerce .shopper .name{
	background-image:url(icon_user_black.png);
}
.tdMenuSideWidth .eCommerce .shopper .logout{
	display:block;
	background-image:url(icon_logout_black.png);
}
.tdMenuSideWidth .eCommerce .shopper .register{
	display:block;
	background-image:url(icon_register_black.png);
}
.tdMenuSideWidth .eCommerce .shopper .divider{
	display:none;
}
.tdMenuSideWidth .eCommerce .shopper .welcome{
	display:none;
}
.tdMenuSideWidth .eCommerce .cart {
	display:block;
	padding:0px;
	background-color:transparent;
	border-radius:0 0;
	-moz-border-radius:0 0;
	width:94%;
	margin:0 auto;
}
.tdMenuSideWidth .eCommerce .cart span{
	background-position:top right;
	background-repeat:no-repeat;
	display:block;
	padding:2px 0 4px;
	padding-right:22px;
}
.tdMenuSideWidth .eCommerce .cart span.total,
.tdMenuSideWidth .eCommerce .cart span.total span.num{
	display:inline-block !important;
	padding:0;
	font-weight:bold;
}
.tdMenuSideWidth .eCommerce .cart .view{
	background-image:url(icon_basket_black.png);
	display:inline-block;
}
.tdMenuSideWidth .eCommerce .cart .view_wishlist{
	background-image:url(icon_fav_black.png);
}
.tdMenuSideWidth .eCommerce .cart .orders{
	background-image:url(icon_order_black.png);
}
.tdMenuSideWidth .eCommerce .cart .checkout{
	background-image:url(icon_cart_black.png);
}
.tdMenuSideWidth .visitor .cart{
	padding:2px 0 0;
} 
.tdMenuSideWidth .cart span.divider{
	display:none;
} 
.tdMenuSideWidth .eCommerce .shopper a, .tdMenuSideWidth .eCommerce .cart a {
	text-decoration:none;
	font-weight:normal;
	color:#333;
	font-size:15px;
}
.tdMenuSideWidth .eCommerce .shopper  a:hover, .tdMenuSideWidth .eCommerce .cart a:hover{
	color:#00b2b8;
}


/* Shopper Basket */

.basketRow {
	padding:15px 15px 13px;
	margin-bottom:20px;
	border:1px solid #e3e3e3;
}
.basketRow:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.basketRow .label {
	font-size:17px;
}
.basketRow span.label:after {
	content:":";
}
.basketRow .mainDetails  {
	height:auto;
	position:relative;
	overflow-y:hidden;
	width:50%;
	margin:0 0 0 2%;
    display:inline-block;
}
.basketRow .present{
	border-top:1px dashed #ddd;
	width:98%;
	margin:0 1%;
	display:block;
	font-size:14px; 
	font-weight:bold;
	color:#333;
	padding:5px 0;
	display:none;
}
.basketRow .mainDetails .productPic {
	float:right;
	width:22%;
	margin:1% 0 0 4%;
	height:68px;
	overflow-y:hidden;
}
.basketRow .mainDetails .productPic img {
	display:block;
	width:100%;
	height:auto;
	vertical-align:middle;
}
.basketRow .productName {
	padding:5px 0 0;
}
.basketRow .productName a {
	text-decoration:none;
	font-weight:400;
	font-size:20px;
	color:#666;
}
.basketRow .productName a:hover{
	color:#00aeb9;
}
.basketRow .productLinks {
	display:inline-block;
	text-decoration:none;
	margin-left:15px;
	font-weight:normal;
	font-size:15px;
	color:#333;
}
.basketRow .productLinks:hover{
	color:#00aeb9;
}
.basketRow .productLinks:before {
	content:'';
	font-size:13px;
	font-weight:bold;
	color:#fff;
	background-color:#00aeb9;
	border-radius:5px;
	display:inline-block;
	line-height:1em;
	padding:2px 4px;
	margin-left:2px;
}
.productLinks.removeProduct:before {
	content:'x';
}
.productLinks.addProduct:before {
	content:'+';
}
.basketRow  .productSKU {
	font-size:15px;
	margin-top:-2px;
}
.basketRow .productInputs  {
	display: inline-block;
    float: left;
    font-size: 14px;
    margin: 0 2% 0 0;
    vertical-align: top;
    width: auto;
}
.basketRow .productSize:after,
.basketRow .productColor:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.basketRow .productSize select,
.basketRow .productColor select{
    float:left;
}



.basketRow .productInputs &gt; div {
	display:block;
	width:100%;
	vertical-align:top;
    margin-bottom:5px;
}
.basketRow  .productInputs &gt; div:last-child {
	margin:0;
}



.newbasket_taf .productMsg {
    display: none !important;
}
.basketRow  .productInputs  select {
	display:inline-block;
	width:auto;
	margin-right:10px;
}
.basketRow .quantityDiv .button{
	width:30px !important;
	height:30px !important;
	border-radius:25px;
	-moz-border-radius:25px;
	background-color:#fff !important;
	color:#888 !important;
	font-weight:bold;
	padding:1px 0 0 !important;
	margin:0;
    border:1px solid #aaa;
    font-size:25px;
    font-weight:300;
}
.basketRow .quantityDiv .button.down{padding-top:1px;}
.basketRow .quantityDiv .button:hover{
	border-color:#00b2b8 !important;
    background-color:#00b2b8 !important;
    color:#fff !important;
}
.basketRow  .quantityDiv .label{font-size:17px;}
.basketRow .quantityDiv .filedText{
	margin:0px 5px;
    height:30px;
    border-radius:3px;
    -moz-border-radius:3px;
    text-align:center;
    width:50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size:17px;
}
.basketRow .productPrices {
	display: inline-block;
    margin: 0;
    text-align: left;
    vertical-align: top;
    width: 18%;
}
.basketRow .productPrices .value {
	font-size:18px;
}
.productPrices div {
	display:block;
	width:100%;
	margin-bottom:5px;
	text-align:right;
}
.productPrices  div:last-child {
	margin:0;
}
.productPrices .productCurrentPrice{
	color:#00aeb9;
}
.totalBasket {
	display:block;
	width:auto;
	padding:10px 0 0;
	text-align:left;
}

.totalBasket .label {
	font-size:20px;
	font-weight:normal;
    color:#555;
}
.totalBasket .value {
	font-size:25px;
    color:#00aeb9;
}
.basketButtons{
	text-align:left;
    padding-top:30px;
}
.basketButtons .basketButtonTd{
    display:inline-block;
    vertical-align:top;
    margin:0;
    padding:0;
}
.basketButtons .basketButtonTd .submitButton{
    height:42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.basketButtons .basketButtonTd input{display:block;line-height:1em;padding:9px 15px;}
.basketButtons .basketButtonTd a.submitButton{display:block;line-height:1em;padding:10px 15px;}
.basketRow.billingSummaryRow .productInputs .label{
	font-size:14px;
	font-weight:bold;
}
.basketRow.billingSummaryRow .productInputs .value{
	font-size:14px;
	font-weight:normal;
}
.commerceMsg  {
	padding:10px 10px;
	margin:10px 0;
	font-size:17px;
	background: #aaa;
    color:#fff;
}
.couponForm .submitButton{font-size:19px;padding:2px 15px;}
.chooseShipping{margin-top:30px;}

/* Wish List Basket */

.wbasket_taf .basketRow  .mainDetails{
	border:none;
	width:76%;
	margin:0 1% 0 0;
	margin:0 3px 0 0\9;
	padding:0;	
	display:inline-block;
}
.wbasket_taf .basketRow  .productPrices{
	border:none;
	width:20%;
	margin:1% 1% 0 0;
	margin:5px 3px 0 0\9;
	padding:0;	
	display:inline-block;
}
.wbasket_taf .basketRow  .productPrices .productUnitPrice,
.wbasket_taf .basketRow  .productPrices .productCurrentPrice,
.wbasket_taf .basketRow  .productPrices .productTotalPrice{
	display:block;
	width:95%;
	margin:1% 5% 1% 0;
	margin:3px 5px 3px 0\9;
	padding:0;
}
.wbasket_taf  .basketButtonTd{
	float:left;
	margin-right:10px;
}
.chooseShipping, .billingInfo, .billingSubmit, .shippingInfo {
	width:80% !important;
}


.chooseShipping{
    border-top:1px solid #e3e3e3;
    border-right:1px solid #e3e3e3;
    border-left:1px solid #e3e3e3;
}
.chooseShipping td{padding:10px;}
.purchase_taf .billingInfo,
.shippingInfo ,
.billingSubmit{
    border-right:1px solid #e3e3e3;
    border-left:1px solid #e3e3e3;
}
.billingSubmit{border-bottom:1px solid #e3e3e3;}
.billingSubmit td,
.billingInfo td{
    padding:0 10px;
}
.shippingInfo.header{margin:0 !important;padding:10px;}
.couponForm{
	width:60% !important;
	display:block;
	padding:0 0 10px;
}
.shippingInfo.content{
    border:none !important;
    border-right:1px solid #e3e3e3 !important;
    border-left:1px solid #e3e3e3 !important;
}
.shippingInfo.content td{padding:0 10px;}
.couponForm .submitButton{
	float:left;
}
.billingInfo .filedText, .couponForm .filedText, .shippingInfo .filedText, .chooseShipping select.filedText, .billingSubmit textarea.filedText{
	width:100%;
	padding:4px 0px;
    margin:2px 0;
}
.couponForm .filedText{
	width:60%;
	margin:3px 39% 3px 0;
	margin:3px 20px 3px 0\9;
}
.billingSubmit .submitButton{margin-bottom:10px;}


/* Users enter */

.pf121 .tablePageFormat form{
    border: 1px solid #e3e3e3;
    display: block;
    margin: 0 auto;
    padding: 15px;
    width: 80%;
}
.pf121 .tablePageFormat form table{
    width:100%;
}
.pf121 .tablePageFormat form table .filedText{
    margin:2px 0;
}
.pf121 .tablePageFormat form table .submitButton{
    margin:5px 0 0;
}

/* Menu Object */

.Rmenuul1 {
	margin:0px 0 0px;
	display:block;
	text-align:right;
}
#HResponsive .Rmenuul1 {
}
.Rmenuul1 .menudiv{
	padding:0;
    padding-right:490px;
	width:90%;
	display:block;
	margin:0 auto;
}
.Rmenuul1 .menudiv ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.Rmenuul1 .menudiv li{
	display:inline-block;
	padding:0;
	margin:0;
    margin-left: 30px;
	background-image:none;
	float:right;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.Rmenuul1 .menudiv li:last-child{
    margin-left:0;
}
.Rmenuul1 .menudiv .parent a::after {
    content: "\f107";
	font-family: "Font Awesome 5 Pro";
	margin-right: 6px;
	position: relative;
	top: -5px;
	font-size: 15px;
}
.Rmenuul1 .menudiv a.menuButton,
.Rmenuul1 .menudiv a.menuButtonSelected{
	padding:0;
	font-size:18px;
	color:#fff;
	display:inline-block;
}
.Rmenuul1 .menudiv a.menuButton:hover{
	color:#fff;
}
.Rmenuul1 .menudiv a.menuButtonSelected{
	color:#fff;
}
.Rmenuul1 .menudiv a .ulpad{
	display:inline-block;
	padding:0px 0px 15px;
    vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.Rmenuul1 .menudiv a .ulpad:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #00b2b8;
  height: 3px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.Rmenuul1 .menudiv a .ulpad:hover:before, 
.Rmenuul1 .menudiv a .ulpad:focus:before, 
.Rmenuul1 .menudiv a.menuButtonSelected .ulpad:before {
  left: 0;
  right: 0;
}

.Rmenuul1 .menudiv li div.color2{
    z-index:99;
    padding:0 0 15px;
	width:180px;
	padding-top:15px;
	-moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.Rmenuul1 .menudiv li div.color2 ul{
    display:block;
    background:rgba(0,0,0,0.7);
    position:relative;
}
.Rmenuul1 .menudiv li div.color2 ul:before{
    content:"";
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent; 
    border-right: 10px solid transparent; 
    border-bottom: 10px solid black;
    opacity:0.7;
    position:absolute;
    top:-10px;
    right:10px;
}

.Rmenuul1 .menudiv div li div.color3{
    display:none;
}
.Rmenuul1 .menudiv li div ul{
    padding-bottom:5px;
}
.Rmenuul1 .menudiv li div li{
	display:block;
	width:90%;
	margin:0 auto;
	border:none;
	float:none;
	border-top:1px solid rgba(255,255,255,0.1);
	border-bottom:1px solid rgba(0,0,0,0.2);
	padding:0px 0;
	text-align:right;
	background-image:none;
	white-space:normal;
}
.Rmenuul1 .menudiv li div li:last-child {
    margin-left: auto;
}
.Rmenuul1 .menudiv li div li:first-child {
	border-top:none;
}
.Rmenuul1 .menudiv li div li:last-child {
	border-bottom:none;
}

.Rmenuul1 .menudiv li div li a .ulpad:before{background:none;}


.Rmenuul1 .menudiv li div li a:before{background:none;}
.Rmenuul1 .menudiv li div li a.menuButton,
.Rmenuul1 .menudiv li div li a.menuButtonSelected{
	border:none;
	text-align:right;
	font-size:16px;
	margin:0;
	color:#fff;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.Rmenuul1 .menudiv li div li a.menuButton:hover,
.Rmenuul1 .menudiv li div li a.menuButtonSelected{
    color:#00b2b8;
}
.Rmenuul1 .menudiv li div li a .ulpad{
	padding:10px 0px;
	height:auto;
}
.Rmenuul1 .menudiv li div li a:after{
    content:"" !important;
}

#FResponsive .Rmenuul1 {
	margin-bottom:10px;
	display:inline-block;
	text-align:right;
	width:45%;
}
#FResponsive .Rmenuul1 .menudiv{
	padding:0;
	background:none;
}
#FResponsive .Rmenuul1 .menudiv li{
	display:inline-block;
	padding:0;
	margin:0;
	background-image:none;
}
#FResponsive .Rmenuul1 .menudiv a.menuButton,
#FResponsive .Rmenuul1 .menudiv a.menuButtonSelected{
	padding:0;
	font-size:14px;
	color:#444;
	margin:0px;
	border-right:1px dotted #bbb;
	display:inline-block;
}
#FResponsive .Rmenuul1 .menudiv li:first-child a{
	border-right:0px dotted #bbb;
}
#FResponsive .Rmenuul1 .menudiv a.menuButton:hover{
	color:#000;
}
#FResponsive .Rmenuul1 .menudiv a.menuButtonSelected{
	color:#000;
}
#FResponsive .Rmenuul1 .menudiv a .ulpad{
	display:inline-block;
	padding:0 6px 0 3px;
}
#FResponsive .Rmenuul1 .menudiv li:first-child a .ulpad{
	display:inline-block;
	padding:0 0px 0 3px;
}
#MRResponsive .Rmenuul1 {
	margin-bottom:10px;
	display:block;
	text-align:right;
	background-color:#ddd;
	border-radius:10px;
	-moz-border-radius:10px;
	width:100%;
	padding:5px 0;	
}
#MRResponsive .Rmenuul1 .menudiv{
	padding:0;
	width:94%;
	margin:0 3%;
	background:none;
}
#MRResponsive .Rmenuul1 .menudiv li{
	display:block;
	padding:0;
	margin:0;
	background-image:none;
	width:100%;
}
#MRResponsive .Rmenuul1 .menudiv a.menuButton,
#MRResponsive .Rmenuul1 .menudiv a.menuButtonSelected{
	padding:0;
	font-size:17px;
	color:#666;
	margin:0;
	border-bottom:1px dotted #bbb;
	border-right:0px dotted #bbb;
	display:inline-block;
	width:100%;
}
#MRResponsive .Rmenuul1 .menudiv li:last-child a{
	border-bottom:0px dotted #bbb;
}
#MRResponsive .Rmenuul1 .menudiv a.menuButton:hover{
	color:#222;
	background: #dddddd;
	background: -moz-linear-gradient(left,  #dddddd 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dddddd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,  #dddddd 0%,#ffffff 100%);
	background: -o-linear-gradient(left,  #dddddd 0%,#ffffff 100%);
	background: -ms-linear-gradient(left,  #dddddd 0%,#ffffff 100%);
	background: linear-gradient(to right,  #dddddd 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=1 );
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
}
#MRResponsive .Rmenuul1 .menudiv a.menuButtonSelected{
	color:#222;
	background: #dddddd;
	background: -moz-linear-gradient(left,  #dddddd 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#dddddd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(left,  #dddddd 0%,#ffffff 100%);
	background: -o-linear-gradient(left,  #dddddd 0%,#ffffff 100%);
	background: -ms-linear-gradient(left,  #dddddd 0%,#ffffff 100%);
	background: linear-gradient(to right,  #dddddd 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=1 );
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
}
#MRResponsive .Rmenuul1 .menudiv a .ulpad{
	display:inline-block;
	padding:6px 10px;
}
#MRResponsive .Rmenuul1 .menudiv li div.color2{
	padding:0;
	background:none;
}
#MRResponsive .Rmenuul1 .menudiv li ul li{
	border:none;
	padding:0;
	margin:0;
	background-image:none;
}
#MRResponsive .Rmenuul1 .menudiv li ul li a.menuButton,
#MRResponsive .Rmenuul1 .menudiv li ul li a.menuButtonSelected{
	border:none;
	font-size:14px;
	color:#333;
	margin:2px 0;	
}
#MRResponsive .Rmenuul1 .menudiv li ul li a.menuButton:hover{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#dddddd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	border-radius:5px;	
	-moz-border-radius:5px;
	-moz-box-shadow: 0px 1px 10px #bbb;
	-webkit-box-shadow: 0px 1px 10px #bbb;
	box-shadow: 0px 1px 10px #bbb;
}
#MRResponsive .Rmenuul1 .menudiv li ul li a.menuButtonSelected{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #dddddd 50%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#dddddd), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#dddddd 50%,#ffffff 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#dddddd 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
	border-radius:5px;	
	-moz-border-radius:5px;
	-moz-box-shadow: 0px 1px 10px #bbb;
	-webkit-box-shadow: 0px 1px 10px #bbb;
	box-shadow: 0px 1px 10px #bbb;
}
#MRResponsive .Rmenuul1 .menudiv li ul li ul li a.menuButton,
#MRResponsive .Rmenuul1 .menudiv li ul li ul li a.menuButtonSelected{
	border:none;
	color:#fff;
	font-weight:bold;
	font-size:13px;
	margin:2px auto;
	display:block;
	width:90%;
	background-color:#666;
	border-radius:5px;	
	-moz-border-radius:5px;	
}
#MRResponsive .Rmenuul1 .menudiv li ul li ul li a.menuButton:hover{
	background:none;
	background-color:#333;
	-moz-box-shadow: 0px 0px 0px #bbb;
	-webkit-box-shadow: 0px 0px 0px #bbb;
	box-shadow: 0px 0px 0px #bbb;
	color:#fff;
}
#MRResponsive .Rmenuul1 .menudiv li ul li ul li a.menuButtonSelected{
	background:none;
	background-color:#333;
	-moz-box-shadow: 0px 0px 0px #bbb;
	-webkit-box-shadow: 0px 0px 0px #bbb;
	box-shadow: 0px 0px 0px #bbb;
}
.Rmenuul1_sub_to_menu{
    display:block;
	width:100%;
}
.Rmenuul1_sub_to_menu h3.color1{
	display:none;
	margin:10px;
	font-size:18px;
}
.Rmenuul1_sub_to_menu .menudiv a.menuButton,
.Rmenuul1_sub_to_menu .menudiv a.menuButtonSelected{
	padding:0;
	font-size:18px;
	font-weight:normal;
	color:#fff;
	line-height:1.1em;
	margin:0 0 2px;
    display:block;
    line-height:1.1em;
    border:none;
    background-color:#747474;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.Rmenuul1_sub_to_menu .menudiv a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00b2b8;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.Rmenuul1_sub_to_menu .menudiv a:hover:before, 
.Rmenuul1_sub_to_menu .menudiv a:focus:before, 
.Rmenuul1_sub_to_menu .menudiv a.menuButtonSelected:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.Rmenuul1_sub_to_menu .menudiv a.menuButton:hover{
	color:#fff;
}
.Rmenuul1_sub_to_menu .menudiv a.menuButtonSelected{
	color:#fff;
}
.Rmenuul1_sub_to_menu .menudiv a .ulpad{
	display:inline-block;
	padding:8px 10px;
}
/*.Rmenuul1_sub_to_menu .menudiv a .ulpad:before{
    content:"\f104";
    font-family:"Font Awesome 5 Pro";
    margin-left:5px;
}*/

.Rmenuul1_sub_to_menu .menudiv li li a:before{background:none;}
.Rmenuul1_sub_to_menu .menudiv li li a.menuButton,
.Rmenuul1_sub_to_menu .menudiv li li a.menuButtonSelected{
    padding:0;
	font-size:18px;
	font-weight:normal;
	color:#666;
	margin:0;
    background:none;
}
.Rmenuul1_sub_to_menu .menudiv li li a.menuButton:hover{
    background:none;
	color:#00b2b8;
}
.Rmenuul1_sub_to_menu .menudiv li li a.menuButtonSelected{
	background:none;
	color:#00b2b8;
}
.Rmenuul1_sub_to_menu .menudiv li li a .ulpad{
	display:inline-block;
	padding:5px 10px;
}
.Rmenuul1_sub_to_menu .menudiv li li a .ulpad:before{
    content:"\f005";
    font-family:"Font Awesome 5 Pro";
    margin-left:6px;
    font-weight:400;
    font-size:12px;
    position:relative;
    top:-2px;
}

.parent.opened.parent-of-opened.open-done .color3{margin-bottom:4px;}

.Rmenuul1_sub_to_menu .menudiv li{
	display:block;
}
.menudiv li {
	vertical-align:top;
	position:relative;
	overflow:visible;
	padding:0;
	margin:0;
	background-image:none;
}
.menudiv ul {
	vertical-align:top;
}
.menudiv &gt; ul &gt; li {
	display:inline-block;
	padding:0;
	margin:0;
	background-image:none;
}
.menudiv &gt; ul &gt; li div {
	position:absolute;
	white-space:nowrap;
	overflow:hidden;
	height:0;
	opacity:0;
	filter: alpha(opacity = 0);
}
.menudiv li div div {
	position:absolute;
	top:0;
	right:100%;
}
.menudiv a {
	text-decoration:none;
	display:block;
}
.menudiv .parent-of-opened  &gt; div div {
	right:100% !important;
}



/* vertical menu */

.responsiveBlock.vertical .menudiv &gt; ul &gt; li {
	display:block;
	clear:both;
	padding:0;
	margin:0;
	background-image:none;
}
.responsiveBlock.vertical .menudiv div {
	position:static;
}
.responsiveBlock.vertical .menudiv  li, .responsiveBlock.vertical .menudiv  a {
	display:block;
}
.responsiveBlock.click .menudiv  li.parent &gt; a span:before {
	content:'+';
	font-size:16px;
	font-weight:bold;
	color:inherit;
	display:inline-block;
	line-height:1em;
	padding:2px 4px;
	margin-left:2px;
	opacity:0.4;
	filter: alpha(opacity = 40);
}
.responsiveBlock.vertical .parent-of-opened {
	height:auto !important;
}
.responsiveBlock.vertical .parent-of-opened &gt; div {
	height:auto !important;
	opacity:1 !important;
	filter: alpha(opacity = 100) !important;
	overflow:visible !important;
}
.responsiveBlock.click .menudiv  li.parent.opened &gt; a span:before {
	content:'-';
}
.Rmenuul1 a, .Rmenuul1_sub_to_menu a, .portalmenu a {
	text-decoration:none;
	color:inherit;
}
.menuMinButton {
	padding:12px 0;
	margin:0 auto;
	width:96%;
	display:block;
}
.menuMinButton span {
	color:#333;
	font-weight:bold;
	font-size:22px;
}
.menuMinButton span:before {
	content:'';
	width:1em;
	height:2px;
	margin-left:10px;
	border-top:double 6px #333;
	border-bottom:solid 2px #333;
	display:inline-block;
}


/* Ajax Calendar (calendar2) */

.ajaxEvent {
	border-radius:5px;
	padding:15px;
	background-color:#fff;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
	width:500px;
}
.ajaxEvent  .dates {
	font-size:18px;
	font-weight:normal;
	color:#666;
	padding-bottom:3px;
	margin-bottom:10px;
	border-bottom:solid 2px #eee;
}
.ajaxEvent .pic {
	width:30%;
	margin-left:1%;
	display:inline-block;
	vertical-align:top;
}
.ajaxEvent .message1{
	width:67%;
	display:inline-block;
	vertical-align:top;
}
.ajaxEvent .button {
	position:relative;
	top:-30px;
	right:-30px;
	background-color:#000;
	width:17px;
	height:auto;
	padding:5px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	border-radius:15px;
	border:solid 2px #fff;
	-moz-box-shadow: 1px 1px 10px #000;
	-webkit-box-shadow: 1px 1px 10px #000;
	box-shadow: 1px 1px 10px #000;
	cursor:pointer;
}
.ajaxEvent .productInfo {
	border-radius:5px;
	-moz-border-radius:5px;
	padding:3px 10px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	background: #777777;
	background: -moz-linear-gradient(top,  #777777 0%, #333333 50%, #777777 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#777777), color-stop(50%,#333333), color-stop(100%,#777777));
	background: -webkit-linear-gradient(top,  #777777 0%,#333333 50%,#777777 100%);
	background: -o-linear-gradient(top,  #777777 0%,#333333 50%,#777777 100%);
	background: -ms-linear-gradient(top,  #777777 0%,#333333 50%,#777777 100%);
	background: linear-gradient(to bottom,  #777777 0%,#333333 50%,#777777 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#777777', endColorstr='#777777',GradientType=0 );
}
.ajaxEvent .productInfo:hover{
	background: #555555;
	background: -moz-linear-gradient(top,  #555555 0%, #111111 50%, #555555 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(50%,#111111), color-stop(100%,#555555));
	background: -webkit-linear-gradient(top,  #555555 0%,#111111 50%,#555555 100%);
	background: -o-linear-gradient(top,  #555555 0%,#111111 50%,#555555 100%);
	background: -ms-linear-gradient(top,  #555555 0%,#111111 50%,#555555 100%);
	background: linear-gradient(to bottom,  #555555 0%,#111111 50%,#555555 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#555555',GradientType=0 );
}
.ajaxEvent .button:hover {
	opacity:0.7;
	filter: alpha(opacity = 70);
}



/* FORMS */

.fieldRow {
	height:auto;
	margin:0 auto 7px;
	float:none;
	display:block;
}
.fieldRow:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.fieldRow.Textbox {
    clear: both;
    float: none;
    height: auto;
    margin: 0 auto 7px;
    min-height: 60px;
}
.fieldRow .fieldName {
	width:25%;
	display:inline-block;
}
.fieldRow .fieldInput {
	width:73%;
	float:left;
	display:inline-block;
}
.fieldRow .fieldName {
	display:inline-block;
	font-size:16px;
}
.fieldRow .fieldInput input {
	width:100%;
	padding:10px;
	font-size:18px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fieldRow.Disabled .fieldInput input {
    width:100%;
	height:auto;
	padding:0;
	font-size:16px;
}
.fieldRow .fieldInput textarea {
	width:100%;
	height:150px;
	padding:10px;
    font-size:18px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fieldRow .Radio input{
    display:inline-block;
    width:auto;
    height:auto;
}
.fieldRow .Radio label{
    display:inline-block;
    margin:0 3px 0px 7px;
}

.fieldRow .checkBox  input{
    display:inline-block;
    width:auto;
    height:auto;
}
.fieldRow .checkBox label{
    display:inline-block;
    margin:0 3px 0px 7px;
}
#PF-FROM .LOCALTOP {
	width:100%;
	padding:10px 0;
}
#PF-FROM .LOCALBelow{
	width:100%;
	padding:10px 0;
}
#PF-FROM .localRight, #PF-FROM .localLeft {
	display:inline-block;
	width:15%;
	vertical-align:top;
}
#PF-FROM .localLeft{
	float:left;
}
#PF-FROM .Updes, #PF-FROM form, #PF-FROM .formHolder{
	width:69%;
	display:inline-block;
}
 #PF-FROM .formHolder form{
	width:100%;
	margin:0 auto;
	display:block;
}
.fieldRow.security div{
    text-align:right !important;
    padding-left:5px;
    width:auto !important;
}


/* Product Search Form */

.productSearchForm{
	display:inline-block;	
	border:1px solid #ddd;
	padding:5px;
}
.productSearchForm form{
	width:100%;
	display:block;
	margin:0 auto !important;
}
.productSearchForm form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.productSearchForm input.filedText{
	display:inline-block;	
	width:77%;
	padding:0;
	margin:0;
	color:#333;
	background:none;
	border:none;
}
.productSearchForm input.filedText::-webkit-input-placeholder { color:#333;opacity:1;filter:alpha(opacity=100); }
.productSearchForm input.filedText::-moz-placeholder { color:#333;opacity:1;filter:alpha(opacity=100); } /* firefox 19+ */
.productSearchForm input.filedText:-ms-input-placeholder { color:#333;opacity:1;filter:alpha(opacity=100); } /* ie */
.productSearchForm input:-moz-placeholder { color:#333;opacity:1;filter:alpha(opacity=100); }
.productSearchForm input.submitButton{
	display:inline-block;	
	width:20%;
	padding:0;
	margin:0;
	background:none;
	-moz-box-shadow: 0 0 0 #ddd;
	-webkit-box-shadow: 0 0 0 #ddd;
	box-shadow: 0 0 0 #ddd;
	background-image:url(icon_magnifying.png);
	background-position:top;
	background-repeat:no-repeat;
	min-width:30px;
}



/* Product Search Form */

.Site_Search_Form{
    display:block;    
	padding:0;
    width:100%;
    padding:7px 10px 2px;
}
.Site_Search_Form form{
	width:100%;
	display:block;
	margin:0 auto !important;
}
.Site_Search_Form form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.Site_Search_Form input.filedText{
	display:inline-block;	
	width:160px;
	padding:3px 0 0;
	margin:0;
	color:#fff;
    font-size:16px;
	background:none;
	border:none;
    vertical-align:top;
}
.Site_Search_Form input.filedText::-webkit-input-placeholder { color:#fff;opacity:1;filter:alpha(opacity=100); }
.Site_Search_Form input.filedText::-moz-placeholder { color:#fff;opacity:1;filter:alpha(opacity=100); } /* firefox 19+ */
.Site_Search_Form input.filedText:-ms-input-placeholder { color:#fff;opacity:1;filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { color:#fff;opacity:1;filter:alpha(opacity=100); }
.Site_Search_Form input.submitButton{
	display:inline-block;	
	width:20px;
    height:19px;
	padding:0;
	margin:0;
	background:none;
	-moz-box-shadow: 0 0 0 #ddd;
	-webkit-box-shadow: 0 0 0 #ddd;
	box-shadow: 0 0 0 #ddd;
	background-image:url(topSeacrhIcon_w.png);
	background-position:top;
	background-repeat:no-repeat;
	min-width:20px;
    margin-top:3px;
}
.Site_Search_Form #hideSearchWrap{
    display:inline-block;    
	width:30px;
    height:23px;
	padding:0;
	margin:0;
	background:none;
	-moz-box-shadow: 0 0 0 #ddd;
	-webkit-box-shadow: 0 0 0 #ddd;
	box-shadow: 0 0 0 #ddd;
	min-width:0px;
    background:none;
    float:left;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border:none;
    color:#fff;
    font-size:22px;
    font-weight:300;
    cursor:pointer;
    float:left;
    line-height:1em;
    text-align:left;
    border-right:1px solid rgba(255,255,255,0.8);
    opacity:0.7;
}
.Site_Search_Form #hideSearchWrap:hover{opacity:1;}

/* Product Search Result */

.search_taf .tdMenuSideWidth, .search_taf .tdDividerWidth {
    display: none;
}
#TABLESearch {
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px;
}
#TABLESearch tr:last-child td {
    padding-bottom: 15px !important;
}
#TABLESearch table tr:last-child td {
    padding-bottom: 0 !important;
}
#TABLESearch .productTitleBG {
    padding: 5px 0 0;
}
#TABLESearch a.productName {
    color: #333;
    display: inline-block;
    font-size: 24px;
    margin: 0;
    text-decoration: none;
}
#TABLESearch .productName:hover {
    color: #00b2b8;
}
#TABLESearch .productPrice {
    color: #00b2b8;
    display: block;
    font-size: 15px;
}
#TABLESearch .productSKU {
    color: #555;
    display: block;
    font-size: 15px;
}
#TABLESearch a.productLinks {
    background-image: url("icon_info_black.png");
    background-position: right center;
    background-repeat: no-repeat;
    color: #333;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 40px 6px 0;
    text-decoration: none;
}
#TABLESearch .productLinks:hover {
    color: #00b2b8;
}
#TABLESearch br {
    display: none;
}
#ProductSearchPIC a.productLinks {
    background-image: none;
    padding: 0;
}
#ProductSearchPIC a.productLinks::before {
    display: none;
}



/* Side Contact Form */

.contact_form_1{
	width:100%;
	background-color:#555;
	border-radius:10px;
	-moz-border-radius:10px;
	padding:10px 0;
	display:block;
	margin-bottom:10px ;
}
.contact_form_1 .contactForm3{
	width:94%;
	margin:0 auto;
	display:block;
	color:#fff;
}
.contact_form_1 .contactForm3 .row{
	padding:3px 0;
	margin:0;
	display:block;
	width:100%;
}
.contact_form_1 .contactForm3  .fieldName{
	width:32%;
	color:#fff;
	font-size:14px;
	display:inline-block;
}
.contact_form_1 .contactForm3 .messageRow .fieldName{
	vertical-align:top;
}
.contact_form_1 .contactForm3 .fieldInput{
	width:63%;
	display:inline-block;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: 2px 2px 2px #444 inset;
	-webkit-box-shadow: 2px 2px 2px #444 inset;
	box-shadow: 2px 2px 2px #444 inset;
	border:none;
}
.contact_form_1 .contactForm3 .codeRow .fieldInput{
	background:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
}
.contact_form_1 .contactForm3 .codeRow .fieldInput img{
	height:15px;
	vertical-align:middle
}
.contact_form_1 .contactForm3 .filedText{
	color:#333;
	font-size:14px;
	cursor:pointer;
	width:96%;
	margin:3px 3px;
	border:none;
	background:none;
}
.contact_form_1 .contactForm3 #mytextlast{
	width:25%;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: 2px 2px 2px #444 inset;
	-webkit-box-shadow: 2px 2px 2px #444 inset;
	box-shadow: 2px 2px 2px #444 inset;
	border:none;
	margin:0;
	padding:3px;
	text-align:right;
}
.contact_form_1 .contactForm3 textarea.filedText{
	width:94%;
	margin:3px auto 2px;
}
.contact_form_1 .contactForm3 .disabledRow{
	font-size:12px;
}
.contact_form_1 .contactForm3 .submitButton{
	color:#333;
	text-shadow:1px 1px 0px #fff;
	margin:10px auto 0;
	display:block;
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#cccccc',GradientType=0 );
	-moz-box-shadow: 0px 3px 5px #333;
	-webkit-box-shadow: 0px 3px 5px #333;
	box-shadow: 0px 3px 5px #333;
}
.contact_form_1 .contactForm3 .submitButton:hover{
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#f5f5f5 100%)
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f5f5f5',GradientType=0 );
}



/* Contact Form 2 */

.contactForm2{
	width:90%;
	margin:0% auto;
	display:block;
	color:#fff;
}
.contactForm2 label {
	display:none;
}
.contactForm2 .row{
	margin:5px 0;
	display:block;
	width:100%;
}
.contactForm2 .fieldInput{
	width:100%;
	display:inline-block;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: 2px 2px 2px #444 inset;
	-webkit-box-shadow: 2px 2px 2px #444 inset;
	box-shadow: 2px 2px 2px #444 inset;
	border:none;
}
.contactForm2 .codeRow .fieldInput{
	background:none;
	border-radius:0px;
	-moz-border-radius:0px;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:none;
}
.contactForm2 .filedText{
	color:#333;
	font-size:14px;
	cursor:pointer;
	width:96%;
	margin:3px auto;
	display:block;
	border:none;
	background:none;
}
.contactForm2 .filedText.must_field{
	font-weight:bold;
}
.contactForm2 .filedText.error_field{
	color:#00b2b8;
	font-weight:bold;
}
.contactForm2 #mytextlast{
	width:36%;
	background-color:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-moz-box-shadow: 2px 2px 2px #444 inset;
	-webkit-box-shadow: 2px 2px 2px #444 inset;
	box-shadow: 2px 2px 2px #444 inset;
	border:none;
	margin:3px 0;
	padding:3px;
	text-align:right;
	display:inline-block;
}
.contactForm2 textarea.filedText{
	width:94%;
	margin:3px auto 2px;
}
.contactForm2 .submitButton{
	color:#333;
	text-shadow:1px 1px 0px #fff;
	margin:10px auto 0;
	display:block;
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#cccccc',GradientType=0 );
	-moz-box-shadow: 0px 3px 5px #333;
	-webkit-box-shadow: 0px 3px 5px #333;
	box-shadow: 0px 3px 5px #333;
}
.contactForm2 .submitButton:hover{
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f5f5f5',GradientType=0 );
}
.contactForm2 .disabledRow label{
	color:#fff;
	display:inline-block;
}
.contactForm2 .codeRow img{
	vertical-align:middle;
}



/* Register &amp; Login Pages */

.registerPage .registerFormDiv, .loginPage .loginFormDiv{
	width:80%;
	margin:0 auto;
	display:block;
	border:1px solid #ddd;
	padding:15px;
}
.registerPage .registerFormDiv .filedText, 
.loginPage .loginFormDiv .filedText{
    margin:2px 0;
}
.loginPage.registerPage .registerFormDiv, .loginPage.registerPage .loginFormDiv{
	width:48%;
	vertical-align:top;
	display:inline-block;
}
.loginPage.registerPage .loginFormDiv{float:left;}
.registerPage .registerFormDiv .tablePageTitle, .loginPage .loginFormDiv .tablePageTitle{
	width:100%;
	margin:0 auto;
	display:block;
	background-image:none;
}
.registerPage .registerFormDiv .tablePageTitle .tdPageTitle, 
.loginPage .loginFormDiv .tablePageTitle .tdPageTitle{
	color:#00aeb9;
	text-align:center;
	padding:0 0 10px;
}
.registerPage .registerFormDiv .tablePageFormat, .loginPage .loginFormDiv #tableform{
	width:100%;
	margin:0 auto
}
.registerPage .registerFormDiv #tableform form, .loginPage .loginFormDiv #tableform form{
	width:100%;
	margin:0 auto;
	display:block;
}
.loginPage.registerPage .registerFormDiv #tableform form, .loginPage.registerPage .loginFormDiv #tableform form{
	width:100%;
	margin:0 auto;
	display:block;
}
.registerPage .registerFormDiv  #tableform form table, .loginPage .loginFormDiv #tableform form table{
	width:100%;
}
.registerPage .registerFormDiv #tableform  form table .inputName, .loginPage .loginFormDiv #tableform form table .inputName{
	text-align:right;
}
td.filedText{
	border:none;
}
.registerPage .registerFormDiv #tableform form table .message td, .loginPage .loginFormDiv #tableform form table .message td{
	padding:10px 0;
    font-size:20px;
    font-weight:300;
}
#shopperLookup .welcomeBack .H5{
	font-size: 20px;
    font-weight: 300;
    padding: 10px 0;
}
.registerFormDiv #shopperNew .inputName {
	width:25% !important;
}
.registerFormDiv #shopperNew .inputValue{
	width:74% !important;
}
.loginPage.registerPage .H5{
	padding:10px 0;
    font-size:20px;
    font-weight:300;
}
.forgotPassword{
	display:block;
	width:100%;
	text-align:right;
}
.forgotPassword a{
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	color:#333;
}
.forgotPassword a:hover{
	color:#00aeb9;
}

/* Password Form */

.formHolderPassword{
	width:80%;
	margin:0 auto;
	display:block;
	border:1px solid #ddd;
	padding:15px;
}
.formHolderPassword .forgotPasswordMessage{
    display:block !important;
    width:100% !important;
    margin:0 auto 10px !important;
}
.formHolderPassword .adminH5, .formHolderPassword .fieldRow{
	width:100%;
	display:block;
	margin:0 auto;
}
.formHolderPassword .submit{
	text-align:left;
	padding-top:10px;
}



/* JS Gallery */

.jsGallery {
	display:block;
}
#jsGallery {
	height:300px;
}
#jsGallery .picDiv {
	width:100%;
}
#jsGallery .picDiv img{
	width:100%;
	display:block;
}
#jsGallery .text {
	width:30%;
	padding:10px;
	text-align:center;
	vertical-align:middle;
	background: rgba(0, 0, 0, .7);
	background-color:#000\9;
	bottom:12%;
	position:absolute;
	color:#fff;
	display:inline-block;
}
#jsGallery .bar {
	width:100%;
	text-align:left;
	top:270px !important;
	left:15px;
}
#jsGallery .bar .button {
	display:inline-block;
	width:16px;
	height:16px;
	border-radius:16px;
	-moz-border-radius:16px;
	margin:0 2px;
	background-color:#fff;
	border:solid 0px #9f9f9f;
	cursor:pointer;
	-moz-box-shadow: 2px 2px 2px #777 inset;
	-webkit-box-shadow: 2px 2px 2px #777 inset;
	box-shadow: 2px 2px 2px #777 inset;
}
#jsGallery .bar .button:hover,  #jsGallery .bar .button.selected {
	background-color:#00b2b8;
	color:#fff;
}
#jsGallery .bar .button .num {
	display:none;
}
#jsGallery a.productLinks {
	text-align:center;
	display:inline-block;
	position:absolute;
	bottom:3%;
	padding:2px 10px;
	color:#fff;
	font-size:14px;
	background: rgba(0, 0, 0, .7);
	background-color:#000\9;
	text-decoration:none;
}



/* JS3 Gallery*/

#js-gallery-3 #history{
	margin-top:5px;
}
#js-gallery-3 ul li{
	background:none;
	display:none;
	padding:0;
}
#js-gallery-3 .bottomEditor{
	background-color:#fff;
	width:100%;
	margin-top:3px;
	padding:5px 0;
}
#js-gallery-3 .topEditor{
	background-color:#fff;
	width:100%;
	margin-bottom:3px;
	padding:5px 0;
}
#js-gallery-3 .topDes{
	background-color:#fff;
	width:100%;
	margin-bottom:3px;
	padding:5px 0;
}



/* Panels */

.DDpanel{
	margin-bottom:1px;
	display:block;
}
.ddpanel .ddpanelcontent{ /*CSS for "content" DIV of Drop Down Panel*/
	color: #222;
	background: #eeeeee;
	background: -moz-linear-gradient(top,  #eeeeee 0%, #dddddd 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#dddddd));
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	background: -o-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	background: -ms-linear-gradient(top,  #eeeeee 0%,#dddddd 100%);
	background: linear-gradient(to bottom,  #eeeeee 0%,#dddddd 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dddddd',GradientType=0 );
}
.ddpanel .ddpaneltab{ /*CSS for "toggle" tab DIV of Drop Down Panel*/
	margin-top:1px;
	font: normal 13px Rubik;
}
.ddpanel .ddpaneltab a{ /*"toggle" tab related CSS*/
	float: right;
	color: #333;
	background: black url(toggleleft.gif) no-repeat left bottom; /*background of toggle tab*/
	text-decoration: none;
	letter-spacing: 1px;
	background-color:#CCCCCC;
	border-radius:0 0 5px 5px;	
	-moz-border-radius:0 0 5px 5px;	
	font-size:14px;
	font-family:Rubik,Helvetica,sans-serif;
	font-weight:bold;
}
.ddpanel .ddpaneltab a span{ /*"toggle" tab related CSS*/
	float: left;
	display: block;
	background: transparent url(toggleright.gif) no-repeat right bottom;
	padding: 9px 12px;
	cursor: pointer;
}
.ddpanel .ddpaneltab a span img.pointerimage{ /*CSS for pointer image within toggle tab*/
	margin-top: 0px;
	margin-left: 5px;
}
.ddpanel .ddpaneltab a:hover{ /*"toggle" tab related CSS*/
	background-color: #DDDDDD; /*background of toggle tab onMouseover*/
}
.ddpanel .ddpaneltab a:active, .ddpanel .ddpaneltab a:focus{ /*"toggle" tab related CSS*/
	outline: 0;
}
.ddpanel .ddpaneltab a:hover span{ /*"toggle" tab related CSS*/
	background-color: transparent;
}
.ddpanel .topFormRd{
	width:80%;
	margin:10px auto;
	display:block;
}
.ddpanel .topFormRd .row{
	width:48%;
	margin-bottom:5px;
	display:inline-block;
	vertical-align:top;
}
.ddpanel .topFormRd .row .fieldName{
	width:25%;
	display:inline-block;
	color:#222;
	font-size:14px;
	vertical-align:top;
	padding-top:3px;
	text-align:right;
}
.ddpanel .topFormRd .messageRow .fieldName{
	vertical-align:top;
	padding-top:5px;
}
.ddpanel .topFormRd .row .fieldInput{
	width:74%;
	display:inline-block;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #888 inset;
	-moz-box-shadow:2px 2px 2px #888 inset;
	-webkit-box-shadow: 2px 2px 2px #888888 inset;
	background-color:#fff;
	padding:4px 0px;
	float:left;
}
.ddpanel .topFormRd .codeRow .fieldInput{
	border-radius:0;
	-moz-border-radius:0;
	box-shadow: 0 0 0 #888 inset;
	-moz-box-shadow:0 0 0 #888 inset;
	-webkit-box-shadow: 0 0 0 #888 inset;
	background-color:transparent;
	padding:0px;
}
.ddpanel .topFormRd .row .fieldInput #mytextlast{
	width:50%;
	display:inline-block;
	border-radius:5px 5px 5px 5px;
	-moz-border-radius:5px 5px 5px 5px;
	box-shadow: 2px 2px 2px #888 inset;
	-moz-box-shadow:2px 2px 2px #888 inset;
	-webkit-box-shadow: 2px 2px 2px #888888 inset;
	background-color:#fff;
	padding:4px 0px;
	margin:0;
}
.ddpanel .topFormRd .row .fieldInput .filedText{
	color:#333;
	font-size:14px;
	margin:0 auto;
	width:96%;
	display:block;
	border:none;
	text-align:right;
}
.ddpanel .topFormRd .row .fieldInput #mytextlast{
	width:50%;
	display:inline-block;
	text-align:right;
}
.ddpanel .topFormRd .disabledRow{
	color:#222;
	font-size:14px;
	text-align:right !important;
}
.ddpanel .topFormRd .submitRow{
	text-align:left;
}
.ddpanel .topFormRd .topFormTitle{
	font-size:22px;
	color:#333;
	display:block;
	text-align:center;
	margin:0 auto 10px;
	width:98%;
	border-bottom:1px dashed #999;
	padding-bottom:10px;
}
.ddpanel .topFormRd .topFormText{
	font-size:15px;
	color:#333;
	display:block;
	text-align:justify;
	margin:0 auto 15px;
	width:98%;
}
.ddpanel .topFormRd .contactForm{
	display:block;
	margin:0 auto;
	width:98%;
}
.ddpanel .topFormRd .contactForm div{
	text-align:center;
}
.ddpanel .topFormRd .contactForm div.codeRow, .ddpanel .topFormRd .contactForm div.codeRow .fieldInput{
	text-align:right;
}



/* Ajax Panel*/

a:focus {
	outline: none;
}
a.trigger{
	position: fixed !important;
	background-color:#00b2b8;
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
	text-decoration: none;
	font-size: 16px;
	letter-spacing:-1px;
	font-family: Rubik, helvetica, arial, sans-serif;
	color:#fff;
	padding:6px 20px;
	font-weight: bold;	
	z-index:99;
}
a.trigger.left {
	left: 0;
	-moz-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	-moz-box-shadow: -3px -3px 3px #666;
	-webkit-box-shadow: -3px -3px 3px #666;
	box-shadow: -3px -3px 3px #666;
}
a.trigger.right {
	right: 0;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	z-indez:99;
}
a.trigger.bas {
	right: 0px;
	top:60px !important;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	z-index:95;
}
a.trigger.bas.active {
	background-color:#000;
	color:#fff;
}
a.trigger:hover {
	background-color:#000;
	color:#fff;
}
a.active.trigger {
	background-color:#fff;
	color:#000;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.panel {
	color:#fff;
	position: fixed !important;
	z-index:98;
	display: none;
	background: #000000;
	width: 300px;
	height: auto;
	z-index:97;
	text-align:right;
	font-size:13px;
	filter:alpha(opacity=100) !important;
	opacity: 1 !important;
}
.panel.en {
	text-align:left;
	direction:ltr;
}
.panel.left {
	left: 0;
	padding: 20px 30px 20px 100px;
	-moz-border-radius: 0 15px 15px 0;
	border-radius: 0 15px 15px 0;
}
.panel.right {
	right: 0;
	padding: 45px 0px 20px 0px;
	-moz-border-radius: 15px 0 0 15px;
	border-radius: 15px 0 0 15px;
	z-index:98;
}
.panel.bas{
	top:60px !important;
	right:0px;
	background-color:#eee;
	background: radial-gradient(circle, white 10%, transparent 10%),
	radial-gradient(circle, white 10%, #eee 10%) 50px 50px;
	background-size:30px 30px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	box-shadow:0px 5px 5px #333;
	-moz-box-shadow:0px 5px 5px #333;
	-webkit-box-shadow:0px 5px 5px #333;
	color:#333;
	width:450px;
	padding:35px 0 10px 0;
	z-index:94;
}
.panel.bas .ajaxshopperBasket{
	width:400px;
	margin:0 auto;
	display:block;

}
.panel.bas .ajaxshopperBasket .tdPageTitle h1, .panel.bas .ajaxshopperBasket .tdPageTitle{
	color:#222;
	text-shadow:1px 1px 0px #fff;
}
.panel.bas .ajaxshopperBasket .shopperBasket{
	padding:0;
	height:300px;
	overflow-y:scroll;
	display:block;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow{
	background:none;
	background-color:#fff;
	box-shadow:0px 0px 10px #aaa;
	-webkit-box-shadow:0px 0px 10px #aaa;
	-moz-box-shadow:0px 0px 10px #aaa;
	margin-bottom:0 0 10px;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .mainDetails{
	border:none;
	border-left:1px dashed #ccc;
	width:40%;
	margin:0 auto;
	display:inline-block;	
	padding-left:5px;
	padding:0;
	margin:0;
	height:auto;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .mainDetails .productPic{
	width:49%;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	margin:5px;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .mainDetails .productName{
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .mainDetails .productName a{
	font-size:13px;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .productInputs{
	width:25%;
	display:inline-block;	
	margin:0;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .productInputs div{
	width:100%;
	max-width:100%;
	display:block;
	margin:0;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .productPrices{
	width:30%;
	display:inline-block;	
	text-align:right;
	margin:0;
}
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .productPrices div,
.panel.bas .ajaxshopperBasket .shopperBasket .basketRow .productPrices span{
	float:none;
	width:100%;
	max-width:100%;
	display:block;
	margin:0;
}
.panel.bas .totalBasket, .panel.bas .basketButtons{
	width:90%;
	margin:0 auto;
	display:block;
}



/*ajaxsBasketin */

.ajaxsBasketin .tablePageTitle,
.ajaxsBasketin form,
.ajaxsBasketin .ajaxshopperBasketmore{
	width:95%;
	display:block;
	margin:0 auto;
}
.ajaxsBasketin .basketButtons .basketButtonTd{
	display:inline-block
}
.ajaxsBasketin .basketButtons .basketButtonTd form{
	width:auto;
	display:inline-block;
	margin:0 10px 10px 0;
}
.ajaxshopperBasketmore .tablePageTitle{
	width:100%;
	display:block;
	margin:0 auto 10px;
}


/* form-matnasim */
.form-matnasimWrap{
    width:100%;
	background-color:#777;
	padding:10px 0;
	display:block;
	margin-bottom:10px;
}
.form-matnasimWrap .titleDiv{
    font-size:25px;
    font-weight:300;
    width:1333px;
    margin:0 auto 10px;
    color:#fff;
}
#form-matnasim{
    width:1333px;
	margin:0 auto;
	display:block;
}
#form-matnasim:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#form-matnasim .fieldDiv,
#form-matnasim .btnDiv{
    float:right;
    display:inline-block;
    margin-left:2%;
    width:calc(92%/5);
}
#form-matnasim .btnDiv{margin-left:0;}

#form-matnasim .fieldDiv{
    background-color:#fff;
    /*background-image:url(greenArrow.png);*/
    background-position:8px 15px;
    background-repeat:no-repeat;
    display:inline-block;
    padding:9px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:37px;
}
#form-matnasim .fieldDiv select{
    background-color:transparent;
    border:0px solid #fff;
    color:#333;
    font-size:15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#form-matnasim .fieldDiv input{
    background-color:transparent;
    border:0px solid #fff;
    color:#333;
    font-size:15px;
    width:100%;
}
#form-matnasim .fieldDiv input::-webkit-input-placeholder { color:#333;opacity:1;filter:alpha(opacity=100); }
#form-matnasim .fieldDiv input::-moz-placeholder { color:#333;opacity:1;filter:alpha(opacity=100); }
#form-matnasim .fieldDiv input:-ms-input-placeholder { color:#333;opacity:1;filter:alpha(opacity=100); }
#form-matnasim .fieldDiv input:-moz-placeholder { color:#333;opacity:1;filter:alpha(opacity=100); }


#form-matnasim .fieldDiv select::-ms-expand {
    display: none;
}
#form-matnasim .btnDiv #search-courses{
    width:100%;
    color:#fff;
    background-color:#00b2b8;
    color:#fff;
    font-size:23px;
    text-align:center;
    height:37px;
    padding:0;
}
#form-matnasim .btnDiv #search-courses:hover{
    color:#00b2b8;
    background-color:#fff;
}



/* Filters */
.PILTERPRO{
	width:100%;
	background-color:#777;
	padding:10px 0;
	display:block;
	margin-bottom:10px;
}
.PILTERPRO form{
	width:1333px;
	margin:0 auto;
	display:block;
}
.PILTERPRO .wrap{
    display:inline-block;
    width:85%;
}
.PILTERPRO .wrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.PILTERPRO .wrap .filter{
	display:inline-block;
	margin-left:2%;
	width:calc(92%/5);
	float:right;
	background-color:#fff;
    /*background-image:url(greenArrow.png);*/
    background-position:8px 15px;
    background-repeat:no-repeat;
    display:inline-block;
    padding:9px 10px;
    height:37px;
}
.PILTERPRO .wrap .filter:last-child{margin-left:0;}
.PILTERPRO .wrap .filter .filterParams{
    display:block;
    width:100%;
}
.PILTERPRO .wrap .filter select{
    background-color:transparent;
    border:none !important;
    width:100%;
    color:#333;
    font-size:15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.PILTERPRO .wrap .filter input{
    background-color:transparent;
    border:0px solid #fff;
    color:#333;
    font-size:15px;
}
.PILTERPRO .wrap .filter input::-webkit-input-placeholder { color:#333;opacity:1;filter:alpha(opacity=100); }
.PILTERPRO .wrap .filter input::-moz-placeholder { color:#333;opacity:1;filter:alpha(opacity=100); }
.PILTERPRO .wrap .filter input:-ms-input-placeholder { color:#333;opacity:1;filter:alpha(opacity=100); }
.PILTERPRO .wrap .filter input:-moz-placeholder { color:#333;opacity:1;filter:alpha(opacity=100); }
.PILTERPRO .wrap .filter select::-ms-expand {
    display: none;
}




.PILTERPRO .submitButton{
	display:inline-block;
	width:13%;
	float:left;
	padding:0;
	height:37px;
	background-color:#00b2b8;
	color:#fff;
	font-size:23px;
}
.PILTERPRO .submitButton:hover{
	color:#00b2b8;
	background-color:#fff;
}
.filtersTable{
	background-color:#eee;
	width:100%;
}
.filtersTable td{
	min-width:10%;
	padding:5px 0;
}
.filtersTable .filterHeader{
	font-size:16px;
	color:#333;
	text-shadow:1px 1px 0px #fff;
}
.filterParam{
	color:#333;
	font-size:14px;
}
.filterParam .filter .num{
	font-weight:bold;
}
.filterParam a{
	color:#333;
	font-size:14px;
	text-decoration:none;
}
.filterParam a:hover{
	color:#00b2b8;
}
#HResponsive .PILTERPRO, #FResponsive .PILTERPRO{
	width:100%;
	background-color:#777;
	border-radius:10px;
	-moz-border-radius:10px;
	padding:10px 0;
	display:block;
	margin-bottom:10px ;
}
#HResponsive .PILTERPRO .wrap, #FResponsive .PILTERPRO .wrap{
	width:84%;
	margin-right:5px;
	margin:0;
	display:inline-block;
}
#HResponsive .PILTERPRO .wrap .filter, #FResponsive .PILTERPRO .wrap .filter{
	width:16%;
	margin:0 0;
	display:inline-block;
}
#HResponsive .PILTERPRO .submitButton, #FResponsive .PILTERPRO .submitButton{
	color:#333;
	text-shadow:1px 1px 0px #fff;
	margin:0 auto;
	display:inline-block;
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#cccccc',GradientType=0 );
	-moz-box-shadow: 0px 3px 5px #333;
	-webkit-box-shadow: 0px 3px 5px #333;
	box-shadow: 0px 3px 5px #333;
}
#HResponsive .PILTERPRO .submitButton:hover,
#FResponsive .PILTERPRO .submitButton:hover{
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f5f5f5',GradientType=0 );
}



/* Site Footer */

.Site_Footer_info{
	display:inline-block;
	color:#fff;
	font-size:16px;
	line-height:1.5em;
}
.Site_Footer_info .site-name{
	display:block;
	font-size:18px;
	margin-bottom:5px;
}
.Site_Footer_info .copyright-sign{
	padding:0 5px;	
}
.Site_Footer_info .title2{
	display:block;
}
.Site_Footer_info .business-info{
	display:block;
}
.Site_Footer_info .business-info .title{
	display:inline-block;
}
.Site_Footer_info .business-info .title:after{
    content:":";
    margin:0 4px;
}
.Site_Footer_info .business-info .value{
	display:inline-block;
}



/* Admin Footer */

.Admin_Footer{
	float:left;
	display:inline-block;
}
.Admin_Footer .divider{
    font-size:12px;
    color:#cbcbcb;
    display:inline-block;
    padding-top:5px;
}
.Admin_Footer a{
	font-size:12px;
	color:#cbcbcb;
	display:inline-block;
	vertical-align:top;
	padding-top:5px;
	text-decoration:none;
}
.Admin_Footer a.interLogo{
    padding-top:0;
}
.Admin_Footer a:hover{
	text-decoration:underline;
	color:#fff;
}
#interdealfooter{
	display:none;
}



/* Site_Footer_rights */

.Site_Footer_rights{
	display:inline-block;
    color:#cbcbcb;
    font-size:14px;
    vertical-align:top;
}
.Site_Footer_rights span{
    display:inline-block;
    padding:0 0 0 4px;
}
.Site_Footer_rights span .name{padding:0;}
.Site_Footer_rights span .name:after{
    content:"-";
    margin:0 3px;
} 



/* Seker */

.SEKER{
	border-radius:10px;
	-moz-border-radius:10px;
	background-color:#ddd;
	display:block;
	padding-bottom:10px;
}
.SEKER #seker{
	display:block;
	width:90%;
	margin:0 auto;
}
.SEKER #seker .sekerq{
	display:block;
	padding:5px 0 3px;
	margin-bottom:3px;
	border-bottom:1px dashed #fff;
	text-align:center;
	font-size:17px;
	color:#333;
}
.SEKER #seker label{
	font-size:14px;
	color:#333;
}
.SEKER .submitbutton{
	font-size:14px;
	font-weight:normal;
	color:#333;
	text-shadow:1px 1px 0px #fff;
	text-decoration:none;
	text-align:center;
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #cccccc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(100%,#cccccc));
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#cccccc 100%);
	background: -o-linear-gradient(top,  #f5f5f5 0%,#cccccc 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#cccccc 100%);
	background: linear-gradient(to bottom,  #f5f5f5 0%,#cccccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#cccccc',GradientType=0 );
	border:none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 3px 5px #333;
	-webkit-box-shadow: 0px 3px 5px #333;
	box-shadow: 0px 3px 5px #333;
	padding:7px 15px;
	margin:0 auto;
	cursor:pointer;
	min-width:120px;
	display:block;
}
.SEKER .submitbutton:hover{
	background: #cccccc;
	background: -moz-linear-gradient(top,  #cccccc 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top,  #cccccc 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top,  #cccccc 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #cccccc 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom,  #cccccc 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#f5f5f5',GradientType=0 );
}



/* Seker Result */

.sekerAns{
	background-color:#eee;
	width:24%;
	margin:0 0.5%;
	margin:0 5px\9;
	display:inline-block;
	text-align:center;
	float:right;
	vertical-align:top;
}
#sekerAns1{
	background-color:#f5f5f5;
}
#sekerAns2{
	background-color:#eee;
}
#sekerAns3{
	background-color:#ddd;
}
#sekerAns4{
	background-color:#ccc;
}
.sekerBG{
	display:block;
	width:100% !important;
	text-align:center;
}



/* Back to Top */

#back-top {
	position: fixed;
	bottom:30px;
	left:30px;
	z-index:99;
}
#back-top a {
	width: 90px;
	display: block;
	text-align: center;
	font: 11px/100% Rubik, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
#back-top span {
	width: 90px;
	height: 90px;
	display: block;
	margin-bottom: 7px;
	background: #00b2b8 url(up-arrow.png) no-repeat center center;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
#back-top a:hover span {
	background-color: #000;
}


/* Links */

a.productLinks{
	font-size:13px;
	color:#333;
	font-weight:bold;
	text-decoration:none;	
}
a.productLinks:hover{
	color:#00b2b8;
}
a.productInfo,
a.toSite2,
a.toSite,
a.pdf,
a.productBasketShop,
a.productGetPrice,
a.productWishlist,
.lastARC a.productlinkS{
    color:#fff;
	font-size:16px;
	text-decoration:none;
	display:inline-block;
	background-color:#00b2b8;
	padding:5px 7px;
    line-height:1em;
    border-radius:2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.lastARC a.productlinkS b{
    font-weight:normal;
}
a.productInfo:hover,
a.toSite2:hover,
a.toSite:hover,
a.pdf:hover,
a.productBasketShop:hover,
a.productGetPrice:hover,
a.productWishlist:hover,
.lastARC a.productlinkS:hover{
	background-color:#fcb827;
	color:#171717;
}

a.productInfo:before,
a.pdf:before,
a.toSite2:before,
a.toSite:before,
a.productBasketShop:before,
a.productGetPrice:before,
a.productWishlist:before,
.lastARC a.productlinkS:before{
    display:inline-block;
    margin-left:3px;
    font-family:"Font Awesome 5 Pro";
    content:"\f129";
}

a.pdf:before{content:"\f1c1";}
a.toSite2:before,
a.toSite:before{content:"\f08e";}
a.productBasketShop:before{content:"\f07a";}
a.productGetPrice:before{content:"\f044";}
a.productWishlist:before{content:"\f004";}


.productBasketShopIn{
	color:#00b2b8;
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	display:inline-block;
	background-image:url(icon_basket_black.png);
	background-position:right;
	background-repeat:no-repeat;
	padding:3px 0 2px;
	padding-right:23px;
}


/* Icons */

/*.pdf{
	padding:3px 0 2px;
	padding-right:23px;
	display:inline-block;
	background-image:url(icon_document_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.toSite{
	padding:3px 0 2px;
	padding-right:23px;
	display:inline-block;
	background-image:url(icon_hyperlink_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.arrow{
	padding:3px 0 2px;
	padding-right:23px;
	display:inline-block;
	background-image:url(icon_arrow_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.phone_icon{
	padding:3px 0 2px;
	padding-right:23px;
	display:inline-block;
	background-image:url(icon_phone_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.cell_icon{
	padding:3px 0 2px;
	padding-right:23px;
	display:inline-block;
	background-image:url(icon_cell_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.fax_icon{
	padding:3px 0 2px;
	padding-right:23px;
	display:inline-block;
	background-image:url(icon_fax_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.mail_icon{
	padding:3px 0 2px;
	padding-right:23px;
	display:inline-block;
	background-image:url(icon_mail_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.home_icon{
	padding:3px 0 2px;
	padding-right:23px;
	display:inline-block;
	background-image:url(icon_home_black.png);
	background-position:right;
	background-repeat:no-repeat;
}
.star{
	padding:3px 0 2px;
	padding-right:23px;
	display:inline-block;
	background-image:url(icon_star_black.png);
	background-position:right;
	background-repeat:no-repeat;
}*/



/* ###arc  slider ### */

a {
	text-decoration: none;
	outline: none;
}
a img{
	border: none;
}
.slider h2{
	font-family: Georgia, Serif;
	font-size: 36px;
	text-align: center; 
	font-weight: normal;
}
#page-wrap{
	background: white; 
	width: 960px; 
	margin: 0 auto; 
	padding:50px 0; 
}
.carousel li:before{
    content:"";
}
.slider{
	background:#eeeeee;
	width:100%;
	display:block;
}
#slider{
	height: 310px; 
	overflow: hidden;
	position: relative; 
	margin: 10px auto; 
	width:960px; 
	direction:ltr; 
}
								  
/* DEFAULT is for three panels in width, adjust as needed
This only matters if JS is OFF, otherwise JS sets this. */								  
#mover{ 
	width: 2880px; 
	position: relative; 
}
#mover .slide{ 
	padding: 40px 30px; 
	width: 900px; 
	float:left; 
	position: relative; 
}
#mover .slide h1{ 
	font-family: Helvetica, Sans-Serif; 
	font-size: 22px; 
	letter-spacing: -1px;
	color: #666;
	position: absolute; 
	top: 15px; 
	right: 520px; 
}
#mover .slide h3{
	color: #000000; 
	font-size: 14px; 
	line-height: 22px; 
	width: 420px; 
	top: 50px; 
	right: 520px; 
	position: absolute; 
} 
.readmore2{
	position: absolute; 
	top: 270px; 
	right: 520px; 
	color:#00b2b8;
	font-size:14px;
}
.readmore2:hover{
	color:#000;
}
#mover .slide img{ 
	position: absolute; 
	right: 80px; 
	width:400px;
}
#mover .#slide-1 img{ 
	top: 10px; 
}
#slider-stopper{ 
	position: absolute; 
	top: 20px; 
	right: 10px; 
	background: #9b9797;
	background: -moz-linear-gradient(top,  #9b9797 0%, #686363 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9b9797), color-stop(100%,#686363));
	background: -webkit-linear-gradient(top,  #9b9797 0%,#686363 100%);
	background: -o-linear-gradient(top,  #9b9797 0%,#686363 100%);
	background: -ms-linear-gradient(top,  #9b9797 0%,#686363 100%);
	background: linear-gradient(to bottom,  #9b9797 0%,#686363 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b9797', endColorstr='#686363',GradientType=0 );
	-moz-box-shadow: 1px 1px 10px #ddd;
	-webkit-box-shadow: 1px 1px 10px #ddd;
	box-shadow: 1px 1px 10px #ddd;
	text-shadow:1px 1px 0px #333;
	border:none;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: white;
	padding: 3px 8px; 
	font-size: 12px; 
	text-transform: uppercase;
	z-index: 1000; 
}
#slider-stopper:hover{
	background: #f79252;
	background: -moz-linear-gradient(top,  #f79252 0%, #00b2b8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f79252), color-stop(100%,#00b2b8));
	background: -webkit-linear-gradient(top,  #f79252 0%,#00b2b8 100%);
	background: -o-linear-gradient(top,  #f79252 0%,#00b2b8 100%);
	background: -ms-linear-gradient(top,  #f79252 0%,#00b2b8 100%);
	background: linear-gradient(to bottom,  #f79252 0%,#00b2b8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f79252', endColorstr='#00b2b8',GradientType=0 );
}


/* arc scrollerota  */

* {
	outline: none;
}

#scrollerota {
	width: 100%;
	height: 333px;
	overflow: hidden;
	position: relative;
	display:block;
	margin:0 auto;
}
#scrollerota ul.text {
	list-style: none;
	width: 250px;
	background: #000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}		
#scrollerota ul.text li {
	overflow: hidden;
}
#scrollerota a.readmore {
	background: #666;
	border: 1px solid #777;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	clear: both;
	display: block;
	width: 80px;
	margin-top: 16px;
	text-decoration: none;
	font-size: 12px;
	line-height: 17px;
}		
#scrollerota a:hover.readmore {
	background: #888;
	border: 1px solid #999;
	text-decoration: none;
}	
#scrollerota ul.images {
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}
#scrollerota ul.images li {
	float: left;
	background-image:none;
	padding:0;
}
#scrollerota ul li img{
	width:100%;
}						
#scrollerota .controls {
	position: absolute;
	bottom: 10px;
	right: 10px;
}
#scrollerota .controls a {
	width: 22px;
	height: 22px;
	display: block;
	float: left;
	background-image: url(controls.png)!important;
	background-repeat:no-repeat;
}
#scrollerota .controls .prev {
	background-position: 0 -22px!important;
}
	
#scrollerota .controls .next {
	background-position: -23px -22px!important;
}
			
#scrollerota .controls .play {
	background-position: -23px 0!important;
	display: none;
}



/* Scroll right left*/

#makeMeScrollable{
    height:210px !important;
}
div.scrollWrapper{
    width:1278px !important;
}
.scrollingHotSpotLeft{
    display:block !important;
}
#makeMeScrollable div.scrollableArea *{
		float: right;
}


/* zozoAccordion */

#zozoAccordion{
    width:100% !important;
    direction:ltr !important;
}
.zozoAccordionHtml{
    display:block;
    width:100%;
}
.z-accordion.vertical &gt; section &gt; h3, .z-accordion.horizontal &gt; section &gt; h3 &gt; .z-title{
     background:none !important;
    background:#ccc !important;
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6) !important;   
    }
.z-accordion.vertical &gt; section &gt; h3{
    padding:0 30px !important;
}



    
/* ResponsiveMix*/

/* CSS Document */
/* ----------------- thumbnails label  -------------------- */
.largeLabel{
	font-family:Rubik, Helvetica, sans-serif !important;
	margin: 0px !important;
	padding: 0px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
	font-size:16px !important;
	font-weight:400 !important;
	line-height:20px !important;
	color:#FFFFFF !important;
	text-align:center !important;
}
.smallLabel{
	font-family:Rubik, Helvetica, sans-serif !important;
	margin: 6px !important;
	margin-bottom:0px !important;
	padding: 0px !important;
	margin-right: 10px !important;
	margin-left: 10px !important;
	font-size:13px !important;
	line-height:16px !important;
	color:#AAAAAA !important;
	text-align:center !important;
}

/* -------- lighbox description window  ---------- */
.mediaDescriptionHeader{
	font-family:Rubik, Helvetica, sans-serif !important;
	margin: 6px !important;
	margin-right: 10px !important;
	font-size:22px !important;
	line-height:22px !important;
	color:#000000;
}

.mediaDescriptionText{
	font-family:Rubik, Helvetica, sans-serif !important;
	margin: 6px !important;
	margin-right: 10px !important;
	font-size:13px !important;
	line-height:18px !important;
	color:#FFFFFF;
}
#myDiv{
	background-color:#000;
}



.showFilters{
    background-color: #AAAAAA;
    color: #FFFFFF;
    float: left;
    margin-top: -30px;
    padding: 3px; 
    display:none;
}
div.filtersTable{
    width:100%;
    display:none;    
}
div.filtersTable div.td{
    width:100%;
    display:block;       
}

.object-mark{
    background:#eee;
    padding:12px;
    font-size:18px;
    margin-bottom:24px;
}
.object-mark .location{
    background:#A9544E;
   color:white;
   text-align:center;
   padding: 8px 0;
   margin-top:12px;
}
/* shoppernewmodern_taf */


.shoppernewmodern_taf span,
.shoppernewmodern_taf div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shoppernewmodern_taf .paymentDet{
    display:inline-block;
    width:72%;
}
.paymentDet .boxDiv{
    display:block;
    margin:0 auto;
    border:1px solid #ddd;
    margin-bottom:20px;
    line-height:1.2em;
    height:128px;
}
.paymentDet .boxDiv4{
    height:197px;
}
.paymentDet .boxDiv:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.paymentDet .boxDiv .iconDiv{
    display:inline-block;
    width:10%;
    background-color:#ddd;
    height:100%;
    float:right;
    text-align:center;
    font-size:33px;
    color:#333;
    padding:20px 0 0;
    height:100%;
    float:right;
}
.paymentDet .boxDiv .detailsDiv{
    display:inline-block;
    width:90%;
    padding:20px;
    vertical-align:top;
    float:right;
}

.paymentDet .boxDiv .detailsDiv h2{
    display:block;
    margin-bottom:15px;
    font-size:22px;
}
.paymentDet .boxDiv .detailsDiv .row{
    display:inline-block;
    width:46%;
}
.paymentDet .boxDiv .detailsDiv .row2,
.paymentDet .boxDiv .detailsDiv .row4{
    float:left;
}
.paymentDet .boxDiv .detailsDiv .row3,
.paymentDet .boxDiv .detailsDiv .row4{
    margin-top:15px;
}
.paymentDet .boxDiv .detailsDiv .labelSpan{
    display:block;
    font-size:16px;
    margin-bottom:6px;
}
.paymentDet .boxDiv .detailsDiv .inputSpan{
    display:block;
}
.paymentDet .boxDiv .detailsDiv .inputSpan .filedText{
    display:block;
    margin:0;
    padding:5px 0;
    font-size:16px;
    border:1px solid #ddd;
}
.paymentDet .boxDiv input{
    height:35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.paymentDet .boxDiv6 .detailsDiv .inputSpan .filedText{width:70%;display:inline-block;}
.paymentDet .boxDiv6 .detailsDiv .inputSpan .submitButton{
    display:inline-block;
    width:26%;
    min-width:26%;
    float:left;
    padding:0 0;
    background:none;
    border-radius:0;
    background-color:#333;
    color:#fff;
    font-size:17px;
    text-shadow:none;
    box-shadow:none;
}
.paymentDet .boxDiv5,
.paymentDet .boxDiv6{height:107px;}
.paymentDet .boxDiv5 .detailsDiv .labelSpan,
.paymentDet .boxDiv6 .detailsDiv .labelSpan{display:none;}

.paymentDet .submitDiv{
    display:block;
    width:100%;
    text-align:left;
}
.paymentDet .submitDiv .submitButton{
    display:inline-block;
    width:auto;
    min-width:10px;
    padding:10px 10px;
    background:none;
    border-radius:0;
    background-color:#333;
    color:#fff;
    font-size:22px;
    text-shadow:none;
    box-shadow:none;
}
.cartSteps{
    display:block;
    width:100%;
    text-align:center;
    margin-bottom:20px;
}
.cartSteps div{
    display:inline-block;
    vertical-align:top;
}
.cartSteps div.step{
    width:65px;
    height:65px;
    color:#333;
    text-align:center;
    font-size:38px;
    font-weight:bold;
    border-radius:50%;
    border:4px solid #525252;
    padding-top:19px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
    text-shadow:1px 1px 1px #fff;
}
.cartSteps div.step.selected{
    background: #a2d252; /* Old browsers */
    background: -moz-linear-gradient(top,  #a2d252 0%, #80a638 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #a2d252 0%,#80a638 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #a2d252 0%,#80a638 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2d252', endColorstr='#80a638',GradientType=0 ); /* IE6-9 */
    color:#fff;
    text-shadow:1px 1px 1px rgba(0,0,0,0.4);
}
.cartSteps div.stepLine{
    width:30%;
    height:14px;
    background-color:#525252;
    margin:28px -3px 0;
    border-top:4px solid #525252;
    border-bottom:4px solid #525252;
}
.newCartWrap{
    width:100%;
    display:block;
}
.newCartWrap:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.cartLeftSide{
    display:inline-block;
    float:left;
    width:25%;
}
.cartLeftSide #shopperLookup{
    width:100%;
    display:block;
    padding:10px;
    background-color:#eee;
    margin-bottom:20px;
}
.cartLeftSide #shopperLookup .titleDiv{
    display:block;
    font-size:22px;
    margin-bottom:5px;
}
.cartLeftSide #shopperLookup .welcomeBack{
    display:block;
    font-size:16px;
    margin-bottom:15px;
}
.cartLeftSide #shopperLookup .filedText {
    border: 1px solid #ddd;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 5px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height:35px;
}
.cartLeftSide #shopperLookup .row{
    margin-bottom:5px;
    display:block;
}
.cartLeftSide #shopperLookup .row.rowSubmit{
    margin:0;
}
.cartLeftSide #shopperLookup .submitButton {
    background: #333 none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    min-width: 10px;
    padding: 10px 0;
    text-shadow: none;
    width: 100%;
    text-align:center;
}

/* owl */
.Wrap_home_projects {
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: right;
    width: 886px;
    z-index: 0;
}
.home_projects {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.home_projects #makeMeScrollable {
    direction: ltr;
    display: block;
    height: auto !important;
    width: 100%;
}
#makeMeScrollable {
    height: 210px !important;
}
.owl-carousel {
    position: relative;
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    backface-visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
    float: left;
}
#makeMeScrollable .owl-nav div {
    cursor: pointer;
    display: block !important;
}
.owl-controls {
    display: block;
    position: relative;
    width: 100%;
}
#makeMeScrollable .owl-prev {
    background-image: url("ProjectErrowleft.png");
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 22px;
    position: absolute;
    top: 80px;
    width: 12px;
}
#makeMeScrollable .owl-next {
    background-image: url("ProjectErrowRight.png");
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 22px;
    position: absolute;
    right: 0;
    top: 80px;
    width: 12px;
}
#makeMeScrollable .owl-prev, #makeMeScrollable .owl-next {
    opacity: 0.3;
    transition: all 0.15s ease-out 0s;
}
#makeMeScrollable .owl-prev:hover, #makeMeScrollable .owl-next:hover {
    opacity: 0.6;
}
.owl-stage-outer .item {
    display: inline-block;
}
.owl-stage-outer .owl-item {
    text-align: center;
}

.qCommerceFormTable-wrapper .fieldRow.mytext_3{display:block !important;}





/* Forum design */

.forum_taf .sideBanner{display:none;}
.forum_taf span.h4{
    display:block;
    color:#666;
    font-size:16px;
    font-weight:normal;
    line-height:1.2em;
}
.forum_taf .navLinks{
    display:block;
    padding-bottom:10px;
}
.navLinks a{
    background-position: right center;
    background-repeat: no-repeat;
    color: #4d4d4d;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 20px 3px 10px;
}
.navLinks a:hover{
    color:#ED1C24;
}
.navLinks .backToMain {
    /*background-image: url(forum_home.png);*/
}

.navLinks .addSubject {
    /*background-image: url(forum_new.png);*/
    padding: 3px 20px 3px 10px;
}
.forum_taf .subjectWrap {
    background-color:#eee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    display: block;
    margin:20px auto;
}
.forum_taf .mypets {
    border-bottom: 1px dashed #ccc;
    color: #333;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    width: 96%;
    padding:5px 0;
}
.forum_taf .openpet {
    color: #ED1C24;
}
.forum_taf .thepet {
    display: block;
    font-size: 14px;
    margin: 0 auto;
    width: 96%;
}
.forum_taf .subjectWrap .navLinks {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 96%;
}
.forum_taf .subjectWrap .navLinks .addComment {
    /*background-image: url(forum_add.png);*/
    background-position: right center;
    background-repeat: no-repeat;
    color: #4d4d4d;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    padding: 3px 0;
	padding-right:20px;
}
.forum_taf .subjectWrap .navLinks .addComment:hover{
    color:#ED1C24;
}
.forum_taf #mytextlast{width:100px;}



/* Landing */

#black-caver{  
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:999;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.8); 
}
#black-caver div { 
    position:fixed; 
    top:0;
    left:0;
    right:0;
    border-radius:12px;    
    -moz-border-radius:12px;
    -moz-box-shadow: 0px 0px 22px #000;
    -webkit-box-shadow: 0px 0px 22px #000;
	box-shadow: 0px 0px 22px #000;
	border:3px solid #E20A16;
    background-color:#f3f3f3;
    text-align:center;
}
#black-caver div p {  
    margin: 10px 10px;
    margin-top:24px;
    font-size:18px;
    display:inline-block;
    color:#E20A16;
    font-family: spacerbold;
}
#black-caver div span { 
    font-size:18px;
    display:inline-block;
    border-radius:12px;    
	-moz-border-radius:12px;
    background:#E20A16;   
    color:#fff;
    padding:8px 22px;
    margin-top:44px;
    cursor:pointer;
}
#black-caver div span:hover{
	background-color:#000;
}

/*  ROYAL GALLERY REDESIGN  */

.maintable .rsDefault .rsBullets {
    background:rgba(0, 0, 0, 0);
    bottom: 20px;
    left: auto;
    right:auto;
    width:100%;
    overflow: hidden;
    position: absolute;
    text-align: center;
    overflow:visible;
}
.maintable .rsDefault .rsBullet {
    display: inline-block;
    height: 10px;
    padding: 0px 0px;
    width: 10px;
    margin:5px 5px 0;
}
.maintable .rsDefault .rsBullet span {
    background-color:rgba(255,255,255,0.6);
    border-radius: 50%;
    display: block;
    height: 10px;
    width: 10px;
	cursor:pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.maintable .rsDefault .rsBullet span:hover,
.maintable .rsDefault .rsBullet.rsNavSelected span {
     background-color:rgba(255,255,255,0.9);
     -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.maintable .rsDefault .rsArrow{width:74px;}
.maintable .rsDefault.rsHor .rsArrowRight{right:2%;}
.maintable .rsDefault.rsHor .rsArrowLeft{left:2%;}
.maintable .rsDefault .rsArrowIcn {
    background-position:center!important;
    background-repeat:no-repeat;
    background-color:transparent;
    border-radius: 0;
    cursor: pointer;
    height: 75px;
    left:0;
    margin-left:0;
    margin-top:0;
    position: absolute;
    top: 50%;
    width: 74px;
}
.maintable .rsDefault .rsArrowIcn:hover {
    background-color:transparent;
}
.maintable .rsDefault .rsArrowLeft .rsArrowIcn {
    /*background-image:url(homeGalleryArrowL.png );*/
    background-position:center!important;
    margin-left: 0px!important;
}
.maintable .rsDefault .rsArrowRight .rsArrowIcn {
    /*background-image:url(homeGalleryArrowR.png);*/
    background-position:center!important;
    margin-left: 0px!important;
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background:transparent!important;
}
.maintable #gallery-1, .maintable .rsMinW, .maintable .rsMinW .rsOverflow, .maintable .rsMinW .rsMinW .rsVideoFrameHolder, .maintable .rsMinW .rsThumbs {
    background: none repeat scroll 0 0 #fff !important;
}
.maintable #gallery-1 .rsDefault .rsThumb img{
    opacity:0.6;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.maintable #gallery-1 .rsDefault .rsThumb.rsNavSelected img{
    opacity:0.6;
}
.maintable #gallery-1 .infoBlock{
    background:rgba(0,0,0,0.7);
    padding:10px;
    bottom:0;
    right:0;
    border-radius:0;
}
.maintable #gallery-1 .infoBlock h4{
    color:#fff;
    direction:rtl;
    font-size:20px;
}



.maintable .homeGallery .rsDefault .rsBullets {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 25%;
top: 0;
height: 943px;
width: 154px;
}


/* Arcs inside pics */
#loadarea{
    display:block;
    width:400px !important;
}
#loadarea img{
    display:block;
    margin:0 auto 10px;
    width:auto;
    max-width:100%;
}
#loadarea2{display:none;}
.thumbsHolderTable{
    width:400px;
    direction:ltr;
}
.thumbsHolderTable td{width:20%;}
.thumbsHolderTable td a{display:block;padding:1px;}
.thumbsHolderTable td img{width:100%;}


/* Inside arc rd */

#ArcTResponsive{
    width:100%;
    display:block;
    margin:0 auto 10px;
}
#ArcRResponsive{
    width:50%;
    display:inline-block;
    vertical-align:top;
}
#ArcLResponsive{
    width:46%;
    margin-right:3%;
    display:inline-block;
    vertical-align:top;
}
#ArcBResponsive{
    display:block;
    margin:0 auto;
    padding-top:20px;
}
.ArcImage{
    width:100%;
}
#ArcLResponsive .thumbsHolderTable,
#ArcLResponsive #loadarea{
    width:100% !important;
}
.ArcBackButton{
    width:100%;
    display:block;
    padding-top:10px;
    text-align:left;
}


/* Stemps */
.stempContainer{
    display:block;
    position:relative;
}
.stempContainer .imgStampText {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    height: 49px;  
    width: 64px;
}


/* Site Map */
.new_sitemap .menudiv li {
	background:none;
    display: block;
    padding: 5px 0 0;
}
.new_sitemap .menudiv li li{
    display: block;
	padding-right:12px;
}
.new_sitemap .menudiv li:before{
    content:"";
    margin:0;
}
.new_sitemap .menudiv li li:before{
    content:"\f0d9";
    margin-left:5px;
}
.new_sitemap .menudiv a.menuButton, .new_sitemap .menudiv a.menuButtonSelected {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #222;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
.new_sitemap .menudiv li li a.menuButton, 
.new_sitemap .menudiv li li a.menuButtonSelected{font-size:16px;}
.new_sitemap .menudiv a.menuButton:hover {
    color: #00b2b8;
}
.new_sitemap .ulpad {
    display: inline-block;
    padding: 0;
}
.new_sitemap .menudiv ul li div {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    height: auto;
    opacity: 100;
    overflow: visible;
    position: relative;
    white-space: nowrap;
}

.tran{
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	-ms-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

span, div, a{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.qCommerceForm table{width:100%;}
.qCommerceFormTable-wrapper td.h3{width:25%;}
.qCommerceFormTable-wrapper td.h3 img{width:100%;}
.qCommerceForm table.qCommerceFormTable{width:90%;}
.qCommerceFormTable .filedText{margin:3px 0;}
.qCommerceFormTable #mytextlast{width:40%;}
.qCommerceFormTable img{vertical-align:top;display:inline-block;margin-top:7px;}
.fieldRow.security2 .fieldInput div{
    text-align:right !important;
    padding-left:5px !important;
}


/* Events */

.arcsHolder.Events .tdToDiv .picarcTD img {
    height: 170px;
}
.arcsHolder.Events:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.display5 .Events .tdToDiv {
    display: inline-block;
    float: right;
    margin: 0 0 15px 2.7%;
    width: calc(89% / 5);
}
.display5 .Events .tdToDiv:nth-child(5n) {
    margin-left: 0;
}
.display4 .Events .tdToDiv {
    display: inline-block;
    float: right;
    margin: 0 0 15px 2.7%;
    width: calc(91.5% / 4);
}
.display4 .Events .tdToDiv:nth-child(4n) {
    margin-left: 0;
}
.arcsHolder.Events .productMainDiv {
    border:1px solid #ddd;
    margin-bottom: 0;
    padding: 10px;
    width: 100%;
}
.arcsHolder.Events .productTitleBG {
    display: block;
    padding: 0 0 4px;
}
.arcsHolder.Events .productMainTable a.productName {
    color: #00b2b8;
    display: block;
    font-size: 16px;
    font-weight: bold;
    height: 34px;
    line-height: 1em;
    overflow: hidden;
    padding: 0;
    text-align: right;
    text-decoration: none;
}
.arcsHolder.Events .productMainTable a.productName:hover {
    color: #333;
}
.arcsHolder.Events .picarcTD {
    margin-bottom: 5px;
    padding: 0;
    width: 100%;
}
.arcsHolder.Events .infoTd {
    margin: 0;
    width: 100%;
}
.arcsHolder.Events .short-desc {
    height: 45px;
    margin-bottom: 10px;
    display:block;
    text-align:center;
}
.arcsHolder.Events .short-desc .ProductSaleDateDiv, .arcsHolder.Events .short-desc .ProductSaleTime {
    color: #333;
    font-size: 18px;
}
.arcsHolder.Events .short-desc .ProductSaleDateDiv .title, .arcsHolder.Events .short-desc .ProductSaleTime .title {
    display: none;
}
.arcsHolder.Events .ProductPriceChild {
    color: #333;
    display: block;
    font-size: 16px;
    padding-top: 2px;
    text-align:center;
}
.arcsHolder.Events .ProductPriceChild .value{
    color: #00b2b8;
    font-size: 16px;
    font-weight:700;
}
.arcsHolder.Events .productInfo {
    background-color: #00b2b8;
    color: #fff;
    display: block;
    font-size: 17px;
    margin: 0;
    padding: 6px 0 4px;
    text-align: center;
    width: 100%;
}
.arcsHolder.Events .productInfo:hover {
    background-color: #444;
    color: #fff;
}
.arcsHolder.Events .productInfo:before {
    content: "";
    margin: 0;
}


/* hug Search Start*/
.hugSearchIngurup .hugFieldDiv{padding:2px;background:#007AA2;margin: 6px 0;}
.hugSearchIngurup .hugFieldDiv ul li:first-child{background:none;color:white;}
.hugSearchIngurup .hugFieldDiv ul li:nth-child(2){padding-top:6px;}
.hugSearchIngurup .hugFieldDiv ul li:first-child{padding:4px ;}
.hugSearchIngurup .hugFieldDiv ul li:last-child{padding-bottom:8px;}
.hugSearchIngurup .hugFieldDiv ul li{color:#007AA2;background:white;margin:0;}
.hugSearchIngurup .hugFieldDiv ul li a,.hugSearchIngurup .hugFieldDiv ul li a:hover{border-bottom: 1px dashed ;text-decoration:none;}
 .popover-example .popover { position: relative;display: block;margin: 20px 0 20px 0 ;border:none;padding:0;box-shadow:none;}
 .popover.top &gt; .arrow{border:none;background:none;}
 .popover-title{text-align:center;border-bottom: 1px solid #007AA2;background-color: #007AA2;color:white;}
 #MRResponsive .popover.top{ margin-top:0!important;}
 .popover.top &gt; .arrow:after { border-bottom-width: 0;border-top-color: #007AA2;bottom: 1px; content: " ";margin-left: -0px;}
 .popover.top &gt; .arrow {margin-left: 0px;left: 55%;}
/* hug Search End*/


/* è¦¢ê­&nbsp;*/

/*** start CSS - xlsx - matnsim ***/
#ajaxIn  .child-div&gt;span{display:block;color:white;background:#007AA2;padding-right:6px;}
#ajaxIn  .child-div&gt;span::after{content:":";}
#ajaxIn,#ajaxInOld{background:#f3f3f3;position:relative;}
#ajaxIn h2{font-size: 22px;line-height: 32px;margin: 0;padding: 0;margin-top:12px;}
#ajaxIn p{ padding:8px; margin-bottom:0;}
#ajaxIn div {display: inline-block;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
#tb-top,.full-width{width:100%;}
.col-50,.col-30,.col-31,.col-6{background:#fff;min-height:100px;display:inline-block;vertical-align: top;}
.col-50{width:48%;height:210px;}
.col-30{width:25%;height:210px;}
.col-31{width:24%;height:100px;}
.col-6{width:15%;}
.child-div{width:100%;}
.action-link .child-div,.action-link p { text-align: center;}
.action-link p .label.label-primary {font-size:16px;margin: 4px 0;display:inline-block;font-weight:normal;line-height:22px;padding:4px 12px;}
#tb-serial,#tb-serialOld{color: #999;left: 10px;position: absolute;top: 27px;} 
body #the-table {width:100%!important;}
/*#the-table_filter,#the-table_length{display:none!important;}*/
.btn-primary {background:#8BC53E;color:white!important;cursor:pointer; border-color: #8BC53E;}
thead td{background-color: #337ab7;cursor:pointer;color: #fff;}
td.tb-1,td.tb-5,td.tb-8,td.tb-9,td.tb-11,td.tb-3,TH.tb-3,td.tb-15,td.tb-16,td.tb-17,
td.tb-18,td.tb-19,td.tb-20,td.tb-21,td.tb-22,td.tb-23,
td.tb-24,td.tb-25,td.tb-26,td.tb-27,td.tb-28,td.tb-29,td.tb-30,
TH.tb-1,TH.tb-5,TH.tb-8,TH.tb-9,TH.tb-11,
TH.tb-15,TH.tb-16,TH.tb-17,
TH.tb-18,TH.tb-19,TH.tb-20,TH.tb-21,TH.tb-22,TH.tb-23,
TH.tb-24,TH.tb-25,TH.tb-26,TH.tb-27,TH.tb-28,TH.tb-29,TH.tb-30{display:none;}
thead TH{text-align:center;background-color:#337ab7!important;color:#fff!important;}
table.dataTable tbody th, table.dataTable tbody td {padding: 5px 10px 0!important;}
.tb-closeRow{text-align:center;}
.tb-btn{width:40px;height:30px;background:#007AA2;display:inline-block;border-radius:6px;text-align:center;line-height:30px;font-weight:normal;cursor:pointer;}
.tb-btn::after{content:" + ";color:white;font-size:20px;}
.open-row .tb-btn::after{content:" - ";color:white;font-size:36px;line-height:26px;}
.ajaxload2 { width: 100%;}
.tdWidth .col-sm-12,.tdWidth div.row{-moz-box-sizing: border-box!important;-webkit-box-sizing: border-box!important;box-sizing: border-box!important;}
tr.odd,tr.even,  #ajaxOut, #ajaxOutOld{font-size:16px!important;}
h5{background:#007AA2;color:white;margin:0;padding: 10px 4px 10px 0;}
.child-div {background: none repeat scroll 0 0 white !important;}

.tb-1, .tb-8, .tb-14, .tb-15, .tb-16, 
.tb-17, .tb-18, .tb-19, .tb-20, .tb-21, .tb-22, .tb-23, .tb-24, .tb-25, 
.tb-26, .tb-27, .tb-28, .tb-29, .tb-30, .tb-13 {
    display: none !important;
}
.dataTables_wrapper .row:first-child{display:none;}  
.dataTables_wrapper .tb-14,
.dataTables_wrapper .tb-1,
.dataTables_wrapper .tb-13,
.dataTables_wrapper .tb-9,
.dataTables_wrapper .tb-11,
.dataTables_wrapper .tb-8{display:none;}
.dataTables_wrapper div.tb-11{display:inline-block;}

.dataTables_wrapper th{
    background-color:#00b2b8 !important;
    color:#fff;
    border-color:#fff;
    text-align:right;
    font-size:17px;
}
.dataTables_wrapper th b{font-weight:normal;}
.dataTables_wrapper a{
    cursor:text;
    color:#333;
}
.dataTables_wrapper a:hover{
    text-decoration:none;
    color:#333;
}
table.dataTable thead th{border-color:#fff !important;}
.table-bordered{border:none !important;}

table.dataTable tbody th, table.dataTable tbody td{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-sm-12 {
    padding:0 !important;
}
#the-table_wrapper{
    display:block;
    width:100%;
}
#the-table_wrapper .row{
    margin:0 !important;
}
.dataTables_wrapper .dataTables_paginate a{
    cursor:pointer;
}
.tb-btn {
    background: #00b2b8 none repeat scroll 0 0;
    border-radius: 6px;
    -moz-border-radius: 6px;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    text-align: center;
    width: 35px;
    cursor:pointer !important;
}
.tb-10{
    text-align:center !important;
}
.tb-btn:after {
    color: #fff;
    content: " + ";
    font-size: 20px;
}
.open-row .tb-btn::after {
    color: #fff;
    content: " - ";
    font-size: 36px;
    line-height: 22px;
}
.ajaxload2 h2{
    display:none;
}
#ajaxContainer h2{
    display:inline-block !important;
    font-size:20px !important;
    color:#00b2b8;
}
#ajaxContainer h2 a{
    font-size:20px;
    color:#00b2b8;
}
td#ajaxIn{background-color:#f2f2f2;}
#tb-serial{
    display:inline-block;
    float:left;
    color:#888;
}
td#ajaxIn .parent-div{
    width:25%;
    margin:0 0 10px 1%;
    display:inline-block;
    background-color:#fff;
    vertical-align:top;
    padding:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height:193px;
}
.action-link .span-wrap {
    display: block;
    margin-bottom: 5px;
    text-align: center;
}
td#ajaxIn #tb-center h2 {display: block !important;}
td#ajaxIn .parent-div div{width:100%;}
td#ajaxIn .col-50{width:45%;}
td#ajaxIn .parent-div:last-child{margin-left:0;}
td#ajaxIn .parent-div h5{
    background-color:#00b2b8;
    color:#fff;
    font-size:18px;
    margin:0 0 5px;
    padding:5px;
}

.action-link .child-div,
.action-link .child-div p{text-align:center;}
.action-link .child-div p{margin:0;padding:10px 0 0;}
.action-link .child-div .label {
    border-radius: 0.25em;
    display: inline;
    font-weight: normal;
    line-height: 1;
    padding:0;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    background:none;
    color:#00b2b8;
    font-size:22px;
}
.action-link .btn-danger {
    background-color: #00b2b8;
    border-color: #00b2b8;
    color: #fff !important;
    font-size:17px;
    cursor:pointer;
    margin-left:8px;
}
.action-link .btn-danger:hover{
    background-color:#444;
    color:#fff!important;
    border-color: #444;
}
.dbmatenasim_taf .tdWidth h1{
    color: #00b2b8;
    font-size: 28px;
    line-height: inherit;
    margin:0 0 10px;
}
.dbmatenasim_taf .tdWidth h4{
    font-size:18px;
}
.dbmatenasim_taf .tdWidth a{
    color:#333;
}
.dbmatenasim_taf .tdWidth a:hover{
    color:#23408f;
}
.dbmatenasim_taf .tdWidth #the-table_wrapper{
    padding:10px 0 0;
}




/* Event In Design */
.events #ProRResponsive{width:54%;}
.events #ProLResponsive{width:42%;margin:0 3% 0 0;}
.events #bigPicHolder{width:100%;display:block;margin:0 auto 10px;}
.events #bigPicHolder img{width:100%;display:block;}
.events #pageExport div{margin:0;}
.events #ProRResponsive .productBlock{display:block;}
.events #ProRResponsive .productBlock .title{font-weight:bold;}
.events #ProRResponsive .productBlock .title:after{
    content:":";
    margin:0 2px;
    display:inline-block;
}
.events #ProRResponsive .productBlock.ProductName .title{display:none;}
.events #ProRResponsive .productBlock.ProductName .value{
    color: #00b2b8;
    font-size: 27px;
}
.events #ProRResponsive .productBlock.ProductSKU{
    display:block;
    color:#333;
    margin:0 0 20px;
} 
.events #ProRResponsive .productBlock.ProductSKU .title{
    font-weight:normal;
}
.events #ProRResponsive .ProductPriceAdult,
.events #ProRResponsive .ProductPriceChild{
    display:block;
    padding:5px 0 0;
    font-size:19px;
}
.events #ProRResponsive .ProductPriceChild{
    padding:5px 0;
}
.events #ProRResponsive .ProductPriceAdult .title,
.events #ProRResponsive .ProductPriceChild .title{
    font-weight:normal;
}
.events #ProRResponsive .ProductPriceAdult .value,
.events #ProRResponsive .ProductPriceChild .value{
    font-weight:bold;
    font-size:23px;
    color:#00b2b8;
}
.events .productShortDesDiv{
    display:block;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    margin:5px 0 0;
    padding:5px 0;
}
.events .productShortDesDiv .title{
    display:none;
}
.events #ProRResponsive .productBlock.BuyDiv{
    display:block;
    text-align:center;
    padding:15px 0 0;
}
.events #ProRResponsive .productBlock.BuyDiv .submitButton{
    padding:8px 44px 7px 12px;
    font-size:22px;
}
.events #ProBResponsive{
    border:none;
    padding:30px 0 0;
    margin:0;
    
}
#order_details{
    display:block;
    margin:0 0 15px;
}
#order_details h1{
    padding:0;
    font-size:22px;
    color:#222;
    margin:0 0 4px;
}

#order_details .quantityDiv .button {
    width:30px !important;
	height:30px !important;
	border-radius:25px;
	-moz-border-radius:25px;
	background-color:#fff !important;
	color:#888 !important;
	font-weight:bold;
	padding:1px 0 0 !important;
	margin:0;
    border:1px solid #aaa;
    font-size:25px;
    font-weight:300;
}
#order_details .quantityDiv .button:hover{
    border-color:#00b2b8 !important;
    background-color:#00b2b8 !important;
    color:#fff !important;
}
#order_details .quantityDiv .button.down span{padding-top:1px;}
#order_details .filedText{
    border-radius:3px;
    -moz-border-radius:3px;
    text-align:center;
    font-weight:bold;
    padding:3px 3px;
}
#order_details table{
    border-left:1px solid #ddd;
    border-top:1px solid #ddd;
}
#order_details td,
#order_details th{
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:3px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#order_details th{color:#007aa2;font-weight:bold;}
.orderRows{
    display:block;
    background-color:#eee;
    padding:10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.orderRows:after,
.orderRows .row:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.orderRows .row{
    display:inline-block;
    width:48%;
    margin:0 0 5px;
}
.orderRows .row.phoneRow,
.orderRows .row.emailRow{
    float:left;
}
.orderRows .row.disabledRow, .orderRows .row.termsRow {
    margin-left: 10px;
    width: auto;
}
.orderRows .row.termsRow a {
    color: #333;
    text-decoration: underline;
}
.orderRows .row.termsRow a:hover {
    color: #00b2b8;
}
.orderRows .row.submitRow {
    width: auto;
}

.orderRows .row.phoneRow,
.orderRows .row.emailRow,
.orderRows .row.submitRow{
    margin-left:0;
    float:left;
}
.orderRows .submitRow{
    text-align:left;
}
.orderRows .submitRow .submitButton{
    padding:4px 12px;
    min-width:60px;
    background-color:#4A4A4A;
}
.orderRows .submitRow .submitButton:hover{
    background-color:#00b2b8;
}
.orderRows .row .fieldName{
    display:inline-block;
    width:25%;
}
.orderRows .row .fieldInput{
    display:inline-block;
    width:74%;
    float:left;
}
.orderRows .row .fieldName .must_field:before{
    content:"*";
    font-weight:bold;
    color:#red;
    margin:0 0 0 3px;
}
.orderRows .row .filedText{
    padding:3px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius:3px;
    -moz-border-radius:3px;
    width:100%;
}
.eventprolookup_taf .back_button{
    display:block;
    text-align:left;
    padding-top:15px;
}
.eventprolookup_taf .back_button .submitButton{
    color:#333;
    border-bottom:1px solid #333;
    padding:0;
    background:none;
    font-size:19px;
}
.eventprolookup_taf .back_button .submitButton:hover{
    color:#00b2b8;
    border-bottom:1px solid #00b2b8;
}


/* Seats design */

.all_line{
    display:block;
}
.all_line .bama{
    background-color:#767676;
    display:inline-block;
    width:46%;
    font-size:20px;
    color:#fff;
    text-align:center;
    padding:5px 0;
    border-radius:5px;
    -moz-border-radius:5px;
    margin:0 30% 15px 0;
    margin:0 295px 15px 0\9;
}

.all_line.right-hall{text-align:right;}
.all_line.left-hall{text-align:left;}

.all_line.right-hall .bama,
.all_line.left-hall .bama{margin-right:0;margin-left:0;}

.ajaxload hr{display:none;}
#hall8 .bama{
    width:59%;
}
.all_line .bama p{display:inline-block;}


.newline{
    display:block;
    margin:0 0 5px; 
}

.right-hall .newline{text-align:right;}
.right-hall .newline .line{margin-left:6px;}
.left-hall .newline{text-align:left;}
.center-hall .newline{text-align:center;}

.rtl-hall .newline{direction:rtl;}
.ltr-hall .newline{direction:ltr;}

.line{
    display:inline-block;
    background-color:#4A4A4A;
    color:#fff;
    width:24px;
    border-radius:3px;
    -moz-border-radius:3px;
    text-align:center;
    color:#fff;
    float:right;
    padding:3px 0 2px;
}
.line span:after{
    display:inline-block;
    margin:0 2px;
    content:":";
}
.line span{display:none;}
.newline a,
.newline .Soldchair{
    display:inline-block;
    background-color:#8CC63F;
    color:#fff;
    border-radius:3px 3px 45% 45%;
    -moz-border-radius:3px 3px 45% 45%;
    text-align:center;
    color:#fff;
    padding:3px 0px 2px;
    margin:0px;
    min-width:3%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size:14px;
    vertical-align:top;
}
.newline a:hover{background-color:#AAAAAA;color:#fff;}
.newline .Soldchair{background-color:#EB008B;}
.newline .userMarked{background-color:#FC762D;}
.newline .vipChair{background-color:#8943ca;}

.newline a.accessibilityChairs{
    background-color:#007AA2;
    background-image:url(accessIcon.png);
    background-repeat:no-repeat;
    background-position:top;
}
.newline a.freechair.marked{
    background-color:#4A4A4A;
    background-repeat:no-repeat;
    background-position:top;
}
.newline a span,
.Soldchair span{
    opacity: 30;
    filter:alpha(opacity=0.3);
}
.Lineprofit{
    padding:3px 0px 2px;
    margin:0;
    min-width:3%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display:inline-block;
}
.freechair.accessibilityChairs span{
    opacity: 0;
    filter:alpha(opacity=0);
}
#all_ico{display:block;padding:5px 0;}
#all_ico span{margin:0 0 0 15px;vertical-align:top;}

#all_ico span span{
    display:inline-block;
    background-color:#ccc;
    border-radius:3px;
    border-radius:3px;
    height:15px;
    width:15px;
    margin:2px 0 0 5px;
}
#all_ico span.freechair span{background-color:#8cc63f;}
#all_ico span.Soldchair span{background-color:#eb008b;}
#all_ico span.accessibilityChairs span{background-color:#007aa2;}
#all_ico span.marked span{background-color:#4A4A4A;}
#all_ico span.userMarked span{background-color:#FC762D;}
#all_ico span.vipChair span{background-color:#8943ca;}


.continue-order{
    display:inline-block;
    background-color:#007aa2;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#fff;
    float:left;   
    cursor:pointer;
    font-size:20px;
    background-image:url(orderIcon.png );
    background-position:right;
    background-repeat:no-repeat;
}
.continue-order span{
    padding:9px 35px 7px 10px;
    display:inline-block;
}
.continue-order:hover{
    color:#fff;
    background-color:#EB008B;
}
.newline.profit{display:block;height:20px;}

.newline a.freechair.marked span{height:100%; width:100%; display:block; position:relative;color:#4A4A4A;font-size:1px;} 
.newline a.freechair.marked span:after, 
.newline a.freechair.marked span:before{content:''; height:19px; width:4px; display:block; background:#fff; position:absolute; top:2px; left:17px; border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px; transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}
.newline a.freechair.marked span:before{height:9px; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg); top:9px; left:8px;}


.newline a.userMarked span{height:100%; width:100%; display:block; position:relative;color:#FC762D;font-size:1px;} 
.newline a.userMarked span:before, 
.newline a.userMarked span:after{content:''; height:4px; width:18px; display:block; background:#fff; border-radius:10px;-webkit-border-radius:10px;-moz-border-radius:10px; position:absolute; top:10px; left:6px; transform:rotate(-45deg);-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-o-transform:rotate(-45deg);-ms-transform:rotate(-45deg);}
.newline a.userMarked span:after{transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);}




/* Large Hall */
.extraLarge-hall .line{padding:1px 0 0;font-size:10px;line-height:16px;width:18px;}
.extraLarge-hall .newline a, .extraLarge-hall .newline .Soldchair, .extraLarge-hall .Lineprofit{
    min-width:1.1%;padding:1px 0 0;font-size:7px;line-height:16px;
    border-radius:3px;-moz-border-radius:3px;
}
.extraLarge-hall .Lineprofit{min-width:0.4%;}
.extraLarge-hall .newline{margin:0;}
.extraLarge-hall .newline.profit{display:block;height:8px;}

.extraLarge-hall .newline a.freechair.marked span:after, 
.extraLarge-hall .newline a.freechair.marked span:before{height: 8px;left: 5px;top: 4px;width: 2px;}
.extraLarge-hall .newline a.freechair.marked span:before{height: 4px;left: 2px;top: 7px;}
.extraLarge-hall .newline a.accessibilityChairs{background-image:none;}

.extraLarge-hall .newline a.userMarked span:before, 
.extraLarge-hall .newline a.userMarked span:after{height:2px;width:9px;top:7px;left:1px;}



/* Large Hall */
.large-hall .line{padding:1px 0 0;font-size:9px;line-height:16px;}
.large-hall .newline a, .large-hall .newline .Soldchair, .large-hall .Lineprofit{min-width:1.5%;padding:1px 0 0;font-size:9px;line-height:16px;}
.large-hall .Lineprofit{min-width:1%;}
.large-hall .newline{margin:0;}
.large-hall .newline.profit{display:block;height:8px;}

.large-hall .newline a.freechair.marked span:after, 
.large-hall .newline a.freechair.marked span:before{height: 11px;left: 8px;top: 2px;width: 2px;}
.large-hall .newline a.freechair.marked span:before{height: 4px;left: 3px;top: 7px;}
.large-hall .newline a.accessibilityChairs{background-image:none;}

.large-hall .newline a.userMarked span:before, 
.large-hall .newline a.userMarked span:after{height:3px;width:10px;top:6px;left:2px;}

/* Big Hall */
.big-hall .line{padding:1px 0 0;font-size:11px;line-height:20px;}
.big-hall .newline a, .big-hall .newline .Soldchair, .big-hall .Lineprofit{min-width:1.9%;padding:1px 0 0;font-size:11px;line-height:20px;}
.big-hall .Lineprofit{min-width:1%;}
.big-hall .newline{margin:0 0 4px;}
.big-hall .newline.profit{display:block;height:8px;}

.big-hall .newline a.freechair.marked span:after, 
.big-hall .newline a.freechair.marked span:before{left:10px;top:3px;height:12px;width:3px;}
.big-hall .newline a.freechair.marked span:before{height: 6px;left: 5px;top: 8px;}
.big-hall .newline a.accessibilityChairs{background-size:67% auto;}

.big-hall .newline a.userMarked span:before, 
.big-hall .newline a.userMarked span:after{height:3px;width:13px;top:8px;left:3px;}


/* Medium Hall */
.medium-hall .line{padding:1px 0 0;font-size:14px;line-height:25px;}
.medium-hall .newline a, .medium-hall .newline .Soldchair, .medium-hall .Lineprofit{min-width:3%;padding:1px 0 0;font-size:14px;line-height:25px;}
.medium-hall .Lineprofit{min-width:3%;}
.medium-hall .newline{margin:0 0 6px;}
.medium-hall .newline.profit{display:block;height:8px;}


/* Small Hall */
.small-hall .line{padding:1px 0 0;font-size:18px;line-height:31px;}
.small-hall .newline a, .small-hall .newline .Soldchair, .small-hall .Lineprofit{min-width:4%;padding:1px 0 0;font-size:18px;line-height:31px;}
.small-hall .Lineprofit{min-width:4%;}
.small-hall .newline{margin:0 0 6px;}
.small-hall .line span{display:inline-block;}
.small-hall .newline.profit{display:block;height:12px;}
.small-hall .line{width:65px;direction:rtl;}

.small-hall .newline a.freechair.marked span:after, .small-hall .newline a.freechair.marked span:before{left:22px;top:4px;}
.small-hall .newline a.freechair.marked span:before{top:11px;left:13px;}
.small-hall .newline a.accessibilityChairs{background-position:10px 3px;}

.small-hall .newline a.userMarked span:before, 
.small-hall  .newline a.userMarked span:after{height:4px;width:19px;top:13px;left:9px;}


/* Tiny Hall */
.tiny-hall .line{padding:1px 0 0;font-size:18px;line-height:31px;}
.tiny-hall .newline a, .tiny-hall .newline .Soldchair, .tiny-hall .Lineprofit{min-width:4%;padding:1px 0 0;font-size:18px;line-height:31px;}
.tiny-hall .Lineprofit{min-width:4%;}
.tiny-hall .newline{margin:0 0 6px;}
.tiny-hall .line span{display:inline-block;}
.tiny-hall .newline.profit{display:block;height:12px;}
.tiny-hall .line{width:65px;direction:rtl;}

.tiny-hall .newline a.freechair.marked span:after, 
.tiny-hall .newline a.freechair.marked span:before{left:22px;top:3px;height:23px;}
.tiny-hall .newline a.freechair.marked span:before{top:11px;left:11px;height:13px;}
.tiny-hall .newline a.accessibilityChairs{background-position:10px 3px;}

.tiny-hall .newline a.userMarked span:before, 
.tiny-hall .newline a.userMarked span:after{height:4px;width:19px;top:13px;left:9px;}

.Call_me{display:none;}


/* Top design */

.topRd{
    display:block;
    margin:0 auto;
    height:100px;
    position:relative;
    width:90%;
}
.topRd, .topRd *{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.scroll-nav .topRd{height:25px;}
.topRd .siteLogo{
    top:49px;
    right:0;
    position:absolute;
    display:inline-block;
    overflow:hidden;
}
.scroll-nav .topRd .siteLogo{top:14px;}
.topRd .siteLogo a{
    display:block;
    width:501px;
    height:91px;
    overflow:hidden;
}
.topRd .siteLogo img{height:80px;position:absolute;top:0;right:0;}
.scroll-nav .topRd .siteLogo a{
    width:155px;
    height:50px;
}
.scroll-nav .topRd .siteLogo img{height:57px;}
.topSocial{
    display:inline-block;
    position:absolute;
    left:0;
    top:35px;opacity:1;
}
.scroll-nav .topSocial{
    top:25px;
    opacity:0;
}
.topSocial a{
    display:inline-block;
    color:#8e8e8e;
    font-size:25px;
    margin-right:42px;
}
.topSocial a:hover{
    color:#00b2b8;
}
.topSearch{
    display:inline-block;
    position:absolute;
    left:183px;
    top:29px;
    border-left:1px solid #00b2b8;
    height:38px;
    padding-left:26px;
    opacity:1;
}
.scroll-nav .topSearch{
    top:19px;
    opacity:0;
}
.topSearch .searchBtn{
    display:inline-block;
    width:23px;
    height:23px;
    display:inline-block;
    background-image:url(topSearchIcon.png);
    background-position:top;
    background-repeat:no-repeat;
    cursor:pointer;
    margin-top:7px;
}
.topSearch .productSearchFormWrap{
    position:absolute;
    top:0;
    left:-1px;
    background-color:#00b2b8;
    width:250px;
}

.topRd .Topicons {
    position: absolute;
    left: 475px;
    top: 20px;
}

.topRd .Topicons a{margin: 0 10px;}

#HResponsive.scroll-nav .topRd .Topicons{display:none;}

/* Under header design */

.maintable .homeGallery #gallery-1 .infoBlock{
    width:100%;
    background:none;
    padding:0;
    right:0;
    z-index:99;
    bottom:85px;
}
.maintable .homeGallery #gallery-1 .infoBlock h4{display:none;}
.homeGallery .homeGalleryText{
    display:block;
    direction:rtl;
    width:100%;
}
.homeGallery .homeGalleryText .row1{
    display:inline-block;
    height:98px;
    position:relative;
    background-color:#00b2b8;
    color:#fff;
    font-weight:bold;
    font-size:57px;
    line-height:1em;
    padding:23px 5% 0 34px;
}
.homeGallery .homeGalleryText .row2{
    display:block;
    margin-right:5%;
}
.homeGallery .homeGalleryText .row2 span{
    display:inline-block;
    height:55px;
    position:relative;
    background-color:#fcb827;
    color:#191919;
    font-size:34px;
    line-height:1em;
    padding:12px 46px 0 46px;
}
.homeGallery .homeGalleryText .row2 a.more{
    display:inline-block;
    height:55px;
    padding:16px 15px 0 15px;
    color:#fff;
    font-weight:bold;
    font-size:22px;
    background-color:#747474;
    vertical-align:top;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.homeGallery .homeGalleryText .row2 a.more:after{
    content:"\f104";
    font-family:"Font Awesome 5 Pro";
    margin-right:12px;
    font-size:24px;
    position:relative;
    top:2px;
}
.homeGallery .homeGalleryText .row2 a.more:hover{
    background-color:#00b2b8;
}


/********************************/
/*********Solar System***********/
/************Start****************/



.solar-syst {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: relative;
}
.solar-syst:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 2px;
  top: -2px;
  background: white;
  box-shadow: 1096px 123px 0 0px rgba(255, 255, 255, 0.093) , 354px 1493px 0 0px rgba(255,255,255, 0.262) , 467px 215px 0 0px rgba(255,255,255, 0.173) , 744px 1518px 0 0px rgba(255,255,255, 0.962) , 579px 1140px 0 0px rgba(255,255,255, 0.65) , 737px 1311px 0 0px rgba(255,255,255, 0.312) , 195px 1795px 0 0px rgba(255,255,255, 0.337) , 339px 1415px 0 0px rgba(255,255,255, 0.035) , 360px 1151px 0 0px rgba(255,255,255, 0.604) , 1716px 610px 0 0px rgba(255,255,255, 0.395) , 1654px 1787px 0 0px rgba(255,255,255, 0.05) , 943px 623px 0 0px rgba(255,255,255, 0.185) , 1096px 575px 0 0px rgba(255,255,255, 0.693) , 360px 980px 0 0px rgba(255,255,255, 0.646) , 740px 1761px 0 0px rgba(255,255,255, 0.982) , 78px 780px 0 0px rgba(255,255,255, 0.222) , 132px 1004px 0 0px rgba(255,255,255, 0.409) , 1327px 1126px 0 0px rgba(255,255,255, 0.564) , 1296px 1773px 0 0px rgba(255,255,255, 0.941) , 873px 501px 0 0px rgba(255,255,255, 0.383) , 286px 1613px 0 0px rgba(255,255,255, 0.497) , 1500px 646px 0 0px rgba(255,255,255, 0.232) , 648px 866px 0 0px rgba(255,255,255, 0.463) , 166px 1746px 0 0px rgba(255,255,255, 0.249) , 1101px 1411px 0 0px rgba(255,255,255, 0.562) , 1032px 1261px 0 0px rgba(255,255,255, 0.211) , 195px 1058px 0 0px rgba(255,255,255, 0.681) , 294px 321px 0 0px rgba(255,255,255, 0.339) , 320px 429px 0 0px rgba(255,255,255, 0.407) , 665px 417px 0 0px rgba(255,255,255, 0.405) , 1514px 1727px 0 0px rgba(255,255,255, 0.96) , 592px 50px 0 0px rgba(255,255,255, 0.675) , 386px 1049px 0 0px rgba(255,255,255, 0.196) , 1769px 240px 0 0px rgba(255,255,255, 0.287) , 1069px 287px 0 0px rgba(255,255,255, 0.679) , 487px 474px 0 0px rgba(255,255,255, 0.613) , 1109px 1784px 0 0px rgba(255,255,255, 0.806) , 565px 1664px 0 0px rgba(255,255,255, 0.037) , 1245px 569px 0 0px rgba(255,255,255, 0.544) , 1244px 1461px 0 0px rgba(255,255,255, 0.146) , 1227px 1662px 0 0px rgba(255,255,255, 0.213) , 434px 1191px 0 0px rgba(255,255,255, 0.055) , 810px 600px 0 0px rgba(255,255,255, 0.501) , 169px 1651px 0 0px rgba(255,255,255, 0.739) , 1281px 536px 0 0px rgba(255,255,255, 0.632) , 487px 711px 0 0px rgba(255,255,255, 0.973) , 419px 1235px 0 0px rgba(255,255,255, 0.576) , 654px 499px 0 0px rgba(255,255,255, 0.717) , 1738px 1140px 0 0px rgba(255,255,255, 0.49) , 1280px 658px 0 0px rgba(255,255,255, 0.165) , 569px 1093px 0 0px rgba(255,255,255, 0.553) , 1494px 1797px 0 0px rgba(255,255,255, 0.399) , 768px 710px 0 0px rgba(255,255,255, 0.01) , 185px 1357px 0 0px rgba(255,255,255, 0.956) , 182px 927px 0 0px rgba(255,255,255, 0.29) , 46px 1536px 0 0px rgba(255,255,255, 0.6) , 1167px 1011px 0 0px rgba(255,255,255, 0.947) , 1023px 1611px 0 0px rgba(255,255,255, 0.766) , 594px 820px 0 0px rgba(255,255,255, 0.85) , 1086px 494px 0 0px rgba(255,255,255, 0.925) , 920px 111px 0 0px rgba(255,255,255, 0.392) , 1176px 1464px 0 0px rgba(255,255,255, 0.77) , 482px 415px 0 0px rgba(255,255,255, 0.365) , 384px 1697px 0 0px rgba(255,255,255, 0.129) , 75px 1625px 0 0px rgba(255,255,255, 0.166) , 1453px 841px 0 0px rgba(255,255,255, 0.012) , 599px 1636px 0 0px rgba(255,255,255, 0.302) , 422px 13px 0 0px rgba(255,255,255, 0.733) , 1108px 640px 0 0px rgba(255,255,255, 0.58) , 1647px 752px 0 0px rgba(255,255,255, 0.222) , 448px 29px 0 0px rgba(255,255,255, 0.029) , 1072px 610px 0 0px rgba(255,255,255, 0.561) , 39px 106px 0 0px rgba(255,255,255, 0.843) , 1454px 1609px 0 0px rgba(255,255,255, 0.34) , 1px 253px 0 0px rgba(255,255,255, 0.812) , 1427px 669px 0 0px rgba(255,255,255, 0.104) , 308px 1299px 0 0px rgba(255,255,255, 0.603) , 1263px 1058px 0 0px rgba(255,255,255, 0.658) , 402px 522px 0 0px rgba(255,255,255, 0.663) , 725px 422px 0 0px rgba(255,255,255, 0.477) , 366px 409px 0 0px rgba(255,255,255, 0.732) , 1572px 238px 0 0px rgba(255,255,255, 0.424) , 148px 1321px 0 0px rgba(255,255,255, 0.55) , 970px 899px 0 0px rgba(255,255,255, 0.749) , 349px 1363px 0 0px rgba(255,255,255, 0.016) , 1750px 1136px 0 0px rgba(255,255,255, 0.823) , 1405px 39px 0 0px rgba(255,255,255, 0.15) , 158px 1441px 0 0px rgba(255,255,255, 0.677) , 977px 1444px 0 0px rgba(255,255,255, 0.204) , 485px 1656px 0 0px rgba(255,255,255, 0.224) , 426px 232px 0 0px rgba(255,255,255, 0.525) , 888px 345px 0 0px rgba(255,255,255, 0.586) , 1066px 539px 0 0px rgba(255,255,255, 0.654) , 589px 1006px 0 0px rgba(255,255,255, 0.211) , 901px 1625px 0 0px rgba(255,255,255, 0.754) , 873px 564px 0 0px rgba(255,255,255, 0.632) , 1519px 1561px 0 0px rgba(255,255,255, 0.614) , 10px 201px 0 0px rgba(255,255,255, 0.271) , 395px 724px 0 0px rgba(255,255,255, 0.09) , 291px 936px 0 0px rgba(255,255,255, 0.462) , 616px 1373px 0 0px rgba(255,255,255, 0.689) , 1321px 667px 0 0px rgba(255,255,255, 0.092) , 181px 1234px 0 0px rgba(255,255,255, 0.968) , 1622px 1502px 0 0px rgba(255,255,255, 0.593) , 265px 1760px 0 0px rgba(255,255,255, 0.011) , 304px 906px 0 0px rgba(255,255,255, 0.5) , 1689px 1570px 0 0px rgba(255,255,255, 0.515) , 884px 1767px 0 0px rgba(255,255,255, 0.63) , 1653px 1080px 0 0px rgba(255,255,255, 0.041) , 1306px 1030px 0 0px rgba(255,255,255, 0.242) , 292px 689px 0 0px rgba(255,255,255, 0.709) , 671px 930px 0 0px rgba(255,255,255, 0.072) , 1062px 1093px 0 0px rgba(255,255,255, 0.084) , 1175px 1108px 0 0px rgba(255,255,255, 0.604) , 103px 1141px 0 0px rgba(255,255,255, 0.468) , 998px 453px 0 0px rgba(255,255,255, 0.113) , 536px 282px 0 0px rgba(255,255,255, 0.416) , 595px 1338px 0 0px rgba(255,255,255, 0.595) , 1383px 1459px 0 0px rgba(255,255,255, 0.137) , 153px 1206px 0 0px rgba(255,255,255, 0.305) , 79px 1673px 0 0px rgba(255,255,255, 0.255) , 1346px 996px 0 0px rgba(255,255,255, 0.12) , 294px 348px 0 0px rgba(255,255,255, 0.924) , 1387px 102px 0 0px rgba(255,255,255, 0.645) , 1160px 701px 0 0px rgba(255,255,255, 0.434) , 1005px 330px 0 0px rgba(255,255,255, 0.739) , 1006px 1066px 0 0px rgba(255,255,255, 0.829) , 985px 967px 0 0px rgba(255,255,255, 0.218) , 522px 38px 0 0px rgba(255,255,255, 0.632) , 1529px 1608px 0 0px rgba(255,255,255, 0.381) , 1078px 510px 0 0px rgba(255,255,255, 0.239) , 218px 1402px 0 0px rgba(255,255,255, 0.373) , 558px 1760px 0 0px rgba(255,255,255, 0.601) , 1307px 1145px 0 0px rgba(255,255,255, 0.932) , 250px 911px 0 0px rgba(255,255,255, 0.913) , 233px 469px 0 0px rgba(255,255,255, 0.083) , 652px 966px 0 0px rgba(255,255,255, 0.537) , 49px 389px 0 0px rgba(255,255,255, 0.733) , 1023px 1124px 0 0px rgba(255,255,255, 0.63) , 1481px 1174px 0 0px rgba(255,255,255, 0.053) , 504px 1188px 0 0px rgba(255,255,255, 0.772) , 535px 1522px 0 0px rgba(255,255,255, 0.064) , 660px 668px 0 0px rgba(255,255,255, 0.125) , 1130px 321px 0 0px rgba(255,255,255, 0.886) , 879px 336px 0 0px rgba(255,255,255, 0.881) , 1191px 450px 0 0px rgba(255,255,255, 0.363) , 1381px 629px 0 0px rgba(255,255,255, 0.08) , 1105px 1232px 0 0px rgba(255,255,255, 0.49) , 760px 881px 0 0px rgba(255,255,255, 0.322) , 446px 586px 0 0px rgba(255,255,255, 0.547) , 1306px 1420px 0 0px rgba(255,255,255, 0.793) , 1586px 753px 0 0px rgba(255,255,255, 0.716) , 186px 1353px 0 0px rgba(255,255,255, 0.742) , 1028px 273px 0 0px rgba(255,255,255, 0.6) , 1330px 1323px 0 0px rgba(255,255,255, 0.731) , 1569px 467px 0 0px rgba(255,255,255, 0.831) , 1645px 882px 0 0px rgba(255,255,255, 0.446) , 690px 894px 0 0px rgba(255,255,255, 0.644) , 966px 972px 0 0px rgba(255,255,255, 0.996) , 743px 669px 0 0px rgba(255,255,255, 0.348) , 347px 1483px 0 0px rgba(255,255,255, 0.966) , 1072px 1397px 0 0px rgba(255,255,255, 0.267) , 1215px 522px 0 0px rgba(255,255,255, 0.489) , 749px 1782px 0 0px rgba(255,255,255, 0.524) , 433px 857px 0 0px rgba(255,255,255, 0.082) , 1504px 342px 0 0px rgba(255,255,255, 0.056) , 1677px 845px 0 0px rgba(255,255,255, 0.376) , 103px 1769px 0 0px rgba(255,255,255, 0.333) , 1532px 39px 0 0px rgba(255,255,255, 0.49) , 284px 1708px 0 0px rgba(255,255,255, 0.839) , 260px 915px 0 0px rgba(255,255,255, 0.453) , 143px 83px 0 0px rgba(255,255,255, 0.939) , 1540px 1534px 0 0px rgba(255,255,255, 0.156) , 907px 1397px 0 0px rgba(255,255,255, 0.698) , 1404px 1250px 0 0px rgba(255,255,255, 0.447) , 1724px 771px 0 0px rgba(255,255,255, 0.149) , 1025px 902px 0 0px rgba(255,255,255, 0.653) , 1360px 1273px 0 0px rgba(255,255,255, 0.699) , 160px 1725px 0 0px rgba(255,255,255, 0.685) , 1065px 362px 0 0px rgba(255,255,255, 0.764) , 1650px 1558px 0 0px rgba(255,255,255, 0.776) , 423px 1292px 0 0px rgba(255,255,255, 0.076) , 355px 1519px 0 0px rgba(255,255,255, 0.093) , 636px 977px 0 0px rgba(255,255,255, 0.434) , 226px 674px 0 0px rgba(255,255,255, 0.274) , 74px 456px 0 0px rgba(255,255,255, 0.91) , 1619px 1167px 0 0px rgba(255,255,255, 0.63) , 458px 1143px 0 0px rgba(255,255,255, 0.285) , 746px 156px 0 0px rgba(255,255,255, 0.602) , 918px 644px 0 0px rgba(255,255,255, 0.805) , 1018px 853px 0 0px rgba(255,255,255, 0.637) , 1225px 1017px 0 0px rgba(255,255,255, 0.5) , 1445px 1373px 0 0px rgba(255,255,255, 0.761) , 708px 755px 0 0px rgba(255,255,255, 0.733) , 1781px 19px 0 0px rgba(255,255,255, 0.709) , 461px 1719px 0 0px rgba(255,255,255, 0.458) , 1203px 966px 0 0px rgba(255,255,255, 0.684) , 138px 1621px 0 0px rgba(255,255,255, 0.8) , 572px 1346px 0 0px rgba(255,255,255, 0.196) , 1517px 1381px 0 0px rgba(255,255,255, 0.946) , 1096px 585px 0 0px rgba(255,255,255, 0.874) , 80px 739px 0 0px rgba(255,255,255, 0.433) , 1198px 1193px 0 0px rgba(255,255,255, 0.715) , 1159px 320px 0 0px rgba(255,255,255, 0.09) , 134px 849px 0 0px rgba(255,255,255, 0.039) , 1674px 1175px 0 0px rgba(255,255,255, 0.277) , 754px 1372px 0 0px rgba(255,255,255, 0.032) , 647px 1356px 0 0px rgba(255,255,255, 0.851) , 1014px 1090px 0 0px rgba(255,255,255, 0.102) , 522px 1350px 0 0px rgba(255,255,255, 0.182) , 909px 142px 0 0px rgba(255,255,255, 0.731) , 987px 213px 0 0px rgba(255,255,255, 0.182) , 320px 416px 0 0px rgba(255,255,255, 0.482) , 1659px 1309px 0 0px rgba(255,255,255, 0.545) , 873px 970px 0 0px rgba(255,255,255, 0.572) , 1378px 1609px 0 0px rgba(255,255,255, 0.48) , 690px 960px 0 0px rgba(255,255,255, 0.88) , 1487px 336px 0 0px rgba(255,255,255, 0.793) , 870px 153px 0 0px rgba(255,255,255, 0.373) , 1517px 1493px 0 0px rgba(255,255,255, 0.93) , 58px 1290px 0 0px rgba(255,255,255, 0.168) , 1725px 1331px 0 0px rgba(255,255,255, 0.993) , 517px 356px 0 0px rgba(255,255,255, 0.926) , 956px 1236px 0 0px rgba(255,255,255, 0.372) , 1341px 1362px 0 0px rgba(255,255,255, 0.282) , 1288px 317px 0 0px rgba(255,255,255, 0.246) , 1716px 211px 0 0px rgba(255,255,255, 0.441) , 1067px 801px 0 0px rgba(255,255,255, 0.157) , 1157px 252px 0 0px rgba(255,255,255, 0.533) , 441px 1587px 0 0px rgba(255,255,255, 0.014) , 965px 186px 0 0px rgba(255,255,255, 0.033) , 1475px 90px 0 0px rgba(255,255,255, 0.466) , 1121px 1520px 0 0px rgba(255,255,255, 0.924) , 70px 357px 0 0px rgba(255,255,255, 0.834) , 1042px 1593px 0 0px rgba(255,255,255, 0.412) , 458px 445px 0 0px rgba(255,255,255, 0.722) , 1598px 1634px 0 0px rgba(255,255,255, 0.53) , 1190px 990px 0 0px rgba(255,255,255, 0.797) , 1399px 732px 0 0px rgba(255,255,255, 0.619) , 1710px 170px 0 0px rgba(255,255,255, 0.591) , 1307px 1525px 0 0px rgba(255,255,255, 0.166) , 840px 1618px 0 0px rgba(255,255,255, 0.316) , 1102px 419px 0 0px rgba(255,255,255, 0.83) , 1284px 1113px 0 0px rgba(255,255,255, 0.289) , 200px 1126px 0 0px rgba(255,255,255, 0.247) , 416px 636px 0 0px rgba(255,255,255, 0.889) , 930px 1557px 0 0px rgba(255,255,255, 0.982) , 160px 497px 0 0px rgba(255,255,255, 0.386) , 1464px 806px 0 0px rgba(255,255,255, 0.437) , 815px 19px 0 0px rgba(255,255,255, 0.5) , 1181px 327px 0 0px rgba(255,255,255, 0.765) , 1207px 1264px 0 0px rgba(255,255,255, 0.173) , 1157px 685px 0 0px rgba(255,255,255, 0.125) , 1009px 1069px 0 0px rgba(255,255,255, 0.967) , 960px 1147px 0 0px rgba(255,255,255, 0.393) , 7px 281px 0 0px rgba(255,255,255, 0.67) , 1291px 826px 0 0px rgba(255,255,255, 0.035) , 602px 1457px 0 0px rgba(255,255,255, 0.722) , 585px 163px 0 0px rgba(255,255,255, 0.228) , 318px 1639px 0 0px rgba(255,255,255, 0.812) , 273px 832px 0 0px rgba(255,255,255, 0.164) , 1005px 350px 0 0px rgba(255,255,255, 0.55) , 7px 1583px 0 0px rgba(255,255,255, 0.838) , 1578px 1724px 0 0px rgba(255,255,255, 0.813) , 734px 135px 0 0px rgba(255,255,255, 0.815) , 496px 1108px 0 0px rgba(255,255,255, 0.334) , 679px 1477px 0 0px rgba(255,255,255, 0.363) , 1161px 86px 0 0px rgba(255,255,255, 0.454) , 1317px 729px 0 0px rgba(255,255,255, 0.318) , 498px 1355px 0 0px rgba(255,255,255, 0.133) , 975px 1568px 0 0px rgba(255,255,255, 0.726) , 459px 1554px 0 0px rgba(255,255,255, 0.402) , 18px 144px 0 0px rgba(255,255,255, 0.491) , 1078px 1519px 0 0px rgba(255,255,255, 0.391) , 1235px 326px 0 0px rgba(255,255,255, 0.823) , 1310px 1794px 0 0px rgba(255,255,255, 0.273) , 144px 1524px 0 0px rgba(255,255,255, 0.426) , 540px 885px 0 0px rgba(255,255,255, 0.634) , 337px 1205px 0 0px rgba(255,255,255, 0.822) , 606px 1414px 0 0px rgba(255,255,255, 0.371) , 1504px 11px 0 0px rgba(255,255,255, 0.953) , 525px 1184px 0 0px rgba(255,255,255, 0.959) , 1674px 177px 0 0px rgba(255,255,255, 0.111) , 1580px 1402px 0 0px rgba(255,255,255, 0.587) , 1403px 1302px 0 0px rgba(255,255,255, 0.555) , 910px 531px 0 0px rgba(255,255,255, 0.517) , 1361px 1588px 0 0px rgba(255,255,255, 0.786) , 386px 1772px 0 0px rgba(255,255,255, 0.547) , 272px 1221px 0 0px rgba(255,255,255, 0.823) , 54px 803px 0 0px rgba(255,255,255, 0.705) , 1488px 1789px 0 0px rgba(255,255,255, 0.397) , 99px 708px 0 0px rgba(255,255,255, 0.243) , 1500px 593px 0 0px rgba(255,255,255, 0.488) , 452px 317px 0 0px rgba(255,255,255, 0.518) , 403px 247px 0 0px rgba(255,255,255, 0.273) , 1547px 1429px 0 0px rgba(255,255,255, 0.961) , 1043px 89px 0 0px rgba(255,255,255, 0.557) , 310px 741px 0 0px rgba(255,255,255, 0.671) , 356px 1397px 0 0px rgba(255,255,255, 0.102) , 198px 639px 0 0px rgba(255,255,255, 0.528) , 779px 101px 0 0px rgba(255,255,255, 0.747) , 37px 1500px 0 0px rgba(255,255,255, 0.446) , 212px 1088px 0 0px rgba(255,255,255, 0.252) , 1319px 1112px 0 0px rgba(255,255,255, 0.026) , 1551px 1131px 0 0px rgba(255,255,255, 0.392) , 848px 1086px 0 0px rgba(255,255,255, 0.406) , 182px 116px 0 0px rgba(255,255,255, 0.822) , 356px 1730px 0 0px rgba(255,255,255, 0.113) , 1080px 727px 0 0px rgba(255,255,255, 0.722) , 747px 404px 0 0px rgba(255,255,255, 0.759) , 1180px 1611px 0 0px rgba(255,255,255, 0.646) , 1102px 429px 0 0px rgba(255,255,255, 0.011) , 1276px 83px 0 0px rgba(255,255,255, 0.325) , 1559px 431px 0 0px rgba(255,255,255, 0.102) , 291px 1730px 0 0px rgba(255,255,255, 0.96) , 1599px 228px 0 0px rgba(255,255,255, 0.747) , 782px 173px 0 0px rgba(255,255,255, 0.301) , 393px 1153px 0 0px rgba(255,255,255, 0.591) , 478px 775px 0 0px rgba(255,255,255, 0.503) , 379px 740px 0 0px rgba(255,255,255, 0.503) , 1392px 640px 0 0px rgba(255,255,255, 0.307) , 816px 310px 0 0px rgba(255,255,255, 0.107) , 151px 1175px 0 0px rgba(255,255,255, 0.088) , 1006px 855px 0 0px rgba(255,255,255, 0.581) , 31px 32px 0 0px rgba(255,255,255, 0.805) , 1758px 1183px 0 0px rgba(255,255,255, 0.47) , 734px 689px 0 0px rgba(255,255,255, 0.137) , 692px 883px 0 0px rgba(255,255,255, 0.939) , 887px 1087px 0 0px rgba(255,255,255, 0.959) , 457px 1673px 0 0px rgba(255,255,255, 0.314) , 1081px 869px 0 0px rgba(255,255,255, 0.346) , 837px 1494px 0 0px rgba(255,255,255, 0.433) , 329px 228px 0 0px rgba(255,255,255, 0.943) , 1376px 36px 0 0px rgba(255,255,255, 0.193) , 698px 1616px 0 0px rgba(255,255,255, 0.973) , 1092px 909px 0 0px rgba(255,255,255, 0.026) , 28px 1651px 0 0px rgba(255,255,255, 0.375) , 264px 386px 0 0px rgba(255,255,255, 0.996) , 1082px 653px 0 0px rgba(255,255,255, 0.407) , 740px 135px 0 0px rgba(255,255,255, 0.903) , 1065px 420px 0 0px rgba(255,255,255, 0.935) , 43px 559px 0 0px rgba(255,255,255, 0.647) , 1327px 1281px 0 0px rgba(255,255,255, 0.071) , 1071px 520px 0 0px rgba(255,255,255, 0.636) , 331px 28px 0 0px rgba(255,255,255, 0.259) , 933px 548px 0 0px rgba(255,255,255, 0.511) , 613px 608px 0 0px rgba(255,255,255, 0.254) , 99px 1730px 0 0px rgba(255,255,255, 0.011) , 744px 1651px 0 0px rgba(255,255,255, 0.753) , 1117px 1109px 0 0px rgba(255,255,255, 0.526) , 447px 373px 0 0px rgba(255,255,255, 0.401) , 1125px 1028px 0 0px rgba(255,255,255, 0.083) , 1386px 1612px 0 0px rgba(255,255,255, 0.052) , 1659px 1065px 0 0px rgba(255,255,255, 0.583) , 1657px 1141px 0 0px rgba(255,255,255, 0.177) , 1108px 424px 0 0px rgba(255,255,255, 0.161) , 959px 1627px 0 0px rgba(255,255,255, 0.35) , 1227px 1408px 0 0px rgba(255,255,255, 0.698) , 2px 383px 0 0px rgba(255,255,255, 0.953) , 298px 194px 0 0px rgba(255,255,255, 0.797) , 1580px 345px 0 0px rgba(255,255,255, 0.268) , 1072px 126px 0 0px rgba(255,255,255, 0.593) , 1170px 1278px 0 0px rgba(255,255,255, 0.625) , 401px 73px 0 0px rgba(255,255,255, 0.566) , 667px 1626px 0 0px rgba(255,255,255, 0.214) , 847px 1651px 0 0px rgba(255,255,255, 0.738) , 518px 838px 0 0px rgba(255,255,255, 0.367) , 1308px 1565px 0 0px rgba(255,255,255, 0.582) , 509px 1024px 0 0px rgba(255,255,255, 0.13) , 906px 1455px 0 0px rgba(255,255,255, 0.652) , 1416px 462px 0 0px rgba(255,255,255, 0.792) , 1231px 109px 0 0px rgba(255,255,255, 0.249) , 1638px 1687px 0 0px rgba(255,255,255, 0.089) , 1172px 1456px 0 0px rgba(255,255,255, 0.358) , 745px 1045px 0 0px rgba(255,255,255, 0.435) , 518px 1412px 0 0px rgba(255,255,255, 0.563) , 798px 947px 0 0px rgba(255,255,255, 0.401) , 1101px 1451px 0 0px rgba(255,255,255, 0.143) , 807px 1281px 0 0px rgba(255,255,255, 0.821) , 675px 535px 0 0px rgba(255,255,255, 0.226) , 1430px 1260px 0 0px rgba(255,255,255, 0.497) , 327px 381px 0 0px rgba(255,255,255, 0.149) , 437px 960px 0 0px rgba(255,255,255, 0.43) , 928px 1505px 0 0px rgba(255,255,255, 0.628) , 828px 602px 0 0px rgba(255,255,255, 0.651) , 1746px 192px 0 0px rgba(255,255,255, 0.302) , 87px 707px 0 0px rgba(255,255,255, 0.854) , 880px 490px 0 0px rgba(255,255,255, 0.512) , 1738px 378px 0 0px rgba(255,255,255, 0.451) , 1194px 1435px 0 0px rgba(255,255,255, 0.107) , 612px 1585px 0 0px rgba(255,255,255, 0.511) , 994px 105px 0 0px rgba(255,255,255, 0.438) , 1153px 1568px 0 0px rgba(255,255,255, 0.651) , 176px 644px 0 0px rgba(255,255,255, 0.058) , 1167px 963px 0 0px rgba(255,255,255, 0.897) , 348px 254px 0 0px rgba(255,255,255, 0.159) , 1259px 201px 0 0px rgba(255,255,255, 0.543) , 860px 744px 0 0px rgba(255,255,255, 0.563) , 842px 1480px 0 0px rgba(255,255,255, 0.406) , 553px 1213px 0 0px rgba(255,255,255, 0.461) , 1779px 1367px 0 0px rgba(255,255,255, 0.113) , 1060px 556px 0 0px rgba(255,255,255, 0.247) , 423px 1081px 0 0px rgba(255,255,255, 0.719) , 900px 1668px 0 0px rgba(255,255,255, 0.705) , 817px 524px 0 0px rgba(255,255,255, 0.466) , 232px 545px 0 0px rgba(255,255,255, 0.051) , 796px 823px 0 0px rgba(255,255,255, 0.835) , 970px 695px 0 0px rgba(255,255,255, 0.136) , 503px 1571px 0 0px rgba(255,255,255, 0.48) , 1157px 916px 0 0px rgba(255,255,255, 0.556) , 1550px 309px 0 0px rgba(255,255,255, 0.756) , 501px 888px 0 0px rgba(255,255,255, 0.998) , 183px 355px 0 0px rgba(255,255,255, 0.493) , 617px 771px 0 0px rgba(255,255,255, 0.415) , 962px 1376px 0 0px rgba(255,255,255, 0.752) , 238px 881px 0 0px rgba(255,255,255, 0.131) , 1344px 242px 0 0px rgba(255,255,255, 0.034) , 1399px 1316px 0 0px rgba(255,255,255, 0.141) , 847px 1636px 0 0px rgba(255,255,255, 0.8) , 1225px 598px 0 0px rgba(255,255,255, 0.755) , 44px 883px 0 0px rgba(255,255,255, 0.503) , 670px 860px 0 0px rgba(255,255,255, 0.038) , 286px 281px 0 0px rgba(255,255,255, 0.735) , 111px 1299px 0 0px rgba(255,255,255, 0.534) , 1192px 1475px 0 0px rgba(255,255,255, 0.343) , 1551px 904px 0 0px rgba(255,255,255, 0.525) , 125px 701px 0 0px rgba(255,255,255, 0.047) , 566px 146px 0 0px rgba(255,255,255, 0.226) , 1785px 1025px 0 0px rgba(255,255,255, 0.081) , 848px 1317px 0 0px rgba(255,255,255, 0.617) , 1432px 1027px 0 0px rgba(255,255,255, 0.424) , 1731px 1668px 0 0px rgba(255,255,255, 0.41) , 1618px 1000px 0 0px rgba(255,255,255, 0.889) , 452px 457px 0 0px rgba(255,255,255, 0.667) , 1356px 1248px 0 0px rgba(255,255,255, 0.7) , 1611px 163px 0 0px rgba(255,255,255, 0.375) , 279px 400px 0 0px rgba(255,255,255, 0.444) , 425px 368px 0 0px rgba(255,255,255, 0.323) , 686px 379px 0 0px rgba(255,255,255, 0.058) , 621px 247px 0 0px rgba(255,255,255, 0.187) , 271px 1093px 0 0px rgba(255,255,255, 0.441) , 1059px 917px 0 0px rgba(255,255,255, 0.046) , 272px 934px 0 0px rgba(255,255,255, 0.806) , 557px 1763px 0 0px rgba(255,255,255, 0.411) , 644px 950px 0 0px rgba(255,255,255, 0.704) , 832px 147px 0 0px rgba(255,255,255, 0.497) , 184px 1719px 0 0px rgba(255,255,255, 0.926) , 1116px 952px 0 0px rgba(255,255,255, 0.409) , 248px 601px 0 0px rgba(255,255,255, 0.557) , 618px 1593px 0 0px rgba(255,255,255, 0.306) , 815px 800px 0 0px rgba(255,255,255, 0.887) , 1757px 899px 0 0px rgba(255,255,255, 0.353) , 399px 125px 0 0px rgba(255,255,255, 0.716) , 233px 1196px 0 0px rgba(255,255,255, 0.694) , 330px 1508px 0 0px rgba(255,255,255, 0.628) , 517px 984px 0 0px rgba(255,255,255, 0.81) , 1596px 1318px 0 0px rgba(255,255,255, 0.783) , 487px 1369px 0 0px rgba(255,255,255, 0.016) , 785px 995px 0 0px rgba(255,255,255, 0.405) , 472px 875px 0 0px rgba(255,255,255, 0.026) , 1366px 93px 0 0px rgba(255,255,255, 0.865) , 890px 971px 0 0px rgba(255,255,255, 0.927) , 1319px 1601px 0 0px rgba(255,255,255, 0.018) , 1597px 1321px 0 0px rgba(255,255,255, 0.62) , 1293px 671px 0 0px rgba(255,255,255, 0.439) , 599px 840px 0 0px rgba(255,255,255, 0.32) , 1131px 1432px 0 0px rgba(255,255,255, 0.474) , 1644px 1667px 0 0px rgba(255,255,255, 0.9) , 425px 93px 0 0px rgba(255,255,255, 0.225) , 1294px 1337px 0 0px rgba(255,255,255, 0.987) , 270px 10px 0 0px rgba(255,255,255, 0.31) , 188px 1608px 0 0px rgba(255,255,255, 0.021) , 859px 1529px 0 0px rgba(255,255,255, 0.416) , 1623px 57px 0 0px rgba(255,255,255, 0.36) , 968px 437px 0 0px rgba(255,255,255, 0.537) , 5px 1022px 0 0px rgba(255,255,255, 0.985) , 1593px 1108px 0 0px rgba(255,255,255, 0.866) , 469px 240px 0 0px rgba(255,255,255, 0.735) , 1691px 1731px 0 0px rgba(255,255,255, 0.391) , 1760px 609px 0 0px rgba(255,255,255, 0.026) , 229px 1780px 0 0px rgba(255,255,255, 0.822) , 1719px 1195px 0 0px rgba(255,255,255, 0.715) , 206px 1392px 0 0px rgba(255,255,255, 0.918) , 1305px 1109px 0 0px rgba(255,255,255, 0.2) , 1764px 1741px 0 0px rgba(255,255,255, 0.314) , 700px 1466px 0 0px rgba(255,255,255, 0.129) , 1766px 512px 0 0px rgba(255,255,255, 0.024) , 524px 1440px 0 0px rgba(255,255,255, 0.565) , 744px 175px 0 0px rgba(255,255,255, 0.841) , 1422px 1119px 0 0px rgba(255,255,255, 0.781) , 497px 1318px 0 0px rgba(255,255,255, 0.039) , 441px 75px 0 0px rgba(255,255,255, 0.881) , 1195px 729px 0 0px rgba(255,255,255, 0.801) , 133px 78px 0 0px rgba(255,255,255, 0.524) , 1239px 738px 0 0px rgba(255,255,255, 0.775) , 528px 873px 0 0px rgba(255,255,255, 0.743) , 370px 915px 0 0px rgba(255,255,255, 0.906) , 681px 607px 0 0px rgba(255,255,255, 0.944) , 1751px 1775px 0 0px rgba(255,255,255, 0.537) , 1114px 884px 0 0px rgba(255,255,255, 0.615);
  border-radius: 100px;
}
.solar-syst div {
  border-radius: 1000px;
  top: 50%;
  left: 50%;
  position: absolute;
  z-index: 999;
}
.solar-syst div:not(.sun) {
  border: 1px solid rgba(102, 166, 229, 0.12);
}
.solar-syst div:not(.sun):before {
  left: 50%;
  border-radius: 100px;
  content: "";
  position: absolute;
}
.solar-syst div:not(.asteroids-belt):before {
  box-shadow: inset 0 6px 0 -2px rgba(0, 0, 0, 0.25);
}

.sun {
  background: radial-gradient(ellipse at center, #ffd000 1%, #f9b700 39%, #f9b700 39%, #e06317 100%);
  height: 40px;
  width: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-clip: padding-box;
  border: 0 !important;
  background-position: -28px -103px;
  background-size: 175%;
  box-shadow: 0 0 10px 2px rgba(255, 107, 0, 0.4), 0 0 22px 11px rgba(255, 203, 0, 0.13);
}

.mercury {
  height: 70px;
  width: 70px;
  margin-top: -35px;
  margin-left: -35px;
  -webkit-animation: orb 7.1867343561s linear infinite;
          animation: orb 7.1867343561s linear infinite;
}
.mercury:before {
  height: 4px;
  width: 4px;
  background: #9f5e26;
  margin-top: -2px;
  margin-left: -2px;
}

.venus {
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  -webkit-animation: orb 18.4555338265s linear infinite;
          animation: orb 18.4555338265s linear infinite;
}
.venus:before {
  height: 8px;
  width: 8px;
  background: #BEB768;
  margin-top: -4px;
  margin-left: -4px;
}

.earth {
  height: 145px;
  width: 145px;
  margin-top: -72.5px;
  margin-left: -72.5px;
  -webkit-animation: orb 30s linear infinite;
          animation: orb 30s linear infinite;
}
.earth:before {
  height: 6px;
  width: 6px;
  background: #11abe9;
  margin-top: -3px;
  margin-left: -3px;
}
.earth:after {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 50%;
  top: 0px;
  margin-left: -9px;
  margin-top: -9px;
  border-radius: 100px;
  box-shadow: 0 -10px 0 -8px grey;
  -webkit-animation: orb 2.2440352158s linear infinite;
          animation: orb 2.2440352158s linear infinite;
}

.mars {
  height: 190px;
  width: 190px;
  margin-top: -95px;
  margin-left: -95px;
  -webkit-animation: orb 56.4261314589s linear infinite;
          animation: orb 56.4261314589s linear infinite;
}
.mars:before {
  height: 6px;
  width: 6px;
  background: #cf3921;
  margin-top: -3px;
  margin-left: -3px;
}

.jupiter {
  height: 340px;
  width: 340px;
  margin-top: -170px;
  margin-left: -170px;
  -webkit-animation: orb 355.7228171013s linear infinite;
          animation: orb 355.7228171013s linear infinite;
}
.jupiter:before {
  height: 18px;
  width: 18px;
  background: #c76e2a;
  margin-top: -9px;
  margin-left: -9px;
}

.saturn {
  height: 440px;
  width: 440px;
  margin-top: -220px;
  margin-left: -220px;
  -webkit-animation: orb 882.6952471456s linear infinite;
          animation: orb 882.6952471456s linear infinite;
}
.saturn:before {
  height: 12px;
  width: 12px;
  background: #e7c194;
  margin-top: -6px;
  margin-left: -6px;
}
.saturn:after {
  position: absolute;
  content: "";
  height: 2.34%;
  width: 4.676%;
  left: 50%;
  top: 0px;
  -webkit-transform: rotateZ(-52deg);
          transform: rotateZ(-52deg);
  margin-left: -2.3%;
  margin-top: -1.2%;
  border-radius: 50% 50% 50% 50%;
  box-shadow: 0 1px 0 1px #987641, 3px 1px 0 #987641, -3px 1px 0 #987641;
  -webkit-animation: orb 882.6952471456s linear infinite;
          animation: orb 882.6952471456s linear infinite;
  animation-direction: reverse;
  -webkit-transform-origin: 52% 60%;
          transform-origin: 52% 60%;
}

.uranus {
  height: 520px;
  width: 520px;
  margin-top: -260px;
  margin-left: -260px;
  -webkit-animation: orb 2512.4001967933s linear infinite;
          animation: orb 2512.4001967933s linear infinite;
}
.uranus:before {
  height: 10px;
  width: 10px;
  background: #b5e3e3;
  margin-top: -5px;
  margin-left: -5px;
}

.neptune {
  height: 630px;
  width: 630px;
  margin-top: -315px;
  margin-left: -315px;
  -webkit-animation: orb 4911.7838624549s linear infinite;
          animation: orb 4911.7838624549s linear infinite;
}
.neptune:before {
  height: 10px;
  width: 10px;
  background: #175e9e;
  margin-top: -5px;
  margin-left: -5px;
}

.asteroids-belt {
  opacity: .7;
  border-color: transparent !important;
  height: 300px;
  width: 300px;
  margin-top: -150px;
  margin-left: -150px;
  -webkit-animation: orb 179.9558282773s linear infinite;
          animation: orb 179.9558282773s linear infinite;
  overflow: hidden;
}
.asteroids-belt:before {
  top: 50%;
  height: 210px;
  width: 210px;
  margin-left: -105px;
  margin-top: -105px;
  background: transparent;
  border-radius: 140px !important;
  box-shadow: -53px -72px 0 -104px rgba(255, 255, 255, 0.721) , -94px 36px 0 -104px rgba(255,255,255, 0.964) , -85px -118px 0 -104px rgba(255,255,255, 0.796) , -126px 71px 0 -104px rgba(255,255,255, 0.206) , -68px -5px 0 -104px rgba(255,255,255, 0.404) , -9px -98px 0 -104px rgba(255,255,255, 0.442) , 73px -11px 0 -104px rgba(255,255,255, 0.315) , -8px 138px 0 -104px rgba(255,255,255, 0.751) , -85px 99px 0 -104px rgba(255,255,255, 0.108) , -143px -141px 0 -104px rgba(255,255,255, 0.378) , 134px -63px 0 -104px rgba(255,255,255, 0.134) , -114px -101px 0 -104px rgba(255,255,255, 0.034) , 20px -102px 0 -104px rgba(255,255,255, 0.469) , -116px 26px 0 -104px rgba(255,255,255, 0.072) , -56px 138px 0 -104px rgba(255,255,255, 0.496) , -114px -113px 0 -104px rgba(255,255,255, 0.328) , 53px -117px 0 -104px rgba(255,255,255, 0.502) , 48px -65px 0 -104px rgba(255,255,255, 0.697) , 17px -84px 0 -104px rgba(255,255,255, 0.571) , -91px 7px 0 -104px rgba(255,255,255, 0.005) , -90px 14px 0 -104px rgba(255,255,255, 0.893) , -109px -49px 0 -104px rgba(255,255,255, 0.008) , 93px -90px 0 -104px rgba(255,255,255, 0.744) , -11px -142px 0 -104px rgba(255,255,255, 0.874) , -33px -72px 0 -104px rgba(255,255,255, 0.973) , 60px -119px 0 -104px rgba(255,255,255, 0.948) , -126px -5px 0 -104px rgba(255,255,255, 0.449) , -126px 67px 0 -104px rgba(255,255,255, 0.435) , -81px -133px 0 -104px rgba(255,255,255, 0.464) , 138px -53px 0 -104px rgba(255,255,255, 0.616) , 52px 131px 0 -104px rgba(255,255,255, 0.314) , 14px 139px 0 -104px rgba(255,255,255, 0.154) , 77px -66px 0 -104px rgba(255,255,255, 0.001) , 134px -4px 0 -104px rgba(255,255,255, 0.999) , -40px -85px 0 -104px rgba(255,255,255, 0.915) , -79px 59px 0 -104px rgba(255,255,255, 0.862) , -37px -88px 0 -104px rgba(255,255,255, 0.598) , 36px -49px 0 -104px rgba(255,255,255, 0.571) , -31px -61px 0 -104px rgba(255,255,255, 0.336) , 113px -89px 0 -104px rgba(255,255,255, 0.752) , -69px 72px 0 -104px rgba(255,255,255, 0.847) , 85px 22px 0 -104px rgba(255,255,255, 0.623) , -123px -135px 0 -104px rgba(255,255,255, 0.586) , 5px 75px 0 -104px rgba(255,255,255, 0.878) , 79px -53px 0 -104px rgba(255,255,255, 0.745) , 12px -83px 0 -104px rgba(255,255,255, 0.226) , -85px 88px 0 -104px rgba(255,255,255, 0.693) , -99px -84px 0 -104px rgba(255,255,255, 0.576) , 61px -75px 0 -104px rgba(255,255,255, 0.145) , 68px -81px 0 -104px rgba(255,255,255, 0.851) , -133px 141px 0 -104px rgba(255,255,255, 0.546) , -119px 48px 0 -104px rgba(255,255,255, 0.317) , 128px -42px 0 -104px rgba(255,255,255, 0.662) , -112px 108px 0 -104px rgba(255,255,255, 0.14) , 22px -42px 0 -104px rgba(255,255,255, 0.922) , -40px 89px 0 -104px rgba(255,255,255, 0.887) , 110px -14px 0 -104px rgba(255,255,255, 0.248) , -24px 83px 0 -104px rgba(255,255,255, 0.397) , -55px -110px 0 -104px rgba(255,255,255, 0.967) , 58px 71px 0 -104px rgba(255,255,255, 0.462) , -100px -117px 0 -104px rgba(255,255,255, 0.683) , -105px -116px 0 -104px rgba(255,255,255, 0.435) , 89px -120px 0 -104px rgba(255,255,255, 0.77) , -118px -85px 0 -104px rgba(255,255,255, 0.251) , 53px -16px 0 -104px rgba(255,255,255, 0.684) , 4px -52px 0 -104px rgba(255,255,255, 0.733) , -35px 141px 0 -104px rgba(255,255,255, 0.725) , -88px 20px 0 -104px rgba(255,255,255, 0.345) , -102px -82px 0 -104px rgba(255,255,255, 0.868) , -45px 145px 0 -104px rgba(255,255,255, 0.996) , 103px -118px 0 -104px rgba(255,255,255, 0.296) , -136px 56px 0 -104px rgba(255,255,255, 0.475) , -31px 46px 0 -104px rgba(255,255,255, 0.914) , 8px 137px 0 -104px rgba(255,255,255, 0.924) , -118px -50px 0 -104px rgba(255,255,255, 0.963) , -15px -126px 0 -104px rgba(255,255,255, 0.758) , 11px 129px 0 -104px rgba(255,255,255, 0.274) , -31px 28px 0 -104px rgba(255,255,255, 0.968) , -60px -131px 0 -104px rgba(255,255,255, 0.693) , -126px -34px 0 -104px rgba(255,255,255, 0.248) , -114px 103px 0 -104px rgba(255,255,255, 0.769) , 124px 76px 0 -104px rgba(255,255,255, 0.348) , 37px -29px 0 -104px rgba(255,255,255, 0.334) , -55px 43px 0 -104px rgba(255,255,255, 0.749) , 65px -142px 0 -104px rgba(255,255,255, 0.65) , -52px 55px 0 -104px rgba(255,255,255, 0.53) , -41px -97px 0 -104px rgba(255,255,255, 0.2) , -48px -144px 0 -104px rgba(255,255,255, 0.167) , -95px 108px 0 -104px rgba(255,255,255, 0.586) , 64px 29px 0 -104px rgba(255,255,255, 0.994) , 29px -127px 0 -104px rgba(255,255,255, 0.964) , -15px -143px 0 -104px rgba(255,255,255, 0.7) , 57px -127px 0 -104px rgba(255,255,255, 0.324) , 121px -113px 0 -104px rgba(255,255,255, 0.497) , 108px 94px 0 -104px rgba(255,255,255, 0.981) , -105px -139px 0 -104px rgba(255,255,255, 0.355) , 43px -82px 0 -104px rgba(255,255,255, 0.477) , -97px -42px 0 -104px rgba(255,255,255, 0.491) , -93px -65px 0 -104px rgba(255,255,255, 0.777) , -124px -129px 0 -104px rgba(255,255,255, 0.82) , 55px -101px 0 -104px rgba(255,255,255, 0.869) , -109px 55px 0 -104px rgba(255,255,255, 0.272) , -141px -105px 0 -104px rgba(255,255,255, 0.859) , -92px 110px 0 -104px rgba(255,255,255, 0.443) , -10px 102px 0 -104px rgba(255,255,255, 0.119) , -34px 115px 0 -104px rgba(255,255,255, 0.191) , 82px 71px 0 -104px rgba(255,255,255, 0.086) , 51px 35px 0 -104px rgba(255,255,255, 0.57) , 28px 38px 0 -104px rgba(255,255,255, 0.329) , 98px 60px 0 -104px rgba(255,255,255, 0.959) , -28px 140px 0 -104px rgba(255,255,255, 0.381) , -132px -51px 0 -104px rgba(255,255,255, 0.432) , -92px 27px 0 -104px rgba(255,255,255, 0.517) , -119px -114px 0 -104px rgba(255,255,255, 0.652) , 65px 122px 0 -104px rgba(255,255,255, 0.836) , 19px -57px 0 -104px rgba(255,255,255, 0.623) , 64px -137px 0 -104px rgba(255,255,255, 0.656) , -101px 56px 0 -104px rgba(255,255,255, 0.43) , 8px -50px 0 -104px rgba(255,255,255, 0.131) , -59px 84px 0 -104px rgba(255,255,255, 0.592) , 49px -33px 0 -104px rgba(255,255,255, 0.291) , 5px 93px 0 -104px rgba(255,255,255, 0.722) , 12px 144px 0 -104px rgba(255,255,255, 0.049) , -72px -46px 0 -104px rgba(255,255,255, 0.786) , -15px -98px 0 -104px rgba(255,255,255, 0.744) , 23px -93px 0 -104px rgba(255,255,255, 0.147) , -142px 119px 0 -104px rgba(255,255,255, 0.521) , 24px 3px 0 -104px rgba(255,255,255, 0.985) , 114px -129px 0 -104px rgba(255,255,255, 0.158) , -19px -80px 0 -104px rgba(255,255,255, 0.578) , -43px 36px 0 -104px rgba(255,255,255, 0.97) , 56px -21px 0 -104px rgba(255,255,255, 0.759) , 103px -111px 0 -104px rgba(255,255,255, 0.839) , -142px 44px 0 -104px rgba(255,255,255, 0.438) , 64px -22px 0 -104px rgba(255,255,255, 0.323) , -36px 104px 0 -104px rgba(255,255,255, 0.271) , 47px 9px 0 -104px rgba(255,255,255, 0.259) , -82px 24px 0 -104px rgba(255,255,255, 0.313) , 43px -55px 0 -104px rgba(255,255,255, 0.803) , -38px -45px 0 -104px rgba(255,255,255, 0.092) , -76px 96px 0 -104px rgba(255,255,255, 0.069) , 134px -65px 0 -104px rgba(255,255,255, 0.67) , -48px 131px 0 -104px rgba(255,255,255, 0.624) , -13px -99px 0 -104px rgba(255,255,255, 0.938) , 4px -106px 0 -104px rgba(255,255,255, 0.821) , -89px 113px 0 -104px rgba(255,255,255, 0.923) , -9px -68px 0 -104px rgba(255,255,255, 0.697) , 18px 77px 0 -104px rgba(255,255,255, 0.655) , -8px -20px 0 -104px rgba(255,255,255, 0.282) , -94px -112px 0 -104px rgba(255,255,255, 0.367) , -53px -55px 0 -104px rgba(255,255,255, 0.113) , -34px 15px 0 -104px rgba(255,255,255, 0.221) , 89px 40px 0 -104px rgba(255,255,255, 0.452) , -1px -70px 0 -104px rgba(255,255,255, 0.796) , 112px 17px 0 -104px rgba(255,255,255, 0.634) , -6px -78px 0 -104px rgba(255,255,255, 0.114) , -37px 67px 0 -104px rgba(255,255,255, 0.803) , 106px 126px 0 -104px rgba(255,255,255, 0.863) , 36px -26px 0 -104px rgba(255,255,255, 0.68) , 113px -19px 0 -104px rgba(255,255,255, 0.564) , 3px -74px 0 -104px rgba(255,255,255, 0.111) , 133px 135px 0 -104px rgba(255,255,255, 0.21) , -83px 100px 0 -104px rgba(255,255,255, 0.3) , -23px 95px 0 -104px rgba(255,255,255, 0.41) , 83px -31px 0 -104px rgba(255,255,255, 0.213) , 89px 48px 0 -104px rgba(255,255,255, 0.52) , -67px 59px 0 -104px rgba(255,255,255, 0.245) , -29px -49px 0 -104px rgba(255,255,255, 0.517) , 47px -76px 0 -104px rgba(255,255,255, 0.662) , -42px -17px 0 -104px rgba(255,255,255, 0.367) , 58px 131px 0 -104px rgba(255,255,255, 0.347) , 9px -48px 0 -104px rgba(255,255,255, 0.419) , 145px 136px 0 -104px rgba(255,255,255, 0.183) , 54px -11px 0 -104px rgba(255,255,255, 0.002) , 69px 97px 0 -104px rgba(255,255,255, 0.983) , -122px 63px 0 -104px rgba(255,255,255, 0.929) , -137px -19px 0 -104px rgba(255,255,255, 0.758) , 6px -113px 0 -104px rgba(255,255,255, 0.751) , -2px 63px 0 -104px rgba(255,255,255, 0.369) , 42px -44px 0 -104px rgba(255,255,255, 0.631) , -106px -137px 0 -104px rgba(255,255,255, 0.676) , 53px 105px 0 -104px rgba(255,255,255, 0.589) , -53px 89px 0 -104px rgba(255,255,255, 0.954) , 17px 85px 0 -104px rgba(255,255,255, 0.867) , 54px 40px 0 -104px rgba(255,255,255, 0.225) , -20px -80px 0 -104px rgba(255,255,255, 0.179) , -128px -135px 0 -104px rgba(255,255,255, 0.158) , 42px 109px 0 -104px rgba(255,255,255, 0.096) , -108px -62px 0 -104px rgba(255,255,255, 0.984) , 142px 13px 0 -104px rgba(255,255,255, 0.243) , -51px -134px 0 -104px rgba(255,255,255, 0.033) , 90px 98px 0 -104px rgba(255,255,255, 0.854) , -129px -126px 0 -104px rgba(255,255,255, 0.269) , 142px 30px 0 -104px rgba(255,255,255, 0.57) , -38px -1px 0 -104px rgba(255,255,255, 0.503) , -139px 20px 0 -104px rgba(255,255,255, 0.186) , 139px -39px 0 -104px rgba(255,255,255, 0.71) , 10px -51px 0 -104px rgba(255,255,255, 0.337) , 65px 18px 0 -104px rgba(255,255,255, 0.802) , 33px -75px 0 -104px rgba(255,255,255, 0.765) , 108px 100px 0 -104px rgba(255,255,255, 0.255) , -65px -37px 0 -104px rgba(255,255,255, 0.428) , 45px -124px 0 -104px rgba(255,255,255, 0.528) , -74px 64px 0 -104px rgba(255,255,255, 0.564) , -63px -54px 0 -104px rgba(255,255,255, 0.887) , -15px 56px 0 -104px rgba(255,255,255, 0.239) , -43px -104px 0 -104px rgba(255,255,255, 0.319) , 76px -138px 0 -104px rgba(255,255,255, 0.04) , -88px -29px 0 -104px rgba(255,255,255, 0.776) , -36px 36px 0 -104px rgba(255,255,255, 0.451) , 137px 109px 0 -104px rgba(255,255,255, 0.724) , 69px -103px 0 -104px rgba(255,255,255, 0.386) , -49px -4px 0 -104px rgba(255,255,255, 0.055) , -121px -8px 0 -104px rgba(255,255,255, 0.111) , -56px 100px 0 -104px rgba(255,255,255, 0.355) , -86px -69px 0 -104px rgba(255,255,255, 0.806) , 141px -75px 0 -104px rgba(255,255,255, 0.858) , -80px 26px 0 -104px rgba(255,255,255, 0.288) , -117px 70px 0 -104px rgba(255,255,255, 0.892) , -107px -118px 0 -104px rgba(255,255,255, 0.251) , -62px 32px 0 -104px rgba(255,255,255, 0.504) , -36px -137px 0 -104px rgba(255,255,255, 0.525) , 127px 47px 0 -104px rgba(255,255,255, 0.588) , 70px -95px 0 -104px rgba(255,255,255, 0.04) , 127px -123px 0 -104px rgba(255,255,255, 0.942) , 94px 23px 0 -104px rgba(255,255,255, 0.688) , -76px 31px 0 -104px rgba(255,255,255, 0.853) , -95px 27px 0 -104px rgba(255,255,255, 0.65) , 88px -2px 0 -104px rgba(255,255,255, 0.665) , 3px -131px 0 -104px rgba(255,255,255, 0.986) , 50px 133px 0 -104px rgba(255,255,255, 0.49) , 42px -36px 0 -104px rgba(255,255,255, 0.86) , -72px -30px 0 -104px rgba(255,255,255, 0.362) , 71px 19px 0 -104px rgba(255,255,255, 0.179) , 39px 98px 0 -104px rgba(255,255,255, 0.149) , -115px 70px 0 -104px rgba(255,255,255, 0.939) , 29px -56px 0 -104px rgba(255,255,255, 0.935) , -59px 117px 0 -104px rgba(255,255,255, 0.264) , 35px -124px 0 -104px rgba(255,255,255, 0.248) , -45px 133px 0 -104px rgba(255,255,255, 0.388) , 71px -14px 0 -104px rgba(255,255,255, 0.769) , 102px -32px 0 -104px rgba(255,255,255, 0.793) , -57px 82px 0 -104px rgba(255,255,255, 0.836) , 62px 70px 0 -104px rgba(255,255,255, 0.636) , -119px -27px 0 -104px rgba(255,255,255, 0.878) , 2px -136px 0 -104px rgba(255,255,255, 0.208) , -97px 135px 0 -104px rgba(255,255,255, 0.355) , 72px -26px 0 -104px rgba(255,255,255, 0.569) , -53px -75px 0 -104px rgba(255,255,255, 0.203) , -109px -130px 0 -104px rgba(255,255,255, 0.58) , 100px -132px 0 -104px rgba(255,255,255, 0.391) , 136px 67px 0 -104px rgba(255,255,255, 0.416) , -17px -35px 0 -104px rgba(255,255,255, 0.668) , 128px -34px 0 -104px rgba(255,255,255, 0.292) , -120px -61px 0 -104px rgba(255,255,255, 0.207) , -9px 4px 0 -104px rgba(255,255,255, 0.497) , 107px -113px 0 -104px rgba(255,255,255, 0.079) , 85px -80px 0 -104px rgba(255,255,255, 0.492) , -50px 93px 0 -104px rgba(255,255,255, 0.496) , -70px 92px 0 -104px rgba(255,255,255, 0.059) , -17px -27px 0 -104px rgba(255,255,255, 0.57) , -11px 65px 0 -104px rgba(255,255,255, 0.183) , -97px -103px 0 -104px rgba(255,255,255, 0.056) , 33px -8px 0 -104px rgba(255,255,255, 0.832) , -106px -114px 0 -104px rgba(255,255,255, 0.242) , -128px -80px 0 -104px rgba(255,255,255, 0.773) , 91px 61px 0 -104px rgba(255,255,255, 0.55) , 119px -70px 0 -104px rgba(255,255,255, 0.914) , -92px 143px 0 -104px rgba(255,255,255, 0.654) , -14px -43px 0 -104px rgba(255,255,255, 0.532) , 37px 77px 0 -104px rgba(255,255,255, 0.026) , 93px 26px 0 -104px rgba(255,255,255, 0.274) , 1px 23px 0 -104px rgba(255,255,255, 0.273) , -132px 1px 0 -104px rgba(255,255,255, 0.714) , -80px -32px 0 -104px rgba(255,255,255, 0.235) , 103px 95px 0 -104px rgba(255,255,255, 0.159) , -101px 29px 0 -104px rgba(255,255,255, 0.331) , -21px 144px 0 -104px rgba(255,255,255, 0.292) , 8px 124px 0 -104px rgba(255,255,255, 0.113) , 82px 114px 0 -104px rgba(255,255,255, 0.916) , 77px 141px 0 -104px rgba(255,255,255, 0.462) , -16px 75px 0 -104px rgba(255,255,255, 0.479) , -106px -41px 0 -104px rgba(255,255,255, 0.337) , 128px -111px 0 -104px rgba(255,255,255, 0.05) , -56px 44px 0 -104px rgba(255,255,255, 0.649) , 84px -104px 0 -104px rgba(255,255,255, 0.715) , -87px -67px 0 -104px rgba(255,255,255, 0.408) , -7px -49px 0 -104px rgba(255,255,255, 0.938) , -143px 79px 0 -104px rgba(255,255,255, 0.989) , 82px 14px 0 -104px rgba(255,255,255, 0.25) , -12px 50px 0 -104px rgba(255,255,255, 0.877) , 75px -79px 0 -104px rgba(255,255,255, 0.455) , -137px 60px 0 -104px rgba(255,255,255, 0.043) , 19px -39px 0 -104px rgba(255,255,255, 0.188) , 67px 28px 0 -104px rgba(255,255,255, 0.474) , -32px 0px 0 -104px rgba(255,255,255, 0.896) , -76px -83px 0 -104px rgba(255,255,255, 0.394) , 69px 60px 0 -104px rgba(255,255,255, 0.413) , -115px 12px 0 -104px rgba(255,255,255, 0.122) , -65px 6px 0 -104px rgba(255,255,255, 0.744) , 102px 125px 0 -104px rgba(255,255,255, 0.506) , -91px 32px 0 -104px rgba(255,255,255, 0.106) , 17px -69px 0 -104px rgba(255,255,255, 0.74) , 57px -42px 0 -104px rgba(255,255,255, 0.646) , -128px -117px 0 -104px rgba(255,255,255, 0.498) , -90px -126px 0 -104px rgba(255,255,255, 0.34) , -12px -9px 0 -104px rgba(255,255,255, 0.072) , -95px 35px 0 -104px rgba(255,255,255, 0.052) , -135px 97px 0 -104px rgba(255,255,255, 0.272) , -23px 17px 0 -104px rgba(255,255,255, 0.707) , 129px 31px 0 -104px rgba(255,255,255, 0.886) , -84px -33px 0 -104px rgba(255,255,255, 0.558) , -31px -101px 0 -104px rgba(255,255,255, 0.571) , 108px 35px 0 -104px rgba(255,255,255, 0.354) , 132px 99px 0 -104px rgba(255,255,255, 0.888) , 87px 119px 0 -104px rgba(255,255,255, 0.775) , 87px 52px 0 -104px rgba(255,255,255, 0.277) , 113px 134px 0 -104px rgba(255,255,255, 0.451) , -17px 82px 0 -104px rgba(255,255,255, 0.703) , 73px -136px 0 -104px rgba(255,255,255, 0.532) , 0px -129px 0 -104px rgba(255,255,255, 0.527) , -33px 94px 0 -104px rgba(255,255,255, 0.288) , -118px -76px 0 -104px rgba(255,255,255, 0.337) , 137px 88px 0 -104px rgba(255,255,255, 0.748) , 122px -57px 0 -104px rgba(255,255,255, 0.268) , 68px 58px 0 -104px rgba(255,255,255, 0.041) , -135px -95px 0 -104px rgba(255,255,255, 0.681) , 73px 122px 0 -104px rgba(255,255,255, 0.249) , -107px -23px 0 -104px rgba(255,255,255, 0.17) , -17px -18px 0 -104px rgba(255,255,255, 0.438) , 5px -66px 0 -104px rgba(255,255,255, 0.383) , 118px -106px 0 -104px rgba(255,255,255, 0.462) , 87px -127px 0 -104px rgba(255,255,255, 0.228) , -106px -102px 0 -104px rgba(255,255,255, 0.577) , -125px -71px 0 -104px rgba(255,255,255, 0.201) , 11px 93px 0 -104px rgba(255,255,255, 0.526) , -89px 64px 0 -104px rgba(255,255,255, 0.444) , 105px 73px 0 -104px rgba(255,255,255, 0.824) , -134px -68px 0 -104px rgba(255,255,255, 0.069) , 2px 90px 0 -104px rgba(255,255,255, 0.791) , 93px 113px 0 -104px rgba(255,255,255, 0.562) , 124px -63px 0 -104px rgba(255,255,255, 0.363) , -83px -78px 0 -104px rgba(255,255,255, 0.498) , 126px -94px 0 -104px rgba(255,255,255, 0.237) , -48px -142px 0 -104px rgba(255,255,255, 0.241) , 100px -59px 0 -104px rgba(255,255,255, 0.488) , -97px 139px 0 -104px rgba(255,255,255, 0.693) , 136px -30px 0 -104px rgba(255,255,255, 0.988) , -8px 92px 0 -104px rgba(255,255,255, 0.158) , -29px 32px 0 -104px rgba(255,255,255, 0.794) , 85px 41px 0 -104px rgba(255,255,255, 0.271) , 49px -49px 0 -104px rgba(255,255,255, 0.185) , -70px 143px 0 -104px rgba(255,255,255, 0.628) , 137px 63px 0 -104px rgba(255,255,255, 0.632) , -75px 94px 0 -104px rgba(255,255,255, 0.898) , -101px -75px 0 -104px rgba(255,255,255, 0.308) , -55px 124px 0 -104px rgba(255,255,255, 0.724) , 15px 42px 0 -104px rgba(255,255,255, 0.423) , -46px 30px 0 -104px rgba(255,255,255, 0.229) , 17px -40px 0 -104px rgba(255,255,255, 0.347) , -61px 95px 0 -104px rgba(255,255,255, 0.235) , -104px 33px 0 -104px rgba(255,255,255, 0.706) , 13px -78px 0 -104px rgba(255,255,255, 0.582) , 69px -48px 0 -104px rgba(255,255,255, 0.273) , -16px 24px 0 -104px rgba(255,255,255, 0.173) , 126px -88px 0 -104px rgba(255,255,255, 0.305) , -66px 98px 0 -104px rgba(255,255,255, 0.413) , 108px -140px 0 -104px rgba(255,255,255, 0.008) , -65px 137px 0 -104px rgba(255,255,255, 0.056) , 107px 90px 0 -104px rgba(255,255,255, 0.208) , -13px 33px 0 -104px rgba(255,255,255, 0.925) , 43px -99px 0 -104px rgba(255,255,255, 0.752) , -109px 87px 0 -104px rgba(255,255,255, 0.321) , -35px 26px 0 -104px rgba(255,255,255, 0.904) , -10px -132px 0 -104px rgba(255,255,255, 0.686) , 121px 106px 0 -104px rgba(255,255,255, 0.234) , 97px 144px 0 -104px rgba(255,255,255, 0.409) , 140px -20px 0 -104px rgba(255,255,255, 0.031) , 71px 41px 0 -104px rgba(255,255,255, 0.825) , 30px 117px 0 -104px rgba(255,255,255, 0.507) , 58px 38px 0 -104px rgba(255,255,255, 0.261) , -34px -48px 0 -104px rgba(255,255,255, 0.454) , 124px -25px 0 -104px rgba(255,255,255, 0.673) , -33px -14px 0 -104px rgba(255,255,255, 0.876) , 136px -18px 0 -104px rgba(255,255,255, 0.585) , 83px -111px 0 -104px rgba(255,255,255, 0.822) , -37px 3px 0 -104px rgba(255,255,255, 0.827) , 130px 121px 0 -104px rgba(255,255,255, 0.175) , -61px 10px 0 -104px rgba(255,255,255, 0.082) , 1px 36px 0 -104px rgba(255,255,255, 0.577);
}

.pluto {
  height: 780px;
  width: 780px;
  margin-top: -450px;
  margin-left: -320px;
  -webkit-animation: orb 7439.7074054575s linear infinite;
          animation: orb 7439.7074054575s linear infinite;
}
.pluto:before {
  height: 3px;
  width: 3px;
  background: #fff;
  margin-top: -1.5px;
  margin-left: -1.5px;
}

.hide {
  display: none;
}

.links {
  margin-top: 5px !important;
  font-size: 1em !important;
}

@-webkit-keyframes orb {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes orb {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.solarOut{
    position:absolute;
    left: 343px;
    top: 560px;
}

/********************************/
/*********Solar System***********/
/*************End****************/



/* Home design */

#body8633 .mainTable3{
    width:100%;
    margin:50px auto 0;
}

.homeRdTop{
    display:block;
    margin:0 auto 50px;
    width:90%;
}
.homeRdTop .homeNews,
.homeRdTop .homeCalendar,
.homeRdTop .homeBanners{
    display:inline-block;
    float:right;
}
.homeRdTop .homeNews{
    width:22.5%;
    margin-left:3.1%;
}
.homeRdTop .homeNews .title{
    display:block;
    height:75px;
    border-bottom:3px solid #0079b8;
    color:#00b2b8;
    font-size:32px;
    font-weight:bold;
    line-height:1em;
}
.homeRdTop .homeCalendar{
    width:48.6%;
}
.homeRdTop .homeBanners{
    width:22.5%;
    float:left;
    padding-top:88px;
}
.homeRdTop .homeBanners a{
    display:block;
    height:158px;
    color:#171717;
    font-size:26px;
    padding:46px 21px 0 0;
    line-height:1em;
vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.homeRdTop .homeBanners a:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.homeRdTop .homeBanners a:hover, 
.homeRdTop .homeBanners a:focus{
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.homeRdTop .homeBanners a:hover:before, 
.homeRdTop .homeBanners a:focus:before{
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
.homeRdTop .homeBanners a.banner1{
    background-color:#fcb827;
    margin-bottom:32px;
    position:relative;
}
.homeRdTop .homeBanners a.banner1 span{
    display:inline-block;
    background-image:url(homeBannerIcon1.png);
    background-position:right;
    background-repeat:no-repeat;
    height:68px;
    padding:26px 86px 0 0;
}
.homeRdTop .homeBanners a.banner1:after{
    content:"\f104";
    font-family:"Font Awesome 5 Pro";
    font-weight:bold;
    position:absolute;
    left:20px;
    top:71px;
    font-size:28px;
}

.homeRdTop .homeBanners a.banner2{
    background-color:#00b2b8;
    position:relative;
    padding:42px 23px 0 0;
    color:#fff;
}
.homeRdTop .homeBanners a.banner2 span{
    display:inline-block;
    background-image:url(homeBannerIcon2.png);
    background-position:right;
    background-repeat:no-repeat;
    height:68px;
    padding:0px 83px 0 0;
}
.homeRdTop .homeBanners a.banner2:after{
    content:"\f104";
    font-family:"Font Awesome 5 Pro";
    font-weight:bold;
    position:absolute;
    left:20px;
    top:69px;
    font-size:28px;
}
.homeCalendar{
    position:relative;
}
.homeCalendar .title{
    color:#373737;
    font-size:32px;
    font-weight:bold;
    position:absolute;
    right:0;
    top:0;
    line-height:1em;
}
.homeCalendar .fc-header{
    width:305px !important;
    float:left;
}
.homeActivities{
    display:block;
    width:100%;
    height:806px;
    background-image:url(homeActivitiesBg.jpg);
    background-position:top;
    background-repeat:no-repeat;
    margin:0 auto 60px;
    padding-top:45px;
}
.homeActivities .title{
    display:block;
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:1em;
    margin:0 auto 73px;
    font-size:39px;
}
.homeActivities .in{
    display:block;
    width:90%;
    max-width:1279px;
    margin:0 auto;
}
.homeActivities .in .link{
    display:inline-block;
    float:right;
    margin-left:8.1%;
    width:calc(75.5%/4);
    margin-bottom:87px;
    
    position:relative;
}
.homeActivities .in .link:before{
    content: "";
    display: block;
	padding-top: 100%; 
}
.homeActivities .in .link .circle{
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    border-radius:50%;
    border:2px solid rgba(255,255,255,0.3);
}
.homeActivities .in .link .circle:before{
    content:"";
    display:block;
    width:20px;
    height:20px;
    border-radius:50%;
    background-color:#ff7e00;
    position:absolute;
    top:-10px;
    right:45%;
}

.homeActivities .in .link1 .circle:before{
    background-color:#ff7e00;
    top: 0px;
    right: 64%;
}
.homeActivities .in .link2 .circle:before{
    background-color:#c5654b;
    bottom: 1px;
    right: 67%;
    top:auto;
}
.homeActivities .in .link3 .circle:before{
    background-color:#4a88d5;
    top: 29%;
    right: -2%;
}
.homeActivities .in .link4 .circle:before{
    background-color:#ff0000;
    top: 45%;
    right: 96%;
}
.homeActivities .in .link5 .circle:before{
    background-color:#fcb827;
    top: 17%;
    right: 4%;
}
.homeActivities .in .link6 .circle:before{
    background-color:#bc5d00;
    top: 85%;
    right: 14%;
}
.homeActivities .in .link7 .circle:before{
    background-color:#426694;
    top: 69%;
    right: 91%;
}
.homeActivities .in .link8 .circle:before{
    background-color:#03d3ff;
    top: 0%;
    right: 25%;
}


.homeActivities .in .link:hover .circle{
    animation: orb 10s linear infinite;
}

.homeActivities .in .link span{
    display:block;
    background:rgba(255,255,255,0.3);
    position:absolute;
    top:23px;
    right:23px;
    left:23px;
    bottom:23px;
    border-radius:50%;
    text-align:center;
    color:#fff;
    font-size:25px;
    line-height:1.05em;
    padding-top:83px;
    -webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.homeActivities .in .link3 span,
.homeActivities .in .link4 span,
.homeActivities .in .link7 span{
    padding-top:73px;
}
.homeActivities .in .link:nth-child(4n){
    margin-left:0;
}
.homeActivities .in .link:hover span{
    color:#222;
    background:rgba(255,255,255,0.8);
}
.homeAbout{
    display:block;
    width:90%;
    margin:0 auto 0px;
    position:relative;
    padding-bottom:60px;
}
.homeAbout:before{
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    right:0;
    background-image:url(homeAboutRight.png);
    background-position:top;
    background-repeat:no-repeat;
    max-width:313px;
    width:100%;
    height:251px;
}
.homeAbout:after{
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    background-image:url(homeAboutLeft.png);
    background-position:top;
    background-repeat:no-repeat;
    width:340px;
    height:251px;
}
.homeAbout h1{
    color:#373737;
    font-size:44px;
    font-weight:bold;
    text-align:center;
    line-height:1em;
    margin-bottom:10px;
    position:relative;
    z-index:2;
}
.homeAbout .des{
    color:#00b2b8;
    font-size:35px;
    text-align:center;
    line-height:1em;
    margin-bottom:17px;
    position:relative;
    z-index:2;
}
.homeAbout .text{
    color:#444444;
    font-size:23px;
    text-align:center;
    line-height:1.2em;
    margin:0px auto;
    width:90%;
    max-width:890px;
    position:relative;
    z-index:2;
    
}
.homeAreas{
    padding:115px 0 88px;
    display:block;
    width:100%;
    margin:0 auto;
    background-image:url(homeAreasBg.jpg);
    background-position:top;
    background-repeat:no-repeat;
}
.homeAreas .in{
    width:90%;
    margin:0 auto;
    display:block;
}
.homeAreas .in a{
    display:inline-block;
    height:153px;
    margin-left:2.4%;
    width:calc(90.2%/5);
    padding-top:15px;
    color:#fff;
    font-size:28px;
    background-color:#491b43;
    float:right;
vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.homeAreas .in a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #747474;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.homeAreas .in a:hover:before, 
.homeAreas .in a:focus:before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.homeAreas .in a span{
    display:block;
    text-align:center;
    background-image:url(homeAreasIcon1.png);
    background-position:top;
    background-repeat:no-repeat;
    padding-top:92px;
}
.homeAreas .in a span:after{
    content:"";
    height:4px;
    width:100%;
    text-align:center;
    display:block;
    background-image:url(homeAreasDotes.png);
    background-position:top;
    background-repeat:no-repeat;
    margin-top:10px;
}
.homeAreas .in a:last-child{
    margin-left:0;
}
.homeAreas .in a.link2{background-color:#0b6492;}
.homeAreas .in a.link2 span{background-image:url(homeAreasIcon2.png);}

.homeAreas .in a.link3{background-color:#00878c;}
.homeAreas .in a.link3 span{background-image:url(homeAreasIcon3.png);}

.homeAreas .in a.link4{background-color:#b4802d;}
.homeAreas .in a.link4 span{background-image:url(homeAreasIcon4.png);}

.homeAreas .in a.link5{background-color:#a93d20;}
.homeAreas .in a.link5 span{background-image:url(homeAreasIcon5.png);}

.homeMovies{
    padding:60px 0 140px;
    display:block;
    width:100%;
    margin:0 auto;
    background-image:url(homeMovieBg.jpg);
    background-position:top;
    background-repeat:no-repeat;
}
.homeMovies .titleDiv{
    display:block;
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:1em;
    margin:0 auto 55px;
    font-size:39px;
}
.homeMovies .in{
    display:block;
    width:90%;
    margin:0 auto;
}
.homeMovies .in:after,
.homeAreas .in:after,
.homeActivities .in:after,
.homeRdTop:after {
    content: "";
    display: table;
    clear: both;
}
.homeMovies a{
    display:inline-block;
    float:right;
    margin-left:2.4%;
    width:calc(95%/3);
    height:315px;
    background-color:#000;
    position:relative;
    overflow:hidden;
    border:1px solid #00878c;
}
.homeMovies a:last-child{margin:0;}
.homeMovies a img{
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    -ms-transform-origin: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -webkit-transform-origin: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    transform-origin: translateY(-50%) translateX(-50%);
    opacity:1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.homeMovies a:hover img{
    opacity:0.3;
    -moz-transform: scale(1.3) translateX(-30%) translateY(-30%);
    -webkit-transform: scale(1.3) translateX(-30%) translateY(-30%);
    -o-transform: scale(1.3) translateX(-30%) translateY(-30%);
    -ms-transform: scale(1.3) translateX(-30%) translateY(-30%);
    transform: scale(1.3) translateX(-30%) translateY(-30%);
}
.homeMovies a .title{
    display:block;
    width:100%;
    position:absolute;
    top:131px;
    right:0;
    text-align:center;
}
.homeMovies a .title span{
    display:inline-block;
    width:90%;
    max-width:340px;
    text-align:center;
    color:#fff;
    font-size:35px;
    background:rgba(0,135,140,0.8);
    padding-top:14px;
    padding-bottom:15px;
    line-height: 1.2em;
}
.homeMovies a:hover .title span{
    background:rgba(0,135,140,1);
}


/* Footer design */
.footerRd{
    display:block;
    background-color:#0f1318;
    border-top:4px solid #00878c;
}
.footerRdTop{
    display:block;
    width:90%;
    margin:0 auto;
    padding:35px 0;
    border-bottom:1px solid #202731; 
    
}
.footerRdBottom{
    display:block;
    width:90%;
    margin:0 auto;
    padding:15px 0;
    
}

.footerDet{
    display:inline-block;
    vertical-align:top;
    margin-left:30px;
    color:#e4e4e4;
    font-size:16px;
    line-height:1.4em;
}
.footerDet h3{
    font-size:22px;
    margin-bottom:10px;
}
.footerDet .businessInfoDet.businessInfoAddress .title{display:none;}
.footerDet .businessInfoDet .title{
    display:inline-block;
    width:45px;
}
.footerDet .businessInfoDet .title:after{
    content:":";
}
.footerDet.footerDet3{
    padding-left:152px;
    position:relative;
    display: none;
}
.footerDet.footerDet3 .exeption{
    width:136px;
    height:32px;
    display:block;
    background-color:#00878c;
    color:#fff;
    position:absolute;
    left:0;
    bottom:6px;
    line-height:0.9em;
    font-size:15px;
    padding:2px 9px 0 0;
}
.footerDet.footerDet3 .row .day .title:after{
    content:":";
}
.footerDet.footerDet3 .row .day .title{display:inline-block;width:23px;}
.footerDet.footerDet3 .row .day .hours{display:inline-block;width:102px;text-align:left;}
.footerDet.footerDet3 .row .day1:after{
    content:"|";
    color:#00878c;
    margin:0 17px;
}
.footerLogos{
    display:inline-block;
    vertical-align:top;
    padding-top:9px;
    padding-right: 190px;
}
.footerLogos a{
    display:inline-block;
    margin-left:25px;
}
.footerLogos a img{display:block;}
.footerIcons{
    display:inline-block;
    float:left;
    padding-top:28px;
}
.footerIcons a{
    color:#cecece;
    font-size:23px;
    margin-right:23px;
    position:relative;
    bottom:0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footerIcons a:hover{bottom:5px;}


/* Float icons */

.floatIcons{
    display:inline-block;
    position:fixed;
    left:0;
    top:368px;
    z-index:99;
}
.floatIcons a{
    display:block;
}
.floatIcons a:hover{background-color:#747474 !important;}
.floatIcons a.icon1{
    width:45px;
    height:45px;
    background-color:#fcb827;
    background-image:url(floatIcon1.png);
}
.floatIcons a.icon3{
    width:45px;
    height:45px;
    background-color:#9fc54c;
    background-image:url(floatIcon3.png);
}
.floatIcons a.icon2{
    width:45px;
    height:163px;
    background-color:#00b2b8;
    background-image:url(floatIcon2.png);
    background-position:6px 8px;
    background-repeat:no-repeat;
    color:#fff;
    font-size:19px;
    position:relative;
    overflow:hidden;
}
.floatIcons a.icon2 span{
    display:inline-block;
    width:163px;
    /*! height:45px; */
    position:absolute;
    right:-59px;
    top:125px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}



/* Contact page */

.pf125 .fieldRow .fieldInput{width:100%;}
.pf125 .fieldRow .fieldInput input{padding:10px;}

.mytext_1, .mytext_2, .mytext_3,
.mytext_4, .mytext_5, .mytext_6{
    margin:0 0 10px 2%;
    float:right;
    width:calc(96%/3);
}
.mytext_3,
.mytext_6{margin-left:0;}
.fieldRow .fieldInput textarea{height:200px;}

.contactMap iframe{
    width:100%;
    height:300px;
    display:block;
    margin:0 0;
}
#body8681 .tdPageTitle{text-align:center;}
.LOCALTOP .des{
    display:block;
    text-align:center;
    font-size:25px;
    margin:4px 0 27px;
    line-height:1.2em;
    font-weight:300;
}
#body8681 .LOCALTOP {text-align:center;margin-bottom:20px;}
.LOCALTOP .businessInfoDet{
    width:31%;
    margin:0 1%;
    display:inline-block;
    vertical-align:top;
    text-align:center;
    font-size:20px;
}
.LOCALTOP .businessInfoDet .title{
    display:block;
    text-align:center;
    font-size:17px;
    font-weight:bold;
}

.LOCALTOP .businessInfoDet span.value{
    font-weight:100;    
}

.LOCALTOP .businessInfoDet .icon{
    width:50px;
    height:50px;
    color:#fff;
    background-color:#00b2b8;
    border-radius:50%;
    text-align:center;
    font-size:26px;
    padding-top:12px;
    display:inline-block;
    margin-bottom:5px;
}
#body8681 #PF-FROM .formHolder{width:100%;}


.RecommendedSites:after {
  content: "";
  display: table;
  clear: both;
}
.RecommendedSites a{
    display:inline-block;
    height:108px;
    margin-left:2.4%;
    margin-bottom:15px;
    width:calc(90.2%/5);
    padding:20px 10px 0;
    color:#fff;
    font-size:20px;
    background-color:#747474;
    text-align:center;
    float:right;
    vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-bottom:6px solid #00b2b8;
}
.RecommendedSites a:nth-child(5n){
    margin-left:0;
}
.RecommendedSites a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00b2b8;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.RecommendedSites a:hover:before, 
.RecommendedSites a:focus:before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

#body8690 #PF-FROM .formHolder{width:100%;}
#body8690 .tdPageTitle{text-align:center;}

.Rmenuul1_sub_to_menu .menudiv li{white-space: normal;}
.dateScrollBar{display:none;}



/* smattiket*/

#SmartTicket .RowWrapper{
    margin:0 auto 40px;
}
#SmartTicket .ShowInfo{
    display: none;
}
#SmartTicket .ShowRow:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#SmartTicket .Show {
    display: inline-block;
    padding:0 !important;
    margin-left:3%;
    float:right;
    width: calc(94%/3);
    position: relative;
    border: 1px solid #ededed;
    padding:10px !important;
    box-sizing: border-box;
}

#SmartTicket.display2 .Show{width: calc(96.8%/2);}
#SmartTicket.display3 .Show{width: calc(87.5%/3);}
#SmartTicket.display4 .Show{width: calc(90.8%/4);}
#SmartTicket.display5 .Show{width: calc(87.8%/5);}


#SmartTicket.display2 .Show:nth-child(2n){margin-left:0;}
#SmartTicket.display3 .Show:nth-child(3n){margin-left:0;}
#SmartTicket.display4 .Show:nth-child(4n){margin-left:0;}
#SmartTicket.display5 .Show:nth-child(5n){margin-left:0;}

#SmartTicket .ShowInfo.open {
    background-color: #fbfbfb;
    border-bottom: 2px solid #747474;
    border-top: 2px solid #747474;
    display: block;
    padding: 10px;
}

#SmartTicket .ShowInfo p{
    font-size:16px;
    line-height:1.5em;
}

#SmartTicket .ShowInfo.open .EventsTitle{
    display:block;
    margin-top:20px;
    color: #00236a;
    font-size: 33px;
    font-weight: 300;
    line-height: 1.1em;
    padding: 0;
}

#SmartTicket .ShowInfo.open .events li{
    display:block;
    border-bottom:1px solid #ddd;
    padding:9px 0;
}
#SmartTicket .ShowInfo.open .events li span:after{
    content:"|";
    margin:0 4px 0 5px;
}
#SmartTicket .ShowInfo.open .events li span:last-child:after{
    content:"";
    margin:0;
}
#SmartTicket .ShowInfo.open .events li:before{
    content:"";
    margin:0;
}
#SmartTicket .ShowInfo.open .events li:last-child{
    border:none;
}


#SmartTicket a img {
    width: 250px;
}
#SmartTicket .CloseShowInfo{
	display: block;
    position: absolute;
    top: 85%;
    color: white;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 5px 15px 15px;
    text-align: right;
	height: 100%;
    width: 100%;	
	transition: 1s;
}
#SmartTicket .ShowBox{
	overflow: hidden;
	position: relative;
   /* margin-bottom:10px; */
}
#SmartTicket .Show a img{ 
	display:block;
    width:100%;
    margin:0 auto;
    height: 330px;
}
#SmartTicket .Show a{ 
	display: block;
}
#SmartTicket .ShowTitle {
    /*margin-top: -35px;*/
    border-right: 2px solid #fcb725;
    margin-bottom: 10px;
    padding: 0 9px 0 0;
    color: #000;
    display: block;
    font-size: 17px;
    height: 40px;
    line-height: 1.2em;
    overflow: hidden;
    
}
/*#SmartTicket button.moreinfo {
    background-color: transparent;
    border: 1px solid #00B2DA;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    height: 34px;
    margin-top: 15px;
	cursor: pointer;
}*/
#SmartTicket button.moreinfo{
    width:100%;
    height:49px;
    display:none !important;
    background: #00b2b8; 
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    color:#000;
    font-size:19px;
    padding:0px 13px 0 0;
    position:relative;
    border:none;
    cursor:pointer;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    pointer-events: none;
}
#SmartTicket button.moreinfo:hover,
#SmartTicket button.moreinfo:focus{
    background: #5befec;
    background: -moz-linear-gradient(left,  #5befec 0%, #00afee 100%);
    background: -webkit-linear-gradient(left,  #5befec 0%,#00afee 100%);
    background: linear-gradient(to right,  #5befec 0%,#00afee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5befec', endColorstr='#00afee',GradientType=1 );
}

#SmartTicket button.moreinfo.active{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a80158+0,601c8d+100 */
    background: #fcb827;

}
#SmartTicket button.moreinfo:after{
    content:"";
    width:26px;
    height:26px;
    background-image:url(eventMoreLink.png);
    background-position:top;
    background-repeat:no-repeat;
    display:inline-block;
    position:absolute;
    left:11px;
    top:12px;
}
#SmartTicket button.moreinfo.active:after{
    background-image:url(eventMoreLink_active.png);
    top:20px;
}
#SmartTicket .Show:hover .CloseShowInfo,
#SmartTicket .Show:focus .CloseShowInfo{
	top: 0;
}
#SmartTicket .CloseShowInfo span{
	display: block;
    margin-bottom:5px;
}
#SmartTicket .CloseShowInfo .ShowCloseDate,
#SmartTicket .CloseShowInfo .ShowTime{
    display:inline-block;
    padding: 10px 5px 5px 0;
}
#SmartTicket .CloseShowInfo .ShowPlace,
#SmartTicket .CloseShowInfo .ShowBrief{
    position:relative;
    padding-right:20px;
}
#SmartTicket .CloseShowInfo .ShowPlace:before{
    content:"\f041";
    font-family:"Font Awesome 5 Pro";
    position:absolute;
    top:0;
    right:0;
}
#SmartTicket .CloseShowInfo .ShowBrief:before{
    content:"\f10e";
    font-family:"Font Awesome 5 Pro";
    position:absolute;
    top:0;
    right:0;
}
#SmartTicket .CloseShowInfo .ShowBrief p{display:inline-block;padding:0;}
#SmartTicket .CloseShowInfo .ShowBrief p strong{font-weight:400;}

#SmartTicket .CloseShowInfo .ShowCloseDate {
    background-image: url(eventDateIcon.png);
    background-position: right center;
    background-repeat: no-repeat;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    padding: 10px 37px 5px 0;
}
#SmartTicket .CloseShowInfo .ShowLink{
    display:block;
    position:absolute;
    border:1px solid #fff;
    font-size:18px;
    padding:5px 5px 4px;
    right:15px;
    left:15px;
    bottom:15px;
    color:#fff;
    text-align:center;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
#SmartTicket .CloseShowInfo .ShowLink:before{
    content:"\f104";
    font-family:"Font Awesome 5 Pro";
    margin-left:3px;
}
#SmartTicket .CloseShowInfo .ShowLink:hover{
    background-color:#fff;
    color:#333;
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

#SmartTicket .ShowRow li:before{
    content:"";
    margin:0;
}


.ShowInfo .ShowLink {
    background-color: #747474;
    color: #fff;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    margin: 2% 0 0 0;
    padding: 10px;
    text-align: center;
}

.ShowInfo .ShowLink:after{
    content:"\f100";
    font-family:"Font Awesome 5 Pro";
    margin-right:5px;
}

.ShowInfo .ShowLink:hover{background-color: #fcb725; color:#333;}

.smarticket_taf .tdMenuSideWidth{display:none;}

#body8633 #SmartTicket{display:none;}


.homeCalendar #calendar2 .fc-icon:after{
    font-size:100% !important;
    top:4% !important;
}

.homeCalendar #calendar2 .fc-today-button {
    color: #121212 !important;
    font-weight: normal;
    background-color: #fcb827 !important;
    display: inline-block;
    width: 50px !important;
    height: 40px !important;
}

.homeCalendar #calendar2 .fc-right{float:left; margin-top: 7px;}

.homeCalendar #calendar2 .fc-right h2{color:#373737; font-size: 26px;}

.homeCalendar #calendar2 .fc-day-header {
    background: #fff !important;
    background-color: #fff !important;
    border: none !important;
}

.homeCalendar #calendar2 .fc-widget-header{border: none !important;}

.homeCalendar #calendar2 .fc-head {
    border-bottom: 3px solid #00b2b8;
    margin-bottom: 13px !important;
    display: block;
}

.homeCalendar #calendar2 .fc-widget-header span{
    color:#747474;
    font-weight:bold;
    font-size:20px;
}



.homeCalendar #calendar2 .fc-border-separate td, 
.homeCalendar #calendar2 .fc-border-separate th {
    width: 14.2% !important;
}

.homeCalendar #calendar2 .fc-row.fc-week.fc-widget-content{
    height:60px !important;
}

.homeCalendar #calendar2 .fc-bg table tr td{margin:10px;}

.homeCalendar #calendar2 .fc-scroller.fc-day-grid-container{height:456px !important;}

.homeCalendar #calendar2 .fc-bg table{
    border-collapse: separate !important;
    border-spacing:5px;
}
.homeCalendar #calendar2 .fc-content-skeleton table{
    border-collapse: separate !important;
    border-spacing:5px;
}

.homeCalendar #calendar2 .fc-widget-content{border:none;}

.homeCalendar #calendar2 .fc-day-top{border-width:0 !important;}
.LinkButton {
    color: #fff;
	background-color: #00b2b8;
	padding: 8px 22px;
	border-radius: 40px;
	text-align: center;
	font-size: 21px;
}
.LinkButton:hover{background-color:#333; color:#fff;}

.businessInfoDet.businessInfoFax {display: none;}

.LinkButton_ticket {
  color: #fff;
  background-color: #fcb827;
  text-align: center;
  font-size: 21px;
  background-image: url(homeBannerIcon11.png);
  background-position: right 7px;
  background-repeat: no-repeat;
  height: 68px;
  padding: 18px 60px 25px 35px;
  display: inline-block;
}

.wrapgalbutton {
    position: absolute;
    bottom: 0;
    right: 150px;
    z-index: 99999;
}

.wrapgalbutton a {
    display: block;
    font-size: 45px;
    font-weight: bold;
    position: relative;
}

.wrapgalbutton a span {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 80px;
    display: block;
    width: 65%;
    margin: 0 auto;
    line-height: 1em;
}

.wrapgalbutton a:before {
    content: "";
    background-image: url(ticketBG.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 500px;
    height: 290px;
    display: block;
}

.wrapgalbutton a:after {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    font-size: 39px;
    margin-right: 28px;
    top: 141px;
    position: absolute;
    left: 142px;
    color: #fff;
}

.wrapgalbutton a:hover span,
.wrapgalbutton a:hover:after{color:#fcb827;}


@media screen and (max-width: 1780px) /* firefox check width 1655px */{
.Rmenuul1 .menudiv{padding-right: 570px;}
.Rmenuul1 .menudiv li{margin-left: 40px;}
.Rmenuul1 .menudiv li {margin-left: 20px;}
}/* close max-width 1780px */


@media screen and (max-width: 1680px) /* firefox check width 1655px */{
.topRd .siteLogo img {height: 60px;}
.Rmenuul1 .menudiv{padding-right: 360px;}
.footerIcons {
    display: block;
    float: none;
}
.homeRdTop .homeBanners a.banner2{padding: 30px 23px 0 7px;}
.topRd .siteLogo a {
    display: block;
	width: 391px;
	height: 74px;
	overflow: hidden;
}
.Rmenuul1 .menudiv li {margin-left: 31px;}
.Rmenuul1 .menudiv li {margin-left: 20px;}
}/* close max-width 1680px */


@media screen and (max-width: 1600px) /* firefox check width 1575px */{
.Rmenuul1 .menudiv{padding-right: 430px;}
.scroll-nav .Rmenuul1 .menudiv{padding-right: 220px;}
.homeRdTop .homeBanners a.banner1 span {
	height: 68px;
	padding: 26px 56px 0 0;
	background-size: 50px;
    font-size: 22px;
}
.homeRdTop .homeBanners a.banner2 span{
    padding: 0px 62px 0 0;
    background-size: 50px;
    font-size: 22px;
}
.homeRdTop .homeBanners a.banner2::after,
.homeRdTop .homeBanners a.banner1::after{left: 10px;}
.homeAreas .in a span{background-size: 62px;padding-top: 75px;}

.footerLogos, .footerIcons {
    display: inline-block;
	margin-top: 20px;
}
.footerRdTop{text-align: center;}
.maintable .homeGallery .rsDefault .rsBullets{display:none !important;}

.Rmenuul1 .menudiv {
    padding-right: 0;
	margin-top: 20px;
}
.topRd .siteLogo {top: 14px;}

.Rmenuul1 .menudiv li {margin-left: 50px;}
.Rmenuul1 .menudiv a.menuButton, .Rmenuul1 .menudiv a.menuButtonSelected {font-size: 20px;}

.scroll-nav .Rmenuul1 .menudiv a.menuButton{font-size: 15px;}
.wrapgalbutton {right: 70px;}

}/* close max-width 1600px */


@media screen and (max-width: 1536px) /* firefox check width 1511px */{
.topRd .siteLogo {top: 10px;}
.Rmenuul1 .menudiv {
    padding-right: 0;
	margin-top: 20px;
}
.solarOut {
	left: 263px;
	top: 510px;
}

.Rmenuul1 .menudiv li {margin-left: 40px;}

}/* close max-width 1536px */


@media screen and (max-width: 1440px) /* firefox check width 1415px */{
.scroll-nav .Rmenuul1 .menudiv {padding-right: 190px;}

.Rmenuul1 .menudiv li {margin-left: 28px;}

.footerLogos {padding-right: 0px;}

}/* close max-width 1440px */


@media screen and (max-width: 1366px) /* firefox check width 1341px */{
.Rmenuul1 .menudiv,
.mainTable3, 
.PILTERPRO form,
.form-matnasimWrap .titleDiv,
#form-matnasim{width:96%;}

#body8633 .homeGallery #gallery-1,
#body8633 .homeGallery #gallery-1 .rsOverflow,
#body8633 .homeGallery #gallery-1 .rsOverflow img.rsImg{
    width: 100% !important;
    height: 671px !important;
    margin:0 !important;
    min-height: unset  !important;
}

.homeRdTop,
.homeActivities .in,
.homeAbout,
.footerRdTop,
.footerRdBottom,
.topRd{width:96%;}

.homeGallery .homeGalleryText .row1 {
	height: 78px;
	font-size: 44px;
	padding: 16px 5% 0 34px;
}
.homeGallery .homeGalleryText .row2 span {
	font-size: 23px;
	padding: 12px 41px 0;
}
.homeMovies a .title span{
    font-size: 28px;
    padding:14px 5px;
}

.homeCalendar #calendar2 a.fc-event {margin-top:10px !important;}

.wrapgalbutton a:before {
    width: 500px;
    height: 290px;
}

.wrapgalbutton a span {width: 60%;}
.wrapgalbutton a:after {left: 125px;}


}/* close max-width 1366px */


@media screen and (max-width: 1280px) /* firefox check width 1255px */{
#body8633 .homeGallery #gallery-1,
#body8633 .homeGallery #gallery-1 .rsOverflow,
#body8633 .homeGallery #gallery-1 .rsOverflow img.rsImg{
    height: 629px !important;
}
.scroll-nav .topRd .siteLogo img {height: 45px;}
.scroll-nav .topRd .siteLogo a {width: 125px;}
.scroll-nav .Rmenuul1 .menudiv {padding-right: 150px;}
.Rmenuul1 .menudiv .parent a::after {
	margin-right: 6px;
	font-size: 17px;
}
.Rmenuul1 .menudiv li {margin-left: 22px;}

.Rmenuul1 .menudiv a.menuButton, 
.Rmenuul1 .menudiv a.menuButtonSelected {
    font-size: 19px;
}

}/* close max-width 1280px */


@media screen and (max-width: 1080px) /* firefox check width 1055px */{
#body8633 .homeGallery #gallery-1,
#body8633 .homeGallery #gallery-1 .rsOverflow,
#body8633 .homeGallery #gallery-1 .rsOverflow img.rsImg{
    height: 530px !important;
}
.solarOut {
    left: 193px;
	top: 280px;
}
.homeGallery .homeGalleryText .row1 {
    height: 68px;
	font-size: 34px;
	padding: 16px 5% 0 34px;
}
.homeRdTop .homeBanners {
    width: 100%;
	float: right;
	padding-top: 30px;
	display: block;
}
.homeRdTop .homeBanners a{height: 127px;}
.homeRdTop .homeBanners a.banner1{padding-top: 24px;}
.homeRdTop .homeCalendar {
    width: 72.6%;
}
.homeActivities .in .link {  
	margin-left: 5.5%;
	width: calc(83.1%/4);
	margin-bottom: 60px;
}
.homeActivities .in .link span, 
.homeActivities .in .link3 span, 
.homeActivities .in .link4 span, 
.homeActivities .in .link7 span {
    padding: 62px 5px;
	font-size: 22px;
}
.homeAreas .in a span {
    background-size: 52px;
	padding-top: 81px;
	font-size: 24px;
}
.homeMovies a .title span {font-size: 24px;}
.Rmenuul1 .menudiv li{margin-left: 37px;}
.topRd .Topicons{left: 275px;}
.Rmenuul1 .menudiv li {margin-left: 28px;}
.scroll-nav .topRd .siteLogo img {height: 35px;}
.scroll-nav .topRd .siteLogo a {width: 95px;}
.scroll-nav .Rmenuul1 .menudiv {padding-right: 110px;}

.Rmenuul1 .menudiv a.menuButton, .Rmenuul1 .menudiv a.menuButtonSelected{
    font-size: 17px;
}
.scroll-nav .Rmenuul1 .menudiv li {margin-left: 22px;}
.scroll-nav .topRd .siteLogo {top: 24px;}

.Rmenuul1 .menudiv li {margin-left: 20px;}
.scroll-nav .Rmenuul1 .menudiv li {margin-left: 20px;}
.Rmenuul1 .menudiv .parent a::after {
    margin-right: 4px;
	font-size: 14px;
}
.Rmenuul1 .menudiv li {margin-left: 12px;}
#SmartTicket.display3 .Show {width: calc(94% / 3) !important;}

.wrapgalbutton a:before {background-size: 80%; height: 220px;}
.wrapgalbutton {right: 0;}

.wrapgalbutton a span {
    width: 45%;
    top: 60px;
}

.wrapgalbutton a{font-size:40px;}

.wrapgalbutton a:after {
    left: 150px;
    top:112px;
}

}/* close max-width 1080px */


@media screen and (max-width: 1024px) /* firefox check width 999px */{
div.scrollWrapper{
    width:983px !important;
}
#body8633 .homeGallery #gallery-1,
#body8633 .homeGallery #gallery-1 .rsOverflow,
#body8633 .homeGallery #gallery-1 .rsOverflow img.rsImg{
    height: 503px !important;
}
.Rmenuul1 .menudiv .parent a::after {
    margin-right: 3px;
	font-size: 14px;
}
.scroll-nav .Rmenuul1 .menudiv li {margin-left: 16px;}

.Rmenuul1 .menudiv a.menuButton, .Rmenuul1 .menudiv a.menuButtonSelected {font-size: 16px;}

}/* close max-width 1024px */


@media screen and (max-width: 800px) {
.mainTable, .maintable {
	width:100%;
	margin:0 auto;
}
.ajaxEvent .button {
	right:0;
}
.tableWidth .tdMenuSideWidth, .tableWidth .tdDividerWidth {
	display:none;
}
.tdDividerWidth {
	display:none;
}
.mainTable3 .tdWidth {
	width:100%;
}
.menudiv {
	display:block;
	width:100%;
}
.menudiv ul li {
	display:inline-block;
}
.basketRow .mainDetails {
	height:auto;
}
.basketRow  .productInputs  {
	width:100%;
}
.basketRow  .productInputs &gt; div {
}
.basketRow .productInputs{
	display:block;
	width:95%;
	margin:0 auto 5px;
}
.basketRow .productPrices {
	display:block;
	width:95%;
	margin:0 auto 5px;
	float:none;
}
.ajaxsBasketin .errorText{
	display:block;
	padding:5px 0;
}
.ajaxsBasketin .basketRow{
	margin-bottom:10px;
}
#pf23TABLE .productMainDiv {
	width:31%;
}
#productPage2 img {
	display:block;
	width:100%;
}
#topbar{
	display:none;
}
.ddpanel .topFormRd{
	width:100%;
}
.ddpanel .topFormRd .topFormText,
.ddpanel .topFormRd .topFormTitle{
	width:95%;
}
.slider{
	display:none !important;
}
#maincarousel .slider{
    display:block !important;
}
.arc .picarcTD{
	width:auto;
	display:inline-block;
	margin:0 0 0 1%;
}
.arc .picarcTD img{
	width:100%;
}
.arc .productTitleDivider{
	display:none;
}
.arc .arcBrief{
	width:100%;
	display:inline-block;
}
.arc2 .picarcTD, .arc2 .productTitleDivider {
	display:none;
}
#pf14TABLE4 .tdproductDiv, #pf14TABLE3 .tdproductDiv{
	width:48%;
	display:inline-block;
}
#pf14TABLE4 td.tdproductDiv, #pf14TABLE4 td.spaceProducts4{
	display:table-cell;
}
#pf14TABLE4 .spaceProducts4, #pf14TABLE3 .spaceProducts3{
	display:inline-block;
}
#pf14TABLE3 .trToDiv{
	display:inline;
}
.ProductRelations .scrollDiv{
	margin:auto;
	height:310px;
}
.ProductRelations .scrollDiv .clipDiv{
	height:310px;
}
.ProductGroups .scrollDiv{
	margin:auto;
	height:215px;
}
.ProductGroups .scrollDiv .clipDiv{
	height:210px;
}
.relatedProductsHeader{
	margin:auto;
}
#back-top a{
	width:50px;
}
#back-top span{
	background-size:35px 30px;
	width:50px;
	height:50px;
	border-radius:10px;
	-moz-border-radius:10px;
}
#FResponsive .Rmenuul1{
	width:100%;
	text-align:center;
}
#FResponsive .Rmenuul1 ul{
	text-align:center;
}
#PF-FROM .Updes, #PF-FROM form, #PF-FROM .formHolder{
	width:100%;
}
.fc-event span{
	text-align:center;
}
.Rmenuul1 .menudiv a.menuButton, .Rmenuul1 .menudiv a.menuButtonSelected{
	border:none;
}
.Rmenuul1 .menudiv a .ulpad{
	padding:8px 0;
}
.Rmenuul1 .menudiv li div.color2{
	padding:0;
	background-color:#f5f5f5;
}
.Rmenuul1 .menudiv li div li{
	width:auto;
	margin:0 38px;
}
.Rmenuul1 .menudiv li div li a.menuButton, .Rmenuul1 .menudiv li div li a.menuButtonSelected{
	font-size:16px;
}
.Rmenuul1 .menudiv li div li a .ulpad{
	padding:5px 0px;
}
#RResponsive{
	width:100%;
	display:block;
	margin:0 auto;
}
.Rmenuul1_sub_to_menu, .PILTERPRO{
	padding:0;
	border-radius:0;
	-moz-border-radius:0;
	margin:0 0 5px;
}
.PILTERPRO .content{
	padding:0 0 10px;
	display:block;
}
.minButton{
	padding:7px 5px;
	margin:5px 0;
}
.minButton span {
	color:#fff;
	font-weight:bold;
	font-size:22px;
}
.minButton span:before {
	content:'';
	width:1em;
	height:2px;
	margin-left:10px;
	border-top:double 6px #fff;
	border-bottom:solid 2px #fff;
	display:inline-block;
}
.registerFormDiv #shopperNew .inputName{
	width:100% !important;
}
.registerFormDiv #shopperNew .inputValue{
	width:100% !important;
}
.PILTERPRO .submitButton{
	width:150px;
}
.magnifyIconDiv{
    display:none;   
}
.albumNameDiv .albumNameLinkDiv{
    bottom:0;
    opacity:1;
}
#rectable{
    display:none;    
}
.display2 .productMainTable .tdToDiv, .display3 .productMainTable .tdToDiv, .display4 .productMainTable .tdToDiv{
    width:47%;
    margin:0 5px 10px\9;
    margin:0 1% 10px;
    display:inline-block;
    vertical-align:top;
}
.display2 .picarcTD, .display3 .picarcTD, .display4 .picarcTD{
    padding:0 0;
    width:100%;
    display:inline-block;
    vertical-align:top;
}
.display2 .infoTd, .display3 .infoTd, .display4 .infoTd{
    padding:0px;
    display:inline-block;
    width:100%;
    vertical-align:top;
}
.otherInCategoryDiv .scrollDiv{
    width:700px;
    margin:0 auto;
}
.otherInCategoryDiv .scrollDiv li{
    width:250px;    
}
table.filtersTable{
    display:none;    
}
#makeMeScrollable{
    height:140px !important;
}
#makeMeScrollable img{
    height:140px !important;
}
.scrollingHotSpotLeft, .scrollingHotSpotRight{
    display:none !important;
}
.subjectWrap .navLinks .addComment{display:none;}


.Call_me {
    bottom: 3px;
    display: inline-block;
    left: 2%;
    position: fixed;
    z-index: 999;
}
.Call_me #callUsLink a {
    background-color: #666;
    background-image: url(callMeIcon.png);
    background-position: center top;
    background-repeat: no-repeat;
    border-radius: 60px;
    display: block;
    height: 50px;
    width: 50px;
}
.Call_me #callUsLink a span {
    display: none;
}
.events #ProRResponsive{
    width:46%;
	display:inline-block;
	margin:0 0 0 3%;
}
.events #ProLResponsive{
	width:50%;
	display:inline-block;
	margin:0;
}
.events #bigPicHolder img{
    width:auto;
    max-width:100%;
}
.events .show-quantity .button{
    display:none !important;
}
.events .show-type{
    display:none;
}
.orderRows .row .fieldName{
    width:38%;
}
.orderRows .row .fieldInput {
    display: inline-block;
    width: 60%;
}
/*.orderRows .row.termsRow{ 
    display:block;
}
.orderRows .row.submitRow{
    margin-top:-33px;
}*/
.big-hall .newline a.freechair.marked span::after, 
.big-hall .newline a.freechair.marked span::before{
	display:none;
}
.all_line.left-hall .bama,
.all_line.right-hall .bama{
	width:auto;
	padding:5px 15px;
}
.newline a.freechair.marked span:after, .newline a.freechair.marked span:before,
.newline a.userMarked span:before, .newline a.userMarked span:after{display:none;}

#PF-FROM .localRight, #PF-FROM .localLeft{
    width:100%;
    display:block;
    margin:0 auto 10px;
}
#PF-FROM .localLeft{
    margin:10px auto 0px;
    float:none;
}
#body8633 .homeGallery #gallery-1,
#body8633 .homeGallery #gallery-1 .rsOverflow,
#body8633 .homeGallery #gallery-1 .rsOverflow img.rsImg{
    height: 393px !important;
}
#HResponsive .menuMinButton span {
    color: #fff;
	font-weight: 300;
	font-size: 0px;
	width: 28px;
	height: 23px;
	display: inline-block;
	background-image: url(mobileMenu.png);
	background-position: top;
	background-repeat: no-repeat;
}
.topSocial,
.topRd .Topicons{display:none;}
.topSearch{left: 0;}
.topSearch{display:none;}
.topRd .siteLogo {
    top: 10px;
	right: unset;
	left: 0;
}
.topRd .siteLogo img {
    height: 66px;
    position: unset;
}
.topRd .siteLogo a {
    display: block;
	width: auto;
	height: auto;
	overflow: hidden;
}
.topRd .siteLogo {
    top: 10px;
	right: unset;
	left: 0;
}
.topRd{height: auto;}
#HResponsive .Rmenuul1 {margin-top: 0;}
#HResponsive.scroll-nav .Rmenuul1 {margin-top: 0;}
#HResponsive {
    background: rgba(0,0,0,0.7);
	padding-bottom: 14px;
}
.topRd {height: 25px;}
.topRd .siteLogo {
    top: 14px;
}
.topRd .siteLogo a {
    width: auto;
	height: 50px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.scroll-nav .topRd .siteLogo a{
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.topRd .siteLogo img {
    height: 57px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.solarOut {
    left: 153px;
	top: 220px;
}
.homeGallery .homeGalleryText .row1 {
    height: 54px;
	font-size: 27px;
	padding: 12px 5% 0 34px;
}
.homeGallery .homeGalleryText .row2 span {
    font-size: 21px;
	padding: 8px 41px 0;
	height: 42px;
}
.homeGallery .homeGalleryText .row2 a.more {
	height: 42px;
	font-size: 19px;
    padding: 9px 15px 0 15px;
}
.homeActivities .in .link {
    margin-left: 3%;
	width: calc(90%/4);
	margin-bottom: 60px;
}
.homeActivities .in .link span{
    top: 18px;
    right: 18px;
    left: 18px;
    bottom: 18px;
}
.homeActivities .in .link span, .homeActivities .in .link3 span, 
.homeActivities .in .link4 span, .homeActivities .in .link7 span {
    padding: 27px 19px;
	font-size: 20px;
}
.homeActivities{height: 660px;}
.homeAreas .in a span{font-size: 21px;}
.CategoryBAN{display:none;}
#UHResponsive{padding-top: 100px;}
#body8633 #UHResponsive{padding-top: 0;}
.Admin_Footer {
    float: none;
	display: block;
	text-align: center;
	margin-top: 8px;
}
.Site_Footer_rights {
    display: block;
	text-align: center;
}
#HResponsive .Rmenuul1 nav{background-color: #000;}
.scroll-nav .Rmenuul1 .menudiv,
#HResponsive .Rmenuul1 .menudiv{
    padding: 16px 20px 14px 0;
}
.Rmenuul1 .menudiv a.menuButton, .Rmenuul1 .menudiv a.menuButtonSelected {
    font-size: 20px;
}
.scroll-nav .Rmenuul1 .menudiv, #HResponsive .Rmenuul1 .menudiv {
    padding: 6px 20px 14px 0;
	margin-top: 0;
}
.Rmenuul1 .menudiv .parent a::after {
    margin-right: 6px;
	font-size: 18px;
	top: 3px;
}

.fc-day-number{
    width: 35px !important;
    padding: 13px 0px 0 !important;
}

.wrapgalbutton {
    right: 40px;
    bottom: 45px;
}

.wrapgalbutton a:before {
    background-size: 100%;
    height: 140px;
    width:300px;
}

.wrapgalbutton a span {
    width: 60%;
    top: 40px;
}

.wrapgalbutton a {font-size: 28px;}

.wrapgalbutton a:after {
    left: 80px;
    top: 74px;
}

.wrapgalbutton a:after {
    left: 70px;
    top: 80px;
    font-size: 29px;
}

}/* close max-width 800px */


@media screen and (max-width: 768px) { 
}/* close max-width 768px */


@media screen and (max-width: 736px) { 
}/* close max-width 736px */


@media screen and (max-width: 667px) { 
.events .show-hall,
.events .show-location{
    display:none;
}
.orderRows .row{
    display:block;
    float:none;
    width:100%;
    margin:0 auto 10px;
}
.orderRows .row .fieldName{
    width:28%;
}
.orderRows .row .fieldInput{
    width:71%;
}
.big-hall .newline a, .big-hall .newline .Soldchair, .big-hall .Lineprofit{
    line-height:16px;
    font-size:10px;
    min-width:1.8%;
}
.big-hall .line{
    line-height:16px;
    font-size:10px;
    width:18px;
}
#all_ico span{
	margin-left:10px;
}
#all_ico span.userMarked{
	margin:0;
}
#body8633 .homeGallery #gallery-1,
#body8633 .homeGallery #gallery-1 .rsOverflow,
#body8633 .homeGallery #gallery-1 .rsOverflow img.rsImg{
    height: 330px !important;
}

.homeRdTop .homeCalendar {
    width: 100%;
}
.homeRdTop .homeNews {
    width: 100%;
    margin-left: 0;
    margin-bottom:20px;
}

.homeCalendar #calendar2 a.fc-event {
    margin-top: 7px !important;
}

.wrapgalbutton {
    right: 20px;
    bottom: 35px;
}

}/* close max-width 667px */


@media screen and (max-width: 640px) {
#all_ico span.userMarked{
	display:block;
}
}/* close max-width 640px */


@media screen and (max-width: 568px) {
.big-hall .line{width:15px;}
.newline a.accessibilityChairs{
	background-image:none;
}

#SmartTicket .Show{width:100% !important;}
#SmartTicket .Show a img {height: 370px !important;}

}/* close max-width 568px */

@media screen and (max-width: 480px) {
img {
	max-width:100%;
	width:100%;
	height:auto;
}
#loading img{
	width:auto;
}
.menudiv ul {
	margin:0;
	padding:0;
}
.menudiv ul li {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	background-image:none;
}
.menudiv ul li a {
	display:block;
	padding:5px;
}
.menudiv ul li:last-child a {
	border-bottom:none;
}
.basketRow .productActions {
	clear:both;
}
.basketRow .productPrices &gt; div {
	width:100%;
	display:block;
}
#pf23TABLE .productMainDiv {
	width:48%;
	margin-left:0;
	margin-right:0;
    display:inline-block;
}
.fieldRow .fieldName {
	display:inline-block;
	width:100%;
}
.fieldRow .fieldInput {
	display:inline-block;
	width:100%;
}
#interdealfooter {
	padding-top:15px;
}
#interdealfooter a {
	display:block;
	width:100%;
	text-align:center;
	margin-bottom:-15px;
}
.back_top_Scroll, .Ajax_Panel_Basket, .Sban_All_site, .Ajax_Panel_contact{
	display:none;
}
#lastARCdiv .picarcTD, #ARC .picarcTD{
	display:none; 
}

#pf14TABLE4 .tdproductDiv, #pf14TABLE3 .tdproductDiv{
   width:100%; 
}
#pf14TABLE4 .productDiv, #pf14TABLE3 .productDiv, #pf14TABLE1 .productDiv{
     width:100%;      
}
.pointerimage, .fieldInput img, .topLogo img{
    width:auto;
}
.topLogo{
    display:block;
    text-align:center;
}
.productSearchForm{
    display:block;
    text-align:center;
    width:100%;
    background-color:#eee;
    border:none;
    float:none;
    margin:10px 0 0;
    padding:2% 0;
}
.productSearchForm input.submitButton{
    background-position:left;
}
#jsGallery{
    height:120px;
}
#jsGallery .picDiv{
}
#jsGallery .picDiv img{
    min-height:120px;  
}
#jsGallery .text{
    display:none;
}
#jsGallery .bar{
    top:100px !important;
}
#ARC .productMainTable a.productName{
    font-weight:bold;
}
.cardTableBG .cardTable .CardtdLogo{
    width:20%;
}
.cardTableBG .cardTable .CardtdProfile{
    width:78%;    
}
.cardTableBG .cardTable .CardtdIcons{
    width:100%;
    display:block;
}
.cardTableBG .cardTable .CardtdIcons li{
    display:inline-block;
    padding:0 0 0 5px;
}
#pf14TABLE1 .productDiv .productPicDiv{
    width:30%;
    max-width:30%;
    margin:0 2% 0 0;
}
#pf14TABLE1 .productDiv .productMainDetails{
    width:65%;
    max-width:65%;
    border:none;
}
#pf14TABLE1 .productDiv .productDesDiv{
    width:96%;
    margin:0 2%;
}
.ajaxEvent{
    margin:85px 0 0 0;
}
.ProductGroups .scrollDiv .prevBtn,
.ProductGroups .scrollDiv .nextBtn{
    width:5%;
}
.ProductGroups .scrollDiv .clipDiv{
    width:90%;    
}
.ProductRelations .scrollDiv .prevBtn,
.ProductRelations .scrollDiv .nextBtn{
    width:5%;
}
.ProductRelations .scrollDiv .clipDiv{
    width:90%;    
}
.loginPage.registerPage .registerFormDiv, .loginPage.registerPage .loginFormDiv
{
    width:90%;
    margin:0 auto 15px !important;
    display:block;
    float:none;
}
.registerFormDiv .filedText, .loginFormDiv .filedText{
    padding:4px 0;
}
.productDiv .productBasketShopDiv{
    display:none;
}
.productInputs .quantityDiv,
.productInputs .productSize,
.productInputs .productColor{
    display:block !important;
    width:100%;
}
.basketButtons{
    text-align:center;
}
.basketButtonTd .submitButton{
    padding:5px 0px;
    min-width:85px;
    margin-bottom:5px;
}
.basketRow.billingSummaryRow .mainDetails .productPic{
    width:30%;
    height:80px;
}
.wbasket_taf .basketRow .mainDetails{
    width:56%;    
}
.wbasket_taf .basketRow .productPrices{
    width:40%;    
}
.display2 .productMainTable .tdToDiv, .display3 .productMainTable .tdToDiv, .display4 .productMainTable .tdToDiv{
    width:100%;
    margin:0px\9;
    margin:0px !important;
    display:inline-block;
    vertical-align:top;
}
.display1 .picarcTD{
    padding:0 0!important;
    width:100% !important;
    display:inline-block;
    vertical-align:top;
}
.display1 .infoTd{
    padding:0px;
    display:inline-block;
    width:100% !important;
    vertical-align:top;
}
.ddpanel .ddpaneltab a{
    width:100%;    
}
.ddpanel .ddpaneltab a span{
    float:right;    
}
.ddpanel .topFormRd .topFormTitle{
    font-size:20px;    
}
.Contact_ddP{
    width:100%;
    display:block;
    margin:0 0 10px;
    float:none;
    position:static;
    min-height:41px;
}
.ddpanel .topFormRd .row{
    width:100%;
}
.eCommerceBar{
    display:block;
    width:100%;
    position:static;
    background-color:#ccc;
    padding:5px 0;
    border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
}
.eCommerceBar .shopper, .eCommerceBar .cart{
    background:none;
    border-radius:0;
    -moz-border-radius:0;
    display:block;
    text-align:center;
    padding:0;
}
.registerPage .registerFormDiv, .loginPage .loginFormDiv{
    width:100%;    
}
.registerPage .registerFormDiv #tableform form, .loginPage .loginFormDiv #tableform form{
    width:90%;
}
.registerPage .submitButton, .loginPage .submitButton{
    display:block;
    margin:0 auto;
}
.registerFormDiv table{
    width:100% !important;
}
.couponForm, .chooseShipping, .purchase form{
    width:90% !important; 
    margin:0 auto;
}
.purchase form{
    width:90% !important; 
    margin:0 auto;
    display:block;
}
.purchase form .shippingInfo, .purchase form .billingInfo, .purchase form .chooseShipping, .purchase form .billingSubmit{
    width:100% !important;    
}
.filtersTable{
    width:100% !important;    
}
.otherInCategoryDiv .scrollDiv{
    width:400px;
    margin:0 auto;
}
.otherInCategoryDiv .scrollDiv li{
    width:190px;    
}
#makeMeScrollable{
    height:90px !important;
}
#makeMeScrollable img{
    height:90px !important;
}
div.scrollWrapper{
    width:433px !important;
}
.events #ProRResponsive{
    width:100%;
    margin:0 0 10px;
}
.events #ProLResponsive{
    width:100%;
}
.events .show-date,
.events .show-hour{display:none;}
.orderRows .row.submitRow{
    display:block;
    float:none;
    margin:0 auto;
}
.big-hall .newline{
	margin:0;
}
.big-hall .newline a, .big-hall .newline .Soldchair, .big-hall .Lineprofit {
    font-size: 8px;
    line-height: 16px;
    min-width: 1.65%;
}
.medium-hall .newline a, .medium-hall .newline .Soldchair, .medium-hall .Lineprofit {
    font-size: 13px;
    line-height: 20px;
    min-width: 3.7%;
}
.medium-hall .line{
    line-height: 20px;
}
.tiny-hall .line span{
	display:none;
}
.tiny-hall .line{
	width:31px;
}
#all_ico span{
	display:block;
	margin:0;
}
.fieldRow.submit{margin:0;}
#body8633 .homeGallery #gallery-1,
#body8633 .homeGallery #gallery-1 .rsOverflow,
#body8633 .homeGallery #gallery-1 .rsOverflow img.rsImg{
    height: 236px !important;
}
#body8633 #UHResponsive {padding-top: 90px;}
#HResponsive {background: rgba(0,0,0,1);}
.scroll-nav .topRd .siteLogo img {
    height: 50px;
	width: auto;
	max-width: unset;
	position: absolute;
	right: unset;
	left: -140px;
}
.homeRdTop .homeNews {
    width: 100%;
    display:block;
    float:none;
	margin-left: 0;
}
.homeRdTop .homeCalendar {
    width: 100%;
	margin-top: 40px;
}
.floatIcons{display:none;}
.fc-button{margin-right:4px;}
.homeCalendar .title{
    margin: 10px 0;
    display: block;
    position: unset;
}
.homeCalendar .fc-header {
    width: 100% !important;
	float: none;
}
.fc-header .fc-header-title {padding: 0;}
.homeActivities .in .link {
    margin-left: 3%;
	width: calc(93%/2);
	margin-bottom: 30px;
}
.homeActivities .in .link:nth-child(2n) {margin-left: 0;}
.homeActivities {
    height: auto;
	background-repeat: repeat-y;
}
.homeActivities .in .link span, .homeActivities .in .link3 span, 
.homeActivities .in .link4 span, .homeActivities .in .link7 span {
    padding: 50px 19px 27px;
	font-size: 23px;
}
.homeAreas .in a{
    width: 100%;
    margin-left: 0;
    margin-bottom: 12px;
}
.homeAreas{background-repeat: repeat-y;}
.Rmenuul1 .menudiv,
.mainTable3, 
.PILTERPRO form,
.form-matnasimWrap .titleDiv,
#form-matnasim{width:90%;}


.homeRdTop,
.homeActivities .in,
.homeAbout,
.footerRdTop,
.footerRdBottom,
.menuMinButton,
.topRd{width:90%;}
.maintable .homeGallery #gallery-1 .infoBlock{bottom: 10px;}
.homeGallery .homeGalleryText .row1 {
    height: auto;
	font-size: 21px;
	padding: 9px 5%;
	max-width: 60%;
}
.homeGallery .homeGalleryText .row2 span {
    font-size: 17px;
	padding: 8px 20px;
	height: auto;
}
.homeGallery .homeGalleryText .row2 a.more {
    height: auto;
	font-size: 18px;
	padding: 6px 12px;
}
.homeGallery .homeGalleryText .row2 a.more {
    height: auto;
	font-size: 18px;
	padding: 6px 12px;
}
.homeRdTop .homeBanners a.banner {
    padding: 12px 20px;
	height: auto;
}
.homeRdTop .homeBanners a.banner1::after {top: 17px;}
.homeRdTop .homeBanners a.banner1 span {
    height: auto;
	padding: 8px 56px 8px 0;
	background-size: 50px;
	font-size: 22px;
}
.homeRdTop .homeBanners a.banner2::after {top: 36px;}
.homeRdTop .homeBanners a.banner2 span{height: auto;}
.homeMovies a{
    width: 100%;   
    height: 220px;
    margin-bottom:20px;
}
.homeMovies{background-repeat: repeat-y;}
.albumTable {
    display: block;
	float: none;
	width: 100%;
	margin: 0 0 15px;
}
.albumNameDiv .albumNameLinkDiv {
    bottom: 0;
	opacity: 1;
	top: unset;
}
.footerDet {
    display: block;
	margin-left: 0;
	margin-bottom: 18px;
}
.footerDet.footerDet3 .exeption {
    position: unset;
	margin: 12px auto 0;
}
.footerDet.footerDet3 {
    padding-left: 0;
	position: unset;
}
.footerLogos{display:none;}
.Rmenuul1 .menudiv li div.color2{width: auto;}
.Rmenuul1 .menudiv li div li {
    width: auto;
	margin: 0 20px;
}
.topRd .siteLogo img{height: 46px;}
.solarOut {
    left: 63px;
	top: 190px;
}
.LOCALTOP .businessInfoDet {
    width: 100%;
	margin: 20px 1%;
	display: block;
}
.mytext_1, .mytext_2, .mytext_3, .mytext_4, .mytext_5, .mytext_6 {
    margin: 0 0 10px0;
	float: none;
	width: 100%;
}

.RecommendedSites a {
    margin-left: 0;
	width: 100%;
}
.homeCalendar #calendar2 a.fc-event{
    display:block;
}
.homeCalendar #calendar2 .fc-row.fc-week.fc-widget-content {
    height: auto !important;
}
.homeCalendar #calendar2 a.fc-event{
    margin:11px auto !important;
    float:none !important;
}
.fc-today .fc-day-number,
.fc-day-top  .fc-day-number{
    margin:0 auto !important;
    height:auto;
    float: none!important;
    display: block !important;
    width: 30px !important;
    padding: 10px 0 10px !important;
}
.homeCalendar #calendar2 .fc-scroller.fc-day-grid-container{
    height:auto !important;
}

.wrapgalbutton a:before {
    height: 100px;
    width: 205px;
}

.wrapgalbutton a {font-size: 19px;}
.wrapgalbutton a span {top: 34px;}

.wrapgalbutton a:after {
    left: 53px;
    top: 55px;
    font-size: 18px;
}

}/* close max-width 480px */



@media screen and (max-width: 414px) {
#order_details .show-quantity .label{
	display:none;
}
.orderRows .row .fieldName{
    width:100%;
}
.orderRows .row .fieldInput{
    width:100%;
}
.big-hall .newline a, .big-hall .newline .Soldchair, .big-hall .Lineprofit {
    font-size: 5px;
    min-width: 1.5%;
}
#body8633 .homeGallery #gallery-1,
#body8633 .homeGallery #gallery-1 .rsOverflow,
#body8633 .homeGallery #gallery-1 .rsOverflow img.rsImg{
    height: 203px !important;
}
.homeActivities .in .link span, .homeActivities .in .link3 span, 
.homeActivities .in .link4 span, .homeActivities .in .link7 span {
    padding: 28px 19px 27px;
	font-size: 20px;
}

.wrapgalbutton {
    right: 11px;
    bottom: 4px;
}


}/* close max-width 414px */


@media screen and (max-width: 386px) {
.big-hall .line {
    width: 11px;
}
.big-hall .newline a, .big-hall .newline .Soldchair, .big-hall .Lineprofit {
    display: inline-block;
    float: none;
    font-size: 5px;
    min-width: 1.5%;

}
.tiny-hall .line{
	width:20px;
	line-height:25px;
}
.tiny-hall .newline a, .tiny-hall .newline .Soldchair, .tiny-hall .Lineprofit{
    line-height:25px;
    font-size:15px;
}
#body8633 .homeGallery #gallery-1,
#body8633 .homeGallery #gallery-1 .rsOverflow,
#body8633 .homeGallery #gallery-1 .rsOverflow img.rsImg{
    height: 190px !important;
}
.homeGallery .homeGalleryText .row1 {
    height: auto;
	font-size: 19px;
	padding: 7px 5%;
	max-width: 60%;
}
.fc-today .fc-day-number, .fc-day-top .fc-day-number{
    width:100% !important;
}

.wrapgalbutton a:before {
    height: 80px;
    width: 160px;
}

.wrapgalbutton a {font-size: 16px;}
.wrapgalbutton a span {top: 29px;}

.wrapgalbutton a:after {
    left: 40px;
    top: 45px;
    font-size: 15px;
}

}/* close max-width 386px */


@media screen and (max-width: 375px) {
#pf23TABLE .productMainDiv {
    width:80%;
	margin:0 auto 5px;
    display:block;
}
.lastARC iframe, #ARC iframe{
    width:250px !important;
    margin:0 auto;
    display:block;
}
#jsGallery{
    height:100px;
}
#jsGallery .picDiv{
}
#jsGallery .picDiv img{
    min-height:100px;  
}
#jsGallery .text{
    display:none;
}
#jsGallery .bar{
    top:80px !important;
}
.ProductGroups{
    margin:0 auto 10px;
}
.ProductGroups .scrollDiv{
    margin:0 auto;
}
.albumTable{
    width:100%;
}
.otherInCategoryDiv .scrollDiv{
    width:275px;
    margin:0 auto;
}
.otherInCategoryDiv .scrollDiv li{
    width:190px;    
}
.otherInCategoryDiv .scrollDiv .prevBtn{
    right:40%;
}
.otherInCategoryDiv .scrollDiv .nextBtn{
    left:40%;    
}
div.scrollWrapper{
    width:288px !important;
}
.big-hall .newline a, .big-hall .newline .Soldchair, .big-hall .Lineprofit{min-width:1.4%;}
#body8633 .homeGallery #gallery-1,
#body8633 .homeGallery #gallery-1 .rsOverflow,
#body8633 .homeGallery #gallery-1 .rsOverflow img.rsImg{
    height: 184px !important;
}
.homeActivities .in .link span, .homeActivities .in .link3 span, .homeActivities .in .link4 span, .homeActivities .in .link7 span {
    padding: 23px 19px 27px;
	font-size: 18px;
}
.solarOut {
    left: 43px;
	top: 160px;
}
}/* close max-width 375px */


@media screen and (max-width: 360px) {
.big-hall .line{width:5px;font-size:5px;}
.medium-hall .line{
    width:16px;
}
.medium-hall .newline a, .medium-hall .newline .Soldchair, .medium-hall .Lineprofit {
    font-size: 10px;
    min-width: 3.5%;
}
.tiny-hall .newline a, .tiny-hall .newline .Soldchair, .tiny-hall .Lineprofit{
	font-size:11px;
}
#body8633 .homeGallery #gallery-1,
#body8633 .homeGallery #gallery-1 .rsOverflow,
#body8633 .homeGallery #gallery-1 .rsOverflow img.rsImg{
    height: 177px !important;
}
.homeGallery .homeGalleryText{display:none;}
.wrapgalbutton a {font-size: 15px;}

.wrapgalbutton a:after {top: 44px;}

}/* close max-width 360px */


@media screen and (max-width: 320px) {
.big-hall .newline a, .big-hall .newline .Soldchair, .big-hall .Lineprofit{
	min-width:1.2%;
	font-size:2px;
}
.tiny-hall .line{
	width:16px;
	font-size:14px;
}
#body8633 .homeGallery #gallery-1,
#body8633 .homeGallery #gallery-1 .rsOverflow,
#body8633 .homeGallery #gallery-1 .rsOverflow img.rsImg{
    height: 157px !important;
}
}/* close max-width 320px */</pre></body></html>