html {	
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #de2432;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
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: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace,  monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
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;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
[class*="col-"] {
    /*margin-bottom: 15px;*/
}

.break-alls {
    word-break: break-all;
}

.static {
    position: static;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.case-normal {
    text-transform: none !important;
}
.case-upper {
    text-transform: uppercase !important;
}
.case-lower {
    text-transform: lowercase !important;
}
.list-none {
    list-style: none;
}
.list-inline li {
    display: inline;
}
.display-inline {
    display: inline-block;
}
.display-none {
    display: none;
}
.display-block {
    display: block;
}
.align-middle {
    vertical-align: middle !important;
}
.align-top {
    vertical-align: top !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-baseline {
    vertical-align: baseline !important;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.deco-none {
    text-decoration: none !important;
}
.deco-underline {
    text-decoration: underline !important;
}
.border-none {
    border: 0 !important;
}
.flex-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    top: 30% \9;
    right: 0;
    bottom: 0;
    left: 0;
}
.center-elem {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (max-width: 767px) {
    .center-elem-xs {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	}
}@media (min-width: 768px) {
    .center-elem-sm {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	}
}@media (min-width: 992px) {
    .center-elem-md {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	}
}@media (min-width: 1200px) {
    .center-elem-lg {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	}
}


@media (max-width: 767px) {
    .row-xs-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	}
}@media (min-width: 768px) {
    .row-sm-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	}
}@media (min-width: 992px) {
    .row-md-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	}
}@media (min-width: 1200px) {
    .row-lg-equal-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	}
}

@font-face {
    font-family: "Bebas Neue";
    src: url("../fonts/bebasneue_book-webfont.eot");
    src: url("../fonts/bebasneue_book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_book-webfont.ttf") format("truetype"), url("../fonts/bebasneue_book-webfont.svg#bebas_neuebook") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Maven Pro";
    src: url("../fonts/maven_pro_bold-webfont.eot");
    src: url("../fonts/maven_pro_bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/maven_pro_bold-webfont.ttf") format("truetype"), url("../fonts/maven_pro_bold-webfont.svg#maven_probold") format("svg");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "Maven Pro";
    src: url("../fonts/maven_pro_regular-webfont.eot");
    src: url("../fonts/maven_pro_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/maven_pro_regular-webfont.ttf") format("truetype"), url("../fonts/maven_pro_regular-webfont.svg#Maven Pro") format("svg");
    font-weight: 400;
    font-style: normal;
}

