/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;touch-action: manipulation;}


.ui-panel {
    width: 26em !IMPORTANT;
}


.ui-panel-inner {
    width: 24em !IMPORTANT;
}


.ui-panel-dismiss-position-right.ui-panel-dismiss-open {
left: -26em!important;
right: 26em!important; }


.ui-page, .ui-content, .ui-btn {
           text-shadow:0 0 0 !important;
}


a[disabled] {
    pointer-events: none;
}

#performerlineuplabel {
    text-shadow:0 0 0 !important;
	font-weight: 900;
}


ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
/*
nav.vertical ul li{	display:block;}
nav.horizontal ul li{	display: inline-block;}
*/
img{max-width:100%;}
/*end reset*/
body{
	background-color: #000000;
font-family: 'Lato', sans-serif;
	text-align: center;
	overflow: hidden;
}
.wrap{
	margin: 0 auto;
	width: 80%;
}
body a,form li,input[type="submit"],input[type="text"],.sixth-login input[type="submit"],.third-login input[type="submit"]{
	transition: 0.1s all;
	-webkit-transition: 0.1s all;
	-moz-transition: 0.1s all;
	-o-transition: 0.1s all;
}



#custom-collapsible {
    width: 100% !important; 
    margin-left: 0px !important; 
    border-width: 0px !important; 
    background-color: black  !important;
}

#PayPalDiv table {
    width:100%;
}

#PayPalDiv input[type="text"] {
    width:100%;
}
#PayPalDiv select {
    width:100%;
}

#rotationpanel {
	background: #404040;
	height: 80%;
	display: none;
	z-index: 20000;
}

#broadcastmessage {
position: relative;
display:block;
font-family: 'Arial', cursive;
font-size: 18px;
text-align: center;
margin: auto;
padding:10px;
color: yellow;
}

#broadcastbutton {
position:relative;
display:block;
bottom:5px;
height:30px;
width:80px;
font-family: 'Arial', cursive;
font-size: 14px;
text-align: center;
margin: 20px auto;
border-radius: 10px;
background-color: white;
}

#broadcastdiv {
display:none;
position:absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
width:250px;
margin: auto;
background-color:#1a1a1a;
opacity: 1.0;
border: 3px solid red;
z-index: 20000;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
 box-shadow: 5px 5px 2px #000;
 animation: blink .5s step-end infinite alternate;
 }

 
 
 

/* Container box to set the sides relative to */
.cube {
    position: absolute;
	bottom: 25px;
	height:85px;
    width:100%; 
	text-align: center;
	margin: 0 auto;
	
	-webkit-transition: -webkit-transform .33s;
	transition: transform .33s; /* Animate the transform properties */

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d; 
	z-index:20000;

}

#kioskad {
    position: absolute;
	bottom: 25px;
	height:85px;
    width:100%; 
	text-align: center;
	margin: 0 auto;
    display:none;
	z-index:1000;
}

/* The two faces of the cube */
.flippety,.flop {
	/*background: rgb(247, 247, 247);
	border: 1px solid rgba(147, 184, 189, .8);

	-webkit-border-radius: 5px;
	border-radius: 5px;

	-webkit-box-shadow: 0 5px 20px rgba(105, 108, 109, .3), 0 0 8px 5px rgba(208, 223, 226, .4) inset;
	box-shadow: 0 5px 20px rgba(105, 108, 109, .3), 0 0 8px 5px rgba(208, 223, 226, .4) inset; */
	height: 88px;
}

/* Position the faces */
.flippety {
	-webkit-transform: translateZ(50px);
	transform: translateZ(50px); 
}

.flop {
	-webkit-transform: rotateX(-90deg) translateZ(-50px);
	transform: rotateX(-90deg) translateZ(-50px);
	display: none;
}

/* Rotate the cube 
.cube:hover {
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg); 
} */


.rotationbutton {
    position:absolute;
    width: 180px;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 30px solid grey;
    border-radius: 80px 80px 2px 2px;
    color: white;
    text-align: center;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, -0%);
	z-index: 20000;
}
  





