@font-face {
  font-family: "RobotoRegular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype"); }

body {
  font-size: 14px;
  min-width: 320px;
  position: relative;
  line-height: 1.6;
  font-family: "RobotoRegular", sans-serif;
  background-color: #555;
  overflow-x: hidden; }

.time_row {
	text-align: center;
    font-size: 14px;
}

.hidden {
  display: none; }

.navbar {
  background: none;
  border: none;
  -webkit-border-radius: 0;
          border-radius: 0;
  color: #000;
  height: 50px;
  padding: 0px 20px 0 20px;
  -webkit-transition: all ease .3s;
          transition: all ease .3s;
  background-color: rgba(0, 0, 0, 0.3); }
  .navbar .navbar-brand {
    padding-top: 12px;
    padding-bottom: 13px;
    text-shadow: none;
    color: #fff;
    margin-right: 70px; }
  .navbar .navbar-nav {
    margin: 0 -15px; }
  .navbar .navbar-nav > li > a {
    color: #fff;
    text-shadow: none;
    position: relative;
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    outline: none; }
    .navbar .navbar-nav > li > a i {
      padding-right: 7px; }
    .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a:active {
      color: #cc0000; }
  .navbar .navbar-nav > li > .dropdown-menu {
    -webkit-border-radius: 0;
            border-radius: 0;
    background-color: rgba(0, 0, 0, 0.3);
   }
  .navbar .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    max-height: 500px; }
  .navbar button.navbar-toggle.collapsed, .navbar .navbar-toggle {
    -webkit-border-radius: 0;
            border-radius: 0;
    border-color: transparent;
    -webkit-transition: all ease .5s;
            transition: all ease .5s; }
    .navbar button.navbar-toggle.collapsed:hover, .navbar button.navbar-toggle.collapsed:focus, .navbar button.navbar-toggle.collapsed:active, .navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus, .navbar .navbar-toggle:active {
      background-color: transparent;
      border: 1px solid #fff; }
  .navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:focus, .navbar .navbar-nav > .open > a:hover {
    color: #cc0000;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .navbar .dropdown-menu > li > a {
    color: #fff; }
    .navbar .dropdown-menu > li > a:hover {
      background: rgba(255, 255, 255, 0.2); }
    .navbar .dropdown-menu > li > a i {
      padding-right: 7px; }
  .navbar .dropdown-menu > li > span {
    color: #fff;
    display: block;
    padding: 5px 15px; }
    .navbar .dropdown-menu > li > span i {
      padding-right: 7px; }

.language a {
  padding-left: 30px !important; }
  .language a::before {
    position: absolute;
    content: "\f0ac";
    font-family: "FontAwesome";
    left: 15px;
    top: 50%;
    margin-top: -10px; }

.register, .login, .logout {
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin: 10px;
  -webkit-transition: all .5s ease;
          transition: all .5s ease; }
  .register:hover, .register:focus, .register:active, .login:hover, .login:focus, .login:active, .logout:hover, .logout:focus, .logout:active {
    background-color: #cc0000;
    border-color: #cc0000; }
    .register:hover a, .register:focus a, .register:active a, .login:hover a, .login:focus a, .login:active a, .logout:hover a, .logout:focus a, .logout:active a {
      color: #fff !important; }
  .register a, .login a, .logout a {
    padding: 5px 15px !important;
    -webkit-transition: all .5s ease;
            transition: all .5s ease; }
    .register a:hover, .register a:focus, .register a:active, .login a:hover, .login a:focus, .login a:active, .logout a:hover, .logout a:focus, .logout a:active {
      color: #fff !important; }

#header {
  background-size: cover;
  width: 100%;
  position: relative;
  text-align: center;
  color: #fff; }
  #header .header-wrapper {
    display: table;
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.2); }
    #header .header-wrapper .header-wrapper-inner {
      display: table-row;
      position: relative; }
      #header .header-wrapper .header-wrapper-inner .header-caption {
        display: table-cell;
        vertical-align: middle;
        padding: 0 15px;
        width: 100%;
        text-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }
        #header .header-wrapper .header-wrapper-inner .header-caption h1 {
          font-size: 40px;
          line-height: 1;
          margin-bottom: 25px; }

