/***************************************************************
 * Theme Name: Weboo Website
 * Theme URI: http//weboo.biz
 * Description: Weboo website theme (Based on Starkers)
 * Version: 1.0
 * Template: Starkers
 * Author: Weboo
 * Author URI: http//weboo.biz
 * Tags: starkers, naked, clean, basic
 ***************************************************************/


/***************************/
/*        Imports          */
/***************************/
/* These files are imported because a @import of the Starkers style.css would include these styles */

@import "assets/css/reset.css";
@import "assets/css/typography.css";
@import "assets/css/layout.css";

/***************************/
/*         Forms           */
/***************************/

@import "assets/css/form.css";

/***************************/
/*         Resets          */
/***************************/
/* We need to reset some of the 'resets' */

* { -webkit-font-smoothing: antialiased; }
img { -ms-interpolation-mode: bicubic; }

/***************************/
/*       Typography        */
/***************************/

body {
    font-family: Helvetica, Arial, sans-serif;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Yanone Kaffeesatz';
    margin-top: 1em;
}

h1 {
    font-size: 3.0769230769em;
    line-height: 1;
}

h2 {
    font-size: 2.7692307692em;
}

h3 {
    font-size: 2.4615384615em;
}

h4 {
    font-size: 2.1538461538em;
}

h5 {
    font-size: 1.5384615385em;
}

h6 {
    font-size: 1em;
}

p, ul, ol {
    margin-top: 1em;
    margin-bottom: 1em;
}

ul, ol {
    padding-left: 20px;
}

ul li {
    list-style-type: circle;
}

ol li {
    list-style-type: decimal;
}

blockquote {
    padding-left: 2em;
    padding-right: 3em;
    font-size: 1.24em;
    font-style: italic;
    color: #555;
}

a {
    text-decoration: none;
    outline: none;
}
a:focus, a:active, a:selected {
    outline: none;
}
a:hover {
    border-bottom: 1px dotted #FFF;
}

/***************************/
/*       Main              */
/***************************/

body{
    font-family: Helvetica, Arial, sans-serif;   
    height: 100%;
    color: #000;
    position: relative;
}
body.home{
    background-color: #d12e09;
    color: #FFF;
}
body.our-work, body.page-template-wb-page-our-work-project-php{
    background-color: #888;
    color: #FFF;
}
body.products{
    background-color: #ee6a00;
    color: #FFF;
}
body.contact{
    background-color: #0572a9;
    color: #FFF;
}
body.blog{
    background-color: #fff;
    color: #000;
}

body.blog a {
    color: #000;
    font-weight: bold;
}

.theatre-mode {
    overflow: hidden;
}

.theatre-mode body {
    overflow: scroll;
    overflow-x: visible;
}

#wrapper{
    width: 970px;
    margin: 0 auto;
    padding: 0px;
}
#header{
    margin-top: 50px;
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.no-rgba #header {
    border-bottom: 1px solid #FFF;
}
#header #head-area{
    display: block;
}
#header #head-area #logo-area{
    width: 170px;
    height: 40px;
    display: inline;
    position: relative;
    float: left;
}
#header #head-area #logo-area:hover {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: Alpha(Opacity=80);
    -ms-filter: "Alpha(Opacity=80)"; 
}
#header #head-area #logo-area a:hover {
    border-bottom: none;
}
#header #head-area #access{    
    float: right;
    line-height: 40px;
    font-size: 16px;
}
#header #access div{
    display: inline;
    position: relative;
    float: left;
}
#header #access div#sharing{
    height: 35px;
    top: 3px;
}
#header #access ul{
    margin: 0px;
    padding: 0px;
}
#header #access ul li{
    list-style-type: none;
    display: inline;
    margin: 0px 10px;
}
#header #access ul li:hover {
    border-bottom: 2px solid #FFF;
}
body.blog #header #access ul li:hover {
    border-bottom: 2px solid #000;
}
#header #access ul li a:hover {
    border: none;
}
#header #access ul li a img {
    position: relative;
    top: 5px;
}
#header #access ul li a.white{
    text-decoration: none;
    color: #fff;
    font-weight: bold;  
    font-size: 14px;
    font-family: 'Droid Sans';
}
#header #access ul li a.black{
    text-decoration: none;
    color: #000000;
    font-weight: bold;  
    font-size: 14px;
    font-family: 'Droid Sans';
}
#header #access ul li.current-menu-item-white, body.page-template-wb-page-our-work-project-php #header #access ul li.current-page-ancestor{
    border-bottom: 2px solid #fff;
}
#header #access ul li.current-menu-item-black, body.blog #header #access ul li.current_page_parent{
    border-bottom: 2px solid #000;
}
#main #content{    
    width: 970px;
    position: relative;
}
#hero{
    /*     float: left; */
    margin-top: 100px;
}
.hero-half{
    width: 50%;
}
.hero-regular{
    width: 65%;
}

