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;
}
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 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;
    color: #ff6d11;
    text-decoration: none;
}
a:active {outline:none;}
/* ---------------------------- */
/*            Lists
/* ---------------------------- */
ul,ol {
    margin-bottom:0px;
}
ul {
    list-style:none outside;
    margin: 0;
}
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 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;
}
/* --------- 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;
}
/*Customizing styles for specific views*/
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
    .answer img {
        width: 100%;
        height: auto;
    }
    #checkout .left {
        width: 100%;
        padding: 0;
        float: left;
    }
    input[type="text"], input[type="password"], input[type="email"], textarea, select {
        padding: 12px;
    }
    h1, h2, h3, h4, h5, h6, .testimonial-author, .team-member h5 {
        word-wrap: break-word;
    }
    #checkout .right {
        padding: 0;
        width: 100%;
        float: left;
    }
    #contactForm input.contactFormClass_button {
        padding: 8px 10px 7px 10px;
        line-height: 17px;
    }
    form#ecardSend input {
        margin-bottom: 10px;
    }
    select.form-control, .ecardColumn2, .ecardColumn1,.ecardPreviewMotive img,#livecam img, .member_list td, .fields > form > p > input, .fields > form > p > textarea,#checkout form select, #checkout form input#invoice_amount, .entries div,#checkout form p, #mediadir .mapLarge, #checkout form {
        width: 100% !important;
    }
    .image_default img {
        width: auto;
    }
    input[name="shopEmail"] {
        width: 66% !important;
    }
    #blog div.search_date {padding: 0;}
    #forum div.notification_center {
        padding: 0;
        margin: 0;
        float: left; 
        width: 100%;
        text-align: center;
        height: auto;
    }
    #forum div.anchor-polo {
        float: left !important;
    }
    input[name="downloads_search_keyword"] {
        width: 67%;
    }
    body {
        padding: 0;
    }
    #shop div.shop_options_click {
        padding: 10px 0 10px 0;
    }
    form[name="shopSearch"] input[type="text"] {
        width: 55% !important;
    }
    .container #shop button.add-to-cart,.container #shop div.price, #shop div.details {border-radius: 4px; width: auto;}
    select, .shop_text .form-control, #shipping_address select {width: 100%;}
    #podcast .media div +div {
        padding-left: 0;
    }
    input, button, select, textarea {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #podcast_container embed {
        width: 100% !important;
        height: auto !important;
    }
    #regkey {
        width: 58%;
    }
    .table .egov-btn {
        margin-bottom: 10px;
    }
    /*survey*/
    .survey td {
        float: left;
        width: 100%;
        padding-left: 0;
    }
    .questionBlock_button input {
        margin-left: 0 !important;
    }
    .radioText {
        word-wrap: break-word;
        width: 260px;
        float: left;
    }
    .item h1 {
        left: 7%;
        bottom: 27%;
        font-size: 18px;
    }
    #page #mediadir .mapLarge{
        width: 100%;
    }
    .carousel-indicators {
        bottom: 0px;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #page #shop button.add-to-cart {
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }
    #page #shop div.price {
        -webkit-border-radius: 5px;
        border-radius: 5px;
        clear: both;
    }
    #home-boxes {
        padding: 0;
        float: left;
    }
    #home-boxes .box1, #home-boxes .box2 {
        padding: 0;
    }
    #home-boxes .first .home-box,  #shop div.short-description, #knowledge #overview div.category, #mediadir p img {
        width: 100%;
    }
    .radio label, .checkbox label {
        height: auto;
    }
    .questionBlock label {
        word-wrap: break-word;
    }
    #home-boxes .middlebox .home-box {margin-left: 0;}
    #home-boxes .first, #home-boxes .middlebox, #home-boxes .lastbox {
        padding-left: 0;
        padding-right: 0;
    }
    .navbar-header {float: right;}
    .login-content {
        padding: 0;
    }
    #calendar-boxes {
        padding: 0;
    }
    .voting td:last-of-type {
        width: 37%;
    }
    .voting td:first-of-type {
        width: 63%;
    }
    #mediadir .reference {margin-bottom: 20px;}
    #shop div.images a img {
        height: auto;
    }
    .searchform #searchfield p#fieldlast {
        padding-top: 0;
    }
    .searchform #searchfield p {
        width: 100%;
        margin-right: 0;
    }
    #home-page, #home-block {padding: 0 15px;}
    .home-box.col-md-4 {width: 100%;margin-bottom: 30px;}
    .social-foot {
        float: left;
        width: 78%;
        margin-top: 3px;
    }
    #shop .shopterms .row3 {
        display: none;
    }
    #footer-bottom .footer-left {
        float: left;
        width: auto;
        margin-right: auto;
        margin-left: 15px;
    }
    #media {
        font-size: 13px;
    }
    .footer-right {
        width: 100%;
        float: left;
    }
    form select[name="catId"] {
        width: 100%;
        margin-bottom: 15px;
    }
    .sidebar-block.contact-us a {
        float: left;
        width: 100%;
        height: 41px;
        padding: 6px 12px;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: bold;
        background: url('images/contact-us-button.jpg') no-repeat;
        background-size: 100% 100%;
        text-align: center;
        background-position: 100%;
    }
    #content-wrapper {
        padding-bottom: 210px;
    }
    #page h1, .h1 {
        font-size: 26px;
        word-wrap: break-word;
    }
    #home-page-wrapper {
        padding: 20px 0;
    }
    #footer-bottom ul {
        margin-left: 15px;
    }
    label[for="access_user_tos"] {
        width: 87%;
        float: left;
        margin-left: 2px;
    }
    #page {margin-right: 0;width: 100%;}
    #sidebar {margin-top: 20px;width: 100%;}
    #tagelement,#tagelement tr, #tagelement .row2  {
        float: left;
        width: 100%;
        font-size: 13px;
    }
    #tagelement td {
        float: left;
        width: 100%;
        padding-left: 54%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }
    #tagelement td:nth-of-type(1):before {
        content: "Tabellenüberschrift 1";
        position: absolute;
        left: 20px;
        font-weight: 700;
    }
    #login form input.remember_me, #login form label.remember_me {
        width: auto;
    }
    #tagelement td:nth-of-type(2):before {
        content: "Tabellenüberschrift 2";
        position: absolute;
        left: 20px;
        font-weight: 700;
    }
    #tagelement td:nth-of-type(3):before {
        content: "Tabellenüberschrift 3";
        position: absolute;
        left: 20px;
        font-weight: 700;
    }
    .listrow .eachrow:nth-child(2) {
        width: 22px;
    }
    .listrow .eachrow:nth-child(2) {
        padding-left: 0;
    }
    #breadcrumb {
        padding-left: 15px;
        padding-right: 15px;
    }
    #tagelement tr:nth-of-type(1) {display: none;}
    .news-image {width: 50%;}
    .news-text {clear: both;margin-top: 10px;}
    #blog form p {padding-left: 0;}
    #blog form p label {margin: 0;}
    #page #blog div.search_date{padding: 0;}
    #news-social-media li {clear: both;}
    #news-social-media .facebook {margin-bottom: 5px;}
    #captcha #coreCaptchaLabel {white-space: normal;}
    #login p {
        padding-left: 0;
    }
    form p label {
        margin-right: 20px;
        margin-left: 0;
    }
    form p {
        width: 100%;
        padding-left: 0;
    }
    #login p label {
        margin-left: 0;
        width: 100%;
    }
    #login #sociallogin, #access #sociallogin {
        width: 100%;
        margin-left: 0;
    }
    .login-content #login {
        width: 100%;
        padding: 0px;
        border-bottom: 0;
        border-right: 0;
    }
    .login-bottom {padding-left: 15px;}
    #login a.lostpw, #login a.register {margin-left: 0}
    #sidebar.col-md-3, #page.col-md-9, #page-left, #page #shop div.details, #page #shop div.short-description {
        width: 100%;
        margin-right: 0px;
    }
    #page-right {
        width: 100%;
        padding: 0;
    }
    #page #shop figure a,#page #checkout .right,#page #checkout .left {width: 100%;}
    #page #shop figure a .categorie-image-wrapper {
        width: 100%;
        height: auto;
    }
    #page #downloads div.overview div.row div.category {
        width: 100%;
        padding: 0 0 15px 0;
    }
    .overview .row {
        width: 100%;
    }
    .member_list td {
        float: left;
        clear: both;
        width: 100%;
    } 
    /*cart*/
    #cartlist #th_bg2 .cartrow:first-child {
        width: 100%;
        padding-left: 50%;
    }
    #cartlist #th_bg2 .cartrow:first-child:before {
        content: "Product";
        position: absolute;
        left: 20px;
        font-weight: 700;
    }
    #cartlist #th_bg2 .cartrow:nth-child(2):before {
        content: "Stückpreis";
        position: absolute;
        font-weight: 700;
        left: 20px;
    }
    #cartlist #th_bg2 .cartrow:nth-child(2) {
        width: 100%;
        padding-left: 50%;
    }
    #cartlist #th_bg2 .cartrow:nth-child(3):before {
        content: "Menge";
        position: absolute;
        font-weight: 700;
        left: 20px;
    }
    #cartlist #th_bg2 .cartrow:nth-child(3) {
        width: 100%;
        padding-left: 80%;
        font-weight: 700;
        padding-right: 0;
    }
    #page #shop input.shop_quantity {
        width: 28px;
    }
    #cartlist .row1 div {
        width: 50%;
    }
    #cartlist #th_bg2 .cartrow {
        width: 100%;
        padding-left: 50%;
        text-align: right;
    }
    #shop #th_bg2 .a_right {
        text-align: right;
        width: 100%;
    }
    #cartlist #th_bg2 .cartrow:nth-child(4):before {
        content: "inkl. MwSt.";
        position: absolute;
        font-weight: 700;
        left: 20px;
    }
    #cartlist #th_bg2 .cartrow:nth-child(6):before {
        content: "Total";
        position: absolute;
        left: 20px;
        font-weight: 700;
    }
    #cartlist #th_bg {
        display: none;
    }
    /*versandkonditions*/
    #shop {
        font-size: 13px;
    }
    #shop .shopterms .row2 .shoprow {
        float: left;
        width: 100%;
        padding-left: 56%;
        min-height: 27px;
        color: #000;
    }
    .row2.first .shoprow:first-child:before {
        content: "Versandart";
        position: absolute;
        left: 10px;
        font-weight: 700;
    }
    .row2.first .shoprow:nth-child(2):before {
        content: "Lieferländer";
        position: absolute;
        left: 10px;
        font-weight: 700;
    }
    .row2 .shoprow:nth-child(2):before {
        content: "Maximalgewicht";
        font-weight: 700;
        position: absolute;
        left: 15px;
    }
    .row2 .shoprow:nth-child(3):before {
        content: "Gebührenfrei ab";
        font-weight: 700;
        position: absolute;
        left: 15px; 
    }
    .row2 .shoprow:last-child:before {
        content: "Gebühr";
        font-weight: 700;
        position: absolute;
        left: 15px; 
    }
    /*Medien*/
    head .eachrow:nth-child(2) {
        width: 35%;
    }
    .head .eachrow:nth-child(3) {
        width: 32%;
        text-align: right;
    }
    .head .eachrow:nth-child(4) {
        display: none;
    }
    .head .eachrow:nth-child(5) {
        float: right;
        text-align: right;
        margin-right: 10px;
    }
    .row2 .eachrow, .homerow2 .eachrow {
        width: 89%;
        padding-left: 0px;
    }
    .listrow .eachrow:nth-child(3) {
        width: 28.5%;
        padding-left: 0px;
    }
    .listrow .eachrow:nth-child(4) {
        width: 20%;
        text-align: right;
    }
    .listrow .eachrow:nth-child(5) {
        display: none;
    }
    .listrow .eachrow:last-child {
        width: 28.2%;
        text-align: right;
        padding-right: 10px;
        float: right;
    }
    .head .eachrow:nth-child(2) {
        width: 36%;
    }
    .eachrow {
        width: 15%;
    }
    #page .login-content .login-social {
        margin-bottom: 10px;
        padding-bottom: 20px;
        border-right: 0;
        border-bottom: 0;
    }
    #access .login-social, .regForm {width: 100%}
    .regdivider span {
        top: -8px;
        left: -8px;
        padding: 0px 6px;
        left: 45%;
    }
    .regdivider {
        height: 1px;
        width: 100%;
        margin: 30px 0;
    }
    /*Shop*/
    #shop #bestelTable .row1, #shop_payment .row3, #shop_payment .row1 {
        background-color: transparent;
    }
    #bestelTable tbody, #shop_payment tbody, div#cke_message {
        float: left;
    }
    #shop table#bestelTable tr.row3 {
        float: left;
        width: 100%;
        padding-left: 0;
    }
    #bestelTable .row3 td {
        padding-left: 0;
        width: 33%;
        word-wrap: break-word;
    }
    #shop #bestelTable .row1.price td, #shop #bestelTable .row1.tax td {
        padding-left: 0;
        width: 50%;
        text-align: left;
        padding-left: 10px;
    }
    #shop #bestelTable .row1.price, #shop #bestelTable .row1.tax {
        width: 100%;
    }
    #shop #bestelTable .row1.price td:before, #shop #bestelTable .row1.tax td:before {
        content: none;
    }
    #bestelTable .row3.total td {
        width: 50%;
        text-align: left;
        padding-left: 10px;
    }
    #bestelTable th, #shop_payment th {
        display: none;
    }
    #bestelTable td {
        float: left;
        width: 100%;
        padding-left: 50%;
        text-align: right;
    }
    #bestelTable .row1 td:nth-of-type(1):before {
        content: "ID";
        position: absolute;
        left: 22px;
    }
    #bestelTable .row1 td:nth-of-type(2):before {
        content: "Produkt";
        position: absolute;
        left: 22px;
    }
    #bestelTable .row1 td:nth-of-type(3):before {
        content: "Stückpreis";
        position: absolute;
        left: 22px;
    }
    #bestelTable .row1 td:nth-of-type(4):before {
        content: "Menge";
        position: absolute;
        left: 22px;
    }
    #bestelTable .row1 td:nth-of-type(5):before {
        content: "inkl. MwSt.";
        position: absolute;
        left: 22px;
    }
    #bestelTable .row1 td:nth-of-type(7):before {
        content: "Total";
        position: absolute;
        left: 22px;
    }
    /*shop*/
    #shop_payment .row1:first-child td {
        width: 100%;
        float: left;
        text-align: left !important;
    }
    #shop div.message p {
        padding-left: 0;
        min-height: 45px;
    }
    #shop #head td {
        float: left;
        width: 100%;
        text-align: left !important;
    }
    #shop .shop-price td {
        width: 50%;
    }
    #shop .shop-price td:nth-of-type(2) {
        text-align: right !important;
    }
    #profile-left {
        margin-left: 0px;
    }
    #profile-left-button {
        padding-left: 0;
    }
    .login-content .login-bottom > div {
        padding-left: 0;
    }
    #mediadir .employee-left,#mediadir .employee-middle,#mediadir .employee-right {padding-bottom: 20px; width: 100%;}
    #page #gallery div.show_image img , #page #gallery div.category_image img, #page #gallery div.category_images img{width: auto;}
    #page #shop div.description{width: 100%;}
    /*MediaDir Edit Start*/
    .mediadirSelector .mediadirSelectorCenter {
        padding: 5px 65px 0 !important;
    }
    /*MediaDir Edit End*/
    #directory div.image img {
        width: auto;
        height: auto;
    }
    .fields .selectorCenter{
        padding: 20px 10px 5px;
        float: none;
        height: auto;
    }
    #sociallogin {
        border-bottom: 1px solid #D8DCE0;
        padding-bottom: 30px;
    }
    .reg #sociallogin {
        border-bottom: 0;
        padding-bottom: 10px;
    }
    /*Forum*/
    #page #forum div.notification_center {
        padding: 20px 0px 20px 0px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #home-page {padding: 0 15px;}
    .home-box.col-md-4 {width: 100%;margin-bottom: 30px;}
    #content-wrapper {
        padding-bottom: 168px;
    }
    #media_div .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }
    #forum div.notification_center {
        padding: 20px 0px 20px 0px;
        height: auto;
        margin: 0;
        width: 100%;
    }
    .fields .selectorCenter{
        padding: 20px 10px 20px;
        float: none;
        height: auto;
    }
    .row .image img {
        width: auto;
        height: auto;
    }
    .adminlist.table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
        -webkit-overflow-scrolling: touch;
    }
    /*MediaDir Edit Start*/
    .mediadirSelector .mediadirSelectorCenter {
        padding: 5px 65px 0 !important;
    }
    #page #mediadir .mediadirSelector, #page #mediadir .mediadirGoogleMap {margin-top: 0;}
    /*MediaDir Edit End*/
    #mediadir .reference {margin-bottom: 20px;}
    .employee-left, .employee-middle, .employee-right {padding-bottom: 20px;}
    #page #gallery div.show_image img , #page #gallery div.category_image img, #page #gallery div.category_images img{width: auto;}
    #page #shop div.description{width: 100%;}
    .news-image {
        margin-right: 0;
        width: 100%;
        padding-right: 15px;
        margin-bottom: 10px;
    }
    #home-boxes {
        padding: 0;
        float: left;
    }
    #home-boxes .box1, #home-boxes .box2 {
        padding: 0;
    }
    #home-boxes .first .home-box {
        width: 100%;
    }
    #home-boxes .middlebox .home-box {margin-left: 0;}
    #home-boxes .first, #home-boxes .middlebox, #home-boxes .lastbox {
        padding-left: 0;
        padding-right: 0;
    }
    .social-foot {
        float: none;
        width: 30%;
        margin-top: 3px;
    }
    #shop div.message p {
        min-height: 50px;
    }
    #footer-bottom .footer-left {
        float: none;
        width: 50%;
    }
    #home-block {padding: 15px;}
    .footer-right {
        width: 77%;
        float: none;
    }
    #home-page-wrapper {padding: 20px 0;}
    .col-sm-9 {width: 72.7%;}
    .contact-web a {word-wrap: break-word;}
    input[name="downloads_search_keyword"] {
        width: 82%;
    }
    .login-content #login {
        width: 100%;
        padding: 0px;
        border-right: 0;
    }
    .login-content .login-bottom > div {
        padding-left: 15px;
    }
    #page .login-content .login-social {
        margin-bottom: 10px;
        padding-bottom: 20px;
        border-right: 0;
        border-bottom: 0;
    }
    #sociallogin {
        border-bottom: 1px solid #D8DCE0;
        padding-bottom: 30px;
    }
    .reg #sociallogin {
        border-bottom: 0;
        padding-bottom: 10px;
    }
    #shop {
        font-size: 13px;
    }
    .sidebar-block.contact-us a {
        padding: 7% 0 0 13%;
        font-size: 13px;
    }
    .head .eachrow:nth-child(3) {width: 24%;}
    .head .eachrow:nth-child(2) {width: 46%;}
    .row2 .eachrow, .homerow2 .eachrow {width: 93%;}
    .listrow .eachrow:nth-child(3) {width: 42.5%;}
    #shop div.short-description, #shop div.details {width: 100%;}
    #page.col-md-9 {width: 75.3%;}
    #cartlist #th_bg .cartrow:first-child,#cartlist #th_bg2 .cartrow:first-child {width: 26%;}
    #cartlist #th_bg .cartrow:nth-child(2) {width: 21%;}
    .cartrow {width: 23%;}
    #shop #th_bg .a_right.cartrow {width: 13%;}
    #cartlist #th_bg .cartrow:nth-child(3) {width: 17%;}
    #cartlist #th_bg2 .cartrow:nth-child(2) {width: 18%;}
    #cartlist #th_bg2 .cartrow:nth-child(3) {width: 16%;}
    #cartlist #th_bg2 .cartrow {width: 11%;}
    #shop #th_bg2 .a_right {
        width: 15%;
        word-wrap: break-word;
        margin-left: 11px;
        padding-right: 5px;
    }
    #access .login-social, .regForm {width: 100%}
    .regdivider span {
        top: -8px;
        left: -8px;
        padding: 0px 6px;
        left: 45%;
    }
    .regdivider {
        height: 1px;
        width: 100%;
        margin: 30px 0;
    }
    #profile-left {
        margin-left: 0px;
    }
    #profile-left-button {
        padding-left: 0;
    }
    #page {
        width: 72.7%;
    }
    #sidebar {
        width: 25%;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
    .home-box.col-md-4 {width: 31.4%;margin-right: 28px;}
    #content-wrapper {
        padding-bottom: 168px;
    }
    #shop div.message p label {
        min-height: 40px;
    }
    #page {
        width: 75.9%;
    }
    #sidebar {
        width: 22.566667%;
    }
    .social-foot {
        float: none;
        width: 24%;
        margin-top: 3px;
    }
    #shop div.message p {
        min-height: 40px;
    }
    #footer-bottom .footer-left {
        float: none;
        width: 50%;
    }
    .footer-right {
        width: 58%;
        float: none;
    }
    .col-md-9_5 {
        width: 75.9%;
    }
    input[name="downloads_search_keyword"] {
        width: 87%;
    }
    .listrow .eachrow:nth-child(3) {width: 44.5%;}
    .listrow .eachrow:last-child {width: 22.2%;}
    .row2 .eachrow, .homerow2 .eachrow {width: 93%;}
    #page.col-md-9 {
        width: 77.3%;
    }
    #sidebar.col-md-3 {
        width: 20.5%;
    }
    .shopterms {
        font-size: 13px;
    }
    .sidebar-block.contact-us a {
        padding: 5% 0 0 12%;
        font-size: 14px;
    }
    .regdivider {
        margin: 0 27px;
    }
    #cartlist {
        font-size: 12px;
    }
    #profile-left-button {
        padding-left: 35.5%;
    }
}
@media (min-width: 768px) {
    .row .navbar-header {
        float: right;
    }
    .navbar-header .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .modal .modal-dialog {
        width: 917px;
        margin: 30px auto;
        margin-top: 60px;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-nav {
        margin: 0;
    }
}
@media (min-width: 1200px) {
    .container {
        position: relative;
        width: 960px;
        margin: 0 auto;
        padding: 0;
    }
}