/* Preset CSS v1.0 | 14 March 2014 */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background: transparent;
  outline: 0;
  text-decoration:none;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  color:#fff;
  background:#c00;
}

small {
  font-size: 80%;
}

del {
  text-decoration:line-through;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

blockquote {
  margin:0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace, serif;
  font-size: 1em;
}

pre {
  overflow: auto;
  display: block;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-word;
}
code {
  white-space: nowrap;
}

pre code {
  white-space: pre-wrap;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  background-color: transparent;
  border-collapse: separate;
  *border-collapse: collapse;
}

td,
th {
  padding: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media print {
	* {
	  color: #000 !important;
	  text-shadow: none !important;
	  background: transparent !important;
	  box-shadow: none !important;
	}
	a,
	a:visited {
	  text-decoration: underline;
	}
	a[href]:after {
	  content: " (" attr(href) ")";
	}
	abbr[title]:after {
	  content: " (" attr(title) ")";
	}
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
	  content: "";
	}
	pre,
	blockquote {
	  border: 1px solid #999;
	  page-break-inside: avoid;
	}
	thead {
	  display: table-header-group;
	}
	tr,
	img {
	  page-break-inside: avoid;
	}
	img {
	  max-width: 100% !important;
	}
	@page  {
	  margin: 2cm .5cm;
	}
	p,
	h2,
	h3 {
	  orphans: 3;
	  widows: 3;
	}
	h2,
	h3 {
	  page-break-after: avoid;
	}
}


/** Preset **/

::-moz-selection {
  background:#C34141;
  color:#fff;
}
::selection {
  background:#C34141;
  color:#fff;
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
  color: #666;
  background-color: #f7f7f7;
}
a,
a:link,
a:visited {
  color:#cc0000;
  text-decoration:none;
  transition:300ms;
}
a:active,
a:hover,
a:focus {
  color: #ff0000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 30px 0 20px;
  line-height: 1.1;
  /*font-weight: 500;*/
  text-rendering: optimizelegibility;
}

h1 { font-size: 230%; }
h2 { font-size: 205%; }
h3 { font-size: 180%; }
h4 { font-size: 150%; }
h5 { font-size: 125%; }
h6 { font-size: 110%; }

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  margin-left: 5px;
  vertical-align: central;
  font-size: 70%;
  color:#999;
  font-weight:normal;
}

h1 [class*="icon"],
h2 [class*="icon"],
h3 [class*="icon"],
h4 [class*="icon"],
h5 [class*="icon"],
h6 [class*="icon"] {
  margin-right: 10px;
  vertical-align: central;
  font-size: 100%;
}

hgroup {
  margin: 30px 0 20px;
}

hgroup h1,
hgroup h2,
hgroup h3,
hgroup h4,
hgroup h5,
hgroup h6 {
  margin: 0 0 4px 0;
}

hgroup :last-child {
  margin-bottom: 0;
}

ul {
  padding:0;
  padding-left: 15px;
}

ol {
  padding-left: 20px;
}

nav ul,
nav ol {
  margin:0;
  padding:0;
  list-style:none;
}

nav ul ul,
nav ol ol {
  padding-left:20px;
}

dl {}

dt {
  font-weight: bold;
}

dd {}

p {
  margin: 0 0 15px;
}

p:last-child {
  margin-bottom: 0;
}

hr {
  display: block;
  border:none;
  border-top:1px solid #ccc;
  margin:20px 0;
}

img {}

blockquote {
  padding: 10px 20px;
  border-left: 5px solid #eeeeee;
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}


table {}
table caption {}
thead {}
tbody {}
tfoot {}
tr {}
th {}
td {}

form {}
legend {}
fieldset {}
label {
  display: block;
  margin-bottom: 5px;
  color:#999;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="color"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="file"],
.file,
select,
textarea {
  display: block;
  width:100%;
  height: 34px;
  line-height: 32px;
  margin-bottom: 12px;
  padding: 6px 8px;
  font-size: 14px;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.065);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.065);
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="file"]:focus,
.file:focus,
select:focus,
textarea:focus {
  border-color: #bbb;
}
option {
  padding: 6px 8px;
}
textarea {
  line-height: 150%;
  height: 200px;
}