/* $Id: ckeditor.css,v 1.2.2.4 2010/03/05 09:56:08 mephir Exp $ */
/* Indent & Justify classes */

@font-face {
	font-family: "Marck script";
	src: url('fonts/MarckScript.eot'); /* IE */
	src: url('fonts/MarckScript.ttf') format("opentype"); /*non-IE*/
}

.rteindent1 {
  margin-left: 40px;
}
.rteindent2 {
  margin-left: 80px;
}
.rteindent3 {
  margin-left: 120px;
}
.rteindent4 {
  margin-left: 160px;
}
.rteleft {
  text-align: left;
}
.rteright {
  text-align: right;
}
.rtecenter {
  text-align: center;
}
.rtejustify {
  text-align: justify;
}
.ibimage_left {
  float: left;
}
.ibimage_right {
  float: right;
}

/* CKEditor padding in IE */
table.cke_editor fieldset { 
  padding:0 !important;
}
/* hack with ie and garland editing area size fix - [#733512] */
.cke_editor{
  display: table !important;
}
.cke_editor,#ie#bug {
  display: inline-table !important;
}

/* OPTIMUS */

body {
    font-family: "Exo","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #354861;
}
.surtitle-1 {
    font-size: 28px;
}
[class^="surtitle-"] {
    padding: 0px 15px;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
}
.exergue {
    margin: 2em 0;
    padding: 15px;
    background: #fbeff8;
}
.text-center {
    text-align: center;
}
.lettrine:first-letter {
    float: left;
    margin-top: .2em;
    margin-right: .2em;
    font-size: 2.6em;
    line-height: 0.8;
}
.surtitle-2 {
    font-size: 30px;
}
.surtitle-2 {
    color: #A77BAD;
}
.surtitle-3 {
    font-size: 24px;
}
.surtitle-3 {
    color: #A77BAD;
}
.script-text {
    font-family: "dancingscript",Mistral,cursive;
    font-size: 1.35em;
    line-height: 1.3;
}
/* Lists */
ul.check,
ul.checkbox {
    list-style: none;
    padding-left: 20px;
}
ul.check li,
ul.checkbox li {
    position: relative;
    padding-left: 25px;
}
ul.check li:before,
ul.checkbox li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f00c";
    font-family: "FontAwesome";
}
ul.checkbox {
    margin-bottom: 1.5em;
}
ul.checkbox li:before {
    content: "\f046";
}
ul.checkbox.spaced li {
    margin: .7em 0;
}
/* Some titles */
.bubble-title {
    position: relative;
    margin: -16px -16px 35px;
    padding: 14px 16px;
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    background: #abb5b5;
    border-radius: 20px 0 0 0;
}
.bubble-title:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -19px;
    margin-left: -20px;
    border-top: 20px solid #abb5b5;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}
[class^="catch-phrase-"],
[class^="title-bdc-"] {
    text-align: center;
    text-transform: uppercase;
}
[class^="title-bdc-"] {
    color: red;
}
.catch-phrase-1,
.title-bdc-1 {
    font-size: 24px;
}
.catch-phrase-2,
.title-bdc-2 {
    font-size: 20px;
}
.catch-phrase-3,
.title-bdc-3 {
    font-size: 18px;
}
.catch-phrase-4,
.title-bdc-4 {
    font-size: 16px;
}
.important {
    margin: 2em -16px -25px;
    background: #FBEFF8 none repeat scroll 0% 0%;
    padding: 35px 15px 20px;
    border-radius: 0px 0px 20px 20px;
}
.important-title {
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
a {
    color: #D53EB1;
    text-decoration: none;
}