<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  color: #242424;;
}
p {
  font-size: 18px;
}
p.small {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  color: #2EB3E3;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #2EB3E3;
  color: white;
}
hr.star-primary {
  border-color: #2C3E50;
}
hr.star-primary:after {
  background-color: white;
  color: #2C3E50;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: #FFFFFF;
  color: #242424;
  height: 100vh;
  width: 100vw;
}
header .container {

  padding-top: 42vh;


}
header img {
  display: block;
  margin: 0 auto 20px;
}


header .intro-cta {
  margin-top: 20vh;
}
header .intro-text .tagline {
  display: block;
  font-weight: 700;
  font-size: 2em;
  font-family: 'Playfair Display', serif;

}
header .intro-text .welcome {
  font-size: 1.25em;
  font-weight: 300;
}
.navbar-custom {
  background: white;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
}
.navbar-custom a:focus {
  outline: none;
}
.navbar-custom .navbar-brand {
  color: #242424;;
  font-weight: 100;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #242424;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: #242424;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-custom .navbar-nav li a:hover {
  color: white;
  outline: none;
  background: #242424;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: black;
}
.navbar-custom .navbar-nav li.active a {
  color: #878787;
  background: white;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: #878787;
  background: white;
}
.navbar-custom .navbar-toggle {
  color: #242424;
  font-size: 20px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: white;
  color: #878787;
}
.nav &gt; li {
  text-align: center
}
section {
  padding: 100px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}

.client-logo {
  font-size: 72pt;
  text-align: center;
  color: #242424;
}

#work .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#work .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#work .portfolio-item .portfolio-link .caption {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 10px;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#work .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
  border-radius: 10px;
}
#work .portfolio-item .portfolio-link .caption .caption-content {
  width: 100%;
  height: 60px;
  font-size: 20px;
  text-align: center;
  color: white;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#work .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#work .portfolio-item .portfolio-link .caption .caption-content h3,
#work .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0 0 10px 0;
  font-size: 14px;
}
#work .portfolio-item .portfolio-link .caption .caption-content p {
  font-size: 12px;
}
#work * {
  z-index: 2;
}
#work .portfolio-item img {
  border-radius: 10px;
  border: solid 1px #dedede;
}

