* { margin: 0;}

body {font: 100%/1.4 'Ubuntu', Arial,Verdana,sans-serif;
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-weight: 400; }

html, body { height: 100%; } /*sticky footer */

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	}
	
table { font-size:13px;
	line-height: 140%;
	 border-collapse: collapse; margin: 10px 0;}
	
table, th, td {
    border-color: #ccc; padding: 6px 10px;}

p { font-size:14px;
	line-height: 140%;
	padding: 5px 0; }
	
strong {font-weight: 700;}

blockquote {color: #6EA5BE;
	font-size: 17px ;
  margin: 20px 30px;
  padding-left: 30px;
  border-left: 3px solid #6EA5BE; }
  
blockquote p{ font-size: 17px; padding: 0;}  

a, a:active, a:visited{ color: #666; text-decoration: none;}
a:hover{ color: #333!important; text-decoration: none;}

img { -ms-interpolation-mode: bicubic; border: none; }
a img { border: none;}

h1 { color: #6EA5BE; font-size:22px; line-height: 110%; font-weight: 500; padding: 5px 0px 8px 0px; }

h2 { color: #6EA5BE; font-weight: 300; font-size: 20px; line-height: 110%; padding: 5px 0 5px 0; text-transform:lowercase; }

h3 { color: #6EA5BE; font-weight: 700; font-size: 17px; line-height: 110%; padding: 15px 0 10px 0;  }

h4 { color: #6EA5BE;; font-size:15px; line-height: 110%; padding: 15px 0px 8px 0px; font-weight: 700;}

h5 { color: #6EA5BE;; font-weight: 700; font-size: 14px; line-height: 110%; padding: 15px 0 5px 0; }

ul { font-size:14px; line-height: 130%; 
	list-style-type: none;
	padding-left: 0;
	margin: 10px 0 10px 10px;}

li { padding-left: 16px; margin-bottom: 3px;}
	
.page li:before, .event-txt li:before { content: "\f111";  font-family: FontAwesome; position: absolute; margin-left: -15px; color: #ccc; font-size: 6px; }	
	
ol { font-size:14px; line-height: 130%; margin: 10px 0 10px 0px;}	
	
ol li { background: none;
	padding-left: 16px;
	margin-bottom: 3px;}
.page ol li:before { content: "";  }
	
hr { border: 0; height: 1px; border-top:1px #6EA5BE solid; width: 100%; padding: 5px 0; margin-top: 20px;}

/**************************
HEADER
**************************/

#wrapper {
	width: 100%;
	padding: 0px;
	/*height: 100%;*/
	margin: 0 auto; min-height: 100%;  
	/* equal to footer height */
  margin-bottom: -200px; } 

#wrapper:after { /* for sticky footer */
  content: "";
  display: block;
  height: 200px; }

#headWrapper{ width: 100%; padding: 25px 0px; margin: 0 auto; }
#head {
    width:100%;    
    margin: 0px auto 0px auto;    
    text-align: center;
    padding: 0;     
}

#logo { float:left; width: 100%; z-index: 1000;}
#logo img {margin: 0px auto 10px auto;}
#logo-print {display: none; width: 0; }
.img-logo {display:block; padding:0; margin:auto; width:80%; /*position: relative; top: 30px!important;*/}
.img-logo-frame {display:block; padding:0; width:20%; margin: auto;}

#headRight { float: right; width: 60%; margin: 0; padding: 0px;  color: #777; text-align: right; }
#phone{ float: right; width: 250px; margin: 25px 20px 20px 0; padding: 5px 5px 0 5px; font-size: 25px; color: #999; /*background: #999; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;*/ text-align: center; }

/**************************
SEARCH
**************************/

#topSearch{background-color: rgba(229,244,244,0.80); color: white; padding: 15px 0; width: auto; margin: 0 auto;text-align: center;   z-index: 1000;  }
#topSearch input, #topSearch select {width: 450px; height: 45px; background: #fff; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius:0; border: #707276 1px solid;  color: #6EA5BE; margin: 0; text-align: left; vertical-align: top; font-size:18px;}
#topSearch input#btn, #topSearch .btnSearchProduct {width: 40px; height: 38px; background: transparent; padding: 0;/*background: transparent url('../images/search-blk.png') no-repeat center center;*/ border: none; color: #cc0000; margin: 0; cursor: pointer;border: #707276 1px solid}
#topSearch .btnSearchProduct {font-size:25px; padding: 5px; display: inline-block;width: auto; background-color:#FFBB9A; }
#topSearch .btnSearchProduct i {color:#000;}
#topSearch .btnSearchProduct {font-size:18px; padding: 5px 80px 38px 10px; display: inline-block;width: auto; background-color:#FFBB9A; color:#fff;}
#topSearch .btnSearchProduct a:hover {color:#000;}
#topSearch .btnSearchProduct .btnSearchProduct-txt {display: inline-block; padding-left:5px;}
#txtProductPriceRange {width:350px!important;}

#topSearch select {
	border: 1px solid #707276;
    overflow: hidden; 
    height: 45px;    
    width: 240px;
   	
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;	
}


input#btn[type="submit"] {
	content:  "\f002";
    font-family: FontAwesome;
	position: relative;
	font-size: 25px;
	top: 0px;
	left: 0;}

#topSearch label {position:relative}
#topSearch label:after {
    content:"\f078";   
    font-family: "FontAwesome";
   /* font-size: 11px;*/
    color:#6EA4BD;
    right:8px; top: 2px;;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}
#topSearch label:before {
    content:'';
    right:4px; /*top:0px;*/
    width:23px; /*height:18px;*/
    background:#fff;
    position:absolute;
    pointer-events:none;
    display:block;
}
	
/**************************
TOP NAV
**************************/
#topNav {background: url('../images/topNav-bg.gif') no-repeat top right; height: 27px; padding: 0px 55px 0 0; color: #666; }
#topNav a, #topNav a:active, #topNav a:visited{ color: #666; text-decoration: none; padding: 0px 10px; font-size: 12px; }
#topNav a:hover {color: #cc0000; text-decoration: none;}

/**************************
TOP LOGIN
**************************/
#topLogin { float: right; height: 27px; padding: 15px 40px 0 0; color: #cc0000;  }
#topLogin a, #topLogin a:active, #topLogin a:visited{ color: #cc0000!important; text-decoration: none; padding: 0px 10px; font-size: 14px; font-weight: bold}
#topLogin a:hover {color: #666!important; text-decoration: none;}

/**************************
SHOP NAV
**************************/
#topShop {  float: left;  margin: 0; padding: 5px 0px 0 0px; font-size: 18px; color: #666; clear: both;}	
#topShop a, #topShop a:active, #topShop a:visited{ color: #666; text-decoration: none; padding: 0px 10px; font-size: 12px; }
#jcart {background: #f0f0f0; border: 1px #ccc solid; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

/**************************
MAIN MENU
**************************/
#navWrapper{ width: 100%; padding: 0px; margin: 0 auto; clear: both; background: rgba(255, 255, 255, .5);}
#nav { width: 100%; padding: 0; height: auto;  margin: 0 auto;
display: flex;
display: -ms-flex;
display: -webkit-flex;
display: -ms-flexbox;
flex-direction: row;
-webkit-flex-direction: row;
	
justify-content: space-between;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    box-align: center;
    box-pack: justify;
	
align-items: center;
align-content: center;
}
#nav-left {  float:left; width:40%;display: inline-block; vertical-align: baseline; }
#nav-center {  float:left; width:20%;display: inline-block; vertical-align: baseline;z-index: 1000; }
#nav-right {  float:left; width:40%;display: inline-block; vertical-align: baseline; }

#cssmenu-collapse, #cssmenu-mobile {display: none;}

/**************************
HOME PAGE
**************************/
#mainWrapper {clear:both; width: 100%;  padding: 150px 0 150px 0; overflow: hidden;
  background: url(../images/bottom-panel.jpg) no-repeat center center ; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: hsla(0,0%,100%,0.6);
  background-blend-mode: overlay;
  background-repeat: no-repeat;
	
  position: relative; top: -65px; margin-bottom: -65px; z-index: 900;
}
#main {width:80%; margin:auto;}
#main .frame {padding:0px; margin: 0px 4% 0 4%; overflow: hidden; box-sizing: border-box;}

#main .frame img {width:100%}

.frame-container {display:flex; flex-direction:row;}
.frame-item {position:relative; margin: auto;}

.frame-item .frame-item-txt {
  position:absolute;
  top:50%;
  left:50%; 
  text-align:center;
  transform: translateX(-50%) translateY(-50%);	
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);		
  width: 65%;
}

.frame-item .frame-item-txt h2 {font-size: 40px; line-height: 110%; color: #6EA5BE; padding: 0; text-transform: none!important;}
.frame-item .frame-item-txt a {font-size: 18px;padding: 7px 0; color:#000;}
.frame-item .frame-item-txt a:hover {color:#6EA5BE!important;}
.frame-item .frame-item-txt br {margin-bottom:10px;}


#ssWrapper { width: 100%; padding: 0px; margin: 0 auto; clear: both; background: #DFEBEC;/*overflow: hidden;*/ position: relative; top: -50px; margin-bottom: -50px;}
#ssPanel {margin: 0 auto; height: auto;  padding: 0px; clear: both; text-align: center;}
#ssPage { width: 100%; height: auto; overflow: hidden; }

#ssWrapperOverlayTop {
position: absolute;
/*top: 112px;*/
width: 100%;
z-index: 610;
padding: 25px 0 0 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(top, rgba(30,0,0,0.40) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(30,0,0,0.40) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(30,0,0,0.40) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#ssWrapperOverlayLogo {
position: absolute;
/*top: 112px;*/
width: 100%;
z-index: 610;
padding: 0;
top: -2px;	
}

.carousel-product-panel:hover, .carousel-product-panel:hover > a > div > p, .carousel-product-panel:hover > div > a > i {color:#fff!important; background-color: #6EA5BE;}
.carousel-product-panel:hover, .carousel-product-panel:hover > a > div {color:#6EA5BE;}

/**************************
HOME STATS PANEL
**************************/

#statsWrapper {width: 100%; margin: 0 auto; clear: both; background: #fff; text-align: center; margin: 0 auto; height:200px; padding: 70px 0 70px 0;}
#statsBackground {background-color: #fad2ca; height: 70%; position: relative;
top: 85%;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
z-index:1;

}

.statsBackground-inner {
	width: 400px;
    height: 100px;
    background: pink;
    padding: 10px 30px;
	
	display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */
}

#stats {width:80%; margin:auto; z-index: 2; position: relative;}
#stats .two {padding:0px; margin: 0px 2.5% 0 2.5%; overflow: hidden;float: left; width: 45%; box-sizing: border-box; z-index: 2; }
#stats .two img {width:100%; z-index: 2}

.two-container {display:flex; flex-direction:row; align-items: center; align-content: center;}
.two-stats {position:relative;margin: auto; z-index: 2;}
.two-stats h2 {
  position:absolute;
  top:45%;
  left:50%; 
  text-align:center;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);		
}

.statsItem-txt {
  position:absolute;
  top:45%;
  left:50%; 
  text-align:center;
  transform: translateX(-45%) translateY(-45%);
  -ms-transform: translateX(-45%) translateY(-45%);
  -webkit-transform: translateX(-45%) translateY(-45%);
  -moz-transform: translateX(-45%) translateY(-45%);
  -o-transform: translateX(-45%) translateY(-45%);		
  color: #000;
  font-size: 18px;
}

.statsItem-value {color: #6EA5BE; font-size:50px;font-weight: 600;}
.statsItem-value a {color: #6EA5BE;}
.statsItem-value a:hover {color: #B3B3B1!important;}

#acctStats {width:100%; margin:auto; z-index: 2; padding: 40px 0;}
#acctStats .three {padding:0px; margin: 0px 1% 0 1%; overflow: hidden;float: left; width: 27%; box-sizing: border-box; z-index: 2}
#acctStats .symbol {padding:0px; /* margin: 0px 2.5% 0 2.5%; */ /*overflow: hidden;*/ float: left; width: 6%; box-sizing: border-box; z-index: 2}
#acctStats .three img {width:100%; z-index: 2}

.three-container {display:flex; flex-direction:row; align-items: center; align-content: center;}
.three-stats {position:relative;margin: auto; z-index: 2;}
.three-stats h2 {
  position:absolute;
  top:45%;
  left:50%; 
  text-align:center;
  transform: translateX(-45%) translateY(-45%);
  -ms-transform: translateX(-45%) translateY(-45%);
  -webkit-transform: translateX(-45%) translateY(-45%);
  -moz-transform: translateX(-45%) translateY(-45%);
  -o-transform: translateX(-45%) translateY(-45%);	
}

.acctStats-txt {
  position:absolute;
  top:45%;
  left:50%; 
  text-align:center;
  transform: translateX(-45%) translateY(-45%);
  -ms-transform: translateX(-45%) translateY(-45%);
  -webkit-transform: translateX(-45%) translateY(-45%);
  -moz-transform: translateX(-45%) translateY(-45%);
  -o-transform: translateX(-45%) translateY(-45%);	
  color: #000;
  font-size: 13px;
  text-transform: lowercase;
}

.acctStats-value{ color: #6EA5BE; font-size:40px;font-weight: 600;}

/**************************
HOME PRODUCTS SLIDER PANEL
**************************/
#ssProducts {text-align:center; width:100%; margin:0 auto; z-index: 1000!important; position: relative;}
#ssProducts #carousel-side { width:10%; margin:auto 0; display: inline-block; vertical-align: middle;}
#ssProducts #carousel-middle { width:70%;display: inline-block; vertical-align: middle; position:relative; z-index: 1000;}
#carousel-line { background-color: #f7a392; width:100%; margin:auto 0; display: inline-block; height: 25px; position: relative; top: -85px; z-index: 100;}
#ssProducts .carousel {margin:0 auto; position:relative; z-index: 1000;}

.carousel-wrapper {display:inline-block; padding: 25px; z-index: 1000;
position: relative;}

.carousel-product {
   -moz-box-shadow:    0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
  -webkit-box-shadow:  0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
   box-shadow:         0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

.carousel-product-img  {text-align: left;  padding: 25px; overflow:hidden; height:400px;}
.carousel-product-img img {width:100%;}
	
.carousel-product-price {width:100%;text-align: left; padding: 10px 25px 0 25px; color:#848484; font-size:20px;}
.carousel-product-title {text-align: left; padding: 10px 25px 5px 25px; font-size: 20px; background-color:#fff; color:#000;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.carousel-product-panel {width:100%;text-align: left; background-color:#E5F6F7; color:#ccc; display:inline-block;position: relative; /*top: 10px;*/}

.carousel-product-block {width:100%;text-align: left; background-color:red; color:#ccc; display:inline-block;position: relative;
top: 10px;}
.carousel-product-size {float:left; width:80%;text-align: left; color:#848484;/*padding: 10px 0; */overflow: hidden; text-overflow: ellipsis; white-space: nowrap;font-size: 20px;vertical-align: baseline;}
.carousel-product-watch {float:right; width:10%;text-align: right; color:#ccc; /*padding:10px 30px 0 0*/;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;vertical-align: baseline; }
.carousel-product-watch i {padding-top: 5px;font-size: 20px;}

.carousel-product-size /*p*/ {font-size: 20px;margin-bottom: 10px;}
.carousel-product-watch p {padding-right:25px;}

.carousel-product-line2 {padding: 10px 25px;}
.carousel-product-line2-txt {width:100%;display: table; table-layout: fixed;}

#carousel-side a {color:#FFA393!important; font-size:60px}

/**************************
HOME FEATURED PRODUCTS PANEL
**************************/
#featuredWrapper {clear:both; width: 100%;  padding: 0; margin: 0 auto; overflow: hidden;}
#featured-head  {width: 60%; text-align: center; margin: 0 auto;}
#featured-head h2 {background: #cc0000; color: #fff;  padding: 10px; margin: 0; text-align: center;}
#featured {width: 60%; margin: 0 auto; justify-content: space-between;
display: -ms-flex;
display: -webkit-flex;
display: flex;
/*display: -webkit-box; safari, ipad */ 
display: -ms-flexbox;
flex-direction: row;
-webkit-flex-direction: row;}

#featured .three {width: 32%;  background: #fff;}
.featured-image {width: 100%; height: 200px; overflow: hidden; position:relative;}
.featured-image img {
 max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;}
.featured-panel {width: auto; padding: 10px; color: #555; text-transform: uppercase; overflow: hidden;}	
.featured-title { font-size: 15px; font-weight: 600; line-height: 110%;  text-align: left; float: left; width: 70%; }
.featured-price { font-size: 15px; line-height: 110%;  text-align: right; float: right; width: 30%; }

/**************************
SLIDESHOW FORMATTING
**************************/	

.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { width: 100%; min-width: 200px;  margin: 0 auto; padding: 0; position: relative;
    background: url('../images/spinner.gif') 50% 50% no-repeat; /*max-height: 150px; overflow: hidden;*/}
.cycle-slideshow img { 
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0; display: block;}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;}

#ssPanel .cycle-slide  { width: 100%!important;}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 1000; position: absolute; bottom: 0px;  height: 30px; /*overflow: hidden;*/}
.cycle-pager span { 
	     width: 10px; height: 10px; 
    display: inline-block; 
	-webkit-border-radius: 99em;-moz-border-radius: 99em;border-radius: 99em; 
	border: 1px solid #fff;
	cursor: pointer;
	transition: background 0.2s; color: transparent; margin: 0 3px;}
.cycle-pager span.cycle-pager-active { background: #fff;}
.cycle-pager > * { cursor: pointer;}

/* overlay cms title*/
.cycle-overlay { position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 600;
    /*background-color: rgba(0, 0, 0, .50);*/	
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    line-height: 110%;
}

.cycle-overlay .title {width: 50%; margin: 0 auto;  font-size: 40px; font-weight: 400; line-height: 110%; padding: 40px 0 50px 0;
}
.cycle-overlay .desc { display: none; height: 0;}

.cycle-overlay .title-link {position: relative; top: -100px; color:#fff; text-shadow: 7px 7px 5px rgba(30,0,0, 0.5);}
.cycle-overlay .title-link a {color:#fff;font-size: 100px; font-weight: 600;}
	
/* caption  not used*/
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }

/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url('../images/left.png') 50% 50% no-repeat;}
.cycle-next { right: 0; background: url('../images/right.png') 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

.disabled { opacity: .5; filter:alpha(opacity=50); }

/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: '||'; color: black; background: white; padding: 10px;
    z-index: 500; position: absolute; bottom: 10px; right: 10px; font-size: 10px; font-weight: 700;
    /*border-radius: 10px;*/
    opacity: .5; filter: alpha(opacity=50);}
	
/* Member Carousel */
.member-carousel, .member-carousel * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.member-carousel { width: 100%!important; margin: auto; }
.member-carousel img { background: #fff; padding: 8px 10px; margin: 20px; -webkit-border-radius: 3px;-moz-border-radius: 3px; border-radius: 3px; height: 85px;}
.member-carousel img:first-child { position: static; z-index: 100;}
.member-carousel .cycle-slide  { width: auto; height: auto; }	

/**************************
CONTENT & COLUMNS
**************************/
#page-title {width: 100%;  height: auto; padding: 20px 0px; background: #cc0000;}
#page-title-div {width:80%; margin: 0 auto;  height: 20px; }
#page-title h2 { padding: 0; color: #fff; font-weight: 700; font-size: 22px; line-height: 110%;  text-transform:uppercase;  }

#contentWrapper{/*background: #fff;*/}
#content {width:80%; margin: 0 auto; text-align: left; min-height: 400px; padding: 0;  /*background: #333;*/ overflow: hidden;
/*-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;  */
display: -ms-flex;
display: -webkit-flex;
display: flex;
/*display: -webkit-box; safari, ipad */ 
display: -ms-flexbox;
flex-direction: row;
-webkit-flex-direction: row;}

#col-wide {width: 100%;  padding: 0 20px; margin: 0px; }
#col-left {float: left; width: 15%;  padding: 20px 20px; margin: 0px;}
#col-right {float: right; width: 75%; padding: 20px 20px 20px 20px; margin: 0 0 20px 0; }

#col-left h2 {font-weight:600;}

#col-right h1, h3 {text-transform: lowercase;}
/**************************
SIDE MENU STYLES
**************************/

.side-menu ul { 
	list-style-type: none;
	padding: 0;
	/*margin: 5px 0 10px 23px;*/
	margin:0;
}
	
.side-menu li {
	background: none;
	padding: 7px 5px 7px 0px;
	margin-bottom: 3px;
	}

.side-menu a {color: #838383; font-size: 18px; text-decoration: none;
-webkit-transition: color 0.5s ease; 
-moz-transition: color 0.5s ease; 
transition: color 0.5s ease;}
.side-menu a:hover {color: #6EA5BE; text-decoration: none;}
.side-menu ul li .current {color: #6EA5BE!important; /*font-weight: 600;*/ font-size:18px; text-transform: lowercase;}

.side-menu ul li { position: relative; text-transform: lowercase;font-size: 18px;color: #838383;}

.side-menu ul ul li  { border-bottom: none; padding: 3px 0 0px 0px!important; }
.side-menu ul ul li a {color: #999!important;  font-size: 13px!important;}
.side-menu ul ul li a:hover {color: #6EA5BE!important; }

.side-menu ul ul li:before { content:  ""; }
.side-menu ul ul { 
	list-style-type: none;
	padding: 0;
	margin: 5px 0 10px 9px;}

.side-menu .back-link {padding-top: 20px;}
.side-menu .back-link a {font-size: 12px;}

/**************************
FOOTER FORMATTING
**************************/

#footerWrapper {width: 100%; background: #fff; text-align: left; padding: 20px  0 0 0; margin: 0; height: 200px; overflow: hidden;}	
#footer {width: 70%; margin: 0 auto;}

#footer-social {color: #5D5F61; width:60%; margin: 0 auto; text-align: center;}

.footer-social {color: #5D5F61; display: inline-block; font-size: 40px; padding: 10px 20px;}
.footer-social:hover{ color: #6EA4BD; font-weight:500; text-decoration: none;}

#footer-txt {color: #5D5F61; width:100%; margin: 0 auto; padding: 10px 0; text-align: center; font-size: 13px;}
#footer-txt a, #footer-txt a:active {color: #000; text-decoration: none; font-size: 15px; line-height: 120%;font-weight: 400;margin: auto 7px;}
#footer-txt a:hover{ color: #6EA4BD; font-weight:500; text-decoration: none;}

/**************************
GOOGLE REVIEW
**************************/
#GoogleReview { float: right; height: 27px; padding: 15px 0 0 0; color: #cc0000; font-size: 12px; font-weight: bold; text-align:right; }
#GoogleReview a, #GoogleReview a:active, #GoogleReview a:visited{ color: #cc0000!important; text-decoration: none; padding: 0px; font-size: 14px; font-weight: bold}
#GoogleReview a:hover {color: #666!important; text-decoration: none;}
.reviewStar-lge {padding-left: 5px; width: 25px;}
.reviewStar-sml {padding-left: 5px; width: 15px;}
.googleDiv {float:left; margin-right: 10px;}
.googleIcon-lrg {width: 35px;}
.googleIcon-sml {padding-left: 5px; width: 25px;}
.review-list {
    clear: both;
    margin: 5px 0 20px;
    min-height: 70px;
    padding: 0;
}	

/**************************
Popup Window - Contact Seller, Buyer, Admin
**************************/
.contact-popup-add-trigger, .contactadmin-popup-add-trigger { display: block; margin: 0 auto; padding: 20px; max-width: 260px; background: #4EBD79; color: #fff;
				 font-size: 18px; font-weight: 700; text-align: center; text-transform: uppercase; line-height: 24px; cursor: pointer; }
.contact-popup-add, .contactadmin-popup-add {display: none; position: absolute; top: 10%;  left: 50%; width: 60%; margin-left: -30%; padding: 30px 30px;
		background: #fff; color: #333; font-size: 19px; line-height: 30px; border: 10px solid #333; z-index: 9999;}
.contact-popup-add-mobile, .contactadmin-popup-add-mobile {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 100%;}		

.contact-popup-add-field-label, .contactadmin-popup-add-field-label { float: left; width: 30%; margin: 0 0 10px 0;}
.contact-popup-add-field, .contactadmin-popup-add-field { float: left; position: relative; width: 70%; padding: 0; margin: 0 0 10px 0; text-align: left;}
.contact-popup-add-field-heading, .contactadmin-popup-add-field-heading { 
	float: left; 
	width: 90%; 
	margin: 0 0 10px 0;
	color: #ccc;
    font-size: 16px;
    font-weight: 300;
    line-height: 110%;
    padding: 5px 0;
    text-transform: uppercase;
	}

.contact-popup-add-close, .contactadmin-popup-add-close {float: right; padding-bottom: 5px; background: url(../images/close.png) no-repeat center center; width: 30px; height: 20px; cursor: pointer;}		


/**************************
PAGINATION FORMATTING
**************************/
#pagination { font-size: 10px; clear:both; text-align:left; padding: 10px 0; /*border-top: #6EA5BE 1px solid; */ margin-top: 30px!important; display: block; }
#pagination span.active{ background: #6EA5BE;-webkit-border-radius: 99em;-moz-border-radius: 99em;border-radius: 99em; display: inline-block; width: 15px; height: auto; border: 01px solid #6EA5BE; color: #fff; margin: 0px; padding: 2px; text-align:center;}
#pagination a, #pagination a:active, #pagination a:visited { background: #fff;-webkit-border-radius: 99em;-moz-border-radius: 99em;border-radius: 99em; display: inline-block; width: 15px; height: auto; border: 1px solid #6EA5BE; margin: 0px; padding: 2px; text-decoration:none; color: #6EA5BE; text-align:center;}
#pagination a:hover { background: #6EA5BE; color: #fff;}
#pagination a.next, #pagination a.prev,#pagination a.next:hover, #pagination a.prev:hover { background: #fff; border:0px; margin: 0px; padding: 2px;display: inline-block; width: 15px; height: auto; text-decoration:none; color: #6EA5BE; font-size:18px;}

/**************************
NEWS FORMATTING
**************************/
/* home */
.news-home {clear:both;   padding: 20px 0px;}
.news-home-txt {float: left; width: 60%; padding-right: 2%;  }
.news-home-txt h3 {padding: 0px;  }
.news-home-img {float: right;  width: 30%; height: 100px; padding-top: 0px; margin: 0;}	
.news-home-img img {width: 100%; max-width: 100%; height: auto; }

/* list */
.news-list-div {clear:both;   padding: 10px 0px; overflow: hidden;}
.news-list-txt {float: left; width: 65%; padding-right: 20px;  }
.news-list-img {float: right;  width: 30%; height: auto; padding-top: 20px;  text-align: center; margin: 0;}	
.news-list-img img {width: 100%; max-width: 100%; height: auto;  }

/* individual */
.news-div {clear:both;   padding: 10px 0px; overflow: hidden;}
.news-txt {float: left;   width: 65%; padding-right: 20px;  }
.news-img {float: right;  width: 30%; height: auto; padding-top: 20px;  text-align: center; margin: 0;}	
.news-img img {width: 100%; max-width: 100%; height: auto;}
.rss-image {float: right;  width: 30%; height: auto; padding-top: 20px;  text-align: center; margin: 0;}
.rss-image img {width: 100%; max-width: 100%; height: auto; margin: 0!important;}

#share {font-size: 11px!important; border-top: 1px rgba(229,244,244,0.80) solid; margin-top: 20px; padding: 20px 0; clear: both;}
.a2a_menu a {font-size: 13px!important;}
.a2a_menu {background: #e8e8e8!important; }
a.a2a_i, i.a2a_i {border: none!important;}
#share i {font-size: 18px; padding: 0 7px 0 0;}
#share a {padding: 0 7px 0 0;}
.share-space {float: left; padding: 0 70px 0 0; }
.share-space a {color: #444; }
.share-space a:hover {color: #ccc; }

/**************************
IMAGE GALLERY FORMATTING
**************************/
.gall-div { width: 23%; float: left; margin: 0px 1% 10px 1%; padding: 0;font-size: 12px; text-align: center; overflow: hidden;}
.gall-div:nth-of-type(4n+2) {clear: both;}
.gall-thumb { width: 100%; height: 150px;  border: none !important; padding:0; margin: 0 0 5px 0; overflow: hidden; text-align: center; position: relative;  /*-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;*/}
/*.gall-thumb img {width: 100%; height: auto; -webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;}*/
.gall-thumb img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;}

.gall-cat-div {float: left; width: 31%;  margin: 10px 1% 0 1%; padding: 0; }
.gall-cat-over { /*background: rgba(255, 255, 255, .5);*/ height: 40px; position: relative; bottom: 0px;}
.gall-cat-img {float: none;  width: 100%; height: 200px; padding: 0px; overflow: hidden; text-align: center; position: relative;}
.gall-cat-img img {
	   bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto; }
.gall-cat-title {font-size: 13px; font-weight: 700; line-height: 100%; color: #555;  text-align: center;  text-transform: uppercase; padding: 8px; }

/**************************
LINKS FORMATTING
**************************/
.link-list {clear: both; padding: 0px; margin: 5px 0 20px 0;  min-height: 70px;}
.link-list h3 {padding: 0 0 5px 0;}
.link-logo {float:right; margin: 15px 0px 10px 10px;  height: 100px; width: 150px; border: 1px #e8e8e8 solid; padding: 0; /*background: #fff; */ text-align: center; position: relative; overflow: hidden;}
.link-logo img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    max-height: 90%;
    max-width: 90%;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
.link-logo a  { border-bottom: none!important;}

.link-url {font-size: 12px!important; font-weight: 400;  padding: 0;}
.link-url  a , .link-url  a:active, .link-url  a:visited {color: #b30000!important; text-decoration: none;}	
.link-url  a:hover {color: #333!important;}

/**************************
FAQ FORMATTING
**************************/ 
#portfolio {list-style: none; background-image: none; margin: 0px; padding: 0px 0px 0px 0px;}
#portfolio h3 {padding: 20px 0 10px 0; font-weight: 300;}
#portfolio h3 a, #portfolio h3 a:active, #portfolio h3 a:visited {border: none; color: #6EA5BE;}
#portfolio h3 a:hover {text-decoration: none; border: none; color: #6EA5BE;}
#portfolio h3 a:after { content: "\f0d7";  font-family: FontAwesome; position: absolute; margin-left: 10px; }

ul#portfolio li { /*list-style: none;*/ background-image: none;  padding: 0px; margin: 0px; clear: left; }
ul#portfolio li ul li{  padding-left: 10px; margin-bottom: 3px; position: relative;}
ul#portfolio li:before { content: none; }
ul#portfolio li ul li:before { content: "\f105";  font-family: FontAwesome; position: absolute; margin-left: -15px; color: #6EA5BE;}

#portfolio a, #portfolio a:active, #portfolio a:visited{ color: #6EA5BE; text-decoration: none;}
#portfolio a:hover{ color: #6EA5BE; text-decoration: none;}
/**************************
TESTIMONIALS FORMATTING
**************************/
/* list */
.testimonial { width: 100%; margin: 30px 0; text-align: left; font-size:14px; background: url('../images/quote.png') no-repeat top left;  min-height: 70px; overflow: hidden;}
.testimonial-txt {float: left; width: 50%;  padding: 0 5% 0 15%; margin: 0 0 30px 0;}
.testimonial-by { width: 50%; font-size: 12px!important;  padding: 15px 0 0 0px; color: #888;  }
.testimonial-pic{float: left; width: 20%;}
.testimonial-pic img{width: 100%; height: auto;}

/**************************
PROJECT FORMATTING
**************************/ 
/* list */
.project-list {clear: both; padding: 10px 0 10px 0; }
.project-list-txt {float: right; width: 47%; padding: 0; font-size: 17px; }
.project-list-img {float: left; width: 50%; height: auto; overflow: hidden;/*-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;*/}
.project-list-img img {width: 100%; max-width: 100%; height: auto; }

/* individual */
.project-txt {float: left; width: 50%;}
.project-pics {float: right; padding-left: 10px; width: 45%;}
.project-hero {width: auto; height: auto;  }
.project-hero img {width: 100%; max-width: 100%; height: auto;}	
.project-thumb {float: left; width: 49%; height: 100px; overflow: hidden; margin: 0 2% 5px 0; }
.project-thumb img {width: 100%; max-width: 100%; height: auto;}
.project-thumb:nth-of-type(2n+1){   margin-right: 0;}
.project-pics li {margin: 0!important;  padding: 0 2px!important; background: none repeat scroll 0% 0% transparent;   }

.project-brochure {margin-top: 10px;}

/* youtube */
.youtube-container { display: block; margin: 0 auto; width: 100%; max-width: 600px; }
.youtube-player { display: block; width: 100%; /* assuming that the video has a 16:9 ratio */ padding-bottom: 56.25%; overflow: hidden; position: relative; width: 100%; height: 100%; cursor: hand; cursor: pointer; display: block; margin:0 auto;}
img.youtube-thumb { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: -40px; height: auto }
div.play-button { height: 72px; width: 72px; left: 50%; top: 50%; margin-left: -36px; margin-top: -36px; position: absolute; background: url("../images/video.png") no-repeat; }
#youtube-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }	

/**************************
CASE STUDIES FORMATTING
**************************/
/* list */
.casestudy-list {clear: both; padding: 0px; margin: 5px 0 10px 0;  min-height: 100px;}
.casestudy-list-txt {float: left; width: 70%; padding: 0 0 15px 0; font-size: 20px; }
.casestudy-list-img {float: right;  width: 20%; height: 100px; padding-left: 10px; overflow: hidden; /*-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;*/ }
.casestudy-list-img img {width: 100%; max-width: 100%; height: auto; }

/* individual */
#casestudy-txt {float: left; width: 320px;}
#casestudy-pics {float: right; padding-left: 10px; width: 270px;}
#casestudy-pics img {width: 100%; max-width: 100%; height: auto;}
#casestudy-pics div {float: left; width: 132px; height: 85px; overflow: hidden; margin: 0 5px 5px 0; }
#casestudy-pics div:nth-of-type(2n){   margin-right: 0;}
#casestudy-pics li {margin: 0!important;  padding: 0 2px!important; background: none repeat scroll 0% 0% transparent;   }
#casestudy-pics .casestudy-thumb img{width: 100%; height: auto;}

#casestudy-pdf {font-size: 12px; color:#cc0000; margin-top: 15px; height: 20px!important; width: 88%!important; }

/**************************
TEAM FORMATTING
**************************/
/* home */
.team-home {overflow: hidden;}
.team-home h3 {color: #cc0000; font-weight: 600; font-size: 25px; line-height: 170%; padding: 8px 0; text-transform:uppercase; border-top: 1px solid #e8e8e8; border-bottom: 1px solid #ccc; letter-spacing: 1px; text-align: left; margin: 20px 0;}
.team-home .individual {width: 33%; float: left;}
.team-home .individual-img {float: left; width: 130px; height: auto;}
.team-home .individual-img img {width: 100%; max-width: 100%; height: auto;}
.team-home .individual-txt {float: left; width: 40%; text-align: left;}

/* list */
.team-list {width: 100%;}
.team-list ul, .team-list li{/*background-image: none; margin: 0; padding: 0;*/}
.team-list-div{float: left; border: 1px #e8e8e8 solid; overflow: hidden; padding: 10px; width: 48%;  margin: 10px 1% 0 0; min-height: 150px;}
.team-list-div:nth-child(3n+1) {clear: both;}
.team-list-txt{float: left;  width:70%; padding-right: 10px; }
.team-list-img{float: right; width:25%;  text-align: center; }
.team-list-img img {width: 100%; max-width: 100%; height: auto; }

.team-list-img-circle{float: right;  
  width: 120px;
  height: 120px;
    background-repeat: no-repeat!important;
  background-position: center center!important;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em; 
  background-size: cover!important; 
}

/* individual */
.team-div{}
.team-txt{float: left;  width:70%; padding-right: 10px; }
.team-img{float: right; text-align: center; width: 25%;}
.team-img img {width: 100%; max-width: 100%; height: auto;  }

/**************************
RECIPE FORMATTING
**************************/
/* list */
.recipe-list-div {clear: both; padding: 10px 0; margin: 0;  min-height: 100px;  overflow: hidden;}
.recipe-list-txt {float: left; width: 70%;}
.recipe-list-img {float: right; width: 29%; margin: 10px 0 10px 1%;}
.recipe-list-img img {width: 100%; max-width: 100%; height: auto;}

/* individual */
.recipe-div {clear:both;  float: left; width: 59%; margin-right: 1%;  }
.recipe-txt {padding-top: 10px;  }
.recipe-pics {float: right;  width: 40%;  padding-top: 10px;  text-align: center;}
.recipe-hero {width: 100%; height: auto;}
.recipe-hero img {width: 100%; max-width: 100%; height: auto;  }
.recipe-thumb {float: left; width: auto; height: 70px; }	
.recipe-thumb img {width: 100%; max-width: 100%; height: 100%; }	

/**************************
DOCUMENTS FORMATTING
**************************/
#doc-title {text-transform: uppercase;}
#doc-desc {width: 450px;}
#doc-btn {position: relative; float: right; top: -30px;}
#doc-btn a, #doc-btn a:active, #doc-btn a:visited {font-size: 13px; color: #cc0000; }
#doc-btn a:hover {color: #999; }

/**************************
EVENTS MODULE
**************************/
/* List  */
.event-list-div {clear: both; padding: 10px 0; margin: 0;  min-height: 100px; border-bottom: 1px #e8e8e8 solid; overflow: hidden;}
.event-list-date {font-size: 14px; font-weight: 700; margin-top: 10px;}
.event-list-txt {float: left; width: 60%;}
.event-list-img {float: right; width: 38%; margin: 10px 0 10px 2%; }
.event-list-img img {width: 100%; max-width: 100%; height: auto;}
.event-list-price {font-size: 14px; font-weight: 700; padding-top: 10px; color: #555;}
.event-sold-out {font-size: 14px!important; font-weight: 700; color: #cc0000!important; padding-top: 10px; }

/* Individual */
.event-date {font-size: 14px; font-weight: 700; margin-top: 10px;}
.event-venue {font-size: 13px; margin: 10px 0;}
.event-div {clear: both; padding: 10px 0; border-top: 1px #e8e8e8 solid; border-bottom: 1px #e8e8e8 solid; overflow: hidden;}
.event-txt {/*float: left; width: 60%;*/}
.event-hero {/*float: right; width: 38%; margin: 10px 0 10px 2%;*/}
.event-hero img {width: 100%; max-width: 100%; height: auto;}
.event-price {clear: both; padding: 10px 0; font-weight: 700; font-size: 14px; color: #555;}
.event-price-txt {display: inline; margin-right: 10px;}
.event-price #btnBooking {display: inline-block; width: 100px; margin: 10px 0 ; }
#events iframe {border: 0!important; width: 100%; height:250px; background: #fff;}

#jQueryPopupDiv {height: auto !important; }
.btn-popup {border-radius: 4px; color:#FFF!important; padding: 10px 25px;font-size: 15px;  margin: 0 0 10px;  min-width: 90px; width: 35%; background: #000000 none repeat scroll 0 0; opacity: 0.8;  } /* style used on button tag */
.btn-popup a, .btn-popup a:active, .btn-popup a:visited { }
.btn-popup:hover {background: #777;}

/* Booking */
.cloneDetails {
    background: #EFEFEF none repeat scroll 0 0;
    border: 1px solid #fff;
    margin: 10px 0;
    padding: 10px 40px 20px 40px;
	font-size: 14px;
	overflow: hidden;
}

/* Early Bird */
.event-early-bird-price {color: #cc0000;}
.event-early-bird-date {font-size: 11px;}

/* My Account - Add Table Attendees */
.field-label-second {float: left; margin: 0 0 10px; width: 25%; clear:both;}
.spAttendees {color:#cc0000;}

/* Event Booking - Tickets */
.ticket-divider { float: left; width: 100%; border-bottom: 1px solid #e2e2e2; margin: 5px 0; padding-bottom: 5px;}

.ticket-header { font-weight: 700; border-bottom: 1px solid #e2e2e2; padding: 10px 0;}
/*.ticket-header-item {padding-bottom: 5px; margin-bottom: 5px;}*/
.ticket-header-price {float: left; width: 10%; padding-right: 10px;}
.ticket-header-total-sub {float: left; width: 10%; padding-right: 10px; }
.ticket-header-attendee { padding-bottom: 5px; margin-bottom: 5px;}

.ticket-item {width: 100%; clear:both; /*border-bottom: 1px solid #e2e2e2; margin: 10px 0; padding-bottom: 35px*/ padding-top: 10px; }
.ticket-type {float: left; width: 45%; padding-right: 10px;}
.ticket-price {float: left; width: 10%; padding-right: 10px; text-align:right;}
.ticket-qty {float: left; width: 10%; padding-right: 8px; text-align:center;}
.ticket-qty input { text-align: center;}
.ticket-total-sub {float: left; width: 10%; padding-right: 10px; text-align:right;}
.ticket-attendee {float: left; padding: 3px 10px; font-size: 10px;}
.ticket-attendee a {text-transform:uppercase; color: #cc0000!important;}

.ticket-header { width: 100%; }
.ticket-footer {width: 100%; clear: both;}
.ticket-footer-text {float: left; width: 64%; padding-right: 29px; margin-top: 20px; text-align:right;font-weight:700; }
.ticket-footer-total {float: left; width: 10%; padding-right: 10px; margin-top: 20px; text-align:right; /*border-top: 1px solid #ccc;*/ font-weight:700; }

.booking-footer {}
.booking-footer-text {float: left; width: 64%; padding-right: 29px; margin-top: 20px; text-align:right;font-weight:700; }
.booking-footer-total {float: left; width: 10%; padding: 5px 10px; margin-top: 20px; text-align:right; /*border-top: 1px solid #ccc; border-bottom: 5px double #ccc; */ font-weight:700; background: #ccc;}

.discount {width: 100%; visibility:hidden; height:0; overflow:hidden;}
.discount-total {float: right; width: 10%; padding-right: 10px; text-align:right; margin-right: 21%; font-weight:700;}
.discount-text {float: left; width: 60%; padding-right: 10px; text-align:right; font-weight:600;}

.div-attendees {width: 100%; /*visibility:hidden; height:0; overflow:hidden; */ }
.divAttendeeDetails {float: left; width: 100%; padding: 5px 0;}
.attendee-title {width: 10%;}
.attendee-name {width: 40%}

.attendee-ticket-header {color:#cc0000; text-transform:uppercase; font-size: 10px; padding-right: 5px; float:left; width:10%; padding-top: 10px;}
.attendee-ticket-detail { float:left; width: 80%; clear:both; }
.attendee-ticket-detail input {margin-left: 10px;}

.invoice-ticket-header {margin: 0 30px; color:#cc0000; text-transform:uppercase; font-size: 11px;}
.invoice-ticket-attendee {margin: 0 50px; font-size: 11px;}

.account-booking-name {color:#cc0000; text-transform:uppercase; font-size: 14px; padding-right: 10px; font-weight:600;}
.account-ticket-name {margin: 0 20px; font-weight:600;}
.account-ticket-header {margin: 0 50px; color:#cc0000; text-transform:uppercase; font-size: 11px;}
.account-ticket-attendee {font-size: 11px;}

.hide { display: none; }

/**************************
PRODUCTS FORMATTING
**************************/
/*home */
.products-home {clear:both;   padding: 20px 0px;}
.products-home-txt {float: left; width: 270px; padding-right: 20px;  }
.products-home-txt h3 {padding: 0px;  }

/* product category*/
#products h2 {color: #6EA5BE; text-transform: lowercase; font-weight:400;}
#product-page {/*width: 800px;*/ margin: 0 auto; text-align: left;}
.products-div {/*clear:both;   padding: 10px 0px; for full width div*/}

.products-div {float: left; width: 25%;  /*margin: 1%;*/ padding: 10px 0;; }
.products-div:nth-of-type(4n+2) {clear: both;}

.products-cat-div {float: left; width: 31%;  margin: 1%; padding: 0; height: auto; border: 1px #e8e8e8 solid;}
.products-cat-div:nth-child(3n+2){clear:both;}
.products-cat-over { background: rgba(0, 0, 0, 0.5); height: 30px; position: relative; bottom: 0px;}
.products-cat-img {float: none;  width: 100%; height: 150px; padding: 0px; overflow: hidden; position: relative;}
.products-cat-img img {max-height: 90%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;}
.products-cat-title {font-size: 14px; font-weight: 700; color: #fff; position: relative; bottom: -5px; text-align: center;  text-transform: uppercase;}


/* product list */
.jcart fieldset{ border: none!important; }
.products-div .jcart fieldset { /*border-bottom: 1px #222 solid!important;*/}
.products-list-line {float: none;  width: 100%; padding: 5px 0px; overflow: hidden; text-align: center; position: relative; display: table; table-layout: fixed;}
.products-list-txt {float: left; width: 80%; padding: 5px 0 0 0; text-align: left; font-size: 13px; font-weight: 600; overflow: hidden; display: table-cell; text-overflow: ellipsis; white-space: nowrap; vertical-align:baseline;}
.products-list-location {float: right; width: 20%; padding: 5px 0 0 0; text-align: right; font-size: 13px; font-weight: 600;overflow: hidden; display: inline; text-overflow: ellipsis; white-space: nowrap; vertical-align:baseline;U}
.products-list-more {float: none;  width: 100%; padding: 10px 0px; overflow: hidden; text-align: center; position: relative; background-color:#e4f4f4;}
.products-list-more:hover {color:#666!important; background-color: #6EA5BE;}
.products-list-size {float: left; width: 75%; padding: 0 0 0 5%; text-align: left; font-size: 13px;}
.products-list-watch {float: right; width: 15%; padding: 0 5% 0 0; text-align: right; font-size: 13px;}
.products-list-price {float: right; width: 30%; font-size: 15px!important; font-weight: 400;  padding: 5% 0 0 0; text-align:right; }
.products-list-img {float: none;  width: 100%; height: 300px; padding: 0px; overflow: hidden; text-align: center; position: relative;}	
.products-list-img img {  width: 100%;/*max-height: 100%;  
    max-width: 100%; 
    width: 100%;
    height: auto;
    position: absolute;  
    top: 0;  
   bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto; */}

.products-list-buttons {clear:both;  padding: 0; color: #888; font-size: 12px;}
.products-more, .products-buy { margin-top: 10px;}


/*individual product */
.products-txt {float: left; width: 40%; padding-right: 20px; text-align: left; font-size: 12px; min-height: 50px;}
.products-txt h1 {color:#000;}
.product-line {padding: 15px 0;}
.product-heading {float:left; width:25%; font-weight:600;}
.product-detail {float:left; }
.products-price { font-size: 15px!important; font-weight: 400;  padding: 20px 0 0 0; text-align:left; /*min-height: 80px;*/}
.products-pics {float: left; width: 55%;  text-align: left;}
.products-hero {  width: auto; padding-right: 20px;}
.products-hero img { /*width: 100%; */ max-width: 100%; height: auto; }
.products-thumb {float: left;  margin-right: 5px; height: 80px;  overflow: hidden; text-align: center;}	
.products-thumb img {width: auto; height: 80px; }

.products-qty {/*float: left;*/ font-size: 13px; margin: 20px 5px 5px 0;}
.products-att {font-size: 13px;}
.products-add-cart-msg {float: left; width: 100%;font-size: 13px; margin: 20px 5px 5px 0;}

.products-div-sort {float: right;font-size: 12px; width: 200px;}

.minimum {text-transform: uppercase; font-size: 12px; color: #888; padding: 5px 0 0 0;}	
.similar {text-transform: uppercase; font-size: 12px; color: #888; border-top: 1px #ccc dashed;  clear: both; margin-top: 10px;}	
.similar-div {float: left; width: 23%; margin: 2% 2% 1% 0; text-align: center; }
.similar-div:nth-of-type(4n+1) {clear: both;}
.similar-div-img {height: 100px; position: relative; border: 1px #e8e8e8 solid;}
.similar-div-img img {
	max-height: 100%;  
    max-width: 100%; 
    width: auto;
    height: auto;
    position: absolute;  
    top: 0;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto; }
	
.similar-div-txt {padding: 10px 0;}	

#products .page img {margin: auto;}	

/* WatchList */
.hidden {visibility:hidden; height:0px;overflow:hidden; padding:0!important;}
#divWatchListAdd {padding:30px 0 10px 0; }

#btnContactSeller {padding:10px 0; text-size:13px; text-transform:uppercase; font-weight:600; color:#cc0000;}

#divYourListing, #divSold, #divBuy, #divWatchListCurrent {padding: 10px 0 0 0; font-size: 14px!important; color:#6EA5BE!important; text-transform: uppercase; font-weight:500;}

.products-swopped {position: absolute; bottom: 0px; left: 0px; padding: 0;}
.products-swopped img {width: 86px!important;}

.products-nav {width: 100%; margin:auto;}
.products-nav-left {float:left;}
.products-nav-right {float:right;}
.products-nav-hr {border-top: 1px rgba(110,165,190,0.20) solid!important; margin: 5px 0 10px 0;}

.products-nav a, .products-nav a:active, .products-nav a:visited {color: #6EA5BE!important; text-decoration: none;font-weight: 500; text-transform: uppercase;}	
.products-nav a:hover {color: #666!important;}

/**************************
CAREERS MODULE
**************************/
/* home */
.career-home {clear:both;   padding: 0px; }
.career-home-txt {width: 100%;  }
.career-home-txt h2 {font-size: 25px; line-height: 110%; text-transform:uppercase; color: #cc0000; padding: 0;}
/* List */
.career-list-div {clear: both; padding: 10px 0; margin: 0;  min-height: 100px; border-bottom: 1px #333 solid; overflow: hidden;}
.career-list-location {font-size: 14px; font-weight: 700; padding: 5px 0;}
.career-list-worktype {font-size: 14px; font-weight: 700; padding: 5px 0;}
.career-list-txt {float: left; width: auto;}

/* Individual */
.career-worktype {font-size: 13px; padding: 5px 0; font-weight: 700;}
.career-location {font-size: 13px; padding: 5px 0; font-weight: 700;}
.career-div {clear: both; padding: 10px 0; border-top: 1px #333 solid; border-bottom: 1px #333 solid; overflow: hidden;}
.career-txt {float: left; width: 70%;}

/* Careers FORM */
.error-msg { color: #CC0000; }
.form-header { color: #ffffff; font-size: 17px; font-weight: 700; line-height: 110%; padding: 15px 0 5px;}

/**************************
MEMBER / ACCOUNT REGISTRATION
**************************/
.msgError {color: #CB0000; padding-top:5px; font-size: 13px;}
.msgSuccess {color: #093; padding-top:5px;}
#account-status {float: right; color: #FFF;  font-size: 13px; padding-right: 10px;}
#account-heading {float:left;width: 100%;}
#page-title-div-account {margin: 0 auto; width: 300px;}
.forgotpw {font-size: 13px; padding-left: 15px;}

#print_receipt_contents h2 {font-size:20px; padding: 10px 0; color: #cc0000;}
#print_receipt_btn a {font-size: 14px!important;}
.divInvoice { border: 1px solid #e8e8e8; margin: 10px 0; padding: 10px 25px; font-size: 14px; background: #fff;}
.divInvoice h1 {font-size:18px; padding: 10px 0; color: #cc0000;}
.divInvoice h2 {font-size:14px!important; padding: 10px 0; color: #6D6E70!important; border-bottom: 1px #e8e8e8 solid; margin: 10px 0;}

.divInvoice tr, .divInvoice td {padding: 0 10px 0 0;}

#applyDiscountBtn {width: auto; background: #ccc; margin-top: 5px; text-transform:uppercase; cursor:pointer;}

.payment-check {float: left; width: 50px;}
.payment-indent {float: left; position: relative; left: 50px;}

#registration.border table {width: 90%;}
#registration.border table, #registration.border th, #registration.border td {border: 1px #e8e8e8 solid; padding: 6px 10px;}

.divDashboard {}
.divDashboardCols {float: left; width: 20%; text-align:center; margin: 20px; padding: 20px; background-color: #CCC;}
.divDashboardCols  h1 {font-weight: 600; }
.divDashboardCols  h2 { }

.field-label-register { float: left; width: 25%; margin: 0 0 10px 0; text-transform: lowercase;}
.field-register { float: left; position: relative; width: 65%; padding: 0; margin: 0 0 10px 0;}

/**************************
ACCOUNT - LISTINGS
**************************/
#divListingImages {padding: 5px 0;}
.divListingImage {border:1px solid #999; width:15%; float:left; margin:1%; font-size:12px; padding: 10px 0; }
.divListingImagePadding {margin:2px;}
.btnImageDelete {width:auto;}

/**************************
ACCOUNT - LISTINGS
**************************/
#divWatchlistImages {padding: 5px 0; }
.divWatchlistImage {border:1px solid #888; width:22%; float:left; margin:2%; text-transform:uppercase;}
.divWatchlistImagePadding {margin:2px; max-height:300px; overflow:hidden;}
.divWatchlistImagePadding img {width:100%; height:auto;}

.products-list-more-half {float: left;  width: 49%; margin: 0 0.5%; padding: 10px 0px; overflow: hidden; text-align: center; position: relative; 
text-align: center;
border:none;
display:inline-block;
cursor:pointer;
color: #000;
font-size: 13px; text-transform:uppercase; font-weight: 700;
background: #e4f4f4;
-webkit-transition: background 0.3s ease; 
-moz-transition: background 0.3s ease; 
transition: background 0.3s ease;
}
.products-list-more-half:hover {color:#666!important; background-color: #6EA5BE;}

.btnImageDelete {width:auto;}

/**************************
MY ACCOUNT
**************************/
.divListingActions  { float: left; width:100%; /*text-align:right; */ font-size: 13px; padding-bottom:10px;}

#divListingMessage {
	width: 	auto;height: auto;
	background-color: #B3D39A;
	margin: 5px auto; padding: 5px 20px;
	color: #FFF; font-weight: bold;
	/*border-radius: 10px; */
	/*width: 70%; */
	text-align: center;
}

#account th {background-color:#e4f4f4;color: #666; text-transform: lowercase;}
#account .th-actions { background-color: #6EA5BE; color:#fff;}
#account .th-contact { background-color: #FFBB9A;; color:#fff;}
#account .th-blank { background-color: #fff;}

#hangersWrapper {width: 100%; margin:20px auto; text-align: center; padding: 10px; border: #707276 2px solid;  color: #000; font-size: 28px;}
.hangersWrapper-symbol{font-size:60px; font-weight:500; /*padding:0 20px;*/ position: relative; top: 30px;}

/**************************
MY ACCOUNT - PAYPAL
**************************/
#paypalContainer, #paypalContainerDisable {padding: 30px 0; float:left;}
#paypalContainerDisable .paypal-button.paypal-style-checkout.paypal-size-small {cursor: not-allowed; pointer-events: none;}

/**************************
MY ACCOUNT - MY SHARE - MY WEAR
**************************/
.divAcctListing {width: 100%; margin: 10px 0; font-size: 13px;}
.divAcctListing-divider {width: 100%; padding: 0px 0 5px 0; clear:both; border-bottom: #e4f4f4 1px solid;}
.divAcctListing-row {width: 100%; padding: 5px 0; clear:both;}
.divAcctListing-row1, .divAcctListing-row2 {width: 100%;}


.divAcctListing-heading1 {background-color: #e4f4f4; color: #666; text-transform: lowercase;padding: 5px 0;}
.divAcctListing-heading2 {background-color: #6EA5BE; color: #fff; text-transform: lowercase;padding: 5px 0;}
.divAcctListing-heading3 {background-color: #FFBB9A; color: #fff; text-transform: lowercase;padding: 5px 0;}

.divAcctListing-item {float:left; width: 25%; overflow:hidden;}
.divAcctListing-size {float:left; width: 10%; overflow:hidden;}
.divAcctListing-colour {float:left; width: 10%; overflow:hidden;}
.divAcctListing-condition {float:left; width: 9%; overflow:hidden;}
.divAcctListing-actions {float:left; width: 9%; overflow:hidden;}
.divAcctListing-swop {float:left; width: 9%; overflow:hidden;}
.divAcctListing-sent {float:left; width: 9%; overflow:hidden;}
.divAcctListing-received {float:left; width: 9%; overflow:hidden;}
.divAcctListing-contact {float:left; width: 9%; overflow:hidden;}

.divAcctListing-actions .divEdit, .divAcctListing-actions .divRemove, .divAcctListing-actions .divAdd, .divAcctListing-actions .divContactBuyer, .divAcctListing-actions .divContactSeller, .divAcctListing-actions .divContactAdmin {width:100%;}

.divContactText {overflow: hidden; height: 0; padding: 0px; margin: 0; color:#FFBB9A; font-weight: 500; text-transform: lowercase;} 
.divSwopText, .divSentText, .divReceivedText {overflow: hidden; height: 0; padding: 0px; margin: 0; color:#6EA5BE; font-weight: 500; text-transform: lowercase;}

.divAcctListing-actions a, .divAcctListing-sent a, .divAcctListing-received a {padding: 2px 2px; color:#6EA5BE; text-transform: lowercase;}
.divAcctListing-actions a:hover, .divAcctListing-sent a:hover, .divAcctListing-received a:hover {color:#fff; background-color:#6EA5BE;}

.divAcctListing-contact a {padding: 2px 2px; color:#FFBB9A; text-transform: lowercase;} 
.divAcctListing-contact a:hover {color:#fff; background-color:#FFBB9A;} 

/**************************
MEMBER DIRECTORY STYLES
**************************/
.memberDirectory-btn {margin: 10px 0;}

/* list */
.memberDirectory-list ul, .memberDirectory-list li{background-image: none; margin: 0; padding: 0;}
.memberDirectory-list-div{border: 1px #e8e8e8 solid; overflow: hidden; padding: 10px; width: 44%; float: left; margin: 10px 1% 0 0; }
.memberDirectory-list-div:nth-child(2n) {clear: both;}
.memberDirectory-list-txt{float: left;  width:50%; padding-right: 10px; }
.memberDirectory-list-img{float: right;  
  width: 120px;
  height: 120px;
    background-repeat: no-repeat!important;
  background-position: center center!important;
  -webkit-border-radius: 99em;
  -moz-border-radius: 99em;
  border-radius: 99em; 
  margin-top: 10px; 
  background-size: cover!important;
}
.memberDirectory-list-bus {font-size: 12px; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px #e8e8e8 solid; padding: 5px 0;}

/* individual */
.memberDirectory-div{}
.memberDirectory-bus {font-size: 12px; text-transform: uppercase; letter-spacing: 1px; border-bottom: 1px #e8e8e8 solid; padding: 5px 0; margin-bottom: 20px;}
.memberDirectory-txt{float: left;  width:70%; padding-right: 10px; }
.memberDirectory-right{float: right; text-align: center; width: 25%; }
.memberDirectory-img{text-align: center; height: auto; padding: 10px 0; overflow: hidden;}
.memberDirectory-img img {width: 100%; max-width: 100%; height: auto;  }
.memberDirectory-logo{text-align: center; height: auto; padding: 10px 0; overflow: hidden;}
.memberDirectory-logo img {width: 100%; max-width: 100%; height: auto;  }
.memberDirectory-contact {padding: 20px 0; font-size: 13px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;}
  
.field-textarea { float: left;
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    width: 92%;}
	
.join-img {width: 100%;}
.join-img img {width: 90%; height: auto; padding: 10px; max-width: 300px;}	

/**************************
PASSWORD FORMATTING
**************************/
#frmRegister .short, #frmPassword .short, #frmChange .short, #frmRenew .short, #frmStep2.short{color:#FF0000;}

#frmRegister .weak, #frmPassword .weak, #frmChange .weak, #frmRenew .weak, #frmStep2 .weak  {color:#E66C2C;}

#frmRegister .good, #frmPassword .good, #frmChange .good, #frmRenew .good, #frmStep2 .good {color:#2D98F3; }

#frmRegister .strong, #frmPassword .strong, #frmChange .strong, #frmRenew .strong, #frmStep2 .strong {color:#006400;}

.sml-pw {font-size: 11px;  padding: 5px 0 0 0; display: inline-block;}

/**************************
DONATION FORMATTING
**************************/
.donate-details {float: left; position: relative; width: 100%; padding: 0; margin: 0 auto 30px auto; text-align: center;}
.donate-style {background: #A04198!important; -webkit-border-radius: 99em;
-moz-border-radius: 99em;
border-radius: 99em; width: 100px; height: 100px; line-height: 80px; display: inline-block; color: #fff; font-size: 20px; font-weight: 400; margin:  8px; padding: 2px; border: none; cursor: pointer;}
.donate-style-on {background: #f98b22!important; -webkit-border-radius: 99em;
-moz-border-radius: 99em;
border-radius: 99em; width: 100px; height: 100px; line-height: 80px; display: inline-block; color: #fff; font-size: 20px; font-weight: 400; margin:  8px; padding: 2px; border: none;}
.donate-style input[type="radio"] {margin: 0; }
.donate-style-on input[type="radio"] {margin: 0; }
.donate-other {clear:both; padding: 0; margin: 0 30%; text-align: center;}
.donate-button {clear:both; padding: 0; margin: 0 30%; text-align: center;}

.txtDonationAmt { width: 100px; }
.donate-amt {/*width: 18%; */float: left; margin: 0; font-size: 12px; text-transform:uppercase; text-align: center; min-height: 200px;}
.donate-amt p {padding: 10px 0 30px 0; font-size: 12px; text-transform:uppercase; }
.dollar { font-size: 15px; vertical-align: top;}

.donate-payment-check {float: left; width: 50px;}
.donate-payment {float: left; width: 85%;}

/**************************
LOCATION FORMATTING
**************************/
.locations-div {border-bottom: #999 1px solid; padding: 20px 0; clear: both; overflow: hidden;}
.locations-txt {float: left; width: 70%; }
.locations-txt h2 { }
.locations-txt h3 { }
.locations-img {float: right; padding: 40px 0 0 0; margin: 0; width: 30%; height: auto; overflow: hidden;}
.locations-img img {margin: 0; width: 100%; max-width: 100%; height: auto;}
.location-enquiry {padding: 10px 0;}

/**************************
FADEIN CONTENT PAGES
**************************/

.content-inside {
    -webkit-animation: fadein 2s; /* Safari and Chrome */
       -moz-animation: fadein 2s; /* Firefox */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/* Opera */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}​

/**************************
OTHER FORMATTING
**************************/
#contact #col-left {
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;}

iframe {width: 100%!important; }

.page img, .page p img, #mobile-image-hide {/*margin: 5px 10px; */  /*-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;*/ /*max-width: 100%; height: auto!important;*/}

.sml, .sml a, small a {font-size: 14px!important;  padding: 10px 0 0 0; color:#6EA5BE!important; text-transform: uppercase; font-weight:500;}	
.sml a:hover {color: #cccccc!important;}

.sml-p {font-size: 16px!important;  color:#6EA5BE!important; text-transform: uppercase;}
.sml-hr {border-top: 1px rgba(110,165,190,0.20) solid!important;}
.sml-instruct {font-size: 14px!important;  color:#999!important; }

.back {font-size: 11px!important; font-weight: 400;  padding: 20px 0; }
.back a, .back a:active, .back a:visited {color: #6EA5BE!important; text-decoration: none;font-weight: 500;}	
.back a:hover {color: #666!important;}

.back-listing {font-size: 11px!important; font-weight: 400; }
.back-listing a, .back-listing a:active, .back-listing a:visited {color: #6EA5BE!important; text-decoration: none;font-weight: 500; font-size: 11px!important;}	
.back-listing a:hover {color: #666!important;}

.archive {font-size: 12px!important; font-weight: 400;  padding: 20px 0; }
.archive a, .archive a:active, .archive a:visited {color: #cc0000!important; text-decoration: none;}	
.archive a:hover {color: #cccccc!important;}

a.opacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

a.opacity img {
filter:alpha(opacity=80);   
-moz-opacity: 0.8;   
opacity: 0.8;
}

/**************************
FORMS AND BUTTONS
**************************/

select, input, menu, list, textarea {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 12px; background: #fff;
	/*-webkit-appearance: none;*/
}

select, input {
box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;}

.more {width: auto; margin-top: 10px!important; text-align: center; display: inline-block; } 
.more a, .more a:active, .more a:visited { color:#fff;}
.more a:hover {color:#cc0000; }

.btn-more {width: auto; margin-top: 10px!important; text-align: center;  } /* style used on button tag */
.btn-more a, .btn-more a:active, .btn-more a:visited { }
.btn-more a:hover {}

.btn-cart {width: 80px;  text-align: center; }
.btn-cart a, .btn-cart a:active, .btn-cart a:visited, .btn-cart input[type="submit"] { color:#fff!important;  padding: 10px 0 0 0; }
.btn-cart a:hover, .btn-cart input[type="submit"]:hover{color:#555; }

.btn-checkout-paypal {width: 190px; margin-top: 10px; text-align: center; }
.btn-checkout-paypal a, btn-checkout-paypal a:active, .btn-checkout-paypal a:visited {font-size: 12px; color:#cc0000; }
.btn-checkout-paypal a:hover {font-size: 12px; color:#555; }

.btn-submit, .btn-submit input[type="submit"], #btn-submit, .btn-more, .more a, .btn-donate, .btn-checkout-paypal, .btn-buy, .btnAddWatchlist, .btnContactSeller, .btnBuy, #project-pdf {
text-align: center;
border:none;
display:inline-block;
cursor:pointer;
padding: 5px 15px;
color: #000;
font-size: 13px; text-transform:uppercase; font-weight: 700;
background: #e4f4f4;
margin: 0;
-webkit-transition: background 0.3s ease; 
-moz-transition: background 0.3s ease; 
transition: background 0.3s ease;
}

.btn-submit:hover, .btn-submit input[type="submit"]:hover, #btn-submit:hover, .btn-more:hover, .more a:hover, .btn-donate:hover, .btn-buy:hover, .btnAddWatchlist:hover, .btnContactSeller:hover, .btnBuy:hover, #project-pdf:hover {background: #6EA5BE;}

#btn-submit {margin: 10px 0;}
.btn-next-form {margin-top: 10px!important;}

#shoppingCart .btn-more, #jcart-checkout{ margin: 5px!important;}

input[type=radio], .zoom_searchform input[type=radio] {width: 20px!important; margin: 0 10px; -webkit-appearance:radio!important; background: transparent;}
input[type=checkbox] {width: 20px!important; -webkit-appearance:checkbox!important;}

#searchBox { padding: 15px 0 0 0; }
#searchBox form input[type="text"], #searchBox form textarea {  padding:6px; width: 130px;}
#searchBox form input[type="submit"]{ width: 30px; padding:4px;  }

#search input, #search select {/*width: auto!important;*/}

#registration p {clear: both;}



/************************************************
TO PREVENT SPAM FORM SUBMISSION - Honeypot Method
************************************************/
#divHoneypot { display: none; }

/**************************
RESPONSIVE NAV
**************************/

.btn-nav { display: none;}

.btn-nav:hover { color: #333;}
.btn-nav:active, .btn-nav:visited  { color: #cc0000;}

.nav-collapse.collapse { height: auto;}
    
/************************** responsive media queries **************************/

@media screen and (max-device-width: 480px) and (orientation:portrait) {
}

@media screen and (max-device-width: 480px) { html { -webkit-text-size-adjust: none; }	
	body, p, ul, ol, h1, h2, h3, h4, blockquote p, table {font-size: 110%;}
	#registration input.text, #registration input, #registration select, #registration textarea {padding: 7px 8px; line-height: 40px; font-size: 18px!important;} 
	.page img, #mobile-image-hide {float:none!important;  margin: 10px 0!important; }
	.btn-nav { margin:0 5px 10px 5px!important; width: auto!important; }
	blockquote {margin-left: 20px;}
	
	.btn-nav {display: block; width: 90%; float:none; padding: 0; margin:0 auto;  cursor: pointer; text-align: right; color: #444;}
	.btn-nav i {color:#6EA5BE;}	
	
	#headWrapper {width: 100%; height: auto; min-height: 120px!important; padding-top:10px!important; }
	#99headWrapper {width: 100%; height: 10px!important; min-height: 10px!important;padding: 5px 0px; }

	#logo img {width: 80%!important; margin: 0px auto 0px auto;!important;}
	#logo {float: none; width: 100%; margin: 0 auto; text-align: center; padding: 0; height: auto;}	    
	
	#ssWrapper {top:-140px; margin-bottom: -240px;}
	#ssPanel {top:0px; margin-bottom: 100px;}
	
	#featured .three {float: none; margin: 0; width: auto;}
	#contrast {width: 100%!important; display: block; }
	#contrast .four {width: 100%; display: block; margin: 0;}

	#casestudy-pics, #casestudy-txt {float: none; width: auto!important; }
	#casestudy-pics img{width: 100%!important; }
	#casestudy-list img {float: none; width: 100%; margin: 0;}
	.project-list-txt, .project-list-img{float: none; width: 100%; clear: both; padding: 10px 0 10px 0; margin-left: 0px;}
	.project-pics, .project-txt {float: none; width: auto!important; padding: 0;}
	.project-pics img{width: 100%!important; }
	.projects-list img {float: none; width: 100%; margin: 0;}

	.products-list-txt, .products-list-price {/*float: none; width: auto; text-align: left;*/}
	.products-cat-div, .products-cat-over{float: none; width: auto!important;  }

	.news-home-txt, .news-home-img {float: none; margin: 0; width: auto; display: block;}
	.news-list-txt, .news-list-img, .news-txt, .news-img, .rss-image {float: none!important; width: 100%!important; margin: 0!important; height: 100%!important; }
	.news-list-img img, .news-img img, .rss-image img{width:100%; height: auto!important; max-height: 800px!important;}
	.news-list-circle, .rss-image-circle {float: none!important; }
	#news .page img {margin: 0px!important; }

	.event-list-txt {float: none; width: 100%;}
	.event-list-img {float: none; width: 100%; margin-left: 0;}
	.event-txt {float: none; width: 100%!important;}
	.event-hero {float: none; width: 100%; margin-left: 0;}

	.team-list-div {float: none; width: auto!important;}
	.team-txt{width: 100%!important; padding: 0;}
	.team-img{width: 100%!important;}
	.team-img img{width:100%; height: auto;}

	.gal-div  {float:none; width: auto; height: auto;}
	.gall-cat-div {float:none; width: 100%!important; height: auto;}

	.link-logo {float: none; width: auto; margin: 10px 0; padding: 0;}

	.testimonial {background: none;}
	.testimonial-txt {padding: 0 10px 0 0;}

	.donate-payment-check {float: none; width: 100%; display: block;}
	.donate-payment {float: none; width: 100%; display: block;}

	#doc-desc {width: auto; padding: 0px; margin: 0;}
	#doc-btn {float: none; top:0; position: static;}

	.recipe-list-txt {float: none; width: 100%;}
	.recipe-list-img {float: none; width: 100%; margin: 10px 0;}
	.recipe-div {float: none; width: 100%; margin-right: 0;  }
	.recipe-pics {float: none;  width: 100%;}    
	
	.carousel-wrapper {padding:15px;}
	.carousel-product-img {height: 60px;padding: 2px;}
	.carousel-product-title {font-size: 8px!important; padding: 10px 2px 5px 2px; /*padding: 10px 10px 5px 10px; font-size: 14px;*/}
	.carousel-product-size /*p*/ {/*padding-left: 2px;*/ /*padding-left: 10px; */font-size: 8px!important;}
	.carousel-product-watch {/*padding-right: 2px;*/}
	.carousel-product-watch i {font-size: 8px!important;}
	.carousel-product-line2 {padding:2px;}
	
	#ssProducts #carousel-side {width:5%;}
	#ssProducts #carousel-middle {width:80%;}
	#carousel-side a {font-size:10px}
	.carousel-product {z-index:1000!important; position: relative;}
	.carousel-product-panel {background-color: #E5F6F7!important; z-index:1000!important; position: relative;}
	/*.carousel-product-title, .carousel-product-title a, .carousel-product-title a:hover  {color:#E5F6F7!important;background-color: #E5F6F7!important;} 	*/
	/*.carousel-product-size, .carousel-product-watch {display: none; height:0; width:0;}*/
	#carousel-line {height: 5px;top: -50px; z-index: 1;}
	.carousel-product-watch {display: none; height:0; width:0;}
	
	#topSearch {padding: 5px 0 0 0;}
	#topSearch input {width: 105px!important; font-size: 11px; height: 30px;}
	#topSearch select {width: 80px!important;font-size: 12px; height: 30px;}
	#topSearch .btnSearchProduct {padding: 0px 10px 18px 10px; width: 37px; height: 30px;position: relative; top: -3px!important;}
	#topSearch .btnSearchProduct a {padding: 0px; width: 37px; height: 30px;}
	#topSearch .btnSearchProduct i {font-size:12px; position: relative; top: -5px;}
	#topSearch .btnSearchProduct .btnSearchProduct-txt {display: none; width:0; height:0; }
	#topSearch label::before {height:8px;}
	#topSearch label::after {font-size:7px; top:-3px!important;}

	.cycle-overlay .title-link {position:relative; top: -10px; text-shadow: 1px 1px 1px rgba(30,0,0, 0.5);}
	.cycle-overlay .title-link a {font-size: 12px;}
	.ss-page .cycle-overlay {position: relative;}

	#ssWrapper {top:-110px!important; margin-bottom: -220px!important;*/ /*padding: 0px 0 30px 0!important;*/}
	#statsWrapper {height:150px!important; padding: 5px 0!important; margin-bottom: -50px;}
	#statsBackground {height: 15%!important; top: 26.5%!important;}
    .statsItem-txt {font-size: 8px!important;		  
		  position:absolute;
		  top:50%!important;
		  left:50%!important; 
		  text-align:center;
		  transform: translateX(-50%) translateY(-50%);
		  -ms-transform: translateX(-50%) translateY(-50%);
		  -webkit-transform: translateX(-50%) translateY(-50%);
		  -moz-transform: translateX(-50%) translateY(-50%);
		  -o-transform: translateX(-50%) translateY(-50%);	
	}	
	.statsItem-value {font-size:12px!important;}

	
	#mainWrapper {padding: 50px 0 50px 0;top: -50px; margin-bottom: -50px;}
		
	iframe {width: 100%!important; height: auto;}	
	
	.frame-item .frame-item-txt {top: 50%;left: 50%;overflow: hidden;width: 70%;}
	.frame-item .frame-item-txt h2 {font-size: 14px!important;}
	/*.frame-item .frame-item-txt a {display: none;}*/
	.frame-item .frame-item-txt a {overflow: hidden;font-size:6px!important;}
	
	#footer-txt a, #footer-txt a:active {font-size:11px;}	
	
	.field-label-register { display:block; width: 100%; margin: 0 0 20px 0; text-transform: lowercase;}
    .field-register { display:block; position:relative; }
	
	.facebook-label {display:none; height:0;}
	
	.sml, .sml a, small a {font-size:12px!important;}
	
	.products-list-txt, .products-list-location {/*width:100%; text-align: center;*/}
	.products-txt {width:100%;}	
		
	#acctStats .three {display:block; width:100%;}
	#acctStats .acctStats-txt {top:40%;left:50%;}
	#acctStats .three {width:100%; margin:auto!important; padding:auto!important; display:block;}
	#acctStats .three img {width: 80%; margin:auto; padding:auto;}
	#acctStats .three .three-container {display:block;}
    #acctStats .three-stats {text-align: center;}
    #acctStats .hangersWrapper-symbol {display:block; width: 100%; top:0;}
    #acctStats .symbol {width: 100%;}
	
	/* My Account - My Share */
	.divAcctListing {font-size:12px;}
	.divAcctListing-row1, .divAcctListing-row2 {float: left; width: 100%;}
	.divAcctListing-row2 .divAcctListing-heading2, .divAcctListing-row2 .divAcctListing-heading3 {overflow: hidden; height: 0; padding: 0px; margin: 0}
	.divAcctListing-item {width:30%;}
	.divAcctListing-size {width:20%;}
	.divAcctListing-colour {width:20%;}
	.divAcctListing-condition {width:10%;}
	.divAcctListing-actions {width:20%;}
	
	.divAcctListing-contact {float:left; width:100%;}
	.divContactText {float:right; width: 30%; height:auto;}
	.divAcctListing-contact .divContactBuyer {float: right; width:30%;}
	.divAcctListing-contact .divContactSeller {float: right; width:30%;}
	.divAcctListing-contact .divContactAdmin {float: right; width:30%;}
	
	.divAcctListing-swop, .divAcctListing-sent, .divAcctListing-received {float:right; width: 90%;}
	.divSwopText, .divSentText, .divReceivedText {float:left; width: 25%; height:auto;}
	
	
	.divListingImage {width:90%;margin: 10px auto; display:block; float:none;}
	.products-list-more-half {width:100%;}
    .divWatchlistImagePadding {overflow:visible; clear: both; }
    .divWatchlistImagePadding img {padding: 20px 0 0 0;max-height: 250px; width: auto;}
	.products-list-txt {/*padding-top:10px;*/}
	.divAcctListing-swop, .divAcctListing-sent, .divAcctListing-received span {color:#000!important;}
}

@media screen and (max-device-width: 480px) and (orientation:landscape) {
	#headWrapper {width: 100%; height: auto; min-height: 0px!important; padding-top:10px!important; }
	.cycle-overlay .title-link a {font-size:100px!important;}
	
	#ssWrapper {top:-30px!important; margin-bottom: -30px!important;*/ /*padding: 0px 0 30px 0!important;*/}
	#statsWrapper {height:150px!important; padding: 5px 0!important; margin-bottom: 0px!important; top:-100px!important; position:relative!important;}
	#statsBackground {height: 15%!important; top: 26.5%!important;}
    .statsItem-txt {font-size: 9px!important;		  
		  position:absolute;
		  top:45%!important;
		  left:50%!important; 
		  text-align:center;
		  transform: translateX(-45%) translateY(-45%);
		  -ms-transform: translateX(-45%) translateY(-4545%);
		  -webkit-transform: translateX(-45%) translateY(-45%);
		  -moz-transform: translateX(-45%) translateY(-45%);
		  -o-transform: translateX(-45%) translateY(-45%);	
	}
	
	#statsBackground {top:50%!important;}
	
	#ssProducts {top:-100px!important;}
	#ssProducts #carousel-side {width:5%!important;}
	.carousel-product-img {height:150px!important;}
	
	#contentWrapper {position:relative; top:-100px!important;}
}

@media only screen and  (max-width: 768px) {
	
	#wrapper {width: auto; padding: 0px; height: auto; margin: 0; min-height: auto;}
	#wrapper:after {height: 0;}	    
	#headWrapper {width: 100%; height: auto; min-height: 90px; }
	#head {width: auto; /*padding: 5px; */ height: auto;}
	#navWrapper {width: 100%; height: auto; }
	#nav {display:block; width: auto; height: auto; padding: 0px!important;  border: none;}
	.nav-collapse { overflow: hidden; height: 0; padding: 0px; margin: 0!important;  }

	#cssmenu {visibility: hidden;}
	#cssmenu-collapse {overflow: hidden; height: 0; padding: 0px; margin: 0 !important; background-color: #fff;}	

	.btn-nav {display: block; width: 90%; float:none; padding: 0; margin:0 auto;  cursor: pointer; text-align: right; color: #444;}
	.btn-nav i {color:#6EA5BE;}	

	#logo img {width: 80%!important; margin: 0px auto 0px auto;!important;}
	#logo {float: none; width: 100%; margin: 0 auto; text-align: center; padding: 0; height: auto;}	    	   	   

	#cssmenu-mobile {display:block;}
	#cssmenu-mobile {padding: 0; margin: 4px 0 0 0; width: auto!important; height: 0!important;  padding: 0px!important;  text-align: center!important;}
	#cssmenu-mobile ul {float: none; width: 100%;}			
	#cssmenu-mobile ul li{ float: none!important; display: block; /*margin: 5px 0 0 0!important;*/ min-height: 0!important; padding: 0!important;}  /*menu list  */
	#cssmenu-mobile ul li ul {visibility:hidden!important; } 
	#cssmenu-mobile ul li:not(:last-child) {border: none!important;}
	#cssmenu-mobile ul li a {margin: 0!important; line-height: 130%!important; background: #6EA5BE; color:#fff;}
	#cssmenu-mobile a {padding: 10px 40px!important;}
	
	/*.ss-page .cycle-overlay {position: relative;}*/
	.cycle-overlay .title-link {top: 50%!important;}
	.cycle-overlay .title-link a {font-size: 14px!important;}
	
	#topSearch {padding: 5px 0 0 0;}
	#topSearch input {width: 105px!important; font-size: 11px; height: 30px;}
	#topSearch select {width: 80px!important;font-size: 12px; height: 30px;}
	#topSearch .btnSearchProduct {padding: 0px 10px 18px 10px; width: 37px; height: 30px;position: relative; top: -4px;}
	#topSearch .btnSearchProduct a {padding: 0px; width: 37px; height: 30px;}
	#topSearch .btnSearchProduct i {font-size:12px; position: relative; top: -5px;}
	#topSearch .btnSearchProduct .btnSearchProduct-txt {display: none; width:0; height:0; }
	#topSearch label::before {/*height:8px;*/}
	#topSearch label::after {font-size:7px; top:-0px;}
	
	#statsWrapper {padding:50px 0 0 0 !important; height: 150px;}
	.statsItem-txt {position: absolute!important; top: 45%; left: 50%; font-size: 12px;}
	.statsItem-value {font-size:20px;}
	#statsBackground {height: 20%; top: 47%;}
	
	#headRight {float: none; width: 100%; margin: 0 auto; text-align: center; padding: 0; height: auto; }
	#topNav {float: none; width: auto; margin: 0 auto; text-align: center; padding: 0;  background: none center top;}
	#topNav a, #topNav a:active, #topNav a:visited {color: #555;}
	#phone {display: none;}
	#topLogin {float: none; padding: 0;}
	
	#1topSearch {text-align: center;}
	#topShop{float: none; margin: 10px 0; padding: 0;}
	.shoppingCart {width: auto!important; position: relative!important; display: block; float: none;}

	#main {width: 90%!important; display: block;}
	#featured, #contrast {width: 90%;}
	.main-left {float: none; width: auto;}
	.main-right {float: none; width: auto;}

	#page-title {padding: 20px 0;}
	#page-title-div {margin: 0 auto; text-align: center; width: auto;}

	#contentWrapper {}
	#content {width: 100%; padding: 0px; min-height: 50px; display: -webkit-flex;  flex-direction: column; -webkit-flex-direction: column;}		

	#col-left {width: auto; padding: 0 10px 10px 10px!important; margin: 0; background: none; -webkit-order: 2; order: 2; }		
	#col-left img {}
	#col-right { width: auto; padding: 20px 10px 10px 10px; margin: 0; background: none; border: none; -webkit-order: 1; order: 1;}
	#col-right ul {margin: 0px!important; }
	#col-right li a { }
	#contact #col-left {-webkit-order: 1; order: 1; }		
	#contact #col-right { -webkit-order: 2; order: 2;}

	.side-menu { float: none; width: auto!important; border-top: 1px #FFBB9A solid; padding: 0!important; border-bottom: 1px #FFBB9A solid; padding: 0!important;}
	.side-menu li {width: 100%; border-bottom: 2px #E4F2F2 dotted;}

	#footerWrapper {height: auto; }
	#footer {display: block; width: 100%; height: auto; padding: 0; margin: 0;}
	#footer-txt, #footer-social  {clear: both; float: none; width: auto; padding: 10px; text-align: center; }

	#content table,  table, #main-container{ width: 100%!important; border: none; padding: 3px; margin: 0; height: auto;}
	#detailForm textarea,  #detailForm select {width: 90%!important;}
	.field, .field-label { width: 90%!important;}	
	#contact iframe {width: 100%;}		

	.backstretch {}

	.news-txt, .news-img, .rss-image {float: none!important; width: 100%!important; margin: 0!important; height: 100%!important;}
	.news-list-circle, .rss-image-circle {float: none!important; }
	#news .page img {margin: 0px!important; }

	#product-page {width: auto; padding: 0px; margin: 0; }
	.products-div {width: 48%;}
	.products-div:nth-of-type(2n+2) {clear: both!important;}
	.products-div:nth-of-type(3n+2) {clear: none;}
	.products-list-img {height: 120px;}
	.products-cat-img {height: 120px;}
	.similar-div-img {height: 80px;}


	.product-heading {width:30%;}

	.gal-div { width: 31%; }
	.gal-thumb {height: 120px;}
	.gal-div:nth-of-type(4n+2) {clear: none;}
	.gal-div:nth-of-type(3n+2) {clear: both;}

	.testimonial {display: block; width: auto; height: auto; float: none; border: none;}
	.testimonial-txt  {  }
	.testimonial-by {}

	#mobile-image-hide{ }
	.page img, .page p img, #mobile-image-hide { }

	blockquote {width: 80%;}

	.frame-item .frame-item-txt h2 {font-size: 11px!important;}
	.frame-item .frame-item-txt a {font-size: 8px;padding:3px 0!important;}


	.acctStats-value {font-size:30px;}
	.acctStats-txt {font-size:12px;top: 40%;}
	.hangersWrapper-symbol {top:0;}	
	
	.field-label-register { display:block; width: 100%; margin: 0 0 0px 0; text-transform: lowercase;}
    .field-register { display:block; position:relative; width: 100%; float:none; margin: 0 0 0px 0;}
	#registration hr {margin-top:0;}
	
	.facebook-field-label {display:none; height:0;}
	.facebook-field {width:100%!important;}
	.facebookRegisterImg {width:100%!important;}
	
	.products-txt {width:100%;}	
	
	.divAcctListing-swop, .divAcctListing-sent, .divAcctListing-received {float:right!important; width: 90%!important;}
	.divSwopText, .divSentText, .divReceivedText {float:left!important; width: 25%!important; height:auto!important;}
}


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { select, input, menu, list, textarea { -webkit-appearance: none; }
	
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
    /* For ipad portrait layouts only */
	#wrapper,  #contentWrapper, #panelWrapper, #footerWrapper {  min-width: 768px!important; overflow:hidden;}
	#headWrapper, #navWrapper {  min-width: 768px!important; min-height: 90px;}
	body, p, ul, ol, h1, h2, h3, h4, blockquote p, table {font-size: 110%;}
	#registration input.text, #registration input, #registration select, #registration textarea {padding: 7px 8px; line-height: 40px; font-size: 18px!important;}
	.event-txt {width: 60%;}
	
	.ss-page .cycle-overlay {position: relative;}
	
	.cycle-overlay .title-link {top:-30px!important;}
	.cycle-overlay .title-link a {font-size:35px!important;}
    #statsBackground {height: 30%!important; top: 50%!important;}
	
	#topSearch input {width: 270px !important;}
	#topSearch select {width: 120px !important;}
	#topSearch .btnSearchProduct {padding: 0px; position: relative!important; top: -3px!important; height: 30px!important;}	
	#topSearch label::after {font-size:7px; top:-3px;}
	
	.carousel-wrapper {padding:15px;}
	.carousel-product-img {height: 200px;padding: 10px;}
	.carousel-product-title {padding: 10px 10px 5px 10px; font-size: 14px;}
	.carousel-product-size /*p*/ {/*padding-left: 10px; */font-size: 14px;}
	.carousel-product-watch {/*padding-right: 10px;*/}
	.carousel-product-watch i {font-size: 14px;}
	.carousel-product-line2 {padding:10px 10px;}
	
	#ssProducts #carousel-side {width: 5%}
	#ssProducts #carousel-middle{width:80%}
	
	#statsWrapper {padding: 70px 0 0px 0!important; margin-bottom: -100px!important;}
	#ssProducts {position:relative; margin-top: -220px;}
	
	/* My Account - My Share */
	.divAcctListing {font-size:12px;}
	.divAcctListing-row1, .divAcctListing-row2 {float: left; width: 100%;}
	.divAcctListing-row2 .divAcctListing-heading2, .divAcctListing-row2 .divAcctListing-heading3 {overflow: hidden; height: 0; padding: 0px; margin: 0}
	.divAcctListing-item {width:40%;}
	.divAcctListing-size {width:20%;}
	.divAcctListing-colour {width:20%;}
	.divAcctListing-condition {width:10%;}
	.divAcctListing-actions {width:10%;}
	
	.divAcctListing-contact {float:left; width:100%;}
	.divContactText {float:right; width: 10%; height:auto;}
	.divAcctListing-contact .divContactBuyer {float: right; width:10%;}
	.divAcctListing-contact .divContactSeller {float: right; width:10%;}
	.divAcctListing-contact .divContactAdmin {float: right; width:10%;}
	
	.divAcctListing-swop, .divAcctListing-sent, .divAcctListing-received {float:right; width: 90%;}
	.divSwopText, .divSentText, .divReceivedText {float:left; width: 10%; height:auto;}
	
	#statsBackground {height: 35%;top: 50%;}
	.statsItem-txt {
		  position:absolute;
		  top:45%;
		  left:50%; 
		  text-align:center;
		  transform: translateX(-45%) translateY(-45%);
		  -ms-transform: translateX(-45%) translateY(-45%);
		  -webkit-transform: translateX(-45%) translateY(-45%);
		  -moz-transform: translateX(-45%) translateY(-45%);
		  -o-transform: translateX(-45%) translateY(-45%);	
	}
	.statsItem-value {font-size:30px;}
	.statsItem-txt {font-size:13px;}
	
	.facebookRegisterImg {width:40%!important;}		
	
	.frame-item .frame-item-txt h2 {font-size: 20px!important}
	.frame-item .frame-item-txt a {font-size: 16px!important;padding: 5px 0!important;}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For ipad landscape layouts only */
	html, body { width:100%;  /*overflow-x:hidden; */}
	#wrapper,  #contentWrapper, #panelWrapper, #footerWrapper { min-width: 1024px!important; overflow:hidden;}
	#headWrapper, #navWrapper {  min-width: 1024px!important;}
	.shoppingCart {position: relative; right: 0px;}
	p, ul, ol, blockquote p {font-size: 110%;}
	
	.cycle-overlay .title-link {top:-50px;}
	.cycle-overlay .title-link a {font-size:45px;}
	#topSearch input {width: 350px !important;}
	#topSearch select {width: 150px !important;}
	
	.ss-page .cycle-overlay {position: relative;}
	
	.frame-item .frame-item-txt h2 {font-size:30px!important;}
	.frame-item .frame-item-txt a {font-size:16px!important;}
	
    #statsBackground {height: 50%; top: 72%;}

    #content {width:100%;}
    #col-left {width:20%;}
    #col-right {width:80%;}

    .acctStats-value {font-size:30px;}
	.acctStats-txt {font-size:12px;top: 40%;}
	.hangersWrapper-symbol {top:0;}

    .field-label {width:30%!important;}
	
	.product-heading {width:30%;}
	
	.carousel-wrapper {padding:15px;}
	.carousel-product-img {height: 200px;padding: 10px;}
	.carousel-product-title {padding: 10px 10px 5px 10px; font-size: 14px;}
	.carousel-product-size /*p*/ {/*padding-left: 10px;*/ font-size: 14px;}
	.carousel-product-watch {/*padding-right: 10px;*/}
	.carousel-product-watch i {font-size: 14px;}
	.carousel-product-line2 {padding:10px 10px;}
	
	#ssProducts #carousel-side {width: 5%}
	#ssProducts #carousel-middle{width:80%}
	
	/* My Account - My Share */
	.divAcctListing {font-size:12px;}
	.divAcctListing-row1, .divAcctListing-row2 {float: left; width: 100%;}
	.divAcctListing-row2 .divAcctListing-heading2, .divAcctListing-row2 .divAcctListing-heading3 {overflow: hidden; height: 0; padding: 0px; margin: 0}
	.divAcctListing-item {width:40%;}
	.divAcctListing-size {width:20%;}
	.divAcctListing-colour {width:20%;}
	.divAcctListing-condition {width:10%;}
	.divAcctListing-actions {width:10%;}
	
	.divAcctListing-contact {float:left; width:100%;}
	.divContactText {float:right; width: 10%; height:auto;}
	.divAcctListing-contact .divContactBuyer {float: right; width:10%;}
	.divAcctListing-contact .divContactSeller {float: right; width:10%;}
	.divAcctListing-contact .divContactAdmin {float: right; width:10%;}
	
	.divAcctListing-swop, .divAcctListing-sent, .divAcctListing-received {float:right; width: 90%;}
	.divSwopText, .divSentText, .divReceivedText {float:left; width: 10%; height:auto;}
	
	.frame-item .frame-item-txt a {font-size: 16px!important;padding: 7px 0!important;}
	
}

@media only screen and (min-width: 769px) and (max-width : 1024px) {
		
	.nav-collapse.collapse {height: auto !important;}
	#logo {/*width: 20%; */ padding: 0;}
	#cssmenu > ul > li > a {padding: 10px 2px!important;}
	#cssmenu ul {font-size: 12px!important;}
	#cssmenu ul li li a { padding: 5px 10px!important;}

	.products-list-img {height: 120px!important;}
	.products-cat-img {height: 120px!important;}
	
	#featured {width: 90%;}
	#content {width: 100%;}
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1025px) and (max-width : 1400px) {
		#featured {width: 90%;}
		#content {width: 100%;}

}

/* Extra Break Points */
@media only screen and (min-device-width: 769px) and (max-width: 1550px) {
	.cycle-overlay .title-link a {font-size:80px;}
	
	.carousel-product-title {font-size: 16px;}
	.carousel-product-size /*p*/ {font-size: 16px;}
	.carousel-product-watch i {font-size: 16px;}
}

@media only screen and (min-device-width: 769px) and (max-width: 1200px) {
	.cycle-overlay .title-link {top:-60px;}
	.cycle-overlay .title-link a {font-size:60px;}
	
	#topSearch input {width: 270px;}
	#topSearch select {width: 120px;}
	#topSearch .btnSearchProduct {padding: 5px 10px 38px 10px;}
	
	.carousel-product-img {height:200px;}
	
	/* My Account - My Share */
	.divAcctListing-row1, .divAcctListing-row2 {float: left; width: 100%;}
	.divAcctListing-row2 .divAcctListing-heading2, .divAcctListing-row2 .divAcctListing-heading3 {overflow: hidden; height: 0; padding: 0px; margin: 0}
	.divAcctListing-item {width:40%;}
	.divAcctListing-size {width:20%;}
	.divAcctListing-colour {width:20%;}
	.divAcctListing-condition {width:10%;}
	.divAcctListing-actions {width:10%;}
	
	.divAcctListing-contact {float:left; width:100%;}
	.divContactText {float:right; width: 10%; height:auto;}
	.divAcctListing-contact .divContactBuyer {float: right; width:10%;}
	.divAcctListing-contact .divContactSeller {float: right; width:10%;}
	.divAcctListing-contact .divContactAdmin {float: right; width:10%;}
	
	.divAcctListing-swop, .divAcctListing-sent, .divAcctListing-received {float:right; width: 90%;}
	.divSwopText, .divSentText, .divReceivedText {float:left; width: 10%; height:auto;}
	
	.hangersWrapper-symbol {top: 20px;}
}


@media only screen and (min-device-width: 769px) and (max-width: 1100px) {	
	.img-logo {width:60%;}
	
	.frame-item .frame-item-txt {width:65%;}
	.frame-item .frame-item-txt h2 {font-size: 20px;}
	.frame-item .frame-item-txt a {font-size: 12px;}
	
	.carousel-product-img {height:100px; padding: 10px;}
	.carousel-product-title {font-size: 12px; padding: 10px 10px 5px 10px;}
	.carousel-product-line2 {padding:10px 10px 5px 10px}
	.carousel-product-size /*p*/ {font-size: 12px; /*padding-left: 10px;*/}
	.carousel-product-watch {/*padding: 10px 10px 0 0;*/}
	.carousel-product-watch i {font-size: 12px;}
	
	.hangersWrapper-symbol {top: 10px;}
	
	.divAcctListing-contact {float:left; width:100%;}
	.divContactText {float:right; width: 30%; height:auto;}
	.divAcctListing-contact .divContactBuyer {float: right; width:30%;}
	.divAcctListing-contact .divContactSeller {float: right; width:30%;}
	.divAcctListing-contact .divContactAdmin {float: right; width:30%;}
	
	.divAcctListing-swop, .divAcctListing-sent, .divAcctListing-received {float:right; width: 90%;}
	.divSwopText, .divSentText, .divReceivedText {float:left; width: 25%; height:auto;}
}

@media only screen and (max-width: 769px) {
	/*.cycle-overlay .title-link {top: 50%!important;}
	.cycle-overlay .title-link a {font-size:40px;}
	
	.acctStats-value {font-size:30px;}
	.hangersWrapper-symbol {top: 5px;}
	
	.divAcctListing-contact .divContactAdmin, .divAcctListing-contact .divContactBuyer, .divAcctListing-contact .divContactSeller {width: 12%;}
	*/
	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome, if Chrome rule needed */
   
    /* Safari 5+ ONLY */    
	::i-block-chrome, #nav {display: -webkit-box; /* safari, ipad */ }	
	::i-block-chrome, #nav-center {display:block; float:inherit; }	
	::i-block-chrome, #cssmenu ul {
		display: -ms-flex;
        display: -webkit-flex;
        display: -webkit-box; /* safari, ipad */ 
        display: -ms-flexbox;
		
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;		
	}
	::i-block-chrome, #cssmenu a, #cssmenu-mobile a {padding: 10px 100px!important;}
	/*::i-block-chrome, .statsItem-txt {top:35%; left: 41%;}*/
	/*::i-block-chrome, .frame-item .frame-item-txt {top: 35%; left: 18%;}*/
	/*::i-block-chrome, .acctStats-txt {top: 20%; left: 37%;}*/
	::i-block-chrome, .hangersWrapper-symbol {left: 15px;}
	::i-block-chrome, #topSearch label::after {top:-10px;}
}