html, body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

a
{
	color: #2d699e;
}

/* Slideout Menu */
.slideout-menu {
    position: fixed;
    background: #26292B;
    left: auto;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    width: 256px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
}
.slideout-panel {
    position: relative;
    z-index: 1;
    will-change: transform;
}
.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
    overflow: hidden;
}
.slideout-open .slideout-menu {
    display: block;
}
.slideout-menu .logo {
    color: #f6eddc;
    display: block;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 15px;
    text-align: center;
    width: 100%;
}
.slideout-menu ul.top-menu {
    border-top: 1px dashed #f6eddc;
    padding-top: 15px;
}
.slideout-menu ul {
    padding-right: 20px;
}
.slideout-menu ul li {
    background-image: url("../designFiles/arrow.png");
    background-position: right 5px;
    background-repeat: no-repeat;
    list-style: outside none none;
    padding-right: 15px;
}
.slideout-menu ul li a {
    color: #f6eddc;
}
.slideout-menu .info-top {
    padding-top: 10px;
}
.slideout-menu .info-top .bold {
    color: white;
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #f6eddc;
}
.slideout-menu .info-top a.bold {
    font-size: 18px;
}
.slideout-menu ul.bottom-menu {
    padding-left: 15px;
    padding-top: 15px;
}
.slideout-menu .info-bottom {
    padding-bottom: 20px;
}
.slideout-menu .info-bottom span {
    color: #f6eddc;
    display: block;
    font-size: 12px;
    padding: 10px;
}
.slideout-menu form {
    padding: 0 10px;
}
.slideout-menu table {
    width: 100%;
}
.slideout-menu label {
    color: #f6eddc;
}
.slideout-menu input[type="text"] {
    font-size: 11px;
    height: 20px;
    padding-right: 5px;
    width: 100%;
}
.slideout-menu input[type="submit"] {
    background: #f09307 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: white;
    font-size: 15px;
    height: auto;
    width: auto;
}
.slideout-menu div.block {
    color: #f6eddc;
    padding: 15px;
}
.slideout-menu div.block .highlight {
    color: black;
}
.toggle-button {
    background: #f09500 none repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 0 4px 0 #ccc;
    color: white;
    font-size: 20px;
    left: 20px;
    position: fixed;
    top: 20px;
    z-index: 3;
}
/* Home page */
.container {
    max-width: 905px;
    background: white;
    padding: 0;

}
.container-top {
    overflow: hidden;
    position: relative;

}
header img {
    width: 100%;
}
/* Left Sidebar */
.left-sidebar {
    background: #f6eddc none repeat scroll 0 0;
    border-left: 1px solid #fcda09;
    display: inline-block;
    height: 100%;
    /*position: absolute;*/
    top: 0;
    width: 196px;
}
.left-sidebar .top {
    border-bottom: 1px solid #4f4f4f;
    padding: 3px 5px;
    text-align: center;
}
.left-sidebar .bold {
    color: #4f4f4f;
    font-weight: bold;
}
.left-sidebar .fs-20px {
    font-size: 20px;
}
.left-sidebar .menu {
    padding: 5px 10px;
}
.left-sidebar .menu a {
    background-image: url("../designFiles/arrow.png");
    background-position: right 12px;
    background-repeat: no-repeat;
    border-bottom: 1px dotted #4f4f4f;
    color: #4f4f4f;
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-right: 13px;
    padding-top: 5px;
    text-decoration: none;
}
.left-sidebar .menu a:last-child {
    border-bottom: 1px solid #DD900C;
}
/* Info */
.left-sidebar .info span {
    background-image: url("../designFiles/info.png");
    background-position: right 14px;
    background-repeat: no-repeat;
    display: block;
    font-weight: 500;
    margin-right: 10px;
    padding: 10px 20px 10px 10px;
}
.left-sidebar form {
    padding: 0 5px;
}
.left-sidebar form input {
    font-size: 11px;
    height: 17px;
    width: 100%;
}
.left-sidebar form label {
    font-size: 11px;
    font-weight: normal;
    margin-bottom: 0;
    min-width: 50px;
}
.left-sidebar form input[type="submit"] {
    background: #f09307 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    color: white;
    font-size: 15px;
    height: auto;
    width: auto;
}
.left-sidebar form table {
    width: 100%;
}
.left-sidebar table td {
    padding: 4px;
}
.left-sidebar .block {
    padding: 10px 20px;
}
/* Content */
.content {
    width: 709px;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #fcda09;

}
.content .menu {
    display: block;
    height: 30px;
    padding-right: 15px;
}
.content .menu ul {
    padding-right: 5px;
}
.content .menu li {
    float: right;
    list-style: outside none none;
    margin-top: 2px;
    padding-left: 20px;
    padding-right: 20px;
    border-right: 1px dotted #AAAAAA;
}
.content .menu li:first-child {
    border-right: none;
}
.container .menu li a {
    color: #4f4f4f;
    font-size: 18px;
    text-decoration: none;
}
.bg-all {
    position: absolute;
    top: 200px;
    height: 100%;
    width: 100%;
    background-color: #F6F0E0;
}
.main-container::before {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f6f0e0+99 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 240, 224, 1) 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 240, 224, 1) 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 240, 224, 1) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f0e0', GradientType=0); /* IE6-9 */
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.main-container {
    position: relative;

}
.middle-content {
    position: relative;
}
/* Main content */
.container-top::after {
    background: #f6f0e0 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: -1;
}
.main {
    position: relative;
    background-color: #f6eddc;
    border-radius: 5px;
    box-shadow: 3px 2px 5px 2px #ccc;
    margin: 20px;
    padding: 15px 30px;
}
.main h1 {
    color: #2d699e; /* #e98c00; - contrast problem */
    font-size: 30px;
    font-weight: bold;
}
.main .description {
    font-weight: bold;
    padding-bottom: 30px;
    display: inline-block;

}
.main .video-container {
    padding-bottom: 25px;
    padding-top: 0;
}
/* Promotion Form */
.promotion-form {
    padding-bottom: 30px;
}
.promotion-form .promotion-container {
    background: #ecd7b2 none repeat scroll 0 0;
    border: 1px solid #000;
    padding: 5px 30px;
}
.promotion-form .promotion-text {
    font-weight: bold;
    padding: 6px 0;
}
.promotion-form .promotion-text .bold {
    font-size: 16px;
}
.promotion-form form {
    display: inline;
}
.promotion-form .form-item {
    display: inline-block;
    max-width: 170px;
}
.promotion-form .form-item-left {
    float: left;
}
.promotion-form .form-item label {
    float: right;
    padding-left: 5px;
}
.promotion-form input[type="text"] {
    text-align: right;
}
div.block {
    /*padding: 30px 0 0;*/
}
.big {
    font-size: 18px;
}
.bigger {
    font-size: 20px;
}
.bigest {
    font-size: 40px;
}
.underline {
    text-decoration: underline;
}
.bold {
    font-weight: bold;
}
.medium {
    font-size: 16px;
}
.small {
    font-size: 9pt;
}
.fs-13px {
    font-size: 13px;
}
.text-arial {
    font-family: Arial;
    color: #707070;
}
span.line {
    border-top: 1px solid #E98C00;
    width: 100%;
    display: block;
    padding: 10px 0;

}
div.block ul {
    direction: rtl;
}
div.block ul li, div.block ol li {
    padding-bottom: 4px;
}
div.block ol li:nth-child(odd) {
    font-weight: bold;
}
div.block p {
    padding-top: 10px;
    direction: rtl;
}
div.block.with-image div.image {
    margin-bottom: 10px;
    margin-right: 10px;
}
div.block.with-image div.image img {
    width: 100%;
}
div.block.with-image div.image p {
    padding-top: 0px;
}
.bg-highlight {
    background-color: #ffff99;
    border: 1px solid #000000;
    padding: 5px;
    margin-bottom: 15px;
}
.bg-highlight > img {
    width: 100%;
}
span.highlight {
    background: #ffff00;
}
/* Video Group */
.video-group {
    padding-top: 15px;
}
.video-group table {
    table-layout: fixed;
}
.video-group table td {
    padding: 5px;
    width: 50%;
}
/* Footer Block */
div.footer.block {
    padding-left: 15px;
    padding-top: 30px;
}
div.footer.block p {
    padding: 0;
}
body.landscape div.footer.block {
    padding-left:0;
    padding-top:0;
}
.footer-line img {
    width: 100%;
    vertical-align: top;
}

