/* Styles */

@import url( "//cdn.shopify.com/s/files/1/1683/1605/t/2/assets/reset.min.css?17500921653765760006" );
@import url( "//cdn.shopify.com/s/files/1/1683/1605/t/2/assets/fontello.scss?17500921653765760006" );
@import url( "//cdn.shopify.com/s/files/1/1683/1605/t/2/assets/responsive.scss?17500921653765760006" );
@import url( "//cdn.shopify.com/s/files/1/1683/1605/t/2/assets/custom.scss?17500921653765760006" );

/* Fonts - Embeded from https://www.google.com/fonts */

@import url( "//fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i" );

@font-face {
	font-family: "DIN Web Condensed";
	src:
		url( "//cdn.shopify.com/s/files/1/1683/1605/t/2/assets/din-web-condensed.eot?17500921653765760006" );
	src:
		url( "//cdn.shopify.com/s/files/1/1683/1605/t/2/assets/din-web-condensed.eot?17500921653765760006?#iefix" ) format( "embedded-opentype" ),
		url( "//cdn.shopify.com/s/files/1/1683/1605/t/2/assets/din-web-condensed.woff2?17500921653765760006" ) format( "woff2" ),
		url( "//cdn.shopify.com/s/files/1/1683/1605/t/2/assets/din-web-condensed.woff?17500921653765760006" ) format( "woff" ),
		url( "//cdn.shopify.com/s/files/1/1683/1605/t/2/assets/din-web-condensed.ttf?17500921653765760006" ) format( "truetype" ),
		url( "//cdn.shopify.com/s/files/1/1683/1605/t/2/assets/din-web-condensed.svg?17500921653765760006#din-web-condensed" ) format( "svg" );
	font-weight: normal;
	font-style: normal;
}

/* General styles */

body, html, input, select, textarea {
    font-size: 14px;
    line-height: 125%;
    font-family: "Open Sans", "Helvetica", sans-serif;
    color: #000000;
}
sub, sup {
    font-size: 10px;
    position: relative;
}
b, strong {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 125%;
}
section .content ul li, section .content p {
	line-height: 175%;
}
sup {
    top: -5px;
}
sub {
    top: 3px;
}
div.content {
    width: 1100px;
    margin: 0px auto;
}
div.content:after {
    content: "";
    display: block;
    clear: both;
}
a {
    color: #cca800;
    text-decoration: none;
    transition: all 250ms linear;
	-webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
	-ms-transition: all 250ms linear;
}
a:hover {
    text-decoration: underline;
    color: #000000;
}
div > *:first-child, ul > *:first-child {
    margin-top: 0px;
}
div > *:last-child, ul > *:last-child {
    margin-bottom: 0px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 50px 0px 25px;
}
ul, p {
    margin: 25px 0px;
}
h1 {
    font-size: 46px;
    font-weight: bold;
}
h2 {
    font-size: 36px;
    font-weight: bold;
}
h3 {
    font-size: 26px;
    font-weight: bold;
}
h4, h5, h6 {
    font-size: 16px;
    font-weight: bold;
}
ul {
    list-style: disc;
}
ul li {
    margin: 5px 0px 5px 19px;
    padding-left: 10px;
}
ul li ul {
    margin: 10px 0px;
	list-style: circle;
}
.clear {
    clear: both;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.capitalize {
	text-transform: capitalize;
}
.uppercase {
	text-transform: uppercase;
}
.block {
	display: block;
}
.alternative-font {
	font-family: "DIN Web Condensed", sans-serif;
}
.small {
	font-size: 12px;
}
.big {
    font-size: 22px;
}

/* Box */

.box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* Animation */

.animate {
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

/* Vertical Align */

.v-align {
    display: table;
    width: 100%;
    height: inherit;
}
.v-align > div {
    display: table-cell;
    vertical-align: middle;
    height: inherit;
}

/* Buttons */

.button {
    cursor: pointer;
	color: #fff;
	background-color: #4d4d4d;
	display: inline-block;
    height: 50px;
	line-height: 50px;
    padding: 0px 20px 0px;
	position: relative;
    text-decoration: none !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
    transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -o-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
  	-webkit-appearance: none;
}
.button:after {
	display: none !important;
}
.button:hover {
	color: #fff;
	background-color: #747474;
}
.button-green {
    background-color: #118814;
}
.button-green:hover {
    background-color: #16b81b;
}

/* Margins & Padding */

.no-padding {
	padding: 0px !important;
}
.no-margin {
	margin: 0px !important;
}
.m-top-0 {
	margin-top: 0px;
}
.m-top-10 {
	margin-top: 10px;
}
.m-top-15 {
	margin-top: 15px;
}
.m-top-5 {
	margin-top: 5px;
}
.m-top-25 {
	margin-top: 25px;
}
.m-top-50 {
	margin-top: 50px;
}
.m-top-75 {
	margin-top: 75px;
}
.m-bottom-0 {
	margin-bottom: 0px;
}
.m-bottom-0-important {
	margin-bottom: 0px !important;
}
.m-bottom-10 {
	margin-bottom: 10px;
}
.m-bottom-15 {
	margin-bottom: 15px;
}
.m-bottom-25 {
	margin-bottom: 25px;
}
.m-bottom-50 {
	margin-bottom: 50px;
}
.m-bottom-75 {
	margin-bottom: 75px;
}

/* Sections */

section {
	padding: 75px 0px;
}

/* Text Legibility */

h1, h2, h3, h4, h5, h6, p, ul li {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
}
#content, #sidebar, header, #menu span, .slick-slide {
    -webkit-transform: translate3d( 0, 0, 0 );
    -moz-transform: translate3d( 0, 0, 0 );
    -o-transform: translate3d( 0, 0, 0 );
    -ms-transform: translate3d( 0, 0, 0 );
    transform: translate3d( 0, 0, 0 );
}
.bold {
    font-weight: bold;
}