#hero h1{
    font-size: 72px;
    font-family: 'Yanone Kaffeesatz';   
    color: #FFF;
}
#hero p {
    font-size: 30px;
    color: #fff;
    font-family: 'Yanone Kaffeesatz';  
    margin-top: 30px;
}
#hero div#hero-buttons{
    margin-top: 50px;
    clear: both;
}
#hero span.hero-btn{
    height: 35px;
    background-color: #e7422d;
    color : #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-right: 20px;
    padding: 0 5px 5px 0;
}
* html #hero span.hero-btn {
    zoom: 1;
    display: inline;
}
*+html #hero span.hero-btn {
    zoom: 1;
    display: inline;
}
#hero span.hero-btn:hover {
    background: #AE3123;
}
#hero span.hero-btn a{
    color: #fff;
    text-decoration: none;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;
    line-height: 35px;
    padding: 0px 10px;
    margin: 0px;
    font-family: 'Yanone Kaffeesatz';
}
#hero span.hero-btn a:hover {
    border-bottom: none;
}
#feature{
    width: 50%;
    position: relative;
    float: left;
}
#contact-left{
    position: relative;
    float: left;
    display: inline;
    width: 475px;
    height: 650px;
    background-image: url('assets/images/bck-map.png');
    background-repeat: no-repeat;
    background-position: center 80%;
}
* html #contact-left{
    background-image: url('assets/images/bck-map.gif');
}
#contact-left h1{
    font-size: 72px;
    margin-top: 100px;
    text-align: center;
    font-family: 'Yanone Kaffeesatz';
    font-weight: bold;
}
#contact-right{
    position: relative;
    float: left;
    display: inline;
    width: 475px;
    font-size: 24px;
    line-height: 30px;
}

#contact-right .mail-to{
    font-size: 36px;
    color: #fff;
    margin-top: 30px;
    font-family: 'Yanone Kaffeesatz';
}
#contact-right .mail-to a {
    color: #FFF;
    text-decoration: none;
}
#contact-right .mail-to a:hover,
#contact-right .tel a:hover {
    border-bottom: none;
}
#contact-right .tel{
    color: #fff;
    margin-top: 30px;
    font-family: 'Yanone Kaffeesatz';
    text-decoration: none;
}
#contact-right .tel img {
    position: relative;
    top: 3px;
}
#contact-right span.phone_img{
    position: relative;
    float: left;
    display: inline;
    width: 20px;
    height: 20px;
    background-image: url('assets/images/phone.png');
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-top: 7px;
}
#contact-right .tel a {
    color: #fff;
    text-decoration: none;
}
#contact-right .addresses{
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    margin-top: 100px;
    font-family: 'Yanone Kaffeesatz';
}
* html #contact-right .addresses{
    margin-top: 90px;
}
*+html #contact-right .addresses{
    margin-top: 90px;
}
#contact-right .address {
    display: inline-block;
    width: 48.5%;
    vertical-align: top;
}
* html #contact-right .address {
    zoom: 1;
    display: inline;
}
*+html #contact-right .address {
    zoom: 1;
    display: inline;
}
#contact-right .address a {
    color: #FFF;
}
#contact-right div#contact-content{
    margin-top: 50px;
    font-size: 14px;
    line-height: 1.2;
    color: #FFF;
    width: 330px;
}
#contact-right div#contact-content input.wpcf7-text{
    width: 310px;
    vertical-align: middle;
    line-height: 1.2;
    background-color: #1e80b2;
    color: #e2eff5;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: none;
    margin-bottom: 13px;
    padding: 10px 10px; 
    font-family: helvetica;
    font-size: 14px;
}
#contact-right div#contact-content textarea{    
    vertical-align: middle;
    background-color: #1e80b2;
    color: #e2eff5;    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    border: none;
    margin-bottom: 15px;
    padding: 10px 10px; 
    width: 310px;
    height: 135px;
    font-family: helvetica;
    font-size: 14px;
}
#contact-right div#contact-content input.wpcf7-submit{
    line-height: 1.2;
    vertical-align: middle;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: #c32500;
    font-family: 'Yanone Kaffeesatz';
    font-size: 20px;
    font-weight: bold;
    padding: 9px 21px;
    color:#fff;
    cursor: pointer;
    -webkit-appearance: none;
}
* html #contact-right div#contact-content input.wpcf7-submit {
    zoom: 1;
    display: inline;
    padding: 4px 5px;
}
*+html #contact-right div#contact-content input.wpcf7-submit {
    zoom: 1;
    display: inline;
    padding: 4px 5px;
}
#contact-right div#contact-content input.wpcf7-submit:hover,
#contact-right div#contact-content input.wpcf7-submit:active{    
    background-color: #AE3123;
}

#contact-content .wpcf7-form p {
    margin-top: 0;
}

