@media (min-width: 992px) {
  #header-login {
    float: right; } }
#header-login .tm_header_user_info {
  padding: 13px 29px 17px;
  position: relative;
  display: block;
  float: right;
  color: white;
  font: normal 14px/30px "Ubuntu", sans-serif;
  text-transform: uppercase;
  list-style-type: none;
  margin: 0;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 0;
  cursor: pointer; }
  #header-login .tm_header_user_info li {
    float: left;
    padding-right: 28px; }
    #header-login .tm_header_user_info li:last-child {
      padding: 0; }
  #header-login .tm_header_user_info a {
    color: white; }
    #header-login .tm_header_user_info a:hover, #header-login .tm_header_user_info a:active {
      color: #fe9f38; }
  #header-login .tm_header_user_info.active a {
    color: #fe9f38; }
  @media (max-width: 991px) {
    #header-login .tm_header_user_info {
      color: #7587a1;
      padding: 0;
      font: normal 16px/24px "Ubuntu", sans-serif;
      text-transform: capitalize;
      letter-spacing: 0;
      text-align: left;
      float: none !important;
      clear: both; }
      #header-login .tm_header_user_info a {
        color: #7587a1; } }
  @media (max-width: 991px) {
    #header-login .tm_header_user_info {
      display: none; } }
  #header-login .tm_header_user_info.current a {
    display: block;
    padding: 13px 10px 17px;
    min-width: 126px; }
    #header-login .tm_header_user_info.current a:after {
      font-family: "fl-bigmug-line";
      content: "\e065";
      display: inline-block;
      font-weight: normal;
      font-size: 21px;
      line-height: 27px;
      vertical-align: -3px;
      margin-left: 10px;
      color: #fe9f38; }
#header-login.account {
  position: relative; }
  #header-login.account .tm_header_user_info.current a:before {
    font-family: "fl-bigmug-line";
    content: "\e0d1";
    display: inline-block;
    font-weight: normal;
    font-size: 21px;
    line-height: 27px;
    vertical-align: -3px;
    margin-right: 10px;
    color: #fe9f38; }
  #header-login.account .tm_header_user_info.current a:after {
    font-family: "FontAwesome";
    content: "\f107";
    display: inline-block;
    font-weight: normal;
    font-size: 20px;
    line-height: 20px;
    vertical-align: -1px;
    margin-left: 10px;
    color: #7587a1; }
  #header-login.account .tm_header_user_info.current.active a:after {
    font-family: "FontAwesome";
    content: "\f106";
    display: inline-block;
    font-weight: normal; }
#header-login .header-login-content {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1; }
  #header-login .header-login-content #create_header_account_error {
    padding: 8px; }

