@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('../fonts/montserrat-v25-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('../fonts/montserrat-v25-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?8y60t7');
  src:  url('../fonts/icomoon.eot?8y60t7#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?8y60t7') format('truetype'),
    url('../fonts/icomoon.woff?8y60t7') format('woff'),
    url('../fonts/icomoon.svg?8y60t7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-heart:before {
  content: "\e904";
}
.icon-envelope:before {
  content: "\e903";
}
.icon-bars:before {
  content: "\e900";
}
.icon-navicon:before {
  content: "\e900";
}
.icon-reorder:before {
  content: "\e900";
}
.icon-caret-up:before {
  content: "\e901";
}
.icon-caret-down:before {
  content: "\e902";
}
.icon-phone:before {
  content: "\e942";
}
.icon-location:before {
  content: "\e947";
}
.icon-alarm:before {
  content: "\e950";
}
.icon-amazon:before {
  content: "\ea87";
}
.icon-google2:before {
  content: "\ea89";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-whatsapp:before {
  content: "\ea93";
}
.icon-telegram:before {
  content: "\ea95";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-vk:before {
  content: "\ea98";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-vimeo2:before {
  content: "\eaa1";
}
.icon-flickr3:before {
  content: "\eaa5";
}
.icon-skype:before {
  content: "\eac5";
}
.icon-linkedin:before {
  content: "\eac9";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-xing:before {
  content: "\ead3";
}
.icon-paypal:before {
  content: "\ead8";
}

body, html, h1, h2, h3, h4, h5, h6 {
	height: 100%;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	color: #111;
}

.w3-row-padding img {margin-bottom: 12px}

.bg {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}

input:focus {outline: none;}

textarea:focus {outline: none;}

.w3-check {
	appearance: none;
	width: 24px;
	height: 24px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.w3-check:checked {
	background: #fff;
	background-image: url(../images/checkmark.svg);
}

.w3-white {
	color:#fff!important;
	background-color:#000!important
}