@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
/*#########################################
#					                      #
#		         General		          #
#					                      #
##########################################*/
/* line 12, ../sass/layout.scss */
html,
body {
  height: 100%;
  overflow: hidden;
}

/* line 17, ../sass/layout.scss */
body {
  padding: 0;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}

/* line 30, ../sass/layout.scss */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  line-height: 1.4em;
  margin: 0 0 20px 0;
}

/* line 35, ../sass/layout.scss */
.center {
  text-align: center;
}

/* line 39, ../sass/layout.scss */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

/* line 47, ../sass/layout.scss */
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* line 55, ../sass/layout.scss */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 66, ../sass/layout.scss */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 76, ../sass/layout.scss */
.row:before,
.row:after {
  content: "";
  display: table;
}

/* line 81, ../sass/layout.scss */
.row:after {
  clear: both;
}

/* line 85, ../sass/layout.scss */
.row {
  *zoom: 1;
}

/* line 90, ../sass/layout.scss */
.no-margin {
  margin: 0;
}

/* line 94, ../sass/layout.scss */
.margin-0-20 {
  margin-bottom: 20px;
}

/* line 98, ../sass/layout.scss */
h1 {
  background: white;
  padding: 40px 40px 20px 40px;
  margin-top: -40px;
  margin-left: -40px;
  margin-right: -40px;
}

/* line 106, ../sass/layout.scss */
#logo {
  width: 186px;
  height: 38px;
  background: url(../images/elements/logo.png) no-repeat center center;
  display: inline-block;
}

/* line 113, ../sass/layout.scss */
#loading-screen {
  display: none;
  background: white url(../images/elements/logo.png) no-repeat center center;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999999;
}

/* line 122, ../sass/layout.scss */
#loading-screen.active {
  display: block;
}

/*#########################################
#					                      #
#		         Buttons		          #
#					                      #
##########################################*/
/* line 133, ../sass/layout.scss */
.button, .button-color-body, .button-color-1 {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  border: none;
  -webkit-appearance: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  outline: none;
  border-radius: 5px 5px 5px 5px !important;
  -webkit-border-radius: 5px 5px 5px 5px !important;
  -moz-border-radius: 5px 5px 5px 5px !important;
  -o-border-radius: 5px 5px 5px 5px !important;
}

/* line 149, ../sass/layout.scss */
.button:hover, .button-color-body:hover, .button-color-1:hover {
  opacity: 0.5;
}

/* line 153, ../sass/layout.scss */
.button-color-body {
  background: white;
  color: #222222;
}

/* line 159, ../sass/layout.scss */
.button-color-1 {
  background: #222222;
  color: white;
}

/*#########################################
#					                      #
#		             Map		          #
#					                      #
##########################################*/
/* line 171, ../sass/layout.scss */
#map {
  height: 100%;
  float: left;
  position: relative;
}

/* line 177, ../sass/layout.scss */
.prompt {
  width: 370px;
  background: white;
  padding: 35px 35px 20px 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -100px;
  text-align: center;
}

/* line 190, ../sass/layout.scss */
.prompt.active {
  display: block;
}

/* line 195, ../sass/layout.scss */
.prompt-title,
.prompt p {
  text-align: center;
  font-weight: normal;
}

/* line 200, ../sass/layout.scss */
.prompt-title {
  font-size: 1.6em;
}

/* line 204, ../sass/layout.scss */
label {
  text-align: left;
}

/* line 211, ../sass/layout.scss */
input[type="text"],
input[type="search"],
input[type="email"],
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid white;
  outline: none;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  background: white;
  text-align: left;
  resize: none;
}

/* line 224, ../sass/layout.scss */
textarea {
  height: 300px;
  overflow: auto;
}

/* line 226, ../sass/layout.scss */
#pac-input {
  background: white url(../images/elements/search.png) no-repeat right 10px center;
  margin-bottom: 20px;
}

/* line 231, ../sass/layout.scss */
#add-new-recipient {
  margin-top: 20px;
}

