/*
Theme Name: Amaze
Theme URI: http://www.designovastudio.com/wordpress/amaze
Description: A Premium Responsive Parallax wordpress theme
Author: Designova Studio
Author URI: http:http://www.designova.net
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 1.9
Tags: light,theme-options, translation-ready

Designed & Handcrafted by Designova Studio for designova.net
All files, unless otherwise stated, are released under the GNU General Public License
*/


/* ===================================*/
/* TABLE OF CONTENTS: */
/* ===================================*/
/* 01 - LAYOUT INITIALIZATION */
/* 02 - HEADER & NAVIGATION */
/* 03 - COMMON ELEMENTS & STYLES */
/* 04 - PAGES & SECTIONS SETUP*/
/* 05 - INDIVIDUAL PAGES AND ELEMENTS*/
/* 06 - FOOTER*/
/* 07 - RESPONSIVE RULES : MOBILE OPTIMIZATION*/



/* ===================================*/
/* CONTENTS: */
/* ===================================*/

/* 01 - LAYOUT INITIALIZATION */

@media (min-width: 1200px) {
    .span12,.container
    {
        width:960px;
    }
    
    .container-fluid
    {
        padding-left:100px!important;
        padding-right:100px!important;
    }
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
body {
    margin: 0;
    background-color: transparent; !important;
    overflow-x: hidden; 
        padding-left:0px!important;
        padding-right:0px!important;
        font-family: 'Open_Sans_R'
    }


/*--wordpress default---*/
.wp-caption {}
.wp-caption-text {}
.sticky {}
.gallery-caption {}
.bypostauthor {}
/* Images */
.alignleft {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
}

.alignright {
    float: right;
    margin-bottom: 10px;
    margin-left: 10px;
}

.aligncenter {
    display: block;
    margin: 10px auto;
}
.alignnone 
{
    max-width: 100%;
}


/* 02 - HEADER & NAVIGATION */

/*Desktop Only NAVIGATION*/
#navigation {
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 70px;
    z-index: 1000;
    background: rgba(0,0,0,0.4);
}
.moveTop{
    position: fixed !important;
    top: 0 !important;
    background: #000 !important;
}
#navigation ul {
    margin-top: 25px;
}
#navigation ul li {
    display: inline;
    font-family: helvetica,"Muli",sans-serif,arial;
    padding: 3px;
}
#menu{
    margin-right: 20px !important;
}
#navigation a, #navigation a:active, #navigation a:visited {
    font-family:"Open_Sans_R";
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 3px;
    text-decoration: none;
    text-transform: uppercase;
}
#navigation ul li a.lighted{
/*    color: #F48C2D !important;*/
}
.logo{
    width: 150px;
    height: 70px;
    z-index: 1002;
}

/*Mobile Only Navigation - Responsive Menu*/
.mobile-header{
    margin:0px;
    padding: 7px 0px;
    list-style: none;
    width: 100%;
    background: #000;
    position: fixed !important;
    min-height: 40px;
    text-align: center;
    z-index: 100 !important;
}
.dropmenu{
    margin-top: 5px;
}






/* 03 - COMMON ELEMENTS & STYLES */

