/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Lato:400,100,300);

*.clear{ clear:both }


body{ font-family: 'Lato', sans-serif; font-size:13px; color:#FFF; background-color:#7F8C8D; padding:0; margin:0; font-weight:normal; line-height:50px }
.wrapper{ position:absolute; width:100%; height:100% }
.wrapper-inner{ position:absolute; top:0; left:0; right:0; bottom:0; margin:auto; width:100%; height:320px; }

.company-name{ width:100%; font-size:65px; font-weight:300; text-align:center; margin-bottom:70px }
.company-sector-box{ width:1000px; margin:0 auto 230px auto; text-align:center; font-size:20px; font-weight:400; text-transform:uppercase; line-height:28px;  }
.company-sector-box a{ text-decoration:none; color:#FFF; display:block }

.company-sector-box a:hover { color:#52B6DC }

.company-sector-box .col-md-4{ padding-bottom:5px; padding-top:5px; height:122px }
.company-sector-box .col-md-4:first-child{ border-right:solid 1px #A4ADAE }
.company-sector-box .col-md-4:last-child{ border-left:solid 1px #A4ADAE }

.contact-box{ width:850px; margin:0 auto; text-align:center; font-size:15px; font-weight:400; line-height:25px }
.contact-box .col-md-4.social-contact img{ margin-right:10px }
.contact-box .col-md-4.social-contact img:last-child{ margin-right:0px !important }
.contact-box .col-md-4:first-child{ border-right:solid 1px #A4ADAE }
.contact-box .col-md-4:last-child{ border-left:solid 1px #A4ADAE }