html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    text-rendering: optimizeLegibility !important;
    outline: none;
}
body{
    background: #000;
    margin: 20px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    -webkit-font-smoothing: antialiased; 
}
a{
    text-decoration: none;
    color: #111;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
a:focus, a:hover, a:active, a:selected, a:visited{
    outline: 0;
}
a:hover{
    color:#0022bb; 
}
img{
    border: 0;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;   
    vertical-align: middle;
}
table{
    border: 0;
}
input, select, textarea{
    color: #000;
    font-family: Arial, Helvetica sans-serif;
    font-size: 12px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box; 
}
textarea {
    resize: vertical;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
.clearBoth{
    clear: both;
    display: block;
}
.chromeframe {
    margin: 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.chromeframe a{
    font-weight: bold;
    color: #fff; 
}
#smallMenuBtn {
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent url(../images/icon-small-menu.png) center no-repeat;
    z-index: 9;
}

.green-alert, .red-alert, .blue-alert{
    font-size: 12px;
    line-height: 16px;
    font-weight: 700; 
}
.green-alert{
    color: #3fb618;
}    
.red-alert{
    color: #e51400;
}
.blue-alert{
    color: #007fff;
}

.loader{
    background: url(../images/ajax-loader.gif) center center no-repeat;
    width: 32px;
    height:32px;    
    position: absolute;
    left: 50%;
    top:50%;
    margin: -16px 0 0 -16px;
    z-index: 999;
    text-indent:-999px;
    overflow:hidden;
}

.notification{
    color: #fff;
    font-size:14px ;
    padding: 10px 25px 10px 35px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin: 5px 0;
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}              
.notification .closeBtn {
    background: url(../images/icon-clear.png) center no-repeat;
    width: 30px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.notification.info{
    background-color: #007fff;  
    background-image: url(../images/icon-notification.png); 
} 
.notification.error{
    background-color: #e51400;
    background-image: url(../images/icon-error.png);
} 
.notification.success{
    background-color: #3fb618;
    background-image: url(../images/icon-success.png);    
}

header{
    width: auto;
    margin: 0 auto 20px;
    max-width: 960px;
    position: relative;
}
header .logo{
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 0;
    display: block;
    float: left;
    color: #000;
    width: auto;
    max-width: 230px;
    height: auto;
}
header h2{
    color: #797979;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
header h2 span{
    font-size: 14px;
    line-height: normal;
}  


footer{
    width: auto;
    margin: 20px auto 0;
    max-width: 960px;
    position: relative;
}
footer .footer-menu{
    margin: 0 0 2px 0;
    padding: 0;
    list-style: none;  
    width: 100%;
    height: 12px;
    display: block;  
}
footer .footer-menu li{
    margin: 0 0 0 5px;
    padding: 0 0 0 5px;
    display: inline;
    float: left;
    height: 12px;   
    border-left: 1px solid #fff  
}
footer .footer-menu li:first-child{
    margin:0;
    padding:0;
    border:0; 
}  
footer .footer-menu a{
    color: #797979;
    font-size: 12px;
    line-height: 12px;
    display: block; 
}
.copyrights a{
    color: #797979; 
}
footer a:hover, footer a.selected{
    color:#fff;   
}         
footer .copyrights{
    color: #797979;;
}
footer .social-media{
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}
footer .social-media li{
    margin: 0 0 0 15px;
    padding: 0;
    width: 30px;
    height: 30px;
    display: inline;
    float: left;
}
footer .social-media li a{
    display: block;
}
footer .social-media li img{
    width: 30px;
    height: 30px;
    display: block;
}
.main-content{
    max-width: 960px;
    margin: 0 auto;
}

/*** Home ***/
h2.sub-title{
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 8px 0;
    font-weight: normal;
    position: relative;
    z-index: 3;
    text-transform: uppercase;
}
.more-btn{
    height: 23px;
    width: 23px;
    display: block;
    background: #5a595a url(../images/arrow-white-more.png) center center no-repeat;
    float: right;
    z-index: 2;
    position: relative;
    border: 1px solid #a2a0a1;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.more-btn:hover{ 
    background: #1ba1e2 url(../images/arrow-white-more.png) center center no-repeat;     
}

.featured-projects{
    width: 640px; 
    height: 360px;
    float: left;
    position: relative; 
    margin: 0 20px 20px 0;
    overflow: hidden;
}
.featured-projects h2.sub-title{
    background: rgba(0, 0, 0, 0.25);
    background: url(../images/bg-black-25.png);
    line-height: 30px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    margin-right: 80px;
    padding: 0 10px 0 5px;
}
.featured-projects .project-holder{
    width: 100%;
    height: auto;
    padding-bottom: 56.25%;
}
.featured-projects .project-holder img{
    width: 100%;
    height: auto;
    z-index: 0;
    position: absolute;
    top: -16%;
    left:0;
    right:0;
}
.featured-projects .project-holder .details{
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}
.featured-projects .project-holder .details .title{
    background: #535351;
    font-size: 22px;
    line-height: 33px;
    padding: 0 10px 0 5px;
    float: left;
    clear: both;
}
.featured-projects .project-holder .details .location{
    background: #535351;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px 0 5px; 
    float: left;
    clear: both;
    margin-top: 1px;
}
.featured-projects .flexslider{
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.featured-projects .flex-direction-nav{
    position: absolute;
    top: 20px;
    right: 20px;
    height: 23px;
    width: 49px;
    z-index: 9;
}
.featured-projects .flex-direction-nav a{
    height: 23px;  
    width: 23px; 
    background-color: #5a595a;
    background-position: center center;
    background-repeat: no-repeat; 
    margin: 0;
    top: 0;
    border: 1px solid #a2a0a1;
    opacity:0.8;
    filter:alpha(opacity=80); 
}
.featured-projects .flex-direction-nav .flex-prev{ 
    background-image: url(../images/arrow-white-prev.png);  
    left: 0; 
}
.featured-projects .flex-direction-nav .flex-next{ 
    background-image: url(../images/arrow-white-more.png); 
    right: 0;
}
.featured-projects .flex-direction-nav a:hover{
    background-color: #1ba1e2;  
}  


.featured-sketches{
    background: #3d3c3c;
    float: left;
    width: 300px;
    height: 360px;
    float: left;
    position: relative; 
    margin: 0 0 20px 0;   
    overflow: hidden; 
}
.featured-sketches .center{
    padding: 16px 20px;
}
.featured-sketches .sketches-category{
    margin: 0 0 20px 0;  
    clear: both;
}
.featured-sketches h3{
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    margin: 0 0 10px 0;
}
.featured-sketches .sketche-holder{
    margin: 0 ;
    position: relative;
    min-height: 90px; 
}
.featured-sketches .sketche-holder .photo{
    float: left;
    width: 46%;
    padding-bottom: 34.5%;
    display: block;
    position: relative;   
    max-width: 120px;
    max-height: 90px; 
    margin: 0 10px 10px 0;  
    overflow: hidden;
}
.featured-sketches .sketche-holder img{    
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.featured-sketches .sketche-holder .date{
    color: #878787;
    font-size: 11px;
    line-height: 14px; 
}
.featured-sketches .sketche-holder .title{
    color: #fff;
    font-size: 14px;
    line-height: 17px;    
    max-height: 72px;
    overflow: hidden;
    text-transform: capitalize;
}  
.featured-sketches .flexslider{
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.featured-sketches .flex-control-nav{
    text-align: left;
    bottom: -12px;
}
.featured-sketches .flex-control-nav li{
    margin: 0 6px 0 0;
}
.featured-sketches .flex-control-paging li a{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    width: 8px;
    height: 8px;
    background: #878787;
}
.featured-sketches .flex-control-paging li a.flex-active, .featured-sketches .flex-control-paging li a:hover{
    background: #fff;
}
.featured-sketches .more-btn{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.featured-sketches .more-btn:hover{  
    background: #1ba1e2 url(../images/arrow-white-more.png) center center no-repeat;  
}
.featured-sketches .sketche-details{
    width: 100%;
    height: 360px;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    z-index: 99;
    overflow: hidden;
}
.featured-sketches .sketche-details .photo{
    width: 100%; 
    height: auto; 
    margin: 0 0 6px 0;
    display: block;
    float: none;     
}
.featured-sketches .sketche-details .photo img{ 
    width: 100%;
    display: block;
    border: 1px solid #ddd;
}
.featured-sketches .sketche-details .details{
    display: block;
}
.featured-sketches .sketche-details .title{
    color: #3d3c3c;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
}
.featured-sketches .sketche-details .date{
    color: #878787;
    font-size: 12px;
    line-height: 16px;
}
.featured-sketches .sketche-details .back-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
}
.featured-sketches .back-btn:hover{  
    background-color: #1ba1e2 ;  
}


.right-area.sketches .sketche-details{
    width: 100%;
    height: 530px;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    z-index: 99;
    overflow: hidden;
    height: 100%;
}
.sketche-details .center{
    padding: 20px;
}

.right-area.sketches .sketche-details .photo{
    width: 80%;    
    max-height: 480px;
    max-width: 640px;
    height: auto;
    display: block;
    position: relative;
    z-index: 0;
    float: left;
    margin: 0 20px 0 0;
    padding-bottom: 60%;
    border: 1px solid #ddd;
}
.right-area.sketches .sketche-details .photo img{ 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    max-height: 480px;
    max-width: 640px;
}
.right-area.sketches .sketche-details .title{
    font-size: 20px;
    line-height: 22px;
}
.right-area.sketches .sketche-details .date{  
    color: #878787;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 7px;
} 
.right-area.sketches .back-btn:hover, .right-area.sketches .more-btn:hover{
    background-color: #e671b8;
}  
.sketche-details .details{

}
.lt-ie9 .right-area.sketches .sketche-details .photo{
    height: 480px;
    width: 640px; 
    padding: 0;
} 
.lt-ie9 .right-area.sketches .sketche-details .photo img{
    height: 480px;
    width: 640px; 
} 

.right-area.sketches a:hover{
    color:#e671b8;     
}


.link-box{
    width: 140px;
    height: 150px;
    float: left;
    position: relative; 
    text-align: center;
}
.link-box a{
    display: block;
    background: #fff;
    color: #3d3c3c;  
    position: absolute;
    height: 150px;
    line-height: 150px;
    font-size: 24px;  
    left: 0;
    right: 0;
}  
.link-box a:hover{
    color:#fff;    
}  
.link-box.profile{
    margin-right: 20px; 
}
.link-box.profile a:hover{
    background: #1ba1e2;
}
.link-box.contact{
    margin-right: 20px; 
}
.link-box.contact a:hover{
    background: #910091;
}
.link-box.projects{
    margin-right: 0; 
}
.link-box.projects a:hover{
    background: #8cbf26;
}

.featured-news{
    background: #3d3c3c;
    color: #fff;
    width: 480px;
    height: 150px;
    float: left;
    position: relative;  
    overflow: hidden;
    margin: 0 20px 0 0;
}
.featured-news .center{
    padding: 16px 20px;
}
.featured-news .date{
    color: #878787;
    font-size: 11px;
    line-height: 14px; 
}
.featured-news .title{
    color: #fff;
    font-size: 14px;
    line-height: 17px;    
    text-transform: capitalize;
    display: block;
}  
.featured-news .title:hover{ 
    color: #1ba1e2;
}  
.featured-news .summary{
    color: #fff;
    font-size: 12px;
    line-height: 15px;   
    height: 32px;
    overflow: hidden; 
}  
.featured-news .flexslider{
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
    height: 80px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.featured-news .flex-control-nav{
    text-align: left;
    bottom: -14px;
}
.featured-news .flex-control-nav li{
    margin: 0 6px 0 0;
}
.featured-news .flex-control-paging li a{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    width: 8px;
    height: 8px;
    background: #878787;
}
.featured-news .flex-control-paging li a.flex-active, .featured-news .flex-control-paging li a:hover{
    background: #fff;
}
.featured-news .more-btn{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.featured-news .more-btn:hover{  
    background: #1ba1e2 url(../images/arrow-white-more.png) center center no-repeat;  
}


/*** Sub Pages ***/
.left-navigation{
    float: left;
    margin: 0;
    width: 90px;
    position: relative;
    top:0;
}
.left-navigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 90px;
}
.left-navigation li{ 
    margin: 20px 0 0  0;
    padding: 0;
    display: block;
    height: 90px;
    width: 90px;
}
.left-navigation li:first-child{
    margin-top:0;
} 
.left-navigation li a{
    background: #3c3c3c;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 90px;
    font-size: 18px;
}  

#mnuProjects:hover{
    color:#8cbf26 ;    
}
#mnuProfile:hover{
    color:#1ba1e2 ;    
}
#mnuSketches:hover{
    color:#e671b8 ;    
}
#mnuNews:hover{
    color:#f09609 ;    
}
#mnuContact:hover{
    color:#910091;    
}
#mnuProjects.selected{
    background:#8cbf26 ;  
    color:#fff;  
}
#mnuProfile.selected{
    background:#1ba1e2 ;    
    color:#fff;
}
#mnuSketches.selected{
    background:#e671b8 ;    
    color:#fff;
}
#mnuNews.selected{
    background:#f09609 ;    
    color:#fff;
}
#mnuContact.selected{
    background:#910091;    
    color:#fff;
}


