﻿@charset "utf-8";
/* CSS Document */
/* HTML elements  */
	@font-face {
    font-family: "droid";
    src: url("../fonts/DroidKufi-Regular.ttf")
}		
    .wrap {padding-bottom:10px;}

.title { /*border-top:5px solid #9c9a64;*/ padding:10px 0;}
.title img {padding:10px;}
.title h1 {padding:0 0 0 0; margin:0; color:#000; font-weight:200; font-size:45px}
.title h1 span{color:#9c9a64}
.title h1 small {color:#ad575a}
.title h1 span.redtitle {color:#ad575a}
.lang {/*border-top:5px solid #949494;*/padding:10px 0;}

.header-bg {background: url(../images/header.png) no-repeat left top; min-height: 80px; margin-bottom:0px; }
.header-bg h3 { margin:15px 0 }
.main-slider {margin:20px 0; /*box-shadow:1px 1px 2px rgba(0, 0, 0, 0.3); padding:10px;*/}
.home-col {padding:20px; color:#fff;}
.home-col h2, .home-col h3 {color:#fff;}
.red {background-color:#ad575a;}
.orange {background-color:#b1775c;}
.green {background-color:#9c9a64;}
.pad30{padding:15px;}

.footer {
height: 80px;
   background-color:#fff;
  
    width:inherit;
}


.m-t-0 {
    margin-top: 0;
}
.m-t-10 {
    margin-top: 10px;
}

.fa-book {
      -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph; /*IE*/
    filter: fliph; /*IE*/
}
.carousel-caption a,.carousel-caption  {color:#fff; text-decoration:none;}
.carousel-caption a:hover  {color:rgb(255, 255, 255); text-decoration:none;}
.pad10 {padding:0 20px}
.txt-white {color:#fff;}

@media screen and (max-width: 460px) {
    .title h1 {font-size:15px; line-height:1; font-weight:400;}
    .header-bg h3 { font-size:18px; }
}
.carousel-caption h4 {font-size:18px; line-height:1.5}

@media screen and (max-width: 1193px) {
    .title h1 {font-size:24px; line-height:1; font-weight:400;}
    .header-bg h3 { font-size:18px; line-height:1.4 }
}
.height {min-height:360px;}
.submenu a  {padding:8px 4px 8px  0; display:block;}
.submenu li a:hover {text-decoration:none; background-color:rgba(0, 0, 0, 0.1); display:block; cursor:pointer }
.pad-15 {padding-right:20px;}
.pad-15 a  {text-decoration:none;}
.indent {text-indent:10px;}
.list-header {background-color:#f4d4d1 !important;}
.list-header2 {background-color:#e4e3cd !important;}
.list-header2:hover {background-color:#f2f1df !important;}
.noclick {cursor:default}
.fa-arrow-right:before {
    content: "\f104" !important;
}
.rss {font-size:30px;}