@font-face {
  font-family: 'Barlow';
  src: url('../Barlow/Barlow-Black.ttf');
  src: url('../Barlow/Barlow-Bold.ttf');
  src: url('../Barlow/Barlow-Medium.ttf');
  src: url('../Barlow/Barlow-Regular.ttf');
}
*{
  font-family: 'Barlow', sans-serif !important;
}
/* Updated version - 24th Nov 2014 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
[class*="genericon"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1;
  text-decoration: inherit;
  font-weight: normal;
  font-style: normal;
  vertical-align: top;
}

/* IE7 */
[class*="genericon"] {
  *overflow: auto;
  *zoom: 1;
  *display: inline;
}

.accordion {
  text-align: center;
  width: 100%;
  min-width: 950px;
  display: block;
  list-style-type: none;
  overflow: hidden;
  height: 400px;
  font-size: 0;
}

.tabs {
  cursor: pointer;
  display: inline-block;
  background-color: #00b0b0;
  border-right: #FFFFFF 1px solid;
  width: 80px;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin: 0;
  font-size: 16px;
  -moz-transition: all 0.4s ease-in-out 0.1s;
  -o-transition: all 0.4s ease-in-out 0.1s;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.tabs:hover {
  width: 340px;
}
.tabs:hover .social-links a:before {
  margin-left: -100px;
}
.tabs:hover .social-links a:after {
  margin-left: -5px;
}
.tabs .paragraph {
  display: flex;
  align-items: center;
  position: relative;
  width: 250px;
  margin-left: 80px;
  padding: 0px 0 0 10px;
  height: 400px;
  background: #898989;
}
.tabs .paragraph h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
}
.tabs .paragraph p {
  color: #fff;
  font-size: 1.1em;
  line-height: 1.5em;
  padding-right: 10px;
}

.social-links {
  display: block;
}
.social-links a {
  display: block;
  text-indent: -9999px;
  font-size: 0;
  line-height: 0;
}
.social-links a:before, .social-links a:after {
  -moz-transition: all 0.4s ease-in-out 0.1s;
  -o-transition: all 0.4s ease-in-out 0.1s;
  -webkit-transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  width: 80px;
  height: 400px;
  position: absolute;
  text-indent: 0;
  padding-top: 90px;
  display: block;
  font: normal 30px;
  color: #fff;
}
.social-links a:after {
  font-size: 48px;
  padding-left: 6px;
  padding-top: 80px;
  margin-left: 85px;
}

.twitter-icon a:before, .twitter-icon a:after {
  content: '\f202';
}
.twitter-icon a:after {
  background-image: linear-gradient(#ae73bc, #cf9edb);
}

.facebook-icon a:before, .facebook-icon a:after {
  content: '\f204';
}
.facebook-icon a:after {
  background-image: linear-gradient(#ae73bc, #cf9edb);
}

.linkedin-icon a:before, .linkedin-icon a:after {
  content: '\f208';
}
.linkedin-icon a:after {
  background-image: linear-gradient(#ae73bc, #cf9edb);
}

.insta-icon a:before, .insta-icon a:after {
  content: '\f215';
}
.insta-icon a:after {
  background-image: linear-gradient(#ae73bc, #cf9edb);
}

.youtube-icon a:before, .youtube-icon a:after {
  content: '\f213';
}
.youtube-icon a:after {
  background-image: linear-gradient(#ae73bc, #cf9edb);
}

.tumblr-icon a:before, .tumblr-icon a:after {
  content: '\f214';
}
.tumblr-icon a:after {
  background-image: linear-gradient(#ae73bc, #cf9edb);
}

.dribbble-icon a:before, .dribbble-icon a:after {
  content: '\f201';
}
.dribbble-icon a:after {
  background-image: linear-gradient(#ae73bc, #cf9edb);
}
img{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 40px;
  margin: auto;
}
li.tabs:hover img {
    z-index: 1;
    left: -256px;
    width: 30px;
}
