/*
Theme Name: Robust
Theme URI: htpp://wp.rifki.net/themes/robust
Description: Responsive Multi-Purpose WordPress Theme
Author: Rifki
Author URI: http://www.rifki.net
Version: 1.0.2
Tags: light, white, flexible-width, left-sidebar, right-sidebar, one-column, two-columns, three-columns, four-columns, theme-options, custom-background, custom-menu, featured-images, full-width-template, post-formats, threaded-comments, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

/* Basic Styles
 * ----------------------------------------------------- */
body{
    color: #696763;
    font: 14px/20px "Source Sans Pro", Arial, Helvetica, sans-serif;
}
body.boxed{
    background: #9C9A96;
}
body.boxed #header-wrapper,
body.boxed #main-wrapper,
body.boxed #footer-wrapper{
    max-width: 1020px;
    margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}
a, 
button, 
input[type="submit"], 
button, 
.entry-badge, 
.teaser-icon,
.client_box ul li{
    -webkit-transition: all 0.2s ease-in-out;
       -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
         -o-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
}
.container{
    width: 980px;
}

/* Header
 * ----------------------------------------------------- */
#header-wrapper{
    position: relative;
}
#topheader{
    background-color: #404040;
    style="background-color: #404040"
    border-top: 3px solid transparent;
    border-bottom: 1px solid transparent;
    padding: 12px 0px;
    position: relative;
}
#top-info{
}
#call-us{
    text-align: right;
}
#header{
    background: #fff;
    position: relative;
}
#slider-wrapper{
    position: relative;
}


/* Logo
 * ----------------------------------------------------- */
#logo {}
#logo #site-title{
    color: #4A4845;
    line-height: 100%;
    margin-top: 40px;
}

/* Primary Menu
 * ----------------------------------------------------- */
#primary-menu{
    float: right;
}
#primary-menu ul, #primary-menu ul li{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#primary-menu > ul > li{
    background: url('images/menu-divider.png') no-repeat right center;
    display: block;
    margin-left: 1px;
}
#primary-menu > ul > li:last-child{
    background-image: none;
    margin-left: 1px;
}
#primary-menu > ul > li > a{
    color: #4A4845;
    font-size: 16px;
    padding: 40px 15px;
    height: 120px;
}
#primary-menu > ul > li:last-child > a{
    background-image: none;
    padding-right: 0px;
}
#primary-menu > ul > li > a strong{
    display: block;
    margin-bottom: 3px;
}
#primary-menu > ul > li > a span{
    color: #696763;
    display: block;
    font-size: 12px;
}
#primary-menu > ul > li > a:hover,
#primary-menu > ul > li.sfHover > a,
#primary-menu > ul > li.active > a{
    color: #94BA65;
}
#primary-menu > ul > li:hover > ul,
#primary-menu > ul > li.sfHover > ul{
    top: 100px;
}
#primary-menu ul ul li:hover ul,
#primary-menu ul ul li.sfHover ul{
    left: 180px
}
#primary-menu ul li ul{
    background: #fff;
    border: 1px solid #CECDCA;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    padding: 2px 0px;
}
#primary-menu ul li ul li a{
    border-bottom: 1px solid #EBEBEA;
    color: #696763;
    padding: 10px 15px;
}
#primary-menu ul li ul li a:hover{
    color: #94BA65;
}
#primary-menu ul li ul li:last-child > a{
    border-bottom: none;
}
#primary-menu > ul > li > ul.sub-menu > li > span.triangle{
    background: #fff;
    border: 1px solid;
    border-color: #CECDCA #fff #fff #CECDCA;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: -10px; left: 25px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

/* Content wrapper
 * ----------------------------------------------------- */
#main-wrapper{
    background: #fff;
}
#main{
    padding-top: 40px;
    padding-bottom: 10px;
}
#content, 
#content-left-sidebar, 
#content-right-sidebar, 
#content-fullwidth{}
#content-fullwidth{}

#content-left-sidebar{
    float: right;
}

/* Page title
 * ----------------------------------------------------- */
#page-title{
    background: #f2f2f2;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    padding: 30px 0px 25px 0px;
}
#page-title h1{
    font-size: 28px;
    line-height: 100%;
    margin: 0px 0px 5px;
}
#page-title h2{
    color: #696763;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin: 0px 0px 5px;
}
#page-title.has_subtitle #top_search{
    margin-top: 10px;
}

/* Heading
 * ----------------------------------------------------- */
