html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

*, *::before, *::after {
    box-sizing: border-box;
}

body {
    background: #fff none repeat scroll 0 0;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

ol, ul {
    list-style: outside none none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    font-weight: 400;
    text-align: left;
}

blockquote::before, blockquote::after, q::before, q::after {
    content: " ";
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0 none;
}

a img {
    border: 0 none;
}

body, button, input, select, textarea {
    color: #404040;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
}

p {
    margin-bottom: 1.5em;
}

b, strong {
    font-weight: 700;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee none repeat scroll 0 0;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0 none repeat scroll 0 0;
    text-decoration: none;
}

sup, sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: 0.5ex;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

hr {
    background-color: #ccc;
    border: 0 none;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: outside none disc;
}

ol {
    list-style: outside none decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

dt, th {
    font-weight: 700;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

input[type="checkbox"], input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    box-sizing: content-box;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0 none;
    padding: 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #666;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    color: #111;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
    padding: 3px;
}

textarea {
    overflow: auto;
    padding-left: 3px;
    vertical-align: top;
    width: 100%;
}

.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    list-style: outside none none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul {
    left: 100%;
}

.menu-toggle {
    display: none;
}

@media screen and (max-width: 600px) {
    .menu-toggle, .main-navigation.toggled .nav-menu {
        display: block;
    }

    .main-navigation ul {
        display: none;
    }
}

.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.clear::before, .clear::after, .entry-content::before, .entry-content::after, .comment-content::before, .comment-content::after, .site-header::before, .site-header::after, .site-content::before, .site-content::after, .site-footer::before, .site-footer::after {
    content: "";
    display: table;
}

.clear::after, .entry-content::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after {
    clear: both;
}

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

.widget_search .search-submit {
    display: none;
}

.page-header {
    border-bottom: 1px solid #dedede;
    padding: 24px 40px;
}

.hentry {
    margin: 0 0 1.5em;
}

.byline, .updated {
    display: none;
}

.single .byline, .group-blog .byline {
    display: inline;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}

.comment-content a {
    overflow-wrap: break-word;
}

.infinity-end.neverending .site-footer {
    display: block;
}

.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
    border: medium none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

embed, iframe, object {
    max-width: 100%;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    text-align: center;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.gallery {
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.sticky {
}

.gallery-caption {
}

.bypostauthor {
}

.clearfix {
}

.clearfix::after {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
    line-height: 0;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

a {
    transition: all 0.2s ease-in-out 0s;
}

a {
    color: #f16272;
}

a:visited {
    color: #f16272;
}

a:active {
    color: #f16272;
}

.entry-content h1.page-title {
    line-height: 1;
}

.entry-content .entry-excerpt p {
    margin-bottom: 1.5em;
}

.corpobox-excerpt {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
}

label {
    color: #aaa;
    padding: 5px 0;
}

#content a:hover {
    color: #00a5e7;
    text-decoration: none;
}

#content .entry-meta a {
    color: #aaa;
    text-decoration: none;
}

.out-wrap {
    margin: 0;
    padding: 0;
    width: 100%;
}

.wrap {
    background: #fff none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 1200px;
}

#colophon.wrap, #wrap-header.wrap {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

#home-sticky .half {
    float: left;
    text-align: left;
    width: 48%;
}

.home.page .site-content {
    margin: 0;
    padding: 0;
}

.home.page .entry-content {
    padding: 0 20px;
}

.home.page .page .entry-content {
    padding: 0;
}

#home-page-section {
    margin-top: 24px;
}

#home-content .entry-content .page-title {
    font-size: 48px;
    text-align: center;
}

#home-sticky .entry-content {
    padding: 20px;
}

.home-section {
    margin-bottom: 20px;
}

.hero {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    margin: 100px auto;
    max-width: 400px;
    padding: 60px 20px;
    text-align: center;
    width: 80%;
}

.entry-content .hero h1 {
    font-size: 40px;
    line-height: 1.2;
    margin: 0;
}

.hero p {
    margin-bottom: 0;
}

.home-section p {
    font-size: 16px;
    line-height: 1.8;
}

.site-content {
    margin: 0;
    padding: 30px 40px 40px;
}

.content-area {
    float: left;
    width: 70%;
}

.content-area.no-sidebar {
    float: none;
    width: 100%;
}

.no-sidebar .entry-content, .no-sidebar .comments-area {
    margin: 0 auto;
    width: 60%;
}

.no-sidebar .entry-header {
    text-align: center;
}

.hentry .entry-header p {
    font-size: 150%;
    font-weight: 300;
}

.widget-area {
    float: right;
    width: 28%;
}

.page-template-template-fullpage-php, .page-template-template-fullpage-php .content-area {
    float: none;
    width: 100%;
}

.single-attachment #primary {
    float: left;
    margin-right: 0;
    width: 100%;
}

.site-main {
    float: left;
    width: 100%;
}

.no-sidebar .site-main {
    clear: both;
    float: none;
}

.site-footer {

    clear: both;
    color: #aaa;
    padding: 20px;
}

.site-footer a {
    color: #aaaaaa;
}

.site-footer a:hover {
    color: #f16272;
}

.site-info {
    border-top: 1px solid #363636;
    font-size: 11px;
    margin-top: 20px;
    padding-top: 20px;
}

#back-to-top {
}

.site-branding {
    background-size: cover;
    padding: 60px 0;
    text-align: center;
}

.site-title-group {
    margin: 50px 40px;
}

#logo img {
    max-height: 200px;
}

#logo img.roundframe {
    border-radius: 100px;
    box-shadow: 0 0 0 3px white, 0 0 1px #fff;
    height: 100px;
    width: 100px;
}

#logo a, .title-group a, .site-title a {
    text-decoration: none;
}

.site-title {
    font-size: 24px;
    line-height: 24px;
}

.site-title a:hover {
    color: #f16272;
}

.site-description {
    color: #fff;
    font: 0.9em "Open Sans", Helvetica, Arial, sans-serif;
}

.hidden {
    display: none;
}

.error-404 h1 {
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 40px;
}

iframe, object, embed {
    max-height: 100%;
    width: 100%;
}

.main-navigation {
    background: #2c2c2c none repeat scroll 0 0;
    line-height: 0;
    padding: 0 40px;
}

.main-navigation a,
.main-navigation span[style^="cursor"]
{
    color: #ddd;
}

.main-navigation li a,
.main-navigation li span[style^="cursor"]
{
    border-bottom: 0 none;
    color: #ddd;
    font-size: 14px;
    font-weight: 600;
    padding: 34px;
    text-transform: uppercase;
    white-space: nowrap;
}

.main-navigation a:hover,
.main-navigation span:hover
{
    color: #fff;
}

.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    display: none;
}

.toggled ul.nav-menu {
    display: block;
}

.nav-menu ul li a {
    color: #555;
}

.menu-main {
    text-align: center;
    width: 100%;
}

.menu-main ul ul {
    text-align: left;
}

ul.nav-menu, .nav-menu ul, .nav-menu ul li ul {
    list-style: outside none none;
}

.menu-toggle {
    cursor: pointer;
    display: block;
}

#menu-top a {
    text-decoration: none;
}

ul#menu-top {
    list-style: outside none none;
    margin: 0;
}

#menu-top li, #menu-footer li {
    display: inline-block;
    font-size: 12px;
    padding: 0 5px;
}

#menu-top li a::before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 5px;
}

#menu-top li a[href*="tel:"]::before {
    content: "";
}

#menu-top li a[href*="mailto:"]::before {
    content: "";
}

#menu-top li a[href*="https://goo.gl/maps/"]::before {
    content: "";
}

.top-menu {
    background-color: #2c2c2c;
    border-bottom: 1px solid #000;
    padding: 5px 5px 5px 0;
    text-align: center;
}

.top-menu, .top-menu a, .top-menu span {
    color: #dedede;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 11px;
}

.menu-toggle {
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 10px 22px;
    text-transform: uppercase;
}