.right-area{
    float: right;
    width: 850px;
    min-height: 530px;
    background: #fff;  
    color: #3d3c3c;
    position: relative;
}
.right-area .center{
    padding: 20px;
}
.right-area h2.sub-title{
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 20px 0; 
    color: #3d3c3c;
    padding-right: 120px;
}

/*** Projects ***/  
.right-area.projects h2.sub-title{
    color: #8cbf26;
}
.right-area.projects .category-filter{
    position: absolute;
    right: 20px;
    top: 20px; 
    z-index: 10;
}

.right-area.projects select{
    float: left;
    height: 25px;
    border: 1px solid #bfbfbf;
    background: #d6d4d4; 
    color: #3c3c3c;
    font-size: 11px;
    line-height: 25px; 
}

.right-area.projects .listing{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.right-area.projects .listing .title{
    color: #3d3c3c;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold; 
    max-height: 35px;
    overflow: hidden;
}
.right-area.projects .listing .location{
    color: #878787;
    font-size: 12px;
    line-height: 16px;
}
.right-area.projects .listing li{
    width: 22%;
    height: 224px;  
    margin: 0 4% 20px 0;
    padding: 0;
    display: inline;
    float: left;  
    position: relative;     
    overflow: hidden;
}
.right-area.projects .listing li:nth-child(4n){
    margin-right: 0;
}
.right-area.projects .listing .photo{
    width: 100%;
    padding-bottom: 75%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 0 6px 0;
}
.right-area.projects .listing .photo img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    border: 1px solid #ddd;
}

