/*
 * Globals
 */

/* Links */
a {
    font-family: 'Oswald', sans-serif;
},
a:focus,
a:hover {
  color: black;
}

/* Custom default button */
.btn-default,

.btn-default:focus {
    color: white;
    text-shadow: none; /* Prevent inheritence from `body` */
    background-color: #ef3d43;
    border: 0px solid #fff;
    border-radius: 0px;
  
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: white;
    background-color: #d3373d;
    border-color: #d3373d; /*set the color you want here*/
}

.btn-full-width {
    width: 100%;
    padding: 35px;
    
}

/*
 * Base structure
 */




/*body {
    background-color: black;
    background: url(studio-window-bkgrnd.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}*/





@import url('http://fonts.googleapis.com/css?family=Oswald');

body {
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  background-size: cover;
  min-height: 2000px;
  padding-top: 70px;
}

.home {
  padding-top: 114px;
}

#video-background {
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

article {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 10px;
}

h1 {
  width: 100%;
  font-size: 36px;
  letter-spacing: 3px;
  color: black;
  font-family: Oswald, sans-serif;
  text-align: center;
}

h2 {
    font-family: 'Oswald', sans-serif;
}

h3{
    color: #ef3d43;
    font-family: 'Oswald', sans-serif;
}

h4{
    font-family: 'Oswald', sans-serif;
}

.title {
    letter-spacing: 6px;
    font-size: 13px;
}

