@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One);
    @import url(https: //fonts.googleapis.com/css?family=Pathway+Gothic+One|Open+Sans:300, 400italic, 400, 600, 700);
    body {
    background: #fff;
}
html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
    width: 100%}
nav ul li {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 999;
}
nav ul li ul {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.full-article .pagination .previous:hover span a, .full-article .pagination .next:hover span a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
#featured-slider #carousel .featured-slider-item .link-overlay {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.article .article-image img, .article .btn-category {
/*
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
	*/
}
.full-article .btn-category, .article .read-more {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.full-article .read-more, .full-article .share .share-item a, .full-article .pagination .title, .full-article .related-items .related-item {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.full-article .pagination .previous img, .full-article .pagination .next img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.full-article .related-items .related-item a, .full-article .related-items .related-item img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.full-article p a {
    text-decoration: underline;
}
.link-overlay, #load-more, .comment .reply a, .sidebar #follow .social .social-icon a img, #bottom-navigation ul li a, .btn, .comment-respond form #submit, .pinit a.pinit-button, .article p {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
nav ul li a.active, .article .btn-category, .full-article .btn-category, #bottom-navigation #feedback, .btn, .comment-respond form #submit, .pinit a.pinit-button {
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
}
#wrapper {
    width: 970px;
    margin: 0 auto;
}
#header {
    width: 100%;
    height: auto;
    margin-bottom: 36px;
}
#header #tagline {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 42px;
    text-align: center;
}
#header #tagline a {
    color: #000;
    text-decoration: none;
}
#header #tagline img {
    max-width: 90%}
#header a h1 {
    font-size: 74px;
    text-transform: uppercase;
    margin-bottom: 0;
}
#header a h2 {
    margin-top: -13px;
    text-transform: uppercase;
    font-size: 14px;
}
#header #banner {
    width: 100%;
    margin-top: 0;
    height: auto;
    overflow: hidden;
    display: inline;
}

#header #banner  iframe {
margin-top: 36px !important;
}

 
#header #banner img {
    margin-top: -28px;
    width: 100%}