.social {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px; }
  .social ul {
  	line-height: 1;
    padding-left: 0; }
    .social ul li {
      display: inline-block;
      list-style: none;
      margin-right: 40px;
      position: relative;
      text-align: center;
      width: 70px;
      height: 19px; }
      .social ul li:last-child {
        margin-right: 0; }
      .social ul li:before {
        position: absolute;
        content: "";
        top: 0; }
      .social ul li a {
        font-size: 20px;
        line-height: 2;
        color: #555;
        display: block;
        position: relative;
        text-shadow: none;
        -webkit-transition: all .5s ease;
                transition: all .5s ease; }
      .social ul li:hover a {
        color: #fff; }
      .social ul li:hover:before {
        background-color: #cc0000;
        border-color: #cc0000; }

*::-webkit-input-placeholder {
  color: #555;
  opacity: 1; }

*:-moz-placeholder {
  color: #555;
  opacity: 1; }

*::-moz-placeholder {
  color: #555;
  opacity: 1; }

*:-ms-input-placeholder {
  color: #555;
  opacity: 1; }

#check-form {
  background-color: #f1f1f1;
  padding: 20px 0;
  border-bottom: 1px dashed #ccc; }

.check-form {
  text-align: left;
  width: 100%;
  height: 50px;
  display: block; }
  .check-form input[type="text"] {
    width: 75%;
    border: 2px solid #555;
    border-right: none;
    -webkit-border-radius: 12px 0 0 12px;
            border-radius: 12px 0 0 12px;
    text-indent: 12px;
    background-color: transparent;
    outline: none;
    -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease;
    height: 50px;
    display: block;
    float: left;
    color: #555;
    font-size: 24px; }
    .check-form input[type="text"]:focus, .check-form input[type="text"]:hover {
      border-color: #555;
      background-color: #eee; }
  .check-form button {
    display: inline-block;
    float: right;
    height: 50px;
    padding: 0 10px;
    width: 25%; }
  .check-form .check-button {
    border: 2px solid #555;
    -webkit-border-radius: 0 12px 12px 0;
            border-radius: 0 12px 12px 0;
    position: relative;
    background: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ccc;
    font-size: 24px;
    -webkit-transition: all .5s ease;
            transition: all .5s ease;
    outline: none; }
    .check-form .check-button:hover, .check-form .check-button:focus, .check-form .check-button:active {
      color: #fff;
      background-color: #777;
      border-color: #777; }

.loader {
  background: url(../img/loader.gif) no-repeat center center;
  background-color: #fff !important;
  color: #fff !important;
  opacity: .7;
  -webkit-transition: all .5s ease;
          transition: all .5s ease; }

.result .limit {
	position: relative;
    padding-left: 45px;
}

.result {
  margin-top: 30px;
  font-size: 24px;
  color: #555;
  display: none; }
  .result .imei, .result .clean, .result .blacklisted {
    padding-left: 10px; }
  .result .imei {
    color: #000; }
  .result .clean, .result .blacklisted, .result .wrong-imei, .result .not-available {
    color: green;
    position: relative;}
    .result .clean:before, .result .blacklisted:before, .result .wrong-imei:before, .result .not-available:before, .result .limit:before {
      content: "\f058";
      color: green;
      font-family: "FontAwesome";
      padding-right: 20px;
      font-size: 26px;
      line-height: 1; }
  .result .blacklisted {
    color: red; }
    .result .blacklisted:before {
      content: "\f071";
      color: red; }
  .result .wrong-imei {
    color: #910707; }
    .result .wrong-imei:before {
      content: "\f00d";
      color: #910707; }
  .result .not-available {
    color: blue; }
    .result .not-available:before {
      content: "\f013";
      color: blue; }
  .result .limit {
    color: purple; }
    .result .limit:before {
      content: "\f0e4";
      color: purple; }

.result .wrong-imei span {
	color: #050505;
    font-weight: 900;
}

.result .brand a {
	font-size: 14px;
	left: 30px;
	top: -2px;
    position: relative;
}

@media only screen and (max-width: 560px) {
	.result .brand a {
		font-size: 10px;
		left: 5px;
		top: -2px;
	    position: relative;
	}
}

.result .brand a i{
	text-decoration: underline;
}

.result #info {
	margin-top: -15px;
	margin-bottom: -20px;
	color: #4f4f4f;
    font-size: 16px;
    font-weight: 600;
}

.result #info p span {
    margin-left: 27px;
    margin-right: 20px;
}

@media only screen and (max-width: 480px) {
	.result #info {
	    font-size: 12px;
	    font-weight: 600;
	}
	.result #info p span {
	    margin-left: 17px;
	    margin-right: 25px;
	}
}

.result #info a {
	text-decoration: underline;
}

.result .advert1 {
	margin-bottom: 20px;
	margin-top: 20px;
}

.result .advert2 {
	margin-top: 30px;
}

.table > tbody > tr > td {
  border-top: none;
  border-bottom: 1px solid #ddd; }

.clear-button, .recheck-button {
  border: 2px solid #555;
  -webkit-border-radius: 12px;
          border-radius: 12px;
  position: relative;
  background: #555;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ccc;
  font-size: 24px;
  -webkit-transition: all .5s ease;
          transition: all .5s ease;
  outline: none;
  display: block;
  width: 150px;
  height: 50px;
  margin: 18px auto 0; }
	.clear-button:hover, .clear-button:focus, .clear-button:active,
	.recheck-button:hover, .recheck-button:focus, .recheck-button:active {
    color: #fff;
    background-color: #777;
    border-color: #777; }

#instruction {
  background-color: #f6f6f6;
  padding: 90px 0;
  text-align: center;
  border-bottom: 1px dashed #ccc; }
  #instruction .instruction-item {
    position: relative; }
    #instruction .instruction-item .instruction-icon {
      position: relative;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      border: 1px solid #f1f1f1;
      width: 100px;
      height: 100px;
      margin: 0 auto;
      color: #ccc;
      font-size: 50px;
      line-height: 50px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-transition: all .5s ease;
              transition: all .5s ease; }
      #instruction .instruction-item .instruction-icon i {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin: -25px auto 0;
        -webkit-transition: all .5s ease;
                transition: all .5s ease; }
      #instruction .instruction-item .instruction-icon:hover {
        -webkit-box-shadow: 0 0 10px rgba(204, 0, 0, 0.7);
                box-shadow: 0 0 10px rgba(204, 0, 0, 0.7); }
        #instruction .instruction-item .instruction-icon:hover i {
          color: #cc0000; }
    #instruction .instruction-item h3 {
      position: relative;
      line-height: 1.3;
      margin-bottom: 20px; }
      #instruction .instruction-item h3:after {
        position: absolute;
        content: "";
        bottom: -12px;
        left: 50%;
        margin-left: -15px;
        width: 30px;
        height: 1px;
        background-color: #ccc; }
    #instruction .instruction-item p {
      margin: 0 auto;
      color: #555; }