.multiline-ellipsis {
    display: block;
    display: -webkit-box;
    
    font-size: 14px;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-nav {
/*  float: right; */
    margin: 0;
    text-align: left;
}

.navbar {
    margin-bottom: 0;
}

.red-bar {
    padding-top: 3px;
    padding-bottom: 5px;
    background-color: #ef3d43;
}


/* custom styles
 ---------------------------------------------------------------------------------------------------------- */

.jumbotron {
    background-color: #555555;
    background-size: cover;
    background-position: center top;
}

.full-width {
    width: 100%;
    margin-top: 5px;
}

.image{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
.image img{
    position:absolute;
    display: block;
    height: 150%;
    min-width: 100%;
    overflow: hidden;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    
        -webkit-filter: brightness(100%);
  -webkit-transition: all .7s ease;
     -moz-transition: all .7s ease;
       -o-transition: all .7s ease;
      -ms-transition: all .7s ease;
          transition: all .7s ease;
}


.image img:hover {
 -webkit-filter: brightness(90%);
    height: 165%;
    
}

.gallery-image-thumb {
    height: auto;
    width: 25%;
    overflow: hidden;
    border: 2px;
    border-color: #fff;
    border-style: solid;
    float: left;
    
    -webkit-filter: brightness(100%);
  -webkit-transition: all .7s ease;
     -moz-transition: all .7s ease;
       -o-transition: all .7s ease;
      -ms-transition: all .7s ease;
          transition: all .7s ease;
}

.gallery-image-thumb:hover {
  -webkit-filter: brightness(90%);
}

#background {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover;
}

.banner-responsive {
    padding-bottom:37.5%;
}

.banner {
    position: relative;
}

.caption {
    position: absolute;
    top: 8%;
    left: 8%;
    width: 92%;
}

.shadow {
    text-shadow: 0 1px 2px rgba(0,0,0,1);
}

.caption-center {
    position: absolute;
    top: 45%;
    width: 100%;
}

.caption-full {
    position: absolute;
    top: 0%;
    height: 100%;
    width: 100%;
}

.white {
    color: #fff;
}

.caption p {
    margin-bottom: 15px;
    font-size: 14px;
    letter-spacing: .03em;
    line-height: 1.2em;
    width: 35%
}



@media only screen and (max-width : 768px) {
    .caption p {
    margin-bottom: 8px;
    font-size: 13px;
    letter-spacing: .03em;
    line-height: 1.2em;
    width: 35%
    }
    
     .caption h2 {
    margin-bottom: 6px;
    font-size: 1.425em;
    width: 35%
    }
    
    
}


@media (max-width: 992px) {  
    .caption h2 {
    margin-bottom: 10px;
    font-size: 1.625em;
    width: 35%
}
    
}



@media (max-width: 1200px) {
    .caption h2 {
    margin-bottom: 11px;
    font-size: 2.000em;
    width: 35%
    }
}


@media only screen and (min-width : 1201px) {
    .caption p {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: .045em;
    line-height: 1.4em;
    width: 35%;
    }
    
    .caption h2 {
    margin-bottom: 13px;
    font-size: 2.500em;
    width: 35%
    }
}
    

.contact {
    background-color: #e7e7e7;
    padding-bottom: 20px;
}

.contact-image {
    margin-top: 20px;
    margin-bottom: 20px;    
}

/* 
------------------- */
.cd{
    position:relative;
    overflow:hidden;
    padding-bottom:100%;
}

.cd img{
    position:absolute;
    display: block;
    height: 100%;
    min-width: 100%;
    overflow: hidden;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
    
     -webkit-filter: brightness(100%);
  -webkit-transition: all .7s ease;
     -moz-transition: all .7s ease;
       -o-transition: all .7s ease;
      -ms-transition: all .7s ease;
          transition: all .7s ease;
}


.cd img:hover {
 -webkit-filter: brightness(90%);  
        height: 110%;
}



.portfolio-margin {
    margin-top: 30px;
}
.navmargin {
    margin-top: 71px;
}

.flush {
    padding-right: 0px;
    padding-left: 0px;
}

.details {
    padding-right: 30px;
    padding-left: 30px;

}

.row-negate {
    margin-left: 0px;
    margin-right:  0px;
}

.row-margin-bottom {
    margin-bottom: 15px;
}

.navbar-nav>li>a {
    min-height: 70px;
    line-height: 39px;
    font-family: 'Oswald', sans-serif;
}

.w1 {
    
    color: white;
    
}

.audio-bar {
    padding-bottom: 180px;
}

.bio-name {
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

.separator_mini {
    clear: both;
    margin: 0 0 20px;
    height: 2px;
}

.custom-bullet li {
    display: block;
}

.custom-bullet li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #CCCCCC;
}

.full-width-div {

    width: 100%;
    left: 0;
}


.category {
    margin-bottom:60px;
}

.category p {
    color:#666666;
}

.category h2 {
    color:#ef3d43;
    font-family: 'Oswald', sans-serif;
}


.red {
    color: #ef3d43;
}










 
/* Video background styles
 ---------------------------------------------------------------------------------------------------------- */

.video-section .pattern-overlay {
background-color: rgba(71, 71, 71, 0.59);
padding: 110px 0 32px;
min-height: 496px; 
/* Incase of overlay problems just increase the min-height*/
}
.video-section h1, .video-section h3{
text-align:center;
color:#fff;
}
.video-section h1{
font-size:110px;
font-family: 'Buenard', serif;
font-weight:bold;
text-transform: uppercase;
margin: 40px auto 0px;
text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
-moz-text-shadow: 1px 1px 1px #000;
}
.video-section h3{
font-size: 25px;
font-weight:lighter;
margin: 0px auto 15px;
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}


.container h1 {
    color: white;
}


.grey {
    background-color: #e7e7e7;
}



/* ---------------------
   Collapse container 
   ---------------------- */

.staff-bio {
   padding-top: 0px;
   padding-right: 35px;
   padding-left: 35px;
   padding-bottom: 20px;
   margin-bottom: 35px;
   max-width: 100%;

}

.close-mobile{
 
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

@media (max-width: 991px) {
    .close {
    float: none;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    text-align: right;
    }
}


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

/* Carousel base class */
.carousel {
  height: 400px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
@media (min-width: 768px) {
.carousel-caption {
    z-index: 10;
    text-align: right;
    right: 15%;
    left: 55%;
}
    


.carousel-caption h1 {
    text-align: right;    
}
}


@media (max-width: 767px) {
    .video-section{
    visibility: hidden;    
    }
    
    .carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 45%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
    text-shadow: 0 1px 2px rgba(0,0,0,1);
    }
    
    h3 {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    }
}

@media only screen and (max-width : 480px) {
    .carousel-caption {
    position: relative;
    right: 0;
    margin-right: -15px;
    margin-left: -15px;
    top: 188px;
    left: 0;
    z-index: 10;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #666666;
    text-align: center;
    background-color: #fff;
    text-shadow: 0 0px 0px rgba(0,0,0,1);
    }
    
    h3 {
    color: #ef3d43;
    font-family: 'Oswald', sans-serif;
    }
    
    .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
    }
    
    .carousel {
    margin-bottom: 200px;
    }
}




@media (max-width: 320px) {
    .carousel-caption {
    position: relative;
    right: 0;
    margin-right: -15px;
    margin-left: -15px;
    top: 133px;
    left: 0;
    z-index: 10;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    color: #666666;
    text-align: center;
    background-color: #fff;
    text-shadow: 0 0px 0px rgba(0,0,0,1);
    }
    
    .carousel-inner {
    position: relative;
    width: 100%;
    overflow: visible;
    }
    
    .carousel {
    margin-bottom: 180px;
    }
}


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




/*
inspired from http://codepen.io/Rowno/pen/Afykb 
http://stackoverflow.com/questions/26770055/bootstrap-carousel-fade-no-longer-working-with-maxcdn-3-3-bootstrap-min-css
*/
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2s;
-moz-transition: opacity ease-in-out .7s;
-o-transition: opacity ease-in-out .7s;
-webkit-transition: opacity ease-in-out .7s;
transition: opacity ease-in-out .7s;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
-o-transition: opacity ease-in-out .7s;
-webkit-transition: opacity ease-in-out .7s;
transition: opacity ease-in-out .7s;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

/*==========  Non-Mobile First Method  ==========*/

@media only screen and (min-width : 1201px) {
      .carousel {
        height: 575px;
    }
    .carousel .item {
        height: 575px;
    }
 
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
      .carousel {
        height: 500px;
    }
    .carousel .item {
        height: 500px;
    }
 
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
      .carousel {
        height: 413px;
    }
    
    .carousel .item {
        height: 413px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
      .carousel {
        height: 300px;
    }
    .carousel .item {
        height: 300px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
      .carousel {
        height: 188px;
    }
    .carousel .item {
        height: 188px;
    }
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
     .carousel {
        height: 133px;
    }
    .carousel .item {
        height: 133px;
    }
}





/* STAFF CONTENT
-------------------------------------------------- */

/* Center align the text within the four columns below the carousel */


.staff .col-sm-3 {
 margin-bottom: 20px;
 text-align: center;

}


.staff h3 {
 font-weight: normal;
   font-family: 'Open Sans', sans-serif;
   font-weight: 700;
   color: #016699;

}

.staff h5 {
  font-weight: normal;
   font-family: 'Open Sans', sans-serif;
   font-weight: 500;
   color: #666; 
   font-style: italic;

}

.staff .col-sm-3 p {
 margin-right: 10px;
 margin-left: 10px;
   text-align: center;
}

.staff hr  {
   margin-top: 0px;
   margin-bottom: 0px;
}

.staff hr.title {
   top: 0;
   margin-bottom: 20px;
   width: 100px;
   height: 2px;
   background: #ccc;
}


.staff-close {
   margin-bottom: 5px;
}

.staff .img-circle {
   margin-top: 25px;
}

.staff .close {
   margin-left: -50px;
}





.input {
    width: 100%;
}

.field {
    width: 100%;
    margin-bottom: 15px;
}







html,
body {
  height: 100%;
    min-height: 100%;
    position: relative;

}
body {
  color: black;
  text-align: center;
/*  text-shadow: 0 1px 3px rgba(0,0,0,.5);*/
}

/* Navbar css*/
.red-navbar {
    background-color: #996666;
}
.navbar-static-top {
  margin-bottom: 0px;
}


.navbar-dark {
background-color: rgba(0, 0, 0, 0.6);
border-color: #e7e7e7;
}










.navbar-dark {
    background-color: rgba(0, 0, 0, 0.6);
    border-color: #ef3d43;
    border-radius: 0;
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #FFF;
}

.navbar-dark .navbar-nav > li > a {
    color: #FFF;
}

.navbar-dark .navbar-nav > li > a:hover,
.navbar-dark .navbar-nav > li > a:focus {
    background-color: #ef3d43;
}

.navbar-dark .navbar-nav > .active > a,
.navbar-dark .navbar-nav > .active > a:hover,
.navbar-dark .navbar-nav > .active > a:focus {
    color: #FFF;
    background-color: #ef3d43;
}

.navbar-dark .navbar-text {
    color: #FFF;
}

.navbar-dark .navbar-toggle {
    border-color: #ef3d43;
}

.navbar-dark .navbar-toggle:hover,
.navbar-dark .navbar-toggle:focus {
    background-color: #ef3d43;
}

.navbar-dark .navbar-toggle .icon-bar {
    background-color: #FFF;
}






#center-image {
    display: table;
    margin: 0 auto;

}

@media (min-width: 768px) {
.image-hover {
    -webkit-filter: opacity(0%);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
    }



.image-hover:hover {
    -webkit-filter: opacity(100%);
}



.image-hover-dark {
    -webkit-filter: opacity(0%);
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -o-transition: all .7s ease;
    -ms-transition: all .7s ease;
    transition: all .7s ease;
    }

.image-hover-dark:hover {
    -webkit-filter: opacity(100%);
     background: rgba(0,0,0,0.3);
}
    
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;
  -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
          box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 30px;
}


/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
    float: left;
}


.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 20px;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff; /* IE8 proofing */
  color: rgba(255,255,255,.75);
  border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: #a9a9a9;
  border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
}



