@charset "utf-8";

/* CSS Document */


/*
  reset
  fonts
  layout
  header
  navigation
  submenu
  navigation secondary
  navigation mobile
  navigation works
  navigation button
  tooltips
  hidden containers
  col row
  box table
  box menu items
  box page
  box inner
  box description
  photo
  bg photo
  lightbox
  curtains
  works slide
  secondary experience
  mobile experience
  
  
  testimonials
  team
  news
  search modal
  signup form
  ex modal
  newsletter form
  newsletter field effect
  works hover
  language bar
  link underline
  contact form
  google maps
  kenburnsy
  YouTube video containment
  HTML5 video containment
  Vimeo video containment
  upper page
  lower page
  footer credits
  services columns
  divider
  quote
  skills
  headers
  awesome
  menu button
  borders
  alternative borders
  logo
  navigation
  social icons
  social icons footer
  line left
  line right
  home buttons
  bottom credits
  preloader
  preload content
  clearfix
  
  
  hero background IMG
  hero bg
  hero headings
  hero slider owl pagination
  hero container
  hero content
  hero slider
  
  
  TIME STYLE
  
  
  Core Owl Carousel CSS File
  Owl Carousel Owl Demo Theme
  Core magnificPopup
  
  
  media queries
*/


/* reset */

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;
}

html,
body {
    height: 100%;
    line-height: 170%;
}

body {
    /* line-height: 1; */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

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;
}

*:focus {
    outline: none;
}


/* remove dotted outline from links, button and input element */

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    border: 0;
    outline: 0;
}


/* fonts */

@font-face {
    font-family: 'anuratiregular';
    src: url('fonts/anurati/anurati-regular-webfont.eot');
    src: url('fonts/anurati/anurati-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/anurati/anurati-regular-webfont.woff2') format('woff2'), url('fonts/anurati/anurati-regular-webfont.woff') format('woff'), url('fonts/anurati/anurati-regular-webfont.ttf') format('truetype'), url('fonts/anurati/anurati-regular-webfont.svg#anuratiregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* layout */

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    color: #5f5f5f;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* width: 100%; */
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}

a {
    color: #999;
    text-decoration: none;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a:hover {
    color: #ccc;
    text-decoration: none;
    outline: none;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    color: #5f5f5f;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    padding: 0 0 0 10px;
}

p a {
    color: #999;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

p a:hover {
    color: #ccc;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

strong {
    font-weight: bold;
}

::-webkit-selection {
    background: #000;
    color: #fff;
}

 ::-moz-selection {
    background: #000;
    color: #fff;
}

 ::selection {
    background: #000;
    color: #fff;
}


/* header */

#header.top-position {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: black;
    z-index: 9999;
}

#header .logo {
    position: absolute;
    top: 0;
    left: 13px;
    width: 80px;
    height: 70px;
    background: url(../img/PPR_Logo_Header.png) no-repeat;
    background-size: 80px 70px;
}

#header .logo a {
    display: block;
    height: 70px;
    text-indent: -10000px;
    overflow: hidden;
}

#header .bt-mobile {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: none;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
}


/* navigation */

#header nav {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    float: right;
    margin: 14px 65px 0 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#header nav .nav span {
    position: relative;
    display: block;
    padding: 10px 15px 11px 15px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    color: #111;
}

#header nav .nav li li span {
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

#header nav .nav {
    vertical-align: top;
    display: inline-block;
}

#header nav .nav li {
    position: relative;
}

#header nav .nav>li {
    display: inline-block;
    color: #fff;
}

#header nav .nav>li:hover>span {}

#header nav .nav li:hover>span {
    color: #fff;
}


/* submenu */

.sub-menu {
    background: #222!important;
}

#header nav .nav ul {
    position: absolute;
    top: 43px;
    left: -99999em;
    width: 195px;
    background: #111;
    text-align: left;
    white-space: nowrap;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -ms-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    transition: opacity .5s ease-out;
    z-index: 1;
}

#header nav .nav ul ul {
    position: static;
    height: 0;
}

#header nav .nav ul li span {
    border: none;
}

#header nav .nav ul li span:hover {
    border-left: 4px solid #fff;
}

#header nav .nav>li:hover>ul,
#header nav .nav>li>ul>li:hover>ul {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#header nav .nav>li:hover>ul {
    left: 0;
    padding-top: 13px;
}

#header nav .nav>li li:hover>ul {
    left: 100%;
    top: 0;
    height: auto;
}

#header nav .nav ul li .box-tooltip,
#header nav .tooltip:hover .box-tooltip {
    display: none;
}


/* navigation secondary */

.menu-item-bg {
    background: #111;
    color: #fff;
}

nav.nav-secondary-experience>h4 {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: #fff;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #999;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

nav.nav-secondary-experience li {
    line-height: 30px;
}

nav.nav-secondary-experience li span,
nav.nav-secondary-experience li a {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

nav.nav-secondary-experience li span:hover,
nav.nav-secondary-experience li a:hover {
    color: #999;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/* navigation mobile */

body.mobile.mobile-experience {
    padding-left: 0!important;
}

body.mobile #header .bt-mobile {
    right: -50px;
}

body.mobile.mobile-experience #header {
    width: 200px;
    left: 0;
}


/* navigation works */

.box-menu-works.fixed nav {
    margin: 10px 0 0 0;
    padding: 0;
}

.box-menu-works.fixed h4,
.box-menu-works.fixed ul,
.box-menu-works.fixed ul li {
    float: left;
    line-height: normal;
    border-bottom: none;
}

.box-menu-works.fixed h4,
.box-menu-works.fixed ul li {
    margin-left: 20px;
}

.box-menu-works.fixed h4,
.box-menu-works.fixed ul li span {
    padding: 5px 10px;
    border: 1px solid transparent;
}

.box-menu-works.fixed ul li .active {
    border-color: #999;
}


/* navigation button */

.bt-nav {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-indent: -10000px;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.bt-nav:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bt-nav em:after,
.bt-nav em:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 10px;
    margin-top: 1px;
    margin-left: -5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.bt-nav em:before {
    margin-left: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bt-nav.zoom-item {
    text-indent: inherit;
}

.bt-nav.zoom-item:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bt-nav.close {
    position: absolute;
    width: 45px;
    height: 45px;
    background: #fff;
}

.bt-nav.close em:after,
.bt-nav.close em:before {
    width: 2px;
    height: 35px;
    margin-top: -18px;
    margin-left: -2px;
    background: #111;
}

.bt-nav-logo {
    position: relative;
    margin: 20px auto 0 auto;
    width: 80px;
    height: 70px;
    text-indent: inherit;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.bt-nav-logo:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* tooltips */

.tooltip {
    position: relative;
}

.box-tooltip {
    position: absolute;
    display: block;
    width: 175px;
    height: 40px;
    line-height: 40px;
    text-indent: 0;
    font-family: 'Dosis', sans-serif;
    font-size: 13px;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: #000;
    pointer-events: none;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.box-tooltip:before {
    position: absolute;
    border: solid;
    border-color: #000 transparent;
    border-width: 10px 10px 0 10px;
    left: -20px;
    content: "";
    top: 35%;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(90deg);
}


/* hidden containers */

.hidden-container-left {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: -100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    z-index: 1007;
}

.hidden-container-left.open {
    left: 0;
}

.hidden-container-left.close {
    left: -100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.hidden-container {
    position: fixed;
    width: 50px;
    height: 100%;
    top: 0;
    right: -50px;
    background: #111;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow: hidden;
    z-index: 1007;
}

.hidden-container.open {
    right: 0;
}

.hidden-container.close {
    right: -50px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}


/*
.hidden-container.bg-photo {
background-image: url();
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
   -moz-background-size: cover;
    -ms-background-size: cover;
     -o-background-size: cover;
        background-size: cover;
}
*/

.close-hidden-container {
    position: relative;
    margin-top: 0;
    margin-left: 7px;
}


/* col row */

.col-item,
.row-item {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.col-item.n-2 {
    width: 50%;
    background: #111;
}

.row-item.n-1 {
    height: 50%;
    background: #fff;
}

.row-item.n-2 {
    height: 50%;
}

.row-item.n-3 {
    height: 50%;
}


/* box table */

.box-table {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.box-table .box-cell {
    display: table-cell;
    vertical-align: middle;
}


/* box menu items */

.box-menu-works {
    width: 50%;
    margin: 0 auto;
}

.box-menu-works.fixed {
    position: fixed;
    top: 0;
    right: 0;
    min-height: 70px;
    margin: 0;
    background: #111;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    z-index: 1001;
}


/* box page */

.box-page {
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
}


/* box inner */

.box-title {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #111;
}

.box-title h2 {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.65em;
    color: #fff;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.item-desc {
    display: block;
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: #999;
    margin: 15px 0 0 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* box description */

.box-description {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    padding: 0 4%;
}

.box-description p:last-child {
    margin-bottom: 0;
}


/* photo */

.photo {
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: -webkit-transform .2s ease-out;
    -moz-transition: -moz-transform .2s ease-out;
    -ms-transition: -ms-transform .2s ease-out;
    -o-transition: -o-transform .2s ease-out;
    transition: transform .2s ease-out;
}


/* bg photo */

.bg-photo {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* lightbox */

.lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    visibility: hidden;
    -webkit-transform: scale(1.75);
    -moz-transform: scale(1.75);
    -ms-transform: scale(1.75);
    -o-transform: scale(1.75);
    transform: scale(1.75);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 999999;
}

.lightbox.open {
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* curtains */

.curtains.hero {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .55);
    z-index: 0;
}

.curtains.testimonials {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .65);
    z-index: 0;
}

.curtains.YT {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 1;
}

.curtains.HTML5 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 1;
}

.curtains.VIMEO {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .35);
    z-index: 1;
}

.curtains.KB {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .55);
    z-index: 1;
}

.curtains.SINGLE {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .55);
    z-index: 1;
}


/* works slide */

.cycle-slideshow,
.cycle-slideshow>ul {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 0;
}

.cycle-slideshow .slider-item {
    background-size: contain !important;
}

.cycle-slideshow .slider-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain !important;
    background-color: #000 !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.cycle-slideshow .bt-nav {
    right: 20px;
    top: 20px;
    z-index: 500;
}

.page-slide {
    position: absolute;
    width: 100%;
    height: 50px;
    overflow: hidden;
    bottom: -13px!important;
    text-align: center;
    z-index: 500;
}

.page-slide span {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    margin: 0 4px;
    text-indent: -10000px;
    background: rgba(255, 255, 255, .5);
    overflow: hidden;
    cursor: pointer;
}

.page-slide span.cycle-pager-active:before {
    content: '';
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
}


/* secondary experience */

.secondary-experience .languages {
    display: none!important;
}

.secondary-experience .search-launcher {
    display: none!important;
}

.secondary-experience #header nav .nav>li {
    color: #111;
}

.secondary-experience #header nav .nav li:hover>span {
    color: #111;
}

.secondary-experience #header nav .nav ul {
    background: rgb(202, 202, 202);
}

