body {
    font: 13px/19px "Helvetica Neue", Arial, sans-serif;
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
textarea,
select {
    font-family: "Helvetica Neue", Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .page-title span {
    font-family: "Open Sans", Arial, sans-serif;
}

.description-inner h4 a, .lp-description h5 {
    font-family: "Helvetica Neue", Arial, sans-serif;
}

blockquote, blockquote p, .meta a, .comment-meta a, .widget .lp-description span {
    font-family: Georgia, serif;
}

img {
    max-width:100%;
}

a {
    text-decoration:none;
    -webkit-transition: border .2s ease, color .2s ease;
    -moz-transition: border .2s ease, color .2s ease;
    -ms-transition: border .2s ease, color .2s ease;
    -o-transition: border .2s ease, color .2s ease;
    transition: border .2s ease, color .2s ease;
}

.alignleft {
    float: left;
    margin: 5px 15px 0 0;
}

.alignright {
    float: right;
    margin: 5px 0 0 15px;
}

.aligncenter {
    display: block;
    margin: 10px auto;
}

.highlight {
    padding: 0 3px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.divider {
    max-width: 940px;
    margin: 0 auto;
}

.divider-line {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 1px;
    padding-top: 20px;
    margin-bottom: 40px;
}

.divider-color {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100px;
    height: 1px;
    margin: -41px 0 42px;
}

.divider-pattern {
    clear: both;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 3px;
    padding-top: 20px;
    margin-bottom: 40px;
}

.p10, .p20, .p30, .p40, .p50 {clear:both; overflow: hidden; height: 0; width: 0; display: block;}
.p10 {padding-bottom: 10px;}
.p20 {padding-bottom: 20px;}
.p30 {padding-bottom: 30px;}
.p40 {padding-bottom: 40px;}
.p50 {padding-bottom: 50px;}

/* ---------------------------- */
/*          Typography
/* ---------------------------- */

h1,h2,h3,h4,h5,h6 {
    margin-bottom:1em;
    text-transform: uppercase;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {font-weight:inherit;}
h1 {font-size:28px; line-height:1.4em; font-weight: 300;}
h2 {font-size:24px;	line-height:1.4em; font-weight: 300;}
h3 {font-size:22px;	line-height:1.4em; font-weight: 300;}
h4 {font-size:18px; line-height:1.4em;}
h5 {font-size:16px;	line-height:1.4em;}
h6 {
    font-size:12px;
    line-height:1.4em;
    margin-bottom: 1.5em;
    padding-bottom: 1.2em;
}

p {
    /*margin:0 0 20px;*/
}

p img {
    margin:0;
}

em {
    font-style:italic;
}

strong {
    font-weight:700;
}

small {
    font-size:80%;
}

blockquote, blockquote p {
    font-size:14px;
    line-height:24px;
    font-style:italic;
}

blockquote {
    margin:0 0 20px;
    padding:9px 20px 0 49px;
}

blockquote cite {
    display:block;
    font-size:12px;
    font-style:normal;
}

blockquote cite:before {
    content:"\2014 \0020";
}

hr {
    clear:both;
    height:0;
    border-width:1px 0 0;
    margin:10px 0 30px;
}

.dropcap1, .dropcap2, .dropcap3 {
    width: 1em;
    display: block;
    float: left;
    line-height: 1em;
    text-align: center;
    margin-right: 10px;
    padding: 0.3em 0.34em;
    font-size: 180%;
}

.dropcap2 {    
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

.dropcap3 {
    -webkit-border-radius: 2.6em;
    -moz-border-radius: 2.6em;
    border-radius: 2.6em;
}

:focus {-moz-outline-style: none; outline: none;}
a:focus {outline:none;}
a:active {outline:none;}

/* ---------------------------- */
/*            Lists
/* ---------------------------- */

ul,ol {
    margin-bottom:0px;
}

ul {
    list-style:none outside;
}

ol {
    list-style:decimal;
}

ol,ul.square,ul.circle,ul.disc {
    margin-left:30px;
}

ul.square {
    list-style:square outside;
}

ul.circle {
    list-style:circle outside;
}

ul.disc {
    list-style:disc outside;
}

ul ul,ul ol,ol ol,ol ul {
    /*margin:4px 0 5px 30px;*/
}

ul ul li,ul ol li,ol ol li,ol ul li {
    margin-bottom:0px;
}

li {
    line-height:18px;
    margin-bottom:12px;
}

ul.large li,li p {
    line-height:21px;
}

/* ---------------------------- */
/*           Tables
/* ---------------------------- */

table {
    border-collapse: collapse;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

th {
    font-size: 14px;
    padding: 0.8em;
    text-transform: uppercase;
    font-weight: bold;
}

td {
    font-size: 12px;
    padding: 0.8em;
}

/* ---------------------------- */
/*        Social Icons
/* ---------------------------- */

.socials ul li {
    float: left;
    display: inline-block;
    margin: 0 1px 1px 0;
    position: relative;
}

.socials ul li a {
    background-image: url(images/social-icons.png);
    background-repeat: no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    -webkit-transition:background .2s ease-out;
    -moz-transition:background .2s ease-out;
    -o-transition:background .2s ease-out;
    transition:background .2s ease-out;
}

.tooltip {
    display: none;
    position: absolute;
    top: -36px;
    left: 0;
    font-size: 11px;
    padding: 3px 6px;
    z-index: 999;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.tooltip:after {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 3px;
    border-left: 6px solid transparent;
    border-right: 0 solid transparent;
    border-bottom: 6px;
}

.socials li.social-twitter a {background-position: 0 0;}
.socials li.social-facebook a {background-position: -30px 0;}
.socials li.social-google a {background-position: -60px 0;}
.socials li.social-rss a {background-position: -90px 0;}
.socials li.social-linkedin a {background-position: -120px 0;}
.socials li.social-dribbble a {background-position: -150px 0;}
.socials li.social-pinterest a {background-position: -180px 0;}
.socials li.social-skype a {background-position: -210px 0;}
.socials li.social-forrst a {background-position: -240px 0;}
.socials li.social-vimeo a {background-position: -270px 0;}
.socials li.social-youtube a {background-position: -300px 0;}
.socials li.social-instagram a {background-position: -330px 0;}
.socials li.social-flickr a {background-position: -360px 0;}
.socials li.social-deviantart a {background-position: -390px 0;}
.socials li.social-digg a {background-position: -420px 0;}
.socials li.social-stumbleupon a {background-position: -450px 0;}
.socials li.social-reddit a {background-position: -480px 0;}
.socials li.social-dropbox a {background-position: -510px 0;}
.socials li.social-evernote a {background-position: -540px 0;}
.socials li.social-picasa a {background-position: -570px 0;}
.socials li.social-tumblr a {background-position: -600px 0;}
.socials li.social-blogger a {background-position: -630px 0;}
.socials li.social-behance a {background-position: -660px 0;}

.lightbox-photo a {
    display: block;
}

.lightbox-photo img {
    display: block;
}

.lightbox-photo a .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 61px;
    height: 60px;
    z-index: 100;
    margin-top: -30px;
    margin-left: -30px;
}

/* ---------------------------- */
/*         Structure
/* ---------------------------- */

.slogan-wrapper, .slider-wrapper, .content-wrapper, .footer-wrapper, .footer-bottom-wrapper {
    width: 1000px;
    margin: 0 auto;
}

.header-wrapper {
    width: 1000px;
    margin: 0 auto;
}

.content-wrapper {
    padding: 0 0 40px 0;
    position: relative;
}

.content-wrapper.homepage {
    padding: 0;
}

.flexslider-wrapper {
    margin: 0 auto;
}

.header {
    position: relative;
}

.slider-wrapper {
    margin-bottom: 40px;
}

.top-wrapper {
    width: 1000px;
    margin: 40px auto;
    position: relative;
}

/* --------- TOP --------- */

.info-wrapper {
    width: 700px;
    position: relative;
    float: right;
}

.info-inner {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline-block;
    float: right;
    padding: 10px;
    font-size: 12px;
}

.info-inner p {
    margin-bottom: 0;
}

.info-inner .info-phone, .info-inner .info-mail {
    padding: 0 10px;
}

.info-inner a {
    font-weight: bold;
}

.info-inner a:hover {
    text-decoration: underline;
}

/* --------- LOGO --------- */

.logo-wrapper {
    position: relative;
    width: 220px;
    float: left;
}

.logo {
    display: inline-block;
}

.logo a {
    display: block;
}

/* --------- NAVIGATION --------- */

.navigation-wrapper {
    width: 1000px;
    display: block;
    position: relative;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
}

.navigation-wrapper select {
    display: none;
    padding: 9px 15px;
    margin: 15px auto 30px;
    font-size: 14px;
    height: 40px;
}

.navigation-wrapper option {
    padding: 5px 15px;
    border: none;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu {
    line-height: 1.0;
    float: left;
    margin: 0 30px;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 60px; /* match top ul list item height */
    z-index: 101;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

.sf-menu > li a {
    min-height:20px;
    line-height: 20px;
    text-decoration:none;
    font-size:12px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 20px 17px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.sf-menu ul {
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0,0,0,.2);
    -moz-box-shadow: 0px 2px 2px 1px rgba(0,0,0,.2);
    box-shadow: 0px 2px 2px 1px rgba(0,0,0,.2);
}

.sf-menu ul a {
    width:182px;
    float:left;
    padding:10px 15px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 11px;
}

.sf-menu a.sf-with-ul:hover:before, .sf-menu > li:hover > .sf-with-ul:before {
    content: "";
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 50%;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 0;
}

.sf-menu ul a:hover:before {
    content: "";
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 0;
    margin-top: -4px;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.sf-menu ul li:hover .sf-with-ul:before {
    border: none;
}

/* --------- SLOGAN --------- */

.slogan-wrapper {
    text-align: center;
    padding: 40px 0;
}

.slogan-wrapper h1 {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 0;
}

.slogan-wrapper h1 a {
    font-weight: bold;
}

.slogan-wrapper h1 a:hover {
    text-decoration: underline;
}

/* --------- PAGE TITLE --------- */

.page-title {
    padding: 40px 0 35px;
    margin-bottom: 40px;
    text-align: center;
}

.page-title h1 {
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 34px;
}

.page-title span {
    /*font-size: 14px;
    font-weight: 400;*/
}

/* --------- BREADCRUMBS --------- */

.breadcrumbs {
    margin: -25px 0 30px;
}

.breadcrumbs p {
    margin-bottom: 15px;
}

.breadcrumbs a {
    font-weight: bold;
}

/* ---------------------------- */
/*          Content
/* ---------------------------- */

/* --------- CAROUSEL/LATEST POSTS/LATEST PROJECTS --------- */

.latest-projects, .latest-posts {
    padding-bottom: 40px;
}

.flex-carousel {
    margin-bottom: 30px;
}

.flex-carousel ul li {
    margin: 0 10px;
}

.flex-carousel ul li:first-child {
    margin-left: 0;
}

.flex-carousel ul li h4 {
    padding: 10px 0 0;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: none;
}

.flex-carousel .flex-control-nav {
    position: absolute;
    top: -45px;
}

.flex-carousel .flex-direction-nav a {
    opacity: 1;
    width: 24px;
    height: 24px;
    margin: 0;
    display: block;
    position: absolute;
    top: -60px;
    cursor: pointer;
    text-indent: -9999px;
}
.archive-sitemap .flex-carousel .flex-direction-nav a {
    top: -40px;
}
.flex-carousel .flex-direction-nav .flex-disabled {
    opacity: 0.4!important;
    filter:alpha(opacity=0.4);
    cursor: default;
}

.flex-carousel .flex-direction-nav .flex-next {
    right: 0 !important;
}
.flex-carousel .flex-direction-nav .flex-prev {
    right: 26px !important;
}

.lightbox-photo {
    position: relative;
}

.item-hover .icon {
    width: 20px;
    height: 20px;
    margin: 20px 20px 16px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.item-hover {
    position: relative;
    display: block;
}

.item-hover img {
    display: block;
}

.hlp-description {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.description-inner {
    padding: 16px 20px;
}

.archive-sitemap .description-inner {
    padding: 40px 20px 20px;
}

.description-inner .categories, .description-inner .categories a {
    font-size: 11px;
    font-style: italic;
}

.description-inner .categories a:hover {
    text-decoration: underline;
}

#hlp-flex-carousel h4, #hlb-flex-carousel h4 {
    padding: 0;
    border-bottom: 0;
}

/* --------- HOME LATEST BLOG POSTS CAROUSEL --------- */

.hlb-description {
    min-height: 63px;
    padding: 20px 10px;
    position: relative;

}

.hlb-top {
    margin-bottom: 5px;
}

.hlb-description .hlb-top h4 {
    padding-top: 5px;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: none;
    text-align: center;
}

.hlb-description .meta-date {
    text-align: center;
    display: block;
}

.hlb-description .meta-date a {
    font-size: 11px;
    font-style: italic;
    padding-left: 20px;
}

.hlb-description .meta-date a:hover {
    text-decoration: underline;
}

#hlb-flex-carousel h4 a:hover {
    text-decoration: underline;
}

/* --------- CALLOUT BOX --------- */

.callout {
    width: 960px;
    position: relative;
    padding: 30px 20px 10px 16px;
    margin-bottom: 50px;
    margin-left: -20px;
}

.callout h2 {
    margin-bottom: 10px;
}

.callout p {
    font-size: 12px;
    line-height: 18px;
}

.callout a.button {
    margin-top: 20px;
    float: right;
}

/* --------- SERVICES --------- */

.services-wrapper {
    margin-bottom: 40px;
}

.service {
    text-align: center;
}

.service h4 {
    margin-bottom: 10px;
}

.service-icon {
    font-size: 30px;
    height: 35px;
    width: 35px;
    padding: 10px;
    display: inline-block;
    margin-bottom: 15px;
    line-height: 35px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

/* ---------------------------- */
/*    UI Accordion and toggle
/* ---------------------------- */

.accordion, .toggle {
    margin-bottom: 20px;
    margin-top: 0;
}
.accordion h3, .toggle h3 {
    margin: 0;
}
.faq-toggle h3 {
    background-repeat: no-repeat;
    background-position: right center;
}
.accordion h3 a, .toggle h3 a {
    display: block;
    height: 15px;
    line-height: 15px;
    padding: 16px 10px 16px 45px;
    font-size: 13px;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;
}
.accordion div, .toggle div {
    padding: 15px 20px;
    font-size: 12px;
}

/* Tabs */

.tabs ul.tabs-nav {
    display: block;
    margin: 0;
    padding: 0;
}
.tabs ul.tabs-nav li {
    display: block;
    width: auto;
    height: 40px;
    padding: 0;
    float: left;
    margin-bottom: 0;
}
.tabs ul.tabs-nav li a {
    display: block;
    text-decoration: none;
    width: auto;
    height: 39px;
    padding: 0px 20px;
    line-height: 40px;
    border-width: 1px 1px 0 0 !important;
    margin: 0;
    font-size: 12px;
    -webkit-transition:none;
    -moz-transition:none;
    -o-transition:none;
    transition:none;
}
.tabs ul.tabs-nav li.ui-state-active a {
    height: 40px;
    position: relative;
    border-left-width: 1px !important;
    margin: 0 0 0 -1px;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}
.tabs ul.tabs-nav li.ui-state-active:first-child a {
    margin-left: 0;
}
.tabs ul.tabs-nav li:first-child a {
    border-width: 1px 1px 0 1px !important;
    -moz-border-radius-topleft: 2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
}
.tabs ul.tabs-nav li:last-child a {
    -moz-border-radius-topright: 2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
}
.tabs ul.tabs-content {
    margin: -1px 0 20px 0;
    display: block;
    font-size: 12px;
    padding: 25px 25px 20px;
}
.tabs ul.tabs-content > li.ui-tabs-hide, ul.features-tabs-content > li.ui-tabs-hide {
    display:none;
    margin-bottom: 0;
}
.tabs ul.tabs-content > li, ul.features-tabs-content > li {
    display: block;
    margin-bottom: 0;
}

.tabs ul.tabs-content > li p {
    margin-bottom: 5px;
}

/* Clearfixing tabs for beautiful stacking */
.tabs ul.tabs-nav:before, .features-nav:before,
.tabs ul.tabs-nav:after, .features-nav:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
.tabs ul.tabs-nav:after, .features-nav:after {
    clear: both;
}
.tabs ul.tabs-nav, .features-nav {
    zoom: 1;
}

/* Vetical Tabs */

.tabs.vertical ul.tabs-nav {
    width: 150px;
    float: left;
}

.tabs.vertical ul.tabs-nav li {
    width: 150px;
    height: 100% !important;
}

.tabs.vertical ul.tabs-nav li a {
    display: block;
    margin: 0;
    padding: 10px;
    border-width: 1px 0 0 1px !important;
    height: 100% !important;
    line-height: 1.4em;
}

.tabs.vertical ul.tabs-nav li.ui-state-active a {
    margin: 0 -1px 0 0 !important;
    height: 100% !important;
}

.tabs.vertical ul.tabs-content {
    margin-left: 150px;
}

/* Features Tabs */

.features-tabs {
    position: relative;
    margin: 0 auto 40px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.features-nav {
    overflow: auto;
    text-align: center;
    border-bottom: none !important;
    margin: -1px -1px 0 -1px;
    -webkit-border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    border-radius: 3px 3px 0px 0px;
}
.features-nav li {
    display: block;
    float: left;
    margin-bottom: 0;
    text-align: center;
}
.features-nav.centered li {
    display: inline-block;
    float: none;
    margin-bottom: -5px;
    text-align: center;
    overflow: hidden;
}
.features-nav li a {
    font-size: 30px;
    line-height: 36px;
    display: block;
    width: 36px;
    height: 36px;
    overflow: hidden;
    padding: 15px 20px;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.features-nav li.ui-state-active a:after {
    content: "";
    position: absolute;
    z-index: 1000;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0;
}
ul.features-tabs-content {
    margin: 0;
}
ul.features-tabs-content > li {
    display: block;
    padding: 25px 25px 15px;
    margin: 0;
    -webkit-border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    border-radius: 0px 0px 3px 3px;
}

ul.features-tabs-content > li p {
    margin-bottom: 10px;
}

/* Vetical Features Tabs */

.features-tabs.vertical {
    margin: 0 0 40px 76px;
}

.features-tabs.vertical ul.features-nav {
    width: 76px;
    float: left;
    border-right: none !important;
    margin: -1px 0 -1px -77px;
    -webkit-border-radius: 3px 0px 0px 3px;
    -moz-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
}

.features-tabs.vertical ul.features-nav li {
    width: 76px;
}

.features-tabs.vertical ul.features-nav li a {
    display: block;
    margin: 0;
}

.features-tabs.vertical .features-nav li.ui-state-active a:after {
    content: "";
    position: absolute;
    z-index: 1000;
    right: 0;
    bottom: 50%;
    margin-bottom: -10px;
    border-left: 0;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
}

.features-tabs.vertical ul.features-tabs-content > li {
    -webkit-border-radius: 0px 3px 3px 0px;
    -moz-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

/* ---------------------------- */
/*        Content Slider
/* ---------------------------- */

.content-slider ul, .content-slider li {
    margin-bottom: 0;
}

ul.cs-slidecontrols li {
    margin-bottom: 10px;
}

.content-slider h6 {
    margin-bottom: 0.6em;
    padding-bottom: 0.8em;
}

.cs-slidecontrols li {
    display: inline;
    float: left;
}

.cs-slidecontrols li a.carousel-disabled {
    opacity: 0.5;
    cursor: default;
}

.cs-slidecontrols li {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    display: block;
    font-size: 14px;
    padding: 5px;
}

.cs-slidecontrols li:first-child {
    margin-right: 8px;
}

.cs-slidecontrols li a {
    display: block;
    width: 20px;
    height: 20px;
}

/* ---------------------------- */
/*         Portfolio
/* ---------------------------- */

.portfolio-item {
    margin-bottom: 20px;
    overflow: hidden;
}

.portfolio-item-description {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.portfolio-item .item-hover a img {
    width: 100%;
    display: block;
}

.description-inner h4 {
    padding: 0;
    margin-bottom: 0;
    text-transform: none;
    border-bottom: none;
    font-size: 13px;
}

.description-inner h4 a {	
    font-weight: bold;
}

.description-inner h4 a:hover {
    text-decoration: underline;
}

ul.portfolio-tax {
    margin-bottom: 40px;
}

.portfolio-tax-pagination a {
    padding-top: 20px;
}

/* --------- PORTFOLIO FILTERABLE --------- */

.portfolio-filterable {
    position: relative;
    overflow: hidden;
}

/* --------- Filter --------- */

.portfolio-filters-wrapper {
    margin-bottom: 30px;
}

ul#portfolio-filters {
    margin: 0 auto;
    list-style-type:none;
    list-style-position:outside;
    position: relative;
}

#portfolio-filters li {
    display: block;
    margin-bottom: 18px;
    margin-right: 10px;
    float: left;
    position: relative;
}

#portfolio-filters li:first-child {
    margin-left: 0;
}

#portfolio-filters a, #portfolio-filters li:hover a, #portfolio-filters li.current a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    font-weight: bold;
}

#portfolio-filters a {
    padding: 6px 10px;
}

#portfolio-filters li.current a:before,
#portfolio-filters li.current a:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 0;
}

.flexslider-portfolio {
    margin-bottom: 25px;
}

.flexslider-portfolio .flex-direction-nav a {
    width: 40px;
    height: 50px;
    margin: -25px 0 0 0;
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -o-transition: all .3s ease;
    opacity: .4;
}

.flexslider-portfolio .flex-direction-nav .flex-next {
    right: 0;
}

.flexslider-portfolio .flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider-portfolio .flex-direction-nav .flex-next:hover, .flexslider-portfolio .flex-direction-nav .flex-prev:hover {
    opacity: .9;
}

/* --------- SINGLE PORTFOLIO --------- */

.portfolio-project-wrapper {
    margin-bottom: 20px;
}

.portfolio-single-description {
    padding: 20px;
    margin-bottom: 20px;
}

.portfolio-single-description ul, .portfolio-single-description ul li:last-child {
    margin-bottom: 0;
}

.project-client span, .project-date span, .project-categories span, .project-url span {
    font-weight: bold;
}

.portfolio-single-description a {
    font-weight: bold;
}

.portfolio-navigation {
    margin-bottom: 0;
    float: right;
}

.portfolio-navigation div {
    float: left;
    display: inline-block;
}

.portfolio-navigation div a {
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    float: left;
}

.portfolio-navigation div.portfolio-prev a, .portfolio-navigation div.portfolio-back-list a {
    margin-right: 5px;
}

/* --------------------------- */
/*        PRICING TABLES       
/* --------------------------- */

.pricing-table {
    margin: 5px auto 20px;
    font-size: 14px;
    text-align: center;
}

.pt-column {
    position: relative;
    margin: 0;
    z-index: 2;
}

.last_pt_column {
    clear: right;
}

.pt-column h3 {
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    margin-bottom: 0;
}

.pt-column.pt-recommended {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    margin-top: -10px;
    z-index: 10;
}

.pt-dark .pt-column.pt-recommended {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
}

.pt-column.pt-recommended h3 {
    padding: 5px 0;
    position: relative;
}

.pt-column h3 span.recommended, .pt-column h3 span.bestvalue {
    width: 95px;
    height: 80px;
    position: absolute;
    top: -4px;
    left: -5px;
    z-index: 20;
}

.pt-cost {
    height: 80px;
}

.pt-cost p {
    line-height: 80px;
    font-size: 20px;
}

.pt-cost p span {
    font-size: 14px;
}

.pt-features ul {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
}

.pt-features ul li {
    padding: 18px 20px;
    margin-bottom: 0;
    background: green;
    font-size: 12px;
}

.pt-buynow {
    height: 50px;
    padding: 15px 0;
    line-height: 50px;
}

.pt-recommended .pt-buynow {
    padding: 20px 0;
}

.pt-buynow a {
    font-size: 12px !important;
    padding: 4px 12px !important;
}

.pricing-3-col {
    width: 312px;
    float: left;
    margin-left: -1px;
}

.pricing-4-col {
    width: 234px;
    float: left;
    margin-left: -1px;
}

/* ---------------------------- */
/*         Testimonials
/* ---------------------------- */

.testimonial-wrap {
    margin-bottom: 40px;
}

.testimonial {
    padding: 20px 20px 35px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
}

.testimonial:before,
.testimonial:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 40px;
    margin-left: -20px;
    border-left: 20px solid transparent;
    border-right: 0;
    border-bottom: 20px solid transparent;
}

.testimonial:before {
    border-left: 21px solid transparent;
    border-right: 0;
    border-bottom: 21px solid transparent;
    bottom: -43px;
}

.testimonial-thumb {
    position: absolute;
    bottom: -36px;
    right: 20px;
}

.testimonial-thumb img {
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    padding: 1px;
}

.testimonial p {
    margin-bottom: 0;
}

.testimonial-author {
    font-size: 15px;
    padding: 25px 0 0 25px;
}

/* ---------------------------- */
/*            Team
/* ---------------------------- */

.team-member-wrap {
    position: relative;
    margin-bottom: 50px;
}

.team-single .team-member-wrap {
    margin-bottom: 0;
}

.team-member {	
    text-align: center;
}

.team-single .team-member {	
    text-align: left;
}

.team-member h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.team-member-photo {
    display: block;
}

.team-member-photo img {
    display: block;
    margin: 0 auto 20px;
}

.team-member .position {
    font-size: 12px;
}

.team-member-description {
    margin-top: 10px;
}

.team-member-description p {
    margin-bottom: 5px;
    line-height: 1.5em;
    font-size: 12px;
}

.team-single .team-member-description p {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.team-member-description a.readmore {
    font-style: italic;
}

.team-member-socials {
    margin: 0 auto 10px;
    text-align: center;
    display: block;
    float: none;
}

.team-member-socials ul {
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    float: none;
}

.team-member-socials ul li {
    float: left;
    margin-left: 0;
    margin-right: 1px;
}

/* ---------------------------- */
/*            Blog
/* ---------------------------- */

.post {
    margin-bottom: 50px;
}

.post-top h1 {
    font-size: 20px;
    line-height: 1.4em;
    margin-bottom: 15px;
}

.post .meta span {
    margin-right: 25px;
}

.post .meta span {
    padding: 5px 0;
    display: block-inline;
    text-align: center;
    float: left;
}

.post .meta span.read-more {
    margin-right: 0;
}

.post .meta span.read-more {
    float: right;
}

.post .meta a {
    font-size: 12px;
    font-style: italic;
}

.post-item {
    margin-bottom: 20px;
}

.post-chat-inner {
    margin-bottom: 20px;
}

.post-chat-inner p {
    margin: 0;
    padding: 5px 8px;
}

.older-entries {
    float: left;
    text-align: left;
    width: 50%;
}

.newer-entries {
    float: right;
    text-align: right;
    width: 50%;
}

.blog-pagination {
    margin-bottom: 40px;
}

/* ---------------------------- */
/*          Contact
/* ---------------------------- */

.contact-map {
    margin-bottom: 30px;
}

.contact-map iframe {
    width: 100%;
    display: block;
    height: 300px;
}

.ie8 .contact-map iframe {border: none;}

.contact-description {
    margin-top: 20px;
}

p.contact-input {
    width: 280px;
    margin-right: 20px;
    float: left;
}

p.contact-input.contact-right {
    margin-right: 0;
}

.contact-captcha label {
    width: 4em;
    float: left;
    line-height: 3em;
}

#contactform input, #contactform textarea {
    padding: 12px;
    margin-bottom: 0;
    font-size: 12px;
}

.contact-input input {
    width: 254px;
}

.contact-textarea textarea {
    width: 554px;
}

#contactform p label {
    margin-bottom: 7px;
}

#contactform input.button {
    border: none !important;
    padding: 10px 20px;
}

/* ---------------------------- */
/*        Blog comments
/* ---------------------------- */

#comments-wrapper {
    margin-top: 40px;
    font-size: 12px;
}

.commentlist ul {
    margin-left: 0;
}

.commentlist .children li {
    margin-left: 3em;
}

.commentlist ul.children {
    position: relative;
}

.commentlist ul.children::before {
    content: '';
    position: absolute;
    width: 2em;
    top: 2em;
}

.comment-body p {
    clear: both;
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

span.says {
    display: none;
}

.vcard .avatar {
    float: left;
    height: 60px;
    margin-right: 20px;
    overflow: hidden;
    width: 60px;
    padding: 0;
}

cite.fn {
    padding: 4px 0;
    font-size: 12px;
    display: inline-block;
}

cite.fn, cite.fn a {
    font-weight: bold;
    font-style: normal;
}

.comment-meta {
    display: block;
    margin-bottom: 20px;
}

.comment-meta a {	
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
}

div.comment-body {
    list-style: none;
    margin-top: 20px;
    padding: 20px 20px 10px;
    position: relative;	
    line-height: 1.5em;
}

ul.commentlist {margin-bottom: 40px;}
#commentform {margin: 0;}

#commentform label {
    font-size: 12px;
    padding-bottom: 7px;
    float: left;
}

#commentform .comment-textarea {
    padding-top: 10px;
}

#commentform input, #commentform textarea {
    padding: 10px;
    margin: 5px 0;
    clear:both;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
}

p.comment-form-author, p.comment-form-email, p.comment-form-url {
    width: 200px;
    display: block;
    float: left;
    margin-bottom: 10px;
}

p.comment-form-author, p.comment-form-email {
    margin-right: 20px;
}

#commentform p.comment-form-comment {
    margin-bottom: 5px;
    clear: both;
    display: block;
}

#commentform input {
    width: 178px;
    display: block;
}

