/* 
=====================================
Contact Page Master File
===================================== 
*/
/* 
=====================================
Page Imports
===================================== 
*/
/* 
=====================================
Footer
===================================== 
*/
footer {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #402615), color-stop(0, #381e0d));
  background: linear-gradient(180deg, #402615 50%, #381e0d 0);
  position: relative;
}

/* Footer Decoration  */
.footer-decoration {
  position: absolute;
  bottom: -30px;
  left: -20px;
  width: 1038px;
}

footer .links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0px;
}

footer .links-container a {
  display: block;
  color: #fff;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  text-decoration: none;
  z-index: 99;
}

footer .links-container a:hover {
  color: #ffae00;
}

.footer-links-separator {
  display: block;
  width: 2px;
  height: 20px;
  background: #ffffff;
  margin: 0px 12px;
}

/* 
=====================================
Copyright
===================================== 
*/
/* Copyright Container */
.copyright-container {
  width: 235px;
  margin: 30px auto;
  padding: 10px 0px;
  text-align: center;
}

.copyright-container p {
  color: rgba(255, 255, 255, 0.89);
  font-size: 12px;
  margin: 0;
}

.login-wrapper {
  margin: 50px auto 0;
}

@media only screen and (max-width: 825px) {
  .footer-decoration {
    bottom: -28px;
    left: -13px;
    width: 847px;
  }
}
@media only screen and (max-width: 820px) {
  .footer-decoration {
    bottom: -25px;
    left: -14px;
    width: 837px;
  }
}
@media only screen and (max-width: 769px) {
  .footer-decoration {
    bottom: -26px;
    left: -16px;
    width: 796px;
  }
}
@media only screen and (max-width: 736px) {
  .footer-decoration {
    bottom: -26px;
    left: -11px;
    width: 756px;
  }
}
@media only screen and (max-width: 731px) {
  .footer-decoration {
    bottom: -23px;
    left: -11px;
    width: 752px;
  }
}
@media only screen and (max-width: 667px) {
  .footer-decoration {
    bottom: -20px;
    left: -10px;
    width: 685px;
  }
}
@media only screen and (max-width: 640px) {
  .footer-decoration {
    bottom: -18px;
    left: -10px;
    width: 658px;
  }
}
@media only screen and (max-width: 570px) {
  .footer-decoration {
    bottom: -18px;
    left: -9px;
    width: 584px;
  }
}
@media only screen and (max-width: 500px) {
  footer .links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0px;
  }

  footer .links-container a {
    margin: 5px 0px;
  }

  .footer-links-separator {
    display: none;
  }

  .footer-decoration {
    display: none;
  }

  .copyright-container {
    display: none;
  }
}
/* 
=====================================
Header
===================================== 
*/
header {
  position: relative;
}

header .header-navbar {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #402615), color-stop(0, #381e0d));
  background: linear-gradient(180deg, #402615 50%, #381e0d 0);
}

.header-decoration {
  position: absolute;
  top: -25px;
  left: -16px;
  width: 1030px;
  z-index: 98;
}

.navbar-logo {
  height: auto;
  padding: 0px 25px;
}

.right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}

.fb-widget-container {
  height: 42px;
  width: 60px;
}

.likeBtn {
  margin: 0;
}

/* Languages */
.language-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.language-wrapper #lang-en {
  background: url(../images/lang_en_new.png) no-repeat;
  background-size: cover;
  width: 59px;
  height: 59px;
  cursor: pointer;
  z-index: 99;
}

.language-wrapper #lang-sr {
  background: url(../images/lang_sr_new.png) no-repeat;
  background-size: cover;
  width: 59px;
  height: 59px;
  cursor: pointer;
  z-index: 99;
}

.langMenu {
  display: none;
  position: absolute;
  right: 19px;
  top: 70px;
  background: #60830D;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.424);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.424);
  z-index: 99;
}

.langMenu .lang-options-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.langMenu .lang-en {
  background: url(../images/lang_en_new.png) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 10px;
  z-index: 99;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative;
}