#contact-content .wpcf7-form p.placeholder-input {
    position: relative;
}

#contact-content .wpcf7-form p.placeholder-input label {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 10px;
    right: auto;
    font-size: 14px;
    color: #e2eff5;
    line-height: 1.4;
    -webkit-transition: color 0.35s cubic-bezier(0,0,0.5,1);
    -moz-transition: color 0.35s cubic-bezier(0,0,0.5,1);
    -ms-transition: color 0.35s cubic-bezier(0,0,0.5,1);
    -o-transition: color 0.35s cubic-bezier(0,0,0.5,1);
    transition: color 0.35s cubic-bezier(0,0,0.5,1);
}
.no-js #contact-content .wpcf7-form p.placeholder-input label {
    position: relative;
    display: block;
    margin-bottom: 15px;
    left: 0;
}

#contact-content .wpcf7-form p.placeholder-input.placeholder-input-focus label {
    color: #74b0cf;
}
#contact-content .wpcf7-form p.placeholder-input.placeholder-input-filled label {
    display: none;
}
#contact-content .wpcf7-not-valid-tip-no-ajax {
    display: block;
    padding: 10px;
    margin-bottom: 13px;
    color: #E6210F;
    background: #FFF;
    width: 310px;
}
#contact-content .wpcf7-response-output {
    padding: 10px;
    width: 310px;
    margin-bottom: 10px;
    margin-top: 5px;
    background: #FFF;
}
#contact-content .wpcf7-response-output.wpcf7-validation-errors {
    color: #E6210F;
}
#contact-content .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #009BD1;
}
#contact-content .wpcf7-response-output.wpcf7-display-none {
    display: none;
}
#contact-content .required {
    float: right;
}

#products-banner{
    height: 194px;
    padding-top: 146px;
    width: 100%;
    display: block;
    text-align: center;
}
#products-banner h1{
    font-family: 'Yanone Kaffeesatz';
    font-size: 48px;
    font-weight: normal;
    line-height: 1.44;
    vertical-align: middle;
    text-align: center;
    display: inline;
    padding-left: 2px;
    padding-right: 2px;
    border-left: 2px solid #EE6A00;
    border-right: 2px solid #EE6A00;
}
#products-banner h1.cursor-show {
    border-right: 2px solid #FFF;
}
.js #products-banner h1 span{
    /*     display: none; */
}
#products-details{
    width: 100%;
    height: 370px;
    display: block;
}
#products-details div.products-detail-no-rm{
    margin-right: 0px !important;
}
#products-details div.products-detail{
    width: 310px;    
    display: inline;
    position: relative;
    float: left;
    margin-right: 20px;
    font-size: 18px;
    font-family: 'Yanone Kaffeesatz';
    color:#fff;
    font-weight: lighter;
}
#products-details div.products-detail h2{
    font-size: 30px;
    font-family: 'Yanone Kaffeesatz';
    color:#fff;
    height: 50px;
    line-height: 40px;
    border-bottom: 1px solid #f5a666;
    margin-bottom: 20px;
}
#products-details div.products-detail p{
    margin-bottom: 5px;
}
#products-details div.products-detail ul li{
    margin-left: 5px;
}
#content.blog-content{
    width: 640px !important;
    display: inline;
    margin-right: 20px;
    position: relative;
    float: left;
    padding-top: 30px;
}
#content.blog-content h1 {
    margin-bottom: 0.35em;
}
#main #content div.cat-choose{
    height: 100px;
    line-height: 100px;
    vertical-align: middle;
}
#main #content div.cat-choose a{
    color: #ff3300;
    text-decoration: none;
    font-weight: normal;
}
#main #content div.cat-choose a.active-cat{
    color: #000;
}
#main #content div.cat-choose a:hover {
    border-bottom-color: #ff3300;
}
#main #content div.cat-choose a.active-cat:hover {
    border-bottom-color: #000;
}
#main #content div.post-entry {
    border-bottom: 1px solid #e5e5e5;
    clear: both;
    padding-bottom: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}