.secondary-experience .sub-menu {
    background: rgb(190, 190, 190)!important;
}

.secondary-experience #header .logo {
    background: url(../img/logo-dark.png) no-repeat;
}

.secondary-experience #header {
    left: -50px;
    width: 50px;
    height: 100%;
    background: rgb(202, 202, 202)!important;
}

.secondary-experience #header .logo {
    display: none;
}

.secondary-experience #header .bt-mobile {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.secondary-experience #header nav {
    position: absolute;
    float: none;
    top: 50%;
    left: 50%;
    width: 4px;
    margin: -200px 0 0 -2px;
}

.secondary-experience #header nav .nav span {
    padding: 0;
    border: none;
}

.secondary-experience #header nav .nav span.active {
    border-left: 4px solid #111;
    z-index: 1;
}

.secondary-experience #header nav .nav span.select {
    display: none;
}

.secondary-experience #header nav .nav li {
    width: 4px;
    text-indent: -9999em;
    background: #999;
}

.secondary-experience #header nav .nav li:hover {
    background: #111;
}

.secondary-experience #header nav .nav>li {
    float: none;
    margin-bottom: 5px;
}

.secondary-experience #header nav .nav ul {
    position: static;
    width: 4px;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.secondary-experience #header nav .nav ul ul {
    height: auto;
}

.secondary-experience #header nav .nav>li>ul>li {
    margin-bottom: 5px;
}

.secondary-experience #header nav .nav ul li span:hover:before {
    display: none;
}

.secondary-experience #header nav .nav>li:hover>ul {
    padding-top: 0;
}

.secondary-experience #header nav .nav>li:hover>ul li {
    padding: 0;
    border-bottom: none;
}

.secondary-experience #header nav .tooltip.active .box-tooltip,
.secondary-experience #header nav .tooltip:hover .box-tooltip {
    display: block;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.secondary-experience #header nav .nav>li:first-child .box-tooltip {
    display: none;
}

.secondary-experience #header nav .nav li .box-tooltip {
    top: -9px;
    /* right: -208px; */
    right: -198px;
}

.secondary-experience #header nav .nav ul li span:hover {
    border-left: 4px solid #111;
}


/* mobile experience */

.mobile-experience {
    padding-left: 300px!important;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    background: none!important;
}

.mobile-experience .link-underline:hover:before {
    visibility: hidden;
}

.mobile-experience #header {
    width: 350px;
    height: 100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.mobile-experience #header .logo {
    display: block;
    position: static;
    margin: 90px auto 30px auto;
}

.mobile-experience #header nav {
    position: static;
    width: 100%;
    margin: 0;
}

.mobile-experience #header nav .nav {
    width: 100%;
}

.mobile-experience #header nav .nav span {
    padding: 0;
}

.mobile-experience #header nav .nav li:hover span {
    border-color: transparent;
}

.mobile-experience #header nav .nav li li:hover span {
    border: none;
}

.mobile-experience #header nav .nav ul {
    width: 100%;
}

.mobile-experience #header nav .nav li {
    width: 100%;
    text-align: center;
    text-indent: inherit;
    background: transparent;
}

.mobile-experience #header nav .nav li:hover {
    background: transparent;
}

.mobile-experience #header nav .nav>li {
    margin-bottom: 5px;
}

.mobile-experience #header nav .nav ul li span:hover:before {
    display: block;
}

.mobile-experience #header nav .box-tooltip,
.mobile-experience #header nav .tooltip.active .box-tooltip,
.mobile-experience #header nav .tooltip:hover .box-tooltip {
    display: none;
}


/* testimonials */

#testimonials {
    cursor: col-resize;
}

#testimonials p {
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 0 20px;
}

#testimonials h6 {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: #fff;
    padding-top: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bg-photo.testimonials {
    /* background-image: url(../img/works/works-14.jpg); */
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* testimonials owl pagination */

#testimonials.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 life-saver */
}

#testimonials.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 4px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #fff;
}

#testimonials.owl-theme .owl-controls .owl-page.active span,
#testimonials.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* team */

.team-info h3 {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: #111;
    padding-top: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#team-carousel .col-sm-4 {
    width: 100%;
}

#team-carousel.owl-theme .owl-controls {
    position: relative;
    margin-top: 15px;
}


/* team carousel owl pagination */

#team-carousel.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 life-saver */
}

#team-carousel.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 4px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #111;
}

#team-carousel.owl-theme .owl-controls .owl-page.active span,
#team-carousel.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.team-box {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.team-photo {
    position: relative;
    width: 100%;
    height: 460px;
    overflow: hidden;
    float: left;
}

.img-correction {
    width: 100%;
    height: auto;
}

.internal-link {
    cursor: pointer;
}


/* news */

#news-carousel p {
    padding: 0;
}


/* news owl pagination */

#about-carousel.owl-theme .owl-controls .owl-page,
#news-carousel.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 life-saver */
}

#about-carousel.owl-theme .owl-controls .owl-page span,
#news-carousel.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 4px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #111;
}

#about-carousel.owl-theme .owl-controls .owl-page.active span,
#about-carousel.owl-theme .owl-controls.clickable .owl-page:hover span,
#news-carousel.owl-theme .owl-controls .owl-page.active span,
#news-carousel.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* news img carousel 1 owl pagination */

#news-img-carousel-1.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 life-saver */
}

#news-img-carousel-1.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 4px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #111;
}

#news-img-carousel-1.owl-theme .owl-controls .owl-page.active span,
#news-img-carousel-1.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* news img carousel 2 owl pagination */

#news-img-carousel-2.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 life-saver */
}

#news-img-carousel-2.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 4px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #111;
}

#news-img-carousel-2.owl-theme .owl-controls .owl-page.active span,
#news-img-carousel-2.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* search modal */

#search-wrap {
    position: relative;
    width: 100%;
    height: 50px;
    overflow: hidden;
    display: inline-block;
    margin: 0 auto;
}

.input-search input[type="text"] {
    position: relative;
    display: inline-block;
    width: 400px;
    height: 50px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    border: none;
    outline: none;
    color: #111;
    padding: 10px 0;
    background: none;
    cursor: pointer;
}