.heading{
    margin-top: 0px;
    position: relative;
}
.heading h2,
.heading h3{
    border-bottom: 1px solid #EBEBEA;
    line-height: 100%;
    margin: 0 0 20px;
    padding: 0 0 15px;
}
.heading .sep{
    width: 40px;
    background: #94BA65;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* Entry
 * ----------------------------------------------------- */
.entry{
    margin: 0px 10px 30px 75px;
    border-bottom: 1px solid #EBEBEA;
    padding-bottom: 10px;
}
.single-post .entry{
    border: none;
    padding-bottom: 0px;
}
.entry .entry-header{
    margin-bottom: 20px;
}
.entry .entry-title{
    letter-spacing: -1px;
    margin: 0px 0px 5px;
}
.entry h1.entry-title{
    font-size: 24px;
    line-height: 30px;
}
.entry .entry-meta{
    color: #9C9A96;
}
.entry .entry-content{
    margin-bottom: 20px;
}
.entry .entry-content img{
    max-width: 100%;
    height: auto;
}
.entry .entry-content .more-link{
    margin-top: 25px;
}

/* Entry asset */
.entry .entry-asset{
    margin-bottom: 20px;
}

/* Entry badge */
.entry-badge{
    background: #4A4845;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    float: left;
    font-size: 18px;
    line-height: 45px;
    margin-left: -75px;
    width: 45px;
    height: 45px;
    text-align: center;
}
.entry-badge:hover{
    background: #94BA65;
}
.entry-badge a{
    display: block;
    color: #fff;
    text-shadow: -1px -1px 1px rgba(0,0,0,0.1);
}

/* Sticky */
.entry.sticky{
    border-bottom: 4px double #EBEBEA;
}

/* Recent entry
 * ----------------------------------------------------- */
.recent-entry{
    margin-left: 56px;
    margin-bottom: 20px;
}
.recent-entry.last-row{
    margin-bottom: 0;
}
.recent-entry .entry-badge{
    font-size: 14px;
    line-height: 36px;
    margin-left: -56px;
    margin-top: 5px;
    width: 36px;
    height: 36px;
}
.recent-entry-header{
    margin: 0px 0px 10px;
}
.recent-entry-title{
    margin: 0px 0px 3px;
}
.recent-entry-meta{
    color: #9C9A96;
}

/* Author box
 * ----------------------------------------------------- */
#author-box{
    margin-top: 30px;
}
#author-box .author-box-inner{
    background: #f2f2f2 url('images/gradient.png') repeat-x top left;
    border: 1px solid #EBEBEA;
    -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
       -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
            box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
    margin-top: 30px;
    padding: 20px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.75);
}
#author-box .author-avatar{
    float: left;
    position: absolute;
    left: -75px;
    top: 0;
}
#author-box .author-description{

}
#author-box .author-description h3{
    margin-bottom: 10px;
}
#author-box .author-description p:last-child{
    margin-bottom: 0px;
}

/* Comments
 * ----------------------------------------------------- */
#comments{
    margin: 0px 10px 30px 75px;
}
h2#comments-title{
    font-size: 18px;
    line-height: 24px;
}
ol.commentlist, ul.children{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ol.commentlist li{
}
ol.commentlist li:last-child{
}
ol.commentlist li article.comment{
    border-bottom: 1px solid #EBEBEA;
    margin-bottom: 20px;
    position: relative;
}
ol.commentlist li .comment .comment-meta{
    margin-bottom: 10px;
}
ol.commentlist li .comment .comment-meta time,
ol.commentlist li .comment .comment-meta .comment-reply-link,
ol.commentlist li .comment .comment-meta .edit-link{
    font-size: 90%;
}
ol.commentlist li .comment .comment-meta .edit-link{
    margin-left: 5px;
}
ol.commentlist li .comment .comment-meta a{
    color: #9C9A96;
}
ol.commentlist li .comment .comment-meta a:hover{
    color: #696763;
}
ol.commentlist li .comment .comment-meta .comment-author{
}
ol.commentlist li .comment .comment-meta .comment-author .fn{
    color: #4A4845;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
}
ol.commentlist li .comment .comment-meta .comment-author .fn a{
    color: #94BA65;
}
ol.commentlist li .comment .comment-meta .comment-author .fn a:hover{
    color: #4A4845;
}
ol.commentlist li .comment .comment-meta .comment-author .avatar{
    position: absolute;
    margin-left: -75px;
    width: 45px;
    height: 45px;
}
ul.children{
    margin-left: 75px;
}
ol.commentlist #respond{
    margin-bottom: 30px;
}
#respond input[type="text"], #respond textarea{
    width: 100%
}

