/* =General
--------------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, /*footer,*/ header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6  {
  margin-top: 0;
  padding: 0;
  border: 0;
  /*font-size: 100%;*/
  /*font: inherit;*/
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'Gotham Book', Arial;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

hr {
	border-color: #56447a;
    clear: right;
    display: block;
    margin-bottom: 15px;    
    margin-top: 10px;
    overflow: hidden;
    width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}

@media (min-width:540px) {
	hr {
		float: left;
		width: 10%;
		margin-right: 90%;
		margin-left: 0%;
	}
}

strong {
	font-family: 'Gotham Medium', Arial !important;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
    color: #56447a;
}

a:hover {
  	-webkit-transition: .4s ease-in-out all;
    -moz-transition: .4s ease-in-out all;
    -o-transition: .4s ease-in-out all;
    transition: .4s ease-in-out all;
}

a:focus {
    outline: none;
}

a:focus, a:hover {
	color: #2d2d2d;
}

img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.hidden {
  	display: none !important;
  	visibility: hidden;
}

.visuallyhidden {
     border: 0;
     clip: rect(0 0 0 0);
     height: 1px;
     margin: -1px;
     overflow: hidden;
     padding: 0;
     position: absolute;
     width: 1px;
}

  .visuallyhidden.focusable:active,
  .visuallyhidden.focusable:focus {
     clip: auto;
     height: auto;
     margin: 0;
     overflow: visible;
     position: static;
     width: auto;
  }

.invisible {
     visibility: hidden;
}

.block {
   display: block;
   overflow: hidden;
}

.full-width {
   width: 100% !important;
   margin: 0.75em auto !important;
}

.display-table {
  display: table !important;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* grid */

.row {
    margin-bottom: 20px;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.row .row {
    margin-bottom: 0;
    margin-top: 10px;
}

[class*="col-"] {
	padding-bottom: 15px;
	padding-top: 15px;
}

/* margin * padding */

.margin-zero {
 	margin: 0 !important;
}

.margin-top-zero {
 	margin-top: 0 !important;
}

.margin-bottom-zero {
  	margin-bottom: 0 !important;
}

.margin-left-zero {
  	margin-left: 0 !important;
}

.margin-right-zero {
  	margin-right: 0 !important;
}

.padding-zero {
  	padding: 0 !important;
}

.padding-top-zero {
  	padding-top: 0 !important;
}

.padding-bottom-zero {
  	padding-bottom: 0 !important;
}

.padding-left-zero {
  	padding-left: 0 !important;
}

.padding-right-zero {
  	padding-right: 0 !important;
}

/* text colors */

.txt-white {
	color: #fff !important;
}

.txt-light-grey {
	color: #ebeced !important;
}

.txt-grey {
	color: #c9c9c8 !important;
}

.txt-dark-grey {
	color: #757373 !important;
}

.txt-black {
	color: #2c2c2b !important;
}

.txt-light-yellow {
	color: #deea73 !important;
}

.txt-yellow {
	color: #e6b84e !important;
}

.txt-dark-yellow {
	color: #db8b3a !important;
}

.txt-light-violet {
	color: #996297 !important;
}

.txt-violet {
	color: #56447a !important;
}

.txt-dark-violet {
	color: #473267 !important;
}


/* clear */

.clear {
	clear: both;
}

.clearfix:after {
  	content: ".";
  	display: block;
  	height: 0;
  	clear: both;
  	visibility: hidden;
}

.clearfix {
  	display: inline-block;
}

* html .clearfix {
  	height: 1%;
}

.clearfix {
  	display: block;
}

.clear-space {
  	height: 10px;
}

@media (min-width:1100px) {
	.clear-space {
		height: 50px;
	}
}

/* column 5 */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
	.col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}


/* fixed */

.affix {
	top: 0;	 
    transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
}

.affix.clear { 
    transition: none;
	-o-transition: none;
	-ms-transition: none;
	-moz-transition: none;
	-webkit-transition: none;
}

.affix-top {
	position: static;
	top: -35px;
}

.fixed{
	top: 0;
	position: fixed;
	width: auto;
	border: none;
}