.input-search input[type="text"] {
    border-bottom: 1px solid #111;
    cursor: text;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.input-search input[type="text"]:hover {
    border-bottom: 1px solid #bbb;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.input-search input[type="text"]:focus {
    border-bottom: 1px solid #111;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.search-launcher {
    position: absolute;
    top: 0;
    right: 50px;
    width: 50px;
    height: 70px;
    overflow: hidden;
    padding: 23px 0 0 18px;
    background: #999;
    cursor: pointer;
    z-index: 999;
}

.search-icon {
    width: 50px;
    height: 70px;
}

.search-icon a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.search-icon a:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.search-modal {
    position: fixed;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    height: -webkit-calc(100% - 160px, 120px, 120px, 120px);
    height: -moz-calc(100% - 160px, 120px, 120px, 120px);
    height: calc(100% - 160px, 120px, 120px, 120px);
    top: 80px;
    left: 60px;
    bottom: 60px;
    right: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #f4f4f2;
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1005;
}

.search-modal.show {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    height: -webkit-calc(100% - 160px, 120px, 120px, 120px);
    height: -moz-calc(100% - 160px, 120px, 120px, 120px);
    height: calc(100% - 160px, 120px, 120px, 120px);
    top: 80px;
    left: 60px;
    bottom: 60px;
    right: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* signup form */


/* center container */

.center-container {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}

.center-block {
    display: table-cell;
    vertical-align: middle;
}


/* ex modal */

.ex-modal p {
    font-size: 13px;
    color: #111;
    text-align: center;
}

.ex-modal {
    position: fixed;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    height: -webkit-calc(100% - 160px, 120px, 120px, 120px);
    height: -moz-calc(100% - 160px, 120px, 120px, 120px);
    height: calc(100% - 160px, 120px, 120px, 120px);
    top: 80px;
    left: 60px;
    bottom: 60px;
    right: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background: #f4f4f2;
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 1005;
}

.ex-modal.show {
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    height: -webkit-calc(100% - 160px, 120px, 120px, 120px);
    height: -moz-calc(100% - 160px, 120px, 120px, 120px);
    height: calc(100% - 160px, 120px, 120px, 120px);
    top: 80px;
    left: 60px;
    bottom: 60px;
    right: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* newsletter form */

#subscribe-wrapper {
    position: relative;
    margin: 2px auto 0 auto;
    background: none;
    width: auto;
    height: 160px;
    text-align: center;
}

.newsletter {
    position: relative;
    clear: both;
    width: auto;
    border: none;
    background: none;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}

.newsletter-submit {
    position: relative;
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: normal;
    display: inline-block;
    outline: none;
    margin: 10px auto 0 auto;
    width: 225px;
    padding: 1px 0 0 0;
    height: 35px;
    border: none;
    color: #fff;
    background: #111;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.newsletter-submit::before {
    position: absolute;
    content: '';
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: -100%;
    bottom: 0%;
    width: 200%;
    height: 200%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: skewX(-60deg);
    -moz-transform: skewX(-60deg);
    -ms-transform: skewX(-60deg);
    -o-transform: skewX(-60deg);
    transform: skewX(-60deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.newsletter-submit::before {
    background: #999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.newsletter-submit:hover {
    color: #fff;
    background: #111;
}

.newsletter-submit:hover::before {
    bottom: -100%;
    right: -200%;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.subscribe-success {
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: normal;
    color: #111;
    margin: 0 auto;
    padding: 40px 0 0 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#subscribe .subscribe-error {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    color: #5f5f5f;
    display: block;
    margin: 6px auto 0 auto;
    padding: 0;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* newsletter field effect */


/* normalize */

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}


/* input */

.input {
    position: relative;
    display: inline-block;
    margin: 1em;
    max-width: 270px;
    width: calc(100% - 2em);
    vertical-align: top;
    padding: 0;
    margin: 20px 0 0 0;
    text-align: center;
    z-index: 1;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0;
    width: 60%;
    border: none;
    border-radius: 0;
    background: none;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-align: center;
    line-height: 3.9;
    -webkit-appearance: none;
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    width: 40%;
    height: 55px;
    font-family: 'Raleway', sans-serif;
    font-size: 10px;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    padding: 4px 0 0 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 20px 0 20px 0;
    width: 100%;
}

.input--kuro {
    max-width: 225px;
    margin-bottom: 0;
}

.input__field--kuro {
    width: 100%;
    background: none;
    color: #111;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    font-weight: normal;
    text-align: center;
    padding: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.input__label--kuro {
    position: absolute;
    left: 0;
    width: 100%;
    color: #111;
    pointer-events: none;
}

.input__label--kuro::before,
.input__label--kuro::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-bottom: 1px solid #111;
    border-top: none;
    border-left: none;
    border-right: none;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label--kuro::before {
    border-right: none;
}

.input__label--kuro::after {
    left: 50%;
    border-left: none;
}

.input__field--kuro:focus,
.input--filled .input__field--kuro {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.input__field--kuro:focus+.input__label--kuro::before,
.input--filled .input__label--kuro::before {
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
}

.input__field--kuro:focus+.input__label--kuro::after,
.input--filled .input__label--kuro::after {
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
}

.input__field--kuro:focus+.input__label--kuro .input__label-content--kuro,
.input--filled .input__label-content--kuro {
    -webkit-animation: anim-2 0.3s forwards;
    animation: anim-2 0.3s forwards;
}

@-webkit-keyframes anim-2 {
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 1);
        transform: scale3d(0.3, 0.3, 1);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3.7em, 0) scale3d(0.3, 0.3, 1);
        transform: translate3d(0, -3.7em, 0) scale3d(0.3, 0.3, 1);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -3.7em, 0);
        transform: translate3d(0, -3.7em, 0);
    }
}

@keyframes anim-2 {
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 1);
        transform: scale3d(0.3, 0.3, 1);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3.7em, 0) scale3d(0.3, 0.3, 1);
        transform: translate3d(0, -3.7em, 0) scale3d(0.3, 0.3, 1);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -3.7em, 0);
        transform: translate3d(0, -3.7em, 0);
    }
}


/* works hover */

.icon-works {
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    z-index: 1;
}

.icon-works a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin: 0 2px;
    font-size: 20px;
    background: #fff;
    border: 1px solid #fff;
    color: #111;
    -webkit-transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -ms-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
}

.icon-works a.iw-slide-left {
    -webkit-transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -ms-transform: translate3d(-60px, 0, 0);
    -o-transform: translate3d(-60px, 0, 0);
    transform: translate3d(-60px, 0, 0);
}

.icon-works a.iw-slide-right {
    -webkit-transform: translate3d(60px, 0, 0);
    -moz-transform: translate3d(60px, 0, 0);
    -ms-transform: translate3d(60px, 0, 0);
    -o-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
}

.image-works:hover .icon-works a {
    -webkit-transform: translate3d(0, 0, 0)!important;
    -moz-transform: translate3d(0, 0, 0)!important;
    -ms-transform: translate3d(0, 0, 0)!important;
    -o-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
}

.icon-works a:hover {
    background: #111;
    border: 1px solid #111;
    color: #fff;
}

.icon-works a:hover:after {
    background: #111;
}