/*Headings, Buttons & Typography - Common Rules*/
p{
    color: #555;
    /*font-family:"Open_Sans_R";*/
    font-size: 14px;
    line-height: 20px;
}
.welcome{
    padding-top: 30px;
    padding-bottom: 30px;
}
.promo-caps{
    font-size: 64px;
    /*color: #000;*/
    /*font-family:"Carto_Sans_Bold";*/
}
.promo-text{
    padding-bottom: 20px;
    font-size: 24px;
    color: #000;
    line-height: 32px;
    font-family:"Open_Sans_L";
/*    border-bottom: solid 10px #F48C2D;*/
}
.promo-text > span{
font-family:"Open_Sans_B";
}
.promo-caps-inv{
    font-size: 72px;
/*    color: #fff;
font-family:"Carto_Sans_Bold";*/
}
.promo-text-inv{
    padding-bottom: 20px;
    font-size: 24px;
    color: #fff;
    line-height: 32px;
font-family:"Open_Sans_L";
/*    border-bottom: solid 10px #F48C2D;*/
}
.promo-text-inv > span{
font-family:"Open_Sans_B";
}
.btn-amaze{
/*    background: none repeat scroll 0 0 #F48C2D;;*/
    border: 0 solid #ADADAD;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    text-shadow:none;
    font-weight: normal;
    font-family: 'Open Sans',Arial,Sans-Serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    transition: all 0.2s ease 0s;
}
.btn-amaze:hover{
    background: none repeat scroll 0 0 #000 !important;
    border: 0 solid #ADADAD;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    text-shadow:none;
    font-weight: normal;
    font-family: 'Open Sans',Arial,Sans-Serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    transition: all 0.2s ease 0s;
}





/* 04 - PAGES & SECTIONS SETUP*/

/*Page Layout Setup*/
.ampage{
  height: 100%;
    padding-bottom: 100px;
}
#intro{
  height: 100%;
    width: 100%;
  background: url(images/intro.png) 1200px 0px no-repeat;
}
.top-space{
    padding-top: 100px;
}

/*Defining Pages or Section Container*/
#about{
    background: #fff url('images/bg/w01.png') no-repeat top right;
}
#services{
    background: transparent url('images/bg/d02.png') no-repeat top right;
}
#showcase{
    background: #fff url('images/bg/w03.png') no-repeat top right;
}
#portfolio{
    background: transparent url('images/bg/d04.png') no-repeat top right;
}
#contact{
    background: #fff url('images/bg/w05.png') no-repeat top right;
}







/* 05 - INDIVIDUAL PAGES AND ELEMENTS*/

/*INTRO*/
.promo-one{
    margin-bottom: 20px;
}
.promo-one h1{
    font-size: 152px;
/*    color: #fff;*/
    font-weight: normal;
/*font-family:"Carto_Sans_Bold";*/
line-height: 112px;
text-align: left;
}
.promo-one h1>span{
    color: #666;
    font-size: 96px;
font-family:"Open_Sans_L";
}
.promo-one h3{
    margin-left: 10px;
    font-size: 24px;
/*    color: #F48C2D;*/
font-family:"Open_Sans_L";
line-height: 24px;
}
#ticker{
    margin-top: 30px;
}


/*ABOUT*/
.about-info{
    margin-top: 30px;
    font-size: 36px;
    line-height: 42px;
    color: #444;
}
.about-feat{
    padding: 20px;
    color: #fff;
/*    border-left: solid 10px #F48C2D;*/
}
.about-feat:hover{
    padding: 20px;
    color: #000;
/*    border-left: solid 10px #F48C2D;*/
    transition: all 0.7s ease-in-out 0s;
   transform: scale(1.1);
   z-index: 99 !important;
}
.about-feat h2{
    margin-top: 0px;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
font-family:"Carto_Sans_Bold";
}
.about-feat:hover h2{
    font-size: 24px;
    line-height: 30px;
/*    color: #F48C2D;*/
    font-weight: normal;
font-family:"Carto_Sans_Bold";
}
.about-feat h2 > span{
    margin-top: 0px;
    font-size: 18px;
    line-height: 24px;
/*    color:#F48C2D;*/
    font-weight: normal;
font-family:"Open_Sans_R";
}
.about-feat h2 > span:before{
    content: ' / ';
    margin-top: 0px;
    font-size: 18px;
    line-height: 24px;
    color:#777;
    font-weight: normal;
font-family:"Open_Sans_R";
}
.about-feat > .team-thumb{
    width: 150px;
    height: 150px;
}
.about-feat > nav{
    padding: 6px;
}
.about-feat > nav > a > img{
    width: 25px;
    height: 25px;
}
.about-feat-01{
    background: #121212 url('images/icons/a01.png') no-repeat top right; 
}
.about-feat-02{
    background: #121212 url('images/icons/a02.png') no-repeat top right; 
}
.about-feat-03{
    background: #121212 url('images/icons/a03.png') no-repeat top right; 
}
.about-feat-04{
    background: #121212 url('images/icons/a04.png') no-repeat top right; 
}
.about-feat-01:hover{
    background: #eee url('images/icons/a01h.png') no-repeat top right; 
}
.about-feat-02:hover{
    background: #eee url('images/icons/a02h.png') no-repeat top right; 
}
.about-feat-03:hover{
    background: #eee url('images/icons/a03h.png') no-repeat top right; 
}
.about-feat-04:hover{
    background: #eee url('images/icons/a04h.png') no-repeat top right; 
}
.progress {
    border-radius: 0 0 0 0 !important;
    height: 35px;
}
.progress01 {
/*    background: none repeat scroll 0 0 #F48C2D !important;*/
}
.progress02 {
    background: none repeat scroll 0 0 #EA9D59 !important;
}
.progress03 {
    background: none repeat scroll 0 0 #F4BB89 !important;
}
.bar > h5 {
    font-size: 16px !important;
    font-weight: 400;
    margin-left: 10px;
    margin-top: 7px !important;
    text-align: left !important;
    text-shadow: none;
}