/* Portfolio Filter
 * ----------------------------------------------------- */
#portfolio-filter{
    border-bottom: 1px solid #EBEBEA;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    list-style: none;
    margin: 0 0 30px;
    padding: 0 0 20px;
    position: relative;
}
#portfolio-filter .sep{
    width: 50px;
    background: #94BA65;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
#portfolio-filter li{
    display: inline-block;
    margin: 0px 15px 0px 0px;
}
#portfolio-filter li a{
    color: #4A4845;
}
#portfolio-filter li a.selected{
    color: #94BA65;
}

/* Portfolio Item
 * ----------------------------------------------------- */
.isotope-3-columns.row{
    margin-left: -11px !important; /* wee need extra 2px */
}
.portfolio-items .item{
    background: #fff;
    margin-bottom: 20px;
}
.portfolio-items .item-thumb{
    position: relative;
}
.portfolio-items .item-thumb img{
    display: block;
    width: 100%;
}
.portfolio-items .item-header{
    border-bottom: 1px solid #fff;
    padding: 10px 0px 0px;
    text-align: left;
}
.portfolio-items .item-title{
    font-size: 16px;
    line-height: 22px;
    margin: 0px;
}
.portfolio-items .item-meta{
    color: #9C9A96;
}
.portfolio-items .item .overlay{
    display: none;
    background: #94BA65;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    opacity: 0;
}
.portfolio-items .item .overlay .view-link{
    background: #fff;
    -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
       -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
            box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    color: #4A4845;
    display: none;
    font-weight: bold;
    line-height: 100%;
    padding: 10px 15px;
    text-align: center;
}

/* Portfolio Single
 * ----------------------------------------------------- */
.portfolio-single{
    margin-bottom: 20px;
}
.portfolio-single .portfolio-assets,
.portfolio-single .portfolio-content{
    margin-bottom: 15px;
}
.portfolio-single .portfolio-desc{
    margin-bottom: 10px;
}
.portfolio-single .portfolio-assets .video-container{
    margin-bottom: 0px
}
#portfolio-nav a.prev{
    margin-right: 5px
}

/* Left sidebar */
#content-left-sidebar .portfolio-single .portfolio-assets{
    float: right;
}
#content-left-sidebar .portfolio-single .portfolio-desc,
#content-left-sidebar .portfolio-single .portfolio-details{
    margin-right: 10px;
}

/* Right sidebar */
#content-right-sidebar .portfolio-single .portfolio-desc,
#content-right-sidebar .portfolio-single .portfolio-details{
    margin-left: 10px;
}

/* Full width */
#content-fullwidth .portfolio-single .portfolio-assets{
    margin: 0px 0px 30px;
}
#content-fullwidth .portfolio-single .portfolio-content{
    margin: 0px;
}
#content-fullwidth .portfolio-single .portfolio-desc,
#content-fullwidth .portfolio-single .portfolio-details{
    margin: 0px;
}
#content-fullwidth .portfolio-single .portfolio-details{
    padding-left: 20px;
}


/* Related Portfolio
 * ----------------------------------------------------- */
#related-portfolio{
    margin-top: 0;
    margin-bottom: 10px;
}
#content-fullwidth #related-portfolio{
    margin-top: 0;
}
#related-portfolio .item{
}

/* Page
 * ----------------------------------------------------- */