.image-works:hover .icon-works {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.icon-works a:before {
    position: relative;
    z-index: 1;
}

.icon-works a i {
    position: relative;
    z-index: 1;
}

.image-works {
    position: relative;
    z-index: 5!important;
}

.image-works>.hover-effect {
    position: absolute;
    background: #fff;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.35s ease-out;
    -moz-transition: opacity 0.35s ease-out;
    -ms-transition: opacity 0.35s ease-out;
    -o-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-works:hover .hover-effect {
    opacity: 0.55;
    -moz-opacity: 0.55;
    -webkit-opacity: 0.55;
    filter: alpha(opacity=55);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
}


/* language bar */

.languages {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 70px;
    overflow: hidden;
    padding: 27px 5px 0 0;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    background-color: #111;
    z-index: 999;
}

.languages ul {
    position: relative;
    float: right;
    width: 130px;
    height: 70px;
    text-align: center;
}

.languages li {
    position: relative;
    float: right;
    width: 40px;
    height: auto;
    text-align: center;
    padding: 0px 10px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.languages li:first-child {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.languages li a {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: normal;
    color: #fff;
}

.languages li.active a {
    color: #fff;
}

.languages:hover {
    width: 130px;
    height: 70px;
}

.languages:hover li {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* link underline */

.link-underline {
    position: relative;
    text-decoration: none;
}

.link-underline:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 4px;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.link-underline:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}


/* contact form */

#contact-form {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

form {
    margin: 0;
    padding: 0;
}

#form input {
    position: relative;
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #111;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

#form input {
    margin: 10px 0 10px 0;
}

textarea {
    position: relative;
    width: 100%;
    height: 100px;
    border-bottom: 1px solid #111;
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 5px 5px;
    background: none;
    margin: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

#form textarea {
    margin: 10px 0 10px 0;
}

#form input:hover,
#form textarea:hover {
    border-color: rgba(0, 0, 0, .35);
}

.success {
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: normal;
    color: #111;
    margin: 0 auto;
    padding: 20px 0 0 0;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#form .error {
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    text-align: left;
    color: #5f5f5f;
    display: block;
    margin: -8px 0 0 1px;
    padding: 0;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::-webkit-input-placeholder {
    font-size: 12px;
    color: #111;
}

::-moz-placeholder {
    font-size: 12px;
    color: #111;
}

:-ms-input-placeholder {
    font-size: 12px;
    color: #111;
}

input:-moz-placeholder {
    font-size: 12px;
    color: #111;
}

.submit-button {
    position: relative;
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    line-height: 1.5;
    font-style: normal;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    letter-spacing: normal;
    display: inline-block;
    outline: none;
    margin: 23px auto 13px auto;
    width: 225px;
    padding: 1px 0 0 0;
    height: 35px;
    border: none;
    color: #fff;
    background: #111;
    overflow: hidden;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.submit-button::before {
    position: absolute;
    content: '';
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: -100%;
    bottom: 0%;
    width: 200%;
    height: 200%;
    color: #fff;
    background: #999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: skewX(-60deg);
    -moz-transform: skewX(-60deg);
    -ms-transform: skewX(-60deg);
    -o-transform: skewX(-60deg);
    transform: skewX(-60deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.submit-button::before {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.submit-button:hover {
    color: #fff;
    background: #111;
}

.submit-button:hover::before {
    bottom: -100%;
    right: -200%;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


/* google maps */

#map-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: white;
}

#map {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 0;
}


/* kenburnsy */

.kenburnsy {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.kenburnsy.fullscreen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.kenburnsy img {
    display: none;
}

.kenburnsy .slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

#kenburnsy-bg {
    overflow: hidden;
}


/* YouTube video containment */

#videoContainment {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    left: 0;
    top: 0;
    overflow: hidden;
}


/* HTML5 video containment */

#video-bg {
    position: fixed;
    width: 100%!important;
    height: 100%!important;
    left: 0;
    top: 0;
    overflow: hidden;
}


/* Vimeo video containment */

#videoContainment-vimeo {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
}


/* upper page */

.upper-page {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    margin: 0;
}


/* lower page */

.lower-page {
    position: relative;
    min-height: inherit;
    overflow: hidden;
    margin-left: 50px;
    margin-right: 0;
    background: none;
}

.lower-page-works-intro {
    position: relative;
    height: auto;
    min-height: inherit;
    overflow: hidden;
    margin-left: 50px;
    margin-right: 0;
    background: none;
}

.lower-page-works {
    position: relative;
    height: 100%;
    min-height: 700px;
    overflow: hidden;
    margin-left: 50px;
    margin-right: 0;
    background: none;
}

.lower-page-testimonials {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin-left: 50px;
    margin-right: 0;
    background: none;
}

.lower-page-footer {
    position: relative;
    height: 50%;
    min-height: inherit;
    overflow: hidden;
    margin-left: 50px;
    margin-right: 0;
    background: none;
}

.lower-page-footer-credits {
    position: relative;
    height: auto;
    min-height: inherit;
    overflow: hidden;
    margin-left: 50px;
    margin-right: 0;
    margin-bottom: 50px;
    background: none;
}

.sections {
    position: relative;
    z-index: 5;
    padding: 100px 0;
}


/* footer credits */

.footer-credits {
    text-align: center;
}

.footer-credits-logo {
    margin: 0 auto;
}

.footer-credits-logo img {
    width: 185px;
}

.footer-credits-copyright {
    font-size: 75%;
}

.footer-credits-copyright a {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.footer-credits-copyright a:hover {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/* services columns */

.services-columns .border-left-services {
    border-left: 1px solid #cbcbcb;
}

.services-columns .border-top-services {
    border-top: none;
}

.services-columns .border-top-services:after {
    position: absolute;
    content: '';
    width: 90%;
    border-bottom: 1px solid #cbcbcb;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
}

.services-padding {
    padding: 0 5%;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mt40 {
    margin-top: 40px!important;
}


/* divider */

.dividerOT {
    width: auto;
    height: 10px;
    position: relative;
    margin: 25px auto;
    text-align: center;
}

.dividerOT-2 {
    width: auto;
    height: 10px;
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.divider-post {
    visibility: hidden;
    display: none;
}


/* quote */

.quote {
    font-family: 'Dosis', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #111;
    text-align: right;
    text-transform: uppercase;
    margin: 0;
    padding: 1px 10px 0 0;
}

.quote a {
    color: #999;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.quote a:hover {
    color: #ccc;
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/* skills */

.contentOT {
    font-family: 'Dosis', sans-serif;
    font-size: 13px;
    line-height: 1;
    font-style: normal;
    text-transform: uppercase;
    text-align: left;
    font-weight: 400;
    letter-spacing: 0.35em;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 37px 10px 0 10px;
    float: left;
    left: 0;
}

.colOT {
    position: relative;
    width: 100%;
    float: left;
    left: 0;
}

#skills {
    list-style: none;
}

#skills li {
    background: #f4f4f2;
    height: 3px;
    margin: 0 0 50px 0;
}

#skills li.last {
    background: #f4f4f2;
    height: 3px;
    margin: 0 0 13px 0;
}

#skills li .skills-description {
    position: relative;
    top: -25px;
}

.expand {
    position: absolute;
    height: 3px;
    margin: 0;
}

.expand {
    background: #444;
}

.identity {
    width: 60%;
    -webkit-animation: identity 2s ease-out;
    -moz-animation: identity 2s ease-out;
    -ms-animation: identity 2s ease-out;
    -o-animation: identity 2s ease-out;
    animation: identity 2s ease-out;
}

.development {
    width: 80%;
    -webkit-animation: development 2s ease-out;
    -moz-animation: development 2s ease-out;
    -ms-animation: development 2s ease-out;
    -o-animation: development 2s ease-out;
    animation: development 2s ease-out;
}

.design {
    width: 100%;
    -webkit-animation: design 2s ease-out;
    -moz-animation: design 2s ease-out;
    -ms-animation: design 2s ease-out;
    -o-animation: design 2s ease-out;
    animation: design 2s ease-out;
}

@-moz-keyframes identity {
    0% {
        width: 0;
    }
    100% {
        width: 60%;
    }
}

@-moz-keyframes development {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

@-moz-keyframes design {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@-webkit-keyframes identity {
    0% {
        width: 0;
    }
    100% {
        width: 60%;
    }
}

@-webkit-keyframes development {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

@-webkit-keyframes design {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}


/* headers */

h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    line-height: 170%;
    margin: 0 0 20px 0;
}

h1,
h2,
h3 {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
    line-height: 100%;
}

h2.section-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.08em;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 10px;
}

.intro-title p {
    font-family: 'Italiana', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 10px;
}

h2.section-italiana {
    font-family: 'Italiana', serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 2px;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 10px;
}

h2.section-dosis {
    font-family: 'Dosis', sans-serif;
    font-size: 65px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.10em;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 10px;
}

h2.section-title-anurati {
    font-family: 'anuratiregular';
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.15em;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 0 10px;
}

h2.section-news-title {
    font-size: 35px;
    color: #111;
    margin: 0;
    padding: 0 0 15px 0 !important;
}

h2.section-news-subtitle {
    font-size: 13px;
    color: #999;
    margin: 0;
    padding: 0;
}

h3 {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.35em;
    color: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h5 {
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.65em;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 2px 0;
    padding: 0 0 1px 10px;
}

h5.italiana {
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.65em;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    padding: 0 0 1px 10px;
}

h5.dosis {
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.65em;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 2px 0;
    padding: 0 0 1px 10px;
}

h5.anurati {
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.65em;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 8px 0;
    padding: 0 0 1px 10px;
}

h5.dosis-anurati {
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.65em;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    padding: 0 0 1px 10px;
}

h5.date {
    font-size: 11px;
    color: #999;
    margin: 0;
    padding: 0 0 23px 0;
}

h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.08em;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 12px auto 43px auto;
    padding: 0 0 0 10px;
}

h6.light {
    color: #fff;
}

h6.services {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.35em;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 12px auto 43px auto;
    padding: 0 0 0 10px;
}

h6.services-italiana {
    font-family: 'Italiana', serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.35em;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 12px auto 43px auto;
    padding: 0 0 0 10px;
}

h6.services-dosis {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.35em;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 12px auto 43px auto;
    padding: 0 0 0 10px;
}

h6.services-anurati {
    font-family: 'anuratiregular';
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.35em;
    color: #111;
    text-align: left;
    text-transform: uppercase;
    margin: 12px auto 43px auto;
    padding: 0 0 0 10px;
}

.ex-modal h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.08em;
    color: #111;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}


/* awesome */

.awesome {
    font-size: 20px;
    margin: 0;
    padding: 12px 0 0 0;
    color: #999;
}

.awesome-3 {
    color: #999;
    margin-left: -10px;
}

.awesome-contact {
    font-size: 25px;
    margin: 0;
    padding: 12px 0 10px 10px;
    text-align: left;
    display: block;
}


/* menu button */

.menu-button {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    padding-left: 30px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: rgb(202, 202, 202);
}

.menu-button .icon {
    position: absolute;
    height: 4px;
    width: 30px;
    top: 33px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #111;
}

.menu-button .icon:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    top: -10px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #111;
}

.menu-button .icon:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    top: 10px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #111;
}

.menu-button.open .icon {
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}


/*
.menu-button.open .icon:before {
-webkit-transform: rotateZ(-45deg) scaleX(0.75) translate(-10px, -3px);
        transform: rotateZ(-45deg) scaleX(0.75) translate(-10px, -3px);
}

.menu-button.open .icon:after {
-webkit-transform: rotateZ(45deg) scaleX(0.75) translate(-10px, 3px);
        transform: rotateZ(45deg) scaleX(0.75) translate(-10px, 3px);
}
*/

.menu-button:hover {
    cursor: pointer;
}


/* borders */

.border-top {
    visibility: visible;
    display: block;
    position: fixed;
    width: 100%;
    height: 70px;
    background: #fff;
    left: 0;
    top: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 1000;
}

.border-top.top-position {
    top: -70px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.border-left {
    visibility: visible;
    display: block;
    position: fixed;
    width: 50px;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 1000;
}

.border-left.left-position {
    left: -50px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.border-right {
    visibility: visible;
    display: block;
    position: fixed;
    width: 50px;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 1000;
}

.border-right.right-position {
    right: -50px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.border-bottom {
    visibility: visible;
    display: block;
    position: fixed;
    width: 100%;
    height: 50px;
    background: #fff;
    left: 0;
    bottom: 0;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    z-index: 1000;
}

.border-bottom.bottom-position {
    bottom: -50px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}


/* alternative borders */

.alternative-borders {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* z-index: 2; */
}

.border-t-line {
    position: absolute;
    left: 50px;
    top: 70px;
    width: 0;
    height: 1px;
    background: #f4f4f2;
    -webkit-transition: width 1s ease-in;
    -moz-transition: width 1s ease-in;
    -ms-transition: width 1s ease-in;
    -o-transition: width 1s ease-in;
    transition: width 1s ease-in;
    z-index: 2;
}

.border-b-line {
    position: absolute;
    right: 50px;
    bottom: 50px;
    width: 0;
    height: 1px;
    background: #f4f4f2;
    -webkit-transition: width 1s ease-in;
    -moz-transition: width 1s ease-in;
    -ms-transition: width 1s ease-in;
    -o-transition: width 1s ease-in;
    transition: width 1s ease-in;
    z-index: 2;
}

.border-l-line {
    position: absolute;
    left: 50px;
    bottom: 50px;
    width: 1px;
    height: 0;
    background: #f4f4f2;
    -webkit-transition: height 1s 1s;
    -moz-transition: height 1s 1s;
    -ms-transition: height 1s 1s;
    -o-transition: height 1s 1s;
    transition: height 1s 1s;
    z-index: 2;
}

.border-r-line {
    position: absolute;
    right: 50px;
    top: 70px;
    width: 1px;
    height: 0;
    background: #f4f4f2;
    -webkit-transition: height 1s 1s;
    -moz-transition: height 1s 1s;
    -ms-transition: height 1s 1s;
    -o-transition: height 1s 1s;
    transition: height 1s 1s;
    z-index: 2;
}


/* logo */

.logo {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.logo.top-position {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}


/* navigation */

#menu {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

#menu.top-position {
    -webkit-transform: translateY(-200px);
    -moz-transform: translateY(-200px);
    -ms-transform: translateY(-200px);
    -o-transform: translateY(-200px);
    transform: translateY(-200px);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}


/* social icons */

.social-icons-wrapper-share {
    position: absolute;
    display: block;
    visibility: visible;
    right: 18px;
    bottom: 14px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    z-index: 1002;
}

.social-icons-wrapper-share.bottom-position {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.social-widgets-wrap {
    position: relative;
    right: 20px;
    top: 0;
    float: right;
    display: none;
}

.social-widgets {
    float: right;
}

.social-widgets a {
    display: block;
}

.social-widgets ul {
    list-style-type: none;
}

.social-widgets ul li {
    display: inline-block;
    text-align: right;
}

.social-widgets ul li {
    font-size: 16px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 3px;
    text-align: center;
    float: right;
}

.social-widgets ul li:first-child {
    margin-left: 0;
}

.social-toggle-wrap {
    float: right;
}

.social-toggle-wrap:hover {
    cursor: pointer;
}

.social-toggle {
    float: right;
}

.social-toggle i {
    font-size: 20px;
    color: #fff;
}

.social-icon a {
    padding: 0;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.social-icon a:hover {
    padding: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.3;
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/* social icons footer */

.social-icons-wrapper {
    position: relative;
    margin: 0 auto 15px auto;
}

.social-icons-wrapper ul {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
}

.social-icons-wrapper ul li {
    display: inline-block;
    margin: 0 auto;
    padding: 0 0 0 5px;
}

ul.social-icons {
    font-size: 16px;
    line-height: 1;
    color: #111;
    margin: 0;
    padding: 0;
    position: relative;
}

ul.social-icons a {
    padding: 0;
    color: #111;
    text-decoration: none;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

ul.social-icons a:hover {
    padding: 0;
    color: #111;
    text-decoration: none;
    opacity: 0.3;
    -moz-opacity: 0.3;
    -webkit-opacity: 0.3;
    filter: alpha(opacity=30);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}


/* line left */

.line-left {
    position: fixed;
    visibility: visible;
    display: block;
    width: 325px;
    font-family: 'Dosis', sans-serif;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    left: 15px;
    top: 50%;
    margin-top: 125px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    z-index: 1001;
}

.line-left.left-position {
    -webkit-transform: translateX(-200px) rotate(-90deg);
    -moz-transform: translateX(-200px) rotate(-90deg);
    -ms-transform: translateX(-200px) rotate(-90deg);
    -o-transform: translateX(-200px) rotate(-90deg);
    transform: translateX(-200px) rotate(-90deg);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.line-left a {
    color: #000;
    text-decoration: none;
}

.line-left a:hover {
    color: #000;
    text-decoration: none;
}


/* line right */

.line-right {
    position: fixed;
    visibility: visible;
    display: block;
    width: 325px;
    font-family: 'Dosis', sans-serif;
    letter-spacing: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 100% 50%;
    -moz-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    -o-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    right: 35px;
    top: 50%;
    margin-top: -200px;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    z-index: 1006;
}

.line-right.right-position {
    -webkit-transform: translateX(200px) rotate(-90deg);
    -moz-transform: translateX(200px) rotate(-90deg);
    -ms-transform: translateX(200px) rotate(-90deg);
    -o-transform: translateX(200px) rotate(-90deg);
    transform: translateX(200px) rotate(-90deg);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.line-right a {
    color: #000;
    text-decoration: none;
}

.line-right a:hover {
    color: #000;
    text-decoration: none;
}


/* home buttons */

.button-discover-wrap {
    position: fixed;
    bottom: -35px;
    right: 115px;
    width: 170px;
    height: 50px;
    background: none;
    color: #fff;
    line-height: 50px;
}

.bt-preorder-txt-2 {
    font-family: 'Dosis', sans-serif;
    letter-spacing: normal;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    margin: 0 0 0 -20px;
}

.button-subscribe-wrap {
    position: fixed;
    bottom: -35px;
    right: 115px;
    width: 170px;
    height: 50px;
    background: none;
    color: #fff;
    line-height: 50px;
}

.bt-preorder-txt-3 {
    font-family: 'Dosis', sans-serif;
    letter-spacing: normal;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    margin: 0 0 0 -20px;
}

.button-subscribe-wrap:before {
    font-family: FontAwesome;
    font-size: 20px;
    content: '\f1d8';
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    color: #fff;
    background: #111;
    position: absolute;
    right: 170px;
    cursor: pointer;
    z-index: 1;
}

.button-discover {
    position: relative;
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    outline: none;
    margin: 10px auto 0 auto;
    width: 170px;
    height: 50px;
    bottom: 10px;
    padding: 1px 0 0 0;
    border: none;
    color: #fff;
    background: #111;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.button-discover::before {
    position: absolute;
    content: '';
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: -100%;
    bottom: 0%;
    width: 200%;
    height: 200%;
    color: #fff;
    background: #999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: skewX(-60deg);
    -moz-transform: skewX(-60deg);
    -ms-transform: skewX(-60deg);
    -o-transform: skewX(-60deg);
    transform: skewX(-60deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.button-discover::before {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button-discover:hover {
    color: #fff;
    background: #111;
}

.button-discover:hover::before {
    bottom: -100%;
    right: -200%;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.button-subscribe {
    position: relative;
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    outline: none;
    margin: 10px auto 0 auto;
    width: 170px;
    height: 50px;
    bottom: 10px;
    padding: 1px 0 0 0;
    border: none;
    color: #fff;
    background: #111;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.button-subscribe::before {
    position: absolute;
    content: '';
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: -100%;
    bottom: 0%;
    width: 200%;
    height: 200%;
    color: #fff;
    background: #999;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: skewX(-60deg);
    -moz-transform: skewX(-60deg);
    -ms-transform: skewX(-60deg);
    -o-transform: skewX(-60deg);
    transform: skewX(-60deg);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: -1;
}

.button-subscribe::before {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.button-subscribe:hover {
    color: #fff;
    background: #111;
}

.button-subscribe:hover::before {
    bottom: -100%;
    right: -200%;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}


/* bottom credits */

.bottom-credits {
    position: absolute;
    display: block;
    visibility: visible;
    width: auto;
    height: 50px;
    left: 18px;
    bottom: -16px;
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    z-index: 1000;
}

.bottom-credits.bottom-position {
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.bottom-credits a {
    color: #fff;
    text-decoration: none;
}

.bottom-credits a:hover {
    color: #fff;
    text-decoration: none;
}


/* preloader */

#preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
}

#preloader-status {
    display: table-cell;
    vertical-align: middle;
}

.preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.preloader-effect {
    width: 60px;
    height: 60px;
}

.preloader-effect>span,
.preloader-effect>span:before,
.preloader-effect>span:after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    border: 2px solid #000;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader-effect>span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-left-color: transparent;
    -webkit-animation: preloader-spinner 2s infinite linear;
    -moz-animation: preloader-spinner 2s infinite linear;
    -ms-animation: preloader-spinner 2s infinite linear;
    -o-animation: preloader-spinner 2s infinite linear;
    animation: preloader-spinner 2s infinite linear;
}

.preloader-effect>span:before {
    width: 75%;
    height: 75%;
    border-right-color: transparent;
}

.preloader-effect>span:after {
    width: 50%;
    height: 50%;
    border-bottom-color: transparent;
}

@-webkit-keyframes preloader-spinner {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes preloader-spinner {
    from {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* preload content */

.preload-content {
    position: fixed;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}


/* clearfix */

.clearfix:after {
    content: " ";
    /* Older browser do not support empty content */
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


/* hero background IMG */

.bg-img-1 {
    background-image: url(../img/background/hero-bg-1.jpg);
}

.bg-img-2 {
    background-image: url(../img/background/hero-bg-2.jpg);
}

.bg-img-3 {
    background-image: url(../img/background/hero-bg-3.jpg);
}

.bg-img-4 {
    background-image: url(../img/background/hero-bg-4.jpg);
}

.bg-img-01 {
    background-image: url(../img/background/hero-bg-01.jpg);
}

.bg-img-02 {
    background-image: url(../img/background/hero-bg-02.jpg);
}

.bg-img-03 {
    background-image: url(../img/background/hero-bg-03.jpg);
}

.bg-img-04 {
    background-image: url(../img/background/hero-bg-04.jpg);
}

.bg-img-YT {
    background-image: url(../img/background/YT-bg.jpg);
}

.bg-img-HTML5 {
    background-image: url(../img/background/HTML5-bg.jpg);
}

.bg-img-VIMEO {
    background-image: url(../img/background/VIMEO-bg.jpg);
}

.bg-img-SINGLE {
    background-image: url(../img/background/SINGLE-bg.jpg);
}

.bg-img-SINGLE-2 {
    background-image: url(../img/background/SINGLE-bg-2.jpg);
}

.bg-img-SINGLE-3 {
    background-image: url(../img/background/SINGLE-bg-3.jpg);
}

.bg-img-SINGLE-4 {
    background-image: url(../img/background/SINGLE-bg-4.jpg);
}

.bg-img-SINGLE-5 {
    background-image: url(../img/background/SINGLE-bg-5.jpg);
}


/* hero bg */

.hero-bg {
    position: relative;
    -webkit-transition: -webkit-transform 3s ease-out;
    -moz-transition: -moz-transform 3s ease-out;
    -ms-transition: -ms-transform 3s ease-out;
    -o-transition: -o-transform 3s ease-out;
    transition: transform 3s ease-out;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 1;
}

.hero-bg-show {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* hero headings */

.hero-heading {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    color: #fff;
    margin: -1px auto 27px auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    line-height: 100%;
}

.hero-heading-montserrat {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 65px;
    text-align: center;
    text-transform: none;
    letter-spacing: -0.04em;
    color: #fff;
    margin: -1px auto 25px auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    line-height: 100%;
}

.hero-heading-anurati {
    font-family: 'anuratiregular';
    font-style: normal;
    font-weight: 400;
    font-size: 65px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #fff;
    margin: 23px auto 27px auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    width: 100%;
    line-height: 100%;
}

.hero-subheading-top {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.65em;
    color: #fff;
    padding-bottom: 4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.hero-txt {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.65em;
    color: #fff;
    margin-top: -6px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.hero-txt-play {
    text-align: center;
    margin-top: 27px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.hero-txt-play a {
    font-size: 40px;
    color: #fff;
    text-decoration: none;
}

.hero-txt-play a:hover {
    font-size: 40px;
    color: #999;
    text-decoration: none;
}

.time-hero-txt-play {
    text-align: center;
    margin-top: -8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.time-hero-txt-play a {
    font-size: 40px;
    color: #fff;
    text-decoration: none;
}

.time-hero-txt-play a:hover {
    font-size: 40px;
    color: #999;
    text-decoration: none;
}


/* hero slider owl pagination */

.hero-slider.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 life-saver */
}

.hero-slider.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 4px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f4f4f2;
}

.hero-slider.owl-theme .owl-controls .owl-page.active span,
.hero-slider.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero-slider .owl-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    bottom: 50px;
    text-align: center;
}

.test-slider-zoom.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 life-saver */
}

.test-slider-zoom.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 4px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f4f4f2;
}

.test-slider-zoom.owl-theme .owl-controls .owl-page.active span,
.test-slider-zoom.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.test-slider-zoom .owl-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    bottom: 100px;
    text-align: center;
}

.hero-slider-zoom.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 life-saver */
}

.hero-slider-zoom.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 4px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f4f4f2;
}

.hero-slider-zoom.owl-theme .owl-controls .owl-page.active span,
.hero-slider-zoom.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero-slider-zoom .owl-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    bottom: 100px;
    text-align: center;
}

.hero-slider-split.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 life-saver */
}

.hero-slider-split.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 4px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #f4f4f2;
}

.hero-slider-split.owl-theme .owl-controls .owl-page.active span,
.hero-slider-split.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero-slider-split .owl-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    bottom: 100px;
    text-align: center;
}


/* hero container */

.hero-fullscreen {
    position: relative;
    width: 100%;
    height: 100%;
}


/* hero content */

.hero-center-container {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-center-content {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width:992px) {
    .scroll-opacity {
        opacity: 1!important;
    }
}

.hero-center-container-split {
    position: absolute;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
}


/* hero slider */

.hero-slider .owl-wrapper-outer,
.hero-slider .owl-height,
.hero-slider .owl-stage,
.hero-slider .owl-wrapper,
.hero-slider .owl-item {
    height: 100%!important;
}

.hero-slider .slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%!important;
}

.hero-slider-zoom .owl-wrapper-outer,
.hero-slider-zoom .owl-height,
.hero-slider-zoom .owl-stage,
.hero-slider-zoom .owl-wrapper,
.hero-slider-zoom .owl-item {
    height: 100%!important;
}

.hero-slider-zoom .slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%!important;
}

.test-slider-zoom .owl-wrapper-outer,
.test-slider-zoom .owl-height,
.test-slider-zoom .owl-stage,
.test-slider-zoom .owl-wrapper,
.test-slider-zoom .owl-item {
    height: 100%!important;
}

.test-slider-zoom .slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%!important;
}

.hero-slider-split .owl-wrapper-outer,
.hero-slider-split .owl-height,
.hero-slider-split .owl-stage,
.hero-slider-split .owl-wrapper,
.hero-slider-split .owl-item {
    height: 100%!important;
}

.hero-slider-split .slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%!important;
}

.slide-YT .slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%!important;
}

.slide-HTML5 .slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%!important;
}

.slide-VIMEO .slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%!important;
}

.slide-SINGLE .slide {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%!important;
}

.owl-item .appear-into-position {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    margin-top: 100px!important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.owl-item .appear-into-position {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.owl-item.active .appear-into-position {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    margin-top: 0!important;
}


/*
.owl-controls {   
margin-top: 0!important;
}
*/

.hero-slider-navigation.owl-theme .owl-controls .owl-buttons div {
    display: inline-block;
    padding: 20px;
    border-radius: 0;
    background: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.hero-slider-navigation.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
}

.hero-slider-navigation.owl-theme .owl-controls .owl-buttons div {
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.hero-slider-navigation:hover.owl-theme .owl-controls .owl-buttons div {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero-slider-navigation .owl-prev {
    margin-left: 40px!important;
}

.hero-slider-navigation .owl-next {
    margin-right: 40px!important;
}

.hero-slider-navigation:hover .owl-prev {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    margin-left: 50px!important;
}

.hero-slider-navigation:hover .owl-next {
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    margin-right: 50px!important;
}

.hero-slider-navigation .owl-prev:hover,
.hero-slider-navigation .owl-next:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.hero-slider-navigation.owl-theme .owl-controls .owl-buttons .owl-prev {
    left: 0;
    top: 50%;
    margin-top: -36px;
}

.hero-slider-navigation.owl-theme .owl-controls .owl-buttons .owl-next {
    right: 0;
    top: 50%;
    margin-top: -36px;
}


/* 480px */

@media only screen and (max-width: 480px) {
    .hero-slider-navigation.owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -50px;
    }
    .hero-slider-navigation.owl-theme .owl-controls .owl-buttons .owl-next {
        right: -50px;
    }
}


/* TIME STYLE */

.time-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    z-index: 5;
}

.time-slides-wrapper h3 {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #fff;
    margin: 0 auto;
    /* text-shadow: 1px 1px 2px #000; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.time-slides-wrapper h1 {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 55px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #fff;
    margin: 0 auto;
    /* text-shadow: 1px 1px 2px #000; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.test-slides-h1 {
    font-size: 35px !important;
}

.time-heading {
    font-family: 'Italiana', serif;
    font-size: 55px;
    line-height: 1;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    /* margin: 1px auto -8px auto; */
    margin: 11px auto -8px auto;
    padding: 0;
}

.time-subheading {
    font-family: 'Dosis', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #fff;
    margin: 0 auto;
    /* text-shadow: 1px 1px 2px #000; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.time-subheading p {
    color: white;
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
}

.time-subheading-play {
    padding-bottom: 35px;
}


/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */


/* clearfix */

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}


/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* mouse grab icon */

.grabbing {
    /* cursor:url(grabbing.png) 8 8, move; */
    cursor: move;
}


/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}


/* CUSTOM EXTRAS */


/* CSS3 Transitions */

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px;
}


/* fade */

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease;
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease;
}


/* backSlide */

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease;
}


/* goDown */

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both;
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both;
}


/* scaleUp */

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both;
}


/* keyframes */

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%);
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%);
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
    100% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%);
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0);
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0);
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%);
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px);
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0);
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8);
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8);
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8);
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%);
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%);
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%);
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5);
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5);
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5);
    }
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}


