@charset "utf-8";

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

audio,
canvas,
video {
  display: block;
}

:focus {
	outline: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
.hidden {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;

}

body {
	margin: 0;
	padding:0;
}


a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

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


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

td {
	vertical-align:top;
	}


img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.text-left,
.align-left {
  text-align: left;
}

.text-right,
.align-right {
  text-align: right;
}

.text-center,
.align-center,
.ce-headline-center {
  text-align: center;
}


#content *,
#content *:before,
#content *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

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

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

.container:after{
  clear: both;
}

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

.container:after,
.clearfix  {
  clear: both;
}

.row {
  margin:30px -15px 10px -15px;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}

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

.row:after,
.form-group:after {
  clear: both;
}

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

.row:after {
  clear: both;
}

[class*="col-"] {

 
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12,
.col-5ths{
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
	float:left;
}

.col-1,
.col-lg-1,
.col-sm-1 {
  width: 8.333333333333332%;
}

.col-2,
.col-lg-2,
.col-sm-2 {
  width: 16.66666667%;
}

.col-3,
.col-lg-3,
.col-sm-3,
.col-25 {
  width: 25%;
}

.col-4,
.col-sm-4,
.col-lg-4 {
  width: 33.33333333333333%;
}

.col-5ths {
  width: 20%;
}

.col-5,
.col-sm-5,
.col-lg-5 {
  width: 41.66666666666667%;
}

.col-6,
.col-sm-6,
.col-lg-6,
.col-50 {
  width: 50%;
}

.col-7,
.col-sm-7,
.col-lg-7 {
  width: 58.333333333333336%;
}

.col-8,
.col-sm-8,
.col-lg-8 {
  width: 66.66666666666666%;
}

.col-9,
.col-sm-9,
.col-lg-9 {
  width: 75%;
}

.col-10,
.col-sm-10,
.col-lg-10 {
  width: 83.33333333333334%;
}

.col-11,
.col-sm-11,
.col-lg-11 {
  width: 91.66666666666666%;
}

.col-12,
.col-lg-12,
.col-sm-12,
.col-100 {
  width: 100%;
}
