/* @group Utility */

div.hardware-accelarate {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  position: static;
}


.spaced-5 {
  margin-bottom: 5px;
}

.centerlink {
  text-align: center;
  display: block;
}

.orspacer {
  text-align: center;
  font-size: 17px;
  padding-top: 4px;
}

.paypalbtn img {
  width: 100%;
}

header {
  margin-top: 40px;
}

ul {
  padding-left: 20px;
}

.btn-lg {
  border-radius: 2px;
}

.btn-dark {
  background-color: #454545;
  color: white;
}

.btn-dark:hover {
  color: white;
  background-color: #000;
}

label.tnc {
  font-weight: normal;
  font-style: normal;
  font-size: 13px;
}

label.tnc a {
  color: #a8a8a8;
}

/* @group Modals */

.account-modal {
  margin-top: 25px;
}

.account-modal input {
  -webkit-border-radius:1pt;
  -moz-border-radius:1pt;
  -o-border-radius:1pt;
  border-radius:1pt;
  font-size: 13px;
}

.account-modal .modal-header {
  background-color: #323232;
  padding-top: 10px;
  padding-bottom: 10px;
}

.account-modal .modal-header h4 {
  color: #afafaf;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}

.close-inverse {
  color: #fff;
  font-size: 24px;
  opacity: 0.7;
  line-height: 18px;
}

.close-inverse:hover {
  opacity: 1;
  color: #fff;
}

.account-modal .modal-body {
  text-align: center;
}

.account-modal .modal-body a {
  color: #888;
}

.account-modal .pass-restore {
  margin-top: 10px;
  margin-bottom: 0;
}

.account-modal .btn-lg {
  background-color: #4888d3;
  -webkit-border-radius: 1pt;
  -moz-border-radius:1pt;
  -o-border-radius:1pt;
  border-radius:1pt;
  border-style: solid;
  border-color: #4583cb;
  color: #fff;
}

.account-modal .fb-login {
}

.fb-login p {
  font-weight: normal;
  font-style: normal;
  margin: 0;
}

.btn-lg.fb-login, .account-modal .modal-body a.fb-login  {
  background-color: #4a60a5;
  border-color: #434f95;
  font-size: 17px;
  color: white;
}

.fb-login span {
  padding-right: 10px;
  border-right: 1px solid #bbcde4;
  font-size: 20px;
  padding-top: 0;
  margin-right: 14px;
  font-weight: bold;
}

.or {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  color: #505050;
}

.or2 {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 14px;
  color: #505050;
  text-align: center;
  border-bottom: 2px solid #b1b1b1;
  margin-bottom: 33px;
}

.or2 span {
  position: relative;
  top: 11px;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
}



/* @end */

/* @group Copyright bar */

.copyright {
  font-size: 10px;
  color: #a1a1a1;
  margin-top: 0;
  background-color: #333;
  border-top: 1px solid #e0e0e0;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 4px;
  color: #7f7f7f;
}

.copyright a {
  color: #00b88a;
}

.copyright a:hover {
  text-decoration: underline;
}

/* @end */

/* @group Main Footer */

#footer_main {
  z-index: 10;
  background-color: #efefef;
  font-size: 13px;
  padding-bottom: 20px;
  margin-bottom: 0;
  padding-top: 20px;
}

#footer_main hr {
  margin-bottom: 30px;
  border-color: #d9d9d9;
}

#footer_main footer.container {
  padding-left: 10px;
  padding-right: 10px;
}

#footer_main ul {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 15px;
}

#footer_main ul strong {
  text-transform: uppercase;
  font-size: 13px;
  color: #c0c0c0;
}

#footer_main .visible-xs a {
  font-weight: bold;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  background-color: #4b4b4b;
  padding: 10px;
  margin-bottom: 10px;
}

#footer_main a {
  color: #7f7f7f;
}

.subscribe {
  margin-top: 12px;
}

.subscribe label {
  font-size: 13px;
  color: #818181;
  line-height: 15px;
}



/* @end */

/* @group Off Canvas */

#sidebar-toggle {
  float: left;
}

/*
 * Off Canvas
 * --------------------------------------------------
 */

nav#navslider {
    background: #ddd;
    display: block;
    position: fixed;
    width: 200px;
	top: 51px;
	height: 100%;
  border-right: 1px solid #bcbcbc;
  padding-top: 3px;
  z-index: 0;
  overflow: auto;
  padding-bottom: 50px;
}