#main #content div.post-entry div.post-date{
    width: 62px;
    position: absolute;
    top: 0;
    left: 0;
}
#main #content div.post-entry div.post-date div.entry-date-calendar{
    background-color: #c32500;
    width: 62px;
    height: 62px;
}
#main #content div.post-entry div.post-date span.entry-date-day{
    color:#FFF;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
    vertical-align: middle;
    font-family: 'Yanone Kaffeesatz';
    width: 62px;
    position: relative;
    display: block;
    text-align: center;
}
#main #content div.post-entry div.post-date span.entry-date-month{
    color:#FFF;
    font-size: 18px;
    line-height: 18px;
    vertical-align: middle;
    font-family: 'Yanone Kaffeesatz';
    width: 62px;
    position: relative;
    display: block;
    text-align: center;
    text-transform: lowercase;
}
#main #content div.post-entry div.post-data{    
    width: 560px;
    padding-left: 80px;
    position: relative;
    font-size: 13px;
    line-height: 1.62;
    /*font-family:helvetica;*/
    font-family:arial;
}
#main #content div.post-entry div.post-data h2{
    margin-bottom: 20px;
    color: #000;
    font-size: 36px;
    font-family: 'Yanone Kaffeesatz';
    line-height: 1;
}
#main #content div.post-entry div.post-data h2 a{    
    text-decoration: none;
    color: #000;
    border-bottom: none;
    font-size: 36px;
    font-family: 'Yanone Kaffeesatz';
}
#main #content div.post-entry div.post-data a{    
    text-decoration: none;
    color: #C32500;
    border-bottom: 1px dotted #C32500;
    font-size: 13px;
    font-family:helvetica;
    font-weight: normal;
}
#main #content div.post-entry div.post-data a:hover {
	border-bottom: none;
}
#main #content div.post-entry div.post-data h2 a:hover {
	border: none;
	color: #C32500;
}
#main #content div.post-sticky div.post-data {
    padding-left:0;
    width:640px;
}
#main #content div.post-sticky div.post-date {
    display:none;
}
.next-posts-link {
    float: right;
}
.prev-posts-link {
    float: left;
}

#main #right-sidebar{
    position: relative;
    float: left;
    width: 310px;
    display: inline;
}
#main #right-sidebar ul{
    margin: 0px;
    padding: 0px;
    clear: both;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

#main #right-sidebar ul li.widget-container{
    list-style-type: none;
    margin-bottom: 40px;
}
#main #right-sidebar ul li h3{
    margin-bottom: 20px;
    color: #000;
    font-size: 36px;
    font-family: 'Yanone Kaffeesatz';
}
#main #right-sidebar ul li a{
    text-decoration: none;
    font-size: 11px;
    color: #666666;
    line-height: 18px;
    font-weight: normal;
}
#main #right-sidebar ul li a:hover {
    border-bottom-color: #666;
}
#main #right-sidebar div.rss-link{
    width: 100%;
    margin: -10px 0 0;
    display: block;
    vertical-align: middle;
    position: relative;
    height: 23px;
}
#main #right-sidebar div a.rss-link{
    height: 17px;
    padding: 3px 10px;
    line-height: 17px;
    vertical-align: middle;
    position: relative;
    float: right;
    background-color: #c32500;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFF;
    font-size: 11px;
    text-decoration: none;
}
#main #right-sidebar div a.rss-link:hover {
    border: none;
    /* 	background: #000; */
}
#main #right-sidebar ul li div.tagcloud{
    position: relative;
}
#main #right-sidebar ul li div.tagcloud a{
    background-color: #909090;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 3px 10px;
    margin: 3px;
    color: #ececec;
    text-decoration: none;
    position: relative;
    display:inline-block;
    font-size: 11px !important;
}
#main #right-sidebar ul li div.tagcloud a:hover {
    border-bottom: none;
    background: #C32500;
}
#main #right-sidebar ul ul li{
    font-size: 11px;
    margin-bottom: 0px;
    list-style-image: url('assets/images/arrow.png');
    margin-left: 17px;
    line-height: 18px;
    vertical-align: middle;
}
#blog-header-banner{
    height: 340px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #e5e5e5;
}
#top-slider{
    position: relative;
    width: 906px;
    height: 150px;
    padding: 0 32px;
    overflow: hidden;
}
#top-slider ul#clients-nav{
    height: 150px;
    width: 100%;
    padding: 10px 0px;
    overflow: hidden;
}
#top-slider ul#clients-nav li{
    position: relative;
    width: 120px;
    height: 120px;
    display: inline;
    float: left;
    margin: 0 15px;
    opacity: 0.45;
    -moz-opacity: 0.45;
    -webkit-transition: opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, margin 0.2s ease-in-out;
}
#top-slider ul#clients-nav li:hover,
#top-slider ul#clients-nav li.current {
    opacity: 1;
    -moz-opacity: 1;
    margin-top: -15px;
}

.no-borderradius #top-slider ,
.no-borderradius #top-slider ul#clients-nav {
    height: 140px;
}

