@import url('https://fonts.googleapis.com/css?family=Quicksand:500|Raleway:300,700');
*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    color: #303131;
}
button, .button, a{
    cursor:pointer;
}
input:focus, textarea:focus{
    outline:none;
}
html{
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;  
    min-height: 400px;
    min-width: 300px;
}
body{
    position: relative;
    top:0;
    left: 0;

    width: 100%;
    height: 100%;  
    background-color: #fffff9;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Quicksand', sans-serif;
}
header{
    z-index: 10;
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    height: 6em;  
}
header figure, .header-mobile figure, .footer_block figure{
    overflow: hidden;
    display: inline-block;
    position: relative;
    top:0;
    left: 0;
    width: 14em;
    height: 100%; 
    background-image: url(../imgs/sslrmm.png);
    background-size: 100% 90%;
    background-repeat: no-repeat;
}
header ul{

    overflow: hidden;
    display: inline-block;
    position: relative;
    top:0;
    left: 0;
    width:calc(100% - 15em);   
    height: 100%; 
    text-align: right;
}
header ul li{
    display: inline-block;
    position: relative;
    top:.8em;
    right: 4em;
    margin: 1em;

}
header ul a{
    display: inline-block;
    position: relative;
    top:0;
    left: 0;
    font-size: 1em;
    padding: .5em;
    font-weight: 700;
    border: 2px solid #fffff9; 
    color: #303131;

}
header ul a:hover{
    color: #9d216a; 
    border-radius: 3px;
}
header ul a.active{

    border: 2px solid #9d216a; 
    color: #9d216a; 
}

.header-mobile {
    display: none;

    z-index: 21;
    position: fixed;
    top:0;
    left: 0;
    min-height:6em;   
    background-color: #fffff9;

    width: 100%;
}
.header-mobile figure{
    position:absolute;
}
.header-mobile > div {
    overflow: hidden;
    float: right;

    display: inline-block;
    position: relative;;
    top:0;
    left: 0;
    height:2.5em;   
    width: 2.5em;
    margin-top: 2em;
    margin-right: 1em;
    cursor: pointer;
}
.header-mobile ul{
    position: relative;;
    top:0;
    left: 0;
    height:100%;   
    width: 100%;
}
.header-mobile-opn{
    z-index: 1;
    position: absolute;
    top:0;
    left: 0;
    height:100%;   
    width:100%;   

    background: #fffff9;
}
.header-mobile-opn li{
    position: relative;;
    top:0;
    left: 0;
    margin-top: calc( 100% / 7); 
    height: calc( 100% / 7);   
    width: 100%;
    background-color: #283592;
    transition: all 0.4s ease-in-out;
}
.header-mobile-opn .slideItem{
    transition: all 0.4s ease-in-out;
    left: 100%;
}
#header-mobile-cls{

    position: absolute;
    top:0;
    left: 0;
    height:100%;   
    width:100%;   

}
#header-mobile-cls li:nth-child(1){
    position: absolute;
    top:50%;
    left:0;
    height: calc( 100% / 7);   
    width: 100%;
    background-color: #9d216a;
    transition: all 0.4s ease-in-out;
    transform: rotate3d(0, 0, 1, 45deg);
}
#header-mobile-cls li:nth-child(2){
    position: absolute;
    top:50%;
    left:0;

    height: calc( 100% / 7);   
    width: 100%;
    background-color:#9d216a;
    transition: all 0.4s ease-in-out;
    transform: rotate3d(0, 0, 1, -45deg);
}
.header-mobile-cls .slideItem{
    transition: all 0.4s ease-in-out;
    left: 100%;
}
#head{

    z-index: 30;
    display:none;
    position: fixed;
    top:6em;
    left:0;
    height: calc(100% - 6em);  

    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fffff9;
    transition: all 0.8s ease-in-out;
}
#head ul{
    margin: 0 auto;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    height: auto;   
    width:90%;
    text-align: left;


}
#head li{
    margin:.5em;
    font-weight:900;
    font-size:2.6em;
}
#head li a{

    transition: all 0.4s ease-in-out;
}
#head li a:hover{
    color: #9d216a;
    transition: all 0.4s ease-in-out;
}
#head li a.active{
    font-size:2.4em;
    color: #9d216a;
}
@media only screen and (max-width : 1023px) {

    .header-mobile{
        display: block;
    }
    header ul li{
        display: block;
        position: relative;
        top:25%;
        transform: translateY(-50%);
        right: 0;
        margin: 1em auto;

    }
    header ul a{
        display: inline-block;
        position: relative;
        top:0;
        left: 0;
        font-size: 1em;
        padding: .5em;
        font-weight: 700;
        border: 2px solid #fffff9; 
        color: #303131;

    }
    header ul a:hover{
        color: #9d216a; 
        border-radius: 3px;
    }
    header ul a.active{

        border: 2px solid #9d216a; 
        color: #9d216a; 
    }
}
@media only screen and (max-width : 800px) {
    #head li{
        font-size:2.2em;
    }
}
@media only screen and (max-width : 600px) {
    #head li{
        font-size:1.6em;
    }
}
@media only screen and (max-width : 360px) {
    #head li{
        font-size:1.2em;
    }
}
@media only screen and (max-height : 400px) {
    #head li{
        font-size:1.2em;
    }
}
/*header*/
.landing_page {


    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    width:100%;   
    min-height: calc(100% - 6.2em);
    background-repeat: no-repeat;
    background-position: center;
}
.landing_cover {
    z-index: 5;
    position: absolute;
    top:0;
    left: 0;
    width:100%;   
    height: 100%;


}
.cover {
    z-index: 6;
    position: absolute;
    bottom:0;
    right: 0;
    width: 100%;   
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: blur(.9px);
    -moz-filter: blur(.9px);
    filter: blur(.9px);

}
.c--iiiB{    
    background-image: url(../imgs/lemmecreatives_branding.png);
    -webkit-filter: blur(.9px);
    -moz-filter: blur(.9px);
    filter: blur(.9px);
}
.c--iiiC{    
    background-image: url(../imgs/lemmecreatives_southafrica.png);
    -webkit-filter: blur(.9px);
    -moz-filter: blur(.9px);
    filter: blur(.9px);
}
.c--iiiD{    
    background-image: url(../imgs/lemmecreatives_creativeideas.png);
    -webkit-filter: blur(.9px);
    -moz-filter: blur(.9px);
    filter: blur(.9px);
}
.cbricks {
    z-index: 7;
    position: absolute;
    bottom: 50px;
    right: 2em;

    -moz-filter: blur(.6px);
    filter: blur(.2px);
    width: 420px;   
    height: 180px;
    background-size:100% 100%;
}
.landing_info {
    position: absolute;
    top:50%;
    left: 0;
    width:auto;
    height: auto;
    z-index: 15;
    transform: translateY(-50%);
}
.landing_info div{
    font-size: 3.4em;

    text-align: right;
}
.landing_info div span{
    text-align: right;
    display: block;
    font-weight: 900;
    font-size: 1.8em;
    color: #9d216a;
}
.landing_info h2{
    margin: .2em;
    margin-left: 2em;
    font-size: 1.2em;
    color: #283592;

}
.landing_info h2 span{    

    clear: both;
    display:block;
    font-size: 1.8em;
    margin:.2em;
    color: #283592;
}