article.page{
    margin-bottom: 30px;
}
#content-left-sidebar article.page{
    margin-left: 10px;
}
#content-right-sidebar article.page{
    margin-right: 10px;
}
#content-fullwidth article.page{
    margin-bottom: 10px;
}
.page-side-nav.grid{
    margin-bottom: 20px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
}
.page-side-nav-shadow{
    position: absolute;
    height: 100%;
    width: 20px;
    top: 0; right: 0px;
    -webkit-box-shadow: -8px 0px 15px #f9f9f9;
       -moz-box-shadow: -8px 0px 15px #f9f9f9;
            box-shadow: -8px 0px 15px #f9f9f9;
    z-index: 1
}
.page-side-nav ul,
.page-side-nav ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-side-nav ul li a{
    display: block;
    border-right: 1px solid #EBEBEA;
    border-bottom: 1px solid #EBEBEA;
    color: #696763;
    padding: 10px 20px 10px 0px;
    position: relative;
    z-index: 100
}
.page-side-nav ul li.current_page_item a{
    background-color: #fff;
    border-right-color: #fff;
    color: #4A4845;
    font-weight: bold;
}
/*LEO 041114*/
.page-side-nav-right.grid{
    margin-bottom: 20px;
    padding-right: 20px;
    position: relative;
    overflow: hidden;
}
.page-side-nav-shadow{
    position: absolute;
    height: 100%;
    width: 20px;
    top: 0; right: 0px;
    -webkit-box-shadow: -8px 0px 15px #f9f9f9;
       -moz-box-shadow: -8px 0px 15px #f9f9f9;
            box-shadow: -8px 0px 15px #f9f9f9;
    z-index: 1
}
.page-side-nav-right ul,
.page-side-nav-right ul li{
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-side-nav-right ul li a{
    display: block;
    border-left: 1px solid #EBEBEA;
    border-bottom: 1px solid #EBEBEA;
    color: #696763;
    padding: 10px 20px 10px 10px;
    position: relative;
    z-index: 100
}

.page-side-nav-right ul li a:hover{
    color: #94BA65;
    text-decoration: none;
}

.page-side-nav-right ul li.current_page_item a{
    background-color: #fff;
    border-right-color: #fff;
    color: #4A4845;
    font-weight: bold;
}

/* WP PageNavi
 * -------------------------------------------- */
#main-wrapper .wp-pagenavi {
    clear: both;
    padding: 0px 0px 30px 75px
}
.page-link{
    margin-bottom: 20px;
    overflow: hidden;
}
.page-template-template-portfolio-2-php #main-wrapper .wp-pagenavi,
.page-template-template-portfolio-3-php #main-wrapper .wp-pagenavi,
.page-template-template-portfolio-4-php #main-wrapper .wp-pagenavi{
    padding: 10px 0px 30px 0px
}
#main-wrapper .wp-pagenavi a, 
#main-wrapper .wp-pagenavi span,
.page-link a,.page-link span {
    background: #f2f2f2 url('images/gradient.png') repeat-x top left;
    border: 1px solid #CECDCA;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.08), inset 1px 1px 1px rgba(255,255,255,0.2);
       -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.08), inset 1px 1px 1px rgba(255,255,255,0.2);
            box-shadow:0px 1px 2px rgba(0,0,0,0.08), inset 1px 1px 1px rgba(255,255,255,0.2);
    color: #696763;
    display: inline-block;
    font-weight: bold;
    text-decoration: none;
    padding: 4px 10px;
    margin: 2px;
}
.page-link a,
.page-link span{
    float: left;
}
#main-wrapper .wp-pagenavi a:hover, 
#main-wrapper .wp-pagenavi span.current,
.page-link a:hover {
    background-color: #94BA65;
    border-color: rgba(0,0,0,0.2);
    color: #fff;
}
#main-wrapper .wp-pagenavi span.current {
    font-weight: bold;
}

/* Page Navigation
 * ----------------------------------------------------- */
.page-navigation{
    margin-left: 75px;
    margin-bottom: 20px;
}

/* Widget
 * ----------------------------------------------------- */
.widget{
    margin-bottom: 30px;
}
.widget-title{
    border-bottom: 1px solid #EBEBEA;
    line-height: 100%;
    padding: 0 0 15px;
    position: relative;
}
.widget-title .sep{
    width: 40px;
    background: #94BA65;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.widget ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget ul li{

}

/* Widget Search Form
 * ---------------------------------------------- */
.searchform{
    margin: 0px;
    position: relative;
}
.searchform input[type="text"]{
    padding-right: 48px;
    width: 100%;
}
.searchform .search_btn{
    background: none;
    border: none;
    box-shadow: none;
    font-size: 14px;
    color: #CECDCA;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-shadow: none;
}

/* Tweets Widgets
 * ---------------------------------------------- */
.tweet ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.tweet ul li{
    margin: 0px 0px 15px;
    padding: 0px;
}
.tweet ul li:last-child{
    border-bottom: none;
    margin: 0px;
    padding: 0px;
}
.tweet ul li .tweet_text{
    display: inline-block;
    margin-bottom: 5px;
    word-wrap: break-word;
}
.tweet ul li .tweet_time{
    font-size: 85%;
    color: #9C9A96;
}
.tweet ul li .tweet_time a{
    color: #9C9A96;
}

/* Tag cloud widget
 * ----------------------------------------------------- */
