/*

    Template Author : pixelhint.com
    Author Email    : contact@pixelhint.com
    Template Name   : Magnetic
    
    
    *****************************************
    
    
    - Fonts
    - General CSS
    - Header
    - Home/portfolio 
    - Inner page 
    - Map/Contact page  
    - Tooltip 
    - Responsive code
  
    
*/



/*  Fonts  */
@font-face {
    font-family: 'raleway-regular';
    src: url('../fonts/raleway-regular.eot');
    src: url('../fonts/raleway-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-regular.woff') format('woff'),
         url('../fonts/raleway-regular.ttf') format('truetype'),
         url('../fonts/raleway-regular.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-bold';
    src: url('../fonts/raleway-bold.eot');
    src: url('../fonts/raleway-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-bold.woff') format('woff'),
         url('../fonts/raleway-bold.ttf') format('truetype'),
         url('../fonts/raleway-bold.svg#ralewaybold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'raleway-semibold';
    src: url('../fonts/raleway-semibold.eot');
    src: url('../fonts/raleway-semibold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/raleway-semibold.woff') format('woff'),
         url('../fonts/raleway-semibold.ttf') format('truetype'),
         url('../fonts/raleway-semibold.svg#ralewaysemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}



/*  General CSS*/
body{
    background: #fff;
}

.clear {
    clear: both;
}

.wrapper{
    width: 92.72727272727273%;
    margin: 0 auto;
}

header ul.social li a,
.main .work a .caption,
header nav ul li a{
    transition:all .1s linear;
    -webkit-transition:all .1s linear;
    -moz-transition:all .1s linear;
    -o-transition:all .1s linear;
}

h1, h2, h3, h4, h5 ,h6{
    color: #4b4848;
    font-family: "raleway-regular", arial;
    letter-spacing: 1px;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0 }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.clearfix:before,  
.clearfix:after {  
    content: " ";  
    display: table;  
}  
.clearfix:after {  
    clear: both;  
}  
 
.clearfix {  
    *zoom: 1;  
}







/*  Header  */
@media (min-width:1000px){
    header{
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        min-height: 100%;
        padding: 0 0 0 50px;
        background: #ffffff; 
        float: left;
        overflow: hidden;
        z-index: 9999;
    }

    header .logo{
        margin-top: 50px;
    }

    header .logo a.responsive {
        display: none;
    }

    header .lang {
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 12px;
        text-decoration: none;
        letter-spacing: 1px;
        margin-bottom: 20px;
    }

    header .lang select {
        margin-top: 10px;
        width: 100%;
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 12px;
        text-decoration: none;
        letter-spacing: 1px;
        line-height: 30px;
        height: 30px;
    }

    header nav ul{
        display: block;
        overflow: hidden;
        margin-top: 50px;
        list-style: none;
    }

    header nav ul li{
        display: block;
        margin-bottom: 30px;
    }

    header nav ul li a{
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 14px;
        text-decoration: none;
        letter-spacing: 1px;
    }

    header nav ul li a:hover,
    header nav ul li a.selected{
        color: #969595;
    }

    header .footer{
        position: absolute;
        bottom: 50px;
    }

    header ul.social{
        list-style: none;
        margin-bottom: 5px;
    }

    header ul.social li{
        display: block;
        float: left;
        position: relative;
        margin: 0 15px 15px 0;
    }


    header ul.social li a{
        display: block;
        width: 30px;
        height: 30px;
        background: url('../img/sm.png') no-repeat;
        background-position: 0 0;
    }


    header ul.social li a:hover{
        background: url('../img/sm_hover.png') no-repeat;
    }

    header ul.social li a.instance {
        width: 26px;
        height: 16px;
        border: 2px solid #c7c6c6;
        background-position: center center;
        background-size: cover;
    }

    header ul.social li a.instance:hover {
        
    }

    header ul.social li a.instance2{
        background-image: url('../img/flags/site_us.png');
    }
    header ul.social li a.instance3{
        background-image: url('../img/flags/site_uk.png');
    }
    header ul.social li a.instance4{
        background-image: url('../img/flags/site_de.png');
    }
    header ul.social li a.instance5{
        background-image: url('../img/flags/site_bg.png');
    }


    header ul.social li a.fb,
    header ul.social li a.fb:hover{
        background-position: 0 0;
    }


    header ul.social li a.google,
    header ul.social li a.google:hover{
        background-position: -31px 0;
    }

    header ul.social li a.youtube,
    header ul.social li a.youtube:hover{
        background-position: -62px 0;
    }

    header ul.social li a.twitter,
    header ul.social li a.twitter:hover{
        background-position: -93px 0;
    }

    header ul.social li a.dribble,
    header ul.social li a.dribble:hover{
        background-position: -124px 0;
    }

    header ul.social li a.rss,
    header ul.social li a.rss:hover{
        background-position: -155px 0;
    }

    header .rights p{
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 18px;
    }

    header .rights a{
        font-family: "raleway-bold", arial;
        font-weight: bold;
        text-decoration: none;
    }
    #menu_icon,
    .close_menu{
        display: none;
    }

}

#menu_icon,
.close_menu{
    float: right;
    margin-right: 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img/men_icons.png') no-repeat;
}

#menu_icon{    
    background-position: 0 0;
}
.close_menu{
    background-position: -41px 0!important;
}






/*  Main  */
.main{
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding-left: 300px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 55;
    background: #f6f6f6;
    clear: both;
}







/*  Home/portfolio  */
.main .work{
    display: block;
    width: 25%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.main .work .media{
    width: 100%;
    vertical-align: middle;
}

.main .work .caption{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0; 
    left: 0;
}

.work .caption .work_title{
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 0;
}

.main .work .caption h1{
    margin: 0px;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    z-index: 77;
    color: white;
    font-family: "raleway-regular", arial;
    font-size: 16px;
    letter-spacing: .5px;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    background: rgba(0,0,0,0.3);
}



/*  Inner Page  */
.top{
    width: 100%;
    height: 350px;
    overflow: hidden;
    display: block;
    position: relative;
    background: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: 50% 0%;
}

.work_nav{
    display: block;
    width: 100%;
}

.work_nav .btn{
    float: right;
}

.work_nav ul{
    list-style: none;
}

.work_nav ul li{
    display: block;
    float: left;
    margin: 0 0 1px 1px;
    position: relative;
}

.work_nav a{
    display: block;
    width: 40px;
    height: 40px;
    background: url('../img/p_navigation.png') no-repeat;
    background-position: 0 0;
}

.work_nav a.previous{
    background-position: 0 0;
}

.work_nav a.grid{
    background-position: -41px 0;
}

.work_nav a.next{
    background-position: -82px 0;
}

.top .title{
    display: block;
    width: 100%;color: #4b4848;
    font-family: "raleway-bold", arial;
    font-size: 26px;
    font-weight: bold;
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0!important;
    overflow: hidden;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

}

.content_header{
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    left: 50%;
    margin-left: -46.36363636363637%;
}

.content{
    color: #4b4848;
    font-family: "raleway-regular", arial;
    font-size: 15px;
    line-height: 22px;
    padding: 60px 30px;
    background: #fff;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.content p{
    color: #4b4848;
    font-family: "raleway-regular", arial;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 60px;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6{
    color: #4b4848;
    font-family: "raleway-semibold", arial;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 30px;

}

.content .videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 45px;
}
.content .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content .picrow {
    width: 100%;
    background: #f6f6f6;
    margin-bottom: 40px;
}

.content .picrow iframe,
.content .picrow img {
    float: left;
    width: 300px;
    height: auto;
    display: block;
}

.content .picrow iframe {
    height: 250px;
}

.content .picrow div.mid {
    float: left;
    padding: 2%;
    display: block;
    box-sizing: border-box;
}

.content .picrow ul {
    margin-left: 25px;
    margin-top: 10px;
}

.content .picrow a.cta {
    float: right;
    display: inline-block;
    width: 90%;
    padding: 5%;
    color: #FB6023;
    text-align: center;
    background: white;
    border: 2px solid white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    margin: 10px 0px;
}

.content .picrow a.cta:hover {
    border: 2px solid #FB6023;
}

.content .picrow h3 {
    margin-bottom: 15px;
    margin-top: 0px;
}
    

.content .picbox {
    float: left;
    width: 32%;
    margin: 2% 0%;
    background: #f6f6f6;
}

.content .picbox.mid {
    margin: 2%;
}

.content .picbox h3 {
    margin-bottom: 15px;
    margin-top: 0px;
}

.content .picbox a {
    display: inline-block;
    width: 90%;
    padding: 5%;
    color: #FB6023;
    text-align: center;
    background: white;
    border: 2px solid white;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
    margin: 10px 0px;
}

.content .picbox a:hover {
    border: 2px solid #FB6023;
}

.content .picbox img {
    width: 100%;
    height: auto;
}

.content .picbox div {
    padding: 5%;
}

.content .appLine {
    width: 100%;
}

.content .appLine div.image {
    width: 50%;
    float: left;
}

.content .appLine div.text {
    width: 48%;
    float: left;
    margin: 0% 0% 0% 2%;
}

.content .appLine div.text h2 {
    margin: 16px 0px 0px 0px;
    font-size: 2.3em;
}

.content .appLine div.text h3 {
    margin-top: 10px;
}


.content .appLine div.text img {
    float: left;
    width: 100px;
    margin-right: 20px;
}

.content .appLine div.text ul {
    margin-top: 16px;
    list-style-type: none;
}

.content .appLine div.text ul li {
    background-image: url('../img/bullet.png');
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding-left: 30px;
    margin-bottom: 10px;
    font-size: 1.07em;
}

.content .storyLine {
    margin: 1% 1% 1% 0%;
    width: 48%;
    float: left;
}

.content .storyLine.last {
    margin: 1% 0% 1% 1%;
}

.content .storyLine div.text {
    width: 59%;
    margin: 0% 0% 0% 2%;
    float: left;
}

.content .storyLine div.image {
    width: 37%;
    float: left;
}

.content .storyLine div.image img {
    cursor: pointer;
    cursor: -webkit-zoom-in; 
    cursor: -moz-zoom-in;
}

.content .the-app-stores {
    text-align: center;
}

.content .the-app-stores a img {
    height: 60px;
    margin: 10px;
}

.content .the-app-stores a {
    text-decoration: none;
}


.content .our-profiles {
}

.content .our-profiles .profile {
    display:inline-block;
    width:230px;
    text-align:center;
    color:#3c3c3c;
    font-size:1.07em;
    padding:10px 30px 30px 0px;
    vertical-align:top;
    line-height: 28px;
    text-decoration: none;
}

.content .our-profiles .profile b {
    font-size:1.07em;    
}

.content .our-profiles .profile .image {
    width:148px;
    height:148px;
    border:4px solid #fff;
    -webkit-border-radius: 74px;
    border-radius: 74px;
    margin:0 auto;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.33);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.33);
}

.content .our-profiles .profile .image img {
    width:148px;
    height:148px;
    -webkit-border-radius: 74px;
    border-radius: 74px;
}
.content .our-profiles .profile .name {
    color:#3c3c3c;
    font-size:1.97em;
    padding-top:17px;
}

.content .our-profiles .profile .position {
    font-size: 1.07em;
    color:#999;
    padding:5px 0 10px;
}

.content h1.nobottom {
    margin-bottom: 5px;
}

.content .entry {
    margin: 20px 0px;
}

.content .entry a.img {
    width: 10%;
    display: block;
    float: left;
}

.content .entry a.img img {
    width: 100%;
    max-width: auto;
}

.content .entry div.text {
    width: 88%;
    margin-left: 2%;
    float: left;
    position: relative;
}

.content .entry div.text a.title {
    text-decoration: none;
    font-size: 1.77em;
    font-weight: bold;
    display: block;
}

.content .entry div.text span.date {
    position: absolute;
    font-size: 1.57em;
    top:0px;
    right: 0px;
}

.content .entry div.text a.post {
    text-decoration: none;
    margin-top: 22px; 
    display: block;
}


.content .contact-form {
    position: relative;
    color: #4b4848;
    font-weight: normal;
}

.content .contact-form textarea,
.content .contact-form input {
    width: 100%;
    border: 3px solid #f6f6f6;
    display: block;
    height: 40px;
    margin: 20px 0px;
    padding: 4px;
    font-size:inherit;
    color: #4b4848;
    font-weight: inherit;
}

.content .contact-form textarea {
    height: 120px;
    font-family: inherit;
    font-size: inherit;
}

.content .contact-form .hideme {
    font-size: 1.37em;
}

.content .contact-form .success {
  width: 96%;
  display: block;
  background: #f6f6f6;
  padding: 3%;
  margin-top: 20px;
}

.content a.send {
    height:63px;
    line-height:63px;
    font-size:1.37em;
    color:#fff;
    text-align:center;
    font-weight:bold;
    background:#4b4848;
    display:inline-block;
    width:30%;
    margin-top: 10px;
    text-decoration: none;
}

.content a.send:hover {
    background:#2b9fc4;
}

.content .contact-archive {
    text-align:left;
    margin-top: 40px;
}

.content .contact-archive .thread {
    padding-bottom:15px;
}

.content .contact-archive .hd {
    padding-bottom:10px;
    color:#3c3c3c;
    font-weight:bold;
}

.content .contact-archive .hd b {
    color:#268fb1;
}

.content .contact-archive .hd span {
    color:#959595;
}

.content .contact-archive .answer {
    padding:40px 0 0 28px;
}

.content .contact-archive .answer .hd b {
    color:#3c3c3c;
}


/* Socials */


/* Plugins and stuff */
.essb_links {word-wrap:normal!important; clear: both; margin: 1em 0;}
.essb_maybe_hidden_text { position:absolute; left:-9999px; text-indent:-9999px; }
.essb_links ul { 
    padding:0!important;
    margin:0!important;
    list-style: none!important;
}
.essb_links .essb_item, .essb_links .essb_item a, .essb_links .essb_item a .essb_icon { 
    display: inline-block;
}

.essb_item{
    position: relative !important;
    width: auto !important;
    height: auto !important;
    padding-top: 39px !important;
    margin: 10px 10px 2px 0 !important;
    list-style: none!important;
}

.essb_links .essb_item a { 
    padding: 10px 10px;
    background-color: #04b7e3;
    color: #fff !important;
    text-decoration: none;
    font-size: 1em;
    font-family: "Segoe WP", "Segoe UI", Helvetica, Arial, sans-serif;
    
    -webkit-transition: color .2s, background-color .2s;
    -moz-transition: color .2s, background-color .2s;
    -o-transition: color .2s, background-color .2s;
    transition: color .2s, background-color .2s;
}
.essb_links .essb_item:last-child a { margin-right:0;}
.essb_links .essb_icon {
    width: 24px;
    height: 24px;
    margin-right: 5px;
    vertical-align:-4px;
    background:url("../img/networks.png") 0 0 no-repeat;
}

.essb_links .essb_link_google .essb_icon { background-position: -24px 0; }
.essb_links .essb_link_facebook .essb_icon { background-position: -48px 0; }
.essb_links .essb_link_pinterest .essb_icon { background-position: -96px 0; }
.essb_links .essb_link_linkedin .essb_icon { background-position: -120px 0; }
.essb_links .essb_link_digg .essb_icon { background-position: -168px 0; }
.essb_links .essb_link_stumbleupon .essb_icon { background-position: -192px 0; }
.essb_links .essb_link_weibo .essb_icon { background-position: -192px 0; }
.essb_links .essb_link_vk .essb_icon { background-position: -216px 0; }
.essb_links .essb_link_mail .essb_icon { background-position: -72px 0; }
.essb_links .essb_link_reddit .essb_icon { background-position: -288px 0; }
.essb_links .essb_link_thumblr .essb_icon { background-position: -264px 0; }



.essb_links a:hover,
.essb_links a:focus { color: #F2F2EE!important; background-color: #24459A; }

/* special if names are hidden */
.essb_hide_name .essb_item a {
    padding: 5px 10px 6px 10px;
}
.essb_hide_name a .essb_icon,
.essb_hide_name a .essb_network_name {
    display:inline-block;
    vertical-align:middle;
    -webkit-transition: max-width .3s, margin .3s;
    -moz-transition: max-width .3s, margin .3s;
    -o-transition: max-width .3s, margin .3s;
    transition: max-width .3s, margin .3s;
}
.essb_hide_name a .essb_network_name {
    max-width:0;
    white-space: nowrap!important;
    overflow: hidden;
}
.essb_hide_name a .essb_icon { margin-right:0; }

.essb_hide_name a:hover .essb_network_name, .essb_hide_name a:focus .essb_network_name { max-width:85px; }
.essb_hide_name a:hover .essb_icon, .essb_hide_name a:focus .essb_icon { margin-right:5px; }
.essb_counter,
.essb_totalcount {
    position: relative;
    display: inline-block;
    padding: 5px 6px 4px;
    margin-top: 2px;
    border: 1px solid #d1d1d1;
    border-right-width: 0;
    vertical-align: top;
    font-size: 11px;
    color: #0595b8;
    background: #fff;
    border-radius: 3px 0 0 3px;
}
.essb_totalcount {
    margin-top: -3px;
}
.essb_counter:after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: -6px; 
    margin-right:-6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
}

.essb_counter{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    box-sizing: border-box !important;
    -o-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -ms-box-sizing: border-box !important;
    height: 36px !important;
    padding-top: 3px;
    text-align: center;
    padding: 0 !important;
    color: #444444 !important; 
    border-width: 1px 1px 0 1px !important;
    border-radius: 0 !important;
    line-height: 36px;
    font-size: 1em;
}
.essb_totalcount {
    border-right-width: 1px;
    border-radius: 3px 3px;
}

.essb_totalcount_item .essb_totalcount {
    border: 0 !important;   
    padding-top: 6px !important;
}
.essb_totalcount_item{  display: none !important;}

.essb_fixed {
    position: fixed;
    top: 0;
    background: #fff;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
}

.essb_links a:hover,
.essb_links a:focus {
    color: #FFF!important;
}
.essb_links .essb_link_twitter a,
.essb_links .essb_link_twitter a:hover,
.essb_links .essb_link_twitter a:focus { 
    background-color: #59d1df;
}   
.essb_links .essb_link_google a,
.essb_links .essb_link_google a:hover,
.essb_links .essb_link_google a:focus { 
    background-color: #bf3727;
 }
.essb_links .essb_link_facebook a,
.essb_links .essb_link_facebook a:hover,
.essb_links .essb_link_facebook a:focus { 
    background-color: #3b5999;
}
.essb_links .essb_link_pinterest a,
.essb_links .essb_link_pinterest a:hover,
.essb_links .essb_link_pinterest a:focus { 
    background-color: #cd252b;
 }
.essb_links .essb_link_digg a,
.essb_links .essb_link_digg a:hover,
.essb_links .essb_link_digg a:focus { 
    background-color: #1b5791;  
}
.essb_links .essb_link_linkedin a,
.essb_links .essb_link_linkedin a:hover,
.essb_links .essb_link_linkedin a:focus { 
    background-color: #2ba3e1;
 }
.essb_links .essb_link_stumbleupon a,
.essb_links .essb_link_stumbleupon a:hover,
.essb_links .essb_link_stumbleupon a:focus { 
    background-color: #eb4723;
 }
.essb_links .essb_link_weibo a,
.essb_links .essb_link_weibo a:hover,
.essb_links .essb_link_weibo a:focus { 
    background-color: #F74700;
 }
 .essb_links .essb_link_vk a,
.essb_links .essb_link_vk a:hover,
.essb_links .essb_link_vk a:focus { 
    background-color: #5d83aa;
 }
.essb_links .essb_link_mail a,
.essb_links .essb_link_mail a:hover,
.essb_links .essb_link_mail a:focus { 
    background-color: #888;
    color: #fff!important;
    box-shadow: inset 0 0 0px rgba(0,0,0,.4);
}

.essb_links .essb_link_reddit a,
.essb_links .essb_link_reddit a:hover,
.essb_links .essb_link_reddit a:focus { 
    background-color: #1b5791;  
}

.essb_links .essb_link_thumblr a,
.essb_links .essb_link_thumblr a:hover,
.essb_links .essb_link_thumblr a:focus { 
    background-color: #1b5791;  
}


/*  Tooltip  */
.tooltip{
    display: block;
    padding: 7px 10px;
    background: #454545;
    color: #fff;
    font-family: "raleway-regular", arial;
    font-size: 12px;
    position: absolute;
    white-space: nowrap;
    z-index: 999;
    opacity: 0;
    text-align: center;
    letter-spacing: .5px;

}

.tooltip:after{
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 3px 3px 0 3px;
    border-color: #454545 transparent transparent transparent;
    display: block;
    text-align: center;
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -3px;
}

#cookie-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 100;
    padding: 1% 1% 1% 320px;
    background: #f6f6f6;
    font-family: "raleway-regular", arial;
    font-size: 14px;
    text-decoration: none;
    box-sizing: border-box;
    border-top: 1px solid #BBB;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.33);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.33);
}



/* Giveaway */

.leadForm {
    background: #f6f6f6;
    padding: 20px;
}

.leadFormSuccess {
    background: #E0E7C2;
    padding: 20px;
    display: none;
}

.leadFormSuccess h3,
.leadForm h3 {
    margin-top: 0px;
    color: #FB6023;
    margin-bottom: 10px;
}

.leadFormSuccess h3 {
    color: #3f6c18;
}

.leadForm .message {
    display: none;
    font-size: 12px;
    color: red;
    font-family: "raleway-regular", arial;
    margin: 10px 0px 0px 0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.leadForm.error .message {
    display: block;
}

.leadForm span {
    display: block;
    margin-bottom: 10px; 
}

.leadForm input.email {
    box-sizing: border-box;
    height: 34px;
    line-height: 30px;
    font-family: "raleway-regular", arial;
    font-size: 14px;
    width: 70%;
    float: left;
    border: 2px solid #4b4848;
    padding: 0px 10px;
    outline: none;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

.leadForm input.email:focus {
    border-color: #FB6023;
}

.leadForm.error input.email {
    border-color: red;
}

.leadForm a.collectLead {
    box-sizing: border-box;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    height: 34px;
    line-height: 30px;
    font-family: "raleway-regular", arial;
    width: 30%;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #4b4848;
    padding: 0px 10px;
    background: white;
    display: block;
    float: left;
    text-decoration: none;
    text-align: center;
}

.leadForm a.collectLead:hover {
    border-color: #FB6023;
    color: #FB6023;
}



/*  Responsive code  */

@media (max-height:750px){
    header {
        width: 200px;
        padding: 0 0 0 25px;
    }

    header .logo {
        margin: 25px 25px 0px 0px;
    }

    header nav ul {
        margin-top: 25px;
    }

    header nav ul li a{
        margin-bottom: 15px;
    }

    .main {
        padding-left: 225px;
    }

    #cookie-bar {
        padding: 2% 2% 2% 245px;
    }
}

@media (max-width:1000px){

    header{
        display: block;
        width: 100%;
        min-height: 100px;
        padding: 0;
        position: relative;
    }
    header .logo a.nonresponsive {
        display: none;
    }

    header .logo{
        margin: 20px;
        float: left;
    }

    header .footer{
        display: none;
    }
    header #menu_icon,
    header .close_menu{
        float: right;
        margin: 30px 30px 0 0;
    }    
    header nav{
        width: 100%;
        position: absolute;
        top: 100px;
        left: 0;
        z-index: 9999;
    }

    header nav ul{
        list-style: none;
        display: none;
        position: relative;
    }
    header nav ul li a{
        display: block;
        width: 100%;
        padding: 30px 0;
        text-align: center;
        color: #454545;
        font-family: "raleway-regular", arial;
        font-size: 14px;
        text-decoration: none;
        border-top: 1px solid #f7f5f5;
        background: #fff;
        margin: 0px;
    }
    header nav ul li a:active{
        background: #f7f5f5;
    }
    #menu_icon,
    .close_menu,
    .show_menu{
        display: block;
    }
    .show_menu{
        display: block;
    }

    .main .work{
        width: 50%;
    }
    .main{
        width: 100%;
        position: relative;
        padding-left: 0;
    }

    #cookie-bar {
        left: 0px;
        padding: 2%;
    }

    .top {
        height: 250px;
    }

    .content .storyLine.last,
    .content .storyLine {
        width: 100%;
        margin: 1% 0%;
    }

    .content .storyLine div.text {
        width: 59%;
        float: left;
    }

    .content .storyLine div.image {
        width: 37%;
        float: left;
    }

    .content .appLine {
        width: 100%;
    }

    .content .appLine div.image {
        width: 100%;
    }

    .content .appLine div.text {
        width: 100%;
    }

    .content .appLine div.text ul {
        margin-top: 46px;
    }

    .content .the-app-stores {
        margin-top: 12px;
    }


    #popbox {
        width: 92%;
        padding: 4%;
    }

    #popbox input.email {
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    #popbox a.collectLead {
        margin-top: 10px;
        width: 100%;
        display: block;
        box-sizing: border-box;
    }

    #popbox a.pop-close {
        top: -5px;
        right: -5px;
        left: initial;
    }

    .content .picbox {
        width: 100%;
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }

    .content .picbox.mid {
        margin: 0;
    }

    .leadForm input.email,
    .leadForm a.collectLead {
        width: 100%;
    }

    .leadForm a.collectLead {
        margin-top: 10px;
    }
}

@media (max-width:800px){
    .content .picrow iframe,
    .content .picrow img {
        margin: 0 auto;
        float: none;
    }
}

@media (max-width:550px){
     .main .work{
        width: 100%;
    }

    .content .storyLine div.text {
        width: 100%;
        margin: 0%;
    }

    .content .storyLine div.image {
        width: 100%;
        margin: 0%;
    }
}