@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900);


* { 
	margin: 0;
	padding: 0px;
    font-family: 'Lato', sans-serif;
} 
body { 
	background: #fff; 
	margin: 0; 
	color: #5a5a5a;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
	font-weight: 300;
}


p { 
	padding: 0; 
	margin-bottom: 12px; 
    font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px; 
	line-height: 28px;
	color: #666; 
	margin-top: 10px; 
}

html,
body {
	width: 100%;
	height: 100%;

}

table, td {
	padding:0px;
	text-align: center;

}
.oneline {
	border:1px solid black;
	padding:0px;
	margin:0px;
}

.absolute {
	position: absolute;
	}

.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}

.vertical-align {
    display: flex;
    align-items: center;
}

.textleft { text-align:left; }
.textright { text-align:right; }

.centered {text-align: center}
.mt {margin-top: 50px;}
.mb {margin-bottom: 50px;}
.mtb {margin-top: 50px; margin-bottom: 50px;}
.mtb2 { margin-top: 100px; margin-bottom: 100px;}
.ptb {padding-top: 80px; padding-bottom: 80px;}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a { 
	padding: 0;
	margin: 0;
	text-decoration: none; 
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
	color: #fff;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}

.nopadding {
	padding: 0px !important;
	margin: 0px;
}


/* FORM CONFIGURATION */


.bubble_main {
	border-radius: 15px;
	line-height: 20px;
	padding: 15px;
	border: 1px solid #c1c1c1;
	margin-bottom: 10px;
	min-height: 14px;
	color:#000;

}
.bubble {
	border-radius: 15px;
	line-height: 20px;
	padding: 15px;
	border: 0px solid #c1c1c1;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	min-height: 14px;
	color:#000;
	width:80%;
}

.bubble_colorleft {
	background: #f4f4f4;
}	
.bubble_colorright {
	background: #eef4ff;
}	

.bordered {

	border-radius: 1px;
	line-height: 20px;
	padding: 10px;
	border: 1px solid #fff;
	margin-top: 10px;
	min-height: 14px;
}




.bordered3 {

	border-radius: 1px;
	padding: 10px;
	border: 1px solid #fff;
}


.bordered:hover {

	border: 1px solid #fff;
	color:#83b1d1;
	background:#fff;


}

.bordered2 {

	border-radius: 5px;
	line-height: 20px;
	padding: 10px;
	border: 1px solid #000;
	margin-top: 10px;
	font-size:80px;
}

.bordered2:hover {

	border: 1px solid #fff;
	color:#83b1d1;
	background:#fff;


}

.number {
font-weight: bold;
}

.yes {
	cursor:pointer;
}	
.yes:hover {
	border: 1px solid #000;
	color:green;
	background:#dfd;
}

.no {
	cursor:pointer;
}	
.no:hover {
	border: 1px solid #000;
	color:red;
	background:#fdd;
}

.answer {

}

#result i{
	font-size:40px;
	line-height: 30px;
}


input {
	font-size: 16px;
	min-height: 40px;
	border-radius: 2px;
	line-height: 20px;
	padding: 11px 30px 12px;
	border: 1px solid #b9b9af;
	margin-bottom: 10px;
	background-color: #fff;
	-webkit-transition: background-color 0.2s;
	transition: background-color 0.2s;
}

.subscribe-input {
	float: left;
	width: 65%;
	text-align: left;
	margin-right: 2px;
}

.subscribe-submit {
	right: 0;
}

.btn-info {
	background: #CCC721;
	border: 0px solid white;
	margin:5px;
	min-width:100px;
}
.btn-info:focus {
	background: #CCC721;
	border: 1px solid black;
	margin:5px;
	min-width:100px;
}

.btn-info:hover {
	color: #fff;
	background: #CCC721;
	border: 0px solid white;
	min-width:100px;
}

.btn-warning {
	background: #999765;
	color: #fff;
	border: 0px solid white;
	margin:5px;
	min-width:100px;

}
.btn-warning:hover {
	color: #ffffff;	
	background: #999765;
	border: 0px solid white;
	min-width:100px;
}