#commentform input#submit {
    width: 140px;
    padding: 6px;
}

#commentform textarea {
    width: 618px;
    height: 150px;
}

#commentform p.form-allowed-tags {
    font-size: 10px;
}

#commentform p.form-allowed-tags code {
    font-size: 10px;
    background: none;
    margin: 0;
    padding: 0;
}

.comment-body a.comment-reply-link {
    margin-bottom: 5px;
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    font-weight: bold;
}

div.comment-body:hover a.comment-reply-link {
    display: inline-block;
}

h3#reply-title {
    font-size:12px;
    line-height:1.4em;
    margin-bottom: 1.5em;
    padding-bottom: 1.2em;
    font-weight: normal;
}

p.form-submit {margin-bottom: 0;}
.form-submit input#submit {margin-bottom: 0 !important;}

/* ---------------------------- */
/*           Sidebar
/* ---------------------------- */

.sidebar .widget {
    margin-bottom: 40px;
    font-size: 12px;
}

.sidebar .widget a {
    font-weight: bold;
}

.widget .lp-sidebar {
    margin-bottom: 0;
}

.sidebar .widget h6 {
    margin-bottom: 1em;
    padding-bottom: 1em;
}

.widget .lp-sidebar li, .footer .widget .lp-sidebar li {
    background: none;
    padding-left: 0;
}

