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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
body {
    line-height: 1;
    -webkit-text-size-adjust: 100%
}
ol,
ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
b,
strong {
    font-weight: 700
}
em {
    font-style: italic
}
a {
    text-decoration: none
}
img {
    max-width: 100%
}
:focus {
    outline: none
}
input,
textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0
}
.cleared {
    clear: both
}
.center {
    text-align: center
}
.hidden {
    display: none
}
.alignleft,
img.alignleft {
    float: left;
    padding: 5px 20px 10px 0
}
.alignright,
img.alignright {
    float: right;
    padding: 5px 0 10px 20px
}
.aligncenter,
img.aligncenter {
    margin: 0 auto;
    display: block
}
.size-large {
    max-width: 690px
}
.wrap {
    width: 1100px;
    margin: 0 auto
}
#background {
    line-height: 20px;
    font-size: 14px;
    min-width: 1120px;
    overflow: hidden;
    width: 100%;
    position: relative
}
#page {
    width: 100%;
    position: relative;
    margin: 0 auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    right: 0
}
#back_top {
    width: 48px;
    height: 48px;
    position: fixed;
    bottom: 48px;
    right: 48px;
    z-index: 100;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    cursor: pointer;
    opacity: .8;
    filter: alpha(opacity=80);
    border-radius: 5px;
    text-align: center
}
#back_top i {
    line-height: 48px;
    font-size: 30px;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
#back_top:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
#header {
    width: 100%;
    position: relative;
    z-index: 2;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
#header .wrap {
    position: relative
}
#slider {
    position: relative
}
#body {
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 60px
}
.logo-container {
    float: left
}
.logo-box {
    display: table;
    height: auto
}
.logo-box h1 {
    padding: 0;
    margin: 0;
    height: 70px
}
.logo-box img {
    max-height: 70px
}
.logo {
    display: table-cell;
    vertical-align: middle;
    line-height: 0;
    font-size: 0
}
a.logo-image {
    line-height: 0;
    font-size: 0;
    display: inline-block
}
.logo-image .logo-retina {
    display: none
}
.footer-logo .footer-logo-retina {
    display: none
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 32),
only screen and (min-device-pixel-ratio: 1.5) {
    .logo-image .logo-normal {
        display: none
    }
    .logo-image .logo-retina {
        display: block
    }
    .footer-logo .footer-logo-normal {
        display: none
    }
    .footer-logo .footer-logo-retina {
        display: inline-block
    }
}
.main-menu {
    float: right;
    position: relative
}
#scroll-header .main-menu:before {
    display: none
}
#toggle-menu-button {
    position: absolute;
    right: 0;
    top: 15px;
    width: 40px;
    height: 40px;
    display: none;
    cursor: pointer;
    text-align: center;
    border-radius: 3px
}
.toggle-menu-top {
    text-align: left;
    padding-bottom: 10px
}
.toggle-menu-close {
    width: 30px;
    height: 30px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
.toggle-menu-close i {
    font-size: 12px;
    line-height: 30px;
    color: #fff
}
#toggle-menu-button i {
    font-size: 23px;
    line-height: 40px
}
#page.page-to-right {
    right: 300px
}
#main-menu-toggle {
    position: absolute;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding: 20px;
    z-index: 3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}
#main-menu-toggle.toggle-menu-open {
    right: 0
}
#main-menu-toggle a {
    padding: 10px 12px 10px 0;
    display: block;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
#main-menu-toggle a:hover {
    padding: 10px 12px
}
.main-menu ul li {
    display: inline-block;
    padding: 24px 0 24px 40px;
    position: relative
}
.main-menu ul li a {
    position: relative;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    display: inline-block;
    padding-bottom: 2px
}
.main-menu ul ul {
    text-align: left;
    position: absolute;
    top: 70px;
    left: 20px;
    padding: 17px 0 5px;
    width: 250px;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}
