@charset "utf-8";
/* CSS Document */

/* ----------------- Reset CSS Start ----------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, address,strong, sub, sup, var,
b, i,dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, footer, header, hgroup, menu, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
    background-color: #fff;
    font-family: "Poppins", sans-serif;
    line-height: 1;
}

footer, header {
    display:block;
}

* {
    box-sizing: border-box;
}

/*  ----------------- Typography ----------------- */

h1, h2, h3, h4, h5, h6, 
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { 
    font-weight: inherit;
}

p, span {
    font-family: "Poppins", sans-serif;
    margin: 0;
}

p img {
    margin: 0;
}

strong {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

/* ----------------- Links ----------------- */
a,
a:visited,
a:hover,
a:focus {
    color: inherit;
    display: block;
    font-family: "Poppins", sans-serif;
    text-decoration: none;
    outline: 0;
}

button {
    display: block;
    background-color: transparent;
    border: 0 none;
    border-radius: 0;
    color: inherit;
    font-family: "Poppins", sans-serif;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

button:visited,
button:hover,
button:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 transparent;
    border: 0 none;
}

/* ----------------- Transisiton for Links ----------------- */
footer a,
header a,
.copyright a {
	-webkit-transition: all 0.07s ease-in;
       -moz-transition: all 0.07s ease-in;
        -ms-transition: all 0.07s ease-in;
         -o-transition: all 0.07s ease-in;
            transition: all 0.07s ease-in;
}

a:hover,
a:focus {
    color: inherit;
}

p a,
p a:visited {
    line-height: inherit;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

ul > li {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    vertical-align: top;
}

input, select, textarea {
    font-family: "Poppins", sans-serif;
    margin: 0;
}

input:visited,
input:focus,
select:visited,
select:focus,
textarea:visited,
textarea:focus {
    outline: 0;
    box-shadow: 0 0 transparent;
}

/* ----------------- Globals ----------------- */

.admin-bar .header {
    top: 32px !important;
}

.admin-bar .fixed-top {
    top: 32px;
}

.container {
    max-width: 1366px;
}

img {
    height: auto;
    max-width: 100%;
}

a.navbar-brand {
  padding: 0;
  margin: 0;
}