.widget .lp-sidebar li:last-child {
    border-bottom: 0;
}

.widget .lp-image {
    float: left;
    margin-top: 3px;
    position: relative;
}

.widget .lp-image a img {
    padding: 2px;
    width: 50px;
    height: 50px;
    display: block;
    -webkit-transition:all .1s ease-in;
    -moz-transition:all .1s ease-in;
    -o-transition:all .1s ease-in;
    transition:all .1s ease-in;
}

.widget .lp-description {
    padding: 0 0 10px 65px;
    margin-top: 0;
}

.widget .lp-description h5 {
    line-height: 1.6em;
    font-size: 10px;
    text-transform: none;
    font-weight: bold;
}

.widget .lp-description span {
    font-style: italic;
    font-size: 12px;
    padding-left: 20px;
}

.widget .lp-description p {
    margin-bottom: 5px;
}

.footer .widget .lp-sidebar li {
    margin-bottom: 8px;
}

.widget .lp-sidebar li:last-child .lp-description {
    padding-bottom: 0;
}

.widget .lp-description p {
    font-size: 11px;
}

.widget .lp-description h5 {
    margin-bottom: 5px;
}

.widget .lp-description h5 a {
    font-size: 12px;
}

.tagcloud a {
    padding: 2px 6px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
    font-size: 11px !important;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    margin: 0 1px 5px 0;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}

