*{
	-moz-box-sizing: border-box; 
    box-sizing: border-box;
}
body, html{
	color:#333;
	font-size: 14px;
	font-weight:400;
	line-height:150%;
	background:#F5F5F5;
	font-family: 'Exo 2';
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,
h4,h5,h6,pre,code,form,fieldset,legend,input,
textarea,p,blockquote,th,td, a {
	margin:0;
	padding:0;
	line-height:150%;
} 
p{
	padding:5px 0;
	font-size:16px;
}
/*START MEDIA*/@media only screen and (max-width: 1024px){
body, html{
	font-size: 14px;
}
p{
	font-size:14px;
}	
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
 
ol,ul {
	list-style:none;
}
 
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	*font-size:100%;
}
svg{
	display:block;
	width:100%;
	height:100%;
}
legend {
	color:#000;
}
.clear{
	clear:both;
}
.image{
	display:block;
	max-width:100%;
	height:auto;
}



.cke_chrome {
    display: block;
    border: 1px solid #ebebeb !important;
    padding: 0;
    -moz-box-shadow: 0 0 0px rgba(0,0,0,.15) !important;
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,.15) !important;
    box-shadow: 0 0 0px rgba(0,0,0,.15) !important;
	border-radius:4px !important;
}
.cke_top {
    border-bottom: 1px solid #ebebeb !important;
    padding: 6px 8px 2px;
    white-space: normal;
    -moz-box-shadow: 0 0px 0 #fff inset !important;
    -webkit-box-shadow: 0 0px 0 #fff inset !important;
    box-shadow: 0 0px 0 #fff inset !important;
    background: #f2f3f8 !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#f5f5f5',endColorstr='#cfd1cf');
}
.cke_bottom {
    padding: 6px 8px 2px;
    position: relative;
	border-top: 1px solid #ebebeb !important;
	border-bottom: none !important;
    -moz-box-shadow: 0 0px 0 #fff inset !important;
    -webkit-box-shadow: 0 0px 0 #fff inset !important;
    box-shadow: 0 0px 0 #fff inset !important;
    background: #f2f3f8 !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#ebebeb',endColorstr='#cfd1cf');
}

.cke_toolbar_break{
	display: inline-block !important;
}
.cke_toolbox > span:nth-child(2),
.cke_toolbox > span:nth-child(5),
.cke_toolbox > span:nth-child(8){
	display:none !important;
}
.cke_toolbar_separator,
.cke_button__selectall,
.cke_button__cut,
.cke_button__copy,
.cke_button__paste ,
.cke_button__pastetext   ,
.cke_button__pastefromword     ,
.cke_button__templates       ,
.cke_button__outdent        ,
.cke_button__indent         ,
.cke_combo__font,
.cke_combo__fontsize,
.cke_button__anchor  ,
.cke_button__flash    ,
.cke_button__horizontalrule      ,
.cke_button__smiley      ,
.cke_button__pagebreak        ,
.cke_button__iframe          ,
.cke_button__image{
	display:none !important;
}