

/*
██████╗ ███████╗███████╗ █████╗ ██╗   ██╗██╗  ████████╗
██╔══██╗██╔════╝██╔════╝██╔══██╗██║   ██║██║  ╚══██╔══╝
██║  ██║█████╗  █████╗  ███████║██║   ██║██║     ██║   
██║  ██║██╔══╝  ██╔══╝  ██╔══██║██║   ██║██║     ██║   
██████╔╝███████╗██║     ██║  ██║╚██████╔╝███████╗██║   
╚═════╝ ╚══════╝╚═╝     ╚═╝  ╚═╝ ╚═════╝ ╚══════╝╚═╝
*/


/*
    HTML5 Reset :: style.css
    ----------------------------------------------------------
    We have learned much from/been inspired by/taken code where offered from:
    
    Eric Meyer                  :: http://meyerweb.com
    HTML5 Doctor                :: http://html5doctor.com
    and the HTML5 Boilerplate   :: http://html5boilerplate.com
    
-------------------------------------------------------------------------------*/

/* Let's default this puppy out
-------------------------------------------------------------------------------*/

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
    background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {display: block;}

/* Handle box-sizing while better addressing child elements: 
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
    box-sizing: border-box;
}

*, 
*:before, 
*:after {
    box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */

/* Responsive images and other embedded objects
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
   If this default setting for images is causing issues, you might want to replace it with a .responsive class instead. */
img,
object,
embed {max-width: 100%;}

/* force a vertical scrollbar to prevent a jumpy page */
html {overflow-y: scroll;}

/* we use a lot of ULs that aren't bulleted. 
    don't forget to restore the bullets within content. */
ul {list-style: none;}

blockquote, q {quotes: none;}

blockquote:before, 
blockquote:after, 
q:before, 
q:after {content: ''; content: none;}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}

del {text-decoration: line-through;}

abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}

/* tables still need cellspacing="0" in the markup */
table {border-collapse: collapse; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}

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

input, select {vertical-align: middle;}

pre {
    white-space: pre; /* CSS2 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word; /* IE */
}

input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}

select, input, textarea {font: 99% sans-serif;}

table {font-size: inherit; font: 100%;}

small {font-size: 85%;}

strong {font-weight: bold;}

td, td img {vertical-align: top;} 

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}

/* standardize any monospaced elements */
pre, code, kbd, samp {font-family: monospace, sans-serif;}

/* hand cursor on clickable elements */
.clickable,
label, 
input[type=button], 
input[type=submit], 
input[type=file], 
button {cursor: pointer;}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {margin: 0;}

/* make buttons play nice in IE */
button,
input[type=button] {width: auto; overflow: visible;}
 
/* scale images in IE7 more attractively */
.ie7 img {-ms-interpolation-mode: bicubic;}

/* prevent BG image flicker upon hover 
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/

/* let's clear some floats */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }  

a{color:inherit;text-decoration: none;}



/*
███████╗ ██████╗ ███╗   ██╗████████╗███████╗
██╔════╝██╔═══██╗████╗  ██║╚══██╔══╝██╔════╝
█████╗  ██║   ██║██╔██╗ ██║   ██║   ███████╗
██╔══╝  ██║   ██║██║╚██╗██║   ██║   ╚════██║
██║     ╚██████╔╝██║ ╚████║   ██║   ███████║
╚═╝      ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚══════╝
*/