@media only screen and (max-width : 1023px) {
    .cover {
        background-image: none;
    }

    .cbricks {
        right:.5em;
        bottom: .5em;
    }
    .landing_info div{ }
    .landing_info div span{}
    .landing_info h2{}
}
@media only screen and (max-width : 600px){
    .landing_info {
        top:25%;
        transform: translateY(-25%);
    }
    .landing_info div{
        font-size: 3em;
        margin-right: .5em;}
    .landing_info h2{
        margin-left: 1em;
        font-size: 1em;
    }
}
@media only screen and (max-width : 360px) {
    .landing_info div{
        font-size: 2em;}
    .cbricks {
        right:-2em;
    }
    /*    .c--iiiB, .c--iiiC,.c--iiiD{    
        background-image: url(../imgs/lemmecreatives_southafrica.png);
        }
        .cbricks{
            display:none;
        }
        
            .landing_info h2{
            }
        .landing_info h2 span{    
    
        font-size: 1.4em;}
        .landing_info div{
        margin-left: 1em;
        margin-top: .5em;
        }
        .landing_info div span{
    }
    .landing_info h2{
        margin-left: 1em;
        font-size: 1em;}*/
}
/*landing*/
.view_page{
    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    width:100%;   
    height: auto;
    padding-top: 4em;
    background-repeat: no-repeat;

}
.view_page article h1{
    position: relative;
    top:0;
    left:0;
    margin: 1em auto;
    margin-left: 10em;
    margin-top: 4em;
    font-size:1em;
    color: #9d216a;
}
.view_page article p{
    margin: 1em auto;
    margin-left: 4em;
    margin-top: 1em;
    max-width:35em;
    font-size:1.4em;

}
.view_services div{
    margin: 1em auto;
    overflow: hidden;
    position: relative;
    top:0;
    left:0;
    width:100%;
    height: auto;
    text-align: center;
}
.view_services div h1{
    overflow: hidden;
    display: inline-block;
    position: relative;
    top:0;
    left:0;
    color: #9d216a;
    text-align: left;
    font-size: 3.2em;
    width:50%;
    height: 100%;
    min-height : 3em;
    margin: 0 auto;
    margin-left: 0;
    text-align: left;
    font-weight: 900;
}
.view_services div p{
    overflow: hidden;
    display: inline-block;
    position: relative;
    top:0;
    left:0;
    max-width:40%;
    min-height: 60%;
    text-align: right;
    font-size: 1.2em;

    margin: 1em;
}
@media only screen and (max-width : 1023px) {

    .view_page article h1{

        margin-left: 8em;
    }
    .view_services div h1{
        position: absolute;
        max-width:90%;
        width:90%;
        left:5%;
        font-size: 2.6em;
        min-height : .2em;
    }
    .view_services div p{

        margin-top:4em;
        float:right;
        max-width:90%;
        width:90%;

    } 
    .view_page article p{

        margin: 0 auto;
        width: 90%;
    }
}
@media only screen and (max-width : 600px) {
    .view_page article h1{

        margin-left: 4em;
    }
    .view_services div h1{

        font-size: 1.8em;
    }}
