/* Fonts */

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

}

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

}

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

}




/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #FFF;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

ul {
    padding: 0px;
} 

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Desktop
   ========================================================================== */


body {
    background: #000;
    color: #FFF;
    font-size: 16px;
    margin:50px;
    font-family: 'open_sanslight'; 
}

a {
    color: #FFF;
    text-decoration: none;
}


/**
 * banner
 */

.banner { position: relative; overflow: auto; }
.banner ul { margin: 0 !important; }
.banner li { list-style: none; }
.banner ul li { float: left; }
ul.bjqs-controls {
    display: table;
    margin: 0 auto !important;
    margin-top: 20px !important;
}
ul.bjqs-controls li.bjqs-prev {
    display: inline-block;
    margin-right: 10px;
}
ul.bjqs-controls li.bjqs-next {
    display: inline-block;
}

span.people {
    font-weight: 500;
    color: #ed2a7b;
}
span.partners {
    font-weight: 500;
    color: #00AEEF;
}

.gutter-sizer { width: 1%; }

.lonelyHeart {
    width: 32%;
    border: solid 1px #333;
    padding: 13px;
    box-sizing: border-box;
    float: left;
    margin-bottom: 10px;
}
.lonelyHeart h4 {
    color: #ed2a7b;
}
.lonelyHeart p.tel {
    font-weight: 700;
}


/**
 * frame
 */

.t,
.b,
.l,
.r {
    display: block;
    background: #EEE;
    position: fixed;
}

.touch .t,
.touch .b,
.touch .l,
.touch .r { display: none !important; }

.l,
.r {
    bottom: 0;
    top: 0;
    width: 20px;
}

.l { left: 0; }

.r { right: 0; }

.t,
.b {
    height: 20px;
    left: 0;
    right: 0;
}

.t { top: 0; }

.b { bottom: 0; }



/* Main */

section#container {width:978px; margin: 140px auto; }

#logo {
    z-index: 10;
    position: absolute;
    font-size: 20px;
    font-weight: 700;
    padding: 50px 15px 0 15px;
    margin: 0 0 0 50px;
    border-left: solid;
    top: 0;
    left: 0;
    line-height: 25px;
    transition: all 200ms ease;
}
#logo:hover, #logo:hover a {
    color: #ed2a7b;
}
#logo a {
    color: white;
    transition: all 300ms ease;
}

#logo:hover span {
    display: none
}

ul {list-style: none;}

nav ul {margin: 30px 0;}

nav ul li{display: inline-block; padding-right:20px; font-weight: 700; }

nav ul li a.selected {color:#ed2a7b;}

nav ul li a:hover {color:#ed2a7b;}

#pageContent h2, #pageContent h3{
    width:55%;
    font-size:35px;
    line-height: 40px;
    font-family: 'open_sanslight'; 
    font-weight: normal;
    color:#ed2a7b;
}

#pageContent h3{
    color:#FFF;
    float:left;
    width: 240px;
    margin:0 20px 0 0;
}

#pageContent h2 span{
color:#FFF;
}

#pageContent h3 span{
font-size: 113px;
margin-top: 5px;
display: block;
color:#ed2a7b;
}


#pageContent p{
    width:60%;
    font-size:15px;

}

#backButton a{font-size: 11px; margin-top:20px; color:#ed2a7b}

#portfolioLeftColumn {
    float:left;width: 250px; margin: 0px 40px 0 0; 
}

#portfolioLeftColumn h5{color:#ed2a7b; margin:30px 0 0 0; padding:0;}

#portfolioLeftColumn h4 { clear :both; 
    margin:0px; 
    padding: 0px; 
    font-family:open_sanssemibold;
}

#portfolioLeftColumn p {width:100%; font-size:13px; line-height:20px; text-align: left}

#portfolioLeftColumn #customerUrl {margin: 10px 0 0 0}

#portfolioLeftColumn #customerUrl a{color:#ed2a7b; font-size:12px;}