.langMenu .lang-sr {
  background: url(../images/lang_sr_new.png) no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 10px;
  z-index: 99;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.langMenu .lang-en:hover, .langMenu .lang-sr:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.navbar-collapse {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 825px) {
  .header-decoration {
    top: -16px;
    left: -2px;
    width: 825px;
  }

  .right-container {
    margin-right: -7px;
  }

  .langMenu {
    right: 26px;
  }

  .footer-decoration {
    bottom: -28px;
    left: -13px;
    width: 847px;
  }
}
@media only screen and (max-width: 820px) {
  .header-decoration {
    top: -16px;
    left: -2px;
    width: 815px;
  }

  .footer-decoration {
    bottom: -25px;
    left: -14px;
    width: 837px;
  }

  .form-login-btn-container {
    position: relative;
    bottom: 12px;
  }
}
@media only screen and (max-width: 769px) {
  .header-decoration {
    width: 770px;
  }

  .equal-heights-column-login .container-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .invalid-login-links {
    width: 49%;
  }

  .container-right .demo-pic {
    width: 100%;
  }

  .playbtn-container {
    margin-top: 12px;
  }

  .container-btm-wrapper-login {
    background: #5D7F12;
  }

  .footer-decoration {
    bottom: -26px;
    left: -16px;
    width: 796px;
  }
}
@media only screen and (max-width: 736px) {
  .header-decoration {
    width: 740px;
  }

  .navbar-toggle {
    z-index: 99;
    margin-top: 22px;
    margin-right: 20px;
  }

  .right-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 10px;
  }

  .langMenu {
    position: inherit;
    padding: 4px 8px;
    margin-left: 15px;
  }

  .footer-decoration {
    bottom: -26px;
    left: -11px;
    width: 756px;
  }
}
@media only screen and (max-width: 731px) {
  .header-decoration {
    width: 734px;
  }

  .footer-decoration {
    bottom: -23px;
    left: -11px;
    width: 752px;
  }
}
@media only screen and (max-width: 667px) {
  .header-decoration {
    width: 670px;
  }

  .footer-decoration {
    bottom: -25px;
    left: -10px;
    width: 685px;
  }
}
@media only screen and (max-width: 640px) {
  .header-decoration {
    width: 642px;
  }

  .footer-decoration {
    bottom: -18px;
    left: -10px;
    width: 658px;
  }
}
@media only screen and (max-width: 570px) {
  .header-decoration {
    width: 570px;
    top: -12px;
  }

  .footer-decoration {
    bottom: -18px;
    left: -9px;
    width: 584px;
  }
}
@media only screen and (max-width: 500px) {
  .login-wrapper {
    margin: 0;
  }

  .header-decoration {
    display: none;
  }

  .navbar-logo {
    padding: 0px 15px;
  }

  .right-container {
    padding: 10px 0px;
  }

  .mid1 {
    padding-bottom: 60px;
  }

  .section-container {
    padding: 8px 0px 0px;
  }

  .form-login-button,
  .form-login-btn-container .login-btn {
    width: 100%;
  }

  .forgot-pass-or-register-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    margin: 5px 0px;
  }

  .form-login-btn-container {
    bottom: 0px;
  }

  .features-container {
    margin: 0;
  }

  .our_version_container {
    width: 100%;
  }

  .our-version-btn {
    width: 100%;
    margin: 0;
  }

  .top-padding {
    padding-top: 25px;
  }

  footer .links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0px;
  }

  footer .links-container a {
    margin: 5px 0px;
  }

  .footer-links-separator {
    display: none;
  }

  .footer-decoration {
    display: none;
  }

  .copyright-container {
    display: none;
  }
}
/*
Copyright (c) 2011, Pablo Impallari (www.impallari.com|impallari@gmail.com),
Rodrigo Fuenzalida (www.rfuenzalida.com) with Reserved Font Name Cantora.
*/
@font-face {
  font-family: 'Cantora One';
  src: url("../../assets/fonts/cantoraone-regular-webfont.eot");
  src: local("CantoraOne Regular"), local("CantoraOne-Regular"), url("../../assets/fonts/cantoraone-regular-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../../assets/fonts/cantoraone-regular-webfont.woff2") format("woff2"), url("../../assets/fonts/cantoraone-regular-webfont.woff") format("woff"), url("../../assets/fonts/cantoraone-regular-webfont.ttf") format("truetype"), url("../../assets/fonts/cantoraone-regular-webfont.svg#cantoraone-regular-webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
header,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

button,
input {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  :after,
  :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]:after {
    content: "";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Cantora One' ,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

button,
input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

h1,
h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

p {
  margin: 0 0 10px;
}

.text-center {
  text-align: center;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

/* .row {
	margin-right: -15px;
	margin-left: -15px
} */
.col-sm-3,
.col-sm-12,
.col-xs-7,
.col-xs-10,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-7,
.col-xs-10,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-7 {
  width: 58.33333333%;
}

@media (min-width: 768px) {
  .col-sm-3,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-3 {
    width: 25%;
  }
}
.form-control {
  display: block;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}

.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-group {
  margin-bottom: 15px;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus {
  color: #fff;
  border-color: #122b40;
}

/* .btn-primary:active,
.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
} */
/* .btn-primary:active:focus,
.btn-primary:active:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
} */
/* .btn-primary:active {
	background-image: none
} */
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 6px;
}

.collapse {
  display: none;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  /* border-top: 1px solid transparent; */
  /* -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .1) */
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }
}
@media (min-width: 768px) {
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* .navbar-default .navbar-collapse {
	border-color: #e7e7e7
} */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
  border: 1.5px solid #c4b783;
  border-radius: 2%;
  font-family: Cantora One,Arial,sans-serif;
}

.list-group li:hover {
  background: white;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 14.4px 15px;
  margin-bottom: -1px;
  background-color: none;
  cursor: pointer;
}

.list-group-item:after {
  content: "";
  background: -webkit-linear-gradient(left, rgba(92, 7, 52, 0) 0%, rgba(255, 255, 255, 0.36) 12%, white 47%, rgba(83, 0, 30, 0) 100%);
  display: block;
  height: 2px;
  width: 90%;
  position: absolute;
  bottom: 0;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.clearfix:after,
.clearfix:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.clearfix:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@-ms-viewport {
  width: device-width;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.navbar {
  border: 0 !important;
  margin-bottom: 0 !important;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: #402615;
  border-color: #fef673;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fef673;
}

.navbar-default .navbar-toggle {
  border-color: #fef673;
}

.navbar-toggle {
  background-color: #381e0d;
}

.navbar-default {
  border-color: transparent !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* 
.idx-login-menu-collapse {
	margin-bottom: 10px
} */
body {
  height: 100%;
  width: 100%;
  background-image: url(../images/body-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-attachment: fixed;
  overflow-x: hidden;
}

h1,
h3 {
  margin: 0;
}

.top-wood-idx-login {
  background: url(../images/loginPage/wood-top1.html) 50%/contain no-repeat;
  height: 130px;
  position: relative;
  top: 71px;
  z-index: 1;
  width: 1010px;
  left: -4px;
}

.monkey {
  background: url(../images/monkey-bg.png) 50%/contain no-repeat;
  height: 230px;
  left: -154px;
  position: absolute;
  top: 45px;
  width: 185px;
  z-index: 10;
}

.btm-wood-idx-login {
  background: url(../images/loginPage/wood_bottom1.html) 50% no-repeat;
  height: 67px;
  margin-left: -110px;
  position: relative;
  top: -50px;
  width: 122%;
}

.container-right2 {
  font-family: Cantora One, Arial, sans-serif;
}

.btns-wrapper {
  text-align: center;
  /* margin-top: 15px; */
}

.btns-wrapper div {
  display: block;
}

.container-btm-wrapper-login {
  border-radius: 5px;
  background-size: 100% auto;
  background: url(../images/profile-btm-bg.png) top;
  background-repeat: no-repeat;
  margin-top: 5px;
}

.list-wrapper {
  float: left;
  padding: 2px 0 0;
  width: 100%;
}

.gallery-wrapper {
  border-radius: 5px;
  background: #fff;
  position: relative;
}

.dailyProfilImg img {
  width: 100%;
  border-radius: 2%;
}
@media only screen and (max-width: 736px) and (min-width: 569px) {
  .dailyProfilImg img {
    width: 80%;
  }
}

.rightBox {
  padding: 0;
}

.gallery-box-last {
  position: relative;
  z-index: 11;
}

.gallery-box-last div {
  position: relative;
  text-align: center;
  width: 100%;
}

.idx-links-separator-footer {
  margin: 0 10px;
  font-size: 20px;
  color: #fff;
}

.login-wrapper {
  margin: -85px auto 0;
  width: 1000px;
}

.equal-heights-column-login {
  padding-bottom: 20px;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  font-family: Cantora One,Arial,sans-serif;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.equal-heights-column-login .container-btm-wrapper-login {
  width: 47%;
}

.equal-heights-column-login .container-btm-wrapper-login,
.equal-heights-column-login .container-right {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin: 0;
}

.equal-heights-column-login .container-right {
  width: 47%;
}

.control-style {
  border: 1.5px solid #c4b783;
  background: #f4e8da;
  color: #324606;
}

.invalid-login-links {
  display: inline-block;
  width: 49%;
  text-align: center;
  color: #c3c3c3;
  font-weight: 400;
  padding: 0 0px;
}

.invalid-login-links:active,
.invalid-login-links:focus,
.invalid-login-links:hover,
.invalid-login-links:visited {
  color: #c3c3c3;
  outline: none;
}

.mid1 {
  background-size: 100% 100% !important;
  background: url(../images/bg-img-slice.png) repeat-y;
  padding-bottom: 30px;
}

.container-right {
  border-radius: 5px;
  background: #d6cb9f;
  border: 1px solid #c4b783;
  margin: 7px 0 0;
  padding: 13px;
}

.main-nav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #402615), color-stop(0, #381e0d));
  background: linear-gradient(180deg, #402615 50%, #381e0d 0);
  height: 68px;
}

.main-nav a {
  text-decoration: none;
  cursor: poeinter;
}

.main-nav .navbar-brand {
  margin: 0;
}

.main-nav .navbar-brand .logo {
  margin: -5px 25px;
  position: relative;
  z-index: 2;
}

.main-nav #index-menu .navbar-right {
  margin-right: 100px;
}

.main-nav #index-menu .navbar-right li {
  display: inline-block;
  position: relative;
  z-index: 10;
}

.main-nav #index-menu .navbar-right .top-mid-inner {
  margin-left: 0;
}

.main-nav #index-menu .navbar-right .top-right {
  margin: 18px 5px 0 10px;
}

/* .main-nav #index-menu .navbar-right .top-right .language-wrapper {
	border-radius: 9px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #402615), color-stop(50%, #381e0d));
	background: -webkit-linear-gradient(top, #402615 50%, #381e0d 0);
	background: -o-linear-gradient(top, #402615 50%, #381e0d 50%);
	background: linear-gradient(180deg, #402615 50%, #381e0d 0);
	height: 42px;
	overflow: hidden;
	position: absolute;
	width: 65px
} */
.main-nav #index-menu .navbar-right .top-right .language-wrapper .languages {
  cursor: pointer;
  height: 40px;
}

.main-nav #index-menu .navbar-right .top-right .language-wrapper .languages:hover {
  opacity: 0.8;
}

.likeBtn:hover {
  opacity: 0.8;
}

.playbtn:hover {
  border: 1.5px solid #45240c;
  color: #41220e;
}

.btn-primary:hover {
  border: 1.5px solid #45240c;
  color: #41220e;
}

/* .main-nav #index-menu .navbar-right .top-right .language-wrapper #lang-sr {
	background: url(../images/loginPage/lang_sr.png) no-repeat;
	height: 42px;
}

.main-nav #index-menu .navbar-right .top-right .language-wrapper #lang-en {
	background: url(../images/loginPage/lang_en.png) no-repeat;
	height: 42px;
} */
.login-wrapper li.top-right {
  margin-bottom: 61px;
  margin-left: 10px;
}

/* .langMenu {
	border-radius: 5px;
	background: #dfe5d7;
	border: 2px solid #41220e;
	display: none;
	padding: 10px;
	position: absolute;
	top: 60px;
	right: 15px;
	z-index: 15
} */
/* .langMenu .lang-en {
	background: url(../images/loginPage/lang_en.png) no-repeat;
	float: left;
    height: 43px;
    margin: 2px;
    width: 65px;
}

.langMenu .lang-en:hover {
	opacity: .8;
	cursor: pointer
}

.langMenu .lang-sr {
	background: url(../images/loginPage/lang_sr.png) no-repeat;
	float: left;
	height: 43px;
    margin: 2px;
    width: 65px;
}

.langMenu .lang-sr:hover {
	cursor: pointer;
	opacity: .8
} */
/* .likeBtn {
	margin-top: 18px
} */
ul li {
  list-style-type: none;
}

.noPadding {
  padding: 0 !important;
}

.mt-2 {
  margin-top: 2%;
}

.pos-relative {
  position: relative;
}

@media (max-width: 970px), only screen and (min-width: 768px) and (max-width: 991px) {
  .monkey {
    height: 150px;
    left: -133px;
    top: 105px;
  }

  .navbar-default .navbar-toggle {
    border: 2px solid #fef673;
  }

  .navbar-default .navbar-toggle:hover {
    border-color: #fef673;
  }

  .navbar-default .navbar-toggle .icon-bar {
    border: 1px solid #fef673;
  }

  .login-wrapper {
    margin: -133px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .langMenu {
    top: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .log_box {
    width: 100%;
  }

  .navbar-collapse {
    overflow: hidden;
  }

  .main-nav .navbar-toggle {
    margin: 15px;
  }

  .main-nav .navbar-brand .logo {
    margin: -9px 15px;
  }

  .main-nav #index-menu .navbar-right {
    text-align: center;
    margin-right: 50px;
  }

  .main-nav #index-menu .navbar-right .top-right {
    height: 40px;
    margin: 7px;
  }

  .main-nav .navbar-collapse {
    background: #41220e;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .main-nav .top-mid-inner {
    position: relative;
    top: -5px;
  }

  .container-btm-wrapper-login {
    background-size: cover;
  }

  .container-right2 {
    padding: 10px 18px;
  }

  .gallery-wrapper .gallery-box-last {
    width: 90%;
    margin: 0 auto;
  }

  .gallery-wrapper .rightBox {
    margin-top: 20px;
  }

  :-moz-full-screen,
  :-webkit-full-screen,
  :fullscreen :-ms-fullscreen {
    overflow: auto !important;
  }

  .login-wrapper {
    margin: 0 auto;
    width: 100%;
  }

  .equal-heights-column-login {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
    width: 100%;
  }

  .equal-heights-column-login .container-btm-wrapper-login {
    width: 100%;
  }

  .equal-heights-column-login .container-right {
    width: 100%;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) and (min-width: 700px) {
  .tbl-gallery {
    padding: 0 0 20px;
  }

  .tbl-gallery .tbl-fb-inv-friends-right .gallery-box-last {
    margin: 5px auto 0;
    width: 90%;
  }
}
@media only screen and (max-width: 699px) and (min-width: 481px) {
  /* body {
  	background-image: none
  } */
  nav.main-nav #index-menu ul.navbar-right {
    overflow: hidden;
    margin-right: 0;
  }

  nav.main-nav #index-menu ul.navbar-right .top-mid-inner {
    margin-left: 0;
  }

  nav.main-nav #index-menu ul.navbar-right .top-right {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  body {
    background-image: none;
  }

  nav.main-nav #index-menu ul.navbar-right {
    overflow: hidden;
    margin-right: 0;
  }

  nav.main-nav #index-menu ul.navbar-right .top-mid-inner {
    margin-left: 0;
  }

  nav.main-nav #index-menu ul.navbar-right .top-right {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  .container-right {
    padding: 10px 25px;
  }

  .gallery-wrapper .gallery-box-last {
    width: 90%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 930px) {
  .btm-wood-idx-login,
  .monkey {
    display: none;
  }
}
/* mycss*/
.gallery-wrapper h1 {
  text-transform: uppercase;
  color: #6e921f;
  font-weight: bolder;
  /* padding: 25px 0px; */
}