@media only screen and (max-width : 360px) {
    .view_page article h1{

        margin-left: 2em;
    }
    .view_services div h1{

        font-size: 1.6em;
    }}
/*services*/
.view_case{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    width:100%;   
    height: auto;
    box-sizing: border-box;
    background-repeat: no-repeat;

}
.view_case article{
    text-align: center;
    float: left;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top:0;
    left: 0;
    width:calc(100% / 3);   
    height: 28em;   
    min-width:200px;
    min-height: 300px;
    background-size: cover;
    opacity: .6;
    transition: all 0.2s ease-in-out;

}
.view_case article:hover{
    opacity: 1;
    transition: all 0.2s ease-in-out
}
.view_case article img{
    position: relative;
    top:0;
    left: 0;
    width: 100%;   
    height: 100%; 
}


@media only screen and (max-width : 1023px){
    .view_case article{

        width:calc(100% / 2);  
        height: 26em;   
    }
}
@media only screen and (max-width : 670px){
    .view_case article{
        height: 18em;   
    }
}
@media only screen and (max-width : 400px){
    .view_case article{
        width:100%;
        height: 16em;   
    }
}
/*case study*/
/*about*/
.contact_page {


    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    width:100%;   
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.c--details{
    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    display: inline-block;
    width:50%;
    min-width: 300px;
}
.contact_page h1{
    margin: 1em auto;
    margin-left: 5em;
    margin-top: 5em;
    font-size:1em;
}
.contact_page h2{
    margin: -.2em auto;
    font-size: 2.6em;
    margin-left: 2em;
    font-weight: 900;
    color: #9d216a;
}
.contact_page h4{
    font-size: 1.4em;
    margin: .2em auto;
}
.contact_page ul{
    position: relative;
    top:0;
    left: 4em;
    margin: 2em;
    display: inline-block;
    min-width: 200px;
}
.contact_page ul li{
    margin: .2em;
}
.c--forms{
    margin: 1em;
    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    display: inline-block;
    min-width: 300px;
    width: 40%;
}
.c--forms  aside form{
    float: right;
    position: relative;
    top:0;
    right: 0;
    width: 90%;
    height: 100%;
}
.c--forms  .ftext{

    margin: 0.5em auto;
    display: inline-block;
    width: 100%;
    height: 2em;
    text-align: left;
    background: none;
    border: none;
    color: #000;
    border-bottom: 1px solid #000;
    transition: all 0.4s ease-in-out;
    font-size: 1em;
}
.c--forms  .farea{
    height: 4em;
}
.c--forms input:focus{

    transition: all 0.4s ease-in-out;
    border-bottom: 1px solid #5adde9;
}
.fbutton{
    margin-top: 0.5em;
    display: inline-block;
    width: 100%;
    height: 2.6em;
    text-align: right;
    border: none;
}
.c--forms .fbutt{
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    height: 2.6em;
    text-align: center;
    background: #9d216a;
    color: #fff;
    border: none;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.c--forms .fbutt:hover{
    transition: all 0.4s ease-in-out;
    color: #5adde9;

}
.c--forms form .xmsg{
    margin: 2em auto;
    color: #313131;
    width: 100%;
    height: auto;
    min-height: 2em;
}
.c--forms form .xmsg p{
    width: 90%;
    text-align: left;
    margin: 0.5em auto;
    color:  #283592;
    font-size: 1.2em;
}

#ixshow_load{

    display: none;
    position: relative;
    top:0;
    left:1em;
    width: 20px;
    height: 20px;
    border-bottom: rgba(5,5,5,.8) 2px solid;
    border-radius: 100%;
    transform:rotate(0deg);
    animation: rotating_load 1s linear infinite;
    transition: all 0.4s ease-in-out;
}
@keyframes  rotating_load {
    25%{
        border-bottom:2px solid rgba(5,5,5,.6);
    }
    50%{
        border-bottom:2px solid rgba(5,5,5,.4);
    }
    50%{
        border-bottom:2px solid rgba(5,5,5,.2);
    }
    75%{
        border-bottom:2px solid rgba(5,5,5,.4);
    }
    100%{
        border-bottom:0.2em solid rgba(5,5,5,.6);
        transform:rotate(360deg);
    }
}
.hide_load{

    transition: all 0.6s ease-in-out;
    animation: hide_load .6s linear;
    -webkit-animation: hide_load .6s linear;
    transform: scale(1);
}
@keyframes  hide_load {
    from{
        transform: scale(1);
    }
    to{
        transform: scale(0);
    }}


@media only screen and (max-width : 1023px) {
    .contact_page h1{
        margin: 1em auto;
        margin-left: 3em;
        margin-top: 5em;
        font-size:1em;
    }
    .contact_page h2{
        font-size: 2em;
        margin-left: 1em;
        font-weight: 900;
    }
    .contact_page h4{
        font-size: 1.4em;
        margin: .2em auto;
    }}
@media only screen and (max-width : 667px) {
    .contact_page h2{
        font-size: 1.6em;}
    .c--details{

        width:90%;
    }

    .contact_page ul{
        left: 2em;
        margin: 1em;
    }

    .c--forms{
        margin: 0em auto;
        width: 90%;
        top:0;
        left: 5%;
    }
    .c--forms  aside form{
        margin: 0em auto;
        float: none;}
}
/*contact*/
footer{
    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    width:100%;   
    height: auto;
    min-height: 275px;
}
.footer_deck{
    float: right;
    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    width: 100%;   
    height: auto;
    min-height: 150px;
}
.footer_social ul{

    overflow: hidden;
    margin-top: 75px;
    margin-left: 5%;
    position: relative;
    top:0;
    left: 0;
    width:auto;
    height:auto;
}
.footer_social ul li{
    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    width:50px;
    height:48px;
    display: inline-block;
    text-align: center;
    margin: .2em;

    line-height: 50px;
    font-size: 1.6em;
    font-weight: 900;
    cursor: pointer;
    border-radius: 100%;
}
.footer_social ul li a{
    overflow: hidden;
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
}
.footer_social ul li span{
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height:100%;
    background-color: #fffff9;
    transition: all 0.4s ease-in-out;
}
.footer_social ul li:hover span{
    left: 50px;
    transition: all 0.4s ease-in-out;
    background-color: rgba(255,255,255,.6);
}
.f span{
    background-image: url(../imgs/lemmecreative_facebook.png);
    background-size: 100% 100%;
}
.in span{
    background-image: url(../imgs/lemmecreative_instagram.png);
    background-size: 100% 100%;
}
.t span{
    background-image: url(../imgs/lemmecreative_twitter.png);
    background-size: 100% 100%;
}
.g span{
    background-image: url(../imgs/lemmecreative_googleplus.png);
    background-size: 100% 100%;
}
.footer_block{
    overflow: hidden;
    position: relative;
    bottom:0;
    left: 0;
    width:100%;   

    min-height: 125px;
}
.footer_copy{
    display: inline-block;
    overflow: hidden;
    position: relative;
    top:0;
    left: 0;
    width:auto;   
    height: 100px;
}
.footer_copy p{
    font-weight: 700;
    margin: 2em;
}
.footer_brick{
    display: inline-block;
    overflow: hidden;
    float: right;
    position: relative;
    top:0;
    left: 0;
    width:320px;   
    height: auto;
    background-image: url(../imgs/lego1.png);
    background-size: cover;
    min-height: 105px;   
}
.footer_brick div{
    float: right;
    display: inline-block;
    position: relative;
    top:0;
    left: 0;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 0;

}
.footer_layer{
    overflow: hidden;
    position: relative;
    bottom:0;
    left: 0;
    width:100%;   
    background: #283592;
    min-height: 50px;
}
/*footer*/

#scroll_top{
      display: none;
    opacity: .6;
    z-index: 199;
    opacity: 1;
    position: fixed;
    bottom:25%;

    right: 5%;
    width: 35px;
    height: 35px;
    text-align: center;
    cursor: pointer;
}

#scroll_top a{
    
    overflow: hidden;
    position: absolute;
    bottom: 0;
    right: 0;
    color:  #fffff9;
    width: 100%;
    font-size: 2em;
    font-weight: 900;
    transition: all 0.2s ease-in-out;
    background: #283592;
    border-radius: 100%;

}
#scroll_top a::after{
    
    content: "^";
}
#scroll_top:hover a{
    color: #9d216a;
    transition: all 0.2s ease-in-out;


}