/* line 233, ../sass/layout.scss */
.title, .title-color-body {
  font-size: 1.2em;
  text-transform: uppercase;
}

/* line 238, ../sass/layout.scss */
.title-color-body {
  color: white;
}

/*#########################################
#					                      #
#	          Area control panel	      #
#					                      #
##########################################*/
/* line 249, ../sass/layout.scss */
#area-control-panel {
  width: 385px;
  height: 100%;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  background: #222222;
  color: white;
  overflow-y: auto;
}

/* line 265, ../sass/layout.scss */
#create-new-overlay,
#send-map-overlay {
  position: fixed;
  height: 100%;
  width: 385px;
  background: #222222;
  z-index: 200;
  top: 0;
  left: 0;
  margin-left: -100%;
  -webkit-transition: margin-left ease-in-out 0.5s;
  -moz-transition: margin-left ease-in-out 0.5s;
  transition: margin-left ease-in-out 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto;
}

/* line 284, ../sass/layout.scss */
#create-new-overlay {
  padding: 20px;
}

/* line 288, ../sass/layout.scss */
#send-map-overlay {
  padding: 40px;
  text-align: center;
}
/* line 292, ../sass/layout.scss */
#send-map-overlay label {
  margin-bottom: 5px;
  display: block;
}

/* line 299, ../sass/layout.scss */
#create-new-overlay.active,
#send-map-overlay.active {
  margin-left: 0;
}

/* line 304, ../sass/layout.scss */
#my-area-list {
  list-style: none;
  padding: 0;
}

/* line 309, ../sass/layout.scss */
#my-area-list li {
  padding: 20px 40px;
  width: 100%;
  margin-left: -40px;
  position: relative;
  cursor: pointer;
  border-top: 1px solid #666666;
}

/* line 318, ../sass/layout.scss */
#my-area-list li.active {
  cursor: default;
}

/* line 322, ../sass/layout.scss */
#my-area-list li .display-on-active {
  display: none;
}

/* line 327, ../sass/layout.scss */
#my-area-list li .hide-on-active {
  display: block;
}

/* line 331, ../sass/layout.scss */
#my-area-list li.active .display-on-active {
  display: block;
}

/* line 335, ../sass/layout.scss */
#my-area-list li.active .hide-on-active {
  display: none;
}

/* line 340, ../sass/layout.scss */
#my-area-list li.active .area-title {
  color: white !important;
}

/* line 344, ../sass/layout.scss */
#my-area-list li:not(.active) {
  background: none !important;
}

/* line 349, ../sass/layout.scss */
.area-title {
  width: 100%;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6em;
  font-weight: normal;
  margin: 0;
}

/* line 359, ../sass/layout.scss */
.perimeter,
.area {
  font-weight: normal;
  font-size: 1em;
  margin: 0;
}

/* line 365, ../sass/layout.scss */
#my-area-list li.active .area {
  margin-bottom: 20px;
}

/* line 369, ../sass/layout.scss */
.delete-last-point,
.delete-area {
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding-left: 22px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  -webkit-appearance: none;
}

/* line 381, ../sass/layout.scss */
.delete-last-point.hidden {
  display: none;
}

/* line 383, ../sass/layout.scss */
.delete-last-point {
  background: rgba(0, 0, 0, 0) url(../images/delete-last.png) no-repeat left center;
}

/* line 384, ../sass/layout.scss */
.delete-area {
  background: rgba(0, 0, 0, 0) url(../images/delete-all.png) no-repeat left center;
}

/* line 386, ../sass/layout.scss */
.create-new-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateZ(0);
  left: 0;
  background: #9F2527;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 40px;
  margin-top: -100px;
}

/* line 399, ../sass/layout.scss */
#close-send,
#close-create-new {
  position: absolute;
  right: 40px;
  top: 25px;
  width: 13px;
  height: 13px;
  background: url(../images/close.png) no-repeat center center;
  outline: none;
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
}

/* line 412, ../sass/layout.scss */
.edit-area {
  position: absolute;
  right: 75px;
  top: 20px;
  border: none;
  cursor: pointer;
}