.menu-toggle:hover {
    background: #474747 none repeat scroll 0 0;
}

.site-header .menu-toggle::before {
    content: "";
    display: inline-block;
    font: 16px/1 "Genericons";
    margin-right: 10px;
    vertical-align: middle;
}

#sidemenu {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #dedede #dedede #fff;
    border-image: none;
    border-style: solid;
    border-width: 1px;
}

ul#sidemenu, #sidemenu li ul.sub-menu {
    list-style: outside none none;
    margin-left: 0;
}

#sidemenu ul li ul li a {
    background: #eaeaea none repeat scroll 0 0;
    border-bottom: 1px solid #ddd;
    padding-left: 35px;
}

#sidemenu li a {
    border-bottom: 1px solid #dedede;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}

#sidemenu li ul li a {
    background: #efefef none repeat scroll 0 0;
    padding: 10px 25px;
}

#sidemenu li > ul {
    display: none;
}

#sidemenu li.current-menu-item > ul {
    display: block;
}

#menu-social {
    text-align: right;
}

#menu-social li {
    display: inline-block;
    padding-left: 5px;
}

#menu-social li a::before {
    content: none;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

#menu-social li a[href*="wordpress.org"]::before, #menu-social li a[href*="wordpress.com"]::before {
    color: #21759b;
    content: "";
}

#menu-social li a[href*="facebook.com"]::before {
    color: #3b5998;
    content: "";
}

#menu-social li a[href*="twitter.com"]::before {
    color: #33ccff;
    content: "";
}

#menu-social li a[href*="dribbble.com"]::before {
    color: #ea4c89;
    content: "";
}

#menu-social li a[href*="plus.google.com"]::before {
    color: #dd4b39;
    content: "";
}

#menu-social li a[href*="pinterest.com"]::before {
    color: #c8232c;
    content: "";
}

#menu-social li a[href*="github.com"]::before {
    color: #4183c4;
    content: "";
}

#menu-social li a[href*="tumblr.com"]::before {
    color: #34526f;
    content: "";
}

#menu-social li a[href*="youtube.com"]::before {
    color: #c4302b;
    content: "";
}

#menu-social li a[href*="flickr.com"]::before {
    color: #ff0084;
    content: "";
}

#menu-social li a[href*="vimeo.com"]::before {
    color: #1ab7ea;
    content: "";
}

#menu-social li a[href*="instagram.com"]::before {
    color: #3f729b;
    content: "";
}

#menu-social li a[href*="linkedin.com"]::before {
    color: #0e76a8;
    content: "";
}

#menu-social li a[href*="soundcloud.com"]::before {
    color: #f70;
    content: "";
}

#menu-social li a[href*="vk.com"]::before {
    color: #0e76a8;
    content: "";
}

#menu-social li a[href*="feeds.feedburner.com"]::before {
    color: #ffa500;
    content: "";
}

#secondary #menu-social {
    text-align: left;
}

#secondary #menu-social li a {
    font-size: 13px;
}

#secondary #menu-social li a::before {
    font-size: 20px;
    padding: 5px;
}

.colgrid .entry-thumbnail {
    max-height: 270px;
    overflow: hidden;
}

.colgrid .entry-header p {
    font-size: 20px;
    line-height: 26px;
}

.format-aside .entry-content, .colgrid .format-aside .entry-content {
    border: 3px solid #dddddd;
    margin-bottom: 10px;
    text-align: center;
}

.colgrid .format-audio .entry-content, .colgrid .format-video .entry-content, .colgrid .format-link .entry-content, .colgrid .format-status .entry-content, .colgrid .format-quote .entry-content, .colgrid .format-aside .entry-content {
    height: 480px;
    text-align: center;
}

.colgrid .format-status .entry-content, .colgrid .format-quote .entry-content, .colgrid .format-aside .entry-content {
    display: table-cell;
    padding: 0 20px;
    vertical-align: middle;
}

.colgrid .format-audio .entry-content, .colgrid .format-video .entry-content, .colgrid .format-link .entry-content {
    padding-top: 150px;
}

.format-link .entry-content {
    margin-bottom: 10px;
    padding-top: 60px;
}

.colgrid .format-link .entry-content, .colgrid .format-quote .entry-content, .colgrid .format-audio .entry-content, .colgrid .format-video .entry-content {
    color: #fff;
}

.colgrid .entry-content h1 {
    margin: 0 0 20px;
}

.colgrid.format-link h1, .colgrid .format-audio h1, .colgrid .format-video h1 {
    color: #fff;
    padding: 20px 0;
}

.colgrid .format-quote a, .colgrid .format-link a, .colgrid .format-audio a, .colgrid .format-video a {
    color: #fff;
    text-decoration: none;
}

.colgrid .format-quote i.fa, .colgrid .format-link i.fa {
    font-size: 36px;
}

.colgrid .format-audio i.fa, .colgrid .format-video i.fa {
    font-size: 48px;
}

.no-thumbnail h1.entry-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 36px;
}

.titleborder.center {
    text-align: center;
}

.titleborder.left {
    text-align: left;
}

.titleborder.right {
    text-align: center;
}

.titleborder {
    border-bottom: 1px solid #fff;
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;
}

.titleborder div {
    background-color: #fff;
    display: inline-block;
    padding: 1px 12px 2px 0;
    position: relative;
}

#sitemap li {
    line-height: 30px;
    list-style: outside none none;
}

#sitemap ul li {
    font-size: 14px;
}

h1, h2, h3, h4 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

h5, h6 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 600;
}

.entry-content h1 {
    font-size: 32px;
    margin: 0 0 40px;
}

.entry-content h2 {
    font-size: 28px;
    margin: 0 0 36px;
}

.entry-content h3 {
    font-size: 24px;
    margin: 0 0 32px;
}

.entry-content h4 {
    font-size: 20px;
    margin: 0 0 28px;
}

#home-recent-posts .entry-content h1 {
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 20px;
}

.format-quote .entry-content p {
    font-size: 20px;
    font-style: italic;
    padding-top: 12px;
}

.breadcrumbs {
    font-size: 13px;
    max-width: 50%;
}

.breadcrumb-list {
    display: inline-block;
    width: 50%;
}

.entry-content h2 {
    line-height: 36px;
}

.entry-content h5 {
    font-size: 16px;
    margin: 0 0 24px;
}

.entry-content h6 {
    font-size: 14px;
    margin: 0 0 20px;
}

.post-thumb {
    background: #fff none repeat scroll 0 0;
    padding: 55% 0 0;
}

#home-tagline h1 {
    color: #00a5e7;
    font-size: 50px;
    padding: 80px 20px;
}

.home.page-template hr {
    background-color: #e8e8e8;
    margin-bottom: 3em;
}

#home-content .entry-content, #before-home-widget .entry-content {
    padding-top: 40px;
}

#before-home-widget .entry-content, #after-home-widget .entry-content {
    margin-bottom: 60px;
}

#home-content .entry-content h2 {
    font-size: 36px;
    line-height: 1.5;
}

#home-content .entry-content p {
    font-size: 18px;
    line-height: 1.5;
    margin: 24px 0;
}

.tagline-txt {
    text-align: center;
}

.single footer.entry-meta {
    border-top: 1px solid #dedede;
}

.page-title {
    font-size: 24px;
}

.archive .page-title {
    display: inline-block;
    width: 50%;
}

.taxonomy-description {
    display: inline-block;
}

.taxonomy-description p {
    margin-bottom: 0;
}

#single-nav {
    float: right;
}

#single-nav-left, #single-nav-right {
    float: left;
    margin-left: 10px;
}

#single-nav a {
    background: #eee none repeat scroll 0 0;
    color: #666;
    display: block;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
}

.nav-previous, .nav-next {
    font-size: 14px;
}

.site-content .entry-content hr, .site-content .comment-content hr, #tinymce hr {
    background-color: #dddddd;
    border: 0 none;
    height: 1px;
    margin-bottom: 20px;
}

