/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 40px;
  color: #5a5a5a;
  font-family: 'Open Sans'; 
}



@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(http://themes.googleusercontent.com/static/fonts/robotocondensed/v9/Zd2E9abXLFGSr9G3YK2MsFzqCfRpIA3W6ypxnPISCPA.woff) format('woff');
}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
/*Footer bar
-------------------------------*/
@charset "UTF-8";
@font-face {
  font-family: 'zocial';
  font-style: normal;
  font-weight: normal;
  src: url('http://weloveiconfonts.com/api/fonts/zocial/zocial-regular-webfont.eot');
  src: url('http://weloveiconfonts.com/api/fonts/zocial/zocial-regular-webfont.eot?#iefix') format('eot'), 
  url('http://weloveiconfonts.com/api/fonts/zocial/zocial-regular-webfont.woff') format('woff'), 
  url('http://weloveiconfonts.com/api/fonts/zocial/zocial-regular-webfont.ttf') format('truetype'), 
  url('http://weloveiconfonts.com/api/fonts/zocial/zocial-regular-webfont.svg#zocialregular') format('svg');
}


/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}

.zocial-email:before{content:"]"; font-family: 'zocial';}
.zocial-linkedin:before{content:"L"; font-family: 'zocial';}
.zocial-youtube:before{content:"U"; font-family: 'zocial';}
.zocial-twitter:before{content:"T"; font-family: 'zocial';}

h2 {
  font-family: 'Roboto Condensed'; }

footer{
background-color:#262626;
width:100%;
height:45px;	
}
footer #mid{

margin:auto;
height:45px;	
}
#mid_l{
width:auto;
float:left;
height:20px;
font-family: 'Open Sans';
font-weight:300;
font-size:13px;
color:#999;
margin-top:15px;
}
#mid_l a{
color:#ccc;
text-decoration:none;
}
#mid_r{
width:auto;
float:right;
height:20px;
font-family: 'Open Sans';
font-weight:300;
font-size:13px;
color:#999;
margin-top:15px;
}
#mid_r a{
color:#ccc;
text-decoration:none;
}


#SocialMedia{
width:auto;
float:right;
height:40px;
margin-top:0px;
margin-right: 20px;
font-family: 'zocial', sans-serif;
}
#SocialMedia a{
color:#ccc;
text-decoration:none;
 font-family: 'zocial', sans-serif;
}

.icon{
  display: inline-block;
  position: relative;
  margin-top: 1px;
  color: #bdbdbd;
  width: 39px;
  height: 39px;
  text-align: center;
  font-size: 1.47em;
  line-height: 1.8em;
  background-color: #262626;
  -moz-border-radius: 30%;
  -webkit-border-radius: 30%;
  border-radius: 30%;
  box-shadow: 0px 3px 0px #161616, 0px 3px 10px #262626;
  -webkit-transition:background-color 250ms ease 0s;
  transition:background-color 250ms ease 0s;
}

.icon.facebook:hover{background-color: #4986c7;}
.twitter:hover{background-color: #4cb6e8;}
.linkedin:hover{background-color: #29a0cc;}
.youtube:hover{background-color: #a32929;}
.flickr:hover{background-color: #c257ad;}
.email:hover{background-color: #DE005B;}

a{
  text-decoration: none;
}

.icon:hover{
  color: #fff;
  box-shadow: 0px 3px 0px #686868, 0px 3px 10px #7e7e7e;
  
}

.icon:active{
  box-shadow: inset 0px 1px 4px #3d3d3d, 0px 0px 0px #bdbdbd;
  top: 3px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  color: #de005b;
  font-family: 'Roboto Condensed';
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #A8A8A8;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
  
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}
