html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    outline: 0;
}
html, button, input, select, textarea {
    font-family: Arial, Verdana, Sans-Serif;
    color: #32302C;
    -webkit-font-smoothing: antialiased;
       -moz-font-smoothing: antialiased;
}
body {
    background: #f8f7f6 url(../images/bg/bg.png) repeat top left;
}
img {
    border: none;
}
label {
    display: block;
}
p {
    margin: 0 0 20px;
}
p:empty {
     display: none;
}
strong {
    font-weight: bold;
}
em {
    font-style: italic;
}
small {
    font-size: 12px;
}
hr {
    display: block;
    clear: both;
    border: none;
    height: 1px;
    background-color: #ddd8d0;
    margin: 15px 0px;
}
a {
    color: #9B5F00;
    text-decoration: none;
}
a:hover {
    color: #804E00;
    text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Geneva, Sans-Serif;
    color: #484848;
    font-weight: normal;
}
#page {
    font-size: 14px;
    line-height: 20px;
}
#content-middle {
    clear: both;
    width: 100%}
#content-middle .container {
    clear: both;
    width: 980px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-radius-bottomright: 12px;
    border-bottom-right-radius: 12px;
    -webkit-box-shadow: 3px 3px 3px rgba(125, 125, 125, 0.1);
     -moz-box-shadow: 3px 3px 3px rgba(125, 125, 125, 0.1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
header {
    display: block;
    clear: both;
}
header .flag {
    clear: both;
    float: right;
    height: 38px;
}
header .flag a {
    display: block;
    float: left;
    padding: 4px 6px 4px 28px;
    margin-left: 10px;
    color: #7F7F7F;
    background-repeat: no-repeat;
    background-position: 6px center;
    background-color: #F2F1EB;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
    border-radius: 5px;
}
header .flag a:hover {
    color: #32302C;
}
header .flag a.tr {
    background-image: url(../images/flag/TR.png);
}
header .flag a.en {
    background-image: url(../images/flag/EN.png);
}
header .flag a.de {
    background-image: url(../images/flag/DE.png);
}
header .flag a.ru {
    background-image: url(../images/flag/RU.png);
}
header .flag a.fr {
    background-image: url(../images/flag/FR.png);
}
header .logo-search {
    clear: both;
    padding: 10px;
    margin-top: 10px;
    height: 146px;
}
header .logo-search .logo {
    float: left;
}
header .logo-search .logo img {
    display: block;
    float: left;
    margin-top: 32px;
    margin-right: 10px;
}
header .logo-search .logo .separator {
    float: left;
    width: 1px;
    height: 116px;
    margin-right: 10px;
    background-color: #e0dfde;
}
header .logo-search .logo .sitename {
    float: left;
    color: #655F5A;
    font-size: 24px;
    line-height: 24px;
    margin-top: 34px;
}
header .logo-search .logo .sitename a {
    color: #655F5A;
    text-decoration: none;
}
header .logo-search .logo .sitename span {
    display: block;
    clear: both;
    font-size: 36px;
}
header .logo-search .logo .sitename span.one-line {
    margin-top: 12px;
}
header .logo-search .search-container {
    position: relative;
    float: right;
}
.search {
    clear: both;
}
.search div {
    clear: both;
    position: relative;
    width: 300px;
    padding: 0;
    margin: 0;
}
.search span.input {
    font-size: 11px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #F2F1EB;
    padding: 4px;
}
.search input {
    height: 32px;
    margin: 0;
    padding: 8px;
    border: solid 1px #d5d2ce;
    background: #fff;
    font: normal 12px Arial, Verdana, sans-serif;
    color: #867F79;
    vertical-align: bottom;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
    border-radius: 4px;
}
.search input:focus {
    border-color: #a29d97;
    color: #32302C;
}
.search .glass {
    position: absolute;
    display: block;
    top: 42px;
    right: 4px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #635D58 url(../images/bg/glass.png) no-repeat center center;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}
.content-search-container {
    clear: both;
}
.content-search {
    float: right;
    position: relative;
}
.content-search .search .glass {
    top: 4px;
}
header .social {
    clear: both;
    float: right;
    margin-top: 15px;
}
header .social .google-plusone-button {
    margin-top: 3px;
}
header .social-big-icon {
    float: left;
}
.social-big-icon a {
    display: block;
    float: left;
    width: 26px;
    height: 26px;
    margin-left: 5px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.social-big-icon a:hover {
    text-decoration: none;
}
.social-big-icon a >i {
    color: #fff;
}
.social-big-icon a.twitter {
    background-color: #0aa4d7;
}
.social-big-icon a.facebook {
    background-color: #4d78b6;
}
.social-big-icon a.googleplus {
    background-color: #bc0b02;
}
.social-big-icon a.pinterest {
    background-color: #cb211d;
}
.social-big-icon a.instagram {
    background-color: #6a6a6a;
}
.social-big-icon a.youtube {
    background-color: #bf221f;
}
.social-big-icon a.soundcloud {
    background-color: #ff5700;
}
.social-big-icon a.rss {
    background-color: #e96a24;
}
header .logo-search .mp3player {
    float: left;
    margin-top: -3px;
    margin-right: 47px;
}
nav[role=navigation] {
}
#sitenav {
    position: relative;
    clear: both;
    height: 91px;
    text-transform: uppercase;
}
#sitenav .main-nav {
    clear: both;
    height: 56px;
}
#sitenav .main-nav .left {
    position: absolute;
    left: -33px;
    top: 0;
    width: 33px;
    height: 56px;
    background: url(../images/bg/nav/left.png) no-repeat top left;
}
#sitenav .main-nav .right {
    position: absolute;
    right: -33px;
    top: 0;
    width: 33px;
    height: 56px;
    background: url(../images/bg/nav/right.png) no-repeat top left;
}
#sitenav .main-nav .middle {
    width: 980px;
    height: 56px;
    background: url(../images/bg/nav/middle.png) repeat-x top left;
}
#sitenav .main-nav .middle ul {
    margin: 0;
    list-style-type: none;
}
#sitenav .main-nav .middle ul li {
    float: left;
    height: 44px;
}
#sitenav .main-nav .middle ul li.separator {
    width: 2px;
    background: url(../images/bg/nav/separator.png) no-repeat top left;
}
#sitenav .main-nav .middle ul li.submenu a {
    display: block;
    clear: both;
    text-decoration: none;
    cursor: pointer;
}
#sitenav .main-nav .middle ul li.submenu a span {
    display: block;
    clear: both;
    color: #65605B;
    padding: 4px 10px;
    line-height: 42px;
    font-weight: bold;
    font-size: 14px;
    -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}