.main-menu ul ul ul {
    position: absolute;
    top: -22px;
    left: -250px;
    width: 250px;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
.main-menu ul ul {
    display: none
}
.main-menu ul ul ul {
    display: none
}
.main-menu ul li:hover ul {
    display: block
}
.main-menu ul li:hover ul ul {
    display: none
}
.main-menu ul li li:hover ul {
    display: block
}
.main-menu ul li li {
    padding: 0;
    float: none;
    transition: opacity 200ms ease-out;
    -webkit-transition: opacity 200ms ease-out;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 13px
}
.main-menu ul li li a,
.main-menu ul li.current-menu-item li a,
.main-menu ul li.current-menu-ancestor li a {
    margin-left: 0;
    display: block;
    width: 210px;
    position: relative
}
.main-menu ul li li a {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}
.text-404 {
    text-align: center
}
.homepage-blog {
    padding-top: 40px;
    padding-bottom: 40px
}
.page-entry-thumb {
    line-height: 0;
    font-size: 0
}
.page-entry-body {
    padding: 40px
}
.page-entry-content p:last-child {
    padding-bottom: 0
}
#breadcrumb {
    padding: 10px 10px 8px
}
#breadcrumb a {
    display: inline-block;
    padding: 0 6px 0 0
}
#breadcrumb span {
    display: inline-block;
    padding: 0
}
#breadcrumb i {
    display: inline-block;
    margin-right: 5px
}
.top-search-form {
    padding-bottom: 40px;
    margin-bottom: 40px;
    text-align: center
}
.tab-title i {
    margin-right: 5px
}
.tab-top {
    letter-spacing: -3px;
    border-radius: 5px 5px 0 0
}
.tab-title {
    letter-spacing: 0;
    display: inline-block;
    cursor: pointer;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    padding: 5px 20px 4px;
    border-radius: 5px 5px 0 0
}
.tab-id {
    display: none
}
.tab-bottom {
    border-radius: 0 0 5px 5px;
    padding: 20px
}
.tab-content {
    display: none
}
.tab-content p:last-child {
    padding-bottom: 0
}
.tab-content-current {
    display: block
}
.tab-post .tab-title {
    padding: 5px 12px;
    border-radius: 0
}
.tab-post .tab-title:first-child {
    border-radius: 0
}
.tab-post .tab-top {
    border-radius: 0
}
.tab-post .tab-bottom {
    border-radius: 0
}
.accordion {
    line-height: 0;
    margin-bottom: 20px
}
.accor-title {
    padding: 5px 35px 5px 15px;
    cursor: pointer;
    position: relative;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    margin-bottom: 10px;
    border-radius: 5px
}
.accor-title i {
    margin-right: 5px;
    font-size: 16px
}
.accor-title-icon {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 10px;
    top: 7px;
    text-align: center;
    border-radius: 20px
}
.accor-title-icon i {
    font-size: 14px;
    line-height: 18px;
    vertical-align: 3px;
    margin-right: 0
}
.ui-state-active i {
    vertical-align: 4px
}
.ui-state-focus {
    outline: 0
}
.accor-content {
    padding: 20px;
    margin-bottom: 10px;
    margin-top: -10px;
    border-radius: 0 0 5px 5px
}
.accor-content p:last-child {
    padding-bottom: 0
}
.ui-state-active {
    border-radius: 5px 5px 0 0
}
.gallery-image-lightbox {
    position: relative;
    line-height: 0;
    font-size: 0
}
.gallery-image-lightbox a {
    line-height: 0;
    font-size: 0
}
.gallery-image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out
}
.gallery-image-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    content: '';
    text-align: center;
    border-radius: 5px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0)
}
.gallery-image-icon i {
    font-size: 30px;
    line-height: 60px
}
.gallery-image-lightbox:hover .gallery-image-bg {
    opacity: .8;
    filter: alpha(opacity=80)
}
.gallery-image-lightbox:hover .gallery-image-icon {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1)
}
.gallery-image-lightbox .gallery-image-icon:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.image-left img {
    float: left
}
.image-right img {
    float: right
}
.image-center {
    text-align: center
}
div.pp_default .pp_description {
    color: gray;
    padding: 0 0 0 12px
}
.gallery-grid {
    line-height: 0;
    font-size: 0
}
.gallery-thumb-main {
    line-height: 0;
    font-size: 0;
    overflow: hidden
}
.gallery-thumb-bottom .gallery-thumb-column {
    position: relative;
    line-height: 0;
    font-size: 0;
    cursor: pointer
}
.gallery-thumb-bottom .gallery-thumb-border {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -webkit-box-sizing: border-box
}
.gallery-thumb-main .gallery-thumb-each {
    height: 0;
    overflow: hidden
}
.gallery-thumb-main .gallery-current {
    height: auto
}
.info-box {
    position: relative;
    padding: 15px 50px 15px 20px;
    margin-bottom: 20px;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    border-radius: 5px
}
.info-box p:last-child {
    padding-bottom: 0
}
.info-box-remove {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 24px;
    height: 24px;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    cursor: pointer;
    border-radius: 16px
}
.info-box-remove i {
    font-size: 14px;
    line-height: 14px;
    vertical-align: 1px
}
.info-box:hover .info-box-remove {
    opacity: 1;
    filter: alpha(opacity=100)
}
.contact-form input[type=text],
.contact-form textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%
}
.contact-name-field,
.contact-email-field,
.contact-subject-field {
    margin-bottom: 4px
}
.contact-name-field div,
.contact-email-field div,
.contact-subject-field div,
.contact-textarea div,
.contact-textarea {
    margin-bottom: 2px
}
.contact-button {
    padding-top: 3px
}
.content.contact-button input[type=submit] {
    margin: 0
}
.contact-button-full input[type=submit] {
    width: 100%
}
.dropcap {
    float: left;
    padding: 4px 15px 0;
    font-size: 42px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase
}
.dropcap-style2 {
    color: #fc7330
}
.dropcap-style3 {
    background-color: gray;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    margin: 6px 10px 0;
    font-size: 26px;
    line-height: 40px;
    border-radius: 24px
}
.dropcap-style4 {
    background-color: #fc7330;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 0;
    text-align: center;
    margin: 6px 10px 0;
    font-size: 26px;
    line-height: 40px;
    border-radius: 24px
}
.content ul.custom-list {
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px
}
.content ul.custom-list li {
    padding: 8px 0
}
.content ul.custom-list i {
    margin-right: 5px;
    padding: 5px 0;
    font-size: 14px;
    line-height: 14px;
    width: 24px;
    border-radius: 16px;
    margin-right: 5px;
    text-align: center;
    vertical-align: 1px
}
.youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden
}
.youtube-container iframe,
.youtube-container object,
.youtube-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.vimeo-container {
    position: relative;
    padding-bottom: 56.2%;
    padding-top: 60px;
    overflow: hidden
}
.vimeo-container iframe,
.vimeo-container object,
.vimeo-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.wrap-column .fullable-column {
    padding: 0 10px
}
.post-map-container iframe {
    width: 100%
}
.google-map-container iframe {
    width: 100%;
    height: 100%
}
.google-map-container small {
    display: none
}
.column p:empty {
    display: none
}
pre {
    padding: 10px 20px
}
p {
    padding: 0 0 20px
}
h1 {
    padding: 20px 0
}
h2 {
    padding: 15px 0
}
h3 {
    padding: 10px 0
}
h4 {
    padding: 8px 0
}
h5 {
    padding: 6px 0
}
h6 {
    padding: 4px 0
}
blockquote {
    margin: 0 0 20px;
    padding: 20px;
    border-radius: 5px;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
blockquote p:last-child {
    padding-bottom: 0
}
.content ul {
    list-style-type: disc;
    padding: 0 0 10px 30px
}
.content ul ul {
    padding-top: 10px
}
.content ul li:last-child {
    padding-bottom: 0
}
.content .post-flexslider ul {
    list-style-type: none;
    padding: 0
}
.content .post-flexslider ol li {
    list-style-type: none;
    padding: 0
}
.content ol {
    list-style-type: decimal;
    padding: 0 0 10px 30px
}
.content ol ol {
    padding-top: 10px
}
.content ol li:last-child {
    padding-bottom: 0
}
.content li {
    padding: 0 0 10px
}
#wp-calendar caption {
    padding: 10px 0 8px
}
#wp-calendar td,
#wp-calendar th {
    text-align: center
}
.content table#wp-calendar {
    margin-bottom: 0
}
.content table {
    margin-bottom: 20px;
    width: 100%
}
.content table td,
.content table th,
.content table td {
    padding: 5px 10px
}
.content table td {
    padding: 5px 10px
}
.content input[type=text],
.content input[type=password],
.content input[type=email] {
    padding: 7px 10px;
    border-radius: 3px;
    margin: 0 0 10px
}
.content textarea,
.contact-form textarea {
    padding: 7px 10px;
    border-radius: 3px;
    margin: 0 0 10px
}
.content select {
    padding: 7px 10px;
    border-radius: 3px;
    max-width: 100%;
    margin: 0 0 10px
}
.content .widget_search .search-form #searchform {
    position: relative
}
.content .widget_search input[type=text] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%!important;
    margin: 0;
    border-radius: 5px;
    border-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 75px
}
.content .widget_search input[type=submit] {
    position: absolute;
    top: 0;
    right: -3px;
    padding: 10px;
    font-size: 14px;
    line-height: 14px
}
.content .small-button,
.content a.small-button {
    padding: 4px 10px;
    margin-bottom: 20px;
    margin-right: 5px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out
}
.small-button i {
    padding-right: 5px;
    text-decoration: none
}
.content input[type=submit],
.content button,
.content .normal-button,
.content a.normal-button {
    border-radius: 3px;
    padding: 6px 15px;
    margin-bottom: 20px;
    margin-right: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out
}
.normal-button i {
    padding-right: 8px;
    text-decoration: none
}
a.big-button {
    padding: 8px 20px;
    margin-bottom: 20px;
    margin-right: 5px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
a.big-button i {
    padding-right: 10px;
    text-decoration: none
}
.footer-button,
.sidebar-button {
    padding: 2px 8px;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
.paginate {
    text-align: left
}
.paginate .current {
    display: inline-block;
    text-align: center;
    padding: 8px 15px;
    min-width: 10px;
    margin-right: 15px;
    border-radius: 5px
}
.paginate a {
    display: inline-block;
    text-align: center;
    padding: 8px 15px;
    min-width: 10px;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    margin-right: 15px;
    border-radius: 5px
}
.search-field {
    padding: 6px 12px
}
.no-border {
    border-bottom: 0
}
.page-title {
    padding: 60px 0 0;
    text-align: center
}
.page-title h1 {
    padding: 10px 0;
    margin: 0
}
.sticky {
    padding: 20px;
    border: 1px dashed #e5e5e5;
    background-color: #f7f7f7
}
.post-entry {
    margin-bottom: 60px
}
.post-entry-single {
    margin-bottom: 45px
}
.post-entry-map {
    line-height: 0;
    font-size: 0
}
.post-entry-media {
    line-height: 0;
    font-size: 0
}
.post-entry-media img {
    width: 100%
}
.post-entry-body {
    padding: 40px
}
h1.post-entry-title {
    padding: 0 0 14px
}
.post-entry-title a {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
.post-entry:last-child {
    margin-bottom: 0;
    border-bottom: 0
}
.post-entry-meta {
    padding-bottom: 20px
}
.post-entry-meta i {
    padding-right: 5px
}
.post-entry-meta-text {
    padding-right: 20px
}
.post-entry-content {
    margin-bottom: 30px
}
.post-entry-content p:last-child {
    padding-bottom: 0
}
.post-entry-bottom-left {
    margin-right: 150px
}
.post-entry-bottom-right {
    float: right;
    letter-spacing: -4px
}
a.post-entry-button {
    position: relative;
    display: inline-block
}
a.post-entry-button:before {
    position: absolute;
    height: 100%;
    border-radius: 5px;
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
    width: 0;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
a.post-entry-button:hover:before {
    width: 100%
}
a.post-entry-button span {
    z-index: 2;
    position: relative;
    padding: 6px 20px;
    border-radius: 5px;
    display: inline-block;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.like-button {
    padding: 6px 20px;
    border-radius: 5px 0 0 5px;
    display: inline-block;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    cursor: pointer
}
.like-number {
    padding-right: 10px;
    display: inline-block;
    float: left;
    letter-spacing: 0
}
.share-button {
    position: relative;
    padding: 6px 20px;
    border-radius: 0 5px 5px 0;
    display: inline-block;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.share-button-container {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    position: absolute;
    text-align: center;
    width: 50px;
    bottom: 44px;
    left: 50%;
    margin-left: -25px;
    display: none
}
.share-button-arrow {
    position: absolute;
    bottom: -10px;
    left: 15px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid red
}
.share-button {
    letter-spacing: 0;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.social-share-icon {
    display: inline-block;
    width: 100%;
    height: 50px;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    text-align: center
}
.social-share-icon i {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    font-size: 24px;
    line-height: 50px
}
.post-entry-link {
    padding: 40px;
    position: relative;
    overflow: hidden;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}
.post-entry-link i {
    font-size: 160px;
    line-height: 160px;
    position: absolute;
    right: 0;
    top: -18px
}
.post-entry-quote {
    padding: 40px;
    position: relative;
    overflow: hidden
}
.post-entry-quote i {
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    right: 40px;
    bottom: 36px
}
.post-entry-quote h1.post-entry-content {
    padding: 0
}
.post-entry-tags {
    padding-top: 14px
}
.post-entry-tags a {
    border-radius: 3px;
    padding: 5px 8px;
    margin-right: 5px;
    position: relative;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    display: inline-block
}
.post-medium-left {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    padding-right: 10px
}
.post-medium-right {
    width: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    padding-left: 10px
}
.post-small-left {
    float: left;
    width: 200px
}
.post-small-media {
    padding-bottom: 10px
}
.post-small-left .post-entry-media {
    margin-bottom: 0
}
.post-small-right {
    padding-left: 220px
}
.post-small-meta {
    display: inline-block;
    margin-right: 20px;
    border-radius: 5px;
    border: 1px solid #ccc
}
.post-small-meta-icon {
    width: 25px;
    height: 25px;
    background-size: 25px 25px;
    float: left;
    border-right: 1px solid #ccc;
    padding: 3px 4px;
    text-align: center
}
.post-small-meta-icon i {
    font-size: 16px;
    line-height: 25px
}
.post-small-meta-text {
    float: left;
    padding: 0 8px
}
.post-cell {
    margin-bottom: 20px
}
.post-cell a {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
.post-cell-thumb,
.post-cell-thumb a {
    line-height: 0
}
.post-cell-thumb img {
    border-radius: 5px 5px 0 0
}
.post-cell-detail {
    border-radius: 0 0 5px 5px;
    padding: 15px 15px 5px
}
.post-cell-title {
    padding-bottom: 15px
}
.post-cell-meta {
    padding-top: 5px
}
.view-all-link {
    text-align: center;
    padding-top: 20px
}
.portfolio-view-all {
    padding-top: 40px
}
.blog-view-all {
    padding-top: 40px
}
.view-all-link a {
    display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    border-radius: 5px
}
.post-list {
    margin-bottom: 15px;
    padding-bottom: 15px
}
.post-list:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}
.box-style-list-box {
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #ccc
}
.post-list a {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
.post-list-info {
    float: left;
    width: 60px
}
.post-list-thumb {
    line-height: 0
}
.post-list-thumb img {
    border-radius: 5px
}
.post-list-data {
    margin-left: 70px
}
.post-list-title {
    margin-bottom: 5px
}
.blog-list-view-all {
    text-align: center
}
.blog-list-view-all a {
    display: inline-block;
    border-radius: 5px;
    padding: 3px 15px;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
.author-bio {
    padding-bottom: 40px;
    margin-bottom: 40px
}
.author-bio-page {
    padding: 40px;
    margin-bottom: 60px
}
.author-bio a {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
.author-bio-avatar {
    float: left;
    width: 90px;
    padding-top: 3px
}
.author-bio-avatar img {
    border-radius: 5px
}
.author-bio-details {
    margin-left: 110px
}
.author-bio-title {
    padding-bottom: 6px;
    position: relative
}
.author-bio-url {
    padding-top: 9px
}
.post-relative {
    margin-bottom: 40px;
    padding-bottom: 40px
}
.post-relative-column {
    float: left;
    width: 171px;
    margin-right: 30px
}
.post-relative a {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
.post-relative-entry {
    padding-bottom: 20px
}
h3#reply-title {
    margin: 0;
    padding: 0
}
.post-relative-thumb {
    margin-bottom: 5px
}
.post-relative-thumb img {
    border-radius: 5px
}
.post-relative-column {
    padding-bottom: 10px
}
.post-section-title,
#reply-title {
    margin-bottom: 30px
}
.post-entry-pages {
    padding-top: 20px
}
#comment-container {
    padding-bottom: 40px
}
#comment-container a {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
#comment-container ul {
    padding: 0;
    list-style-type: none
}
#comment-container li {
    padding-bottom: 20px
}
.comment-entry {
    position: relative;
    padding-bottom: 20px
}
.comment-avatar {
    float: left;
    width: 40px;
    height: 40px
}
.comment-avatar img {
    border-radius: 5px
}
.comment-info {
    margin-left: 40px;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-right: 40px
}
.comment-reply {
    position: absolute;
    right: 0;
    top: 0
}
.comment-reply a {
    padding: 5px 8px;
    border-radius: 3px;
    display: inline-block
}
.comment-content {
    padding-top: 10px
}
.comment-content p:last-child {
    padding-bottom: 0
}
.depth-2 {
    margin-left: 72px
}
.depth-3 {
    margin-left: 144px
}
.depth-4 {
    margin-left: 216px
}
.depth-5 {
    margin-left: 288px
}
.comment-form {
    padding-top: 20px
}
.comment-form-left {
    float: left;
    width: 48%;
    margin-right: 4%
}
.logged-in-as {
    float: left;
    width: 48%;
    margin-right: 4%;
    min-height: 200px
}
.comment-form-comment {
    float: right;
    width: 48%
}
.comment-form-author {
    margin-bottom: 1px
}
.comment-form-email {
    margin-bottom: 1px
}
.comment-form-url {
    margin-bottom: 0
}
.content .comment-form-author input[type=text],
.content .comment-form-email input[type=text],
.content .comment-form-url input[type=text] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%
}
.content .comment-form-comment textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    outline: none;
    margin-bottom: 10px
}
.form-submit {
    float: right;
    width: 48%;
    padding-bottom: 0
}
.form-submit input[type=submit] {
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    outline: none
}
.form-allowed-tags {
    display: none
}
.small-column {
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.big-column {
    float: left;
    width: 75%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.left {
    float: left
}
.right {
    float: right;
    padding-left: 40px
}
.column1,
.column1_1 {
    float: left;
    width: 100%
}
.column1_2 {
    float: left;
    width: 48%;
    margin-right: 4%
}
.column1_3 {
    float: left;
    width: 31%;
    margin-right: 4%
}
.column2_3 {
    float: left;
    width: 66%;
    margin-right: 4%
}
.column1_4 {
    float: left;
    width: 22%;
    margin-right: 4%
}
.column2_4 {
    float: left;
    width: 48%;
    margin-right: 4%
}
.column3_4 {
    float: left;
    width: 74%;
    margin-right: 4%
}
.footer-column {
    padding-top: 50px;
    padding-bottom: 50px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.column-last {
    margin-right: 0
}
.column1_3.column-last {
    width: 30%
}
.column2_3.column-last {
    width: 65%
}
.no_margin {
    margin-bottom: 0
}
.sidebar-widget {
    margin-bottom: 30px;
    padding-bottom: 30px
}
.sidebar-widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0
}
.sidebar-widget-title {
    padding-bottom: 20px
}
.sidebar-widget a {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
.content .sidebar-widget ul li:last-child {
    padding-bottom: 0
}
.content .sidebar-widget ul {
    list-style-type: none;
    padding: 0
}
.content .sidebar-widget .sub-menu {
    padding: 0 0 0 36px
}
.content .sidebar-widget .children {
    padding: 0 0 0 36px
}
.sidebar-widget li a i {
    padding-right: 5px;
    font-size: 10px;
    vertical-align: 1px;
    color: #bfbfbf
}
.footer-logo {
    font-size: 0;
    line-height: 0
}
#footer {
    position: relative
}
.footer-widget {
    padding-bottom: 50px
}
.footer-widget-title {
    margin-bottom: 30px;
    position: relative
}
.footer-widget-title span {
    position: relative;
    z-index: 2;
    padding-right: 10px
}
.footer-widget a {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out
}
.footer-widget p:last-child {
    padding-bottom: 0
}
#footer .footer-widget ul {
    margin: 0;
    padding: 0
}
#footer .footer-widget ul li:first-child {
    padding-top: 0
}
#footer .footer-widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0
}
#footer .footer-widget ul li {
    list-style-type: none;
    padding: 0 0 10px
}
#footer-bottom {
    position: relative;
    padding: 0
}
#footer-bottom .wrap {
    padding-top: 45px;
    padding-bottom: 45px;
    display: table
}
.footer-logo {
    margin-bottom: 7px
}
#footer-copyright {
    text-align: left
}
#footer-right {
    display: table-cell;
    text-align: right;
    vertical-align: middle
}
#footer-right ul li {
    display: inline-block;
    margin-left: 40px
}
.social {
    text-indent: -9999px;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-left: 14px;
    margin-right: 14px;
    opacity: .3;
    filter: alpha(opacity=30);
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    background-position: 1px 1px;
    border-radius: 20px
}
.social:hover {
    background-position: 35px 35px
}
.footer-social-container {
    padding-top: 4px
}
.footer-social {
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    border-radius: 5px;
    text-align: center
}
.footer-social i {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    font-size: 14px;
    line-height: 22px;
    margin-left: -2px
}
.footer-social-left {
    text-align: left
}
.footer-social-center {
    text-align: center
}
.footer-social-right {
    text-align: right
}
.footer-social-left .footer-social {
    margin-right: 10px
}
.footer-social-center .footer-social {
    margin-right: 5px;
    margin-left: 5px
}
.footer-social-right .footer-social {
    margin-left: 10px
}
.social-icon {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    border-radius: 3px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 13px
}
.social-icon i {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    font-size: 20px;
    line-height: 48px
}
.content .footer-widget .social-icon {
    width: 40px;
    height: 40px;
    line-height: 40px
}
.content .footer-widget .social-icon i {
    line-height: 40px
}
.tagcloud a {
    display: inline-block;
    border-radius: 3px;
    padding: 5px 8px;
    margin-right: 5px;
    position: relative;
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    margin-bottom: 3px
}
.widget-post {
    margin-bottom: 15px;
    margin-top: 15px;
    min-height: 75px
}
.widget-post:first-child {
    margin-top: 0
}
.widget-post:last-child {
    margin-bottom: 0;
    min-height: 60px
}
.widget-post-thumb {
    width: 60px;
    height: 60px;
    float: left
}
.widget-post-thumb img {
    border-radius: 5px
}
.widget-post-title {
    margin-left: 70px
}
.widget-post-meta {
    padding-top: 5px;
    margin-left: 70px;
    text-align: left;
    padding-bottom: 10px
}
.widget-post:last-child .widget-post-meta {
    padding-bottom: 0
}
.video-widget-textarea {
    width: 100%
}
.mc4wp-form {
    padding: 30px 20px 20px;
    background: url(images/subscribe-bg.png) left top repeat-x
}
@media only screen and (-Webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 32),
only screen and (min-device-pixel-ratio: 1.5) {
    .mc4wp-form {
        background: url(images/subscribe-bg-retina.png) left top repeat-x;
        background-size: 420px 10px
    }
}
.mc4wp-form p:last-child {
    padding-bottom: 0
}
.content .mc4wp-form input[type="text"],
.content .mc4wp-form input[type="password"],
.content .mc4wp-form input[type="email"] {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.content .mc4wp-form input[type="submit"] {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}
.mc4wp-alert {
    margin-top: 20px
}
.tweet-text {
    padding-bottom: 0
}
#footer .footer-widget.widget_latest_tweets_widget ul li {
    padding-bottom: 20px
}
#footer .footer-widget.widget_latest_tweets_widget ul li i {
    float: left;
    padding-top: 10px;
    font-size: 24px
}
#footer .footer-widget.widget_latest_tweets_widget ul li p {
    margin-left: 35px
}
#footer .latest-tweets ul li:last-child {
    padding-bottom: 0
}
.wpcf7 input[type=text],
.wpcf7 input[type=password],
.wpcf7 input[type=email],
.wpcf7 textarea {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}
.wpcf7 {
    padding-top: 20px
}
.back-cuponomize {
    background: #009AE0;
    padding: 7px 0
}
.back-cuponomize a {
    color: #FDFDFD!important;
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 13px
}
.back-cuponomize a:hover {
    color: #FFF#DAF3FF!important
}
.comparador {
    margin: 20px 0;
    clear: both;
    overflow: hidden
}
.comparador .produto {
    overflow: hidden;
    width: 25%;
    text-align: center;
    padding: 10px;
    border: 1px solid #EBE2E2;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    float: left
}
.comparador img {
    margin: 0
}
.comparador .produtoDescricao {
    text-align: center
}
.comparador .produtoDescricao h3 {
    font-size: 11px;
    margin: 0!important
}
.comparador .itemComparador {
    border-bottom: 1px dotted #E9E0E0;
    overflow: hidden;
    padding: 3px 0;
    height: 50px;
    width: 100%
}
.comparador .itemComparador:last-child {
    border-bottom: 0
}
.comparador .logotipoLoja {
    float: left;
    width: 35%;
    text-align: center
}
.comparador .logotipoLoja img {
    border-radius: 3px;
    margin-top: 11px
}
.comparador .precoProduto {
    width: 30%;
    float: left;
    font-size: 17px;
    text-align: center;
    font-weight: 700
}
.comparador .precoProduto a {
    padding-top: 15px!important;
    display: block
}
.comparador .botaoIrLoja {
    width: 35%;
    float: left;
    padding-top: 15px;
    text-align: center
}
.comparador .botaoIrLoja a {
    font-size: 14px;
    padding: 7px 21px 8px;
    border-radius: 3px;
    color: #fff;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: 400;
    background-color: #ff7e00;
    box-shadow: 0 -2px 0 0 #b05100 inset
}
.comparador .botaoIrLoja a:hover {
    text-decoration: none;
    color: #fff;
    background: #F1A93D
}
.comparador .comparadorItens {
    float: left;
    border: 1px solid #EBE2E2;
    position: relative;
    width: 66%;
    left: -1px;
    padding: 0 11px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: center
}
.comparador .noPic {
    left: 0!important;
    border-radius: 5px!important;
    float: none!important;
    margin: 0 auto!important
}
.listCuponsBlog {
    margin: 20px 0 35px!important;
    text-align: center;
    padding: 0!important
}
.listCuponsBlog li {
    list-style: none!important;
    padding: 13px 10px;
    overflow: hidden;
    border-bottom: 1px dotted #CECECE
}
.listCuponsBlog li .lojaLogo {
    float: left;
    width: 15%
}
.listCuponsBlog li .lojaLogo img {
    margin: 0;
    max-width: 90px!important;
    float: left;
    border-radius: 3px
}
.listCuponsBlog li .cupomTitulo {
    float: left;
    width: 55%;
    text-align: center
}
.listCuponsBlog li .cupomTitulo a {
    line-height: 32px;
    display: block;
    font-size: 15px
}
.listCuponsBlog li .cupomBotao {
    float: right;
    width: 28%
}
.listCuponsBlog li .linkDesconto a {
    text-align: center;
    min-width: 129px;
    background-color: #33AE22;
    box-shadow: inset 0 1px 0 0 #5ACB3F;
    border: 1px solid #209F12;
    border-radius: 3px;
    color: #fff;
    text-shadow: 1px 1px #468646;
    font-family: Tahoma, arial, sans-serif;
    font-size: 16px;
    display: block;
    font-weight: 700;
    line-height: 30px
}
.listCuponsBlog li .linkDesconto a:hover {
    color: #fff;
    background-color: #1CA00F
}
.listCuponsBlog li .descontoCodigo {
    background-color: #FEFFED;
    border: 1px dashed #acacac;
    white-space: nowrap;
    z-index: 2;
    display: block;
    position: relative;
    padding: 2px 0;
    height: 26px;
    border-radius: 3px;
    box-shadow: none
}
.listCuponsBlog li .descontoCodigo:hover {
    background-color: #FBFFC7;
    border: 1px dashed #919191
}
.listCuponsBlog li .descontoCodigo .codigo {
    color: #5cb85c;
    overflow: hidden;
    text-align: right;
    font-size: 15px;
    padding-right: 5px;
    font-weight: 700;
    text-transform: lowercase;
    padding-top: 2px
}
.listCuponsBlog li .descontoCodigo .codigo-textoC {
    background-color: #33AE22;
    box-shadow: inset 0 1px 0 0 #5ACB3F;
    border: 1px solid #209F12;
    border-radius: 3px;
    position: absolute;
    text-transform: uppercase;
    top: -1px;
    -webkit-transition: all 120ms ease-in-out;
    transition: all 120ms ease-in-out;
    left: -1px;
    padding: 4px 5% 4px 0;
    color: #fff;
    height: 22px;
    font-size: 15px;
    font-weight: 700;
    width: 85%;
    text-shadow: 1px 1px #468646;
    z-index: 1;
    overflow: visible!important
}
.listCuponsBlog li .descontoCodigo:hover .codigo-textoC,
.listCuponsBlog li .linkDesconto a:hover {
    box-shadow: 0 0 6px 2px rgba(92, 184, 92, .39)
}
.listCuponsBlog li .descontoCodigo:hover .codigo-textoC {
    width: 77%;
    transition: all 120ms ease-in-out;
    -webkit-transition: all 120ms ease-in-out
}
.listCuponsBlog li .descontoCodigo .codigo-textoC .peelieC {
    margin-right: -16px;
    width: 28px!important;
    height: 27px!important
}
.listCuponsBlog a.maisCategoria {
    color: #FFF;
    background: #0099E1;
    overflow: hidden;
    margin-top: 10px;
    border-radius: 2px;
    padding: 2px 7px;
    display: inline-block
}
.listCuponsBlog a.maisCategoria:hover {
    color: #FFF;
    opacity: .8
}
.single-post .lista-lojas {
    padding: 5px 0!important
}
.listCuponsBlog li .descontoCodigo .codigo-textoC .peelieC {
    margin-right: -16px;
    width: 28px!important;
    height: 27px!important
}
.listCuponsBlog li .descontoCodigo .codigo-textoC .peelieC {
    background-image: -webkit-linear-gradient(36deg, #F0F0F0 33%, #E2E2E2 42%, #D8D8D8 46%, #CBCBCB 51%, rgba(255, 255, 255, 0) 54%);
    background-image: linear-gradient(36deg, #F0F0F0 33%, #E2E2E2 42%, #D8D8D8 46%, #CBCBCB 51%, rgba(255, 255, 255, 0) 54%);
    background-image: -moz-linear-gradient(36deg, #F0F0F0 33%, #E2E2E2 42%, #D8D8D8 46%, #CBCBCB 51%, rgba(255, 255, 255, 0) 54%);
    background-image: -o-linear-gradient(36deg, #F0F0F0 33%, #E2E2E2 42%, #D8D8D8 46%, #CBCBCB 51%, rgba(255, 255, 255, 0) 54%);
    -webkit-border-radius: 5px;
    -moz-border-radiusradius: 5px;
    border-radius: 5px;
    -webkit-transform: rotate(51deg);
    -moz-transform: rotate(51deg);
    -ms-transform: rotate(51deg);
    -o-transform: rotate(51deg);
    transform: rotate(51deg);
    position: absolute;
    top: 2px;
    right: 0!important;
    margin-right: -18px;
    z-index: 3;
    content: "";
    display: block;
    width: 39px;
    height: 47px;
    -webkit-box-shadow: -5px 8px 7px 0 rgba(0, 0, 0, .19);
    -moz-box-shadow: -3px 8px 7px 0 rgba(0, 0, 0, .19);
    box-shadow: -3px 8px 7px 0 rgba(0, 0, 0, .19);
    -moz-border-radius-topleftradius: 5px;
    -moz-border-radius-toprightradius: 5px;
    border-width: 0
}
@media screen and (max-width: 1000px) {
    .comparador .produto {
        width: 100%;
        border: 0
    }
    .comparador .comparadorItens {
        border: 0;
        width: 100%;
        border-top: 1px solid #EBE2E2;
        border-bottom: 1px solid #EBE2E2
    }
}
#body {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}
#header .logo-text {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 30px;
    line-height: 70px;
    font-weight: 700
}
#main-menu-toggle a {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase
}
.main-menu ul li a {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 13px;
    line-height: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}
.main-menu ul li li a,
.main-menu ul li.current-menu-item li a,
.main-menu ul li.current-menu-ancestor li a {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 14px;
    line-height: 14px;
    font-style: normal;
    font-weight: 400
}
.text-404 {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 144px;
    line-height: 160px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}
.page-entry-title h1 {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 30px;
    line-height: 36px;
    font-style: normal;
    font-weight: 400
}
#breadcrumb {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 12px;
    line-height: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}
.tab-title {
    font-size: 16px;
    line-height: 30px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 700
}
.tab-content {
    font-size: 16px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important
}
.accor-title {
    font-size: 16px;
    line-height: 30px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 700
}
.accor-content {
    font-size: 16px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important
}
div.pp_default .pp_description {
    font-family: Arial, Tahoma, sans-serif!important
}
.info-box {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400
}
.dropcap {
    font-family: Arial, Tahoma, sans-serif!important;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase
}
.custom-list,
.custom-list a {
    font-size: 16px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 400
}
.content {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 16px;
    line-height: 24px
}
blockquote {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400
}
h1 {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    font-style: normal
}
h2 {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    font-style: normal
}
h3 {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal
}
h4 {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-style: normal
}
h5 {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    font-style: normal
}
h6 {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    font-style: normal
}
.content .widget_search input[type=text] {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-style: normal
}
.content .widget_search input[type=submit] {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 3px
}
.content .small-button,
.content a.small-button {
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 700;
    text-transform: uppercase
}
a.small-button i {
    font-size: 12px;
    line-height: 20px
}
.content input[type=submit],
.content button,
.content .normal-button,
.content a.normal-button {
    font-size: 14px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 700;
    text-transform: uppercase
}
a.normal-button i {
    font-size: 14px;
    line-height: 24px
}
.content .big-button,
.content a.big-button {
    font-size: 18px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 700;
    text-transform: uppercase
}
a.big-button i {
    font-size: 18px;
    line-height: 24px
}
#wp-calendar caption {
    font-size: 16px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 700;
    text-transform: uppercase
}
.content table#wp-calendar {
    font-size: 14px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 400;
    text-transform: uppercase
}
.content #wp-calendar thead td,
.content #wp-calendar thead th,
.content #wp-calendar tfoot td {
    font-weight: 700
}
.content input[type=text],
.content input[type=password],
.content input[type=email] {
    font-size: 16px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 400
}
.content textarea,
.contact-form textarea {
    font-size: 16px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 400
}
.content select {
    font-size: 16px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 400
}
.paginate {
    font-size: 0;
    letter-spacing: -2px
}
.paginate .current {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    font-weight: 700
}
.paginate a {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    font-weight: 700
}
.paginate i {
    font-size: 18px;
    line-height: 24px
}
.page-title h1 {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    text-transform: uppercase
}
.post-entry-link a {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300
}
.post-entry-quote .post-entry-content p {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300
}
.post-entry-quote-author {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700
}
.post-entry-meta,
.post-entry-meta a {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}
.post-entry-title,
.post-entry-title a {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 33px;
    line-height: 36px;
    font-style: normal;
    font-weight: 400;
    font-weight: 700;
    letter-spacing: -.7px
}
.post-entry-content {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400
}
a.post-entry-button {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase
}
.like-button,
.share-button {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase
}
.content .post-entry-tags a {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase
}
.author-bio {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 16px;
    line-height: 24px;
    font-style: normal
}
.author-bio-title {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700
}
.author-bio-url a {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 16px;
    line-height: 24px;
    font-style: normal
}
.post-relative a {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 16px;
    line-height: 24px
}
.post-section-title,
h3#reply-title {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase
}
.comment-info {
    font-size: 0;
    line-height: 0
}
.comment-author {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    font-style: normal
}
.comment-date {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-transform: uppercase
}
.content .comment-reply a {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-transform: uppercase
}
.comment-content {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 16px;
    line-height: 24px
}
.content .comment-reply-title small a {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    text-transform: uppercase
}
.comment-notes {
    font-size: 16px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 400
}
.content .comment-form-author input,
.content .comment-form-email input,
.content .comment-form-url input {
    font-size: 16px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 400
}
.comment-form-comment textarea {
    font-size: 16px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 400
}
.form-submit input[type=submit] {
    font-size: 14px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 700;
    text-transform: uppercase
}
.sidebar-widget {
    font-size: 16px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important
}
.sidebar-widget-title {
    font-size: 15px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 700;
    text-transform: uppercase
}
.sidebar-widget ul li a {
    font-size: 13px;
    line-height: 20px;
    font-family: Arial, Tahoma, sans-serif!important
}
.footer-widget {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 16px;
    line-height: 24px
}
.footer-widget-title {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase
}
.footer-widget ul li a {
    font-size: 16px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 400
}
.footer-text {
    font-size: 16px;
    line-height: 24px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 400;
    font-style: normal
}
#footer-right ul li {
    font-size: 16px;
    line-height: 16px;
    font-family: Arial, Tahoma, sans-serif!important;
    font-weight: 400;
    font-style: normal
}
.tagcloud a {
    font-family: Arial, Tahoma, sans-serif!important;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase
}
.widget-post-title a {
    font-family: Arial, Tahoma, sans-serif!important;
    line-height: 24px;
    font-size: 16px
}
.widget-post-meta {
    font-family: Arial, Tahoma, sans-serif!important;
    line-height: 14px;
    font-size: 12px;
    text-transform: uppercase
}
.footer-widget.widget_latest_tweets_widget ul li a time {
    font-family: Arial, Tahoma, sans-serif!important;
    line-height: 14px;
    font-size: 12px;
    text-transform: uppercase
}
@media screen and (max-width: 1120px) {
    #background {
        min-width: 980px
    }
    .wrap {
        width: 940px;
        margin: 0 auto
    }
    .no-wrap {
        width: 100%
    }
    .wrap-column {
        width: 960px;
        margin: 0 auto
    }
}
@media screen and (max-width: 980px) {
    #background {
        min-width: 760px
    }
    .wrap {
        width: 720px;
        margin: 0 auto
    }
    .wrap-column {
        width: 740px;
        margin: 0 auto
    }
    #header .logo-container,
    #header .logo-box {
        float: none;
        width: 100%;
        text-align: center
    }
    #header .main-menu {
        float: none;
        width: 100%;
        text-align: center
    }
    .main-menu ul li {
        padding: 10px 20px 25px
    }
    .main-menu ul ul {
        top: 55px
    }
    .depth-2 {
        margin-left: 48px
    }
    .depth-3 {
        margin-left: 96px
    }
    .depth-4 {
        margin-left: 144px
    }
    .depth-5 {
        margin-left: 192px
    }
}
@media screen and (max-width: 760px) {
    #background {
        min-width: 460px
    }
    .wrap {
	width: 95%;
	margin: 0 auto;
}

