html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  vertical-align: baseline;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
body {
  background: white;
  line-height: 1;
  color: black;
}
ol, ul {
  list-style: none;
}
/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: normal;
  text-align: left;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
.form-group{
  overflow: hidden;
}
/**********************************
*FONTS
*********************************/
/* font-family: "GothamProRegular"; */
@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamPro/GothamPro.eot");
  src: url("../fonts/GothamPro/GothamPro.eot?#iefix")format("embedded-opentype"), url("../fonts/GothamPro/GothamPro.woff") format("woff"), url("../fonts/GothamPro/GothamPro.ttf") format("truetype"),url("../fonts/GothamPro/GothamPro.svg");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "GothamProMedium"; */
@font-face {
  font-family: "GothamProMedium";
  src: url("../fonts/GothamProMedium/GothamPro-Medium.eot");
  src: url("../fonts/GothamProMedium/GothamPro-Medium.eot?#iefix")format("embedded-opentype"), url("../fonts/GothamProMedium/GothamPro-Medium.woff") format("woff"), url("../fonts/GothamPro/GothamProMedium.ttf") format("truetype"),url("../fonts/GothamProMedium/GothamPro-Medium.svg");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "GothamProLight"; */
@font-face {
  font-family: "GothamProLight";
  src: url("../fonts/GothamProLight/GothamPro-Light.eot");
  src: url("../fonts/GothamProLight/GothamPro-Light.eot?#iefix")format("embedded-opentype"), url("../fonts/GothamProLight/GothamPro-Light.woff") format("woff"), url("../fonts/GothamPro/GothamProLight.ttf") format("truetype"),url("../fonts/GothamProLight/GothamPro-Light.svg");
  font-style: normal;
  font-weight: normal;
}
/******************************
*Aditional parameters
*********************************/
* {
  font-family: "GothamPro", sans-serif;
}
a {
  color: inherit;
}
a:focus, a:hover {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
.container {
  width: 1260px;
  max-width: 100%;
}
body, html {
  background: #F9F9F9;
}
.vertical-alignment-span {
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.main-title {
  color: #40143f;
  font-size: 18px;
  font-family: "GothamProMedium", sans-serif;
  margin-bottom: 20px;
}
p {
  font-size: 13px;
  color: #414141;
  line-height: 1.2;
}
.button-blue {
  width: 175px;
  height: 40px;
  background: #7d3a7c;
  color: #fff;
  font-family: "GothamProMedium", sans-serif;
  font-size: 15px;
  border: none;
}
.button-blue:hover {
  background: #40143f;
}
/************************************************
*
*
*
*General
*
*
*
************************************************/

img.logo-icon {
  height: 35px;
  margin: 0;
}

/******************************
*Tabs
********************************/
.main-block__tabs {
  padding: 0;
}
.main-block__tabs ul {
  width: 100%;
  
}
.main-block__tabs ul li {
  width: 100%;
  height: 75px;
  border: 1px solid #cccccc;
  margin-bottom: 10px;
  cursor: pointer;
  background: #FFF;
  position: relative;
}
.main-block__tabs ul li.active,.main-block__tabs ul li:hover {
  border: 1px solid #7d3a7c;
}
.main-block__tabs ul li.active:after,.main-block__tabs ul li:hover:after,
.main-block__tabs ul li.active:before,.main-block__tabs ul li:hover:before  {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.main-block__tabs ul li.active:after,.main-block__tabs ul li:hover:after {
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #fff;
  border-width: 8px;
  margin-top: -8px;
}
.main-block__tabs ul li.active:before,.main-block__tabs ul li:hover:before {
  border-color: rgba(63, 166, 209, 0);
  border-left-color: #7d3a7c;
  border-width: 9px;
  margin-top: -9px;
} 
.main-block__tabs .left {
  border-left: 3px solid #cccccc;
  border-right: 1px solid #cccccc;
  width: 80px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.main-block__tabs ul li.active .left,.main-block__tabs ul li:hover .left{
  border-left: 3px solid #7d3a7c;
  border-right: 1px solid #7d3a7c;
}
.main-block__tabs .right {
  width: 220px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.main-block__tabs .right p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  max-width: 97%;
  font-family: "GothamProMedium", sans-serif;
  font-size: 14px;
  color: #4E4E4E;
}
.main-block__tabs ul li.active .right p, .main-block__tabs ul li:hover .right p {
  color: #7d3a7c;
}


/*****Tabs images*****************/
.main-block__tabs li .left {
  background-color: #FFF;
  background-position: center;
  background-repeat: no-repeat;
}
.sprite {
  background-image: url('../images/tabs/spritesheet.png');
  background-repeat: no-repeat;
  display: block;
  width: 35px;
  height: 35px;
  margin: 19px auto;
}

.sprite-lock {
  background-position: -5px -5px;
}

.main-block__tabs li:hover .left .sprite-lock,
.main-block__tabs li.active .left .sprite-lock {
  background-position: -50px -5px;
}

.sprite-photo {
  background-position: -95px -5px;
}

.main-block__tabs li:hover .left .sprite-photo,
.main-block__tabs li.active .left .sprite-photo {
  background-position: -5px -50px;
}

.sprite-search {
  background-position: -50px -50px;
}

.main-block__tabs li:hover .left .sprite-search,
.main-block__tabs li.active .left .sprite-search {
  background-position: -95px -50px;
}

.sprite-sim {
  background-position: -5px -95px;
}

.main-block__tabs li:hover .left .sprite-sim,
.main-block__tabs li.active .left .sprite-sim {
  background-position: -50px -95px;
}

.sprite-sms {
  background-position: -95px -95px;
}

.main-block__tabs li:hover .left .sprite-sms,
.main-block__tabs li.active .left .sprite-sms {
  background-position: -140px -5px;
}

.sprite-sound {
  background-position: -140px -50px;
}

.main-block__tabs li:hover .left .sprite-sound,
.main-block__tabs li.active .left .sprite-sound {
  background-position: -140px -95px;
}

.sprite-wipe {
  background-position: -5px -140px;
}

.main-block__tabs li:hover .left .sprite-wipe,
.main-block__tabs li.active .left .sprite-wipe {
  background-position: -50px -140px;
}

.navbar-toggle {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.navbar .email a {
  text-align: center;
}
nav.navbar.navbar-default {
  background: #40143f;
}
.navbar-default .navbar-nav > li > a{
  color: #FFFFFF;
}
.navbar-default .navbar-nav > li > a:hover{
  font-weight: bold;
  color: #FFFFFF;
}
.navbar .email a img {
  width: 140px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:1260px) {
  .main-block__tabs .left {
    width: 60px;
  }
  .main-block__tabs .right {
    width: 170px;
  }
  .main-block__tabs .right p {
    width: 160px;
  }
}
@media screen and (max-width:991px) {
  .main-block__tabs ul li {
    width: 250px;
    float: left;
    min-width: 30%;
    margin-right: 15px;
  }
  .main-block__tabs ul li:nth-child(3n) {
    margin-right: 0;
  }
  .main-block__tabs {
    padding-left: 15px;
  }
  .main-block__tabs ul li.active:after, 
  .main-block__tabs ul li:hover:after, 
  .main-block__tabs ul li.active:before, 
  .main-block__tabs ul li:hover:before {
    display: none;
  }
}
@media screen and (max-width:800px) {
  .main-block__tabs ul li, .main-block__tabs ul li:nth-child(3n) {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  p {
    font-size: 12px;
  }
} 
@media screen and (max-width:767px) {
  .logo {
    padding-left: 15px;
  } 
  .main-block__tabs ul li {
    height: auto;
  }
  .main-block__tabs li .left {
    display: none;
  }
  .main-block__tabs .right,
  .main-block__tabs .right p {
    width: 100%;
  }
  .main-block__tabs ul li, .main-block__tabs ul li:nth-child(3n) {
    padding: 5px;
    text-align: center;
  }
  .vertical-alignment-span {
    display: none;
  }
}
@media screen and (max-width:530px) {
  .main-block__tabs ul li,.main-block__tabs ul li:nth-child(3n) {
    float: none;
    margin: 0 auto;
    margin-bottom: 3px;
  }
  .main-block__tabs {
    padding-left: 0;
  }
}
/******************************
*Tabs end
********************************/
/******************************
*Content
********************************/
.main-block__content {
  padding-right: 0;
  position: relative;
}
.main-block__content--border {
  border: 1px solid #ccc;
  height: 585px;
  padding-top: 30px;
  overflow: auto;
  background: #ffffff;
}
@media screen and (max-width:991px) {
  .main-block__content--border {
    height: auto;
    padding-bottom: 50px;
  }
}
/*********************************************
*Modal
***********************************************/
.modal-footer {
  border-top: none;
  text-align: center;
}
.modal-content {
  -webkit-border-radius: 0;
          border-radius: 0;
   border: 1px solid #ccc;
   padding: 30px;   
}

/************************************************
*
*
*
*General end
*
*
*
************************************************/
/************************************************
*
*
*
*navi block start
*
*
*
************************************************/
.navi {
  width: 100%;
  padding-left: 20px;
}

.navi li{
  border-left: 3px solid #40143f;
  padding-left: 10px;
}
.navi .device_name{
  color: #40143f;
}
.navi li span{
  color: #4e4e4e;
  font-weight: bold;
  font-size: 19px;
}
.top-information{
  min-height: 60px;
  margin-top: 20px;
}
.navbar-default {
  margin-bottom: 0;
}
@media screen and (max-width:991px) {
  .navi li span {
    font-size: 14px;
  }
  .navi li {
    font-size: 12px;
  }
  .navi {
    padding-left: 0; 
  }
}
@media screen and (max-width:767px) {
  .navi li {
    margin-bottom: 20px;
  }
  .navi .btn {
    margin-bottom: 20px;
  }
}
/************************************************
*
*
*
*navi block end
*
*
*
************************************************/
/************************************************
*
*
*
*Blokirovka ustroistva page
*
*
*
************************************************/
.triangle-ul {
  list-style-image: url(../images/li-tr.png);
  list-style-position: inside;
  margin: 15px 0;
}
.triangle-ul li {
  font-size: 13px;
  color: #414141;
  margin-bottom: 10px;
}
.main-block__content--block__message {
  max-width: 100%;
  width: 520px;
  margin-top: 80px;
}
.main-block__content--block__message__top {
  margin-bottom: 10px;
  width: 100%;
}
.main-block__content--block__message__top .pull-left {
  font-family: "GothamProMedium", sans-serif;
  font-size: 15px;
  color: #40143f;
}
.main-block__content--block__message__top .pull-right {
  font-size: 13px;
  color: #8C8C8C;
}
.main-block__content--block__message__textarea {
  width: 100%;
  height: 105px;
  max-width: 100%;
  max-height: 105px;
  color: #414141;
  font-size: 13px;
  line-height: 1.5;
  border: 1px solid #CCC;
  padding: 10px 5px;
  margin-bottom: 15px;
}
.main-block__content--block__message__btn {
  margin-bottom: 50px;
  display: block; 
}
.main-block__content--block__message__bottom {
  font-size: 13px;
  color: #414141;
  position: absolute;
  bottom:30px;
  left: 15px;
}
/****************************************
*Modal
******************************************/
#ModalBlock,#ModalBlock2 {
  text-align: center;
}
#ModalBlock img,#ModalBlock2 img {
  margin-bottom:15px ;
}
@media screen and (max-width:991px) {
  .main-block__content--block__message {
    margin-top: 30px;
  }
  .main-block__content--block__message__top .pull-left, .main-block__content--block__message__top .pull-right {
    font-size: 12px;
  }
  .main-block__content--block__message__bottom {
    font-size: 11px;
  }
  .main-block__content--block__message__btn {
    margin-bottom: 30px;
  }
  .main-block__content {
    padding-right: 15px;
  }
}
@media screen and (max-width:767px) {
  .main-block__content--block__message__bottom {
    bottom: 15px;
  }
}
/************************************************
*
*
*
*Blokirovka ustroistva page end
*
*
*
************************************************/
/************************************************
*
*
*
*Obnaruzhenie ustroistva page 
*
*
*
************************************************/
.last-places {
  padding-top: 40px;
}
.last-places__title {
  font-family: "GothamProMedium", sans-serif;
  font-size: 15px;
  color: #40143f;
  margin-bottom: 20px;
}
.last-places__place {
  border-left: 3px solid #40143f;
  padding-left: 10px;
  margin-bottom: 12px;
}
.last-places__adress {
  font-family: "GothamProMedium", sans-serif;
  font-size: 14px;
  color: #4E4E4E;
}
.last-places-method,.last-places__date {
  font-size: 13px;
  color: #414141;
}
#map {
  margin-top: 15px;
  height: 150px;
}
.gm-style-iw {
  line-height: 1.1;
}

/************************************************
*
*
*
*Obnaruzhenie ustroistva page end
*
*
*
************************************************/
/************************************************
*
*
*
*Zvukovoi signal page 
*
*
*
************************************************/
.sound-signal img {
  display: block;
  margin: 0 auto;
  margin-bottom: 50px;
}
/************************************************
*
*
*
*Zvukovoi signal page end
*
*
*
************************************************/
/************************************************
*
*
*
*Ochistka page
*
*
*
************************************************/
.button-blue--cleaning {
  width: 215px;
}
/************************************************
*
*
*
*Ochistka page end
*
*
*
************************************************/
/************************************************
*
*
*
*Secret photo 
*
*
*
************************************************/
.secret-photo img{
  margin-bottom: 30px;
}
#photos {
  height: 110px;
}
#photos > div div {
  height: 86px;
  width: auto;
  display: inline-block;
  margin: 0 7.5px;
}
/*lightbox width slider*/
.lightbox-slider {
  height: 110px;
  background: #EAEBEB;
  padding: 12px 20px;
  width: 100%;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}
.lightbox-slider img {
  height: 100%;
  width: auto;
    min-height: 86px;
}
.lightbox-slider .slick-list,.slick-track  {
  max-height: 100%;
  height: 100%;
}
.slick-arrow {
  position: absolute;
  height: 100%;
  top: 0;
  width: 30px;
  border: none;
  color: transparent;
}
.slick-next {
  background: #fff url(../images/slider-arrow-right.png) no-repeat center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
      /*background-position: center;*/
      right: 0;
}
.slick-prev {
  background: #fff url(../images/slider-arrow-left.png) no-repeat center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
      /*background-position: center;*/
      left: 0;
}
.lb-outerContainer {
  -webkit-border-radius: 0;
           border-radius: 0; 
}
.lightbox .lb-image {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.lb-data .lb-number {
  display: none;
}
/*lightbox width slider end*/
/************************************************
*
*
*
*Secret photo end
*
*
*
************************************************/
/************************************************
*
*
*
*SMS 
*
*
*
************************************************/
.sms-center__secret-code {
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  background: #EAEBEB;
  height: 80px;
  padding-top: 25px;
  margin-bottom: 20px;
}
.sms-center__secret-code__wrapper {
  display: block;
  margin: 0 auto;
  width: 355px;
  max-width: 100%;
  text-align: center;
}
.sms-center__secret-code span {
  color: #4E4E4E;
  font-family: "GothamProMedium", sans-serif;
}
.sms-center__secret-code p {
  font-family: "GothamProMedium", sans-serif;
  font-size: 14px;
  color: #4E4E4E;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
.sms-center__secret-code button {
  background: transparent;
  border: 1px solid #8F8F8F;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-family: "GothamProMedium", sans-serif;
  font-size: 14px;
  color: #353A3D;
  width: 105px;
  height: 30px;
}
.sms-center-text {
  margin-bottom: 45px;
}
.sms-center .col-sm-6 {
  padding: 0;
  margin-bottom: 30px;
}
.sms-center .left {
  float: left;
  padding-left: 20px;
  padding-right: 40px;
}
.sms-center .right {
  float: left;
  width: 325px;
  max-width: 100%;
  position: relative;
}
.sms-center .right p:after {
  content: " ";
  background: url(../images/sms/input-thing.png) no-repeat;
  width: 20px;
  height: 12px;
  display: block;
  position: absolute;
  bottom: -12px;
  right: 20px;
}
.sms-center .right span {
  font-size: 13px;
  color: #414141;
  margin-bottom: 5px;
  display: block;
}
.sms-center .right p {
  width: 320px;
  height: 40px;
  max-width: 100%;
  background: #7d3a7c;
  font-size: 15px;
  color: #F9F9F9;
  border: none;
  padding-left: 12px;
  line-height: 40px;
}
/*******************Modal****************************/
#SmsModal .modal-content{
  padding: 0;
  text-align: center;
  border: 1px solid #7d3a7c;
  max-width: 370px;
  margin: 0 auto;
}
#SmsModal .modal-header {
  background: #7d3a7c;
  position: relative;
  margin-bottom: 55px;
}
#SmsModal .modal-header p {
  font-family: "GothamProMedium", sans-serif;
  color: #F9F9F9;
  font-size: 18px;
}
#SmsModal .modal-body p {
  font-size: 13px;
  color: #414141;
  margin: 0 auto;
  margin-bottom: 5px;
  max-width: 260px;
  text-align: left;
}
#SmsModal .modal-body input {
  width: 260px;
  border: 1px solid #7d3a7c;
  border-bottom: 3px solid #40143f;
  height: 35px;
  margin: 0 auto;
  display: block;
  margin-bottom: 35px;
  padding-left: 12px;
}
#SmsModal .modal-footer {
  background: #EAEBEB;
  padding: 25px 0 30px;
}
#SmsModal .modal-footer span{
  padding: 0;
  font-size: 12px;
  color: #414141;
  max-width: 260px;
  display: block;
  margin: 0 auto;
  text-align: left;
}
#SmsModal .modal-header .close {
  position: absolute;
  top: 12px;
  right: 15px;
  opacity: 0.8;
}
#SmsModal .modal-header .close:hover {
  opacity: 1;
}
#SmsModal .modal-header .close span {
  color: #B2DBED;
  font-size: 30px;
}
@media screen and (max-width:767px) {
  .sms-center .left {
    display: none;
  }
}
/************************************************
*
*
*
*SMS end
*
*
*
************************************************/
/************************************************
*
*
*
*Login
*
*
*
************************************************/
#login-form {
  width: 315px;
  max-width: 100%;
  border: 1px solid #7d3a7c;
  margin: 0 auto;
  -webkit-border-radius: 0;
          border-radius: 0;
}
#login-form .panel-heading {
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  font-family: "GothamProMedium", sans-serif;
  font-size: 18px;
  color: #F9F9F9;
  background: url(../images/login.png) no-repeat 20px center #7d3a7c;
  -webkit-border-radius: 0;
          border-radius: 0;
}
#login-form .panel-body {
  padding: 40px 35px 15px;
}
#login-form .form-group {
  margin-bottom: 0;
}
#login-form label:not([for="remember_me"]) {
  display: none;
}
#login-form input:not([type="submit"]) {
  -webkit-border-radius: 0;
          border-radius: 0;
      width: 100%;
      border: 1px solid #7d3a7c;
      border-bottom: 3px solid #40143f;
      margin-bottom: 30px;
      font-size: 13px;
  color:#414141;
}
#login-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-size: 13px;
  color:#414141;
}