body.landscape div.promotion-form div.col-md-10
{
	margin-left: 0px !important;
	width: 100% !important;
}

@media (max-width: 768px) {
    .content {
        width: auto;
    }
    .promotion-form .form-item {
        display: block;
        text-align: right;
        max-width: inherit;
    }
    .promotion-form .form-item-left {
        float: none;
    }
    .promotion-form label {
        min-width: 50px;
    }
    .promotion-form input[type="text"] {
        width: 100%;
        margin-bottom: 5px;
        padding: 0 10px;
    }

	.styleCustom10
	{
		font-size : 30px;
	}

}
@media (min-width: 768px) and (max-width: 992px) {
    .left-sidebar {
        width: 169px;
    }
    .container {
        width: 780px;
    }
    .content {
        width: 611px;
    }
    .content .menu li {
        padding-left: 12px;
        padding-right: 12px;
    }
    .promotion-form input[type="text"] {
        text-align: right;
        width: 115px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .promotion-form input[type="text"] {
        text-align: right;
        width: 115px;
    }
}
@media (min-width: 1200px) {
    .promotion-form input[type="text"] {
        text-align: right;
        width: 115px;
    }
}

/* -- links page ------------------------------------------------------------------------------------------------------------ */

.urls_link
{

}

.urls_link a
{
	font-size: 14px;
	color: #4F4F4F;
	text-decoration: none;

}

div.teamPic
{
	font-size: 12px; 
	color: #4f4f4f; 
	text-align: center;
	margin-bottom: 25px;
}

div.teamPic img
{
	width: 100%;
}

div.containerNoH1 h1
{
	text-align: center;
	font-size: 34px;
}

/*New page*/
#body ul,
#body ul li,
body#tinymce ui,
body#tinymce ui li,
body#tinymce li {
    list-style: disc
}

#body ol,
#body ol li,
body#tinymce ol,
body#tinymce ol li {
    list-style: decimal
}

#body ul,
#body ol,
body#tinymce ul,
body#tinymce ol {
    margin-right: 2em
}

#body ol:first-child,
body#tinymce ol:first-child {
    margin-top: 0
}

#body ol:last-child,
body#tinymce ol:last-child {
    margin-bottom: 0
}

.codeform>div {
    margin: auto
}

body.novisibility>* {
    visibility: hidden
}

.bold {
    font-weight: bold
}

.unbold {
    font-weight: normal
}

.italic {
    font-style: italic
}

.unitalic {
    font-style: normal
}

.underline {
    text-decoration: underline
}

.button a,
.button a:hover,
.button a:focus,
.button a:active {
    text-decoration: none
}

.multy>.multyinner>* {
    position: relative;
    z-index: 10
}

.multy>* {
    position: relative;
    z-index: 10
}

.multy {
    position: relative
}

#body.preview.smartphone {
    width: 480px;
    margin: 0 auto
}

#body.facebook {
    margin: 0 auto
}

.simulateRelativeBottom.space {
    position: relative;
    bottom: 0
}

.simulateRelativeBottom.content {
    position: absolute;
    bottom: 0
}

div.videoControl.videoPlaceholder>div>div {
    display: inline-block;
    background-image: url('http://simagescdn2.ravpages.co.il/xsites_dev/images/noise.png?rxc=1513758116');
    moz-box-shadow: 0 0 10px 1px #000;
    -webkit-box-shadow: 0 0 10px 1px #000;
    box-shadow: 0 0 10px 1px #000;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

div.imageControl.imagePlaceholder {
    display: inline-block;
    background-image: url('http://simagescdn2.ravpages.co.il/xsites_dev/images/noise.png?rxc=1513758116');
    moz-box-shadow: 0 0 10px 1px #000;
    -webkit-box-shadow: 0 0 10px 1px #000;
    box-shadow: 0 0 10px 1px #000;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default
}

div.videoControl.videoPlaceholder>div>div>div {
    background-color: rgba(255, 255, 255, 0.5)
}

div.videoControl.videoPlaceholder .placeholder {
    visibility: hidden
}

div.imageControl.imagePlaceholder>img {
    z-index: 1
}

div.imageControl.imagePlaceholder>div {
    position: relative;
    z-index: 2;
    display: table;
    overflow: visible;
    width: 100%;
    height: 100%
}

div.imageControl.imagePlaceholder>div>div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    font-family: 'atlas';
    color: black;
    background-color: rgba(255, 255, 255, 0.5)
}

a.imageControl {
    display: inline-block
}

.fieldname_subscribers_email input,
.fieldname_subscribers_phone input {
    direction: ltr
}

input[type='email'].placeholder,
input[type='tel'].placeholder {
    direction: rtl
}

#body.smartphone .videoControl .playbutton {
    height: 31px
}

