/* These styles are used in the backend editor AND in the Theme (frontend) */

/* CSS is provided by the theme itself, and modified by any custom css you add to the theme. */
/* But that CSS is not active when using the backend-editor, so here is a good place to put  */
/* any custom css which should be active in the frontend website and also applied to editor. */
/* The goal is to make the visual editor display as like the final frontend view as possible */
/* so do not forget to configure the TinyMCE styles dropdown with elements to match these.   */

/* Suggested general non-tag-specific visual styles (for all websites) */

.list       { margin: 0.35rem 0; }
.stdtop     { margin-top: 0.65rem !important; }
.moretop    { margin-top: 0.8rem  !important; }
.lotstop    { margin-top: 1rem    !important; }
.hugetop    { margin-top: 1.3rem  !important; }
.stdbottom  { margin-bottom: 0.65rem !important; }
.morebottom { margin-bottom: 0.8rem  !important; }
.lotsbottom { margin-bottom: 1rem    !important; }
.hugebottom { margin-bottom: 1.3rem  !important; }

.topless    { margin-top: 0 !important; }
.bottomless { margin-bottom: 0 !important; }

.beforelist { margin-bottom: 0.3rem; }

.lastitempx { padding-bottom: 12px !important; }
.lastitemem { margin-bottom: 0; padding-bottom: 1.3rem; }

strong, .strong, .fett, .bold, .smallBold, .smallerBold { font-weight: bold; }

/* Revert to normal text within strong */
.notstrong { font-weight: normal; }

.smaller, .smallerBold { font-size: 0.95rem; line-height: 1.25; }

.small, .smallBold { font-size: 0.89rem; line-height: 1.2; }

/* Append your site-specific styles here */

.med_kirmizi {
	color: #9e1c41;
}

.metin_box {
	    border: 1px solid transparent;
    border-radius: 2px;
    padding: 1em;
    margin: 0 0 1em;
    font-size: 16px;
    font-weight: normal;
    box-sizing: border-box;
    width: 100%;
    display: table;
    overflow: hidden;
}

.metin_box p, .metin_box h2, .metin_box h3, .metin_box h4, .metin_box h5, .metin_box h6 {
	margin-bottom: 0;
}

.metin_box:before {
	    font-family: "FontAwesome";
    font-size: 28px;
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
      width: 30px;
    height: 20px;
    line-height: 0;
}

@media (max-width: 480px), (max-device-width: 480px) {
    .metin_box:before {
        line-height: inherit;
        float: left;
        padding: 12px 12px 12px 0;
    }
}

.metin_box.warning {
	color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.metin_box.warning:before {
	content: "\f071";
}

.metin_box.info {
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.metin_box.info:before {
	content: "\f05a";
}

.metin_box.success {
	color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.metin_box.success:before {
	content: "\f087";
}

.metin_box.danger {
	color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.metin_box.danger:before {
	content: "\f071";
}