/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    /* IE7 fix */
    opacity: 0.5;
}


/* Clickable class fix problem with hover on touch devices */


/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /* IE7 fix */
    opacity: 1;
    text-decoration: none;
}


/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);
    /* IE7 fix */
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /* IE7 fix */
    opacity: 1;
}


/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}


/* preloading images */

.owl-item.loading {
    min-height: 150px;
    /* background: url(AjaxLoader.gif) no-repeat center center; */
}


/* Core magnificPopup */


/* Magnific Popup CSS */

.mfp-bg,
.mfp-wrap {
    left: 0;
    top: 0;
    position: fixed
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    width: 100%;
    height: 100%
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .9;
    filter: alpha(opacity=90)
}

.mfp-wrap {
    z-index: 1043;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container,
img.mfp-img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder {
    cursor: crosshair
}

.mfp-close,
.mfp-zoom {
    cursor: pointer
}

.mfp-zoom {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-close,
.mfp-close-btn-in .mfp-close {
    color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 60px!important;
    height: 60px!important;
    display: block;
    position: absolute;
    right: -60px;
    top: 40px;
    text-decoration: none;
    text-align: center!important;
    padding: 0;
    font-style: normal;
    font-size: 24px;
    font-weight: 300;
    background: #000;
    line-height: 54px
}

button.mfp-close {
    background: #000;
    line-height: 10px;
    /*opacity:.8*/
    opacity: 1
}

.mfp-close:hover {
    opacity: 1
}

.mfp-iframe-holder .mfp-close {
    color: #FFF;
    /*right:-6px;*/
    right: 0;
    text-align: right;
    /*padding-right:6px;*/
    padding-right: 0;
    width: 100%
}

.mfp-arrow,
.mfp-counter {
    background: #000;
    opacity: .5;
    bottom: 4px;
    width: 60px;
    height: 60px;
    text-align: center
}

.mfp-arrow:before,
.mfp-counter {
    position: absolute;
    display: block;
    color: #fff
}

.mfp-counter {
    right: 60px;
    font-size: 12px;
    line-height: 60px;
    white-space: nowrap;
    left: 60px
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    margin-left: -1px;
    margin-top: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mfp-arrow-left {
    left: 0;
    top: -64px;
    position: absolute
}

.mfp-arrow-left::before {
    content: "\f104"
}

.mfp-arrow-right {
    left: 120px;
    top: -64px;
    position: absolute
}

.mfp-arrow-right::before {
    content: "\f105"
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    display: block;
    width: auto;
    height: auto
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: .9
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-fade.mfp-bg,
.mfp-fade.mfp-wrap .mfp-content {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .9
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

@media all and (max-width:1199px) {
    .mfp-close {
        right: 0;
        top: 40px
    }
}


/* media queries */


/* 1024px */

@media only screen and (max-width: 1200px) {
    /* lower page */
    .lower-page {
        /* height: 100%!important; */
        height: auto!important;
    }
    .sections {
        width: 100%!important;
    }
    /* team */
    .team-photo {
        width: 400px;
    }
}


/* 880px */

@media only screen and (max-width: 880px) {
    /* lower page */
    .lower-page {
        height: auto!important;
    }
    /* team */
    .team-photo {
        width: 100%;
    }
    /* divider */
    .dividerOT-2 {
        margin: 0 auto;
    }
    .divider-post {
        visibility: visible;
        display: block;
        position: relative;
        width: auto;
        height: 10px;
        margin: 20px auto;
    }
    /* header */
    #header {
        height: auto;
    }
    /* navigation */
    #header nav {
        margin: 0 0 15px 0;
    }
    #header nav .nav>li:hover>ul {
        padding-top: 15px;
    }
    /* navigation works */
    .box-menu-works.fixed nav {
        padding-left: 70px;
    }
    .box-menu-works.fixed {
        width: 100%!important;
    }
    /* submenu */
    .sub-menu {
        visibility: hidden;
        display: none;
    }
    /* tooltips */
    .box-tooltip {
        visibility: hidden;
        display: none;
    }
    /* mobile experience */
    .mobile-experience #header .logo {
        margin: 60px auto 30px auto;
    }
    /* headers */
    h2.section-title {
        font-size: 40px;
        margin: 0;
        padding: 0 0 0 10px;
    }
    .intro-title p {
        font-size: 40px;
        margin: 0;
        padding: 0 0 0 10px;
    }
    h2.section-title-anurati {
        font-size: 40px;
        margin: -1px 0 2px 0;
        padding: 0 0 0 10px;
    }
    h2.section-news-title {
        font-size: 35px;
        color: #111;
        margin: 0;
        padding: 0 0 2px 0 !important;
    }
    h2.section-news-subtitle {
        font-size: 13px;
        color: #999;
        margin: 0;
        padding: 0;
    }
    h5 {
        padding: 0 0 2px 10px;
    }
    /* hero headings */
    .hero-heading {
        font-size: 50px;
        margin: -3px auto 23px auto;
    }
    .hero-heading-montserrat {
        font-size: 50px;
        margin: -3px auto 21px auto;
    }
    .hero-heading-anurati {
        font-size: 50px;
        margin: 21px auto 24px auto;
    }
    .hero-subheading-top {
        padding-bottom: 4px;
    }
    .hero-txt {
        font-size: 12px;
        margin-top: -4px;
    }
    .hero-txt-play {
        margin-top: 22px;
    }
    .time-hero-txt-play {
        margin-top: -4px;
    }
    /* quote */
    .quote {
        text-align: left;
        padding: 13px 0 0 10px;
    }
    /* TIME STYLE */
    .time-heading {
        font-size: 45px;
        margin: 8px auto 0 auto;
    }
    .time-subheading-play {
        padding-bottom: 21px;
    }
}


/* 640px */

@media only screen and (max-width: 640px) {
    .test-slides-h1 {
        font-size: 24px !important;
    }
    /* upper page */
    .upper-page {
        height: 100%;
    }
    /* lower page */
    .lower-page {
        height: auto;
        min-height: inherit;
        margin-left: 16px;
        margin-right: 16px;
    }
    .lower-page-works-intro {
        height: auto;
        min-height: inherit;
        margin-left: 10px;
        margin-right: 10px;
    }
    .lower-page-works {
        height: auto;
        min-height: inherit;
        margin-left: 0;
        margin-right: 0;
    }
    .lower-page-testimonials {
        height: auto;
        min-height: inherit;
        margin-left: 0;
        margin-right: 0;
    }
    .lower-page-footer {
        height: auto;
        min-height: inherit;
        margin-left: 0;
        margin-right: 0;
    }
    .lower-page-footer-credits {
        height: auto;
        min-height: inherit;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    .sections {
        padding: 70px 0;
    }
    /* divider */
    .dividerOT-2 {
        margin: 25px auto 5px auto;
    }
    /* col row */
    .col-item {
        height: auto;
        min-height: inherit;
    }
    .col-item.n-2 {
        width: 100%;
    }
    .row-item.n-2 {
        height: auto;
        min-height: inherit;
    }
    .row-item.n-3 {
        height: auto;
        min-height: inherit;
    }
    /* photo */
    .photo {
        height: 250px!important;
    }
    /* box table */
    .box-table .box-cell {
        /* display: block;
        vertical-align: inherit; */
    }
    /* box page */
    .box-page {
        width: auto;
        padding: 0 20px;
    }
    /* box inner */
    .box-title {
        padding: 20px 0;
    }
    /* box description */
    .box-description {
        padding: 20px;
    }
    /* navigation works */
    .box-menu-works.fixed nav {
        padding-top: 0;
        padding-left: 40px;
    }
    .box-menu-works {
        width: 100%!important;
        padding: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    /* navigation secondary */
    .box-page.secondary-experience,
    .box-title,
    .box-table {
        height: auto;
        min-height: inherit;
    }
    /* social icons */
    .social-icons-wrapper-share {
        visibility: hidden;
        display: none;
    }
    /* bottom credits */
    .bottom-credits {
        visibility: hidden;
        display: none;
    }
    /* headers */
    h2.section-title {
        font-size: 40px;
        margin: 0;
        padding: 0 0 0 10px;
    }
    .intro-title p {
        font-size: 40px;
        margin: 0;
        padding: 0 0 0 10px;
    }
    h2.section-title-anurati {
        font-size: 40px;
        margin: -1px 0 2px 0;
        padding: 0 0 0 10px;
    }
    h2.section-news-title {
        font-size: 35px;
        color: #111;
        margin: 0;
        padding: 0 0 25px 0;
    }
    h2.section-news-subtitle {
        font-size: 13px;
        color: #999;
        margin: 0;
        padding: 0;
    }
    h5 {
        padding: 0 0 2px 10px;
    }
    /* hero headings */
    .hero-heading {
        font-size: 40px;
        margin: -3px auto 25px auto;
    }
    .hero-heading-montserrat {
        font-size: 40px;
        margin: -2px auto 23px auto;
    }
    .hero-heading-anurati {
        font-size: 40px;
        margin: 21px auto 24px auto;
    }
    .hero-subheading-top {
        padding-bottom: 4px;
    }
    .hero-txt {
        font-size: 12px;
        margin-top: -4px;
    }
    .hero-txt-play {
        margin-top: 22px;
    }
    .time-hero-txt-play {
        margin-top: -4px;
    }
    /* hero slider owl pagination */
    .hero-slider .owl-pagination {
        bottom: 50px;
    }
    .hero-slider-zoom .owl-pagination {
        bottom: 50px;
    }
    .test-slider-zoom .owl-pagination {
        bottom: 50px;
    }
    .hero-slider-split .owl-pagination {
        bottom: 50px;
    }
    /* line left */
    .line-left {
        visibility: hidden;
        display: none;
    }
    /* signup form */
    .ex-modal {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        height: -webkit-calc(100% - 40px);
        height: -moz-calc(100% - 40px);
        height: calc(100% - 40px);
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
    }
    .ex-modal.show {
        width: -webkit-calc(100% - 40px);
        width: -moz-calc(100% - 40px);
        width: calc(100% - 40px);
        height: -webkit-calc(100% - 40px);
        height: -moz-calc(100% - 40px);
        height: calc(100% - 40px);
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
    }
    /* quote */
    .quote {
        text-align: left;
        padding: 13px 0 0 10px;
    }
    /* borders */
    .border-top {
        height: 10px;
    }
    .border-top.top-position {
        top: -10px;
    }
    .border-left {
        width: 10px;
    }
    .border-left.left-position {
        left: -10px;
    }
    .border-right {
        width: 10px;
    }
    .border-right.right-position {
        right: -10px;
    }
    .border-bottom {
        height: 10px;
    }
    .border-bottom.bottom-position {
        bottom: -10px;
    }
    /* alternative borders */
    .alternative-borders {
        visibility: hidden;
        display: none;
    }
    /* services columns */
    .services-columns .border-left-services {
        border-left: none;
    }
    .services-columns .border-top-services:after {
        border-bottom: none;
    }
    .services-padding {
        padding-left: 15px;
    }
    /* testimonials */
    .testimonials {
        height: 100%;
    }
    /* hidden containers */
    .close-hidden-container {
        margin-top: 10px;
    }
    /* TIME STYLE */
    .time-slides-wrapper h3 {
        font-size: 12px;
    }
    .time-heading {
        font-size: 40px;
        margin: 7px auto 0 auto;
    }
    .time-subheading {
        font-size: 12px;
    }
    .time-subheading-play {
        padding-bottom: 15px;
    }
}


/* landscape */

@media only screen and (max-width: 640px) and (orientation: landscape) {
    /* photo */
    .photo {
        height: 250px!important;
    }
    /* team */
    .team-photo {
        width: 400px;
    }
    /* mobile experience */
    .mobile-experience #header .logo {
        margin: 15px auto;
    }
}


/* 480px */

.hideOnLeftMobile {
    display: block
}

@media only screen and (max-width: 900px) {
    .hideOnLeftMobile {
        display: none
    }
}

.center-container-flex {
    display: flex;
    justify-content: center;
}

.hideOnLeft a {
    color: white;
}

.text-white {
    color: white;
}

.mobilelogo {
    position: absolute;
    top: 0;
    left: 13px;
    width: 80px;
    height: 70px;
    background: url(../img/PPR_Logo_Header.png) no-repeat;
    background-size: 80px 70px;
}

.mobileheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background: black;
    z-index: 99999;
}

.mobile-menu-button {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 0;
    padding-left: 30px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.mobileicon {
    position: absolute;
    height: 4px;
    width: 30px;
    top: 33px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #fff;
}

.mobileicon:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    top: -10px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #fff;
}

.mobileicon:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    top: 10px;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #fff;
}