#top-slider ul#clients-nav li,
#top-slider ul#clients-nav li * {
    cursor: pointer !important;
}
#top-slider ul#clients-nav li a {
    display: block;
    outline: none;
    border: none;
}
.clients-nav-arrows {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
/*     height: 85px; */
    z-index: 999;
}
* html .clients-nav-arrows {
    width: 970px;
}
.clients-nav-arrows a {
    position: absolute;
    top: 10px;
    text-decoration: none;
    width: 32px;
    height: 140px;
    display: block;
    background: #888;
}
.clients-nav-arrows a.clients-nav-prev {
    left: 0;
}
.clients-nav-arrows a.clients-nav-next {
    right: 0;
}
.clients-nav-arrows a span {
    background: url(assets/images/clients-arrow.png) no-repeat;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: 53px;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
* html .clients-nav-arrows a span {
    background-image: url(assets/images/clients-arrow.gif);
}
.clients-nav-arrows a.clients-nav-prev span {
    background-position: center top;
}
.clients-nav-arrows a.clients-nav-next span {
    background-position: center bottom;
}
.clients-nav-arrows a:hover {
    border-bottom: none;
}
.clients-nav-arrows a:hover span {
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: Alpha(Opacity=60);
    -ms-filter: "Alpha(Opacity=60)"; 
}

#skipToWork {
    background: #A6A6A6 url(assets/images/arrow-down.png) 4px 1px no-repeat;
    position: absolute;
    color: #FFF;
    font-size: 16px;
    font-family: "Yanone Kaffeesatz";
    line-height: 1.6;
    padding: 4px 12px 6px 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    position: absolute;
    top: 758px;
    left: 135px;
    z-index: 99999;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

#skipToWork:hover {
    border: none;
    background-color: #999;
}

* html #skipToWork {
    background-image: url(assets/images/arrow-down.gif);
}

#client-highlight{
    width: 100%;
    height: 600px;
    background-image: url('assets/images/monitor.png');
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 45px;
    overflow: visible;
    z-index: 1;
}
* html #client-highlight {
    background-image: url('assets/images/monitor.gif');
}
#client-highlight-content {
    overflow: visible;
}
#promo-slider{
    position: absolute;
    top: 32px;
    left: 165px;
    width: 641px;
    height: 401px;
    margin: 0 auto;
    background-color: #000;
    z-index: 10;
}
* html #promo-slider {
    background-color: none !important;
}

#promo-slider #promo-shine {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1000;
}
#client-highlight #ajax-loader {
    position: absolute;
    top: 36%;
    right: 48%;
    z-index: 9999;
}
* html #promo-slider #promo-shine {
    display: none;
}

#promo-slider .promo_slider_wrapper {
    margin: 0;
}

.js #promo-slider .promo_slider_wrapper {
    display: none;
}

#promo-slider .promo_slider {
    overflow: visible;
}

#promo-slider .promo_slider_nav {
    bottom: -27px;
    background: none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

#promo-slider .promo_slider_nav .move_backward,
#promo-slider .promo_slider_nav .move_forward {
    display: none;
}

#promo-slider .promo_slider_nav .promo_slider_sep {
    display: none;
}

#promo-slider .promo_slider_nav .slider_selections span {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 1px;
    text-indent: -9999999px;
    background: url(assets/images/slider-nav-bg.png) center top no-repeat;
}
* html #promo-slider .promo_slider_nav .slider_selections span {
    zoom: 1;
    display: inline;
}
*+html #promo-slider .promo_slider_nav .slider_selections span {
    zoom: 1;
    display: inline;
}
#promo-slider .promo_slider_nav .slider_selections span.current {
    background-position: center bottom;
}

#promo-slider .promo_slider .panel {
    position: absolute;
    top: 0;
    left: 0;
    background: none;
}
#promo-slider .promo_slider .panel.current {
    z-index: 999;
}
#promo-slider .promo_slider .panel img {
    width: 640px;
    height: auto !important;
}

#client-highlight .client-stats-highlight{
    background-color: #004275;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
    border-radius: 200px;
    position: absolute;  
    z-index: 20;
    font-family: 'Yanone Kaffeesatz';
    color: #fff;
    vertical-align: middle;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 1.25;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0,0,0.5,1);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0,0,0.5,1);
    -ms-transition: -ms-transform 0.3s cubic-bezier(0,0,0.5,1);
    -o-transition: -o-transform 0.3s cubic-bezier(0,0,0.5,1);
    transition: transform 0.3s cubic-bezier(0,0,0.5,1);
    display: none;
}

.no-js #client-highlight .client-stats-highlight,
.no-borderradius #client-highlight .client-stats-highlight {
    position: relative;
    float: right;
    clear: right;
    left: -815px;
    top: 25px;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: right;
    padding-left: 30px;
    padding-right: 25px;
}

.wf-inactive #client-highlight .client-stats-highlight,
.wf-loading #client-highlight .client-stats-highlight {
    padding: 300px;
}
.wf-active #client-highlight .client-stats-highlight {
    display: block;
}

#client-highlight .client-stats-highlight.s-highlight {
    font-size: 14px;
}

#client-highlight .client-stats-highlight.l-highlight {
    font-size: 24px;
}

.csstransforms.csstransitions #client-highlight .client-stats-highlight{
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.no-borderradius #client-highlight .client-stats-highlight{
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
}