.btn-conf {
	border-radius: 50px;
	margin-right: 15px;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 14px 28px 13px 28px;
	}

.btn-clear {
	background: #ddd;
	color: 000;
	border: 0px solid black;
	min-width:120px;
}
.btn-clear:hover {

	background: ddd;
	color: #000;
	border: 0px solid black;
	min-width:120px;
}



.dmbutton:hover,
.dmbutton:active,
.dmbutton:focus{
	color: #ffffff;
	background-color: #222222;
	border-color: #ffffff;
}
.dmbutton {
	background:rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
	color: #ffffff;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing:0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: normal;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	font-weight: normal !important;
}




/* HEADER SECTION */
#h {
	background-color:#fff;
	padding-top: 5px;
	background-attachment: relative;
	background-position: center center;
	min-height: 100px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: white;
}

#h .logo {
	margin-top: 10px;
	margin-bottom: -30px;
	margin-left: 0px;
}

#h .logo h2{
	font-weight: 900;
	color: white;
	letter-spacing: 1px;
}

#h h3 {
	margin-top: 10px;
}

#h i {
	font-size: 50px;
}

/* GREY SECTION */
#g {
/*	background-image:url('../img/carnooba_back1.jpg');	*/
	background-color:#ffffff;

	padding-top: 5px;
	background-attachment: fixed;
	background-position: center center;
	min-height: 100px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: black;

  border-top: 1px dotted #c1c1c1;


}

.dotted_frame {

	border: 1px dotted #c1c1c1;

}

#g h3 {
	color: #000;
}	


#c {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #ffffff;
}
#c_orders {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #ffffff;
}

#c_messagess {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #ffffff;
}


#d {
	padding-top: 25px;
	padding-bottom: 25px;
	background: #ffffff;
}

#d p, a {
	color: black;
	font-size: 14px;
}

#d a:hover {
	color: #2C497F;
	font-size: 14px;
}


#mainMenu {
	padding-top: 15px;
	padding-right: 35px;
}



#detailermap { height: 370px; }
#customermap { height: 370px; }

#f {
	padding-top: 0px;
	padding-bottom: 25px;
	background-color: #2C497F;
	color: white;
}

#f i {
	margin-right: 30px;
	font-size: 35px;
}


#f a,p {
	color: white;
	font-size: 12px;

}

/* HEADER 2 - PORTFOLIO SECTION */
#h2 {
	background: #ffffff;
	padding-top: 5px;
	background-attachment: relative;
	background-position: center center;
	min-height: 100px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: black;
}

#h2 .logo {
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 70px;
	padding-bottom: 70px;
}

#h2 .logo h2{
	font-weight: 900;
	color: white;
	letter-spacing: 1px;
}

#h2 h3 {
	margin-top: 30px;
	letter-spacing: 1px;
}

.error {
  border-color: rgba(255, 2, 2, 0.8);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 2, 2, 0.6);
  outline: 0 none;
}

/* Change cursor when mousing over clickable layer */
.leaflet-clickable {
  cursor: crosshair !important;
}
/* Change cursor when over entire map */
.leaflet-container {
  cursor: crosshair !important;
}



/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loading_text {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 100%;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #fff;
  font-size:24px;
  text-align:center;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 20px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.confirmation-overlay {
  -ms - opacity: 0.9;
  background-color: rgba(0,0,0,0.9);
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.9;
  position: fixed;
  top: 0;
  vertical-align: middle;
  width: 100%;
  z-index: 100000;
}

.confirmation-content {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
}

.confirmation-text {
    color: #FFF;
    font-size: 18px;
    text-align: center;
}


.topbar {
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

.menubutton {
  height: 100%;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
  padding-left: 20px;
}

.content {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  background-color: #ffffff;
  overflow-x: hidden;
  padding: 20px;
}
.content p {

  color: #000000;
	font-weight: 300;
	font-size: 18px; 
	line-height: 28px;	

}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #2a93ca;
  overflow-x: hidden;
  transition: 0.3s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