.page-numbering{
    margin: 0 auto;
    width: auto;
    height: 20px;
    text-align: center;
    clear: both;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 18px;
    width: auto;
    text-align: center;
}
.page-numbering li{
    width: 20px!important;
    height: 20px!important;
    margin: 0px!important;
    padding: 0!important;
    display: inline!important;
    text-align: center!important;
    float: left!important; 
    border: 0!important;  
    clear: none!important; 
}
.page-numbering a{
    margin: 0;
    padding: 0;
    display: block;
    font-family: Arial, Helvetica, sans-serif ;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #878787;
    background-color: #fff;
    width: 18px;
    height: 18px;
    border: 1px solid #eee;
}
.page-numbering a.selected{    
    color: #fff;
}
.page-numbering .nextBtn{
    background-image: url(../images/arrow-paging-next-grey.png);
    background-position: center center;
    background-repeat: no-repeat;
} 
.page-numbering .prevBtn{
    background-image: url(../images/arrow-paging-prev-grey.png);
    background-position: center center;
    background-repeat: no-repeat;
} 
.page-numbering .nextBtn:hover{ 
    background-image: url(../images/arrow-paging-next-white.png); 
}
.page-numbering .prevBtn:hover{ 
    background-image: url(../images/arrow-paging-next-white.png); 
}