.tagcloud a{
    background: #f2f2f2 url('images/gradient.png') repeat-x top left;
    border: 1px solid #CECDCA;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.08), inset 1px 1px 1px rgba(255,255,255,0.2);
       -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.08), inset 1px 1px 1px rgba(255,255,255,0.2);
            box-shadow:0px 1px 2px rgba(0,0,0,0.08), inset 1px 1px 1px rgba(255,255,255,0.2);
    color: #696763;
    display: block;
    float: left;
    margin: 0px 4px 4px 0px;
    padding: 3px 8px;
}
.tagcloud a:hover{
    background-color: #94BA65;
    border-color:rgba(0,0,0,0.2);
    color:#fff;
}

/* Recent portfolio, flickr & dribbble
 * ----------------------------------------------------- */
.widget-recent-portfolio ul,
.flickr-photos ul,
.dribbble-shots ul{
    list-style: none;
    margin: 0 -3px;
    padding: 0;
}
.widget-recent-portfolio ul li,
.flickr-photos ul li,
.dribbble-shots ul li{
    float: left;
    width: 25%;
    padding: 3px;
    margin: 0;
}
.widget-recent-portfolio ul li a,
.flickr-photos ul li a,
.dribbble-shots ul li a{
    display: block;
}

/* Widget Calendar 
 * ---------------------------------------------- */
.widget_calendar table th,
.widget_calendar table td{
    background:#fff;
    border:1px solid #eaeaea;
    text-align:center
}
.widget_calendar table thead th{
    background:#eaeaea;
    border-color:#ddd;
}
.widget_calendar table td#today{
    background-color:#eaeaea;
    border-color:#eaeaea;
    font-weight:bold;
}
.widget_calendar table td#today a{
    color:#FFF;
    font-weight:bold;
}
.widget_calendar caption{
    background:#343434;
    color:#fff;
    font-size:16px;
    font-weight:bold;
    padding:8px 10px;
}
.widget_calendar #calendar_wrap table{
    border-right:1px solid #eaeaea;
    margin-bottom:0;
}
.widget_calendar table tfoot td a{
    color:#505050;
    font-weight:bold;
}
.widget_calendar table tfoot td a:hover{
    text-decoration:none
}

/* Footer Area
 * ----------------------------------------------------- */
#footer-wrapper{
    border-top: 5px solid #EBEBEA;
    background: #2A2928;
    color: #9C9A96;
}
#colophone{
    padding-top: 40px;
    padding-bottom: 10px;
}
#footer-bottom{
    border-top: 1px solid #3F3E3B;
    padding: 30px 0;
    background: #353431;
}

/* Footer Widget
 * ----------------------------------------------------- */
#footer-wrapper .widget-title{
    border: none;
    padding: 0;
    margin-bottom: 10px;
    color: #fff;
}
#footer-wrapper a{
    color: #9C9A96;
}
#footer-wrapper a:hover{
    color: #fff;
}

/* Footer Menu
 * ----------------------------------------------------- */
#footer-menu{
    margin-bottom: 5px;
}
#footer-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-menu ul li{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer-menu ul li a{
    color: #CECDCA;
    margin-right: 15px;
}
#footer-menu ul li a:hover{
    color: #fff;
}

/* Copyright
 * ----------------------------------------------------- */
#copyright{
    color: #888681;
}

/* Social Icons
 * ----------------------------------------------------- */
ul.social-links{
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.social-links li{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 7px 0;
}
ul.social-links li a{
    background: #f2f2f2;
    border: 1px solid #EBEBEA;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #696763;
    margin: 0px 1px;
}
ul.social-links li a:hover{
    background-color: #94BA65;
    border-color: rgba(0,0,0,0.2);
    color: #fff;
}
#footer-wrapper ul.social-links{
    float: right;
}
#footer-wrapper ul.social-links li a{
    background-color: #4A4845;
    border: none;
    color: #9C9A96;
}
#footer-wrapper ul.social-links li a:hover{
    background-color: #94BA65;
    color: #fff;
}

/* About Widget
 * ----------------------------------------------------- */
.widget-about{
    background: url('images/map.png') no-repeat 0 0;
    background-size: 100%;
}
.widget-about .address,
.widget-about .telephone,
.widget-about .email{
    /*font-size: 85%;*/
}
.widget-about i{
    color: #9C9A96;
    margin-right: 5px;
}

/* Divider
 * ----------------------------------------------------- */
.divider{
    border-top: 1px solid #EBEBEA;
    height: 1px;
    margin: 0px;
    position: relative;
}
.divider.none{
    border:none
}
.divider.solid{
    border-top: 1px solid #EBEBEA;
}
.divider.dashed{
    border-top: 1px dashed #EBEBEA;
}
.divider.dotted{
    border-top: 1px dotted #EBEBEA;
}
.divider.double{
    border-top: 3px double #EBEBEA;
}