/* ---------------------------- */
/*          Gallery
/* ---------------------------- */

.gallery {
    overflow: hidden;
}

.container .gallery img {
    padding: 0;
}

.gallery li {
    padding: 0;
    float: left;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.gallery-sidebar li {
    margin-bottom: 10px;
}

.gallery li a {
    display:block;
    position:relative;
    z-index: 5;
}

.gallery li img {
    display: block;
}

.gallery-columns-1 li a img {width: 100%;height: auto;}
.gallery-columns-2 li a img {width: 466px;height: 320px;}
.gallery-columns-3 li a img {width: 311px;height: 213px;}
.gallery-columns-4 li a img {width: 233px;height: 160px;}
.gallery-columns-5 li a img {width: 186px;height: 127px;}
.gallery-columns-6 li a img {width: 154px;height: 105px;}
.gallery-columns-7 li a img {width: 132px;height: 90px;}

.ie8 .gallery-columns-1 li a {width: 100%;height: auto;}
.ie8 .gallery-columns-2 li a {width: 466px;height: 320px;}
.ie8 .gallery-columns-3 li a {width: 311px;height: 213px;}
.ie8 .gallery-columns-4 li a {width: 233px;height: 160px;}
.ie8 .gallery-columns-5 li a {width: 186px;height: 127px;}
.ie8 .gallery-columns-6 li a {width: 154px;height: 105px;}
.ie8 .gallery-columns-7 li a {width: 132px;height: 90px;}

/* ---------------------------- */
/*           Footer
/* ---------------------------- */

.footer-wrapper {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    margin: 0 auto;
    position: relative;
}

.footer-wrapper a.scrollup {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -25px;
    height: 20px;
    width: 50px;
    text-indent: -9999px;
}

.footer {
    font-size: 12px;
    line-height: 18px;
    padding: 40px 0 0;
}

.footer p {
    margin-bottom: 5px;
}

.footer a {
    font-weight: bold;
}

.footer .widget {
    margin-bottom: 50px;
}

.footer ul.menu li {
    display: inline;
    float: left;
}

.footer ul.menu li a {
    margin-right: 10px;
    padding-right: 10px;
}

.footer ul.menu li:last-child a {
    border-right: none;
}

.footer-bottom-wrapper {
    margin: 0 auto 30px;
    text-align: center;
    background: none;
}

.footer-bottom {
    padding:20px 0;
}

.footer-bottom .copyright {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    display: inline-block;
    padding: 10px 15px;
    font-size: 12px;
}

.footer-bottom p {
    margin-bottom:0;
    font-size: 12px;
    line-height: 1.5em;
}

.footer-bottom a {
    font-weight: bold;
}

/* ---------------------------- */
/*       Isotope plugin
/* ---------------------------- */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* ---------------------------- */
/*           Twitter
/* ---------------------------- */

.tweets-wrap {
    position: relative;
}

#tweets {
    padding-top: 3px;
}