.formBody .select>select.validation_error+.arrow,
.formBody .select>select.validation_error+*+.arrow {
    display: block;
    color: red
}

.formBody .validation_error.date_md_validation_error {
    display: none
}

.formBody .validation_error.date_md_validation_error.active {
    display: block
}

.formBody .validation_error {
    display: block;
    color: red
}

.date_md .month {
    margin-left: 10px
}

.clear {
    clear: both
}

@font-face {
    font-family: 'atlas';
    font-weight: 500;
    font-style: normal;
    src: url('http://resourcescdn2.ravpages.co.il/include/font_files/atlas/atlas-aaa-500.eot?rxc=1513758116');
    src: url('http://resourcescdn2.ravpages.co.il/include/font_files/atlas/atlas-aaa-500.eot?&rxc=1513758116#iefix') format('embedded-opentype'), url('http://resourcescdn2.ravpages.co.il/include/font_files/atlas/atlas-aaa-500.ttf?rxc=1513758116') format('truetype'), url('http://resourcescdn2.ravpages.co.il/include/font_files/atlas/atlas-aaa-500.woff?rxc=1513758116') format('woff'), url('http://resourcescdn2.ravpages.co.il/include/font_files/atlas/atlas-aaa-500.svg?rxc=1513758116#atlas-') format('svg')
}

@font-face {
    font-family: 'Alef Hebrew';
    font-style: normal;
    font-weight: 400;
    src: url('http://resourcescdn2.ravpages.co.il/include/font_files/alef/alef-regular.eot?rxc=1513758116');
    src: url('http://resourcescdn2.ravpages.co.il/include/font_files/alef/alef-regular.eot?&rxc=1513758116#iefix') format('embedded-opentype'), url('http://resourcescdn2.ravpages.co.il/include/font_files/alef/alef-regular.woff2?rxc=1513758116') format('woff2'), url('http://resourcescdn2.ravpages.co.il/include/font_files/alef/alef-regular.woff?rxc=1513758116') format('woff'), url('http://resourcescdn2.ravpages.co.il/include/font_files/alef/alef-regular.ttf?rxc=1513758116') format('truetype')
}

@font-face {
    font-family: 'Alef Hebrew';
    font-style: normal;
    font-weight: 700;
    src: url('http://resourcescdn2.ravpages.co.il/include/font_files/alef/alef-bold.eot?rxc=1513758116');
    src: url('http://resourcescdn2.ravpages.co.il/include/font_files/alef/alef-bold.eot?&rxc=1513758116#iefix') format('embedded-opentype'), url('http://resourcescdn2.ravpages.co.il/include/font_files/alef/alef-bold.woff2?rxc=1513758116') format('woff2'), url('http://resourcescdn2.ravpages.co.il/include/font_files/alef/alef-bold.woff?rxc=1513758116') format('woff'), url('http://resourcescdn2.ravpages.co.il/include/font_files/alef/alef-bold.ttf?rxc=1513758116') format('truetype')
}

.inner_bodyarea_multyelements .name_xform_formelement .textareaCounter {
    display: none
}

.text * {
    max-height: 999999px
}
#content input:-moz-placeholder {
    color: #AAA !important
}

#content input::-webkit-input-placeholder {
    color: #AAA !important
}

textarea.placeholder {
    color: #AAA !important
}

textarea.placeholder {
    color: #AAA !important
}

#content textarea:-moz-placeholder {
    color: #AAA !important
}

#content textarea::-webkit-input-placeholder {
    color: #AAA !important
}

.multyraw textarea.raw {
    width: 100%;
    text-align: left;
    direction: ltr
}

.multycardcom.center form[name='cardcomform'] {
    text-align: center
}

.multycardcom.right form[name='cardcomform'] {
    text-align: right
}

.multycardcom.left form[name='cardcomform'] {
    text-align: left
}

.multycardcom.center .cardcomPlaceholderButton {
    text-align: center
}

.multycardcom.right .cardcomPlaceholderButton {
    text-align: right
}

.multycardcom.left .cardcomPlaceholderButton {
    text-align: left
}

.multycardcom.center .richControl {
    margin: 0 auto
}

.multycardcom.right .cardcom {
    direction: rtl
}

.multycardcom.left .cardcom {
    direction: ltr
}

.multypelepay.center form[name='pelepayform'] {
    text-align: center
}

.multypelepay.right form[name='pelepayform'] {
    text-align: right
}

.multypelepay.left form[name='pelepayform'] {
    text-align: left
}

.multypelepay.center .pelepayPlaceholderButton {
    text-align: center
}

.multypelepay.right .pelepayPlaceholderButton {
    text-align: right
}

.multypelepay.left .pelepayPlaceholderButton {
    text-align: left
}

.multypelepay.center .richControl {
    margin: 0 auto
}

.multypelepay.right .pelepay {
    direction: rtl
}

.multypelepay.left .pelepay {
    direction: ltr
}

.multyimage.left {
    text-align: left
}

.multyimage.right {
    text-align: right
}

.multyimage.center {
    text-align: center
}

.multytextimage.leftnoheadline .mainimage,
.multytextimage.left .mainimage {
    text-align: left
}

.multytextimage.rightnoheadline .mainimage,
.multytextimage.right .mainimage {
    text-align: right
}

.multytextimage.centernoheadline .mainimage,
.multytextimage.center .mainimage {
    text-align: center
}

.multytextimage.leftnoheadline .imageheadline,
.multytextimage.rightnoheadline .imageheadline,
.multytextimage.centernoheadline .imageheadline {
    display: none
}

.thumbnail .multyfbcomments * {
    display: none
}

.fbcomments .template {
    display: none
}

.thumbnail .multyfbcomments .fbcomments .fb-comments,
.htmlscreenshot .multyfbcomments .fbcomments .fb-comments {
    display: none
}

.thumbnail .multyfbcomments .fbcomments .fb-comments.template,
.htmlscreenshot .multyfbcomments .fbcomments .fb-comments.template {
    display: block
}

#body.smartphone .multyfblike,
#body.smartphone .multyfblike .fblike,
#body.smartphone .fblike>span,
#body.smartphone .fblike iframe {
    max-width: 100%;
    direction: rtl;
    display: block
}

.fblike {
    z-index: 10000
}

.thumbnail .fblike * {
    display: none
}

.multyfblike .template {
    display: none
}

.thumbnail .multyfblike .fb-like,
.htmlscreenshot .multyfblike .fb-like {
    display: none
}

.thumbnail .multyfblike .fb-like.template,
.htmlscreenshot .multyfblike .fb-like.template {
    display: block
}

