@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);

@font-face {
    font-family: 'mc_saatchi_grot51';
    src: url('mcsaatchigrot-fiveone-webfont.eot');
    src: url('mcsaatchigrot-fiveone-webfont.eot?#iefix') format('embedded-opentype'),
         url('mcsaatchigrot-fiveone-webfont.woff2') format('woff2'),
         url('mcsaatchigrot-fiveone-webfont.woff') format('woff'),
         url('mcsaatchigrot-fiveone-webfont.ttf') format('truetype'),
         url('mcsaatchigrot-fiveone-webfont.svg#mc_saatchi_grot51') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'mc_saatchi_heavyregular';
    src: url('mcsaatchiheavy-webfont.eot');
    src: url('mcsaatchiheavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('mcsaatchiheavy-webfont.woff2') format('woff2'),
         url('mcsaatchiheavy-webfont.woff') format('woff'),
         url('mcsaatchiheavy-webfont.ttf') format('truetype'),
         url('mcsaatchiheavy-webfont.svg#mc_saatchi_heavyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html {
    height: 100%;
	font-family: 'mc_saatchi_grot51', sans-serif;
    overflow: auto;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    zoom: 1;
}

/** =================== FULL BACKGRIUND =================== **/


.full {
    /*background-image: url(../img/pattern.png);*/ 

      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      min-height: 100vh;
      overflow: hidden;
}

/** =================== GENERAL STYLES =================== **/

.container-smooth {
  max-width: 100%;
  margin: 0 5%;

}

.container {
    padding: 0 5%;
}

a:focus, a:hover {
    color: black;
    text-decoration: none;
}

/** =================== NAV CLOSED =================== **/

.right {
  float: right !important;
}

.navbar-default {
    background-color: transparent;
    border-color: transparent;
    padding-top: 2em;
}

#lang-button {
    padding-top: 30px;
    font-family: 'Droid Arabic Kufi', sans-serif !important;
    font-size: 0.8em; 
    letter-spacing: 0px; 
    font-weight: normal; 
    color: black; 
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: white;
}   

.navbar-toggle {
    position: absolute;
    float: left;
    padding:0;
    margin-top: 0;
    display: block;
    width: 1.4em;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}


/** =================== NAV OPEN =================== **/

.nav>li>a {
    display: inline;
    padding-bottom: 0px;
}

.close  {
    font-size: 1.1em;
    width: 0.53em;
    opacity: 1;
    margin-left: 0;
    line-height: 0;
    margin-top: 0.2em;
}

.close:focus, .close:hover {
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}


.navmenu-default, .navbar-default .navbar-offcanvas {
    background-color: black;
    border-color: transparent;
}

.navmenu-default {
    font-family: 'mc_saatchi_heavyregular', sans-serif;
    color: white;
    font-size: 6em;
    text-decoration: none;
    line-height: 0.8em;
    width: 400px;
}


.navmenu-default .navmenu-nav>.active>a, .navbar-default .navbar-offcanvas .navmenu-nav>.active>a, .navmenu-default .navmenu-nav>.active>a:hover, .navbar-default .navbar-offcanvas .navmenu-nav>.active>a:hover, .navmenu-default .navmenu-nav>.active>a:focus, .navbar-default .navbar-offcanvas .navmenu-nav>.active>a:focus {
    color: white;
    background-color: transparent;
}

.navmenu-default .navmenu-nav>li>a, .navbar-default .navbar-offcanvas .navmenu-nav>li>a {
    color: white;
}


.navmenu-default .navmenu-nav>li>a:hover, .navbar-default .navbar-offcanvas .navmenu-nav>li>a:hover, .navmenu-default .navmenu-nav>li>a:focus, .navbar-default .navbar-offcanvas .navmenu-nav>li>a:focus {
    color: #cccccc;
}


@media only screen and (max-width : 400px) {

    .navmenu-default {
        min-width: 100%;
    }

}



/** =================== ABOUT CONTENT =================== **/


.about h1 {
    font-family: 'mc_saatchi_heavyregular', sans-serif;
    color: black;
    font-size: 12em;
    line-height: 0.8em;
}

h4 {
    font-family: 'mc_saatchi_heavyregular', sans-serif;
    color: black;
    font-size: 3em;
    line-height: 0.8em;
}

h5 {
    font-family: 'mc_saatchi_heavyregular', sans-serif;
    font-size: 1.4em;
    letter-spacing: 1.1px;
}

.about p {
    font-size: 1.2em;
    line-height: 1.4em;
    color: black;
}

.about{
    padding-top: 5%;

}

a {
    color: gray;
}

@media only screen and (min-width : 641px) and (max-width : 1024px) {

    .about {
        padding-top: 10%;
    }

    .about h1 {
        font-size: 12em;
    }



}

@media only screen and (max-width : 640px) {


    .about h1 {
        font-size: 6em;
    }

}

/** =================== WORK =================== **/


.work-headline h1 {
    font-family: 'mc_saatchi_heavyregular', sans-serif;
    color: black;
    font-size: 16em;
    line-height: 0.8em;
}

.work p{
    color: white;
    font-size: 0.8em;
}

.work h4 {
    font-family: 'mc_saatchi_heavyregular', sans-serif;
    color: white;
    letter-spacing: 1px;
    font-size: 1.5em;
}


.work-headline{
    padding-top: 5%;

}

.work {
    padding-top: 0;
}

.casebox{
    background-color: black;
    padding: 0;

}


.case-left {

}

.case-right {

}


.links a {
    color: white;
    margin-right: 12px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-size: 0.8em;
}

/** =================== Left-to-right =================== **/
.content-left {
    display: inline-block;
    float: left;
    overflow: hidden;
    width: 40%;
    padding-top: 4%;
    padding-left: 4%;

}

.cover-right {
    position: relative;
    width: 50%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    float: right;

}    

/** =================== Right-to-left =================== **/

.content-right {
    display: inline-block;
    float: right;
    overflow: hidden;
    width: 40%;
    padding-top: 8%;
    padding-right: 8%;


}

.cover-left {
    position: relative;
    width: 50%;
    height: 100%;
    display: inline-block;
    overflow: hidden;
    float: left;

}  




.spacer {
    width: 100%;
    height: 80px;
}

/** =================== switch =================== **/


.switchbig {
    display: block;
}

.switchsmall{
    display: none;
}



@media only screen and (min-width : 641px) and (max-width : 1024px) {


    .switchbig {
    display: none;
    }

    .switchsmall{
    display: block;
    }


    .links a {
    
        font-size: 0.7em;
    }

    .work-headline {
        padding-top: 10%;
    }

    .work-headline h1 {
        font-size: 12em;
    }

    .work h4 {
    font-size: 1em;
    }

    .work p{
    font-size: 0.8em;
    }

    .content-left {
        padding-top: 5%;
        padding-left: 5%;

    }

}

@media only screen and (max-width : 640px) {

    .switchbig {
    display: none;
    }

    .switchsmall{
    display: block;
    }

    .links a {
    
        font-size: 0.5em;
    }

    .work h4 {
    font-size: 1em;
    }

    .work p{
    font-size: 0.5em;
    }

    .work-headline h1 {
        font-size: 6em;
    }
    .content-left {
        padding-top: 5%;
        padding-left: 5%;

    }    
}

@media only screen and (max-width : 400px) {

    .spacer {
        height: 20px;
    }
}


/** =================== FOOTER =================== **/

.footer {
    background-color: white;
    min-width: 100%;
    bottom: 0;
    padding: 3% 3% 1.5% 3%;

}

.copyright {
    text-align: right;
    color: black;
}


.icons ul>li>a {
    text-decoration: none;
    float: left;
    padding-left: 1%;
}

.icons ul {
    list-style: none;
    padding-left: 0;

}

@media only screen and (min-width : 641px) and (max-width : 1024px) {

     .footer {
        position: relative;
        width: 100%;
    }

}


@media only screen and (max-width : 640px) {


    .footer {

        position: relative;
        width: 100%;

    }


}






