.popup-alt{
    position:absolute;
    background-color: #ff4242;
	font-size: 13px;
}

/* SEARCH PROFILE LOAD MORE REVIEWS */
#myList li{ display:none;
}
#loadMore {
    color:green;
    cursor:pointer;
}
#loadMore:hover {
    color:black;
}
#showLess {
    color:red;
    cursor:pointer;
}
#showLess:hover {
    color:black;
}


/* GET SEARCH PROFILE POPUP */

.about-me ul li{
  margin: 0 auto;
  overflow: hidden;
  list-style-type:none;
}

.postsleft {
  width: 300px;
  float: left;
}

.postsright {
  width: 80%;
  float: left; 
}


/* USER GALLERY */

.grid li {
	padding-left: 0;
}

.lb-outerContainer {
	background-color: none;
	border-radius: 0;
}

.lb-container {
	padding: 0;
}

.lightbox .lb-image {
	border-radius: 0;
}



/* SEARCH RESULT IMAGE ZOOM */
.parent {
    overflow: hidden;

  cursor: pointer;
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	min-height: 250px;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}




/*LIKE BUTTON CIRCLE */
.circle {
  display: inline-block;
  border-radius: 60px;
  /*box-shadow: 0px 0px 2px #4283ff;*/
  padding: 0.5em 0.5em;
  background-color: white;
	color: #4283ff;
	cursor: pointer;
	border: solid 9px #ff4242;
	
}

.circle:hover {
	color:#CAD0D9 !important;
}

/* ROTATE LIKE AND LOVE ICON */
.rotate{
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 2s linear;
}

.rotate.down{
    -moz-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg);
}


/* REVIEW STARS */
.stars {
	color: #ebd714;
	font-size: 1.2em;
}

/* ACTiVE PROFILE PHOTO */
.default {
	color: #fff647 !important;
}

.default-star {
	color: #ffffff;
}

.default-star:hover {
	color: #ff4242;
}




/* ERROR VALIDATION */
.error-bg {
    animation: fading 3s infinite;
    -webkit-animation: fading 3s infinite;
    border-radius:5px;
	padding: 20px;
}
@keyframes fading {
    33%  { background: rgba(255, 255, 255, .2) }
}


/* This belongs to Error Validation
.fading {
    height:200px;
    width:100%;
    background: black;
    animation: fading 10s infinite;
    -webkit-animation: fading 10s infinite;
    border-radius:5px;
}
.fading img{
    width:100px;
    animation: opacityfading 10s infinite;
    -webkit-animation: opacityfading 10s infinite;
    margin:30px;
}
@keyframes fading {
    0%   { background: black; }
    33%  { background: red; }
    66%  { background: blue; }
    100% { background: black; }
}

@-webkit-keyframes fading {
    0%   { background: black; }
    33%  { background: red; }
    66%  { background: blue; }
    100% { background: black; }
}
@keyframes opacityfading {
    0%   { opacity: 0; }
    33%  { opacity: 1; }
    66%  { opacity: 0; }
    100% { opacity: 1; }
}

@-webkit-keyframes opacityfading {
    0%   { opacity: 0; }
    33%  { opacity: 1; }
    66%  { opacity: 0; }
    100% { opacity: 1; }
}
*/




/* GRID TILE*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.grid {
  background: pink;
}

.grid_item {
  background: #ebebeb;
  display: block;
  float: left;
  position: relative;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.grid_link {
  display: block;
  color: black;
  position: relative;
  overflow: hidden;
  border: 4px solid #f3f8f8;
}

.tile {
  font-size: 14px;
  font-family: "Segoe UI";
  line-height: 18px;
  padding: 12px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  width: 100%;
}

.a {
  background: #bada55;
  color: black;
}

.b {
  background: pink;
  color: black;
}

.c {
  background: aqua;
  color: black;
}

.d {
  background: orange;
  color: black;
}

.e {
  background: yellow;
  color: black;
}

.f {
  background: brown;
  color: white;
}

.g {
  background: purple;
	color: white;
}

.h {
  background:#b2c4c1;
	color: white;
}

.i {
  background:#6ea7be;
	color: white;
}

@media all and (max-width: 320px) {
  .span__1,
.span__2,
.span__4 {
    width: 100%;
  }
  .span__1 .grid_link,
.span__2 .grid_link,
.span__4 .grid_link {
    padding-bottom: 100%;
  }
}
@media all and (min-width: 321px) and (max-width: 480px) {
  .span__1,
.span__2,
.span__4 {
    width: 49.545252%;
  }
  .span__1 .grid_link,
.span__2 .grid_link,
.span__4 .grid_link {
    padding-bottom: 100%;
  }
}
@media all and (min-width: 481px) {
  .span__1 {
    width: 25%;
  }
  .span__1 .grid_link {
    padding-bottom: 100%;
  }

  .span__2 {
    width: 50%;
  }
  .span__2 .grid_link {
    padding-bottom: 50%;
  }

  .span__4 {
    width: 100%;
  }
  .span__4 .grid_link {
    padding-bottom: 25%;
  }
}



/* PROGRESS BAR */
#progress-wrp {
    border: 1px solid #0099CC;
    padding: 1px;
    position: relative;
    border-radius: 3px;
    margin: 10px;
    text-align: left;
    background: #fff;
    box-shadow: inset 1px 3px 6px rgba(0, 0, 0, 0.12);
}
#progress-wrp .progress-bar{
	height: 20px;
    border-radius: 3px;
    background-color: #79f763;
    width: 0;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.11);
}
#progress-wrp .status{
	top:3px;
	/*left:50%;*/
	position:absolute;
	display:inline-block;
	color: #000000;
	font-weight: bold;
	color: #072542;
}
/* END PROGRESS BAR */

        form .former {
			float: left;
			width: 49%;
		}
		
		form .former-3-col {
			float: left;
			width: 31.33%;
		}
		
		form .former-3-col:not(:nth-child(3n)) {
			margin-right: 2%;
			box-sizing: border-box;
		}
		
		form .former:not(:nth-child(2n)) {
			margin-right: 2%;
		}