@media (max-width: 767px) {
  .masthead-brand {
    float: left;
      margin-left: 15px;
  }
  .masthead-nav {
    float: right;
  }
    
    
    .navbar-nav>li>a {
    min-height: 40px;
    line-height: 25px;
}
}


/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */

footer {
    margin-top: 40px;
    background-color: #313131;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer-nav > p {
    color: #fff;
    font-size: .875em;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    margin-right: 10px;
}

.footer-nav>li>a {
    color: #fff;
    font-size: .875em;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    padding-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}

.footer-nav>li>a:hover {
    background-color:transparent;
    color: #b5b5b5;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.footer-copyright > p {
    color: #999;
    text-align: left;
    font-size: .625em;
    letter-spacing: .03em;
    margin-top: -10px;
    
}

.footer-nav > hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #656565;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(101, 101, 101);
}

.social ul {
    margin: 10px;
    padding: 0;
}

.social i {
    width: 28px;
    height: 28px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 18px;
    text-align: center;
    padding-top: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social ul li {
    margin: 1px;
    list-style: none outside none;
    display: inline-block;
}

.social ul li>a:hover {
    background-color:transparent;
    color: #b5b5b5;
}


.social ul li>a {
    padding: 0px;
}



@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
    

  .mastfoot {
    position: fixed;
    bottom: 0;
  }
    
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }
}