.site-content .entry-content table, .site-content .comment-content table, #tinymce table {
    margin-bottom: 20px;
}

.site-content .entry-content th, .site-content .comment-content th, #tinymce th, .site-content .entry-content td, .site-content .comment-content td, #tinymce td {
    border-bottom: 1px solid #dddddd;
    padding: 8px;
}

.site-content .entry-content tr:hover td, .site-content .comment-content tr:hover td, #tinymce tr:hover td {
    background: #f7f7f7 none repeat scroll 0 0;
}

.site-content .entry-content ul, .site-content .comment-content ul, #tinymce ul, .site-content .entry-content ol, .site-content .comment-content ol, #tinymce ol {
    margin-bottom: 20px;
}

.site-content .entry-content blockquote, .site-content .comment-content blockquote, #tinymce blockquote {
    display: block;
    padding: 1% 0 4% 4%;
    position: relative;
}

.home-posts-description blockquote {
    font-size: 18px;
    font-style: italic;
    line-height: 24px;
    margin: 0;
    padding: 0;
}

.page .entry-content blockquote::before, .format-standard .entry-content blockquote::before {
    color: #ccc;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 26px;
    font-style: oblique;
    font-weight: normal;
    left: 0;
    line-height: 1;
    position: absolute;
}

.page .entry-content blockquote, .format-standard .entry-content blockquote {
    padding-left: 5%;
}

.format-quote .entry-content blockquote::before {
    content: " ” ";
    margin-left: -10px;
}

.format-quote .entry-content blockquote::after {
    content: "“ ";
}

.entry-content blockquote cite::before, .comment-content blockquote cite::before, #tinymce blockquote cite::before {
    content: " ";
}

blockquote {
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
}

.page .entry-content blockquote.pull-left, .format-standard .entry-content blockquote.pull-left {
    float: left;
    width: 33%;
}

.page .entry-content blockquote.pull-left::before, .format-standard .entry-content blockquote.pull-left::before {
    content: "";
}

.page .entry-content blockquote.pull-right, .format-standard .entry-content blockquote.pull-right {
    float: right;
    vertical-align: middle;
    width: 33%;
}

.page .entry-content blockquote.pull-right::before, .format-standard .entry-content blockquote.pull-right::before {
    content: "";
}

.entry-content blockquote p {
    margin: 0;
}

#secondary blockquote {
    font-size: 16px;
    font-style: italic;
    line-height: 1.2;
    margin-left: 0;
}

#secondary blockquote::before {
    content: "";
    font-family: "Genericons";
    font-size: 18px;
    font-style: normal;
}

.entry-title a {
    text-decoration: none;
}

.single .content-area .entry-title {
    font-size: 28px;
}

.content-area .entry-title {
    font-size: 24px;
}

.site-content .entry-header {
    margin-bottom: 1.5em;
}

.entry-header .entry-title {
    margin-bottom: 0.5em;
}

.entry-header img {
    width: 100%;
}

.site-content .entry-title a {
    color: #3a3a3a;
}

.site-content .entry-title a:hover {
    color: #f16272;
}

.format-standard.sticky h1.entry-title::before {
    background-color: #f16272;
    border-radius: 100%;
    color: #fff;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-right: 5px;
    padding: 4px 8px;
}

.entry-header p {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.5;
}

.site-content .entry-meta, .site-content .entry-header .entry-meta {
    font-size: 12px;
}

.site-content .entry-meta {
    color: #aaaaaa;
    line-height: 15px;
}

.single .site-content .entry-meta, .single .site-content .entry-meta.no-sidebar {
    padding: 20px 0 10px;
}

.single .site-content .entry-meta.no-sidebar, .single .entry-meta.no-sidebar .extrameta {
    text-align: center;
}

.site-content .entry-meta {
    text-align: left;
}

.site-content .entry-meta a {
    color: #aaaaaa;
    text-decoration: none;
}

.site-content .entry-meta a:hover {
    color: #f16272;
}

.site-content .entry-content, .site-content .entry-header, .site-content .entry-summary {
    overflow-wrap: break-word;
}

.site-content .entry-header .entry-meta {
    text-align: left;
}

.entry-thumbnail {
}

div.entry-thumbnail.quote {
}

.entry-content {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
}

cite {
    color: #f16272;
    font-size: 14px;
}

address {
    font-size: 14px;
}

.img-home-post img {
    filter: grayscale(100%);
}

.img-home-post img:hover {
    filter: grayscale(0%);
    transition: all 0.5s ease 0s;
}

.wp-caption-text {
    color: #666;
    font-size: 12px;
    line-height: 18px;
}

.blogroll img {
    display: inline-block;
    margin-right: 5px;
    max-width: 55px;
    vertical-align: middle;
}

#callaction {
    background-color: #f0f0f0;
    border-top: 1px solid #dddddd;
}

div.callaction {
    height: auto;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 100px;
    padding: 20px;
}

.call-action-content {
    margin: 20px auto;
}

.call-action-txt {
    float: left;
}

.call-action-txt span {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
}

.call-action-but {
    float: right;
}

.home-posts-description .flex-direction-nav a {
    height: 30px;
    padding-top: 5px;
}

.flex-direction-nav a, li a.flex-next, li a.flex-prev {
    color: rgba(0, 0, 0, 0.8);
}

.format-gallery .flex-direction-nav a {
    top: 40%;
}

.entry-media .flex-direction-nav a::before, .gallery .flex-direction-nav a::before {
    font-size: 30px;
    padding-top: 0;
}

.entry-content .flex-direction-nav a::before {
    font-size: 30px;
    padding-top: 5px;
}

.widget .flex-viewport {
    width: 99%;
}

.widget .flex-viewport .flex-caption {
    display: none;
}

.widget .format-gallery .flex-direction-nav a {
    top: 50%;
}

.flexslider {
    overflow: hidden;
}

.tagline-txt .flexslider {
    margin-bottom: 0;
}

.entry-content .flexslider, .widget .flexslider {
    margin: 0;
}

ul.page-numbers {
    list-style: outside none none;
    margin: 20px 0;
}

ul.page-numbers li {
    display: block;
    float: left;
    text-align: center;
}

.page-numbers a, .page-numbers span {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    color: #606060;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 4px;
    margin-top: 4px;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
    width: auto;
}

a.prev.page-numbers, a.next.page-numbers {
    text-decoration: none;
}

#single-nav .fa-chevron-right, #single-nav .fa-chevron-left {
    font-size: 11px;
}

.page-numbers a:hover, .page-numbers span.current {
    background: #2c2c2c none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}

.page-numbers::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.page-numbers li {
    display: inline;
    font-size: 14px;
}

.project-meta li, .projects li.project {
    list-style-type: none;
}

.projects li.project h3 {
    font-size: 24px;
}

.projects li.project a {
    text-decoration: none;
}

.projects li.project h5 {
    font-weight: normal;
}

.project-meta {
    font-size: 14px;
}

ul.project-meta {
    margin-left: 0;
}

.projects-single-pagination .previous, .projects-single-pagination .next {
    display: inline-block;
}

.projects-single-pagination .next {
    float: right;
}

blockquote.testimonials-text {
    margin: 12px 0;
    padding: 0;
}

.testimonials-list img.avatar {
    vertical-align: middle;
}

.single .project .project-testimonial {
    border: 1px solid #dedede;
    margin: 48px 0;
    padding: 8px 24px;
}

.projects_list_widget img {
    height: auto;
    max-width: 75px;
    padding-right: 10px;
    vertical-align: middle;
    width: 100%;
}

#infinite-handle span {
    text-transform: uppercase;
}

span.infinite-loader {
    margin: 15px 45%;
}

.format-quote .sharedaddy {
    background: #fff none repeat scroll 0 0;
    color: #404040;
    padding-top: 20px;
}

.format-quote div.sharedaddy h3.sd-title::before {
    border-color: #ddd;
}