nav {
    height: 42px;
}
nav ul {
    list-style: none;
    margin-top: 0;
    height: 100%;
    padding: 0;
}
nav ul li {
    margin-left: -37px;
    padding-left: 12px;
    width: 168px;
    float: left;
    text-align: left;
    position: relative;
    height: 41px;
}
nav ul li a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 21px;
    padding: 7px 0px;
    display: block;
    letter-spacing: 2px;
}
nav ul li a.active {
    color: #fff;
    background: #A8A8A8;
}
nav ul li ul {
    width: 100%;
    position: absolute;
    left: -1px;
}
nav ul li ul li {
    background: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: left;
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
}
nav ul li ul li a {
    padding: 0 0 2px 0;
    margin-left: 12px;
    font-size: 20px;
}
nav ul li ul li a:hover {
    color: #A8A8A8;
}
nav ul li ul li:last-child {
    padding: 0 0 4px 0;
    border-bottom: 1px solid #A8A8A8;
    -webkit-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
nav>div>ul>li {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
nav>div>ul>li:first-of-type {
    margin-left: 22px;
}
nav>div>ul>.subparent:hover {
    border-top: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
}
nav>div>ul>li {
    -webkit-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
}
nav>div>ul>li>ul {
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    pointer-events: none;
}
nav>div>ul>li:hover {
    z-index: 9999;
    background: #fff;
}
nav>div>ul>li:hover>ul {
    pointer-events: auto;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
nav form {
    float: right;
    margin-top: 5px;
    position: relative;
    margin-right: 35px;
}
.sidebar form input[type=text] {
    font-size: 21px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: normal;
    width: 138px;
    height: 28px;
    border: 1px solid #A8A8A8;
    margin-top: 0px;
    padding: 0px 0px 0px 2px;
    -webkit-font-smoothing: antialiased;
    line-height: 29px;
}
.sidebar form input[type=submit] {
    position: absolute;
    right: 5px;
    top: 4px;
    width: 20px;
    height: 20px;
    background: transparent url("images/btn-search.jpg") 3px 3px no-repeat;
    background-size: 70%;
    text-indent: -999px;
    border: 0;
}
nav ::-webkit-input-placeholder, nav :-moz-placeholder, nav ::-moz-placeholder, nav :-ms-input-placeholder {
    color: #A8A8A8;
    font-weight: normal;
}
.search_title{
    font-family: "Pathway Gothic One", sans-serif;
    font-weight: normal;
    border: 1px dashed black;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 100%;
    font-size: 20px;
    text-align: center;
    margin-bottom:20px;
}
.content {
    width: 650px;
    min-height: 1680px;
}
.content img {
    max-width: 100%;
    height: auto;
}
.content a {
    color: #000;
}
.caroufredsel_wrapper{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
#featured-slider {
    width: 100%;
    height: 350px;
    margin: 36px 0;
    position: relative;
    overflow: hidden;
}
#featured-slider-left, #featured-slider-right {
    width: 45px;
    height: 45px;
    top: 50%;
    display: block;
    margin-top: -22px;
    position: absolute;
    cursor: pointer;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 45px;
    -moz-border-radius: 45px;
    border-radius: 45px;
}
#featured-slider-left:hover, #featured-slider-right:hover {
    background: #fff;
}
#featured-slider-left {
    left: 15px;
}
#featured-slider-right {
    right: 15px;
}
#featured-slider #carousel {
    padding: 0;
    margin: 0;
    height: 353px;
    width: auto;
    overflow: hidden;
    font-size: 0;
}
#featured-slider #carousel .featured-slider-item {
    display: inline-block;
    list-style: none;
    position: relative;
    width: 323px;
    height: 353px;
    margin: 0;
    padding: 0;
    font-size: 24pt;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    cursor: pointer;
}
#featured-slider #carousel .featured-slider-item .link-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    display: block;
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0);
}
#featured-slider #carousel .featured-slider-item:hover .link-overlay {
    background: rgba(255, 255, 255, 0.6);
}
#featured-slider #carousel .featured-slider-item .title-container {
    width: 90%;
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left: 0;
    height: 72px;
    min-height: 52px;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    background: rgba(255, 255, 255, 0.85);
    padding: 9px 90px 1px 9px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 21px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.8);
}
.article {
    width: 315px;
    margin-bottom: 47px;
}
.article .article-header {
    width: 100%;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 6px;
}
.article .article-image {
    display: block;
    overflow: hidden;
}
.article .article-image img {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}
.article .article-image-half {
    position: relative;
    margin-bottom: 5px;
    height: 233px;
}
.article .article-image-half img:nth-child(3) {
    margin-left: 10px;
}
.article .article-image img:hover {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}
.article .excerpt-link {
    line-height: 16px;
}
.article .excerpt-link:hover p {
    color: #A8A8A8;
}
.content .title, .article .title {
    display: block;
    text-align: center;
    font-size: 23px;
    line-height: 21px;
    text-transform: uppercase;
    width: 80%}