#client-highlight .client-stats-highlight strong{
    font-size: 1.5em;
    font-weight: lighter;
    line-height: 0.9;
}
#our-work-container{
    padding-top: 40px;
    width: 640px;
    margin: 0 auto;
    position: relative;
}
#our-work-container h1{
    font-size: 30px;
    font-family: 'Yanone Kaffeesatz';
    margin-bottom: 20px;
}
#our-work-container h2{    
    font-size: 24px;
    font-family: 'Yanone Kaffeesatz';
    margin-bottom: 10px;
    font-weight:normal;
}
#our-work-container p{
    font-size: 18px;
    font-family: 'Yanone Kaffeesatz';
    font-weight: lighter;
    color: #fff;
}
#our-work-container a {
    color: #004275;
    border-color: #004275;
}

/* Testimonial */

#our-work-container .project-testimonial {
    padding: 2em 20px 0;
    margin: 20px 0;
    background: transparent url(assets/images/quotes.gif) 16px top no-repeat;
}

#our-work-container.testimonial-added {
    width: 700px;
}

#our-work-container.testimonial-added #our-work-content {
    width: 450px;
    float: left;
}

#our-work-container.testimonial-added .project-testimonial {
    width: 220px;
    float: right;
    padding: 0;
    margin: 4.65em 0 0;
    background: none;
    cursor: pointer;
}

#our-work-container.testimonial-added .project-testimonial blockquote {
    padding: 0;
    background: none;
}

#our-work-container.testimonial-added .project-testimonial p.cite {
    padding: 0;
    margin-top: 1em;
}

#our-work-container .project-testimonial blockquote {
    background: transparent url(assets/images/quotes.gif) right bottom no-repeat;
    font-size: 20px;
    padding-bottom: 1em;
}

#our-work-container .project-testimonial blockquote p,
#our-work-container .project-testimonial blockquote p:first-child {
    font-style: normal;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0.6em;
}

#our-work-container.testimonial-added .project-testimonial blockquote .ldquo {
    background: none;
    padding-right: 6px;
}

#our-work-container.testimonial-added .project-testimonial blockquote .rdquo {
    background: none;
    padding-left: 6px;
}

#our-work-container.testimonial-added .project-testimonial .expand-link {
    padding-left: 24px;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    background: url(assets/images/quote-expand.png) left center no-repeat;
}

+ html #our-work-container.testimonial-added .project-testimonial .expand-link {
    background-image: url(assets/images/quote-expand.gif);
}

#our-work-container.testimonial-added .project-testimonial .expand-link:hover {
    border: none;
}

#our-work-container .project-testimonial blockquote em {
    font-style: normal;
}

#our-work-container .project-testimonial blockquote p:first-child {
    margin-top: 0;
}

#our-work-container.testimonial-added .project-testimonial blockquote p:first-child {
    text-indent: -14px;
}

#our-work-container .project-testimonial p.cite {
    padding-left: 40px;
    padding-right: 40xp;
    margin-top: -0.4em;
    font-size: 20px;
    font-weight: 400;
    color: #004275;
}

