/*
Design:   EuroART93
XHTML/CSS:  EuroART93
*/
/* ==================================================
    =Reset
===================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==================================================
    =Less CSS
===================================================== */
.box-shadow-none {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ir {
  text-indent: -9999px;
  outline: none;
}
.cf {
  zoom: 1;
}
.cf:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
/* ==================================================
    =General
===================================================== */
.left {
  text-align: left !important;
}
.center {
  text-align: center !important;
}
.right {
  text-align: right !important;
}
.alignleft {
  float: left;
}
.aligncenter {
  margin: 0 auto;
}
.alignright {
  float: right;
}
.alignleft.clear,
.alignright.clear,
.aligncenter.clear {
  float: none;
}
img.alignleft,
table.alignleft,
.image-container.alignleft {
  margin: 5px 10px 5px 0;
}
img.alignright,
table.alignright,
.image-container.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  display: block;
  margin: 10px auto;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.mobile-show {
  display: block !important;
}
.mobile-hide {
  display: none !important;
}
.cf:before,
.cf:after,
.container:before,
.container:after,
.widget:before,
.widget:after,
form ol > li:before,
form ol > li:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
}
.cf:after,
.clear,
.container:after,
.widget:after,
form ol > li:after {
  clear: both;
}
.cf,
.container,
.widget,
form ol > li {
  zoom: 1;
}
/* ==================================================
    =Main tags
===================================================== */
/* Defined in html element when using rem unit */
html {
  font: normal 62.5% 'source-sans-pro', Arial, sans-serif;
  color: #444;
  background-color: #fff;
}
/* apply a natural box layout model to all elements */
/* http://paulirish.com/2012/box-sizing-border-box-ftw/ */
/* Buggy in IE7, avoid if developing for IE7 */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* ==================================================
    =Typography