/* Teaser
 * ----------------------------------------------------- */
.teaser{
    margin-bottom: 20px;
}
.teaser .teaser-header{
    margin: 0px 0px 10px 56px;
}
.teaser .teaser-title{
    margin: 0px;
}
.teaser .teaser-subtitle{
    color: #9C9A96;
}
.teaser .teaser-icon{
    background: #4A4845;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    color: #fff;
    font-size: 16px;
    float: left;
    line-height: 36px;
    height: 36px;
    width: 36px;
    margin-top: 5px;
    text-align: center;
}
.teaser .teaser-image{
    float: left;
    height: 36px;
    width: 36px;
    margin-top: 5px;
}
.teaser:hover .teaser-icon{
    background-color: #94BA65;
}

/* Nested teaser */
.teaser.nested .teaser-content{
    margin-left: 56px
}

/* Centered teaser */
.teaser.centered{
    text-align: center;
}
.teaser.centered .teaser-icon{
    background: none;
    color: #696763;
    float: none;
    font-size: 64px;
    line-height: 64px;
    width: 64px;
    height: 64px;
    margin: 0px auto 5px auto;
}
.teaser.centered .teaser-header{
    margin-left: 0px;
}

/* Call Out
 * ----------------------------------------------------- */
.callout{
    background: #f2f2f2 url('images/gradient.png') repeat-x top left;
    border: 1px solid #EBEBEA;
    -webkit-box-shadow: inset 1px 1px 1px #f9f9f9;
       -moz-box-shadow: inset 1px 1px 1px #f9f9f9;
            box-shadow: inset 1px 1px 1px #f9f9f9;
    padding: 20px 25px 0px;
    margin-bottom: 20px;
}
.callout .left, .callout .right{
    margin-bottom: 15px;
}
.callout h2{
    font-size: 24px;
    line-height: 24px;
    margin: 0px 0px 5px;
    text-shadow: 1px 1px 1px #fff;
}
.callout .subtitle{
    font-size: 16px;
    line-height: 22px;
    text-shadow: 1px 1px 1px #fff;
    margin: 0px 0px 5px;
}
.callout .button{
    margin: 7px 0px 5px 0px
}

/* Intro
 * ----------------------------------------------------- */