/*
* @section      Style for login wrapper
* @description  This section holds specific style redeclarations for
*               login content wrapper
*/
.header-login-content {
  padding: 52px 60px 40px;
  margin: 0; }
  @media (max-width: 480px) {
    .header-login-content {
      padding-left: 10px;
      padding-right: 10px; } }
  .header-login-content li {
    margin: 0;
    padding: 0; }
    .header-login-content li h4 {
      font: 500 20px/30px "Ubuntu", sans-serif;
      color: #102747;
      text-transform: uppercase;
      margin: 0 0 32px; }
    .header-login-content li.user-data {
      overflow: hidden;
      font-size: 14px;
      line-height: 20px; }
      .header-login-content li.user-data img {
        float: left;
        margin-bottom: 18px;
        margin-right: 20px; }
      .header-login-content li.user-data p {
        font-size: 14px;
        line-height: 20px; }
        .header-login-content li.user-data p span {
          display: block;
          white-space: nowrap; }
    .header-login-content li ul {
      margin: 0 0 16px; }
      .header-login-content li ul li {
        display: block;
        overflow: hidden;
        font-size: 14px;
        line-height: 20px; }
        .header-login-content li ul li a {
          color: #525252; }
          .header-login-content li ul li a:hover {
            color: #000000; }
          .header-login-content li ul li a i {
            display: none; }
    .header-login-content li.onecolumn {
      min-width: 205px; }
    .header-login-content li.twocolumns {
      min-width: 405px; }
      .header-login-content li.twocolumns > ul {
        width: 50%;
        float: left; }
  .header-login-content:not(.is-logged) > li {
    width: 265px; }
    @media (min-width: 480px) {
      .header-login-content:not(.is-logged) > li.create-account-content {
        width: 325px;
        margin: 0 -30px; } }
  .header-login-content input[type="checkbox"] + label:before, .header-login-content input[type="checkbox"] + .label label:before {
    top: 0;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .header-login-content img {
    max-width: 100%; }
  .header-login-content .form-group {
    margin-bottom: 14px; }
    .header-login-content .form-group label {
      font-size: 14px;
      line-height: 20px;
      margin-bottom: 0; }
      .header-login-content .form-group label sup {
        color: #f13340; }
    .header-login-content .form-group input {
      height: 40px;
      font-size: 14px;
      line-height: 38px;
      background-position: 98% 12px; }
    .header-login-content .form-group .form_info {
      color: #f13340; }
  .header-login-content p {
    margin-bottom: 17px; }
    .header-login-content p.submit {
      padding-top: 3px; }
    .header-login-content p.logout {
      margin: 0;
      overflow: hidden;
      clear: both; }
  .header-login-content .btn-md {
    width: 100%; }
  .header-login-content .create-account-content .row {
    margin: 0 -3px; }
    .header-login-content .create-account-content .row > div {
      padding: 0 3px; }
  .header-login-content .create-account-content .social-login-buttons div {
    margin-bottom: 15px; }
    .header-login-content .create-account-content .social-login-buttons div.one-element .btn {
      margin-left: 0;
      font-size: 12px;
      line-height: 1.1; }
      .header-login-content .create-account-content .social-login-buttons div.one-element .btn span {
        margin: 0; }
      .header-login-content .create-account-content .social-login-buttons div.one-element .btn:before {
        display: none; }
  .header-login-content .forgot-password-content .signin i {
    margin-right: 5px; }

/*
* @section      Style for social account
*/
.social-login-buttons {
  margin: 0 -4px; }
  .social-login-buttons div {
    margin: 0;
    padding: 0 4px;
    float: left; }
    .social-login-buttons div.one-element {
      width: 100%; }
      .social-login-buttons div.one-element .btn span {
        margin-left: 10px; }
    .social-login-buttons div.two-elements {
      width: 50%; }
      .social-login-buttons div.two-elements .btn span {
        display: none; }
    .social-login-buttons div.three-elements {
      width: 33.33333%; }
      .social-login-buttons div.three-elements .btn span {
        display: none; }
    .social-login-buttons div .btn {
      width: 100%; }
      .social-login-buttons div .btn span {
        margin-left: 10px; }
      .social-login-buttons div .btn:before {
        display: inline-block;
        font: normal 21px/1em "FontAwesome"; }
      .social-login-buttons div .btn.btn-login-facebook {
        background-color: #3b5998;
        border: 1px solid #294173;
        box-shadow: inset 0 0 0 1px #6c91cf; }
        .social-login-buttons div .btn.btn-login-facebook:before {
          content: '\f09a'; }
        .social-login-buttons div .btn.btn-login-facebook:hover {
          background-color: #2d4373;
          border-color: #1c2c4d;
          box-shadow: inset 0 0 0 1px #4674c2; }
      .social-login-buttons div .btn.btn-login-google {
        background-color: #df4a32;
        border: 1px solid #bf3822;
        box-shadow: inset 0 0 0 1px #f58265; }
        .social-login-buttons div .btn.btn-login-google:before {
          content: '\f1a0'; }
        .social-login-buttons div .btn.btn-login-google:hover {
          background-color: #c0341e;
          border-color: #942b1a;
          box-shadow: inset 0 0 0 1px #f25b35; }
      .social-login-buttons div .btn.btn-login-vk {
        background-color: #3383c1;
        border: 1px solid #205ca0;
        box-shadow: inset 0 0 0 1px #5eb0e2; }
        .social-login-buttons div .btn.btn-login-vk:before {
          content: '\f189'; }
        .social-login-buttons div .btn.btn-login-vk:hover {
          background-color: #286899;
          border-color: #184476;
          box-shadow: inset 0 0 0 1px #339bda; }

/*
* @section      Style for left and right sidebars
* @description  This section holds specific style redeclarations for
*               left and right sidebars
*/
.tmha-sidebar-left, .tmha-sidebar-right {
  background: #f7f7f7;
  height: 100%;
  position: fixed;
  transition: all 0.3s ease;
  top: 0;
  z-index: 99999;
  overflow: auto;
  max-height: 100%; }

.tmha-sidebar-left {
  left: 0;
  transform: translateX(-100%); }

.tmha-sidebar-right {
  right: 0;
  transform: translateX(100%); }
  .tmha-sidebar-right .tmha-close-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    width: auto;
    height: auto;
    cursor: pointer;
    z-index: 2;
    background: none;
    padding: 2px 3px; }
    .tmha-sidebar-right .tmha-close-btn:before {
      font-family: "fl-bigmug-line";
      content: "\e01e";
      display: inline-block;
      font-weight: normal;
      display: block;
      font-size: 24px;
      line-height: 30px; }
    .tmha-sidebar-right .tmha-close-btn:hover {
      color: #fe9f38; }

.tmha-sidebar-left.active {
  left: 0;
  transform: translateX(0); }

.tmha-sidebar-right.active {
  right: 0;
  transform: translateX(0); }

.tmha-close-btn {
  position: absolute;
  right: 15px;
  top: 15px;
  width: auto;
  height: auto;
  cursor: pointer;
  z-index: 2;
  background: none;
  padding: 2px 3px; }
  .tmha-close-btn:before {
    font-family: "fl-bigmug-line";
    content: "\e01e";
    display: inline-block;
    font-weight: normal;
    display: block;
    font-size: 24px;
    line-height: 30px; }
  .tmha-close-btn:hover {
    color: #fe9f38; }

/*
* @section      Style for left and right columns
* @description  This section holds specific style redeclarations for
*               left and right columns
*/
#columns .header-login-content {
  padding: 20px; }
  #columns .header-login-content li.user-data p span {
    display: inline-block; }
  #columns .header-login-content li.user-data img {
    float: none; }
  #columns .header-login-content:not(.is-logged) li {
    width: 100%; }
@media (min-width: 992px) {
  #columns #center_column .social-login-buttons div .btn span {
    display: inline-block;
    font-size: 13px; } }
@media (min-width: 1200px) {
  #columns #center_column .social-login-buttons div .btn span {
    font-size: 15px; } }

body .fancybox-wrap.fancybox-type-html {
  border-radius: 0 !important; }
