/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #bd2420; color: #fff; text-shadow: none; }
::selection { background: #bd2420; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: Parker Hutchinson @monostereo thisisfa.me FAME
   ========================================================================== */
*{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
body{
    background: #1d1d1d url('../img/bg-footer.jpg') repeat-x bottom left;;
}
a, a:hover{
    text-decoration: none;
}
section{
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
header{
    position: fixed;
    background: #1d1d1d;
    width: 100%;
    display: block;
    z-index: 99999;
    padding: 20px 0;
}
a.top{
    display: block;
    color: #5d5d5d;
    text-indent: -99999px;
    background: url('../img/btn-top.png') no-repeat top center;
    width: 100px;
    opacity: .4;
    text-align: center;
    margin: 0 auto;
    
}
footer a.top{
    margin: 0 0 30px 0;
    float: right;
    background: url('../img/btn-top_foot.png') no-repeat top center;
}
a.next{
    display: block;
    text-indent: -99999px;
    width: 79px;
    height: 79px;
    background: url('../img/btn-next.png') no-repeat top left;
    margin: 0 auto;
    opacity: .4;
}
header nav{
    width: 960px;
    margin: 0 auto;
}
.container{
    width: 960px;
    margin: 0 auto;
    
}
nav{
    display: block;
    
}
nav h1{
    text-indent: -99999px;
    width: 282px;
    height: 26px;
    background: url('../img/img-logo.png') no-repeat top center;
    float: left;
}
nav ul{
    float: right;
    width: 600px;
    padding: 15px 0 0 0;
    }
    nav ul li{
        display: block;
        margin: 0 0 0 30px;
        float: right;
    }
nav a, nav a:visited{
    color: #5d5d5d;
    font-style: italic;
    font-family: Georgia, Times, Serif;
}
nav a:hover, nav a.active{
    color:#fff;
}
#intro{
	background-color: white;
    width: 100%;
    
    }
    #intro_wrap{
        width: 100%;
        background: transparent url('../img/bg-intro.jpg') no-repeat fixed center 70px;
        padding: 120px 0 50px;
        height: 750px;
        margin: 0;
    }
    #intro h2{
        font-size: 68.2px;
        color: white;
        line-height: .9;
        margin-bottom: 5px;
        font-weight: bolder;
        font-family: Helvetica;
        width: 940px;
        padding: 0 0 25px 0;
    }
    #intro blockquote{
        font-style: italic;
        margin: 50px 0 25px 0;
        width: 460px;
        line-height: 1.4;
        font-weight: lighter;
        font-size: 25px;
        color: #c72f28;
        font-family: Georgia, Times, serif;
    }
    #intro p{
        width: 420px;
        line-height: 1.5;
        margin-top: 10px;
        margin-bottom: 100px;
        color: #8c8c8c;
        font-size: 14px;
    }
    
#capabilities{
    
    background: #d43023 url('../img/bg-capabilities.png') no-repeat fixed bottom center;
    color: #fff;
    margin-top: -20px;
    width: 100%;
    position: relative;
    min-height: 800px;
    overflow: hidden;
    }
    #capabilities .container{
        height: 800px;
    }
    #cap_wrap{
        background:  url('../img/bg-cap.png') repeat-x top left;
        padding: 40px 0;
    }
    #capabilities h2{
        width: 960px;
        margin: 0 auto 40px;
        text-align: center;
        font-weight: normal;
        font-size: 28px;
    }
    #capabilities #key{
        display: block;
        width: 47px;
        height: 47px;
        margin: 0 auto 50px;
        background: url('../img/img-key_cap.png') no-repeat top left;
    }
    #capabilities .cap h2{
        text-align: left;
        margin-bottom: 0;
        color: white;
        font-size: 41px;
        width: 350px;
        margin: 50px 0 0 130px;
        padding-top: 50px;
        font-weight: bolder;
    }
    #capabilities .cap{
        position: absolute;
        display: none;
    }
   
    #capabilities .cap .info{
        width: 960px;
        overflow: hidden;
        }
        #capabilities .cap .info .left{
            width: 350px;
            margin: 0 0 100px 130px;
            line-height: 1.5;
            font-family: Helvetica;
            font-style: italic;
            font-size: 14px;
            float: left;
        }
        #capabilities .cap .info img{
            opacity: .8;
            margin: 0 0 40px 30px;
            display: block;
            float: left;
            width: 350px;
        }
        #capabilities .cap .info .right ul{
            margin: 0;
            padding: 0;
        }
    #capabilities #cap_nav{
        position: absolute;
        top: 400px;
        width: 100%;
        text-indent: -99999px;
    }
   
    #capabilities #cap_nav a{
        display: block;
        width: 79px;
        height: 79px;
        opacity: .4;
    }
    #capabilities #cap_nav a#next_cap{
        position: absolute;
        right: 40px;
        background: url('../img/btn-arrow_right.png') no-repeat top left;
    }
    #capabilities #cap_nav a#prev_cap{
        position: absolute;
        left: 40px;
        background: url('../img/btn-arrow_left.png') no-repeat top left;
    }