.multytextimageformv2 input.email {
    direction: ltr
}

.multytextimageformv2 input.email.placeholder {
    direction: rtl
}

.multytextimageformv2 input.israel_cellular_number {
    direction: ltr
}

.multytextimageformv2 input.israel_cellular_number.placeholder {
    direction: rtl
}

.multytextimageformv2 .ravdafform_inner table {
    border-width: 0;
    border-spacing: 0;
    border-style: outset;
    border-color: gray;
    border-collapse: separate;
    margin: 0
}

.multytextimageformv2 .ravdafform_inner table td {
    border-width: 0;
    padding: 0;
    border-style: inset;
    border-color: gray;
    -moz-border-radius:
}

.multytextimageformv2 .formBody {
    padding: 0
}

.multytextimageformv2 .ravdafform_inner>table td {
    direction: rtl
}

.multytextimageformv2 .ravdafform_inner>table td>table {
    border: 0;
    border-collapse: separate
}

.multytextimageformv2 .ravdafform_inner>table td.formCol {
    vertical-align: top;
    text-align: right;
    padding-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px
}

.multytextimageformv2 .formtext p,
.inside_multytextimageformv2.inside_text_formtext p {
    margin-right: 0;
    margin-left: 0
}

.multytextimageformv2 .formText {
    padding-left: 20px;
    padding-right: 20px
}

.multytextimageformv2 a.submitButton,
.multytextimageformv2 .submitButton a {
    text-decoration: none
}

.multytextimageformv2 .submitbuttonbox {
    text-align: center
}

.multytextimageformv2 .submitbuttonbox {
    width: 100%
}

.multytextimageformv2 .submitButton {
    border: 0;
    background-image: url('http://simagescdn2.ravpages.co.il/xsites/images/btn_overlay.png?rxc=1513758116') !important;
    padding: .5em .7em .4em .7em;
    display: inline-block;
    background-position: top;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .35)
}

.multytextimageformv2 .submitButton:hover {
    background-position: bottom
}

.multytextimageformv2 .submitButton {
    text-align: center
}

.multytextimageformv2 .submitButton {
    margin-top: 15px
}

.multytextimageformv2.imagebottomlefttoform .ravdafform_inner>table {
    direction: rtl
}

.multytextimageformv2.imagebottomlefttoform .ravdafform_inner>table td.imageCol {
    vertical-align: bottom;
    text-align: left
}

.multytextimageformv2.imagetoplefttoform .ravdafform_inner>table {
    direction: rtl
}

.multytextimageformv2.imagetoplefttoform .ravdafform_inner>table td.imageCol {
    vertical-align: top;
    text-align: right;
    padding-bottom: 15px;
    padding-top: 15px
}

.multytextimageformv2.imagebottomrighttoform .ravdafform_inner>table {
    direction: ltr
}

.multytextimageformv2.imagebottomrighttoform .ravdafform_inner>table td.imageCol {
    vertical-align: bottom;
    text-align: left
}

.multytextimageformv2.imagetoprighttoform .ravdafform_inner>table {
    direction: ltr
}

.multytextimageformv2.imagetoprighttoform .ravdafform_inner>table td.imageCol {
    vertical-align: top;
    text-align: right;
    padding-bottom: 15px;
    padding-top: 15px
}

.multytextimageformv2.centeredformnoimage .ravdafform_inner>table td.formCol>.formBody {
    margin: auto
}

.multytextimageformv2.centeredformnoimage .ravdafform_inner>table td.imageCol {
    display: none
}

.multytextimageformv2.centeredformnoimage .ravdafform_inner {
    margin-right: auto;
    margin-left: auto
}

.multytextimageform.ravdafform_noimage .layout_ravdafform .formImage {
    display: none
}

.multytextimageform.ravdafform_noimage .layout_ravdafform .formImageSelect {
    display: none
}

.multytextimageform.ravdafform .layout_ravdafform>.ravdafform_inner.formImageTableLayout>table td.imageSelectCol {
    vertical-align: bottom;
    text-align: left
}

.multytextimageform.ravdafform_genericimage .layout_ravdafform>.ravdafform_inner.formImageTableLayout>table td.imageCol {
    vertical-align: top;
    text-align: left
}

.multytextimageform.ravdafform_genericimage .layout_ravdafform>.ravdafform_inner .formImageSelect,
.multytextimageform.ravdafform_genericimage .layout_ravdafform>.ravdafform_inner.formImageTableLayout>table td.imageSelectCol {
    display: none
}

.multytextimageform.ravdafform .layout_ravdafform>.ravdafform_inner .formImage,
.multytextimageform.ravdafform .layout_ravdafform>.ravdafform_inner.formImageTableLayout>table td.imageCol {
    display: none
}

.multytextimageform .layout_ravdafform>.ravdafform_inner.formImageTableLayout>table {
    border: 0;
    border-collapse: separate;
    width: 100%
}

.multytextimageform .layout_ravdafform>.ravdafform_inner.formImageTableLayout>table td {
    border: 0;
    border-collapse: separate
}

.multytextimageform .layout_ravdafform>.ravdafform_inner.formImageTableLayout>table td.formCol {
    vertical-align: top;
    text-align: right;
    padding-bottom: 15px
}

.layout_ravdafform .submitButton,
.layout_buttonform .button {
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.layout_ravdafform .submitbuttonbox,
.layout_buttonform .buttonform {
    text-align: center
}

.layout_ravdafform .submitButton,
.layout_buttonform .button {
    display: inline-block
}

.layout_ravdafform .submitButton,
.layout_buttonform .button p {
    text-align: center
}

.multytestimony.testimony_imageright .witnessimage {
    float: right
}

.multytestimony.testimony_imageleft .witnessimage {
    float: left
}

.multytestimony.testimony_noimage .witnessimage {
    display: none
}

.multytextbullets.bullets_right_to_image .bulletsimage {
    float: left;
    margin-right: 15px
}

.multytextbullets.only_bullets .bulletsimage {
    display: none
}

.multytextbullets .multybullet .clear {
    clear: none
}

.multytextvideo .video {
    display: inline-block
}

.multytextvideo .youtube {
    position: relative;
    text-align: center
}

youtube>* {
    margin: auto
}

.multytextvideo.videonoheadline .videotitle {
    display: none
}

.multyarticle .article>div.articleimage {
    float: left
}

.multyarticle.left_right .article>div.articleimage,
.multyarticle.left_right_nowrap .article>div.articleimage {
    float: right
}

.multyarticle.text_only .article>div.articleimage {
    display: none
}

.multyarticle.text_only .article {
    margin: auto
}

.multytitlearticle .article>div.articleimage {
    float: left
}

.multytitlearticle.left_right .article>div.articleimage,
.multytitlearticle.left_right_nowrap .article>div.articleimage {
    float: right
}

.multytitlearticle.text_only .article>div.articleimage {
    display: none
}

.multytitlearticle.text_only .article {
    margin: auto
}
#body {
    font-size: 18px;
    font-family: arial;
    width: 100%;
    min-width: 320px;
}