.intro{
    margin-bottom: 20px;
}
.intro h1{
    margin-bottom: 10px;
}
.intro .intro-content{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

/* Tabs
 * ----------------------------------------------------- */
.tabs-content{
    margin-bottom: 20px;
}
ul.tabs-nav{
    border-bottom: 1px solid #EBEBEA;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.tabs-nav li{
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul.tabs-nav li a{
    background: #f2f2f2 url('images/gradient.png');
    border: 1px solid #EBEBEA;
    border-right: none;
    -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
       -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
            box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
    color: #696763;
    display: inline-block;
    font-weight: bold;
    padding: 10px 20px;
    position: relative;
    margin-bottom: -1px;
    text-shadow: 1px 1px 1px #fff;
}
ul.tabs-nav li a span{
    display: inline-block;
    margin-left: 5px;
}
ul.tabs-nav li a.active{
    background-color: #fff;
    border-bottom-color: #fff;
    color: #4A4845;
}
ul.tabs-nav li:last-child{
    border-right: 1px solid #EBEBEA;
}

.tabs > div{
    border: 1px solid #EBEBEA;;
    border-top: none;
    padding: 20px;
}

/* Accordion
 * ----------------------------------------------------- */
.accordion{
    margin-bottom: 20px
}
.accordion .pane-title{
    background: #f2f2f2 url('images/gradient.png') repeat-x top left;
    border: 1px solid #EBEBEA;
    -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
       -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
            box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
    font-size: 110%;
    display: block;
    font-weight: bold;
    padding: 12px 20px;
    position: relative;
    margin-bottom: -1px;
    text-shadow: 1px 1px 1px #fff;
}
.accordion .pane-title.active{
    color: #4A4845;
}
.accordion .pane-title .pane-icon{
    width: 16px;
    margin-right: 10px;
    text-align: center;
}
.accordion .pane-title .status-off,
.accordion .pane-title .status-on{
    color: #CECDCA;
    cursor: pointer;
    float: right;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
}
.accordion .pane-title .status-off{
    display: block;
}
.accordion .pane-title .status-on{
    display: none;
}
.accordion .pane-title.active .status-off{
    display: none;
}
.accordion .pane-title.active .status-on{
    display: block;
}
.accordion .pane{
    border: 1px solid #EBEBEA;
    padding: 20px;
    margin: 0px 0px 20px 0px;
}
.accordion .pane.last{
    margin: 0px;
}

/* Fancy quote
 * ----------------------------------------------------- */
.fancy-quote{
    margin: 0 0 20px;
}
.fancy-quote .quote-text{
    background: #f2f2f2 url('images/gradient.png') repeat-x top left;
    border: 1px solid #EBEBEA;
    -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
       -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
            box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
    color: #555;
    font: normal 16px/22px Georgia, serif;
    margin: 0px 0px 15px;
    padding: 20px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.fancy-quote .quote-text p{
    margin: 0 0 20px 0;
}
.fancy-quote .quote-text .triangle{
    background: #f2f2f2;
    border: 1px solid;
    border-color: #f2f2f2 #EBEBEA #EBEBEA #f2f2f2;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: -8px; left: 25px;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.fancy-quote .quote-author{
    padding: 0px 0px;
    position: relative;
}
.fancy-quote .quote-author .quote-author-name{
    font-weight: bold;
}
/*
.fancy-quote .quote-author .quote-author-name:before{
    content: "\2014 \0020";
    color: #CECDCA;
    font-weight: normal;
}
*/
.fancy-quote .quote-author .quote-author-meta{
    color: #9C9A96;
}

/* Pricing
 * ----------------------------------------------------- */
.pricing{
    border-left: 1px solid #fff;
    margin-bottom: 30px;
    margin-top: 10px;
}
.pricing .plan{
    background: #fff;
    border: 1px solid #EBEBEA;
    float: left;
    padding: 0;
    text-align: center;
    position: relative;
    margin-left: -1px;
}
.pricing .plan-header{
    background: #f2f2f2 url('images/gradient.png') repeat-x top left;
    border-bottom: 1px solid #EBEBEA;
    -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.3);
       -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.3);
            box-shadow: inset 1px 1px 1px rgba(255,255,255,0.3);
    padding: 20px;
    text-shadow: 1px 1px 1px #fff;
}
.pricing .plan-header h2{
    font-size: 16px;
    line-height: 22px;
    margin: 0;
}
.pricing .plan-price{
    background: #fcfcfc;
    border-bottom: 1px solid #EBEBEA;
    -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.3);
       -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.3);
            box-shadow: inset 1px 1px 1px rgba(255,255,255,0.3);
    padding: 20px;
    text-shadow: 1px 1px 1px #fff;
}
.pricing .plan-price strong{
    display: block;
    font-size: 40px;
    line-height: 40px;
}
.pricing .plan-price span{
    color: #9C9A96;
}
.pricing .plan-content{
    background: #fff;
}
.pricing .plan-content ul,
.pricing .plan-content ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
.pricing .plan-content ul li,
.pricing .plan-content ol li{
    border-bottom: 1px solid #EBEBEA;
    padding: 10px 20px;
    margin: 0;
}
.pricing .plan-footer{
    background: #f9f9f9;
    -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.3);
       -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.3);
            box-shadow: inset 1px 1px 1px rgba(255,255,255,0.3);
    padding: 20px;
}
.pricing .plan-footer .button{
    padding: 5px 20px;
}

/* Featured Plan */
.pricing .plan.featured{
    border-color: #CECDCA;
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
       -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    z-index: 200;
    margin-top: -10px;
}
.pricing .plan.featured .plan-header{
    background-color: #e0e0e0;
    border-color: #CECDCA;
    padding: 25px 0px;
}
.pricing .plan.featured .plan-header h2{
}
.pricing .plan.featured .plan-price{
    background-color: #f2f2f2;
}
.pricing .plan.featured .plan-content{
}
.pricing .plan.featured .plan-footer{
    padding: 25px 0px;
    background-color: #f2f2f2;
    border-color: #CECDCA;
}

/* Dropcap
 * ----------------------------------------------------- */
.dropcap{
    font-size: 48px; 
    font-weight: bold;
    float: left; 
    margin: 10px 10px 10px 0;
}
.dropcap.square{
    background: #696763;
    color: #fff;
    font-size: 24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 6px 10px 0px 0
}
.dropcap.circle{
    background: #696763;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin: 6px 10px 0px 0
}

/* Alert message
 * ----------------------------------------------------- */