.right-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 30px;
  right: -15px;
  font-size: 30px;
  line-height: 1;
  color: #ddd; }

#about {
  background-color: #f1f1f1;
  padding: 70px 0; }
  #about .about-title {
    text-align: center;
    margin-bottom: 80px; }
    #about .about-title h2 {
      text-transform: uppercase;
      font-size: 36px; }
    #about .about-title p {
      color: #555; }
  #about .about-img {
    width: 100%;
    height: 100%; }
    #about .about-img img {
      width: 100%;
      height: auto; }
  #about .about-list ul {
    list-style: none;
    padding-left: 0; }
    #about .about-list ul li {
      margin-bottom: 50px;
      position: relative;
      padding-left: 50px; }
      #about .about-list ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\f00c";
        font-family: "FontAwesome";
        width: 36px;
        height: 36px;
        font-size: 36px;
        line-height: 1; }

#faq {
  background-color: #eee;
  padding: 30px 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc; }
  #faq .faq-title {
    text-align: center;
    margin-bottom: 40px; }
    #faq .faq-title h2 {
      text-transform: uppercase;
      font-size: 36px; }
    #faq .faq-title p {
      color: #555;
      padding-top: 10px;
      font-size: 16px; }
  #faq .panel {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  #faq .trigger-down:before {
    font-family: "FontAwesome";
    content: "\f0d7";
    float: left;
    color: grey;
    margin-right: 5px;
    width: 7px; }
  #faq .trigger-right:before {
    font-family: "FontAwesome";
    content: "\f0da";
    float: left;
    color: grey;
    margin-right: 5px;
    width: 7px; }
  #faq .spoiler-trigger {
    text-decoration: none;
    font-size: 15px;
    color: #000; }
    #faq .spoiler-trigger:hover {
      color: #cc0000; }

#contact-form {
  background-color: #f1f1f1;
  padding: 20px 0; }
  #contact-form .contact-title {
    text-align: center;
    margin-bottom: 30px; }
    #contact-form .contact-title h2 {
      text-transform: uppercase;
      margin-bottom: 30px;
      font-size: 36px; }
    #contact-form .contact-title p {
      text-align: justify;
      font-size: 17px;
      color: #555; }
  #contact-form form {
    text-align: left; }
    #contact-form form label {
      color: black;
      font-weight: bold;
      line-height: 1;
      margin-bottom: 11px; }
    #contact-form form input[type="text"],
    #contact-form form input[type="email"],
    #contact-form form textarea {
      display: block;
      width: 100%;
      border: 2px solid #555;
      -webkit-border-radius: 12px;
              border-radius: 12px;
      text-indent: 12px;
      background-color: #fbfbfb;
      outline: none;
      -webkit-transition: all .5s ease;
              transition: all .5s ease;
      height: 50px; }
      #contact-form form input[type="text"]:focus, #contact-form form input[type="text"]:hover,
      #contact-form form input[type="email"]:focus,
      #contact-form form input[type="email"]:hover,
      #contact-form form textarea:focus,
      #contact-form form textarea:hover {
        border-color: #555; }
    #contact-form form textarea {
      height: 138px;
      padding-top: 5px;
      margin-bottom: 40px; }
    #contact-form form .form-group {
      position: relative;
      margin-bottom: 30px; }
    #contact-form form button {
      height: 50px;
      padding: 0;
      width: 100%;
      border: none;
      -webkit-border-radius: 12px;
              border-radius: 12px;
      background-color: #555;
      color: #eee;
      font-size: 24px;
      text-transform: uppercase;
      outline: none;
      -webkit-transition: all .5s ease;
              transition: all .5s ease; }
      #contact-form form button:hover, #contact-form form button:focus, #contact-form form button:active {
        color: #fff;
        background-color: #777; }
    #contact-form form .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
      width: 100%; }
    #contact-form form .btn-default {
      background-color: #fbfbfb;
      font-size: 14px;
      border: 2px solid #555;
      color: #555;
      text-indent: 12px;
      text-transform: none;
      outline: none !important; }
      #contact-form form .btn-default:hover, #contact-form form .btn-default:focus, #contact-form form .btn-default:active {
        color: #555;
        background-color: #fff;
        -webkit-box-shadow: none;
                box-shadow: none; }
    #contact-form form .btn-group.open .dropdown-toggle {
      -webkit-box-shadow: none;
              box-shadow: none; }
      #contact-form ::-webkit-input-placeholder {
	  color: #aaa;
	  opacity: 1; }
	
	#contact-form :-moz-placeholder {
	  color: #aaa;
	  opacity: 1; }
	
	#contact-form ::-moz-placeholder {
	  color: #aaa;
	  opacity: 1; }
	
	#contact-form :-ms-input-placeholder {
	  color: #aaa;
	  opacity: 1; }

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: rgba(255, 255, 255, 0.5);
  display: none; }
  .preloader:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    content: "";
    z-index: 1050;
    background: url(../img/loader.gif) no-repeat center center; }

