/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 12, 2020, 10:53:15 AM
    Author     : catalin.arsulescu
*/

html, body {

    background: #f3f3f3  ;       /*#474F57;*/
    color: #3f5455;
    font-family:MyriadPro-Cond;
    font-weight:normal;
    font-style:normal;
    line-height :0.9; 
}
@font-face { 
    src: local('MyriadPro-Cond'), url('fonts/MyriadPro-Cond.otf')  format("truetype");
    font-family: "MyriadPro-Cond"; 
    src:url('fonts/MyriadPro-Cond.eot');
    src: url('fonts/MyriadPro-Cond.otf');

} 
#detalii {
    margin-top:100px;
    margin-bottom :30px;
    font-size:1.56em;
    font-weight:500;
    margin-left: 40px;
    margin-right:20px;
    text-align: left;
    background-color: #fafafa;
    border-style: solid;
    border-width: 3px;
    border-color: #eee;
    border-radius : 18px;
    padding-top :20px;

}
.container{
    background-color: #fff  ;

}

#demo{
    
     width :100%;
    border-bottom-style:solid;
    border-bottom-width:10px;
    border-color :#336699;
    border-top-style : solid;
    border-top-width :10px;
    
    
}

#semnatura_pt_banner{
    width :100%;
    border-bottom-style:solid;
    border-bottom-width:10px;
    border-color :#336699;
    border-top-style : solid;
    border-top-width :30px;
}
#fliere{
    margin-top: 100px;
    font-size: 20px;
    line-height: 25px;
}
.contact-flyer {

    width: 100%;
    float: left;
    margin-bottom: 5px;
    border-style: solid;
    border-top-width: 0px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    padding: 0px;
}
.contact-flyer .offer-header {
    background-color: #336699;
    color: #fff;
    border-style: solid;
    border-top-style: solid;
    border-width: 1px;
    border-top-width: 1px;
    border-left-color: #336699;
    border-right-color: #336699;
    border-top: none;
}
.contact-flyer li {
    list-style: none;
    padding: 10px 10px 5px 15px;
    border-style: solid;
    border-width: 1px;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    border-top: none;
    border-bottom: transparent;
    border-bottom-style: none;
    border-bottom-width: medium;

}
.contact-flyer li:nth-child(2n) {
    background-color: #fff;
    box-shadow: 0px 0px 25px #CACACA inset;
}
.contact-flyer{
    margin-top:70px;
}
.square2 {

    border-radius: 20px;
    border-style: solid;
    border-width: 10px;
    border-color: #336699;
    background-color: #fafafa;
    width: 90%;
    padding: 5px;
    padding: auto;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 10px;
}
.whyregister {

    text-align: center;
}
.whyregister span {
    font-size: 22px;
    color: #336699;
    margin-bottom: 20px;
}

/*  footer section  */

.header{
    /*background-color: #CBCAE2;*/
    height:43px;
    background-color: #CBCAE2 ; 
    background-image: linear-gradient( #CBCAE2, #FEFEFF); 
    padding: 0;
    text-align: center;
    color :#fff;
}
.page_footer {
    /*background-color: #CBCAE2;*/
    height:73px;
    background-color: #CBCAE2 ; 
    background-image: linear-gradient( #CBCAE2, #FEFEFF); 
    padding: 0;
    text-align: center;
    color :gray;
}

#sigla_upt_banner{
    float:right;
    width :220px;
}

#canvas{
    margin:auto;
    margin-bottom: 3px;
}
#copyright_id{
    padding-top:10px;
}