.responsive-menu-container {
    position: relative;
    margin-top: 70px;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 400ms cubic-bezier(.215, .61, .355, 1);
    -moz-transition: all 400ms cubic-bezier(.215, .61, .355, 1);
    -o-transition: all 400ms cubic-bezier(.215, .61, .355, 1);
    transition: all 400ms cubic-bezier(.215, .61, .355, 1);
    max-height: 0px;
}

@media (min-width: 992px) {
    .responsive-menu-container {
        max-height: 0;
    }
}

.responsive-menu {
    background-color: #fff;
    border-bottom: solid 1px;
}

ul.mobile-navigation {
    margin: 0;
    padding: 0;
}

.responsive-menu-container .mobile-navigation>li {
    list-style: none;
}

.responsive-menu-container .mobile-navigation>li>a {
    font-weight: 700;
    font-size: 25px;
    color: #000;
    padding: 0;
    display: inline-block;
    font-family: open sans, sans-serif;
    text-decoration: none;
    background-color: white;
    line-height: 1.9;
    letter-spacing: 1px;
}

.responsive-menu-container.open-responsive-menu {
    max-height: 380px;
    /* overflow-y: auto; */
}

.ml-0 {
    margin-left: 0 !important;
}

.text-60 {
    font-size: 60px !important;
}


