
/* Sticky footer styles
-------------------------------------------------- */

html,
body {
  height:100%;
  font-size:17px;
  /* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
  min-height:100%;
  height:auto;
  /* Negative indent footer by its height */
  margin:0 auto -60px;
  /* Pad bottom by footer height */
  padding:0 0 60px;
}
/* Set the fixed height of the footer here */
#footer {
  height:60px;
  background-color:#f5f5f5;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

/* Links & Buttons Colors
---------------------------- */

a {
    color: #007bff;
}

a:hover, a:focus {
    color:#0056b3;
}

.btn-primary {
    background-color: #007bff;
    border-color: #007bff;
}

.btn-primary:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-success {
    background-color:#23c859;
    border-color:#23c859;
}

.btn-success:hover {
    background-color:#1eaa4c;
    border-color:#1ca047;
}

/* Links & Buttons Colors END
----------------------- */

/* Info window styles
----------------------- */
.landmark {
    width:375px;
    padding:7px 0 0 0;
    background:rgba(247,247,247,0.85);
    border-radius:5px;
    box-shadow:10px 10px 50px rgba(0,0,0,0.29);
    font-family:Helvetica,Arial,sans-serif;
    -webkit-transform-origin:0 10px;
    transform-origin:0 10px;
}
.landmark h1  {
    margin-top:0;
    padding:5px 15px;
    font-size:18px;
}
button.close  {
    padding:0 15px;
}
.landmark section {
    padding:0 15px 10px;
    font-size:14px;
}
span#altitude{
    line-height:33px;
}
.landmark section p {
    margin:5px 0;
}
.landmark:after {
    content:"";
    position:absolute;
    left:50%;
	margin-left:-14px;
    width:0;
    height:0;
    border-top:16px solid rgba(255,255,255,0.85);
    border-right:14px solid rgba(0,0,0,0);
    border-left:14px solid rgba(0,0,0,0);
}
.mk-dark-mode .landmark:after {
    border-top:16px solid rgba(247,247,247,0.85);
}
.mk-dark-mode .mk-callout {
	color:inherit!important;
}
@-webkit-keyframes scale-and-fadein {
    0% {
        -webkit-transform:scale(0.2);
        opacity:0;
    }
    100% {
        -webkit-transform:scale(1);
        opacity:1;
    }
}
@keyframes scale-and-fadein {
    0% {
        transform:scale(0.2);
        opacity:0;
    }
    100% {
        transform:scale(1);
        opacity:1;
    }
}
/* Info window styles END
----------------------- */

/* Autocomplete
----------------------- */
.addressWrapper {
    position:relative;
}
.mapSearchResults {
    display:none;
    position:absolute; 
    z-index:999;
    background:#fff; 
    border:1px #ccc solid;
	border-radius:0 0 4px 4px;
	width:100%;
}
#resultsWrapper {
    position:relative;
	top:-1px;
}
.mapSearchResultsItem {
    padding:4px 12px;
    border-bottom:1px #ccc solid;
	font-size:15px;
}
.mapSearchResultsItem:last-of-type {
    border-bottom:0 none;
}
.mapSearchResultsItem:hover {
    background:#eee;
}

/* Autocomplete END
----------------------- */

/* Map full screen button
---------------------------- */
.btn.full_screen {
    position:absolute;
    left:11px;
    top:11px;
    z-index:1000;
	padding:5px;
	margin:0;
	display:none;
	background:#fff;
	border:1px solid #bfbfbf;
}
.btn.full_screen:active,
.btn.full_screen.active {
  -webkit-box-shadow:none;
  box-shadow:none;
  background:#ededed;
}
.btn.full_screen .glyphicon-fullscreen,
.btn.full_screen .glyphicon-resize-small {
    display:block;
	top:0;
	color:#333;
}

/* Map full screen button END
---------------------------- */