.multy {
    margin-top: 20px;
    margin-bottom: 20px
}

#body .inner_bodyarea_multyelements {
    color: #404141
}

#body .inner_headerarea_multyelements {
    color: #fff
}

.multyarticle a,
.name_boldarticle a,
.multyarticle a,
.multytext a,
.multytextvideo a,
.multytexttextqa a,
.name_points a,
.multytestimony a,
.multytextimage a {
    color: #007eff
}

a.submitButton,
.submitButton a,
.layout_buttonform a.button,
.layout_buttonform .button a {
    text-decoration: none
}

.bodyarea,
.headerarea {
    max-width: 658px;
    margin: auto
}

.bodyarea {
    background-color: #f3f3f3;
    position: relative
}

.corner_top_left,
.corner_top_right,
.corner_bottom_left,
.corner_bottom_right {
    position: absolute;
    width: 28px;
    height: 186px
}

.rawcode {
    max-width: 658px;
    margin: auto
}

.corner_top_left {
    background-image: url('http://www.otzarotcenter.co.il/loadedFiles/corner_top_left.png');
    top: 0;
    left: -28px
}

.corner_top_right {
    background-image: url('http://www.otzarotcenter.co.il/loadedFiles/corner_top_right.png');
    top: 0;
    right: -28px
}

.corner_bottom_left {
    background-image: url('http://www.otzarotcenter.co.il/loadedFiles/corner_bottom_left.png');
    bottom: 0;
    left: -28px
}

.corner_bottom_right {
    background-image: url('http://www.otzarotcenter.co.il/loadedFiles/corner_bottom_right.png');
    bottom: 0;
    right: -28px
}

.inner_bodyarea_multyelements .name_boldarticle,
.inner_bodyarea_multyelements .multyarticle,
.inner_bodyarea_multyelements .name_bodysubheadline {
    background-color: white
}

.name_boldarticle .article,
.multyarticle .article,
.name_bodyheadline,
.name_bodysubheadline,
.name_points,
.multytextvideo .videotitle,
.multytextvideo .youtube,
.multytexttextqa,
.multytestimony,
.name_pageform .formText,
.name_pageform .ravdafform_inner table,
.multyfbcomments,
.multyfblike,
.multytextimage {
    margin: auto;
}

.multy {
    position: relative
}

.name_boldarticle .bottom {
    position: absolute;
    width: 100%;
    height: 21px;
    bottom: -21px;
    z-index: 10
}

.inner_headerarea_multyelements .multy.name_boldarticle,
.inner_headerarea_multyelements .multy.name_bodyarticle {
    padding-bottom: 5px
}

.multytextimage .imageControl {
    moz-box-shadow: 0 0 10px 1px #DDD;
    -webkit-box-shadow: 0 0 10px 1px #DDD;
    box-shadow: 0 0 10px 1px #DDD;
    border: 10px solid white
}

.multytextimage.name_imagealone .imageControl {
    moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.multytextvideo .video {
    display: inline-block;
    moz-box-shadow: 0 0 10px 1px #DDD;
    -webkit-box-shadow: 0 0 10px 1px #DDD;
    box-shadow: 0 0 10px 1px #DDD
}

.multytextvideo .videoControl {
    background: white;
    border: 10px solid white
}

.multytextvideo .youtube {
    position: relative;
    text-align: center
}

.multytextvideo .youtube>* {
    margin: auto
}

.multytextvideo .bottom {
    width: 100%;
    height: 32px;
    position: absolute;
    bottom: -32px;
    z-index: 10
}

.multytestimony>.testimony {
    background-color: #f8f8f8;
    color: #404141;
    border: 10px white solid;
    box-shadow: 10px rgba(0, 0, 0, .5);
    margin: 20px auto;
    padding: 20px 20px 15px 20px;
    max-width: 580px;
    min-height: 100px;
    background-repeat: no-repeat;
    background-position: 30px 30px;
    moz-box-shadow: 0 0 10px 1px #DDD;
    -webkit-box-shadow: 0 0 10px 1px #DDD;
    box-shadow: 0 0 10px 1px #DDD;
    border: 10px solid white
}

.multytestimony .witnessimage {
    text-align: right;
    margin-right: 3px;
    margin-left: 10px;
    moz-box-shadow: 0 0 10px 1px #DDD;
    -webkit-box-shadow: 0 0 10px 1px #DDD;
    box-shadow: 0 0 10px 1px #DDD;
    border: 10px solid white
}

.multytestimony .witnessimage img {
    max-height: 300px;
    max-width: 300px
}

.multytestimony .witness {
    text-align: left
}

.multytestimony.testimony_imageleft .witness {
    text-align: right
}

.name_pageform {
    color: #404141
}

.name_pageform .formImage {
    margin-left: 12px
}

.name_pageform .ravdafform_inner table {
    border-width: 0;
    border-spacing: 0;
    border-style: outset;
    border-color: gray;
    border-collapse: separate;
    background-color: white;
    width: 100%
}

.name_pageform .ravdafform_inner table td {
    border-width: 0;
    padding: 0;
    border-style: inset;
    border-color: gray;
    background-color: white;
    -moz-border-radius:
}

.name_pageform .ravdafform_inner table td.formCol {
    vertical-align: top;
    text-align: right;
    padding-bottom: 15px
}

.name_pageform .field input:focus {
    outline: 0;
    background-color: #f0f0f0
}

.name_pageform .field textarea:focus {
    outline: 0;
    background-color: #f0f0f0
}

.name_pageform .fieldCaption {
    font-size: 18px;
    height: 20px;
    font-weight: bold;
    color: dimGray;
    margin-top: 10px;
    margin-bottom: 10px;
    top: 0
}

.name_pageform .top {
    width: 100%;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -13px
}

.name_pageform .ravdafform_inner {
    background-color: #fff
}

.name_pageform .formText {
    background-color: #fafafa;
    padding: 15px 0;
    text-align: center
}

.name_pageform .bottom {
    width: 100%;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -13px;
    z-index: 10
}

.name_pageform div.formImage img {
    max-width: 385px;
    max-height: 1200px
}

.multy.name_pageform .field textarea {
    width: 319px;
    height: 100px
}

.name_pageform .formBody {
    padding: 0;
    width: 350px
}

.fb-like {
    display: block !important;
    text-align: center;
    min-width: 500px
}

.fbcomments.richControl,
.fblike.richControl {
    margin: auto
}

.fb-comments {
    display: block !important;
    text-align: center
}

.multy.name_pageform .submitbuttonbox,
.multy.name_pageform .layout_buttonform .buttonform {
    text-align: center
}

.multy.name_pageform .submitButton .textPart {
    background-color: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    word-break: break-word;
    -ms-word-break: break-word;
    white-space: normal
}

.multy.name_pageform .multyfield .field .label {
    font-size: 12px
}

.multy.name_pageform .submitbuttonbox {
    width: 100%
}

.multy.name_pageform .submitButton,
.multy.name_pageform .layout_buttonform .button {
    background-color: #eb9632;
    border: 0;
    padding: 10px 0;
    padding: 15px;
    display: inline-block;
    background-position: top;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .35);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .35);
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .2) inset, 0 1px 2px rgba(0, 0, 0, .35)
}