.btn-secondary {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d1984b), color-stop(0, #ae7a3c));
  background: linear-gradient(180deg, #d1984b 50%, #ae7a3c 0);
  border: 1.5px solid #45240c;
  color: white;
  width: 45%;
  text-transform: uppercase;
  padding: 10px 10px;
}

.btn-primary {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #88ae34), color-stop(0, #7ba129));
  background: linear-gradient(180deg, #88ae34 50%, #7ba129 0);
  border: 1.5px solid #45240c;
  width: 45%;
  text-transform: uppercase;
  padding: 10px 10px;
}

.footer a {
  color: white;
}

.our_version h1 {
  text-transform: uppercase;
  color: #6e921f;
  font-weight: bolder;
}

.list-group span {
  float: right;
}

@media screen and (max-width: 350px) {
  #rowbtn {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .btn-sm {
    width: 100%;
  }
}
.likeBtn {
  height: 42px;
}

.top-mid-inner {
  height: 60px;
  overflow: hidden;
  width: 55px;
}

.gallery-box-last {
  padding: 15px;
}

.gallery-box-last p {
  text-align: center;
  padding: 10px;
  color: #41220e;
  font-size: 16px;
}

.forgot-pass-or-register-wrapper {
  text-align: left;
  padding: 0px 17px;
}

.invalid-login-links {
  text-align: left;
}

.input_area {
  text-align: left;
}

.btn-log {
  padding: 10px 10px;
}

.login-text {
  font-family: unset;
  color: #6e921f;
  font-weight: bold;
  background: #4e6a12;
  padding: 10px;
  border-radius: 4px;
}

.fbbtn_logo {
  float: left;
  height: 20px;
}

.gbtn_logo {
  float: left;
  height: 20px;
}

@media screen and (max-width: 500px) {
  #rowbtn {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .btn-sm {
    width: 95%;
    width: 100%;
  }

  /* .btn-log-1 {
	transform: translateY(55%);
  } */
  /* .acclink {
     transform: translateY(-250%);
  } */
  .fbbtn {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
  }

  .gbtn {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }

  .invalid-login-links {
    width: 100% !important;
  }

  .interactive {
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }

  .dailyProfilImg img {
    height: auto;
  }
}
@media screen and (max-width: 230px) {
  .acclink {
    -webkit-transform: translateY(-125%);
            transform: translateY(-125%);
  }

  .btn-log-1 {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@media screen and (max-width: 767px) {
  .rummy_about {
    width: 100% !important;
    margin-left: 0px !important;
  }
}
.btn-log-1 {
  font-size: 14px;
}

.fbbtn {
  font-size: 14px;
}

.gbtn {
  font-size: 14px;
}

.playbtn {
  font-family: Cantora One,Arial,sans-serif;
  font-size: 14px;
}

/* .btn:active {
	background:none !important;
} */
@media (min-width: 767px) and (max-width: 994px) {
  .login-wrapper {
    margin: -133px auto 0;
    width: 100%;
  }
}
/* youtube = set class="youtube" on iframe*/
@media (min-width: 370px) and (max-width: 440px) {
  .youtube {
    height: 270px;
  }
}
@media screen and (max-width: 440px) {
  .youtube {
    height: 200px;
  }
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
}

#reload-model {
  display: none;
}

/* MODAL STYLE */
.modalreg {
  border-radius: 5px;
  background-size: 100% auto;
  background: url(../images/modal-img.html) top;
  background-repeat: no-repeat;
  margin-top: 5px;
  padding: 73px 0;
}

.modalform {
  border-radius: 5px;
  background-size: 100% auto;
  background: url(../images/modal-img2.png) top;
  background-repeat: no-repeat;
  margin-top: 5px;
  padding: 73px 0;
}

.modalpass {
  border-radius: 5px;
  background-size: 100% auto;
  background: url(../images/reset-password-img.png) top;
  background-repeat: no-repeat;
  margin-top: 5px;
  padding: 73px 0;
}

.modalerror {
  border-radius: 5px;
  background-size: 100% auto;
  background: url(../images/reset-password-img.png) top;
  background-repeat: no-repeat;
  margin-top: 5px;
  padding: 73px 0;
}

.align-left {
  text-align: left;
}

#user-register-form input {
  height: 45px;
}