/*SERVICES*/
.service-testimonial{
    margin-top: 30px;
    font-size: 22px;
    line-height: 28px;
    color: #ccc;
font-family:"Open_Sans_L";
padding-bottom: 20px;
border-bottom: solid 10px #000;
}
.testimonial-client{
    font-size: 24px;
    line-height: 30px;
/*    color: #F48C2D;*/
    margin-bottom: 0px;
}
.testimonial-firm{
    margin-top: 0px;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
}
.service-item{
    padding: 20px;
    color: #000;
    background: #fff;
}
.service-item:hover{
    padding: 20px;
    color: #000;
    transition: all 0.7s ease-in-out 0s;
   transform: scale(1.1);
   z-index: 99 !important;
}
.service-item p{
    color: #aaa;
}
.service-item:hover p{
    color: #000;
}
.service-item h2{
    font-size: 36px;
    color: #fff;
    font-weight: normal;
font-family:"Carto_Sans_Bold";
}
.service-item:hover h2{
    font-size: 36px;
/*    color: #F48C2D;*/
    font-weight: normal;
font-family:"Carto_Sans_Bold";
}
.service-margin{
    margin-top: 20px;
}
.service-01{
    background: #222 url('images/icons/a01.png') no-repeat top right; 
}
.service-02{
    background: #222 url('images/icons/a02.png') no-repeat top right; 
}
.service-03{
    background: #222 url('images/icons/a03.png') no-repeat top right; 
}
.service-04{
    background: #222 url('images/icons/a04.png') no-repeat top right; 
}
.service-01:hover{
    background: #eee url('images/icons/a01h.png') no-repeat top right; 
}
.service-02:hover{
    background: #eee url('images/icons/a02h.png') no-repeat top right; 
}
.service-03:hover{
    background: #eee url('images/icons/a03h.png') no-repeat top right; 
}
.service-04:hover{
    background: #eee url('images/icons/a04h.png') no-repeat top right; 
}


