﻿@font-face {
    font-family: BebasNeue;
    src: url(../fonts/BebasNeue.otf);
}

@font-face {
    font-family: KozGoPr6N;
    src: url(../fonts/KozGoPr6N-Regular.otf);
}

@font-face {
    font-family: OpenSans;
    src: url(../fonts/OpenSans-Light.ttf);
}

body {
    color:#2F343B;
    margin:0;
}

h1{
    font-family:BebasNeue, 'Segoe UI', Tahoma !important;
    font-weight: lighter;
}

h3{
    font-family:BebasNeue, 'Segoe UI', Tahoma !important;
    font-weight:100;
    color:#D2A133;
}

b{
    font-family:KozGoPr6N, 'Segoe UI', Tahoma !important;
}

p, li{
    font-family:OpenSans, 'Segoe UI', Tahoma !important;
    list-style:none;
}

.content li{
    padding-left: 20px;
}

.aboutUs{
    display:none;
}

.aboutUs li{
    display:block;
}

a{
    font-family:OpenSans, 'Segoe UI', Tahoma !important;
    text-decoration:none;
    font-size:15pt;
    color:#2F343B;
    font-weight:bold;
}

b{
    font-family:OpenSans, 'Segoe UI', Tahoma!important;
}

.content li:before {
    content: "";
    position:relative;
    left: -20px;
    background-color:#D2A133;
    display:inline-block;
    width:10px;
    height:10px;
    border-radius:50%
}

#wrapper{
    position: fixed;
    left: 0;
    top: 0;
    z-index:-1;
}

header{
    width:100%;
    height:175px;
    background-color:white;
    opacity:0.9;
    position:relative;
    padding: 25px 0 30px 0;
}

#logoContainer{
    width:150px;
    float:left;
}

#logo{
    width:300px;
    padding: 30px 0;
}

nav{
    float:right;
    margin: 2em auto;
}

ul{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.dropdown{ 
    position: relative; 
    float: right;
}

ul.dropdown li{ 
  font-weight: bold; 
  float: left; 
  width: 125px; 
  position: relative;
}

ul.dropdown a:hover{ 
  color: #000; 
}

ul.dropdown li a { 
  display: block; 
  padding: 20px 8px;
  color: #34495e; 
  position: relative; 
  z-index: 2000; 
  text-align: center;
  text-decoration: none;
  font-weight: 300;
  background-color:transparent;
}

ul.dropdown li a:hover,
ul.dropdown li a.hover{ 
  background: #D2A133;
  position: relative;
  color: #fff;
}


ul.dropdown ul{ 
 display: none;
 position: absolute; 
  top: 0; 
  left: 0; 
  width: 180px; 
  z-index: 1000;
}

ul.dropdown ul li { 
  font-weight: normal;
  color: #000; 
  border-bottom: 1px solid transparent; 
}

ul.dropdown ul li a{ 
    display: block; 
    color: #34495e !important;
    background: #eee !important;
    width: 180px;
    text-align: left;
    padding-left: 20px;
} 

ul.dropdown ul li a:hover{
  display: block; 
  background: #D2A133 !important;
  color: #fff !important;
} 

.drop > a{
  position: relative;
}

.drop > a:after{
  content:"";
  position: absolute;
  right: 10px;
  top: 40%;
  border-left: 5px solid transparent;
  border-top: 5px solid #333;
  border-right: 5px solid transparent;
  z-index: 999;
}

.drop > a:hover:after{
  content:"";
   border-left: 5px solid transparent;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
}

#contentWrapper{
    background-color: white;
    opacity:0.9;
    padding-bottom: 50px;
}

.content{
    width: 1024px!important;
    margin:0 auto;
}

.home{
    text-align:center;
    max-width:300px;
}

.readMore{
    display: block; 
    color: #34495e !important;
    background: #eee !important;
    width: 100px;
    font-size:12pt;
    font-weight:300;
    text-align: center;
    padding: 20px 10px;
    margin:10pt auto;
}

.readMore:hover{
    background: #D2A133 !important;
    color:white!important;
}

.clients{
    width:50%;
    float:left;
}

.clients li{
    font-size:12pt;
    font-weight:300;
}

footer{
    width:100%;
    height:200px;
    background-color:#2F343B;
    position: absolute;
    left: 0;
}

.footer{
    width:100%;
    height:200px;
    background-color:#2F343B;
    position: absolute;
    left: 0;
}

footer a{
    color:white;
    font-weight:300;
}

.footerLink{
    font-size: 10pt;
}

footer img{
    width:220px!important;
}

.gold:hover{
    color:#D2A133;
}

.service{
    width: 45%;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    padding: 20px;
    border-radius: 0 15px 0 0;
    margin-bottom: 18px;
}

.left{
    float:left;
}

.right{
    float:right;
}