/* service .owl-carousel */

#service-carousel1 .owl-controls .owl-page span,
#service-carousel2 .owl-controls .owl-page span,
#service-carousel3 .owl-controls .owl-page span,
#service-carousel4 .owl-controls .owl-page span {
    /* width: 10px;
    height: 10px;
    border-radius: 0 !important;
    border: solid 1px black !important;
    background: transparent !important; */
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 4px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #111;
}

#service-carousel1 .owl-controls .owl-page.active span,
#service-carousel2 .owl-controls .owl-page.active span,
#service-carousel3 .owl-controls .owl-page.active span,
#service-carousel4 .owl-controls .owl-page.active span,
#service-carousel1 .owl-controls.clickable .owl-page:hover span,
#service-carousel2 .owl-controls.clickable .owl-page:hover span,
#service-carousel3 .owl-controls.clickable .owl-page:hover span,
#service-carousel4 .owl-controls.clickable .owl-page:hover span {
    /* background: black !important; */
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#news-img-carousel-1.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 2px;
    margin: 0 4px;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: #111;
}

#news-img-carousel-1.owl-theme .owl-controls .owl-page.active span,
#news-img-carousel-1.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.m-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 740px) {
    .m-container {
        display: block;
        text-align: center;
        padding-left: 45px;
    }
}