/* Buttons */
	
	.btn {
		  display: inline-block;
		  padding: 10px 18px;
		  
		  font-size: 12px;
		  font-weight: 700;
		  font-family: 'Open Sans', Sans-Serif;
		  letter-spacing: 1px;
		  color: #111;
		  border: 2px solid #111;
		  text-transform: uppercase;
		  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
		  -webkit-transition: background-color 0.2s;
		  -moz-transition: background-color 0.2s;
		  transition: background-color 0.2s;
		  text-align: center; 
		  cursor: pointer;
		}

		.btn:hover {
		  background-color: #000;
		  color: #fff;
		}
		
		.btn2 {
		  display: inline-block;
		  padding: 14px 18px 12px 18px;
		  
		  font-size: 12px;
		  font-weight: 700;
		  font-family: 'Open Sans', Sans-Serif;
		  letter-spacing: 1px;
		  color: #fff;
		  border: 2px solid #fff;
		  text-transform: uppercase;
		  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
		  -webkit-transition: background-color 0.2s;
		  -moz-transition: background-color 0.2s;
		  transition: background-color 0.2s;
		  text-align: center; 
		  z-index: 99;
			cursor: pointer;
		}

		.btn2:hover {
		  background-color: #fff;
		  color: #000;
		}
		
		.btn3 {
		  display: inline-block;
		  padding: 8px 10px 12px 10px;
		 
		  font-size: 12px;
		  font-weight: 700;
		  font-family: 'Open Sans', Sans-Serif;
		  letter-spacing: 1px;
		  color: #111;
		  text-transform: uppercase;
		  -webkit-transition: background-color 0.2s;
		  -moz-transition: background-color 0.2s;
		  transition: background-color 0.2s;
		  text-align: center; 
			cursor: pointer;
		}

		.btn3:hover {
		  color: #ccc;
		}

         .btn4 {
		  display: inline-block;
		  padding: 10px 18px;
		  min-width: 60px;
		  font-size: 12px;
		  font-weight: 700;
		  font-family: 'Open Sans', Sans-Serif;
		  letter-spacing: 1px;
		  background-color: rgb(255, 66, 66);
		  color: #fff;
		  
		  text-transform: uppercase;
		  /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);*/
		  -webkit-transition: background-color 0.2s;
		  -moz-transition: background-color 0.2s;
		  transition: background-color 0.2s;
		  text-align: center; 
			 cursor: pointer;
		}

		.btn4:hover {
		  background-color: #ca2929;
		  color: #fff;
		}
.btn5 {
  display: inline-block;
  padding: 10px 18px;
  min-width: 60px;
  font-size: 12px;
  font-weight: 700;
  font-family: 'Open Sans', Sans-Serif;
  letter-spacing: 1px;
  background-color: #fcb62c;
  color: #fff;

  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
  cursor: pointer;
}

.btn5:hover {
  background-color: #000;
  color: #fff;
}


		.btn6 {
		  display: inline-block;
		  padding: 8px 10px 12px 10px;
		 
		  font-size: 12px;
		  font-weight: 700;
		  font-family: 'Open Sans', Sans-Serif;
		  letter-spacing: 1px;
		  color: #ccc;
		  text-transform: uppercase;
		  -webkit-transition: background-color 0.2s;
		  -moz-transition: background-color 0.2s;
		  transition: background-color 0.2s;
		  text-align: center; 
			cursor: pointer;
		}

		.btn6:hover {
		  color:#00BBCC;
		}



