@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	margin: 0;
}

body{
	height: 100%;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*padding-right:20px;*/
}
#content{
	width:1024px;
	padding:20px;
	min-height: calc(100vh - 150px);
}

.iconthumb{
	border-radius:50%;
	width:100px;
}

.bigdesc{
	font-size: 23px;
}

.gallerygrid{
	padding:10px;
}

#fullheader{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
	background-color: #fff;
	z-index:1000;
}
#mobileheader{
	padding:10px;
	border-bottom: 1px solid #e1e1e1;
}

.timestamp{
	color: grey;
	font-size:9px;
}
.errmessage{
	color:red; 
	font-size: 10px;"
}

.userAttribute{
	font-size: 10px;
}





/* LIGHTBOX GALLERY ============================*/


* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  /*float: left;*/
  display: inline-block;
  width: 15%;
  padding: 5px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0,0,0,0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}

.modalthumbcontainer{
	width:600px;
	position: relative;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
	background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.img {
  margin-bottom: -4px;
}
.imgSlide{
	width:auto;
	height:65vh;
}
.imgSlideVertical{
	width:auto;
	height:65vh;
}
.imgSlideSingle{
	width:auto;
	height:85vh;
}

.caption-container {
  text-align: center;
  background: rgba(0,0,0,0.8);
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;

}

.active,
.demo:hover {
  opacity: 1;
}

@media screen and (max-width: 600px) {
	.imgSlide{
		width:100%;
		height:auto;
	}
	.imgSlideVertical{
		width:auto;
		height:70vh;
	}
	.imgSlideSingle{
		width:100%;
		height:auto;
	}
	.modalthumbcontainer{
		width:100%;
	}

}


/* END LIGHTBOX GALLERY ==========================*/




/** LIGHTBOX MARKUP for Youtube=============================**/
.youtube-container{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 80%;
}
.youtube-container iframe{
  position: absolute;
  left: 0;
  width: 100%;
  height: 80%;
}


.lightboxclosebtn{
	color: #fff;
	font-size: 26px;
	border:0px;
	width:100%;
	text-align:right;
	padding-right: 10px;
}

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	text-decoration: none;
	position: fixed;
	z-index: 99999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}
/** END LIGHTBOX MARKUP ==========================**/




/*Chat Messages-----------*/
#messageInput {
    position: fixed;
    bottom: 0;
	width:100%;
	left: 0;
	z-index:1003;
}


#mssgContainer{
	border:1px solid #e1e1e1;
	border-radius:10px;
	margin-bottom:5px;
}

#mssg{
	
	padding: 5px;
	min-height:20px;
	max-height:100px;
	width:100%;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom:5px;
	
}
[contenteditable] {
  outline: 0px solid transparent;
}
#mssg[placeholder]:empty:before {
    content: attr(placeholder);
    color: #555; 
}

#itemInfoBanner{
	position: fixed;
	border-bottom: 1px solid #e1e1e1;
	background-color:white;
}


/*END Chat Messages-----------*/

/*Inbox--------------------*/
.messageUnread{
	border-left: 10px solid #48BBD6;
}
/*END Inbox--------------------*/