.callout
{
    
	background-color: #808080;
    /*background-image: linear-gradient(#fff, #404040);*/
	color:white;
    border-radius: 10px;    
    border-width: 1px;
    border-style: solid;
    border-color: #c4d9df #a4c3ca #83afb7; */            
    width: 80%;
    height: auto; 
	margin: 0px auto 0px;
    padding:  0px;
    margin: 20px auto 0px;
    overflow: hidden; /* Clear floats */ 
}

.left50 {
  position: absolute;
  float:left;
  left:0px;
  height:100%;
  width:50%;
  background-color:#CFCFCF;
}

.right50 {
  position: absolute;
  float:right;
  right:0px;
  height:100%; 
  width:50%;
  background-color:#CFCFCF;
  
}

#onstagetitle {
   font-family: 'Arial', cursive;
   font-weight: 400;
	font-size: 14px;
	color: #b82020;
 	padding: 0px 0px 0px 0px;
}

#onstageartist {
   font-family: 'Arial', cursive;
   font-weight: 300;
	font-size: 8px;
	color: #b82020;
 	 padding: 0px 0px 0px 0px;
	
}

.singerrating {
 display:block;
  margin:auto;
  width:100%;
  height:25%;
}

#singerimage {
  
   height: auto; 
   width: auto; 
   /*max-width: 70px;*/ 
   max-height: 80px;
   z-index: 10000 !important;!important;
}



#onstagename {
    font-family: 'Arial', cursive;
	font-weight: 600;
	font-size: 1.3em;
	color: #b82020;
 	padding: 0px 0 0px;
	 /*text-shadow: 0px 0px 0px#000; 
	-webkit-text-shadow: 1px 1px 1px#000;
	-moz-text-shadow: 1px 1px 1px#000;
	-o-text-shadow: 1px 1px 1px#000;*/
}


#favoriteslistings {
    position: absolute; 
	top: 42px;
	bottom:130px;
	width: 90%; 
	left: 5%;
	right: 5%;
	float: right;
	padding: 0px;
	overflow: auto; 
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-overflow-scrolling: touch;
	 /* height: 460px; 
	  width: 100%; 
	  font-size: 12px; 
	  overflow: auto; */
}  

#showlistings {
    position: absolute; 
	top: 38px;
	bottom:120px;
	width: 90%; 
	left: 5%;
	right: 5%;
	float: right;
	padding: 0px;
	overflow: auto; 
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-overflow-scrolling: touch;
	 /* height: 460px; 
	  width: 100%; 
	  font-size: 12px; 
	  overflow: auto; */
}  

#expandicon {
    float: right; 
}

#alphamenuleft {
  position: absolute; 
  top:65px;
  left:0px;
  bottom:100px;
  float: left; 
  padding: 0px;
  width:15%;
  overflow: auto; 
  /*height:100%;*/
  font: bold 18px Arial, Helvetica !important;
 
  
}

@media (min-width:600px)  {
  #alphamenuleft {
    font: bold 32px Arial, Helvetica !important;
 }
}


#alphamenuleft a {
  color: red;
}

#alphamenuright {
  position: absolute; 
  top:65px;
  bottom:100px;
  right:0px;
  float: right; 
  padding: 0px;
  width:15%;
  /*height:100%;*/
  overflow: auto;  
 font: bold 18px Arial, Helvetica !important;
 

}

@media (min-width:600px)  {
  #alphamenuright {
    font: bold 32px Arial, Helvetica !important;
 }
}

#alphamenuright a {
  color: red;
}

#maincats {
  position: absolute; 
  top:68px;
  bottom: 120px;
  left:15%;
  float: left; 
  padding: 0px;
  width:70%;
  
 /* height:100%; */ 


}

.scroll{
		width:100%;
		height:14px;
		overflow:hidden;
		position:relative;
		background-color: black; 
		
}
	
.scrollingtext{
    display:none;
	white-space:nowrap;
	position:absolute;
	opacity: 1;
	-webkit-transform: translateZ(0);
}




div.marquee {
          border: 0px solid #0BB427;
          padding: 0px;
          margin-bottom: 0px;
          background-color: black; 
          color: white; 
          bottom: 0px;
		  height:14px;
		  font-size:14px;
          z-index: 10000;	
}