.format-link .sharedaddy {
    color: #fff;
}

.format-link div.sharedaddy h3.sd-title::before {
    border-color: #fff;
}

.woocommerce .woocommerce-breadcrumb, .woocommerce-breadcrumb {
    font-size: 13px;
    margin: 0;
}

.wooshop-title {
    float: left;
    max-width: 70%;
}

.single-product .page-header {
    min-height: 85px;
}

.woocommerce .header-cart {
    float: right;
}

ul.header-cart {
    list-style: outside none none;
    margin: 5px 0 0;
}

.header-cart li a {
    background-color: #f16272;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    text-decoration: none;
}

.header-cart li a::before {
    content: "";
    display: inline-block;
    font: 18px/1 "Genericons";
    vertical-align: middle;
}

.status {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}

.entry-meta .genericon {
    background: #444 none repeat scroll 0 0;
    color: #fff;
    font: 24px/1.5 "Genericons";
    height: 36px;
    width: 36px;
}

.entry-title .genericon {
    font: 32px/1 "Genericons";
}

.home-posts-description iframe, .home-posts-description embed, .home-posts-description object {
    width: 100%;
}

.home-posts-description .wp-caption-text {
    display: none;
}

.blog .format-aside .entry-title, .archive .format-aside .entry-title {
    display: none;
}

.format-link p a::before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 10px;
}

.format-aside .entry-content, .format-status .entry-content, .format-link .entry-content {
    padding: 20px 0;
}

.format-status .entry-content, .format-aside .entry-content {
    border: 3px solid #dddddd;
    padding: 20px 12px 0;
}

.format-link .entry-content {
    text-align: center;
}

.format-link .entry-content div[class*="genericon-link"]::before {
    color: #fff;
}

.format-link p a {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

.format-status .entry-content h3, .format-link .entry-content h3 {
    margin: 0;
}

.format-gallery .entry-content h1, .format-image .entry-content h1, .format-link .entry-content h1, .format-audio .entry-content h1, .format-video .entry-content h1, .format-status .entry-content h1, .format-aside .entry-content h1 {
    font-size: 24px;
}

.single .format-link .entry-content a {
    display: inline-block;
    font-size: 18px;
}

.mejs-container {
    margin-bottom: 20px;
}

div.metka.genericon {
    background: #444 none repeat scroll 0 0;
    color: #fff;
    padding: 0 5px;
    width: 26px;
}

div.metka.genericon.genericon-status, div.metka.genericon.genericon-link, div.metka.genericon.genericon-aside {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}

div[class*="genericon-link"]::before, div[class*="genericon-aside"]::before, div[class*="genericon-status"]::before {
    color: #404040;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.6;
}

div[class*="genericon-link"]::before {
    content: "";
}

div[class*="genericon-aside"]::before {
    content: "";
}

div[class*="genericon-status"]::before {
    content: "";
}

.entry-content span.genericon.genericon-quote {
    font-size: 24px;
}

a.widget-format-link::before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.6;
}

a.widget-format-link[href*="aside"]::before {
    content: "";
}

a.widget-format-link[href*="quote"]::before {
    content: "";
}

a.widget-format-link[href*="gallery"]::before {
    content: "";
}

a.widget-format-link[href*="video"]::before {
    content: "";
}

#content .entry-content .gallery a img, #content .entry-content .gallery img {
    border: 0 none;
}

.image-navigation {
    padding-top: 15px;
}

.entry-content .flexslider {
    margin: 0;
}

.entry-content .flexslider ul {
    margin-bottom: 0;
}

.archive .flexslider, .home-posts-description .flexslider {
    margin: 0;
}

.cat-links::before, .tags-links::before {
    margin-right: -4px;
}

.author, .cat-links, .posted-on, .tags-links {
    margin-right: 2px;
}

.author::before, .posted-on::before, .cat-links::before, .tags-links::before {
    color: #ccc;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    vertical-align: top;
}

.posted {
    padding: 0 0 5px;
}

.comment-list form#commentform {
    display: block;
}

form#commentform {
    display: none;
}

.comment-reply-title {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #cccccc;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    cursor: pointer;
    padding: 4px;
}

.comment-reply-title:hover {
    border: 1px solid #bbb;
}

.comment-list .comment-reply-title, .comment-reply-title.active {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    cursor: default;
}

.comments-area #reply-title, .comments-area .comment-notes {
    text-align: center;
}

.comment-list #reply-title, .comment-list .comment-notes {
    text-align: left;
}

.required {
    color: #dd4b38;
}

.comments-area {
    margin-bottom: 40px;
    margin-top: 20px;
}

.comments-area .comments-title {
    font-size: 18px;
    line-height: 24px;
}

.comments-area .comment-list {
    list-style: outside none none;
    margin: 40px 0 0;
    padding: 0;
}

.comments-area ul.children {
    list-style: outside none none;
    margin: 0;
    padding-left: 56px;
}

.comments-area article {
    border-bottom: medium none;
    border-top: 1px solid #dddddd;
    margin: 0;
    padding: 20px 0 32px;
}

.comments-area .comment-content h1 {
    font-size: 14px;
}

.comments-area .comment-content h2, .comments-area .comment-content h3, .comments-area .comment-content h4, .comments-area .comment-content h5, .comments-area .comment-content h6 {
    font-size: 14px;
}

.comments-area .comment-content h1, .comments-area .comment-content h2, .comments-area .comment-content h3, .comments-area .comment-content h4, .comments-area .comment-content h5 {
    margin: 20px 0;
}

.comments-area .comment-content blockquote {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.comments-area .comment-content, .comments-area .reply, .comments-area li.comment #respond {
    margin-left: 45px;
}

.comment-content {
}

.comment-content p {
    color: #666;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.comments-area footer {
    margin-bottom: 20px;
}

.comments-area footer .comment-author, .comments-area footer .comment-meta {
    display: inline-block;
    font-size: 12px;
}

.comments-area footer cite {
    font-style: normal;
}

.comments-area footer .says {
    display: none;
}

.comments-area footer .comment-author, .comment-metadata {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 11px;
}

.fn {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

cite.fn {
    color: #3a3a3a;
}

cite.fn a.url {
    color: #f16272;
}

.comment-metadata {
    margin-left: 45px;
    margin-top: 5px;
}

.comment-respond p.form-allowed-tags, .comment-respond p.form-allowed-tags code {
    display: none;
}

.comments-area footer .comment-author a {
    text-decoration: none;
}

.comments-area footer .comment-author a:hover {
    color: #f16272;
}

.comments-area footer .comment-author .avatar {
    margin-right: 10px;
    position: relative;
    top: 12px;
}

.comments-area footer .comment-meta {
    margin-left: 4px;
}

.comments-area footer .comment-meta, .comments-area footer .comment-meta a {
    color: #aaaaaa;
    font-size: 12px;
    text-decoration: none;
}

.comments-area footer .comment-meta:hover, .comments-area footer .comment-meta a:hover {
    color: #f16272;
}

.comments-area #respond {
    padding-top: 40px;
}

.comments-area #reply-title {
    font-size: 18px;
    margin-bottom: 10px;
}

#commentform label {
    display: block;
}

#commentform label .required {
    color: red;
}

#comments {
    font-size: 12px;
}

.pingback {
    color: #444;
    font-size: 11px;
    margin-bottom: 10px;
}

.comments-area .reply::before {
    color: #ddd;
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 5px;
}

.edit-link::before {
    content: "";
    display: inline-block;
    font: 16px/1 "Genericons";
    vertical-align: middle;
}

.edit-link {
    display: block;
    margin-top: 10px;
}

a#scroll-up {
    background-color: #2c2c2c;
    border-radius: 2px;
    bottom: 20px;
    display: none;
    font-size: 20px;
    opacity: 0.9;
    padding: 3px 10px;
    position: fixed;
    right: 45%;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background: #00a5e7 none repeat scroll 0 0;
    border-color: currentcolor;
    border-style: none;
    border-width: medium;
    color: #fff;
    cursor: pointer;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 10px 16px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    background: #f16272 none repeat scroll 0 0;
}