.alert-message{
    background: #FFF;
    border: 1px solid #EBEBEA;
    padding: 8px 50px 8px 20px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
    position: relative;
    margin-bottom: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.alert-message span.close{
    position: absolute;
    color: #CECDCA;
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    font-weight: 700;
    width: 14px;
    height: 14px;
    text-align: center;
    cursor: pointer;
    right: 10px;
    top: 11px;
}
.alert-message span.close:hover{
    color: #9C9A96;
}
.alert-message.blue{
    background: #dbf3f9;
    border: 1px solid #c5e3ea;
}
.alert-message.green{
    background: #e2ffc9;
    border: 1px solid #c5eda3;
}
.alert-message.red{
    background: #ffe2e2;
    border: 1px solid #fcd1d1;
}
.alert-message.yellow{
    background: #fcf7d1;
    border: 1px solid #f2ebba;
}

/* Content Box
 * ----------------------------------------------------- */
.content-box{
    background: #f2f2f2 url('images/gradient.png') repeat-x top left;
    border: 1px solid #EBEBEA;
    -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
       -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
            box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
    margin: 0px 0px 20px;
    padding: 20px 20px 20px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
.content-box > p:last-child{
    margin-bottom: 0;
}
.content-box.blue{
    background: #EEF9FC;
    border: 1px solid #dfecf9;
}
.content-box.green{
    background: #E9FFD6;
    border: 1px solid #D4F2BB;
}
.content-box.red{
    background: #FCE3E3;
    border: 1px solid #fcd1d1;
}
.content-box.yellow{
    background: #fcf7d1;
    border: 1px solid #f2ebba;
}
.content-box h1,
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6{
    margin-bottom: 10px;
}

/* Profile Box
 * ----------------------------------------------------- */
.profile-box{
    margin-bottom: 20px;
}
.profile-box .profile-img{
    margin-bottom: 15px;
}
.profile-box .profile-img img{
    display: block;
    width: 100%;
    height: auto;
    margin: -1px;
}
.profile-box .profile-name{
    margin-bottom: 0;
}
.profile-box .profile-meta{
    color: #9C9A96;
    margin-bottom: 15px;
}
.profile-box .profile-desc p:last-child{
    margin-bottom: 0px;
}
.profile-box .profile-footer{
    margin-top: 15px;
}
.profile-box .profile-footer a{
    color: #9C9A96;
    font-size: 12px;
    margin-right: 10px;
}

/* Client Box
 * ----------------------------------------------------- */
.client_box{
    margin-bottom: 20px;
}
.client_box ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.client_box ul li.grid{
    border: 1px solid #EBEBEA;
    margin: 0px -1px -1px 0px;
    padding: 0;
}
.client_box ul li a{
    display: block;
    text-align: center;
}
.client_box ul li:hover{
    border-color: #CECDCA;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
       -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
    z-index: 200
}

/* Google Map
 * ----------------------------------------------------- */
.google_map{
    max-width: 100%;
    margin-bottom: 20px;
}

/* WordPress required styles 
 * ---------------------------------------------- */
.wp-caption{
    background:#FBFBFB;
    border:1px solid #EEE;
    padding:10px;
    max-width: 100%;
}
.wp-caption img{
    display:block;
    margin-bottom:5px;
}
.wp-caption-text,
.gallery-caption{
    margin:0;
    font-size:12px;
    font-style:italic
}
.alignright{
    float:right;
    margin: 10px 0px 10px 20px;
}
.alignleft{
    float:left;
    margin: 10px 20px 10px 0px;
}
.aligncenter{
    display:block;
    margin-left:auto;
    margin-right:auto;
}
.alignnone{
    display:block;
    margin: 10px 0px;
}
.bypostauthor{}

/* WP Gallery
 * ---------------------------------------------- */
#content .gallery{
    margin-bottom:0px;
}
#content .gallery .gallery-icon{
    margin:0px;
    padding:0px;
}
#content .gallery img{
    border:1px solid #fff;
    display:block;
    width:100%;
}
#content .gallery .gallery-item{
    margin:0;
}

/* 404 Error
 * ----------------------------------------------------- */
#post-404{
    background: #f2f2f2 url('images/gradient.png') repeat-x top left;
    border: 1px solid #EBEBEA;
    -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
       -moz-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
            box-shadow: inset 1px 1px 1px rgba(255,255,255,0.5);
    margin: 0px 0px 30px;
    padding: 70px 20px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}
#post-404 h1{
    margin-top: 5px;
}
#post-404 h3{
    font-weight: normal;
}