@font-face {
    font-family: 'RobotoCondensed-Regular';
    src: url('fonts/roboto/robo_condregular.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_condregular.woff') format('woff'), url('fonts/roboto/robo_condregular.ttf') format('truetype'), url('fonts/roboto/robo_condregular.svg#RobotoCondensed-Regular') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Roboto-Italic';
    src: url('fonts/roboto/robo_italic.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_italic.woff') format('woff'), url('fonts/roboto/robo_italic.ttf') format('truetype'), url('fonts/roboto/robo_italic.svg#Roboto-Italic') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Roboto-Light';
    src: url('fonts/roboto/robo_light.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_light.woff') format('woff'), url('fonts/roboto/robo_light.ttf') format('truetype'), url('fonts/roboto/robo_light.svg#Roboto-Light') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Roboto-MediumItalic';
    src: url('fonts/roboto/robo_meditalic.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_meditalic.woff') format('woff'), url('fonts/roboto/robo_meditalic.ttf') format('truetype'), url('fonts/roboto/robo_meditalic.svg#Roboto-MediumItalic') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Roboto-LightItalic';
    src: url('fonts/roboto/robo_lightitalic.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_lightitalic.woff') format('woff'), url('fonts/roboto/robo_lightitalic.ttf') format('truetype'), url('fonts/roboto/robo_lightitalic.svg#Roboto-LightItalic') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('fonts/roboto/robo_medium.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_medium.woff') format('woff'), url('fonts/roboto/robo_medium.ttf') format('truetype'), url('fonts/roboto/robo_medium.svg#Roboto-Medium') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/roboto/robo_regular.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_regular.woff') format('woff'), url('fonts/roboto/robo_regular.ttf') format('truetype'), url('fonts/roboto/robo_regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Roboto-Thin';
    src: url('fonts/roboto/robo_thin.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_thin.woff') format('woff'), url('fonts/roboto/robo_thin.ttf') format('truetype'), url('fonts/roboto/robo_thin.svg#Roboto-Thin') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Roboto-ThinItalic';
    src: url('fonts/roboto/robo_thinitalic.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_thinitalic.woff') format('woff'), url('fonts/roboto/robo_thinitalic.ttf') format('truetype'), url('fonts/roboto/robo_thinitalic.svg#Roboto-ThinItalic') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Roboto-Black';
    src: url('fonts/roboto/robo_black.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_black.woff') format('woff'), url('fonts/roboto/robo_black.ttf') format('truetype'), url('fonts/roboto/robo_black.svg#Roboto-Black') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/roboto/robo_bold.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_bold.woff') format('woff'), url('fonts/roboto/robo_bold.ttf') format('truetype'), url('fonts/roboto/robo_bold.svg#Roboto-Bold') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Roboto-BlackItalic';
    src: url('fonts/roboto/robo_blackitalic.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_blackitalic.woff') format('woff'), url('fonts/roboto/robo_blackitalic.ttf') format('truetype'), url('fonts/roboto/robo_blackitalic.svg#Roboto-BlackItalic') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'Roboto-BoldItalic';
    src: url('fonts/roboto/robo_bolditalic.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_bolditalic.woff') format('woff'), url('fonts/roboto/robo_bolditalic.ttf') format('truetype'), url('fonts/roboto/robo_bolditalic.svg#Roboto-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'RobotoCondensed-BoldItalic';
    src: url('fonts/roboto/robo_condbolditalic.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_condbolditalic.woff') format('woff'), url('fonts/roboto/robo_condbolditalic.ttf') format('truetype'), url('fonts/roboto/robo_condbolditalic.svg#RobotoCondensed-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'RobotoCondensed-Bold';
    src: url('fonts/roboto/robo_condbold.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_condbold.woff') format('woff'), url('fonts/roboto/robo_condbold.ttf') format('truetype'), url('fonts/roboto/robo_condbold.svg#RobotoCondensed-Bold') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'RobotoCondensed-Italic';
    src: url('fonts/roboto/robo_conditalic.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_conditalic.woff') format('woff'), url('fonts/roboto/robo_conditalic.ttf') format('truetype'), url('fonts/roboto/robo_conditalic.svg#RobotoCondensed-Italic') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'RobotoCondensed-Light';
    src: url('fonts/roboto/robo_condlight.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_condlight.woff') format('woff'), url('fonts/roboto/robo_condlight.ttf') format('truetype'), url('fonts/roboto/robo_condlight.svg#RobotoCondensed-Light') format('svg');
    font-weight: normal;
    font-style: normal
}
@font-face {
    font-family: 'RobotoCondensed-LightItalic';
    src: url('fonts/roboto/robo_condlightitalic.eot?#iefix') format('embedded-opentype'), url('fonts/roboto/robo_condlightitalic.woff') format('woff'), url('fonts/roboto/robo_condlightitalic.ttf') format('truetype'), url('fonts/roboto/robo_condlightitalic.svg#RobotoCondensed-LightItalic') format('svg');
    font-weight: normal;
    font-style: normal
}


/*
██╗      █████╗ ██╗   ██╗ ██████╗ ██╗   ██╗████████╗
██║     ██╔══██╗╚██╗ ██╔╝██╔═══██╗██║   ██║╚══██╔══╝
██║     ███████║ ╚████╔╝ ██║   ██║██║   ██║   ██║   
██║     ██╔══██║  ╚██╔╝  ██║   ██║██║   ██║   ██║   
███████╗██║  ██║   ██║   ╚██████╔╝╚██████╔╝   ██║   
╚══════╝╚═╝  ╚═╝   ╚═╝    ╚═════╝  ╚═════╝    ╚═╝
*/

.left{
    text-align: left;
}

.right{
    text-align: right;
}

.wrapper{
    margin: 0 auto;
    width: 100%;
    max-width: 1438px;
}

.heading{
    background-image:url(../img/hd_img.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height:85vh;
    max-height:900px;
    text-align: center;
}

.heading_shd{
    background-image:url(../img/hd_img.png);
    background-repeat: repeat-x;
    background-position: left bottom;  
    height:100%;
    width: 100%;
    position: relative;
}

.dots{
    background-image:url(../img/bg_mask.png);
    background-position: top left; 
    height:100%;
    width: 100%;
    position: relative;
}

.heading .logo{
    width: 53%;
    max-width: 880px;
    display: inline-block;
    margin-top: 20vh;
}

.heading p{
    text-align: center;
    color: #fff;
    width: 53%;
    font: 0.9rem/1.2rem "Roboto-Regular";
    margin: 0 auto;
    padding-top: 7vh;
}

.nav_bar{
    background-image:url(../img/logo_sm.png);
    background-repeat: no-repeat;
    background-position: 78px center;
    background-color: #999;
    padding:36px 0px 20px;
    width: 100%;
    position: absolute;
    top:85vh;
    z-index: 9999;
    max-width: 1438px;
}

.nav_bar_fixed{
    position: fixed;
    top: 0px;
    opacity: 0.95;
}

.nav{
    margin-left: 58%;
    margin-right: 15%;
    border-top: 3px solid #fff;
    box-sizing: border-box;
}

.nav ul{
    box-sizing: border-box;
    display: inline-block;
}

.nav ul li{
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font: 12px/12px "Roboto-Thin";
    text-transform: uppercase;
    padding: 5px 10px;
    position: relative;
    text-align: center;
    vertical-align: top;
}

.nav ul li .light{
    position: absolute;
    display: none;
    top: -4px;
    height: 4px;
    background-color: #a92b23;
    width: 60%;
    left: 20%;
}

.nav ul li .active{
    display: inline-block;
}

.nav ul li span{
    display: inline-block;
    position: absolute;
    right: -3px;
    top: 4px;
}

.nav ul li a{
    display: inline-block;
}

.nav ul li:hover{
    cursor: pointer;
    opacity: 1.0;
}

.content{
    padding-top: 140px;
}

.values{
    color: #323434;
    text-align: center;
    padding-bottom: 65px;
}

.value{
    text-align:center;
    vertical-align:top;
    font-family: "RobotoCondensed-Regular";
    display: inline-block;
    width: 20%;
    padding: 0px 15px 35px;
    margin: 0 5px;
}

.value .circle{
    display: inline-block;
    width: 69px;
    height: 70px;
    line-height: 70px;
    background-image: url(../img/bg_circle.png);
    background-repeat: no-repeat;
    background-position: -82px 0px;
    margin:20px 0px 10px;
}

.value .circle img{
    vertical-align: middle;
} 

.value h3{
    font-size: 24px;
    text-transform: uppercase;
}

.value p{
    font-size: 13px;
    line-height: 21px;
    padding-top: 20px;
}

.value:hover .circle{
    display: inline-block;
    width: 79px;
    height: 80px;
    line-height: 80px;
    background-image: url(../img/bg_circle.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    margin:15px 0px 5px;
}

.value:hover{
    background-color: #323434;
    color: #fff;
}

.who{
    color: #323434;
    font-family: "RobotoCondensed-Light";
    background-color: #f9fbfb;
    text-align: center;
    padding: 40px 130px;
    text-transform: uppercase;
    position: relative;
}

.who h1{
    font-size: 48px;
    margin-bottom: 20px;
}

.who p{
    font-size: 24px;
    line-height: 30px;
}

.who .tail{
    background-image: url(../img/tail.png);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    position: absolute;
    height: 51px;
    bottom: -51px;
    left: 0px;
}

.stats{
    color: #323434;
    font-family: "RobotoCondensed-Light";
    text-align: center;
    padding: 95px 0px;
}

.fact{
    display: inline-block;
    vertical-align: top;
    padding: 0px 30px;
}

.fact h2{
    font-size: 56px;
    padding-bottom: 20px;
}

.fact p{
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
}

.message1{
    height: 406px;
    background-image: url(../img/msg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.message1 h1{
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font: 43px/45px "RobotoCondensed-Light";
    padding: 146px 80px 0px;
}

.message1 h1 span{
    font: 30px/30px "RobotoCondensed-Light";
}

.welike{
    text-align: center;
    color: #323434;
}

.welike h1{
    text-transform: uppercase;
    font: 43px/45px "RobotoCondensed-Light";
    padding: 85px 0px 40px;
}

.welike h2{
    text-transform: uppercase;
    font: 30px/30px "RobotoCondensed-Light";
}

.welike .phone{
    height: 780px;
    background-image: url(../img/phone.jpg);
    background-repeat: no-repeat;
    background-position: center 75px;
    position: relative;
}

.welike_areas{
    position: absolute;
    display: inline-block;
    font-family: "RobotoCondensed-Light";
    color: #323434;
}

.welike_areas h3{
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 30px;
}

.welike_areas p{
    font-size: 18px;
    line-height: 22px;
    width: 360px;
}

.services{
    height: 835px;
    background-image: url(../img/services.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    color: #fff;
    position: relative;
}

.services .arrow{
    position: absolute;
    cursor: pointer;
    width: 56px;
    height: 56px;
    background-repeat: no-repeat;
    background-image: url(../img/white_arrows.png);
    opacity: 0.5;
    top:295px;
    display: inline-block;
}

.services .arrow:hover{
    opacity: 0.8;
}

.services .arrow.prev{
    background-position: 0px 0px;
    left: 50px;
}

.services .arrow.next{
    background-position: -56px 0px;
    right: 50px;
}

.services h1{
    text-transform: uppercase;
    font: 43px/45px "RobotoCondensed-Light";
    padding: 65px 0px 40px;
}

.services h2{
    text-transform: uppercase;
    font: 28px/32px "RobotoCondensed-Light";
    padding: 0px 150px;
}

.service{
    display: inline-block;
    width: 235px;
    margin: 0px 25px;
    vertical-align: top;
}

.service img{
    display: inline-block;
    margin: 35px 0px 25px;
}

.service h3{
    text-transform: uppercase;
    height: 70px;
    font: 22px/26px "RobotoCondensed-Light";
}

.service ul{
    border-top: 1px solid #fff;
}

.service li{
    border-bottom: 1px solid #fff;
    font: 15px/28px "RobotoCondensed-Light";
}

.portfolio{
    text-align: center;
    color: #323434;
}

.portfolio h1{
    text-transform: uppercase;
    font: 43px/45px "RobotoCondensed-Light";
    padding: 85px 0px 40px;
}

.portfolio h2{
    text-transform: uppercase;
    font: 30px/30px "RobotoCondensed-Light";
    padding: 0px 150px;
}

.portfolio .gallery{
    padding: 80px 0px;
}

.portfolio img{
    display: inline-block;
    margin:5px;
}

.footer{
    height: 130px;
    background-color: #000;
    text-align: center;
    color: #4a4a4a;
}

.footer .social{
    padding: 25px 0px 10px;
}

.footer .social a{
    height: 40px;
    width: 40px;
    display: inline-block;
    margin: 0 2px;
    background-image: url(../img/social.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.footer .social a.fb{
    background-position: 0px 0px;
}

.footer .social a.tw{
    background-position: -44px 0px;
}

.footer .social a.in{
    background-position: -88px 0px;
}

.footer .social a.yt{
    background-position: -132px 0px;
}

.footer .social a.vi{
    background-position: -177px 0px;
}

.footer .social a.pi{
    background-position: -220px 0px;
}

.footer .contact{
    font: 10px/10px "Roboto-Regular";
}

.footer .copyright{
    font: 14px/14px "RobotoCondensed-Bold";
    padding: 8px 0px;
}