.btn7 {
  display: inline-block;
padding: 4px 5px;
    min-width: 60px;
    font-size: 9px;
  font-weight: 700;
  font-family: 'Open Sans', Sans-Serif;
  letter-spacing: 1px;
  background-color: #fcb62c;
  color: #fff;

  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
  cursor: pointer;
}

.btn7:hover {
  background-color: #000;
  color: #fff;
}

.btn8 {
  display: inline-block;
padding: 4px 5px;
    min-width: 60px;
    font-size: 9px;
  font-weight: 700;
  font-family: 'Open Sans', Sans-Serif;
  letter-spacing: 1px;
  background-color:#4E4E4E;
  color: #fff;

  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
  cursor: pointer;
}

.btn8:hover {
  background-color: #979797;
  color: #fff;
}




.btn9 {
  display: inline-block;
padding: 4px 5px;
    min-width: 60px;
    font-size: 9px;
  font-weight: 700;
  font-family: 'Open Sans', Sans-Serif;
  letter-spacing: 1px;
  background-color:#149E79;
  color: #fff;

  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
  cursor: pointer;
}

.btn9:hover {
  background-color:#297D57;
  color: #fff;
}

.btn10 {
  display: inline-block;
padding: 4px 5px;
    min-width: 60px;
    font-size: 9px;
  font-weight: 700;
  font-family: 'Open Sans', Sans-Serif;
  letter-spacing: 1px;
  background-color:#15cc00;
  color: #fff;

  text-transform: uppercase;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  transition: background-color 0.2s;
  text-align: center;
  cursor: pointer;
}

.btn10:hover {
  background-color:#15cc00;
  color: #fff;
}




.nav-icon {
	font-size: 1.5em !important;
}



/* FLOATING LABEL #1*/
.floating-label-group {
	position: relative;
	/*
	margin-top: 15px;
	margin-bottom: 25px;
	*/
}

.floating-label {
    font-size: 1em;
    color: #58c8e3;
    position: absolute;
    pointer-events: none;
    top: 13px;
    left: 22px;
    transition: all 0.1s ease;
}


input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
	top: -10px;
	bottom: 0px;
	left: 22px;
	font-size: 11px;
	opacity: 1;
	color:#FF0039;
}

/*FLOATING LABEL #2*/
.is-floating-label {
  position: relative;
  margin-bottom: 15px;

}
.is-floating-label input {
  position: absolute;
  left: 0;
  background-color: transparent;
  color: black;
 
	
}
.is-floating-label label {
  opacity: 1;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: left top;
  transition: 100ms;
  color: #006FEC;
  left: 18px;
  top: 5px;
	z-index: 9999;
}
.is-floating-label.is-focused label {
  transform: translateY(-5px) scale(0.55);
color: #FF005F;
}


.col {
	float: left;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	line-height: 1;
}
.cols {
	float: left;
	width: 100%;
	padding: 0px;
	box-sizing: border-box;
	line-height: 1;
}
.row:before, .row:after, .group:before, .group.after {
	content: "";
	display: table;
	word-wrap: break-word;
}
.row:after, .group:after {
	clear: both;
	word-wrap: break-word;
}
.row, .group {
	zoom: 1;
	word-wrap: break-word;
}


.col-xs-11 {
	width: 91.662%;
}
.col-xs-10 {
	width: 83.332%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.662%;
}
.col-xs-7 {
	width: 58.331%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.662%;
}
.col-xs-4 {
	width: 33.332%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.662%;
}
.col-xs-1 {
	width: 8.332%;
}

/*only if the device width is atleast 768px or higher*/
@media screen and (min-width: 768px) {
.col-sm-11 {
	width: 91.662%;
}
.col-sm-10 {
	width: 83.332%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.662%;
}
.col-sm-7 {
	width: 58.331%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.662%;
}
.col-sm-4 {
	width: 33.332%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.662%;
}
.col-sm-1 {
	width: 8.332%;
}
}
 @media screen and (min-width: 1024px) {
.col-md-11 {
	width: 91.662%;
}
.col-md-10 {
	width: 83.332%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.662%;
}
.col-md-7 {
	width: 58.331%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.662%;
}
.col-md-4 {
	width: 33.332%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.662%;
}
.col-md-1 {
	width: 8.332%;
}
}
 @media screen and (min-width: 1024px) {
.col-lg-11 {
	width: 91.662%;
}
.col-lg-10 {
	width: 83.332%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.662%;
}
.col-lg-7 {
	width: 58.331%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.662%;
}
.col-lg-4 {
	width: 33.332%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.662%;
}
.col-lg-1 {
	width: 8.332%;
}
}
	