.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #2EB3E3;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  margin-top: 50px; 
  margin-bottom: 50px; 
  text-align: center;
}
footer h3 {
  margin-bottom: 30px;
}
.btn-outline {
  color: #242424;
  font-size: 20px;
  border: solid 1px #242424 !important;
  background: white;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: white;
  background: #242424;
  border: solid 1px white;
}
.btn-primary {
  color: white;
  background-color: #2C3E50;
  border-color: #2C3E50;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2C3E50;
  border-color: #2C3E50;
}
.btn-primary .badge {
  color: #2C3E50;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #2EB3E3;
  border-color: #2EB3E3;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #2EB3E3;
  border-color: #2EB3E3;
}
.btn-success .badge {
  color: #2EB3E3;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 1.8em;
  line-height: 55px;
}
.btn:focus,
.btn:active,
.btn.active {
  outline: none;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.scroll-top .btn:focus {
  outline: none;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
  z-index: 1051;
}

.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

.grid {
  margin: 25px 0;
}

.grid:after {
  content: '';
  display: block;
  clear: both;
}


.element-item {
  position: relative;
  float: left;
  width: 100px;
  height: 100px;
  margin: 5px;
  padding: 10px;
  background: #888;
  color: #262524;
}

.element-item &gt; * {
  margin: 0;
  padding: 0;
}

.element-item .name {
  position: absolute;

  left: 10px;
  top: 60px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
}

.element-item .symbol {
  position: absolute;
  left: 10px;
  top: 0px;
  font-size: 42px;
  font-weight: bold;
  color: white;
}

.element-item .number {
  position: absolute;
  right: 8px;
  top: 5px;
}

.element-item .weight {
  position: absolute;
  left: 10px;
  top: 76px;
  font-size: 12px;
}

.element-item.alkali          { 
  background: #F00; 
  background: hsl(   0, 100%, 50%); 
}

.element-item.alkaline-earth  { 
  background: #F80; 
  background: hsl(  36, 100%, 50%); 
}

.element-item.lanthanoid      { 
  background: #FF0; 
  background: hsl(  72, 100%, 50%); 
}

.element-item.actinoid        { 
  background: #0F0; 
  background: hsl( 108, 100%, 50%); 
}

.element-item.transition      { 
  background: #0F8; 
  background: hsl( 144, 100%, 50%); 
}

.element-item.post-transition { 
  background: #0FF; 
  background: hsl( 180, 100%, 50%); 
}

.element-item.metalloid       { 
  background: #08F; 
  background: hsl( 216, 100%, 50%); 
}

.element-item.diatomic        { 
  background: #00F; 
  background: hsl( 252, 100%, 50%); 
}

.element-item.halogen         { 
  background: #F0F; 
  background: hsl( 288, 100%, 50%); 
}

.element-item.noble-gas       { 
  background: #F08; 
  background: hsl( 324, 100%, 50%); 
}

.btn-filter { 
  color: #242424; 
  background-color: #FFFFFF; 
  border-color: #242424; 
  border-radius: 25em;
  padding: 13px 19px ;

} 

.btn-filter:hover, 
.btn-filter:focus, 
.btn-filter:active, 
.btn-filter.active, 
.open .dropdown-toggle.btn-filter { 
  color: #FFFFFF; 
  background-color: #242424; 
  border-color: #242424; 
} 

.btn-filter:active, 
.btn-filter.active, 
.open .dropdown-toggle.btn-filter { 
  background-image: none; 
} 

.btn-filter.disabled, 
.btn-filter[disabled], 
fieldset[disabled] .btn-filter, 
.btn-filter.disabled:hover, 
.btn-filter[disabled]:hover, 
fieldset[disabled] .btn-filter:hover, 
.btn-filter.disabled:focus, 
.btn-filter[disabled]:focus, 
fieldset[disabled] .btn-filter:focus, 
.btn-filter.disabled:active, 
.btn-filter[disabled]:active, 
fieldset[disabled] .btn-filter:active, 
.btn-filter.disabled.active, 
.btn-filter[disabled].active, 
fieldset[disabled] .btn-filter.active { 
  background-color: #FFFFFF; 
  border-color: #242424; 
} 

.btn-filter .badge { 
  color: #FFFFFF; 
  background-color: #FFFFFF; 
}

.is-checked { 
  color: #FFFFFF; 
  background-color: #242424; 
  border-color: #242424; 
} 

h2
{
  text-transform: none;
  margin: 15px 0 !important;
  margin-bottom: 25px !important;
}



@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ue220i');
  src:  url('../fonts/icomoon.eot?ue220i#iefix') format('embedded-opentype'),
  url('../fonts/icomoon.ttf?ue220i') format('truetype'),
  url('../fonts/icomoon.woff?ue220i') format('woff'),
  url('../fonts/icomoon.svg?ue220i#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-the-mill:before {
  content: "\e900";
}
.icon-marvel-studios .path1:before {
  content: "\e901";
  color: rgb(0, 0, 0);
}
.icon-marvel-studios .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-marvel-studios .path3:before {
  content: "\e903";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-marvel-studios .path4:before {
  content: "\e904";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-marvel-studios .path5:before {
  content: "\e905";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-marvel-studios .path6:before {
  content: "\e906";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-marvel-studios .path7:before {
  content: "\e907";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-marvel-studios .path8:before {
  content: "\e908";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-marvel-studios .path9:before {
  content: "\e909";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-marvel-studios .path10:before {
  content: "\e90a";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-marvel-studios .path11:before {
  content: "\e90b";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-marvel-studios .path12:before {
  content: "\e90c";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-marvel-studios .path13:before {
  content: "\e90d";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-marvel-studios .path14:before {
  content: "\e90e";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-hbo:before {
  content: "\e90f";
}
.icon-samsung .path1:before {
  content: "\e910";
  color: rgb(0, 0, 0);
}
.icon-samsung .path2:before {
  content: "\e911";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-samsung .path3:before {
  content: "\e912";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-samsung .path4:before {
  content: "\e913";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-samsung .path5:before {
  content: "\e914";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-samsung .path6:before {
  content: "\e915";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-samsung .path7:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-samsung .path8:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-facebook .path1:before {
  content: "\e918";
  color: rgb(0, 0, 0);
}
.icon-facebook .path2:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-dreamworks:before {
  content: "\e91a";
}
.icon-hit-entertainment:before {
  content: "\e91b";
}
.icon-microsoft:before {
  content: "\e91c";
}
.icon-nestle:before {
  content: "\e91d";
}
.icon-netdevo:before {
  content: "\e91e";
}
.icon-paramount:before {
  content: "\e91f";
}
.icon-pathe:before {
  content: "\e920";
}
.icon-playstation:before {
  content: "\e921";
}
.icon-rowntrees:before {
  content: "\e922";
}
.icon-sky:before {
  content: "\e923";
}
.icon-sony-pictures:before {
  content: "\e924";
}
.icon-sony:before {
  content: "\e925";
}
.icon-talktalk:before {
  content: "\e926";
}
.icon-universal:before {
  content: "\e927";
}
.icon-vodafone:before {
  content: "\e928";
}
.icon-xbox:before {
  content: "\e929";
}
.icon-santas-little-workshop:before {
  content: "\e92a";
}
.icon-yunojuno:before {
  content: "\e92b";
}
.icon-nexus:before {
  content: "\e92c";
}
.icon-bbc:before {
  content: "\e92d";
}

.caption i {
  font-size: 24px;
  padding: 10px 5px 0 5px;
}

i.fa { 
  vertical-align: middle !important;
}

.normal-caps
{
  text-transform: none;
}
.contact-cta {
  margin: 75px auto 0 !important;
}

.social-links {
  margin-top: 75px;
  text-align: center;
}

.navbar-toggle {
  padding: 0;
  margin: 5px 10px;
  position: relative;
  float: right;
  background-color: white;
  height: 50px;
  width: 50px;
  border-radius: 100%;
}

.navbar-brand {
  float: left;
  height: 60px;
  padding: 20px 20px;
  font-size: 20px;
}

#filters button {
  margin-bottom: 5px;
}

.video-container {
  position: relative; 
  padding-bottom: 56.25%; 
  margin-bottom: 20px; /* 16:9 */ 
} 

.video-container iframe {
  position: absolute; 
  top: 0; 
  left: 0;
  width: 100%;
  height: 100%;
}

.item-details {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
}

.project {}

.project .description {
  margin-top: 25px;
}

.project h1 {
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
}

.screenshots {
  margin-top: 50px;
}

.screenshots img {
  margin-bottom: 25px;
  border: solid 1px #dedede;
}

.no-border img{
  border: none !important;
}

.store-link {
  text-align: center;
}

.store-link img {
    border-radius: 5px;
}

.breadcrumbs {
  margin: 25px auto 0;
  text-align: center;
}

.fwa-badge { 
  position: absolute; 
  right: 0; top:0;
}
.fwa-badge img { 
  width: 100px;
}

.overlay-img {
  position: absolute; 
  top: 0; 
  left:0; 
  right:0; 
  padding-left: 15px!important; 
  padding-right: 15px!important; 
}

.overlay-img-byteme {
    position: absolute; 
    top: 10.5%; 
    left:0; 
    right:0; 
    padding-left: 0 !important; 
    padding-right: 0 !important; 
    margin-left: 17.5%;
    margin-right: 17.5%;
    background-color: black;
  }

.overlay-img-byteme img {
  margin-bottom: 0 !important; 
  margin-top: 0 !important; 
  border: 1px solid black !important;
}


.device-frame-ios
{
  background: url(../img/iphone6-device-white.png) no-repeat center top; 
  background-size: 463px 760px; 
  height: 760px; 
  text-align: center; 
  margin: 25px auto 75px;  
  padding-top: 87px;
  overflow: hidden;
}


.device-frame-ios video
{
    margin:0 auto;
    height: auto;
    width: 320px;
}

.device-inner-ios
{
  margin:0 auto;
}


@media (min-width: 1200px) {
  .fwa-badge img { width: 200px;}
  .client-logo {
    font-size: 96pt;
  }

  .overlay-img-byteme {
    margin-left: 17%;
    margin-right: 17%;
  }
  header .intro-text .tagline {
    font-size: 4.75em;
  }
}

@media (min-width: 768px) {
  .fwa-badge img { width: 150px;}

  #work .portfolio-item {
    margin: 0 0 30px;
  }
  header .container {
  }
  
  header .intro-text .welcome {
    font-size: 1.75em;
  }
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 1.5em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;

  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
    opacity: 1;
  }
  .intro-cta-hide {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    margin-top: 15vh !important;
  }
  .intro-cta-show {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    margin-top: 20vh !important;
  }

  header .intro-text .tagline {
    font-size: 3.5em;
  }
}

@media (min-width: 768px) and (max-width: 979px)  {
 
  #work .portfolio-item .portfolio-link .caption .caption-content h3,
  #work .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0 0 5px 0;
    font-size: 14px;
  }
  #work .portfolio-item .portfolio-link .caption .caption-content p {
    font-size: 10px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  section {
    padding: 75px 0;
  }
  section.first {
    padding-top: 75px;
  }
  .overlay-img-byteme {
    margin-left: 28% !important;
    margin-right: 28% !important;
  }

  #work .portfolio-item .portfolio-link .caption .caption-content h3,
  #work .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0 0 5px 0;
    font-size: 14px;
  }
  #work .portfolio-item .portfolio-link .caption .caption-content p {
    font-size: 10px;
  }
}


@media (max-width: 480px) { 
  .client-logo {
    font-size: 64pt;
  }
  header .intro-text .tagline {
    font-size: 1.5em;
  }
  #work .portfolio-item .portfolio-link .caption .caption-content h3,
  #work .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0 0 5px 0;
    font-size: 14px;
  }
  #work .portfolio-item .portfolio-link .caption .caption-content p {
    font-size: 10px;
  }

  .caption i {
    font-size: 20px;
    padding: 0px 5px 0 5px;
  }

}

</pre></body></html>