﻿@charset "utf-8";

/* CSS Document */

/*  

       ⋮⋮⫸  RESET

*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, i, ol, ul, li, form, label, input, button, blockquote, fieldset, legend, textarea, article, aside, footer, header, menu, nav, section, figure, iframe
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100.01%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, footer, header, nav, section
{
	display: block;
}

html
{
	font-size: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    background-image: url("")
}

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

a:focus,
:focus
{
	outline: 0;
}

body
{
    font: 400 1em/1.25em "gill-sans-nova", Helvetica, Arial, sans-serif;
    letter-spacing: 0.025em;
    color: #060808;
	-webkit-font-smoothing:antialiased;
	   -moz-font-smoothing:antialiased;
	     -o-font-smoothing:antialiased;
            font-smoothing:antialiased; 
}  

h1,
h2,
h3,
h4,
h5,
h6
{
	padding-bottom: 1.125rem;
	line-height: 1.125em;
	font-weight: 600;
}

h1
{
	font-size: 2em;
}

h2
{
	font-size: 1.875em;
}

h3
{
	font-size: 1.5em;
}

h4
{
	font-size: 1.125em;
}

h5
{
	font-size: 1em
}

h6
{
	font-size: 0.875em
}

p
{
	padding: 0 0 1.5rem 0;
}

ol,
ul
{
	padding: 0 0 1.5rem 0;
}

li
{
	padding: 0 0 0.75rem 0;
	margin-left: 1.5rem;
}

strong,
b
{
	font-weight: 700;
}

em,
i
{
	font-style: italic
}

img
{
	margin-bottom: 1.5rem;
    -webkit-transition: all 0.3s ease-out;
         -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out; 
}

a:link,
a:visited
{
	color: #BF9649;
	text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
         -o-transition: color 0.3s ease-out;
            transition: color 0.3s ease-out; 
}

a:hover,
a:active
{
	color: #D1473C;
	text-decoration: none;
}

input,
textarea,
select
{
	vertical-align: middle;
	outline: none;
	box-shadow: none;
}

textarea
{
	overflow: auto;
    resize: none
}

nav ul
{
	list-style: none;
	padding: 0;
	margin: 0
}

nav ul li
{
	margin-left: 0;
	padding-bottom: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

button
{
	background-color: transparent;
	-moz-appearance: none;
	-webkit-appearance: none;
	outline: 0;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    /*border: 0 !important;*/
    border:0;
    background: #2c3e50;
    background-image: none;
    border-radius: 0;
}

select::-ms-expand {
    display: none;
}
/*  

       ⋮⋮⫸  end RESET

*/
