article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
a {
    background: transparent;
}
a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code, kbd, pre, samp {
    font-family: monospace,  serif;
    font-size: 1em;
}
pre {
    white-space: pre-wrap;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@media print {
    * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
}
a, a:visited {
    text-decoration: underline;
}
a[href]:after {
    content: " (" attr(href) ")";
}
abbr[title]:after {
    content: " (" attr(title) ")";
}
a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
}
pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}
thead {
    display: table-header-group;
}
tr, img {
    page-break-inside: avoid;
}
img {
    max-width: 100% !important;
}
@page {
    margin: 2cm .5cm;
}
p, h2, h3 {
    orphans: 3;
    widows: 3;
}
h2, h3 {
    page-break-after: avoid;
}
select {
    background: #fff !important;
}
.navbar {
    display: none;
}
.table td, .table th {
    background-color: #fff !important;
}
.btn > .caret, .dropup > .btn > .caret {
    border-top-color: #000 !important;
}
.label {
    border: 1px solid #000;
}
.table {
    border-collapse: collapse !important;
}
.table-bordered th, .table-bordered td {
    border: 1px solid #ddd !important;
}
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Roboto", "Roboto", "proxima-nova",  "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #3c5b68;
    background-color: #f0f3f5;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #f0f3f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Roboto", "proxima-nova",  "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #4e5968;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small, h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .h5 .small, .h6 small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999;
}
h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small, h1 .small, h2 small, h2 .small, h3 small, h3 .small {
    font-size: 65%;
}
h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small, h4 .small, h5 small, h5 .small, h6 small, h6 .small {
    font-size: 75%;
}
h1, .h1 {
    font-size: 36px;
}
h2, .h2 {
    font-size: 32px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 16px;
}
h5, .h5 {
    font-size: 14px;
}
h6, .h6 {
    font-size: 13px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
}
@media (min-width: 768px) {
    .lead {
    font-size: 21px;
}
}
small, .small {
    font-size: 85%;
}
cite {
    font-style: normal;
}
.text-muted {
    color: #999;
}
.text-primary {
    color: #428bca;
}
.text-primary:hover {
    color: #3071a9;
}
.text-warning {
    color: #8a6d3b;
}
.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
.text-danger:hover {
    color: #843534;
}
.text-success {
    color: #3c763d;
}
.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
.text-info:hover {
    color: #245269;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul, ul ol, ol ul, ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.list-inline > li:first-child {
    padding-left: 0;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt, dd {
    line-height: 1.428571429;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 180px;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}
.dl-horizontal dd:after {
    clear: both;
}
}
abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee;
}
blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25;
}
blockquote p:last-child {
    margin-bottom: 0;
}
blockquote small, blockquote .small {
    display: block;
    line-height: 1.428571429;
    color: #999;
}
blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
}
blockquote.pull-right p, blockquote.pull-right small, blockquote.pull-right .small {
    text-align: right;
}
blockquote.pull-right small:before, blockquote.pull-right .small:before {
    content: '';
}
blockquote.pull-right small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}
blockquote:before, blockquote:after {
    content: "";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
@media (min-width: 768px) {
    .container {
    width: 750px;
}
}
@media (min-width: 992px) {
    .container {
    width: 970px;
}
}
@media (min-width: 1200px) {
    .container {
    width: 1170px;
}
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.row:before, .row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
true,  .col-xs-1,  .col-sm-1,  .col-md-1,  .col-lg-1,  .col-xs-2,  .col-sm-2,  .col-md-2,  .col-lg-2,  .col-xs-3,  .col-sm-3,  .col-md-3,  .col-lg-3,  .col-xs-4,  .col-sm-4,  .col-md-4,  .col-lg-4,  .col-xs-5,  .col-sm-5,  .col-md-5,  .col-lg-5,  .col-xs-6,  .col-sm-6,  .col-md-6,  .col-lg-6,  .col-xs-7,  .col-sm-7,  .col-md-7,  .col-lg-7,  .col-xs-8,  .col-sm-8,  .col-md-8,  .col-lg-8,  .col-xs-9,  .col-sm-9,  .col-md-9,  .col-lg-9,  .col-xs-10,  .col-sm-10,  .col-md-10,  .col-lg-10,  .col-xs-11,  .col-sm-11,  .col-md-11,  .col-lg-11,  .col-xs-12,  .col-sm-12,  .col-md-12,  .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
true,  .col-xs-1,  .col-xs-2,  .col-xs-3,  .col-xs-4,  .col-xs-5,  .col-xs-6,  .col-xs-7,  .col-xs-8,  .col-xs-9,  .col-xs-10,  .col-xs-11,  .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.666666666667%;
}
.col-xs-10 {
    width: 83.333333333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.666666666667%;
}
.col-xs-7 {
    width: 58.333333333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.666666666667%;
}
.col-xs-4 {
    width: 33.333333333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.666666666667%;
}
.col-xs-1 {
    width: 8.3333333333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.666666666667%;
}
.col-xs-pull-10 {
    right: 83.333333333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.666666666667%;
}
.col-xs-pull-7 {
    right: 58.333333333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.666666666667%;
}
.col-xs-pull-4 {
    right: 33.333333333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.666666666667%;
}
.col-xs-pull-1 {
    right: 8.3333333333333%;
}
.col-xs-pull-0 {
    right: 0%;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.666666666667%;
}
.col-xs-push-10 {
    left: 83.333333333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.666666666667%;
}
.col-xs-push-7 {
    left: 58.333333333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.666666666667%;
}
.col-xs-push-4 {
    left: 33.333333333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.666666666667%;
}
.col-xs-push-1 {
    left: 8.3333333333333%;
}
.col-xs-push-0 {
    left: 0%;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.666666666667%;
}
.col-xs-offset-10 {
    margin-left: 83.333333333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.666666666667%;
}
.col-xs-offset-7 {
    margin-left: 58.333333333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.666666666667%;
}
.col-xs-offset-4 {
    margin-left: 33.333333333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.666666666667%;
}
.col-xs-offset-1 {
    margin-left: 8.3333333333333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    true,  .col-sm-1,  .col-sm-2,  .col-sm-3,  .col-sm-4,  .col-sm-5,  .col-sm-6,  .col-sm-7,  .col-sm-8,  .col-sm-9,  .col-sm-10,  .col-sm-11,  .col-sm-12 {
    float: left;
}
.col-sm-12 {
    width: 100%;
}
.col-sm-11 {
    width: 91.666666666667%;
}
.col-sm-10 {
    width: 83.333333333333%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-8 {
    width: 66.666666666667%;
}
.col-sm-7 {
    width: 58.333333333333%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-5 {
    width: 41.666666666667%;
}
.col-sm-4 {
    width: 33.333333333333%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-2 {
    width: 16.666666666667%;
}
.col-sm-1 {
    width: 8.3333333333333%;
}
.col-sm-pull-12 {
    right: 100%;
}
.col-sm-pull-11 {
    right: 91.666666666667%;
}
.col-sm-pull-10 {
    right: 83.333333333333%;
}
.col-sm-pull-9 {
    right: 75%;
}
.col-sm-pull-8 {
    right: 66.666666666667%;
}
.col-sm-pull-7 {
    right: 58.333333333333%;
}
.col-sm-pull-6 {
    right: 50%;
}
.col-sm-pull-5 {
    right: 41.666666666667%;
}
.col-sm-pull-4 {
    right: 33.333333333333%;
}
.col-sm-pull-3 {
    right: 25%;
}
.col-sm-pull-2 {
    right: 16.666666666667%;
}
.col-sm-pull-1 {
    right: 8.3333333333333%;
}
.col-sm-pull-0 {
    right: 0%;
}
.col-sm-push-12 {
    left: 100%;
}
.col-sm-push-11 {
    left: 91.666666666667%;
}
.col-sm-push-10 {
    left: 83.333333333333%;
}
.col-sm-push-9 {
    left: 75%;
}
.col-sm-push-8 {
    left: 66.666666666667%;
}
.col-sm-push-7 {
    left: 58.333333333333%;
}
.col-sm-push-6 {
    left: 50%;
}
.col-sm-push-5 {
    left: 41.666666666667%;
}
.col-sm-push-4 {
    left: 33.333333333333%;
}
.col-sm-push-3 {
    left: 25%;
}
.col-sm-push-2 {
    left: 16.666666666667%;
}
.col-sm-push-1 {
    left: 8.3333333333333%;
}
.col-sm-push-0 {
    left: 0%;
}
.col-sm-offset-12 {
    margin-left: 100%;
}
.col-sm-offset-11 {
    margin-left: 91.666666666667%;
}
.col-sm-offset-10 {
    margin-left: 83.333333333333%;
}
.col-sm-offset-9 {
    margin-left: 75%;
}
.col-sm-offset-8 {
    margin-left: 66.666666666667%;
}
.col-sm-offset-7 {
    margin-left: 58.333333333333%;
}
.col-sm-offset-6 {
    margin-left: 50%;
}
.col-sm-offset-5 {
    margin-left: 41.666666666667%;
}
.col-sm-offset-4 {
    margin-left: 33.333333333333%;
}
.col-sm-offset-3 {
    margin-left: 25%;
}
.col-sm-offset-2 {
    margin-left: 16.666666666667%;
}
.col-sm-offset-1 {
    margin-left: 8.3333333333333%;
}
.col-sm-offset-0 {
    margin-left: 0%;
}
}
@media (min-width: 992px) {
    true,  .col-md-1,  .col-md-2,  .col-md-3,  .col-md-4,  .col-md-5,  .col-md-6,  .col-md-7,  .col-md-8,  .col-md-9,  .col-md-10,  .col-md-11,  .col-md-12 {
    float: left;
}
.col-md-12 {
    width: 100%;
}
.col-md-11 {
    width: 91.666666666667%;
}
.col-md-10 {
    width: 83.333333333333%;
}
.col-md-9 {
    width: 75%;
}
.col-md-8 {
    width: 66.666666666667%;
}
.col-md-7 {
    width: 58.333333333333%;
}
.col-md-6 {
    width: 50%;
}
.col-md-5 {
    width: 41.666666666667%;
}
.col-md-4 {
    width: 33.333333333333%;
}
.col-md-3 {
    width: 25%;
}
.col-md-2 {
    width: 16.666666666667%;
}
.col-md-1 {
    width: 8.3333333333333%;
}
.col-md-pull-12 {
    right: 100%;
}
.col-md-pull-11 {
    right: 91.666666666667%;
}
.col-md-pull-10 {
    right: 83.333333333333%;
}
.col-md-pull-9 {
    right: 75%;
}
.col-md-pull-8 {
    right: 66.666666666667%;
}
.col-md-pull-7 {
    right: 58.333333333333%;
}
.col-md-pull-6 {
    right: 50%;
}
.col-md-pull-5 {
    right: 41.666666666667%;
}
.col-md-pull-4 {
    right: 33.333333333333%;
}
.col-md-pull-3 {
    right: 25%;
}
.col-md-pull-2 {
    right: 16.666666666667%;
}
.col-md-pull-1 {
    right: 8.3333333333333%;
}
.col-md-pull-0 {
    right: 0%;
}
.col-md-push-12 {
    left: 100%;
}
.col-md-push-11 {
    left: 91.666666666667%;
}
.col-md-push-10 {
    left: 83.333333333333%;
}
.col-md-push-9 {
    left: 75%;
}
.col-md-push-8 {
    left: 66.666666666667%;
}
.col-md-push-7 {
    left: 58.333333333333%;
}
.col-md-push-6 {
    left: 50%;
}
.col-md-push-5 {
    left: 41.666666666667%;
}
.col-md-push-4 {
    left: 33.333333333333%;
}
.col-md-push-3 {
    left: 25%;
}
.col-md-push-2 {
    left: 16.666666666667%;
}
.col-md-push-1 {
    left: 8.3333333333333%;
}
.col-md-push-0 {
    left: 0%;
}
.col-md-offset-12 {
    margin-left: 100%;
}
.col-md-offset-11 {
    margin-left: 91.666666666667%;
}
.col-md-offset-10 {
    margin-left: 83.333333333333%;
}
.col-md-offset-9 {
    margin-left: 75%;
}
.col-md-offset-8 {
    margin-left: 66.666666666667%;
}
.col-md-offset-7 {
    margin-left: 58.333333333333%;
}
.col-md-offset-6 {
    margin-left: 50%;
}
.col-md-offset-5 {
    margin-left: 41.666666666667%;
}
.col-md-offset-4 {
    margin-left: 33.333333333333%;
}
.col-md-offset-3 {
    margin-left: 25%;
}
.col-md-offset-2 {
    margin-left: 16.666666666667%;
}
.col-md-offset-1 {
    margin-left: 8.3333333333333%;
}
.col-md-offset-0 {
    margin-left: 0%;
}
}
@media (min-width: 1200px) {
    true,  .col-lg-1,  .col-lg-2,  .col-lg-3,  .col-lg-4,  .col-lg-5,  .col-lg-6,  .col-lg-7,  .col-lg-8,  .col-lg-9,  .col-lg-10,  .col-lg-11,  .col-lg-12 {
    float: left;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-11 {
    width: 91.666666666667%;
}
.col-lg-10 {
    width: 83.333333333333%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-8 {
    width: 66.666666666667%;
}
.col-lg-7 {
    width: 58.333333333333%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-5 {
    width: 41.666666666667%;
}
.col-lg-4 {
    width: 33.333333333333%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-2 {
    width: 16.666666666667%;
}
.col-lg-1 {
    width: 8.3333333333333%;
}
.col-lg-pull-12 {
    right: 100%;
}
.col-lg-pull-11 {
    right: 91.666666666667%;
}
.col-lg-pull-10 {
    right: 83.333333333333%;
}
.col-lg-pull-9 {
    right: 75%;
}
.col-lg-pull-8 {
    right: 66.666666666667%;
}
.col-lg-pull-7 {
    right: 58.333333333333%;
}
.col-lg-pull-6 {
    right: 50%;
}
.col-lg-pull-5 {
    right: 41.666666666667%;
}
.col-lg-pull-4 {
    right: 33.333333333333%;
}
.col-lg-pull-3 {
    right: 25%;
}
.col-lg-pull-2 {
    right: 16.666666666667%;
}
.col-lg-pull-1 {
    right: 8.3333333333333%;
}
.col-lg-pull-0 {
    right: 0%;
}
.col-lg-push-12 {
    left: 100%;
}
.col-lg-push-11 {
    left: 91.666666666667%;
}
.col-lg-push-10 {
    left: 83.333333333333%;
}
.col-lg-push-9 {
    left: 75%;
}
.col-lg-push-8 {
    left: 66.666666666667%;
}
.col-lg-push-7 {
    left: 58.333333333333%;
}
.col-lg-push-6 {
    left: 50%;
}
.col-lg-push-5 {
    left: 41.666666666667%;
}
.col-lg-push-4 {
    left: 33.333333333333%;
}
.col-lg-push-3 {
    left: 25%;
}
.col-lg-push-2 {
    left: 16.666666666667%;
}
.col-lg-push-1 {
    left: 8.3333333333333%;
}
.col-lg-push-0 {
    left: 0%;
}
.col-lg-offset-12 {
    margin-left: 100%;
}
.col-lg-offset-11 {
    margin-left: 91.666666666667%;
}
.col-lg-offset-10 {
    margin-left: 83.333333333333%;
}
.col-lg-offset-9 {
    margin-left: 75%;
}
.col-lg-offset-8 {
    margin-left: 66.666666666667%;
}
.col-lg-offset-7 {
    margin-left: 58.333333333333%;
}
.col-lg-offset-6 {
    margin-left: 50%;
}
.col-lg-offset-5 {
    margin-left: 41.666666666667%;
}
.col-lg-offset-4 {
    margin-left: 33.333333333333%;
}
.col-lg-offset-3 {
    margin-left: 25%;
}
.col-lg-offset-2 {
    margin-left: 16.666666666667%;
}
.col-lg-offset-1 {
    margin-left: 8.3333333333333%;
}
.col-lg-offset-0 {
    margin-left: 0%;
}
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
select[multiple], select[size] {
    height: auto;
}
select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    height: auto;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
    color: #999;
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
}
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 15px;
}
.radio, .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle;
}
.radio label, .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm {
    height: auto;
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg {
    height: auto;
}
.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),  0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),  0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),  0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),  0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),  0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),  0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.form-control-static {
    margin-bottom: 0;
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #749eaf;
}
@media (min-width: 768px) {
    .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-inline .form-control {
    display: inline-block;
}
.form-inline select.form-control {
    width: auto;
}
.form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
.form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
}
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}
.form-horizontal .form-group:after {
    clear: both;
}
.form-horizontal .form-control-static {
    padding-top: 7px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
    text-align: right;
}
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none;
}
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #fff;
}
.btn-primary {
    color: #fff;
    background-color: #4091c4;
    border-color: #3783b3;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #347ba7;
    border-color: #296184;
}
.btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #67a6ce;
    border-color: #559ecc;
}
.btn-primary .badge {
    color: #4091c4;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.fade.in {
    opacity: 1;
}
.collapse {
    display: none;
}
.collapse.in {
    display: block;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    white-space: nowrap;
}
.input-group-btn:first-child > .btn {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn {
    margin-left: -1px;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -4px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
    z-index: 2;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.label[href]:hover, .label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
.label:empty {
    display: none;
}
.btn .label {
    position: relative;
    top: -1px;
}
.label-default {
    background-color: #999;
}
.label-default[href]:hover, .label-default[href]:focus {
    background-color: #808080;
}
.label-primary {
    background-color: #428bca;
}
.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #3071a9;
}
.label-success {
    background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #449d44;
}
.label-info {
    background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
    background-color: #31b0d5;
}
.label-warning {
    background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #ec971f;
}
.label-danger {
    background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #c9302c;
}
.label-secondary {
    background-color: #9c27b0;
}
.label-secondary[href]:hover, .label-secondary[href]:focus {
    background-color: #812591;
}
.label-dark {
    background-color: #212121;
    color: #fff;
}
.label-dark[href]:hover, .label-secondary[href]:focus {
    background-color: #060606;
    color: #fff;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: #428bca;
    background-color: #fff;
}
.nav-pills > li > a > .badge {
    margin-left: 3px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20);
}
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    z-index: 1050;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: none;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.428571429;
}
.modal-body {
    position: relative;
    padding: 20px;
}
.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}
.modal-footer:after {
    clear: both;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
@media screen and (min-width: 768px) {
    .modal-dialog {
    width: 75%;
    margin: 30px auto;
}
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
    display: block !important;
}
table.visible-xs {
    display: table;
}
tr.visible-xs {
    display: table-row !important;
}
th.visible-xs, td.visible-xs {
    display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-xs.visible-sm {
    display: block !important;
}
table.visible-xs.visible-sm {
    display: table;
}
tr.visible-xs.visible-sm {
    display: table-row !important;
}
th.visible-xs.visible-sm, td.visible-xs.visible-sm {
    display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-xs.visible-md {
    display: block !important;
}
table.visible-xs.visible-md {
    display: table;
}
tr.visible-xs.visible-md {
    display: table-row !important;
}
th.visible-xs.visible-md, td.visible-xs.visible-md {
    display: table-cell !important;
}
}
@media (min-width: 1200px) {
    .visible-xs.visible-lg {
    display: block !important;
}
table.visible-xs.visible-lg {
    display: table;
}
tr.visible-xs.visible-lg {
    display: table-row !important;
}
th.visible-xs.visible-lg, td.visible-xs.visible-lg {
    display: table-cell !important;
}
}
.visible-sm, tr.visible-sm, th.visible-sm, td.visible-sm {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-sm.visible-xs {
    display: block !important;
}
table.visible-sm.visible-xs {
    display: table;
}
tr.visible-sm.visible-xs {
    display: table-row !important;
}
th.visible-sm.visible-xs, td.visible-sm.visible-xs {
    display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
    display: block !important;
}
table.visible-sm {
    display: table;
}
tr.visible-sm {
    display: table-row !important;
}
th.visible-sm, td.visible-sm {
    display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-sm.visible-md {
    display: block !important;
}
table.visible-sm.visible-md {
    display: table;
}
tr.visible-sm.visible-md {
    display: table-row !important;
}
th.visible-sm.visible-md, td.visible-sm.visible-md {
    display: table-cell !important;
}
}
@media (min-width: 1200px) {
    .visible-sm.visible-lg {
    display: block !important;
}
table.visible-sm.visible-lg {
    display: table;
}
tr.visible-sm.visible-lg {
    display: table-row !important;
}
th.visible-sm.visible-lg, td.visible-sm.visible-lg {
    display: table-cell !important;
}
}
.visible-md, tr.visible-md, th.visible-md, td.visible-md {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-md.visible-xs {
    display: block !important;
}
table.visible-md.visible-xs {
    display: table;
}
tr.visible-md.visible-xs {
    display: table-row !important;
}
th.visible-md.visible-xs, td.visible-md.visible-xs {
    display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-md.visible-sm {
    display: block !important;
}
table.visible-md.visible-sm {
    display: table;
}
tr.visible-md.visible-sm {
    display: table-row !important;
}
th.visible-md.visible-sm, td.visible-md.visible-sm {
    display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
    display: block !important;
}
table.visible-md {
    display: table;
}
tr.visible-md {
    display: table-row !important;
}
th.visible-md, td.visible-md {
    display: table-cell !important;
}
}
@media (min-width: 1200px) {
    .visible-md.visible-lg {
    display: block !important;
}
table.visible-md.visible-lg {
    display: table;
}
tr.visible-md.visible-lg {
    display: table-row !important;
}
th.visible-md.visible-lg, td.visible-md.visible-lg {
    display: table-cell !important;
}
}
.visible-lg, tr.visible-lg, th.visible-lg, td.visible-lg {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-lg.visible-xs {
    display: block !important;
}
table.visible-lg.visible-xs {
    display: table;
}
tr.visible-lg.visible-xs {
    display: table-row !important;
}
th.visible-lg.visible-xs, td.visible-lg.visible-xs {
    display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-lg.visible-sm {
    display: block !important;
}
table.visible-lg.visible-sm {
    display: table;
}
tr.visible-lg.visible-sm {
    display: table-row !important;
}
th.visible-lg.visible-sm, td.visible-lg.visible-sm {
    display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-lg.visible-md {
    display: block !important;
}
table.visible-lg.visible-md {
    display: table;
}
tr.visible-lg.visible-md {
    display: table-row !important;
}
th.visible-lg.visible-md, td.visible-lg.visible-md {
    display: table-cell !important;
}
}
@media (min-width: 1200px) {
    .visible-lg {
    display: block !important;
}
table.visible-lg {
    display: table;
}
tr.visible-lg {
    display: table-row !important;
}
th.visible-lg, td.visible-lg {
    display: table-cell !important;
}
}
.hidden-xs {
    display: block !important;
}
table.hidden-xs {
    display: table;
}
tr.hidden-xs {
    display: table-row !important;
}
th.hidden-xs, td.hidden-xs {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-xs, tr.hidden-xs, th.hidden-xs, td.hidden-xs {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-xs.hidden-sm, tr.hidden-xs.hidden-sm, th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
    display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-xs.hidden-md, tr.hidden-xs.hidden-md, th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
    display: none !important;
}
}
@media (min-width: 1200px) {
    .hidden-xs.hidden-lg, tr.hidden-xs.hidden-lg, th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
    display: none !important;
}
}
.hidden-sm {
    display: block !important;
}
table.hidden-sm {
    display: table;
}
tr.hidden-sm {
    display: table-row !important;
}
th.hidden-sm, td.hidden-sm {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-sm.hidden-xs, tr.hidden-sm.hidden-xs, th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm, tr.hidden-sm, th.hidden-sm, td.hidden-sm {
    display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-sm.hidden-md, tr.hidden-sm.hidden-md, th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
    display: none !important;
}
}
@media (min-width: 1200px) {
    .hidden-sm.hidden-lg, tr.hidden-sm.hidden-lg, th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
    display: none !important;
}
}
.hidden-md {
    display: block !important;
}
table.hidden-md {
    display: table;
}
tr.hidden-md {
    display: table-row !important;
}
th.hidden-md, td.hidden-md {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-md.hidden-xs, tr.hidden-md.hidden-xs, th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md.hidden-sm, tr.hidden-md.hidden-sm, th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
    display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md, tr.hidden-md, th.hidden-md, td.hidden-md {
    display: none !important;
}
}
@media (min-width: 1200px) {
    .hidden-md.hidden-lg, tr.hidden-md.hidden-lg, th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
    display: none !important;
}
}
.hidden-lg {
    display: block !important;
}
table.hidden-lg {
    display: table;
}
tr.hidden-lg {
    display: table-row !important;
}
th.hidden-lg, td.hidden-lg {
    display: table-cell !important;
}
@media (max-width: 767px) {
    .hidden-lg.hidden-xs, tr.hidden-lg.hidden-xs, th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
    display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-lg.hidden-sm, tr.hidden-lg.hidden-sm, th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
    display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg.hidden-md, tr.hidden-lg.hidden-md, th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
    display: none !important;
}
}
@media (min-width: 1200px) {
    .hidden-lg, tr.hidden-lg, th.hidden-lg, td.hidden-lg {
    display: none !important;
}
}
.visible-print, tr.visible-print, th.visible-print, td.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
    display: block !important;
}
table.visible-print {
    display: table;
}
tr.visible-print {
    display: table-row !important;
}
th.visible-print, td.visible-print {
    display: table-cell !important;
}
.hidden-print, tr.hidden-print, th.hidden-print, td.hidden-print {
    display: none !important;
}
}
.osfont {
    font-family: 'osfonts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.os-vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.os-vertical-align-parent {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.header-highlight-stroke {
    position: relative;
    margin-bottom: 40px;
}
.header-highlight-stroke:after {
    content: "";
    position: absolute;
    width: 30px;
    display: block;
    height: 4px;
    background-color: #f85555;
    bottom: -15px;
}
@media (min-width: 1400px) {
    .container {
    width: ;
}
}
@media (min-width: 1550px) {
    .container {
    width: ;
}
}
@media (min-width: 1700px) {
    .container {
    width: ;
}
}
@media (min-width: 1400px) {
    true,  .col-xl-1,  .col-xl-2,  .col-xl-3,  .col-xl-4,  .col-xl-5,  .col-xl-6,  .col-xl-7,  .col-xl-8,  .col-xl-9,  .col-xl-10,  .col-xl-11,  .col-xl-12 {
    float: left;
}
.col-xl-12 {
    width: 100%;
}
.col-xl-11 {
    width: 91.666666666667%;
}
.col-xl-10 {
    width: 83.333333333333%;
}
.col-xl-9 {
    width: 75%;
}
.col-xl-8 {
    width: 66.666666666667%;
}
.col-xl-7 {
    width: 58.333333333333%;
}
.col-xl-6 {
    width: 50%;
}
.col-xl-5 {
    width: 41.666666666667%;
}
.col-xl-4 {
    width: 33.333333333333%;
}
.col-xl-3 {
    width: 25%;
}
.col-xl-2 {
    width: 16.666666666667%;
}
.col-xl-1 {
    width: 8.3333333333333%;
}
.col-xl-pull-12 {
    right: 100%;
}
.col-xl-pull-11 {
    right: 91.666666666667%;
}
.col-xl-pull-10 {
    right: 83.333333333333%;
}
.col-xl-pull-9 {
    right: 75%;
}
.col-xl-pull-8 {
    right: 66.666666666667%;
}
.col-xl-pull-7 {
    right: 58.333333333333%;
}
.col-xl-pull-6 {
    right: 50%;
}
.col-xl-pull-5 {
    right: 41.666666666667%;
}
.col-xl-pull-4 {
    right: 33.333333333333%;
}
.col-xl-pull-3 {
    right: 25%;
}
.col-xl-pull-2 {
    right: 16.666666666667%;
}
.col-xl-pull-1 {
    right: 8.3333333333333%;
}
.col-xl-pull-0 {
    right: 0%;
}
.col-xl-push-12 {
    left: 100%;
}
.col-xl-push-11 {
    left: 91.666666666667%;
}
.col-xl-push-10 {
    left: 83.333333333333%;
}
.col-xl-push-9 {
    left: 75%;
}
.col-xl-push-8 {
    left: 66.666666666667%;
}
.col-xl-push-7 {
    left: 58.333333333333%;
}
.col-xl-push-6 {
    left: 50%;
}
.col-xl-push-5 {
    left: 41.666666666667%;
}
.col-xl-push-4 {
    left: 33.333333333333%;
}
.col-xl-push-3 {
    left: 25%;
}
.col-xl-push-2 {
    left: 16.666666666667%;
}
.col-xl-push-1 {
    left: 8.3333333333333%;
}
.col-xl-push-0 {
    left: 0%;
}
.col-xl-offset-12 {
    margin-left: 100%;
}
.col-xl-offset-11 {
    margin-left: 91.666666666667%;
}
.col-xl-offset-10 {
    margin-left: 83.333333333333%;
}
.col-xl-offset-9 {
    margin-left: 75%;
}
.col-xl-offset-8 {
    margin-left: 66.666666666667%;
}
.col-xl-offset-7 {
    margin-left: 58.333333333333%;
}
.col-xl-offset-6 {
    margin-left: 50%;
}
.col-xl-offset-5 {
    margin-left: 41.666666666667%;
}
.col-xl-offset-4 {
    margin-left: 33.333333333333%;
}
.col-xl-offset-3 {
    margin-left: 25%;
}
.col-xl-offset-2 {
    margin-left: 16.666666666667%;
}
.col-xl-offset-1 {
    margin-left: 8.3333333333333%;
}
.col-xl-offset-0 {
    margin-left: 0%;
}
}
@media (min-width: 1550px) {
    true,  .col-xxl-1,  .col-xxl-2,  .col-xxl-3,  .col-xxl-4,  .col-xxl-5,  .col-xxl-6,  .col-xxl-7,  .col-xxl-8,  .col-xxl-9,  .col-xxl-10,  .col-xxl-11,  .col-xxl-12 {
    float: left;
}
.col-xxl-12 {
    width: 100%;
}
.col-xxl-11 {
    width: 91.666666666667%;
}
.col-xxl-10 {
    width: 83.333333333333%;
}
.col-xxl-9 {
    width: 75%;
}
.col-xxl-8 {
    width: 66.666666666667%;
}
.col-xxl-7 {
    width: 58.333333333333%;
}
.col-xxl-6 {
    width: 50%;
}
.col-xxl-5 {
    width: 41.666666666667%;
}
.col-xxl-4 {
    width: 33.333333333333%;
}
.col-xxl-3 {
    width: 25%;
}
.col-xxl-2 {
    width: 16.666666666667%;
}
.col-xxl-1 {
    width: 8.3333333333333%;
}
.col-xxl-pull-12 {
    right: 100%;
}
.col-xxl-pull-11 {
    right: 91.666666666667%;
}
.col-xxl-pull-10 {
    right: 83.333333333333%;
}
.col-xxl-pull-9 {
    right: 75%;
}
.col-xxl-pull-8 {
    right: 66.666666666667%;
}
.col-xxl-pull-7 {
    right: 58.333333333333%;
}
.col-xxl-pull-6 {
    right: 50%;
}
.col-xxl-pull-5 {
    right: 41.666666666667%;
}
.col-xxl-pull-4 {
    right: 33.333333333333%;
}
.col-xxl-pull-3 {
    right: 25%;
}
.col-xxl-pull-2 {
    right: 16.666666666667%;
}
.col-xxl-pull-1 {
    right: 8.3333333333333%;
}
.col-xxl-pull-0 {
    right: 0%;
}
.col-xxl-push-12 {
    left: 100%;
}
.col-xxl-push-11 {
    left: 91.666666666667%;
}
.col-xxl-push-10 {
    left: 83.333333333333%;
}
.col-xxl-push-9 {
    left: 75%;
}
.col-xxl-push-8 {
    left: 66.666666666667%;
}
.col-xxl-push-7 {
    left: 58.333333333333%;
}
.col-xxl-push-6 {
    left: 50%;
}
.col-xxl-push-5 {
    left: 41.666666666667%;
}
.col-xxl-push-4 {
    left: 33.333333333333%;
}
.col-xxl-push-3 {
    left: 25%;
}
.col-xxl-push-2 {
    left: 16.666666666667%;
}
.col-xxl-push-1 {
    left: 8.3333333333333%;
}
.col-xxl-push-0 {
    left: 0%;
}
.col-xxl-offset-12 {
    margin-left: 100%;
}
.col-xxl-offset-11 {
    margin-left: 91.666666666667%;
}
.col-xxl-offset-10 {
    margin-left: 83.333333333333%;
}
.col-xxl-offset-9 {
    margin-left: 75%;
}
.col-xxl-offset-8 {
    margin-left: 66.666666666667%;
}
.col-xxl-offset-7 {
    margin-left: 58.333333333333%;
}
.col-xxl-offset-6 {
    margin-left: 50%;
}
.col-xxl-offset-5 {
    margin-left: 41.666666666667%;
}
.col-xxl-offset-4 {
    margin-left: 33.333333333333%;
}
.col-xxl-offset-3 {
    margin-left: 25%;
}
.col-xxl-offset-2 {
    margin-left: 16.666666666667%;
}
.col-xxl-offset-1 {
    margin-left: 8.3333333333333%;
}
.col-xxl-offset-0 {
    margin-left: 0%;
}
}
@media (min-width: 1700px) {
    true,  .col-xxxl-1,  .col-xxxl-2,  .col-xxxl-3,  .col-xxxl-4,  .col-xxxl-5,  .col-xxxl-6,  .col-xxxl-7,  .col-xxxl-8,  .col-xxxl-9,  .col-xxxl-10,  .col-xxxl-11,  .col-xxxl-12 {
    float: left;
}
.col-xxxl-12 {
    width: 100%;
}
.col-xxxl-11 {
    width: 91.666666666667%;
}
.col-xxxl-10 {
    width: 83.333333333333%;
}
.col-xxxl-9 {
    width: 75%;
}
.col-xxxl-8 {
    width: 66.666666666667%;
}
.col-xxxl-7 {
    width: 58.333333333333%;
}
.col-xxxl-6 {
    width: 50%;
}
.col-xxxl-5 {
    width: 41.666666666667%;
}
.col-xxxl-4 {
    width: 33.333333333333%;
}
.col-xxxl-3 {
    width: 25%;
}
.col-xxxl-2 {
    width: 16.666666666667%;
}
.col-xxxl-1 {
    width: 8.3333333333333%;
}
.col-xxxl-pull-12 {
    right: 100%;
}
.col-xxxl-pull-11 {
    right: 91.666666666667%;
}
.col-xxxl-pull-10 {
    right: 83.333333333333%;
}
.col-xxxl-pull-9 {
    right: 75%;
}
.col-xxxl-pull-8 {
    right: 66.666666666667%;
}
.col-xxxl-pull-7 {
    right: 58.333333333333%;
}
.col-xxxl-pull-6 {
    right: 50%;
}
.col-xxxl-pull-5 {
    right: 41.666666666667%;
}
.col-xxxl-pull-4 {
    right: 33.333333333333%;
}
.col-xxxl-pull-3 {
    right: 25%;
}
.col-xxxl-pull-2 {
    right: 16.666666666667%;
}
.col-xxxl-pull-1 {
    right: 8.3333333333333%;
}
.col-xxxl-pull-0 {
    right: 0%;
}
.col-xxxl-push-12 {
    left: 100%;
}
.col-xxxl-push-11 {
    left: 91.666666666667%;
}
.col-xxxl-push-10 {
    left: 83.333333333333%;
}
.col-xxxl-push-9 {
    left: 75%;
}
.col-xxxl-push-8 {
    left: 66.666666666667%;
}
.col-xxxl-push-7 {
    left: 58.333333333333%;
}
.col-xxxl-push-6 {
    left: 50%;
}
.col-xxxl-push-5 {
    left: 41.666666666667%;
}
.col-xxxl-push-4 {
    left: 33.333333333333%;
}
.col-xxxl-push-3 {
    left: 25%;
}
.col-xxxl-push-2 {
    left: 16.666666666667%;
}
.col-xxxl-push-1 {
    left: 8.3333333333333%;
}
.col-xxxl-push-0 {
    left: 0%;
}
.col-xxxl-offset-12 {
    margin-left: 100%;
}
.col-xxxl-offset-11 {
    margin-left: 91.666666666667%;
}
.col-xxxl-offset-10 {
    margin-left: 83.333333333333%;
}
.col-xxxl-offset-9 {
    margin-left: 75%;
}
.col-xxxl-offset-8 {
    margin-left: 66.666666666667%;
}
.col-xxxl-offset-7 {
    margin-left: 58.333333333333%;
}
.col-xxxl-offset-6 {
    margin-left: 50%;
}
.col-xxxl-offset-5 {
    margin-left: 41.666666666667%;
}
.col-xxxl-offset-4 {
    margin-left: 33.333333333333%;
}
.col-xxxl-offset-3 {
    margin-left: 25%;
}
.col-xxxl-offset-2 {
    margin-left: 16.666666666667%;
}
.col-xxxl-offset-1 {
    margin-left: 8.3333333333333%;
}
.col-xxxl-offset-0 {
    margin-left: 0%;
}
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    font-family: "Roboto", "proxima-nova",  "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.428571429;
    color: #3c5b68;
    background-color: #f0f3f5;
    background-image: none;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
img {
    vertical-align: middle;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #f0f3f5;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #706F6F;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.btn-unflat-default {
    color: #333;
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',  endColorstr='#ffffffff',  GradientType=0);
    border-color: #bfbfbf;
    border-bottom-color: #a6a6a6;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #fff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #fff;
    text-shadow: -1px -1px 0px #d9d9d9;
    font-weight: 700;
}
.btn-unflat-default:hover, .btn-unflat-default:focus, .btn-unflat-default:active, .btn-unflat-default.active, .open .dropdown-toggle.btn-unflat-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.btn-unflat-default:active, .btn-unflat-default.active, .open .dropdown-toggle.btn-unflat-default {
    background-image: none;
}
.btn-unflat-default.disabled, .btn-unflat-default.disabled:hover, .btn-unflat-default.disabled:focus, .btn-unflat-default.disabled:active, .btn-unflat-default.disabled.active, .btn-unflat-default[disabled], .btn-unflat-default[disabled]:hover, .btn-unflat-default[disabled]:focus, .btn-unflat-default[disabled]:active, .btn-unflat-default[disabled].active, fieldset[disabled] .btn-unflat-default, fieldset[disabled] .btn-unflat-default:hover, fieldset[disabled] .btn-unflat-default:focus, fieldset[disabled] .btn-unflat-default:active, fieldset[disabled] .btn-unflat-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-unflat-default .badge {
    color: #fff;
    background-color: #fff;
}
.btn-unflat-primary {
    color: #fff;
    background-color: #4091c4;
    background-image: -webkit-linear-gradient(top, #67a7d0 0%, #4091c4 100%);
    background-image: linear-gradient(to bottom, #67a7d0 0%, #4091c4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff66a7d0',  endColorstr='#ff4091c4',  GradientType=0);
    border-color: #3175a0;
    border-bottom-color: #255879;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #8ebedc;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #8ebedc;
    text-shadow: -1px -1px 0px #2b678c;
    font-weight: 700;
}
.btn-unflat-primary:hover, .btn-unflat-primary:focus, .btn-unflat-primary:active, .btn-unflat-primary.active, .open .dropdown-toggle.btn-unflat-primary {
    color: #fff;
    background-color: #347ba7;
    border-color: #296184;
}
.btn-unflat-primary:active, .btn-unflat-primary.active, .open .dropdown-toggle.btn-unflat-primary {
    background-image: none;
}
.btn-unflat-primary.disabled, .btn-unflat-primary.disabled:hover, .btn-unflat-primary.disabled:focus, .btn-unflat-primary.disabled:active, .btn-unflat-primary.disabled.active, .btn-unflat-primary[disabled], .btn-unflat-primary[disabled]:hover, .btn-unflat-primary[disabled]:focus, .btn-unflat-primary[disabled]:active, .btn-unflat-primary[disabled].active, fieldset[disabled] .btn-unflat-primary, fieldset[disabled] .btn-unflat-primary:hover, fieldset[disabled] .btn-unflat-primary:focus, fieldset[disabled] .btn-unflat-primary:active, fieldset[disabled] .btn-unflat-primary.active {
    background-color: #4091c4;
    border-color: #3783b3;
}
.btn-unflat-primary .badge {
    color: #4091c4;
    background-color: #fff;
}
.btn-unflat-warning {
    color: #fff;
    background-color: #f0ad4e;
    background-image: -webkit-linear-gradient(top, #f4c37d 0%, #f0ad4e 100%);
    background-image: linear-gradient(to bottom, #f4c37d 0%, #f0ad4e 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff3c27d',  endColorstr='#fff0ad4e',  GradientType=0);
    border-color: #ec971f;
    border-bottom-color: #c77c11;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #f8d9ac;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #f8d9ac;
    text-shadow: -1px -1px 0px #df8a13;
    font-weight: 700;
}
.btn-unflat-warning:hover, .btn-unflat-warning:focus, .btn-unflat-warning:active, .btn-unflat-warning.active, .open .dropdown-toggle.btn-unflat-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512;
}
.btn-unflat-warning:active, .btn-unflat-warning.active, .open .dropdown-toggle.btn-unflat-warning {
    background-image: none;
}
.btn-unflat-warning.disabled, .btn-unflat-warning.disabled:hover, .btn-unflat-warning.disabled:focus, .btn-unflat-warning.disabled:active, .btn-unflat-warning.disabled.active, .btn-unflat-warning[disabled], .btn-unflat-warning[disabled]:hover, .btn-unflat-warning[disabled]:focus, .btn-unflat-warning[disabled]:active, .btn-unflat-warning[disabled].active, fieldset[disabled] .btn-unflat-warning, fieldset[disabled] .btn-unflat-warning:hover, fieldset[disabled] .btn-unflat-warning:focus, fieldset[disabled] .btn-unflat-warning:active, fieldset[disabled] .btn-unflat-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-unflat-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-unflat-danger {
    color: #fff;
    background-color: #d9534f;
    background-image: -webkit-linear-gradient(top, #e27c79 0%, #d9534f 100%);
    background-image: linear-gradient(to bottom, #e27c79 0%, #d9534f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe27b78',  endColorstr='#ffd9534f',  GradientType=0);
    border-color: #c9302c;
    border-bottom-color: #a02622;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #eba5a3;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #eba5a3;
    text-shadow: -1px -1px 0px #b52b27;
    font-weight: 700;
}
.btn-unflat-danger:hover, .btn-unflat-danger:focus, .btn-unflat-danger:active, .btn-unflat-danger.active, .open .dropdown-toggle.btn-unflat-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}
.btn-unflat-danger:active, .btn-unflat-danger.active, .open .dropdown-toggle.btn-unflat-danger {
    background-image: none;
}
.btn-unflat-danger.disabled, .btn-unflat-danger.disabled:hover, .btn-unflat-danger.disabled:focus, .btn-unflat-danger.disabled:active, .btn-unflat-danger.disabled.active, .btn-unflat-danger[disabled], .btn-unflat-danger[disabled]:hover, .btn-unflat-danger[disabled]:focus, .btn-unflat-danger[disabled]:active, .btn-unflat-danger[disabled].active, fieldset[disabled] .btn-unflat-danger, fieldset[disabled] .btn-unflat-danger:hover, fieldset[disabled] .btn-unflat-danger:focus, fieldset[disabled] .btn-unflat-danger:active, fieldset[disabled] .btn-unflat-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-unflat-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-unflat-success {
    color: #fff;
    background-color: #5cb85c;
    background-image: -webkit-linear-gradient(top, #80c780 0%, #5cb85c 100%);
    background-image: linear-gradient(to bottom, #80c780 0%, #5cb85c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7fc77f',  endColorstr='#ff5cb85c',  GradientType=0);
    border-color: #449d44;
    border-bottom-color: #357935;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #a3d7a3;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #a3d7a3;
    text-shadow: -1px -1px 0px #3d8b3d;
    font-weight: 700;
}
.btn-unflat-success:hover, .btn-unflat-success:focus, .btn-unflat-success:active, .btn-unflat-success.active, .open .dropdown-toggle.btn-unflat-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}
.btn-unflat-success:active, .btn-unflat-success.active, .open .dropdown-toggle.btn-unflat-success {
    background-image: none;
}
.btn-unflat-success.disabled, .btn-unflat-success.disabled:hover, .btn-unflat-success.disabled:focus, .btn-unflat-success.disabled:active, .btn-unflat-success.disabled.active, .btn-unflat-success[disabled], .btn-unflat-success[disabled]:hover, .btn-unflat-success[disabled]:focus, .btn-unflat-success[disabled]:active, .btn-unflat-success[disabled].active, fieldset[disabled] .btn-unflat-success, fieldset[disabled] .btn-unflat-success:hover, fieldset[disabled] .btn-unflat-success:focus, fieldset[disabled] .btn-unflat-success:active, fieldset[disabled] .btn-unflat-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-unflat-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-unflat-info {
    color: #fff;
    background-color: #5bc0de;
    background-image: -webkit-linear-gradient(top, #85d0e7 0%, #5bc0de 100%);
    background-image: linear-gradient(to bottom, #85d0e7 0%, #5bc0de 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff85d0e6',  endColorstr='#ff5bc0de',  GradientType=0);
    border-color: #31b0d5;
    border-bottom-color: #2390b0;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #b0e1ef;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #b0e1ef;
    text-shadow: -1px -1px 0px #28a1c5;
    font-weight: 700;
}
.btn-unflat-info:hover, .btn-unflat-info:focus, .btn-unflat-info:active, .btn-unflat-info.active, .open .dropdown-toggle.btn-unflat-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc;
}
.btn-unflat-info:active, .btn-unflat-info.active, .open .dropdown-toggle.btn-unflat-info {
    background-image: none;
}
.btn-unflat-info.disabled, .btn-unflat-info.disabled:hover, .btn-unflat-info.disabled:focus, .btn-unflat-info.disabled:active, .btn-unflat-info.disabled.active, .btn-unflat-info[disabled], .btn-unflat-info[disabled]:hover, .btn-unflat-info[disabled]:focus, .btn-unflat-info[disabled]:active, .btn-unflat-info[disabled].active, fieldset[disabled] .btn-unflat-info, fieldset[disabled] .btn-unflat-info:hover, fieldset[disabled] .btn-unflat-info:focus, fieldset[disabled] .btn-unflat-info:active, fieldset[disabled] .btn-unflat-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-unflat-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-trans-default {
    color: #01679b;
    background-color: transparent;
    border-color: #216689;
    box-shadow: inset 0px 0px 0px 1px #216689;
    font-weight: 400;
}
.btn-trans-default:hover, .btn-trans-default:focus, .btn-trans-default:active, .btn-trans-default.active, .open .dropdown-toggle.btn-trans-default {
    color: #01679b;
    border-color: #154158;
}
.btn-trans-default:active, .btn-trans-default.active, .open .dropdown-toggle.btn-trans-default {
    background-image: none;
}
.btn-trans-default.disabled, .btn-trans-default.disabled:hover, .btn-trans-default.disabled:focus, .btn-trans-default.disabled:active, .btn-trans-default.disabled.active, .btn-trans-default[disabled], .btn-trans-default[disabled]:hover, .btn-trans-default[disabled]:focus, .btn-trans-default[disabled]:active, .btn-trans-default[disabled].active, fieldset[disabled] .btn-trans-default, fieldset[disabled] .btn-trans-default:hover, fieldset[disabled] .btn-trans-default:focus, fieldset[disabled] .btn-trans-default:active, fieldset[disabled] .btn-trans-default.active {
    border-color: #216689;
}
.btn-trans-default .badge {
    color: ;
}
.btn-trans-primary {
    color: #fff;
    background-color: transparent;
    border-color: #3783b3;
    box-shadow: inset 0px 0px 0px 1px #3783b3;
    font-weight: 400;
}
.btn-trans-primary:hover, .btn-trans-primary:focus, .btn-trans-primary:active, .btn-trans-primary.active, .open .dropdown-toggle.btn-trans-primary {
    color: #fff;
    border-color: #296184;
}
.btn-trans-primary:active, .btn-trans-primary.active, .open .dropdown-toggle.btn-trans-primary {
    background-image: none;
}
.btn-trans-primary.disabled, .btn-trans-primary.disabled:hover, .btn-trans-primary.disabled:focus, .btn-trans-primary.disabled:active, .btn-trans-primary.disabled.active, .btn-trans-primary[disabled], .btn-trans-primary[disabled]:hover, .btn-trans-primary[disabled]:focus, .btn-trans-primary[disabled]:active, .btn-trans-primary[disabled].active, fieldset[disabled] .btn-trans-primary, fieldset[disabled] .btn-trans-primary:hover, fieldset[disabled] .btn-trans-primary:focus, fieldset[disabled] .btn-trans-primary:active, fieldset[disabled] .btn-trans-primary.active {
    border-color: #3783b3;
}
.btn-trans-primary .badge {
    color: ;
}
.btn-trans-warning {
    color: #fff;
    background-color: transparent;
    border-color: #eea236;
    box-shadow: inset 0px 0px 0px 1px #eea236;
    font-weight: 400;
}
.btn-trans-warning:hover, .btn-trans-warning:focus, .btn-trans-warning:active, .btn-trans-warning.active, .open .dropdown-toggle.btn-trans-warning {
    color: #fff;
    border-color: #d58512;
}
.btn-trans-warning:active, .btn-trans-warning.active, .open .dropdown-toggle.btn-trans-warning {
    background-image: none;
}
.btn-trans-warning.disabled, .btn-trans-warning.disabled:hover, .btn-trans-warning.disabled:focus, .btn-trans-warning.disabled:active, .btn-trans-warning.disabled.active, .btn-trans-warning[disabled], .btn-trans-warning[disabled]:hover, .btn-trans-warning[disabled]:focus, .btn-trans-warning[disabled]:active, .btn-trans-warning[disabled].active, fieldset[disabled] .btn-trans-warning, fieldset[disabled] .btn-trans-warning:hover, fieldset[disabled] .btn-trans-warning:focus, fieldset[disabled] .btn-trans-warning:active, fieldset[disabled] .btn-trans-warning.active {
    border-color: #eea236;
}
.btn-trans-warning .badge {
    color: ;
}
.btn-trans-danger {
    color: #fff;
    background-color: transparent;
    border-color: #d43f3a;
    box-shadow: inset 0px 0px 0px 1px #d43f3a;
    font-weight: 400;
}
.btn-trans-danger:hover, .btn-trans-danger:focus, .btn-trans-danger:active, .btn-trans-danger.active, .open .dropdown-toggle.btn-trans-danger {
    color: #fff;
    border-color: #ac2925;
}
.btn-trans-danger:active, .btn-trans-danger.active, .open .dropdown-toggle.btn-trans-danger {
    background-image: none;
}
.btn-trans-danger.disabled, .btn-trans-danger.disabled:hover, .btn-trans-danger.disabled:focus, .btn-trans-danger.disabled:active, .btn-trans-danger.disabled.active, .btn-trans-danger[disabled], .btn-trans-danger[disabled]:hover, .btn-trans-danger[disabled]:focus, .btn-trans-danger[disabled]:active, .btn-trans-danger[disabled].active, fieldset[disabled] .btn-trans-danger, fieldset[disabled] .btn-trans-danger:hover, fieldset[disabled] .btn-trans-danger:focus, fieldset[disabled] .btn-trans-danger:active, fieldset[disabled] .btn-trans-danger.active {
    border-color: #d43f3a;
}
.btn-trans-danger .badge {
    color: ;
}
.btn-trans-success {
    color: #fff;
    background-color: transparent;
    border-color: #4cae4c;
    box-shadow: inset 0px 0px 0px 1px #4cae4c;
    font-weight: 400;
}
.btn-trans-success:hover, .btn-trans-success:focus, .btn-trans-success:active, .btn-trans-success.active, .open .dropdown-toggle.btn-trans-success {
    color: #fff;
    border-color: #398439;
}
.btn-trans-success:active, .btn-trans-success.active, .open .dropdown-toggle.btn-trans-success {
    background-image: none;
}
.btn-trans-success.disabled, .btn-trans-success.disabled:hover, .btn-trans-success.disabled:focus, .btn-trans-success.disabled:active, .btn-trans-success.disabled.active, .btn-trans-success[disabled], .btn-trans-success[disabled]:hover, .btn-trans-success[disabled]:focus, .btn-trans-success[disabled]:active, .btn-trans-success[disabled].active, fieldset[disabled] .btn-trans-success, fieldset[disabled] .btn-trans-success:hover, fieldset[disabled] .btn-trans-success:focus, fieldset[disabled] .btn-trans-success:active, fieldset[disabled] .btn-trans-success.active {
    border-color: #4cae4c;
}
.btn-trans-success .badge {
    color: ;
}
.btn-trans-info {
    color: #fff;
    background-color: transparent;
    border-color: #46b8da;
    box-shadow: inset 0px 0px 0px 1px #46b8da;
    font-weight: 400;
}
.btn-trans-info:hover, .btn-trans-info:focus, .btn-trans-info:active, .btn-trans-info.active, .open .dropdown-toggle.btn-trans-info {
    color: #fff;
    border-color: #269abc;
}
.btn-trans-info:active, .btn-trans-info.active, .open .dropdown-toggle.btn-trans-info {
    background-image: none;
}
.btn-trans-info.disabled, .btn-trans-info.disabled:hover, .btn-trans-info.disabled:focus, .btn-trans-info.disabled:active, .btn-trans-info.disabled.active, .btn-trans-info[disabled], .btn-trans-info[disabled]:hover, .btn-trans-info[disabled]:focus, .btn-trans-info[disabled]:active, .btn-trans-info[disabled].active, fieldset[disabled] .btn-trans-info, fieldset[disabled] .btn-trans-info:hover, fieldset[disabled] .btn-trans-info:focus, fieldset[disabled] .btn-trans-info:active, fieldset[disabled] .btn-trans-info.active {
    border-color: #46b8da;
}
.btn-trans-info .badge {
    color: ;
}
.btn-trans-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    box-shadow: inset 0px 0px 0px 1px #fff;
    font-weight: 400;
}
.btn-trans-white:hover, .btn-trans-white:focus, .btn-trans-white:active, .btn-trans-white.active, .open .dropdown-toggle.btn-trans-white {
    color: #fff;
    border-color: #e0e0e0;
}
.btn-trans-white:active, .btn-trans-white.active, .open .dropdown-toggle.btn-trans-white {
    background-image: none;
}
.btn-trans-white.disabled, .btn-trans-white.disabled:hover, .btn-trans-white.disabled:focus, .btn-trans-white.disabled:active, .btn-trans-white.disabled.active, .btn-trans-white[disabled], .btn-trans-white[disabled]:hover, .btn-trans-white[disabled]:focus, .btn-trans-white[disabled]:active, .btn-trans-white[disabled].active, fieldset[disabled] .btn-trans-white, fieldset[disabled] .btn-trans-white:hover, fieldset[disabled] .btn-trans-white:focus, fieldset[disabled] .btn-trans-white:active, fieldset[disabled] .btn-trans-white.active {
    border-color: #fff;
}
.btn-trans-white .badge {
    color: ;
}
.btn-trans-black {
    color: #111;
    background-color: transparent;
    border-color: #111;
    box-shadow: inset 0px 0px 0px 1px #111;
    font-weight: 400;
}
.btn-trans-black:hover, .btn-trans-black:focus, .btn-trans-black:active, .btn-trans-black.active, .open .dropdown-toggle.btn-trans-black {
    color: #111;
    border-color: #000;
}
.btn-trans-black:active, .btn-trans-black.active, .open .dropdown-toggle.btn-trans-black {
    background-image: none;
}
.btn-trans-black.disabled, .btn-trans-black.disabled:hover, .btn-trans-black.disabled:focus, .btn-trans-black.disabled:active, .btn-trans-black.disabled.active, .btn-trans-black[disabled], .btn-trans-black[disabled]:hover, .btn-trans-black[disabled]:focus, .btn-trans-black[disabled]:active, .btn-trans-black[disabled].active, fieldset[disabled] .btn-trans-black, fieldset[disabled] .btn-trans-black:hover, fieldset[disabled] .btn-trans-black:focus, fieldset[disabled] .btn-trans-black:active, fieldset[disabled] .btn-trans-black.active {
    border-color: #111;
}
.btn-trans-black .badge {
    color: ;
}
.img-max img {
    max-width: 100%;
}
.text-bigger {
    font-size: 18px;
}
.text-content {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}
.text-style-thin {
    font-weight: 100;
}
.heading-first {
    margin-top: 0px;
}
.text-upper {
    text-transform: uppercase;
}
.padded-vert {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padded-vert-one {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padded-vert-two {
    padding-top: 100px;
    padding-bottom: 100px;
}
.padded-hor {
    padding-left: 60px;
    padding-right: 60px;
}
.padded-bottom {
    padding-bottom: 60px;
}
.padded-top-half {
    padding-top: 30px;
}
.padded-top {
    padding-top: 60px;
}
.padded-top-one {
    padding-top: 80px;
}
.padded-top-two {
    padding-top: 100px;
}
.padded-left {
    padding-left: 40px;
}
.padded-left-one {
    padding-left: 60px;
}
.padded-left-two {
    padding-left: 80px;
}
.padded-right {
    padding-right: 40px;
}
.container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.col-no-margin {
    margin: 0px !important;
    padding: 0px !important;
}
.row-no-margins {
    margin-left: 0px;
    margin-right: 0px;
}
.row-no-margins > [class^="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}
.row-narrow-spaced {
    margin-left: -10px;
    margin-right: -10px;
}
@font-face {
    font-family: 'osfonts';
    src: url('fonts/osfonts/osfonts.eot?-gq2skg');
    src: url('fonts/osfonts/osfonts.eot?#iefix-gq2skg') format('embedded-opentype'),  url('fonts/osfonts/osfonts.woff?-gq2skg') format('woff'),  url('fonts/osfonts/osfonts.ttf?-gq2skg') format('truetype'),  url('fonts/osfonts/osfonts.svg?-gq2skg#osfonts') format('svg');
    font-weight: normal;
    font-style: normal;
}
[class^="os-icon-"], [class*=" os-icon-"] {
    font-family: 'osfonts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.os-icon-search:before {
    content: "\f002";
}
.os-icon-heart:before {
    content: "\f004";
}
.os-icon-clock-o:before {
    content: "\f017";
}
.os-icon-qrcode:before {
    content: "\f029";
}
.os-icon-plus:before {
    content: "\f067";
}
.os-icon-minus:before {
    content: "\f068";
}
.os-icon-eye:before {
    content: "\f06e";
}
.os-icon-eye-slash:before {
    content: "\f070";
}
.os-icon-bars:before {
    content: "\f0c9";
}
.os-icon-angle-left:before {
    content: "\f104";
}
.os-icon-angle-right:before {
    content: "\f105";
}
.os-icon-angle-up:before {
    content: "\f106";
}
.os-icon-angle-down:before {
    content: "\f107";
}
.os-icon-circle-o:before {
    content: "\f10c";
}
.os-icon-thin-098_zoom_in_magnify_plus:before {
    content: "\e7e2";
}
.os-icon-thin-044_visability_view_watch_eye:before {
    content: "\e818";
}
.os-icon-thin-042_comment_quote_reply:before {
    content: "\e81a";
}
.os-icon-thin-038_comment_chat_message:before {
    content: "\e81e";
}
.os-icon-google-plus:before {
    content: "\e600";
}
.os-icon-instagram:before {
    content: "\e602";
}
.os-icon-behance:before {
    content: "\e603";
}
.os-icon-soundcloud:before {
    content: "\e606";
}
.os-icon-pinterest:before {
    content: "\e607";
}
.os-icon-myspace:before {
    content: "\e60a";
}
.os-icon-blogger:before {
    content: "\e60f";
}
.os-icon-stumbleupon:before {
    content: "\e610";
}
.os-icon-technorati:before {
    content: "\e611";
}
.os-icon-picasa:before {
    content: "\e613";
}
.os-icon-rss:before {
    content: "\e614";
}
.os-icon-delicious:before {
    content: "\e615";
}
.os-icon-youtube:before {
    content: "\e616";
}
.os-icon-tumblr:before {
    content: "\e619";
}
.os-icon-yahoo:before {
    content: "\e61a";
}
.os-icon-vimeo:before {
    content: "\e61b";
}
.os-icon-lastfm:before {
    content: "\e61c";
}
.os-icon-linkedin:before {
    content: "\e61d";
}
.os-icon-google:before {
    content: "\e61f";
}
.os-icon-digg:before {
    content: "\e620";
}
.os-icon-facebook:before {
    content: "\e622";
}
.os-icon-twitter:before {
    content: "\e623";
}
.os-icon-flickr:before {
    content: "\e624";
}
.os-icon-twitter2:before {
    content: "\e625";
}
.os-icon-dribbble:before {
    content: "\e626";
}
@media (min-width: 768px) and (max-width: 991px) {
    .display-type {
    content: "tablet";
}
}
@media (max-width: 767px) {
    .display-type {
    content: "phone";
}
}
.index-isotope {
    padding-top: 20px;
}
.index-isotope.v2 {
    padding-top: 0px;
}
@media (min-width: 992px) {
    .page-fixed-width .index-isotope, .page-fixed-width .featured-posts-slider-contents, .page-fixed-width ul.products {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fixed-width .index-isotope .item-isotope, .page-fixed-width .index-isotope article.featured-post, .page-fixed-width .featured-posts-slider-contents .item-isotope, .page-fixed-width .featured-posts-slider-contents article.featured-post, .page-fixed-width ul.products .item-isotope, .page-fixed-width ul.products article.featured-post {
    width: 33.323333333333%;
    padding: 1%;
}
.page-fixed-width .featured-posts-slider-contents, .page-fixed-width .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (max-width: 992px) {
    .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v1, .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v3, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v1, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v3 {
    padding: 0px;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v1 .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .index-isotope.v3 .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v1 .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v3 .item-isotope {
    padding: 15px 0px;
    float: none;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .page-fluid-width.no-sidebar.menu-position-left .index-isotope, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-right .index-isotope, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    width: 49.99%;
    padding: 1%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope {
    width: 49.99%;
    padding: 0%;
}
.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (min-width: 1200px) and (max-width: 1599px) {
    .page-fluid-width.no-sidebar.menu-position-left .index-isotope, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-right .index-isotope, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    width: 33.323333333333%;
    padding: 1%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope {
    width: 33.323333333333%;
    padding: 0%;
}
.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (min-width: 1600px) and (max-width: 1749px) {
    .page-fluid-width.no-sidebar.menu-position-left .index-isotope, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-right .index-isotope, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    width: 24.99%;
    padding: 1%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope {
    width: 24.99%;
    padding: 0%;
}
.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (min-width: 1750px) and (max-width: 5000px) {
    .page-fluid-width.no-sidebar.menu-position-left .index-isotope, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-right .index-isotope, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .index-isotope article.featured-post, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .index-isotope .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .index-isotope article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    width: 19.99%;
    padding: 1%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.no-sidebar.menu-position-left .index-isotope.v2 .item-isotope, .page-fluid-width.no-sidebar.menu-position-right .index-isotope.v2 .item-isotope {
    width: 19.99%;
    padding: 0%;
}
.page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-right .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (max-width: 768px) {
    .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v1, .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v3 {
    padding: 0px;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v1 .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .index-isotope.v3 .item-isotope {
    padding: 15px 0px;
    float: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .page-fluid-width.no-sidebar.menu-position-top .index-isotope, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 49.99%;
    padding: 1%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope {
    width: 49.99%;
    padding: 0%;
}
.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
    .page-fluid-width.no-sidebar.menu-position-top .index-isotope, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 33.323333333333%;
    padding: 1%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope {
    width: 33.323333333333%;
    padding: 0%;
}
.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (min-width: 1200px) and (max-width: 1299px) {
    .page-fluid-width.no-sidebar.menu-position-top .index-isotope, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 33.323333333333%;
    padding: 1%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope {
    width: 33.323333333333%;
    padding: 0%;
}
.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (min-width: 1300px) and (max-width: 1599px) {
    .page-fluid-width.no-sidebar.menu-position-top .index-isotope, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 24.99%;
    padding: 1%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope {
    width: 24.99%;
    padding: 0%;
}
.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (min-width: 1600px) and (max-width: 5000px) {
    .page-fluid-width.no-sidebar.menu-position-top .index-isotope, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .index-isotope article.featured-post, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 19.99%;
    padding: 1%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.no-sidebar.menu-position-top .index-isotope.v2 .item-isotope {
    width: 19.99%;
    padding: 0%;
}
.page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents, .page-fluid-width.no-sidebar.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (max-width: 992px) {
    .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v1, .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v3, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v1, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v3, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v1, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v3, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v1, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v3 {
    padding: 0px;
}
.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v1 .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v3 .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v1 .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v3 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v1 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v3 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v1 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v3 .item-isotope {
    padding: 15px 0px;
    float: none;
}
}
@media (min-width: 992px) and (max-width: 1599px) {
    .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post {
    width: 49.99%;
    padding: 1%;
}
.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2 .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 .item-isotope {
    width: 49.99%;
    padding: 0%;
}
.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (min-width: 1600px) and (max-width: 1749px) {
    .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post {
    width: 33.323333333333%;
    padding: 1%;
}
.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2 .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 .item-isotope {
    width: 33.323333333333%;
    padding: 0%;
}
.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (min-width: 1750px) and (max-width: 5000px) {
    .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post {
    width: 24.99%;
    padding: 1%;
}
.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.sidebar-position-left.menu-position-left .index-isotope.v2 .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-right .index-isotope.v2 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-left .index-isotope.v2 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-right .index-isotope.v2 .item-isotope {
    width: 24.99%;
    padding: 0%;
}
.page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents, .page-fluid-width.sidebar-position-left.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents, .page-fluid-width.sidebar-position-left.menu-position-right .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-left .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-right .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (max-width: 992px) {
    .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v1, .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v3, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v1, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v3 {
    padding: 0px;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v1 .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v3 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v1 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v3 .item-isotope {
    padding: 15px 0px;
    float: none;
}
}
@media (min-width: 992px) and (max-width: 1299px) {
    .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 49.99%;
    padding: 1%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope {
    width: 49.99%;
    padding: 0%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (min-width: 1300px) and (max-width: 1599px) {
    .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 33.323333333333%;
    padding: 1%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope {
    width: 33.323333333333%;
    padding: 0%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (min-width: 1600px) and (max-width: 1879px) {
    .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 24.99%;
    padding: 1%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope {
    width: 24.99%;
    padding: 0%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
@media (min-width: 1880px) and (max-width: 5000px) {
    .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents {
    margin-left: -1%;
    margin-right: -1%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    width: 19.99%;
    padding: 1%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.isotope-condensed article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents.isotope-condensed article.featured-post {
    padding: 0.7%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 {
    margin-left: 0%;
    margin-right: 0%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .index-isotope.v2 .item-isotope, .page-fluid-width.sidebar-position-right.menu-position-top .index-isotope.v2 .item-isotope {
    width: 19.99%;
    padding: 0%;
}
.page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents, .page-fluid-width.sidebar-position-left.menu-position-top .featured-posts-slider-contents article.featured-post, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents, .page-fluid-width.sidebar-position-right.menu-position-top .featured-posts-slider-contents article.featured-post {
    padding-top: 0px;
    padding-bottom: 0px;
}
}
.primary-sidebar {
    background-color: #eaedf0;
    background-image: none;
    -webkit-box-shadow: inset 2px 0px 3px 0px rgba(0, 0, 0, 0.08),  -1px 0px 2px 0px #fff;
    box-shadow: inset 2px 0px 3px 0px rgba(0, 0, 0, 0.08),  -1px 0px 2px 0px #fff;
    padding: 15px 12px 50px;
    position: relative;
    color: #3c5b68;
}
.primary-sidebar .sidebar-toggle-w {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dbe0e5;
}
.primary-sidebar .sidebar-toggle-w:before, .primary-sidebar .sidebar-toggle-w:after {
    content: " ";
    display: table;
}
.primary-sidebar .sidebar-toggle-w:after {
    clear: both;
}
.primary-sidebar .sidebar-toggle-w:before, .primary-sidebar .sidebar-toggle-w:after {
    content: " ";
    display: table;
}
.primary-sidebar .sidebar-toggle-w:after {
    clear: both;
}
.primary-sidebar .sidebar-toggle-w a {
    color: #414344;
}
.primary-sidebar .sidebar-toggle-w a i {
    margin-right: 10px;
    font-size: 32px;
    float: left;
    display: block;
    line-height: 34px;
    color: #ccd4db;
}
.primary-sidebar .sidebar-toggle-w a .sidebar-toggler-label {
    text-transform: uppercase;
    font-size: 12px;
    color: #28292a;
    float: left;
    display: block;
    line-height: 34px;
}
.primary-sidebar .sidebar-toggle-w a:hover {
    color: #28292a;
    text-decoration: none;
}
.primary-sidebar-wrapper {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sidebar-main-toggler {
    display: none;
    z-index: 100;
    position: fixed;
    right: 10px;
    top: 40px;
    font-size: 18px;
    cursor: pointer;
}
@media (max-width: 991px) {
    .sidebar-main-toggler {
    display: none !important;
}
}
.top-sidebar-wrapper {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e1e7eb;
}
.top-sidebar-wrapper .AdWidget_ImageWidget a img {
    width: 100%;
    max-width: 728px;
}
.home .top-sidebar-wrapper {
    padding-right: 20px;
    padding-left: 20px;
}
.under-menu-sidebar-wrapper {
    margin-top: 40px;
}
.under-menu-sidebar-wrapper .AdWidget_ImageWidget a img {
    max-width: 100%;
}
@media (max-height: 750px) {
    .hidden-on-smaller-screens .under-menu-sidebar-wrapper {
    display: none;
}
}
.sidebar-under-post {
    max-width: 900px;
    margin: 50px auto;
}
.not-wrapped-widgets .sidebar-under-post > .row {
    margin-left: 0px;
    margin-right: 0px;
}
.not-wrapped-widgets .sidebar-under-post > .row > [class^="col-"] {
    padding-left: 0px;
    padding-right: 0px;
}
.menu-block {
    background-color: #fff;
    background-image: none;
    background-size: auto;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eaeef2 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #eaeef2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',  endColorstr='#ffeaeef2',  GradientType=0);
    -webkit-box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2),  inset 0px 0px 2px 1px #fff;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.2),  inset 0px 0px 2px 1px #fff;
    padding: 50px 50px 0px 50px;
    text-align: left;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 999;
    border-top: none;
}
.menu-block .logo {
    margin-bottom: 50px;
}
.menu-block .logo a {
    color: #3d444b;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}
.menu-block .logo a img {
    margin-right: 5px;
    vertical-align: middle;
    height: 40px;
    width: auto;
}
.menu-block .logo a span {
    vertical-align: middle;
}
.menu-block .logo a h1 {
    vertical-align: middle;
    display: inline;
    font-size: 24px;
    line-height: 34px;
}
.menu-block .logo a:hover {
    text-decoration: none;
}
.menu-block .search-form {
    position: relative;
    margin-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
}
.menu-block .search-form:before {
    font-family: 'osfonts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    top: 8px;
    right: 10px;
    position: absolute;
    color: #c0d1db;
    font-size: 16px;
}
.menu-block .search-form .widget-title, .menu-block .search-form .search-submit, .menu-block .search-form .screen-reader-text {
    display: none;
}
.menu-block .search-form label {
    display: block;
    margin-bottom: 0px;
}
.menu-block .search-form .search-field {
    border: 1px solid #d7dee5;
    border-top: 1px solid #b8c5d1;
    border-left: 1px solid #c8d1db;
    border-right: 1px solid #c8d1db;
    -webkit-box-shadow: 1px 1px 2px 0px #fff,  inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px 0px #fff,  inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    margin: 0px;
    display: block;
    width: 100%;
    color: #111;
    background-color: #fff;
    border-radius: 4px;
    padding: 7px 15px;
    outline: none;
}
.menu-block .search-form .search-field:focus {
    border: 1px solid #99abbd;
}
.menu-block .search-form .search-field::-webkit-input-placeholder {
    color: #888;
}
.menu-block .search-form .search-field::-moz-placeholder {
    color: #888;
}
.menu-block .divider {
    width: 16px;
    height: 4px;
    background-color: #f85555;
    margin-bottom: 50px;
}
.menu-block .os_menu {
    font-family: "Roboto", "proxima-nova",  "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
}
.menu-block .os_menu ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 50px;
}
.menu-block .os_menu li {
    margin-bottom: 10px;
    font-size: 15px;
}
.menu-block .os_menu li a {
    color: #414344;
    outline: none;
    font-weight: 400;
    text-shadow: none;
}
.menu-block .os_menu li.current-menu-item > a, .menu-block .os_menu li:hover > a {
    color: #272828;
    text-decoration: none;
}
.menu-block .os_menu li.current-menu-item > a {
    border-bottom: 1px solid #414344;
}
.menu-block .os_menu li.menu-item-has-children {
    position: relative;
}
.menu-block .os_menu li.menu-item-has-children:before {
    content: "\f105";
    font-family: 'osfonts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    position: absolute;
    left: -16px;
    top: 5px;
    color: #8c9092;
}
.menu-block .os_menu .sub-menu {
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
    display: none;
    list-style-type: circle;
}
.menu-block .os_menu .sub-menu li {
    margin-bottom: 8px;
    font-size: 12px;
}
.menu-block .os_menu .sub-menu li a:hover {
    text-decoration: underline;
}
.menu-block .zilla-social {
    margin-right: -10px;
}
.menu-block .zilla-social a {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.menu-block .zilla-social a img {
    width: 24px;
}
.menu-block .zilla-social + .search-form {
    margin-top: 50px;
}
.menu-block .social-icons {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.menu-block .social-icons:before, .menu-block .social-icons:after {
    content: " ";
    display: table;
}
.menu-block .social-icons:after {
    clear: both;
}
.menu-block .social-icons:before, .menu-block .social-icons:after {
    content: " ";
    display: table;
}
.menu-block .social-icons:after {
    clear: both;
}
.menu-block .social-icons li {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.menu-block .social-icons li a {
    font-size: 32px;
    text-align: center;
    color: #111;
}
.menu-block .social-icons li:last-child {
    margin-right: 0px;
}
.menu-position-top .menu-block {
    border-bottom: none;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 20px 0px;
    background-image: none;
    background-size: auto;
    background-color: #fff;
}
.menu-position-top .menu-block .container-fluid {
    padding-left: 35px;
    padding-right: 35px;
}
.menu-position-top .menu-block .logo {
    margin-bottom: 20px;
}
.menu-position-top .menu-block .sub-menu li.current-menu-item {
    background-color: #f2f2f2;
}
.menu-position-top .menu-block .sub-menu li.current-menu-item a {
    border-bottom: none;
}
.menu-position-top .menu-block .search-form {
    float: right;
    width: 240px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
}
.menu-position-top .menu-block .zilla-social {
    text-align: center;
}
.menu-position-top .menu-block .zilla-social a {
    margin: 0px 7px 7px;
}
.menu-position-top .menu-block .zilla-social a img {
    width: 32px;
}
@media (min-width: 992px) {
    .menu-position-top .menu-block .sub-menu {
    position: absolute;
    max-width: 400px;
    background-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',  endColorstr='#ffffffff',  GradientType=0);
    left: 0px;
    top: 25px;
    z-index: 10999;
    padding: 10px 10px 10px 10px;
    text-align: left;
    list-style: circle;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 12000;
}
.menu-position-top .menu-block .sub-menu li {
    display: block;
}
.menu-position-top .menu-block .sub-menu li a {
    display: block;
    padding: 5px 20px;
}
.menu-position-top .menu-block .sub-menu li:last-child {
    margin-bottom: 0px;
}
.menu-position-top .menu-block .sub-menu li a:hover {
    text-decoration: none;
    background-color: #f2f2f2;
}
.menu-position-top .menu-block .sub-menu.sub-menu-active {
    display: block;
}
}
.menu-position-top.menu-style-v1 .menu-block .os_menu {
    text-align: center;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
}
.menu-position-top.menu-style-v1 .menu-block .os_menu > ul {
    margin: 0px;
}
.menu-position-top.menu-style-v1 .menu-block .os_menu > ul > li {
    display: inline-block;
    margin: 0px 20px;
    position: relative;
    font-size: 15px;
}
.menu-position-top.menu-style-v1 .menu-block .os_menu > ul > li.menu-item-has-children:before {
    content: "\f107";
}
.menu-position-top.menu-style-v1 .menu-block .os_menu .sub-menu {
    margin: 0px;
}
.menu-position-top.menu-style-v1 .menu-block .os_menu .sub-menu li {
    margin-bottom: 0px;
    font-size: 15px;
    white-space: nowrap;
}
@media (min-width: 992px) {
    .menu-position-top.menu-style-v2.menu-fixed .main-content-i {
        padding-top: 87px; /* 57px */
    }
    .menu-position-top.menu-style-v2.menu-fixed .primary-sidebar-wrapper {
        padding-top: 87px; /* 57px */
    }
}
.submenu {
    position: fixed;
    width: 100%;
    line-height: 25px;
    padding-right: 30px;
    z-index: 1000;
    background-color: #f0f3f5;
}
.menu-position-top.menu-style-v2 .menu-block {
    position: fixed;
    width: 100%;
    padding: 10px 0px;
    margin-top: 30px; /* 22102016 */
}
.menu-position-top.menu-style-v2 .menu-block .menu-inner-w {
    padding: 0px 30px;
}
.menu-position-top.menu-style-v2 .menu-block .menu-inner-w:before, .menu-position-top.menu-style-v2 .menu-block .menu-inner-w:after {
    content: " ";
    display: table;
}
.menu-position-top.menu-style-v2 .menu-block .menu-inner-w:after {
    clear: both;
}
.menu-position-top.menu-style-v2 .menu-block .menu-inner-w:before, .menu-position-top.menu-style-v2 .menu-block .menu-inner-w:after {
    content: " ";
    display: table;
}
.menu-position-top.menu-style-v2 .menu-block .menu-inner-w:after {
    clear: both;
}
.menu-position-top.menu-style-v2 .menu-block .logo {
    float: left;
    margin-right: 80px;
    margin-bottom: 0px;
}
.menu-position-top.menu-style-v2 .menu-block .logo img {
    height: 40px;
}
.menu-position-top.menu-style-v2 .menu-block .os_menu {
    text-align: left;
    float: left;
}
.menu-position-top.menu-style-v2 .menu-block .os_menu > ul {
    margin: 0px;
    float: left;
}
.menu-position-top.menu-style-v2 .menu-block .os_menu > ul > li {
    float: left;
    padding: 9px 15px;
    /*border-left: 1px solid #e8e8e8;*/
    position: relative;
    margin-bottom: 0px;
    font-size: 12px;
    text-transform: uppercase;
}
.menu-position-top.menu-style-v2 .menu-block .os_menu > ul > li > a {
    font-size: 14px;
}

.menu-position-top.menu-style-v2 .menu-block .os_menu > ul > li > a:hover {
    color: #20B650;
}

.menu-position-top .menu-block .os_menu > ul > li > a.active {
    color: #20B650;
}

.menu-position-top.menu-style-v2 .menu-block .os_menu > ul > li.menu-item-has-children {
    padding-right: 30px;
}
.menu-position-top.menu-style-v2 .menu-block .os_menu > ul > li.menu-item-has-children:before {
    content: "\f107";
    right: 15px;
    left: auto;
    top: 11px;
}
.menu-position-top.menu-style-v2 .menu-block .os_menu .sub-menu li {
    font-size: 12px;
    white-space: nowrap;
}
.menu-position-top.menu-style-v2 .menu-block .os_menu .sub-menu li a {
    font-size: 12px;
}
.menu-position-top.menu-style-v2 .menu-block .menu-social-w {
    float: right;
}
.menu-position-top.menu-style-v2 .menu-block .menu-social-w .zilla-social {
    padding-top: 5px;
}
.menu-position-top.menu-style-v2 .menu-block .menu-social-w .zilla-social a {
    margin-right: 0px;
    display: inline-block;
}
.menu-position-top.menu-style-v2 .menu-block .menu-social-w .zilla-social a img {
    width: 20px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.menu-position-top.menu-style-v2 .menu-block .menu-social-w .zilla-social a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}
.menu-position-top.menu-style-v2 .menu-block .menu-search-form-w {
    float: right;
    margin-left: 40px;
}
@media (max-width: 991px) {
    .menu-position-top.menu-style-v1.menu-fixed .main-content, .menu-position-top.menu-style-v2.menu-fixed .main-content {
    padding-top: 0px;
}
.menu-position-top.menu-style-v1 .menu-block, .menu-position-top.menu-style-v2 .menu-block {
    position: relative;
    height: auto;
}
.menu-position-top.menu-style-v1 .menu-block .logo, .menu-position-top.menu-style-v2 .menu-block .logo {
    margin-bottom: 40px;
    text-align: center;
    display: none;
}
.menu-position-top.menu-style-v1 .menu-block .search-form, .menu-position-top.menu-style-v2 .menu-block .search-form {
    float: none;
    margin: 30px auto;
}
.menu-position-top.menu-style-v1 .menu-block .os_menu, .menu-position-top.menu-style-v2 .menu-block .os_menu {
    float: none;
    margin: 0px;
}
.menu-position-top.menu-style-v1 .menu-block .os_menu > ul, .menu-position-top.menu-style-v2 .menu-block .os_menu > ul {
    margin: 0px;
    float: none;
}
.menu-position-top.menu-style-v1 .menu-block .os_menu > ul > li, .menu-position-top.menu-style-v2 .menu-block .os_menu > ul > li {
    display: block;
    float: none;
    padding: 12px 0px;
    margin: 0px;
    border: none;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}
.menu-position-top.menu-style-v1 .menu-block .os_menu > ul > li a, .menu-position-top.menu-style-v2 .menu-block .os_menu > ul > li a {
    position: relative;
}
.menu-position-top.menu-style-v1 .menu-block .os_menu > ul > li.menu-item-has-children, .menu-position-top.menu-style-v2 .menu-block .os_menu > ul > li.menu-item-has-children {
    padding-right: 0px;
}
.menu-position-top.menu-style-v1 .menu-block .os_menu > ul > li.menu-item-has-children:before, .menu-position-top.menu-style-v2 .menu-block .os_menu > ul > li.menu-item-has-children:before {
    content: "";
}
.menu-position-top.menu-style-v1 .menu-block .os_menu > ul > li.menu-item-has-children > a:before, .menu-position-top.menu-style-v2 .menu-block .os_menu > ul > li.menu-item-has-children > a:before {
    font-family: 'osfonts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    right: -15px;
    left: auto;
    top: 0px;
    position: absolute;
}
.menu-position-top.menu-style-v1 .menu-block .os_menu ul.sub-menu, .menu-position-top.menu-style-v2 .menu-block .os_menu ul.sub-menu {
    padding: 0px;
    list-style-type: none;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    background-color: #fafafa;
    margin-bottom: 0px;
}
.menu-position-top.menu-style-v1 .menu-block .os_menu ul.sub-menu li, .menu-position-top.menu-style-v2 .menu-block .os_menu ul.sub-menu li {
    padding: 10px 0px;
    border-bottom: 1px solid #f2f2f2;
}
.menu-position-top.menu-style-v1 .menu-block .os_menu ul.sub-menu li:before, .menu-position-top.menu-style-v2 .menu-block .os_menu ul.sub-menu li:before {
    content: "";
}
.menu-position-top.menu-style-v1 .menu-block .os_menu ul.sub-menu li:last-child, .menu-position-top.menu-style-v2 .menu-block .os_menu ul.sub-menu li:last-child {
    border-bottom: none;
}
.menu-position-top.menu-style-v1 .menu-block .menu-social-w, .menu-position-top.menu-style-v2 .menu-block .menu-social-w {
    float: none;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
}
.menu-position-top.menu-style-v1 .menu-block .menu-social-w .zilla-social a, .menu-position-top.menu-style-v2 .menu-block .menu-social-w .zilla-social a {
    margin: 0px 10px;
}
}
.menu-position-top.menu-style-v2 .menu-search-form-w.hide-on-narrow-screens {
    display: none;
}
@media (min-width: 1500px) {
    .menu-position-top.menu-style-v2 .menu-search-form-w.hide-on-narrow-screens {
    display: block;
}
}
.menu-position-top .index-fullwidth .content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.menu-position-top .main-content {
    border-top: none;
}
.menu-toggler-w {
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d1dbe1;
    padding-left: 20px;
    padding-right: 20px;
}
.menu-toggler-w:before, .menu-toggler-w:after {
    content: " ";
    display: table;
}
.menu-toggler-w:after {
    clear: both;
}
.menu-toggler-w:before, .menu-toggler-w:after {
    content: " ";
    display: table;
}
.menu-toggler-w:after {
    clear: both;
}
.menu-toggler-w a {
    color: #414344;
}
.menu-toggler-w a i {
    margin-right: 10px;
    font-size: 16px;
    float: left;
    display: block;
    line-height: 28px;
}
.menu-toggler-w a .menu-toggler-label, .menu-toggler-w a .sidebar-toggler-label {
    text-transform: uppercase;
    font-size: 10px;
    color: #28292a;
    float: left;
    display: block;
    line-height: 28px;
}
.menu-toggler-w .sidebar-toggler {
    margin-left: 30px;
}
.menu-toggler-w a:hover {
    color: #28292a;
    text-decoration: none;
}
.menu-toggler-w .logo img {
    height: 25px;
    width: auto;
    margin-right: 10px;
}
.menu-toggler-w .logo h1 {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    vertical-align: middle;
    display: inline;
}
@media (max-width: 991px) {
    .menu-position-top .menu-toggler-w {
    display: block;
}
}
@media (min-width: 768px) {
    .menu-position-top .sidebar-toggler {
    display: none;
}
}
.menu-position-top .menu-toggler {
    margin-left: 20px;
}
@media (max-width: 767px) {
    .menu-position-left .menu-toggler-w, .menu-position-right .menu-toggler-w {
    display: block;
}
}
.sidebar-position-left.menu-position-top.menu-style-v2 .menu-search-form-w, .sidebar-position-right.menu-position-top.menu-style-v2 .menu-search-form-w {
    display: block;
}
.sidebar-position-left.menu-position-top.menu-style-v2 .zilla-social, .sidebar-position-right.menu-position-top.menu-style-v2 .zilla-social {
    margin-right: 0px;
}
.index-isotope.v1 article.pluto-post-box {
    border: 1px solid #d1d7dc;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
}
.index-isotope.v1 article.pluto-post-box img {
    width: inherit;
    max-width: 100%;
    height: auto;
}
.index-isotope.v1 article.pluto-post-box .figure-link figure {
    border-radius: 4px;
}
.index-isotope.v1 article.pluto-post-box .post-body {
    position: relative;
}
.index-isotope.v1 article.pluto-post-box .post-body .post-top-share {
    position: absolute;
    left: 12px;
    top: 5px;
}
.index-isotope.v1 article.pluto-post-box .post-body .post-top-share i.share-activator-icon {
    vertical-align: middle;
    line-height: 16px;
    font-size: 10px;
    color: #60717e;
    padding-right: 6px;
}
.index-isotope.v1 article.pluto-post-box .post-body .post-top-share span.share-activator-label {
    line-height: 16px;
    vertical-align: middle;
    font-size: 10px;
    text-transform: uppercase;
    color: #60717e;
    padding-left: 10px;
    border-left: 1px solid #ccd9e2;
}
.index-isotope.v1 article.pluto-post-box .post-body .post-top-share:hover {
    cursor: pointer;
}
.index-isotope.v1 article.pluto-post-box .post-body .post-top-share:hover i.share-activator-icon {
    color: #f98181;
}
.index-isotope.v1 article.pluto-post-box .post-body .post-top-share:hover span.share-activator-label {
    color: #f98181;
}
.index-isotope.v1 article.pluto-post-box .post-body .post-top-share .os_social-head-w {
    display: none;
    margin-left: 2px;
    vertical-align: middle;
}

@media (max-width: 400px) {
    .post-body {
        min-width: 375px;
    }
}
.index-isotope.v1 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social {
    font-size: 10px;
}
.index-isotope.v1 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social img {
    padding: 0px 4px;
    width: 25px !important;
}
.index-isotope.v1 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a {
    opacity: .65;
    filter: alpha(opacity=65);
}
.index-isotope.v1 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.index-isotope.v1 article.pluto-post-box .post-body .post-top-share.active span.share-activator-label {
    display: none;
}
.index-isotope.v1 article.pluto-post-box .post-body .post-top-share.active .os_social-head-w {
    display: inline-block;
}
.index-isotope.v1 article.pluto-post-box .post-media-body {
    padding: 30px;
}
.index-isotope.v1 article.pluto-post-box .post-content-body {
    padding: 30px;
}
.index-isotope.v1 article.pluto-post-box .post-media-body + .post-content-body {
    padding-top: 0px;
}
.index-isotope.v1 article.pluto-post-box .post-top-share + .post-content-body {
    padding-top: 50px;
}
.index-isotope.v1 article.pluto-post-box .post-title {
    margin-top: 0px;
}
.index-isotope.v1 article.pluto-post-box .post-title a {
    font-weight: 600;
    color: #2c2d2f;
    font-size: 18px;
    line-height: 28px;
    font-family: "Roboto", "proxima-nova",  "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.index-isotope.v1 article.pluto-post-box .post-title a:hover {
    text-decoration: none;
    border-color: #2c2d2f;
}
.index-isotope.v1 article.pluto-post-box .post-content {
    color: #5c5c5c;
    font-weight: 400;
}
.index-isotope.v1 article.pluto-post-box .post-meta {
    background-color: #f1f6f8;
    border-radius: 0px 0px 6px 6px;
    border-top: 1px solid #dfe4e7;
}
.index-isotope.v1 article.pluto-post-box .post-meta:before, .index-isotope.v1 article.pluto-post-box .post-meta:after {
    content: " ";
    display: table;
}
.index-isotope.v1 article.pluto-post-box .post-meta:after {
    clear: both;
}
.index-isotope.v1 article.pluto-post-box .post-meta:before, .index-isotope.v1 article.pluto-post-box .post-meta:after {
    content: " ";
    display: table;
}
.index-isotope.v1 article.pluto-post-box .post-meta:after {
    clear: both;
}
.index-isotope.v1 article.pluto-post-box .meta-date, .index-isotope.v1 article.pluto-post-box .meta-view-count {
    padding: 15px 0px 15px 20px;
    float: left;
    text-transform: uppercase;
}
.index-isotope.v1 article.pluto-post-box .meta-date i, .index-isotope.v1 article.pluto-post-box .meta-view-count i {
    font-size: 11px;
    margin-right: 5px;
}
.index-isotope.v1 article.pluto-post-box .meta-date time, .index-isotope.v1 article.pluto-post-box .meta-date span, .index-isotope.v1 article.pluto-post-box .meta-view-count time, .index-isotope.v1 article.pluto-post-box .meta-view-count span {
    font-size: 12px;
}
.index-isotope.v1 article.pluto-post-box .meta-date + .meta-view-count {
    border-left: 1px solid #dfe4e7;
    padding-left: 15px;
    margin-left: 15px;
}
.index-isotope.v1 article.pluto-post-box .meta-author {
    padding: 15px 20px 15px 5px;
    float: right;
}
.index-isotope.v1 article.pluto-post-box .meta-share, .index-isotope.v1 article.pluto-post-box .meta-like {
    padding: 15px 20px;
    float: right;
    border-left: 1px solid #dfe4e7;
    background-color: #eaf2f5;
    border-radius: 0px 0px 6px 0px;
    line-height: 20px;
}
.index-isotope.v1 article.pluto-post-box .meta-share a:hover i, .index-isotope.v1 article.pluto-post-box .meta-share a.active i, .index-isotope.v1 article.pluto-post-box .meta-like a:hover i, .index-isotope.v1 article.pluto-post-box .meta-like a.active i {
    color: #ed5755;
}
.index-isotope.v1 article.pluto-post-box .meta-share span.zilla-like-count, .index-isotope.v1 article.pluto-post-box .meta-like span.zilla-like-count {
    vertical-align: middle;
}
.index-isotope.v1 article.pluto-post-box .meta-share .zilla-likes-count, .index-isotope.v1 article.pluto-post-box .meta-like .zilla-likes-count {
    padding-left: 3px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
}
.index-isotope.v1 article.pluto-post-box .meta-share .zilla-likes-count.zero-class, .index-isotope.v1 article.pluto-post-box .meta-like .zilla-likes-count.zero-class {
    display: none;
}
.index-isotope.v1 article.pluto-post-box .meta-share i, .index-isotope.v1 article.pluto-post-box .meta-like i {
    line-height: 20px;
    color: #a9c9e2;
    vertical-align: middle;
}
.index-isotope.v1 article.pluto-post-box .post-video-box {
    margin-bottom: 0px;
}
.index-isotope.v1 article.pluto-post-box .post-video-box .arve-wrapper {
    margin-bottom: 0px;
}
.index-isotope.v1 article.pluto-post-box ul.post-categories {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
}
.index-isotope.v1 article.pluto-post-box ul.post-categories:before, .index-isotope.v1 article.pluto-post-box ul.post-categories:after {
    content: " ";
    display: table;
}
.index-isotope.v1 article.pluto-post-box ul.post-categories:after {
    clear: both;
}
.index-isotope.v1 article.pluto-post-box ul.post-categories:before, .index-isotope.v1 article.pluto-post-box ul.post-categories:after {
    content: " ";
    display: table;
}
.index-isotope.v1 article.pluto-post-box ul.post-categories:after {
    clear: both;
}
.index-isotope.v1 article.pluto-post-box ul.post-categories li {
    margin-right: 3px;
    margin-bottom: 3px;
    float: left;
}
.index-isotope.v1 article.pluto-post-box ul.post-categories li a {
    display: block;
    padding: 2px 5px;
    background-color: #d4edfc;
    font-size: 11px;
    line-height: 14px;
    color: #3893c1;
    border: 1px solid #75b9dd;
    border-radius: 4px;
}
.index-isotope.v1 article.pluto-post-box ul.post-categories li a:hover {
    border-color: #2f8cbd;
    background-color: #fff;
    text-decoration: none;
}
.index-isotope.v1 article.pluto-post-box.format-audio .post-body .post-top-share i.share-activator-icon {
    color: #b6b8bd;
}
.index-isotope.v1 article.pluto-post-box.format-audio .post-body .post-top-share span.share-activator-label {
    color: #b6b8bd;
    border-left: 1px solid #505257;
}
.index-isotope.v1 article.pluto-post-box.format-image .post-media-body {
    padding: 30px;
}
.index-isotope.v1 article.pluto-post-box.format-quote {
    padding: 10px;
}
.index-isotope.v1 article.pluto-post-box.format-quote .post-body {
    padding: 50px;
    padding-top: 30px;
}
.index-isotope.v1 article.pluto-post-box.format-quote .post-content {
    font-size: 18px;
    line-height: 26px;
}
.index-isotope.v1 article.pluto-post-box.format-quote .post-content a {
    text-decoration: none;
    color: #4e5968;
    font-family: "Roboto", "proxima-nova",  "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
    font-weight: 600;
}
.index-isotope.v1 article.pluto-post-box.format-quote .quote-author {
    margin-top: 20px;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .post-body {
    position: relative;
    border-radius: 4px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
}
.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .image-fader {
    background-color: rgba(90, 172, 244, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 4px;
    background-image: url('/assets/images/fader-bg-2-light.png');
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .quote-content {
    position: relative;
}
.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .quote-icon {
    color: rgba(255, 255, 255, 0.9);
    font-size: 30px;
    margin-bottom: 10px;
}
.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .post-content a {
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail .quote-author {
    color: rgba(255, 255, 255, 0.8);
}
.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail:hover .post-content a {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}
.index-isotope.v1 article.pluto-post-box.format-quote.has-post-thumbnail:hover .image-fader {
    background-color: rgba(90, 172, 244, 0.9);
}
.index-isotope.v1 article.pluto-post-box.format-video iframe {
    width: 100%;
    border: none;
    overflow: hidden;
    height: auto;
}
.index-isotope.v1 article.pluto-post-box.post-color-highlight {
    background-color: #1f2022;
    border-color: #0a0a0a;
}
.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-title, .index-isotope.v1 article.pluto-post-box.post-color-highlight .post-title a {
    color: #fff;
}
.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-content {
    color: #a8b6bf;
}
.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-top-share i {
    border-color: #fff;
    color: #a3abb7;
}
.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-top-share span.share-activator {
    color: #a3abb7;
}
.index-isotope.v1 article.pluto-post-box.post-color-highlight .post-meta {
    background-color: #161718;
    border-color: #313436;
}
.index-isotope.v1 article.pluto-post-box.post-color-highlight .meta-date {
    color: #a8b6bf;
}
.index-isotope.v1 article.pluto-post-box.post-color-highlight .meta-like {
    background-color: #161718;
    border-color: #313436;
}
.index-isotope.v2 article.pluto-post-box .post-body {
    position: relative;
}
.index-isotope.v2 article.pluto-post-box .post-body .post-top-share {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 12px;
    top: 12px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 0px 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.index-isotope.v2 article.pluto-post-box .post-body .post-top-share i.share-activator-icon {
    vertical-align: middle;
    line-height: 24px;
    font-size: 10px;
    color: #fff;
    padding-right: 3px;
}
.index-isotope.v2 article.pluto-post-box .post-body .post-top-share span.share-activator-label {
    line-height: 24px;
    vertical-align: middle;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 10px;
    border-left: 1px solid #555;
}
.index-isotope.v2 article.pluto-post-box .post-body .post-top-share:hover {
    cursor: pointer;
}
.index-isotope.v2 article.pluto-post-box .post-body .post-top-share:hover i.share-activator-icon {
    color: #fff;
}
.index-isotope.v2 article.pluto-post-box .post-body .post-top-share:hover span.share-activator-label {
    color: #fff;
}
.index-isotope.v2 article.pluto-post-box .post-body .post-top-share .os_social-head-w {
    display: none;
    margin-left: 2px;
    vertical-align: middle;
}
.index-isotope.v2 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social {
    font-size: 10px;
}
.index-isotope.v2 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social img {
    padding: 0px 4px;
    width: 25px !important;
}
.index-isotope.v2 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a {
    opacity: .65;
    filter: alpha(opacity=65);
}
.index-isotope.v2 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.index-isotope.v2 article.pluto-post-box .post-body .post-top-share.active span.share-activator-label {
    display: none;
}
.index-isotope.v2 article.pluto-post-box .post-body .post-top-share.active .os_social-head-w {
    display: inline-block;
}
.index-isotope.v2 article.pluto-post-box .post-media-body {
    min-height: 100px;
}
.index-isotope.v2 article.pluto-post-box .post-content-body {
    position: absolute;
    bottom: 0px;
    padding: 15px 25px;
    left: 0px;
    right: 0px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.index-isotope.v2 article.pluto-post-box .post-content-body .post-title {
    margin-bottom: 0px;
    margin-top: 0px;
}
.index-isotope.v2 article.pluto-post-box .post-content-body .post-title a {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
    font-size: 19px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.index-isotope.v2 article.pluto-post-box .post-content-body .post-title a:hover {
    text-decoration: none;
    border-color: #fff;
}
.index-isotope.v2 article.pluto-post-box .post-content-body .post-content {
    color: #fff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
    margin-top: 10px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
}
.index-isotope.v2 article.pluto-post-box:hover .post-content-body {
    bottom: 80px;
}
.index-isotope.v2 article.pluto-post-box:hover .post-content-body .post-content {
    opacity: 1;
    filter: alpha(opacity=100);
}
.index-isotope.v2 article.pluto-post-box:hover .post-top-share {
    opacity: 1;
    filter: alpha(opacity=100);
}
.index-isotope.v2 article.pluto-post-box:hover .figure-shade {
    background-color: rgba(0, 0, 0, 0.4);
}
.index-isotope.v2 article.pluto-post-box:hover .figure-icon {
    bottom: 80%;
}
.index-isotope.v3.isotope-simple article.pluto-post-box, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image {
    -webkit-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.03);
}
.index-isotope.v3.isotope-simple article.pluto-post-box .post-body .figure-link, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image .post-body .figure-link {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.index-isotope.v3.isotope-simple article.pluto-post-box .post-body figure, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image .post-body figure {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.index-isotope.v3.isotope-simple article.pluto-post-box .post-media-body, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image .post-media-body {
    padding: 0px;
}
.index-isotope.v3.isotope-simple article.pluto-post-box .post-media-body + .post-content-body, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image .post-media-body + .post-content-body {
    padding-top: 20px;
}
.index-isotope.v3.isotope-simple article.pluto-post-box .meta-share, .index-isotope.v3.isotope-simple article.pluto-post-box .meta-like, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-share, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-like {
    padding: 8px 20px;
    min-height: 38px;
}
.index-isotope.v3.isotope-simple article.pluto-post-box .meta-share .zilla-likes-count, .index-isotope.v3.isotope-simple article.pluto-post-box .meta-like .zilla-likes-count, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-share .zilla-likes-count, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-like .zilla-likes-count {
    vertical-align: top;
}
.index-isotope.v3.isotope-simple article.pluto-post-box .meta-view-count, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-view-count {
    padding-bottom: 12px;
    padding-top: 10px;
    float: left;
    line-height: 14px;
    text-transform: uppercase;
}
.index-isotope.v3.isotope-simple article.pluto-post-box .meta-view-count i, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-view-count i {
    font-size: 11px;
    margin-right: 5px;
}
.index-isotope.v3.isotope-simple article.pluto-post-box .meta-view-count span, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image .meta-view-count span {
    font-size: 11px;
}
.index-isotope.v3.isotope-simple article.pluto-post-box ul.post-categories, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image ul.post-categories {
    padding-top: 11px;
    margin-bottom: 8px;
}
.index-isotope.v3.isotope-simple article.pluto-post-box ul.post-categories li a, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image ul.post-categories li a {
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    color: inherit;
    padding: 0px;
}
.index-isotope.v3.isotope-simple article.pluto-post-box ul.post-categories li a:hover, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image ul.post-categories li a:hover {
    background-color: transparent;
    text-decoration: underline;
}
.index-isotope.v3.isotope-simple article.pluto-post-box ul.post-categories + .meta-view-count, .index-isotope.v3.isotope-simple article.pluto-post-box.format-image ul.post-categories + .meta-view-count {
    border-left: 1px solid #dfe4e7;
    padding-left: 20px;
    margin-left: 20px;
}
.index-isotope.v3.isotope-with-author article.pluto-post-box .meta-like {
    padding: 25px 20px;
}
.index-isotope.v3 article.pluto-post-box {
    border: 1px solid #d1d7dc;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
}
.index-isotope.v3 article.pluto-post-box img {
    width: inherit;
    max-width: 100%;
    height: auto;
}
.index-isotope.v3 article.pluto-post-box .post-body {
    position: relative;
}
.index-isotope.v3 article.pluto-post-box .post-body .post-top-share {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 0px 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.index-isotope.v3 article.pluto-post-box .post-body .post-top-share i.share-activator-icon {
    vertical-align: middle;
    line-height: 24px;
    font-size: 10px;
    color: #fff;
    padding-right: 3px;
}
.index-isotope.v3 article.pluto-post-box .post-body .post-top-share span.share-activator-label {
    line-height: 24px;
    vertical-align: middle;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 10px;
    border-left: 1px solid #555;
}
.index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover {
    cursor: pointer;
}
.index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover i.share-activator-icon {
    color: #fff;
}
.index-isotope.v3 article.pluto-post-box .post-body .post-top-share:hover span.share-activator-label {
    color: #fff;
}
.index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w {
    display: none;
    margin-left: 2px;
    vertical-align: middle;
}
.index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social {
    font-size: 10px;
}
.index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social img {
    padding: 0px 4px;
    width: 25px !important;
}
.index-isotope.v3 article.pluto-post-box .post-body .post-top-share .os_social-head-w .os_social a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.index-isotope.v3 article.pluto-post-box .post-body .post-top-share.active span.share-activator-label {
    display: none;
}
.index-isotope.v3 article.pluto-post-box .post-body .post-top-share.active .os_social-head-w {
    display: inline-block;
}
.index-isotope.v3 article.pluto-post-box .post-body .figure-link {
    border-radius: 4px;
    overflow: hidden;
}
.index-isotope.v3 article.pluto-post-box .post-body .figure-link figure {
    border-radius: 4px;
}
.index-isotope.v3 article.pluto-post-box .post-media-body {
    padding: 15px;
}
.index-isotope.v3 article.pluto-post-box .post-content-body {
    padding: 30px;
}
.index-isotope.v3 article.pluto-post-box .post-media-body + .post-content-body {
    padding-top: 15px;
}
.index-isotope.v3 article.pluto-post-box .post-top-share + .post-content-body {
    padding-top: 50px;
}
.index-isotope.v3 article.pluto-post-box .post-title {
    margin-top: 0px;
}
.index-isotope.v3 article.pluto-post-box .post-title a {
    font-weight: 600;
    color: #2c2d2f;
    font-size: 18px;
    line-height: 28px;
    font-family: "Roboto", "proxima-nova",  "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.index-isotope.v3 article.pluto-post-box .post-title a:hover {
    text-decoration: none;
    border-color: #2c2d2f;
}
.index-isotope.v3 article.pluto-post-box .post-content {
    color: #5c5c5c;
    font-weight: 400;
}
.index-isotope.v3 article.pluto-post-box .post-meta {
    background-color: #f1f6f8;
    border-radius: 0px 0px 6px 6px;
    border-top: 1px solid #dfe4e7;
}
.index-isotope.v3 article.pluto-post-box .post-meta:before, .index-isotope.v3 article.pluto-post-box .post-meta:after {
    content: " ";
    display: table;
}
.index-isotope.v3 article.pluto-post-box .post-meta:after {
    clear: both;
}
.index-isotope.v3 article.pluto-post-box .post-meta:before, .index-isotope.v3 article.pluto-post-box .post-meta:after {
    content: " ";
    display: table;
}
.index-isotope.v3 article.pluto-post-box .post-meta:after {
    clear: both;
}
.index-isotope.v3 article.pluto-post-box .meta-date, .index-isotope.v3 article.pluto-post-box .meta-view-count {
    padding: 15px 0px 15px 20px;
    float: left;
    line-height: 20px;
    text-transform: uppercase;
}
.index-isotope.v3 article.pluto-post-box .meta-date i, .index-isotope.v3 article.pluto-post-box .meta-view-count i {
    font-size: 11px;
    margin-right: 5px;
}
.index-isotope.v3 article.pluto-post-box .meta-date time, .index-isotope.v3 article.pluto-post-box .meta-date span, .index-isotope.v3 article.pluto-post-box .meta-view-count time, .index-isotope.v3 article.pluto-post-box .meta-view-count span {
    font-size: 11px;
}
.index-isotope.v3 article.pluto-post-box .meta-date + .meta-view-count {
    border-left: 1px solid #dfe4e7;
    padding-left: 20px;
    margin-left: 20px;
}
.index-isotope.v3 article.pluto-post-box .meta-date + .meta-view-count span {
    font-size: 11px;
}
.index-isotope.v3 article.pluto-post-box .meta-author {
    padding: 15px 20px 15px 5px;
    float: right;
}
.index-isotope.v3 article.pluto-post-box .meta-author-face {
    padding: 10px;
    float: left;
}
.index-isotope.v3 article.pluto-post-box .meta-author-face:before, .index-isotope.v3 article.pluto-post-box .meta-author-face:after {
    content: " ";
    display: table;
}
.index-isotope.v3 article.pluto-post-box .meta-author-face:after {
    clear: both;
}
.index-isotope.v3 article.pluto-post-box .meta-author-face:before, .index-isotope.v3 article.pluto-post-box .meta-author-face:after {
    content: " ";
    display: table;
}
.index-isotope.v3 article.pluto-post-box .meta-author-face:after {
    clear: both;
}
.index-isotope.v3 article.pluto-post-box .meta-author-face .meta-author-avatar {
    float: left;
    margin-right: 15px;
}
.index-isotope.v3 article.pluto-post-box .meta-author-face .meta-author-avatar img {
    width: 50px;
    height: 50px;
}
.index-isotope.v3 article.pluto-post-box .meta-author-face .meta-author-info {
    float: left;
    padding-top: 8px;
}
.index-isotope.v3 article.pluto-post-box .meta-author-face .meta-author-info .meta-author-info-by {
    font-size: 9px;
    text-transform: uppercase;
    margin-bottom: 2px;
}
.index-isotope.v3 article.pluto-post-box .meta-author-face .meta-author-info .meta-author-name {
    font-size: 12px;
}
.index-isotope.v3 article.pluto-post-box .meta-share, .index-isotope.v3 article.pluto-post-box .meta-like {
    padding: 15px 20px;
    float: right;
    border-left: 1px solid #dfe4e7;
    background-color: #eaf2f5;
    border-radius: 0px 0px 6px 0px;
    line-height: 11px;
    min-height: 50px;
}
.index-isotope.v3 article.pluto-post-box .meta-share iframe, .index-isotope.v3 article.pluto-post-box .meta-like iframe {
    width: 76px;
}
.index-isotope.v3 article.pluto-post-box .meta-share a:hover i, .index-isotope.v3 article.pluto-post-box .meta-share a.active i, .index-isotope.v3 article.pluto-post-box .meta-like a:hover i, .index-isotope.v3 article.pluto-post-box .meta-like a.active i {
    color: #ed5755;
}
.index-isotope.v3 article.pluto-post-box .meta-share span.zilla-like-count, .index-isotope.v3 article.pluto-post-box .meta-like span.zilla-like-count {
    vertical-align: top;
}
.index-isotope.v3 article.pluto-post-box .meta-share .zilla-likes-count, .index-isotope.v3 article.pluto-post-box .meta-like .zilla-likes-count {
    padding-left: 3px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
}
.index-isotope.v3 article.pluto-post-box .meta-share .zilla-likes-count.zero-class, .index-isotope.v3 article.pluto-post-box .meta-like .zilla-likes-count.zero-class {
    display: none;
}
.index-isotope.v3 article.pluto-post-box .meta-share i, .index-isotope.v3 article.pluto-post-box .meta-like i {
    line-height: 20px;
    color: #a9c9e2;
    vertical-align: middle;
}
.index-isotope.v3 article.pluto-post-box .post-video-box {
    margin-bottom: 0px;
}
.index-isotope.v3 article.pluto-post-box .post-video-box .arve-wrapper {
    margin-bottom: 0px;
}
.index-isotope.v3 article.pluto-post-box ul.post-categories {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-top: 15px;
    padding-left: 20px;
    margin-bottom: 10px;
    float: left;
}
.index-isotope.v3 article.pluto-post-box ul.post-categories li {
    margin-right: 5px;
    margin-bottom: 3px;
    float: left;
    /*display: none;*/
}
.index-isotope.v3 article.pluto-post-box ul.post-categories li:first-child {
    display: block;
}
.index-isotope.v3 article.pluto-post-box ul.post-categories li a {
    display: block;
    padding: 2px 5px;
    background-color: #d4edfc;
    font-size: 11px;
    line-height: 14px;
    color: #3893c1;
    border: 1px solid #75b9dd;
    border-radius: 4px;
}
.index-isotope.v3 article.pluto-post-box ul.post-categories li a:hover {
    border-color: #2f8cbd;
    background-color: #fff;
    text-decoration: none;
}
.index-isotope.v3 article.pluto-post-box:hover .post-top-share {
    opacity: 1;
    filter: alpha(opacity=100);
}
.index-isotope.v3 article.pluto-post-box.format-audio .post-body .post-top-share i.share-activator-icon {
    color: #b6b8bd;
}
.index-isotope.v3 article.pluto-post-box.format-audio .post-body .post-top-share span.share-activator-label {
    color: #b6b8bd;
    border-left: 1px solid #505257;
}
.index-isotope.v3 article.pluto-post-box.format-image .post-media-body {
    padding: 15px;
}
.index-isotope.v3 article.pluto-post-box.format-quote {
    padding: 10px;
}
.index-isotope.v3 article.pluto-post-box.format-quote .post-body {
    padding: 50px;
    padding-top: 30px;
}
.index-isotope.v3 article.pluto-post-box.format-quote .post-content {
    font-size: 18px;
    line-height: 26px;
}
.index-isotope.v3 article.pluto-post-box.format-quote .post-content a {
    text-decoration: none;
    color: #4e5968;
    font-family: "Roboto", "proxima-nova",  "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
    font-weight: 600;
}
.index-isotope.v3 article.pluto-post-box.format-quote .quote-author {
    margin-top: 20px;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .post-body {
    position: relative;
    border-radius: 4px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: repeat;
}
.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .image-fader {
    background-color: rgba(90, 172, 244, 0.7);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 4px;
    background-image: url('/assets/images/fader-bg-2-light.png');
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .quote-content {
    position: relative;
}
.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .quote-icon {
    color: rgba(255, 255, 255, 0.9);
    font-size: 30px;
    margin-bottom: 10px;
}
.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .post-content a {
    text-decoration: none;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}
.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail .quote-author {
    color: rgba(255, 255, 255, 0.8);
}
.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail:hover .post-content a {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.9);
}
.index-isotope.v3 article.pluto-post-box.format-quote.has-post-thumbnail:hover .image-fader {
    background-color: rgba(90, 172, 244, 0.9);
}
.index-isotope.v3 article.pluto-post-box.format-video .post-body iframe {
    width: 100%;
    border: none;
    overflow: hidden;
    height: auto;
}
.index-isotope.v3 article.pluto-post-box.post-color-highlight {
    background-color: #1f2022;
    border-color: #0a0a0a;
}
.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-title, .index-isotope.v3 article.pluto-post-box.post-color-highlight .post-title a {
    color: #fff;
}
.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-content {
    color: #a8b6bf;
}
.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-top-share i {
    border-color: #fff;
    color: #a3abb7;
}
.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-top-share span.share-activator {
    color: #a3abb7;
}
.index-isotope.v3 article.pluto-post-box.post-color-highlight .post-meta {
    background-color: #161718;
    border-color: #313436;
}
.index-isotope.v3 article.pluto-post-box.post-color-highlight .meta-date {
    color: #a8b6bf;
}
.index-isotope.v3 article.pluto-post-box.post-color-highlight .meta-like {
    background-color: #161718;
    border-color: #313436;
}
.page-hero-image {
    color: #fff;
    padding: 80px 50px;
    background-repeat: repeat;
    background-position: 0 0;
}
.page-hero-image h1, .page-hero-image h2, .page-hero-image h3, .page-hero-image h4, .page-hero-image h5 {
    color: #fff;
}
.main-content-w {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    border-top: none;
}
.main-content-w:before, .main-content-w:after {
    content: " ";
    display: table;
}
.main-content-w:after {
    clear: both;
}
.main-content-w:before, .main-content-w:after {
    content: " ";
    display: table;
}
.main-content-w:after {
    clear: both;
}
@media (max-width: 767px) {
    .main-content-w {
    border-top: none;
}
}
.main-content-w .main-content-i {
    position: relative;
}
.index-isotope, .featured-posts-slider-i, .featured-posts-slider-contents {
    margin: 0px auto;
}
.index-isotope:before, .index-isotope:after, .featured-posts-slider-i:before, .featured-posts-slider-i:after, .featured-posts-slider-contents:before, .featured-posts-slider-contents:after {
    content: " ";
    display: table;
}
.index-isotope:after, .featured-posts-slider-i:after, .featured-posts-slider-contents:after {
    clear: both;
}
.index-isotope:before, .index-isotope:after, .featured-posts-slider-i:before, .featured-posts-slider-i:after, .featured-posts-slider-contents:before, .featured-posts-slider-contents:after {
    content: " ";
    display: table;
}
.index-isotope:after, .featured-posts-slider-i:after, .featured-posts-slider-contents:after {
    clear: both;
}
.index-isotope .item-isotope {
    float: left;
}
.menu-position-left .menu-block {
    left: 0px;
    border-right: none;
    width: 240px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
}
.menu-position-left .main-content-w {
    margin-left: 240px;
}
.menu-position-right .menu-block {
    right: 0px;
    border-left: none;
    width: 240px;
    position: fixed;
    top: 0px;
    bottom: 0px;
    overflow: hidden;
}
.menu-position-right .main-content-w {
    margin-right: 240px;
}
.menu-position-top.page-fixed-width .main-content-w, .menu-position-top.page-fixed-width .menu-inner-wx {
    max-width: 1240px;
    margin: 0px auto;
}
.sidebar-position-left .primary-sidebar-wrapper {
    width: 300px;
    position: absolute;
    top: 0px;
    left: 0px;
}
.sidebar-position-left .primary-sidebar-wrapper .primary-sidebar {
    border-right: 1px solid #c7d1d8;
    border-radius: 0px 0px 50px 0px;
    background-image: -webkit-linear-gradient(left, color-stop(#f0f3f5 0%), color-stop(#eaedf0 100%));
    background-image: linear-gradient(to right, #f0f3f5 0%, #eaedf0 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f3f5',  endColorstr='#ffeaedf0',  GradientType=1);
}
.sidebar-position-left .primary-sidebar-wrapper.no-padded-sidebar .primary-sidebar {
    padding-right: 0px;
}
.sidebar-position-left .main-content-i {
    margin-left: 300px;
}
.sidebar-position-right .primary-sidebar-wrapper {
    width: 300px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.sidebar-position-right .primary-sidebar-wrapper .primary-sidebar {
    border-left: 1px solid #c7d1d8;
    border-radius: 0px 0px 0px 6px;
    background-image: -webkit-linear-gradient(left, color-stop(#eaedf0 0%), color-stop(#f0f3f5 100%));
    background-image: linear-gradient(to right, #eaedf0 0%, #f0f3f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaedf0',  endColorstr='#fff0f3f5',  GradientType=1);
}
.sidebar-position-right .primary-sidebar-wrapper.no-padded-sidebar .primary-sidebar {
    padding-left: 0px;
}
.sidebar-position-right .main-content-i {
    margin-right: 300px;
}
@media (min-width: 768px) {
    .side-padded-content {
    padding-left: 40px;
    padding-right: 40px;
}
}
@media (max-width: 767px) {
    .side-padded-content {
    padding-left: 10px;
    padding-right: 10px;
}
}
@media (max-width: 1200px) {
    .menu-position-left.sidebar-position-left .primary-sidebar-wrapper, .menu-position-left.sidebar-position-right .primary-sidebar-wrapper, .menu-position-right.sidebar-position-left .primary-sidebar-wrapper, .menu-position-right.sidebar-position-right .primary-sidebar-wrapper {
    display: none;
}
.menu-position-left.sidebar-position-left .main-content-i, .menu-position-left.sidebar-position-right .main-content-i, .menu-position-right.sidebar-position-left .main-content-i, .menu-position-right.sidebar-position-right .main-content-i {
    margin-left: 0px;
    margin-right: 0px;
}
.menu-position-left.sidebar-position-left .sidebar-main-toggler {
    left: 254px;
}
.menu-position-left.sidebar-position-right .sidebar-main-toggler {
    right: 10px;
}
.menu-position-right .sidebar-main-toggler {
    right: 250px;
}
.menu-position-left .sidebar-main-toggler, .menu-position-right .sidebar-main-toggler, .menu-position-top .sidebar-main-toggler {
    display: block !important;
}
}
.menu-position-right.no-sidebar .sidebar-toggler, .menu-position-right.no-sidebar .sidebar-main-toggler, .menu-position-top.no-sidebar .sidebar-toggler, .menu-position-top.no-sidebar .sidebar-main-toggler, .menu-position-left.no-sidebar .sidebar-toggler, .menu-position-left.no-sidebar .sidebar-main-toggler {
    display: none !important;
}
@media (min-width: 768px) {
    .menu-position-top .sidebar-toggler, .menu-position-top .sidebar-main-toggler {
    display: none !important;
}
}
@media (max-width: 768px) {
    .menu-position-top.sidebar-position-left .primary-sidebar-wrapper, .menu-position-top.sidebar-position-right .primary-sidebar-wrapper {
    display: none;
}
.menu-position-top.sidebar-position-left .main-content-i, .menu-position-top.sidebar-position-right .main-content-i {
    margin-left: 0px;
    margin-right: 0px;
}
.menu-position-left .sidebar-main-toggler, .menu-position-right .sidebar-main-toggler, .menu-position-top .sidebar-main-toggler {
    display: none !important;
}
}
@media (min-width: 992px) {
    .menu-position-right.sidebar-active .primary-sidebar-wrapper, .menu-position-top.sidebar-active .primary-sidebar-wrapper, .menu-position-left.sidebar-active .primary-sidebar-wrapper {
    display: block !important;
    z-index: 99;
}
}
@media (max-width: 991px) {
    .menu-position-top.sidebar-active .primary-sidebar-wrapper, .menu-position-left.sidebar-active .primary-sidebar-wrapper, .menu-position-right.sidebar-active .primary-sidebar-wrapper {
    display: block !important;
    z-index: 99;
    width: 100%;
}
.menu-position-top.sidebar-active .primary-sidebar-wrapper .primary-sidebar, .menu-position-left.sidebar-active .primary-sidebar-wrapper .primary-sidebar, .menu-position-right.sidebar-active .primary-sidebar-wrapper .primary-sidebar {
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}
@media (max-width: 991px) {
    .menu-position-top .main-content-w {
    margin-top: 0px;
}
.menu-position-top .menu-block {
    display: none;
}
.menu-position-top.side-menu-active .menu-block {
    display: block;
}
.menu-position-top .menu-toggler-w a {
    float: right;
}
.menu-position-top .menu-toggler-w .sidebar-toggler {
    margin-left: 20px;
}
.menu-position-top .menu-toggler-w .logo {
    float: left;
}
.menu-position-top .sidebar-main-toggler {
    display: none;
}
}
@media (max-width: 767px) {
    .menu-position-left .main-content-w {
    margin-left: 0px;
}
.menu-position-left .menu-block {
    left: -240px;
}
.menu-position-left.side-menu-active {
    padding-left: 240px;
    margin-right: -240px;
    overflow-x: hidden;
}
.menu-position-left.side-menu-active .menu-block {
    left: 0px;
}
.menu-position-left .menu-toggler-w a {
    float: left;
}
.menu-position-left .menu-toggler-w .sidebar-toggler {
    margin-right: 20px;
}
.menu-position-left .menu-toggler-w .logo {
    float: right;
}
.menu-position-left .sidebar-main-toggler {
    display: none;
}
.menu-position-right .main-content-w {
    margin-right: 0px;
}
.menu-position-right .menu-block {
    right: -240px;
}
.menu-position-right.side-menu-active {
    padding-right: 240px;
    margin-left: -240px;
    overflow-x: hidden;
}
.menu-position-right.side-menu-active .menu-block {
    right: 0px;
}
.menu-position-right .menu-toggler-w a {
    float: right;
}
.menu-position-right .menu-toggler-w .menu-toggler {
    margin-left: 20px;
}
.menu-position-right .menu-toggler-w .logo {
    float: left;
}
.menu-position-right .sidebar-main-toggler {
    display: none;
}
}
.search-results-header, .archive-header {
    border-bottom: 1px solid #d1dbe1;
    padding: 40px;
}
.search-results-header h3, .archive-header h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.search-results-header .author-description, .search-results-header .taxonomy-description, .archive-header .author-description, .archive-header .taxonomy-description {
    margin-top: 5px;
}
@media (max-width: 767px) {
    .search-results-header .avatar-w, .archive-header .avatar-w {
    margin-bottom: 30px;
}
.search-results-header .avatar-w img, .archive-header .avatar-w img {
    max-width: 100px;
}
}
@media (max-width: 767px) {
    .search-results-header, .archive-header {
    text-align: center;
}
}
.avatar-w img {
    width: inherit;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}
.isotope-next-link {
    display: none;
}
.isotope-loading {
    background-image: url('/assets/images/loader-light-blue.gif');
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
}
@media (min-width: 991px) {
    .index-isotope .pluto-post-box .post-media-body .figure-link-w, .index-isotope .pluto-post-box .post-media-body iframe, .index-isotope .product-media-body .figure-link-w, .index-isotope .product-media-body iframe {
    text-align: center;
    min-height: 150px;
}
}
.format-audio iframe {
    width: 100%;
    border: none;
    overflow: hidden;
}
.fixed-height-index-posts .format-audio iframe {
    height: 200px;
}
.page article.pluto-page-box, .single article.pluto-page-box, .index-fullwidth article.pluto-page-box {
    text-align: left;
    border: 1px solid #d1d7dc;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
    max-width: 900px;
    margin: 30px auto 20px auto;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.page article.pluto-page-box .post-body, .single article.pluto-page-box .post-body, .index-fullwidth article.pluto-page-box .post-body {
    padding: 50px;
    position: relative;
}
.page article.pluto-page-box .post-title, .single article.pluto-page-box .post-title, .index-fullwidth article.pluto-page-box .post-title {
    margin-bottom: 30px;
    margin-top: 30px;
}
.page article.pluto-page-box .post-title a, .single article.pluto-page-box .post-title a, .index-fullwidth article.pluto-page-box .post-title a {
    font-weight: 600;
    color: #2c2d2f;
    font-family: "Roboto", "proxima-nova",  "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
    line-height: 50px;
}
.page article.pluto-page-box .post-content, .single article.pluto-page-box .post-content, .index-fullwidth article.pluto-page-box .post-content {
    color: #5c5c5c;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}
.page article.pluto-page-box .post-content img, .single article.pluto-page-box .post-content img, .index-fullwidth article.pluto-page-box .post-content img {
    width: inherit;
    max-width: 100%;
    height: auto;
    margin-bottom: 1em;
}
.page article.pluto-page-box .post-meta, .single article.pluto-page-box .post-meta, .index-fullwidth article.pluto-page-box .post-meta {
    background-color: #f1f6f8;
    border-radius: 0px 0px 6px 6px;
    border-top: 1px solid #dfe4e7;
}
.page article.pluto-page-box .post-meta:before, .page article.pluto-page-box .post-meta:after, .single article.pluto-page-box .post-meta:before, .single article.pluto-page-box .post-meta:after, .index-fullwidth article.pluto-page-box .post-meta:before, .index-fullwidth article.pluto-page-box .post-meta:after {
    content: " ";
    display: table;
}
.page article.pluto-page-box .post-meta:after, .single article.pluto-page-box .post-meta:after, .index-fullwidth article.pluto-page-box .post-meta:after {
    clear: both;
}
.page article.pluto-page-box .post-meta:before, .page article.pluto-page-box .post-meta:after, .single article.pluto-page-box .post-meta:before, .single article.pluto-page-box .post-meta:after, .index-fullwidth article.pluto-page-box .post-meta:before, .index-fullwidth article.pluto-page-box .post-meta:after {
    content: " ";
    display: table;
}
.page article.pluto-page-box .post-meta:after, .single article.pluto-page-box .post-meta:after, .index-fullwidth article.pluto-page-box .post-meta:after {
    clear: both;
}
.page article.pluto-page-box .meta-date, .single article.pluto-page-box .meta-date, .index-fullwidth article.pluto-page-box .meta-date {
    padding: 15px 20px;
    float: left;
}
.page article.pluto-page-box .os_social-foot-w, .single article.pluto-page-box .os_social-foot-w, .index-fullwidth article.pluto-page-box .os_social-foot-w {
    float: right;
    padding-right: 20px;
    padding-top: 12px;
}
.page article.pluto-page-box .os_social-foot-w .os_social, .single article.pluto-page-box .os_social-foot-w .os_social, .index-fullwidth article.pluto-page-box .os_social-foot-w .os_social {
    float: left;
}
.page article.pluto-page-box .os_social-foot-w .os_social a, .single article.pluto-page-box .os_social-foot-w .os_social a, .index-fullwidth article.pluto-page-box .os_social-foot-w .os_social a {
    display: block;
    float: left;
    opacity: .65;
    filter: alpha(opacity=65);
    margin-left: 10px;
    line-height: 34px;
}
.page article.pluto-page-box .os_social-foot-w .os_social a:hover, .single article.pluto-page-box .os_social-foot-w .os_social a:hover, .index-fullwidth article.pluto-page-box .os_social-foot-w .os_social a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.page article.pluto-page-box .os_social-foot-w .os_social a img, .single article.pluto-page-box .os_social-foot-w .os_social a img, .index-fullwidth article.pluto-page-box .os_social-foot-w .os_social a img {
    width: 24px !important;
    height: auto;
}
.page article.pluto-page-box .os_social-foot-w a:first-child, .single article.pluto-page-box .os_social-foot-w a:first-child, .index-fullwidth article.pluto-page-box .os_social-foot-w a:first-child {
    margin-left: 5px;
}
.page article.pluto-page-box .post-social-icons, .single article.pluto-page-box .post-social-icons, .index-fullwidth article.pluto-page-box .post-social-icons {
    list-style: none;
    padding: 0px;
    margin: 0px;
    float: right;
    padding: 0px 20px 0px 0px;
}
.page article.pluto-page-box .post-social-icons li, .single article.pluto-page-box .post-social-icons li, .index-fullwidth article.pluto-page-box .post-social-icons li {
    display: inline-block;
    margin: 0px 5px;
    vertical-align: middle;
}
.page article.pluto-page-box .post-social-icons li a, .single article.pluto-page-box .post-social-icons li a, .index-fullwidth article.pluto-page-box .post-social-icons li a {
    font-size: 32px;
    color: #9bbddb;
}
.page article.pluto-page-box .post-social-icons li a i, .single article.pluto-page-box .post-social-icons li a i, .index-fullwidth article.pluto-page-box .post-social-icons li a i {
    line-height: 44px;
}
.page article.pluto-page-box .post-social-icons li a:hover, .single article.pluto-page-box .post-social-icons li a:hover, .index-fullwidth article.pluto-page-box .post-social-icons li a:hover {
    text-decoration: none;
    color: #5795db;
}
.page article.pluto-page-box .post-social-icons li span, .single article.pluto-page-box .post-social-icons li span, .index-fullwidth article.pluto-page-box .post-social-icons li span {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 44px;
    color: #77878e;
}
.page article.pluto-page-box .meta-author, .single article.pluto-page-box .meta-author, .index-fullwidth article.pluto-page-box .meta-author {
    padding: 15px 20px;
    float: left;
}
.page article.pluto-page-box .meta-author i, .single article.pluto-page-box .meta-author i, .index-fullwidth article.pluto-page-box .meta-author i {
    font-size: 20px;
    margin-right: 5px;
    vertical-align: middle;
    color: #637789;
}
.page article.pluto-page-box .meta-share, .page article.pluto-page-box .meta-like, .single article.pluto-page-box .meta-share, .single article.pluto-page-box .meta-like, .index-fullwidth article.pluto-page-box .meta-share, .index-fullwidth article.pluto-page-box .meta-like {
    padding: 15px 20px;
    float: left;
    border-right: 1px solid #dfe4e7;
    background-color: #eaf2f5;
    border-radius: 0px 0px 0px 6px;
    line-height: 20px;
    font-size: 18px;
    min-height: 50px;
}
.page article.pluto-page-box .meta-share iframe, .page article.pluto-page-box .meta-like iframe, .single article.pluto-page-box .meta-share iframe, .single article.pluto-page-box .meta-like iframe, .index-fullwidth article.pluto-page-box .meta-share iframe, .index-fullwidth article.pluto-page-box .meta-like iframe {
    width: 76px;
}
.page article.pluto-page-box .meta-share a:hover i, .page article.pluto-page-box .meta-share a.active i, .page article.pluto-page-box .meta-like a:hover i, .page article.pluto-page-box .meta-like a.active i, .single article.pluto-page-box .meta-share a:hover i, .single article.pluto-page-box .meta-share a.active i, .single article.pluto-page-box .meta-like a:hover i, .single article.pluto-page-box .meta-like a.active i, .index-fullwidth article.pluto-page-box .meta-share a:hover i, .index-fullwidth article.pluto-page-box .meta-share a.active i, .index-fullwidth article.pluto-page-box .meta-like a:hover i, .index-fullwidth article.pluto-page-box .meta-like a.active i {
    color: #ed5755;
}
.page article.pluto-page-box .meta-share span.zilla-like-count, .page article.pluto-page-box .meta-like span.zilla-like-count, .single article.pluto-page-box .meta-share span.zilla-like-count, .single article.pluto-page-box .meta-like span.zilla-like-count, .index-fullwidth article.pluto-page-box .meta-share span.zilla-like-count, .index-fullwidth article.pluto-page-box .meta-like span.zilla-like-count {
    vertical-align: middle;
}
.page article.pluto-page-box .meta-share .zilla-likes-count, .page article.pluto-page-box .meta-like .zilla-likes-count, .single article.pluto-page-box .meta-share .zilla-likes-count, .single article.pluto-page-box .meta-like .zilla-likes-count, .index-fullwidth article.pluto-page-box .meta-share .zilla-likes-count, .index-fullwidth article.pluto-page-box .meta-like .zilla-likes-count {
    padding-left: 3px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 20px;
}
.page article.pluto-page-box .meta-share .zilla-likes-count.zero-class, .page article.pluto-page-box .meta-like .zilla-likes-count.zero-class, .single article.pluto-page-box .meta-share .zilla-likes-count.zero-class, .single article.pluto-page-box .meta-like .zilla-likes-count.zero-class, .index-fullwidth article.pluto-page-box .meta-share .zilla-likes-count.zero-class, .index-fullwidth article.pluto-page-box .meta-like .zilla-likes-count.zero-class {
    display: none;
}
.page article.pluto-page-box .meta-share i, .page article.pluto-page-box .meta-like i, .single article.pluto-page-box .meta-share i, .single article.pluto-page-box .meta-like i, .index-fullwidth article.pluto-page-box .meta-share i, .index-fullwidth article.pluto-page-box .meta-like i {
    line-height: 20px;
    color: #a9c9e2;
    vertical-align: middle;
}
.page article.pluto-page-box figure, .page article.pluto-page-box .post-video-box, .page article.pluto-page-box .post-gallery-box, .single article.pluto-page-box figure, .single article.pluto-page-box .post-video-box, .single article.pluto-page-box .post-gallery-box, .index-fullwidth article.pluto-page-box figure, .index-fullwidth article.pluto-page-box .post-video-box, .index-fullwidth article.pluto-page-box .post-gallery-box {
    text-align: center;
}
.page article.pluto-page-box figure img, .page article.pluto-page-box .post-video-box img, .page article.pluto-page-box .post-gallery-box img, .single article.pluto-page-box figure img, .single article.pluto-page-box .post-video-box img, .single article.pluto-page-box .post-gallery-box img, .index-fullwidth article.pluto-page-box figure img, .index-fullwidth article.pluto-page-box .post-video-box img, .index-fullwidth article.pluto-page-box .post-gallery-box img {
    width: inherit;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0px auto;
}
.page .post-meta-top, .single .post-meta-top, .index-isotope .post-meta-top, .index-fullwidth .post-meta-top {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    padding: 15px 0px;
    margin-bottom: 30px;
}
.page .post-meta-top:before, .page .post-meta-top:after, .single .post-meta-top:before, .single .post-meta-top:after, .index-isotope .post-meta-top:before, .index-isotope .post-meta-top:after, .index-fullwidth .post-meta-top:before, .index-fullwidth .post-meta-top:after {
    content: " ";
    display: table;
}
.page .post-meta-top:after, .single .post-meta-top:after, .index-isotope .post-meta-top:after, .index-fullwidth .post-meta-top:after {
    clear: both;
}
.page .post-meta-top:before, .page .post-meta-top:after, .single .post-meta-top:before, .single .post-meta-top:after, .index-isotope .post-meta-top:before, .index-isotope .post-meta-top:after, .index-fullwidth .post-meta-top:before, .index-fullwidth .post-meta-top:after {
    content: " ";
    display: table;
}
.page .post-meta-top:after, .single .post-meta-top:after, .index-isotope .post-meta-top:after, .index-fullwidth .post-meta-top:after {
    clear: both;
}
.page .post-meta-top ul, .single .post-meta-top ul, .index-isotope .post-meta-top ul, .index-fullwidth .post-meta-top ul {
    float: right;
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.page .post-meta-top ul li, .single .post-meta-top ul li, .index-isotope .post-meta-top ul li, .index-fullwidth .post-meta-top ul li {
    font-size: 12px;
}
.page .post-meta-top .post-date, .single .post-meta-top .post-date, .index-isotope .post-meta-top .post-date, .index-fullwidth .post-meta-top .post-date {
    float: left;
}
@media (max-width: 767px) {
    .page .post-meta-top .post-date, .single .post-meta-top .post-date, .index-isotope .post-meta-top .post-date, .index-fullwidth .post-meta-top .post-date {
    float: none;
}
}
.page .post-meta-top .post-author, .single .post-meta-top .post-author, .index-isotope .post-meta-top .post-author, .index-fullwidth .post-meta-top .post-author {
    float: left;
    border-left: 1px solid #e6e6e6;
    margin-left: 8px;
    padding-left: 8px;
}
.page .post-meta-top .post-author a, .single .post-meta-top .post-author a, .index-isotope .post-meta-top .post-author a, .index-fullwidth .post-meta-top .post-author a {
    color: #111;
    border-bottom: 1px solid #111;
}
.page .post-meta-top .post-author a:hover, .single .post-meta-top .post-author a:hover, .index-isotope .post-meta-top .post-author a:hover, .index-fullwidth .post-meta-top .post-author a:hover {
    text-decoration: none;
}
@media (max-width: 767px) {
    .page .post-meta-top .post-author, .single .post-meta-top .post-author, .index-isotope .post-meta-top .post-author, .index-fullwidth .post-meta-top .post-author {
    float: none;
    border: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 5px;
}
}
.page .post-meta-top .post-tags, .single .post-meta-top .post-tags, .index-isotope .post-meta-top .post-tags, .index-fullwidth .post-meta-top .post-tags {
    margin-left: 0px;
    padding-left: 0px;
}
.page .post-meta-top .post-tags li, .single .post-meta-top .post-tags li, .index-isotope .post-meta-top .post-tags li, .index-fullwidth .post-meta-top .post-tags li {
    margin-left: 3px;
    float: right;
    margin-bottom: 3px;
}
.page .post-meta-top .post-tags li a, .single .post-meta-top .post-tags li a, .index-isotope .post-meta-top .post-tags li a, .index-fullwidth .post-meta-top .post-tags li a {
    display: block;
    padding: 3px 7px;
    font-size: 11px;
    line-height: 16px;
    background-color: #d4edfc;
    color: #3893c1;
    border: 1px solid #75b9dd;
    border-radius: 4px;
}
.page .post-meta-top .post-tags li a:hover, .single .post-meta-top .post-tags li a:hover, .index-isotope .post-meta-top .post-tags li a:hover, .index-fullwidth .post-meta-top .post-tags li a:hover {
    border-color: #2f8cbd;
    background-color: #fff;
    text-decoration: none;
}
.page .post-meta-top .post-categories li, .single .post-meta-top .post-categories li, .index-isotope .post-meta-top .post-categories li, .index-fullwidth .post-meta-top .post-categories li {
    margin-left: 3px;
    margin-bottom: 3px;
    float: right;
}
.page .post-meta-top .post-categories li a, .single .post-meta-top .post-categories li a, .index-isotope .post-meta-top .post-categories li a, .index-fullwidth .post-meta-top .post-categories li a {
    display: block;
    padding: 3px 7px;
    background-color: #fcf6d6;
    font-size: 11px;
    line-height: 16px;
    color: #968836;
    border: 1px solid #dbcd74;
    border-radius: 4px;
}
.page .post-meta-top .post-categories li a:hover, .single .post-meta-top .post-categories li a:hover, .index-isotope .post-meta-top .post-categories li a:hover, .index-fullwidth .post-meta-top .post-categories li a:hover {
    border-color: #b9a630;
    background-color: #fff;
    text-decoration: none;
}
@media (max-width: 991px) {
    .page .post-meta-top .post-author, .single .post-meta-top .post-author, .index-isotope .post-meta-top .post-author, .index-fullwidth .post-meta-top .post-author {
    margin-bottom: 20px;
}
.page .post-meta-top .post-categories, .page .post-meta-top .post-tags, .single .post-meta-top .post-categories, .single .post-meta-top .post-tags, .index-isotope .post-meta-top .post-categories, .index-isotope .post-meta-top .post-tags, .index-fullwidth .post-meta-top .post-categories, .index-fullwidth .post-meta-top .post-tags {
    float: left;
}
.page .post-meta-top .post-categories li, .page .post-meta-top .post-tags li, .single .post-meta-top .post-categories li, .single .post-meta-top .post-tags li, .index-isotope .post-meta-top .post-categories li, .index-isotope .post-meta-top .post-tags li, .index-fullwidth .post-meta-top .post-categories li, .index-fullwidth .post-meta-top .post-tags li {
    float: left;
}
}
.page .figure-link, .single .figure-link, .index-isotope .figure-link, .index-fullwidth .figure-link {
    display: block;
}
.page .figure-link .figure-shade, .single .figure-link .figure-shade, .index-isotope .figure-link .figure-shade, .index-fullwidth .figure-link .figure-shade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: transparent;
}
.page .figure-link .figure-icon, .single .figure-link .figure-icon, .index-isotope .figure-link .figure-icon, .index-fullwidth .figure-link .figure-icon {
    position: absolute;
    bottom: -50%;
    left: 50%;
    font-size: 48px;
    margin-bottom: -24px;
    margin-left: -24px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
}
.page .figure-link:hover .figure-shade, .single .figure-link:hover .figure-shade, .index-isotope .figure-link:hover .figure-shade, .index-fullwidth .figure-link:hover .figure-shade {
    background-color: rgba(0, 0, 0, 0.4);
}
.page .figure-link:hover .figure-icon, .single .figure-link:hover .figure-icon, .index-isotope .figure-link:hover .figure-icon, .index-fullwidth .figure-link:hover .figure-icon {
    bottom: 50%;
}
.page figure, .single figure, .index-isotope figure, .index-fullwidth figure {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.page figure img, .single figure img, .index-isotope figure img, .index-fullwidth figure img {
    width: inherit;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0px auto;
}
.index-isotope figure.abs-slider {
    position: relative;
}
.index-isotope figure.abs-slider .flexslider {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.index-isotope figure.abs-image img {
    /*position: absolute;*/
}
.read-more-link {
    margin-top: 15px;
}
.read-more-link a {
    display: inline-block;
    color: #428bca;
    background-color: #f4f9fc;
    border-bottom: 1px solid #55aded;
    padding: 3px 4px 1px 4px;
    font-size: 12px;
    line-height: 14px;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
}
.read-more-link a:hover {
    text-decoration: none;
    border-bottom: 1px solid #1287cc;
    background-color: #fff;
    color: #428bca;
}
.page h1.page-title {
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 40px;
    position: relative;
}
.page h1.page-title:after {
    content: "";
    display: block;
    height: 4px;
    width: 80px;
    background-color: #f85555;
    position: absolute;
    bottom: 0px;
}
.page h1.page-title:first-child {
    margin-top: 0px;
}
.page .pluto-page-box .single-post-top-features, .single .pluto-page-box .single-post-top-features, .index-fullwidth .pluto-page-box .single-post-top-features {
    position: relative;
}
.page .pluto-page-box .single-post-top-share, .page .pluto-page-box .single-post-top-qr, .single .pluto-page-box .single-post-top-share, .single .pluto-page-box .single-post-top-qr, .index-fullwidth .pluto-page-box .single-post-top-share, .index-fullwidth .pluto-page-box .single-post-top-qr {
    position: absolute;
    top: -34px;
    left: -31px;
    display: block;
}
.page .pluto-page-box .single-post-top-share:before, .page .pluto-page-box .single-post-top-share:after, .page .pluto-page-box .single-post-top-qr:before, .page .pluto-page-box .single-post-top-qr:after, .single .pluto-page-box .single-post-top-share:before, .single .pluto-page-box .single-post-top-share:after, .single .pluto-page-box .single-post-top-qr:before, .single .pluto-page-box .single-post-top-qr:after, .index-fullwidth .pluto-page-box .single-post-top-share:before, .index-fullwidth .pluto-page-box .single-post-top-share:after, .index-fullwidth .pluto-page-box .single-post-top-qr:before, .index-fullwidth .pluto-page-box .single-post-top-qr:after {
    content: " ";
    display: table;
}
.page .pluto-page-box .single-post-top-share:after, .page .pluto-page-box .single-post-top-qr:after, .single .pluto-page-box .single-post-top-share:after, .single .pluto-page-box .single-post-top-qr:after, .index-fullwidth .pluto-page-box .single-post-top-share:after, .index-fullwidth .pluto-page-box .single-post-top-qr:after {
    clear: both;
}
.page .pluto-page-box .single-post-top-share:before, .page .pluto-page-box .single-post-top-share:after, .page .pluto-page-box .single-post-top-qr:before, .page .pluto-page-box .single-post-top-qr:after, .single .pluto-page-box .single-post-top-share:before, .single .pluto-page-box .single-post-top-share:after, .single .pluto-page-box .single-post-top-qr:before, .single .pluto-page-box .single-post-top-qr:after, .index-fullwidth .pluto-page-box .single-post-top-share:before, .index-fullwidth .pluto-page-box .single-post-top-share:after, .index-fullwidth .pluto-page-box .single-post-top-qr:before, .index-fullwidth .pluto-page-box .single-post-top-qr:after {
    content: " ";
    display: table;
}
.page .pluto-page-box .single-post-top-share:after, .page .pluto-page-box .single-post-top-qr:after, .single .pluto-page-box .single-post-top-share:after, .single .pluto-page-box .single-post-top-qr:after, .index-fullwidth .pluto-page-box .single-post-top-share:after, .index-fullwidth .pluto-page-box .single-post-top-qr:after {
    clear: both;
}
.page .pluto-page-box .single-post-top-share i, .page .pluto-page-box .single-post-top-qr i, .single .pluto-page-box .single-post-top-share i, .single .pluto-page-box .single-post-top-qr i, .index-fullwidth .pluto-page-box .single-post-top-share i, .index-fullwidth .pluto-page-box .single-post-top-qr i {
    font-size: 20px;
    color: #8bacc9;
    float: left;
    line-height: 24px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #e6eef2;
}
.page .pluto-page-box .single-post-top-share span.caption, .page .pluto-page-box .single-post-top-qr span.caption, .single .pluto-page-box .single-post-top-share span.caption, .single .pluto-page-box .single-post-top-qr span.caption, .index-fullwidth .pluto-page-box .single-post-top-share span.caption, .index-fullwidth .pluto-page-box .single-post-top-qr span.caption {
    line-height: 24px;
    float: left;
    color: #8bacc9;
    text-transform: uppercase;
    font-size: 10px;
}
.page .pluto-page-box .single-post-top-share:hover i, .page .pluto-page-box .single-post-top-qr:hover i, .single .pluto-page-box .single-post-top-share:hover i, .single .pluto-page-box .single-post-top-qr:hover i, .index-fullwidth .pluto-page-box .single-post-top-share:hover i, .index-fullwidth .pluto-page-box .single-post-top-qr:hover i {
    color: #f98181;
}
.page .pluto-page-box .single-post-top-share:hover span, .page .pluto-page-box .single-post-top-qr:hover span, .single .pluto-page-box .single-post-top-share:hover span, .single .pluto-page-box .single-post-top-qr:hover span, .index-fullwidth .pluto-page-box .single-post-top-share:hover span, .index-fullwidth .pluto-page-box .single-post-top-qr:hover span {
    color: #f98181;
}
.page .pluto-page-box .single-post-top-share .os_social-head-w, .single .pluto-page-box .single-post-top-share .os_social-head-w, .index-fullwidth .pluto-page-box .single-post-top-share .os_social-head-w {
    display: none;
}
.page .pluto-page-box .single-post-top-share .os_social-head-w .os_social, .single .pluto-page-box .single-post-top-share .os_social-head-w .os_social, .index-fullwidth .pluto-page-box .single-post-top-share .os_social-head-w .os_social {
    font-size: 10px;
}
.page .pluto-page-box .single-post-top-share .os_social-head-w .os_social img, .single .pluto-page-box .single-post-top-share .os_social-head-w .os_social img, .index-fullwidth .pluto-page-box .single-post-top-share .os_social-head-w .os_social img {
    padding: 0px 6px;
    width: 36px !important;
}
.page .pluto-page-box .single-post-top-share .os_social-head-w .os_social a, .single .pluto-page-box .single-post-top-share .os_social-head-w .os_social a, .index-fullwidth .pluto-page-box .single-post-top-share .os_social-head-w .os_social a {
    opacity: .65;
    filter: alpha(opacity=65);
}
.page .pluto-page-box .single-post-top-share .os_social-head-w .os_social a:hover, .single .pluto-page-box .single-post-top-share .os_social-head-w .os_social a:hover, .index-fullwidth .pluto-page-box .single-post-top-share .os_social-head-w .os_social a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.page .pluto-page-box .single-post-top-share .share-activator:hover, .single .pluto-page-box .single-post-top-share .share-activator:hover, .index-fullwidth .pluto-page-box .single-post-top-share .share-activator:hover {
    cursor: pointer;
    color: #f98181;
}
.page .pluto-page-box .single-post-top-share.active span.caption, .single .pluto-page-box .single-post-top-share.active span.caption, .index-fullwidth .pluto-page-box .single-post-top-share.active span.caption {
    display: none;
}
.page .pluto-page-box .single-post-top-share.active .os_social-head-w, .single .pluto-page-box .single-post-top-share.active .os_social-head-w, .index-fullwidth .pluto-page-box .single-post-top-share.active .os_social-head-w {
    display: block;
    width: 350px;
}
.page .pluto-page-box .single-post-top-qr, .single .pluto-page-box .single-post-top-qr, .index-fullwidth .pluto-page-box .single-post-top-qr {
    display: none;
}
.page .pluto-page-box .single-post-top-qr:hover, .single .pluto-page-box .single-post-top-qr:hover, .index-fullwidth .pluto-page-box .single-post-top-qr:hover {
    cursor: pointer;
}
.page .pluto-page-box .single-post-top-reading-mode, .single .pluto-page-box .single-post-top-reading-mode, .index-fullwidth .pluto-page-box .single-post-top-reading-mode {
    position: absolute;
    display: block;
    top: -34px;
    right: -34px;
}
.page .pluto-page-box .single-post-top-reading-mode:before, .page .pluto-page-box .single-post-top-reading-mode:after, .single .pluto-page-box .single-post-top-reading-mode:before, .single .pluto-page-box .single-post-top-reading-mode:after, .index-fullwidth .pluto-page-box .single-post-top-reading-mode:before, .index-fullwidth .pluto-page-box .single-post-top-reading-mode:after {
    content: " ";
    display: table;
}
.page .pluto-page-box .single-post-top-reading-mode:after, .single .pluto-page-box .single-post-top-reading-mode:after, .index-fullwidth .pluto-page-box .single-post-top-reading-mode:after {
    clear: both;
}
.page .pluto-page-box .single-post-top-reading-mode:before, .page .pluto-page-box .single-post-top-reading-mode:after, .single .pluto-page-box .single-post-top-reading-mode:before, .single .pluto-page-box .single-post-top-reading-mode:after, .index-fullwidth .pluto-page-box .single-post-top-reading-mode:before, .index-fullwidth .pluto-page-box .single-post-top-reading-mode:after {
    content: " ";
    display: table;
}
.page .pluto-page-box .single-post-top-reading-mode:after, .single .pluto-page-box .single-post-top-reading-mode:after, .index-fullwidth .pluto-page-box .single-post-top-reading-mode:after {
    clear: both;
}
.page .pluto-page-box .single-post-top-reading-mode i, .single .pluto-page-box .single-post-top-reading-mode i, .index-fullwidth .pluto-page-box .single-post-top-reading-mode i {
    font-size: 20px;
    color: #8bacc9;
    float: right;
    line-height: 24px;
}
.page .pluto-page-box .single-post-top-reading-mode span, .single .pluto-page-box .single-post-top-reading-mode span, .index-fullwidth .pluto-page-box .single-post-top-reading-mode span {
    border-right: 1px solid #e6eef2;
    padding-right: 15px;
    line-height: 24px;
    float: right;
    color: #8bacc9;
    text-transform: uppercase;
    font-size: 10px;
    margin-right: 15px;
}
.page .pluto-page-box .single-post-top-reading-mode:hover i, .page .pluto-page-box .single-post-top-reading-mode:hover span, .single .pluto-page-box .single-post-top-reading-mode:hover i, .single .pluto-page-box .single-post-top-reading-mode:hover span, .index-fullwidth .pluto-page-box .single-post-top-reading-mode:hover i, .index-fullwidth .pluto-page-box .single-post-top-reading-mode:hover span {
    color: #f98181;
}
.page .pluto-page-box .post-media-body, .single .pluto-page-box .post-media-body, .index-fullwidth .pluto-page-box .post-media-body {
    margin-bottom: 30px;
}
.page #qrcode, .single #qrcode, .index-fullwidth #qrcode {
    margin-top: 10px;
}
.page #qrcode img, .single #qrcode img, .index-fullwidth #qrcode img {
    margin: 0px auto;
}
@media (min-width: 1200px) {
    .page .main-content .content, .single .main-content .content, .index-fullwidth .main-content .content {
    padding: 0px 0px;
}
}
@media (max-width: 767px) {
    .page article.pluto-page-box .post-body, .single article.pluto-page-box .post-body, .index-fullwidth article.pluto-page-box .post-body {
    padding: 50px 25px;
}
.page article.pluto-page-box .post-title, .single article.pluto-page-box .post-title, .index-fullwidth article.pluto-page-box .post-title {
    margin: 15px 0px;
    font-size: 23px;
    line-height: 30px;
}
.page article.pluto-page-box .post-title a, .single article.pluto-page-box .post-title a, .index-fullwidth article.pluto-page-box .post-title a {
    font-size: 23px;
    line-height: 30px;
}
.page article.pluto-page-box .post-content, .single article.pluto-page-box .post-content, .index-fullwidth article.pluto-page-box .post-content {
    font-size: 14px;
    line-height: 22px;
}
.page article.pluto-page-box .post-date, .page article.pluto-page-box .post-author, .single article.pluto-page-box .post-date, .single article.pluto-page-box .post-author, .index-fullwidth article.pluto-page-box .post-date, .index-fullwidth article.pluto-page-box .post-author {
    font-size: 12px;
    display: none;
}
.page article.pluto-page-box .single-post-top-share, .single article.pluto-page-box .single-post-top-share, .index-fullwidth article.pluto-page-box .single-post-top-share {
    left: -10px;
}
}
.index-fullwidth article.pluto-page-box {
    margin-bottom: 50px;
}
.pluto-page-box .edit-link {
    position: absolute;
    top: -22px;
    right: 5px;
}
.pluto-page-box .edit-link .post-edit-link {
    font-size: 11px;
    text-transform: uppercase;
    padding: 3px 8px;
    background-color: #d85856;
    color: #fff;
    font-weight: 700;
}
.search-404 .search-form {
    position: relative;
    margin-top: 40px;
}
.search-404 .search-form:before {
    font-family: 'osfonts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    top: 12px;
    right: 10px;
    position: absolute;
    color: #bfbfbf;
    font-size: 16px;
}
.search-404 .search-form .screen-reader-text, .search-404 .search-form .search-submit {
    display: none;
}
.search-404 .search-form label {
    display: block;
    margin-bottom: 0px;
}
.search-404 .search-form .search-field {
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #bfbfbf;
    padding: 8px;
    -webkit-box-shadow: 1px 1px 2px 0px #fff,  inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px 0px #fff,  inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    outline: none;
}
.search-404 .search-form .search-field:focus {
    border: 1px solid #87a9cb;
    color: #111;
}
img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.quote-read-more-link {
    margin-top: 30px;
    font-size: 14px;
    display: block;
}
.featured-posts-slider-w {
    height: 95px;
    overflow: hidden;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #d1d7dc;
}
.featured-posts-slider-w .featured-posts-slider-i {
    position: relative;
    text-align: center;
}
.featured-posts-slider-w .post-body:before, .featured-posts-slider-w .post-body:after {
    content: " ";
    display: table;
}
.featured-posts-slider-w .post-body:after {
    clear: both;
}
.featured-posts-slider-w .post-body:before, .featured-posts-slider-w .post-body:after {
    content: " ";
    display: table;
}
.featured-posts-slider-w .post-body:after {
    clear: both;
}
.featured-posts-slider-w .featured-posts-label {
    position: absolute;
    background-color: #f85555;
    color: #fff;
    padding: 2px 4px;
    font-size: 11px;
    border-radius: 2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: -15px;
    top: 38px;
    z-index: 9999;
}
.featured-posts-slider-w .featured-posts-slider-controls {
    position: absolute;
    right: -5px;
    top: 20px;
}
.featured-posts-slider-w .featured-posts-slider-controls a {
    text-decoration: none;
    display: block;
    width: 40px;
    margin-bottom: 5px;
}
.featured-posts-slider-w .featured-posts-slider-controls i {
    font-size: 20px;
}
.featured-posts-slider-w .featured-post {
    float: left;
    height: 75px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.featured-posts-slider-w .featured-post figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    height: 75px;
}
.featured-posts-slider-w .featured-post .post-media-body {
    float: left;
    width: 100px;
    margin-right: 15px;
}
.featured-posts-slider-w .featured-post .post-media-body img {
    max-width: 100%;
    height: auto;
}
.featured-posts-slider-w .featured-post .post-content-body {
    padding-right: 20px;
    border-right: 1px solid #dfe4e7;
    height: 75px;
    overflow: hidden;
    text-align: left;
    padding-top: 5px;
}
.featured-posts-slider-w .featured-post .post-title {
    margin: 0px;
    color: #2c2d2f;
    font-size: 14px;
    line-height: 12px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.featured-posts-slider-w .featured-post .post-title:hover {
    text-decoration: none;
    border-color: #2c2d2f;
}
.featured-posts-slider-w .featured-post .figure-link {
    display: block;
}
.featured-posts-slider-w .featured-post .figure-link .figure-shade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: transparent;
}
.featured-posts-slider-w .featured-post .figure-link .figure-icon {
    position: absolute;
    bottom: -50%;
    left: 50%;
    font-size: 24px;
    margin-bottom: -12px;
    margin-left: -12px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
}
.featured-posts-slider-w .featured-post .figure-link:hover .figure-shade {
    background-color: rgba(0, 0, 0, 0.4);
}
.featured-posts-slider-w .featured-post .figure-link:hover .figure-icon {
    bottom: 50%;
}
.featured-posts-slider-w ul.post-categories {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    padding-top: 8px;
    border-top: 1px solid #dfe4e7;
}
.featured-posts-slider-w ul.post-categories:before, .featured-posts-slider-w ul.post-categories:after {
    content: " ";
    display: table;
}
.featured-posts-slider-w ul.post-categories:after {
    clear: both;
}
.featured-posts-slider-w ul.post-categories:before, .featured-posts-slider-w ul.post-categories:after {
    content: " ";
    display: table;
}
.featured-posts-slider-w ul.post-categories:after {
    clear: both;
}
.featured-posts-slider-w ul.post-categories li {
    margin-right: 3px;
    margin-bottom: 3px;
    float: left;
}
.featured-posts-slider-w ul.post-categories li a {
    display: block;
    padding: 2px 4px;
    background-color: #d4edfc;
    font-size: 9px;
    line-height: 12px;
    color: #3893c1;
    border: 1px solid #75b9dd;
    border-radius: 2px;
}
.featured-posts-slider-w ul.post-categories li a:hover {
    border-color: #2f8cbd;
    background-color: #fff;
    text-decoration: none;
}
.featured-carousel-post {
    position: relative;
}
.featured-carousel-post .figure-link {
    display: block;
}
.featured-carousel-post .figure-link .figure-shade {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: transparent;
}
.featured-carousel-post .figure-link .figure-icon {
    position: absolute;
    bottom: -50%;
    left: 50%;
    font-size: 48px;
    margin-bottom: -24px;
    margin-left: -24px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
}
.featured-carousel-post figure {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.featured-carousel-post figure img {
    width: inherit;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0px auto;
}
.featured-carousel-post .post-top-share {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    padding: 0px 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.4);
}
.featured-carousel-post .post-top-share i.share-activator-icon {
    vertical-align: middle;
    line-height: 24px;
    font-size: 10px;
    color: #fff;
    padding-right: 3px;
}
.featured-carousel-post .post-top-share span.share-activator-label {
    line-height: 24px;
    vertical-align: middle;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    padding-left: 10px;
    border-left: 1px solid #555;
}
.featured-carousel-post .post-top-share:hover {
    cursor: pointer;
}
.featured-carousel-post .post-top-share:hover i.share-activator-icon {
    color: #fff;
}
.featured-carousel-post .post-top-share:hover span.share-activator-label {
    color: #fff;
}
.featured-carousel-post .post-top-share .os_social-head-w {
    display: none;
    margin-left: 2px;
    vertical-align: middle;
}
.featured-carousel-post .post-top-share .os_social-head-w .os_social {
    font-size: 10px;
}
.featured-carousel-post .post-top-share .os_social-head-w .os_social:before, .featured-carousel-post .post-top-share .os_social-head-w .os_social:after {
    content: " ";
    display: table;
}
.featured-carousel-post .post-top-share .os_social-head-w .os_social:after {
    clear: both;
}
.featured-carousel-post .post-top-share .os_social-head-w .os_social:before, .featured-carousel-post .post-top-share .os_social-head-w .os_social:after {
    content: " ";
    display: table;
}
.featured-carousel-post .post-top-share .os_social-head-w .os_social:after {
    clear: both;
}
.featured-carousel-post .post-top-share .os_social-head-w .os_social img {
    padding: 0px 4px;
    width: 25px !important;
}
.featured-carousel-post .post-top-share .os_social-head-w .os_social a {
    float: left;
    display: block;
}
.featured-carousel-post .post-top-share .os_social-head-w .os_social a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.featured-carousel-post .post-top-share.active span.share-activator-label {
    display: none;
}
.featured-carousel-post .post-top-share.active .os_social-head-w {
    display: inline-block;
}
.featured-carousel-post .post-content-body {
    padding: 50px 20px 20px 20px;
    background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    background-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.9) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',  endColorstr='#e5000000',  GradientType=0);
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.featured-carousel-post .post-content-body .post-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.featured-carousel-post .post-categories {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 11px;
}
.featured-carousel-post .post-categories li {
    font-size: 9px;
    display: inline-block;
    margin-right: 10px;
}
.featured-carousel-post .post-categories li a {
    color: #eee;
    text-transform: uppercase;
}
.featured-carousel-post:hover .post-top-share {
    opacity: 1;
    filter: alpha(opacity=100);
}
.featured-carousel-post:hover .figure-shade {
    background-color: rgba(0, 0, 0, 0.4);
}
.featured-carousel-post:hover .figure-icon {
    bottom: 50%;
}
.widget {
    margin-bottom: 40px;
}
.widget:last-child {
    margin-bottom: 0px;
}
.widget .widget-title {
    color: #62707c;
    font-size: 16px;
    position: relative;
    margin-bottom: 40px;
}
.widget .widget-title:after {
    content: "";
    position: absolute;
    width: 30px;
    display: block;
    height: 4px;
    /*background-color: #f85555;*/
    background-color: #20B650;
    bottom: -15px;
}
.widget img {
    max-width: 100%;
    height: auto;
}
.widget select {
    max-width: 100%;
}
.widget_rss ul, .widget_pages ul, .widget_meta ul, .widget_recent_comments ul, .widget_nav_menu ul, .widget_archive ul, .widget_categories ul, .widget_recent_entries ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-left: 10px;
}
.widget_rss ul li, .widget_pages ul li, .widget_meta ul li, .widget_recent_comments ul li, .widget_nav_menu ul li, .widget_archive ul li, .widget_categories ul li, .widget_recent_entries ul li {
    margin-bottom: 8px;
    position: relative;
    padding: 3px 0px 3px 15px;
    font-size: 13px;
    line-height: 14px;
}
.widget_rss ul li:before, .widget_pages ul li:before, .widget_meta ul li:before, .widget_recent_comments ul li:before, .widget_nav_menu ul li:before, .widget_archive ul li:before, .widget_categories ul li:before, .widget_recent_entries ul li:before {
    content: "\f10c";
    font-family: 'osfonts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #6aa3d5;
    font-size: 6px;
    position: absolute;
    left: 0px;
    top: 6px;
}
.widget_rss ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_recent_comments ul li a:hover, .widget_nav_menu ul li a:hover, .widget_archive ul li a:hover, .widget_categories ul li a:hover, .widget_recent_entries ul li a:hover {
    color: #3878b5;
    text-decoration: underline;
}
.widget_rss .rssSummary {
    font-size: 13px;
}
.widget_rss .rss-date {
    display: block;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.widget_rss cite {
    font-size: 10px;
    margin-top: 5px;
    display: block;
}
.widget_tag_cloud .tagcloud a {
    font-size: 11px !important;
    padding: 2px 6px;
    margin-bottom: 4px;
    display: inline-block;
    background-color: #d4edfc;
    color: #3893c1;
    border: 1px solid #75b9dd;
    border-radius: 4px;
}
.widget_tag_cloud .tagcloud a:hover {
    border-color: #2f8cbd;
    background-color: #fff;
    text-decoration: none;
}
.widget_calendar caption {
    text-transform: uppercase;
    color: #748799;
    font-size: 11px;
    margin-bottom: 5px;
}
.widget_calendar table {
    width: 100%;
    font-size: 13px;
}
.widget_calendar th {
    text-align: right;
    padding: 5px;
    border: 1px solid #ccd4db;
    background-color: #dbe0e5;
}
.widget_calendar tfoot td {
    padding-top: 10px;
}
.widget_calendar tbody td {
    text-align: right;
    padding: 5px;
    border: 1px solid #ccd4db;
    color: #6a8496;
}
.widget_calendar tbody td a {
    color: #0083ff;
}
.widget_search {
    border-radius: 6px;
    padding: 10px !important;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #f5f7f9 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #f5f7f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',  endColorstr='#fff5f7f9',  GradientType=0);
    border: 1px solid #ced8e2;
}
.widget_search form {
    position: relative;
}
.widget_search form:before {
    font-family: 'osfonts';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f002";
    top: 7px;
    right: 10px;
    position: absolute;
    color: #ced8e2;
    font-size: 16px;
}
.widget_search .widget-title, .widget_search .search-submit, .widget_search .screen-reader-text {
    display: none;
}
.widget_search label {
    display: block;
    margin-bottom: 0px;
}
.widget_search .search-field {
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #cedcea;
    border-top: 1px solid #aac3db;
    padding: 5px 8px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.3),  inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.3),  inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    outline: none;
    color: #111;
}
.widget_search .search-field:focus {
    border: 1px solid #87a9cb;
}
.tptn_posts_widget ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.tptn_posts_widget ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccd4db;
}
.tptn_posts_widget ul li:before, .tptn_posts_widget ul li:after {
    content: " ";
    display: table;
}
.tptn_posts_widget ul li:after {
    clear: both;
}
.tptn_posts_widget ul li:before, .tptn_posts_widget ul li:after {
    content: " ";
    display: table;
}
.tptn_posts_widget ul li:after {
    clear: both;
}
.tptn_posts_widget ul li > a {
    display: block;
    float: left;
    width: 20%;
}
.tptn_posts_widget ul li > a img {
    width: 100%;
    height: auto;
}
.tptn_posts_widget ul li .tptn_after_thumb {
    display: block;
    float: left;
    width: 80%;
    padding-left: 10px;
}
.tptn_posts_widget ul li .tptn_after_thumb .tptn_link {
    display: block;
    font-size: 13px;
}
.tptn_posts_widget ul li .tptn_after_thumb .tptn_author {
    font-size: 10px;
}
.tptn_posts_widget ul li .tptn_after_thumb .tptn_date {
    font-size: 10px;
    color: #899caf;
}
.tptn_posts_widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}
.widget-written-by, .widget-related-post {
    border-top: 1px solid #d1dbe1;
    padding-top: 40px;
}
.widget-written-by img, .widget-related-post img {
    max-width: 100%;
    height: auto;
}
.widget-written-by .widget-caption, .widget-related-post .widget-caption {
    margin-bottom: 5px;
    margin-top: 0px;
}
.widget-written-by .widget-caption a, .widget-related-post .widget-caption a {
    color: #4e5968;
}
.widget-written-by .widget-title, .widget-related-post .widget-title {
    color: #4e5968;
    margin-top: 0px;
}
.widget-written-by .widget-content, .widget-related-post .widget-content {
    font-size: 13px;
    color: #3c5b68;
}
@media (max-width: 991px) {
    .widget-written-by .row, .widget-related-post .row {
    margin-left: 0px;
    margin-right: 0px;
}
}
@media (min-width: 992px) {
    .sidebar-under-post .under-post-widget-column: first-child .widget {
    padding-right: 20px;
}
}
@media (max-width: 991px) {
    .sidebar-under-post .under-post-widget-column: first-child .widget {
    margin-bottom: 40px !important;
}
}
@media (min-width: 992px) {
    .sidebar-under-post .under-post-widget-column: last-child .widget {
    padding-left: 20px;
}
}
.widget_text iframe {
    width: 100%;
}
.wrapped-widgets .widget {
    margin-bottom: 30px;
    padding: 20px;
    border: 1px solid #d1d7dc;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
}
.wrapped-widgets .widget .widget-title {
    margin-top: 0px;
}
.wrapped-widgets .widget:last-child {
    margin-bottom: 0px;
}
.wrapped-widgets .widget.AdWidget_ImageWidget {
    padding: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    border-radius: 0px;
}
@media (max-width: 767px) {
    .no-ads-on-smartphones .top-sidebar-wrapper {
    display: none;
}
.no-ads-on-smartphones .AdWidget_HTMLWidget {
    display: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
    .no-ads-on-tablets .top-sidebar-wrapper {
    display: none;
}
.no-ads-on-tablets .AdWidget_HTMLWidget {
    display: none;
}
}
.menu-position-top .top-sidebar-wrapper {
    padding-top: 30px;
}
.ads_top_placeholder_widget {
    background-color: #dbe2e8 !important;
    color: #8c9ba6;
    border: none;
    border-radius: 6px;
    padding: 30px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 18px;
    font-weight: 600;
    margin: 0px auto;
    max-width: 700px;
    width: auto;
}
.ads_side_placeholder_widget {
    background-color: #dbe2e8;
    border: none;
    border-radius: 6px;
    color: #8c9ba6;
    text-align: center;
    background-color: #dbe2e8 !important;
    padding: 50px 20px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.ads_side_placeholder_widget h4 {
    color: #8c9ba6;
    border-bottom: 1px solid #cbd5de;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.ads_menu_placeholder_widget {
    background-color: #dbe2e8;
    color: #8c9ba6;
    border: none;
    border-radius: 6px;
    text-align: center;
    background-color: #dbe2e8 !important;
    padding: 30px 20px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.ads_menu_placeholder_widget h4 {
    color: #8c9ba6;
    border-bottom: 1px solid #cbd5de;
    padding-bottom: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.mc4wp-form {
    border-radius: 6px;
    padding: 10px !important;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff 0%, #f5f7f9 100%);
    background-image: linear-gradient(to bottom, #fff 0%, #f5f7f9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',  endColorstr='#fff5f7f9',  GradientType=0);
    border: 1px solid #ced8e2;
    position: relative;
    text-align: center;
}
.mc4wp-form label {
    display: block;
    margin-bottom: 7px;
    padding-left: 3px;
}
.mc4wp-form select, .mc4wp-form textarea, .mc4wp-form input[type="text"], .mc4wp-form input[type="email"] {
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #cedcea;
    border-top: 1px solid #aac3db;
    padding: 5px 8px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.3),  inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px 0px rgba(255, 255, 255, 0.3),  inset 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    outline: none;
    color: #111;
}
.mc4wp-form select:focus, .mc4wp-form textarea:focus, .mc4wp-form input[type="text"]:focus, .mc4wp-form input[type="email"]:focus {
    border: 1px solid #87a9cb;
}
.mc4wp-form input[type="submit"] {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #4091c4;
    background-image: -webkit-linear-gradient(top, #67a7d0 0%, #4091c4 100%);
    background-image: linear-gradient(to bottom, #67a7d0 0%, #4091c4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff66a7d0',  endColorstr='#ff4091c4',  GradientType=0);
    border-color: #3175a0;
    border-bottom-color: #255879;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #8ebedc;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #8ebedc;
    text-shadow: -1px -1px 0px #2b678c;
    font-weight: 700;
    display: block;
    width: 100%;
}
.mc4wp-form input[type="submit"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.mc4wp-form input[type="submit"]:hover, .mc4wp-form input[type="submit"]:focus {
    color: #333;
    text-decoration: none;
}
.mc4wp-form input[type="submit"]:active, .mc4wp-form input[type="submit"].active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.mc4wp-form input[type="submit"].disabled, .mc4wp-form input[type="submit"][disabled], fieldset[disabled] .mc4wp-form input[type="submit"] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.mc4wp-form input[type="submit"]:hover, .mc4wp-form input[type="submit"]:focus, .mc4wp-form input[type="submit"]:active, .mc4wp-form input[type="submit"].active, .open .dropdown-toggle.mc4wp-form input[type="submit"] {
    color: #fff;
    background-color: #347ba7;
    border-color: #296184;
}
.mc4wp-form input[type="submit"]:active, .mc4wp-form input[type="submit"].active, .open .dropdown-toggle.mc4wp-form input[type="submit"] {
    background-image: none;
}
.mc4wp-form input[type="submit"].disabled, .mc4wp-form input[type="submit"].disabled:hover, .mc4wp-form input[type="submit"].disabled:focus, .mc4wp-form input[type="submit"].disabled:active, .mc4wp-form input[type="submit"].disabled.active, .mc4wp-form input[type="submit"][disabled], .mc4wp-form input[type="submit"][disabled]:hover, .mc4wp-form input[type="submit"][disabled]:focus, .mc4wp-form input[type="submit"][disabled]:active, .mc4wp-form input[type="submit"][disabled].active, fieldset[disabled] .mc4wp-form input[type="submit"], fieldset[disabled] .mc4wp-form input[type="submit"]:hover, fieldset[disabled] .mc4wp-form input[type="submit"]:focus, fieldset[disabled] .mc4wp-form input[type="submit"]:active, fieldset[disabled] .mc4wp-form input[type="submit"].active {
    background-color: #4091c4;
    border-color: #3783b3;
}
.mc4wp-form input[type="submit"] .badge {
    color: #4091c4;
    background-color: #fff;
}
.mc4wp-form h4 {
    color: #62707c;
    margin-bottom: 35px;
    position: relative;
    font-size: 16px;
}
.mc4wp-form h4:after {
    content: "";
    position: absolute;
    width: 40px;
    display: block;
    height: 4px;
    background-color: #f85555;
    bottom: -15px;
}
.mc4wp-form .mc4wp-alert {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
}
.mc4wp-form .mc4wp-alert.mc4wp-success {
    padding: 5px 10px;
    background-color: #648e33;
    color: #fff;
}
.widget .zilla-social a {
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
}
.widget .zilla-social a img {
    width: 24px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.widget .zilla-social a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}
@media (min-width: 1550px) {
    .widget .tptn_posts_widget li .tptn_after_thumb {
    padding-left: 20px;
}
.widget .tptn_posts_widget li .tptn_after_thumb .tptn_link {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}
.widget .tptn_posts_widget li .tptn_after_thumb .tptn_author {
    font-size: 13px;
}
.widget .tptn_posts_widget li .tptn_after_thumb .tptn_date {
    font-size: 13px;
}
.widget_rss ul li, .widget_pages ul li, .widget_meta ul li, .widget_recent_comments ul li, .widget_nav_menu ul li, .widget_archive ul li, .widget_categories ul li, .widget_recent_entries ul li {
    font-size: 14px;
    line-height: 17px;
}
}
.widget .instagram-pics {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.widget .instagram-pics:before, .widget .instagram-pics:after {
    content: " ";
    display: table;
}
.widget .instagram-pics:after {
    clear: both;
}
.widget .instagram-pics:before, .widget .instagram-pics:after {
    content: " ";
    display: table;
}
.widget .instagram-pics:after {
    clear: both;
}
.widget .instagram-pics li {
    float: left;
    width: 50%;
}
.post-navigation-unique {
    max-width: 900px;
    margin: 0px auto;
}
.post-navigation-classic .post-navigation-previous {
    padding-bottom: 20px;
}
.post-navigation-classic .post-navigation-next {
    padding-bottom: 20px;
}
.post-navigation-classic .post-navigation-next:before {
    position: absolute;
    width: 1px;
    background-color: #d1dbe1;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
}
.wrapped-widgets .post-navigation-unique, .wrapped-widgets .post-navigation-classic {
    padding: 10px;
    border: 1px solid #d1d7dc;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
}
.wrapped-widgets .post-navigation-classic {
    max-width: 900px;
    margin: 0px auto;
}
.wrapped-widgets .post-navigation-previous, .wrapped-widgets .post-navigation-next {
    padding: 0px;
}
.post-navigation-previous, .post-navigation-next {
    padding-top: 10px;
    text-align: center;
}
.post-navigation-previous .arrow, .post-navigation-next .arrow {
    color: #456978;
    margin-bottom: 5px;
}
.post-navigation-previous .caption, .post-navigation-next .caption {
    text-transform: uppercase;
    font-size: 10px;
    color: #456978;
    margin-bottom: 5px;
}
.post-navigation-previous .navi-link, .post-navigation-next .navi-link {
    margin-bottom: 5px;
}
.post-navigation-previous .navi-link a, .post-navigation-next .navi-link a {
    color: #428bca;
    border-bottom: 1px solid #428bca;
}
.post-navigation-previous .navi-link a:hover, .post-navigation-next .navi-link a:hover {
    text-decoration: none;
    color: #357ebd;
    border-bottom-color: #357ebd;
}
.os-back-to-top {
    position: fixed;
    bottom: 10%;
    right: 5px;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url('/assets/images/back-to-top-arrow.png');
    background-position: center 9px;
    -o-background-size: 15px 10px;
    -moz-background-size: 15px 10px;
    -webkit-background-size: 15px 10px;
    background-size: 15px 10px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1em;
    display: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.os-back-to-top:hover {
    background-color: #e24141;
    background-position: center 7px;
}
.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
    display: none !important;
}
.reading-mode-content {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.post-navigation-previous, .post-navigation-next {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.reading-mode {
    background-color: #fff;
}
.reading-mode.menu-position-top.page-fixed-width .main-content-w, .reading-mode.menu-position-top.page-fixed-width .menu-inner-w {
    max-width: 100%;
    margin: 0px auto;
}
.reading-mode.single .type-post, .reading-mode.page .type-page {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    margin-top: 0px;
}
.reading-mode.single .type-post .single-post-top-features, .reading-mode.page .type-page .single-post-top-features {
    background-color: #fff;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    -webkit-box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
.reading-mode.single .type-post .single-post-top-features:before, .reading-mode.single .type-post .single-post-top-features:after, .reading-mode.page .type-page .single-post-top-features:before, .reading-mode.page .type-page .single-post-top-features:after {
    content: " ";
    display: table;
}
.reading-mode.single .type-post .single-post-top-features:after, .reading-mode.page .type-page .single-post-top-features:after {
    clear: both;
}
.reading-mode.single .type-post .single-post-top-features:before, .reading-mode.single .type-post .single-post-top-features:after, .reading-mode.page .type-page .single-post-top-features:before, .reading-mode.page .type-page .single-post-top-features:after {
    content: " ";
    display: table;
}
.reading-mode.single .type-post .single-post-top-features:after, .reading-mode.page .type-page .single-post-top-features:after {
    clear: both;
}
.reading-mode.single .type-post .single-post-top-share, .reading-mode.page .type-page .single-post-top-share {
    position: relative;
    top: 15px;
    left: 15px;
    float: left;
}
.reading-mode.single .type-post .single-post-top-reading-mode, .reading-mode.page .type-page .single-post-top-reading-mode {
    position: relative;
    top: 15px;
    right: 15px;
    float: right;
}
.reading-mode.single .type-post .single-post-top-qr, .reading-mode.page .type-page .single-post-top-qr {
    display: block;
    float: left;
    position: relative;
    top: 15px;
    left: 100px;
}
.reading-mode .top-sidebar-wrapper {
    display: none;
}
.reading-mode .main-content {
    margin-left: 0px;
}
.reading-mode .reading-mode-content {
    width: 100%;
}
.reading-mode .post-navigation-previous {
    display: none;
}
.reading-mode .post-navigation-next {
    display: none;
}
.reading-mode .post-meta {
    display: none;
}
.reading-mode .site-footer {
    display: none;
}
.reading-mode .comment-respond {
    padding: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.reading-mode .main-content-i, .reading-mode .main-content-w {
    margin-left: 0px;
    margin-right: 0px;
}
.reading-mode.menu-position-left .menu-block {
    left: -240px;
}
.reading-mode.menu-position-right .menu-block {
    right: -240px;
}
.reading-mode.menu-position-top .menu-block {
    display: none;
}
.reading-mode.sidebar-position-left.menu-position-left .primary-sidebar-wrapper {
    left: -540px;
}
.reading-mode.sidebar-position-left.menu-position-right .primary-sidebar-wrapper {
    left: -300px;
}
.reading-mode.sidebar-position-left.menu-position-top .primary-sidebar-wrapper {
    left: -300px;
}
.reading-mode.sidebar-position-right.menu-position-left .primary-sidebar-wrapper {
    right: -300px;
}
.reading-mode.sidebar-position-right.menu-position-right .primary-sidebar-wrapper {
    right: -540px;
}
.reading-mode.sidebar-position-right.menu-position-top .primary-sidebar-wrapper {
    right: -300px;
}
.comments-area {
    max-width: 900px;
    margin: 0px auto;
}
.comment-respond {
    padding: 50px;
    padding-top: 30px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid #d1d7dc;
}
.comment-respond .comment-reply-title {
    margin-bottom: 35px;
    position: relative;
}
.comment-respond .comment-reply-title:after {
    content: "";
    position: absolute;
    width: 40px;
    display: block;
    height: 4px;
    background-color: #f85555;
    bottom: -15px;
}
.comment-respond .comment-form p {
    margin-bottom: 15px;
}
.comment-respond .comment-form p label {
    display: block;
}
.comment-respond .comment-form p input[type="text"], .comment-respond .comment-form p input[type="url"], .comment-respond .comment-form p input[type="email"], .comment-respond .comment-form p textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
}
.comment-respond .comment-form p input[type="text"]:focus, .comment-respond .comment-form p input[type="url"]:focus, .comment-respond .comment-form p input[type="email"]:focus, .comment-respond .comment-form p textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
}
.comment-respond .comment-form p input[type="text"]:-moz-placeholder, .comment-respond .comment-form p input[type="url"]:-moz-placeholder, .comment-respond .comment-form p input[type="email"]:-moz-placeholder, .comment-respond .comment-form p textarea:-moz-placeholder {
    color: #999;
}
.comment-respond .comment-form p input[type="text"]::-moz-placeholder, .comment-respond .comment-form p input[type="url"]::-moz-placeholder, .comment-respond .comment-form p input[type="email"]::-moz-placeholder, .comment-respond .comment-form p textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.comment-respond .comment-form p input[type="text"]:-ms-input-placeholder, .comment-respond .comment-form p input[type="url"]:-ms-input-placeholder, .comment-respond .comment-form p input[type="email"]:-ms-input-placeholder, .comment-respond .comment-form p textarea:-ms-input-placeholder {
    color: #999;
}
.comment-respond .comment-form p input[type="text"]::-webkit-input-placeholder, .comment-respond .comment-form p input[type="url"]::-webkit-input-placeholder, .comment-respond .comment-form p input[type="email"]::-webkit-input-placeholder, .comment-respond .comment-form p textarea::-webkit-input-placeholder {
    color: #999;
}
.comment-respond .comment-form p input[type="text"][disabled], .comment-respond .comment-form p input[type="text"][readonly], fieldset[disabled] .comment-respond .comment-form p input[type="text"], .comment-respond .comment-form p input[type="url"][disabled], .comment-respond .comment-form p input[type="url"][readonly], fieldset[disabled] .comment-respond .comment-form p input[type="url"], .comment-respond .comment-form p input[type="email"][disabled], .comment-respond .comment-form p input[type="email"][readonly], fieldset[disabled] .comment-respond .comment-form p input[type="email"], .comment-respond .comment-form p textarea[disabled], .comment-respond .comment-form p textarea[readonly], fieldset[disabled] .comment-respond .comment-form p textarea {
    cursor: not-allowed;
    background-color: #eee;
}
textarea.comment-respond .comment-form p input[type="text"], textarea.comment-respond .comment-form p input[type="url"], textarea.comment-respond .comment-form p input[type="email"], textarea.comment-respond .comment-form p textarea {
    height: auto;
}
.comment-respond .comment-form p textarea {
    height: auto;
}
.comment-respond .comment-form p.comment-notes {
    text-transform: uppercase;
    font-size: 11px;
    color: #6c7b84;
    margin-bottom: 30px;
}
.comment-respond .comment-form input#submit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #4091c4;
    background-image: -webkit-linear-gradient(top, #67a7d0 0%, #4091c4 100%);
    background-image: linear-gradient(to bottom, #67a7d0 0%, #4091c4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff66a7d0',  endColorstr='#ff4091c4',  GradientType=0);
    border-color: #3175a0;
    border-bottom-color: #255879;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #8ebedc;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #8ebedc;
    text-shadow: -1px -1px 0px #2b678c;
    font-weight: 700;
}
.comment-respond .comment-form input#submit:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.comment-respond .comment-form input#submit:hover, .comment-respond .comment-form input#submit:focus {
    color: #333;
    text-decoration: none;
}
.comment-respond .comment-form input#submit:active, .comment-respond .comment-form input#submit.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.comment-respond .comment-form input#submit.disabled, .comment-respond .comment-form input#submit[disabled], fieldset[disabled] .comment-respond .comment-form input#submit {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.comment-respond .comment-form input#submit:hover, .comment-respond .comment-form input#submit:focus, .comment-respond .comment-form input#submit:active, .comment-respond .comment-form input#submit.active, .open .dropdown-toggle.comment-respond .comment-form input#submit {
    color: #fff;
    background-color: #347ba7;
    border-color: #296184;
}
.comment-respond .comment-form input#submit:active, .comment-respond .comment-form input#submit.active, .open .dropdown-toggle.comment-respond .comment-form input#submit {
    background-image: none;
}
.comment-respond .comment-form input#submit.disabled, .comment-respond .comment-form input#submit.disabled:hover, .comment-respond .comment-form input#submit.disabled:focus, .comment-respond .comment-form input#submit.disabled:active, .comment-respond .comment-form input#submit.disabled.active, .comment-respond .comment-form input#submit[disabled], .comment-respond .comment-form input#submit[disabled]:hover, .comment-respond .comment-form input#submit[disabled]:focus, .comment-respond .comment-form input#submit[disabled]:active, .comment-respond .comment-form input#submit[disabled].active, fieldset[disabled] .comment-respond .comment-form input#submit, fieldset[disabled] .comment-respond .comment-form input#submit:hover, fieldset[disabled] .comment-respond .comment-form input#submit:focus, fieldset[disabled] .comment-respond .comment-form input#submit:active, fieldset[disabled] .comment-respond .comment-form input#submit.active {
    background-color: #4091c4;
    border-color: #3783b3;
}
.comment-respond .comment-form input#submit .badge {
    color: #4091c4;
    background-color: #fff;
}
.comments-title {
    margin-bottom: 60px;
    position: relative;
    border-top: 1px solid #d1dbe1;
    padding-top: 40px;
}
.comments-title i {
    margin-right: 10px;
    font-size: 38px;
    color: #87a5b5;
}
.comments-title:after {
    content: "";
    position: absolute;
    width: 40px;
    display: block;
    height: 4px;
    background-color: #f85555;
    bottom: -15px;
}
.comment-list, .children {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-top: 40px;
}
.comment-list .comment-body, .children .comment-body {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d1dbe1;
}
.comment-list .comment-meta:before, .comment-list .comment-meta:after, .children .comment-meta:before, .children .comment-meta:after {
    content: " ";
    display: table;
}
.comment-list .comment-meta:after, .children .comment-meta:after {
    clear: both;
}
.comment-list .comment-meta:before, .comment-list .comment-meta:after, .children .comment-meta:before, .children .comment-meta:after {
    content: " ";
    display: table;
}
.comment-list .comment-meta:after, .children .comment-meta:after {
    clear: both;
}
.comment-list .comment-author, .children .comment-author {
    float: left;
    margin-bottom: 20px;
}
.comment-list .comment-author img, .children .comment-author img {
    margin-right: 10px;
}
.comment-list .comment-metadata, .children .comment-metadata {
    float: right;
    text-transform: uppercase;
    font-size: 10px;
    color: #738c9b;
}
.comment-list .comment-reply-link, .children .comment-reply-link {
    display: inline-block;
    background-color: #f4f9fc;
    border-bottom: 1px solid #55aded;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 14px;
    float: right;
}
.comment-list .comment-reply-link:hover, .children .comment-reply-link:hover {
    text-decoration: none;
    border-bottom: 1px solid #1287cc;
    background-color: #fff;
}
.comment-list .comment-content p:last-child, .children .comment-content p:last-child {
    margin-bottom: 0px;
}
.comment-list ol.children {
    padding-left: 40px;
}
.comment-list > li:last-child .comment-body {
    border-bottom: none;
}
.site-footer {
    padding: 30px;
    border-top: 1px solid #d1dbe1;
    margin-top: 40px;
    text-align: right;
    color: #3c5b68;
}
.menu-position-top .site-footer {
    text-align: center;
}
.menu-position-left .site-footer {
    text-align: right;
}
.menu-position-right .site-footer {
    text-align: left;
}
.wrapped-widgets .site-footer-i {
    display: inline-block;
    border: 1px solid #d1d7dc;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
}
.pagination-w {
    text-align: center;
    border-top: 1px solid #d1dbe1;
    margin-top: 30px;
    padding-top: 40px;
}
.pagination-w .wp-pagenavi {
    text-transform: uppercase;
    font-size: 12px;
}
.pagination-w .wp-pagenavi a, .pagination-w .wp-pagenavi span {
    border: none;
    margin: 0px 10px;
    font-weight: normal;
}
.pagination-w .wp-pagenavi a:hover, .pagination-w .wp-pagenavi span:hover {
    text-decoration: none;
}
.pagination-w .wp-pagenavi .pages {
    color: #85a9b8;
    margin-right: 30px;
}
.no-more-posts-message {
    text-align: center;
    padding: 30px 10px;
    border-top: 1px solid #e1e7eb;
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    color: #9eabbd;
}
.load-more-posts-button-w {
    text-align: center;
    padding: 20px;
}
.load-more-posts-button-w a {
    display: inline-block;
    padding: 10px 40px 10px 30px;
    border: none;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #3c91e0;
    border-radius: 40px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}
.load-more-posts-button-w a i {
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
}
.load-more-posts-button-w a:hover {
    text-decoration: none;
    background-color: #111;
    color: #fff;
}
.wrapped-widgets .wp-pagenavi {
    display: inline-block;
    padding: 20px;
    border: 1px solid #d1d7dc;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
}
.wrapped-widgets .pagination-w > a {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid #d1d7dc;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
}
.wrapped-widgets .no-more-posts-message {
    text-align: center;
    border: none;
    padding: 0px;
}
.wrapped-widgets .no-more-posts-message span {
    display: inline-block;
    padding: 20px;
    border: 1px solid #d1d7dc;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
}
.copyright-tooltip {
    background-color: #111;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 4px;
    position: absolute;
    z-index: 12000;
    display: none;
}
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
    outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
@font-face {
    font-family: 'flexslider-icon';
    src: url('/assets/fonts/flexslider/flexslider-icon.eot');
    src: url('/assets/fonts/flexslider/flexslider-icon.eot?#iefix') format('embedded-opentype'),  url('/assets/fonts/flexslider/flexslider-icon.woff') format('woff'),  url('/assets/fonts/flexslider/flexslider-icon.ttf') format('truetype'),  url('/assets/fonts/flexslider/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.flexslider {
    margin: 0;
    padding: 0;
}
.flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
html[xmlns] .slides {
    display: block;
}
* html .slides {
    height: 1%;
}
.no-js .slides > li:first-child {
    display: block;
}
.flexslider {
    margin: 0;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    zoom: 1;
}
.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.loading .flex-viewport {
    max-height: 300px;
}
.flexslider .slides {
    zoom: 1;
}
.carousel li {
    margin-right: 5px;
}
.flex-direction-nav {
    *height: 0;
}
.flex-direction-nav a {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 0px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
    left: -50px;
}
.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
}
.flexslider:hover .flex-prev {
    opacity: 0.7;
    left: 10px;
}
.flexslider:hover .flex-next {
    opacity: 0.7;
    right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}
.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}
.flex-direction-nav a:before {
    font-family: "osfonts";
    font-size: 20px;
    display: inline-block;
    content: "\f104";
}
.flex-direction-nav a.flex-next:before {
    content: "\f105";
}
.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}
.flex-pauseplay a:before {
    font-family: "osfonts";
    font-size: 20px;
    display: inline-block;
    content: "\f04c";
}
.flex-pauseplay a:hover {
    opacity: 1;
}
.flex-pauseplay a.flex-play:before {
    content: "\f04b";
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}
.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}
.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}
.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
}
.flex-control-thumbs img:hover {
    opacity: 1;
}
.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
}
.flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
}
}
.flexslider {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
}
.flex-control-nav {
    bottom: -5px;
    z-index: 999;
}
.flex-control-nav li a {
    border-radius: 0px;
    width: 8px;
    height: 8px;
}
.ps-container .ps-scrollbar-x-rail {
    position: absolute;
    bottom: 3px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear,  opacity .2s linear;
    -webkit-transition: background-color .2s linear,  opacity .2s linear;
    -moz-transition: background-color .2s linear,  opacity .2s linear;
    transition: background-color .2s linear,  opacity .2s linear;
}
.ps-container:hover .ps-scrollbar-x-rail, .ps-container.hover .ps-scrollbar-x-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.ps-container .ps-scrollbar-x-rail:hover, .ps-container .ps-scrollbar-x-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-x-rail.in-scrolling {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-y-rail {
    position: absolute;
    right: 3px;
    width: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    opacity: 0;
    filter: alpha(opacity=0);
    -o-transition: background-color .2s linear,  opacity .2s linear;
    -webkit-transition: background-color .2s linear,  opacity .2s linear;
    -moz-transition: background-color .2s linear,  opacity .2s linear;
    transition: background-color .2s linear,  opacity .2s linear;
}
.ps-container:hover .ps-scrollbar-y-rail, .ps-container.hover .ps-scrollbar-y-rail {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.ps-container .ps-scrollbar-y-rail:hover, .ps-container .ps-scrollbar-y-rail.hover {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-y-rail.in-scrolling {
    background-color: #eee;
    opacity: 0.9;
    filter: alpha(opacity=90);
}
.ps-container .ps-scrollbar-x {
    position: absolute;
    bottom: 0;
    height: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.ps-container.ie6 .ps-scrollbar-x {
    font-size: 0;
}
.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x, .ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
    background-color: #999;
}
.ps-container .ps-scrollbar-y {
    position: absolute;
    right: 0;
    width: 8px;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -o-transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    transition: background-color .2s linear;
}
.ps-container.ie6 .ps-scrollbar-y {
    font-size: 0;
}
.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y, .ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
    background-color: #999;
}
.ps-container.ie .ps-scrollbar-x, .ps-container.ie .ps-scrollbar-y {
    visibility: hidden;
}
.ps-container.ie:hover .ps-scrollbar-x, .ps-container.ie:hover .ps-scrollbar-y, .ps-container.ie.hover .ps-scrollbar-x, .ps-container.ie.hover .ps-scrollbar-y {
    visibility: visible;
}
.wpcf7-form {
    margin-top: 40px;
}
.wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
    margin-top: 5px;
    margin-bottom: 20px;
}
.wpcf7-form .wpcf7-text:focus, .wpcf7-form .wpcf7-textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
}
.wpcf7-form .wpcf7-text:-moz-placeholder, .wpcf7-form .wpcf7-textarea:-moz-placeholder {
    color: #999;
}
.wpcf7-form .wpcf7-text::-moz-placeholder, .wpcf7-form .wpcf7-textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.wpcf7-form .wpcf7-text:-ms-input-placeholder, .wpcf7-form .wpcf7-textarea:-ms-input-placeholder {
    color: #999;
}
.wpcf7-form .wpcf7-text::-webkit-input-placeholder, .wpcf7-form .wpcf7-textarea::-webkit-input-placeholder {
    color: #999;
}
.wpcf7-form .wpcf7-text[disabled], .wpcf7-form .wpcf7-text[readonly], fieldset[disabled] .wpcf7-form .wpcf7-text, .wpcf7-form .wpcf7-textarea[disabled], .wpcf7-form .wpcf7-textarea[readonly], fieldset[disabled] .wpcf7-form .wpcf7-textarea {
    cursor: not-allowed;
    background-color: #eee;
}
textarea.wpcf7-form .wpcf7-text, textarea.wpcf7-form .wpcf7-textarea {
    height: auto;
}
.wpcf7-form .wpcf7-textarea {
    height: auto;
}
.wpcf7-form .wpcf7-submit {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #4091c4;
    background-image: -webkit-linear-gradient(top, #67a7d0 0%, #4091c4 100%);
    background-image: linear-gradient(to bottom, #67a7d0 0%, #4091c4 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff66a7d0',  endColorstr='#ff4091c4',  GradientType=0);
    border-color: #3175a0;
    border-bottom-color: #255879;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #8ebedc;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2),  inset 0px 1px 0px 0px  #8ebedc;
    text-shadow: -1px -1px 0px #2b678c;
    font-weight: 700;
}
.wpcf7-form .wpcf7-submit:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:focus {
    color: #333;
    text-decoration: none;
}
.wpcf7-form .wpcf7-submit:active, .wpcf7-form .wpcf7-submit.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.wpcf7-form .wpcf7-submit.disabled, .wpcf7-form .wpcf7-submit[disabled], fieldset[disabled] .wpcf7-form .wpcf7-submit {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.wpcf7-form .wpcf7-submit:hover, .wpcf7-form .wpcf7-submit:focus, .wpcf7-form .wpcf7-submit:active, .wpcf7-form .wpcf7-submit.active, .open .dropdown-toggle.wpcf7-form .wpcf7-submit {
    color: #fff;
    background-color: #347ba7;
    border-color: #296184;
}
.wpcf7-form .wpcf7-submit:active, .wpcf7-form .wpcf7-submit.active, .open .dropdown-toggle.wpcf7-form .wpcf7-submit {
    background-image: none;
}
.wpcf7-form .wpcf7-submit.disabled, .wpcf7-form .wpcf7-submit.disabled:hover, .wpcf7-form .wpcf7-submit.disabled:focus, .wpcf7-form .wpcf7-submit.disabled:active, .wpcf7-form .wpcf7-submit.disabled.active, .wpcf7-form .wpcf7-submit[disabled], .wpcf7-form .wpcf7-submit[disabled]:hover, .wpcf7-form .wpcf7-submit[disabled]:focus, .wpcf7-form .wpcf7-submit[disabled]:active, .wpcf7-form .wpcf7-submit[disabled].active, fieldset[disabled] .wpcf7-form .wpcf7-submit, fieldset[disabled] .wpcf7-form .wpcf7-submit:hover, fieldset[disabled] .wpcf7-form .wpcf7-submit:focus, fieldset[disabled] .wpcf7-form .wpcf7-submit:active, fieldset[disabled] .wpcf7-form .wpcf7-submit.active {
    background-color: #4091c4;
    border-color: #3783b3;
}
.wpcf7-form .wpcf7-submit .badge {
    color: #4091c4;
    background-color: #fff;
}
.wpcf7-form p {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 12px;
}
.owl-carousel .owl-item img {
    height: auto;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
    color: white;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: white;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
div.userpro {
    border: 1px solid #d1d7dc;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 6px;
}
div.userpro-head, div.userpro-centered {
    border-radius: 6px 6px 0px 0px;
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
}
div.userpro-head div.userpro-left {
    position: relative;
    margin-bottom: 40px;
    margin-bottom: 15px;
    font-size: 16px !important;
    font-family: "Roboto", "proxima-nova",  "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
    font-weight: 600;
}
div.userpro-head div.userpro-left:after {
    content: "";
    position: absolute;
    width: 30px;
    display: block;
    height: 4px;
    background-color: #f85555;
    bottom: -15px;
}
div.userpro-head.userpro-centered-header-only, div.userpro-centered.userpro-centered-header-only {
    border-radius: 6px;
}
.userpro.userpro-users {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    border-radius: 0px;
}
.review-wrapper {
    margin-top: 1.5em;
}
.review-wrapper .review-title {
    font-size: 24px;
    line-height: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
}
@font-face {
    font-family: 'star';
    src: url('/assets/fonts/woo/star.eot');
    src: url('/assets/fonts/woo/star.eot?#iefix') format('embedded-opentype'),  url('/assets/fonts/woo/star.woff') format('woff'),  url('/assets/fonts/woo/star.ttf') format('truetype'),  url('/assets/fonts/woo/star.svg#star') format('svg');
    font-weight: normal;
    font-style: normal;
}
.woocommerce-breadcrumb {
    padding: 15px 2% 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1dbe1;
}
.woocommerce-breadcrumb a {
    margin-left: 5px;
    margin-right: 5px;
}
.woocommerce-breadcrumb a:first-child {
    margin-left: 0px;
}
.star-rating-w {
    text-align: center;
    border-bottom: 1px solid #dfe4e7;
    padding-top: 5px;
    margin-top: 5px;
}
.star-rating {
    margin: 0px auto 10px auto;
    overflow: hidden;
    position: relative;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    width: 75px;
    font-family: 'star';
    color: #e0d0a1;
}
.star-rating:before {
    content: "\73\73\73\73\73";
    color: #000;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}
.woocommerce-message {
    padding: 10px 20px;
    border: 1px solid #bfbba8;
    background-color: #f7f3e1;
    color: #4f4e4b;
    font-size: 11px;
    margin-bottom: 20px;
}
.woocommerce-info {
    padding: 10px 20px;
    border: 1px solid #c5d8e2;
    background-color: #f2f7f9;
    color: #3b667f;
    font-size: 11px;
    margin-bottom: 20px;
}
.woocommerce-page .quantity.buttons_added {
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 20px;
}
.woocommerce-page .quantity .input-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
    border-radius: 0px;
    display: inline-block;
    text-align: center;
    border-right: none;
    border-left: none;
    padding-left: 15px;
    padding-right: 0px;
    width: 45px;
}
.woocommerce-page .quantity .input-text:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
}
.woocommerce-page .quantity .input-text:-moz-placeholder {
    color: #999;
}
.woocommerce-page .quantity .input-text::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.woocommerce-page .quantity .input-text:-ms-input-placeholder {
    color: #999;
}
.woocommerce-page .quantity .input-text::-webkit-input-placeholder {
    color: #999;
}
.woocommerce-page .quantity .input-text[disabled], .woocommerce-page .quantity .input-text[readonly], fieldset[disabled] .woocommerce-page .quantity .input-text {
    cursor: not-allowed;
    background-color: #eee;
}
textarea.woocommerce-page .quantity .input-text {
    height: auto;
}
.woocommerce-page .quantity input.minus, .woocommerce-page .quantity input.plus {
    display: inline-block;
    width: 20px;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding-left: 5px;
    padding-right: 5px;
}
.woocommerce-page .quantity input.minus:focus, .woocommerce-page .quantity input.plus:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.woocommerce-page .quantity input.minus:hover, .woocommerce-page .quantity input.minus:focus, .woocommerce-page .quantity input.plus:hover, .woocommerce-page .quantity input.plus:focus {
    color: #333;
    text-decoration: none;
}
.woocommerce-page .quantity input.minus:active, .woocommerce-page .quantity input.minus.active, .woocommerce-page .quantity input.plus:active, .woocommerce-page .quantity input.plus.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.woocommerce-page .quantity input.minus.disabled, .woocommerce-page .quantity input.minus[disabled], fieldset[disabled] .woocommerce-page .quantity input.minus, .woocommerce-page .quantity input.plus.disabled, .woocommerce-page .quantity input.plus[disabled], fieldset[disabled] .woocommerce-page .quantity input.plus {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce-page .quantity input.minus:hover, .woocommerce-page .quantity input.minus:focus, .woocommerce-page .quantity input.minus:active, .woocommerce-page .quantity input.minus.active, .open .dropdown-toggle.woocommerce-page .quantity input.minus, .woocommerce-page .quantity input.plus:hover, .woocommerce-page .quantity input.plus:focus, .woocommerce-page .quantity input.plus:active, .woocommerce-page .quantity input.plus.active, .open .dropdown-toggle.woocommerce-page .quantity input.plus {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.woocommerce-page .quantity input.minus:active, .woocommerce-page .quantity input.minus.active, .open .dropdown-toggle.woocommerce-page .quantity input.minus, .woocommerce-page .quantity input.plus:active, .woocommerce-page .quantity input.plus.active, .open .dropdown-toggle.woocommerce-page .quantity input.plus {
    background-image: none;
}
.woocommerce-page .quantity input.minus.disabled, .woocommerce-page .quantity input.minus.disabled:hover, .woocommerce-page .quantity input.minus.disabled:focus, .woocommerce-page .quantity input.minus.disabled:active, .woocommerce-page .quantity input.minus.disabled.active, .woocommerce-page .quantity input.minus[disabled], .woocommerce-page .quantity input.minus[disabled]:hover, .woocommerce-page .quantity input.minus[disabled]:focus, .woocommerce-page .quantity input.minus[disabled]:active, .woocommerce-page .quantity input.minus[disabled].active, fieldset[disabled] .woocommerce-page .quantity input.minus, fieldset[disabled] .woocommerce-page .quantity input.minus:hover, fieldset[disabled] .woocommerce-page .quantity input.minus:focus, fieldset[disabled] .woocommerce-page .quantity input.minus:active, fieldset[disabled] .woocommerce-page .quantity input.minus.active, .woocommerce-page .quantity input.plus.disabled, .woocommerce-page .quantity input.plus.disabled:hover, .woocommerce-page .quantity input.plus.disabled:focus, .woocommerce-page .quantity input.plus.disabled:active, .woocommerce-page .quantity input.plus.disabled.active, .woocommerce-page .quantity input.plus[disabled], .woocommerce-page .quantity input.plus[disabled]:hover, .woocommerce-page .quantity input.plus[disabled]:focus, .woocommerce-page .quantity input.plus[disabled]:active, .woocommerce-page .quantity input.plus[disabled].active, fieldset[disabled] .woocommerce-page .quantity input.plus, fieldset[disabled] .woocommerce-page .quantity input.plus:hover, fieldset[disabled] .woocommerce-page .quantity input.plus:focus, fieldset[disabled] .woocommerce-page .quantity input.plus:active, fieldset[disabled] .woocommerce-page .quantity input.plus.active {
    background-color: #fff;
    border-color: #ccc;
}
.woocommerce-page .quantity input.minus .badge, .woocommerce-page .quantity input.plus .badge {
    color: #fff;
    background-color: #fff;
}
.woocommerce-page .quantity input.minus {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.woocommerce-page .quantity input.plus {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.woo-shop .page-title {
    margin-top: 25px;
}
.woo-shop .term-description {
    margin-bottom: 30px;
}
.woo-shop-head {
    padding: 0px 2%;
}
.woo-shop-head .top-sidebar-wrapper {
    padding: 0px;
    padding-bottom: 20px;
    border: none;
}
.woocommerce-pagination {
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #d1dbe1;
}
.woocommerce-pagination ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.woocommerce-pagination ul li {
    display: inline-block;
    margin: 0px 5px;
}
.shop-loop-results-meta-wrapper {
    border-bottom: 1px solid #d1dbe1;
    border-top: 1px solid #d1dbe1;
    padding: 20px 2%;
}
.shop-loop-results-meta-wrapper:before, .shop-loop-results-meta-wrapper:after {
    content: " ";
    display: table;
}
.shop-loop-results-meta-wrapper:after {
    clear: both;
}
.shop-loop-results-meta-wrapper:before, .shop-loop-results-meta-wrapper:after {
    content: " ";
    display: table;
}
.shop-loop-results-meta-wrapper:after {
    clear: both;
}
.shop-loop-results-meta-wrapper .woocommerce-result-count {
    float: left;
    margin: 0px;
}
.shop-loop-results-meta-wrapper .woocommerce-ordering {
    float: right;
    margin: 0px;
}
.woo-products:before, .woo-products:after {
    content: " ";
    display: table;
}
.woo-products:after {
    clear: both;
}
.woo-products:before, .woo-products:after {
    content: " ";
    display: table;
}
.woo-products:after {
    clear: both;
}
.woo-products .product {
    border: 1px solid #d1d7dc;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
}
.woo-products .product .product-media-body {
    text-align: center;
}
.woo-products .product .product-media-body img {
    max-width: 100%;
    height: auto;
}
.woo-products .product h3 {
    font-size: 16px;
    text-align: center;
    min-height: 50px;
}
.woo-products .product h3 a {
    color: #2c2d2f;
    font-family: "Roboto", "proxima-nova",  "Helvetica Neue",  Helvetica,  Arial,  sans-serif;
    border-bottom: 1px solid transparent;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.woo-products .product h3 a:hover {
    text-decoration: none;
    border-color: #2c2d2f;
}
.woo-products .product img + h3 {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #dfe4e7;
}
.woo-products .product.first {
    margin-left: 0px;
    clear: left;
}
.woo-products .product.last {
    margin-right: 0px;
    clear: right;
}
.woo-products .product .product-body {
    padding: 30px;
    padding-bottom: 0px;
    position: relative;
}
.woo-products .product .product-body .post-top-share {
    position: absolute;
    left: 12px;
    top: 5px;
}
.woo-products .product .product-body .post-top-share i.share-activator-icon {
    vertical-align: middle;
    line-height: 17px;
    font-size: 10px;
    color: #60717e;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding-right: 6px;
}
.woo-products .product .product-body .post-top-share span.share-activator-label {
    line-height: 16px;
    vertical-align: middle;
    font-size: 10px;
    text-transform: uppercase;
    color: #60717e;
    padding-left: 10px;
    border-left: 1px solid #ccd9e2;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.woo-products .product .product-body .post-top-share:hover {
    cursor: pointer;
}
.woo-products .product .product-body .post-top-share:hover i.share-activator-icon {
    color: #f98181;
}
.woo-products .product .product-body .post-top-share:hover span.share-activator-label {
    color: #f98181;
}
.woo-products .product .product-body .post-top-share .os_social-head-w {
    display: none;
    margin-left: 2px;
    vertical-align: middle;
}
.woo-products .product .product-body .post-top-share .os_social-head-w .os_social {
    font-size: 10px;
}
.woo-products .product .product-body .post-top-share .os_social-head-w .os_social img {
    padding: 0px 4px;
    width: 25px !important;
}
.woo-products .product .product-body .post-top-share .os_social-head-w .os_social a {
    opacity: .65;
    filter: alpha(opacity=65);
}
.woo-products .product .product-body .post-top-share .os_social-head-w .os_social a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.woo-products .product .product-body .post-top-share.active span.share-activator-label {
    display: none;
}
.woo-products .product .product-body .post-top-share.active .os_social-head-w {
    display: inline-block;
}
.woo-products .product span.onsale {
    background-color: #ceb548;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 4px;
    right: 4px;
    padding: 1px 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.woo-products .product .product-meta {
    padding: 20px 0px;
    text-align: center;
    background-color: #f1f6f8;
    border-radius: 0px 0px 6px 6px;
    border-top: 1px solid #dfe4e7;
    -webkit-box-shadow: inset 0px 0px 2px 1px #fff;
    box-shadow: inset 0px 0px 2px 1px #fff;
    margin-top: 20px;
}
.woo-products .product .product-meta:before, .woo-products .product .product-meta:after {
    content: " ";
    display: table;
}
.woo-products .product .product-meta:after {
    clear: both;
}
.woo-products .product .product-meta:before, .woo-products .product .product-meta:after {
    content: " ";
    display: table;
}
.woo-products .product .product-meta:after {
    clear: both;
}
.woo-products .product .product-meta .price {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    margin-right: -14px;
    background-color: #e0ebf0;
    color: #5d6677;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.4);
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
    font-weight: 700;
    vertical-align: middle;
    border: 1px solid #b8c1c7;
    border-top: 1px solid #aab5bc;
    -webkit-box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.1),  0px 0px 2px 2px #fff;
    box-shadow: inset 1px 1px 1px 0px rgba(0, 0, 0, 0.1),  0px 0px 2px 2px #fff;
}
.woo-products .product .product-meta .price .amount {
    margin: 0px 2px;
}
.woo-products .product .product-meta .price ins {
    text-decoration: none;
}
.woo-products .product .product-meta .price del {
    display: none;
}
.woo-products .product .product-meta .button-w {
    display: inline-block;
    margin-left: -14px;
}
.woo-products .product .product-meta .button-w .button {
    vertical-align: middle;
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 16px;
    background-color: #3b8cbf;
    background-image: -webkit-linear-gradient(top, #3b8cbf 0%, #3380af 100%);
    background-image: linear-gradient(to bottom, #3b8cbf 0%, #3380af 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3b8cbf',  endColorstr='#ff3380af',  GradientType=0);
    color: #fff;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 0px 1px 0px rgba(255, 255, 255, 0.6),  0px 0px 2px 2px #fff;
    box-shadow: inset 0px 0px 1px 0px rgba(255, 255, 255, 0.6),  0px 0px 2px 2px #fff;
    border-radius: 20px;
    border: 1px solid #116872;
    text-transform: uppercase;
    font-weight: 700;
}
.woo-products .product .product-meta .button-w .button:hover {
    text-decoration: none;
    background-color: #357eac;
    background-image: -webkit-linear-gradient(top, #357eac 0%, #2d729b 100%);
    background-image: linear-gradient(to bottom, #357eac 0%, #2d729b 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff347dab',  endColorstr='#ff2d719b',  GradientType=0);
}
.product .woocommerce-tabs {
    margin-top: 60px;
}
.product .woocommerce-tabs > ul.tabs {
    list-style: none;
    margin: 0px;
    margin-bottom: -1px;
    padding: 0px;
}
.product .woocommerce-tabs > ul.tabs:before, .product .woocommerce-tabs > ul.tabs:after {
    content: " ";
    display: table;
}
.product .woocommerce-tabs > ul.tabs:after {
    clear: both;
}
.product .woocommerce-tabs > ul.tabs:before, .product .woocommerce-tabs > ul.tabs:after {
    content: " ";
    display: table;
}
.product .woocommerce-tabs > ul.tabs:after {
    clear: both;
}
.product .woocommerce-tabs > ul.tabs li {
    float: left;
}
.product .woocommerce-tabs > ul.tabs li a {
    border: 1px solid #d1d7dc;
    border-right: none;
    display: block;
    padding: 10px 30px;
    background-color: #f7f7f7;
    color: #62676b;
}
.product .woocommerce-tabs > ul.tabs li:first-child a {
    border-top-left-radius: 6px;
}
.product .woocommerce-tabs > ul.tabs li:last-child a {
    border-top-right-radius: 6px;
    border-right: 1px solid #d1d7dc;
}
.product .woocommerce-tabs > ul.tabs li.active a {
    color: #4e5968;
    border-bottom: 1px solid #fff;
    background-color: #fff;
}
.product .woocommerce-tabs .panel {
    padding: 40px 50px;
    border: 1px solid #d1d7dc;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
    border-top-left-radius: 0px;
}
.product .woocommerce-tabs .panel h2 {
    margin-bottom: 40px;
    margin-top: 0px;
    position: relative;
    font-size: 16px;
}
.product .woocommerce-tabs .panel h2:after {
    content: "";
    position: absolute;
    width: 30px;
    display: block;
    height: 4px;
    background-color: #f85555;
    bottom: -15px;
}
.product .single-product-main-info {
    margin-top: 30px;
    position: relative;
    border: 1px solid #d1d7dc;
    -webkit-box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 12px 1px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 6px;
    padding: 40px;
}
.product .single-product-main-info:before, .product .single-product-main-info:after {
    content: " ";
    display: table;
}
.product .single-product-main-info:after {
    clear: both;
}
.product .single-product-main-info:before, .product .single-product-main-info:after {
    content: " ";
    display: table;
}
.product .single-product-main-info:after {
    clear: both;
}
.product .single-product-main-info span.onsale {
    background-color: #ceb548;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    top: 34px;
    left: 4px;
    padding: 1px 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
}
.product .images {
    float: left;
    width: 35%;
    padding-right: 40px;
}
.product .images img {
    width: inherit;
    max-width: 100%;
    height: auto;
}
.product .images .woocommerce-main-image {
    margin-bottom: 20px;
    display: block;
    text-align: center;
}
.product .images .thumbnails:before, .product .images .thumbnails:after {
    content: " ";
    display: table;
}
.product .images .thumbnails:after {
    clear: both;
}
.product .images .thumbnails:before, .product .images .thumbnails:after {
    content: " ";
    display: table;
}
.product .images .thumbnails:after {
    clear: both;
}
.product .images .thumbnails a {
    margin-bottom: 10px;
    display: block;
    float: left;
    width: 25%;
    text-align: center;
}
.product .summary {
    float: right;
    width: 65%;
}
.product .summary .product_title {
    margin-top: 0px;
    margin-bottom: 35px;
    position: relative;
}
.product .summary .product_title:after {
    content: "";
    position: absolute;
    width: 40px;
    display: block;
    height: 4px;
    background-color: #f85555;
    bottom: -15px;
}
.product .summary .woocommerce-product-rating:before, .product .summary .woocommerce-product-rating:after {
    content: " ";
    display: table;
}
.product .summary .woocommerce-product-rating:after {
    clear: both;
}
.product .summary .woocommerce-product-rating:before, .product .summary .woocommerce-product-rating:after {
    content: " ";
    display: table;
}
.product .summary .woocommerce-product-rating:after {
    clear: both;
}
.product .summary .woocommerce-product-rating .star-rating {
    margin-left: 0px;
    float: left;
    margin-right: 10px;
}
.product .summary .woocommerce-product-rating .woocommerce-review-link {
    font-size: 11px;
    float: left;
}
.product .summary .price {
    margin-top: 20px;
    font-size: 24px;
    color: #3b525e;
}
.product .summary .price del {
    margin-right: 10px;
    font-size: 16px;
    color: #7f2b2a;
}
.product .summary .price ins {
    text-decoration: none;
    color: #3b525e;
}
.product .summary .variations {
    margin-bottom: 20px;
}
.product .summary .variations label {
    color: #4e5968;
}
.product .summary .variations select {
    margin-right: 10px;
}
.product .summary .variations .reset_variations {
    font-size: 11px;
    text-transform: uppercase;
}
.product .summary .single_variation {
    margin-bottom: 20px;
}
.product .summary div[itemprop="description"] {
    margin: 30px 0px;
    padding: 30px 0px;
    border-top: 1px solid #d1dbe1;
    border-bottom: 1px solid #d1dbe1;
}
.product .summary div[itemprop="description"] p:last-child {
    margin-bottom: 0px;
}
.product .summary form.cart button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #4091c4;
    border-color: #3783b3;
}
.product .summary form.cart button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.product .summary form.cart button:hover, .product .summary form.cart button:focus {
    color: #333;
    text-decoration: none;
}
.product .summary form.cart button:active, .product .summary form.cart button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.product .summary form.cart button.disabled, .product .summary form.cart button[disabled], fieldset[disabled] .product .summary form.cart button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.product .summary form.cart button:hover, .product .summary form.cart button:focus, .product .summary form.cart button:active, .product .summary form.cart button.active, .open .dropdown-toggle.product .summary form.cart button {
    color: #fff;
    background-color: #347ba7;
    border-color: #296184;
}
.product .summary form.cart button:active, .product .summary form.cart button.active, .open .dropdown-toggle.product .summary form.cart button {
    background-image: none;
}
.product .summary form.cart button.disabled, .product .summary form.cart button.disabled:hover, .product .summary form.cart button.disabled:focus, .product .summary form.cart button.disabled:active, .product .summary form.cart button.disabled.active, .product .summary form.cart button[disabled], .product .summary form.cart button[disabled]:hover, .product .summary form.cart button[disabled]:focus, .product .summary form.cart button[disabled]:active, .product .summary form.cart button[disabled].active, fieldset[disabled] .product .summary form.cart button, fieldset[disabled] .product .summary form.cart button:hover, fieldset[disabled] .product .summary form.cart button:focus, fieldset[disabled] .product .summary form.cart button:active, fieldset[disabled] .product .summary form.cart button.active {
    background-color: #4091c4;
    border-color: #3783b3;
}
.product .summary form.cart button .badge {
    color: #4091c4;
    background-color: #fff;
}
.product #reviews h2 {
    margin-bottom: 40px;
}
.product #reviews ol {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.product #reviews ol li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #ededed;
}
.product #reviews ol li:before, .product #reviews ol li:after {
    content: " ";
    display: table;
}
.product #reviews ol li:after {
    clear: both;
}
.product #reviews ol li:before, .product #reviews ol li:after {
    content: " ";
    display: table;
}
.product #reviews ol li:after {
    clear: both;
}
.product #reviews ol li .avatar {
    float: left;
    margin-right: 30px;
}
.product #reviews ol li p.meta {
    font-size: 9px;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 1px solid #ededed;
}
.product #reviews ol li .star-rating {
    float: right;
}
.product #reviews .comment-respond {
    margin-top: 80px;
    padding: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}
.product #reviews .comment-reply-title {
    text-transform: uppercase;
    font-size: 16px;
}
.product .related.products, .product .upsells.products {
    margin-top: 70px;
}
.product .related.products h2, .product .upsells.products h2 {
    font-size: 24px;
    position: relative;
    margin-bottom: 40px;
}
.product .related.products h2:after, .product .upsells.products h2:after {
    content: "";
    position: absolute;
    width: 30px;
    display: block;
    height: 4px;
    /*background-color: #f85555;*/
    background-color: silver;
    bottom: -15px;
}
.product ul.products {
    padding: 0px;
}
@media (max-width: 767px) {
    .product .images, .product .summary {
    float: none;
    width: auto;
    padding: 0px;
}
.product .images {
    text-align: center;
}
.product .summary {
    padding: 20px;
}
}
.woocommerce-cart .cart_totals h2 {
    margin-bottom: 40px;
    margin-top: 0px;
    position: relative;
    font-size: 24px;
    color: #4e5968;
}
.woocommerce-cart .cart_totals h2:after {
    content: "";
    position: absolute;
    width: 30px;
    display: block;
    height: 4px;
    background-color: #f85555;
    bottom: -15px;
}
.woocommerce-cart .cart_totals h2 a {
    color: #4e5968;
}
.woocommerce-cart .shop_table {
    width: 100%;
}
.woocommerce-cart .shop_table thead th {
    color: #94a1a8;
    border-bottom: 1px solid #d5dce0;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 20px;
    text-align: left;
}
.woocommerce-cart .shop_table tr.cart_item td {
    padding: 20px;
    border-bottom: 1px solid #d5dce0;
    font-size: 14px;
}
.woocommerce-cart .shop_table tr.cart_item td a.remove {
    display: inline-block;
    padding: 2px 5px;
    background-color: #d6c3c2;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    line-height: 14px;
}
.woocommerce-cart .shop_table tr.cart_item td a.remove:hover {
    text-decoration: none;
    background-color: #ed4c49;
}
.woocommerce-cart .shop_table tr.cart_item td .attachment-shop_thumbnail {
    margin-bottom: 0px;
}
.woocommerce-cart .shop_table tr.cart_item td .quantity.buttons_added {
    margin: 0px;
}
.woocommerce-cart .shop_table .actions {
    padding: 20px 0px;
}
.woocommerce-cart .shop_table .actions:before, .woocommerce-cart .shop_table .actions:after {
    content: " ";
    display: table;
}
.woocommerce-cart .shop_table .actions:after {
    clear: both;
}
.woocommerce-cart .shop_table .actions:before, .woocommerce-cart .shop_table .actions:after {
    content: " ";
    display: table;
}
.woocommerce-cart .shop_table .actions:after {
    clear: both;
}
.woocommerce-cart .shop_table .actions input.button {
    float: left;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.woocommerce-cart .shop_table .actions input.button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.woocommerce-cart .shop_table .actions input.button:hover, .woocommerce-cart .shop_table .actions input.button:focus {
    color: #333;
    text-decoration: none;
}
.woocommerce-cart .shop_table .actions input.button:active, .woocommerce-cart .shop_table .actions input.button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.woocommerce-cart .shop_table .actions input.button.disabled, .woocommerce-cart .shop_table .actions input.button[disabled], fieldset[disabled] .woocommerce-cart .shop_table .actions input.button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce-cart .shop_table .actions input.button:hover, .woocommerce-cart .shop_table .actions input.button:focus, .woocommerce-cart .shop_table .actions input.button:active, .woocommerce-cart .shop_table .actions input.button.active, .open .dropdown-toggle.woocommerce-cart .shop_table .actions input.button {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.woocommerce-cart .shop_table .actions input.button:active, .woocommerce-cart .shop_table .actions input.button.active, .open .dropdown-toggle.woocommerce-cart .shop_table .actions input.button {
    background-image: none;
}
.woocommerce-cart .shop_table .actions input.button.disabled, .woocommerce-cart .shop_table .actions input.button.disabled:hover, .woocommerce-cart .shop_table .actions input.button.disabled:focus, .woocommerce-cart .shop_table .actions input.button.disabled:active, .woocommerce-cart .shop_table .actions input.button.disabled.active, .woocommerce-cart .shop_table .actions input.button[disabled], .woocommerce-cart .shop_table .actions input.button[disabled]:hover, .woocommerce-cart .shop_table .actions input.button[disabled]:focus, .woocommerce-cart .shop_table .actions input.button[disabled]:active, .woocommerce-cart .shop_table .actions input.button[disabled].active, fieldset[disabled] .woocommerce-cart .shop_table .actions input.button, fieldset[disabled] .woocommerce-cart .shop_table .actions input.button:hover, fieldset[disabled] .woocommerce-cart .shop_table .actions input.button:focus, fieldset[disabled] .woocommerce-cart .shop_table .actions input.button:active, fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.active {
    background-color: #fff;
    border-color: #ccc;
}
.woocommerce-cart .shop_table .actions input.button .badge {
    color: #fff;
    background-color: #fff;
}
.woocommerce-cart .shop_table .actions input.button.checkout-button {
    float: right;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #4091c4;
    border-color: #3783b3;
    margin-left: 20px;
}
.woocommerce-cart .shop_table .actions input.button.checkout-button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.woocommerce-cart .shop_table .actions input.button.checkout-button:hover, .woocommerce-cart .shop_table .actions input.button.checkout-button:focus {
    color: #333;
    text-decoration: none;
}
.woocommerce-cart .shop_table .actions input.button.checkout-button:active, .woocommerce-cart .shop_table .actions input.button.checkout-button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.woocommerce-cart .shop_table .actions input.button.checkout-button.disabled, .woocommerce-cart .shop_table .actions input.button.checkout-button[disabled], fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce-cart .shop_table .actions input.button.checkout-button:hover, .woocommerce-cart .shop_table .actions input.button.checkout-button:focus, .woocommerce-cart .shop_table .actions input.button.checkout-button:active, .woocommerce-cart .shop_table .actions input.button.checkout-button.active, .open .dropdown-toggle.woocommerce-cart .shop_table .actions input.button.checkout-button {
    color: #fff;
    background-color: #347ba7;
    border-color: #296184;
}
.woocommerce-cart .shop_table .actions input.button.checkout-button:active, .woocommerce-cart .shop_table .actions input.button.checkout-button.active, .open .dropdown-toggle.woocommerce-cart .shop_table .actions input.button.checkout-button {
    background-image: none;
}
.woocommerce-cart .shop_table .actions input.button.checkout-button.disabled, .woocommerce-cart .shop_table .actions input.button.checkout-button.disabled:hover, .woocommerce-cart .shop_table .actions input.button.checkout-button.disabled:focus, .woocommerce-cart .shop_table .actions input.button.checkout-button.disabled:active, .woocommerce-cart .shop_table .actions input.button.checkout-button.disabled.active, .woocommerce-cart .shop_table .actions input.button.checkout-button[disabled], .woocommerce-cart .shop_table .actions input.button.checkout-button[disabled]:hover, .woocommerce-cart .shop_table .actions input.button.checkout-button[disabled]:focus, .woocommerce-cart .shop_table .actions input.button.checkout-button[disabled]:active, .woocommerce-cart .shop_table .actions input.button.checkout-button[disabled].active, fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button, fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button:hover, fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button:focus, fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button:active, fieldset[disabled] .woocommerce-cart .shop_table .actions input.button.checkout-button.active {
    background-color: #4091c4;
    border-color: #3783b3;
}
.woocommerce-cart .shop_table .actions input.button.checkout-button .badge {
    color: #4091c4;
    background-color: #fff;
}
.woocommerce-cart .shop_table .actions .coupon {
    float: left;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 20px;
}
.woocommerce-cart .shop_table .actions .coupon:before, .woocommerce-cart .shop_table .actions .coupon:after {
    content: " ";
    display: table;
}
.woocommerce-cart .shop_table .actions .coupon:after {
    clear: both;
}
.woocommerce-cart .shop_table .actions .coupon:before, .woocommerce-cart .shop_table .actions .coupon:after {
    content: " ";
    display: table;
}
.woocommerce-cart .shop_table .actions .coupon:after {
    clear: both;
}
.woocommerce-cart .shop_table .actions .coupon label {
    font-size: 11px;
    float: left;
    margin: 0px;
    margin-right: 10px;
    line-height: 34px;
    height: 34px;
    display: none;
}
.woocommerce-cart .shop_table .actions .coupon .input-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    display: inline-block;
    text-align: center;
    border-right: none;
    padding-left: 15px;
    padding-right: 0px;
    text-align: left;
    width: 140px;
    float: left;
}
.woocommerce-cart .shop_table .actions .coupon .input-text:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
}
.woocommerce-cart .shop_table .actions .coupon .input-text:-moz-placeholder {
    color: #999;
}
.woocommerce-cart .shop_table .actions .coupon .input-text::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.woocommerce-cart .shop_table .actions .coupon .input-text:-ms-input-placeholder {
    color: #999;
}
.woocommerce-cart .shop_table .actions .coupon .input-text::-webkit-input-placeholder {
    color: #999;
}
.woocommerce-cart .shop_table .actions .coupon .input-text[disabled], .woocommerce-cart .shop_table .actions .coupon .input-text[readonly], fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon .input-text {
    cursor: not-allowed;
    background-color: #eee;
}
textarea.woocommerce-cart .shop_table .actions .coupon .input-text {
    height: auto;
}
.woocommerce-cart .shop_table .actions .coupon input.button {
    float: left;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.woocommerce-cart .shop_table .actions .coupon input.button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.woocommerce-cart .shop_table .actions .coupon input.button:hover, .woocommerce-cart .shop_table .actions .coupon input.button:focus {
    color: #333;
    text-decoration: none;
}
.woocommerce-cart .shop_table .actions .coupon input.button:active, .woocommerce-cart .shop_table .actions .coupon input.button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.woocommerce-cart .shop_table .actions .coupon input.button.disabled, .woocommerce-cart .shop_table .actions .coupon input.button[disabled], fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce-cart .shop_table .actions .coupon input.button:hover, .woocommerce-cart .shop_table .actions .coupon input.button:focus, .woocommerce-cart .shop_table .actions .coupon input.button:active, .woocommerce-cart .shop_table .actions .coupon input.button.active, .open .dropdown-toggle.woocommerce-cart .shop_table .actions .coupon input.button {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.woocommerce-cart .shop_table .actions .coupon input.button:active, .woocommerce-cart .shop_table .actions .coupon input.button.active, .open .dropdown-toggle.woocommerce-cart .shop_table .actions .coupon input.button {
    background-image: none;
}
.woocommerce-cart .shop_table .actions .coupon input.button.disabled, .woocommerce-cart .shop_table .actions .coupon input.button.disabled:hover, .woocommerce-cart .shop_table .actions .coupon input.button.disabled:focus, .woocommerce-cart .shop_table .actions .coupon input.button.disabled:active, .woocommerce-cart .shop_table .actions .coupon input.button.disabled.active, .woocommerce-cart .shop_table .actions .coupon input.button[disabled], .woocommerce-cart .shop_table .actions .coupon input.button[disabled]:hover, .woocommerce-cart .shop_table .actions .coupon input.button[disabled]:focus, .woocommerce-cart .shop_table .actions .coupon input.button[disabled]:active, .woocommerce-cart .shop_table .actions .coupon input.button[disabled].active, fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button, fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button:hover, fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button:focus, fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button:active, fieldset[disabled] .woocommerce-cart .shop_table .actions .coupon input.button.active {
    background-color: #fff;
    border-color: #ccc;
}
.woocommerce-cart .shop_table .actions .coupon input.button .badge {
    color: #fff;
    background-color: #fff;
}
.woocommerce-cart .cart_totals {
    margin-top: 50px;
}
.woocommerce-cart .cart_totals table {
    width: 100%;
}
.woocommerce-cart .cart_totals table th, .woocommerce-cart .cart_totals table td {
    text-align: left;
    padding: 10px 0px;
    padding-right: 20px;
    border-bottom: 1px solid #d5dce0;
    font-size: 15px;
}
.woocommerce-cart .cart_totals table td {
    padding-left: 20px;
    border-left: 1px solid #d5dce0;
}
.woocommerce-cart .cart_totals table tr.order-total td, .woocommerce-cart .cart_totals table tr.order-total th {
    font-size: 22px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.woocommerce-cart .shipping_calculator {
    margin-top: 50px;
}
.woocommerce-cart .shipping_calculator h2 {
    font-size: 11px;
    text-transform: uppercase;
}
.woocommerce-cart .shipping_calculator h2 a {
    text-decoration: underline;
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form select, .woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form select:focus, .woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form select:-moz-placeholder, .woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text:-moz-placeholder {
    color: #999;
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form select::-moz-placeholder, .woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form select:-ms-input-placeholder, .woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text:-ms-input-placeholder {
    color: #999;
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form select::-webkit-input-placeholder, .woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text::-webkit-input-placeholder {
    color: #999;
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form select[disabled], .woocommerce-cart .shipping_calculator .shipping-calculator-form select[readonly], fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form select, .woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text[disabled], .woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text[readonly], fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text {
    cursor: not-allowed;
    background-color: #eee;
}
textarea.woocommerce-cart .shipping_calculator .shipping-calculator-form select, textarea.woocommerce-cart .shipping_calculator .shipping-calculator-form .input-text {
    height: auto;
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #fff;
    background-color: #4091c4;
    border-color: #3783b3;
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:hover, .woocommerce-cart .shipping_calculator .shipping-calculator-form .button:focus {
    color: #333;
    text-decoration: none;
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:active, .woocommerce-cart .shipping_calculator .shipping-calculator-form .button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled, .woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled], fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:hover, .woocommerce-cart .shipping_calculator .shipping-calculator-form .button:focus, .woocommerce-cart .shipping_calculator .shipping-calculator-form .button:active, .woocommerce-cart .shipping_calculator .shipping-calculator-form .button.active, .open .dropdown-toggle.woocommerce-cart .shipping_calculator .shipping-calculator-form .button {
    color: #fff;
    background-color: #347ba7;
    border-color: #296184;
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button:active, .woocommerce-cart .shipping_calculator .shipping-calculator-form .button.active, .open .dropdown-toggle.woocommerce-cart .shipping_calculator .shipping-calculator-form .button {
    background-image: none;
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled, .woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled:hover, .woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled:focus, .woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled:active, .woocommerce-cart .shipping_calculator .shipping-calculator-form .button.disabled.active, .woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled], .woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled]:hover, .woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled]:focus, .woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled]:active, .woocommerce-cart .shipping_calculator .shipping-calculator-form .button[disabled].active, fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button, fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button:hover, fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button:focus, fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button:active, fieldset[disabled] .woocommerce-cart .shipping_calculator .shipping-calculator-form .button.active {
    background-color: #4091c4;
    border-color: #3783b3;
}
.woocommerce-cart .shipping_calculator .shipping-calculator-form .button .badge {
    color: #4091c4;
    background-color: #fff;
}
.woocommerce-checkout .checkout_coupon {
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 30px;
}
.woocommerce-checkout .checkout_coupon:before, .woocommerce-checkout .checkout_coupon:after {
    content: " ";
    display: table;
}
.woocommerce-checkout .checkout_coupon:after {
    clear: both;
}
.woocommerce-checkout .checkout_coupon:before, .woocommerce-checkout .checkout_coupon:after {
    content: " ";
    display: table;
}
.woocommerce-checkout .checkout_coupon:after {
    clear: both;
}
.woocommerce-checkout .checkout_coupon .form-row-first {
    float: left;
    width: 140px;
}
.woocommerce-checkout .checkout_coupon .form-row-last {
    float: left;
}
.woocommerce-checkout .checkout_coupon .input-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    display: inline-block;
    text-align: center;
    border-right: none;
    padding-left: 15px;
    padding-right: 0px;
    text-align: left;
}
.woocommerce-checkout .checkout_coupon .input-text:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
}
.woocommerce-checkout .checkout_coupon .input-text:-moz-placeholder {
    color: #999;
}
.woocommerce-checkout .checkout_coupon .input-text::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.woocommerce-checkout .checkout_coupon .input-text:-ms-input-placeholder {
    color: #999;
}
.woocommerce-checkout .checkout_coupon .input-text::-webkit-input-placeholder {
    color: #999;
}
.woocommerce-checkout .checkout_coupon .input-text[disabled], .woocommerce-checkout .checkout_coupon .input-text[readonly], fieldset[disabled] .woocommerce-checkout .checkout_coupon .input-text {
    cursor: not-allowed;
    background-color: #eee;
}
textarea.woocommerce-checkout .checkout_coupon .input-text {
    height: auto;
}
.woocommerce-checkout .checkout_coupon input.button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    padding-left: 10px;
    padding-right: 10px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.woocommerce-checkout .checkout_coupon input.button:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.woocommerce-checkout .checkout_coupon input.button:hover, .woocommerce-checkout .checkout_coupon input.button:focus {
    color: #333;
    text-decoration: none;
}
.woocommerce-checkout .checkout_coupon input.button:active, .woocommerce-checkout .checkout_coupon input.button.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.woocommerce-checkout .checkout_coupon input.button.disabled, .woocommerce-checkout .checkout_coupon input.button[disabled], fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce-checkout .checkout_coupon input.button:hover, .woocommerce-checkout .checkout_coupon input.button:focus, .woocommerce-checkout .checkout_coupon input.button:active, .woocommerce-checkout .checkout_coupon input.button.active, .open .dropdown-toggle.woocommerce-checkout .checkout_coupon input.button {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad;
}
.woocommerce-checkout .checkout_coupon input.button:active, .woocommerce-checkout .checkout_coupon input.button.active, .open .dropdown-toggle.woocommerce-checkout .checkout_coupon input.button {
    background-image: none;
}
.woocommerce-checkout .checkout_coupon input.button.disabled, .woocommerce-checkout .checkout_coupon input.button.disabled:hover, .woocommerce-checkout .checkout_coupon input.button.disabled:focus, .woocommerce-checkout .checkout_coupon input.button.disabled:active, .woocommerce-checkout .checkout_coupon input.button.disabled.active, .woocommerce-checkout .checkout_coupon input.button[disabled], .woocommerce-checkout .checkout_coupon input.button[disabled]:hover, .woocommerce-checkout .checkout_coupon input.button[disabled]:focus, .woocommerce-checkout .checkout_coupon input.button[disabled]:active, .woocommerce-checkout .checkout_coupon input.button[disabled].active, fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button, fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button:hover, fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button:focus, fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button:active, fieldset[disabled] .woocommerce-checkout .checkout_coupon input.button.active {
    background-color: #fff;
    border-color: #ccc;
}
.woocommerce-checkout .checkout_coupon input.button .badge {
    color: #fff;
    background-color: #fff;
}
.woocommerce-checkout .col2-set {
    margin-bottom: 50px;
}
.woocommerce-checkout .col2-set:before, .woocommerce-checkout .col2-set:after {
    content: " ";
    display: table;
}
.woocommerce-checkout .col2-set:after {
    clear: both;
}
.woocommerce-checkout .col2-set:before, .woocommerce-checkout .col2-set:after {
    content: " ";
    display: table;
}
.woocommerce-checkout .col2-set:after {
    clear: both;
}
.woocommerce-checkout .col2-set .col-1 {
    float: left;
    width: 50%;
    padding-right: 30px;
}
.woocommerce-checkout .col2-set .col-2 {
    float: right;
    width: 50%;
    padding-left: 30px;
}
.woocommerce-checkout form.checkout .form-row label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
}
.woocommerce-checkout form.checkout .form-row .input-text {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,  box-shadow ease-in-out .15s;
}
.woocommerce-checkout form.checkout .form-row .input-text:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075),  0 0 8px rgba(102, 175, 233, 0.6);
}
.woocommerce-checkout form.checkout .form-row .input-text:-moz-placeholder {
    color: #999;
}
.woocommerce-checkout form.checkout .form-row .input-text::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.woocommerce-checkout form.checkout .form-row .input-text:-ms-input-placeholder {
    color: #999;
}
.woocommerce-checkout form.checkout .form-row .input-text::-webkit-input-placeholder {
    color: #999;
}
.woocommerce-checkout form.checkout .form-row .input-text[disabled], .woocommerce-checkout form.checkout .form-row .input-text[readonly], fieldset[disabled] .woocommerce-checkout form.checkout .form-row .input-text {
    cursor: not-allowed;
    background-color: #eee;
}
textarea.woocommerce-checkout form.checkout .form-row .input-text {
    height: auto;
}
.woocommerce-checkout form.checkout .form-row textarea.input-text {
    height: auto;
}
.woocommerce-checkout form.checkout h3 {
    font-size: 22px;
    margin-bottom: 20px;
}
.woocommerce-checkout form.checkout #ship-to-different-address {
    font-size: 14px;
    padding-top: 31px;
}
.woocommerce-checkout form.checkout #ship-to-different-address label.checkbox {
    display: inline;
    margin: 0px;
    padding-left: 10px;
}
.woocommerce-checkout form.checkout #ship-to-different-address .input-checkbox {
    float: left;
    margin: 0px;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields h3 {
    position: relative;
    margin-bottom: 40px;
}
.woocommerce-checkout form.checkout .woocommerce-billing-fields h3:after {
    content: "";
    position: absolute;
    width: 30px;
    display: block;
    height: 4px;
    background-color: #f85555;
    bottom: -15px;
}
.woocommerce-checkout #order_review_heading {
    position: relative;
    margin-bottom: 40px;
}
.woocommerce-checkout #order_review_heading:after {
    content: "";
    position: absolute;
    width: 30px;
    display: block;
    height: 4px;
    background-color: #f85555;
    bottom: -15px;
}
.woocommerce-checkout #order_review {
    margin-bottom: 50px;
}
.woocommerce-checkout #order_review table {
    width: 100%;
    margin-bottom: 50px;
}
.woocommerce-checkout #order_review table thead th, .woocommerce-checkout #order_review table thead td, .woocommerce-checkout #order_review table tfoot th, .woocommerce-checkout #order_review table tfoot td {
    color: #94a1a8;
    border-bottom: 1px solid #d5dce0;
    font-size: 11px;
    text-transform: uppercase;
    padding-left: 20px;
    text-align: left;
}
.woocommerce-checkout #order_review table thead tr.order-total th, .woocommerce-checkout #order_review table thead tr.order-total td, .woocommerce-checkout #order_review table tfoot tr.order-total th, .woocommerce-checkout #order_review table tfoot tr.order-total td {
    font-size: 16px;
    padding: 10px 20px;
    color: #4e5968;
}
.woocommerce-checkout #order_review table tfoot th, .woocommerce-checkout #order_review table tfoot td {
    padding: 10px 20px;
}
.woocommerce-checkout #order_review table tbody td {
    border-bottom: 1px solid #d5dce0;
    padding: 10px 20px;
    font-size: 14px;
}
.woocommerce-checkout #order_review .payment_methods {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.woocommerce-checkout #order_review .payment_methods li {
    margin-bottom: 20px;
}
.woocommerce-checkout #order_review .payment_methods li label {
    margin-left: 5px;
}
.woocommerce-checkout #order_review .payment_methods li .payment_box {
    padding: 10px 20px;
    border: 1px solid #c5d8e2;
    background-color: #f2f7f9;
    color: #3b667f;
    font-size: 11px;
    line-height: 19px;
    margin-bottom: 20px;
    margin-top: 10px;
}
.woocommerce-checkout #order_review .payment_methods li .payment_box p:last-child {
    margin-bottom: 0px;
}
.woocommerce-checkout #order_review input#place_order {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    color: #fff;
    background-color: #4091c4;
    border-color: #3783b3;
}
.woocommerce-checkout #order_review input#place_order:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.woocommerce-checkout #order_review input#place_order:hover, .woocommerce-checkout #order_review input#place_order:focus {
    color: #333;
    text-decoration: none;
}
.woocommerce-checkout #order_review input#place_order:active, .woocommerce-checkout #order_review input#place_order.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.woocommerce-checkout #order_review input#place_order.disabled, .woocommerce-checkout #order_review input#place_order[disabled], fieldset[disabled] .woocommerce-checkout #order_review input#place_order {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.woocommerce-checkout #order_review input#place_order:hover, .woocommerce-checkout #order_review input#place_order:focus, .woocommerce-checkout #order_review input#place_order:active, .woocommerce-checkout #order_review input#place_order.active, .open .dropdown-toggle.woocommerce-checkout #order_review input#place_order {
    color: #fff;
    background-color: #347ba7;
    border-color: #296184;
}
.woocommerce-checkout #order_review input#place_order:active, .woocommerce-checkout #order_review input#place_order.active, .open .dropdown-toggle.woocommerce-checkout #order_review input#place_order {
    background-image: none;
}
.woocommerce-checkout #order_review input#place_order.disabled, .woocommerce-checkout #order_review input#place_order.disabled:hover, .woocommerce-checkout #order_review input#place_order.disabled:focus, .woocommerce-checkout #order_review input#place_order.disabled:active, .woocommerce-checkout #order_review input#place_order.disabled.active, .woocommerce-checkout #order_review input#place_order[disabled], .woocommerce-checkout #order_review input#place_order[disabled]:hover, .woocommerce-checkout #order_review input#place_order[disabled]:focus, .woocommerce-checkout #order_review input#place_order[disabled]:active, .woocommerce-checkout #order_review input#place_order[disabled].active, fieldset[disabled] .woocommerce-checkout #order_review input#place_order, fieldset[disabled] .woocommerce-checkout #order_review input#place_order:hover, fieldset[disabled] .woocommerce-checkout #order_review input#place_order:focus, fieldset[disabled] .woocommerce-checkout #order_review input#place_order:active, fieldset[disabled] .woocommerce-checkout #order_review input#place_order.active {
    background-color: #4091c4;
    border-color: #3783b3;
}
.woocommerce-checkout #order_review input#place_order .badge {
    color: #4091c4;
    background-color: #fff;
}
@media (max-width: 1199px) {
    .owl-carousel {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .menu-position-top .sub-menu {
        top: 15px !important;
    }
}

div.enolo-price {
    color: #428bca;
    text-align: right;
}
div.enolo-price span.fa{
    /*font-size: 1.25em;*/
}
/*
  Richiesta di Stefano giorno 20/03/2019
*/
div.enolo-price span.price {
    font-weight: 900;
	font-size: 1.33em;
}
div.enolo-price span.price-del {
    font-style: italic;
    color: #aaa;
	font-size: 1.33em;
}

.pluto-post-box:hover div.enolo-price span.fa {
    top: 10px;
}

.overflow-hidden {
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}

.input-xs {
  height: 22px;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 1.5; /* If Placeholder of the input is moved up, rem/modify this. */
  border-radius: 3px;
}

.label-brick {
    position: absolute;
    top: 25px;
    font-weight: normal !important;
    font-size: 11px;
    left: -15px;
    border-radius: 14px;
    padding: 5px 12px;
    color: white;
    text-transform: uppercase;
}