.circleMenuButton{
	background-color: #DEDEDE;
	color: #373737;
	font-size:16px;
	cursor: pointer;
	width:36px;
	height:36px;
	padding: 5px !important;
	border-radius:50% !important;
	position: relative;
	display: inline-block;
	margin: 2px;
}
.circleMenuButton .badge {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 5px;
  border-radius: 50%;
  background: red;
  color: white;
}
.sectionTitle{
	font-size: 32px;
	font-weight: bold;
	font-family: "Arial Narrow";
	color: #48BBD6}
.topbar{
	width:100%; 
	text-align: center;
	border-bottom: 1px solid #000;
}

.topsearchbar{
	padding-top: 10px;
	padding-bottom: 10px;
}
.toplogo{
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.toprightpanel{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: auto;
}

.topnavwrap{
width:100%;
text-align: center;
background-color: #333;
padding: 0px;
border: none;
}



/*side navigation menu*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  z-index:1001;
  opacity: 0.9;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.sideNavHr{
	margin: 10px;
	border-bottom:0.5px solid gray;
}

.sidenav a.active {
  border-bottom: 3px solid #48BBD6;
  color: #48BBD6;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/*END side navigation menu*/



/*top navigation bar*/
.topnav {
  overflow: hidden;
  background-color: #333;
	display: inline-block;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
	
  text-align: center;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 12px;
}

.topnav a:hover {
  /*background-color: #ddd;*/
  border-bottom: 3px solid #48BBD6;
  color: white;
}

.topnav a.active {
  /*background-color: #33788b;*/
  border-bottom: 3px solid #48BBD6;
  color: #48BBD6;
}

.topnav .icon {
  display: none;
}


@media screen and (max-width: 1024px) {
	#content{
		width:100%;
		padding:20px;
	}
	.qrcode{
		width:100% !important;
	}
}

@media screen and (max-width: 600px) {
	.topnav{
		width:100%;
	}
  .topnav a {display: none;}
  .topnav a.icon {
    float: right;
	  margin:7px;
    display: block;
  }
	
	
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/*END top navigation bar*/


/*profile drop down menu*/

.dropdown {
  position: relative;
  display: inline-block;
  
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.2);
  background-color: #ffffff;
  z-index: 1;
  text-align:left;
  border-radius: 5px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
	background-color: #E5E5E5;
}

.show {display: block;}

.dropdownhr{
	margin:0px !important;
	border-bottom: 0.5px solid #e1e1e1;
}
/*END profile drop down menu*/

button {
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
	border-radius: 8px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
  	text-decoration: none;
  	border: none;
  	color: white;
	opacity: 0.8;
  	transition: 0.3s;
}
button:hover {
	opacity: 1;
}

.mainbutton{
	background-color: #48BBD6;
}
.subbutton{
	background-color: #255561;
}
.whitebutton{
	background-color: #fff;
	border:1px solid #e1e1e1;
	color: #000 !important;
}
.search-box{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
	background-color: #f3f3f3;
	border-radius: 8px;
	width:80%;
}

.panelBox{
	text-align: left;
	float: center;
	padding:10px;
	display: inline-block;
	border-radius: 10px;
	vertical-align:top;
	height:auto;
	margin:10px;
	background: #ffffff;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}

.graphicthumb{
		text-align: left;
		float: center;
    	width: 30%;
		height: auto;
		display: inline-block;
		vertical-align:top;
		height:auto;
		margin:5px;
}

.footer{
	border-top:1px solid #e1e1e1;
	padding: 10px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.itemcard{
		text-align: left;
		float: center;
    	width: 30%;
		padding:10px;
		display: inline-block;
		/*border-style: solid;
		border-width: 0.5px;
		border-color: #b1b1b1;*/
		border-radius: 10px;
		vertical-align:top;
		height:auto;
		margin:10px;
		background: #ffffff;
		box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}

.itemcard2{
		text-align: left;
		float: center;
    	width: 22%;
		padding:10px;
		display: inline-block;
		/*border-style: solid;
		border-width: 0.5px;
		border-color: #b1b1b1;*/
		border-radius: 10px;
		vertical-align:top;
		height:auto;
		margin:10px;
		background: #ffffff;
		box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}

.itemthumb{
		border-radius: 5px;
		/*width:200px;*/
		width:100%;
		/*height:70%;*/
		border-style: solid;
		border-width: 0.5px;
		border-color: #e1e1e1;
	}

.itemtitle{
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
.itemtitle a{
	text-decoration: none;
}
.profilepic{
	border-radius: 50%;
}
.rentalprice{
	font-weight: bold;
	color: #48BBD6;
	font-size: 20px;
	text-decoration: none;
}
.marketprice{
	font-size: 12px;
	text-decoration: none;
}

.loginPanel{
	margin-top:20px;
	text-align: left;
	padding:20px;
	width: 500px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0px 0px 10px -3px rgba(0,0,0,0.5);
}
.bigTitle{
	font-size: 20px;
}
input{
	border-radius:5px;
	border: 1px solid #AAB4BC;
	padding: 10px;
}

hr{
	border-top: 1px solid #e1e1e1;;
}

/*Collapsible Search filter==================*/
.collapsible {
  background-color: #255561;
  color: white;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  /*background-color: #555;*/
}

.collapsible:after {
  /*content: '\002B';*/
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  /*content: "\2212";*/
}

.filtercontent {
  padding: 0px 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
	border-radius: 5px;
}
/*End Collapsible Search filter=================*/

/*Search filter select box===================*/
.optionName {
    color: grey;
	font-size: 16px;
}
.optionGroup {
    font-weight: bold;
    font-style: italic;
	font-size: 16px;
}
    
.optionChild {

}




.search_categories{
  font-size: 13px;
  padding: 10px 8px 10px 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.search_categories .select{
  width: 100%;
 background:url('../imgs/arrow.png') no-repeat;
  background-position:100% center;
}

.search_categories .select select{
  background: transparent;
  line-height: 1;
  border: 0;
  padding: 10;
  border-radius: 0;
  width: 120%;
  position: relative;
  z-index: 10;
  font-size: 1em;
}

/*End Search filter select box===================*/


/*CONTENT TABS===========================*/
/* Style the tab */
.tab {
  overflow: hidden;
  /*border: 1px solid #ccc;*/
  /*background-color: #f1f1f1;*/
}

/* Style the buttons inside the tab */
.tab button {
	border-radius:0px !important;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: black;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #F0F0F0;
}

/* Create an active/current tablink class */
.tab button.active {
  border-bottom:3px solid #48BBD6;
  color: #48BBD6;
}

/* Style the tab content */
.tabcontent {
  display: none;
}


/*END CONTENT TABS===========================*/



/*CHECK BOX===========================*/
/* The container */
.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkcontainer {
	
  display: block;
  position: relative;
  padding-left: 35px;
  /*margin-bottom: 12px;*/
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkcontainer input {
	border-radius: 5px;
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
    border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkcontainer input:checked ~ .checkmark {
  background-color: #48BBD6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkcontainer .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*END CHECK BOX===========================*/


/*before and after line OR=================*/

#ordiv {
    width: 100%;
    height: 50px;
    text-align: center;
    font-size: 28px;
    position: relative;
}

#ordiv:after {
    content: '';
    width: 100%;
    border-bottom: solid 0.5px #000;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}

h5 {
    background-color: #fff; /* Same as the parents Background */
    width: auto;
    display: inline-block;
    z-index: 3;
    padding: 0 10px 0 10px;
    position: relative;
    font-family: calibri;
    font-weight: lighter;
    margin: 0;
}
/*END before and after line OR=================*/


.fa-heart-o:hover{
   color:red !important;
}
.favHeart{
	font-size:18px !important;
	cursor: pointer;
}
.favCount{
	font-size:18px;
}


.vidthumb{
		/*width:200px;*/
		width:100%;
		/*height:70%;*/
		border-style: solid;
		border-width: 1px;
		border-color: #e1e1e1;
		border-radius: 5px;
	}
.qrcode{
	width:100px;
}
.qrbox{
	display:inline-block;
}
.qrcontainer{
	display:inline-block;
	text-align: center;
	float:left;
}

.img-hover-zoom {
      overflow: hidden;
	  border-radius: 5px;
	  border-color: #e1e1e1;
 }

.img-hover-zoom--basic img {
      transition: transform .5s ease;
	  border-radius: 5px;
	  border-color: #e1e1e1;
}

.img-hover-zoom--basic:hover img {
      transform: scale(1.2);
	   border-color: #e1e1e1;
}

.vidtitle{
	font-weight:bold;
	font-size:18px;
}

/*MOBILE=====================================================================*/
@media only screen and (max-width: 600px) {
	#content{
		width:100%;
	}
	.sidegallery{
		width:100%;
		text-align:center;
	}
	.bigdesc{
		font-size: 16px;
	}
	.qrcode{
		width:120px !important;
	}
	.toplogo{
		text-align: center;

	}
	.toprightpanel{
		text-align: center;

	}
	.itemcard {
    	width: 95%;
		height: auto;
    }
	.itemcard2 {
    	width: 95%;
		height: auto;
    }
	.graphicthumb{
		width: 42%;
		height: auto;
	}

	.loginPanel{
		width: 98%;
	}

}