#footer {
  background: #111;
  padding: 20px 0;
  color: #7e7e7e; }
  #footer a {
    text-decoration: none;
    color: #7e7e7e;
    -webkit-transition: all .5s ease;
            transition: all .5s ease; }
    #footer a:hover {
      color: #cc0000; }
  #footer .footer-item {
    text-align: center; }
    #footer .footer-item h3 {
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 20px;
      text-align: center; }
    #footer .footer-item .footer-list a {
      display: block;
      line-height: 2; }
    #footer .footer-item .footer-list ul {
      padding-left: 20px;
      list-style: none;
      padding-left: 0; }
      #footer .footer-item .footer-list ul li {
        line-height: 2; }
    #footer .footer-item .phone {
      padding-left: 40px;
      position: relative;
      width: 160px;
      margin: 0 auto 10px; }
      #footer .footer-item .phone:before {
        position: absolute;
        top: 50%;
        margin-top: -18px;
        left: 0;
        content: "\f10b";
        font-family: "FontAwesome";
        width: 36px;
        height: 36px;
        font-size: 36px;
        line-height: 1;
        text-align: center;
        color: #cc0000; }
    #footer .footer-item .email {
      position: relative;
      padding-left: 40px;
      width: 160px;
      margin: 0 auto; }
      #footer .footer-item .email:before {
        position: absolute;
        top: 50%;
        margin-top: -12px;
        left: 0;
        content: "\f0e0";
        font-family: "FontAwesome";
        width: 36px;
        height: 24px;
        font-size: 24px;
        line-height: 1;
        text-align: center;
        color: #cc0000; }
  #footer .footer-social {
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
    display: inline-block; }
    #footer .footer-social ul {
      padding-left: 0; }
      #footer .footer-social ul li {
        display: inline-block;
        list-style: none;
        margin-right: 15px;
        position: relative;
        text-align: center;
        width: 24px;
        height: 24px; }
        #footer .footer-social ul li:last-child {
          margin-right: 0; }
        #footer .footer-social ul li:before {
          position: absolute;
          content: "";
          top: 0;
          left: 0;
          width: 24px;
          height: 24px;
          border: 1px solid #fff;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
                  box-shadow: 5px 0 5px rgba(0, 0, 0, 0.3);
          -webkit-transition: all .5s ease;
                  transition: all .5s ease; }
        #footer .footer-social ul li a {
          font-size: 12px;
          line-height: 2;
          color: #fff;
          display: block;
          position: relative;
          text-shadow: none;
          -webkit-transition: all .5s ease;
                  transition: all .5s ease; }
        #footer .footer-social ul li:hover a {
          color: #555; }
        #footer .footer-social ul li:hover:before {
          background-color: #fff; }
  #footer .copyright {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center; }

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  #about .about-list ul li {
    margin-bottom: 10px; }
    #record_captch_wrapper {
    margin-left: 10% !important;} }

/* Medium Devices, Desktops */
@media only screen and (max-width: 1080px) {
  #about .about-img {
    margin-bottom: 40px; }
  #about .about-list ul li {
    margin-bottom: 40px; }
  .navbar .navbar-brand {
    margin-right: 20px; } }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /*Disable Animation on Mobile Devices*/
  .animated {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important; }
  .navbar {
    padding: 0; }
    .navbar .navbar-nav {
      background-color: rgba(0, 0, 0, 0.5);
      border: none; }
      .navbar .navbar-nav li {
        border-top: 1px solid rgba(255, 255, 255, 0.3); }
        .navbar .navbar-nav li a {
          -webkit-transition: all ease .5s;
                  transition: all ease .5s; }
          .navbar .navbar-nav li a:hover, .navbar .navbar-nav li a:focus, .navbar .navbar-nav li a:active {
            color: #fff;
            background-color: rgba(255, 255, 255, 0.2); }
  .right-arrow {
    display: none; }
  .instruction-item {
    margin-bottom: 40px; }
    .instruction-item:last-child {
      margin-bottom: 0; }
  .register, .login, .logout {
    border: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    margin: 0; }
    .register:hover, .register:focus, .register:active, .login:hover, .login:focus, .login:active, .logout:hover, .logout:focus, .logout:active {
      background-color: transparent; }
      .register:hover a, .register:focus a, .register:active a, .login:hover a, .login:focus a, .login:active a, .logout:hover a, .logout:focus a, .logout:active a {
        color: #fff !important; }
    .register a, .login a, .logout a {
      padding: 10px 15px !important; }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0 !important;
    padding: 0 !important; }
  .navbar .navbar-nav {
    display: block !important; }
  .navbar .navbar-collapse {
    text-align: left !important; }
    #captch_wrapper {
    margin-left: 10% !important;} }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  #header .header-wrapper .header-wrapper-inner .header-caption h1 {
    font-size: 35px; }
  .social ul li {
    margin-right: 16px; }
  .check-form input[type="text"] {
    font-size: 18px; }
  .check-form .check-button {
    font-size: 18px; }
  .result {
    font-size: 14px; }
    .result .clean:before, .result .blacklisted:before, .result .wrong-imei:before, .result .not-available:before, .result .limit:before {
      font-size: 14px;
      padding-right: 10px; } 
      #captch_wrapper {
    	margin-left: 0px !important;}}
      