#currentperf {
    display:none;
    position: relative;
	float: left; 
	left:50%;
	bottom: 0px;  /*CHANGED FOR MARQUEE ORIG -45px;*/
	height:85px;
    width:95%; 
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	font-weight:normal;
	color:#616161;
	background-color:#F2F2F2;
	border: 2px solid #CFCFCF;
	font-size:10px;
	text-align:center;
	font-family:arial, helvetica, sans-serif;
	margin:0px auto 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.promotrailer {
    position: relative;
	float: left; 
	left:50%;
	bottom: 0px;  /*CHANGED FOR MARQUEE ORIG -45px;*/
	height:85px;
    width:95%; 
	transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	font-weight:normal;
	color:#616161;
	background-color:#4d4d4d;
	border: 2px solid #CFCFCF;
	font-size:10px;
	text-align:center;
	font-family:arial, helvetica, sans-serif;
	margin:0px auto 0px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


nav {
    position: absolute; 
	top: 0px;
	right: 0px;
	float: right;
	padding: 20px;	
    z-index: 10000 !important;!important;
}

.backbutton {
    position: absolute; 
	top: 0px;
	left: 0px;
	float: left;
	padding: 20px;	
    z-index: 10000 !important;!important;

}


.pagetitle {
  position: absolute; 
  top:40px;
  left:50%;
  float: left; 
  padding: 20px;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
   text-align: center;
   font-weight: 400;
  font-size: 2em;
  color: #b82020;
 
}



.favspan {
    position: absolute; 
	bottom: 0px;
	right: 0px;
	float: right;
	padding: 20px;	   

}

#browsescroll{
   height: 92px; 
   width: 100%; 
   font-size: 12px; 
   overflow: auto;
}

#listings {
    position: absolute; 
	top: 100px;
	bottom:113px;
	width: 90%; 
	left: 5%;
	right: 5%;
	float: right;
	padding: 0px; 
    overflow:hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-overflow-scrolling: touch;
	
}


#categories {
    position: absolute; 
	top: 35px;
	bottom:0px;
	width: 100%; 
	left: 0px;
	right: 0px;
	float: right;
	padding: 0px;
    overflow: auto;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-overflow-scrolling: touch;
  /* height: 400px; 
   width: 100%; 
   font-size: 12px; 
   overflow: auto;*/
}




#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #000000 url(../img/menu-icon.png) center;

}

h1 {
  font-weight: 400;
  font-size: 3em;
  color: #b82020;
  padding-top: 47px;
}

h2 {
	font-family: 'Arial', cursive;
	font-weight: 100;
	font-size: 3.3em;
	color: #b82020;
 	 padding: 0px 0 0px;
	text-shadow: 2px 4px 1px#000; 
	-webkit-text-shadow: 2px 4px 1px#000;
	-moz-text-shadow: 2px 4px 1px#000;
	-o-text-shadow: 2px 4px 1px#000;
}

.search-form{
  width:31%;
  margin: 3% auto 0;
  display: block;
  background-size: 100%;
}  

.list-style {
  border-top: 1px solid #333434;
  border-bottom: 1px solid #616363;
  background-color: #454646;
}

.list__header {
  padding: 4px 20px;
  font-size: 0.9em;
  font-weight: 400;
  background-color: #3f4041;
  color: #c6c8c8;
  text-shadow: 0 1px 0 rgba(255,255,255,0.1);
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}

.list__container {
  border-top: 1px solid #333434;
  color: #c6c8c8;
}

.list__item {
  padding: 1.25rem;
  border-top: 1px solid #616363;
  border-bottom: 1px solid #333434;
}

