body{ 
 font-family: 'Acme';font-size: 18px;
 background: url(https://www.wowplace4u.com/bg.png);
background: #000000;  /* fallback for old browsers */
background: -webkit-linear-gradient(to right, #434343, #000000);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #434343, #000000); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.img-responsive{ 
  width:100%;
  height:auto;
}
.topText{ 
  position:relative;
  left:0;
  top:0;
  width:100%;
  height:190px;
  background: url(1.jpg);
  border:1px solid #ECFF1F; 
}
.bottomText{ 
  text-align: center;
  width:100%;
}
.logo{ 	
	width:45px;
	height:45px;
	border:2px solid red;
	position:absolute;
	bottom: 3px;
	left: 4px;
	border-radius:58px;
}
.download{ 	
	position:absolute;
	bottom: 2px;
	left: 8px;
	color:white;
}
.money{
	position:absolute;
	bottom: 6px;
	left: 60px;
	color:#ECFF1F;
	font-family: 'Acme';font-size: 18px;
}
.name{
	position:absolute;
	bottom: 25px;
	left: 60px;
	color:white;
}
.comment{
	position:absolute;
	bottom: 2px;
	right: 10px;
	color:white;
}
.view{
	position:absolute;
	bottom: 2px;
	right: 130px;
	color:white;
} 
.like{
	position:absolute;
	bottom: 2px;
	right: 40px;
	color:white;
} 
.whatsapp{
	position:absolute;
	bottom: 2px;
	right: 70px;
	color:white;
}
.facebook{
	position:absolute;
	bottom: 2px;
	right: 100px;
	color:white;
}   
.heading { 	
  padding: 10px;
  text-align: center;
  border-radius:1px;
  width:100%;
  height:1px;
  background-color: #091400;
  color:white;
  border : 1px solid white;
  font-family: 'Acme';font-size: 18px;
}
.description { 	
  padding: 10px;
  text-align: center;
  border-radius:2px;
  width:100%;
  height:1px;
  background-color: #F6E278;
  color:black;
  font-family: 'Acme';font-size: 18px;
} 
.next {
  margin: 15px auto;
  padding: 2px;
  text-align: center;
  border-radius:1px;
  width:100%;
  color : #0D1726;
  border : 1px solid black;
  border-radius:1px; 
  background-color:transparent;
  box-shadow: 0 8px 6px 3px #191339;
}   
.previous {
  margin: 15px auto;
  padding: 2px;
  text-align: center;
  border-radius:1px;
  width:100%;
  color : #0D1726;
  border : 1px solid black;
  border-radius:1px;
  background-color:#FEFBFB;
  box-shadow: 0 8px 6px 3px #191339;
}   
.viewAll {
  margin: 20px auto; 	
  padding: 2px;
  text-align: center;
  border-radius:1px;
  width:100%;
  height:1px;
  color:white;
  background-color: transparent;
  border-radius:1px;
  border:1px solid white;
} 
.viewAdd {
  margin: 20px auto; 	
  padding: 2px;
  text-align: center;
  border-radius:1px;
  width:100%;
  height:1px;
  background-color: black;
  color: white;
  border-radius:1px;
  border : 1px solid yellow;
} 
.adsTop{
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:35px;
  text-align: center;
  overflow: auto;
  display: inline-block;
  z-index: 20;
  background: black;
  border-bottom:1px solid white;
}
.adsTopAdmin{
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:40px;
  text-align: center;
  overflow: auto;
  display: inline-block;
  z-index: 20;
  background: black;
  background-color: black;
  border-bottom:1px solid white;
}
.adsfooter{
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  height:54px;
  text-align: center;
  overflow: auto;
  display: inline-block;
  z-index: 20;
  background: black;
  border-top:2px solid black;
}
.typewriter {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .6em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  font-size: 14px;
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}
@keyframes typing {
  from { width: 0 }
  to { width: 40% }
}
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: white; }
} 
.logoText{
	position:absolute;
	bottom: 0px;
	left: 37%;
	color:white;
	padding : 2px;
	background-color:#8B008B;	
}
input{
    color: black;
    height: 37px;
    font-size: 25px;
    text-align: center;
    background-repeat: repeat-x;
    border-radius: 1px; /*up to date browsers support this, but you can add prefixes if you want*/
	width: 90%;
	background: transparent;
}  
.totalComment{ 	
	position:absolute;
	bottom: 2px;
	left: 8px;
	color:white;
}
.commentCount{ 	
	position:absolute;
	bottom: 2px;
	left: 32px;
	color:white;
}
.commentLogo{
	position:absolute;
	bottom: 6px;
	right: 12px;
	color:white;
	border:0px;
	border-radius:158px;
	padding: 5px;	
}
.commentInput{
	position:absolute;
	bottom: 6px;
	left: 30px;
}
.add{
	position:absolute;
	bottom: 2px;
	right: 10px;
	color:white;
}
.login{
  margin: 2px auto; 	
  border-radius:1px;
  width:100%;
  background-color: #091400;
  color: #ECFF1F;
}
.button {
  background-color: #ECFF1F;  
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius:28px;
  width:100%;
  font-family: 'Acme';font-size: 18px;
}
.loginButtonBackground{
  background-color: #091400;
  color: #ECFF1F;
  margin: 20px auto; 	
  padding: 2px;
  text-align: center;
  border-radius:1px;
  width:100%;
  height:1px;
  border-radius:22px;
}
.imageUploadButton {
  background-color: #ECFF1F;  
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius:28px;
  width:80%;
  font-family: 'Acme';font-size: 18px;
}
textarea{
	color: #F1FF29;
    height: 167px;
    font-size: 25px;
    text-align: center;
    background-repeat: repeat-x;
    border-radius: 24px; /*up to date browsers support this, but you can add prefixes if you want*/
	width: 98%;
	background: transparent;
}
.addFormBackground{
  background-color: #94D279;
  color: #ECFF1F;
  margin: 20px auto; 	
  padding: 2px;
  text-align: center;
  border-radius:1px;
  width:100%;
  height:1px;
}
.commonTable{
	border-radius:2px;
	text-align:center;
	background: #2980B9;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #FFFFFF, #6DD5FA, #2980B9); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    font-family: 'Aladin';font-size: 17px;
	color:#132339;
	width:100%;
	border-collapse:separate; 
    border-spacing:0 15px; 
	box-shadow: 0 8px 6px 3px black;
}
.commonTable tr:first-child(odd) {
	background-color: black;
  color: #132339;
  height:50px;
  font-size:25px;
}
.commonTable tr:nth-child(odd){
  /*background-color: #F2C94C;*/
  background-color: tranparent;
  color: #132339;
  height:50px;
  font-size:25px;
}
.commonTable .imageUploadButton{ 
  background-color: #94D279;  
  border: none;
  color: black;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius:3px;
  width:80%;
  border: 1px solid #14193D;
  font-weight:bold;
}
.commonTable .submitButton{ 
  background-color: #CC6697;  
  border: none;
  color: #FBF5F4;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-radius:3px;
  width:100%;
  height:50px;
  border: 1px solid #14193D;
  font-weight:bold;
}
.commonTable input{
    color: black;
    height: 37px;
    font-size: 25px;
    text-align: center;
    background-repeat: repeat-x;
    border-radius: 1px; /*up to date browsers support this, but you can add prefixes if you want*/
	width:95%;
	margin-left:10px;
	background: transparent;
	border: 3px solid black;
	outline: none;
	border-width: 0 0 1px;
	border-color: #361641
}
.commonTable select{
    color: #2B4F82;
    height: 37px;
    font-size: 25px;
    text-align: center;
    background-repeat: repeat-x;
    border-radius: 1px; /*up to date browsers support this, but you can add prefixes if you want*/
	width:100%;
	background: transparent;
	border: 0px solid black;
	outline: none;
	border-width: 0 0 1px;
	border-color: #361641
}
.commonTable textarea{
    color: #2B4F82;
    font-size: 25px;
    text-align: center;
    background-repeat: repeat-x;
    border-radius: 1px; /*up to date browsers support this, but you can add prefixes if you want*/
	width:98%;
	background: transparent;
	border: 0px solid black;
	outline: none;
	border-width: 0 0 1px;
	border-color: #361641
}
 
.viewReport{
	position:absolute;
	bottom: 16px;
	right: 10px;
	color:white;
}
.marquee {
	white-space: nowrap;
	font-family: 'Acme';font-size: 18px;
	color:white;
	font-size:25px;
	-webkit-animation: rightThenLeft 2s linear;
}
.tagClass {
  margin: 15px auto;
  padding: 2px;
  text-align: center;
  border-radius:1px;
  color : #0D1726;
  border : 1px solid black;
  border-radius:1px;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #ccc;
}   