@media only screen and (max-width: 400px) {
	#captc{
		margin-left: 5px !important;
	}
	.captc_not_selected{
	width: 310px !important;}

  }

/* Custom, iPhone Retina */
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */


.active {
	color: #ff4c4c !important;
}

.iphone_header {
	background: #000A21;
	background: -webkit-linear-gradient(to left, #000A21 , #000000);
	background: linear-gradient(to left, #000A21 , #000000);
	height: 250px;
}

.iphone_header i {
	padding-right: 3%;
}

.lostolen_header {
	background: #264d81;
	height: 250px;
}

.lostolen_header i {
	padding-right: 10px;
}

.lostolen_header p {
	font-size: 18px;
	color: black;
	font-family: "RobotoBold";
}

.lostolen_header .lostolen_wrapper{
	background: #264d81 !important;
}

.common_header {
	background: url(../img/header-bg.jpg) no-repeat center center;
	height: 250px;
}

.result-buttons {
	margin-top: 20px;
}

.result-buttons p {
	font-size: 17px;
    color: black;
    padding-left: 40px;
    margin-top: 17px;
}

.result-buttons p:before {
	position: absolute;
	top: 35%;
	margin-top: -2px;
	left: 0px;
	content: "\f0f6";
	color: #900101;
	font-family: "FontAwesome";
	width: 26px;
	height: 26px;
	font-size: 40px;
	line-height: 1;
}

a {
	outline: none !important;
}

.share-button {
	color: #0377DE;
	-webkit-transition: all .5s ease;
					transition: all .5s ease;
	outline: none;
	text-decoration: underline;
	
 }
.share-button:hover, .share-button:focus, .share-button:active {
	color: red;
	text-decoration: underline;
}

#share-form {
	position: relative;
	max-width: 650px;
	margin: 0 auto;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
					box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	background-color: #ebe8da;
	-webkit-border-radius: 6px;
					border-radius: 6px;
	padding: 10px;
	text-align: center; }
	#share-form .form-wrap{
		background-color: #fff;
		padding: 18px; }

			#share-form .form-wrap input[type="text"] {
				width: 100%;
				margin: 10px auto 5px;
				border: 2px solid #555;
				-webkit-border-radius: 12px;
								border-radius: 12px;
				text-indent: 12px;
				background-color: transparent;
				outline: none;
				-webkit-transition: all 0.5s ease;
								transition: all 0.5s ease;
				height: 40px;
				display: block;
				float: left;
				color: #555;
				font-size: 16px;
			}

#share-form h2, #share-form h3 {
	font-size: 24px;
	margin-top: 10px;
}

#share-form p {
	margin-bottom: 20px;
	text-align: justify;
	padding-top: 10px;
}

#share-form .share-social {
	padding-left: 0;
	list-style: none;
	margin-bottom: 20px;
}

#share-form .share-social li {
	display: inline-block;
}

#share-form .share-social li a {
	display: block;
	font-size: 24px;
	margin: 0 5px;
}

#share-form .share-social li a .fa-facebook-square {
	color: #1506a1;
}

#share-form .share-social li a .fa-twitter-square {
	color: #12bbc6;
}

#share-form .share-social li a .fa-vk {
	color: #6383a8;
}

#share-form .share-social li a .fa-reddit-square {
	color: #b8d7f5;
}

#share-form .share-social li a .fa-google-plus-square {
	color: #c81c1c;
}


#share-form .radio {
	margin: 10px 0;
	text-align: left;}
	#share-form .radio label {
		font-weight: 600;
		display: block;
		cursor: pointer;
		position: relative;
		padding-left: 25px;
		margin-right: 20px;
		margin-bottom: 10px;
		font-size: 14px;
		color: #909090;
		-webkit-transition: all .5s ease;
			transition: all .5s ease;
	}
		#share-form .radio label:before {
			content: "";
			display: inline-block;
			width: 16px;
			height: 16px;
			margin-right: 10px;
			position: absolute;
			left: 0;
			top: 3px;
			background-color: #fff;
			border: 2px solid #555;
			-webkit-border-radius: 50%;
							border-radius: 50%; }
		#share-form .radio label:hover {
			color: #444444; }
			#share-form .radio label:hover:before {
				content: "\2022";
				color: #555;
				font-size: 36px;
				text-align: center;
				line-height: 10px; }
	#share-form .radio input[type="radio"] {
		display: none; }
	#share-form .radio input[type="radio"]:checked + label {
		color: #444444; }
	#share-form .radio input[type="radio"]:checked + label:before {
		content: "\2022";
		color: #555;
		font-size: 36px;
		text-align: center;
		line-height: 10px; }

.generate-button {
	border: 2px solid #555;
	-webkit-border-radius: 12px;
					border-radius: 12px;
	position: relative;
	background: #555;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ccc;
	font-size: 24px;
	-webkit-transition: all .5s ease;
					transition: all .5s ease;
	outline: none;
	display: inline-block;
	width: 180px;
	height: 50px;
	margin: 10px auto 10px; }
	.generate-button:hover, .generate-button:focus, .generate-button:active {
		color: #fff;
		background-color: #777;
		border-color: #777; }





/* Popup fade */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
					transition: all 0.3s ease-out; }
	.mfp-fade.mfp-bg.mfp-ready {
		opacity: 0.8; }
	.mfp-fade.mfp-bg.mfp-removing {
		opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
					transition: all 0.3s ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0; }