/*SHOWCASE*/
.show-item{
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: dotted 2px #ccc;
}
.show-desc h2{
    color: #000;
    font-size: 84px;
    font-family:"Carto_Sans_Bold";
}
.show-desc h5{
    font-size: 14px;
/*    color: #F48C2D;*/
    font-weight: normal;
font-family:"Open_Sans_B";
text-transform: uppercase;
    margin-top: 20px;
margin-bottom: 20px;
}
.show-icon{
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}
.show-specs h6{
    margin: 5px 0px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 23px;
/*    color: #F48C2D;*/
    font-weight: normal;
    border-bottom: solid 1px #ddd;
}
.show-specs{
    margin-top: 20px;
}
.show-specs h6 > span{
    margin: 5px 0px;
    padding-bottom: 5px;
    font-size: 16px;
    line-height: 23px;
    color: #000;
    font-weight: normal;
}
.show-specs h6:last-child{
    border-bottom: none;
}
.show-specs h6 > span a{
    color: #000;
}
.show-specs h6 > span a:hover{
/*    color: #F48C2D;*/
    text-decoration: none;
}
.show-btn{
    margin-top: 10px;
/*    background: none repeat scroll 0 0 #F48C2D;;*/
    border: 0 solid #ADADAD;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    text-shadow:none;
    font-weight: normal;
    font-family: 'Open Sans',Arial,Sans-Serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    transition: all 0.2s ease 0s;
}
.show-btn:hover{
    margin-top: 10px;
    background: none repeat scroll 0 0 #000;
    border: 0 solid #ADADAD;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    text-shadow:none;
    font-weight: normal;
    font-family: 'Open Sans',Arial,Sans-Serif;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    transition: all 0.2s ease 0s;
}
.remove-border{
    border: none !important;
    padding-bottom: 10px !important;
}
.show-item-mid{
    padding-top: 10px;
    padding-bottom: 50px;
    border-bottom: none;
}


/*PORTFOLIO*/
.element{
   background: #000; 
}
.element > img:hover{
    transition: all 0.7s ease-in-out 0s;
   transform: scale(4);
}
.remove-zoom{
     transition: all 0.7s ease-in-out 0s;
   transform: scale(1);
}
.folio-item{
/*    background: #F48C2D url('images/bg/dark.png') left top no-repeat;*/
}
.folio-title{
    display: none;
font-family:"Carto_Sans_Bold";
    color: #000;
    font-size: 36px;
    position: absolute;
    bottom: 50px;
    left: 20px;
    transition: all 0.7s ease-in-out 0s;
    vertical-align: middle;
}
.folio-subtitle{
    display: none;
    font-family:"Carto_Sans_Bold";
    color: #fff;
    font-size: 36px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    transition: all 0.7s ease-in-out 0s;
    vertical-align: middle;
}
.folio-trigger-icon{
    display: none;
}
.folio-trigger-icon:hover{
/*    color: #F48C2D;*/
}
.icon-zoom-sosa{
    position: absolute;
    left: 20px;
    top: 50px;
    font-family:"sosa";
    font-size: 36px;
    color: #fff;
}
.icon-link-sosa{
    position: absolute;
    left: 55px;
    top: 50px;
    font-family:"sosa";
    font-size: 36px;
    color: #fff;
}
#filters li{
line-height: 43px;
}
#filters li a{
    border-radius: 3px;
  padding: 3px 6px;
  margin-right: 3px;
color: #fff;
text-decoration: none;
font-weight: normal;
font-family:"Open_Sans_B";
font-size: 16px;
}

.inner-link a.selected{
/*  background: #F48C2D !important;*/
  color: #FFF !important;
}


/*SINGLE PROJECT PAGE*/
.project_page
{
    background-color:#fff;
    width:960px;
}

.project_content
{
    padding:40px 40px 20px;
    width:auto;
}


/*CONTACT*/
input[type="text"]
{
    background:none repeat scroll 0 0 #FFF;
    border-radius:0!important;
    color:gray;
    font-family:'Open Sans';
    font-size:12px;
    margin-top:20px;
    padding:5px 3%;
    text-transform:uppercase;
    width:94%;
}

input:focus
{
    color:gray;
}

textarea
{
    background:none repeat scroll 0 0 #FFF;
    border-radius:0!important;
    color:gray;
    font-family:'Open Sans';
    font-size:14px;
    height:133px;
    margin-top:20px;
    padding:12px 3%;
    resize:none;
    text-transform:uppercase;
    width:94%;
}

textarea:focus
{
    color:gray;
}

input.send_message
{
    background:none repeat scroll 0 0 #EF4A4A;
    color:#FFF;
    cursor:pointer;
    float:left;
    font-size:12px;
    font-weight:400;
    margin:0;
    width:120px;
}

