



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Montserrat-Bold;
  src: url('../fonts/montserrat/Montserrat-Bold.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Poppins-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #57b846;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Poppins-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999; }
input:-moz-placeholder { color: #999999; }
input::-moz-placeholder { color: #999999; }
input:-ms-input-placeholder { color: #999999; }

textarea::-webkit-input-placeholder { color: #999999; }
textarea:-moz-placeholder { color: #999999; }
textarea::-moz-placeholder { color: #999999; }
textarea:-ms-input-placeholder { color: #999999; }

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}


/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.5;
  color: #999999;
}

.txt2 {
  font-family: Poppins-Regular;
  font-size: 13px;
  line-height: 1.5;
  color: #666666;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
  border-top: 4px solid #3f92e0;
}

.container-login100 {
  width: 100%;
  /* min-height: 100vh; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  /* background: #efefef; */
  /* background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0); */
  background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
  background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
  /* background: linear-gradient(-135deg, #c850c0, #4158d0); */
  font-size:16px;
}



.wrap-login{
	width: 960px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    
}



.wrap-login100 {
  width: 960px;
  /* background: #fff; */
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 177px 130px 33px 95px;
}

/*------------------------------------------------------------------
[  ]*/
.login100-pic {
  width: 316px;
}

.login100-pic img {
  max-width: 100%;
}


/*------------------------------------------------------------------
[  ]*/
.login100-form {
  width: 290px;
}

.login100-form-title {
  font-family: Poppins-Bold;
  font-size: 24px;
  color: #333333;
  line-height: 1.2;
  text-align: center;

  width: 100%;
  display: block;
  padding-bottom: 54px;
}


/*---------------------------------------------*/
.wrap-input100 {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-bottom: 10px;
}

.input100 {
  font-family: Poppins-Medium;
  font-size: 15px;
  line-height: 1.5;
  color: #666666;

  display: block;
  width: 100%;
  background: #e6e6e6;
  height: 50px;
  border-radius: 25px;
  padding: 0 30px 0 68px;
}


/*------------------------------------------------------------------
[ Focus ]*/
.focus-input100 {
  display: block;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 0px;
  color: rgba(87,184,70, 0.8);
}

.input100:focus + .focus-input100 {
  -webkit-animation: anim-shadow 0.5s ease-in-out forwards;
  animation: anim-shadow 0.5s ease-in-out forwards;
}

@-webkit-keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

@keyframes anim-shadow {
  to {
    box-shadow: 0px 0px 70px 25px;
    opacity: 0;
  }
}

.symbol-input100 {
  font-size: 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: absolute;
  border-radius: 25px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  pointer-events: none;
  color: #666666;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 + .symbol-input100 {
  color: #57b846;
  padding-left: 28px;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}

.login100-form-btn {
  font-family: Montserrat-Bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
  text-transform: uppercase;

  width: 100%;
  height: 50px;
  border-radius: 25px;
  background: #57b846;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 25px;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background: #000;
}
.disabled{
	background:red;
}


/*------------------------------------------------------------------
[ Responsive ]*/



@media (max-width: 992px) {
  .wrap-login100 {
    padding: 177px 90px 33px 85px;
  }

  .login100-pic {
    width: 35%;
  }

  .login100-form {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .wrap-login100 {
    padding: 100px 80px 33px 80px;
  }

  .login100-pic {
    display: none;
  }

  .login100-form {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-login100 {
    padding: 15px 15px 15px 15px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: white;
  border: 1px solid #c80000;
  border-radius: 13px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  pointer-events: none;

  font-family: Poppins-Medium;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 13px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}



.step2,.step3{
	display:none;
}

/* search form style */

.search-form {
  margin: 28px 5px;
  font:normal 12px sans-serif;
  box-shadow:1px 2px 4px 0?rgba(0, 0, 0, 0.08);
}

.search-form div.input-group-addon {
  background:#fff;
  color:#80A3BD;
  border-bottom-left-radius:2px;
  border-top-left-radius:2px;
  border:1px solid #b6c3cd;
  border-right:0;
}

.search-form .input-group input {
  background-color:#ffffff;
  box-shadow:none;
  color:#4E565C;
  outline:none;
  border: 0;
  font-size: 18px;
  height: 50px;
}

.search-form div.input-group-btn button {
  border-bottom-right-radius:2px;
  border-top-right-radius:2px;
  background:#6caee0;
  box-shadow:1px 2px 4px 0?rgba(0, 0, 0, 0.08);
  color:#ffffff;
  border-color:#6caee0;
  outline:none;
  opacity:0.9;
}

.search-form div.input-group-btn button:hover {
  opacity:1;
}

.search-form div.input-group-btn button:focus:active {
  background-color:#6caee0;
  color:#ffffff;
  outline:none;
}
/* end search form */

/* feature blue start */


.features-blue {
  color:#fff;
  background:linear-gradient(135deg, #172a74, #21a9af);
  background-color:#184e8e;
  padding-bottom:30px;
}

@media (max-width:767px) {
  .features-blue {
    padding-bottom:10px;
  }
}

.features-blue p {
  color:rgba(255,255,255,0.6);
}

.features-blue h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .features-blue h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.features-blue .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 60px;
}

@media (max-width:767px) {
  .features-blue .intro {
    margin-bottom:40px;
  }
}

.features-blue .item {
  min-height:100px;
  padding-left:80px;
  margin-bottom:40px;
}

@media (max-width:767px) {
  .features-blue .item {
    min-height:0;
  }
}

.features-blue .item .name {
  font-size:20px;
  font-weight:bold;
  margin-top:0;
  margin-bottom:20px;
  color:inherit;
}

.features-blue .item .description {
  font-size:15px;
  margin-bottom:0;
}

.features-blue .item .icon {
  font-size:40px;
  color:#ffcc1e;
  float:left;
  margin-left:-65px;
}

.btn:not(:disabled):not(.disabled) {
  text-align:center;
  margin:10px;
}



.col {
  margin-top:13px;
}
/* end feature blue */

/* heightlighted phone start */
.highlight-phone {
  color:#313437;
  background-color:#eef4f7;
  padding:50px 0 55px;
  overflow:hidden;
}

@media (max-width:767px) {
  .highlight-phone {
    text-align:center;
  }
}

.highlight-phone p {
  color:#7d8285;
}

.highlight-phone h2 {
  font-weight:bold;
  margin-bottom:35px;
  line-height:1.5;
  padding-top:0;
  margin-top:0;
  color:inherit;
}

.highlight-phone .intro {
  font-size:18px;
  max-width:500px;
  line-height:1.5;
}

@media (max-width:767px) {
  .highlight-phone .intro {
    max-width:none;
  }
}

.highlight-phone .intro p {
  margin-bottom:35px;
}

.highlight-phone .intro .btn {
  padding:16px 32px;
  border:none;
  background:none;
  box-shadow:none;
  text-shadow:none;
  opacity:0.9;
  text-transform:uppercase;
  font-weight:bold;
  font-size:13px;
  letter-spacing:0.4px;
  line-height:1;
}

.highlight-phone .intro .btn:hover {
  opacity:1;
}

.highlight-phone .intro .btn:active {
  transform:translateY(1px);
}

.highlight-phone .intro .btn-primary {
  background-color:#055ada;
  color:#fff;
}

.highlight-phone .iphone-mockup {
  position:relative;
  max-width:260px;
  margin-top:-30px;
  margin-bottom:-230px;
}

.highlight-phone .iphone-mockup img.device {
  width:100%;
  height:auto;
}

.highlight-phone .iphone-mockup .screen {
  position:absolute;
  width:88%;
  height:77%;
  top:12%;
  border-radius:2px;
  left:6%;
  border:1px solid #444;
  background-color:#aaa;
  overflow:hidden;
  background:url(../../assets/img/screen-content-iphone-6.jpg);
  background-size:cover;
  background-position:center;
}

.highlight-phone .iphone-mockup .screen:before {
  content:'';
  background-color:#fff;
  position:absolute;
  width:70%;
  height:140%;
  top:-12%;
  right:-60%;
  transform:rotate(-19deg);
  opacity:0.2;
}
/* end heighlighted phone  */

/* image gallery start  */
.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top: 10px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

/* end image gallery  */

/* get details style */

/* global */




/* results page */
/* top bar */
.top-bar { display: block; margin: 0 auto; padding: 0 20px 0 20px; width: 100%; max-width: 1000px; height: 70px; font-size: 18px; line-height: 70px; font-weight: 500; overflow: hidden; }
.top-bar .middle { position: relative; display: block; width: 100%; height: 70px; padding: 0 70px 0 70px; overflow: hidden; text-align: center; text-overflow: ellipsis; white-space: nowrap; border-bottom: 1px solid #EEEEEE;box-sizing:border-box; }
.top-bar .arrow-back {position: absolute;top: 10px;left: 0px;width: 50px;height: 50px;background: url('../images/arrow-back-icon.png') center center no-repeat;background-size: 50px 50px;-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;border-radius: 4px;cursor: pointer;}
.top-bar .arrow-back:active { background-color: #EEEEEE; }
.top-bar .instagram-link {position: absolute;top: 10px;right: 0px;width: 50px;height: 50px;background: url('../images/instagram-icon.png') center center no-repeat;background-size: 50px 50px;-webkit-transition: all 200ms ease-in-out;-moz-transition: all 200ms ease-in-out;-o-transition: all 200ms ease-in-out;transition: all 200ms ease-in-out;border-radius: 4px;}
.top-bar .instagram-link:active { background-color: #EEEEEE; }

/* full size */
.fullsize {position: relative;display: none;float: left;width: 100%;margin-top: 77px;margin-bottom: 10px;border-radius: 50%;text-align: center;}
.fullsize .tip { position: absolute; z-index: 2; top: -20px; left: 50%; width: 100px; line-height: 30px; margin-left: -50px; background: #000000; color: #FFFFFF; border-radius: 4px; }
.fullsize .tip:after { content: ""; position: absolute; z-index: 2; top: 30px; left: 50%; float:left; margin-left: -10px; width: 0px; height: 0px; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #000000; }
.fullsize .picture-circle { position: relative; display: inline-block; width: 320px; height: 320px; background: #FCFCFC; border-radius: 50%; overflow: hidden; border: 1px solid #EEEEEE; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 100ms ease-in-out; -o-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; cursor: pointer; }
.fullsize .picture-circle:hover { transform: scale(1.05); }
.fullsize .picture-circle .loader { display: none; position: absolute; top: 50%; left: 50%; margin-top: -11px; margin-left: -11px; width: 22px; height: 22px; background: url('loader.png') center center no-repeat; background-size: 22px 22px; -webkit-animation: rotate 700ms infinite linear; -webkit-transform-origin: center; }
.fullsize .picture-circle .picture { display: none; float: left; width: 100%; }

.username-doesnt-exist { display: none; float: left; width: 100%; padding: 50px 0px 50px 0px; text-align: center; }
.username-doesnt-exist a { font-weight: bold; font-size: 12px; color: #4251EE; }

.result-error-occurred { display: none; float: left; width: 100%; padding: 50px 0px 50px 0px; color: red; text-align: center; }
.result-error-occurred a { font-weight: bold; font-size: 12px; color: #4251EE; }

.page-content.loading .fullsize { display: block; }
.page-content.loading .fullsize .loader { display: block; }
.page-content.completed .fullsize { display: block; }
.page-content.completed .fullsize .picture { display: block; }
.page-content.error .result-error-occurred { display: block; }
.page-content.no-username .username-doesnt-exist { display: block; }


/* apps list ---------- */
.apps-list { float: left; width: 100%; margin: 0 0 0 0; }
.apps-list .row { float: left; width: 100%; padding: 20px 0px 20px 0px; margin: 0 0 1px 0; border-top: 1px solid #EEEEEE; }
.apps-list .row .icon { float: left; width: 60px; height: 60px; background:center center no-repeat #EEEEEE; background-size: cover; overflow: hidden; -webkit-border-radius: 18px; -moz-border-radius: 18px; border-radius: 18px; }
.apps-list .row .title { float: left; width: calc(100% - 155px); margin: 0 15px 5px 20px; padding: 0 0 0 0; font-weight: 700; }
.apps-list .row .desc { float: left; width: calc(100% - 155px); margin: 0 15px 0 20px; padding: 0 0 0 0; }
.apps-list .row .btn { float: right; width: 60px; height: 30px; background: #3D98FC; text-align: center; line-height: 30px; color: #FFFFFF; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; }

.completed{
	margin-bottom:10px;
}

/* Media Queries */
@media all and (max-width: 900px) {

	.page-content h1.heading { padding: 0px 20px 20px 20px; font-size: 22px; line-height: 26px; }
	.page-content h2 { font-size: 28px; line-height: 34px; }



	/* footer */
	footer {/* margin: 0 0 20px 0; */}
	footer.more-padding { margin-bottom: 110px !important; }
	footer .logo-links { float: left; width: 100%; margin: 0 0 20px 0; }
	footer .disc-links { float: left; margin: 0 0 20px 0; text-align: left; }
	footer .disc-links .links { font-size: 12px; line-height: 16px; width: 100%; }
	footer .disc-links .links a { font-size: 12px; line-height: 16px; }
	footer .disc-links .disclaimer { float: left; font-size: 12px; line-height: 16px; width: 100%; }

	/* home */
	.search-bar { position: relative; float: left; width: 100%; width: 100%; height: 70px; margin: 0; background: #FFFFFF; background-size: 40px 40px; box-shadow: 0 3px 10px 0 rgba(0,0,0,0.07), 0 0 0 1px rgba(0,0,0,0.06); border-radius: 4px; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
	.search-bar .results { display: none; position: absolute; top: 70px; left: 0px; width: 100%; max-height: 300px; overflow: hidden; overflow-y: auto; background: #FFFFFF; background-size: 40px 40px; box-shadow: 0 8px 15px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.06); border-radius: 0px 0px 4px 4px; -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
	.search-bar.active { border-radius: 4px 4px 0 0; box-shadow: 0 4px 15px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.06); }
	.search-bar.active .results { display: block; max-height: 180px; }

	/* description */
	.description { margin: 20px 0 0 0; padding: 10px 0 10px 0; }


	/* sidebar */
	.sidebar { width: 280px; right: -280px; }


	/* results page */
	/* top bar */
	.top-bar { padding: 0 0 0 0;  }
	.top-bar .arrow-back { top: 10px; left: 10px;  }
	.top-bar .instagram-link { top: 10px; right: 10px; }

	/* full size */
	.fullsize { margin: 0 0 0 0; }
	.fullsize .picture-circle:hover { transform: scale(1); }
	.fullsize .picture-circle:active { transform: scale(1.1); }

	/* advertisement */
	.advertisement.visible { bottom: 0px; }

}


@media all and (max-width: 600px) {

	

	/* top bar */
	.top-bar { height: 50px; line-height: 50px; }
	.top-bar .middle { height: 50px; padding: 0 70px 0 70px;}
	.top-bar .arrow-back { top: 0px; left: 10px;  }
	.top-bar .instagram-link { top: 0px; right: 10px; }

	/* pages */
	.page-content { padding: 20px 19px 20px 19px; }

	/* description */
	.description { margin: 0 0 0 0; padding: 20px 0 10px 0; border-top: 0; }
	/* Advertisement */
	.advertisement .center .info { float: left; clear: both; width: 100%; }
	.advertisement .center .info .text { float: left; width: 100%; text-align: center; }
	.advertisement .center .info .links { float: left; clear: both; width: 100%; text-align: center; }
	.advertisement .center .info .links a { float: none; display: inline-block; margin: 0 10px 0 0; }
	.fullsize .picture-circle { margin-top: 0px; width: 240px; height: 240px; }
	/* box ads */
	.box-ad { float: left; width: 100%; margin: 0px 0 10px 0; }
	.box-ad .center { display: block; margin: 0 auto; }
	.mobile-box-ad.large { display: block; }
	.mobile-box-ad.medium { display: none; }

}

@media all and (max-width: 374px) {

	.box-ad.large { display: none; }
	.box-ad.medium { display: block; }
	.mobile-box-ad.large { display: none; }
	.mobile-box-ad.medium { display: block; }
}


@media all and (max-width: 360px) {

	.page-content h1.heading { padding: 0px 10px 10px 10px; }
	

	/* pages */
	.page-content { padding: 10px; }

	/* description */
	.description { padding: 10px 0 10px 0; }
	.fullsize .picture-circle { width: 200px; height: 200px; }

}


@media all and (max-height: 400px) {
	/* Advertisement */
	.advertisement { display: none !important; }
}


/* -- @2x -- */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {

	
	footer .logo-links .logo { background-image: url("instadp-logo@2x.png"); }
	.search-bar .icon { background-image: url("search-icon@2x.png"); }
	.sidebar .menu-section .list li.search a i { background-image: url('menu-search-icon@2x.png'); }
	.sidebar .menu-section .list li.followers a i { background-image: url('menu-get-followers-icon@2x.png'); }
	.sidebar .menu-section .list li.contact a i { background-image: url('menu-contact-icon@2x.png'); }
	.sidebar .menu-section .list li.qeek a i { background-image: url('menu-qeek-icon@2x.png'); }
	.sidebar .menu-section .list li.followmeter a i { background-image: url('menu-followmeter-icon@2x.png'); }
	.sidebar .search-history-section .list li .delete { background-image: url('menu-delete-icon@2x.png'); }
	.top-bar .arrow-back { background-image: url('../images/arrow-back-icon.png'); }
	.top-bar .instagram-link { background-image: url('../images/instagram-icon.png'); }
	.suggested-users .list .profile a { background-image: url('arrow-forward@2x.png');}
}

/* -- @3x -- */
@media only screen and (-webkit-min-device-pixel-ratio: 3) {

	
	footer .logo-links .logo { background-image: url("instadp-logo@3x.png"); }
	.search-bar .icon { background-image: url("search-icon@3x.png"); }
	.sidebar .menu-section .list li.search a i { background-image: url('menu-search-icon@3x.png'); }
	.sidebar .menu-section .list li.followers a i { background-image: url('menu-get-followers-icon@3x.png'); }
	.sidebar .menu-section .list li.contact a i { background-image: url('menu-contact-icon@3x.png'); }
	.sidebar .menu-section .list li.qeek a i { background-image: url('menu-qeek-icon@3x.png'); }
	.sidebar .menu-section .list li.followmeter a i { background-image: url('menu-followmeter-icon@3x.png'); }
	.sidebar .search-history-section .list li .delete { background-image: url('menu-delete-icon@3x.png'); }
	.top-bar .arrow-back { background-image: url('../images/arrow-back-icon.png'); }
	.top-bar .instagram-link { background-image: url('../images/instagram-icon.png'); }
	.suggested-users .list .profile a { background-image: url('arrow-forward@3x.png');}
}




/* ------------------------------ Image Viewer CSS -------------------------------- */
.iv-close,.iv-container{overflow:hidden}#iv-container{position:fixed;background:#0d0d0d;width:100%;height:100%;top:0;left:0;display:none;z-index:1000}.iv-image-wrap,.iv-snap-image-wrap{display:inline-block}.iv-close{width:32px;height:32px;position:absolute;right:20px;top:20px;cursor:pointer;text-align:center;text-shadow:0 0 3px #6d6d6d;-webkit-transition:all ease .2s;-moz-transition:all ease .2s;-o-transition:all ease .2s;transition:all ease .2s}.iv-close:after,.iv-close:before{content:"";height:4px;width:32px;background:#FFF;position:absolute;left:0;top:50%;margin-top:-2px}.iv-close:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.iv-close:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.iv-close:hover{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.iv-snap-view{width:150px;height:150px;position:absolute;top:20px;left:20px;border:1px solid #666;background:#000;z-index:100;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-transition:all ease .4s;-moz-transition:all ease .4s;-o-transition:all ease .4s;transition:all ease .4s;opacity:0}.iv-snap-image-wrap{position:absolute;max-width:150px;max-height:150px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:hidden}.iv-snap-image{position:relative}.iv-image-view,.iv-large-image,.iv-loader,.iv-snap-handle,.iv-zoom-handle,.iv-zoom-slider{position:absolute}.iv-snap-handle{border:1px solid #ccc;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-box-shadow:0 0 0 200px rgba(0,0,0,.5);-moz-box-shadow:0 0 0 200px rgba(0,0,0,.5);box-shadow:0 0 0 200px rgba(0,0,0,.5)}.iv-zoom-slider{width:100%;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;border:1px solid #666;border-top:0;background:rgba(204,204,204,.1);height:15px;top:150px;left:-1px}.iv-zoom-handle{width:20px;height:15px;background:#ccc}.iv-image-view{height:100%;width:100%}.iv-image-wrap:active{cursor:move}.iv-large-image{max-width:100%;max-height:100%;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.iv-loader{top:50%;left:50%;border-radius:50%;width:32px;height:32px;z-index:100;margin-top:-16px;margin-left:-16px;font-size:5px;text-indent:-9999em;border-top:1.1em solid rgba(255,255,255,.2);border-right:1.1em solid rgba(255,255,255,.2);border-bottom:1.1em solid rgba(255,255,255,.2);border-left:1.1em solid #fff;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.iv-loader:after{width:10em;height:10em;border-radius:50%}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media screen and (max-width:767px){.iv-snap-view{z-index:-1;visibility:hidden}}



/* end get details style */


#search-button{
	background-color:black;
	color:white;
	margin: 0;
}
#gallery-btn{
	margin-top:6px;
}

.ad_div{
	width:728px;
	height:90px;
	background:#f1f1f1;
	margin:0 auto;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
 .ad_div{
	width:728px;
	height:90px;
	background:#f1f1f1;
	margin:0 auto;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 768px) {
	
	
	
   .ad_div{
	width: 385px;
	height: 70px;
	background:#f1f1f1;
	margin:0 auto;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	
	
	
	
   .ad_div{
	width:728px;
	height:90px;
	background:#f1f1f1;
	margin:0 auto;
}
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

	
	
   .ad_div{
	width:728px;
	height:90px;
	background:#f1f1f1;
	margin:0 auto;
}
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	
	
	
  .ad_div{
	width:728px;
	height:90px;
	background:#f1f1f1;
	margin:0 auto;
}
}
.table th,tr{
	text-align:center;
}
#fullname{
	margin-bottom:5px;
}

.main-container{
	width:100%;
}
.img-thumbnail{
	display:none;
}
.img-thumbnail,.img-thumbnail-3{
	margin-bottom:20px;
}
.img-thumbnail-3{
	padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: .25rem;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto;
}
.loadmore-form-btn{
	    font-family: Montserrat-Bold;
	    font-size: 15px;
	    line-height: 1.5;
	    color: #fff;
	    text-transform: uppercase;
	    height: 50px;
	    border-radius: 8px;
	    background: #57b846;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 0 25px;
	    -webkit-transition: all 0.4s;
	    -o-transition: all 0.4s;
	    -moz-transition: all 0.4s;
	    transition: all 0.4s;
	    margin-bottom: 10px;
}
.process-form-btn{
	    font-family: Montserrat-Bold;
	    font-size: 15px;
	    line-height: 1.5;
	    color: #ffffff;
	    text-transform: uppercase;
	    width: 100%;
	    height: 50px;
	    border-radius: 5px;
	    background: #15100a;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -moz-box;
	    display: -ms-flexbox;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    padding: 0 25px;
	    -webkit-transition: all 0.4s;
	    -o-transition: all 0.4s;
	    -moz-transition: all 0.4s;
	    transition: all 0.4s;
	    margin-bottom: 4px;
}


.selected {
	border: 5px solid #57b846;
}
.gallery-container{
	position:relative;
	width: 100%;
}
.user_info_container{
	position:absolute;
	bottom: 25px;
	left: 21px;
	right: 0;
	width: 83%;
	height: 40px;
	background: #00000070;
	color:white;
	display: flex;
	line-height:40px;
}
.user-likes{
    padding-left: 30px;
}
.user-comments{
    padding-left: 38px;
}
@media (max-width: 768px){
	
	.user_info_container{
	position:absolute;
	bottom: 25px;
	left: 21px;
	right: 0;
	width: 92%;
	height: 40px;
	background: #00000070;
	color:white;
	display: flex;
	line-height:40px;
}
	.user-likes{
    padding-left: 112px;
}
.user-comments{
    padding-left: 112px;
}
}
@media (max-width: 576px){
	
	.user_info_container{
	position:absolute;
	bottom: 25px;
	left: 21px;
	right: 0;
	width: 92%;
	height: 40px;
	background: #00000070;
	color:white;
	display: flex;
	line-height:40px;
}
	.user-likes{
    padding-left: 120px;
}
.user-comments{
    padding-left: 120px;
}
}
@media (max-width: 480px){
	
	.user_info_container{
	position:absolute;
	bottom: 25px;
	left: 21px;
	right: 0;
	width: 90%;
	height: 40px;
	background: #00000070;
	color:white;
	display: flex;
	line-height:40px;
}
	.user-likes{
    padding-left: 90px;
}
.user-comments{
    padding-left: 98px;
}
}
@media (max-width: 360px){
	
	.user_info_container{
	position:absolute;
	bottom: 25px;
	left: 21px;
	right: 0;
	width: 88%;
	height: 40px;
	background: #00000070;
	color:white;
	display: flex;
	line-height:40px;
}
	.user-likes{
    padding-left: 50px;
}
.user-comments{
    padding-left: 80px;
}
}
@media (max-width: 320px){
	
	.user_info_container{
	position:absolute;
	bottom: 25px;
	left: 21px;
	right: 0;
	width: 86%;
	height: 40px;
	background: #00000070;
	color:white;
	display: flex;
	line-height:40px;
}
	.user-likes{
    padding-left: 30px;
}
.user-comments{
    padding-left: 65px;
}
}
.navbar{
	padding:20px 20px;
}