.right-area.projects .page-numbering a.selected, .right-area.projects .page-numbering a:hover{    
    background-color: #8cbf26;
    color: #fff;
}

.right-area.projects .content{

}
.right-area.projects .content .title{
    font-size: 14px;
    line-height: 20px;
    color: #3d3c3c;
    font-weight: bold;
}
.right-area.projects .content .date{
    font-size: 12px;
    line-height: 12px;
    color: #878787;
}
.right-area.projects .content .location{
    font-size: 12px;
    line-height: 14px;
    color: #3d3c3c;
}
.right-area.projects .content .info{
    font-size: 12px;
    line-height: 16px;
    color: #3d3c3c;
    margin: 16px 0 0 0;
}
.right-area.projects .content .info p{
    margin: 0 0 6px 0; 
}
.back-btn{
    background-image: url(../images/arrow-white-prev.png);  
    background-color: #5a595a;
    background-position: center center;
    background-repeat: no-repeat; 
    border: 1px solid #a2a0a1;  
    display: block;
    height: 23px;  
    width: 23px; 
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 10;
}
.right-area.projects .back-btn:hover{
    background-color:#8cbf26;
}


/******** Profile *****/
.right-area.profile{

}
.right-area.profile h2.sub-title{
    color: #1ba1e2;
}
.right-area.profile .content{
    font-size: 13px;
    line-height: 18px;
}
.right-area.profile .content .details{
    display: table-cell;
}
.right-area.profile .content p{
    margin: 0 0 6px 0;
}
.profile-photo{
    float: left;
    margin: 0 20px 20px 0;
}
.profile-photo img{
    display: block;
    width: 100%;
    height: auto;
}