/* Report Page */
.report-table {
  display: block;
}

.stars-text {
  font-size: 12px;
  margin-top: 30px;
  text-align: left;
}

.stars-text a{
	text-decoration: underline;
}

.stars-text a i{
	padding-right: 5px;
}


.report-instruction {
  background-color: #f6f6f6;
  padding: 40px 0 60px;
  text-align: center;
  border-bottom: 1px dashed #ccc; }
  .report-instruction .instruction-item {
    margin-bottom: 20px;
    position: relative; }
    .report-instruction .instruction-item .instruction-icon {
      position: relative;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      border: 1px solid #f1f1f1;
      width: 100px;
      height: 100px;
      float: left;
      color: #ccc;
      font-size: 50px;
      line-height: 50px;
      margin-right: 40px;
      margin-bottom: 20px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      -webkit-transition: all .5s ease;
              transition: all .5s ease; }
      .report-instruction .instruction-item .instruction-icon i {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        margin: -25px auto 0;
        -webkit-transition: all .5s ease;
                transition: all .5s ease; }
      .report-instruction .instruction-item .instruction-icon:hover {
        -webkit-box-shadow: 0 0 10px rgba(204, 0, 0, 0.7);
                box-shadow: 0 0 10px rgba(204, 0, 0, 0.7); }
        .report-instruction .instruction-item .instruction-icon:hover i {
          color: #cc0000; }
    .report-instruction .instruction-item h3 {
      position: relative;
      text-transform: uppercase;
      margin-bottom: 20px; }
      .report-instruction .instruction-item h3:after {
        position: absolute;
        content: "";
        bottom: -12px;
        left: 50%;
        margin-left: -15px;
        width: 30px;
        height: 1px; }
    .report-instruction .instruction-item p {
      text-align: left;
      font-size: 16px; }


.report-title, .instruction-title {
  text-align: center;
  margin-bottom: 10px; }
  .report-title h2, .instruction-title h2 {
    text-transform: uppercase;
    font-size: 32px; }
  .report-title p, .instruction-title p {
    margin-top: 20px;
    color: #555;
    font-size: 18px; }

.instruction-title {
  margin-bottom: 20px; }
  
.lastCheck {
	margin-top: 40px;
}

#share-form .imei-number {
	color: #645D83;
}
#share-form .share_link {
	height: 140px;
}

.recheck-link {
	font-weight: 600;
    color: #043D8B;
    cursor: pointer;
    text-decoration: underline;
}

/* Recheck CSS*/
.recheck-link:hover {
	color: red;
}

#recheck {
	padding: 40px 0 60px;
	background-color: #e6e6e6;
	border-bottom: 1px dashed #ccc;
	display: none;
	width: 100%;
}

.alert_center {
	text-align: center;
}

@media (max-width: 1040px) and (min-width: 768px) {
.hidden-menu {
    display: none!important;
}}

@media (max-width: 1180px) and (min-width: 768px) {
.hidden-menu1 {
    display: none!important;
}}

@media (max-width: 910px) and (min-width: 768px) {
.hidden-menu3 {
    display: none!important;
}}


#user-panel {
	background-color: #f1f1f1;
	margin-top: 50px;
	padding: 5px 0;
	-webkit-box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.25);
	box-shadow: inset 0px 5px 8px 0px rgba(0,0,0,0.25);
	height: 70px;
	position: relative;
}

.border-right {
	border-right: 1px solid #ccc;
	height: 60px;
}


/* Username */
#user-panel .username-block {
	margin-top: 10px;
	float: right;
	margin-right: 120px;
}

#user-panel .username {
	font-size: 18px;
	line-height: 1;
	margin-bottom: 2px;
	min-width: 70px;
}

#user-panel .account {
	position: relative;
}

#user-panel .account .title {
	text-decoration: underline;
	font-size: 12px;
	color: #999;
	transition: all .5s ease;
	line-height: 1;
}

#user-panel .account .my-plans {
	position: relative;
	text-decoration: none;
}

#user-panel .account .my-plans:hover {
	color: #555;
}

#user-panel .number-span {
	font-weight: 600;
    color: #08003c;
}

#user-panel .account .my-plans:after {
	content: '\f0d7';
	font-family: FontAwesome;
	margin-left: 5px;
}

#user-panel .account .my-plans.arrow-top:after {
	content: '\f0d8';
	font-family: FontAwesome;
	margin-left: 5px;
}

#user-panel .account .my-plans.small-loader:after {
	content: '\f110';
	font-family: FontAwesome;
	margin-left: 5px;
	-webkit-animation: cssAnimation 1s 16 linear;
	-moz-animation: cssAnimation 1s 16 linear;
	-o-animation: cssAnimation 1s 16 linear;
	position: relative;
}

#user-panel .account .my-plans.small-loader:after {
	position: absolute;
	top: 3px;
	right: -16px;
	-webkit-animation:spin 2s linear infinite;
    -moz-animation:spin 2s linear infinite;
    animation:spin 2s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#user-panel .account .my-plans-dropdown {
	display: none;
	position: absolute;
	top: 35px;
	left: -15px;
	background-color: #e6e6e6;
	z-index: 2;
	padding: 15px;
	width: 300px;
	max-height: 280px;
	-webkit-box-shadow: 10px 20px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow: 10px 20px 5px 0px rgba(0,0,0,0.15);
	box-shadow: 10px 20px 5px 0px rgba(0,0,0,0.15);
	overflow-y: auto
}

