@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	outline: none;
}
input[type="submit"]{
-webkit-appearance: none;
}
div.paceDiv {
   position: fixed;
   width: 100%;
   height: 100%;
   background: #FFF;
   display: none;
   z-index: 1999;
   top: 4px;
   left: 0;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #4E572A;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,select,textarea,p,
blockquote,table,th,td {
  margin:0;
  padding:0;
  vertical-align: baseline;
}

table {
  border-collapse:collapse;
  border-spacing:0;
  font-size:1em;
  line-height:160%;
}

fieldset,img {
  border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style:normal;
  font-weight:normal;
}

ol,ul {
  list-style:none;
}

caption,th {
  text-align:left;
}

h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:normal;
}

q:before,q:after {
  content:'';
}

abbr,acronym {
  border:0;
}

img, a {
  text-decoration: none;
  vertical-align:top;
}

a:link,
a:visited {
}

a:hover,
a:active {
}



strong {
  font-weight:bold;
}
hr {
  margin:10px 0;
  padding:0;
  border-top:1px solid #cccccc;
}





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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'murary' !important;
  speak: none;
  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-play_arrow:before {
  content: "\e904";
}
.icon-chevron-down:before {
  content: "\e900";
}
.icon-chevron-left:before {
  content: "\e901";
}
.icon-chevron-right:before {
  content: "\e903";
}
.icon-phone:before {
  content: "\e907";
}
.icon-facebook-official:before {
  content: "\e905";
}
.icon-youtube:before {
  content: "\e906";
}
.icon-l_instagram:before {
  content: "\e902";
}