/**** News *****/
.right-area.news{}
.right-area.news h2.sub-title{
    color: #f09609;
}
.right-area.news .listing{
    margin: 0;
    padding: 0;
    list-style: none;    
}
.right-area.news .listing li{
    margin: 0 0 18px 0;
    padding: 0;
    display: block;
}
.right-area.news .listing li .photo{
    float: left;
    width: 18%;
    height: auto;
    margin: 0 20px 10px 0;
    position: relative;
    padding-bottom: 13.5%;
}
.right-area.news .listing li .photo img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #ddd;
}  
.right-area.news .listing .date{
    font-size: 11px;
    line-height: 13px;
    color: #3c3c3c;
}
.right-area.news .listing .title{
    font-size: 14px;
    line-height: 22px;
    color: #3c3c3c;
    font-weight: bold;
}
.right-area.news .listing .summary{
    font-size: 12px;
    line-height: 16px;
    color: #3c3c3c;
    display: table-cell;
}
.right-area.news .listing a:hover{
    color:#f09609;  
}
.right-area.news .page-numbering a.selected, .right-area.news .page-numbering a:hover{    
    background-color: #f09609;
    color:#fff;
}
.right-area.news .content{
    /*display: table-cell;  */
}
.right-area.news .content .title{
    font-size: 14px;
    line-height: 20px;
    color: #3d3c3c;
    font-weight: bold;
}
.right-area.news .content .date{
    font-size: 12px;
    line-height: 12px;
    color: #878787;
}
.right-area.news .content .location{
    font-size: 12px;
    line-height: 14px;
    color: #3d3c3c;
}
.right-area.news .content .info{
    font-size: 12px;
    line-height: 16px;
    color: #3d3c3c;
    margin: 16px 0 0 0;
}
.right-area.news .content .info p{
    margin: 0 0 6px 0; 
}
.right-area.news .back-btn:hover{
    background-color:#f09609;
}



/*** Contact ***/
.right-area.contact h2.sub-title{
    color: #910091;
}
.contact-info{
    float: left;
    width: 34%;
    font-size: 13px;
    line-height: 19px;
}
.contact-info span, .contact-info a{
    color: #910091;
}
.contact-info a:hover{
    text-decoration:underline;
}   