.btn, .site-header a.btn, .site-content a.btn, .site-footer a.btn {
    box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.1) inset;
    color: #fff;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

#content a.btn:hover {
    color: #fff;
    text-decoration: none;
}

.btn.large {
    font-size: 24px;
    padding: 16px 42px;
}

.btn, .btn.small {
    font-size: 16px;
    padding: 8px 28px;
}

.btn.orange {
    background: #ff7f66 none repeat scroll 0 0;
}

.btn.orange:hover, .btn.orange:focus {
    background: #ff7257 none repeat scroll 0 0;
}

.btn.orange.active, .btn.orange:active {
    background: #ff6547 none repeat scroll 0 0;
}

.btn.blue {
    background: #2185c5 none repeat scroll 0 0;
}

.btn.blue:hover, .btn.blue:focus {
    background: #1f7cb8 none repeat scroll 0 0;
}

.btn.blue.active, .btn.blue:active {
    background: #1d73ab none repeat scroll 0 0;
}

.btn.red {
    background: #e85451 none repeat scroll 0 0;
}

.btn.red:hover, .btn.red:focus {
    background: #e64743 none repeat scroll 0 0;
}

.btn.red.active, .btn.red:active {
    background: #e85451 none repeat scroll 0 0;
}

.btn.green {
    background: #228b22 none repeat scroll 0 0;
}

.btn.green:hover, .btn.green:focus {
    background: #01bf80 none repeat scroll 0 0;
}

.btn.green.active, .btn.green:active {
    background: #228b22 none repeat scroll 0 0;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    background-color: #fff;
    border: 2px solid #e4e4e4;
    border-radius: 2px;
    color: #666;
    display: block;
    font: inherit;
    margin: 5px 0 10px;
    max-width: 98%;
    outline: medium none;
    padding: 7px 15px;
    transition: all 0.1s ease 0s;
}

textarea {
    resize: vertical;
}

#secondary input[type="text"], #secondary input[type="email"], #secondary input[type="url"], #secondary input[type="password"], #secondary textarea {
    max-width: 86%;
}

.site-footer input[type="search"], #secondary input[type="search"] {
    width: 86%;
}

#primary input[type="search"] {
    width: 50%;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
    border: 2px solid #00a5e7;
    color: #222;
}

div.wpcf7 {
    margin-bottom: 40px;
    margin-top: 20px;
}

.wpcf7-form span.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.wpcf7-form p {
    font-size: 13px;
    margin: 10px 0 0;
}

.wpcf7-form p:last-of-type {
    margin: 0;
}

div.wpcf7-validation-errors {
    margin: 25px 0 0;
}

span.wpcf7-not-valid-tip {
    font-family: "Verdana";
    font-size: 0.95em;
}

.wpcf7-response-output {
    background: #f4f4f4 none repeat scroll 0 0;
    color: #888;
    display: none;
    line-height: 1.45em;
    margin-top: 30px;
    padding: 12px;
    text-align: center;
}

input.wpcf7-not-valid[type="text"], input.wpcf7-not-valid[type="password"], input.wpcf7-not-valid[type="email"], input.wpcf7-not-valid[type="url"], input.wpcf7-not-valid[type="tel"], textarea.wpcf7-not-valid {
    border-color: #ff4847;
}

.author-avatar, .author-description {
    float: left;
}

.author-avatar {
    width: 80px;
}

.author-description {
    margin-left: 10px;
    width: 70%;
}

.author-description h4 {
    line-height: 1;
    margin-bottom: 8px;
}

.author-description p {
    font-size: 13px;
}

.author-follow {
    margin-left: 90px;
}

.widget .author-follow .fa {
    margin-right: 0;
}

.author-follow .fa {
    color: #fff;
    padding: 5px;
    width: 24px;
}

.author-follow .fa-twitter {
    background: #33ccff none repeat scroll 0 0;
}

.author-follow .fa-google-plus {
    background: #dd4b39 none repeat scroll 0 0;
}

.author-follow .fa-facebook {
    background: #3b5998 none repeat scroll 0 0;
}

.featured-page {
    border: 1px solid #dedede;
}

.featured-page h3, .featured-page p {
    padding: 10px;
}

.featured-page p.widget-title {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.featured-page h3.widget-title {
    font-weight: 400;
    margin-bottom: 10px;
}

#secondary .featured-page h3.widget-title {
    font-size: 18px;
    font-weight: 600;
}

.recent-posts-title {
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    color: #525252;
    font-size: 18px;
    font-weight: 700;
    margin: 40px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}

.image-text-widget, .icon-widget {
    text-align: center;
}

.icon-widget .fa {
    font-size: 42px;
    line-height: 1.5;
}

.green.fa {
    color: #31c493;
}

.blue.fa {
    color: #00a5e7;
}

.red.fa {
    color: #f16272;
}

.btn.green {
    background-color: #31c493;
}

.btn.blue {
    background-color: #00a5e7;
}

.btn.red {
    background-color: #f16272;
}

.btn.default {
    background-color: #f16272;
}

.call-to-action {
    padding: 4% 6%;
}

#secondary .call-to-action {
    text-align: center;
}

#secondary .call-to-action-button {
    margin: 20px 0 15px;
}

#prebefore-home-widget .call-to-action {
}

#prebefore-home-widget .call-to-action-text {
    float: left;
    width: 60%;
}

#prebefore-home-widget .call-to-action-button {
    float: right;
}

@media screen and (max-width: 790px) {
    #prebefore-home-widget .call-to-action-text {
        float: none;
        padding-bottom: 30px;
        text-align: center;
        width: 100%;
    }

    #prebefore-home-widget .call-to-action-button {
        float: none;
        text-align: center;
    }
}

.call-to-action-text h3 {
    font-size: 24px;
    line-height: 1.2;
}

#prebefore-home-widget h3 {
    margin: 0;
}

#prebefore-home-widget .call-to-action-button a.btn {
    font-size: 18px;
    line-height: 1.5;
    padding: 15px 30px;
}

.widget-area .widget {
    margin-bottom: 40px;
}

.widget-area .widget ul, .site-footer ul {
    list-style: outside none none;
    margin: 0;
}

.widget_nav_menu .menu ul li {
    margin: 5px 0 5px 10px;
}

.widget ul li {
    margin: 5px 0 0;
}

.widget-area .widget-title a {
    color: #3a3a3a;
}

.widget-area .widget-title a:hover {
    color: #f16272;
}

.widget-area .widget_recent_entries .post-date {
    color: #aaaaaa;
}

#home-widget .widget-title {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}

#home-txt {
    font-size: 20px;
    padding: 20px 0;
    text-align: center;
}

#home-txt span, .widget-title span {
    border-bottom: 2px solid #2c2c2c;
    text-transform: uppercase;
}

#home-txt span a {
    text-decoration: none;
}

.textwidget, .widget-area {
    font-size: 14px;
}

.widget-title {
    color: #525252;
    font-size: 0.9em;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#aside-post-format-widget .hentry, #quote-post-format-widget .hentry, #gallery-post-format-widget .hentry, #video-post-format-widget .hentry {
    margin: 0;
    padding: 0;
}

#quote-post-format-widget p::before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-right: 5px;
    vertical-align: middle;
}

#quote-post-format-widget {
    background: #00a5e7 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 15px;
}

.widget time.entry-date {
    font-size: 12px;
}

#wp-calendar {
    font-size: 11px;
    width: 100%;
}

#wp-calendar thead th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #f5f5f5 none repeat scroll 0 0;
    border-color: currentcolor #ddd #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    font-size: 11px;
}

#wp-calendar tbody td {
    border: 1px solid #ddd;
    line-height: 2.5em;
    text-align: center;
    transition: background 0.15s ease 0s;
}