/* line 420, ../sass/layout.scss */
.hide-area {
  width: 23px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: 20px;
  border: none;
  cursor: pointer;
  background: url(../images/visibility.png) no-repeat center center;
  display: block;
  outline: none;
}

/* line 433, ../sass/layout.scss */
.hide-area.hidden {
  opacity: 0.5;
}

/* line 437, ../sass/layout.scss */
#area-title {
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: calc(100% - 56px);
  height: 36px;
  font-family: "Montserrat", sans-serif;
  margin-right: 20px;
  border: 2px solid white;
  background: none;
  color: white;
  outline: none;
}

/* line 453, ../sass/layout.scss */
#area-title::-webkit-input-placeholder {
  color: white;
}

/* line 457, ../sass/layout.scss */
#area-title:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}

/* line 461, ../sass/layout.scss */
#area-title::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}

/* line 465, ../sass/layout.scss */
#area-title:-ms-input-placeholder {
  color: white;
}

/* line 469, ../sass/layout.scss */
#area-stroke-color {
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border: 2px solid white;
  background: url(../images/color-picker.png) no-repeat center center !important;
  outline: none;
  text-indent: -9999px;
  cursor: pointer;
}

/* line 482, ../sass/layout.scss */
.firefox-margin-fix {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ffffff;
  bottom: 0;
}

/* line 490, ../sass/layout.scss */
.minicolors-swatch.minicolors-sprite {
  display: none;
}

/* line 494, ../sass/layout.scss */
#draw-type {
  display: inline-block;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 36px;
  border: 2px solid white;
  background: white;
  outline: none;
  font-family: "Montserrat", sans-serif;
}

/* line 506, ../sass/layout.scss */
#draw-type ::-webkit-input-placeholder {
  color: #222222;
}

/* line 510, ../sass/layout.scss */
#draw-type :-moz-placeholder {
  /* Firefox 18- */
  color: #222222;
}

/* line 514, ../sass/layout.scss */
#draw-type ::-moz-placeholder {
  /* Firefox 19+ */
  color: #222222;
}

/* line 518, ../sass/layout.scss */
#draw-type :-ms-input-placeholder {
  color: #222222;
}

/* line 522, ../sass/layout.scss */
#area-overview {
  padding: 20px 0;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  margin-bottom: 20px;
}

/* line 529, ../sass/layout.scss */
#my-areas {
  display: none;
}

/* line 533, ../sass/layout.scss */
#my-areas.active {
  display: block;
}

/* line 540, ../sass/layout.scss */
#request-quote,
#current-area {
  display: none;
}

/* line 545, ../sass/layout.scss */
#request-quote.active,
#current-area.active {
  display: inline-block;
}

/* line 549, ../sass/layout.scss */
.hide-labels {
  width: 24px;
  height: 16px;
  background: url(../images/label.png) no-repeat center center;
  position: absolute;
  top: 21px;
  right: 70px;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* line 561, ../sass/layout.scss */
.hide-labels.hidden {
  opacity: 0.5;
}

/* line 565, ../sass/layout.scss */
.dont-show {
  display: none !important;
}

/* line 567, ../sass/layout.scss */
#new-polygon-1:before {
  content: url(../images/1.png);
  position: absolute;
  margin-left: -36px;
}

/* line 573, ../sass/layout.scss */
#new-polygon-2:before {
  content: url(../images/2.png);
  position: absolute;
  margin-left: -36px;
}

/* line 579, ../sass/layout.scss */
#new-polygon-3:before {
  content: url(../images/3.png);
  position: absolute;
  margin-left: -36px;
}

/*#########################################
#					                      #
#	              FORMS	                  #
#					                      #
##########################################*/
/* line 592, ../sass/layout.scss */
input.error {
  background: #bd4444;
}

/* line 596, ../sass/layout.scss */
label.error {
  display: none !important;
}

/*.error-icon {
	background: url(../../images/elements/error.png);
	width: 20px;
	height: 20px;
	display: none;
}

label.error + .error-icon {
	display: inline-block;
}*/