.content .article .title {
    margin: 5px auto 4px auto;
}
.content#full .title, .content.category .title {
    margin: 0px auto 20px auto;
}
.category #category .article .title {
    margin: 0px auto 5px auto;
}
.article .btn-category, .full-article .btn-category {
    padding: 0px 8px 0px 8px;
    display: inline-block;
    margin: 2px;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    text-decoration: none;
    background: #000;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}
.article .btn-category:hover, .full-article .btn-category:hover {
    background: #A8A8A8;
}
.article .date, .full-article .date {
    font-size: 10pt;
    color: #A8A8A8;
    text-transform: uppercase;
}
.article a {
    color: #000;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}
.article p {
    font-size: 13px;
    margin: 10px 0;
    display: inline;
    text-align: center;
}
.article .read-more {
    width: 35px;
    display: inline-block;
    background-image: url("images/btn-read-more.jpg");
    background-repeat: no-repeat;
    background-position: 23px 2px;
    text-align: left;
    margin-left: 2px;
    text-transform: uppercase;
    font-size: 12px;
    -moz-opacity: .35;
    -webkit-opacity: .35;
    opacity: .35;
}
.article .read-more:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.full-article {
    width: 100%}
.full-article .article-header {
    width: 100%;
    text-align: center;
}
.full-article .article-header-image {
    margin-bottom: 10px;
}
.full-article .article-image img {
    width: 100%;
    height: auto;
}
.full-article .full-width {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.full-article .title {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 18pt;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    line-height: 20pt;
}
.full-article .article-header-image img {
    width: 100%;
    overflow: hidden;
    width: 100%;
    height: auto;
}
.full-article a {
    color: #000;
    text-decoration: none;
    /*display: inline-block;*/
}
.full-article p {
    font-size: 13px;
    margin: 0;
    margin-bottom: 20px;
    text-align: left !important;
    /*width: 90%*/
}
.full-article span{
    font-size: 13px !important;
    line-height: normal !important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: inherit;
}
.full-article p img{
    max-width: 650px;
}
.full-article .tweeluik img{
    max-width: 315px;
}
.full-article p:first-of-type {
    margin-top: 10px;
}
.full-article p div {
    margin-top: 20px;
    margin-bottom: 20px;
}
.full-article p a:last-child div {
    margin-bottom: 30px;
}
.full-article p a img {
    max-width: none;
    width: 650px;
    height: auto;
}
.full-article .pagination span {
    font-size: 18px !important;
    display: block;
    margin-top: 4px;
    margin-bottom: -22px;
    -webkit-font-smoothing: antialiased;
}
.full-article .read-more {
    width: 39px;
    height: 17px;
    display: inline-block;
    background-image: url("images/btn-read-more.png");
    background-repeat: no-repeat;
    background-position: bottom;
    text-indent: -9999px;
    margin-left: 9px;
    -moz-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6;
}
.full-article .read-more:hover {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.full-article .share {
    width: 100%;
    margin: 47px auto 50px auto;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
}
.full-article .pagination .previous, .full-article .pagination .next {
    font-size: 18px;
    color: #000;
}
.full-article .related-items {
    font-size: 18px !important;
    color: #000;
}
.full-article .related-items span{
    font-size: 18px !important;
}
.full-article .share .share-item {
    width: auto;
    padding: 0 28px 0 18px;
    text-align: center;
    display: inline-block;
}
.full-article .share .share-item:first-child {
    margin-left: 32px;
}
.full-article .share .share-item a {
    color: #A8A8A8;
}
.full-article .share .share-item a:hover {
    color: #000;
}
.full-article .pagination {
    width: 100%;
    height: auto;
    text-align: center;
    border-image: url("images/dashed_line_hor_load.jpg") 650 0;
    -webkit-border-image: url("images/dashed_line_hor_load.jpg") 650 0;
    -moz-border-image: url("images/dashed_line_hor_load.jpg") 650 0;
    border-left: 0;
    border-right: 0;
    border-top: 2px;
    border-bottom: 2px;
}
.full-article .pagination .title {
    font-size: 8pt;
    color: #000;
    font-weight: normal;
    text-align: inherit;
    line-height: 13px;
}
.full-article .related-items .related-item {
    font-size: 8pt;
    color: #000;
    font-weight: normal;
    text-align: inherit;
}
.full-article .pagination .title {
    margin-top: 0px !important;
}
.full-article .pagination a{
	display: block;
}
.full-article .pagination .previous:hover .title, .full-article .pagination .next:hover .title, .full-article .pagination .previous:hover span a, .full-article .pagination .next:hover span a {
    color: #A8A8A8;
}
.full-article .pagination .previous, .full-article .pagination .next {
    width: 318px;
    float: left;
    margin: 9px auto 0 auto;
}
.full-article .pagination .previous:hover, .full-article .pagination .next:hover {
    cursor: pointer;
}
.full-article .pagination .previous img, .full-article .pagination .next img {
    -moz-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6;
}
.full-article .pagination .previous:hover img, .full-article .pagination .next:hover img {
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
.full-article .pagination .previous {
    text-align: right;
    margin-right: 5px;
}
.full-article .pagination .next {
    margin-left: 5px;
    text-align: left;
}
.full-article .related-items {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}
.full-article .related-items-container {
    width: 100%}
.full-article .related-items span {
    margin-bottom: 15px;
    display: block;
}
.full-article .related-items .related-item {
    width: 203px;
    height: 165px;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;
}
.full-article .related-items .related-item:hover {
    cursor: pointer;
}
.full-article .related-items .related-item a {
    color: #A8A8A8;
}
.full-article .related-items .related-item:hover a {
    color: #000;
}
.full-article .related-items .related-item:hover img {
    -moz-opacity: .4;
    -webkit-opacity: .4;
    opacity: .4;
}
.full-article .related-items .related-item .related-thumbnail {
    width: 100%;
    height: 120px;
    margin-bottom: 5px;
    overflow: hidden;
}
.full-article .related-items .related-item img {
    width: 100%;
    height: auto;
}
.article-header-image-tweeluik {
    margin-top: 0 !important;
}
.tweeluik img {
    width: 315px;
    float: left;
}
.tweeluik .pinit:nth-child(2) {
    margin-left: 20px;
}
.featured-article {
    width: 100%;
    margin-bottom: 50px;
    height: 480px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
.featured-article .background {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1;
}
.featured-article .image {
    width: 100%;
    overflow: hidden;
}
.featured-article .title-container {
    width: 60%;
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 20px;
    height: auto;
    min-height: 52px;
    background: rgba(255, 255, 255, 0.8);
    padding: 6px 270px 2px 5px;
    text-transform: uppercase;
    font-size: 27px;
    line-height: 24px;
    text-decoration: none;
    color: #000;
}
.link-overlay {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    background: white;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
}
.link-overlay:hover {
    -moz-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6;
}

#category .article-image>#image{
    height: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 50%;
}

#load-more .pagination {
    clear: both;
    font-size: 16px;
    line-height: 13px;
    margin: 0 auto;
    width: auto;
    margin-top:8px;
    display: inline-block;
}

#load-more .pagination span, #load-more .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #A8A8A8;
    border-radius: 6px;
    margin-left: 4px;
}

#load-more .pagination a:hover{
    color:#fff;
    background: black;
}

#load-more .pagination .current{
    padding: 10px 10px 10px 10px;
    background: #6f6f6f;
    color:#fff;
}

#load-more {
    display: block;
    width: 100%;
    font-size: 18px;
    text-align: center;
    letter-spacing: -1px;
    height: 80px;
    margin-top: 7px;
    padding: 7px 0 0 0;
    text-transform: uppercase;
    /*background: url("images/load-more.png");*/
    /*background-repeat: no-repeat;*/
    /*background-position: 50% 34px;*/
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    /*cursor: pointer;*/
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}
#load-more:hover {
    -moz-opacity: .7;
    -webkit-opacity: .7;
    opacity: .7;
}
.comments-title {
    text-transform: uppercase;
    font-size: 19pt;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #000;
}
.comment-list {
    margin: 0;
    padding: 0;
}
.comment {
    border-bottom: 1px dashed #000;
    margin-top: 18px;
    padding-bottom: 13px;
}
.comment.depth-2 {
    margin-left: 30px;
    border: none;
    margin-top: 30px;
    padding: 0;
}
.comment .comment-header {
    text-transform: uppercase;
    margin-bottom: 7px;
}
.comment .comment-author {
    font-size: 16px;
    display: inline-block;
}
.comment .comment-meta {
    font-size: 10px;
    color: #A8A8A8;
    display: inline-block;
}
.comment .reply {
    font-size: 16px;
}
.comment .reply a {
    color: #A8A8A8;
}
.comment .reply a:hover {
    color: #000;
}
.comment p {
    font-size: 13px;
    line-height: 15pt;
    margin-top: 2px;
}
.comment-respond {
    margin-bottom: 50px;
}
.comment-respond h3 {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
}
h3.comments-title {
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 0;
}
.comment-respond form {
    width: 100%;
    position: relative;
    margin-top: 0px;
}
.comment-respond form p {
    padding: 0;
    margin: 0;
}
.comment-respond form #comment-left, .comment-respond form #comment-right {
    margin-bottom: 10px;
}
.comment-respond form input[type=text], .comment-respond form input[type=email] {
    width: 325px;
    font-size: 12px;
    padding: 10px 5px;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 35px;
}
.comment-respond form textarea {
    width: 325px;
    font-size: 12px;
    padding: 10px 5px;
    border: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 35px;
    resize: none;
    height: 105px;
    padding: 5px;
}
.comment-respond form #author {
    border: 1px solid #A8A8A8;
    border-right: none;
}
.comment-respond form #email, .comment-respond form #url {
    border: 1px solid #A8A8A8;
    border-right: none;
    border-top: none;
}
.comment-respond form textarea {
    border: 1px solid #A8A8A8;
}
.comment-respond .oneall_social_login {
    position: absolute;
    top: 142px;
    left: 271px;
    height: 38px;
    overflow: hidden;
}
#category .article {
    display: block;
    height: 440px;
    margin-bottom: 20px;
}
#category .article .article-image, #category .article .article-image-half {
    width: 100%;
    height: 232.5px;
    overflow: hidden;
    display: block;
}
#category .article .article-image img {
    min-height: 100%;
    min-width: 100%}
