/* Normalize.css */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* ---------------------------------------------------------------------------------
------------------------------------------------------------------------------------
-- 0. Reset --
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */

a,input,select,button,:hover,:focus,:active{outline:none!important}
button{cursor:pointer;border:none;margin:0;padding:0;color:inherit;background:none;font-size:1em}
hr,.hr{margin:1em 0;border:0;border-top:1px solid #DDD;width:100%}
dfn,cite,em,i{font-style:italic}
svg{width:100%}
fieldset{border:0;padding:0}
/*fieldset */legend{display:block;width:100%;margin-bottom:0.5rem;font-weight:600;/*font-size:1.25rem*/}
img{max-width:100%;height:auto;vertical-align:top}
figure{display:block;max-width:100%}
figure img{display:block;max-width:100%;height:auto}
figure figcaption{padding:7px 14px;color:#686868;font-style:italic}
blockquote{padding:1rem;background:#dfe6e9;border-radius:3px}
code{padding:3px 6px;background:#2d3436;color:#FFF;border-radius:3px}
pre{word-break:break-all;word-wrap:break-word;padding:1rem;background:#2d3436;border: none;color:#FFF;border-radius:3px}
pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background:transparent;border-radius:0}
samp{display:inline-block}
abbr[data-original-title],abbr[title]{cursor:help}
kbd{padding:3px 6px;font-size:0.875em;color:#FFF;background:#2d3436;border-radius: 3px;}
kbd kbd{padding:0;font-size:100%;font-weight:600}
mark{background:#fdcb6e;color:#000;padding: 2px 4px;border-radius: 3px;}
progress,meter{display:inline-block;vertical-align:middle;-moz-box-sizing:border-box;box-sizing:border-box;width:300px;height:16px;padding:2px;background:#2c3e50;border:0;border-radius:15px;box-shadow:0}
progress::-moz-progress-bar,meter::-moz-meter-bar{background:#3498db;border-radius:10px;background-size:300px 20px, auto, auto;background-position:-300px 0, top, top;background-position:top right, top, top}
button, html [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: inherit;}

/* ---------------------------------------------------------------------------------
------------------------------------------------------------------------------------
-- 1. General --
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */

/* -- Root -- */

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

body {font-size: 1rem; font-weight: 400; line-height: 1.25;}
body > .container {position: relative;}
body, button, input, optgroup, select, textarea {font-family: 'Open sans', Arial, sans-serif; color: #444;}
a {color: #2198f3; text-decoration: none;}
a:hover, a:focus {color: #0984e3; text-decoration: underline;}

/* ---- */

.row, .grid, table, .table, form, .form {
	position: relative;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, figure, pre, blockquote, samp,
.row, [class^="grid"], table, .table, .alert, form, .form, fieldset {
	margin: 0 0 1em 0;
}

:last-child,
h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child,
p:last-child, ul:last-child, ol:last-child, pre:last-child, blockquote:last-child, form:last-child {
	margin-bottom: 0;
}

/* -- Icons (FontAwesome, fonticons, icons) -- */
.icon {
	min-width: 1.25em;
	text-align: center;
}

/* -- Clearfix -- */
.clearfix:before, .clearfix:after {content: ""; display: block; height: 0; overflow: hidden;}
.clearfix:after {clear: both;}

.wrapper:before, .wrapper:after,
form:before, form:after,
.form-group:before, .form-group:after,
.breadcrumbs:before, .breadcrumbs:after,
.pagination:before, .pagination:after,
.grid:before, .grid:after,
.table:before, .table:after { 
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
}

.wrapper:after,
form:after,
.form-group:after,
.breadcrumbs:after,
.pagination:after,
.grid:after,
.table:after {
	clear: both;
}

/* ---------------------------------------------------------------------------------
------------------------------------------------------------------------------------
-- 2. Optimization --
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */

/* -- No JS -- */
.no-js [class*="js-"] {display: none;}
.no-js .only-js {display: none;}

/* -- Hidden -- */
.hidden {display: none!important; opacity: 0!important;}

/* -- Only Screen Reader -- */
.only-sr {
	position: absolute;
    margin: -1px 0 0 -1px!important;
    padding: 0;
    display: block;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
    outline: 0;
}

/* ---------------------------------------------------------------------------------
------------------------------------------------------------------------------------
-- 0. Texts --
------------------------------------------------------------------------------------
--------------------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-size: 1em;
	font-weight: 600;
}

h1 > .text, .h1 > .text {font-size: 2.5em;}
h2 > .text, .h2 > .text {font-size: 2em;}
h3 > .text, .h3 > .text {font-size: 1.75em;}
h4 > .text, .h4 > .text {font-size: 1.5em;}
h5 > .text, .h5 > .text {font-size: 1.25em;}
h6 > .text, .h6 > .text {font-size: 1em;}