#wrap > .container {
  padding:100px 15px 0;
}
.container .credit {
  margin:20px 0;
}
#footer > .container {
  padding-left:15px;
  padding-right:15px;
}
code {
  font-size:80%;
}
body,input {
    font-family:sans-serif;
    font-weight:300;
}
strong,label,h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family:sans-serif;
    font-weight:550;
}
h1 {
    margin-top:0;
}
h2,h3,.h2,.h3 {
    font-size:24px;
}
h4 #link {
    font-weight:300;
}
#footer {
    background-color:#fff;
    border-top:1px solid #e7e7e7;
}
#wrap {
    margin:0 auto -61px;
    padding:0 0 61px;
}
.row {
    margin-bottom:15px;
}
#top_account {
	padding-top: 11px;
	/* margin-left: 10px; */
	/* margin-right: 10px; */
}
#plus-one {
    margin-left:10px;
    margin-right:5px;
    padding-top:11px;
}
.twitter {
    padding-top:13px;
}
.container > .navbar-header,.container > .navbar-collapse {
    margin-left:-15px;
    margin-right:-15px;
}
.navbar-collapse {
    max-height:400px;
}
.navbar-default {
    background-color:#fff;
}
.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active > a:hover,.navbar-default .navbar-nav > .active > a:focus {
    background-color:#eee;
}
.nav-tabs {
    border-bottom:0 none;
	font-size:14px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border-color:#e7e7e7;
  border-bottom-color:transparent;
}
.page-header {
    margin:10px 0;
    border-bottom:1px solid #e7e7e7;
}
.sexagesimal,.sexagesimalsec {
    display:inline-block;
    padding:6px;
}
.sexagesimal {
    width:36px;
}
.sexagesimalsec {
    width:64px;
}
.form-horizontal .control-label {
    text-align:left;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-right:10px;
    margin-left:5px;
}
.radio input[type="radio"],.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
    margin-left:-18px;
}
.radio-inline,.checkbox-inline {
    padding-left:18px;
    padding-top:0;
    width:28px;
}
.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    padding-top:0;
}
.form-horizontal {
    border-bottom:1px solid #e7e7e7;
    padding-bottom:5px;
}
.col-md-3.control-label {
    margin-bottom:2px;
}
#map_canvas {
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    width:100%;
    height:500px;
    position:relative;
    background:rgb(229,227,223);
    overflow:hidden;
}
.bg-orange {
	background-color:#f0603f;
}
.bg-green {
	background-color:#52b48b;
}
#statusinfo {
	font-weight:normal;
	color:#fff;
	padding:7px 13px;
}
#statusinfo img {
	width:24px;
	height:24px;
	float:left;
	margin:-2px 2px 0 -3px;
}
.favorite,.bookmarked {
    margin-left:15px;
}
.table > thead > tr > th {
    border-bottom:1px solid #e7e7e7;
    vertical-align:bottom;
}
.table > thead > tr > th,.table > tbody > tr > th,.table > tfoot > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td {
    border-top:1px solid #e7e7e7;
    vertical-align:middle;
}
hr {
  border-top:1px solid #e7e7e7;
}
.zeroclipboard-is-hover {
  color:#333333;
  background-color:#ebebeb;
  border-color:#adadad;
}
.adslot_responsive { display:inline-block;width:728px;height:15px }
.adlink_right {margin-top:20px;}
.admargintop  {margin-top:10px;}
.input-group-addon {
    background-color:#4285f4;
    border-color:#4285f4;
    color:#fff;
}
ul.countries li a {
  padding:5px 0;
  display:inline-block;
}
#address.form-control,#addressDest.form-control {padding-right:32px};

@media (min-width:992px) and (max-width:1199px) {
  .col-md-9 {
    width:100%;
  }
  .col-md-offset-3.col-md-4 {
    width:100%;
  }
  .col-md-offset-3 {
    margin-left:0;
  }
}
@media (max-width:1199px) {
  .col-md-3.control-label {
    padding-top:0;
  }
  .form-group {
    margin-bottom:10px;
  }
}
@media (max-width:1199px) {
  .nav > li > a {
    position:relative;
    display:block;
    padding:10px 10px;
  }
}
@media (max-width:992px) {
  .nav > li > a {
    position:relative;
    display:block;
    padding:10px 3px;
  }
}
@media (max-width:767px) {
  #wrap {
    word-wrap:break-word;
  }
  #wrap > .container {
    padding:60px 15px 0;
  }
  #copy-button {
    display:none;
  }
  .nav-tabs > li {
    float:none;
    margin-bottom:0;
  }
  .nav-tabs > li.active > a,.nav-tabs > li.active > a:hover,.nav-tabs > li.active > a:focus {
    border:0 none;
  }
  .nav-tabs > li > a {
    border:0 none;
    border-radius:0;
    margin-right:0;
  }
  .navbar-header {
    width:100%;
  }
  .navbar-toggle {
    /* margin-top: 6px; */
  }
  ul.countries li a {
    padding:10px 0;
  }
}
@media (max-width:500px) {
  .adslot_responsive { display:none; }
  .small_width_no_display { display:none; }
  .landmark {
      width:325px;
  }
}
#gpstop { min-height: 250px; }
@media(min-width: 500px) { #gpstop { min-height: 60px; } }
@media(min-width: 800px) { #gpstop { min-height: 90px; } }
@media (max-width:900px) and (orientation:landscape) 
{
  .landmark {
      width:325px;
  }
}
.navbar-toggle {
margin-left:10px;
}
.navbar img {
	width:40px;
	height:40px;
	border-radius:4px;
	margin-top:5px;
}
.navbar.navheader {
	padding-bottom:0;
	margin-bottom:0;
} 