#category .article .article-image-half .image {
    width: 152.5px;
    height: 100%;
    overflow: hidden;
    float: left;
}
#homepage .article .article-image-half .image {
    width: 152.5px;
    height: 100%;
    overflow: hidden;
    float: left;
}
#category .article .article-image-half .image img, #homepage .article .article-image-half .image img {
    height: 100%}
#category .article .article-image-half .image:nth-child(3), #homepage .article .article-image-half .image:nth-child(3) {
    margin-left: 10px;
}
.sidebar {
    width: 300px;
    border: 1px dashed #000;
    text-align: center;
    position: relative;
}
.sidebar h1 {
    margin-top: 3px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: normal;
}
.sidebar .divider {
    width: 13px;
    height: 12px;
    display: block;
    background: url("images/divider.jpg");
    margin: 34px auto;
    clear: both;
}
.sidebar #welcome {
    margin-top: 30px;
}
.sidebar #welcome a {
    color: #000;
}
.sidebar #welcome img {
    max-width: 90%}
.sidebar #welcome h1 {
    margin-top: -10px;
    margin-bottom: 10px;
}
.sidebar #welcome p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.sidebar #follow {
    margin-top: 40px;
}
.sidebar #follow .social {
    display: inline-block;
    padding: 3px;
    width: 48px;
}
.sidebar #follow .social .social-icon {
    width: 100%;
    height: 24px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 6px;
}
.sidebar #follow .social .social-name {
    text-align: center;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
}
.sidebar #follow .social .social-icon a {
    display: block;
}
.sidebar #follow .social .social-icon a:hover img {
    margin-top: -25px;
}
.sidebar #instagram #instagram-container {
    width: 230px;
    margin: 0 auto;
}
.sidebar #instagram #instagram-container a {
    display: block;
    width: 100%;
    height: auto;
}
.sidebar #instagram #instagram-container img {
    width: 100%}