.multy.name_pageform .submitButton:hover,
.multy.name_pageform .layout_buttonform .button:hover {
    background-position: bottom
}

.multy.name_pageform .submitButton,
.multy.name_pageform .layout_buttonform .button p {
    font-size: 30px;
    font-family: 'atlas', sans-serif;
    font-weight: 500;
    text-align: center
}

.multy.name_pageform .submitButton a,
.multy.name_pageform .layout_buttonform .button a,
.multy.name_pageform a.submitButton,
.multy.name_pageform .layout_buttonform a.button {
    color: white
}

.multy.name_pageform .submitButton,
.multy.name_pageform .layout_buttonform .button {
    margin-top: 15px
}

.name_headerintro {
    font-weight: bold;
    font-family: Tahoma;
    text-align: center
}

.name_headerlogo img {
    max-width: 850px;
    max-height: 400px
}

.rightstext {
    text-align: center;
    font-size: 14px;
    color: white
}

#body .rightstext a {
    color: white
}

.name_bodyheadline,
.name_bodysubheadline,
.name_boldarticle .articletitle,
.name_points .headline,
.multytextvideo .videotitle,
.multytexttextqa .headline,
.name_pageform .formText,
.multytextimage .imageheadline {
    font-family: 'atlas', sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center
}

.name_bodyheadline {
    text-align: center;
    font-size: 44px
}

.name_bodysubheadline {
    text-align: center;
    font-size: 30px
}

.bulletimage {
    width: 32px;
    float: right;
    padding: 0 10px
}

.bulletimage img {
    width: 24px
}

.name_boldarticle .articletitle,
.name_points .headline,
.name_normalarticle .articletitle,
.name_questions .headline,
.formText,
.name_videotitle,
.imageheadline {
    font-size: 21px
}

.inner_bodyarea_multyelements .questionbullet {
    color: #537b9a
}

.questionbullet {
    font-weight: bold
}

.questionbullet .bulletimage img {
    width: 32px
}

.questionbullet .bulletimage {
    height: 32px;
    width: 32px;
    margin-top: -2.5px
}

.name_normalarticle {
    text-align: center
}

.name_videotitle,
.imageheadline {
    text-align: center
}

.inner_bodyarea_multyelements .subheadline,
.inner_bodyarea_multyelements .answerbullet,
.inner_bodyarea_multyelements .bullettext,
.inner_bodyarea_multyelements .quoteheadline {
    color: #6c6c6c
}

.quoteheadline {
    font-size: 18px;
    font-weight: bold
}

.bullettext {
    font-size: 18px;
    margin-right: 32px;
    max-width: 600px
}

#content table {
    margin: 0
}

.multy:last-child .bottom {
    display: none
}

.multy:first-child .top {
    display: none
}

.name_pageform .field {
    margin-top: 10px
}

.name_pageform .field>div>span {
    font-size: 18px
}

.multytextimage img {
    max-width: 580px;
    height: auto;
}

.videoControl {
    max-width: 658px
}

.name_points .bulletsimage img {
    max-width: 500px;
    max-height: 500px
}

.multytexttextqa .bulletsimage img {
    max-width: 500px;
    max-height: 500px
}

.multy.after_name_pageform .top {
    display: none
}

.multy.after_name_boldarticle .top {
    display: none
}

.multy.after_multytextvideo .top {
    display: none
}

.multytextvideo.before_multytexttextqa .bottom,
.multytextvideo.before_name_points .bottom,
.multytextvideo.before_multytextvideo .bottom,
.multytextvideo.before_multytextimage .bottom,
.multytextvideo.before_multyfbcomments .bottom,
.multytextvideo.before_multyfblike .bottom,
.multytextvideo.multytestimony .bottom {
    display: none
}

.inner_bodyarea_multyelements>.multy,
.inner_headerarea_multyelements>.multy {
    padding-top: 12px;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0
}

.inner_headerarea_multyelements>.multy.name_headerintro,
.inner_headerarea_multyelements>.multy.name_headerlogo {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0
}

.inner_headerarea_multyelements>.multy:last-child {
    padding-bottom: 20px
}

.inner_headerarea_multyelements>.multy.name_headerintro p:first-child {
    margin-top: 0
}

.inner_headerarea_multyelements>.multy.name_headerintro p:last-child {
    margin-bottom: 0
}

.name_points .headline {
    margin-bottom: 1em
}

.multytexttextqa .subheadline {
    margin-bottom: 1em
}

.multytext p:first-child,
.multytext p:first-child,
.multybullet:first-child p:first-child,
.name_points .headline p:first-child,
.multyqabullet:first-child p:first-child,
.multytexttextqa .subheadline p:first-child {
    margin-top: 0
}

.multytext p:last-child,
.multyqabullet:last-child p:last-child,
.multybullet:last-child p:last-child {
    margin-bottom: 0
}

.multy.multyarticle,
.multy.name_boldarticle {
    padding-top: 20px;
    padding-bottom: 25px
}

.multy.after_multyarticle,
.multy.after_name_boldarticle,
.multy.after_multytextvideo,
.multy.after_name_pageform {
    padding-top: 24px
}

.multy.name_bodysubheadline.after_multyarticle {
    padding-top: 1px;
    margin-top: -12px
}

.name_bodysubheadline+.multy.multyarticle {
    padding-top: 1px
}

.multy.multyarticle.after_multyarticle {
    padding-top: 1px;
    margin-top: -35px
}