#portfolioImages {float:left; margin-top:11px;}

#portfolioImages li{margin-bottom: 20px}

#portfolioImages li img{width: 500px}

ul#portfolioList {float:left; list-style: none; width:500px; margin:7px; padding: 0px}
ul#portfolioList li {width:200px; float: left; margin-right:45px;}
ul#portfolioList li a {line-height: 25px}

ul#portfolioList li a:hover {    color:#ed2a7b;}

#contactDetails ul {list-style: none; }
#contactDetails ul li{clear: both; padding: 10px 0}
#contactDetails .left {float:left; width: 100px;} 
#contactDetails .right {float:left; width:300px; color:#ed2a7b;}
#contactDetails .right a{color:#ed2a7b;}
#contactDetails .right a:hover{color:#ed2a7b;}


/* Footer */

footer {
    width: 100%;
    clear: both;
    background: #000;
    border-top: 1px solid #999;
    padding: 10px;
}

footer input {
    background: #000;
    border: 1px solid #999;
    padding: 5px 10px;
    width:200px;
}

footer input{
    background: #000;
    border: 1px solid #999;
    padding: 5px 10px;
    width:200px;
}

input[type="submit"] {width:auto;}

footer aside#newsletter {
    width: 330px;
    height: auto;
    float: left;
    margin-right: 50px;
    font-size: 12px;
    color: #EEE;
}

footer h3{margin:0px 0px 20px 0px; color:#A5001A;}

footer aside#links {
    width: 300px;
    height: auto;
    float: left;
}

footer aside#links ul {
    list-style: none;
}

footer aside#links ul li {
    line-height: 25px;
}




/* ==========================================================================
   Large Desktop
   ========================================================================== */

@media screen and ( max-width: 1700px ) {
}


/* ==========================================================================
   Medium Desktop
   ========================================================================== */

@media screen and ( max-width: 1450px ) {
}


/* ==========================================================================
   Small Desktop / Tablet
   ========================================================================== */

@media screen and ( max-width: 1024px ) {
}

/* ==========================================================================
   Mobile
   ========================================================================== */

@media screen and ( max-width: 800px ) {
    body {
        margin: 30px;
    }

    #logo {
        margin: 0 0 0 30px;
    }

    #left {
        position: relative;
        left: 0;
        opacity: 1;
        width: 100%;
        white-space: nowrap;
        top: 140px;
    }

    #leftText {
        position: static;
        right: initial;
        top: 160px;
    }

    #left div span {
        color: #ee4098;
        font-size: 70px;
    }

    #right {
        position: relative;
        left: 0;
        top: 200px;
        opacity: 1;
        width: 100%;
        white-space: nowrap;
    }

    #rightText {
        position: static;
        right: initial;
        margin-left: 0;
    }

    #right div span {
        color: #00aeef;
        font-size: 70px;
    }

    section#container {
        width: 100%;
        margin: 120px auto;
    }

    #pageContent h2, #pageContent h3 {
        width: 100%;
        font-size: 25px;
        line-height: 30px;
        float: none;
    }

    #pageContent h2 br, #pageContent h3 br {
        display: none;
    }

    #pageContent h3 span {
        display: inline-block;
        font-size: 40px;
    }

    #pageContent p {
        width: 100%;
    }

    #pageContent img {
        width: 100%;
    }

    ul#portfolioList {
        float: none;
        width: 100%;
        margin: 25px 0;
    }

    ul#portfolioList li {
        float: none;
    }

    .lonelyHeart {
        width: 100%;
        left: initial !important;
        top: initial !important;
        position: relative !important;
        margin-bottom: 25px;
        float: none;
    }

    nav ul li {
        display: block;
        font-size: 14px;
        line-height: 25px;
    }

    #contactDetails .left,
    #contactDetails .right {
        float: none;
    }
}





/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * 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 receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
 /* 1 */
    display: table;
 /* 2 */;
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */;
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
 /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}