.sidebar #instagram ul {
    margin: 0;
    padding: 0;
}
.sidebar #instagram li {
    list-style: none;
}
.sidebar #newsletter input[type=email] {
    text-align: center;
    margin-bottom: 14px;
    margin-top: -4px;
    color: #A8A8A8;
    font-size: 12px;
    width: 136px;
    height: 24px;
    border: 1px solid #A8A8A8;
}
.sidebar #newsletter input[type=submit] {
    text-transform: uppercase;
    display: none;
}
.sidebar #newsletter #subscribe {
    margin-bottom: 4px;
}
.sidebar #yara-speaker {
    width: 250px;
    margin: 0 auto 0px auto;
    text-align: center;
}
.sidebar #yara-speaker p {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
}
.sidebar #yara-speaker img {
    max-width: 250px;
    height: auto;
    margin-top: 4px;
}
.sidebar #yara-speaker .btn {
    margin-top: 13px;
    margin-bottom: 31px;
}
.sidebar #top {
    position: absolute;
    bottom: -100px;
    right: 0;
    height: 41px;
    line-height: 41px;
    font-size: 20px;
    padding: 0 12px 0 12px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}
#bottom-navigation {
    margin-bottom: 150px;
    margin-top: 200px;
    position: relative;
}
#bottom-navigation ul {
    list-style: none;
    margin-top: 0;
    height: 100%;
    padding-left: 0;
    position: relative;
    z-index: 99;
}
#bottom-navigation ul li {
    padding: 0 74px 0 0;
    float: left;
    text-align: left;
}
#bottom-navigation ul li a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
#bottom-navigation ul li a:hover {
    color: #A8A8A8;
}
#bottom-navigation #rights {
    color: #A8A8A8;
    font-size: 9px;
    text-transform: uppercase;
    margin-top: 8px;
}
#bottom-navigation #feedback {
    position: absolute;
    display: block;
    right: 178px;
    padding: 10px;
    bottom: -5px;
    height: 158px;
    width: 178px;
    border: 1px solid #A8A8A8;
    background: #fff;
    overflow: hidden;
}
#bottom-navigation #feedback h1 {
    margin-top: 3px;
    margin-bottom: 0;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: normal;
}
#bottom-navigation #feedback #feedback-container {
    width: 200%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