#wp-calendar caption {
    margin-bottom: 5px;
    text-align: center;
}

td#next {
    text-align: right;
}

#wp-calendar tbody td a, #wp-calendar tbody td a:hover {
    color: #00a5e7;
    text-decoration: underline;
}

#wp-calendar tfoot td {
    padding: 4px;
}

#wp-calendar caption {
    background: #f16272 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    margin: 0;
    outline: 0 none;
    padding: 12px;
    text-transform: uppercase;
}

#wp-calendar tbody a {
    display: block;
    text-decoration: underline;
}

#wp-calendar th {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor transparent transparent;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #a7a7a7;
    padding: 2px 0;
    text-align: center;
}

#wp-calendar tfoot td#next {
    text-align: right;
}

#footer #wp-calendar thead th {
    background: #232323 none repeat scroll 0 0;
}

#footer #wp-calendar thead th, #footer #wp-calendar tbody td {
    border-color: #333;
}

.site-footer h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.widget .fa {
    margin-right: 5px;
}

.widget p {
    margin-bottom: 1em;
}

.footerwidget-left li, .footerwidget-right li {
    list-style-type: none;
    margin-bottom: 10px;
}

.widget-footer ul {
    margin: 0;
}

.widget-footer h5 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 15px;
}

.search-submit {
    display: none;
}

.grid4 .col:nth-of-type(4n+1), .grid3 .col:nth-of-type(3n+1), .grid2 .col:nth-of-type(2n+1) {
    clear: left;
    margin-left: 0;
}

.col {
    float: left;
    margin-bottom: 30px;
    margin-left: 3.2%;
}

.grid4 .col {
    width: 22.6%;
}

.grid3 .col {
    width: 31.2%;
}

.grid2 .col {
    width: 48.4%;
}

@media screen and (max-width: 960px) {
    .grid3 .col {
        width: 48.4%;
    }

    .grid3 .col:nth-of-type(3n+1) {
        clear: none;
        margin-left: 3.2%;
    }

    .grid3 .col:nth-of-type(2n+1) {
        clear: left;
        margin-left: 0;
    }
}

@media screen and (max-width: 740px) {
    .grid4 .col {
        width: 31.2%;
    }

    .grid4 .col:nth-of-type(4n+1) {
        clear: none;
        margin-left: 3.2%;
    }

    .grid4 .col:nth-of-type(3n+1) {
        clear: left;
        margin-left: 0;
    }
}

@media screen and (max-width: 600px) {
    .grid4 .col {
        width: 48.4%;
    }

    .grid4 .col:nth-of-type(3n+1) {
        clear: none;
        margin-left: 3.2%;
    }

    .grid4 .col:nth-of-type(2n+1) {
        clear: left;
        margin-left: 0;
    }
}

@media screen and (max-width: 400px) {
    .col {
        clear: none;
        margin-left: 0;
        width: 100%;
    }
}

@media (min-width: 960px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
        display: inline-block;
    }

    .main-navigation ul {
        margin: 0;
        text-indent: 0;
    }

    .main-navigation li a, .main-navigation li,
    .main-navigation li span[style^="cursor"], .main-navigation li
    {
        display: inline-block;
        text-decoration: none;
    }

    .main-navigation li a:hover {
        color: #fff;
    }

    .main-navigation li {
        position: relative;
    }

    .main-navigation li ul {
        display: none;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 100%;
        z-index: 1;
    }

    .main-navigation li ul ul {
        left: 100%;
        top: 0;
    }

    .main-navigation ul li:hover > ul {
        border-left: 0 none;
        display: block;
    }

    .nav-menu li {
        font-size: 12px;
    }

    .main-navigation li ul li a,
    .main-navigation li ul li span
    {
        background: #fff none repeat scroll 0 0;
        border-bottom: 1px solid #eaeaea;
        color: #666;
        display: block;
        font-size: 12px;
        line-height: 20px;
        padding: 20px;
        white-space: normal;
        width: 180px;
    }

    .main-navigation li ul li a:hover,
    .main-navigation li ul li span:hover
    {
        background: #e3e3e3 none repeat scroll 0 0;
        color: #444;
    }

    .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
        color: #636363;
        font-weight: bold;
    }
}

@media (max-width: 959px) {
    #home-sticky .half {
        float: none;
        text-align: center;
        width: 100%;
    }

    #home-sticky .page-title {
        margin: 0;
        padding: 20px 0;
    }

    .main-navigation {
        line-height: 1.5em;
        padding: 0;
        text-align: center;
    }

    .nav-menu li a {
        padding: 0;
    }

    .main-navigation li {
        float: none;
    }

    .menu-main ul ul {
        display: block;
        text-align: center;
    }

    .main-navigation ul ul a {
        width: 100%;
    }

    .nav-menu li {
        font-size: 16px;
    }

    ul.nav-menu li a {
        color: #ccc;
        display: block;
        padding: 10px 0;
    }

    .main-navigation li ul li a:hover, .nav-menu a:hover {
        background: transparent none repeat scroll 0 0;
    }

    .no-thumbnail h1.entry-title {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.2;
    }

    .call-action-content {
        text-align: center;
    }

    .call-action-but, .call-action-txt {
        display: block;
        float: none;
    }

    .call-action-txt {
        margin-bottom: 20px;
    }

    .site-content .entry-content blockquote, .site-content .comment-content blockquote {
        padding: 1% 0 4% 6%;
    }

    .site-footer input[type="search"], #primary input[type="search"], #secondary input[type="search"] {
        width: 90%;
    }
}

@media (max-width: 900px) {
    #wrap {
        width: 87%;
    }

    #primary, #secondary, .no-sidebar .entry-content, .no-sidebar .comments-area {
        width: 100%;
    }

    #primary {
        margin-right: 0;
    }

    #secondary {
        margin-left: 0;
        margin-top: 40px;
    }
}

@media (max-width: 700px) {
    .site-content .entry-content blockquote, .site-content .comment-content blockquote {
        margin: 0;
        padding: 1% 0 4% 8%;
    }

    .single .entry-content .entry-title, .entry-content .entry-content h1, .site-content .comment-content h1 {
        font-size: 28px;
        line-height: 38px;
    }

    .single .site-content .related-content {
        padding-bottom: 20px;
    }

    .single .site-content .related-content .related-content-title {
        margin-left: 0;
    }

    .single .site-content .related-content article {
        margin: 0;
        padding: 20px 0 0;
        width: 100%;
    }

    .single .site-content .has-post-thumbnail .entry-thumbnail {
    }

    .entry-thumbnail {
        float: none;
        height: auto;
        margin: 0;
        width: 100%;
    }

    .entry-excerpt {
    }

    .comments-area ul.children {
        padding-left: 0;
    }
}

@media (max-width: 650px) {
    #logo {
        float: none;
        text-align: center;
        width: 98%;
    }

    .title-group {
        display: block;
        padding: 5px;
    }

    .img-home-post {
        height: auto;
        max-height: 350px;
    }

    #pagefeature {
        padding: 5px 0;
    }

    .site-info, .site-info #menu-social {
        text-align: center;
    }
}

@media (max-width: 480px) {
    #wrap {
        margin: 0;
        width: 100%;
    }

    .page-header {
        padding: 24px 12px;
    }

    .site-content {
        padding: 10px;
    }
}


div.pp_default .pp_top, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_right, div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
    height: 13px;
}

div.pp_default .pp_top .pp_left {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -78px -93px;
}

div.pp_default .pp_top .pp_middle {
    background: rgba(0, 0, 0, 0) url() repeat-x scroll left top;
}

div.pp_default .pp_top .pp_right {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -112px -93px;
}

div.pp_default .pp_content .ppt {
    color: #f8f8f8;
}

div.pp_default .pp_content_container .pp_left {
    background: rgba(0, 0, 0, 0) url() repeat-y scroll -7px 0;
    padding-left: 13px;
}