/* .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
}

.owl-prev i,
.owl-next i {
    transform: scale(1, 3);
    color: #fff;
} */

.service-carousel-mh {
    min-height: 200px;
}

.footer-image {
    min-height: 8500px !important;
    max-height: 850px !important;
    min-width: 850px !important;
    border: solid 1px #e3e3e3 !important;
}

figcaption {
    background-color: black;
    color: white;
    font-style: italic;
    padding: 5px;
    text-align: center;
}

.bullet ol {
    color: #3f3e3e;
    margin-bottom: 5px;
}

.bullet li {
    color: #3f3e3e;
    margin-bottom: 5px;
}

.bullet ol {
    list-style: disc;
    padding-left: 25px;
}

.bullet ul {
    list-style: disc;
    padding-left: 25px;
}

p {
    color: #3f3e3e;
}

.bullet p {
    margin-bottom: 7px;
}

.footer-image-flex {
    display: flex;
}

@media only screen and (max-width: 640px) {
    .footer-image-flex {
        flex-direction: column;
    }
}
/* Fixes the "too much" space and title size */
.hero-center-content {
    vertical-align: middle !important; /* Centers the whole block better */
}

.hero-center-content h1 {
    font-size: clamp(28px, 4vw, 42px) !important; /* Slightly smaller title */
    line-height: 1.1 !important; /* Tightens the space between your 2 lines */
    margin-top: 10px !important; /* Reduces space ABOVE the title */
    margin-bottom: 10px !important; /* Reduces space BELOW the title */
}

.time-slides-wrapper h3 {
    margin-bottom: 5px !important; /* Reduces space under "The Comment" text */
    font-size: 14px !important;
}

.time-subheading {
    margin-top: 5px !important; /* Reduces space above the dot-subtitle */
}
/* SEO Hidden Text */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
/* HIDE TABS ONLY ON THE HERO SLIDE */
#page-home .social-icons-wrapper, 
#page-home #social-icons, 
#page-home .discover-more, 
#page-home #discover-more-tab,
#page-home #subscribe-wrapper, 
#page-home .signup-form, 
#page-home .newsletter-form {
    display: none !important;
    visibility: hidden !important;
}

/* KEEP CAPTIONS HIDDEN EVERYWHERE FOR SEO */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* RESPONSIVE HERO TEXT */
@media only screen and (max-width: 768px) {
    .time-heading h1 {
        font-size: 32px !important;
        line-height: 1.1;
    }
    .hero-center-container {
        padding: 0 10%;
    }
}
/* 1. HIDE HERO-BLOCKING TABS (Left sidebar & Subscribe) */
#page-home .social-icons-wrapper, 
#page-home .social-icons, 
#page-home #social-icons, 
#page-home .discover-more, 
#page-home .signup-form, 
#page-home .newsletter-form,
#page-home #subscribe-wrapper {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* 2. ENSURE HERO TEXT IS ON TOP LAYER */
.hero-center-container {
    z-index: 9999 !important;
    position: relative;
    padding: 0 10%;
}

/* 3. MOBILE TEXT FIX (Shrink font so it doesn't overflow) */
@media only screen and (max-width: 768px) {
    .time-heading h1 {
        font-size: 28px !important;
        line-height: 1.2 !important;
    }
    .time-subheading {
        font-size: 14px !important;
    }
}
/* HIDE THE SUBSCRIBE MODAL ONLY ON THE HOME PAGE HERO */
#page-home .ex-modal {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
/* BLOCK THE JAVASCRIPT REAPPEARANCE ON HOME PAGE */
#page-home .ex-modal,
#page-home .ex-modal .center-container,
#page-home #subscribe-wrapper {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: none !important; /* Prevents it from fading back in */
}