

*{
    outline: none;
}

a:link, a:hover, a:focus{
    outline: none;
    text-decoration: none;
}

a{
    color: #000;
}

a:hover{
    color: #b32067;
}

html,
body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}

html, body {
    height: 100%;
}
body {
    background: #fafafa;
    display: flex;
    flex-direction: column;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex-shrink: 0;
    margin-top: 50px;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

li{

}

header{
    position: relative;
    z-index: 2;

}

header a{
    /*position: absolute;*/

}

.mainlogo{
    /*position: absolute;*/
    z-index: 5;
    top: 0px;
    padding: 10px 25px;
    /*box-shadow: 0 0.938em 2.188em rgba(50, 50, 93, 0.15), 0 0.313em 0.938em rgba(0, 0, 0, 0.1);*/
    text-align: center;
}



.mainlogo img{
    width: 200px;
}

.owl-carousel .owl-dots button,
.owl-carousel .owl-dots > span
{
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
    margin: 3px;
    display: inline-block;
    border: 1px solid #b32067;
}

.owl-carousel .owl-dots button.active,
.owl-carousel .owl-dots span.active
{
    background: #b32067;
}

section.slideshow .slider-data{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
}
section.slideshow .slider-data h2{

}
section.slideshow .slider-data h2:after{

}



.background-holder{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.owl-dots{
    position: absolute;
    bottom: -35px;
    z-index: 2;
    text-align: center;
    left: 0;
    right: 0;
}

.homepage section.slideshow{
    margin-top: 0;
    /*height: 595px;*/
    width: 100%;
}
.slideshow .container{
    position: relative;
    /*height: 47vh;*/
}

.slideshow .item{
    /*height: 47vh;*/
    width: 100%;
}

.slideshow .container .slide_content{
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.slideshow .container .slide_content h1{
    font-size: 85px;
    line-height: 105px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.slideshow .container .slide_content h2{
    font-size: 50px;
    line-height: 75px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.slideshow .container .slide_content h3{
    font-size: 36px;
    line-height: 45px;
    font-weight: 600;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

.slideshow .container .slide_content a{
    border: 4px solid #fff;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 30px;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    margin-top: 15px;
}

.campanii .container{
    background: #fff;
}

.campanii h2{
    color: #201823;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 30px;
}

.campanii h2:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #d9d9d9;
    top: 27px;
    z-index: 0;
}

.campanii h2 span{
    background: #fff;
    display: inline-block;
    padding: 5px 15px;
    position: relative;
    z-index: 5;
}

.campanie_container{
    margin-bottom: 50px;
    text-align: center;
    padding-bottom: 25px;



}

.campanie_container:hover{
    box-shadow: 0 0 15px rgba(0,0,0,0.1);

}

.campanie_container h3{
    text-align: center;
    margin-bottom: 20px;
    line-height: 36px;
    padding: 0 15px;
    font-weight: 400;
}

.campanie_cover{
    width: 100%;
    height: 170px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.campanii-incheiate .campanie_cover{
    filter: grayscale(100%);
}

.campanii-incheiate .campanie_container:hover .campanie_cover{
    filter: grayscale(0%);
}

.campanie_container:hover .btn{
    background: #b32067;
    color: #fff;
    border: 1px solid #b32067;
}

.campanii .item:nth-child(2n){
    clear: both;
}

.item > a{
    display: block;
}

.campanie_image img{
    max-width: 100%;
}


.page-text{
    margin-top: 50px;
    padding: 25px 50px;
    background: #fff;
}

.form-check label a{
    color: #b32067;
}

.form-check label a:hover{
    text-decoration: underline;
}

#subscribe .formbox a{
    color: #b32067;
}

#subscribe .formbox a:hover{
    text-decoration: underline;
}

.formbox{
    background: #fff;
    box-shadow: 0 0.938em 2.188em rgba(50, 50, 93, 0.06), 0 0.313em 0.938em rgba(0, 0, 0, 0.06);
    color: #333;
}

.formbox .form-control{
    border: 1px solid #e5e3e8;
    background: #f8f6f9;
    color: #000000;
    box-shadow: none;
    border-radius: 0;
    /*padding: 25px 20px;*/
    height: 50px;
    line-height: 50px;
}

.formbox .form-control option{
    /*padding: 10px;*/
}

.formbox .btn-primary{
    background: #747081;
    color: #fff;
    border: 1px solid #747081;
    margin-top: 25px;
}


.formbox select{

}

.formbox .form-check label{
    display: inline;
    font-weight: 500;
    font-size: 14px;
    line-height: 10px;
    cursor: pointer;
}

.form-check{
    margin-bottom: 15px;
    line-height: 22px;
}

input[type=checkbox].form-check-input{
    margin-right: 5px;
    vertical-align: -1px;
}

.form-group{
    position: relative;
}

.form-group .datepicker{
    width: 100%;
}
.form-group .datepicker .table-condensed{
    width: 100%;
    border: none;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 60px 15px 0;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}



footer{
    /*background: #f8f6f9;*/
    /*border-top: 1px solid #d9d9d9;*/
    /*padding-bottom: 20px;*/
    /*padding-top: 20px;*/
    color: #727179;
    background: #fff;
}

footer > div{
    border-top: 1px solid #d9d9d9;
}

.bg-grey{
    background: #f8f6f9;
}

footer .social{
    margin-top: 10px;
}

footer .social li{
    margin: 0 10px;
    padding: 0;
    display: inline-block;
}

footer .social li a{
    color: #747081;
    font-size: 24px;
}

footer .social li a:hover{
    color: #b32067;
}

footer .address{
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 20px;
}

.footer .links.inline li{
    display: inline-block;
}

.footer .links li{
    display: block;
}

.footer .links{
    /*text-align: left;*/
    margin: 12px 0;
}

.footer .links a{
    font-size: 16px;
    margin: 10px;
}

footer .phone{
    color: #000;
    font-size: 16px;
    margin: 10px 0px;
    display: inline-block;
}

footer .phone:hover{
    color: #b32067;
}

footer .phone i{
    color: #747081;
    font-size: 24px;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

#contactus textarea{
    height: 130px;
    resize: none;
    line-height: 28px;
}

/*MQ*/
@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 991px) {


}

@media only screen and (max-width : 767px) {

    .footer .links.inline li{
        text-align: center;
        display: block;
        margin: 5px 0;
    }

}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}