.multy.name_points.after_multyarticle,
.multy.name_points.after_name_boldarticle,
.multy.multytexttextqa.after_multyarticle,
.multy.multytexttextqa.after_name_boldarticle {
    padding-top: 36px
}

.multy.multytestimony.after_name_points,
.multy.multytestimony.after_multytexttextqa {
    margin-top: -20px
}

.multy.multytestimony.after_multytestimony {
    margin-top: -35px
}

.name_points,
.multytexttextqa {
    padding-top: 20px;
    padding-bottom: 25px
}

.multy.multytextimage {
    padding-bottom: 25px
}

.multy.multytextvideo {
    padding-bottom: 30px
}

.multy.multytestimony {
    padding-top: 16px;
    padding-bottom: 20px
}

.multy.name_pageform {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.multybullet:first-child {
    margin-top: 0
}

.multybullet:last-child {
    margin-bottom: 0
}

.inner_bodyarea_multyelements>.multybullet,
.inner_bodyarea_multyelements>.multyqabullet,
.inner_headerarea_multyelements>.multybullet,
.inner_headerarea_multyelements>.multyqabullet {
    padding-right: 50px;
    padding-top: 0;
    padding-bottom: 0
}

.inner_bodyarea_multyelements>.multybullet.after_multybullet,
.inner_bodyarea_multyelements>.multyqabullet.after_multyqabullet,
.inner_headerarea_multyelements>.multybullet.after_multybullet,
.inner_headerarea_multyelements>.multyqabullet.after_multyqabullet {
    padding-top: 0;
    margin-top: 20px
}

.inner_bodyarea_multyelements>.multybullet.before_multybullet,
.inner_bodyarea_multyelements>.multyqabullet.before_multyqabullet,
.inner_headerarea_multyelements>.multybullet.before_multybullet,
.inner_headerarea_multyelements>.multyqabullet.before_multyqabullet {
    padding-bottom: 0;
    margin-bottom: 20px
}

.inner_bodyarea_multyelements>.multy.multybullet.before_name_bodysubheadline,
.inner_bodyarea_multyelements>.multy.multybullet.before_name_bodyarticle,
.inner_bodyarea_multyelements>.multy.multyqabullet.before_name_bodysubheadline,
.inner_bodyarea_multyelements>.multy.multyqabullet.before_name_bodyarticle,
.inner_headerarea_multyelements>.multy.multybullet.before_name_bodysubheadline,
.inner_headerarea_multyelements>.multy.multybullet.before_name_bodyarticle,
.inner_headerarea_multyelements>.multy.multyqabullet.before_name_bodysubheadline,
.inner_headerarea_multyelements>.multy.multyqabullet.before_name_bodyarticle {
    padding-bottom: 0;
    margin-bottom: 20px
}

.inner_bodyarea_multyelements .multyqabullet:first-child,
.inner_headerarea_multyelements .multyqabullet:first-child {
    margin-top: 0
}

.inner_bodyarea_multyelements .multyqabullet:last-child,
.inner_headerarea_multyelements .multyqabullet:last-child {
    margin-bottom: 0
}

.inner_bodyarea_multyelements>.multy:last-child,
.inner_headerarea_multyelements>.multy:last-child {
    padding-bottom: 25px
}

.multy.name_footer {
    font-size: 14px;
    text-align: center
}

.multy.name_footer:last-child {
    font-size: 14px;
    text-align: center;
    padding-bottom: 15px
}

.name_boldarticle .article>div.articleimage,
.multyarticle .article>div.articleimage {
    margin-right: 30px;
    margin-bottom: 30px;
    padding: 2px
}

.name_boldarticle.right_left .article>div.articleimage,
.name_boldarticle.right_left_nowrap .article>div.articleimage,
.multyarticle.right_left .article>div.articleimage,
.multyarticle.right_left_nowrap .article>div.articleimage {
    margin-right: 30px
}

.multyarticle .article>div.articleimage img,
.name_boldarticle .article>div.articleimage img {
    max-width: 400px;
    max-height: 1200px
}

.name_boldarticle.left_right .article>div.articleimage,
.name_boldarticle.left_right_nowrap .article>div.articleimage,
.multyarticle.left_right .article>div.articleimage,
.multyarticle.left_right_nowrap .article>div.articleimage {
    margin-left: 30px
}

.multyarticle.text_only .article,
.name_boldarticle.text_only .article {
    max-width: 640px
}

.multytexttextqa.bullets_right_to_image_no_answer .bulletsimage {
    float: left;
    margin-right: 15px
}

.answerbullet>.bulletimage {
    display: none
}

.answerbullet>.bullettext {
    margin-right: 0
}

.multytexttextqa.only_bullets_no_answer .bulletsimage {
    display: none
}

.multytexttextqa .multyqabullet .clear {
    clear: none
}

.multytexttextqa .answerbullet .bulletimage {
    clear: right
}

.name_pageform.ravdafform .ravdafform_inner table td.imageSelectCol {
    vertical-align: bottom;
    text-align: left
}

.name_pageform.ravdafform_genericimage .ravdafform_inner table td.imageCol {
    vertical-align: top;
    text-align: left
}

.name_pageform.ravdafform_genericimage .ravdafform_inner table td.imageSelectCol {
    display: none
}

.name_pageform.ravdafform .ravdafform_inner table td.imageCol {
    display: none
}

.name_pageform .formImage img,
.name_pageform .formImageSelect img {
    max-width: 385px;
    max-height: 1200px
}

.name_pageform.ravdafform_noimage .formImage {
    display: none
}

.name_pageform.ravdafform_noimage .formImageSelect {
    display: none
}

.multytextvideo.videonoheadline .headline {
    display: none
}

#body.nopattern {
    background-image: none
}

#body.greyblue,
.contentBar .greyblue {
    background-color: #6b8093
}

#body.greyblue .inner_bodyarea_multyelements .name_headerintro,
#body.greyblue .inner_bodyarea_multyelements .name_bodyheadline,
#body.greyblue .inner_bodyarea_multyelements .name_bodysubheadline,
#body.greyblue .inner_bodyarea_multyelements .name_boldarticle .articletitle,
#body.greyblue .inner_bodyarea_multyelements .name_points .headline,
#body.greyblue .inner_bodyarea_multyelements .multytextvideo .videotitle,
#body.greyblue .inner_bodyarea_multyelements .multytexttextqa .headline,
#body.greyblue .name_pageform .formText,
#body.greyblue .inner_bodyarea_multyelements .multytextimage .imageheadline {
    color: #5089bc
}

#body.blue,
.contentBar .blue {
    background-color: #5189bc
}