.contact-form{
    float: right;
    width: 64%;
    font-size: 13px;
    line-height: 19px;
}
.contact-form table{
    width: 100%;
    border: 0;
}
.contact-form td{
    vertical-align: top ;
    padding: 0;
}
.contact-form input, .contact-form select, .contact-form textarea{
    border: 1px solid #ccc;
    background: #eee;
    color: #111;
    font-size: 12px;
    width: 100%;
    margin: 0 0 2px 0;
    padding: 0;
}
.contact-form input, .contact-form select{  
    height: 20px;
}
.contact-form textarea{
    min-height: 80px;
}
.contact-form .submit-btn{
    background-image: url(../images/arrow-white-more.png); 
    height: 23px;  
    width: 23px; 
    background-color: #5a595a;
    background-position: center center;
    background-repeat: no-repeat; 
    margin: 0;
    border: 1px solid #a2a0a1;
    display: block;
    float: right;
}
.contact-form .submit-btn:hover{
    background-color: #910091;  
}  

.google-map{
    width: 100%;
    margin-top: 20px;
    height: 237px; 
}
.google-map iframe{
    width: 100%;
    height: 199px; 
    margin:0;
    border:0; 
}
.contact-form h2.sub-title, .contact-info h2.sub-title, .google-map h2.sub-title{
    padding-right: 0;
}


/*** Sketches ***/
.right-area.sketches{
    overflow: hidden;
    /*height: 530px;*/
}
.right-area.sketches h2.sub-title{
    color: #e671b8;
}
.right-area.sketches h3.sub-title{
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0;
}
.filter-bar{
    border-bottom: 1px solid #3c3c3c;
    margin: -20px -20px 20px -20px;
    position: relative;
    padding-right: 160px;
}
.filter-bar ul{
    margin: 0;
    padding: 0;
    list-style: none;
    height: 45px;
}
.filter-bar li{
    margin: 0;
    padding: 0;
    display: inline;
    float: left;
    height: 45px;
    text-align: center;
    border-right: 1px solid #3c3c3c;
}
.filter-bar li a{
    display: block;
    height: 45px;
    padding: 0 45px;
    font-size: 18px;
    line-height: 45px;
    color: #3c3c3c;
    background: #fff;
}   
.filter-bar li a:hover{          
    color:#e671b8;  
}
.filter-bar li a.selected{          
    background:#e671b8;  
    color: #fff!important;
}
.right-area.sketches .listing{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    width: 100%;
}
.right-area.sketches .listing .title{
    color: #3d3c3c;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    max-height: 36px;
    overflow: hidden; 
}
.right-area.sketches .listing .date{
    color: #878787;
    font-size: 12px;
    line-height: 16px;
}
.right-area.sketches .listing li{
    width: 22%;
    height: 190px;  
    margin: 0 4% 20px 0;
    padding: 0;
    display: inline;
    float: left;  
    position: relative;     
    overflow: hidden;
}
.right-area.sketches .listing li:nth-child(4n){
    margin-right: 0;
}
.right-area.sketches .listing .photo{
    width: 100%;
    padding-bottom: 75%;
    height: auto;
    position: relative;
    display: block;
    margin: 0 0 6px 0;
}
.right-area.sketches .listing .photo img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    border: 1px solid #ddd;
}
.right-area.sketches .date-holder{
    position: absolute;
    right: 20px;
    top:10px;  
}
.right-area.sketches .date-holder select{ 
    float: left;
    border: 1px solid #bfbfbf;
    background: #d6d4d4;
    color: #3c3c3c;
    font-size: 11px;
    line-height: 25px;
    height: 25px;
}      
.right-area.sketches .page-numbering a.selected, .right-area.sketches .page-numbering a:hover{    
    background-color: #e671b8;
    color:#fff;
}
.date-holder .more-btn{
    margin-left: 1px; 
}

.add-this{
    clear: both;
    padding : 6px 0 0 0;
}
.right-area.sketches .add-this{
    clear: none;
    float: right;  
}
.right-area.sketches .add-this span{
    padding: 0;
    margin: 0 0 0 1px;
}


.right-area .photos-slider{
     background: url(../images/ajax-loader.gif) center center no-repeat;
}
.right-area .photos-slider .slides img{
    opacity: 0;
    filter: alpha(opacity=0);
}

.loaded .right-area .photos-slider{
     background: transparent
}
.loaded .flexslider .slides img{
    opacity: 1;
    filter: alpha(opacity=100);
}