/*
** LAYOUT
*/

html, body {
	height: 100%;
}

html {
	font-size: 62.5%;
}

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

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.dimmed {
  background-color: rgba(0,0,0,0.25);
}

.align-left {
	float: left;
}
.align-right {
	float: right;
}
.align-center {
  margin: 0 auto;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-middle {
	vertical-align: middle;
}

.display-table {
	display: table;
	width: 100%;
}
.display-cell {
	display: table-cell;
}

.list-inline li {
	display: inline-block;
	margin-right: 10px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-full {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.row::before, .row::after {
  content: "";
  display: table;
}

.row::after {
    clear: both;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.6667%;
}
.col-xs-10 {
  width: 83.3333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.6667%;
}
.col-xs-7 {
  width: 58.3333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.6667%;
}
.col-xs-4 {
  width: 33.3333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.6667%;
}
.col-xs-1 {
  width: 8.33333%;
}
.col-xs-pull-12 {
  right: 100%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	  float: left;
	}
	.col-sm-12 {
	  width: 100%;
	}
	.col-sm-11 {
	  width: 91.6667%;
	}
	.col-sm-10 {
	  width: 83.3333%;
	}
	.col-sm-9 {
	  width: 75%;
	}
	.col-sm-8 {
	  width: 66.6667%;
	}
	.col-sm-7 {
	  width: 58.3333%;
	}
	.col-sm-6 {
	  width: 50%;
	}
	.col-sm-5 {
	  width: 41.6667%;
	}
	.col-sm-4 {
	  width: 33.3333%;
	}
	.col-sm-3 {
	  width: 25%;
	}
	.col-sm-2 {
	  width: 16.6667%;
	}
	.col-sm-1 {
	  width: 8.33333%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	  float: left;
	}
	.col-md-12 {
	  width: 100%;
	}
	.col-md-11 {
	  width: 91.6667%;
	}
	.col-md-10 {
	  width: 83.3333%;
	}
	.col-md-9 {
	  width: 75%;
	}
	.col-md-8 {
	  width: 66.6667%;
	}
	.col-md-7 {
	  width: 58.3333%;
	}
	.col-md-6 {
	  width: 50%;
	}
	.col-md-5 {
	  width: 41.6667%;
	}
	.col-md-4 {
	  width: 33.3333%;
	}
	.col-md-3 {
	  width: 25%;
	}
	.col-md-2 {
	  width: 16.6667%;
	}
	.col-md-1 {
	  width: 8.33333%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	  float: left;
	}
	.col-lg-12 {
	  width: 100%;
	}
	.col-lg-11 {
	  width: 91.6667%;
	}
	.col-lg-10 {
	  width: 83.3333%;
	}
	.col-lg-9 {
	  width: 75%;
	}
	.col-lg-8 {
	  width: 66.6667%;
	}
	.col-lg-7 {
	  width: 58.3333%;
	}
	.col-lg-6 {
	  width: 50%;
	}
	.col-lg-5 {
	  width: 41.6667%;
	}
	.col-lg-4 {
	  width: 33.3333%;
	}
	.col-lg-3 {
	  width: 25%;
	}
	.col-lg-2 {
	  width: 16.6667%;
	}
	.col-lg-1 {
	  width: 8.33333%;
	}
}



/*
** FONT IMPORT
*/

@font-face {
	font-family: 'NotesESA';
	src: url('../fonts/NotesESA.eot');
	src: url('../fonts/NotesESA.woff') format('woff'),
			 url('../fonts/NotesESA.ttf') format('truetype'),
			 url('../fonts/NotesESA.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'NotesESAbold';
	src: url('../fonts/NotesESAbold.eot');
  src: url('../fonts/NotesESAbold.eot?#iefix') format('eot'),
  		 url('../fonts/NotesESAbold.ttf') format('truetype'),
  		 url('../fonts/NotesESAbold.woff') format('woff'),
  		 url('../fonts/NotesESAbold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NotesStyle';
  src: url('../fonts/NotesStylebold.eot');
  src: url('../fonts/NotesStylebold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/NotesStylebold.woff2') format('woff2'),
       url('../fonts/NotesStylebold.woff') format('woff'),
       url('../fonts/NotesStylebold.ttf') format('truetype'),
       url('../fonts/NotesStylebold.svg#notesstyle-boldtfregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'TheSans';
	src: url('../fonts/TheSanslight.eot');
	src: url('../fonts/TheSanslight.woff') format('woff'),
			 url('../fonts/TheSanslight.ttf') format('truetype'),
			 url('../fonts/TheSanslight.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'TheSansbold';
	src: url('../fonts/TheSansbold.eot');
	src: url('../fonts/TheSansbold.woff') format('woff'),
			 url('../fonts/TheSansbold.ttf') format('truetype'),
			 url('../fonts/TheSansbold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



/*
** TYPOGRAPHY
*/

body {
	font-size: 1.4rem;
	line-height: 1.5;
}



/*
** ANCHORS
*/

a,
button,
*:focus {
	outline: none;
}



/*
** IMAGES
*/

img {
	max-width: 100%;
  height: auto;
}

.bg-cover {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
}

@media screen and (min-width: 1025px) {
	.bg-fixed {
	  background-attachment: fixed;
	}
}

.wp-caption {
  max-width: 100%;
}



/*
** WP ADMIN BAR
*/

@media (max-width: 768px) {
	#wpadminbar {
	  position: fixed !important;
	}
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}