#body.blue .inner_bodyarea_multyelements .name_headerintro,
#body.blue .inner_bodyarea_multyelements .name_bodyheadline,
#body.blue .inner_bodyarea_multyelements .name_bodysubheadline,
#body.blue .inner_bodyarea_multyelements .name_boldarticle .articletitle,
#body.blue .inner_bodyarea_multyelements .name_points .headline,
#body.blue .inner_bodyarea_multyelements .multytextvideo .videotitle,
#body.blue .inner_bodyarea_multyelements .multytexttextqa .headline,
#body.blue .name_pageform .formText,
#body.blue .inner_bodyarea_multyelements .multytextimage .imageheadline {
    color: #8caf17
}

#body.pink,
.contentBar .pink {
    background-color: #ac89cd
}

#body.pink .inner_bodyarea_multyelements .name_headerintro,
#body.pink .inner_bodyarea_multyelements .name_bodyheadline,
#body.pink .inner_bodyarea_multyelements .name_bodysubheadline,
#body.pink .inner_bodyarea_multyelements .name_boldarticle .articletitle,
#body.pink .inner_bodyarea_multyelements .name_points .headline,
#body.pink .inner_bodyarea_multyelements .multytextvideo .videotitle,
#body.pink .inner_bodyarea_multyelements .multytexttextqa .headline,
#body.pink .name_pageform .formText,
#body.pink .inner_bodyarea_multyelements .multytextimage .imageheadline {
    color: #5581a4
}

#body.green,
.contentBar .green {
    background-color: #719f45
}

#body.green .inner_bodyarea_multyelements .name_headerintro,
#body.green .inner_bodyarea_multyelements .name_bodyheadline,
#body.green .inner_bodyarea_multyelements .name_bodysubheadline,
#body.green .inner_bodyarea_multyelements .name_boldarticle .articletitle,
#body.green .inner_bodyarea_multyelements .name_points .headline,
#body.green .inner_bodyarea_multyelements .multytextvideo .videotitle,
#body.green .inner_bodyarea_multyelements .multytexttextqa .headline,
#body.green .name_pageform .formText,
#body.green .inner_bodyarea_multyelements .multytextimage .imageheadline {
    color: #f38f00
}

#body.greygreen,
.contentBar .greygreen {
    background-color: #757d70
}

#body.greygreen .inner_bodyarea_multyelements .name_headerintro,
#body.greygreen .inner_bodyarea_multyelements .name_bodyheadline,
#body.greygreen .inner_bodyarea_multyelements .name_bodysubheadline,
#body.greygreen .inner_bodyarea_multyelements .name_boldarticle .articletitle,
#body.greygreen .inner_bodyarea_multyelements .name_points .headline,
#body.greygreen .inner_bodyarea_multyelements .multytextvideo .videotitle,
#body.greygreen .inner_bodyarea_multyelements .multytexttextqa .headline,
#body.greygreen .name_pageform .formText,
#body.greygreen .inner_bodyarea_multyelements .multytextimage .imageheadline {
    color: #3a4d54
}

#body.red,
.contentBar .red {
    background-color: #c72121
}

#body.red .inner_bodyarea_multyelements .name_headerintro,
#body.red .inner_bodyarea_multyelements .name_bodyheadline,
#body.red .inner_bodyarea_multyelements .name_bodysubheadline,
#body.red .inner_bodyarea_multyelements .name_boldarticle .articletitle,
#body.red .inner_bodyarea_multyelements .name_points .headline,
#body.red .inner_bodyarea_multyelements .multytextvideo .videotitle,
#body.red .inner_bodyarea_multyelements .multytexttextqa .headline,
#body.red .name_pageform .formText,
#body.red .inner_bodyarea_multyelements .multytextimage .imageheadline {
    color: #149bd5
}

#body.white,
.contentBar .white {
    background-color: #fff
}

#body.white,
#body.white .name_headerintro,
#body.white .name_bodyheadline,
#body.white .name_bodysubheadline,
#body.white .name_boldarticle .articletitle,
#body.white .name_points .headline,
#body.white .multytextvideo .videotitle,
#body.white .multytexttextqa .headline,
#body.white .name_pageform .formText,
#body.white .multytextimage .imageheadline {
    color: #5089bc
}

#body.white .corner_top_left,
#body.white .corner_top_right,
#body.white .corner_bottom_left,
#body.white .corner_bottom_right {
    display: none
}

#body.darkgrey,
.contentBar .darkgrey {
    background-color: #414954
}

#body.darkgreen,
.contentBar .darkgreen {
    background-color: #374b31
}

#body.purple,
.contentBar .purple {
    background-color: #514564
}

#body.almostblack,
.contentBar .almostblack {
    background-color: #353535
}

#body.darkred,
.contentBar .darkred {
    background-color: #6b2d2d
}

#body.darkblue,
.contentBar .darkblue {
    background-color: #324462
}

#body.brown,
.contentBar .brown {
    background-color: #816c59
}

.brown .multy.name_pageform .submitButton,
.brown .multy.name_pageform .layout_buttonform .button {
    background-color: #07c4ec
}

#body.green2,
.contentBar .green2 {
    background-color: #65734d
}

.green2 .multy.name_pageform .submitButton,
.green2 .multy.name_pageform .layout_buttonform .button {
    background-color: #ecbe07
}

#body.darkgrey2,
.contentBar .darkgrey2 {
    background-color: #454545
}

.darkgrey2 .multy.name_pageform .submitButton,
.darkgrey2 .multy.name_pageform .layout_buttonform .button {
    background-color: #00ace5
}

#body.darkpurple,
.contentBar .darkpurple {
    background-color: #585068
}

.darkpurple .multy.name_pageform .submitButton,
.darkpurple .multy.name_pageform .layout_buttonform .button {
    background-color: #12c4c2
}

#body.pink2,
.contentBar .pink2 {
    background-color: #bd97a8
}

.pink2 .multy.name_pageform .submitButton,
.pink2 .multy.name_pageform .layout_buttonform .button {
    background-color: #12c4c2
}
.heading {
    font-size: 30px;
}
@media (min-width: 768px) and (max-width: 992px) {
    .heading {
        font-size: 24px;
    }
    .multytextimage img {
        max-width: 480px;
    }
}
@media (max-width: 768px) {
    .heading,
    .name_bodyheadline {
        font-size: 22px;
    }
    .multytextimage img {
        max-width: 300px;
    }
}
@media (max-width: 480px) {
    .heading,
    .name_bodyheadline {
        font-size: 18px;
    }
    .multytextimage img {
        max-width: 300px;
    }
    .main {
        margin: 0;
        padding: 15px 0;
    }
}