div.pp_default .pp_content_container .pp_right {
    background: rgba(0, 0, 0, 0) url() repeat-y scroll right top;
    padding-right: 13px;
}

div.pp_default .pp_next:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll right center;
    cursor: pointer;
}

div.pp_default .pp_previous:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll left center;
    cursor: pointer;
}

div.pp_default .pp_expand {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -29px;
    cursor: pointer;
    height: 28px;
    width: 28px;
}

div.pp_default .pp_expand:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -56px;
    cursor: pointer;
}

div.pp_default .pp_contract {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -84px;
    cursor: pointer;
    height: 28px;
    width: 28px;
}

div.pp_default .pp_contract:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -113px;
    cursor: pointer;
}

div.pp_default .pp_close {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 2px 1px;
    cursor: pointer;
    height: 30px;
    width: 30px;
}

div.pp_default .pp_gallery ul li a {
    background: #f8f8f8 url() repeat scroll center center;
    border: 1px solid #aaa;
}

div.pp_default .pp_social {
    margin-top: 7px;
}

div.pp_default .pp_gallery a.pp_arrow_previous, div.pp_default .pp_gallery a.pp_arrow_next {
    left: auto;
    position: static;
}

div.pp_default .pp_nav .pp_play, div.pp_default .pp_nav .pp_pause {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -51px 1px;
    height: 30px;
    width: 30px;
}

div.pp_default .pp_nav .pp_pause {
    background-position: -51px -29px;
}

div.pp_default a.pp_arrow_previous, div.pp_default a.pp_arrow_next {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -31px -3px;
    height: 20px;
    margin: 4px 0 0;
    width: 20px;
}

div.pp_default a.pp_arrow_next {
    background-position: -82px -3px;
    left: 52px;
}

div.pp_default .pp_content_container .pp_details {
    margin-top: 5px;
}

div.pp_default .pp_nav {
    clear: none;
    height: 30px;
    position: relative;
    width: 110px;
}

div.pp_default .pp_nav .currentTextHolder {
    color: #999;
    font-family: Georgia;
    font-size: 11px;
    font-style: italic;
    left: 75px;
    line-height: 25px;
    margin: 0;
    padding: 0 0 0 10px;
    position: absolute;
    top: 2px;
}

div.pp_default .pp_close:hover, div.pp_default .pp_nav .pp_play:hover, div.pp_default .pp_nav .pp_pause:hover, div.pp_default .pp_arrow_next:hover, div.pp_default .pp_arrow_previous:hover {
    opacity: 0.7;
}

div.pp_default .pp_description {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    margin: 5px 50px 5px 0;
}

div.pp_default .pp_bottom .pp_left {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -78px -127px;
}

div.pp_default .pp_bottom .pp_middle {
    background: rgba(0, 0, 0, 0) url() repeat-x scroll left bottom;
}

div.pp_default .pp_bottom .pp_right {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -112px -127px;
}

div.pp_default .pp_loaderIcon {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll center center;
}

div.light_rounded .pp_top .pp_left {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -88px -53px;
}

div.light_rounded .pp_top .pp_right {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -110px -53px;
}

div.light_rounded .pp_next:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll right center;
    cursor: pointer;
}

div.light_rounded .pp_previous:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll left center;
    cursor: pointer;
}

div.light_rounded .pp_expand {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -31px -26px;
    cursor: pointer;
}

div.light_rounded .pp_expand:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -31px -47px;
    cursor: pointer;
}

div.light_rounded .pp_contract {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -26px;
    cursor: pointer;
}

div.light_rounded .pp_contract:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -47px;
    cursor: pointer;
}

div.light_rounded .pp_close {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -1px -1px;
    cursor: pointer;
    height: 22px;
    width: 75px;
}

div.light_rounded .pp_nav .pp_play {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -1px -100px;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -24px -100px;
    height: 15px;
    width: 14px;
}

div.light_rounded .pp_arrow_previous {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -71px;
}

div.light_rounded .pp_arrow_next {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -22px -71px;
}

div.light_rounded .pp_bottom .pp_left {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -88px -80px;
}

div.light_rounded .pp_bottom .pp_right {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -110px -80px;
}

div.dark_rounded .pp_top .pp_left {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -88px -53px;
}

div.dark_rounded .pp_top .pp_right {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -110px -53px;
}

div.dark_rounded .pp_content_container .pp_left {
    background: rgba(0, 0, 0, 0) url() repeat-y scroll left top;
}

div.dark_rounded .pp_content_container .pp_right {
    background: rgba(0, 0, 0, 0) url() repeat-y scroll right top;
}

div.dark_rounded .pp_next:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll right center;
    cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll left center;
    cursor: pointer;
}

div.dark_rounded .pp_expand {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -31px -26px;
    cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -31px -47px;
    cursor: pointer;
}

div.dark_rounded .pp_contract {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -26px;
    cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -47px;
    cursor: pointer;
}

div.dark_rounded .pp_close {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -1px -1px;
    cursor: pointer;
    height: 22px;
    width: 75px;
}

div.dark_rounded .pp_description {
    color: #fff;
    margin-right: 85px;
}

div.dark_rounded .pp_nav .pp_play {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -1px -100px;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -24px -100px;
    height: 15px;
    width: 14px;
}

div.dark_rounded .pp_arrow_previous {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -71px;
}

div.dark_rounded .pp_arrow_next {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -22px -71px;
}

div.dark_rounded .pp_bottom .pp_left {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -88px -80px;
}

div.dark_rounded .pp_bottom .pp_right {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -110px -80px;
}

div.dark_rounded .pp_loaderIcon {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll center center;
}

div.dark_square .pp_left, div.dark_square .pp_middle, div.dark_square .pp_right, div.dark_square .pp_content {
    background: #000 none repeat scroll 0 0;
}

div.dark_square .pp_description {
    color: #fff;
    margin: 0 85px 0 0;
}

div.dark_square .pp_loaderIcon {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll center center;
}

div.dark_square .pp_expand {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -31px -26px;
    cursor: pointer;
}

div.dark_square .pp_expand:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -31px -47px;
    cursor: pointer;
}

div.dark_square .pp_contract {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -26px;
    cursor: pointer;
}

div.dark_square .pp_contract:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -47px;
    cursor: pointer;
}

div.dark_square .pp_close {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -1px -1px;
    cursor: pointer;
    height: 22px;
    width: 75px;
}

div.dark_square .pp_nav {
    clear: none;
}

div.dark_square .pp_nav .pp_play {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -1px -100px;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_nav .pp_pause {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -24px -100px;
    height: 15px;
    width: 14px;
}

div.dark_square .pp_arrow_previous {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -71px;
}

div.dark_square .pp_arrow_next {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -22px -71px;
}

div.dark_square .pp_next:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll right center;
    cursor: pointer;
}

div.dark_square .pp_previous:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll left center;
    cursor: pointer;
}

div.light_square .pp_expand {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -31px -26px;
    cursor: pointer;
}

div.light_square .pp_expand:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -31px -47px;
    cursor: pointer;
}

div.light_square .pp_contract {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -26px;
    cursor: pointer;
}

div.light_square .pp_contract:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -47px;
    cursor: pointer;
}

div.light_square .pp_close {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -1px -1px;
    cursor: pointer;
    height: 22px;
    width: 75px;
}

div.light_square .pp_nav .pp_play {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -1px -100px;
    height: 15px;
    width: 14px;
}

div.light_square .pp_nav .pp_pause {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -24px -100px;
    height: 15px;
    width: 14px;
}

div.light_square .pp_arrow_previous {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -71px;
}

div.light_square .pp_arrow_next {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -22px -71px;
}

div.light_square .pp_next:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll right center;
    cursor: pointer;
}

div.light_square .pp_previous:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll left center;
    cursor: pointer;
}

div.facebook .pp_top .pp_left {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -88px -53px;
}

div.facebook .pp_top .pp_middle {
    background: rgba(0, 0, 0, 0) url() repeat-x scroll left top;
}