#quote-expanded-screen {
    position: absolute;
    /* 	position: fixed; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    display: none;
    cursor: pointer;
    z-index: 99999999;
    background: rgba(0,0,0,0.2);
}

.no-rgba #quote-expanded-screen {
    background: url(assets/images/quote-overlay-screen-bg.png) left top repeat;
}

#quote-expanded-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 45px 30px 75px;
    background: rgba(0,66,117,0.95);
    width: 640px;
    overflow: auto;
    z-index: 999999999;
    color: #FFF;

    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;

    display: none;
}

.no-rgba #quote-expanded-overlay {
    background: url(assets/images/quote-overlay-bg.png) repeat;
}

* html.no-rgba #quote-expanded-overlay {
    background: rgb(0,66,117);
}

#quote-expanded-close {
    position: relative;
    top: 80px;
    right: 50px;
    margin-top: -80px;
    float: right;
    color: #FFF;
    font-family: 'Yanone Kaffeesatz';
    font-size: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 3px 12px;
    line-height: 24px;
    background: #A6A6A6;
}

.no-borderradius #quote-expanded-close {
    padding: 3px 9px;
}

#quote-expanded-close:hover {
    border:  none;
    background: #999;
}

#quote-expanded {
    width: 640px;
    height: 300px;
    max-height: 300px;
    height: auto !important;
    overflow: auto;
}

#quote-expanded::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

#quote-expanded::-webkit-scrollbar-button:start:decrement,
#quote-expanded::-webkit-scrollbar-button:end:increment {
    display: block;
    height: 0px;
}

#quote-expanded::-webkit-scrollbar-button:vertical:increment {
    background-color: #000;
    margin-left: -12px;
}

#quote-expanded::-webkit-scrollbar-track-piece {
    background-color: none;
    -webkit-border-radius: 3px;
}

#quote-expanded::-webkit-scrollbar-thumb:vertical {
    height: 50px;
    background-color: rgba(255,255,255,0.4);
    -webkit-border-radius: 3px;
}

#quote-expanded::-webkit-scrollbar-thumb:horizontal {
    width: 50px;
    background-color: rgba(255,255,255,0.4);
    -webkit-border-radius: 3px;
}

#quote-expanded blockquote {
    padding: 0 30px;
    padding: 0 60px;
}

#quote-expanded a {
	color: #FFF;
	border-bottom: 1px dashed #fff;
}

#quote-expanded blockquote,
#quote-expanded blockquote p,
#quote-expanded em {
    font-family: 'Yanone Kaffeesatz';
    font-style: normal;
    font-weight: normal;
    color: #FFF;
}

#quote-expanded blockquote p {
    font-size: 22px;
    font-size: 18px;
}

#quote-expanded blockquote p:first-child {
    margin-top: 0;
}

#quote-expanded p.cite {
    font-family: 'Yanone Kaffeesatz';
    font-weight: lighter;
    font-size: 22px;
    padding: 0 30px;
    font-size: 18px;
    padding: 0 60px;
}

#main #content #four04-content{
    padding-top: 40px;
    margin: 0 auto;  
}
#main #content #four04-content h1{
    font-size: 30px;
    font-family: 'Yanone Kaffeesatz';
    margin-bottom: 20px;
    color: #000;
}
#main #content #four04-content p{
    font-size: 18px;
    font-family: 'Yanone Kaffeesatz';
    font-weight: lighter;
    color: #000;
    margin-bottom: 15px;
}
#main #content #four04-content-left{
    position: relative;
    float: left;
    display: inline;
    width: 50%;
    margin-right: 30px;
}
#main #content #four04-content-right{
    position: relative;
    float: left;
    display: inline;
    width: 40%;
    margin-top: 80px;
}
#main #content #four04-content a{
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

#main #content #searchform {
    margin-top: 1em;
}
#main #content #searchform input#s{
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    font-size: 24px;
    font-family: 'Yanone Kaffeesatz';
    text-indent: 10px;
    font-weight: lighter;
    border: 1px solid #808080;
    width: 250px;
}

#main #content #searchform label{
    font-size: 36px;
    font-family: 'Yanone Kaffeesatz';
    font-weight: lighter;
    color: #000;
}
#main #content #searchform input#searchsubmit{
    height: 42px;
    vertical-align: middle;
    font-size: 24px;
    font-family: 'Yanone Kaffeesatz';
    font-weight: lighter;
    color: #000;
    background-color: #eee;
    border: 1px solid #808080;
    padding: 2px 20px 6px 20px;
    cursor: pointer;
}
* html #main #content #searchform input#searchsubmit{
    padding: 2px 10px 6px 10px;
}
p.form-allowed-tags{
    display: none;
}
#main #content #comment-form p.logged-in-as{
    font-size: 18px;
    font-family: 'Yanone Kaffeesatz';
    font-weight: lighter;
    margin-bottom: 20px;
}
#main #content #comment-form p.logged-in-as a{
    font-size: 20px;    
    font-family: 'Yanone Kaffeesatz';    
}
#main #content div#respond h2{
    font-size: 22px;
    margin: 20px 0px;
}
#main #content div#respond textarea#comment{
    width: 500px;
    height: 150px;
    border: 1px solid #808080;
}
#main #content div#respond input#submit{
    height: 30px;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Yanone Kaffeesatz';
    font-weight: lighter;
    color: #000;
    background-color: #eee;
    border: 1px solid #808080;
    padding: 0px 20px 2px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 20px;
}

#main #content div#respond table th{
    vertical-align: top;
    font-size: 16px;
    font-family: 'Yanone Kaffeesatz';
    font-weight: lighter;
}
#main #content div#respond label{
    margin-right: 15px;
}
#main #content div#respond input#author,#main #content div#respond input#email,#main #content div#respond input#url{
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Yanone Kaffeesatz';
    font-weight: lighter;
}
#footer {
    clear: both;
    color: #FFF;
    font-size: 12px;
    text-align: right;
    margin-top: 40px;
    padding-bottom: 20px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.no-rgba #footer {
    border-top: none;
}
body.blog #footer {
    border-top: none;
    color: #000;
}

div#main div#content.signoff{
    margin: 0 auto !important;
    padding-top: 50px !important;
    width: 640px !important;
    display: block;
    float: none;
}

div#main div#content.signoff div.post-entry{
    clear: both;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: none;
    margin-top: 0xp;
}
div#main div#content.signoff div.post-data{
    display: inline;
    float: left;
    font-family: arial;
    font-size: 13px;
    position: relative;
    width: 560px;
    padding-left: 0px;
}

div#main div#content.signoff div.signoffdetailsholder {    
    padding-top: 30px;
    display: block;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}
div#main div#content.signoff h2{
    font-weight: normal !important;
    line-height: 0px !important;
}

div#main div#content.signoff p{
    /*margin-top: 0px !important;*/
}

