
.entry h3.title, h1.title { font-family: 'Kreon', Arial, sans-serif; font-size: 20px; text-shadow: 1px 1px 1px #ffffff; }
h1.title { color: #48423f; font-size: 25px; }
body h1.title { margin-bottom: 8px; padding-bottom: 5px;}
.entry h3.title a { text-decoration: none; color: #48423f; }
	
.entry h3.title { padding-top: 5px; }    

.breadcrumbs {
    background:url(../images/title-bg.png) repeat-x;
    font-size: 14px;
    height: 42px;
    padding-left: 28px;
    line-height: 42px;
    margin:0 0 10px; 
}
.breadcrumbs li { 
    display:inline; 
}
.breadcrumbs  a { 
    color: #b9c5c5;
    text-decoration: none; 
}
.breadcrumbs, .breadcrumbs  a:hover {
    color: #929e9e; 
}
#index-top-shadow { 
    background: url(../images/content-top-shadow.png) repeat-x scroll 0 1px; 
    position: absolute; 
    top: 0; 
    left: 0; 
    height: 6px; 
    width: 100%; 
    border-top: 1px solid #dee0e0; 
}

.fullwidth #left-area { width: 100%; }
.fullwidth #entries { background: none; }

img.aligncenter { 
    display: block; 
    margin-left: 0;
    margin-bottom: 10px;
}
.alignright { 
    float: right; 
}

img.alignright { 
    display:inline; 
    float:right; 
    margin-left:15px; 
}

.fundamental-beliefs .tabs-left { 
    min-height: 5000px !important; 
}

.fundamental-beliefs .tabs-left .et-tabs-content { 
    min-height:5000px !important;
}

.tabs-left .et-tabs-content h3 {
    font-size: 20px !important; 
    padding: 0px 0 16px 0 !important; 
}

.tabs-left .et_slidecontent p {
    font-size: 13px;
    padding-bottom: 10px;
    line-height: 20px !important;
    text-align: justify;
    text-indent: 1em;
}

.learn-more-content ol {
    font-size: 13px;
    list-style: decimal;    
    padding-bottom: 10px;
    line-height: 20px !important;
    text-align: justify;
}
.learn-more-content ol li {
    font-size: 13px;
    margin-left: 20px;
}

.learn-more-content ol li p {
    font-size: 13px;
    text-indent: 0 !important;
}

/*Начало Кнопка вверх*/

a#back-top {
    display: block;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100px;
    background: #ffffff url(../../images/content-bg.png);
    border: 1px solid #e2e5e5;
    
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    
    text-align: center;
    padding: 5px;
    position: fixed;
    bottom: 67px;
    margin-left: 1010px;
    color: #8c9c9c;
    text-decoration: none;
    text-shadow: 1px 1px 1px #fff;
    z-index: 100;
    
    /* замедление */
    -webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

a#back-top:hover {
    color: #9A2032;
}

/*Конец Кнопка вверх*/