#user-register-form .log-in-form {
  padding: 25px;
}

#forgot-password .log-in-form {
  padding: 25px;
}

#error-password .log-in-form {
  padding: 25px;
}

.login-line {
  width: 90%;
  margin: 10px;
  display: inline-block;
  border-top: 1px solid #bab08a;
  border-bottom: 1px solid #f4e8da;
}

.modal-btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #feba0d), color-stop(0, #bc9a00));
  background: linear-gradient(180deg, #feba0d 50%, #bc9a00 0);
  border: 4px solid #5a2e13;
  border-radius: 9px;
  width: 38%;
  padding: 10px;
}

.modal,
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  overflow-y: auto;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0);
  transform: translate(0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 612px !important;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
.modal-content {
  background: none;
  background-clip: padding-box;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-content .modal-body,
.modal-content .modal-header {
  padding: 0;
  text-align: center;
}

.modal-content .modal-header {
  border-bottom: 0;
}

.invalid-login-popups-body, .reffer-user-wrapper {
  background: #698c1b;
  border-radius: 20px;
  position: relative;
  border: 2px solid #391f0e;
  padding-bottom: 10px !important;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.col-xs-9 {
  width: 75%;
}

.modal-body .form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}

.invalid-login-popups-body .login-modals-headings, .invalid-login-popups-body .modal-header, .reffer-user-wrapper .login-modals-headings, .reffer-user-wrapper .modal-header {
  background: url(../images/loginPage/invalid-login-popup-head.html) no-repeat;
  background-size: 100% auto;
  position: relative;
  top: -40px;
  padding-bottom: 15px;
  padding-top: 30px;
  font-family: Cantora One,Arial,sans-serif;
  font-size: 28px;
  color: #ffe983;
  text-shadow: 2px 2px 2px #391f0e;
}

.login-modals-close-btns {
  background: url(../images/loginPage/close-btn.html) no-repeat 0 0;
  cursor: pointer;
  height: 46px;
  position: absolute;
  right: -5px;
  top: 20px;
  width: 50px;
  z-index: 10;
}

.login-modals-close-btns:hover {
  background-position: 0 100%;
}

.modal-btn:hover {
  color: black;
}

.login-modals-headings {
  position: absolute;
  text-align: center;
  top: -28px;
  width: 100%;
  padding-top: 30px;
  font-family: Cantora One,Arial,sans-serif;
  font-size: 25px;
  color: #ffe983;
  text-shadow: 2px 2px 2px #391f0e;
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
  #user-register .modal-body.invalid-login-popups-body .register-user-header .login-modals-headings {
    top: -10px;
    padding: 15px 0 5px;
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
@media only screen and (min-width: 680px) and (max-width: 767px) {
  .register-text {
    width: 83%;
    margin: 0px 0 0 70px;
  }

  .login-line {
    width: 70%;
  }

  .modal-btn {
    width: 34%;
  }
}
@media only screen and (min-width: 640px) and (max-width: 680px) {
  .register-text {
    width: 90%;
    margin: 0px 0 0 25px;
  }

  .login-line {
    width: 70%;
  }
}
@media only screen and (min-width: 385px) and (max-width: 573px) {
  .registerimg {
    width: 35%;
  }
}
@media only screen and (min-width: 386px) and (max-width: 510px) {
  .modal-btn {
    width: 70%;
  }
}
@media (max-width: 384px) {
  .login-line {
    display: none;
  }

  .registerimg {
    width: 50%;
  }
}
@media (max-width: 630px) {
  .modal-btn {
    width: 100%;
  }
}
@media (min-width: 325px) and (max-width: 445px) {
  #forgot-password .log-in-form {
    padding: 22px;
  }
}
@media (min-width: 295px) and (max-width: 415px) {
  #forgot-password .log-in-form {
    padding: 10px;
  }
}
@media (min-width: 420px) and (max-width: 440px) {
  #forgot-password .log-in-form {
    padding: 20px;
  }
}
@media (max-width: 295px) {
  #forgot-password .log-in-form {
    padding: 0px;
  }
}
@media (min-width: 385px) and (max-width: 535px) {
  #error-password .log-in-form {
    padding: 10px;
  }
}
@media (min-width: 300px) and (max-width: 340px) {
  #error-password .log-in-form {
    padding: 20px;
  }
}
@media (max-width: 300px) {
  #error-password .log-in-form {
    padding: 0px;
  }
}
/* MODAL STYLE */
/* =====================================
Global Login Page Elements
===================================== 
*/
/* General button look (new) (fb, ggl only) */
.login-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  cursor: pointer;
  width: 205px;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  -webkit-box-shadow: 0px 3px 8px #0000001f;
          box-shadow: 0px 3px 8px #0000001f;
  /* Button text */
  /* Button icon container */
  /* Facebook login button individual */
  /* Google login button individual */
}
@media only screen and (max-width: 480px) {
  .login-btn {
    width: 235px;
  }
}
.login-btn .login-btn-title {
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media only screen and (max-width: 480px) {
  .login-btn .login-btn-title {
    width: 70%;
  }
}
.login-btn .btn-icon-container {
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
}
.login-btn.facebook-login-btn {
  background: #3b5998;
  margin-right: 10px;
}
.login-btn.facebook-login-btn:hover {
  background: #4668b1;
}
@media only screen and (max-width: 500px) {
  .login-btn.facebook-login-btn {
    margin-right: 0px;
    margin-bottom: 12px;
  }
}
.login-btn.facebook-login-btn .login-btn-title {
  padding-left: 7px;
}
.login-btn.facebook-login-btn .btn-icon-container {
  background: #3b5998;
  background: inherit;
}
.login-btn.facebook-login-btn img {
  width: 26px;
  height: 26px;
  margin-left: 5px;
}
.login-btn.google-login-btn {
  background: #4285F4;
  margin-left: 10px;
}
.login-btn.google-login-btn:hover {
  background: #3c7be0;
}
@media only screen and (max-width: 500px) {
  .login-btn.google-login-btn {
    margin-left: 0px;
  }
}
.login-btn.google-login-btn .login-btn-title {
  padding-left: 20px;
}

/* =====================================
Large Modal Desktop
===================================== 
*/
.lg-modal {
  font-family: "Cantora One", Arial, sans-serif;
}
.lg-modal .lg-modal-box {
  width: 550px;
  margin: 10px auto;
  height: 428px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .lg-modal .lg-modal-box {
    width: 98%;
    height: 445px;
  }
}
.lg-modal .lg-modal-box .modal-close-btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d1984b), color-stop(0%, #b17c3d));
  background: linear-gradient(180deg, #d1984b 50%, #b17c3d 0%);
  border-radius: 50%;
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  top: 18px;
  right: -3px;
  z-index: 100;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .lg-modal .lg-modal-box .modal-close-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 15px;
    right: -1px;
    font-size: 20px;
  }
}
.lg-modal .lg-modal-box .modal-title {
  position: relative;
  top: 22px;
  font-size: 25px;
  color: #ffe983;
  display: block;
  text-align: center;
  z-index: 99;
}
@media only screen and (max-width: 480px) {
  .lg-modal .lg-modal-box .modal-title {
    font-size: 21px;
    top: 25px;
  }
}
@media only screen and (max-width: 360px) {
  .lg-modal .lg-modal-box .modal-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 320px) {
  .lg-modal .lg-modal-box .modal-title {
    font-size: 20px;
    top: 27px;
  }
}
.lg-modal .lg-modal-box .modal-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
}
.lg-modal .lg-modal-box .modal-bg.mobile-modal-bg {
  display: none;
}
@media only screen and (max-width: 480px) {
  .lg-modal .lg-modal-box .modal-bg.mobile-modal-bg {
    display: block;
  }
}
.lg-modal .lg-modal-box .modal-body {
  position: relative;
  top: 28px;
  padding: 0px 20px;
}
@media only screen and (max-width: 480px) {
  .lg-modal .lg-modal-box .modal-body {
    top: 40px;
  }
}
.lg-modal .lg-modal-box .modal-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
}
@media only screen and (max-width: 320px) {
  .lg-modal .lg-modal-box .modal-btn-container {
    margin-top: 29px;
  }
}
.lg-modal .lg-modal-box .modal-btn-container .btn {
  width: 230px;
}
@media only screen and (max-width: 736px) and (min-width: 568px) and (orientation: landscape) {
  .lg-modal .lg-modal-box .modal-btn-container .btn {
    width: 205px;
  }
}