* {
    outline: none;
    outline: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body, html {
	font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
    color: #222;
    background: #E8E8E8;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}
body #page, html #page {
    width: 100%;
    min-height: 100%
}

h1, h2, h3, h4, h5, h6 { font-weight: 400; }
a { text-decoration: none; color: #222; }
a:hover, a:focus { color: #233269; }
a:visited { }
p a {
    text-decoration: underline;
}
p a:hover, p a:focus {
    text-decoration: underline;
}
p a:visited {
    text-decoration: underline;
}
input, textarea, button {
    font-size: 16px;
    line-height: 19px;
}
select, option {
    outline: none;
    outline: 0;
    font-size: 16px;
    line-height: 19px;
}
select:focus, select:hover, select:active, option:focus, option:hover, option:active {
    outline: none;
    outline: 0;
}
::-webkit-input-placeholder {
    color: #999;
}
::-moz-placeholder {
    color: #999;
}
:-moz-placeholder {
    color: #999;
}
:-ms-input-placeholder {
    color: #999;
}
.placeholder {
    color: #999;
}
header nav ul.navbar-primary li a, aside.widget .widget-title, .social-share h2 { font-family: "Bebas Neue", sans-serif; }
.entry-title, .post-title, .related-title { font-family: "Maven Pro", sans-serif; }

.navbar {
    min-height: auto;
    margin-bottom: 0;
}

header .navbar-form .search-form .search-field {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

header .navbar-default .navbar-nav>.open>a {
    background: transparent;
    color: #DE2432 !important;
}
header .navbar-default .navbar-nav>.open:hover>a {
    background: transparent;
    color: #DE2432 !important;
}
header .navbar-brand {
    height: auto;
    padding-bottom: 15px;
    padding-top: 0;
    padding-right: 0;
}
@media (max-width: 767px) {
    header .navbar-brand {
    padding-top: 5px;
    padding-bottom: 15px;
	}
}@media (max-width: 480px) {
    header .navbar-brand {
    padding-top: 9px;
    padding-bottom: 15px;
	}
}@media (max-width: 991px) {
    header .navbar-brand>img {
    width: 180px;
	}
}@media (max-width: 480px) {
    header .navbar-brand>img {
    width: 110px;
	}
}header .navbar-toggle {
    margin-top: 8px;
    border: none;
    padding: 4px;
    font-size: 25px;
    background: transparent !important;
}
@media (max-width: 480px) {
    header .navbar-toggle {
    margin-top: 2px;
	}
}header .navbar-collapse {
    border-top: none;
}
header nav ul.navbar-primary li a {
    text-transform: uppercase;
    font-size: 25px;
    color: #333 !important;
}
header nav ul.navbar-primary li a:hover {
    background: transparent;
    color: #DE2432 !important;
}
header nav ul.social-nav {
    margin-right: 10px;
}
@media (max-width: 767px) {
    header nav ul.social-nav {
    margin-right: 10px;
	}
}@media (max-width: 767px) {
    header nav ul.social-nav {
    float: right;
    margin-top: 4px;
    margin-bottom: 0;
	}
}@media (max-width: 480px) {
    header nav ul.social-nav {
    margin-top: 0;
	}
}header nav ul.social-nav li {
    float: left !important;
    margin: 0 15px;
}
@media (min-width: 767px) and (max-width: 991px) {
    header nav ul.social-nav li {
    margin: 0 10px;
	}
}@media (max-width: 767px) {
    header nav ul.social-nav li {
    margin: 0 10px;
	}
}@media (max-width: 480px) {
    header nav ul.social-nav li {
    margin: 0 1px;
	}
}header nav ul.social-nav li a {
    font-size: 0;
    padding: 0 5px;
    background: transparent;
    color: #DE2432;
}
header nav ul.social-nav li a:hover, header nav ul.social-nav li a:focus {
    background: transparent;
}
header nav ul.social-nav li a i {
    font-size: 25px;
    line-height: 52px;
    color: #DE2432;
}
header .navbar-toggle { color: #DE2432; }
header .navbar {
	padding-top: 10px;	
}
@media (max-width: 991px) {
    header nav ul.social-nav li a i {
    font-size: 25px;
    line-height: 45px;
	}
}@media (max-width: 767px) {
    header nav ul.social-nav li a i {
    font-size: 25px;
    line-height: 38px;
	}
}header .navbar-form {
    float: right;
    margin-top: 14px;
}
@media (min-width: 768px) {
    header .navbar-form {
    margin-left: 5px;
	}
}@media (max-width: 767px) {
    header .navbar-form {
    float: none;
	}
}header .navbar-form .search-form {
    text-align: center;
}
header .navbar-form .search-form .search-field {
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    width: 160px;
    border: 1px solid #DE2432;
}
header .navbar-form .search-form .search-submit {
    border: none;
    background: transparent !important;
    margin-left: 2px;
}
header .navbar-form .search-form .search-submit i {
    font-size: 18px;
    color: #DE2432;
}
header .navbar-header {
    float: none;
}
header .navbar-toggle {
    display: block;
}
header .navbar-collapse {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding-right: 0;
    padding-left: 0;
}
header .navbar-collapse.collapse {
    display: none !important;
}
header .navbar-nav {
    margin: 0px;
}
header .navbar-nav>li {
    float: none;
}
header .navbar-text {
    float: none;
    margin: 15px 0;
}
header .navbar-collapse.collapse.in {
    display: block !important;
}
header .collapsing {
    overflow: hidden !important;
}
header .navbar-right.navbar-form, header .navbar-right.navbar-primary {
    float: none !important;
    margin-right: 0px;
}
header .navbar-form {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-color: #E7E7E7;
    padding: 10px 15px;
    margin-left: 0;
    margin-top: 0;
}
.newsletter {
	padding: 15px;
	margin-bottom: 15px;
	border-bottom-width: 6px;
	border-bottom-style: solid;
}

.newsletter .input-group {
    position: relative;	
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.newsletter .input-group .form-control {
    z-index: 1;
    position: relative;
    width: 100%;
    height: 34px;
    border: none;
    background: none;	
}
.newsletter .input-group .input-group-addon {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    position: relative;
    z-index: 2;
    padding: 0;
    overflow: hidden;
    border-color: #185FA8;
    background: #185FA8;
}
.newsletter .input-group .input-group-addon button {
    padding: 6px 12px;
    border: none;
    background: transparent;
}
.newsletter .input-group .input-group-addon button i {
    color: white;
}
.newsletter.red {
    background: #DE2432;
    border-bottom-color: #FF3704;
}
.newsletter.red .input-group-addon {
    border: none;
    background: #185FA8;
}
.newsletter.blue {
    background: #185FA8;
    border-bottom-color: #233269;
}
.newsletter.blue .input-group-addon {
    border: none;
    background: #FF8C1A;
}
.newsletter.cray {
    background: #5ADBBC;
    border-bottom-color: #47B89F;
}
.newsletter.cray .input-group-addon {
    border-color: #DE2432;
    background: #DE2432;
}
.newsletter.orange {
    background: #FF8C1A;
    border-bottom-color: #F4C53D;
}
.newsletter.orange .input-group-addon {
    border-color: #185FA8;
    background: #185FA8;
}
.newsletter .mc4wp-form {
    margin: 0;
}
.newsletter .mc4wp-alert {
    margin: 15px 0 0;
}
#fb-root {
    display: none;
}
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}
.footer-social hr {
    border-top: 3px solid #333;
}
.footer-content-sa [class*="col-"] {
    overflow: hidden;
}
footer {
	margin-bottom: 15px;	
}
footer hr {
    border-top: 7px solid #333;
}
footer p {
    color: #666;
    font: 13px/16px Helvetica, Arial, sans-serif;
}
#leaderboard_space {
    width: 728px;
    height: 90px;
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
}
article {
    position: relative;
}
article .size-full {
    width: 100%;
    height: auto;
}

article .wp-caption .wp-caption-text, article .gallery-caption {
	font-size: 15px !important;
    font-weight: 400;
	line-height: 19px !important;
    color: #666 !important;
    text-align: left !important;
    letter-spacing: 0.05em !important;
 
}
article p a {
    color: #DE2432;
}
article p a:hover {
	text-decoration: none;
}
article p a[rel="tag"] {
    color: #FF3704;
}
article p strong {
    font-weight: 700;
}
article blockquote {
    border-left: 5px solid #185FA8;
}
article blockquote p {
    padding-bottom: 0 !important;
}
article ul li {
    list-style-type: disc;
    font-weight: 400;
	margin-bottom: 0.5em;
}
article img[class*="align"], article img[class*="wp-image-"], article #content .gallery .gallery-icon img {
    border: 0px solid #DDD;
    padding: 0px 0px 15px;
}
article img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-bottom: 0 !important;
    width: 100%;
    height: auto;
}
article figure {
    margin: 0 0 30px;
    width: 100% !important;
    max-width: 100%}
article figure img {
    width: 100%;
    height: auto;
}
article figcaption {
    font-weight: 400;
    padding: 16px 0px 16px;
}
article .wp-caption {
    margin-bottom: 1.625em;
    max-width: 100%;
    padding: 0px !important;
    border-bottom: 1px solid #999;
}
#page_title {
    margin: 0px;
    padding: 0px;
}
#page_title #page_title_primary {
    display: inline-block;
    margin: 0px 30px 0px 0px;
    padding: 10px 0px 10px;
}
#page_title #page_title_primary h1 {
    display: inline;
    margin: 0px;
    padding: 0px;
}
.content-area hr {
    border-width: 3px;
    border-color: #333;
}
aside a {
    font-size: 13px;
    line-height: 20px;
}
aside a:hover {
    color: #DE2432;
}
aside.widget {
    margin: 32px 0px 0px;
    padding: 13px 0px 0px;
    border-top: 3px solid #333;
}
aside.widget:first-child {
    border-top: none;
}
aside.widget .textwidget {
    text-align: center;
}
aside.widget .widget-title {
    font-size: 15px;
    color: #666;
    letter-spacing: 0.1em;
    margin: 0;
    padding: 0;
}
aside.social {
    position: absolute;
    left: 0px;
    top: 0px;
    max-width: 50px;
    z-index: 999;
}
aside.social ul {
    list-style: none;
}
aside.social ul li {
    float: right;
    list-style-type: none;
}
aside.social ul li a {
    position: relative;
    color: white;
    display: block;
    min-width: 50px;
    text-align: center;
    padding-left: 30px;
    left: 0;
    background: #233269;
    border-bottom: 6px solid #185FA8;
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0;
    border-radius: 0 30px 30px 0;
    transition: all .2s ease-out;
}
aside.social ul li a:hover {
    left: 20px;
}
aside.social ul li a i {
    min-width: 50px;
    font-size: 30px;
    line-height: 55px;
    margin-left: -5px;
}
@media (max-width: 767px) {
    aside.social ul li a i {
    font-size: 24px;
    line-height: 45px;
	}
}aside.social.right {
    left: auto;
    right: -30px;
    top: auto;
    bottom: 0px;
}
aside.social.right ul li a {
    padding-left: 0px;
    padding-right: 30px;
    left: auto;
    right: 0;
    -moz-border-radius: 30px 0 0 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px 0 0 30px;
}
aside.social.right ul li a:hover {
    right: 20px;
    left: auto;
}
aside.social.right ul li a i {
    margin-left: 0;
    margin-right: -5px;
}
.widget_tag_cloud a {
    font-size: 13px !important;
    line-height: 20px !important;
}