input.send_message:hover
{
    background:none repeat scroll 0 0 #262932;
}

.error_message
{
    background-color:#FFE9E9;
    border-color:#FBC4C4;
    border-image:none;
    border-style:solid;
    border-width:1px 1px 1px 5px;
    color:#DE5959;
    float:none;
    font-size:12px;
    line-height:18px;
    margin-bottom:15px;
    padding:15px 40px 15px 18px;
    position:relative;
    width:auto;
}

fieldset
{
    border:0 none;
    float:left;
    padding:0;
    position:relative;
    width:100%;
}

fieldset h1
{
    color:#000;
    font-size:24px;
}
#address-block{
    text-align: right;
}
#address-block > p{
    text-align: left;
    padding: 10px 200px;
}
#address-block > h2{
/*    color: #F48C2D;*/
/*font-family:"Open_Sans_B";*/
font-size: 64px;
line-height: 72px;
}
#address-block > h3{
font-family:"Open_Sans_L";
font-size: 18px;
line-height: 23px;
}
#address-block > h5 > span{
    padding: 5px 0px;
    border-top: solid 1px #ccc;
    font-weight: normal;
    font-family:"Open_Sans_L";
}
.address-wrap{
    /*margin-top: 60px;*/
    padding: 60px 0px;
    background: #F0F0F0;
}
#link-block{
    text-align: left;
}
#link-block > ul{
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}
#link-block > ul > li{
    padding: 5px 0px;
    border-bottom: solid 1px #ccc;
}
#link-block > ul > li:last-child{
    border-bottom: none;
}
#link-block > ul > li > a{
    color: #666;
    text-decoration: none;
}
#link-block > ul > li > a:hover{
/*    color: #F48C2D;*/
    text-decoration: none;
}




/* 06 - FOOTER*/
#mastfoot{
    background: #000;
    padding: 20px 0px;
}
.foot-social{
    text-align: right;
    margin-top: 15px;
}
.foot-social a{
    margin-left: 8px;
}
.foot-social a > img{
    opacity: 0.2;
    padding:3px;
    border:solid 1px #fff !important;
    border-radius: 50%;
}
.foot-social a > img:hover{
    opacity: 1;
}
#foot-logo{
    width: 120px;
    height: 70px;
}
.twitter-user{
    color: #555;
    font-weight: normal;
font-family:"Open_Sans_B";
}
.twitter-user:hover{
/*    color: #F48C2D;*/
}


/* 07 - RESPONSIVE RULES : MOBILE OPTIMIZATION*/

/*MOBILE OPTIMIZATION*/
@media only screen and (max-width: 960px) {
    .moveTop{
        display: none !important;
    }
    .project_page
    {
    width:760px;
    }
}
@media only screen and (max-width: 767px) {
    .moveTop{
        display: none !important;
    }
    body
    {
        padding-left:0px!important;
        padding-right:0px!important;
    }
    .container-fluid
    {
        padding-left:30px!important;
        padding-right:30px!important;
    }
    .text-left, .text-right, h1, h2, h3, h4, h5, h6, li, nav{
        text-align: center !important;
    }
   .project_page
    {
    width:600px;
    }
    .promo-one h1 {
    text-align: center;
    }
    .promo-text-inv, .promo-text{
        margin-top: 30px;
    }
    .about-feat{
        margin-top: 10px;
        margin-bottom: 30px !important;
        text-align: center;
    }
    .about-feat p{
        text-align: left !important;
    }
    .team-thumb{
        width: 500px!important;
        height: 500px!important;
        float: none;
        clear: both;
        margin-bottom: 20px;
    }
    .about-feat:hover, .service-item:hover{
    transition: none;
   transform:  none;
    }
    .service-item{
        margin-bottom: 20px;
    }
    
    #ticker{
         margin-top:30px;
         background:none;
     }
     .tweet_list li {
         padding-left:0px;
        }
        .band{
            background-image: none !important;
        }
}