/* =====================================
Small Modal (light) Desktop
===================================== 
*/
.sm-modal {
  font-family: "Cantora One", Arial, sans-serif;
}
.sm-modal .sm-modal-box {
  width: 550px;
  margin: 10px auto;
  height: 320px;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .sm-modal .sm-modal-box {
    width: 98%;
    height: 385px;
  }
}
.sm-modal .sm-modal-box .modal-close-btn {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #d1984b), color-stop(0%, #b17c3d));
  background: linear-gradient(180deg, #d1984b 50%, #b17c3d 0%);
  border-radius: 50%;
  position: absolute;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  top: 15px;
  right: -5px;
  z-index: 100;
  cursor: pointer;
}
@media only screen and (max-width: 500px) {
  .sm-modal .sm-modal-box .modal-close-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 34px;
    right: -1px;
    font-size: 20px;
  }
}
.sm-modal .sm-modal-box .modal-title {
  position: relative;
  top: 15px;
  font-size: 30px;
  color: #ffe983;
  display: block;
  text-align: center;
  z-index: 99;
}
@media only screen and (max-width: 480px) {
  .sm-modal .sm-modal-box .modal-title {
    font-size: 24px;
    top: 30px;
  }
}
@media only screen and (max-width: 360px) {
  .sm-modal .sm-modal-box .modal-title {
    font-size: 20px;
    top: 35px;
  }
}
@media only screen and (max-width: 320px) {
  .sm-modal .sm-modal-box .modal-title {
    font-size: 20px;
    top: 39px;
  }
}
.sm-modal .sm-modal-box .modal-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  display: block;
}
.sm-modal .sm-modal-box .modal-bg.mobile-modal-bg {
  display: none;
}
@media only screen and (max-width: 480px) {
  .sm-modal .sm-modal-box .modal-bg.mobile-modal-bg {
    display: block;
  }
}
.sm-modal .sm-modal-box .modal-body {
  position: relative;
  top: 28px;
  padding: 0px 20px;
}
@media only screen and (max-width: 480px) {
  .sm-modal .sm-modal-box .modal-body {
    top: 40px;
  }
}
.sm-modal .sm-modal-box .modal-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media only screen and (max-width: 320px) {
  .sm-modal .sm-modal-box .modal-btn-container {
    margin-top: 29px;
  }
}
.sm-modal .sm-modal-box .modal-btn-container .btn {
  width: 230px;
}
@media only screen and (max-width: 736px) and (min-width: 568px) and (orientation: landscape) {
  .sm-modal .sm-modal-box .modal-btn-container .btn {
    width: 205px;
  }
}