#sitenav .main-nav .middle ul li.submenu a:hover span {
    color: #554E4C;
    text-decoration: none;
}
#sitenav .main-nav .middle ul li.first a span {
    padding-left: 10px;
}
#sitenav .main-nav .middle ul li.current {
    background: #c0bdb9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cac7c3), color-stop(100%, #b5b2ae));
    background: -moz-linear-gradient(top, #cac7c3 0%, #b5b2ae 100%);
}
#sitenav .main-nav .middle ul li.current a span, #sitenav .main-nav .middle ul li.current a:hover span {
    color: #65605B;
}
#sitenav .sub-nav {
    display: none;
    position: absolute;
    z-index: 10;
    width: 1020px;
    left: -20px;
    margin-top: -6px;
    padding-left: 20px;
    padding-right: 20px;
    height: 46px;
    background-color: #DFD9D2;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
    border-radius: 8px;
}
#sitenav .sub-nav-display {
    display: block;
}
#sitenav .sub-nav ul {
    margin: 0;
    list-style-type: none;
}
#sitenav .sub-nav ul li {
    float: left;
    height: 46px;
}
#sitenav .sub-nav ul li.sub-separator {
    width: 2px;
    height: 46px;
    background: url(../images/bg/nav/separator-sub.png) no-repeat top left;
}
#sitenav .sub-nav ul li.sub-menu a {
    clear: both;
    display: block;
    color: #716B61;
    padding: 0px 7px;
    font-size: 11px;
    line-height: 46px;
    cursor: pointer;
    text-decoration: none;
}
#sitenav .sub-nav ul li.sub-menu a:hover {
    color: #393732;
    text-decoration: none;
}
#sitenav .sub-nav ul li:first-child a {
    padding-left: 10px;
}
#sitenav .sub-nav ul li.sub-current {
    height: 46px;
    background: url(../images/bg/nav/arrow.png) no-repeat bottom center;
}
#sitenav .sub-nav ul li.sub-current a, #sitenav .sub-nav ul li.sub-current a:hover {
    color: #393732;
}
#content {
    clear: both;
    padding: 0px 10px 10px 10px;
}
#content_body {
    float: left;
    width: 634px;
    margin-right: 26px;
    min-height: 500px;
}
#content_body-big {
    float: left;
    width: 960px;
    margin-right: 26px;
    min-height: 500px;
}
div.page-title {
    clear: both;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd8d0;
}
div.page-title h1 {
    float: left;
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    color: #393732;
}
div.page-title h1.question {
    font-size: 18px;
    line-height: 24px;
}
div.page-title h1 span.writer {
    display: block;
    clear: both;
    font-size: 16px;
    line-height: 22px;
    color: #666;
}
div.news-content {
    clear: both;
    margin-top: 10px;
}
div.news-content ul {
    margin: 1em 3em 1em;
}
div.news-content ol {
    margin: 1em 3em 1em;
}
.float-left {
    display: block;
    float: left;
}
.float-right {
    display: block;
    float: right;
}
.widget {
    clear: both;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
    border-radius: 8px;
}
.rtl {
    direction: rtl;
}
.hidden, .microdata {
    display: none;
}
.title .arrow {
    display: block;
    position: absolute;
    right: 0;
    margin-top: 1px;
    width: 23px;
    height: 21px;
    background: #635D58 url(../images/bg/title-arrow.png) no-repeat center center;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomRight: 6px;
    border-bottom-right-radius: 6px;
}
.spot {
    position: relative;
    clear: both;
    background-color: #f8f1d6;
    margin-bottom: 15px;
    padding: 10px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
.spot span.icon {
    position: absolute;
    z-index: 2;
    left: 5px;
}
.spot .inner {
    position: relative;
    clear: both;
    background-color: #fff;
    font-size: 15px;
    padding: 10px 10px 10px 15px;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.spot-cube .inner {
    margin-left: 65px;
    min-height: 97px;
}
.spot-cube span.icon {
    background: url(../images/icon/spot.png) no-repeat top left;
    top: 25px;
    width: 76px;
    height: 87px;
}
.spot-orange .inner {
    margin-left: 73px;
    min-height: 94px;
}
.spot-orange span.icon {
    background: url(../images/icon/spot.png) no-repeat 0px -100px;
    top: 23px;
    width: 86px;
    height: 86px;
}
.spot-black .inner {
    margin-left: 66px;
    min-height: 86px;
}
.spot-black span.icon {
    background: url(../images/icon/spot.png) no-repeat 0px -200px;
    top: 23px;
    width: 77px;
    height: 86px;
}
.rounded {
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.comment {
    float: right;
    position: relative;
}
.comment .plus {
    display: block;
    float: left;
    margin-top: 30px;
    margin-right: -2px;
    padding: 1px 18px 1px 7px;
    font-weight: bold;
    font-family: Helvetica, Arial, Sans-serif;
    font-size: 10px;
    color: #fff;
    background: #43413F url(../images/icon/plus.png) no-repeat right center;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomLeft: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomRight: 4px;
    border-bottom-right-radius: 4px;
}
.comment .plus a {
    color: #fff;
}
.comment .plus a:hover {
    color: #ddd;
    text-decoration: none;
}
.comment .count {
    display: block;
    float: left;
    padding: 5px 10px;
    border: 2px solid #43413F;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #474037;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomRight: 4px;
    border-bottom-right-radius: 4px;
}
.comments div.page-title h1 {
    margin-top: 30px;
}
.comment-row-container {
    clear: both;
}
.comment-row {
    clear: both;
}
.comment-row .inner {
    clear: both;
}
.comment-row .inner .img-holder {
    float: left;
    width: 65px;
    height: 65px;
    margin-right: 10px;
}
.comment-row .inner .img-holder img {
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.comment-row .inner .writer {
    display: block;
    float: left;
    width: 92px;
    margin-right: 10px;
    font-weight: normal;
    font-size: 11px;
    color: #474747;
}
.comment-row .inner .writer small.date {
    display: block;
    clear: both;
    color: #7F7F7F;
}
.comment-row .inner .detail {
    float: left;
    width: 444px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-left: 2px dotted #B0B0B0;
    border-bottom: 2px dotted #B0B0B0;
}
.comment-row .inner .detail .post-tools {
    clear: both;
    padding-top: 25px;
    color: #7F7F7F;
}
.comment-row .inner .detail .post-tools small.posted_message {
    font-size: 10px;
}
.slider, .banner {
    visibility: hidden;
}
.slider-holder {
    clear: both;
    width: 634px;
    height: 234px;
    background-color: #c9c6c2;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}
.slider {
    display: none;
    width: 634px;
    height: 234px;
    overflow: hidden;
}
h2.title {
    background: #EEE9E2 url(../images/icon/title.png) no-repeat;
    padding: 13px 13px 13px 38px;
    font-weight: normal;
    font-size: 18px;
    color: #484643;
    -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
    border-radius: 6px;
}
h2.title a {
    color: #484643;
    text-decoration: none;
}
h2.title a:hover {
    color: #804E00;
    text-decoration: none;
}
h2.category {
    background-position: 13px 15px;
    padding-left: 38px;
}
h2.interviews {
    background-position: 13px -22px;
    padding-left: 40px;
}
h2.current {
    background-position: 13px -57px;
    padding-left: 37px;
}
h2.folders {
    background-position: 13px -90px;
    padding-left: 45px;
}
h2.one-hadith-one-comment {
    background-position: 13px -124px;
    padding-left: 39px;
}
h2.writers {
    background-position: 13px -160px;
    padding-left: 46px;
}
h2.photo-gallery {
    background-position: 13px -197px;
    padding-left: 39px;
}
h2.question {
    background-position: 13px -231px;
    padding-left: 39px;
}
.btn-like {
    display: block;
    float: left;
    height: 20px;
    padding: 0 5px;
    margin-right: 5px;
    background: #b3b1af;
    font-size: 12px;
    line-height: 20px;
    color: #fff !important;
    cursor: pointer;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn-like:hover {
    background: #9b9a99;
    text-decoration: none !important;
}
.btn-like.active {
    background: #757575;
}
.btn-like >i {
    width: 1em;
}
.like-count {
    position: relative;
    display: block;
    float: left;
    height: 20px;
    padding: 0 5px;
    margin-right: 10px;
    border: 1px solid #ddd8d0;
    font-size: 12px;
    line-height: 20px;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.like-count:before {
    content: '';
    position: absolute;
    left: -.2125em;
    top: 50%;
    width: .25em;
    height: .25em;
    margin-top: -.2em;
    background: #fff;
    border: 1px solid transparent;
    border-bottom-color: #ddd8d0;
    border-left-color: #ddd8d0;
    -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.likes-count {
    display: block;
    float: right;
    padding: 3px 5px;
    margin-left: 10px;
    background: #bec1b1;
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    white-space: nowrap;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.headline {
    clear: both;
    background-color: #F0EEEC;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
    border-radius: 8px;
}
.headline-sub {
    clear: both;
    padding: 15px;
}
.headline-sub .news {
    float: left;
    width: 292px;
}
.headline-sub .news-margin {
    margin-right: 20px;
}
.headline-sub .img-holder {
    float: left;
    background-color: #fff;
    width: 96;
    height: 96px;
    margin-right: 10px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
    border-radius: 4px;
}
.headline-sub .img-holder img {
    display: block;
    clear: both;
    margin: 3px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
    border-radius: 4px;
}
.headline-sub .news .detail {
    float: left;
    width: 176px;
}
.headline-sub .news .detail h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.headline-sub .news .detail h3 a {
    color: #3A3732;
}
.headline-sub .news .detail h3 a:hover {
    color: #804E00;
}
.headline-sub .news .detail .description {
    clear: both;
    font-size: 12px;
    line-height: 18px;
}
.headline-sub .news .detail .description small {
    display: block;
    clear: both;
    padding-left: 15px;
    background: transparent url(../images/bg/arrow.png) no-repeat center left;
}
.headline-sub .news .detail .description small a {
    color: #8A8077;
}
.headline-sub .news .detail .description small a:hover {
    color: #804E00;
}
.homepage-widget {
    clear: both;
}
.homepage-widget .inner {
    float: left;
    width: 298px;
}
.homepage-widget .first {
    margin-right: 38px;
}
.homepage-widget .inner .title {
    position: relative;
    margin-bottom: 17px;
}
.homepage-widget .inner hr {
    margin: 10px 0px;
}
.homepage-widget .inner .news {
    clear: both;
    display: table;
    width: 100%}
.homepage-widget .inner .news h3 {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding-left: 12px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    background: url(../images/bg/arrow2.png) no-repeat 0px 7px;
}
.homepage-widget .inner .news h3 a {
    color: #3A3732;
}
.homepage-widget .inner .news h3 a:hover {
    color: #804E00;
}
.homepage-widget .inner .news span.likes-count {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    margin-top: 2px;
    background-color: #BAB3A8;
}
.homepage-widget .inner .news-first .img-holder {
    float: left;
    width: 90px;
    height: 90px;
    margin-right: 10px;
}
.homepage-widget .inner .news-first img {
    display: block;
    clear: both;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.homepage-widget .inner .news-first .detail {
    float: left;
    width: 198px;
}
.homepage-advert {
    position: relative;
    clear: both;
}
.homepage-advert .inner {
    clear: both;
}
.homepage-advert .inner .title {
    position: relative;
    margin-bottom: 17px;
}
.homepage-advert .inner .advert-first {
    clear: both;
}
.homepage-advert .inner .advert-first h3 {
    clear: both;
    margin-bottom: 7px;
}
.homepage-advert .inner .advert-first .img-holder {
    float: left;
    width: 167px;
    height: 100px;
    margin-right: 10px;
}
.homepage-advert .inner .advert-first img {
    display: block;
    clear: both;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.homepage-advert .inner .advert-first .detail {
    float: left;
    width: 457px;
}
.homepage-advert .inner .advert-first .detail small span, .advert span {
    display: block;
    float: left;
    margin: 0px 5px;
}
.homepage-advert .inner .advert-first .detail small span.separator, .advert span.separator {
    margin-left: 10px;
}
.homepage-advert .inner .advert-first .detail small .date {
    color: #7F7F7F;
}
.advert-writer {
    display: block;
    clear: both;
    text-align: right;
    font-weight: bold;
}
.questions {
    position: relative;
    padding: 15px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
    border-radius: 8px;
    background: #EAE7E2 url(../images/bg/bg-square.png) repeat-x top left;
}
.questions h2.decorator {
    color: #54524C;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 18px;
}
.questions h2.decorator a {
    color: #54524C;
}
.questions h2.decorator a:hover {
    color: #804E00;
    text-decoration: none;
}
.questions h2.decorator:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 40px;
    width: 49px;
    height: 38px;
    background: url(../images/icon/decorator.png) no-repeat 0 2px;
}
.questions .inner {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.questions .inner .question {
    clear: both;
}
.questions .inner hr {
    display: block;
    clear: both;
    border: none;
    height: 1px;
    background-color: #ddd8d0;
    margin-top: 15px;
    margin-bottom: 15px;
}
.questions .inner .question div.number {
    float: left;
    width: 35px;
    color: #b2b0ac;
    font-size: 30px;
    line-height: 30px;
}
.questions .inner .question div.detail {
    float: left;
    width: 539px;
}
.questions .inner .question div.detail a.question b, .questions .inner .question div.detail em.answer {
    display: block;
    clear: both;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.questions .inner .question div.detail a.question {
    color: #3A3732;
}
.questions .inner .question div.detail a.question:hover {
    color: #804E00;
}
.questions .inner .question div.detail div.respondent {
    clear: both;
    color: #7F7F7F;
    margin-top: 10px;
}
.question-row-container {
    clear: both;
}
.question-row {
    clear: both;
}
.question-row .inner {
    clear: both;
}
.question-row .inner .img-holder {
    float: left;
    width: 65px;
    height: 65px;
    margin-right: 10px;
}
.question-row .inner .img-holder img {
    display: block;
    float: left;
}
.question-row .inner .img-holder span.likes-count {
    clear: both;
    float: left;
    margin: 0;
    margin-top: 5px;
}
.question-row .inner .respondent {
    display: block;
    float: left;
    width: 92px;
    margin-right: 10px;
    font-weight: normal;
    font-size: 11px;
    color: #7F7F7F;
}
.question-row .inner .detail .answer {
    clear: both;
    padding-top: 15px;
}
.question-row .inner .detail {
    float: left;
    width: 444px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-left: 2px dotted #B0B0B0;
    border-bottom: 2px dotted #B0B0B0;
}
.question-row .inner .detail div.respondent {
    clear: both;
    color: #7F7F7F;
    margin-top: 10px;
}
.question-row .inner .img-holder small.date {
    display: block;
    clear: both;
    padding-top: 5px;
    color: #7F7F7F;
}
.testimonials {
    position: relative;
    background: #EAE7E2 url(../images/bg/bg-square.png) repeat-x top left;
    padding: 15px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
    border-radius: 8px;
}
.testimonials h2.decorator {
    color: #54524C;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 18px;
}
.testimonials h2.decorator:after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 30px;
    width: 49px;
    height: 38px;
    background: url(../images/icon/decorator.png) no-repeat 0 -340px;
}
.testimonials .inner {
    position: relative;
    z-index: 2;
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.testimonial {
    position: relative;
    z-index: 4;
    clear: both;
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.testimonial blockquote {
    display: block;
    clear: both;
    font-family: Georgia, sans-serif;
    font-style: italic;
    font-size: 12px;
    color: #7e7e7e;
    line-height: 22px;
}
.testimonial blockquote img {
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.testimonial blockquote cite {
    width: 100%;
    font-family: Tahoma, Arial, Sans-Serif;
    font-style: normal;
    font-weight: bold;
    color: #666;
    display: block;
    text-align: right;
    float: right;
    line-height: 18px;
    text-shadow: none;
}
.testimonial blockquote cite span.firm, .testimonial blockquote cite span.firm a {
    display: block;
    clear: both;
    font-size: 11px;
    font-weight: normal;
}
.testimonial blockquote cite p {
    margin: 0;
}
.news-row-container {
    clear: both;
}
.news-row {
    clear: both;
}
.news-row .inner {
    clear: both;
}
.news-row .inner .img-holder {
    float: left;
    width: 167px;
    height: 100px;
    margin-right: 10px;
}
.news-row .inner .img-holder img {
    display: block;
    clear: both;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
    border-radius: 4px;
}
.news-row .inner .detail {
    float: left;
    width: 457px;
}
.news-row .inner .detail h3, .homepage-widget .inner .news-first .detail h3, .writer-row .inner .detail h3, .homepage-writers .inner .writer .detail h3, .question-row .inner .detail h3, .term-row .inner .detail h3, .homepage-advert h3, .advert h3 {
    font-weight: bold;
    font-size: 15px;
}
.news-row .inner .detail h3 a, .homepage-widget .inner .news-first .detail h3 a, .writer-row .inner .detail h3 a, .homepage-writers .inner .writer .detail h3 a, .question-row .inner .detail h3 a, .term-row .inner .detail h3 a, .advert h3 a {
    color: #3A3732;
}
.news-row .inner .detail h3 a:hover, .homepage-widget .inner .news-first .detail h3 a:hover, .writer-row .inner .detail h3 a:hover, .homepage-writers .inner .writer .detail h3 a:hover, .question-row .inner .detail h3 a:hover, .term-row .inner .detail h3 a:hover, .advert h3 a:hover {
    color: #804E00;
}
.news-row .inner .detail .description, .homepage-widget .inner .news-first .detail .description, .writer-row .inner .detail .description {
    clear: both;
    font-size: 12px;
    line-height: 18px;
}
.news-row .inner .detail .description .category {
    clear: both;
    margin-bottom: 3px;
    font-size: 11px;
    color: #7F7F7F;
}
.news-row .inner .detail .description .category a {
    color: #7F7F7F;
}
.news-row .inner .detail .description .category a:hover {
    color: #804E00;
}
.news-row .inner .detail .description small, .homepage-widget .inner .news-first .detail .description small, .writer-row .inner .detail .description small, , .widget-writer .detail .description small {
    font-size: 12px;
    display: block;
    clear: both;
}
.news-row .inner .detail .description small .read-more, .homepage-widget .inner .news-first .detail .description small .read-more, .writer-row .inner .detail .description small .read-more, .widget-writer .detail .description small .read-more, .questions .read-more, .homepage-advert .read-more {
    display: block;
    float: left;
    padding-left: 15px;
    background: transparent url(../images/bg/arrow.png) no-repeat center left;
}
.news-row .inner .detail .description small .date {
    display: block;
    float: right;
    color: #7F7F7F;
}
.advert h3 {
    clear: both;
    margin-bottom: 7px;
}
.news-first .inner .img-holder {
    width: 295px;
    height: 160px;
}
.news-first .inner .detail {
    float: left;
    width: 329px;
}
.news-first .inner .detail .description small .likes-count {
    float: left;
    margin: 0;
    margin-right: 10px;
}
.news-first .inner .detail .description small .date {
    float: left;
    padding-bottom: 5px;
}
div.news-detail {
    display: block;
}
div.news-detail.bottom {
    margin-top: 30px;
}
div.news-detail small {
    display: block;
    clear: both;
    padding: 10px 0;
    color: #7F7F7F;
    border-bottom: 1px solid #ddd8d0;
}
div.news-detail small .likes-count {
    display: block;
    float: left;
    margin: 0;
    margin-right: 10px;
}
div.news-detail small .date {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 20px;
}
div.news-detail small .category {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #7F7F7F;
}
div.news-detail small a {
    color: #7F7F7F;
}
div.news-detail small a:hover {
    color: #804E00;
}
small.source {
    color: #7F7F7F;
    font-style: italic;
}
.writer-row-container {
    clear: both;
}
.writer-row-container-inner {
    clear: both;
}
.writer-row {
    float: left;
    width: 296px;
}
.writer-row .inner {
    border-top: 1px solid #ddd8d0;
    padding: 20px 0px 20px 0px;
}
.writer-row .inner .img-holder img {
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.writer-row-separator {
    float: left;
    width: 1px;
    height: 1px;
    background-color: #ddd8d0;
    margin: 10px 20px;
}
.writer-row-first .inner {
    border: none;
    padding-top: 10px;
}
.writer-row-separator-first {
    margin-top: 0px;
}
.writer-row .inner .img-holder {
    float: left;
    width: 75px;
    margin-right: 10px;
}
.writer-row .inner .img-holder img {
    display: block;
    clear: both;
}
.writer-row .inner .img-holder a[role="buttons-news"] {
    clear: both;
    margin-top: 5px;
    width: 69px;
}
.writer-row .inner .detail {
    float: left;
    width: 211px;
}
.writer-row .inner .detail h2 {
    clear: both;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
}
.writer-row .inner .detail h2 a {
    color: #5F3B00;
}
.writer-row .inner .detail h2 a:hover {
    color: #804E00;
}
.writer-row .inner .detail h3 {
    font-size: 12px;
}
.press-logo {
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 15px;
}
.press-logo-last {
    margin: 0;
}
.press-logo img.logo {
    display: block;
    clear: both;
}
.press-logo a {
    display: block;
    clear: both;
    color: #32302C;
}
.press-logo a:hover {
    color: #804E00;
}
.press-logo a.download {
    display: block;
    clear: both;
    height: 27px;
    padding-left: 23px;
    padding-top: 4px;
    margin-top: 6px;
    font-weight: bold;
    background: url(../images/icon/download.png) no-repeat left center;
}
.press-logo a.view {
    display: block;
    clear: both;
    height: 27px;
    padding-left: 27px;
    padding-top: 4px;
    margin-top: 6px;
    font-weight: bold;
    background: url(../images/icon/glass.png) no-repeat left center;
}
.press-logo small span {
    color: #7F7F7F;
}
.term-row-container {
    clear: both;
}
.term-row {
    clear: both;
}
.term-row .inner {
    clear: both;
}
.term-row .inner span.number {
    display: block;
    float: left;
    min-width: 45px;
    padding-right: 10px;
    color: #b2b0ac;
    font-size: 30px;
    font-weight: normal;
}
.term-row .inner .detail {
    clear: both;
}
.term-row .inner .detail .description {
    clear: both;
}
.gallery {
    position: relative;
    clear: both;
}
.gallery h2.decorator {
    position: relative;
    z-index: 3;
    display: inline-block;
    padding: 10px;
    background-color: #EEE9E2;
    color: #484643;
    font-size: 18px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}
.gallery span.title-right {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 38px;
    background: url(../images/bg/gallery-title-right.png) no-repeat left bottom;
}
.gallery .gallery-container {
    position: relative;
    z-index: 4;
    clear: both;
    background-color: #EEE9E2;
    padding: 10px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}
.gallery .gallery-container .inner {
    position: relative;
    z-index: 5;
    clear: both;
    background-color: #FFF;
    padding: 10px;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.gallery .gallery-container .inner .gallery-info {
    clear: both;
    background-color: #F1F2EC;
    padding: 10px;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.gallery .gallery-container .inner .gallery-info img {
    display: block;
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.gallery .gallery-container .inner .gallery-info .album img {
    width: 130px;
    height: 95px;
}
.gallery .gallery-container .inner .gallery-info .video img {
    width: 112px;
    height: 63px;
}
.gallery .gallery-container .inner .gallery-info .audio img {
    width: 85px;
    height: 85px;
}
.gallery .gallery-container .inner .gallery-info .detail {
    float: left;
}
.gallery .gallery-container .inner .album .detail {
    width: 434px;
}
.gallery .gallery-container .inner .video .detail {
    width: 452px;
}
.gallery .gallery-container .inner .audio .detail {
    width: 479px;
}
.gallery .gallery-container .inner .gallery-info .detail b.title {
    clear: both;
    font-size: 24px;
    color: #6b8171;
    line-height: 1em;
    font-weight: normal;
}
.gallery .gallery-container .inner .gallery-info .detail .description {
    display: block;
    clear: both;
    margin-top: 5px;
}
.gallery small {
    clear: both;
    color: #8C5F0C;
}
.gallery .category-container {
    clear: both;
    background-color: #EEE9E2;
    padding: 10px;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.gallery .category-container .categories {
    clear: both;
    margin-bottom: 5px;
    font-size: 16px;
}
.gallery .category-container .categories a {
    display: block;
    float: left;
    margin-bottom: 5px;
    margin-right: 15px;
    color: #7f7f7f;
}
.gallery .category-container .categories a:hover {
    color: #32302C;
    text-decoration: none;
}
.gallery .category-container .categories a.selected {
    color: #804E00;
}
.gallery .category-container .inner {
    display: none;
    clear: both;
    background-color: #FFF;
    padding: 10px 11px;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.gallery .category-container .selected-category {
    display: block;
}
.gallery .category-container .inner .album {
    float: left;
    margin-bottom: 10px;
}
.gallery .category-container .inner .album img {
    display: block;
    clear: both;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.gallery .category-container .inner .album a.title {
    display: block;
    clear: both;
    color: #343733;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    margin-top: 5px;
}
.gallery .category-container .inner .album a.title:hover {
    color: #804E00;
}
.gallery .category-container .inner .album-photo {
    width: 130px;
    margin-right: 24px;
}
.gallery .category-container .inner .video-photo {
    width: 112px;
    margin-right: 8px;
}
.gallery .category-container .inner .audio-photo {
    width: 85px;
    margin-right: 16px;
}
.gallery .category-container .inner .album-last {
    margin-right: 0;
}
.gallery .gallery-container .inner .video-holder {
    clear: both;
    margin-top: 10px;
}
.gallery .gallery-container .inner .audio-holder {
    clear: both;
    margin-top: 10px;
}
.gallery .category-container .inner-audio {
    padding: 10px 12px;
}
.gallery .gallery-container .inner .photo-holder {
    clear: both;
    margin-top: 10px;
}
.gallery .gallery-container .inner .photo-holder p.img-holder {
    clear: both;
    text-align: center;
}
.gallery .gallery-container .inner .photo-holder p.img-holder img {
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.gallery .gallery-container .inner .photo-holder .caption {
    display: inline-block;
    max-width: 474px;
    clear: both;
    line-height: 1.5em;
    position: relative;
    margin: 0;
    margin-bottom: 1px;
    padding: 4px 6px;
    background-color: #000;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    color: #3F372C;
    background: #cecbc7;
    background: -webkit-gradient(linear, left top, left bottom, from(#d9d6d2), to(#bebbb6));
    background: -moz-linear-gradient(top, #d9d6d2, #bebbb6);
    -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
     text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
}
.gallery .gallery-container .inner .photo-holder .description {
    padding: 3px 6px;
    font-size: 12px;
    color: #333;
    font-weight: normal;
    background: #EEE;
    opacity: 0.8;
    background: -webkit-gradient(linear, left top, left bottom, from(#F9F9F9), to(#E6E6E6));
    background: -moz-linear-gradient(top, #F9F9F9, #E6E6E6);
}
.gallery .gallery-container .inner .photo-holder .description p {
    margin-bottom: 0;
}
.homepage-writers {
    position: relative;
    clear: both;
}
.homepage-writers .inner {
    clear: both;
    margin-top: 17px;
}
.homepage-writers .inner .separator {
    float: left;
    width: 1px;
    height: 1px;
    background-color: #ddd8d0;
    margin: 0px 9px;
}
.homepage-writers .inner .writer {
    float: left;
    width: 144px;
}
.homepage-writers .inner .writer .img-holder {
    clear: both;
    width: 144px;
    height: 80px;
}
.homepage-writers .inner .writer .img-holder img {
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.homepage-writers .inner .writer .detail {
    clear: both;
    margin-top: 10px;
}
.homepage-writers .inner .writer .detail h2 {
    clear: both;
    font-weight: bold;
    font-size: 15px;
}
.homepage-writers .inner .writer .detail h2 a {
    color: #5F3B00;
}
.homepage-writers .inner .writer .detail h2 a:hover {
    color: #804E00;
}
.homepage-writers .inner .writer .detail h3 {
    display: block;
    clear: both;
    font-size: 12px;
}
.homepage-photo-gallery {
    position: relative;
    clear: both;
}
.homepage-photo-gallery .inner {
    clear: both;
    margin-top: 9px;
}
.homepage-photo-gallery .inner a {
    display: block;
    float: left;
    width: 120px;
    height: 88px;
    margin-left: 8px;
    margin-top: 8px;
}
.homepage-photo-gallery .inner >a:nth-child(5n+1) {
    clear: left;
    margin-left: 0;
}
.homepage-photo-gallery .inner >a img {
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
div.news-detail small.tag {
    border-top: 1px solid #ddd8d0;
}
div.news-detail small.tag {
    padding-bottom: 5px;
}
div.tag-title {
    float: left;
    margin-right: 10px;
}
div.news-detail ul.tag-list {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
div.news-detail ul.tag-list li {
    padding: 0px;
    margin: 0px;
    margin-right: 5px;
    margin-bottom: 5px;
    list-style: none;
    float: left;
    display: block;
    overflow: hidden;
}
div.news-detail ul.tag-list li a {
    display: block;
    padding: 1px 8px 2px 8px;
    background-color: #f0eeec;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
    border-radius: 5px;
}
div.news-detail ul.tag-list li a:hover {
    background-color: #eee9e2;
    text-decoration: none;
}
div.news-detail small.social {
    padding: 25px 0;
}
.social-links {
    float: left;
    margin-right: 5px;
}
.btn-social {
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 6px 12px;
    color: #fff !important;
    text-decoration: none !important;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.btn-social >i {
     font-size: 15px;
     line-height: 18px;
     margin-right: 3px;
}
.btn-social.facebook {
    background-color: #3b5998;
}
.btn-social.twitter {
    background-color: #55acee;
}
.btn-social.googleplus {
    background-color: #cc382e;
}
.btn-social.pinterest {
    background-color: #cc2127;
}
.btn-social.facebook:hover, .btn-social.facebook:focus {
    background-color: #4264aa !important;
}
.btn-social.twitter:hover, .btn-social.twitter:focus {
    background-color: #6cb7f0 !important;
}
.btn-social.googleplus:hover, .btn-social.googleplus:focus {
    background-color: #e5392d !important;
}
.btn-social.pinterest:hover, .btn-social.pinterest:focus {
    background-color: #dd2a30 !important;
}
.follow-links {
    clear: both;
    position: relative;
    margin: 20px 0 0 0;
    text-align: center;
}
.follow-links .btn {
    clear: both;
    display: block;
    vertical-align: top;
    color: #fff;
    position: relative;
    padding: 0;
    margin-bottom: 5px;
    border: none;
    border-radius: 3px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-sizing: content-box !important;
    -webkit-user-select: none;
     -moz-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
     -moz-transition: all .3s;
    transition: all .3s;
}
.follow-links .btn:last-child {
    margin-right: 0;
}
.follow-links .btn >i {
    font-size: 16px;
    line-height: 16px;
    margin-right: 5px;
}
.follow-links .btn.btn-facebook {
    background-color: #3b5998;
}
.follow-links .btn.btn-facebook:hover {
    background-color: #4264aa;
}
.follow-links .btn.btn-twitter {
    background-color: #55acee;
}
.follow-links .btn.btn-twitter:hover {
    background-color: #6cb7f0;
}
.change-font-size {
    float: right;
}
.change-font-size >span {
    display: block;
    float: left;
    padding: 6px 12px;
    line-height: 18px;
    height: 30px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s;
     -moz-transition: all .3s;
    transition: all .3s;
}
.change-font-size >span:first-child {
    font-size: 14px;
    background: #b3b1af;
    -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.change-font-size >span:last-child {
    font-size: 16px;
    background: #9b9a99;
    -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.change-font-size >span >i {
    font-size: 11px;
    line-height: 18px;
    font-weight: normal;
}
.change-font-size >span:hover {
    background: #757575;
}
.search-result-criterion {
    font-size: 14px;
    color: #7F7F7F;
}
.search-result-criterion span {
    display: block;
    float: left;
}
.search-result-criterion span.right {
    float: right;
}
#content_right {
    float: left;
    width: 300px;
}
a[role="buttons-right"] {
    display: block;
    border: 3px solid #ececec;
    padding: 10px;
    color: #65615B;
    -moz-text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
     text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.3);
    -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
    border-radius: 6px;
    background: #ccc9c5;
    background: -webkit-gradient(linear, left top, left bottom, from(#d3d0cc), to(#c4c1bd));
    background: -moz-linear-gradient(top, #d3d0cc, #c4c1bd);
    text-align: right;
}
a[role="buttons-right"]:hover, a[role="buttons-right"]:focus {
    color: #65615B;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#c4c1bd), to(#d3d0cc));
    background: -moz-linear-gradient(top, #c4c1bd, #d3d0cc);
}
a[role="buttons-right"]:active, a[role="buttons-right"].active {
    color: #65615B;
    text-decoration: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
     -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
}
a[role="buttons-news"] {
    display: block;
    padding: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
    background: #7a694e;
    background: -webkit-gradient(linear, left top, left bottom, from(#7a694e), to(#4d402a));
    background: -moz-linear-gradient(top, #7a694e, #4d402a);
    text-align: center;
}
a[role="buttons-news"]:hover, a[role="buttons-right"]:focus {
    color: #fff;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, left bottom, from(#4d402a), to(#7a694e));
    background: -moz-linear-gradient(top, #4d402a, #7a694e);
}
a[role="buttons-news"]:active, a[role="buttons-right"].active {
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
     -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) inset;
}
#footer {
    clear: both;
    width: 100%;
    margin-top: 60px;
}
#footer .inner {
    clear: both;
    width: 980px;
    margin: 0 auto;
}
#footer .path {
    clear: both;
    margin-top: 50px;
    width: 980px;
    height: 1px;
}
#footer .content {
    clear: both;
    height: 111px;
    margin-top: -12px;
    padding: 10px;
    background: #fff url(../images/footer/bg.png) no-repeat top right;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topleft: 12px;
    border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-radius-topright: 12px;
    border-top-right-radius: 12px;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
#footer .content .logo {
    float: left;
    margin-top: 18px;
}
#footer .content .nav-copyright {
    float: left;
    margin-left: 20px;
    margin-top: 37px;
    color: #A7A7A7;
}
#footer .content .logo-meridyen {
    float: right;
    margin-top: 18px;
    margin-right: 20px;
}
#footer .nav {
    clear: both;
}
#footer .nav .categories {
    float: left;
    margin: 0;
    padding: 0;
    width: 176px;
    margin-right: 25px;
}
#footer .nav .last {
    margin-right: 0;
}
#footer .nav .categories h3 {
    display: block;
    font-size: 19px;
    padding-bottom: 10px;
    border-bottom: 1px solid #AAA8A6;
    font-weight: bold;
}
#footer .nav .categories h3 a {
    color: #4C4A48;
}
#footer .nav .categories h3 a:hover {
    color: #32302C;
    text-decoration: none;
}
#footer .nav .categories ul {
    margin: 0;
    padding: 0;
    padding-bottom: 15px;
}
#footer .nav .categories ul li {
    list-style: none;
    padding: 5px 0px;
    border-bottom: 1px solid #d1cfce;
    max-width: 220px;
}
#footer .nav .categories ul li.last {
    border-bottom: 0;
}
#footer .nav .categories ul li a {
    display: block;
    color: #595451;
    font-size: 12px;
    line-height: 18px;
}
#footer .nav .categories ul li a:hover {
    color: #32302C;
    text-decoration: none;
}
.pagination {
    clear: both;
    padding-bottom: 20px;
    font-size: 12px;
}
.pagination div.page-numbers {
    float: right;
}
.pagination span {
    display: block;
    float: left;
}
.pagination span.dot {
    display: block;
    float: left;
    padding: 5px 0px;
}
.pagination a, .pagination span.current {
    display: block;
    float: left;
    padding: 0 7px;
    height: 30px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
    border-radius: 3px;
}
.pagination a.arrow {
    width: 30px;
    background: #444;
    color: #FFF;
    text-align: center;
}
.pagination a.arrow:hover {
    text-decoration: none;
    background-color: #bec1b1;
}
.pagination span.current {
    font-weight: bold;
    padding: 0 9px;
    line-height: 28px;
    border: 1px solid #b4b4b4;
    background: #f9f9f9;
}
.gallery .pagination .page-text, .gallery .pagination .page-items {
    display: none !important;
}
.widget-right {
    position: relative;
    padding: 15px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
    border-radius: 8px;
    background: #F1F2EC url(../images/bg/bg-square.png) repeat-x top left;
}
.widget-right h2.decorator {
    color: #6b8171;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 15px;
}
.widget-right h2.decorator a {
    color: #6b8171;
}
.widget-right h2.decorator a:hover {
    color: #804E00;
    text-decoration: none;
}
.widget-right .inner {
    clear: both;
}
.widget-editor-selection .inner h3.title {
    position: relative;
    z-index: 3;
    display: inline-block;
    padding: 7px 15px 4px 15px;
    background-color: #fff;
    color: #6b8171;
    font-size: 16px;
    line-height: 18px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;

    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
}
.widget-editor-selection .inner h3.title a {
    color: #6b8171;
}
.widget-editor-selection .inner h3.title a:hover {
    color: #804E00;
    text-decoration: none;
}
.widget-editor-selection .inner span.title-right {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 29px;
    background: url(../images/bg/title-right.png) no-repeat left bottom;
}
.widget-editor-selection .inner span.icon-news {
    position: absolute;
    z-index: 1;
    margin-left: -10px;
    margin-top: -8px;
    width: 44px;
    height: 48px;
    background: url(../images/icon/decorator.png) no-repeat 0 -62px;
}
.widget-editor-selection .inner .news-container {
    position: relative;
    z-index: 4;
    clear: both;
    background-color: #fff;
    padding: 20px 15px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}
.widget-editor-selection .inner .news-container hr {
    margin: 10px 0px;
}
.widget-editor-selection .inner .news-container .news {
    clear: both;
    display: table;
    width: 100%}
.widget-editor-selection .inner .news-container .news h3 {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding-left: 12px;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    background: url(../images/bg/arrow-right.png) no-repeat 0px 7px;
}
.widget-editor-selection .inner .news-container .news h3 a {
    color: #343733;
}
.widget-editor-selection .inner .news-container .news h3 a:hover {
    color: #804E00;
}
.widget-editor-selection .inner .news-container .news span.likes-count {
    display: table-cell;
    vertical-align: top;
    text-align: right;
}
.white-container {
    position: relative;
    z-index: 4;
    clear: both;
    background-color: #fff;
    padding: 20px 15px;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.widget-small-bottom-padding {
    padding-bottom: 7px;
}
.widget-popular-news .inner .news-container {
    display: block;
    top: -8px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
    border-radius: 8px;
}
.widget-popular-news .inner .news-container .inner {
    display: none;
}
.widget-popular-news .inner .news-container .selected {
    display: block;
}
div.news-tabs ul {
    list-style: none;
}
div.news-tabs ul li {
    position: relative;
    display: inline-block;
    float: left;
    z-index: 1;
    cursor: pointer;
    width: px;
    padding: 6px 6px 12px;
    margin-top: 4px;
    color: #6b8171;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid #ececea;
    -webkit-background-clip: padding;
       -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    background-color: #fafbf9;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fff), color-stop(100%, #eaebe5));
    background-image: -webkit-linear-gradient(#fff, #eaebe5);
    background-image: -moz-linear-gradient(#fff, #eaebe5);
    background-image: linear-gradient(#fff, #eaebe5);
}
div.news-tabs ul li span.left, div.news-tabs ul li span.right {
    display: none;
}
div.news-tabs ul li.selected {
    z-index: 2;
    background: #fff;
    padding-top: 10px;
    margin-top: 0;
    border: 1px transparent;
    box-shadow: 0 1px 0 0 #ececea inset;
}
div.news-tabs ul li.selected span.left {
    display: block;
    position: absolute;
    z-index: 2;
    top: 25px;
    left: -10px;
    width: 10px;
    height: 10px;
    background: url(../images/bg/title-left.png) no-repeat top left;
}
div.news-tabs ul li.selected span.right {
    display: block;
    position: absolute;
    z-index: 3;
    top: 25px;
    right: -10px;
    width: 10px;
    height: 10px;
    background: url(../images/bg/title-right.png) no-repeat top left;
}
.widget-related-articles {
    background: #F8F1D6;
}
.widget-related-articles h2.decorator {
    color: #B88639;
}
.widget-related-articles .inner .news-container {
    display: block;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.widget-bottom-padding {
    padding-bottom: 15px;
}
.widget-editor-selection .inner span.icon-video {
    position: absolute;
    z-index: 1;
    margin-left: -5px;
    margin-top: -12px;
    width: 49px;
    height: 57px;
    background: url(../images/icon/decorator.png) no-repeat 0 -130px;
}
.widget-editor-selection .inner .news-container .video {
    clear: both;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}
.widget-editor-selection .inner .news-container .video .img-holder {
    display: block;
    float: left;
    width: 112px;
    height: 63px;
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 112px;
     -moz-flex: 0 0 112px;
    -ms-flex: 0 0 112px;
    flex: 0 0 112px;
}
.widget-editor-selection .inner .news-container .video .img-holder img {
    display: block;
    clear: both;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.widget-editor-selection .inner .news-container .video a.video-name {
    display: block;
    float: left;
    color: #343733;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
     -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.widget-editor-selection .inner .news-container .video a.video-name:hover {
    color: #804E00;
}
.widget-editor-selection .inner span.icon-audio {
    position: absolute;
    z-index: 1;
    margin-left: -5px;
    margin-top: -12px;
    width: 37px;
    height: 52px;
    background: url(../images/icon/decorator.png) no-repeat 0 -210px;
}
.widget-editor-selection .inner .news-container .audio {
    clear: both;
}
.widget-editor-selection .inner .news-container .audio .img-holder {
    float: left;
    width: 85px;
    height: 85px;
    margin-right: 10px;
}
.widget-editor-selection .inner .news-container .audio .img-holder img {
    display: block;
    clear: both;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.widget-editor-selection .inner .news-container .audio .detail {
    float: left;
    width: 145px;
}
.widget-editor-selection .inner .news-container .audio .detail img {
    display: block;
    clear: both;
}
.widget-editor-selection .inner .news-container .audio .detail span.audio-name {
    display: block;
    clear: both;
    margin-top: 5px;
    color: #7B7F6B;
    font-size: 12px;
    line-height: 18px;
}
.widget-search-category {
    position: relative;
    padding: 15px;
    background: #EAE7E2 url(../images/bg/bg-square.png) repeat-x top left;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
    border-radius: 8px;
}
.widget-search-category h2.decorator {
    clear: both;
    color: #555;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.widget-search-category .inner {
    clear: both;
}
.widget-search-category .inner hr {
    margin: 10px 0px;
}
.widget-search-category .inner .search-categories {
    clear: both;
}
.widget-search-category .inner .search-categories h3 {
    float: left;
    padding-left: 12px;
    font-weight: bold;
    background: url(../images/bg/arrow-right.png) no-repeat 0px 7px;
}
.widget-search-category .inner .search-categories h3 a {
    color: #343733;
}
.widget-search-category .inner .search-categories h3 a:hover {
    color: #804E00;
}
.widget-search-category .inner .search-categories span.count {
    float: right;
    color: #855200;
    margin-left: 10px;
}
.widget-hadith-of-the-day {
    position: relative;
    padding: 15px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
    border-radius: 8px;
    background: #F8F1D6 url(../images/bg/bg-square.png) repeat-x top left;
}
.widget-hadith-of-the-day h2.decorator {
    clear: both;
    color: #B88639;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: right;
}
.widget-hadith-of-the-day span.icon {
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 26px;
    width: 76px;
    height: 87px;
    background: url(../images/icon/cube.png) no-repeat top left;
}
.hadith-bottom {
    clear: both;
    width: 300px;
    height: 12px;
    background: url(../images/bg/hadith-bottom.png) no-repeat top center;
}
.widget-hadith-of-the-day .inner {
    position: relative;
    z-index: 1;
    clear: both;
    margin-top: 20px;
}
.widget-hadith-of-the-day .inner .language {
    clear: both;
    text-align: right;
}
.widget-hadith-of-the-day .inner .language a {
    font-weight: bold;
    color: #D6BE7F;
}
.widget-hadith-of-the-day .inner .language a:hover {
    color: #804E00;
    text-decoration: none;
}
.widget-hadith-of-the-day .inner .language a.selected {
    color: #BB8D45;
}
.widget-hadith-of-the-day .inner .hadith {
    display: none;
    clear: both;
    margin-top: 10px;
    padding: 20px 15px 15px 15px;
    color: #70552B;
    background-color: #fff;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.widget-hadith-of-the-day .inner .language1 {
    font-size: 16px;
    line-height: 28px;
}
.widget-hadith-of-the-day .inner .hadith-selected {
    display: block;
}
.widget-audiobook {
    position: relative;
    padding: 15px;
    text-align: center;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
    border-radius: 8px;
    background: #F8F1D6 url(../images/bg/bg-square.png) repeat-x top left;
}
.widget-audiobook h2.decorator {
    clear: both;
    color: #B88639;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: center;
}
.widget-ramadan-diary {
    position: relative;
    padding: 15px;
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
    border-radius: 8px;
    background: #EEE9E2 url(../images/bg/bg-square.png) repeat-x top left;
}
.widget-ramadan-diary h2.decorator {
    clear: both;
    color: #B88639;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: right;
}
.widget-ramadan-diary span.icon {
    position: absolute;
    z-index: 2;
    top: 7px;
    left: 26px;
    width: 76px;
    height: 76px;
    background: url(../images/icon/square.png) no-repeat top left;
}
.widget-ramadan-diary .inner {
    position: relative;
    z-index: 1;
    clear: both;
    margin-top: 0px;
}
.widget-ramadan-diary .inner .date {
    clear: both;
    text-align: right;
    font-weight: bold;
    color: #BB8D45;
}
.widget-ramadan-diary .inner .content {
    display: block;
    clear: both;
    margin-top: 10px;
    padding: 20px 15px 15px 15px;
    color: #70552B;
    background-color: #fff;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.widget-kids {
    border: 3px solid #F8F1D6;
    padding: 15px 0px;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.widget-musikiname {
    clear: both;
}
.widget-musikiname span.icon-musikiname {
    position: absolute;
    z-index: 1;
    width: 27px;
    height: 40px;
    left: 225px;
    top: 20px;
    background: url(../images/icon/decorator.png) no-repeat 0 -280px;
}
.widget-musikiname .inner {
    position: relative;
    z-index: 2;
}
.widget-musikiname a.img-holder {
    display: block;
    float: left;
    width: 91px;
    height: 91px;
    padding: 3px;
    margin-right: 10px;
    background-color: #fff;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.widget-musikiname a.img-holder img {
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.widget-musikiname .detail {
    float: left;
    width: 169px;
}
.widget-musikiname .detail span {
    display: block;
    clear: both;
    background-color: #fff;
    color: #7B7F6B;
    padding: 5px;
    margin-top: 8px;
    font-size: 12px;
    line-height: 18px;
    -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
    border-radius: 6px;
}
.widget-musikiname .detail span a {
    color: #7B7F6B;
}
.widget-musikiname .detail span a:hover {
    color: #554E4C;
}
.widget-writer {
    position: relative;
    clear: both;
}
.widget-writer .img-holder {
    float: left;
    width: 75px;
    margin-right: 10px;
}
.widget-writer .img-holder img {
    display: block;
    clear: both;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
}
.widget-writer a[role="buttons-news"] {
    clear: both;
    margin-top: 5px;
    width: 75px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
}
.widget-writer .detail {
    float: left;
    width: 211px;
}
.widget-writer .detail h2 {
    clear: both;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
}
.widget-writer .detail h2 a {
    color: #5F3B00;
}
.widget-writer .detail h2 a:hover {
    color: #804E00;
}
.awards {
    position: relative;
    z-index: 4;
    clear: both;
    background-color: #fff;
    padding: 15px;
    -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
    border-radius: 8px;
}
.awards img {
    display: block;
    float: left;
    margin-right: 5px;
}
.awards a {
    color: #343733;
    font-size: 12px;
    line-height: 18px;
}
.awards a:hover {
    color: #804E00;
}
table.kronoloji_tablo {
    width: 100%}
table.kronoloji_tablo th {
    width: 50px;
    vertical-align: top;
    font-weight: bold;
}
table.kronoloji_tablo th, table.kronoloji_tablo td {
    border-bottom: 1px dashed #CCC;
    padding: 15px;
}
form .required {
    color: #cd0000;
}
form .field {
    margin-top: 10px;
    margin-bottom: 15px;
    *zoom: 1;
}
form .subject-field {
    display: none;
}
form .first {
    margin-top: 0;
}
form em {
    display: block;
    clear: both;
    margin-top: 3px;
    font-size: 11px;
    font-family: Arial, Sans-serif;
    color: #444;
}
.aweform div.inputs {
    display: inline-block;
    padding: 4px;
    font-size: 11px;
    background: #F2EFEC;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
    border-radius: 5px;
}
.aweform input, .aweform select, .aweform textarea {
    width: 300px;
    height: 32px;
    margin: 0;
    padding: 8px;
    border: solid 1px #d5d2ce;
    background: #fff;
    font: normal 12px Arial, Verdana, sans-serif;
    color: #867F79;
    vertical-align: bottom;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.aweform select {
    height: 33px;
}
.aweform input.radio {
    width: auto;
    margin-right: 5px;
}
.aweform span.day, .aweform span.month, .aweform span.year {
    display: block;
    float: left;
    margin-right: 5px;
}
.aweform span.day select {
    width: 60px;
}
.aweform span.month select {
    width: 100px;
}
.aweform span.year input {
    width: 50px;
}
.aweform span.smaller input {
    width: 180px;
}
.aweform span.small textarea {
    height: 50px;
}
.aweform span.small input {
    width: 50px;
}
.aweform input:focus, .aweform textarea:focus {
    border-color: #a29d97;
    color: #32302C;
    -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.aweform textarea {
    width: 478px;
    height: 150px;
}
button.btn {
    display: block;
    border: 3px solid #ececec;
    padding: 10px;
    color: #FFF;
    cursor: pointer;
    text-align: right;
    -moz-text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
     text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
    border-radius: 6px;
    background: #696151;
    background: -moz-linear-gradient(top, #6e6555, #645c4d);
    background: -webkit-gradient(linear, left top, left bottom, from(#6e6555), to(#645c4d));
}
button.btn:hover, button.btn:focus {
    background: -webkit-gradient(linear, left top, left bottom, from(#645c4d), to(#6e6555));
    background: -moz-linear-gradient(top, #645c4d, #6e6555);
}
button.btn:active {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) inset;
     -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3) inset;
}
.horizontal-form label, .horizontal-form span.label {
    display: block;
    float: left;
    width: 110px;
    margin: 6px 20px 0 0;
}
.horizontal-form em {
    margin-left: 130px;
}
.horizontal-form .inputs {
    float: left;
}
.horizontal-form .inputs label {
    cursor: pointer;
    float: none;
    margin: 0;
    width: auto;
}
.horizontal-form .inputs span {
    display: block;
    float: left;
    margin: 6px 20px 0 0;
    width: auto;
}
.horizontal-form .field:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.horizontal-form input.big-text {
    width: 626px;
}
.horizontal-form input.small {
    width: 80px;
}
.horizontal-form div.multiline label {
    clear: both;
    width: 100%;
    margin-bottom: 5px;
}
div.form-submit {
    clear: both;
    float: right;
    text-align: right;
}
div.form-submit-left {
    clear: both;
    text-align: left;
    padding-top: 10px;
}
.preloader {
    float: right;
    padding: 10px 5px;
}
.notification-holder {
    clear: both;
    padding: 0px 10px 10px 10px;
}
.notification {
    display: none;
    clear: both;
    margin-bottom: 15px;
    padding: 10px 10px 10px 40px;
    min-height: 20px;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
     -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset;
}
.icon {
    position: absolute;
    background-image: url(../images/icon/notification.png);
    background-repeat: no-repeat;
    height: 15px;
    top: 14px;
}
.fail {
    border: 1px solid #dc4e4d;
    color: #b52525;
    background-color: #ec8282;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f48888), color-stop(100%, #e17575));
    background-image: -webkit-linear-gradient(#f48888, #e17575);
    background-image: -moz-linear-gradient(#f48888, #e17575);
    background-image: linear-gradient(#f48888, #e17575);
    -moz-text-shadow: 0px 1px rgba(255, 255, 255, 0.2);
     text-shadow: 0px 1px rgba(255, 255, 255, 0.2);
}
.fail .icon {
    width: 13px;
    left: 16px;
    background-position: 0 0;
}
.success {
    border: 1px solid #accc5d;
    color: #70892b;
    background-color: #c8e185;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d0e98e), color-stop(100%, #c1da7f));
    background-image: -webkit-linear-gradient(#d0e98e, #c1da7f);
    background-image: -moz-linear-gradient(#d0e98e, #c1da7f);
    background-image: linear-gradient(#d0e98e, #c1da7f);
    -moz-text-shadow: 0px 1px rgba(255, 255, 255, 0.3);
     text-shadow: 0px 1px rgba(255, 255, 255, 0.3);
}
.success .icon {
    width: 14px;
    left: 16px;
    background-position: 0 -15px;
}
.success strong {
    color: #4c5d1e;
}
.close-notification {
    position: absolute;
    width: 5px;
    height: 6px;
    top: 18px;
    right: 10px;
    cursor: pointer;
    background-image: url(../images/icon/close.png);
    background-repeat: no-repeat;
}
.fail .close-notification {
    background-position: 0 0;
}
.success .close-notification {
    background-position: 0 -6px;
}
.popup-page #content-middle .container {
    width: 660px;
}
.popup-page header .logo-search .search-container {
    display: none;
}
.popup-page #sitenav {
    height: 56px;
}
.popup-page #sitenav .main-nav .middle {
    width: 660px;
}
.popup-page #sitenav .main-nav .middle ul li.submenu a span {
    padding-top: 10px;
}
.popup-page #content_body {
    width: 414px;
    min-height: 325px;
}
.popup-page #content_right {
    float: left;
    width: 200px;
}
.popup-page #footer {
    display: none;
}
.popup-page .aweform label {
    width: 60px;
    font-size: 14px;
    padding-top: 5px;
}
.popup-page .aweform select {
    width: 326px;
}
.empty {
    clear: both;
    height: 1px;
}
.empty-h {
    clear: both;
    height: 20px;
}
.empty-v {
    float: left;
    width: 20px;
}
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.hidden {
    display: none;
}
.is-hidden-desktop {
    display: none !important;
}
.clearfix:after, header .login-flag:after, .widget-editor-selection .inner .news-container .video:after, .widget-editor-selection .inner .news-container .audio:after, .homepage-photo-gallery .inner:after, .homepage-writers .inner:after, #content:after, div.page-title:after, .widget-writer:after, .homepage-widget:after, .homepage-widget .inner .news:after, .homepage-widget .inner .news-first:after, .widget-editor-selection .inner .news-container .news:after, .widget-search-category .inner .search-categories:after, div.news-detail small:after, .headline:after, .headline-sub:after, .questions .inner .question:after, .news-row-container:after, .news-row .inner:after, .news-row .inner .detail .description:after, .writer-row-container-inner:after, .writer-row .inner:after, .writer-row .inner .img-holder:after, .search-result-criterion:after, #footer .nav:after, #footer .content:after, form:after, div.form-title:after, .pagination:after {
    content: ".";
    visibility: hidden;
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
}