nav#navslider ul {
  list-style-type: none;
  padding-left: 0;
}

nav#navslider ul li a {
  color: #545454;
}

nav#navslider ul li {
  padding: 10px;
  font-size: 20px;
  font-weight: 200;
  border-bottom: 1px solid #bdbdbd;
}
div.animated-wrapper {
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
  background-color: white;
}
  div.animated-wrapper[data-state="neutral"] {
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
  }
  div.animated-wrapper[data-state = "slide-right"] {
      -webkit-transform: translateX(200px);
      -moz-transform: translateX(200px);
      -o-transform: translateX(200px);
      transform: translateX(200px);
  }




/* @end */



/* @end */

html,
body {
  overflow-x: hidden;
  height: 100%;
}

body {
  background-color: #efefef;
  padding-top: 37px;
}

.caret {
  margin-top: -3px;
}

/* @group Topbar */

nav#topbar {
	background-color: #202020;
	min-height: 0px;
	border-bottom: 1px none #7f7f7f;
  height: 37px;
  margin-bottom: 0;
}

nav#topbar .nav > li > a {
  color: white;
  font-size: 13px;
  border-radius: 0;
  background-color: #202020;
  /* updated */
}

nav#topbar .nav > li.logo a {
  padding-top: 7px;
  padding-bottom: 7px;
}

nav#topbar .nav > li > a:hover {
  background-color: rgba(18, 127, 0, 0.45);
}

nav#topbar .dropdown.open > a {
  background-color: #424242;
  color: #fff;
  margin-bottom: -1px;
  padding-bottom: 8px;
  padding-top: 9px;
}

.navbar-nav > li > a{padding-top: 9px;padding-bottom: 8px;line-height: 20px;
  font-size: 12px;
}

ul.nav.navbar-nav.navbar-right {
  margin-right: 0;
}

/* @group Drop */

#quickdrop {
  background-color: #999;
  border-bottom: 1px solid #999;
  padding-top: 0;
}

.nav-drop .btn-default {
  border-radius:0;
  background-color: #999;
  color: #fff;
  border-style: none;
  padding-bottom: 8px;
  border-bottom: 1px solid #999;
  padding-top: 8px;
}

.nav-drop .btn-default.collapsed {
  background-color: #125a0c;
  color: #12ff00;
  border-bottom-color: #125a0c;
}

#quickdrop > div {
  padding: 7px 14px;
}

#quickdrop .search {
  padding-bottom: 13px;
  padding-top: 13px;
}

#quickdrop .form-group {
  margin-bottom: 0;
}

#drop-toggle {
  color: white;
  margin-right: 0;
}

#quickdrop .balance > span {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}

#quickdrop .balance > span > span {
  font-size: 14px;
}

#quickdrop .drop {
  font-size: 16px;
  padding: 0;
}

#quickdrop .drop ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#quickdrop .drop ul li {
  display: inline-block;
  height: 55px;
  float: right;
  padding-top: 11px;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #868686;
}

#quickdrop .drop ul li.first {
  border-left-style: none;
  border-left-color: red;
  /* font-weight: bold; */
  font-size: 14px;
  padding-top: 15px;
}#quickdrop .btn-dark:hover{color:#fff;background-color:#47a447;border-color:#398439}



/* @end */

/* @end */

#map_canvas {
	margin-top: -20px;
	width:100%;  
	position:absolute;
}

.secondarycontent {
  margin-top: 496px;
}

.bodyblock {
  padding: 0 20px 20px;
}

.maincontent > div {
}

@media (max-width:767px){

body {
  margin-top: 19px;
}

#topbar .box {
  padding-left: 10px;
  padding-right: 0;
  color: white;
  /* background: #202020 url(../geo_logo_s2.png) no-repeat center; */
}

#drop-toggle {
  color: white;
  margin-right: 0;
  border-radius: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding: 13px;
  font-size: 20px;
}

#drop-toggle.collapsed {
  background-color: #125a0c;
  color: #12ff00;
}

#drop-toggle:hover {
  background-color: #202020;
  border-color: #202020;
}


}

@media (min-width:768px) and (max-width:991px){

}

@media (max-width:1199px){
}

@media (min-width:1200px){
}
