
@font-face {
font-family: 'Circular Std Book';
font-style: normal;
font-weight: normal;
src: local('Circular Std Book'), url('./../../fonts/CircularStd-Book.woff') format('woff');
}

@font-face {
font-family: 'Circular Std Medium';
font-style: normal;
font-weight: normal;
src: local('Circular Std Medium'), url('./../../fonts/CircularStd-Medium.woff') format('woff');
}

/* ============================================== */
/* RESET */
/* ============================================== */

@charset 'UTF-8';

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section, main {display: block;}
section{position: relative;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

audio{
  margin:10px 0;
  width: 100%;
}

img {
  border:none !important;
  vertical-align: top;
  max-width:100%;
  margin:0 auto;
  display:block;
}

a{
  text-decoration: none;
  cursor: pointer !important;
  color:#888888;
}

b{font-weight: 700;}
b,i{color:#26272a;}

form,
input{
  width: 100%;
  display: block;
}

label{
  margin:15px 0 10px;
  font-weight: 700;
  float: left;
  width: 100%;
  display: block;
}

input,
textarea,
button{
  outline: none;
  display: block;
  overflow: hidden;
  float: left;
  border:none;
}

section{
  display: block;
  float: left;
  width: 100%;
}

label,
input,
textarea,
button{
  font-size: 14px;
}

fieldset, a > img{border:none;}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body{
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll;
  background:#fafafa;
  font-size: 14px;
  color:#888888;
}

pre{
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  line-height: 1.5em;
  color:#888888;
  cursor: default;
  overflow: auto;
}


h1,h2,h3,h4,h5,h6,p,label{cursor: default;}
p::first-letter{text-transform: capitalize;}
h1,h2,h3,h4,h5,h6,p,a,li{line-height: 1.6em;}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6{
  margin:10px 0;
  font-family: 'Zilla Slab', serif;
}

p,h1,h2,h3,h4,h5,h6{
  display: block;
  float: left;
  width: 100%;
}

/*-- font style --*/

body,
pre,
input{
  font-family: "Circular Std Book","Helvetica Neue","Helvetica","Arial",sans-serif;
}

/*-- colof font --*/

p,li{color:#888888;}
h1,h2,h3,h4,h5,h6{color:#444444;font-weight: lighter;}

/*-- font weight --*/

h3,h4,h5,h6{font-weight: lighter;}

/*-- headding font --*/

h1, .h1{font-size: 60px;line-height: 60px;}
h2, .h2{font-size: 32px;line-height: 42px;}
h3, .h3{font-size: 24px;line-height: 32px;}
h4, .h4{font-size: 18px;line-height: 26px;}
h5, .h5{font-size: 16px;line-height: 24px;}
h6, .h6{font-size: 14px;line-height: 20px;}

@media screen and (max-width: 1280px) {
  h2, .h2{font-size: 24px;line-height: 32px;}
  h3, .h3{font-size: 18px;line-height: 26px;}
  h4, .h4{font-size: 16px;line-height: 24px;}
  h5, .h5{font-size: 14px;line-height: 20px;}
}

@media screen and (max-width: 768px) {
  h1, .h1{font-size: 32px;line-height: 42px;}
}

@media screen and (max-width: 480px) {
  h1, .h1{letter-spacing: 0;}
  h2, .h2{font-size: 20px;line-height: 26px;}
  h3, .h3{font-size: 18px;line-height: 24px;}
}

/*-- form --*/

input::-webkit-input-placeholder {color: #999999;} /* WebKit */
input:-moz-placeholder {color: #999999;} /* Firefox 18- */
input::-moz-placeholder {color: #999999;} /* Firefox 19+ */
input:-ms-input-placeholder {color: #999999;} /* IE 10+ */
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;}

textarea::-webkit-input-placeholder {color: #999999;} /* WebKit */
textarea:-moz-placeholder {color: #999999;} /* Firefox 18- */
textarea::-moz-placeholder {color: #999999;} /* Firefox 19+ */
textarea:-ms-input-placeholder {color: #999999;} /* IE 10+ */
textarea:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