div#main div#content.signoff div.signoffdetailsholder-bottom {
    position: relative;
    float: left;
    width: 100%;
    display: block;
    clear: both;
}
div#main div#content.signoff div.signoffdetailsholder div.left{
    float: left;
    height: 80%;
    width: 50%;
}
div#main div#content.signoff div.signoffdetailsholder div.right{
    float: right;
    height: 70%;
    width: 50%;
}

div#main div#content.signoff div.signoffdetailsholder-bottom div.middle2 {
    position: relative;
    display: block;
    clear: both;
    left: 0px;
    width: 100%;
    margin-bottom: 20px;
}
div#main div#content.signoff div.signoffdetailsholder-bottom div.bottom2_1 {
    position: relative;
    float: left;
    display: block;
    clear: both;
    left: 0px;
    width: 100%;
}
div#main div#content.signoff div.signoffdetailsholder-bottom .bottom {
    height: 40px;
    left: 0;
    width: 100%;
}
div#main div#content.signoff div.signoffdetailsholder-bottom .bottom2 {
    height: 40px;
    left: 0;
    width: 100%;
}

div#main div#content.signoff div.signoffdetailsholder-bottom .bottom3 {
    color: #888888;
    font-size: 10px;
}

div#main div#content.signoff div.signoffdetailsholder-bottom span.attachment a{
    color: #2685B4;
    cursor: pointer;
}
div#main div#content.signoff div#contact-content{
    display: block;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
}
div#main div#content.signoff div#contact-content div.wsoff-chk-label{
    display: block;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    padding: 5px;
    height: 55px;
}
div#main div#content.signoff div#contact-content .inputnamefield {
    font-size:18px;
    padding-right:36px;
    padding-left:36px;
    padding-top:6px;
    padding-bottom:6px;
    font-family: Arial;
    border-radus:3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color:#111111;
    margin-top:26px;
    border-color: #939393;
    border-style: solid;
    border-width:1px;

}
div#main div#content.signoff div#contact-content .termstext {
    display: block;
    position: absolute;
    top: 5px;
    *top:9px;
    left: 25px;
}
div#main div#content.signoff div#contact-content .terms {
    display: block;
    position: absolute;
    top: 8px;
    left: 5px;
}

div#main div#content.signoff div#contact-content .contactus{
    padding-top:30px;
}

div#main div#content.signoff div#contact-content .signoffbutton {
    background-color:#909090;
    padding-right:20px;
    padding-left:20px;
    padding-top:10px;
    padding-bottom:10px;
    padding-bottom:10px;
    border-radius: 10px;
    border-radius: 10px 10px 10px 10px; /*ie*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color:#ffffff;
    font-family: Arial;
    font-weight:bold;
    border:0pt;
    cursor:pointer;
    width:200px;
    float:right;
    margin-top:26px;
    position:absolute;
    left:260pt;
}

div#main div#content.signoff div#contact-content .signoffbutton:hover {
    background-color:#c32500;
}


div#main div#content.signoff div#contact-content .contact {
    font-size:30px;
}

div#main div#content.signoff div#contact-content .signoffdetailsholder {
    height:140px;
    padding-top:30px;
    padding-bottom:30px;
}
div#main div#content.signoff div#contact-content .homepageubttoncontainer {
    position:absolute;
    padding-bottom:50px;
}
div#main div#content.signoff div#contact-content .homepageubttoncontainer {
    position:absolute;
    padding-bottom:50px;
}
div#main div#content.signoff div.bottom3 .homepageubttoncontainer {
    position:absolute;
    padding-bottom:50px;
}
div#main div#content.signoff .homepagebutton {

    background-color:#909090;
    padding-right:20px;
    padding-left:20px;
    padding-top:10px;

    padding-bottom:10px;
    border-radius: 10px;
    border-radius: 10px 10px 10px 10px; /*ie*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color:#ffffff;
    font-family: Arial;
    font-weight:bold;
    border:0pt;
    cursor:pointer;
    width:230px;
    float:left;
    margin-top:26px;

}

div#main div#content.signoff  .homepagebutton {

    background-color:#909090;
    padding-right:20px;
    padding-left:20px;
    padding-top:10px;

    padding-bottom:10px;
    border-radius: 10px;
    border-radius: 10px 10px 10px 10px; /*ie*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    color:#ffffff;
    font-family: Arial;
    font-weight:bold;
    border:0pt;
    cursor:pointer;
    width:230px;
    float:left;
    margin-top:26px;

}
div#main div#content.signoff .homepagebutton:hover {
    background-color:#c32500;

}
div#main div#content.signoff div#contact-content .attachment {

    color:#2685b4;
    cursor: pointer;
}