#bottom-navigation #feedback #feedback-container #error-message {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 999;
    text-transform: uppercase;
    line-height: 190px;
    text-align: center;
}
#bottom-navigation #feedback #feedback-container .feedback-step {
    width: 50%;
    height: 100%;
    text-align: center;
    font-size: 17pt;
    text-transform: uppercase;
    position: relative;
}
#bottom-navigation #feedback #feedback-container .feedback-step .close {
    width: 20px;
    height: 20px;
    background: url("images/btn-close.jpg") no-repeat;
    cursor: pointer;
    margin-top: 4px;
}
#bottom-navigation #feedback #feedback-container .feedback-step textarea {
    display: block;
    width: 172px;
    height: 70px;
    margin-top: 10px;
    margin-bottom: 7px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #A8A8A8;
    -webkit-font-smoothing: antialiased;
}
#bottom-navigation #feedback #feedback-container .feedback-step input {
    width: 164px;
    padding: 5px;
    margin-top: 10px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #A8A8A8;
    -webkit-font-smoothing: antialiased;
}
#bottom-navigation #feedback #feedback-container .feedback-step a.edit {
    color: #000;
    font-size: 9pt;
    text-transform: none;
    text-decoration: none;
    display: block;
    width: 73px;
    margin-top: 16px;
    margin-left: 0px;
    background-image: url("images/btn-edit.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 0px;
}
#bottom-navigation #feedback #feedback-container #second-step .btn {
    margin-top: 11px;
}
.content-left {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    width: 614px;
}
.content-half {
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    width: 450px;
}
.btn {
    background: #A8A8A8;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 8px 0px 8px;
    height: 24px;
    line-height: 24px;
    border: 0 !important;
    -webkit-appearance: none;
    font-weight: normal !important;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}
.comment-respond form #submit {
    background: #A8A8A8;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 0px 8px 0px 8px;
    height: 24px;
    line-height: 24px;
    border: 0 !important;
    -webkit-appearance: none;
    font-weight: normal !important;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}
.btn:hover, .comment-respond form #submit:hover {
    background: #000;
}
.page {
    text-align: left;
    font-size: 13pt;
}
.page .title, .page h1 {
    text-transform: uppercase;
    font-size: 24px;
    display: block;
    margin: 10px 0 -2px 0;
    text-align: left;
}
.page p {
    margin: 0;
    max-width: 90%;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
}
.page .title {
    text-align: center;
    margin: 0 auto 20px auto;
    font-size: 20pt;
}
.page .attachment-full {
    margin-bottom: 20px;
}
.page #contact {
    text-align: center;
}
.page #contact p {
    max-width: 100%}
.pinit {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}
.full-article p .pinit{
    margin-bottom: 0;
}
.full-article p > .pinit:last-of-type{
    margin-bottom: -20px;
}
.pinit a {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    background: transparent url("images/pinit.png");
    height: 24px;
    width: 52px;
    border: 0 !important;
    cursor: pointer;
    text-indent: -9999px;
}
.pinit a:hover {
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4;
}
#homepage .wide {
    width: auto;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    max-width: none !important;
}
#homepage .tall {
    width: 100%;
    height: auto;
    min-width: 100%;
    /*min-height: 100%*/
}
#category .wide {
    height: 100%;
    width: auto;
}
#category .tall {
    width: 100%;
    height: auto;
}
.cycloneslider-template-standard .cycloneslider-slide img {
    min-height: 100%}