.tweetList {
    position: relative;
}

#tweets .tweetList li {
    margin: 0;
    padding: 0;
    background: none;
}

.tweetList li p {
    padding: 10px;
}

.tweetList li small {
    display: block;
    margin-top: 10px;
}

.tweetList:after {
    content: "";
    position: absolute;
    z-index: 1000;
    bottom: -8px;
    left: 10%;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 0;
}

/* ---------------------------- */
/*         Flickr Feed
/* ---------------------------- */

.ie8 #flickr_badges ul li a {
    display: block;
    float: left;
    width: 68px;
    height: 68px;
    margin: 0 5px 5px 0;
}

#flickr_badges ul li a img {
    width: 64px;
    height: 64px;
    display: block;
    padding: 2px;
    margin: 0 5px 5px 0;
    float: left;
    opacity: .9;
    -webkit-transition:all .1s ease-in;
    -moz-transition:all .1s ease-in;
    -o-transition:all .1s ease-in;
    transition:all .1s ease-in;
}

.ie8 .sidebar #flickr_badges ul li a {
    width: 88px;
    height: 88px;
}

.sidebar #flickr_badges ul li a img {
    width: 84px;
    height: 84px;
}

#flickr_badges ul li a:hover img {
    opacity: 1;
}

#flickr_badges {
    margin: 0;
}

.footer #flickr_badges ul li {
    border: none;
    padding: 0;
    display: block;
    float: left;
    margin-bottom: 0;
}

/* ---------------------------- */
/*       Vegas Background
/* ---------------------------- */

.vegas-loading {
    border-radius: 10px;
    height: 32px;
    left: 20px;
    position: fixed;
    top: 20px;
    width: 32px;
    z-index: 0;
}

.vegas-overlay {
    opacity: 0.5;
    z-index: -1;
}

.vegas-background {
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
    max-width: none !important; /* counteracts global img modification by twitter bootstrap library */
    z-index: -2;
}

.vegas-overlay,
.vegas-background {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ---------------------------- */
/*       Ajax contact form additional styles
/* ---------------------------- */

#message .error_message {
    padding: 10px 20px;
    margin-bottom: 15px;
}