/*------------------------------------------------------------------
[Table of contents]
	0) #Reset & Basics
	1) #Panel
	2) #PAGE LOAD
	3) #Navigation
	4) #Home
	5) #About
	6) #Team
	7) #Separator 1
	8) #Work
	9) #Projects
	10) #Separator 2
	11) #Services
	12) #Logos
	13) #Blog
	14) #Contact
	15) #google_map
	16) #Blog page
	17) #Blog single
	18) #footer
	19) #Media Queries 
-------------------------------------------------------------------*/	

/* #Reset & Basics
================================================== */
.screen-reader-text{}
.bg-fixed {background: none repeat scroll 0 0 #fff;}
.wp-caption {max-width: 100%;}
.wp-caption-text{}
.sticky {}
.gallery-caption{}
.bypostauthor{}
.alignright {}
.alignleft{}
.aligncenter {}
img.aligncenter {
	margin-left: auto;
	margin-right: auto !important;
	display: block;
	clear: both;
	margin-top: 5px;
	width: auto !important;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
img.alignleft {
	margin: 5px 20px 20px 0;
	float: left;
	width: auto !important;
}
.alignleft {
	margin: 5px 10px 20px 0;
	float: left;
}
img.alignright {
	margin: 5px 0 20px 20px;
	float: right;
	width: auto !important;
}
.alignright {
	margin: 5px 0 20px 20px;
	float: right;
}
.transparent {
	z-index:1;
	display:block;
	padding:100px 0;
	position:relative;
}
pre, img {max-width: 100%;}
table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
	padding: 5px 10px;
}
th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}
td {
	border-width: 0 1px 1px 0;
}
dl {
	margin-bottom: 24px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 24px;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
cite {
    color: #1a1a1a;
    font-weight: bold;
}
a:hover {color: #414141;}

.logged-in.admin-bar .logo {
    /*top: 92px;*/
}
.logged-in.admin-bar .social-home {
    top: 85px;
}
.logged-in.admin-bar #menu-wrap {
    top: 32px;
}

/* #PAGE LOAD */

body.royal_loader {
    background: none;
    visibility: hidden;
}
#royal_preloader {
    font-family: Arial;
    font-size: 12px;
    visibility: visible;
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 9999999999;
    -webkit-transition: opacity 0.2s linear 0.8s;
       -moz-transition: opacity 0.2s linear 0.8s;
        -ms-transition: opacity 0.2s linear 0.8s;
         -o-transition: opacity 0.2s linear 0.8s;
            transition: opacity 0.2s linear 0.8s;
}
#royal_preloader.complete {
    opacity: 0;
}
#royal_preloader .background {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #000000;
    -webkit-transition: background 0.5s linear;
       -moz-transition: background 0.5s linear;
        -ms-transition: background 0.5s linear;
         -o-transition: background 0.5s linear;
            transition: background 0.5s linear;
}
#royal_preloader.number .name {
    position: absolute;
    top: 20%;
    left: 0px;
    right: 0px;
    text-transform: uppercase;
    color: #EEEEEE;
    text-align: center;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s linear;
       -moz-transition: -moz-transform 0.3s linear;
        -ms-transition: -ms-transform 0.3s linear;
         -o-transition: -o-transform 0.3s linear;
            transition: transform 0.3s linear;
    -webkit-animation: fly 0.3s;
       -moz-animation: fly 0.3s;
        -ms-animation: fly 0.3s;
         -o-animation: fly 0.3s;
            animation: fly 0.3s;
}

#royal_preloader.number .percentage {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    text-align: center;
    margin: -35px 0px 0px -110px;
    background-image: url('images/logo.png');
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size:200px 34px;
    padding-top: 65px;
    width: 220px;
    position: absolute;
    font-size: 16px;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s linear 0.5s;
       -moz-transition: all 0.3s linear 0.5s;
        -ms-transition: all 0.3s linear 0.5s;
         -o-transition: all 0.3s linear 0.5s;
            transition: all 0.3s linear 0.5s;
}
#royal_preloader.text .loader {
    position: absolute;
    font-family: 'NexaBold';
    text-shadow: 0 0 15px rgba(0,0,0,0.3);
    text-transform:uppercase;
    text-align:center;
    letter-spacing:2px;
    top: 50%;
    left: 50%;
    width:240px;
    margin-left:-120px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    font-size: 30px;
    white-space: nowrap;
}
#royal_preloader.text .loader div {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0%;
    background-color: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: left 0.3s linear;
       -moz-transition: left 0.3s linear;
        -ms-transition: left 0.3s linear;
         -o-transition: left 0.3s linear;
            transition: left 0.3s linear;
}
#royal_preloader.logo .loader {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0px 0px -40px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
}
#royal_preloader.logo .loader div {
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    height: 100%;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: bottom 0.3s linear;
       -moz-transition: bottom 0.3s linear;
        -ms-transition: bottom 0.3s linear;
         -o-transition: bottom 0.3s linear;
            transition: bottom 0.3s linear;
}
#royal_preloader.logo .percentage {
    position: absolute;
    width: 80px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin: 40px 0px 0px -40px;
    color: #072E77;
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

@-webkit-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-moz-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-ms-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@-o-keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}
@keyframes fly {
    0% { opacity: 0; top: 50%; }
    20% {opacity: 1; top: 40%; }
    100% { opacity: 0; top: 20%;}
}



.tagline {

    font-size:2.3em;
    letter-spacing:0.02em;
    padding:0;
}
.panel {
    height:100vh;
}

/* #Home-Intro Video
================================================== */
.home {
    text-align:center;
    overflow:hidden;
	background: transparent;
}
#video_background { 
    position: absolute; 
    bottom: 0; 
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1000;
    overflow: hidden;
}
#home_video .section_video {
	position: relative; 
    margin: 0 auto;
    width: 100%;
    min-height:100%;
    height:100%;
    display: block;
    text-align: center;
}


/* #Home-Intro One Page
================================================== */

#home {
    text-align:center;
    overflow:hidden;
}

#sync1 .item {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    min-height:100%;
    height:100%;
    display: block;
    text-align: center;
}
#bar{
    width: 0%;
    max-width: 100%;
    height: 3px;
}
#progressBar{
    position:absolute;
    top:0;
    left:0;
    z-index:100;
    height: 3px;
    width: 100%;
    background: #909090;
}
#sync2 {
    position:absolute;
    bottom:60px;
    left:50%;
    margin-left:-160px;
    width:320px;
    z-index:200;
}
#sync2 .item{
    text-align: center;
    margin:0 auto;
    cursor: pointer;
    width:60px;
    z-index:200;
    border-radius:50%;
    overflow:hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#sync2 .item img{
    height: 60px;
    width:60px;
    display:block;
}
#sync2 .item:hover {
    border:5px solid #808080;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