.related-posts { margin-top: 15px; }
.related-posts .related-title {
    color: #DE2432;	
	text-transform: uppercase;
}
.related-posts .entry-related {	margin-bottom: 15px; }
.related-posts .entry-related .wrap { display: table; width: 100%; }
.related-posts .entry-related .wrap a {	display: block; }
.related-posts .entry-related:nth-child(1) .wrap {
    background: #5ADBBC;
    border-bottom: 10px solid #47B89F;
}
.related-posts .entry-related:nth-child(2) .wrap {
    background: #ff616d;
    border-bottom: 10px solid #FF3704;
}
.related-posts .entry-related:nth-child(3) .wrap {
    background: #FF8C1A;
    border-bottom: 10px solid #F4C53D;
}
.related-posts .entry-related:nth-child(4) .wrap {
    background: #84B3BC;
    border-bottom: 10px solid #155059;
}
.related-posts .entry-related .related-thumb-image {
    overflow: hidden;
    position: relative;
	height: 180px;
}
.related-posts .entry-related .entry-thumb-image,
.related-posts .entry-related .entry-title {
	display: block;
	width: 100%;	
	vertical-align: middle;
    max-height: 180px;
    overflow: hidden;	
}
.related-posts .entry-related .entry-thumb-image img.no-image {
    max-height: 180px;
	position: absolute;
}
.related-posts .entry-related .entry-title {
	padding: 15px;
}
.related-posts .entry-related .entry-title h4 {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}

