/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/
/* Table of Content
==================================================
        #Site Styles
        #Page Styles
        #Media Queries
        #Font-Face */
/* #Site Styles
================================================== */
.wp-caption {
}

.wp-caption-text {
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

div.bgimage {
    width: 100% !important;
    height: 100% !important;
    position: fixed !important;
    top: 0;
    left: 0;
    background-repeat: no-repeat !important;
    z-index: -100;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 24px;
    font-weight: normal;
}

div#main {
    max-width: 980px;
    padding: 0 10px 0 10px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    font-style: normal;
}

img {
    max-width: 100%;
}

a:hover {
    color: #484848;
}

div#content {
    margin: 0 auto;
    max-width: 940px;
    position: relative;
}

div#header {
    max-width: 940px;
    margin: 0 auto;
}

div#logo {
    width: 100%;
    text-align: center;
}

div#logo a img {
    border: 0 !important;
}

div#logo img {
    margin: 0 auto;
    display: block;
    border: 0 !important;
}

div#menu {
    text-align: center;
    font-size: 18px;
    line-height: 15px;
    margin-bottom: 24px;
}

div#menu_container {
    margin: 0 auto;
    width: auto;
    display: inline-block;
    vertical-align: top;
}

#nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* make the LI display inline */
/* it's position relative so that position absolute */
/* can be used in submenu */
#nav li {
    float: left;
    display: block;
    position: relative;
    z-index: 500;
}

/* this is the parent menu */
#nav li a {
    display: block;
    padding: 14px 13px 14px 13px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    line-height: 15px;
}

/* you can make a different style for default selected value */
#nav a.selected {
}

/* submenu, it's hidden by default */
#nav ul {
    position: absolute;
    left: 0;
    display: none;
    padding: 0;
    list-style: none;
    z-index: 1000;
}

#nav ul li {
    width: 160px;
    float: left;
    padding: 0px 0px 0 0px !important;
    margin: 0 !important;
}

#nav ul.sub-menu li ul.sub-menu {
    left: 160px;
    top: -1px;
    display: none;
}

#nav ul.sub-menu li a {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: 15px;
    padding: 10px 0px 10px 16px;
}

/* display block will make the link fill the whole area of LI */
#nav ul a {
    display: block;
    text-align: left;
}

/* fix ie6 small issue */
/* we should always avoid using hack like this */
/* should put it into separate file : ) */
html #nav ul {
}

/* Responsive menu */
div#responsive_menu_button {
    width: 60px;
    height: 32px;
    padding: 10px 0px 0px 50px;
    color: white;
    background-image: url('../../images/responsive_menu_list.png');
    background-repeat: no-repeat;
    background-position: 10px 50%;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

div#responsive_menu {
    z-index: 2100;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: white;
    display: none;
}

a#responsive_menu_cross {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 57px;
    height: 47px;
    background-image: url('../../images/responsive_menu_cross.png');
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

div#responsive_menu div#responsive_menu_header {
    height: 14px;
    color: white;
    padding: 17px 0px 16px 25px;
    font-size: 18px;
    line-height: 18px;
}

div#responsive_menu ul#responsive_nav {
    border: 1px solid #d1d1d1;
    padding: 8px;
    padding-bottom: 0px;
}

div#responsive_menu ul.sub-menu {
    padding-left: 16px;
    display: none;
}

div#responsive_menu ul.sub-menu ul.sub-menu {
    display: block;
}

div#responsive_menu ul#responsive_nav > li {
    border: 1px solid #d1d1d1;
    margin-bottom: 9px;
    padding-right: 16px;
    background-image: url('../../images/responsive_menu_plus.jpg');
    background-repeat: no-repeat;
    background-position: 97% 8px;
}

ul li.open_responsive_menu {
    background-image: url('../../images/responsive_menu_minus.jpg') !important;
}

div#responsive_menu ul li a {
    padding: 9px 16px 9px 16px;
    font-size: 18px;
    line-height: 18px;
}

div#responsive_menu a {
    display: block;
    color: #484848;
}

div#responsive_menu_overlay {
    background-color: black;
    opacity: .8;
    filter: alpha(opacity = 80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 2050;
    display: none;
}

div#responsive_menu ul.sub-menu li a {
    border-top: 1px solid #d1d1d1;
    background-image: url('../../images/responsive_menu_li.jpg');
    background-repeat: no-repeat;
    background-position: left center;
}

/* #Page Styles
================================================== */
/* Front page */
div#banner {
    max-width: 940px;
    margin: 0 auto;
}

div#banner ol.flex-control-nav {
    height: 13px;
    margin-bottom: 24px;
}

div.flex-nav-container {
    max-width: 940px;
    position: relative
}

div#intro_text {
    margin: 0px auto;
    margin-bottom: 48px;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding: 0px;
}

h2.module_title {
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 24px;
}

div.flexslider {
    border: 0 !important;
}

/* Latest works Slider */
div#latest_works {
    max-width: 940px;
    margin: 0 auto 48px auto;
    line-height: 100%;
}

div#latest_works