div.facebook .pp_top .pp_right {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -110px -53px;
}

div.facebook .pp_content_container .pp_left {
    background: rgba(0, 0, 0, 0) url() repeat-y scroll left top;
}

div.facebook .pp_content_container .pp_right {
    background: rgba(0, 0, 0, 0) url() repeat-y scroll right top;
}

div.facebook .pp_expand {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -31px -26px;
    cursor: pointer;
}

div.facebook .pp_expand:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -31px -47px;
    cursor: pointer;
}

div.facebook .pp_contract {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -26px;
    cursor: pointer;
}

div.facebook .pp_contract:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -47px;
    cursor: pointer;
}

div.facebook .pp_close {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -1px -1px;
    cursor: pointer;
    height: 22px;
    width: 22px;
}

div.facebook .pp_description {
    margin: 0 37px 0 0;
}

div.facebook .pp_loaderIcon {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll center center;
}

div.facebook .pp_arrow_previous {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 -71px;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
    background-position: 0 -96px;
    cursor: default;
}

div.facebook .pp_arrow_next {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -32px -71px;
    height: 22px;
    margin-top: 0;
    width: 22px;
}

div.facebook .pp_arrow_next.disabled {
    background-position: -32px -96px;
    cursor: default;
}

div.facebook .pp_nav {
    margin-top: 0;
}

div.facebook .pp_nav p {
    font-size: 15px;
    padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -1px -123px;
    height: 22px;
    width: 22px;
}

div.facebook .pp_nav .pp_pause {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -32px -123px;
    height: 22px;
    width: 22px;
}

div.facebook .pp_next:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll right center;
    cursor: pointer;
}

div.facebook .pp_previous:hover {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll left center;
    cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -88px -80px;
}

div.facebook .pp_bottom .pp_middle {
    background: rgba(0, 0, 0, 0) url() repeat-x scroll left top;
}

div.facebook .pp_bottom .pp_right {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll -110px -80px;
}

div.pp_pic_holder a:focus {
    outline: medium none;
}

div.pp_overlay {
    background: #000 none repeat scroll 0 0;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9500;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

.pp_content_container .pp_left {
    padding-left: 20px;
}

.pp_content_container .pp_right {
    padding-right: 20px;
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px;
}

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    overflow: hidden;
    width: 55px;
}

.pp_social .twitter {
    float: left;
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap;
}

.pp_nav .pp_play, .pp_nav .pp_pause {
    float: left;
    margin-right: 4px;
    text-indent: -10000px;
}

a.pp_arrow_previous, a.pp_arrow_next {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    overflow: hidden;
    text-indent: -10000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative;
}

.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap;
}

.pp_gallery ul a {
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: block;
    float: left;
    height: 33px;
    overflow: hidden;
}

.pp_gallery ul a img {
    border: 0 none;
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0;
}

.pp_gallery li.default a {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 0 0;
    display: block;
    height: 33px;
    width: 50px;
}

.pp_gallery .pp_arrow_previous, .pp_gallery .pp_arrow_next {
    margin-top: 7px;
}

a.pp_next {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 10000px 10000px;
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll 10000px 10000px;
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_expand, a.pp_contract {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    display: block;
    line-height: 22px;
    position: absolute;
    right: 0;
    text-indent: -10000px;
    top: 0;
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

#pp_full_res {
    line-height: 1;
}

#pp_full_res .pp_inline {
    text-align: left;
}

#pp_full_res .pp_inline p {
    margin: 0 0 15px;
}

div.ppt {
    color: #fff;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}

div.pp_default .pp_content, div.light_rounded .pp_content {
    background-color: #fff;
}

div.pp_default #pp_full_res .pp_inline, div.light_rounded .pp_content .ppt, div.light_rounded #pp_full_res .pp_inline, div.light_square .pp_content .ppt, div.light_square #pp_full_res .pp_inline, div.facebook .pp_content .ppt, div.facebook #pp_full_res .pp_inline {
    color: #000;
}

div.pp_default .pp_gallery ul li a:hover, div.pp_default .pp_gallery ul li.selected a, .pp_gallery ul a:hover, .pp_gallery li.selected a {
    border-color: #fff;
}

div.pp_default .pp_details, div.light_rounded .pp_details, div.dark_rounded .pp_details, div.dark_square .pp_details, div.light_square .pp_details, div.facebook .pp_details {
    position: relative;
}

div.light_rounded .pp_top .pp_middle, div.light_rounded .pp_content_container .pp_left, div.light_rounded .pp_content_container .pp_right, div.light_rounded .pp_bottom .pp_middle, div.light_square .pp_left, div.light_square .pp_middle, div.light_square .pp_right, div.light_square .pp_content, div.facebook .pp_content {
    background: #fff none repeat scroll 0 0;
}

div.light_rounded .pp_description, div.light_square .pp_description {
    margin-right: 85px;
}

div.light_rounded .pp_gallery a.pp_arrow_previous, div.light_rounded .pp_gallery a.pp_arrow_next, div.dark_rounded .pp_gallery a.pp_arrow_previous, div.dark_rounded .pp_gallery a.pp_arrow_next, div.dark_square .pp_gallery a.pp_arrow_previous, div.dark_square .pp_gallery a.pp_arrow_next, div.light_square .pp_gallery a.pp_arrow_previous, div.light_square .pp_gallery a.pp_arrow_next {
    margin-top: 12px;
}

div.light_rounded .pp_arrow_previous.disabled, div.dark_rounded .pp_arrow_previous.disabled, div.dark_square .pp_arrow_previous.disabled, div.light_square .pp_arrow_previous.disabled {
    background-position: 0 -87px;
    cursor: default;
}

div.light_rounded .pp_arrow_next.disabled, div.dark_rounded .pp_arrow_next.disabled, div.dark_square .pp_arrow_next.disabled, div.light_square .pp_arrow_next.disabled {
    background-position: -22px -87px;
    cursor: default;
}

div.light_rounded .pp_loaderIcon, div.light_square .pp_loaderIcon {
    background: rgba(0, 0, 0, 0) url() no-repeat scroll center center;
}

div.dark_rounded .pp_top .pp_middle, div.dark_rounded .pp_content, div.dark_rounded .pp_bottom .pp_middle {
    background: rgba(0, 0, 0, 0) url() repeat scroll left top;
}

div.dark_rounded .currentTextHolder, div.dark_square .currentTextHolder {
    color: #c4c4c4;
}

div.dark_rounded #pp_full_res .pp_inline, div.dark_square #pp_full_res .pp_inline {
    color: #fff;
}

.pp_top, .pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_top, * html .pp_bottom {
    padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
    left: 0;
    position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
    display: none;
}


button, html input[type="button"], input[type="reset"], input[type="submit"] {
    background: #1e73be none repeat scroll 0 0;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .header-cart li a {
    background: #c7e2ce none repeat scroll 0 0;
}

.site-content a, #home-tagline h1, cite {
    color: #1e73be;
}

#content a:hover, .site-content a:hover, .site-footer a:hover {
    color: #c7e2ce;
}

.main-navigation {
    background: #c1b8af none repeat scroll 0 0;
}

h1.page-title, .call-action-txt span {
    color: #2c2c2c;
}

.entry-content {
    color: #2c2c2c;
}

.site-footer a {
    color: #8e8279;
}

.site-footer {
    color: #c7e2ce;
}

.site-footer {
    background: #c7e2ce none repeat scroll 0 0;
}

.nav-menu li:hover, .nav-menu li.sfHover, .nav-menuu a:focus, .nav-menu a:hover, .nav-menu a:active, .main-navigation li ul li a:hover {
    background: #c7e2ce none repeat scroll 0 0;
}

.nav-menu .current_page_item a, .nav-menu .current-post-ancestor a, .nav-menu .current-menu-item a {
    background: #8d847a none repeat scroll 0 0;
}