/* =====================================
Create Account Modal
===================================== 
*/
.guest-game-finished {
  /* Create Account Buttons */
  /* Dissmiss button */
}
.guest-game-finished .create-account-message {
  font-size: 1.76rem;
  color: #fff;
  text-align: center;
  padding: 0px 25px;
  margin: 25px 0px;
}
@media only screen and (max-width: 768px) and (min-height: 320px) {
  .guest-game-finished .create-account-message {
    margin: 10px 0px 15px;
  }
}
@media only screen and (max-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
  .guest-game-finished .create-account-message {
    margin: 25px 0px;
  }
}
@media only screen and (max-width: 480px) {
  .guest-game-finished .create-account-message {
    font-size: 1.6rem;
    padding: 0px 10px;
    margin: 0px 0px 15px 0px;
  }
}
@media only screen and (max-width: 375px) {
  .guest-game-finished .create-account-message {
    font-size: 1.5rem;
    margin: 5px 0px 15px 0px;
  }
}
@media only screen and (max-width: 360px) {
  .guest-game-finished .create-account-message {
    font-size: 1.5rem;
    margin: 5px 0px 10px 0px;
  }
}
@media only screen and (max-width: 320px) {
  .guest-game-finished .create-account-message {
    font-size: 1.4rem;
    margin: 12px 0px 12px 0px;
  }
}
.guest-game-finished .login-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 30px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 500px) {
  .guest-game-finished .login-btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.guest-game-finished .modal-bottom-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 14px;
  left: 188px;
}
@media only screen and (max-width: 768px) and (max-height: 1024px) {
  .guest-game-finished .modal-bottom-btn-container {
    bottom: 11px;
    left: 170px;
  }
}
@media only screen and (max-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
  .guest-game-finished .modal-bottom-btn-container {
    left: 187px;
  }
}
@media only screen and (max-width: 480px) {
  .guest-game-finished .modal-bottom-btn-container {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
.guest-game-finished .modal-bottom-btn-container .create-account-dismiss-btn {
  background: url("../images/btn-img.png") no-repeat;
  background-size: 100% 100%;
  width: 235px;
  height: 50px;
  line-height: 45px;
  font-size: 1.6rem;
  border: none;
  outline: none;
}
@media only screen and (max-width: 768px) and (max-height: 1024px) {
  .guest-game-finished .modal-bottom-btn-container .create-account-dismiss-btn {
    width: 210px;
  }
}
@media only screen and (max-width: 768px) and (max-height: 1024px) and (orientation: portrait) {
  .guest-game-finished .modal-bottom-btn-container .create-account-dismiss-btn {
    width: 236px;
  }
}
@media only screen and (max-width: 480px) {
  .guest-game-finished .modal-bottom-btn-container .create-account-dismiss-btn {
    width: 240px;
  }
}

/* =====================================
Universal Error Box
===================================== 
*/
.modal-error-container {
  background: #d90000;
  color: white;
  padding: 3px 7px;
  display: none;
  border-radius: 4px;
  text-align: center;
  margin-top: 5px;
}

/* =====================================
Forgot Password Modal
===================================== 
*/
.forgot-password .modal-body .cpw-message-container {
  padding: 0px 15px;
  margin: 15px 0px;
}
.forgot-password .modal-body .cpw-message-container p {
  font-size: 22px;
  text-align: center;
}
.forgot-password .modal-body .cpw-input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  height: 70px;
}
.forgot-password .modal-body .cpw-input-container .email-input {
  width: 80%;
}

/* =====================================
User Register Form Modal
===================================== 
*/
@media only screen and (max-width: 480px) {
  .lg-modal .lg-modal-box.user-register-form-popup {
    height: 415px;
  }
}
@media only screen and (max-width: 420px) {
  .lg-modal .lg-modal-box.user-register-form-popup {
    height: 465px;
  }
}
.lg-modal .lg-modal-box .modal-body .urf-input-container {
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 290px;
}
@media only screen and (max-width: 480px) {
  .lg-modal .lg-modal-box .modal-body .urf-input-container {
    height: 250px;
    padding: 10px 20px;
  }
}
@media only screen and (max-width: 320px) {
  .lg-modal .lg-modal-box .modal-body .urf-input-container {
    padding: 10px 7px;
  }
}
.lg-modal .lg-modal-box .modal-body .urf-input-container input {
  margin: 10px 0px;
}
@media only screen and (max-width: 480px) {
  .lg-modal .lg-modal-box .modal-body .modal-btn-container {
    margin-top: 0;
  }
}

/* =====================================
Universal Popup (Large)
===================================== 
*/
.lg-modal.universal-popup .lg-modal-box .modal-title {
  top: 30px;
}
@media only screen and (max-width: 480px) {
  .lg-modal.universal-popup .lg-modal-box .modal-title {
    top: 31px;
  }
}
.lg-modal.universal-popup .lg-modal-box .modal-body .univesal-message-container {
  height: 290px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}
@media only screen and (max-width: 480px) {
  .lg-modal.universal-popup .lg-modal-box .modal-body .univesal-message-container {
    height: 280px;
    padding: 10px;
  }
}
@media only screen and (max-width: 360px) {
  .lg-modal.universal-popup .lg-modal-box .modal-body .univesal-message-container {
    height: 285px;
  }
}
.lg-modal.universal-popup .lg-modal-box .modal-body .univesal-message-container p {
  font-size: 20px;
  text-align: center;
}
@media only screen and (max-width: 360px) {
  .lg-modal.universal-popup .lg-modal-box .modal-body .univesal-message-container p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 320px) {
  .lg-modal.universal-popup .lg-modal-box .modal-body .univesal-message-container p {
    font-size: 18px;
  }
}

/* =====================================
Bootstrap Image Carousel Adjustments
===================================== 
*/
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  background: #313131;
  height: 34px;
}
@media only screen and (max-width: 736px) and (min-width: 568px) and (orientation: landscape) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    height: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    height: 25px;
  }
}