===================================================== */
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
.user-content ul,
.user-content ol,
.user-content dl {
  margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 10px;
}
h1 {
  font: 400 32px/1.3 'source-sans-pro', Arial, sans-serif;
}
h2 {
  font: 400 24px/1.2 'source-sans-pro', Arial, sans-serif;
}
h3 {
  font: 400 22px/1.2 'source-sans-pro', Arial, sans-serif;
}
h4 {
  font: 400 20px/1.2 'source-sans-pro', Arial, sans-serif;
}
h5 {
  font: 400 16px/1.2 'source-sans-pro', Arial, sans-serif;
}
h6 {
  font: 400 14px/1.2 'source-sans-pro', Arial, sans-serif;
}
a {
  color: #444444;
  text-decoration: none;
}
/* Styling */
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
sup {
  vertical-align: text-top;
  font-size: 75%;
}
sub {
  vertical-align: bottom;
  font-size: 75%;
}
blockquote {
  font-style: italic;
}
/* User generated  */
.user-content ul {
  list-style: disc;
  margin-left: 24px;
}
.user-content ul ul {
  margin-left: 20px;
  margin-bottom: 0;
}
.user-content ul li {
  margin-bottom: 0;
}
.user-content ol {
  margin-left: 24px;
  list-style: decimal;
}
.user-content ol ol {
  list-style: lower-latin;
  margin-bottom: 0;
}
.user-content ul ul,
.view ol ol {
  margin-bottom: 0;
}
.user-content li li {
  font-size: 1em;
}
/* Table */
table {
  width: 100%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
table thead th {
  border-top: none;
  font-weight: bold;
  color: #fff;
  background: #222222;
}
table tbody th {
  text-transform: uppercase;
  font-weight: bold;
  color: #444;
}
table td,
table th {
  padding: 5px;
  vertical-align: middle;
}
table tr:nth-child(even) td,
table tr:nth-child(even) th {
  background-color: #eeeeee;
}
/* Normal form */
.normal-form input[type="text"],
.normal-form input[type="password"],
.normal-form input[type="datetime"],
.normal-form input[type="datetime-local"],
.normal-form input[type="date"],
.normal-form input[type="month"],
.normal-form input[type="time"],
.normal-form input[type="week"],
.normal-form input[type="number"],
.normal-form input[type="email"],
.normal-form input[type="url"],
.normal-form input[type="search"],
.normal-form input[type="tel"],
.normal-form input[type="color"],
.normal-form textarea,
.normal-form select {
  -webkit-appearance: none;
}
/* Button styling */
.button {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 10px 0 0;
  font: bold 14px/20px 'source-sans-pro', Arial, sans-serif;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  border: none;
  background: #222222;
  text-align: center;
  overflow: visible;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.button:hover {
  color: #fff;
  background-color: #080808;
}
/* ==================================================
    =Layout
===================================================== */
html {
  overflow-x: hidden;
}
body {
  background: #e140a0;
  position: relative;
  overflow-x: hidden;
}
#page-header {
  height: 60px;
  background: url(../img/background/header-bg.png) left 28px repeat;
  position: relative;
  z-index: 10;
}
.container {
  width: 94%;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
.site-branding {
  width: 80px;
  height: 60px;
  background: #20a4ae;
  position: relative;
}
.site-branding:after {
  content: '';
  display: block;
  width: 12px;
  height: 60px;
  position: absolute;
  top: 0;
  right: -12px;
  background: url(../img/background/right-cut.png) top left no-repeat;
}
.site-logo a {
  display: inline-block;
  width: 90px;
  height: 60px;
  text-indent: -999px;
  overflow: hidden;
  background: url(../img/background/logo-x2.png) center center no-repeat;
  background-size: 36px 37px;
}
.mobile-btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 21px 18px;
  cursor: pointer;
  z-index: 10;
}
.mobile-btn ul {
  display: block;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow */
  user-select: none;
}
.mobile-btn li {
  display: block;
  width: 32px;
  height: 4px;
  background: #fff;
  margin-bottom: 5px;
  opacity: 1;
  position: relative;
  top: 6px;
  right: 3px;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.mobile-menu {
  width: 100%;
  position: absolute;
  top: -400px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
}
.mobile-nav {
  overflow-y: auto;
  padding-top: 80px;
  text-align: center;
  padding-bottom: 30px;
}
.mobile-nav > li {
  margin-bottom: 15px;
}
.mobile-nav > li > a {
  display: block;
  font-family: 'felt-tip-roman', sans-serif;
  font-size: 22px;
  padding: 10px 0;
  color: #fff;
  padding-left: 20px;
}
.main-nav {
  display: none;
}
.white-curves {
  background: url(../img/background/white-pattern.jpg) left bottom repeat;
}
.white-cut-bottom {
  position: relative;
  z-index: 1;
}
.white-cut-bottom:after {
  content: '';
  display: block;
  width: 100%;
  height: 81px;
  position: absolute;
  bottom: -81px;
  left: 0;
  background: url(../img/background/white-cut.png) top left no-repeat;
}
.pink-curves {
  background: url(../img/background/pink-pattern.jpg) left bottom repeat;
}
.pink-cut-top {
  position: relative;
  z-index: 1;
}
.pink-cut-top:before {
  content: '';
  display: block;
  width: 100%;
  height: 87px;
  position: absolute;
  top: -87px;
  left: 0;
  background: url(../img/background/pink-cut.png) top left no-repeat;
}
.pink-cut-bottom {
  position: relative;
  z-index: 1;
}
.pink-cut-bottom:after {
  content: '';
  display: block;
  width: 100%;
  height: 54px;
  position: absolute;
  bottom: -54px;
  left: 0;
  background: url(../img/background/pink-cut-2.png) top left no-repeat;
}
.green-curves {
  background: url(../img/background/green-pattern.jpg) left bottom repeat;
}
.green-cut-top {
  position: relative;
  z-index: 1;
}
.green-cut-top:before {
  content: '';
  display: block;
  width: 100%;
  height: 87px;
  position: absolute;
  top: -87px;
  left: 0;
  background: url(../img/background/green-cut.png) top left no-repeat;
}
.green-cut-bottom {
  position: relative;
  z-index: 1;
}
.green-cut-bottom:before {
  content: '';
  display: block;
  width: 100%;
  height: 52px;
  position: absolute;
  bottom: -52px;
  left: 0;
  background: url(../img/background/green-cut-2.png) top left no-repeat;
}
.black-curves {
  background: url(../img/background/black-pattern.jpg) left bottom repeat;
}
.black-cut-top {
  position: relative;
  z-index: 1;
}
.black-cut-top:before {
  content: '';
  display: block;
  width: 100%;
  height: 54px;
  position: absolute;
  top: -54px;
  left: 0;
  background: url(../img/background/black-cut.png) top left no-repeat;
}
.dark-pattern {
  position: relative;
  background: url(../img/background/header-bg.png) -27px 9px repeat;
}
.dark-cut-top {
  position: relative;
  z-index: 1;
}
.dark-cut-top:before {
  content: '';
  display: block;
  width: 100%;
  height: 50px;
  position: absolute;
  top: -50px;
  left: 0;
  background: url(../img/background/black-cut-2.png) top left no-repeat;
}
.white-slat {
  background: #fff;
}
.white-cut-bottom-2 {
  position: relative;
  z-index: 1;
}
.white-cut-bottom-2:before {
  content: '';
  display: block;
  width: 100%;
  height: 54px;
  position: absolute;
  bottom: -54px;
  left: 0;
  background: url(../img/background/white-cut-2.png) top left no-repeat;
}
.yellow-curves {
  background: url(../img/background/yellow-pattern.jpg) left bottom repeat;
}
.yellow-cut-bottom {
  position: relative;
  z-index: 1;
}
.yellow-cut-bottom:before {
  content: '';
  display: block;
  width: 100%;
  height: 54px;
  position: absolute;
  bottom: -54px;
  left: 0;
  background: url(../img/background/yellow-cut.png) top left no-repeat;
}
.creative {
  padding-top: 30px;
}
.creative img {
  width: 100%;
  margin-bottom: 20px;
}
.creative p {
  font-style: italic;
  font-size: 24px;
  font-weight: 200;
  text-align: center;
}
.clients {
  padding-top: 100px;
  padding-bottom: 100px;
}
.clients .container {
  text-align: center;
}
.clients .section-subtitle {
  font-style: italic;
  font-size: 20px;
  color: #aeaeae;
  margin-bottom: 30px;
}
.clients .section-link {
  color: #fff;
}
.clients .big-title {
  color: #e140a0;
  margin-top: 70px;
  margin-bottom: 40px;
}
.section-link {
  font-family: 'felt-tip-roman', sans-serif;
  font-size: 19px;
  position: relative;
}
.section-link:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: url(../img/background/title-line.png) top left no-repeat;
  background-size: 100% 4px;
}
.big-title {
  font-family: 'felt-tip-roman', sans-serif;
  font-size: 48px;
  line-height: 48px;
}
.home-slider .slide {
  width: 100%;
  height: 200px;
  position: relative;
  background: #20a4ae;
}
.home-slider .slide .inner {
  display: block;
  width: auto;
  margin: 0 auto;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home-slider .slide .logo-inner {
  display: inline-block;
  height: 200px;
}
.home-slider .slide .logo-holder {
  display: table-cell;
  height: 200px;
  vertical-align: middle;
}
.home-slider .slide .inner img {
  display: inline-block;
}
.home-slider .slide .two-logos img {
  max-width: 100px;
}
.home-slider .slide .two-logos .logo-inner:first-child {
  margin-right: 30px;
}
.pagination ul {
  text-align: center;
}
.pagination li {
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #fff;
  margin: 6px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
.pagination li.active {
  background: #e140a0;
}
.clients .pagination {
  margin-top: 15px;
  margin-bottom: 20px;
}
.home-slider-content .slide {
  width: 100%;
  padding: 0 3%;
  text-align: center;
  padding-bottom: 20px;
}
.home-slider-content .slide-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
  color: #fefefe;
  text-align: center;
}
.home-slider-content .slide-title span {
  color: #e140a0;
  font-weight: 600;
}
.home-slider-content p {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  color: #fefefe;
  text-align: center;
}
.services h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.services-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.services-list li {
  display: block;
  float: left;
  width: 48%;
  font-size: 19px;
  color: #fff;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  padding-top: 100px;
  margin-bottom: 30px;
}
.services-list .odd {
  margin-right: 4%;
}
.services-list .service-1 {
  background: url(../img/background/service-1.png) center 10px no-repeat;
}
.services-list .service-2 {
  background: url(../img/background/service-2.png) center 0px no-repeat;
}
.services-list .service-3 {
  background: url(../img/background/service-3.png) center 13px no-repeat;
}
.services-list .service-4 {
  background: url(../img/background/service-4.png) center 10px no-repeat;
}
.services-list .service-5 {
  background: url(../img/background/service-5.png) center 30px no-repeat;
}
.services-list .service-6 {
  background: url(../img/background/service-6.png) center 10px no-repeat;
}
.services-list .service-7 {
  background: url(../img/background/service-7.png) center 30px no-repeat;
}
.services-list .service-8 {
  background: url(../img/background/service-8.png) center 20px no-repeat;
}
.services-list .service-9 {
  background: url(../img/background/service-9.png) center 22px no-repeat;
}
.team {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 120px;
}
.team h1 {
  color: #191918;
  text-align: center;
  margin-bottom: 40px;
}
.team-slider .team-slide {
  padding: 0 2px;
}
.team-slider .name-box {
  margin-bottom: 50px;
}
.team-slider .member-name {
  font-family: 'felt-tip-roman', sans-serif;
  font-size: 35px;
  color: #e140a0;
  text-align: center;
  margin-bottom: 3px;
}
.team-slider .member-title {
  font-size: 19px;
  font-weight: 300;
  font-style: italic;
  color: #191918;
  text-align: center;
}
.team-slider .col {
  padding-top: 175px;
}
.team-slider .col p {
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
  font-style: italic;
  color: #191918;
  text-align: center;
}
.team-slider .mic-icon {
  background: url(../img/background/mic-icon.png) center top no-repeat;
}
.team-slider .cup-icon {
  background: url(../img/background/cup-icon.png) center 10px no-repeat;
}
.team-slider .team-navigation {
  zoom: 1;
  margin-top: 20px;
}
.team-slider .team-navigation:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.team-slider .team-navigation a {
  font-family: 'felt-tip-roman', sans-serif;
  font-size: 25px;
  line-height: 30px;
  color: #191918;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow */
  user-select: none;
}
.team-slider .team-navigation a span {
  display: inline-block;
  width: 30px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 30px;
}
.team-slider .member-prev {
  float: left;
}
.team-slider .member-prev span {
  float: left;
  margin-right: 10px;
  background-image: url(../img/icons/arrow-left-sprite.png);
}
.team-slider .member-next {
  float: right;
}
.team-slider .member-next span {
  float: right;
  margin-left: 10px;
  background-image: url(../img/icons/arrow-right-sprite.png);
}
.our-clients {
  padding-bottom: 50px;
}
.our-clients h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}
.clients-list li {
  text-align: center;
  margin-bottom: 30px;
}
.clients-list .inner {
  display: inline-block;
}
.clients-list .inner-center {
  display: table-cell;
  vertical-align: middle;
}
.clients-list li img {
  display: inline-block;
  max-width: 100%;
}
.our-blog {
  background: #e6d358 url(../img/background/logo-big.png) -100px -100px no-repeat;
  padding-top: 30px;
  padding-bottom: 120px;
}
.our-blog h1 {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.our-blog .date {
  font-family: 'felt-tip-roman', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #e140a0;
  margin-bottom: 10px;
}
.our-blog h2 {
  font-style: italic;
  font-weight: 300;
  color: #191918;
  margin-bottom: 20px;
}
.our-blog p {
  font-size: 16px;
  font-style: italic;
  color: #191918;
  line-height: 25px;
}
.our-blog article {
  margin-bottom: 40px;
}
.our-blog .all-posts {
  margin-left: 50px;
}
.our-blog .all-posts:after {
  display: none;
}
#page-footer .footer-inner {
  padding-bottom: 30px;
  padding-top: 30px;
  position: relative;
}
#page-footer h1 {
  font-size: 40px;
  line-height: 40px;
  color: #e140a0;
  text-align: center;
  margin-bottom: 40px;
}
#page-footer p {
  font-size: 19px;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
