#royal_preloader.logo .percentage {
    position: absolute;
    width: 80px;
    height: 40px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin: 40px 0px 0px -40px;
    color: #fff;
	letter-spacing:4px;
    text-align: center;
    font-family: 'TisaPro-Ita';
	font-size:14px;
}

.top-text p{
    font-family: 'TisaPro-Ita';
    text-align:left;
    font-size: 14px;
    line-height:22px;
    color:#f0f0f0;
    letter-spacing:4px;
    text-transform:uppercase;
    padding-bottom:10px;
}

.top-text h2{
    text-align:left;
    color:#f0f0f0;
    padding-bottom:60px;
}

.project-box {
    float:left;
    width: 33.3333333%;
    overflow:hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border:10px solid #212121;
    margin-left:-1px;
    -webkit-transform:translateX(1px);
    -moz-transform:translateX(1px);
    -ms-transform:translateX(1px);
    -o-transform:translateX(1px);
    transform:translateX(1px);
}

.project-box .mask-white-project{
    position: absolute; 
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:.1;
    background: rgba(255,255,255,.95);
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
    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 p{
    position: absolute; 
    left:0;
    margin-bottom:-28px;
    bottom:50%;
    width:100%;
    text-align:center;
    font-family: 'TisaPro-Ita';
    font-size: 16px; 
    line-height:16px; 
    letter-spacing:5px;
    text-shadow: 0 0 5px rgba(255,255,255,0.3);
    z-index:11;
    opacity: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;
}

.work-link{
    position:relative;
    width:100%;
    padding-top:100px;
    background:#323232;
    padding-bottom:100px;
    margin:0 auto;
    text-align:center;
}

.work-link a {
    margin:0 auto;
    text-align:center;
    display: block;
    color: #f1f1f1;
    cursor:pointer;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    letter-spacing:3px;
    text-transform:uppercase;
    background:transparent;
    text-align:center;
    font-size: 13px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    width: 200px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.work-link a span {
    position: relative;
    display: inline-block;
    background:#212121;
    width: 100%;
    padding-top:10px;
    padding-bottom:10px;
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -moz-transition: -moz-transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -100px;
    -moz-transform-origin: 50% 50% -100px;
    transform-origin: 50% 50% -100px;
}

.project-single-wrapper  {
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background: #212121;
    display: block;
    padding-top:80px;
}

.project-single-wrapper .subtext-content{
    position:relative;
    width:100%;
    max-width:800px;
    margin:0 auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height:24px;
    color:#fff;
    font-weight:300;
    text-transform: uppercase;
    text-align:left;
    padding-bottom:0;
    letter-spacing: 2px;
}
.project-top-text{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background: #212121;
    display: block;
    padding-bottom:20px;
} 

.project-top-text .link-project-down a {
    position: relative;
    display: inline-block;
    cursor:pointer;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height:14px;
    text-align:left;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:300;
    color:#f1f1f1;
}

.project-top-text .link-project-down a:hover span {
    color:#fff;
    padding-left:15px;
}

.project-top-text p{
    text-align:left;
    text-transform:uppercase;
    letter-spacing:3px;
    font-weight:300;
    font-size:12px;
    color:#f1f1f1;
    padding-bottom:22px;
}

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

.project-video-wrapper{
    position: relative; 
    margin: 0 auto;
    width: 100%;
    overflow:hidden;
    background: #323232;
    display: block;
    padding-top:50px;
    padding-bottom:70px;
}

.line-separ{
    position:relative;
    width:100%;
    display:block;
    margin-bottom:60px;
    padding-bottom:60px;
    border-bottom:1px dashed rgba(60,60,60,.9);
}

.social-team a{
    position: relative;
    font-family: 'FontAwesome';
    font-size:14px;
    line-height:36px;
    width:36px;
    height:36px;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    color:#fff;
    margin:0 2px;
    display:inline-block;
    text-align:center;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.social-team a span {
    position: relative;
    display: inline-block;
    width: 100%;
    background:#282b30;
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -moz-transition: -moz-transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -18px;
    -moz-transform-origin: 50% 50% -18px;
    transform-origin: 50% 50% -18px;
}

.csstransforms3d .social-team a:hover span::before,
.csstransforms3d .social-team a:focus span::before {
    opacity:1;
    background:#f2f2f2;
}

.services{
    position:relative;
    width:100%;
    background:#323232;
    margin:0 auto;
}

.services-box h6{
    padding-top:130px;
    padding-bottom:10px;
    text-align:center;
}

.services-box .box-icon{
    position:absolute;
    width:100px;
    height:100px;
    left:50%;
    margin-left:-50px;
    bottom:-30px;
    font-family: 'Pe-icon-7-stroke';
    line-height:100px;
    font-size:100px;
    z-index:3;
    color:#282b30;
    opacity:.8;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.services-box:hover .box-icon{
    bottom:50%;
    margin-bottom:-70px;
    margin-left:-70px;
    width:140px;
    height:140px;
    line-height:140px;
    font-size:140px;
    opacity:.6;
}
.services-box .box-mask{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:100%;
    z-index:2;
    background:#111111;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.services-box .mask-text{
    position:absolute;
    width:80%;
    left:10%;
    top:200%;
    margin-top:-39px;
    font-family: 'Open Sans', sans-serif;
    text-align:center;
    font-weight:300;
    color:#f1f1f1;
    font-size: 14px;
    line-height:26px;
    letter-spacing:2px;
    z-index:6;
    -webkit-transition: all 400ms linear;
    -moz-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    -ms-transition: all 400ms linear;
    transition: all 400ms linear; 
}

.blog-post-text{
    position:relative;
    width:calc(100% - 60px);
    padding:30px;
    background:#323232;
    border-radius:5px;
    overflow:hidden;
}

.blog-post-text h6{
    text-align:left;
    color:#f0f0f0;
    padding-bottom:30px;
    letter-spacing:2px;
    -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-text .box-icon{
    position:absolute;
    width:100px;
    height:100px;
    right:-30px;
    bottom:-30px;
    font-family: 'Pe-icon-7-stroke';
    line-height:100px;
    font-size:100px;
    z-index:3;
    color:#000;
    opacity:.4;
    -ms-transform: rotate(-45deg); 
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -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-text:hover .box-icon{
    right:20px;
    bottom:20px;
    -ms-transform: rotate(0); 
    -webkit-transform: rotate(0);
    transform: rotate(0);
    width:50px;
    height:50px;
    line-height:50px;
    font-size:50px;
    opacity:1;
}

.blog-post-text .date-icon-text{
    position:relative;
    width:100%;
    font-family: 'TisaPro-Ita';
    text-align:left;
    font-size: 13px;
    line-height:22px;
    color:#f2f2f2;
    letter-spacing:1px;
    padding-bottom:10px;
}

.post-content{ 
    position:relative;
    background:#323232;
    width:calc(100% - 60px);
    padding:30px;
    margin-bottom:20px;
}

.post-content pre{  
    text-align:left;
    padding:30px;
    background:#212121;
    margin-top:30px;
    margin-bottom:30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height:24px;
    letter-spacing:1px;
    font-weight:300;
}

.post-content-share{ 
    position:relative;
    background:#323232;
    width:calc(100% - 60px);
    padding:30px;
    margin-bottom:20px;
}

.social-share span{ 
    display: inline-block;
    text-align:left; 
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing:2px;
    text-transform:uppercase;
    padding-right:10px;
    line-height:15px;
    font-weight:300;
    color:#f2f2f2;
}
.social-share em{ 
    display: inline-block;
    margin-top:8px;
    text-align:right;
    float:right;    
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing:2px;
    text-transform:uppercase;
    line-height:15px;
    font-weight:300;
    color:#f2f2f2;
}

.list-social-share li.icon-soc-share a {
    font-family: 'FontAwesome';
    font-size: 13px;
    line-height: 15px;
    width:22px;
    opacity:1;
    margin:0;
    padding:0;
    color: #f2f2f2;
    -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-content-com-top{ 
    position:relative;
    background:#323232;
    width:calc(100% - 60px);
    padding:30px;
    margin-bottom:20px;
}
.post-content-com-top p{ 
    text-align:left;    
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing:2px;
    text-transform:uppercase;
    line-height:15px;
    font-weight:300;
    color:#f2f2f2;
}


.post-content-comment{ 
    position:relative;
    background:#323232;
    width:calc(100% - 60px);
    padding:30px;
    margin-bottom:20px;
}

.reply{ 
    position:relative;
    display:block;
    float:right;
    text-align:right;   
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    letter-spacing:2px;
    text-transform:uppercase;
    line-height:15px;
    font-weight:300;
    color:#f2f2f2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.leave-reply{ 
    position:relative;
    background:#323232;
    width:calc(100% - 60px);
    padding:30px;
    margin-bottom:20px;
    overflow:hidden;
}

.leave-reply input{
    width:calc(100% - 40px);
    margin-top:5px;
    float:left;
    display:inline-block;
    padding-left:20px;
    padding-right:20px;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    margin-top:5px;
    font-size: 12px;
    line-height:22px;
    padding-top: 15px;
    padding-bottom: 15px;
    background:#000;
    border:none;
    color: #737373;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
.leave-reply textarea{
    height:120px;
    width:calc(100% - 40px);
    padding-left:20px;
    padding-right:20px;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    margin-top:5px;
    font-size: 12px;
    line-height:22px;
    padding-top: 15px;
    padding-bottom: 15px;
    background:#000;
    border:none;
    color: #737373;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

button.post-comment {
    position:relative;
    width:100%;
    height:50px;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-top:5px;
    display: block;
    padding:0;
    font-size: 13px;
    line-height:50px;
    background:#000;
    border:none;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

.post-sidebar{ 
    position:relative;
    background:#323232;
    width:calc(100% - 60px);
    padding:30px;
}

.post-sidebar input{
    width:calc(100% - 40px);
    padding-left:20px;
    padding-right:20px;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    letter-spacing:1px;
    font-size: 12px;
    line-height:22px;
    padding-top: 15px;
    padding-bottom: 15px;
    background:#000;
    border:none;
    color: #737373;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

.link-tag a {
    position: relative;
    display: inline-block;
    cursor:pointer;
    outline: none;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height:21px;
    text-align:left;
    margin-right:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#f2f2f2;
    font-weight:300;
    -webkit-transition: letter-spacing 0.3s, color 0.3s;
    transition: letter-spacing 0.3s, color 0.3s;
}

.link-recents a{
    position:relative;
    display:block;
    cursor:pointer;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height:21px;
    text-align:left;
    text-transform:uppercase;
    padding-top:10px;
    padding-bottom:10px;
    border-top:1px solid rgba(0,0,0,.1);
    letter-spacing:1px;
    color:#f2f2f2;
    font-weight:300;
    -webkit-transition: padding-left 0.3s, color 0.3s;
    transition: padding-left 0.3s, color 0.3s;
}

#ajax-form button {
    position:relative;
    width:140px;
    height:40px;
    font-family: 'Lato', sans-serif;
    font-weight:400;
    letter-spacing:3px;
    text-transform:uppercase;
    text-align:center;
    display: block;
    margin-top:0;
    background:transparent;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    perspective: 800px;
    padding:0;
    font-size: 14px;
    line-height:40px;
    border:none;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}

#ajax-form button span {
    position: relative;
    display: inline-block;
    width: 100%;
    background:#323232;
    -webkit-transition: -webkit-transform 0.4s, background 0.4s;
    -moz-transition: -moz-transform 0.4s, background 0.4s;
    transition: transform 0.4s, background 0.4s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -70px;
    -moz-transform-origin: 50% 50% -70px;
    transform-origin: 50% 50% -70px;
}

.contact-detals{
    position: relative;
    width: 100%;
    display: block;
    background:#323232;
    padding-top:70px;
    padding-bottom:70px;
    margin-top:70px;
}

.contact-detals p span{
    color: #fc854b;
}

.footer-wrap{ 
    position:relative;
    width:100%;
    margin:0 auto;
    z-index:2;
    padding-top:80px;
    padding-bottom:80px;
    background:#000;
}

body {
    background: #212121;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height:26px;
    font-weight:300;
    letter-spacing:1px;
    color:#fff;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
 }

 h1, h2, h3, h4, h5, h6 {
    color: #f0f0f0;
    font-family: 'Sifonn-Basic';
    text-align:center;
}