@charset "utf-8";

@import "font-awesome.min.css";
@import "simple-line-icons.css";
@import url(http://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400,700,900,400italic,700italic,900italic);


.container.relative.clearfix.nav {
  width: 100%;
  text-align: center;
  padding: 0 0 0 15px;
}

@media only screen and (min-width: 1300px) {
  .container-wide {
    width: 1250px;
  }
}

/* ==============================
   Common styles
   ============================== */

.align-center{ text-align:center !important; }
.align-left{ text-align:left !important;}
.align-right{ text-align:right !important; }
.left{float:left !important;}
.right{float:right !important;}
.relative{position:relative;}
.hidden{display:none;}
.inline-block{display:inline-block;}
.white{ color: #fff !important; }
.grey{ color: #B3B3B3 !important; }
.black{ color: #000 !important; }
.color{ color: #e41919 !important; }
.stick-fixed{
	position: fixed !important;
	top: 0;
	left: 0;
}

.hidden-casual{display:none;}

::-moz-selection{ color: #fff; background:#000; }
::-webkit-selection{ color: #fff;	background:#000; }
::selection{ color: #fff;	background:#000; }

.animate, .animate *{
	-webkitunion-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.no-animate, .no-animate *{
	-webkit-transition: 0 none !important;
    -moz-transition: 0 none !important;
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;
    transition:0 none !important;
}

.shadow{
    -webkit-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
    box-shadow: 0px 3px 50px rgba(0, 0, 0, .15);
}
.white-shadow{
    -webkit-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
    box-shadow: 0px 0px 200px rgba(255, 255, 255, .2);
}

.clearlist, .clearlist li {
    list-style: none;
    padding: 0;
    margin: 0;
    background: none;
}

.full-wrapper {
    margin: 0 2%;
}

html{
	overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}
html, body{
	height: 100%;
	-webkit-font-smoothing: antialiased;
}
.page{
	overflow: hidden;
}

.body-masked{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff url(../images/loader.gif) no-repeat center center;
	z-index: 100000;
}

.mask-delay{
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
.mask-speed{
	-webkit-animation-duration: 0.25s !important;
	-moz-animation-duration: 0.25s !important;
	animation-duration: 0.25s !important;
}

.display-table{
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}

.display-cell{
  display: table-cell;
  vertical-align: middle;
  float: none;
  width: 100%;
}

iframe{
    border: 6px solid #FFF;
}
a, b, div, ul, li{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-moz-outline-: none;
}
a{
  color: #919191;
	font-weight: 600;
  letter-spacing: 1px;
   border-bottom: 2px solid #e6e6e6;
   padding-bottom: 2px;
  -webkit-transition: color 0.4s, -webkit-transform 0.4s;
  transition: color 0.4s, transform 0.4s;
}
a:hover{
  color: #515151;
	text-decoration: none;
}
a:focus,
a:active{
	-moz-outline: none;
	outline: none;
	text-decoration: none;
	color: inherit;
}
img:not([draggable]), embed, object, video {
    max-width: 100%;
    height: auto;
}

/* ==============================
   Additions
   ============================== */

.dot-top {
  border-top: 1px dotted gray;
}



/* ==============================
   Typography
   ============================== */

body{
	color: #000000;
	font-size: 16px;
	font-family: "Work Sans", arial, sans-serif;
  font-weight: 300;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3,h4,h5,h6{
	line-height: 1.4;
	font-weight: 600;
}
h1{
	font-size: 32px;
}
h2{
	font-size: 28px;
}
p{
  line-height: 170%;
	margin: 0 0 1.5em 0;
  letter-spacing: .3px;
  font-weight: 300;
  font-size: 16px;
}
strong {
  letter-spacing: 1px;
}
ul, ol{
    margin: 0 0 1.5em 0;
}
blockquote{
	margin: 3em 0 3em 0;
	border-width: 1px;
	border: 1px solid #eaeaea;
    padding: 2em;
	background: none;
	text-align: left;
	font-family: "Libre Baskerville", "Times New Roman", Times, serif;
	font-size: 13px;
    font-style: normal;
	line-height: 1.7;
	color: #777;
}
blockquote p{
	margin-bottom: 1em;
	font-size: 18px;
	font-style: normal;
	color: #212121;
	line-height: 1.6;
}
blockquote footer{
    margin-top: -10px;
	font-size: 13px;
    font-family: "Work Sans", arial, sans-serif;
}
dl dt{
	margin-bottom: 5px;
}
dl dd{
	margin-bottom: 15px;
}
pre{
	background-color: #f9f9f9;
	border-color: #ddd;

}
hr{
	background-color: #eaeaea;
}
hr.white{
    border-color: rgba(255,255,255, .35);
    background: rgba(255,255,255, .35);
}
hr.black{
    border-color:rgba(0,0,0, .85);
    background: rgba(0,0,0, .85);
}
.uppercase{
	text-transform: uppercase;
	letter-spacing: 1px;
}
.serif{
	font-family: "Libre Baskerville", "Times New Roman", Times, serif;
	font-style: italic;
    font-weight: normal;
}
.normal{
	font-weight: normal;
}
strong{
    font-weight: 600 !important;
    letter-spacing: 1px;
}
.lead{
    margin: 1em 0 2em 0;
    font-size: 140%;
    line-height: 1.6;
}
.text{
	font-size: 16px;
	font-weight: 300;
	color: #5f5f5f;
	line-height: 1.8;
}

.mb-5 {
  margin-bottom: 5px !important;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6{
	color: #000;
}

.sub-heading{
	font-family: "Libre Baskerville", "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	line-height: 1.3;
	color: rgba(255,255,255, .75);
}
.sub-heading.black{
	color: rgba(0,0,0, .75);
}



/* ==============================
   Buttons
   ============================== */

.btn:hover,
.btn:active,
.btn.active {
box-shadow: none;
}

.btn-mod,
a.btn-mod{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px 18px;
  	color: #fff;
  	background: rgba(34,34,34, .9);
	border: 1.5px solid transparent;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 2.5px;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.btn-mod:hover,
.btn-mod:focus,
a.btn-mod:hover,
a.btn-mod:focus{
	font-weight: 600;
	color: rgba(255,255,255, .85);
  	background: rgba(0,0,0, .7);
	text-decoration: none;
}
.btn-mod:active{
	cursor: pointer !important;
}

.btn-mod.btn-small{
  	padding: 6px 15px 5px;
	font-size: 11px;
    letter-spacing: 1px;
}
.btn-mod.btn-medium{
  	padding: 17px 27px 16px;
	font-size: 12px;
}
.btn-mod.btn-large{
	font-size: 13px;
  padding: 15px 0 14px;
  width: 162px;
}
.btn-mod.btn-form{
padding: 13px 305px;
}

.btn-mod.btn-glass{
  	color: rgba(255,255,255, .75);
  	background: rgba(0,0,0, .40);
}
.btn-mod.btn-glass:hover,
.btn-mod.btn-glass:focus{
  	color: rgba(255,255,255, 1);
  	background: rgba(0,0,0, 1);
}

.btn-mod.btn-border{
  	color: #151515;
	border: 1px solid #151515;
  	background: transparent;
}
.btn-mod.btn-border:hover,
.btn-mod.btn-border:focus{
  	color: #fff;
	border-color: transparent;
  	background: #000;
}

.btn-mod.btn-border-c{
  	color: #515151;
	  border: 1px solid #DDD;
  	background: transparent;
}
.btn-mod.btn-border-c:hover,
.btn-mod.btn-border-c:focus{
  	color: #FFF;
  	border: 1px solid #515151;
  	background: #515151;
}

.btn-mod.btn-border-w{
  	color: #fff;
	border: 1px solid rgba(255,255,255, .75);
  	background: transparent;
}
.btn-mod.btn-border-w:hover,
.btn-mod.btn-border-w:focus{
  	color: #000;
	border-color: transparent;
  	background: #fff;
}

/* ==============================
   Forms fields
   ============================== */

.form-control {
  padding: 0;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="number"],
.form input[type="url"],
.form input[type="search"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="date"],
.form input[type="color"],
.form select{
	height: 42px;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #777;
	border: 1px solid #e9e9e9;
  padding: 12px;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.form select{
    font-size: 12px;
}
.form select[multiple]{
    height: auto;
}
.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="number"]:hover,
.form input[type="url"]:hover,
.form input[type="search"]:hover,
.form input[type="tel"]:hover,
.form input[type="password"]:hover,
.form input[type="date"]:hover,
.form input[type="color"]:hover,
.form select:hover{
	border-color: #ccc;
}
.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="date"]:focus,
.form input[type="color"]:focus,
.form select:focus{
	color: #515151;
  border-color: #515151;
  box-shadow: none;
}
.form input[type="text"].input-lg,
.form input[type="email"].input-lg,
.form input[type="number"].input-lg,
.form input[type="url"].input-lg,
.form input[type="search"].input-lg,
.form input[type="tel"].input-lg,
.form input[type="password"].input-lg,
.form input[type="date"].input-lg,
.form input[type="color"].input-lg,
.form select.input-lg{
	height: 48px;
}
.form input[type="text"].input-sm,
.form input[type="email"].input-sm,
.form input[type="number"].input-sm,
.form input[type="url"].input-sm,
.form input[type="search"].input-sm,
.form input[type="tel"].input-sm,
.form input[type="password"].input-sm,
.form input[type="date"].input-sm,
.form input[type="color"].input-sm,
.form select.input-sm{
	height: 28px;
}
.form textarea{
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 1px;
	color: #777;
	border-color: #e9e9e9;
  padding: 12px;
  height: 104px;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: uppercase;
}
.form textarea::-moz-placeholder { /* Firefox 19+ */
  text-transform: uppercase;
}
.form textarea:-ms-input-placeholder { /* IE 10+ */
  text-transform: uppercase;
}
.form textarea:-moz-placeholder { /* Firefox 18- */
  text-transform: uppercase;
}
.form textarea:hover{
	border-color: #ccc;
}
.form textarea:focus{
	color: #515151;
	border-color: #898989;
	box-shadow: none;
}

.form .form-group{
	margin-bottom: 10px;
}

/* ==============================
   Menu bar
   ============================== */

.nav-logo-wrap {
  position: absolute;
  top: -1px;
  left: 20px;
}

@media only screen and (max-width: 768px) {
  .nav-logo-wrap {
    left: 10px;
  }
}

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

.main-nav{
  border-top: 1px solid #DDD;
	width: 100%;
	height: 55px !important;
	position: relative;
	top: 0;
	left: 0;
	text-align: left;
	background: rgba(255,255,255,.95);
	z-index: 201;
}

.main-nav a{
	border-bottom: none !important;
}

.inner-nav{
	display: inline-block;
	position: relative;
	float: none;
}
.inner-nav ul{
	float: none;
	margin: auto;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.3;
}
.inner-nav ul li{
	float: left;
	margin: 0 42px !important;
	position: relative;
}
.inner-nav ul li a{
  letter-spacing: 2px;
	color: #919191;
	display: inline-block;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;

	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.inner-nav ul > li:first-child > a{

}
.inner-nav ul li a:hover,
.inner-nav ul li a.active{
	color: #515151;
	text-decoration: none;
}

.inner-nav ul li a{
	height: 55px;
	line-height: 55px;
}

/*
 * Mobile nav
 */

 .mobile-on .container.relative.clearfix.nav {
   padding: 0 5px;
 }

.mobile-on .desktop-nav{
	width: 320px;
	z-index: 100;
}
.mobile-on .full-wrapper .desktop-nav{
  padding: 0;
}

.mobile-on .desktop-nav ul{
  width: 100%;
  float: none;
  position: relative;
  overflow-x: hidden;
}
.mobile-on .desktop-nav > ul{
  overflow-y: auto;
}
.mobile-on .desktop-nav ul li{
	display: inline-block;
  overflow: hidden;
  margin: 0 !important;
  width: 25%;
}
.mobile-on .desktop-nav ul li ul{
	padding: 0;
  border-bottom: 1px solid rgba(255,255,255, .1);
}
.mobile-on .desktop-nav ul li a{
	display: block;
	position: relative;
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
  font-size: 11px;
  letter-spacing: 2px;
	padding: 0 5px;
	text-align: center;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid rgba(255,255,255, .065);
	color: #999;
	cursor: pointer;
}
/*.mobile-on .desktop-nav ul li a:hover,
.mobile-on .desktop-nav ul li a.active{
	background: rgba(255,255,255, .03);
	color: #ddd;
}*/

/* ==============================
   Sections styles
   ============================== */

/*
 * Common
 */

.page-section,
.small-section{
	width: 100%;
	display: block;
	position: relative;
    overflow: hidden;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	padding: 140px 0;
}

.page-section {
  padding: 25px 0;
}

.dark {
  background-color: #515151;
}

.small-section {
	padding: 70px 0;
}
.small-title{
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    color: #222;
    font-size: 24px;
}
.section-icon{
    text-align: center;
    font-size: 32px;
}
.small-title .serif{
    text-transform: none;
    font-weight: 400;
}
.small-title.white{
    color: #fff;
}

.intro-section {
  margin: 0 auto;
}

.section-title{
  color: #515151;
	margin-bottom: 10px;
  font-family: "Playfair Display", serif;
	font-size: 36px;
	font-weight: 900;
	text-align: center;
	line-height: 1.3;
  margin-bottom: 6px;
}

.section-heading{
	margin: 8px 0 20px 0;
	padding: 0;
	font-family: "Work Sans", arial, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.5px;
	line-height: 1.6;
	color: #515151;
}
.section-line{
	width: 55px;
	height: 1px;
	margin: 30px auto;
	background: #e41919;
}
.section-text{
	font-size: 15.4px;
	font-weight: 500;
  text-align: justify;
	color: #515151;
	line-height: 1.8;
}

.fixed-height-large,
.fixed-height-medium,
.fixed-height-small{
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fixed-height-large{
    min-height: 800px;
}
.fixed-height-medium{
    min-height: 700px;
}
.fixed-height-small{
    min-height: 600px;
}

/* ==============================
   Services
   ============================== */

.profile-title {
  margin-bottom: -27px;
  display: block;
  position: relative;
  top: -96px;
  left: -57px;
}

.service-item {
  height: 308px !important;
  width: 24.5%;
  display: inline-block;
}

.services-grid figure {
  text-align: center;
  cursor: pointer;
  position: relative;
  display: block;
  height: 308px;
  width: 100%;
  margin: 0 auto;
}

.services-grid figure .background {
  position: relative;
  display: block;
  height: 308px;
  width: 100%;
  margin: 0 auto;
}

.services-grid figure figcaption {
  padding: 50px;
  color: #515151;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
}

.services-grid figure figcaption::before,
.services-grid figure figcaption::after {
  pointer-events: none;
}


figure.services-effect figcaption {
  padding: 50px;
}

figure.services-effect figcaption::before {
  position: absolute;
  top: 30px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #DDD;
  content: '';
}

figure.services-effect figcaption::before,
figure.services-effect .btn {
  opacity: 0;
}

figure.services-effect .circle {
  background-color: #515151;
  border-radius: 35px;
  margin: 30px auto 15px auto;
  opacity: .4;
  padding: 5px;
  height: 35px;
  width: 35px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.services-effect:hover .circle {
  opacity: .9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

/*.icon-screen-desktop {
  margin-right: 3px;
}*/

.icon-screen-desktop,
.icon-calcuWork Sansr,
.icon-magic-wand,
.icon-picture {
  color: #fff;
  font-size: 16px;
}

figure.services-effect h2 {
  color:  #515151;
  padding: 10px 0;
}

figure.services-effect p {
  margin: 0 auto;
  max-width: 202px;
}

figure.services-effect .btn {
  /*-webkit-transform: scale(1.1);
  transform: scale(1.1);*/
}

figure.services-effect:hover figcaption::before,
figure.services-effect:hover .btn {
  opacity: 1;
  /*-webkit-transform: scale(1);
  transform: scale(1);*/
}

figure.services-effect figcaption .up{
 -webkit-transition: all 0.27s ease-in-out;
  -moz-transition: all 0.27s ease-in-out;
  -o-transition: all 0.27s ease-in-out;
  -ms-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

figure.services-effect:hover figcaption .up{
  -webkit-transition: all 0.27s ease-in-out;
    -moz-transition: all 0.27s ease-in-out;
    -o-transition: all 0.27s ease-in-out;
    -ms-transition: all 0.27s ease-in-out;
    transition: all 0.27s ease-in-out;
  -webkit-transform: translateY(-12%);
  transform: translateY(-12%);
  height: 214px;
}


/* ==============================
   Portfolio
   ============================== */

.anchor-up {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

  
.work-item > a {
  -webkit-transition: all 0.27s ease-out;
   -moz-transition: all 0.27s ease-out;
   -o-transition: all 0.27s ease-out;
   -ms-transition: all 0.27s ease-out;
   transition: all 0.27s ease-out;
	content: "";
   width: 360px;
  height: 360px;
  min-height: 258px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

.work-item > a:hover {
  -webkit-transition: all 0.27s ease-out;
   -moz-transition: all 0.27s ease-out;
   -o-transition: all 0.27s ease-out;
   -ms-transition: all 0.27s ease-out;
   transition: all 0.27s ease-out;
}

.work-item > a:active {
  -webkit-transition: all 0.27s ease-out;
   -moz-transition: all 0.27s ease-out;
   -o-transition: all 0.27s ease-out;
   -ms-transition: all 0.27s ease-out;
   transition: all 0.27s ease-out;
}


  .barre3-rebrand {
    background-image: url(/images/portfolio/barre3-rebrand-preview.png);
  }

  .b3-magazine {
    background-image: url(/images/portfolio/b3-magazine-preview.png);
  }

  .b3-weekly {
    background-image: url(/images/portfolio/b3weekly-preview.png);
  }

  .barre3-online-2016 {
    background-image: url(/images/portfolio/barre3-online-2016-preview.png);
  }

  .barre3-online-2017 {
    background-image: url(/images/portfolio/barre3-online-2017-preview.png);
  }

  .b3-all-in {
    background-image: url(/images/portfolio/b3allin-preview.png);
  }

  .b3allin-handbook {
    position: absolute;
	top: 960px;
    width: 224px;
    right: 54px;
  }

  .b3allin-goal {
    width: 315px;
  }

/*.famine-somalia-infographic {
  background-image: url(/images/portfolio/somalia-preview.png);
}

.divorce-trends-infographic {
  background-image: url(/images/portfolio/divorce-preview.png);
}

.trials-jury-infographic {
  background-image: url(/images/portfolio/jury-preview.png);
}*/

.infographics {
  background-image: url(/images/portfolio/csi-preview.png);
}

.democracy-distilled-video {
  background-image: url(/images/portfolio/democracy-preview.png);
}

.wedding-invitations {
  background-image: url(/images/portfolio/invites-preview.png);
}

.baby-announcement {
  background-image: url(/images/portfolio/baby-preview.png);
}

.style-guide {
  background-image: url(/images/portfolio/style-guide-preview.png);
}

.submission-form {
  background-image: url(/images/portfolio/submissions-preview.png);
}

.the-ultimate {
  background-image: url(/images/portfolio/blog-preview.png);
}

.listing {
  background-image: url(/images/portfolio/listing-preview.png);
}
.home-page {
  background-image: url(/images/portfolio/home-page-preview.png);
}

/* ==============================
   Blog
   ============================== */

.blog-img {
  content: "";
  width: 100%;
  height: 170px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 1;
  -webkit-transform: scale(.95);
  transform: scale(.95);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.blog-item > a:hover .blog-img {
	background-position: 0 -190px;
	-webkit-transform: scale(.75);
  transform: scale(.75);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.interiors {
	background-image: url(/images/interiors.png);
}
.printables {
	background-image: url(/images/printables.png);
}
.products {
	background-image: url(/images/products.png);
}
.other {
	background-image: url(/images/other.png);
}

.white-cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  z-index: 10;
}

.btn-blog {
	display: none;
}

.blog-grid  {
	display: block;
	list-style: none;
	margin: 0 0 -30px 0;
	padding: 0;
}
.blog-item{
	width: 24.7%;
	float: none;
	display: inline-block;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-item a{
	height: 250px;
	display: block;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	width: 80%;
	margin: 0 auto;
}

.blog-item a:hover .blog-intro{
	color: #515151;
	border: none;
}

.blog-intro{
	width: 100%;
	padding: 0;
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 165px;
	left: 0;
	text-align: center;
	overflow: hidden;
	z-index: 10;
}
.blog-title{
	margin: 0 auto 10px auto;
	padding: 0;
  font-family: "Playfair Display", "Times New Roman", serif;
	font-size: 20px;
	font-weight: 900;
	line-height: 1.2;
  text-align: center;
}
.blog-descr{
  font-family: "Work Sans", arial, sans-serif;
	font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
	text-align: center;
  text-transform: uppercase;
	line-height: 1.2;
}

.video{
  border: 0px solid #FFF;
  position: absolute;
  z-index: 100;
  width: 96%;
}
.top {
  top: 8.4em;
}
.bottom {
  top: 45.1em;
}

#portfolio + .small-section{
	margin-top: -110px;
}

/*
 * Works filter
 */

.works-filter{
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0 0 70px 0;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	color: #555;
	cursor: default;
}
.works-filter a{
	display: inline-block;
	margin: 0 5px;
	padding: 6px 20px;
	border: 1px solid rgba(0,0,0, .05);
	color: #222;
	text-decoration: none;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	-webkit-transition: all 0.37s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);

	cursor: pointer;
}
.works-filter a:first-child{
	margin-left: 0;
}
.works-filter a:last-child{
	margin-right: 0;
}
.works-filter a:hover{
	color: #888;
	border: 1px solid rgba(0,0,0, .2);
	text-decoration: none;
}
.works-filter a.active{
	border-color: #222;
	cursor: default;
}
.works-filter a.active:hover{
	color: #000;
}




/*
 * Works grid
 */

.works-grid  {
	list-style: none;
	margin: 0 0 40px 0;
	padding: 0;
}
.work-item{
	width: 25%;
	float: left;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.work-grid-3 .work-item{
	width: 33.333%;
}

.works-grid .mix{
	/*display: none;
	opacity: 0;*/
}
.work-item > a{
	display: block;
	padding: 0 0 94px 0;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.work-item a,
.work-item a:hover{
	color: #515151;
	border: none;
}
.work-img{
	position: relative;
	overflow: hidden;
}
.work-img img{
	width: 100%;
	display: block;
	overflow: hidden;
}
.work-intro{
	width: 100%;
	height: 143px;
	padding: 0;
	-webkit-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	overflow: hidden;
}
.work-title{
  color: #515151;
	margin: 0 auto 10px auto;
	padding: 0;
  font-family: "Playfair Display", "Times New Roman", serif;
	font-size: 24px;
	font-weight: 900;
  letter-spacing: .5px;
	line-height: 1.2;
  text-align: center;
 	padding-top: 30px;
 	border-bottom: none;
}
.work-title .works{
	display: none;
}

.clear {
  clear: both;
}
@media only screen and (max-width: 991px) {
  .clear {
    clear: inherit;
  }
}

.process-holder {
  padding: 40px 20px;
}
@media only screen and (max-width: 991px) {
  .process-holder {
    padding: 35px;
  }
  .work-intro{
  opacity: 1 !important;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
  height: 59% !important;
}
}

.process-number {
  position: absolute;
  font-size: 280px;
  line-height: 9%;
  z-index: -100;
  opacity: .1;
  font-weight: 600;
}

.process-number-1 {
  left: -43%;
  right: 0;
}

.process-number-2 {
  left: -43%;
  right: 0;
}

.process-number-3 {
  left: -43%;
  right: 0;
  font-size: 240px;
}

.process-number-4 {
  right: -34%;
  left: 0;
  font-size: 250px;
}

.process-number-5 {
  right: -34%;
  left: 0;
  font-size: 250px;
}

.process-number-6 {
  right: -34%;
  left: 0;
  top: 37%;
  font-size: 240px;
}

.work-descr{
  font-family: "Work Sans", arial, sans-serif;
	font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
	text-align: center;
  text-transform: uppercase;
	line-height: 1.2;
}

.works-grid.hide-titles .work-item > a{
	overflow: hidden;
  margin: 0 auto;
	padding: 0;
}
.works-grid.hide-titles .work-item .work-intro{
	opacity: 1;
	bottom:  61px;
}
.works-grid.hide-titles .work-item .work-intro .white .no-description{
	bottom:  0 !important;
}

.work-item a:active > .work-intro,
.work-item a:visited > .work-intro {
	/*opacity: 0 !important;*/
}

.work-intro{
/*  opacity: 0;*/
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.work-item:hover .work-intro{
  color: #515151;
  opacity: 1;
	-webkit-transform: scale(.95);
  transform: scale(.95);
	z-index: 3;
}

.work-item .work-img:after{
	content: " ";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(250,250,250, 0);

	-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}



/*
 * Works full view
 */

.work-full{
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10000;
}
.work-full-load{
	padding-top: 60px;
}
.work-loader{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 10001;
}
.work-loader:after{
	display: block;
	content: " ";
	width: 16px;
	height: 16px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -8px 0 0 -8px;
	background: url(../images/loader.gif) no-repeat;
}

/* Work navigation */

.work-navigation{
	width: 100%;
	height: 51px;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255,255,255, .93);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 10002;
}
.work-navigation .fa{
	font-size: 9.5px;
	vertical-align: middle;
}
.work-navigation .fa-times{
	font-size: 12px;
	margin-top: -2px;
}
.work-navigation a{
	display: block;
	float: left;
	width: 33.33333%;
	vertical-align: middle;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	font-size: 12px;
}
.work-navigation .infographic {
	width: 100%;
}
.work-navigation a,
.work-navigation a:visited{
	color: #151515;
	border-bottom: none !important;
}
.work-navigation a:hover{
	color: #151515;
}
.work-navigation a span{
  color: #777;
	display: inline-block;
	height: 55px;
	line-height: 52px;
	padding: 0 4%;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.work-navigation a span:hover{
	color: #000;
  text-decoration: none;
}
.work-back-link{
	margin: 20px 0 0;
	display: block;
	background: #fff;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #151515;
}
.work-prev{
	text-align: left;
}
.work-prev .fa-chevron-left, .work-next .fa-chevron-right {
  padding-bottom: 1px;
}
.work-all{
	text-align: center;
}
.work-next{
	text-align: right;
}
.work-container{
	padding: 75px 0 20px 0;
}
.work-full-title{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
.work-full-media{
	margin-top: 12px;
}

.work-full-media img{
	max-width: 100%;
	height: auto;
}
.work-full-text{
	text-align: left;
	font-size: 14px;
  letter-spacing: .5px;
  line-height: 180%;
	color: #515151;
}
.work-text-note {
  max-width: 800px;
  margin: 30px auto;
	color: #515151;
}
.work-full-text h6{
  color: #515151;
  font-size: 14px;
  letter-spacing: 1.5px;
	margin-top: 5px;
}
.work-detail{
	margin-bottom: 30px;
}
.work-detail p:last-child{
	margin-bottom: 0;
}
.work-full-detail{
	color: #515151;
	text-transform: uppercase;
  font-size: 13px;
  margin-top: 30px;
}
.work-full-detail p{
  font-size: 13px;
  letter-spacing: 1px;
	margin: 0 0 12px 0;
	font-weight: 400;
}
.work-full-detail strong{
  color: #515151;
}
.work-full-action{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #eaeaea;
	text-align: center;
}
    .mobile-img{
        display: none;
    }


/* ==============================
   Testimonial
   ============================== */

blockquote.user {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  text-align: center;
  font-family: "Playfair Display", "Times New Roman", Times, serif;
  font-size: 20px;
  font-style: 600;
  letter-spacing: 0;
  color: #515151;
}

.testimonial{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    text-align: center;
    font-family: "Work Sans", arial, sans-serif;
	font-size: 18px;
	font-style: normal;
	letter-spacing: 0;
	color: #515151;
}
.testimonial-author{
    margin-top: 20px;
    color: #515151;
    font-family: "Playfair Display", "Times New Roman", Times, serif;
    font-size: 17px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings:"lnum" 1;
    -moz-font-feature-settings:"lnum=1";
    -ms-font-feature-settings:"lnum" 1;
    -o-font-feature-settings:"lnum" 1;
    -webkit-font-feature-settings:"lnum" 1;
    font-feature-settings:"lnum" 1; }
}
.designer-note{
    margin-top: 20px;
    color: #515151;
    font-family: "Playfair Display", "Times New Roman", Times, serif;
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
    text-align: center;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings:"lnum" 1;
    -moz-font-feature-settings:"lnum=1";
    -ms-font-feature-settings:"lnum" 1;
    -o-font-feature-settings:"lnum" 1;
    -webkit-font-feature-settings:"lnum" 1;
    font-feature-settings:"lnum" 1; }
}
.testimonial-link {
  text-align: center;
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Work Sans", arial, sans-serif;
  padding-top: 5px;
}
.testimonial-sub {
  text-align: center;
  display: block;
  text-transform: uppercase;
  color: #919191;
  font-size: 12px;
  padding-top: 5px;
  letter-spacing: 1px;
  font-weight: 500;
}


/* ==============================
   Contact
   ============================== */


.contact-item > .ci-text > a{
    color: rgba(51,51,51, .4);
    text-decoration: none;
}
.contact-item a:hover{
    color: rgba(51,51,51, .8);
    text-decoration: none;
}

.ci-icon{
    width: 36px;
    height: 40px;
    position: relative;
    font-size: 14px;
    float: left;
    text-align: center;
    line-height: 40px;
    margin-top: 3px;
}
.contact-item .ci-icon .circle {
  background-color: #898989;
  border-radius: 35px;
  height: 35px;
  width: 35px;
  opacity: .4;
  padding: 0;
  /*-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;*/
}
.contact-item .ci-icon .circle {
  opacity: 1;
  /*-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;*/
}

.ci-icon .circle i {
  color: #fff;
 	font-size: 16px;
}

.ci-title{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.ci-text{
  font-size: 14px;
  float: left;
  margin: 0 0 5px 15px;
}

.contact-item{
    position: relative;
    color: rgba(51,51,51, .7);
    text-align: left;
    overflow: hidden;
    width: 100%;
    float: left;
/*
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);*/
}

/*
 * Contact form
 */

.cf-left-col{
    width: 48.5%;
    float: left;
    margin-right: 3%;
}
.cf-right-col{
    width: 48.5%;
    float: left;
}
.contact-form .form-group{
    margin-bottom: 20px;
}

.ci-btn{
    padding: 15px;
    margin-top: -5px;
    background: #dddddd;
    color: #515151;
    font-size: 13px;
    width: 170px;
    border: 1.5px solid transparent;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2.5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.ci-btn:hover{
    color: #FFF;
  	background: #515151;
    opacity: .9;
}
.ci-btn:focus{
    outline:none;
}

.btn-404 {
  width: 202px;
}

.submit_btn {
  width: 100%;
}

.contact-form .error{
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: rgba(228,25,25, .75);
    color: #fff;
}
.contact-form .success{
    margin-top: 20px;
    padding: 13px 20px;
    text-align: center;
    background: #515151;
    color: #fff;
}



.work-wrapper .b3-all-in img  {
	display: block;
	margin: 0 auto;
}


/* ==============================
   Bottom menu
   ============================== */

.fa-caret-up {
  font-size: 24px;
}


.footer-link{
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #FFF;
}

.bot-menu{
    text-align: center;
    background-image: url(/images/footer.jpg);
    background-size: cover;
    background-position: 50%;
    font-weight: 400;
    font-size: 0;
    height: 167px;
	word-spacing: 0;
  transition: none;
  padding-top: 24px;
}

.bot-menu-item {
    color: #FFF !important;
    font-size: 26px;
    line-height: 130%;
}

.footer-name {
  line-height: 28px;
  display: block;
  padding-bottom: 12px;
  margin: 0;
  color: #FFF;
  font-family: "Playfair Display", serif;
  font-size: 29px;
  font-weight: 900 !important;
  white-space: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.5px !important;
}

.footer-name:hover{
  color: #515151 !important;
    text-decoration: none;
    -webkit-transition: color 0.35s, -webkit-transform 0.35s;
    transition: color 0.35s, transform 0.35s;
}

.footer-social-links a:hover{
  color: #515151 !important;
    text-decoration: none;
    -webkit-transition: color 0.35s, -webkit-transform 0.35s;
    transition: color 0.35s, transform 0.35s;
}

.bot-menu-item span {
  color: #FFF;
  display: block;
  font-family: "Work Sans", arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.bot-menu-item:hover{
  color: #515151 !important;
    text-decoration: none;
    -webkit-transition: color 0.35s, -webkit-transform 0.35s;
    transition: color 0.35s, transform 0.35s;
}


.bot-menu-icon{
    display: inline-block;
    font-size: 28px;
    position: relative;
    top: 4px;
}


/* ==============================
   Resume
   ============================== */

.section-divider {
  border-bottom: 2.5px solid #898989;
  width: 60px;
  margin: 0 auto;
  opacity: .3;
}

.arrows {
  position: relative;
  width: 100%;
}

@media only screen and (max-width: 1199px) {
  .arrows {
    display: none;
  }
}

.arrow-1 {
  left: 48.8%;
  position: absolute;
  font-size: 18px;
  width: 20px;
  top: 56px;
  color: #d0d0d0;
}

.icon-arrow-right:before {
  color: #adadad;
  top: -5px;
  position: relative;
  left: 13px;
}

.arrow-2 {
  left: 49.5%;
  position: absolute;
  font-size: 18px;
  width: 20px;
  top: 91px;
  color: #d0d0d0;
}

.arrow-3 {
  left: 49.9%;
  position: absolute;
  font-size: 18px;
  width: 20px;
  top: 126px;
  color: #d0d0d0;
}

.arrow-4 {
  left: 48.8%;
  position: absolute;
  font-size: 18px;
  width: 20px;
  top: 161px;
  color: #d0d0d0;
}

.arrow-5 {
  left: 49.3%;
  position: absolute;
  font-size: 18px;
  width: 20px;
  top: 196px;
  color: #d0d0d0;
}

.arrow-6 {
  left: 48.6%;
  position: absolute;
  font-size: 18px;
  width: 20px;
  top: 231px;
  color: #d0d0d0;
}

.resume p {
	font-size: 14px;
  line-height: 180%;
}

@media (min-width: 1300px) {
  .resume-container {
    width: 1330px;
    margin: 0 auto;
  }
}

@media (min-width: 1300px) {
  .resume-aside {
    width: 400px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .resume-container {
    width: 1200px;
    margin: 0 auto;
  }
}

@media (min-width: 1200px) {
  .resume-main {
    padding: 0;
    width: 835px;
  }
}

@media (min-width: 1200px) and (max-width: 1299px) {
  .resume-aside {
    width: 325px;
  }
}

.resume-item{
    position: relative;
    text-align: center;
    overflow: hidden;
    width: 100%;
    float: none;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.resume-item:hover, .resume-item:focus {
    color: rgba(51,51,51, 1);
    font-weight: 500;
    text-decoration: none;
}

.resume-icon .fa-linkedin:before {
  margin-left: 3px;
  top: -3px;
  position: relative;
}

.icon-screen-desktop:before, .icon-envelope:before, .footer-icon {
  margin-left: 2px;
}

.resume-icon{
    width: 35px;
    height: 40px;
    position: relative;
    font-size: 14px;
    float: none;
    margin: 2px auto;
    text-align: center;
    line-height: 40px;
}
.resume-item .resume-icon .circle {
  background-color: #898989;
  border-radius: 35px;
  height: 35px;
  width: 35px;
  opacity: .4;
  padding: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.resume-item:hover .resume-icon .circle {
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.resume-icon .circle i {
  color: #fff;
  font-size: 16px;
}

.resume-title{
		color: rgba(51,51,51, .6);
    font-size: 12.5px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.resume-text {
	font-size: 13px;
	float: none;
	margin: 0 0 22px 0;
	font-weight: 500;
	letter-spacing: .5px;
	-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
   color: #919191;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  font-variant-numeric: lining-nums;
    -moz-font-feature-settings:"lnum" 1;
    -moz-font-feature-settings:"lnum=1";
    -ms-font-feature-settings:"lnum" 1;
    -o-font-feature-settings:"lnum" 1;
    -webkit-font-feature-settings:"lnum" 1;
    font-feature-settings:"lnum" 1; }
}

.resume-item:hover > .resume-text {
	-webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
   opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.resume-serif {
	color: #919191;
	font-family: "Playfair Display", "Times New Roman", Times, serif;
	font-style: italic;
  font-weight: normal;
  font-size: 15px !important;
  font-variant-numeric: lining-nums;
    -moz-font-feature-settings:"lnum" 1;
    -moz-font-feature-settings:"lnum=1";
    -ms-font-feature-settings:"lnum" 1;
    -o-font-feature-settings:"lnum" 1;
    -webkit-font-feature-settings:"lnum" 1;
    font-feature-settings:"lnum" 1;
}



.resume-note {
  color: #515151;
  font-size: 13px !important;
  text-transform: none;
  line-height: 150%;
  letter-spacing: 0 !important;
}

/* ==============================
   Footer
   ============================== */

.footer{
    text-align: center;
    color: #707070;
    font-size: 12px;
    padding: 0;
}

.footer-text {
  margin: 20px 0 0 0;
}

.footer a{
	border-bottom: none !important;
    color: #FFF;
    text-decoration: none;

    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);	
}
}
.footer a:hover{
    color: #707070;
     text-decoration: none;
}
.footer-copy{
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #515151;
}
.footer-copy:focus{
		text-decoration: none;
}
.footer-made{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer-made .serif{
    font-size: 16px;
    font-weight: 400;
    color: #aaaaaa;
    text-transform: none;
}
.footer-social-links{
    padding: 12px 0;
    font-size: 14px;
}

.footer-social-links .circle {
  background-color: #FFF;
  border-radius: 35px;
  display: inline-block;
  height: 35px;
  width: 35px;
  margin: 2px 12px;
  padding: 6px;
}

.footer-social-links .circle:hover {
  background-color: #515151 !important;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.footer-social-links .circle:hover i {
  color: #FFF;
}

/* ==============================
   Shortcodes
   ============================== */

.margin-block{
	margin-bottom: 30px;
}


/*
 * Owl Carousel
 */

.owl-buttons{
	position: static;
}
.owl-prev,
.owl-next{
	opacity: 0;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: 40px;
  height: 40px;
  line-height: 34px;
  font-size: 25px;
	text-align: center;
	color: rgba(255,255,255, .6);
	background-color: rgba(0,0,0, .1);
	border-radius: 22px;
  z-index: 6;

	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.dark-controls .owl-prev,
.dark-controls .owl-next{
color: rgba(51,51,51, .6);
background-color: rgba(255,255,255, .1);
border-radius: 22px;
}

.owl-prev{
	left: 0;
}
.owl-next{
	right: 0;
}
.owl-prev:hover,
.owl-next:hover{
  border-color: rgba(255,255,255, .95);
	color: rgba(255,255,255, .95);

	-webkit-transition: 0 none !important;
    -moz-transition: 0 none !important;
	 -ms-transition: 0 none !important;
    -o-transition: 0 none !important;
    transition:0 none !important;
}

.dark-controls .owl-prev:hover,
.dark-controls .owl-next:hover{
  border-color: rgba(51,51,51, .95);
  color: rgba(51,51,51, .95);

  -webkit-transition: 0 none !important;
    -moz-transition: 0 none !important;
   -ms-transition: 0 none !important;
    -o-transition: 0 none !important;
    transition:0 none !important;
}

.owl-prev:active,
.owl-next:active{
	-webkit-transform: scale(0.94);
	-moz-transform: scale(0.94);
	-o-transform: scale(0.94);
	-ms-transform: scale(0.94);
	transform: scale(0.94);
}
.owl-carousel:hover .owl-prev{
	opacity: 1;
	left: 25px;
  padding: .5px 1.5px 0 0;
}
.owl-carousel:hover .owl-next{
	opacity: 1;
	right: 25px;
  padding: .5px 0 0 1.5px;
}
.owl-pagination{
	display: block;
	width: 100%;
	position: absolute;
	bottom: 45px;
	left: 0;
	text-align: center;
    z-index: 100 !important;
}
.owl-page{
	display: inline-block;
	padding: 6px 4px;
}
.owl-page span{
  border-radius: 12px;
	width: 12px;
	height: 12px;
	display: block;
	background: rgba(255,255,255, .2);

	-webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.owl-page:hover span{
	background: rgba(255,255,255, .45);
}
.owl-page.active span{
	background: rgba(255,255,255, .65);
}
.dark-controls .owl-page span{
  border-radius: 12px;
  width: 12px;
  height: 12px;
  display: block;
  background: rgba(51,51,51, .2);

  -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.dark-controls .owl-page:hover span{
  background: rgba(51,51,51, .45);
}
.dark-controls .owl-page.active span{
  background: rgba(51,51,51, .65);
}

.item-carousel .owl-prev{
	left: -125px;
}
.item-carousel .owl-next{
	right: -125px;
}
section:hover .item-carousel.owl-carousel .owl-prev{
	opacity: 1;
	left: -80px;
}
section:hover .item-carousel.owl-carousel .owl-next{
	opacity: 1;
	right: -80px;
}
.item-carousel .owl-pagination{
	bottom: -95px;
}

.work-full-slider:hover .owl-prev,
.content-slider:hover .owl-prev{
	left: 18px;
  opacity:  1;
}
.work-full-slider:hover .owl-next,
.content-slider:hover .owl-next{
	right: 18px;
}
.work-full-slider .owl-pagination,
.content-slider .owl-pagination{
	bottom: 15px;
}

.single-carousel,
.small-item-carousel{
    margin-bottom: 35px;
}
.single-carousel .owl-pagination,
.small-item-carousel .owl-pagination{
    position: relative;
    left: 0;
    top: 35px;
    margin: 0;
}
.single-carousel.black .owl-page span,
.small-item-carousel.black .owl-page span{
    background: rgba(0,0,0, .15);

    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.single-carousel.black .owl-page:hover span,
.small-item-carousel.black .owl-page:hover span{
    background: rgba(0,0,0, .4);
}
.single-carousel.black .owl-page.active span,
.small-item-carousel.black .owl-page.active span{
	background: rgba(0,0,0, .4);
}

.single-carousel.black .owl-prev,
.single-carousel.black .owl-next,
.small-item-carousel.black .owl-prev,
.small-item-carousel.black .owl-next{
    color: rgba(0,0,0, .2);
    text-shadow: none;

    -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.single-carousel.black .owl-prev:hover,
.single-carousel.black .owl-next:hover,
.small-item-carousel.black .owl-prev:hover,
.small-item-carousel.black .owl-next:hover{
    color: rgba(0,0,0, .35);
}
.single-carousel .owl-prev,
.small-item-carousel .owl-prev{
	left: -125px;
}
.single-carousel .owl-next,
.small-item-carousel .owl-next{
	right: -125px;
}
section:hover .single-carousel .owl-prev,
section:hover .small-item-carousel .owl-prev{
	opacity: 1;
	left: -80px;
}
section:hover .single-carousel .owl-next,
section:hover .small-item-carousel .owl-next{
	opacity: 1;
	right: -80px;
}



/*
 * Tabs
 */

.tpl-tabs{
	border-color: #EAEAEA;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.tpl-tabs > li > a{
    text-decoration: none;
    color: #777;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.tpl-tabs > li > a:hover{
	background-color: #f5f5f5;
}
.tpl-tabs li.active a{
	color: #000;
}
.tpl-tabs-cont{
	padding: 30px 0;
	color: #777;
    line-height: 1.8;
}

/*
 * Tabs minimal
 */

.tpl-minimal-tabs{
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	border: none;
}
.tpl-minimal-tabs > li{
	padding: 0 10px;
	background: none !important;
}
.tpl-minimal-tabs > li > a{
	padding: 6px 20px 5px;
	text-decoration: none;
	color: #515151;
	background: none;
	border: 1px solid transparent;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.tpl-minimal-tabs > li > a:hover{
	background: none;
	border-color: #e9e9e9;
	color: #777;
}
.tpl-minimal-tabs li.active a,
.tpl-minimal-tabs li.active a:hover{
	border: 1px solid #DDD !important;
	background: none !important;
	color: #515151;
	cursor: default;
}
.tpl-minimal-tabs-cont{
}


/*
 * Alert messages
 */

.alert{
	margin: 0 auto 10px;
	padding: 14px 20px;

    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	border: 1px solid #ddd;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #777;

    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

}
.success{
	border-color: #a9e2c2;
	color: #36a367;
}
.info{
	border-color: #9ecdfc;
	color: #297ad3;
}
.notice{
	border-color: #f9ce75;
	color: #e9a00a;
}
.error{
	border-color: #ffbbbb;
	color: #e33131;
}


/* ==============================
   Bootstrap multicolumn grid
   ============================== */

/* clear the first in row for any block that has the class "multi-columns-row" */
.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {
	/* reset previous grid */
	.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

	/* clear first in row for small columns */
	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 992px) {
	/* reset previous grid */
	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

	/* clear first in row for medium columns */
	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 1200px) {
	/* reset previous grid */
	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

	/* clear first in row for large columns */
	.multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }
}