.carousel-img {
  margin: auto;
}
@media only screen and (max-width: 736px) and (min-width: 568px) and (orientation: landscape) {
  .carousel-img {
    width: 80%;
  }
}

.carousel-inner > .item > img {
  height: 290px;
}
@media only screen and (max-width: 736px) and (min-width: 568px) and (orientation: landscape) {
  .carousel-inner > .item > img {
    height: auto;
  }
}
@media only screen and (max-width: 480px) {
  .carousel-inner > .item > img {
    height: auto;
  }
}

/* 
=====================================
Login form buttons
===================================== 
*/
.form-login-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form-login-btn-container .login-btn {
  width: 198px;
}

/* Button text */
.form-login-btn-container .login-btn .login-btn-title {
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.form-login-btn-container .google-login-btn .login-btn-title {
  padding-left: 18px;
}

@media only screen and (max-width: 970px) {
  .form-login-btn-container .facebook-login-btn {
    margin-right: 5px;
  }

  .form-login-btn-container .google-login-btn {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 890px) {
  .form-login-btn-container .login-btn .login-btn-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 769px) {
  .form-login-btn-container {
    position: relative;
    bottom: 12px;
  }

  .form-login-btn-container .login-btn .login-btn-title {
    font-size: 14px;
    width: 72%;
  }

  .form-login-btn-container .login-btn {
    width: 65%;
  }

  .form-login-btn-container .facebook-login-btn {
    margin-right: 5px;
  }

  .form-login-btn-container .google-login-btn {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 736px) and (min-width: 500px) {
  .form-login-btn-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    bottom: 0px;
  }

  .form-login-btn-container .login-btn {
    width: 45%;
  }

  .form-login-btn-container .facebook-login-btn {
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .form-login-btn-container .google-login-btn {
    margin-left: 10px;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 500px) {
  .form-login-btn-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    bottom: 0;
  }

  .form-login-btn-container .login-btn {
    width: 100%;
  }

  .form-login-btn-container .login-btn .login-btn-title {
    width: 79%;
  }

  .form-login-btn-container .facebook-login-btn {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .form-login-btn-container .google-login-btn {
    margin-left: 0px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 430px) {
  .form-login-btn-container .login-btn .login-btn-title {
    font-size: 16px;
    width: 74%;
  }
}
@media only screen and (max-width: 376px) {
  .form-login-btn-container .login-btn .login-btn-title {
    font-size: 16px;
    width: 71%;
  }
}
/* 
=====================================
Main Page Improvements
===================================== 
*/
.container-right .demo-pic {
  width: 91%;
}

.invalid-login-links {
  width: 37%;
}

.log-header {
  margin: 20px 0px;
}

.btn-secondary {
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.form-login-button,
.form-login-btn-container .login-btn {
  width: 48%;
}

.input_area {
  padding-bottom: 10px;
}

.section-header {
  padding: 25px 0px;
}

.top-padding {
  padding-top: 15px;
  text-align: center;
  font-size: 24px;
}

.features-container {
  margin: 20px 15px 0px;
  padding: 0 15px 25px;
}

.section-container {
  padding: 20px 0px 0px;
}

.rummy_about, .our_version_container {
  padding: 30px;
  text-align: center;
  color: #41220e;
  width: 80%;
  margin: 0px auto;
  font-size: 17px;
  line-height: 1.5;
}

.our-version-container {
  background: none;
  border: none;
  width: 100%;
  font-size: 17px;
}

.our-version-btn-container {
  width: 80%;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.our-version-btn {
  width: 40%;
  margin: 0px 10px;
}

.btn-primary {
  background: #7ba129;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.btn-primary:hover {
  background: #88AE34;
  color: #fff;
}

.btn-secondary {
  background: #be8641;
}

.btn-secondary:hover {
  background: #ffae00;
  color: #fff;
}

.playbtn {
  width: 65%;
}

/* 
=====================================
New Footer
===================================== 
*/
footer {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #402615), color-stop(0, #381e0d));
  background: linear-gradient(180deg, #402615 50%, #381e0d 0);
  position: relative;
}

footer .links-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0px;
}

footer .links-container a {
  display: block;
  color: #fff;
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  text-decoration: none;
  z-index: 99;
}

footer .links-container a:hover {
  color: #ffae00;
}

.footer-links-separator {
  display: block;
  width: 2px;
  height: 20px;
  background: #ffffff;
  margin: 0px 12px;
}

/* Footer Decoration  */
.footer-decoration {
  position: absolute;
  bottom: -30px;
  left: -20px;
  width: 1038px;
}

/* Copyright Container */
.copyright-container {
  width: 235px;
  margin: 30px auto;
  padding: 10px 0px;
  text-align: center;
}

.copyright-container p {
  color: rgba(255, 255, 255, 0.89);
  font-size: 12px;
  margin: 0;
}

.login-wrapper {
  margin: 50px auto 0;
}

/* 
=====================================
New Header
===================================== 
*/
header {
  position: relative;
}

header .header-navbar {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #402615), color-stop(0, #381e0d));
  background: linear-gradient(180deg, #402615 50%, #381e0d 0);
}

.header-decoration {
  position: absolute;
  top: -25px;
  left: -16px;
  width: 1030px;
  z-index: 98;
}

.navbar-logo {
  height: auto;
  padding: 0px 25px;
}

.right-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}

.fb-widget-container {
  height: 42px;
  width: 60px;
}

/* Languages */
.language-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.language-wrapper #lang-en {
  background: url("../images/lang_en_new.png") no-repeat;
  background-size: cover;
  width: 59px;
  height: 59px;
  cursor: pointer;
  z-index: 99;
}

.language-wrapper #lang-sr {
  background: url("../images/lang_sr_new.png") no-repeat;
  background-size: cover;
  width: 59px;
  height: 59px;
  cursor: pointer;
  z-index: 99;
}

.langMenu {
  display: none;
  position: absolute;
  right: 19px;
  top: 70px;
  background: #60830D;
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.424);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.424);
  z-index: 99;
}

.langMenu .lang-options-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.langMenu .lang-en {
  background: url("../images/lang_en_new.png") no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 10px;
  z-index: 99;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  position: relative;
}

.langMenu .lang-sr {
  background: url("../images/lang_sr_new.png") no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  cursor: pointer;
  border-radius: 10px;
  z-index: 99;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.langMenu .lang-en:hover, .langMenu .lang-sr:hover {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media only screen and (max-width: 1024px) {
  .monkey {
    display: none;
  }
}
@media only screen and (max-width: 825px) {
  .header-decoration {
    top: -16px;
    left: -2px;
    width: 825px;
  }

  .right-container {
    margin-right: -7px;
  }

  .langMenu {
    right: 26px;
  }

  .footer-decoration {
    bottom: -28px;
    left: -13px;
    width: 847px;
  }
}
@media only screen and (max-width: 820px) {
  .header-decoration {
    top: -16px;
    left: -2px;
    width: 815px;
  }

  .footer-decoration {
    bottom: -25px;
    left: -14px;
    width: 837px;
  }

  .form-login-btn-container {
    position: relative;
    bottom: 12px;
  }
}
@media only screen and (max-width: 769px) {
  .header-decoration {
    width: 770px;
  }

  .equal-heights-column-login .container-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .invalid-login-links {
    width: 49%;
  }

  .container-right .demo-pic {
    width: 100%;
  }

  .playbtn-container {
    margin-top: 12px;
  }

  .container-btm-wrapper-login {
    background: #5D7F12;
  }

  .footer-decoration {
    bottom: -26px;
    left: -16px;
    width: 796px;
  }
}
@media only screen and (max-width: 736px) {
  .header-decoration {
    width: 740px;
  }

  .navbar-toggle {
    z-index: 99;
    margin-top: 22px;
    margin-right: 20px;
  }

  .right-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 10px 10px;
  }

  .langMenu {
    position: inherit;
    padding: 4px 8px;
    margin-left: 15px;
  }

  .footer-decoration {
    bottom: -26px;
    left: -11px;
    width: 756px;
  }
}
@media only screen and (max-width: 731px) {
  .header-decoration {
    width: 734px;
  }

  .footer-decoration {
    bottom: -23px;
    left: -11px;
    width: 752px;
  }
}
@media only screen and (max-width: 667px) {
  .header-decoration {
    width: 670px;
  }

  .footer-decoration {
    bottom: -25px;
    left: -10px;
    width: 685px;
  }
}
@media only screen and (max-width: 640px) {
  .header-decoration {
    width: 642px;
  }

  .footer-decoration {
    bottom: -18px;
    left: -10px;
    width: 658px;
  }
}
@media only screen and (max-width: 570px) {
  .header-decoration {
    width: 570px;
    top: -12px;
  }

  .footer-decoration {
    bottom: -18px;
    left: -9px;
    width: 584px;
  }
}
@media only screen and (max-width: 500px) {
  .login-wrapper {
    margin: 0;
  }

  .header-decoration {
    display: none;
  }

  .navbar-logo {
    padding: 0px 15px;
  }

  .right-container {
    padding: 10px 0px;
  }

  .mid1 {
    padding-bottom: 60px;
  }

  .section-container {
    padding: 8px 0px 0px;
  }

  .form-login-button,
  .form-login-btn-container .login-btn {
    width: 100%;
  }

  .forgot-pass-or-register-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
    margin: 5px 0px;
  }

  .form-login-btn-container {
    bottom: 0px;
  }

  .features-container {
    margin: 0;
  }

  .our_version_container {
    width: 100%;
  }

  .our-version-btn {
    width: 100%;
    margin: 0;
  }

  .top-padding {
    padding-top: 25px;
  }

  footer .links-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 0px;
  }

  footer .links-container a {
    margin: 5px 0px;
  }

  .footer-links-separator {
    display: none;
  }

  .footer-decoration {
    display: none;
  }

  .copyright-container {
    display: none;
  }
}
.homepage-login-form {
  position: relative;
  padding-bottom: 18px;
}
.homepage-login-form .login-error-message {
  background: #d90000;
  color: white;
  padding: 3px 7px;
  display: none;
  border-radius: 4px;
  text-align: center;
  position: absolute;
  bottom: 3px;
  left: 16px;
}

.input-error {
  border: 1.5px solid #d90000;
}

.homepage-login-btn-container {
  padding: 0px 15px;
}
.homepage-login-btn-container .login-btn-row {
  margin: 20px 0px 0px;
}

/*# sourceMappingURL=homepage.css.map */