#page-footer p a {
  color: #fff;
}
#page-footer .copy {
  font-family: 'jaf-facitweb', sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0;
}
.social-list {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
.social-list li {
  display: inline-block;
}
.social-list li a {
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  margin: 10px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.social-list .twitter a {
  width: 30px;
  height: 24px;
  background-image: url(../img/icons/twitter.png);
}
.social-list .facebook a {
  width: 14px;
  height: 29px;
  background-image: url(../img/icons/facebook.png);
}
.social-list .instagram a {
  width: 30px;
  height: 30px;
  background-image: url(../img/icons/instagram.png);
}
.social-list .linkedin a {
  width: 30px;
  height: 28px;
  background-image: url(../img/icons/linkedin.png);
}
.to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-indent: -999px;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../img/icons/arrow-top.png);
  background-position: center center;
  background-repeat: no-repeat;
}
/* -------------------------------------------------------------------------------------- About Us */
.us-slat {
  position: relative;
  z-index: 1;
}
.us-slat .container {
  padding-bottom: 100px;
}
.us-slat img {
  width: 100%;
}
.us-slat p {
  font-family: 'source-sans-pro', sans-serif;
  font-size: 150px;
  font-weight: 900;
  color: #e6d358;
  text-align: center;
  position: absolute;
  bottom: 0%;
  width: 100%;
}
.subtitle {
  padding-top: 50px;
  padding-bottom: 50px;
}
.subtitle p {
  font-style: italic;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.subtitle p span {
  font-weight: 600;
  color: #e140a0;
}
.us-subtitle {
  padding-top: 100px;
}
.services-slat {
  padding-top: 30px;
  padding-bottom: 10px;
}
.services-slat .container {
  background: url(../img/background/bulb.png) top center no-repeat;
  background-size: 100px;
  padding-top: 130px;
}
.services-slat p {
  font-size: 19px;
  font-weight: 300;
  line-height: 30px;
  font-style: italic;
  color: #191918;
  text-align: center;
  margin-bottom: 60px;
}
.services-slat p span {
  font-weight: 600;
  color: #e140a0;
}
.services-slat .col {
  padding-top: 150px;
}
.services-slat .talk-icon {
  background: url(../img/background/talk.png) top center no-repeat;
  background-size: 150px;
}
.services-slat .mic-icon {
  background: url(../img/background/mic-icon-2.png) top center no-repeat;
  background-size: 100px;
}
.services-slat .big-txt {
  font-size: 25px;
}
.our-team {
  padding-top: 20px;
  background-color: #901760;
}
.our-team .container {
  background: url(../img/background/us-2.png) center top no-repeat;
  text-align: center;
  background-size: 100%;
  padding-top: 70px;
  padding-bottom: 150px;
}
.our-team p {
  font-family: 'felt-tip-roman', sans-serif;
  font-size: 35px;
  color: #fff;
  text-align: center;
}
.our-team .section-link {
  color: #fff;
}
.our-team .section-link:after {
  background-image: url(../img/background/title-line-2.png);
}
/* -------------------------------------------------------------------------------------- Blog */
.blog-main {
  padding-top: 30px;
  padding-bottom: 40px;
}
.blog-main img {
  width: 100%;
  margin-bottom: 20px;
}
.blog-main p {
  font-style: italic;
  font-size: 24px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 0;
}
.blog-subtitle {
  padding-top: 100px;
  padding-bottom: 40px;
}
.blog-articles {
  background: #fff;
  padding-bottom: 200px;
  zoom: 1;
}
.blog-articles:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.blog-articles article {
  width: 100%;
  float: left;
  position: relative;
  text-align: center;
}
.blog-articles article:before {
  content: '';
  display: block;
  width: 100%;
  height: 42px;
  position: absolute;
  bottom: -42px;
  left: 0;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 100% 42px;
  z-index: 1;
}
.blog-articles article a {
  display: block;
  padding-bottom: 85px;
}
.blog-articles article img {
  width: 100%;
}
.blog-articles .img-box {
  overflow: hidden;
}
.blog-articles .date {
  font-family: 'felt-tip-roman', sans-serif;
  font-size: 19px;
  color: #e140a0;
  margin-top: 40px;
}
.blog-articles h1 {
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  color: #191919;
  margin-bottom: 0;
  padding: 0 30px;
}
.blog-color-1 {
  background-color: #fff;
}
.blog-color-1:before {
  background-image: url(../img/background/small-white-cut.png);
}
.blog-color-2 {
  background-color: #f4e05e;
}
.blog-color-2:before {
  background-image: url(../img/background/small-yellow-cut.png);
}
.blog-color-3 {
  background-color: #20a4ae;
}
.blog-color-3:before {
  background-image: url(../img/background/small-green-cut.png);
}
/* -------------------------------------------------------------------------------------- Project */
.project-header {
  height: 100vh;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.project-header .modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.project-header img {
  display: inline-block;
  max-width: 150px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.project-header .modal.first-logo img {
  top: 25%;
}
.project-header .modal.second-logo img {
  top: 65%;
}
.project-info {
  padding-top: 40px;
  padding-bottom: 50px;
}
.project-info .container {
  padding-left: 60px;
  padding-right: 60px;
}
.project-info .project-number {
  font-family: 'felt-tip-roman', sans-serif;
  font-size: 19px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
}
.project-info .slide-title {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
  color: #fefefe;
  text-align: center;
}
.project-info .slide-title span {
  color: #e140a0;
  font-weight: 600;
}
.project-info .date {
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  font-style: italic;
  color: #fefefe;
  text-align: center;
}
.project-info .project-nav {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.project-info .project-nav.btn-prev {
  left: 0;
}
.project-info .project-nav.btn-next {
  right: 0;
}
.btn-nav {
  display: inline-block;
  width: 30px;
  height: 31px;
  text-indent: -999px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 30px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-text-size-adjust: none;
  /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow */
  user-select: none;
}
.btn-prev {
  float: left;
  margin-right: 10px;
  background-image: url(../img/icons/arrow-left-sprite.png);
}
.btn-next {
  float: right;
  margin-left: 10px;
  background-image: url(../img/icons/arrow-right-sprite.png);
}
.project-content {
  padding-top: 30px;
  padding-bottom: 90px;
  background: #fff;
}
.content-slider .slide {
  zoom: 1;
}
.content-slider .slide:after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  content: ".";
}
.content-slider .col {
  width: 100%;
  float: left;
}
.content-slider img {
  width: 100%;
  margin-bottom: 5px;
}
.content-slider .navigation {
  float: left;
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.content-slider .navigation .btn-nav {
  position: absolute;
  top: 0;
}
.content-slider .navigation .btn-prev {
  left: 0;
}
.content-slider .navigation .btn-next {
  right: 0;
}
.navigation p {
  font-family: 'felt-tip-roman', sans-serif;
  font-size: 19px;
  color: #fff;
  line-height: 31px;
  letter-spacing: 2px;
  color: #191919;
  text-align: center;
}
/* -------------------------------------------------------------------------------------- Blog-detail */
.detail-blog .container {
  text-align: center;
}
.detail-blog img {
  display: inline-block;
  max-width: 650px;
}
.blog-slat {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 100px;
}
.blog-slat .navigation {
  text-align: center;
  margin-top: 30px;
}
.blog-slat .navigation .inner {
  display: inline-block;
}
.blog-slat .navigation p {
  display: inline-block;
  float: left;
  margin-bottom: 0;
}
.blog-slat .navigation .btn-nav {
  float: left;
  display: inline-block;
}
.blog-slat .navigation .btn-prev {
  margin-right: 30px;
}
.blog-slat .navigation .btn-next {
  margin-left: 30px;
}
.user-content p,
.user-content a,
.user-content li {
  font-size: 16px;
  color: #191918;
  font-weight: 300;
  line-height: 26px;
}
.user-content a {
  color: #e140a0;
}
.user-content ul {
  list-style: none;
  margin-bottom: 30px;
}
.user-content li {
  position: relative;
}
.user-content li:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 10px;
  left: -16px;
  background: #e140a0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.user-content img {
  width: auto;
  max-width: 100%;
  margin-bottom: 20px;
}
.user-content h2 {
  margin-top: 30px;
}
.user-content blockquote {
  font-size: 20px;
  color: #191918;
  font-weight: 300;
  line-height: 26px;
}
.user-content p strong {
  color: #4a4a4a;
}
.source {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  margin-top: 70px;
}
.source a {
  color: #3c3c3c;
}
/* ==================================================
    =Media Queries
===================================================== */
@media only screen and (max-height: 800px) {
  .creative img,
  .blog-main img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
/* ==================================================
    =High def devices
===================================================== */