#clients{
    display: block;
    width: 100%;
    
    
    background: #fff url('../img/bg-clients.jpg') no-repeat top right;
    overflow: hidden;
    }
    #clients_wrap{
        padding-top: 170px;
        min-height: 700px;
        width: 100%;
        height: 100%;
        background: url('../img/img-badge.png') no-repeat right top;
    }
    #clients_snap{
    	float: left;
    	height: 30px;
    	display: block;
    	background-color: white;
    	width: 50px;
    	margin-top: -30px;
    }
    #clients h2{
        font-size: 60px;
        color: #000;
        line-height: .9;
        margin-bottom: 50px;
        font-weight: normal;
        font-family: arial;
        width: 600px;
    }
    #clients #brands{
        width: 960px;
        overflow: hidden;
        margin-bottom: 200px;
    }
    #clients #brands p{
        width: 310px;
        float: left;
        overflow: hidden;
        margin-right: 40px;
        line-height: 1.5;
    }


#contact{
    color: #fff;
    margin-bottom: 150px;
    position: relative;
    }
    #contact #social{
        position: fixed;
        right: 0;
        top:50%;
    }
    #contact #social a{
        display: block;
        color: #262626;
        background: #fff;
        padding: 20px 20px 15px;
        font-size: 16px;
        }
        #contact #social div{
            cursor: pointer;
        }
        #contact #social #follow_facebook{
            width: 220px;
            background: #a72027 url('../img/icon-facebook_footer.png') no-repeat top left;
            padding: 0 0 0 50px;
            margin-bottom: 20px;
            position: absolute;
            right: -220px;
            top: 30px;
            
        }
        #contact #social #follow_twitter{
            width: 200px;
            background: #303030 url('../img/icon-twitter_footer.png') no-repeat top left;
            padding: 0 0 0 50px;
            position: absolute;
            right: -200px;
            top: 100px;
        }
    #contact .container{
        padding: 130px 0 0 0;
    }
    #contact #form,#contact #form_fields{
        overflow: hidden;
    }
    .red_border{
        display: block;
        width: 65px;
        height: 5px;
        margin-bottom: 30px;
        background: #a72027;
    }
    #contact h2{
        font-size: 60px;
        color: #fff;
        margin-bottom: 50px;
        font-weight: normal;
        font-family: arial;
    }
    #contact ul{
        width: 213px;
        float: left;
        overflow: hidden;
        list-style: none;
        margin: 0;
        padding: 0;
        color: #b4b4b4;
        }
        #contact ul li{
            margin-bottom: 7px;
        }
    #contact dl{
        display: block;
        overflow: hidden;
        width: 620px;
        float: right;
        margin: 0;
        position: relative;
        }
        #contact dl .thank_you{
            display: block;
            width: 220px;
            height: 150px;
            background: #fff;
            opacity: 1;
            position: absolute;
            bottom: -200px;
            right: 0;
            }
            #contact dl .thank_you h3{
                width: 220px;
                font-size: 20px;
                border-top: 5px solid #A72027;
                color:#000;
                padding: 15px 15px 0 15px;
                text-align: left;
            }
            #contact dl .thank_you p{
                color: #000;
                padding: 15px;
            }
        #contact dl dd{
            margin: 0;
        }
        #contact dl dd#left_fields{
            width: 380px;
            float: left;
            display: block;
            overflow: hidden;
            margin-right: 20px;
        }
        #contact dl dd#left_fields dl{
            width: 380px;
        }
        #contact dl dd dl dd input,
        #contact dl dd#left_fields dl dd textarea{
            background: #000;
            font-family: helvetica, arial, sans-serif;
            color: #fff;
            padding: 10px;
            border-radius: 5px;
            margin-bottom: 20px;
        }
        #contact dl dd#left_fields dl dd input,
        #contact dl dd#left_fields dl dd textarea{
            width: 360px;
            overflow: hidden;
        }
        #contact dl dd#right_fields dl dd input{width: 200px;}
        #contact dl dd#right_fields dl#submit{margin-top: 35px;}
        #contact dl dd#right_fields dl#submit dd button{
            width: 220px;
            padding: 10px;
            overflow: hidden;
            color: #fff;
            border-radius: 5px;
            background: #ac2229;
            background: #b6252e; /* Old browsers */
            background: -moz-linear-gradient(top, #b6252e 43%, #981a20 97%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(43%,#b6252e), color-stop(97%,#981a20)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #b6252e 43%,#981a20 97%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #b6252e 43%,#981a20 97%); /* Opera11.10+ */
            background: -ms-linear-gradient(top, #b6252e 43%,#981a20 97%); /* IE10+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6252e', endColorstr='#981a20',GradientType=0 ); /* IE6-9 */
            background: linear-gradient(top, #b6252e 43%,#981a20 97%); /* W3C */
        }
        #contact dl dd#right_fields dl#submit dd button:hover{
            background: #981a20; /* Old browsers */
            background: -moz-linear-gradient(top, #981a20 3%, #b6252e 57%); /* FF3.6+ */
            background: -webkit-gradient(linear, left top, left bottom, color-stop(3%,#981a20), color-stop(57%,#b6252e)); /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(top, #981a20 3%,#b6252e 57%); /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(top, #981a20 3%,#b6252e 57%); /* Opera11.10+ */
            background: -ms-linear-gradient(top, #981a20 3%,#b6252e 57%); /* IE10+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#981a20', endColorstr='#b6252e',GradientType=0 ); /* IE6-9 */
            background: linear-gradient(top, #981a20 3%,#b6252e 57%); /* W3C */
        }
        #contact dl dd dl dt{
            margin-bottom: 10px;
            color: #b4b4b4;
            font-size: 14px;
            line-height: 1.8;
        }
        #contact dl dd#right_fields{
            width: 220px;
            float: left;
            display: block;
            overflow: hidden;
            }
            #contact dl dd#right_fields dl{
                width: 220px;
            }

            footer .container{
                padding-bottom: 200px;
            }
            footer .container .right{
                float: right;
                width: 220px;
            }
            footer .container ul{
                overflow: hidden;
                width: 220px;
                border-top: 5px solid #a72027;
                color: #575757;
                margin: 0;
                padding: 30px 0 0 0;
                list-style: none;
                }
                footer .container ul li{
                    display: block;
                    float: left;
                    margin-right: 15px;
                    line-height: 1.8;
                }
                footer .container ul li a{
                    display: block;
                    text-indent: -999999px;
                }
                
                footer .container ul li a.logo_left{
                    width: 21px;
                    height: 26px;
                    background: url('../img/icon-owen_footer.png') no-repeat center center;
                }
                footer .container ul li#marshel{
                    margin-right: 0;
                    padding-top: 5px;
                }
                footer .container ul li#marshel a{
                    width: 23px;
                    height: 21px;
                    background: url('../img/icon-marshel_footer.png') no-repeat center center;
                }









/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .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; }
  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; }
}
