

/* CANVAS PARTICLES */

.wrapper{
    width: 100% !important;
    height: 100% !important;
}

.canvas-particles #demo-canvas{
    width:98%;
    height:100%;
    position:fixed;
}
.canvas-particles .content{ width:100%; height:100%; position:absolute; left:0; top:0;}

body{
    background-color: #fff;
    background-image: url("../files/aleasa_rez_max_ex-01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}

.dispn{
    display: none !important;
}


.font-light{ font-weight: 300 !important; }
.font-thin{ font-weight: 100 !important; }
.font-regular{ font-weight: 500 !important; }
.font-bold{ font-weight: 700 !important; }

/* ========== CUSTOM =========== */

a {
   outline: 0 !important;
}

    
    .main-bg{
        margin: 0 !important;
        padding: 0 !important;
        width: 100%;
        height: 90vh;
        position: fixed;
        top: 8vh; left: 0;
        z-index: -1;
        display:none;
    }
 
   
    
    .text-center-x {
        text-align: center;
        vertical-align: middle;
        width: 100%;
        position: relative;
        margin: 20vh 0 0 0 ;
    }
    
    .subtext-center-x {
        margin: auto 0;
        text-align: center;
        width: 100%;
        position: relative;
        margin: 50px 0;
    }
    
     .fixed-text{
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        position: relative;
        color: #555;
        font-size: 3.6em;
        display: inline-block;
        /*height:120px;*/
        vertical-align: middle;
    }
    
    .animated-text{
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        position: relative;
        color: #00ADEE;
        font-size: 3.6em;
        display: inline-block;
        /*height: 120px;*/
        margin: 0 10px !important;
        /*overflow: hidden;*/
        white-space: nowrap;
        padding: 0 !important;
        vertical-align: middle;
	text-align: center !important;
    }
    
    .fixed-subtext{
        font-family: 'Raleway', sans-serif;
        font-weight: 100;
        color: #555;
        font-size: 2.2em;
        position: relative;
        padding: 1% 20%;
        text-align: center;
        margin-top: 3vh;
        margin-bottom: 10vh;
    }
    
    .tal{
	text-align: left;
    }
    
    .tar{
	text-align: right;
    }
    
    .fullw{
	 margin: 0 !important;
	 width: 100% !important;
    }
    
    .pad_0_50{
	padding: 0 50px;
    }


    .desk p{
        font-weight: 700;
        font-size: 1.0em;
    }
    
    .menu-option{
        font-size: 1.2em;
        font-weight: 300 !important;
    }
    
    .menu-option:active, .menu-option:hover, .menu-option:link{
        background-color: transparent;
    }

    .vat{
        vertical-align: top;
    }
    
    #header-nav {
        width: 60%;
        margin: 0 auto !important;
    }


@media screen and (max-width : 767px){
    #home-page{
        padding-top: 50px;
    }
    
    #header-nav {
        width: 100%;
        margin: 0 auto !important;
    }
    
    body{
        background-color: #fff;
        background-size: 300% !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    #menu1 .page-title, #menu3 .page-title {
        padding-top: 100px;
    }
    
     .fixed-text{
        font-family: 'Raleway', sans-serif;
        font-weight: 200;
        position: relative;
        color: #555;
        font-size: 2.6em;
        display: inline-block;
        /*height:120px;*/
        vertical-align: middle;
    }
    
    .animated-text{
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        position: relative;
        color: #00ADEE;
        font-size: 2.6em;
        display: inline-block;
        /*height: 120px;*/
        margin: 0 10px !important;
        /*overflow: hidden;*/
        white-space: nowrap;
        padding: 0 !important;
        vertical-align: middle;
	text-align: center !important;
    }
    
    .fixed-subtext{
        font-family: 'Raleway', sans-serif;
        font-weight: 100;
        color: #555;
        font-size: 1.2em;
        position: relative;
        padding: 1% 20%;
        text-align: center;
        margin-top: 3vh;
        margin-bottom: 10vh;
    }
}