@media only screen and (max-width: 480px) {
    html, body{
        width: 480px !important;
        overflow-x:hidden !important;
    }
    .moveTop{
        display: none !important;
    }
    body
    {
        padding-left:0px!important;
        padding-right:0px!important;
    }
    .container-fluid
    {
        padding-left:10px!important;
        padding-right:10px!important;
    }
    .text-left, .text-right, h1, h2, h3, h4, h5, h6, li, nav{
        text-align: center !important;
    }
   .project_page
    {
    width:400px;
    }
    .promo-one h1 {
    text-align: center;
    }
    .promo-text-inv, .promo-text{
        margin-top: 30px;
    }
    .about-feat{
        margin-top: 10px;
        margin-bottom: 30px !important;
        text-align: center;
    }
    .about-feat p{
        text-align: left !important;
    }
    .team-thumb{
        width: 300px!important;
        height: 300px!important;
        float: none;
        clear: both;
        margin-bottom: 20px;
    }
    .about-feat:hover, .service-item:hover{
    transition: none;
   transform:  none;
    }
    .service-item{
        margin-bottom: 20px;
    }
    .promo-one h1 {
    font-size: 124px;
}
    .promo-caps, .promo-caps-inv {
    font-size: 56px;
    }
    .show-desc h2 {
    font-size: 48px;
    }
    #cboxTitle {
    font-size: 16px;
}
    #ticker{
         margin-top:30px;
         background:none;
     }
     .tweet_list li {
         padding-left:0px;
        }
        .band{
            background-image: none !important;
        }
}

@media only screen and (max-width: 320px) {
    html, body{
        width: 320px !important;
        overflow-x:hidden !important;
    }
    .moveTop{
        display: none !important;
    }
    body
    {
        padding-left:0px!important;
        padding-right:0px!important;
    }
    .container-fluid
    {
        padding-left:10px!important;
        padding-right:10px!important;
    }
    .text-left, .text-right, h1, h2, h3, h4, h5, h6, li, nav{
        text-align: center !important;
    }
   .project_page
    {
    width:300px;
    }
    .promo-one h1 {
        font-size: 72px;
    text-align: center;
    }
    .promo-text-inv, .promo-text{
        margin-top: 30px;
    }
    .about-feat{
        margin-top: 10px;
        margin-bottom: 30px !important;
        text-align: center;
    }
    .about-feat p{
        text-align: left !important;
    }
    .team-thumb{
        width: 240px!important;
        height: 240px!important;
        float: none;
        clear: both;
        margin-bottom: 20px;
    }
    .about-feat:hover, .service-item:hover{
    transition: none;
   transform:  none;
    }
    .service-item{
        margin-bottom: 20px;
    }
    
    #ticker{
         margin-top:30px;
         background:none;
     }
     .tweet_list li {
         padding-left:0px;
        }
        .band{
            background-image: none !important;
        }
}

@media only screen and (max-width: 360px) {
    html, body{
        width: 360px !important;
        overflow-x:hidden !important;
    }
}

/*-----------------*/
    .carousel-indicators li{
        background: #000 !important;
        cursor: pointer;
    }
    .carousel-indicators li:hover{
/*        background: #F48C2D !important;*/
        cursor: pointer;
    }
    .point-left > .carousel-indicators{
        left:0 !important;
    }
    #ticker ul.tweet_list {
        min-height: 80px;
        height:150px;
        overflow-y:hidden;
    }
    #ticker .tweet_list li {
        min-height: 80px;
        height:150px;
    }
    #progress {
        position: fixed;
        height: 5px;
        /*background: #F48C2D;*/
        top: 0;
        z-index: 1000;
    }

.fa_icon
{
    color: #FFFFFF;
    font-size: 36px;
    left: 15px;
    position: absolute;
    top: 30px;
    text-decoration: none;
}
.fa_icon_2
{
    color: #FFFFFF;
    font-size: 36px;
    left: 55px;
    position: absolute;
    top: 30px;
        text-decoration: none;
}