#login-form input::-moz-placeholder { /* Firefox 19+ */
  font-size: 13px;
  color:#414141;
}
#login-form input:-ms-input-placeholder { /* IE 10+ */
  font-size: 13px;
  color:#414141;
}
#login-form input:-moz-placeholder { /* Firefox 18- */
  font-size: 13px;
  color:#414141;
}
#login-form .button-blue {
  margin: 0 auto;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
#login-form .forgot-pass {
  width: 100%;
  display: block;
  font-size: 13px;
  color: #40143f;
  text-align: center;
}
#login-form #remember_me {
  width: auto;
}
#login-form #remember_me + span {
  font-size: 13px;
  color:#414141;
}
#login-form .g-recaptcha {
  margin: 0 -29px;
}
.alert.alert-info {
  margin: 0 20px 20px;
}
/************************************************
*
*
*
*Login end
*
*
*
************************************************/
/************************************************
*
*
*
*Devices
*
*
*
************************************************/
.device {
  width: 315px;
  height: 330px;
  float: left;
  margin-right: 60px;
  border: 1px solid #7d3a7c;
  border-top: 5px solid #7d3a7c;
  padding: 15px;
  margin-bottom: 30px;
}
.device__title {
  font-family: "GothamProMedium", sans-serif;
  font-size: 18px;
  color: #40143f;
  margin-bottom: 30px;
}
.device span {
  font-size: 13px;
  color: #414141;
  display: block;
  margin-bottom: 7px;
}
.device p {
  font-family: "GothamProMedium", sans-serif;
  font-size: 14px;
  color: #4E4E4E;
}
.device__license, .device__date, .device__state {
  border-left: 3px solid #40143f;
  margin-bottom: 18px;
  padding-left: 7px;
}
.device__state {
  margin-bottom: 30px;
}
.device button {
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
}
.device__delete {
  text-align: center;
}
.device__delete a{
  font-size: 13px;
  color: #40143f;
}
/************************************************
*
*
*
*Devices end
*
*
*
************************************************/
/************************************************
*
*
*
*404
*
*
*
************************************************/
.error-page {
  background: #af94ae;
}
.error-img img {
  max-width: 320px;
}
.error-img {
  background: #ab7eaa;
  text-align: center;
  height: 100%;
  padding-top: 200px;
  padding-bottom: 200px;
}
.error-img img{
  margin: 0 auto;
}
.error-description {
  padding-top: 200px;
  padding-bottom: 200px;
  letter-spacing: 0;
  padding-right: 0;
  padding-left: 60px;
}
.error-title {
  font-size: 50px;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.error-description__wrapper {
  position: relative;
  padding-bottom: 330px;
}
.main-hr {
  width: 70px;
  height: 3px;
  border: none;
  margin-bottom: 35px;
  background: #40143f;
  margin-left: 0;
}
.error-text {
  font-size: 22px;
  color: #4E4E4E;
}
.button-blue--error {
  position: absolute;
  bottom:0;
  left: 0;
  width: 355px;
  height: 80px;
  max-width: 100%;
}
@media screen and (max-width:1260px) {
  .error-text {
    margin-bottom: 80px;
  }
  .error-description__wrapper{
    padding-bottom: 0;
  }
  .button-blue--error {
    position: static;
  }
}
@media screen and (max-width:767px) {
  .error-img {
    display: none;
  }
  .error-description {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .error-text {
    margin-bottom: 30px;
  }
  .error-title {
    font-size: 25px;
  }
  .button-blue--error {
    width: 170px;
    height: 40px;
  }
}
/************************************************
*
*
*
*404 end
*
*
*
************************************************/
/************************************************
*
*
*
*Profile
*
*
*
************************************************/
.profile-main-container {
  width: 535px;
  float: left;
}
.profile-photo-block {
  width: 330px;
  float: right;
}
.profile-left-text {
  font-family: "GothamProMedium", sans-serif;
  font-size: 13px;
  color: #414141;
  display: inline-block;
  width: 100px;
  margin-bottom: 10px;
}
.profile__last-actions .profile-left-text {
  width: auto;
}
.profile-right-text {
  font-size: 13px;
  color: #414141;
  margin-bottom: 10px;
}
.profile__devices__wrapper {
  display: inline-block;
  vertical-align: top;
  padding-top: 4px;
}
.profile-right-text--inner {
  display: block;
  margin-bottom: 10px;
}
.profile-main-container hr{
  border-top: 1px solid #b8b8b8;
  margin-top: 10px;
  margin-bottom: 15px;
}
.profile__last-actions__wrapper {
  margin-bottom: 9px;
  position: relative;
}
.profile__last-actions__wrapper span {
  font-size: 13px;
  color: #414141;
  margin-right: 10px;
}
.profile__last-actions__status {
  position: absolute;
  width: 17px;
  height: 15px;
  right: 0;
  margin-right: 0 !important;
  top: 3px;
}
.profile__last-actions__status--error {
  background: url(../images/profile/error-status.png) no-repeat center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.profile__last-actions__status--success {
   background: url(../images/profile/success-status.png) no-repeat center;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.button-blue--change-pass {
    width: auto;
    padding: 0 15px;
    margin-top: 6px;
}
.button-blue--change-pass img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
} 
.profile__bottom-btns {
  position: absolute;
  bottom: 30px;
  width: 535px;
}
.gp-btn {
  width: 180px;
}
.gp-btn img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 12px;
}
.support-button-blue {
  width: 335px;
  max-width: 100%;
  font-size: 15px;
  font-family: "GothamPro", sans-serif;
  float: right;
}
.support-button-blue img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.gp-btn .right {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.gp-btn .top {
  font-size: 11px;
  color: #FFF;
  display: block;
}
.gp-btn .bottom {
  font-family: "GothamProMedium", sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
.profile__img {
  width: 145px;
  height: 145px;
  -webkit-border-radius: 100%;
            border-radius: 100%; 
  background: #E1E1E1; 
  margin: 0 auto;
  position: relative;
  margin-bottom: 12px;
}
.profile__img img {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 100%;
          border-radius: 100%;
}
.change-profile-img {
  position: absolute;
  right: -25px;
  top: 0;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100%;
          border-radius: 100%;
  border: 2px solid #7d3a7c;
  background: url(../images/profile/edit-blue.png) no-repeat center;
}
.change-profile-img:hover {
  background: url(../images/profile/edit-white.png) no-repeat center #7d3a7c;
}
.profile-photo__mail {
  text-align: center;
  font-size: 16px;
  color: #414141;
  font-family: "GothamProMedium", sans-serif;
}
.profile-delete-device {
    width: 11px;
    height: 12px;
    background: url(../images/profile/delete-device.png) no-repeat;
    display: inline-block;
    margin-left: 12px;
    vertical-align: bottom;
    background-position: -26px -5px;
}
.profile-delete-device:hover {
  background-position: -5px -5px;
}
@media screen and (max-width:1260px) {
  .profile-photo-block {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .profile__img {
    width: 70px;
    height: 70px;
  }
  .change-profile-img {
    right: -35px;
  }
  .profile-main-container {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width:992px) {
  .profile__bottom-btns {
    position: static;
    margin-top: 30px;
  }
  .profile-photo-block {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767px) {
  .profile__last-actions__wrapper {
    padding-right: 20px;
  }
  .button-blue--change-pass {
    display: block;
    margin: 0 auto;
  }
  .profile__bottom-btns {
    width: 100%;
  }
  .support-button-blue {
    float: none;
  }
  .profile__bottom-btns button {
    display: block;
    margin-bottom: 15px;
  }
}
/************************************************
*
*
*
*Profile end
*
*
*
************************************************/
/************************************************
*
*
*
*Reset password form
*
*
*
************************************************/
#login-form.change-pass-form label {
  display: block;
  font-size: 13px;
  color: #414141;
  margin-bottom: 15px;  
}
#login-form.change-pass-form .panel-heading {
  background: #7d3a7c;
}
#login-form.change-pass-form input:not([type="submit"]) {
  height: 34px;
  margin-bottom: 20px;
}
/************************************************
*
*
*
*Reset password form end
*
*
*
************************************************/
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