/* ------------------------
    social media icons
   ------------------------ */

.social {
    margin: 0;
    padding: 0;
}

.social ul {
    margin: 10px;
    padding: 0;
}

.social ul li {
    margin: 1px;
    list-style: none outside none;
    display: inline-block;
}

.social i {
    width: 28px;
    height: 28px;
    color: #FFF;
    background-color: #909AA0;
    font-size: 18px;
    text-align:center;
    padding-top: 8px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social .fa-facebook:hover {
    background: #4060A5;
}

.social .fa-twitter:hover {
    background: #00ABE3;
}

.social .fa-google-plus:hover {
    background: #e64522;
}

.social .fa-github:hover {
    background: #343434;
}

.social .fa-pinterest:hover {
    background: #cb2027;
}

.social .fa-linkedin:hover {
    background: #0094BC;
}

.social .fa-flickr:hover {
    background: #FF57AE;
}

.social .fa-instagram:hover {
    background: #375989;
}

.social .fa-vimeo-square:hover {
    background: #83DAEB;
}

.social .fa-vimeo:hover {
    background: #83DAEB;
}

.social .fa-stack-overflow:hover {
    background: #FEA501;
}

.social .fa-dropbox:hover {
    background: #017FE5;
}

.social .fa-tumblr:hover {
    background: #3a5876;
}

.social .fa-dribbble:hover {
    background: #F46899;
}

.social .fa-skype:hover {
    background: #00C6FF;
}

.social .fa-stack-exchange:hover {
    background: #4D86C9;
}

.social .fa-youtube:hover {
    background: #FF1F25;
}

.social .fa-xing:hover {
    background: #005C5E;
}

.social .fa-rss:hover {
    background: #e88845;
}

.social .fa-foursquare:hover {
    background: #09B9E0;
}

.social .fa-youtube-play:hover {
    background: #DF192A;
}