#user-panel .account .my-plans-dropdown .plan-item {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#user-panel .account .my-plans-dropdown .plan-item:last-child {
	border-bottom: none;
}

#user-panel .account .my-plans-dropdown .plan-item-top {
	margin-bottom: 5px;
}

#user-panel .account .my-plans-dropdown .plan-item .plan-item-title {
	float: left;
}

#user-panel .account .my-plans-dropdown .plan-item .status {
	float: right;
	background-color: #cc0000;
	color: #fff;
	padding: 0 5px;
	font-size: 10px;
	margin-top: 3px;
}

#user-panel .account .my-plans-dropdown .plan-item .activePlan {
	background-color: green;
}

#user-panel .account .my-plans-dropdown .plan-item .expired {
	background-color: #cc0000;
}

#user-panel .account .my-plans-dropdown .plan-item .start-date {
	font-size: 12px;
	color: #999;
	line-height: 1.6;
	float: left;
}

#user-panel .account .my-plans-dropdown .plan-item .dailyExpiration i{
	padding-right: 5px;
	color: #046c04;
}

#user-panel .account .my-plans-dropdown .plan-item .dailyExpiration {
	font-size: 12px;
	color: black;
    font-weight: 600;
	line-height: 1.6;
	padding-top: 30px;
}

#user-panel .account .my-plans-dropdown .plan-item .plan-info {
	font-size: 12px;
	color: #999;
	line-height: 1.2;
	float: right;
}

#user-panel .account .my-plans-dropdown .plan-item .plan-info ul {
	padding-left: 0;
	list-style: none;
}

#user-panel .account .my-plans-dropdown .plan-item .plan-info ul li span{
	color: #212121;
}


/* More Checks */
#user-panel .get-more-checks {
	text-align: center;
	margin-top: 20px;
}

#user-panel .get-more-checks p {
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1;
}

#user-panel .get-more-checks .more-checks-button {
	border-radius: 7px;
	position: relative;
	background: #555;
	letter-spacing: 1px;
	color: #ccc;
	font-size: 14px;
	transition: all .5s ease;
	outline: none;
	padding: 3px 10px;
	line-height: 1;
}

#user-panel .get-more-checks .more-checks-button:hover,
#user-panel .get-more-checks .more-checks-button:active {
	color: #fff;
	background-color: #777;
	text-decoration: none;
}

#user-panel .get-more-checks .more-checks-button:focus {
	text-decoration: none;
}

/* Logout */
#user-panel .logout-button,
#user-panel .user-panel-button {
	border: 2px solid #555;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	color: #555;
	font-size: 16px;
	height: 34px;
	line-height: 30px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	outline: none;
	padding: 0 15px;
	display: block;
	text-align: center;
	width: 110px;
	margin-top: 13px;
	float: right;
}

#user-panel .logout-button i,
#user-panel .user-panel-button i {
	margin-right: 5px;
}

#user-panel .logout-button:hover, 
#user-panel .logout-button:focus, 
#user-panel .logout-button:active,
#user-panel .user-panel-button:hover, 
#user-panel .user-panel-button:focus, 
#user-panel .user-panel-button:active {
	color: #fff;
	background-color: #777;
	border-color: #777;
	text-decoration: none;
}

.logout-button {
	margin-right: 15px;
}

#user-panel .user-panel-button {
	width: 200px;
	float: none;
	margin: 13px auto 0;
}

/* Info Block */
#user-panel .information-block {
	font-size: 14px;
	line-height: 1.4;
	width: 240px;
	margin: 8px auto 0;
}

#user-panel .information-block:last-child {
	margin-top: 5px;
}

#user-panel .tooltip-inner{
	min-width: 150px;
}

#user-panel .tooltip-area {
	margin-left: 3px;
	cursor: pointer;
	color: #fff;
	font-size: 14px;
	height: 20px;
	width: 20px;
	display: inline-block;
	border-radius: 50%;
	background-color: #111;
	line-height: 20px;
	text-align: center;
}

/* Small Devices, Tablets */
@media only screen and (max-width: 1200px) {
	#user-panel .information-block {
		font-size: 13px;
	}

	#user-panel .logout-button {
		padding: 0 5px;
		width: 90px;
	}
}

@media only screen and (max-width: 992px) {
	#user-panel .username-block {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	#user-panel {
		height: auto;
	}

	#user-panel .username-block {
		text-align: center;
		margin-bottom: 10px;
		float: none;
		margin-right: 0;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
	}

	#user-panel .get-more-checks {
		max-width: 100%;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
	}

	#user-panel .logout-button, #user-panel .user-panel-button {
		float: none;
		margin: 15px auto;
	}

	#user-panel .information-block {
		text-align: center;
		width: 100%;
	}

	#user-panel .information-block:last-child {
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
	}

	#user-panel .account .my-plans-dropdown {
		position: relative;
		width: 100%;
		box-shadow: none;
		top: auto;
		left: auto;
		float: none;
	}

	.border-right {
		height: auto;
	}

	#free-account .username-block {
		border-bottom: none;
		padding-bottom: 0;
		//margin-bottom: 0;
	}

	#free-account .get-more-checks {
		border-bottom: none;
		padding-bottom: 0;
		//margin-bottom: 0;
	}

	#free-account .logout-button {
		margin: 13px auto 0;
	}

}