#sync2 .synced .item {
    border:5px solid #808080;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.home-big-text {
    position:absolute;
    top:50%;
    margin-top:-140px;
    left:0;
    width:100%;
    font-family: 'NexaBold';
    text-transform:uppercase;
    text-align:center;
    letter-spacing:4px;
    font-size: 33px; 
    line-height:75px;
    z-index:100;
}
.home-small-text {
    position:absolute;
    top:50%;
    margin-top:-45px;
    left:0;
    width:100%;
    font-family: 'Bad Script', cursive;
    /*color:#707070;*/
    color: #707070;
    text-align:center;
    font-size: 24px; 
    line-height:24px;
    z-index:100;
}
.home-small-text.text-white {color: #ffffff;}
.down-button {
    position:absolute;
    top:50%;
    left:50%;
    margin-top:50px;
    margin-left:-100px;
    width:200px;
    height:50px;
    background:url('images/scroll.png')no-repeat center bottom;
    background-size:40px 22px;
    z-index:1000;
    font-family: 'Lato', sans-serif;
    text-transform:uppercase;
    font-weight:400;
    text-align:center;
    color:#fff;
    letter-spacing:2px;
    font-size: 10px; 
    line-height:10px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.down-button span{
    background:#313131;
    padding-left:12px;
    padding-right:12px;
    padding-bottom:5px;
    padding-top:5px;
    border-radius:2px;
}
.down-button:hover {
    background-size:35px 19px;
}

.border-top-dash{
    position:absolute;
    top:30px;
    left:0;
    width:0%;
    z-index:100;
}
.border-bottom-dash{
    position:absolute;
    bottom:30px;
    left:0;
    width:0%;
    z-index:100;
}
.border-left-dash{
    position:absolute;
    left:30px;
    top:0;
    height:0%;
    z-index:100;
}
.border-right-dash{
    position:absolute;
    right:30px;
    top:0;
    height:0%;
    z-index:100;
}

.video-version .logo{ 
    background:url('images/logo-white.png')no-repeat center center;
    background-size:125px 22px;
}
.video-version .list-social li {
    background:#fff;
}
.video-version .cl-effect a {
    border:2px solid #fff;
    color: #fff;
}
.fix-menu .dl-menuwrapper ul {
  
    left: -50% !important;
	    max-height: 400px;
    overflow: auto;
}

.logo{ 
    position:absolute;
    top:35px;
    left:35px;
    width:327px;
    height:97px;    
    background:url('images/logo.png') no-repeat center center;
    background-size:180px 97px;
    z-index:1000;
}
.social-home{ 
    position:absolute;
    z-index:500001;
    top:53px;
    right:57px;
    height:30px;
}
.list-social li {
    padding:0; 
    list-style: none;
    text-align:center; 
    width:30px;
    display: inline-block;
    margin-left:2px;
    margin-right:2px;
    border-radius:2px;
    background:#fff;
    cursor:pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.list-social li.icon-soc a {
    font-family: 'FontAwesome';
    font-size: 13px;
    line-height: 30px;
    width:30px;
    text-align:center;
    margin:0;
    padding:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.list-social li:hover{
}
.list-social li:hover.icon-soc a{
    opacity:.6;
}





.intro-nav{ 
    position:absolute;
    z-index:500;
    top:50%;
    left:60px;
    margin-top:-90px;
}
.intro-nav li {
    padding:0; 
    list-style: none;
    text-align:left; 
    display:block;
    cursor:pointer;
    margin-bottom:16px;
}
.intro-nav li a{
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.intro-nav li a .dots-nav{
    width:7px;
    height:7px;
    display:inline-block;
    border-radius:50%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.intro-inactive{
    background:#313131;
    border:1px solid #313131;
}
.intro-active{
    background:rgba(0,0,0,0);
    border:1px solid #313131;
}




.cl-effect {
    position:absolute;
    top:50%;
    margin-top:60px;
    left:0;
    width:100%;
    z-index:100;
    text-align:center;
}
.cl-effect a {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
    border:2px solid #313131;
    color: #313131;
    text-align:center;
    overflow:hidden;
    z-index:100;
}

.cl-effect a:hover,
.cl-effect a:focus {
    outline: none;
}

.cl-effect a {
    overflow: hidden;
    padding: 10px 45px;
}

.cl-effect a span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cl-effect a span::before {
    position: absolute;
    margin-top:15px;
    top: 100%;
    content: attr(data-hover);
    font-weight: 400;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.cl-effect a:hover span,
.cl-effect a:focus span {
    top:-15px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.about {
    position: relative; 
    margin: 0 auto;
    background:url('images/about.jpg')no-repeat center center;
    background-size:cover;
    width: 100%;
    min-height:100%;
    overflow:hidden;
    height:100%;
    display: block;
}

.mask-white{
    position: absolute; 
    top:30px;
    left:30px;
    bottom:30px;
    right:30px;
    background:rgba(255,255,255,0.7);
    z-index:10;
}
.mask-white.opacity05 {background:rgba(255,255,255,0.5);}
.big-text-sections{
    position:absolute;
    top:50%;
    margin-top:-100px;
    left:0;
    width:100%;
    font-family: 'NexaBold';
    text-transform:uppercase;
    text-align:center;
    font-size: 65px; 
    line-height:65px;
    letter-spacing:10px;
    z-index:100;
}
.small-text-sections{
    position:absolute;
    top:50%;
    margin-top:-15px;
    left:0;
    width:90%;
    margin-left:5%;
    font-family: 'Bad Script', cursive;
    color:#707070;
    font-weight: normal;
    text-align:center;
    font-size: 20px; 
    line-height:20px;
    z-index:100;
}


.work {
    position: relative; 
    margin: 0 auto;
    background:url('images/work.jpg')no-repeat center center;
    background-size:cover;
    width: 100%;
    min-height:100%;
    overflow:hidden;
    height:100%;
    display: block;
}



.services {
    position: relative; 
    margin: 0 auto;
    background:url('images/services.jpg')no-repeat center center;
    background-size:cover;
    width: 100%;
    min-height:100%;
    overflow:hidden;
    height:100%;
    display: block;
}




.contact {
    position: relative; 
    margin: 0 auto;
    background:url('images/contact.jpg')no-repeat center center;
    background-size:cover;
    width: 100%;
    min-height:100%;
    overflow:hidden;
    height:100%;
    display: block;
}






@-webkit-keyframes arrow {
    0%,100% {
        top:50px;
    }
    50% {
        top:80px;
    }
}
@keyframes arrow {
    0%,100% {
        top:50px;
    }
    50% {
        top:80px;
    }
}





/* #Navigation
================================================== */




#menu-wrap{
    position: fixed;
    padding-bottom:10px;
    width:100%;
    z-index:500000;
    top:0;
    left:0;
}

.menu-back{
    background:rgba(250,250,250,0);
}


.cbp-af-header {
    -webkit-transition : all 0.5s ease-out;
    -moz-transition : all 0.5s ease-out;
    -o-transition :all 0.5s ease-out;
    transition : all 0.5s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
    background:rgba(250,250,250,1);
    -webkit-transition : all 0.5s ease-out;
    -moz-transition : all 0.5s ease-out;
    -o-transition :all 0.5s ease-out;
    transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
    margin-top:1px;
    margin-bottom:0;
    -webkit-transition : all 0.5s ease-out;
    -moz-transition : all 0.5s ease-out;
    -o-transition :all 0.5s ease-out;
    transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
    padding-top:0;
    -webkit-transition : all 0.5s ease-out;
    -moz-transition : all 0.5s ease-out;
    -o-transition :all 0.5s ease-out;
    transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
    background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child { 
    background:none; }
    
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
}   
    
ul.slimmenu li ul li a {
    color: #000;
}
ul.slimmenu li ul li a:hover {
}
ul.slimmenu li ul li { 
    background:none;
    padding-left:0; }
ul.slimmenu li ul {
    background:rgba(250,250,250,.95);
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 50%;
    width: 40px;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul.slimmenu {
    padding-top:10px;
    padding-right:10px;
    text-align:center;
    margin-top:13px;
    margin-bottom:10px;
    -webkit-transition : all 0.5s ease-out;
    -moz-transition : all 0.5s ease-out;
    -o-transition :all 0.5s ease-out;
    transition : all 0.5s ease-out;
}
ul.slimmenu li {
    position: relative;
    padding-top:18px;
    display: inline-block;
    text-align:center;
    margin:0 auto;
    -webkit-transition : all 0.5s ease-out;
    -moz-transition : all 0.5s ease-out;
    -o-transition :all 0.5s ease-out;
    transition : all 0.5s ease-out;
}
ul.slimmenu > li {}
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #606060;
    padding: 10px 0px;
    cursor:pointer;
    margin: 0px 22px;
    font-family: 'Lato', sans-serif;
    font-weight:700;
    text-transform:uppercase;
    border-bottom:1px solid rgba(0,0,0,0);
    font-size: 12px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
ul.slimmenu li a:hover {
    text-decoration: none;
    border-bottom:1px solid rgba(0,0,0,1);
}
ul.slimmenu li {
}
ul.slimmenu li:first-child {
    background:none;
}

ul.slimmenu li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
    display:none;
}
ul.slimmenu li .sub-collapser > i {
    display:none;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
    min-width: 200px;
}
ul.slimmenu li ul a{
    font-size:10px;
}
ul.slimmenu li ul li:first-child { 
    background:none; 
}
ul.slimmenu li ul li {
    background:none;
    padding-left:0; 
    display: block;
    text-align: left;
}
ul.slimmenu li ul li:last-child {
    margin-bottom: 10px;
}
ul.slimmenu li > ul {
    display: none;
    position: absolute;
    text-align:left;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 150%;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}
ul.slimmenu.collapsed {
    padding:0;
    margin:0;
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;
}

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

/* Common styles of menus */

.dl-menuwrapper {
    width: 240px;
    max-width: 240px;
    float: left;
    position: fixed;
    top:110px;
    left:60px;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    -moz-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    z-index:2000;
    display:none;
}

.dl-menuwrapper:first-child {
    margin-right: 100px;
}

.dl-menuwrapper button {
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    background:transparent;
    overflow: hidden;
    position: absolute;
    top:-50px;
    left:0;
    cursor: pointer;
    outline: none;
    z-index:2000;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 3px;
    top: 0;
    left:0;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.dl-menuwrapper button:after {
    background: #000;
    box-shadow: 
        0 8px 0 #000, 
        0 16px 0 #000;
}
.dl-menuwrapper button:hover:after {
    box-shadow: 
        0 9px 0 #000, 
        0 18px 0 #000;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    text-transform:uppercase;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    outline: none;
}
.dl-menuwrapper li a:before {
    content:'-';
    font-family: 'Lato', sans-serif;
    font-weight:400;
    padding-right:15px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear; 
}
.dl-menuwrapper li:hover a:before {
    padding-right:20px;
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255,248,213,0.1);
}

.dl-menuwrapper li.dl-back > a {
    padding-left: 30px;
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(212,204,198,0.7);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li > a:after {
    right: 10px;
    color: rgba(0,0,0,0.45);
}

.dl-menuwrapper .dl-menu {
    margin: 5px 0 0 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
    display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
    display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
}
/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.4s;
    animation: MenuAnimOut1 0.4s;
}

.dl-menu.dl-animate-out-2 {
    -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
    animation: MenuAnimOut2 0.3s ease-in-out;
}

.dl-menu.dl-animate-out-3 {
    -webkit-animation: MenuAnimOut3 0.4s ease;
    animation: MenuAnimOut3 0.4s ease;
}

.dl-menu.dl-animate-out-4 {
    -webkit-animation: MenuAnimOut4 0.4s ease;
    animation: MenuAnimOut4 0.4s ease;
}

.dl-menu.dl-animate-out-5 {
    -webkit-animation: MenuAnimOut5 0.4s ease;
    animation: MenuAnimOut5 0.4s ease;
}

@-webkit-keyframes MenuAnimOut1 {
    0% { }
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut2 {
    0% { }
    100% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut3 {
    0% { }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut4 {
    0% { }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes MenuAnimOut5 {
    0% { }
    100% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut1 {
    0% { }
    50% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
    }
    75% {
        -webkit-transform: translateZ(-372.5px) rotateY(15deg);
        transform: translateZ(-372.5px) rotateY(15deg);
        opacity: .5;
    }
    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}

@keyframes MenuAnimOut2 {
    0% { }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
}

@keyframes MenuAnimOut3 {
    0% { }
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut4 {
    0% { }
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes MenuAnimOut5 {
    0% { }
    100% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
}

.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.3s;
    animation: MenuAnimIn1 0.3s;
}

.dl-menu.dl-animate-in-2 {
    -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
    animation: MenuAnimIn2 0.3s ease-in-out;
}

.dl-menu.dl-animate-in-3 {
    -webkit-animation: MenuAnimIn3 0.4s ease;
    animation: MenuAnimIn3 0.4s ease;
}

.dl-menu.dl-animate-in-4 {
    -webkit-animation: MenuAnimIn4 0.4s ease;
    animation: MenuAnimIn4 0.4s ease;
}

.dl-menu.dl-animate-in-5 {
    -webkit-animation: MenuAnimIn5 0.4s ease;
    animation: MenuAnimIn5 0.4s ease;
}

@-webkit-keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
    20% {
        -webkit-transform: translateZ(-250px) rotateY(30deg);
        transform: translateZ(-250px) rotateY(30deg);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}

@keyframes MenuAnimIn2 {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes MenuAnimIn5 {
    0% {
        -webkit-transform: translateY(40%);
        transform: translateY(40%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.4s ease;
    animation: SubMenuAnimIn1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
    -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
    animation: SubMenuAnimIn2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
    -webkit-animation: SubMenuAnimIn3 0.4s ease;
    animation: SubMenuAnimIn3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
    -webkit-animation: SubMenuAnimIn4 0.4s ease;
    animation: SubMenuAnimIn4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
    -webkit-animation: SubMenuAnimIn5 0.4s ease;
    animation: SubMenuAnimIn5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
}

@-webkit-keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn2 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn3 {
    0% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn4 {
    0% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
}

@keyframes SubMenuAnimIn5 {
    0% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.4s ease;
    animation: SubMenuAnimOut1 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
    -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
    animation: SubMenuAnimOut2 0.3s ease-in-out;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
    -webkit-animation: SubMenuAnimOut3 0.4s ease;
    animation: SubMenuAnimOut3 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
    -webkit-animation: SubMenuAnimOut4 0.4s ease;
    animation: SubMenuAnimOut4 0.4s ease;
}

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
    -webkit-animation: SubMenuAnimOut5 0.4s ease;
    animation: SubMenuAnimOut5 0.4s ease;
}

@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        opacity: 0;
    }
}

@-webkit-keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut2 {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut3 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-300px);
        transform: translateZ(-300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut4 {
    0% {
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        opacity: 0;
    }
}

@keyframes SubMenuAnimOut5 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateZ(-200px);
        transform: translateZ(-200px);
        opacity: 0;
    }
}

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li > a:not(:only-child) {
    background: rgba(0,0,0,0.1);
}

.no-js .dl-menuwrapper li > a:not(:only-child):after {
    content: '';
}





/* #Parallax Sections
================================================== */ 

.parallax-section { 
    position:relative;
    width:100%;
    margin:0 auto;
    overflow:hidden;
    padding-bottom:180px;
    padding-top:180px;
    z-index:2;
    background: transparent !important;
}

.z-index-pages{
    z-index:100;
}

.parallax-about {
    background: url('images/parallax/about.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: -1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-about { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .parallax-about { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
    .parallax-about { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}

.parallax2-about {        
    background: url('images/parallax/about.jpg') repeat fixed;        
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: -1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax2-about { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .parallax2-about { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
    .parallax2-about { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}



.parallax-work {
    background: url('images/parallax/work.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: -1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-work { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .parallax-work { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
    .parallax-work { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}


.parallax2-work {       
    background: url('images/parallax/work.jpg') repeat fixed; 
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: -1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax2-work { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .parallax2-work { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
    .parallax2-work { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}




.parallax-services {
    background: url('images/parallax/services.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: -1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-services { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .parallax-services { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
    .parallax-services { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}


.parallax2-services {
    background: url('images/parallax/services.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: -1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax2-services { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .parallax2-services { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
    .parallax2-services { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}




.parallax-contact {
    background: url('images/parallax/contact.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: -1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-contact { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .parallax-contact { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
    .parallax-contact { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}




/* #About
================================================== */

.no-home-page .social-home{  
    position:absolute;
}

.no-home-page .logo{  
    position:absolute;
}

.about-wrapper {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    display: block;
}



.subtext-wrapper{
    position:relative;
    width:100%;
    font-family: 'Bad Script', cursive;
    color:#fff;
    font-weight: normal;
    text-align:center;
    font-size: 20px; 
    line-height:20px;
    z-index:100;
}
.subtext-wrapper.text-black {color: #707070;}
.page-top-intro{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    display: block;
    padding-top:70px;
    padding-bottom:70px;
}
 .page-top-intro p{
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    text-align:center;
    font-size: 18px; 
    color:#fff;
    line-height:28px;
}
 
  
.about-top-text{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background: #fff;
    display: block;
    padding-top:70px;
    padding-bottom:70px;
}  
.about-top-text h3{
    text-align:left;
    padding-bottom:30px;
}
.about-top-text p {text-align: left;}
.general-subtext{
    font-size: 20px;
    line-height:32px;
    letter-spacing:2px;
} 
.padding-bottom-text{
    padding-bottom:25px;
}
 
 
.line-sep-wrap{
    position: relative; 
    margin: 0 auto;
    text-align:center;
    background: #fff;
    width: 100%;
    display: block;
    overflow:hidden;
}  
.line-sep{
    position: relative; 
    margin: 0 auto;
    text-align:center;
    width: 70px;
    display: block;
    overflow:hidden;
}  
 
.about-process h5{
    text-align:left;
    padding-bottom:20px;
}  
.about-process h5 span{
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    font-size: 25px; 
    line-height:25px;
    padding-right:10px;
}
 

.about-numbers{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background:#ececec;
    display: block;
    padding-top:70px;
    padding-bottom:70px;
} 
.count-wrap-num{
    position: relative; 
    margin: 0 auto;
    text-align:center;
    width: 100%;
    display: block;
} 
.count-wrap-num h6{
    text-align:center;
}
.count-wrap-num h6 span {
    font-family: 'FontAwesome';
    font-size: 18px;
    text-align:center;
}
.counter-wrap{
    position: relative; 
    margin: 0 auto;
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    text-align:center;
    width: 100%;
    font-size: 40px; 
    line-height:40px;
    padding-top:30px;
    padding-bottom:10px;
    text-transform:lowercase;
}  
 
h3.column_title{
    text-align:center;
    padding-bottom:20px;
} 


#sync3 .item {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    display: block;
    min-height:220px;
    margin-bottom:80px;
    overflow:hidden;
}
#sync3 .item img{ 
    float:left;
    height: 200px;
    width:200px;
    border-radius:50%;
    display:inline-block;
}
#sync3 .item h6{
    padding-left:230px;
    text-align:left;
    padding-bottom:20px;
} 
#sync3 .item h6 span{
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    font-size: 15px; 
    line-height:15px;
    padding-left:5px;
    text-transform:lowercase;
}
#sync3 .item .team-words{
    font-family: inheritf;
    font-weight:300;
    text-align:justify;
    color:#606060;
    padding-left:211px;
    font-size: 15px;
    line-height:32px;
    font-style: initial;
    letter-spacing:2px;
}
#sync3 .item .team-social{
    padding-left:230px;
    padding-top:30px;
    text-align: left;
}
#sync3 .item .team-social li{
    display:inline-block;
    margin-right:20px;
}
#sync3 .item .team-social a{
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    font-size: 15px; 
    line-height:15px;
    text-transform:lowercase;
    text-align:left;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
#sync3 .item .team-social a:hover{
    color:#313131;
}





#sync3 .item .team-words:before{
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    font-size: 22px; 
    line-height:12px;
    padding-right:5px;
}
#sync3 .item .team-words:after{
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    font-size: 22px; 
    line-height:12px;
    padding-left:5px;
}

#sync4 {
    position:absolute;
    bottom:10px;
    left:50%;
    margin-left:-160px;
    width:320px;
    z-index:200;
}
#sync4 .item{
    text-align: center;
    margin:0 auto;
    cursor: pointer;
    width:50px;
    z-index:200;
    border-radius:50%;
    overflow:hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#sync4 .item img{
    height: 50px;
    width:50px;
    display:block;
}
#sync4 .item:hover {
    border:5px solid #808080;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
#sync4 .synced .item {
    border:5px solid #808080;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.about-what-do h6{
    text-align:left;
    padding-bottom:20px;
} 
.about-what-do h6 span{
    font-family: 'FontAwesome';
    font-size: 18px;
    text-align:left;
    padding-right:5px;
    text-transform:lowercase;
} 
 
.button-wrap-down {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background:#ececec;
    display: block;
    padding-top:70px;
    padding-bottom:70px;
}
.button-wrap-down .cl-effect {
    position:relative;
    top:auto;
    margin-top:0;
    left:auto;
    width:100%;
    z-index:100;
    text-align:center;
} 




/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper{
    position:relative;
    width:100%;
}
.bx-wrapper .bx-prev {
    left: 0;
    top:50%;
    margin-top:-14px;
    background:url(images/arrow-left.png) no-repeat center center;
    background-size:10px 28px;
    -webkit-transition : all 0.2s ease-out;
    -moz-transition : all 0.2s ease-out;
    -o-transition :all 0.2s ease-out;
    transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-next {
    right:0;
    top:50%;
    margin-top:-14px;
    background:url(images/arrow-right.png) no-repeat center center;
    background-size:10px 28px;
    -webkit-transition : all 0.2s ease-out;
    -moz-transition : all 0.2s ease-out;
    -o-transition :all 0.2s ease-out;
    transition : all 0.2s ease-out;  
}

.bx-wrapper .bx-prev:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-next:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    outline: 0;
    width: 10px;
    height: 28px;
    text-indent: -9999px;
    z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


.awwwards-wrap{
    position:relative;
    display:block;
    width:100%;
    margin:0 auto;
    text-align:center;
}
.awwwards-wrap p{
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    padding-top:20px;
    font-size: 28px; 
    line-height:32px;
    padding-left:30px;
    padding-right:30px;
}
.awwwards-wrap p span{
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height:32px;
    padding-right:10px;
}

.awwwards-wrap p em{
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size: 20px;
    line-height:32px;
    color:#606060;
    font-style: normal;
}







 
/* #Work
================================================== */


.work-wrapper {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    background:#fff;
    overflow:hidden;
    text-align:center;
    display: block;
}


.projects-wrapper {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    background:#fff;
    text-align:center;
    overflow:hidden;
    display: block;
}
#projects-grid {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    max-width:2800px;
    text-align:center;
}
#projects-grid:after {
  content: '';
  display: block;
  clear: both;
}
.project-box {
    float:left;
    width: 25%;
    overflow:hidden;
}
.project-box img{
    width: 100%;
    height:auto;
    display:block;
}
.project-box.width2 { 
    width: 50%; 
}
.projects-box * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
} 


.project-box .cl-effect {
    margin-top:-25px;
    z-index:1000;
}
.project-box .cl-effect a {
}
.project-box .cl-effect a {
    padding: 10px 25px;
}

.project-box .mask-white-project{
    position: absolute; 
    top:20px;
    left:20px;
    bottom:20px;
    right:20px;
    background:rgba(255,255,255,.3);
    z-index:10;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.project-box:hover .mask-white-project{
    top:0;
    left:0;
    bottom:0;
    right:0;
    background:rgba(255,255,255,.8);
    border:20px solid rgba(203,171,130,.4)
}



.project-box .border-top-dash-project{
    position:absolute;
    top:20px;
    left:0;
    width:100%;
    z-index:100;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.project-box:hover .border-top-dash-project{
    top:105%;
}
.project-box .border-bottom-dash-project{
    position:absolute;
    bottom:20px;
    left:0;
    width:100%;
    z-index:100;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.project-box:hover .border-bottom-dash-project{
    bottom:105%;
}
.project-box .border-left-dash-project{
    position:absolute;
    left:20px;
    top:0;
    height:100%;
    z-index:100;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.project-box:hover .border-left-dash-project{
    left:105%;
}
.project-box .border-right-dash-project{
    position:absolute;
    right:20px;
    top:0;
    height:100%;
    z-index:100;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}
.project-box:hover .border-right-dash-project{
    right:105%;
}
.logos-section{
    position:relative;
    display:block;
    width:100%;
    margin:0 auto;
    background:#fff;
    text-align:center;
    padding-top:60px;
    padding-bottom:60px;
}
.logos-section1 img{
    width:100px;
    height:65px;
    display:block;
    text-align:center;
    margin:0 auto;
}
.testi-wrap{
    position:relative;
    display:block;
    width:100%;
    margin:0 auto;
    text-align:center;
}
.testi-in{
    position:relative;
    display:block;
    width:100%;
    margin:0 auto;
    text-align:center;
}
.testi-in .testi-small-img  .arrow-down{
      left:50%;
      width:0;
      height:0;
      z-index:3;
      position:absolute;
      bottom:0;
    margin-bottom:-13px;
      margin-left:-11px;
      border-left:11px solid transparent;
      border-right:11px solid transparent;
}

.testi-in .testi-small-img{
    position:relative;
    display:block;
    width:90px;
    height:90px;
    text-align:center;
    margin:0 auto;
    margin-bottom:30px;
    border-radius:37%;
    background-size: 92px 90px;
    background-repeat:no-repeat;
    background-position:center center;
}

.testi-words{
    font-family: 'Lato', sans-serif;
    font-weight:300;
    text-align:center;
    color:#606060;
    padding-left:30px;
    padding-right:30px;
    font-size: 18px;
    line-height:32px;
    font-style: italic;
    letter-spacing:3px;
}
.testi-words:before{
    font-family: 'Bad Script', cursive;
    content:'-';
    font-weight: normal;
    font-size: 22px; 
    line-height:12px;
    padding-right:5px;
}
.testi-words:after{
    font-family: 'Bad Script', cursive;
    content:'-';
    font-weight: normal;
    font-size: 22px; 
    line-height:12px;
    padding-left:5px;
}
.testi-name{
    font-family: 'Bad Script', cursive;
    padding-top:25px;
    text-align:center;
    font-size: 16px;
    line-height:32px;
    letter-spacing:2px;
}
.list-arrow li {
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    padding-left: 24px;
}
.list-arrow li:before {
    content: ">";
    position:absolute;
    left: 0px;
    color: #4f5367;
    top: 0px;
    font-family: "Bad Script",cursive;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-weight: normal;
    color: #CBAB82;   
}

/* #Ajax Projects Expanders
================================================== */ 
.ajax-project-single-wrapper  {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background: #fff;
    display: block;
    padding-top:40px;
}
.ajax-project-single-wrapper  h2{
    padding-bottom:40px;
} 

.ajax-project-top-text{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background: #fff;
    display: block;
    padding-bottom:30px;
}  
.ajax-project-top-text h4{
    text-align:left;
    padding-bottom:25px;
}
.ajax-project-top-text p{
    text-align:left;
    padding-bottom:8px;
}
.ajax-project-top-text p span{
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    font-size: 22px; 
    line-height:24px;
    padding-right:8px;
}
.project-slider-wrapper img{
    width: 100%;
    height:auto;
    display: block;
}

.slider-project-ajax{
    position: relative; 
    width: 100%;
}
.slider-project-ajax img{
    width: 100%;
    height:auto;
    display: block;
}
.project .audio-player {
    padding-bottom: 70px !important;
}
.project .video {
    padding-bottom: 70px !important;
}
.padding-bottom70 {padding-bottom: 70px;}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
    font-family: 'flexslider-icon';
    src:url('font/flexslider-icon.eot');
    src:url('font/flexslider-icon.eot?#iefix') format('embedded-opentype'),
        url('font/flexslider-icon.woff') format('woff'),
        url('font/flexslider-icon.ttf') format('truetype'),
        url('font/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { display: block; width: 35px; height: 50px; position: absolute; top: 50%;margin-top:-25px;z-index: 100; overflow: hidden; opacity: 1; cursor: pointer; color: rgba(0,0,0,0);  -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: 0;background:url('images/arr1.png') no-repeat center center; background-color:rgba(60,60,60,.7); }
.flex-direction-nav .flex-next { right: 0;  background:url('images/arr2.png') no-repeat center center;background-color:rgba(60,60,60,.7);  }
.flexslider:hover .flex-prev { opacity: 0.7;  }
.flexslider:hover .flex-next { opacity: 0.7;  }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  {}
.flex-direction-nav a.flex-next:before  {}

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
 }



.portfolio-ajax-wrapper{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    text-align:center;
    display: block;
}


    .relative{
        position: relative;
    }
    .portfolio{
        width:100%;
        height: auto;
        margin:0 auto;
        max-width: 960px;
    }
    
    .expander-wrap {
        position:relative;
        display: none;
        text-align: center;
    }

    #expander-wrap{
        position: relative;
        width:100%;
        margin:0 auto;
        overflow: hidden;
    }


/* Expander Item Controls */

    .project-controls{
        position: relative;
        width:100%;
        height: auto;
        top:120px;
        max-width: 960px;
        margin:0 auto;
    }

    .expander-inner{
        position: relative;
    }

    .cls-btn{
        width:100%;
        padding: 0;
        margin: 0 auto;
        display: block;
        height: auto;
    }

    .expander-wrap .cls-btn .close {
        position:relative;
        display: inline-block;
        color:#000;
        top:0;
        margin-top:120px;
        width:auto;
        height:auto;
        font-size:30px;
        font-weight:100;
        text-align:center;
        cursor: pointer;
        float:none;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

    .expander-close:hover {
        color:#3a3a3a;
        cursor:pointer;
    }


/* #Slider Project
================================================== */ 

.project-single-wrapper  {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background: #fff;
    display: block;
    padding-top:70px;
}
.project-single-wrapper  h1{
    padding-bottom:40px;
} 
.project-top-text{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background: #fff;
    display: block;
    padding-bottom:30px;
}  
.project-top-text h3{
    text-align:left;
    padding-bottom:30px;
}
.project-top-text p{
    text-align:left;
    padding-bottom:8px;
}
.project-top-text p span{
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    font-size: 22px; 
    line-height:24px;
    padding-right:8px;
}



.project-slider-wrapper{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background: #fff;
    display: block;
    padding-bottom:70px;
}
.project-wrap-slider{
    position: relative; 
    margin: 0 auto 50px !important;
    width: 100%;
    overflow:hidden;
    background: #fff;
    display: block;
}
.slider-project img{
    overflow:hidden;
    width: 100%;
    height:auto;
    display: block;
}
.slider-project{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    display: block;
}

.project-slider-wrapper .bx-wrapper .bx-prev {
    left:10px;
    top:50%;
    margin-top:-25px;
    background:url(images/arrow-left.png) no-repeat center center;
    background-size:10px 20px;
}
.project-slider-wrapper .bx-wrapper .bx-next {
    right:10px;
    top:50%;
    margin-top:-25px;
    background:url(images/arrow-right.png) no-repeat center center;
    background-size:10px 20px; 
}
.project-slider-wrapper .bx-wrapper .bx-controls-direction a {
    width: 35px;
    height: 50px;
    background-color:rgba(255,255,255,.9);
}
 

/* #Video Project
================================================== */  
 
.project-video-wrapper{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background: #fff;
    display: block;
    padding-bottom:70px;
}
iframe{
    width: 100%;    
    display: block;
}



/* #Self-Hosted Video Project
================================================== */ 

video{
    width: 100%;
    height:auto;
    display: block;
}
video poster{
    width: 100%;
    height:auto;
    display: block;
}


 
/* #Split Layout Project
================================================== */
 
 
.full-section {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:100%;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    z-index:10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
.half-top-section {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:50%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    z-index:10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} 
.half-bottom-section {
    position: absolute;
    top:50%;
    left:0;
    width:100%;
    height:50%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    z-index:10;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 

.close-project {
    position: fixed;
    top:2px;
    right:2px;
    width:50px;
    height:50px;
    background-image:url('images/cross.png');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:15px 15px;
    background-color:#f1f1f1;
    z-index:100;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.right-project {
    position: fixed;
    top:2px;
    right:54px;
    width:50px;
    height:50px;
    background-image:url('images/arrow-right.png');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:15px 15px;
    background-color:#f1f1f1;
    z-index:100;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.left-project {
    position: fixed;
    top:2px;
    right:106px;
    width:50px;
    height:50px;
    background-image:url('images/arrow-left.png');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:15px 15px;
    background-color:#f1f1f1;
    z-index:100;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
 
 
 
.ms-section {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.ms-section.ms-table{
    display: table;
    width: 100%;
}
.ms-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.controlArrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.controlArrow.prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.controlArrow.next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.scrollable {
    overflow: scroll;
}
.ms-easing {
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}
#multiscroll-nav {
    position: fixed;
    z-index: 100;
    margin-top: -52px;
    top: 50%;
    opacity: 1;
}
#multiscroll-nav.right {
    right: 17px;
}
#multiscroll-nav.left {
    left: 17px;
}
.multiscroll-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.multiscroll-slidesNav.bottom {
    bottom: 17px;
}
.multiscroll-slidesNav.top {
    top: 17px;
}
#multiscroll-nav ul,
.multiscroll-slidesNav ul {
  margin: 0;
  padding: 0;
}
#multiscroll-nav li,
.multiscroll-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 17px;
    position:relative;
}
.multiscroll-slidesNav li {
    display: inline-block;
}
#multiscroll-nav li a,
.multiscroll-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#multiscroll-nav li .active span,
.multiscroll-slidesNav .active span {
    background: #fff;
}
#multiscroll-nav span,
.multiscroll-slidesNav span {
    top: 2px;
    left: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.multiscroll-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    top: -2px;
}
.multiscroll-tooltip.right {
    right: 20px;
}
.multiscroll-tooltip.left {
    left: 20px;
} 
 
 
/* #Services
================================================== */
.services-steps {
  background: none repeat scroll 0 0 #ececec;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 90px;
  padding-top: 90px;
  position: relative;
  width: 100%;
}
.services-wrapper {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    background:#fff;
    overflow:hidden;
    display: block;
}
 
.services-top-text{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background: #fff;
    display: block;
    padding-top:70px;
    padding-bottom:70px;
}  
.services-top-text h3{
    text-align:left;
    padding-bottom:30px;
}
.services-top-text p{
    text-align:left;
    padding-bottom:8px;
}
.services-top-text p span{
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    font-size: 22px; 
    line-height:24px;
    padding-right:8px;
}

.services-top-icons img{ 
    margin: 0 auto;
    width: 50px;
    height:50px;
    display:block;
    text-align:center;
    padding-bottom:20px;
}
.services-top-icons p{ 
    text-align:center;
}
.services-top-icons h6{
    text-align:center;
    padding-bottom:20px;
}

.steps-wrap{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    text-align:center;
    display: block;
    z-index:3;
}
.steps-wrap h5{
    text-align:center;
    z-index:3;
}
.steps-wrap h5 span{
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    letter-spacing:1px;
    font-size: 22px; 
    line-height:24px;
    padding-right:8px;
}


.price-services-wrapper{
    position: relative; 
    margin: 0 auto;
    background: #fff;
    width: 100%;
    overflow:hidden;
    display: block;
    padding-top:70px;
    padding-bottom:70px;
} 
.price-wrap{
    position: relative; 
    margin: 0 auto;
    background: #fff;
    width: 100%;
    overflow:hidden;
    display: block;
    padding-top:30px;
    padding-bottom:30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.price-services-wrapper h3{
    text-align:center;
    padding-bottom:20px;
}
.price-text-1{
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    letter-spacing:1px;
    font-size: 30px; 
    line-height:46px;
    text-align:center;
    color:#313131;
}
.price-text-2 h6{
    text-align:center;
    padding-bottom:40px;
    padding-top:20px;
    color:#313131;
}
.price-text-3{
    text-align:center;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    text-transform:uppercase;
    font-size: 12px;
    line-height:24px;
    color:#606060;
    margin-left:30px;
    margin-right:30px;
    padding-top:10px;
    padding-bottom:10px;
}
.price-wrap .cl-effect {
    position:relative;
    top:auto;
    margin-top:40px;
    left:auto;
    width:100%;
    z-index:100;
    text-align:center;
} 


.services-options{
    position: relative; 
    margin: 0 auto;
    background: #fff;
    width: 100%;
    overflow:hidden;
    display: block;
    padding-top:70px;
    padding-bottom:110px;
}

.options-wrap-services{
    position:relative;
    display:block;
    width:100%;
    margin:0 auto;
    text-align:center;
}
.options-wrap-services img{
    display:block;
    width:100%;
    height:auto;
}
.slider-1st-slide h3{
    text-align:left;
    padding-bottom:30px;
}
.slider-1st-slide .general-subtext{
    text-align:left;
}
.slider-1st-slide .body-text{
    text-align:left;
    font-family: 'Lato', sans-serif;
    font-weight:300;
    font-size: 15px;
    line-height:24px;
    color:#606060;
    padding-top:25px;
}
.list-slider p{
    text-align:left;
    padding-bottom:8px;
}
.list-slider p span{
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    font-size: 22px; 
    line-height:24px;
    padding-right:8px;
}



.options-wrap-services .bx-wrapper .bx-prev {
    margin-left:-30px;
    top:auto;
    left:50%;
    bottom:-30px;
    margin-top:0;
    background:url(images/arrow-left.png) no-repeat center center;
    background-size:15px 15px;
    background-color:rgba(255,255,255,.9);
}
.options-wrap-services .bx-wrapper .bx-next {
    margin-right:-30px;
    top:auto;
    right:50%;
    bottom:-30px;
    margin-top:0;
    background:url(images/arrow-right.png) no-repeat center center;
    background-size:15px 15px; 
    background-color:rgba(255,255,255,.7);
}
.options-wrap-services .bx-wrapper .bx-controls-direction a {
    width: 25px;
    height: 25px;
}


.twit-wrap{
    position:relative;
    display:block;
    width:100%;
    margin:0 auto;
    text-align:center;
    padding-top:50px;
    background:url('images/twit.png')no-repeat top center;
    background-size:37px 30px;
}
.twit-words{
    font-family: 'Lato', sans-serif;
    font-weight:300;
    text-align:center;
    color:#606060;
    padding-left:30px;
    padding-right:30px;
    font-size: 18px;
    line-height:32px;
    font-style: italic;
    letter-spacing:3px;
}
.twit-words:before{
    font-family: 'Bad Script', cursive;
    content:'-';
    font-weight: normal;
    font-size: 22px; 
    line-height:12px;
    padding-right:5px;
}
.twit-words:after{
    font-family: 'Bad Script', cursive;
    content:'-';
    font-weight: normal;
    font-size: 22px; 
    line-height:12px;
    padding-left:5px;
}
.twit-user{
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    font-size: 22px; 
    text-align:center;
    line-height:24px;
    padding-top:20px;
}





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

.contact-wrapper {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    background:#fff;
    overflow:hidden;
    display: block;
}

.details-wrapper{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    background:#fff;
    overflow:hidden;
    display: block;
    padding-top:70px;
    padding-bottom:70px;
}
.details-wrapper h3{
    text-align:center;
    padding-bottom:30px;
}
.details-wrapper h6{
    text-align:center;
    padding-bottom:20px;
}
.details-wrapper p{
    /*font-family: 'Bad Script', cursive;*/
    font-family: 'FontAwesome',cursive;
    font-weight: normal;
    font-size: 20px; 
    text-align:center;
    line-height:24px;
}



.social-wrapper{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    background:#c1c1c1;
    overflow:hidden;
    display: block;
    padding-top:70px;
    padding-bottom:70px;
}
.contact-social{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    text-align:center;
    overflow:hidden;
    display: block;
}
.contact-social li{
    display:inline-block;
    text-align:center;
    margin-left:15px;
    margin-right:15px;
}
.contact-social a{
    font-family: 'Bad Script', cursive;
    font-weight: normal;
    font-size: 18px; 
    line-height:18px;
    text-transform:lowercase;
    text-align:center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.contact-social a span{
    font-family: 'FontAwesome';
    font-size: 14px;
    line-height: 18px;
    color:#313131;
    text-align:center;
}
.contact-social a:hover{
    color:#313131;
}



.form-wrapper {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    background:#fff;
    overflow:hidden;
    display: block;
    padding-top:70px;
    padding-bottom:70px;
}
.form-wrapper h3{
    text-align:center;
    padding-bottom:30px;
}

    #ajax-form {
        width: 100%;
        font-family: 'OpenSans-Light-webfont';
        font-size: 10px;
        line-height:14px;
    color:#101010;
    margin:0 auto;
    }
    label {
        display: block;
        font-family: 'OpenSans-Light-webfont';
        font-size: 14px;
        line-height:30px;
    }
    input{
        width: 96%;
        border:none;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size: 12px;
    line-height:22px;
        padding-bottom: 10px;
    background:#ec6706;
    }
    textarea {
        width:94%;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size: 12px;
    line-height:22px;
        height:135px;
        margin-top:2px;
        padding-bottom: 10px;
        border:none;
    background: #fbf6f4;
    }
    .error {
        font: 10px/22px 'Open Sans', sans-serif;
        text-transform:uppercase;
        display: none;
        color:#101010;
    }
    #ajaxsuccess {
        background: #f5f5f5;
        color:#101010;
        font: 20px/60px 'Open Sans', sans-serif;
        height:60px;
        display: none;
        padding-left:10px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

.text-align-center{
    text-align:center;
    padding-top:10px;
 }
    #ajax-form textarea:active,
    #ajax-form input:active {   
      color: #101010;}
    #ajax-form textarea:active,
    #ajax-form input:hover {    
      color: #101010;}
        #ajax-form textarea:focus,
    #ajax-form input:focus {     
    outline: none !important;}
    #ajax-form textarea,
    #ajax-form input {  
    border-bottom:2px solid #313131;
      color: #101010;}

#ajax-form input[type="text"]{
    padding-left:2%;
    padding-right:2%;
}
textarea{
    padding-left:1%;
    padding-right:1%;
} 


#button-con {
    position:relative;
    z-index:100;
    text-align:center;
    font-family: 'Lato', sans-serif;
}
#button-con button {
    position: relative;
    display: inline-block;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 12px;
    border:2px solid #313131;
    color: #313131;
    text-align:center;
    overflow:hidden;
    z-index:100;
    cursor:pointer;
    background:rgba(0,0,0,0);
}

#button-con button:hover,
#button-con button:focus {
    outline: none;
}

#button-con button {
    overflow: hidden;
    padding: 10px 45px;
}

#button-con button span {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

#button-con button span::before {
    position: absolute;
    margin-top:15px;
    top: 100%;
    content: attr(data-hover);
    font-weight: 400;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#button-con button:hover span,
#button-con button:focus span {
    top:-15px;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}




.map-wrapper {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    background:#fff;
    overflow:hidden;
    display: block;
}
#map{
    position: relative;
  display: block;
  width: 100%;
  height: 400px;
}
.overlay{
  display:block;
  z-index:10;
  text-align:center;
  height:80px;
  width:102px;
  background:transparent url(images/marker.png)no-repeat bottom center;
}
.overlay_arrow{
  left:50%;
  margin-left:-16px;
  width:0;
  height:0;
  position:absolute;
}
.overlay_arrow.above{
  bottom:-13px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-top:16px solid #000;
}
.overlay_arrow.below{
  top:-15px;
  border-left:16px solid transparent;
  border-right:16px solid transparent;
  border-bottom:16px solid #000;
}

/* #Blog page
================================================== */
.home-blog.blog-post{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background:rgba(255,255,255,.9);
    padding: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.home-blog.blog-post:hover{
    opacity:.7;
}  
.blog-post img{
    width:100%;
    height:auto;
    display:block;
} 
.z-index{
    z-index:100;
} 
.blog-post h5{
    text-align:left;
    padding-top:20px;
    padding-bottom:25px;
    padding-left:20px;
    padding-right:20px;
}
.blog-post h5 a{
    color: #101010;
}
.blog-post p{
    text-align:left;
    padding-left:20px;
    padding-right:20px;
    padding-bottom:20px;
}
.blog-post p span{
    font-family: 'Lato', sans-serif;
    font-weight:700;
    font-size: 12px;
    line-height:12px;
}
.blog-post p span:last-child{
    padding-left:10px;
}
.blog-link{
    text-align: center;
    padding-top: 20px;
}
.blog-link a{
    border: 2px solid #313131;
    color: #313131;
    font-family: "Lato",sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 14px;
    padding: 15px 65px;
    text-transform: uppercase;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.blog-link a:hover{
    background: #fff;
    opacity: 0.7;
}

.blog-post-wrapper.page404{
    padding: 200px 0;
}
.page404 h1{
    padding-bottom: 30px;
}
.blog-wrapper {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    background:#fff;
    overflow:hidden;
    display: block;
}
.blog-top-title {color: #cbab82;}
.blog-top-subtitle {color: #606060;}
.parallax-blog {
    background: url('images/parallax/blog.jpg') repeat fixed;
    background-size: cover;
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0;
    bottom: 0;
    z-index: -1;
    width:100%;  
}
@media only screen and (min-width: 1930px) { .parallax-blog { background-size: cover; } }
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .parallax-blog { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
@media only screen and (max-width: 959px) {
    .parallax-blog { background-size: cover; background-attachment: scroll; background-position: top center!important; }
}
.blog-post-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    padding-top:70px;
    padding-bottom:70px;
    background: #ffffff;
}
.blog-post-wrapper article {margin-bottom: 20px;}
.thevideo > iframe {
  max-width: 100%;
  height: auto;
}

.blog-post{
    position:relative;
    margin:0 auto;
    width:calc(100% - 60px);
    background:#fff;
    padding: 30px;
    box-sizing: border-box;
}
.blog-post .item img{ 
    width: 100%;
    height:auto;
    display:block;
}
.blog-text-wrap{
    position:relative;
    margin:0 auto;
    width:100%;
    padding-top:30px;
}
.blog-text-wrap:after {
  content: '';
  display: block;
  clear: both;
}
.blog-text-wrap img{
    float:left;
    width:70px;
    height:70px;
    border-radius:50%;
}
.blog-text-name{
    font-family: 'Lato';
    text-align:left;
    margin-left:90px;
    font-size:14px;
    line-height:14px;
    padding-bottom: 0px;
    letter-spacing:1px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog-text-name:hover{
    opacity:.7;
}
.blog-text-wrap h3{
    text-align:left;
    margin-left:90px;
    line-height:36px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog-text-wrap h3:hover{
    opacity:.7;
}
.blog-text-wrap h3 a {color: #414141;}
.blog-text-date{
    font-family: 'TisaPro-Ita';
    text-align:left;
    margin-left:90px;
    font-size:14px;
    line-height:14px;
    color:#212121;
    padding-top:10px;
    padding-bottom:30px;
    letter-spacing:1px;
}
.blog-text-wrap p{
    text-align:left;
    font-size: 20px;
    line-height:32px;
    font-weight:300;
    margin-top: 0px !important;
    padding: 0;
}
.blog-text-wrap p span{
    font-family: 'FontAwesome';
    margin-left:10px;
    line-height:20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog-text-wrap p span:hover{
    color:#323232;
}
 
.qu-post .blog-text-date{
    padding-bottom:0;
}
.qu-post .blog-text-wrap{
    padding-top:0;
}

.sticky .blog-text-wrap p {
    background: #F2F2F2;
    padding: 20px;
}
.sticky .blog-text-wrap p a {
  background: none repeat scroll 0 0 #1a1a1a;
  display: block;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin-top: 15px;
}
.sticky .blog-text-wrap p a:hover {background: #cfa144;}
.sticky .blog-text-wrap p a:hover span {color: #1a1a1a;}
.pagination {
    position: relative;
    text-align: center;
     padding: 20px 0 20px;
}
.pagination ul li {
    border: none;
    display: inline-block;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    cursor: pointer;
    color: #ccc;
    margin-right: 5px;
    font-weight: bold;
    background-color: #333;
}
.pagination ul li a {
    color: #ccc;
    display: block;
}
.pagination ul li a.current, .pagination ul li span.current, .pagination ul li a:hover {
    color: #cbab82;
}
 #blog-single img {
  height: auto;
  max-width: 100%;
  margin-right: 20px;
}
iframe {
  max-width: 100%;
}

.widget{
    position: relative; 
    width: 100%;
    padding-bottom:50px;
}
.widget h6{
    text-align:left;
    padding-bottom:20px;
}
.widget_recent_entries ul li{
    position: relative; 
    width: 100%;
    padding: 8px 0;
    background:rgba(220,220,220,.4);
    text-align:center;
    line-height:20px;
    font-size:12px;
    text-transform:uppercase;
    margin-bottom:5px;
    cursor:pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.widget_recent_entries ul li:last-child{
    margin-bottom:0;
}
.widget_recent_entries ul li a{
    color:#827b7d;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.widget_recent_entries ul li span{
    font-family: 'Lato', sans-serif;
    font-weight:700;
    display: block;
    font-size: 11px;
}

.widget_recent_entries ul li:hover a{
    color:#000;
}
.widget_recent_entries ul li:hover{
    background:rgba(220,220,220,.7);
}

.widget_categories ul li, .widget_archive ul li{
  display: block;
  line-height: 28px;
  color: #cbab82;
}
.widget_categories ul li a, .widget_archive ul li a{
    color:#827b7d;
    font-size:14px;
    text-transform:uppercase;
    margin-bottom:8px;
    background:url('images/arrow-next.png') no-repeat left center;
    text-align:left;
    padding-left:20px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.widget_categories ul li a:last-child, .widget_archive ul li a:last-child {
    margin-bottom:0;
}
.widget_categories ul li a:hover, .widget_archive ul li a:hover{
    color:#000;
    padding-left:30px;
}
.widget_meta abbr {
  border-bottom: 1px dotted #999;
  cursor: help;
  color: #cbab82;
}
.widget_meta ul li {line-height: 28px;}
.widget_meta ul li a {color: #827b7d;}

.tag11, .wp-tag-cloud li { 
    padding-left:10px;
    padding-right:10px;
    display:inline-block;
    margin-right: 1px;
    height:30px;
    background:rgba(220,220,220,.4);
    text-align:center;
    line-height:30px;
    font-size:10px;
    text-transform:uppercase;
    margin-bottom:5px;
    cursor:pointer;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.tag11 a, .wp-tag-cloud li a{
    color:#827b7d;
    font-size: 11px!important;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.tag11:hover a, .wp-tag-cloud li:hover a{
    color:#000;
}
.tag11:hover, .wp-tag-cloud li:hover{
    background:rgba(220,220,220,.7);
}
.widget_recent_comments ul li {line-height: 28px;}
.widget_recent_comments ul li a {color: #827b7d;}
.widget_recent_comments ul li a:hover {color: #C3512F;}
.widget_rss li {
  display: block;
  margin-bottom: 15px;
}
.widget_rss a.rsswidget {
    display: block;
    line-height: 23px;
    margin-bottom: 6px;
}
.widget_rss a.rss-date {
  display: block;
  font-style: italic;
  margin-bottom: 10px;
}
.widget_rss .rssSummary {
  line-height: 26px;
}
#blog-single ul li, #blog-single ol li {line-height: 26px;}
.no-results.not-found {padding: 40px 0;}
.no-results.not-found > p {margin-bottom: 20px;}
.no-results input {width: 100%;}

/*-----------------------------------------------------------------------------------*/
/*  SEARCH FORM
/*-----------------------------------------------------------------------------------*/
.search_form {position:relative;}
.search_form:before {
    content: "\f002";
    position:absolute;
    right:0;
    top:0;
    width:50px;
    height:51px;
    font-family:FontAwesome;
    line-height:49px;
    text-align:center;
    font-size:20px;
    color:#ccc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.search_form:hover:before {color:#cbab82;}

.search_form input {
    margin:0;
    padding:13px 0 14px 10px;   
    color:#ccc;
    background:none;
    border:2px solid #ccc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.search_form input:focus {border-color:#cbab82; color:#333;}

.search_form input.search_btn {
    width:100%;
    margin:0;
    padding:12px 55px 13px 17px;
    background-color: rgba(81,81,81,0.5);
    line-height:20px;
    font-size:12x;
    color:#b5b5b5;
}
.search_form input.search_btn {
    position:absolute;
    z-index:1;
    top:0;
    right:0;
    width:46px;
    height:54px;
    padding:0;
    border:0;
    text-indent:-999px;
    background: none !important;
}
.search_form input.search_btn:hover {
    border:0;
    background-color:#008da8;
}

/*-----------------------------------------------------------------------------------*/
/*  CALENDAR STYLES WIDGET
/*-----------------------------------------------------------------------------------*/
.widget_calendar {float: none;}
#wp-calendar {width: 100%; }
#wp-calendar caption { 
    background: none repeat scroll 0 0 #E9E9E9;
    color: #333333;
    font-size: 16px;
    padding: 10px 0;
    text-align: center; 
}
#wp-calendar thead { font-size: 10px; }
#wp-calendar thead th {
    border: 1px solid #E9E9E9;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
    vertical-align: middle;
}
#wp-calendar tbody { color: #aaa; }
#wp-calendar tbody td { background: #f5f5f5; border: 1px solid #E9E9E9; text-align: center; padding:8px;}
#wp-calendar tbody td#today {background: #cbab82;color: #fff;}
#wp-calendar tbody td:hover { background: #fff; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot {border: 1px solid #E9E9E9;}
#wp-calendar tfoot #next { font-size: 12px; text-transform: uppercase; text-align: right; color: #cbab82;}
#wp-calendar tfoot #prev { font-size: 12px; text-transform: uppercase; padding-top: 10px; color: #cbab82;}

.widget select {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text .textwidget img{max-width: 100%;height: auto;}
.widget_text select, .widget_text input , .widget_text textarea  {max-width: 100%;padding: 5px;border: 1px solid #ccc; width: 100%;}
.widget_text option {max-width: 100%;}

.widget_nav_menu ul li, .widget_pages ul li {color: #827b7d;line-height: 28px;}
.widget_nav_menu ul li ul, .widget_pages ul li ul {padding-left: 20px;}
.widget_nav_menu ul li a, .widget_pages ul li a{color: #827b7d;}
.widget_nav_menu ul li a:hover, .widget_pages ul li a:hover {color: #615C5C;}

.blog-post ul{padding-left: 20px;list-style: disc outside none !important;margin-bottom: 15px;}
.blog-post ul ul {list-style: circle outside none !important;}
.blog-post ul ul ul{list-style: square outside none !important;}
.blog-post ol {padding-left: 20px;list-style: decimal outside none !important;margin-left: 0px;margin-bottom: 15px;}
.blog-post ul li ul, .blog-post ol li ol  {
    margin-bottom: 0;
    margin-left: 0px;
}
.blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6 {text-align: left;}
blockquote{background: #F9F9F9;}
blockquote p{
  font-size: 15px;
  font-style: italic;
  padding-bottom: 0;
}
.blog-post .flexslider {margin-bottom: 0px;}
.blog-post .flex-viewport ul, .blog-post .flex-direction-nav {padding-left: 0px;list-style: none !important;margin-bottom: 0px;}
.blog-post .flex-control-nav {display: none;}
/* #Blog single
================================================== */

.blog-post-wrapper .blog-post{
    width: auto;
}

#blog-single.blog-post, 
.blog-sidebar .blog-post{
    padding: 0px 20px 20px 0px;
}
.blog-sidebar article {padding-bottom: 20px;}
#blog-single .blog-text-date {
    margin-left: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
}
#blog-single h1, #blog-single h2, #blog-single h3, #blog-single h4, #blog-single h5, #blog-single h6 {
    text-align: left;
    margin-bottom: 15px;
}
.blog-post-wrapper .single-title, #blog-single h3.single-title {
    padding: 10px 0px 0px;
    text-align: left;
    margin-bottom: 0px !important;
    line-height: 40px;
}
#blog-single p{
    padding: 0;
    padding-bottom: 10px;
}
.single-comment, .replyForm {padding-right: 20px;}
.paragraf-left {
    padding-left:20px;
    margin-left:40px;
}
.caps{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size:44px;
    font-size:40px;
    float: left;
    padding-right: 10px;
    padding-top: 12px;
}
.blog-post .tag11{
    margin-top:20px;
    margin-bottom:0;
}
pre, code {
    background-color: #F9F9F9;
    border-color: rgba(180,180,180,1);
    border-style: solid;
    border-width: 0px 0px 0px 4px;
    display: block;
    font-family: 'Open Sans', sans-serif;font-weight: 300;
    font-size: 14px;
    padding: 10px;
}

pre, code {
    margin-top:20px;
    margin-left:20px;
    margin-right:20px;
    overflow: auto;
}
 
.blog-post .post{
    position: relative; 
    border-top:3px double rgba(200,200,200,.7);
    border-bottom:3px double rgba(200,200,200,.7);
    padding-top:20px;
    padding-bottom:20px;
    margin-top:20px;
    margin-right:20px;
}
.blog-post .post img{
    width: 100px;
    height:100px;
    float:left;
}
.blog-post .post h6{
    text-align:left;
    padding-left:120px;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}
.blog-post .post  p{
    text-align:left;
    padding-left:120px;
    font-family: 'Lato';
}
.blog-post .post h6 span{
    opacity:.5;
}
.blog-post .post h6 a {
    color: #cbab82;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.blog-post .post h6 a:hover {color: #414141;}
.post-down{
    position: relative; 
    border-top:3px double rgba(200,200,200,.7);
    border-bottom:3px double rgba(200,200,200,.7);
    padding-top:20px;
    padding-bottom:20px;
    margin-top:20px;
}
.post-down .rpl-but{
    position:absolute;
    z-index:2;
    top:20px;
    right:0;
    height:26px;
    width:60px;
    text-align:center;
    background:rgba(6,6,6,.6);
    font-family: 'Open Sans', sans-serif;font-weight: 300;
    font-weight: 400;
    font-size: 12px;
    line-height:26px;
    text-transform:uppercase;
    cursor:pointer;
    color:#fff;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.post-down .rpl-but a.comment-reply-link{
    color:#fff;
}
.post-down .rpl-but:hover{
    background:rgba(6,6,6,.9);
}
.margin-rpl{
    margin-left:60px;
}
.post-down img{
    width: 100px;
    height:100px;
    float:left;
}
.post-down h6{
    text-align:left;
    padding-left:120px;
    padding-bottom:10px;
    text-transform:none;
}
.post-down  p{
    text-align:left;
    padding-left:120px;
}
.post-down h6 span{
    opacity:.4;
    font-weight: 400;
    font-size:80%;
    font-family: 'Montserrat',sans-serif;
}
.single-comment .children {margin-left: 40px;}
.comment-reply-title {font-size: 16px;padding-top: 40px; text-align: left;}

.replyForm textarea{
    min-height: 100px;
}
.replyForm #ajax-form input[type="submit"]{
    color: #dfdfdf;
    background: #363636;
}
.replyForm #ajax-form input[type="submit"]:hover{
    color: #fff;
}
.comment-form input[type="text"], 
.comment-form input[type="email"]{
    margin-bottom: 15px;
}
#wpadminbar {  
  z-index: 5000002;
}

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

.footer {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background:#313131;
    display: block;
    padding-top:70px;
    padding-bottom:20px;
} 
.logo-footer{ 
    position:relative;
    margin:0 auto;
    text-align:center;
    padding-bottom:50px;
    width:125px;
    height:22px;
    background:url('images/logo-footer.png')no-repeat top center;
    background-size:125px 22px;
    z-index:10;
} 
.footer h6 {
    color:#fff;
    text-align:center;
    line-height:30px;
} 
.footer h6 span{
    text-align:center;
    font-family: 'Bad Script', cursive;
    font-size: 18px;
    font-weight: normal;
    text-transform:lowercase;
    padding-left:5px;
}  
  
.footer p {
    color:#c7c7c7;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    font-size: 10px;
    line-height:10px;
    text-align:center;
    letter-spacing:1px;
} 
 
 
 
/* #Media Queries
================================================== */


@media only screen and (max-width: 479px) {
#sync2 {
    margin-left:-100px;
    width:200px;
}
#sync4 {
    margin-left:-100px;
    width:200px;
}
}
@media only screen and (max-width: 800px) {


.dl-menuwrapper button:after {
    background: #000;
    box-shadow: 
        0 6px 0 #000, 
        0 12px 0 #000;
}
.dl-menuwrapper button:hover:after {
    box-shadow: 
        0 7px 0 #000, 
        0 14px 0 #000;
}
h1 { font-size: 35px; line-height:35px;letter-spacing:3px; }
h2 { font-size: 32px; line-height:36px;text-transform:uppercase;letter-spacing:2px;}
h3 { font-size: 26px; line-height: 30px;text-transform:uppercase;letter-spacing:2px;}
h4 { font-size: 24px; line-height: 28px;text-transform:uppercase;letter-spacing:1px;}
h5 { font-size: 20px; line-height: 24px;text-transform:uppercase;letter-spacing:1px;}
h6 { font-size: 16px; line-height: 20px;text-transform:uppercase;letter-spacing:1px;}

.social-home, .logged-in.admin-bar .social-home{ 
    position:absolute;
    /*top:auto;*/
    bottom:120px;
    right:0;
    width:100%;
    text-align:center;
    top:0px;
}
.no-home-page .social-home{  
    position:absolute;
    width:100%;
    top:100px;
    right:auto;
    height:30px;
}
.logo{ 
    top:20px;
    left:0%;
   /* margin-left:-62px;*/
    width:327px;
    height:97px;
    text-align: center;
    background-size:327px 97px;
}
.logged-in.admin-bar .logo {top: 66px;}
.logged-in.admin-bar .dl-menuwrapper button {top: 25px;}
.no-home-page .dl-menuwrapper {
    position:absolute;
}
.dl-menuwrapper {
    top:80px;
    left:50%;
    margin-left:20px;
    display:block;
}
#menu-wrap{
    display:none;
}
.dl-menuwrapper button {
    top:-20px;
    left:50%;
    margin-left:-24px;
}
.dl-menuwrapper button:after {
    width: 50%;
    left:25%;
}
.dl-menuwrapper li a {
    padding: 15px 20px;
    text-align:center;
}
.dl-menuwrapper li a:before {
    content:'';
    padding-right:0;
}
.dl-menuwrapper li:hover a:before {
    padding-right:0;
}
.border-top-dash,
.project-box .border-top-dash-project{
    display:none;
}
.border-bottom-dash,
.project-box .border-bottom-dash-project{
    display:none;
}
.border-left-dash,
.project-box .border-left-dash-project{
    display:none;
}
.border-right-dash,
.project-box .border-right-dash-project{
    display:none;
}
#sync2 {
    bottom:30px;
}
.big-text-sections{
    margin-top:-60px;
    font-size: 35px; 
    line-height:35px;
    letter-spacing:2px;
}
.small-text-sections{
    margin-top:-15px;
    font-size: 16px; 
    line-height:22px;
}
.mask-white{
    top:0;
    left:0;
    bottom:0;
    right:0;
}
.intro-nav{ 
    display:none;
}


#sync3 .item img{ 
    float:none;
    display:block;
    margin:0 auto;
    text-align:center;
}
#sync3 .item h6{
    padding-left:0;
    padding-top:20px;
    text-align:center;
} 
#sync3 .item h6 span{
    text-align:center;
}
#sync3 .item .team-words{
    text-align:center;
    padding-left:0;
}
#sync3 .item .team-social{
    padding-left:0;
    text-align:center;
    width:100%;
    margin:0 auto;
}
#sync3 .item .team-social li{
    margin-right:10px;
    margin-left:10px;
    text-align:center;
}
#sync3 .item .team-social a{
    text-align:center;
}



}
@media only screen and (min-width: 560px) and (max-width: 1199px) {
.project-box {
    width: 50%;
}
}
@media only screen and (max-width: 559px) {
.project-box {
    width: 100%;
}
.project-box.width2 { 
    width: 100%; 
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.home-big-text {
    margin-top:-110px;
    font-size: 36px; 
    line-height:36px;
}
.home-small-text {
    margin-top:-60px;
    font-size: 20px; 
    line-height:20px;
}
.down-button {
    margin-top:-10px;
} 
.logo-footer{ 
    padding-bottom:0;
} 
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.home-big-text {
    margin-top:-105px;
    font-size: 24px; 
    line-height:24px;
    letter-spacing:2px;
}
.home-small-text {
    margin-top:-60px;
    font-size: 15px; 
    line-height:15px;
}
.down-button {
    margin-top:-15px;
}
.logo-footer{ 
    padding-bottom:0;
} 
}

@media only screen and (max-width: 319px) {
.home-big-text {
    margin-top:-105px;
    font-size: 24px; 
    line-height:24px;
    letter-spacing:2px;
}
.home-small-text {
    margin-top:-60px;
    font-size: 15px; 
    line-height:15px;
}
.down-button {
    margin-top:-15px;
}
.logo-footer{ 
    padding-bottom:0;
} 
}



/* #Font-Face
================================================== */



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

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

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