.list__item:first-child {
  border-top: 1px solid rgba(0,0,0,0.05);
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/** content display **/
#view { display: block; max-width: 800px; padding: 0; margin: 0; }

.loadingDiv{
 display:none;
 width:100px;
 height:100px;
 margin:0 auto;
 position:absolute;
 left:50%;
 top:50%;
 margin-left: -50px;
 margin-top: -50px;
 z-index: 10000;
}

.loadingBrowseDiv{
 display:none;
 width:140px;
 height:100px;
 margin:0 auto;
 position:absolute;
 left:50%;
 top:50%;
 margin-left: -70px;
 margin-top: -50px;
 z-index: 10000;
}

.expandclass {
   
	display: block;
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #b9b9b9;
	border-top: 1px solid #f7f7f7;
	background: #ebebeb;
	cursor:pointer;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff) to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
  background-image:    -moz-linear-gradient(top, #ffffff, #ebebeb);
  background-image:      -o-linear-gradient(top, #ffffff, #ebebeb);
  background-image:         linear-gradient(top, #ffffff, #ebebeb); 


}


#container { display: block; margin-top: 20px; }
#container ul { }
#container ul div li { 
	display: block;
	width: 100%;
	height: 85px;
	border-bottom: 1px solid #b9b9b9;
	border-top: 1px solid #f7f7f7;
	background: #ebebeb;
	cursor:pointer;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff) to(#ebebeb));
  background-image: -webkit-linear-gradient(top, #ffffff, #ebebeb);
  background-image:    -moz-linear-gradient(top, #ffffff, #ebebeb);
  background-image:      -o-linear-gradient(top, #ffffff, #ebebeb);
  background-image:         linear-gradient(top, #ffffff, #ebebeb); 
}

#container ul div { display: block; position: relative; width: 100%; }

#container ul li h2 { font-size: 1.3em; line-height: 1.3em; font-weight: normal; letter-spacing: -0.03em; padding-top: 1px; color: #55678d;
    text-shadow: 0px 0px 0px#000; 
	-webkit-text-shadow: 0px 0px 0px#000;
	-moz-text-shadow: 0px 0px 0px#000;
	-o-text-shadow: 0px 0px 0px#000;
 }

#container ul li  p.desc { color: #555; font-family: Arial, sans-serif; font-size: 1.0em; line-height: 1.0em; white-space: nowrap; overflow: hidden; }

/*#container ul li .price { position: absolute; bottom: 5px; left: 90px; font-size: 1.0em; font-weight: bold; color: #6ea247; }*/
#container ul li .price { position: absolute; bottom: 5px; font-size: 1.0em; font-weight: bold; color: #6ea247;
margin:auto;
left:0;
right:0;
}

#container ul li .showdatetime {font-size: 1.0em; font-weight: bold; color: #6ea247;
margin:auto;
left:0;
right:0;
}


#container ul li img.thumbnail { 
	background: #fff;
	display: inline-block;
	float: left;
	padding: 2px;
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

#container ul a:hover li h2 { color: #7287b1; }
#container ul a:hover li p.desc { color: #757575; } 

#container ul a:hover li {
background: #efefef;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff) to(#efefef));
background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
background-image:    -moz-linear-gradient(top, #ffffff, #efefef);
background-image:      -o-linear-gradient(top, #ffffff, #efefef);
background-image:         linear-gradient(top, #ffffff, #efefef);
}

/*======================================*/
#categs { display: block; margin-top: 20px; }
#categs ul { }
#categs ul div li { 
	display: block;
	width: 100%;
	min-height: 40px;
	border-bottom: 1px solid #404040;
	border-top: 1px solid #404040;
	background: #404040;
	cursor:pointer;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000) to(#404040));
  background-image: -webkit-linear-gradient(top, #000000, #404040);
  background-image:    -moz-linear-gradient(top, #000000, #404040);
  background-image:      -o-linear-gradient(top, #000000, #404040);
  background-image:         linear-gradient(top, #000000, #404040); 
}

#categs ul div { display: block; position: relative; width: 100%; }

#categs ul li h2 { font-size: 1.3em; line-height: 1.3em; font-weight: normal; letter-spacing: -0.03em; padding-top: 4px; color: yellow;
    text-shadow: 0px 0px 0px#000; 
	-webkit-text-shadow: 0px 0px 0px#000;
	-moz-text-shadow: 0px 0px 0px#000;
	-o-text-shadow: 0px 0px 0px#000;
 }

#categs ul li  p.desc { color: #555; font-family: Arial, sans-serif; font-size: 1.0em; line-height: 1.0em; white-space: nowrap; overflow: hidden; }

/*#container ul li .price { position: absolute; bottom: 5px; left: 90px; font-size: 1.0em; font-weight: bold; color: #6ea247; }*/
#categs ul li .price { position: absolute; bottom: 5px; font-size: 1.0em; font-weight: bold; color: #6ea247;
margin:auto;
left:0;
right:0;
}

#categs ul li img.thumbnail { 
	background: #fff;
	display: inline-block;
	float: left;
	padding: 2px;
	margin-top: 6px;
	margin-left: 5px;
	margin-right: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

#categs ul a:hover li h2 { color: #7287b1; }
#categs ul a:hover li p.desc { color: #757575; } 

#categs ul a:hover li {
background: #efefef;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff) to(#efefef));
background-image: -webkit-linear-gradient(top, #ffffff, #efefef);
background-image:    -moz-linear-gradient(top, #ffffff, #efefef);
background-image:      -o-linear-gradient(top, #ffffff, #efefef);
background-image:         linear-gradient(top, #ffffff, #efefef);
}




/*===============================*/

.rwd-table {
  background: #34495E;
  color: #fff;
  border-radius: .4em;
  overflow: hidden;
  tr {
    border-color: lighten(#34495E, 10%);
  }
  th, td {
    margin: .5em 1em;
    @media (min-width: $breakpoint-alpha) { 
      padding: 1em !important; 
    }
  }
  th, td:before {
    color: #dd5;
  }
}

.login-form{
  background: url(../img/bg.jpg) no-repeat 0px 0px;
  width: 31%;
  margin: 3% auto 0;
  /*height: 700px;*/
  display: block;
  background-size: 100%;
}
.login-info {
	background: rgba(0, 0, 0, 0.56);
	width: 100%;
	height: 35px;
}
.form-info {
	width: 80%;
	margin: 0 auto;
}
input.text {
	font-family: 'Lato', sans-serif;
	width: 88% !important;
	margin: 0 auto 0%;
	outline: none;
	background: white;
	border: 2px solid#fff;
	color: #000;
	padding: 1em 1em 1em 1em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	font-size: 1.8em;
	font-weight: 600;
}
input[type="password"] {
	font-family: 'Lato', sans-serif;
	width: 88% !important;
	margin: 0 auto 0%;
	outline: none;
	background: white;
	border: 2px solid#fff;
	color: #000;
	padding: 1em 1em 1em 1em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	font-size: 1.8em;
	font-weight: 600;
}



.inline-form {
  display:inline-block;
}

.inline-form .wrapper {
  float: left;
  width: 80%;
}

.inline-form .wrapper .content {
  margin: 0 0px 0 0px;  /* 0 RC 0 LC */
}

.inline-form .left {
  float: left;
  width: 92px; /* LC */
  margin-left: -100%;
}

.inline-form .text {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  display: block;
  font-size: 16px;
}

.inline-form .right {
  float: right;
  width: 75px; /* RC */
  margin-left: -75px; /* -RC */
}

.inline-form .footer{
  clear: left;
}


.submitbutton {
    font-family: 'Lato', sans-serif ;
	font-size: 14px;
    cursor: pointer;
	outline: none !important;
	-webkit-appearance: none;
	border: none;
	width: 100%;
	height: 55px;
	background: #d41d1d ;
	color: #fff;
	 border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	border-bottom: 7px solid#970404 !important; 



}




div.ui-btn, input[type="submit"] {
	/* font-family: 'Lato', sans-serif !important;
	/*font-size: 28px;*/
	/* cursor: pointer !important;
	outline: none !important;
	-webkit-appearance: none !important;
	border: none !important;
	/*width: 100%;*/
	/*height: 55px;*/
	/*width:100% !important;*/
	/*background: #d41d1d !important;*/
	/*color: #fff !important;*/
	/* border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	-o-border-radius: 10px !important;
	border-bottom: 7px solid#970404 !important; */
}

.form-info p {
	text-align: center;
	margin-top: 15px;
}
.form-info p a {
	color: #fff;
	font-size: 22px;
}
.form-info p a:hover {
	color: #d41d1d;
}
/*--copyrights--*/
.copyrights {
	padding: 3em 0;
}
.copyrights p a {
	color: #d41d1d;
}
/*--/copyrights--*/
/*--start-responsive design--*/
@media (max-width:1440px){
	 h2 {
	 	 font-size: 3em;
	 	 padding: 0px 0 0px;
	}
	input.text {
		  width: 100%;
	}
	input[type="password"] {
	 	 width: 100%;
	}
	.login-form {
		  height: 620px;
	}
	.copyrights {
	 	 padding: 3em 0;
	}
	.login-info {
		  height: 29px;
	}
}
@media (max-width:1366px){
	h2 {
		  font-size: 3em;
	  	padding: 0px 0 0px;
	}
	.login-form {
		  height: 700px;
	}
	.login-info {
	 	 height: 28px;
	}
}
@media (max-width:1280px){
	h2 {
		  font-size: 3.0em;
		  padding: 0px 0 0px;
	}
	.login-form {
	 	 height: 700px;
	}
}
@media (max-width:1024px){
	.login-form {
	 	 width: 36%;
	}
	.search-form {
	 	 width: 36%;
	}
	h2 {
	  	font-size: 2.5em;
	 	 padding: 0px 0 0px;
	}
}
@media (max-width:768px){

    #listings {
      /*height: 700px;*/ 
    }
	
	#favoriteslistings {
	 /* height: 850px; */ 
	}  

   #categories {
    /* height: 750px; */ 
   }
	
	
	#menu-icon {

		display:inline-block;

	}
	
	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 100%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}

	.login-form {
		  width: 50%;
		  margin: 4% auto 0;
		   height: 600px;
	}
	.search-form {
		  width: 50%;
		  margin: 4% auto 0;
	}
	h1 {
	  font-size: 3em;
	  padding-top: 2.5em;
	}
	h2 {
	 	 font-size: 2.3em;
	  	padding: 0px 0 0px;
	}
}
@media (max-width:640px){
     


	.login-form {
		  width: 60%;
	}
	.search-form {
		  width: 60%;
	}
	h1 {
	  font-size: 2.5em;
	  padding-top: 2.5em;
	}
	
	
	#menu-icon {

		display:inline-block;

	}
	
	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 100%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}
	
	
}
@media (max-width:480px){
    

    #container ul li h2 { font-size: 1.2em; }
	
	#container ul li img.thumbnail { margin-top: 2px; }

	.login-form {
		  width: 78%;
	}
	.search-form {
		  width: 78%;
	}
	h1 {
	  font-size: 2.5em;
	  padding-top: 2.5em;
	}
	h2 {
	 	 font-size: 2.5em;
	 	 padding: 0px 0 0px;
	}
}
@media (max-width:375px){
input.text {
	font-family: 'Lato', sans-serif;
	width: 100% !important;
	margin: 0 auto 1%;
	outline: none;
	background: white;
	border: 2px solid#fff;
	color: #000;
	padding: 1em 1em 1em 1em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	font-size: 1.2em;
	font-weight: 600;
}
input[type="password"] {
	font-family: 'Lato', sans-serif;
	width: 100% !important;
	margin: 0 auto 1%;
	outline: none;
	background: white;
	border: 2px solid#fff;
	color: #000;
	padding: 1em 1em 1em 1em;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	font-size: 1.2em;
	font-weight: 600;
}




    #listings {
    /*  height: 370px; */ 
    }

    #categories {
    /* height: 400px; */ 
    }
	
	#favoriteslistings {
	 /* height: 700px; */
	}  
	
    #container ul li h2 { font-size: 16px; }
    #container ul li  p.desc { font-size: 0.7em; }
    #container ul li .price { font-size: 0.7em; }
	h2 {
	  font-size: 2.3em;
	  padding: 0px 0 0px;
	}
	input.text {
	  padding: 5px 5px 5px 5px !important;
	  font-size: 1.5em !important;
	}
	h1 {
	  font-size: 1.5em;
	  padding-top: 0.5em;
	}
	input[type="password"]{
			  padding: 10px 10px 10px 10px !important;
	  font-size: 1.5em !important;
	}
	.login-form {
	  height: 500px;
	}
}