@media only screen and (max-width: 600px) {
	#free-account .col-xs-3,
	#free-account .col-xs-6 {
		width: 100%;
	}

#record_captch_wrapper #captc, #record_captch_wrapper #captc1, #record_captch_wrapper #captc2{
		margin-left: 0px !important;
	}

	#free-account .username-block {
		text-align: center;
		margin-bottom: 10px;
		float: none;
		margin-right: 0;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
	}

	#free-account .get-more-checks {
		max-width: 100%;
		margin-bottom: 10px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
	}
	
	#free-account .logout-button {
		float: none;
		margin: 5px auto 10px; 
	}
	#record_captch_wrapper {
    margin-left: 0% !important;}
}

.facebookSocialForm {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}

.gmailSocialForm{
  padding-left: 25px;
  padding-right: 25px;
}

.facebookSocialForm .facebook_button {
	margin-top: 20px;
	height: 60px;
    line-height: 3.5;
	border-radius: 2px;
    border: 1px solid;
	border-color: #3B5998;
    border-bottom-color: #263a63;
    background-color: #3b5998;
    color: #fff;
    display: block;
    border-radius: 2px;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
}

.facebookSocialForm .facebook_button:HOVER {
	background-color: #4b6eb8;
}

.facebookSocialForm .facebook_button .text-container{
	font-size: 17px;
}

.facebookSocialForm .facebook_button i {
	float: left;
	font-size: 21px;
    background-color: #314c87;
    width: 60px;
    line-height: 2.8;
}

.gmailSocialForm .gmail_button {
	color: #4d4d52;
	margin-top: 10px;
	height: 60px;
    line-height: 3.5;
    display: block;
    border-radius: 2px;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    text-decoration: none; 
}

.gmailSocialForm .gmail_button:HOVER{
	color: #a50505;
}

.gmailSocialForm .gmail_button .gmail_icon {
	border-right: 1px solid;
    float: left;
    font-size: 21px;
    width: 60px;
    line-height: 2.8;
    background-color: #e9e9e9;
}

.gmailSocialForm .gmail_button .text-container {
	font-size: 17px;
}

#captch_wrapper{
	margin-left: 20%;
}

#captch_wrapper #captc{
	margin-left: 60px;
	width: 320px;
	padding-top: 40px;
	z-index: 2;
	position: relative;
}

#captch_wrapper .captc_not_selected {
	-webkit-border-radius: 12px 5px 5px 12px;
	display: none;
    border-radius: 12px 5px 5px 12px;
    border: 2px solid #d3d3d3;
    height: 110px;
    top: 63px;
    padding: 4px 0px 0px 13px;
	position: absolute;
    z-index: 1;
    width: 370px;
    text-align: left;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 257px 16px;
    background-image: url(../img/capt_arrow1.png);
    background-position: 13px 25px;
    background-color: #f5d6d7;
    color: #780000;
}

#record_captch_wrapper {
	margin-left: 15%;
}

#record_captch_wrapper #captc, #record_captch_wrapper #captc1, #record_captch_wrapper #captc2{
	margin-left: 60px;
	width: 320px;
	padding-bottom: 40px;
	z-index: 2;
	position: relative;
}

#record_captch_wrapper .captc_not_selected {
	-webkit-border-radius: 12px 5px 5px 12px;
	display: none;
    border-radius: 12px 5px 5px 12px;
    border: 2px solid #d3d3d3;
    height: 110px;
    bottom: 117px;
    padding: 4px 0px 0px 13px;
	position: absolute;
    z-index: 1;
    width: 370px;
    text-align: left;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 257px 16px;
    background-image: url(../img/capt_arrow1.png);
    background-position: 13px 25px;
    background-color: #f5d6d7;
    color: #780000;
}

.record_link {
	font-size: 14px;
    padding-left: 30px;
}
.record_link i {
	padding-right: 5px;
}

.record_link span {
	text-decoration: underline;
}

.record_link br {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.record_link br {
		display: block;
	}
	
	.record_link {
		font-size: 14px;
	    top: -16px;
	    left: 48px;
	    position: relative;
	}
}

@media only screen and (max-width: 480px) {
	.record_link {
	    font-size: 10px;
	    top: -5px;
	    position: relative;
	    left: 3px;
	}
}

.carrier_links {
	display: none;
	margin-top: 40px;
	margin-bottom: 20px;
}

.carrier_link_button{
	cursor: pointer;
	line-height: 18px;
	color: black;
	text-align: center;
    padding: 1px 0px 0px 40px;
	border: 2px solid #878787;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    background: white;
    font-size: 15px;
    width: 100%;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
	.carrier_link_button span {
		display: none;
	}
}

@media only screen and (max-width: 480px) {
	.carrier_link_button {
		height: 30px;
		font-size: 10px;
		width: 120%;
		line-height: 10px;
		padding: 3px 0px 0px 20px;
	}
}

.att_link_button{
	background-image: url(../img/att_small.png);
}
.sprint_link_button{
	background-image: url(../img/sprint_small.png);
}
.tmobile_link_button{
	background-image: url(../img/tmobile_small.jpg);
}

.tmobile-alert {
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.tmobile-alert:before {
	color: #bd0606;
	content: "\f12a";
    font-family: "FontAwesome";
    padding-right: 3px;
    font-size: 23px;
    line-height: 1;
}