.full-article span.the-title {
    display: block;
    text-align: center;
    font-size: 24px !important;
    line-height: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 5px;
}
.about_kolom {
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: 'Open Sans',  sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 16px;
}
.about_kolom h1 {
    font-size: 16px;
    margin-top: 0;
    line-height: normal;
}
.about_kolom h1:last-of-type {
    margin-bottom: 2px;
}
.about_kolom img {
    float: left;
    margin-top: 3px;
    margin-right: 12px;
}
.about_kolom p {
    float: left;
    width: 200px;
}
.about_kolom a {
    color: #000;
}
.article p, .full-article p, .sidebar #yara-speaker p, .page p {
    font-family: 'Open Sans',  sans-serif;
    font-weight: 300;
}
.sidebar input[type=email], .sidebar #welcome p {
    font-family: 'Open Sans',  sans-serif;
    font-weight: 300;
}
html, body, input[type=text] {
    font-family: 'Pathway Gothic One',  sans-serif;
    font-weight: normal;
}
.full-article .share {
    font-family: 'Pathway Gothic One',  sans-serif;
    font-weight: normal;
}
.full-article .pagination .previous, .full-article .pagination .next {
    font-family: 'Pathway Gothic One',  sans-serif;
    font-weight: normal;
}
.full-article .related-items, .full-article .pagination {
    font-family: 'Pathway Gothic One',  sans-serif;
    font-weight: normal;
}
.comments-title, .comment-respond h3, h3.comments-title {
    font-family: 'Pathway Gothic One',  sans-serif;
    font-weight: normal;
}
.comment-respond form input[type=text], .comment-respond form input[type=email], .comment-respond form input[type=submit] {
    font-family: 'Pathway Gothic One',  sans-serif;
    font-weight: normal;
}
.comment-respond form textarea {
    font-family: 'Pathway Gothic One',  sans-serif;
    font-weight: normal;
}
#bottom-navigation #feedback #feedback-container .feedback-step {
    font-family: 'Pathway Gothic One',  sans-serif;
    font-weight: normal;
}
#bottom-navigation #feedback #feedback-container .feedback-step textarea, #bottom-navigation #feedback #feedback-container .feedback-step input {
    font-family: 'Pathway Gothic One',  sans-serif;
    font-weight: normal;
}
.full-article div span, .sidebar #follow .social .social-name {
    font-family: 'Pathway Gothic One',  sans-serif;
    font-weight: normal;
}
.full-article .title {
    font-family: 'Open Sans',  sans-serif;
    font-weight: 600;
}
#bottom-navigation #rights, #bottom-navigation #feedback #feedback-container #error-message {
    font-family: 'Open Sans',  sans-serif;
    font-weight: 600;
}
.page .title, .page h1 {
    font-family: 'Open Sans',  sans-serif;
    font-weight: 600;
}
.article .title, .content .title {
    font-family: 'Open Sans',  sans-serif;
    font-weight: 600;
}
#load-more > span:first-child{
    font-family: 'Open Sans',  sans-serif;
    font-weight: 700;
}
.full-article .pagination .title, .full-article .related-items .related-item {
    font-family: 'Open Sans',  sans-serif;
    font-weight: 700;
}
#header a h1, #header a h2 {
    font-family: 'Open Sans',  sans-serif;
    font-weight: 600;
}
#featured-slider #carousel .featured-slider-item .title-container, .the-title {
    font-family: 'Open Sans',  sans-serif;
    font-weight: 600 !important;
}
.featured-article .title-container {
    font-family: 'Open Sans',  sans-serif;
    font-weight: 400;
}
.comment .comment-meta {
    font-family: 'Open Sans',  sans-serif;
    font-style: italic;
}
html, body, #bottom-navigation #feedback #feedback-container .feedback-step .edit {
    letter-spacing: 0px;
}
.full-article .share {
    letter-spacing: 0.5px;
}
.article .btn-category, .full-article .btn-category {
    letter-spacing: 0.08em;
}
.comment-respond form input[type=text], .comment-respond form input[type=email] {
    letter-spacing: 1px;
}
.comment-respond form textarea {
    letter-spacing: 1px;
}
#bottom-navigation #feedback #feedback-container .feedback-step, .pinit a.pinit-button {
    letter-spacing: 1px;
}
.comment-respond form #submit {
    letter-spacing: 1px;
}
.comment-respond form input[type=text], .comment-respond form input[type=email] {
    letter-spacing: 1px;
}
.comment-respond form textarea {
    letter-spacing: 1px;
}
.sidebar h1, .sidebar #follow .social .social-name {
    letter-spacing: 1px;
}
.btn, .sidebar #top, #feedback h1 { 
    letter-spacing: 1px;
}
.sidebar h1 {
    letter-spacing: 2px;
}
#header a h1 {
    letter-spacing: 5px;
}
.comment-respond form #author, .comment-respond form #email, .comment-respond form #url, .comment-respond form textarea {
    -webkit-font-smoothing: antialiased;
}
p {
    -webkit-font-smoothing: auto;
}
#div-gpt-ad-1 {
    margin-left: -15px;
}
#div-gpt-ad-2 {
    text-align: center;
}
#div-gpt-ad-3 {
    margin-bottom: 20px;
}

#mobile-logo { display: none; }

#responsive-menu .responsive-menu li a { text-transform: uppercase; }
#responsive-menu .responsive-menu li li a {  font-size: 14px; } 

#click-menu.admin-bar-showing {
 margin-top: 0px !important;
}
#click-menu{
background: transparent;
}
.click-menu-image{
  background: transparent;
}

.admin-bar-showing{
	background: transparent !important;
}

#homepage .wide { min-width: 0; min-height: 0;  height: auto !important; width: 100% !important; } 