.post-entry-title, .post-entry-title a {
		font-size: 24px;
	
}

    #header .logo-container,
    #header .logo-box {
        text-align: left
    }
    #header {
        position: relative
    }
    #header .main-menu {
        display: none
    }
    #toggle-menu-button {
        display: block
    }
    .depth-2 {
        margin-left: 0
    }
    .depth-3 {
        margin-left: 0
    }
    .depth-4 {
        margin-left: 0
    }
    .depth-5 {
        margin-left: 0
    }
    .column1_2,
    .column1_3,
    .column2_3,
    .column1_4,
    .column2_4,
    .column3_4,
    .column1_3.column-last,
    .column2_3.column-last {
        float: none;
        width: 100%
    }
    .big-column,
    .big-column-pagebuilder,
    .portfolio-big-column {
        float: none;
        width: 100%
    }
    .big-column {
        margin-top: 0;
        margin-bottom: 40px
    }
    .small-column {
        float: none;
        width: 100%
    }
    .left {
        padding-right: 0
    }
    .right {
        padding-left: 0
    }
    .footer-column {
        padding-bottom: 0;
        float: none;
        width: 100%
    }
    .footer-column.column-last {
        padding-bottom: 40px
    }
    #footer-bottom .wrap {
        padding-bottom: 10px;
        display: block
    }
    #footer-copyright,
    #footer-right {
        text-align: center;
        float: none;
        width: 100%;
        display: block
    }
    .footer-logo {
        text-align: center
    }
    .footer-logo img {
        display: inline-block
    }
    #footer-copyright {
        padding-bottom: 20px
    }
    #footer-right ul li {
        margin-left: 5px;
        margin-right: 5px
    }
    .post-entry-body {
        padding: 20px
    }
    .post-entry-link {
        padding: 20px
    }
    .post-entry-quote {
        padding: 20px
    }
    .author-bio-page {
        padding: 20px
    }
    .page-entry-body {
        padding: 20px
    }
    .form-submit {
        padding-bottom: 20px
    }
    .comment-form-left,
    .logged-in-as {
        float: none;
        width: 100%;
        margin-right: 0
    }
    .comment-form-comment,
    .form-submit {
        float: none;
        width: 100%;
        margin-right: 0
    }
    .author-bio-avatar {
        padding-right: 20px
    }
    .author-bio-details {
        margin-left: 0
    }
    .post-entry-quote i {
        font-size: 36px;
        line-height: 36px;
        right: 20px;
        bottom: 16px
    }
    .post-entry-quote h1.post-entry-content {
        font-size: 30px;
        line-height: 36px
    }
}
@media screen and (max-width: 480px) {

.post-entry-meta span {
	width:25%;
}



.post-entry-meta .blog_comments {

	padding-right: 70px;
}



a.post-entry-button span {
	z-index: 2;
	position: relative;
	padding: 5px 2px !important;
	border-radius: 5px;
	display: inline-block;
	transition: all 200ms ease-out;
	-webkit-transition: all 200ms ease-out;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.post-entry-title, .post-entry-title a {
	font-family: Arial, Tahoma, sans-serif !important;
	font-size: 18px;
	line-height: 36px;
	font-style: normal;
	font-weight: 400;
	font-weight: 700;
	letter-spacing: -.7px;
}


    #background {
        min-width: 100%
    }
    .wrap {
        width: auto;
        margin: 0 auto;
        padding: 0 5px
    }
    #toggle-menu-button {
        right: 20px
    }
    #main-menu-toggle a {
        padding-left: 0;
        padding-right: 0
    }
}
::selection {
    background-color: #fc7330
}
a,
a:link,
a:visited {
    color: #fc7330
}
a:hover {
    color: gray
}
#back_top {
    background-color: #43ceae;
    color: #fff
}
#back_top i {
    color: #fff
}
#header {
    background-color: #fff;
    border-bottom: 1px solid #efefef
}
.content {
    color: #4c4c4c
}
.logo {
    color: #fc7330
}
.logo a {
    color: #fc7330
}
.logo a:hover {
    color: #a6a6a6
}
#toggle-menu-button {
    border: 1px solid #ccc
}
#toggle-menu-button i {
    color: gray
}
#toggle-menu-button:hover {
    background-color: #fc7330;
    border: 1px solid rgba(0, 0, 0, 0.1)
}
#toggle-menu-button:hover i {
    color: #fff
}
.toggle-menu-close {
    border: 2px solid rgba(255, 255, 255, 0.5)
}
.toggle-menu-close i {
    color: rgba(255, 255, 255, 0.5)
}
.toggle-menu-close:hover {
    border: 2px solid #fff
}
.toggle-menu-close:hover i {
    color: #fff
}
#main-menu-toggle {
    background-color: #4c4c4c
}
#main-menu-toggle a {
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}
#main-menu-toggle a:first-child {
    border-top: 0
}
#main-menu-toggle a:hover {
    color: #fff
}
.main-menu ul li a {
    color: #737373;
    font-weight: 700
}
.main-menu ul li a:hover {
    color: #fc7330;
    border-bottom: 2px solid #fc7330
}
.main-menu ul li.current-menu-item a,
.main-menu ul li.current-menu-ancestor a {
    color: #fc7330;
    border-bottom: 2px solid #fc7330
}
.main-menu ul li.current-menu-item a:hover,
.main-menu ul li.current-menu-ancestor a:hover {
    color: #fc7330;
    border-bottom: 2px solid #fc7330
}
.main-menu ul ul {
    background-color: #fafafa;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #ccc
}
.main-menu ul ul ul {
    background-color: #fafafa;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #ccc
}
.main-menu ul li li a,
.main-menu ul li.current-menu-item li a,
.main-menu ul li li.current-menu-item li a,
.main-menu ul li.current-menu-ancestor li a,
.main-menu ul li li.current-menu-ancestor li a {
    color: #a6a6a6;
    border-bottom: 2px solid transparent
}
.main-menu ul li li.current-menu-item a,
.main-menu ul li li li.current-menu-item a,
.main-menu ul li li.current-menu-ancestor a {
    color: #fc7330;
    border-bottom: 2px solid #fc7330
}
.main-menu ul li li a:hover,
.main-menu ul li.current-menu-item li a:hover,
.main-menu ul li li.current-menu-item li a:hover,
.main-menu ul li.current-menu-ancestor li a:hover {
    color: #fc7330;
    border-bottom: 2px solid #fc7330
}
#page {
    background-color: #F6F6F6
}
.text-404 {
    color: #ccc
}
.page-entry {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)
}
.content .page-entry-title h1 {
    color: #404040
}
#breadcrumb {
    background-color: #f7f7f7;
    color: #a6a6a6
}
#breadcrumb a {
    color: #a6a6a6
}
#breadcrumb a:hover {
    color: #fc7330
}
#breadcrumb span {
    color: #a6a6a6
}
.tab-post {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05)
}
.tab-top {
    background-color: #e5e5e5
}
.tab-title {
    color: gray
}
.tab-title:hover {
    color: #4c4c4c
}
.tab-title:last-child {
    border-right: 0
}
.tab-current,
.tab-current:hover {
    color: #fff;
    background-color: #fc7330
}
.tab-bottom {
    color: gray;
    background-color: #f7f7f7
}
.tab-post .tab-bottom {
    background-color: #fff
}
.accor-title {
    color: gray;
    background-color: #e5e5e5
}
.accor-title:hover {
    color: #4c4c4c
}
.accor-title i {
    color: gray
}
.ui-state-active,
.ui-state-active:hover {
    color: #fff;
    background-color: #fc7330
}
.accor-title-icon {
    color: #a6a6a6;
    border: 2px solid #bfbfbf
}
.accor-title-icon i {
    color: #a6a6a6
}
.ui-state-active .accor-title-icon {
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.8)
}
.ui-state-active .accor-title-icon i {
    color: #fff
}
.accor-content {
    color: gray;
    background-color: #f7f7f7
}
.ui-accordion-content-active {
    color: gray;
    background-color: #f7f7f7
}
.info-box {
    border: 2px solid #ccc;
    color: gray;
    background-color: #fafafa
}
.general-box {
    color: gray;
    background-color: #fafafa;
    border: 2px solid #ccc
}
.general-box .info-box-remove {
    color: #ccc;
    border: 2px solid #ccc
}
.error-box {
    color: #e74c3c;
    background-color: #ffeded;
    border: 2px solid #e74c3c
}
.error-box .info-box-remove {
    color: #e74c3c;
    border: 2px solid #e74c3c
}
.alert-box {
    color: #c09d10;
    background-color: #faf6e5;
    border: 2px solid #f1c40f
}
.alert-box .info-box-remove {
    color: #f1c40f;
    border: 2px solid #f1c40f
}
.success-box {
    color: #2ecc71;
    background-color: #e7f6d8;
    border: 2px solid #2ecc71
}
.success-box .info-box-remove {
    color: #2ecc71;
    border: 2px solid #2ecc71
}
.note-box {
    color: #3498db;
    background-color: #ecf8fe;
    border: 2px solid #3498db
}
.note-box .info-box-remove {
    color: #3498db;
    border: 2px solid #3498db
}
.content .custom-list i {
    background-color: #fc7330;
    color: #fff!important
}
.contact-name-field div,
.contact-email-field div,
.contact-subject-field div,
.contact-textarea div {
    color: gray
}
.contact-name-field span,
.contact-email-field span,
.contact-subject-field span,
.contact-textarea span {
    color: #eb3636
}
.content {
    color: #666
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    color: #4c4c4c
}
pre {
    border: 2px solid #e6e6e6;
    background-color: #fafafa;
    margin-bottom: 12px;
    border-radius: 7px
}
blockquote {
    color: #a6a6a6;
    border: 2px solid #d9d9d9
}
blockquote:hover {
    color: #737373;
    border: 2px solid #fc7330
}
.content li a {
    color: #fc7330
}
.content li a:hover {
    color: gray
}
.social-icon i {
    color: #fff
}
.social-icon:hover {
    background-color: #666
}
.social-icon:hover i {
    color: rgba(255, 255, 255, 0.8)
}
.footer-widget .social-icon {
    background-color: #fafafa
}
.footer-widget .social-icon:hover {
    background-color: #666
}
.footer-widget .social-icon:hover i {
    color: rgba(255, 255, 255, 0.8)
}
.social-bitbucket {
    background-color: #205081
}
.social-dropbox {
    background-color: #007ee5
}
.social-dribbble {
    background-color: #ea4c89
}
.social-gittip {
    background-color: #396
}
.social-facebook {
    background-color: #3b5998
}
.social-flickr {
    background-color: #ff0084
}
.social-foursquare {
    background-color: #0cbadf
}
.social-github {
    background-color: #171515
}
.social-google-plus {
    background-color: #dd4b39
}
.social-instagram {
    background-color: #3f729b
}
.social-linkedin {
    background-color: #0e76a8
}
.social-pinterest {
    background-color: #c8232c
}
.social-skype {
    background-color: #00aff0
}
.social-stack-exchange {
    background-color: #3a6da6
}
.social-stack-overflow {
    background-color: #ef8236
}
.social-trello {
    background-color: #256a92
}
.social-tumblr {
    background-color: #34526f
}
.social-twitter {
    background-color: #55acee
}
.social-vimeo-square {
    background-color: #4bf
}
.social-vk {
    background-color: #45668e
}
.social-weibo {
    background-color: #eb182c
}
.social-xing {
    background-color: #126567
}
.social-youtube {
    background-color: #c4302b
}
.footer-widget .social-bitbucket i {
    color: #205081
}
.footer-widget .social-dropbox i {
    color: #007ee5
}
.footer-widget .social-dribbble i {
    color: #ea4c89
}
.footer-widget .social-gittip i {
    color: #396
}
.footer-widget .social-facebook i {
    color: #3b5998
}
.footer-widget .social-flickr i {
    color: #ff0084
}
.footer-widget .social-foursquare i {
    color: #0cbadf
}
.footer-widget .social-github i {
    color: #171515
}
.footer-widget .social-google-plus i {
    color: #dd4b39
}
.footer-widget .social-instagram i {
    color: #3f729b
}
.footer-widget .social-linkedin i {
    color: #0e76a8
}
.footer-widget .social-pinterest i {
    color: #c8232c
}
.footer-widget .social-skype i {
    color: #00aff0
}
.footer-widget .social-stack-exchange i {
    color: #3a6da6
}
.footer-widget .social-stack-overflow i {
    color: #ef8236
}
.footer-widget .social-trello i {
    color: #256a92
}
.footer-widget .social-tumblr i {
    color: #34526f
}
.footer-widget .social-twitter i {
    color: #55acee
}
.footer-widget .social-vimeo-square i {
    color: #4bf
}
.footer-widget .social-vk i {
    color: #45668e
}
.footer-widget .social-weibo i {
    color: #eb182c
}
.footer-widget .social-xing i {
    color: #126567
}
.footer-widget .social-youtube i {
    color: #c4302b
}
.content table th {
    border: 2px solid #e6e6e6
}
.content table td {
    border: 2px solid #e6e6e6
}
#wp-calendar caption {
    color: #fff;
    border: 1px solid #f2f2f2;
    border-bottom: 0;
    background-color: #fc7330;
    text-transform: uppercase
}
.content table#wp-calendar {
    color: #4c4c4c;
    border: 1px solid #f2f2f2
}
.content #wp-calendar thead td,
.content #wp-calendar thead th,
.content #wp-calendar tfoot td {
    color: #737373;
    border: 1px solid #f2f2f2;
    font-weight: 700;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fafafa
}
.content #wp-calendar tbody td {
    color: #999;
    background-color: #fff;
    border: 1px solid #f2f2f2
}
.content input[type=text],
.content input[type=password],
.content input[type=email] {
    border: 0;
    color: #8c8c8c;
    background-color: #e5e5e5;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset
}
.content textarea {
    border: 0;
    color: #8c8c8c;
    background-color: #e5e5e5;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset
}
.content select {
    border: 0;
    color: #8c8c8c;
    background-color: #e5e5e5;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1) inset
}
.content .page-entry input[type=text],
.content .page-entry input[type=password],
.content .page-entry textarea,
.content .page-entry select,
.content .post-entry-body input[type=text],
.content .post-entry-body input[type=password],
.content .post-entry-body textarea,
.content .post-entry-body select {
    background-color: #f2f2f2
}
.content .widget_search input[type=text] {
    border: 0;
    background-color: #fff;
    color: gray;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)
}
.content .widget_search input[type=submit] {
    border: 0;
    background-color: #f2f2f2;
    color: gray;
    box-shadow: 0 0 0
}
.content .widget_search input[type=submit]:hover {
    border: 0;
    background-color: #fc7330;
    color: #fff
}
.content input[type=submit],
.content button {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #888;
    box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.05) inset
}
.content a.blue-button {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #3498db;
    box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.05) inset
}
.content a.white-button {
    color: gray;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #f2f2f2;
    box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.05) inset
}
.content a.red-button {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #e74c3c;
    box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.05) inset
}
.content a.green-button {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #2ecc71;
    box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.05) inset
}
.content a.yellow-button {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #f1c40f;
    box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.05) inset
}
.content a.pink-button {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #e73c8c;
    box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.05) inset
}
.content a.aqua-button {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #2cc6b9;
    box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.05) inset
}
.content a.orange-button {
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #fc7330;
    box-shadow: 0 -2px 1px rgba(0, 0, 0, 0.05) inset
}
.content input[type=submit]:hover,
.content button:hover,
.content .normal-button:hover,
.content a.normal-button:hover,
.content .big-button:hover,
.content a.big-button:hover,
.content .small-button:hover,
.content a.small-button:hover {
    color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #3d3d3d
}
.content .sidebar-widget a.sidebar-button {
    background-color: #fc7330;
    color: #fff
}
.content .sidebar-widget a.sidebar-button:hover {
    color: rgba(255, 255, 255, 0.5)
}
.footer-button {
    background-color: #fc7330;
    color: #fff
}
.top-search-form {
    border-bottom: 2px solid #d9d9d9
}
.paginate .current {
    color: #fc7330;
    background-color: #fff
}
.paginate a {
    color: #737373;
    background-color: #e5e5e5
}
.paginate a:hover {
    color: #fff;
    background-color: #fc7330
}
.page-title h1 {
    background-color: #e6e6e6;
    color: #595959
}
.post-entry,
.post-entry-single {
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)
}
.post-entry-link {
    background-color: #4c4c4c;
    color: #fff
}
.post-entry-link a {
    color: rgba(255, 255, 255, 0.5)
}
.post-entry-link a:hover {
    color: #fc7330
}
.post-entry-link i {
    color: rgba(255, 255, 255, 0.1)
}
.post-entry-quote {
    background-color: #fc7330
}
.post-entry-quote-author {
    color: rgba(255, 255, 255, 0.7)
}
.post-entry-quote a {
    color: #fff
}
.post-entry-quote a:hover {
    color: rgba(255, 255, 255, 0.9)
}
.post-entry-quote i {
    color: rgba(255, 255, 255, 0.3)
}
.post-entry-meta i {
    color: #bfbfbf
}
.post-entry-meta-text {
    color: #bfbfbf
}
.post-entry-meta-text a {
    color: #bfbfbf
}
.post-entry-meta-text a:hover {
    color: #fc7330
}
h1.post-entry-title,
h1.post-entry-title a {
    color: #404040
}
h1.post-entry-title a:hover {
    color: #fc7330
}
.post-entry-content {
    color: #737373
}
.post-entry-button span {
    color: #43ceae;
    border: 2px solid #2fc9a6;
}
a.post-entry-button:hover span {
    color: #fff;
    border: 2px solid #2fc9a6;
}
a.post-entry-button:before {
    background-color: #43ceae;
}
.like-button {
    border: 2px solid #e6e6e6;
    color: #737373
}
.liked-button {
    color: #fc7330
}
.share-button {
    border: 2px solid #e6e6e6;
    border-left: 0;
    color: #737373
}
.share-button:hover {
    color: #fc7330
}
.social-share-icon {
    background-color: #fc7330
}
.social-share-icon:hover {
    background-color: #737373
}
.social-share-icon i {
    color: rgba(255, 255, 255, 0.5)
}
.social-share-icon:hover i {
    color: #fff
}
.share-button-arrow {
    border-top: 10px solid #fc7330
}
.post-entry-tags a {
    background-color: #f2f2f2;
    color: #a6a6a6
}
.post-entry-tags a:hover {
    background-color: #fc7330;
    color: #fff
}
.author-bio {
    border-bottom: 2px solid #dbdbdb
}
.author-bio-page {
    border-bottom: 0;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)
}
.author-bio-title {
    color: #333
}
.author-bio-description {
    color: gray
}
.author-bio-url a {
    color: #fc7330
}
.author-bio-url a:hover {
    color: gray
}
.post-relative {
    border-bottom: 2px solid #dbdbdb
}
.post-relative-date {
    color: #b3b3b3
}
.post-relative a {
    color: gray
}
.post-relative a:hover {
    color: #fc7330
}
.post-section-title,
#reply-title {
    color: #595959
}
.comment-entry {
    border-bottom: 1px solid #dbdbdb
}
.comment-author,
.content .comment-author a {
    color: #737373
}
.content .comment-date,
.content .comment-date a {
    color: #bfbfbf
}
.content .comment-date a:hover {
    color: #fc7330
}
.content .comment-reply a {
    background-color: #dedede;
    color: gray
}
.content .comment-reply a:hover {
    background-color: #fc7330;
    color: #fff
}
.comment-content {
    color: #7f7f7f
}
.comment-notes {
    color: #fc7330
}
.sidebar-widget {
    border-bottom: 2px solid #d9d9d9
}
.sidebar-widget-title {
    color: #595959
}
.sidebar-widget:last-child {
    border-bottom: 0
}
.content .sidebar-widget {
    color: gray
}
.content .sidebar-widget a {
    color: #fc7330
}
.content .sidebar-widget a:hover {
    color: gray
}
.content .sidebar-widget ul li a {
    color: gray
}
.content .sidebar-widget ul li a:hover {
    color: #fc7330
}
.content .sidebar-widget ul li p a {
    color: #fc7330
}
.content .sidebar-widget ul li p a:hover {
    color: gray
}
#footer .wrap {
    border-top: 2px solid #d9d9d9
}
.footer-widget {
    color: #7f7f7f
}
.footer-widget-title {
    color: #737373
}
#footer-bottom {
    color: #8c8c8c
}
#footer-bottom .wrap {
    border-top: 2px solid #d9d9d9
}
#footer-bottom a {
    color: #8c8c8c
}
#footer-bottom a:hover {
    color: #fc7330
}
.footer-widget-title span {
    color: #737373
}
.content .sidebar-widget.widget_recent_comments {
    color: gray
}
.content .sidebar-widget.widget_recent_comments li a {
    color: #fc7330
}
.content .sidebar-widget.widget_recent_comments li a:hover {
    color: gray
}
.content .sidebar-widget .tagcloud a {
    background-color: #fafafa;
    color: #a6a6a6
}
.content .sidebar-widget .tagcloud a:hover {
    background-color: #fc7330;
    color: #fff
}
.widget-post {
    border-bottom: 1px solid #e5e5e5
}
.widget-post:last-child {
    border-bottom: 0
}
.content .widget-post-title a {
    color: #666
}
.content .widget-post-title a:hover {
    color: #fc7330
}
.content .widget-post-meta {
    color: #b3b3b3
}
.mc4wp-form {
    background-color: #fff;
    color: gray;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1)
}
.content .mc4wp-form input[type=text],
.content .mc4wp-form input[type=password],
.content .mc4wp-form input[type=email] {
    background-color: #f2f2f2
}
.content .mc4wp-form input[type=submit] {
    background-color: #fc7330
}
.content .mc4wp-form input[type=submit]:hover {
    background-color: gray
}
.mc4wp-error {
    color: #e74c3c
}
.mc4wp-notice {
    color: #3498db
}
.mc4wp-success {
    color: #2ecc71
}
.widget_latest_tweets_widget time {
    color: #a6a6a6
}
#footer .footer-widget.widget_latest_tweets_widget ul li i {
    color: #c2c2c2
}
.content ol.flex-control-nav {
    padding: 0
}
.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
    background-color: #fc7330
}
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover {
    background-color: rgba(0, 0, 0, 0.5)
}