@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext');
@import url('../../frontend/css/style.css');

@font-face{ 
	font-family: 'ProximaNova';
	src: url('../../frontend/fonts/ProximaNova-Regular.eot');
	src: url('../../frontend/fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
	     url('../../frontend/fonts/ProximaNova-Regular.woff') format('woff'),
	     url('../../frontend/fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face{ 
	font-family: 'ProximaNova';
	src: url('../../frontend/fonts/ProximaNova-Light.eot');
	src: url('../../frontend/fonts/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
	     url('../../frontend/fonts/ProximaNova-Light.woff') format('woff'),
	     url('../../frontend/fonts/ProximaNova-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face{ 
	font-family: 'ProximaNova';
	src: url('../../frontend/fonts/ProximaNova-Bold.eot');
	src: url('../../frontend/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
	     url('../../frontend/fonts/ProximaNova-Bold.woff') format('woff'),
	     url('../../frontend/fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

body {
	color: #333;
	font-family: 'ProximaNova', sans-serif;
	padding: 15px;
    font-size: 16px;
    line-height: 160%;
    font-weight: 300;
}

.image-to-left {
	float: left;
	margin: 0 20px 15px 0;
}
.image-to-right {
	float: right;
	margin: 0 0 15px 20px;
}
.cke_editable h1{
	font-size: 30px;
    padding-left: 33px;
    margin-top: 10px;
    margin-bottom: 40px;
    font-weight: 300;
    text-transform: uppercase;
}
.cke_editable p{
	margin-bottom: 25px;
}
.cke_editable a{
	color: #26aae1;
	transition: .3s all ease;
}
.cke_editable a:hover, .cke_editable a:focus {
    color: #2292c1;
    transition: .3s all ease;
    text-decoration: none;
}
.cke_editable ol {
  padding-left: 0;
  list-style-position: inside;
}
.cke_editable ul {
  list-style: none;
  padding:0;
  margin:0;
  margin-bottom: 10px;
}
.cke_editable ul li{ 
	font-size: 16px;
	padding: 3.5px 0 3.5px 17px;
	position: relative;
	text-indent: 0;
}
.cke_editable ul li:before{
  content: "■";
  color: #26aae1;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 31px;
  padding-right: 4px;
  vertical-align: middle;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 20px;
}

.cke_editable table{border:0}
.cke_editable table tr td,table tr th{padding:10px}
.cke_editable table tr th{background:#545554;border-right:1px solid #dcdcdc;color:#dcdcdc}
.cke_editable table tr th:last-child{border-right:0}
.cke_editable table tr td{border-right:1px solid #b1b1b1}
.cke_editable table tr td:last-child{border-right:0}
.cke_editable table tr{border-bottom:1px solid #b1b1b1}
.cke_editable table tr:last-child{border-bottom:0}
.cke_editable table tr:nth-child(2n) td{background-color:#efefef}

.cl {
	clear: both; 
	width: 100%;
	height: 1px;
	line-height: 1px;
	display: block;
}

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