.top-head-image .col-xs-12 {
	padding: 0;
}
.top-head-image .thumb-image {
    position: relative;
    overflow: hidden;
    height: 180px;
	width: 100%;
}
.social-share {
    max-width: 380px;
    height: 55px;
    background: #DE2432;
    position: relative;
    z-index: 1;
    border-bottom: 6px solid #FF3704;
    -moz-border-radius: 0 30px 30px 0;
    -webkit-border-radius: 0;
    border-radius: 0 30px 30px 0;
}
/*.social-share:before {
    background: #DE2432;
    border-bottom-color: #FF3704;
}*/
.social-share:after {
    content: '';
    clear: both;
    height: 0;
    width: 0;
    display: block;
}
.social-share .entry-section {
    float: left;
    line-height: 55px;
    color: white;
    margin-left: 15px;
}
.social-share ul {
    float: right;
    margin-right: 15px;
}
.social-share ul li {
    display: inline-block;
    margin: 0 6px;
}
.social-share ul li a {
    color: white;
    display: block;
    min-width: 30px;
    text-align: center;
}
.social-share ul li a i {
    font-size: 30px;
    line-height: 55px;
}
.entry-post.red .social-share {
    background: #DE2432;
    border-bottom-color: #FF3704;
}
.entry-post.green .social-share {
    background: #155059;
    border-bottom-color: #47B89F;
}
.entry-post.blue .social-share {
    background: #185FA8;
    border-bottom-color: #233269;
}
.entry-post.cray .social-share {
    background: #5ADBBC;
    border-bottom-color: #47B89F;
}
.entry-post.orange .social-share {
    background: #FF8C1A;
    border-bottom-color: #F4C53D;
}
.entry-post.grey .social-share {
    background: #84B3BC;
    border-bottom-color: #155059;
}
.entry-post.red .thumb-details a { color: #FF3704; }
.entry-post.orange .thumb-details a { color: #FF8C1A; }
.entry-post.blue .thumb-details a { color: #185FA8; }
.entry-post.green .thumb-details a { color: #155059; }
.entry-post.cray .thumb-details a { color: #5ADBBC; }

.featured-post {
    position: relative;
}
.featured-post .thumb-image {
    position: relative;
    overflow: hidden;
	height: 220px;

	margin-bottom: -55px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.featured-post .thumb-details {
    background: white;
}
.home .entry-post {
    position: relative;
	margin-bottom: 30px;
}
.home .entry-excerpt {
	margin-top: 10px;
	line-height: 1;	
}
.home .entry-section {
    margin: 0 30px;
}
.home .entry-post .thumb-image {
    position: relative;
    overflow: hidden;
	margin-bottom: -55px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.home .featured-post .entry-post .thumb-image img {
	position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);	
}
.entry-post .thumb-image img {
    width: 100%;
    height: auto;
}
.entry-post .embed_video {
    position: relative;
    overflow: hidden;
/*    padding-top: 50%;*/
	padding-bottom: 56.25%;
    height: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.entry-post .embed_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.entry-post .embed_instagram {
    position: relative;
    overflow: hidden;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.entry-post .embed_instagram i {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    font-size: 80px;
    margin-left: -40px;
    margin-top: -40px;
    pointer-events: none;
}
.entry-post .embed_instagram #sbi_load {
    padding: 0 !important;
}
.entry-post .thumb-details {
    background: white;
    position: relative;
	padding: 30px;
}
.entry-post .thumb-details:before {
    content: '';
    background: white;
    position: absolute;
    width: 100%;
    height: 30px;
    top: -30px;
    left: 0;
}
.entry-post .social-share {
/*    width: 100%;
    max-width: 100%;*/
}
.entry-post.wider .thumb-details:before {
    width: 100%;
    height: 0px;
    top: 0px;
}
.entry-post.wider .social-share {
    max-width: 380px;
}

.entry-post .entry-meta {
	margin-bottom: 15px;	
}
.entry-post .entry-date {
	color: #666;
	font-size: 18px;
    font-weight: 400;
	text-transform: uppercase;
}

@media (max-width: 767px) {
    .entry-post.wider .social-share {
    margin-top: -6px;
    max-width: 100%	}
}
.post-top {
    position: relative;
}
.post-top .thumb-image {
    float: left;
    position: relative;
    overflow: hidden;
    width: 50%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.post-top .thumb-image img {
    width: 100%;
    height: auto;
}
.post-top .embed_video {
    float: left;
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    padding-bottom: 50%;
    height: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.post-top .embed_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%}
.post-top .thumb-details {
    float: left;
    background: white;
    width: 50%}
.post-top .social-share {
    float: left;
    width: 50%;
    max-width: 50%;
    margin-top: -6px;
}
.entry-post.right {
    position: relative;
}
.entry-post.right .hold-content {
	height: auto;
    left: auto;
    margin-left: 0px;
	margin-bottom: 30px;
    position: relative;	
    float: left;
	overflow: inherit;	    
    z-index: 12;
}
.entry-post.right .thumb-image {
    float: left;
    position: relative;
    overflow: hidden;
    width: 100%;
    right: auto;
    padding-left: 0;
    z-index: 10;
    margin-right: -15px;
	margin-bottom: 0;
}
.entry-post.right .thumb-image img {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    height: auto;
}
.entry-post.right .embed_video {
    float: left;
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    padding-bottom: 50%;
    height: 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.entry-post.right .embed_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
	
.entry-post.right .thumb-details {
    float: left;
    background: white;
    width: 100%;
	position: relative;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}
.entry-post.right .thumb-details:before {
    content: '';
    background: white;
    position: absolute;
    width: 100%;
    height: 30px;
    top: -30px;
    left: 0;
}
.entry-post.right .social-share {
    float: left;
    width: 100%;
    max-width: 100%;
	margin-top: -6px;
}
/*.entry-post.right .social-share:before {
    content: '';
    position: absolute;
    left: -10px;
    border-bottom-width: 6px;
    border-bottom-style: solid;
}*/
.footer-content-sa [class*="col-"]:nth-child(3n+1) {
    clear: both;
}

.single #header {
	background-color: #fff;	
	text-align: center;
}
.single .post-title {
	color: #233269;
    font-size: 30px;
    font-weight: bold;	
	text-align: center;
    line-height: 1;
}
.single .post-excerpt {
	display: block;
	font-size: 1.3em;
    line-height: 1.1;
    margin-bottom: 15px;	
}
.single .post-author {
	display: block;
	font-size: 1.4em;
	color: #FF3704;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.home .entry-title {
	font-weight: bold;
	text-transform: uppercase;
    border-bottom: none;
	margin: 0;
}
.archive .entry-title {
	font-weight: bold;
}
.page-title {
    border-bottom: 4px solid #333;
    font-family: "Bebas Neue", sans-serif;
	font-weight: 700;
}
.page-title.red {
	color: #DE2432;
	border-bottom: 4px solid #DE2432;
}
.page-desc {
	display: block;
	margin-top: 15px;
	color: #666;
	text-align: justify;
}

.single .post-content,
.page .post-content {
	padding-top: 15px;
}
.single .post-tags {
    color: #FF3704;
	text-transform: uppercase
}

.adv-header {
	margin-top: 15px;
}
.adv-sidebar-top {
	
}
.adv-sidebar-bottom {
	
}
.col-centered {
    float: none;
    margin: 0 auto;
}
col-sm-centered {
    float: none;
    margin: 0 auto;
}

/* iPad to Desktop */
@media (min-width: 768px) {
	p {
	    font-size: 1.2em;
	}
	article ul li {
		font-size: 1.2em;
		line-height: inherit;
	}	
	header .navbar {
		padding-top: 15px;
	}	
	.home .entry-title {
		font-size: 26px;
		line-height: 30px;
	}
	.home .entry-excerpt {
		font-size: 16px;
		line-height: 22px;
	}
	.single .post-title {
		font-size: 36px;
	}	
	.single .post-excerpt {
		font-size: 1.6em;
	}
    .top-head-image .thumb-image {
		height: 330px;
	}	
	.related-posts .entry-related .entry-thumb-image,
	.related-posts .entry-related .entry-title {
		display: inline-block;
		width: 49%;	
	    max-height: 180px;
		overflow: visible;
	}
	.related-posts .entry-related .entry-title {
		padding: 0 15px;
	}	
    article .wp-caption .wp-caption-text, article .gallery-caption {
		font-size: 20px !important;
		line-height: 25px !important;
	}
	article img {
		width: inherit;
	}	
    .featured-post .thumb-image {
	    height: 400px;
	}

    .entry-post.right .hold-content {
		position: absolute;
		left: 50%;
		margin-left: -15px;
		height: 100%;
		right: 0;
		overflow-y: hidden;    
	}	
    .entry-post.right .thumb-image {
		width: 50%;
		right: 15px;
		padding-left: 15px;
	}
    .entry-post.right .thumb-details {
		position: absolute;
		top: 55px;
		bottom: 0px;
		left: 0px;
		right: 0px;
	}	
	.entry-post.right .social-share {
		margin-top: 0;
	}	
    .entry-post.right .social-share:before {
		width: 20px;
		height: 55px;
	}
	h1 { font-size: 40px; }
	h2 { font-size: 30px; }
	h3 { font-size: 26px; }
	h4 { font-size: 20px; }
	
}
@media (min-width: 992px) {
    .top-head-image .thumb-image {
		height: 400px;
	}	
	.related-posts .entry-related .entry-title h4 {
		font-size: 20px;
	}
}
@media (orientation: landscape) {
	.related-posts .entry-related .entry-thumb-image,
	.related-posts .entry-related .entry-title {
		display: inline-block;
		width: 49%;	
	    max-height: none;
		overflow: visible;
	}	
}
/*@media (max-width: 767px) {
    h1 { font-size: 50px; }
	h2 { font-size: 30px; }
	h3 { font-size: 28px; }
    h4 { font-size: 20px; }	
}
@media (max-width: 480px) {
    h1 { font-size: 40px; }
    h2 { font-size: 26px; }
    h3 { font-size: 24px; }	
}*/
