/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html {
    font-family:sans-serif;
}

a {
    text-decoration: none;
}

a:visited {
    color: inherit;
}

p {
    padding-top: 0px;
    font-size: 14px;
}

.antet {
    position: relative;
    width: 800px;
    height: 260px;
    background: url('../img/antet_nou.jpg');
}

.logo{
    float: left;
    border: 0px;
    margin-left: 20px;
    margin-top: 170px;
}

.mod-contact{
    float: right;
    margin: 10px;
    margin-right: 0px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.2);
    /*margin-top: 175px;*/
}

.navigare {
    width: 800px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
}

.navigare ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.navigare ul li{
    float: left;
    padding: 10px;
    font-size: 10px;
    line-height: 15px;
    display: inline;
    min-width: 60px;
}

.navigare ul li a {
    color: #121212;
    text-align: center;
    text-decoration-line: none;
    text-decoration-style: none;
}

.navigare ul li:last-child {
    border-right: none;
}

.tiles-holder {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 800px;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    text-align: center;
}


.clear-10{
    height: 10px;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.clear-20{
    height: 20px;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.slider-holder
{
    width:740px;
    margin:0 auto; /*center-aligned*/
}

.slide {
    position:relative;
    margin:0 auto; /*center-aligned*/
}

.slide-caption {
    background: rgba(25, 12, 0, 0.55);
    color: #E8E8E8;
    line-height: 20px;
    text-align: left;
    bottom: 0;
    min-height: 60px;
    position: absolute;
    width: 740px;
    z-index: 2;
}

.modal {
    max-width: 720px;
    border-radius: 5px;
}

.modal a.close-modal{

}

.modal-header p{
    font-size: large;
    font-weight: 200;
    margin-bottom: 10px;
    border-bottom: solid 1px;
}

.modal-body p{
    font-size: smaller;

}

.frame-style{
    border: 0px;
    width: 100%;
    height: 100%;
}

.page-banner{
    width: 800px;
    height: 400px;
    overflow: hidden;
}

.page-title p{
    margin: 20px 0 20px 0;
    padding: 5px;
    padding-left: 20px;
    text-align: left;
    font-size: 30px;
    line-height: 25px;
}

.page-subtitle p{
    margin: 20px 0 20px 0;
    padding: 5px;
    padding-left: 20px;
    text-align: left;
    font-size: 20px;
    line-height: 25px;
}

.page-body p{
    margin: 5px 0 5px 0;
    padding: 5px;
    padding-left: 30px;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
}
