
#sdsblogCategory {
    margin-bottom: 0px;
    overflow: hidden;
}
/* blog index */

.blog-error {
    margin-top: 50px;
    padding: 20px;
    text-align: center;
}

#sesenablogcat.category {
    background: url("../images/category/journal-bg.jpg") repeat scroll top left;
    box-shadow: inset 0 0 0 1000px rgba(255,255,255,0.85);   
}
#content {
    margin-bottom: 0px;
}
#sesenablog-header.blog-post{
    padding-bottom: 0px;
}
#sesenablog-header{
    background-color: #fff;
    margin: 50px auto 0 auto;
    max-width: 960px;
}

#sesenablog-header form,
#sesenablog-header .post-header {
    margin: 15px auto;
    text-align: center;
    width: 960px;
}
#sesenablog-header .tag-menu {
    text-align: justify;
    width: 90%;
    margin: 0 auto 20px auto;
}
#sesenablog-header .tag-menu * {
    display: inline;
}
#sesenablog-header .tag-menu span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 0;
}

#sesenablog-header form input[type=text]{
    border-color: transparent;
    background-color: transparent;
    height: 30px;
    width: 90%;
    border-bottom: 1px solid #000;
    padding: 0 10px 10px;
    color: #000;
    font-family: "Marcellus SC", sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#sesenablog-header form input::-webkit-input-placeholder {
   color: #B2965E; font-size: 1em; letter-spacing: 5px;
}
#sesenablog-header form input:-moz-placeholder { /* Firefox 18- */
   color: #B2965E; font-size: 1em; letter-spacing: 5px;
}
#sesenablog-header form input::-moz-placeholder {  /* Firefox 19+ */
   color: #B2965E; font-size: 1em; letter-spacing: 5px;
}
#sesenablog-header form input:-ms-input-placeholder {  
   color: #B2965E; font-size: 1em; letter-spacing: 5px;
}

#sesenablog-header ul li a {
    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#sesenablog-header ul li a:hover {
    color: #B2965E;
}

#sesenablog-container{
    width: 960px;
    margin: 0 auto;
    padding: 40px 0;
}
.sdsarticlePost > div {
    height: 100%;
}

.sdsarticlePost:nth-child(1) {
    width: 480px;
    height: 690px;
    float: left;
}
.sdsarticlePost:nth-child(1) .sdsarticleCategory {
    left:0;
}
.sdsarticlePost:nth-child(1) .sdsarticleHeader{
    margin: 0 15%;
}

.sdsarticlePost:nth-child(2),
.sdsarticlePost:nth-child(3){
    width: 480px;
    height: 345px;
    float: right;
}
.sdsarticlePost:nth-child(2){ vertical-align: top; }
.sdsarticlePost:nth-child(3){ vertical-align: bottom; }

.sdsarticlePost:nth-child(2) .sdsarticleCategory ,
.sdsarticlePost:nth-child(3) .sdsarticleCategory {
    right: 0;
}

.sdsarticlePost:nth-child(4){
    clear: both;
    height: 485px;
    width: 100%;
}
.sdsarticlePost:nth-child(4) .sdsarticleCategory {
    left: 0;
}
.sdsarticlePost:nth-child(4) .sdsarticleHeader{
    right: 0;
}

.sdsarticleCategory {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    zoom: 1;

    color: #000;
    font-family: "Open Sans", sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.sdsarticleCategory span{
    padding: 10px;
}

.articleContent {
    height: 100%;
    position: relative;
}

.imageFeaturedLink{
    margin: 0px 20px;
    height: 90%;
    display: block;
    background-size: cover; 
}

.sdsarticleHeader {
    width: 345px;
    height: 145px;
    position: absolute;
    margin: auto;
    bottom: 5%;
    background-color: #fff;
    padding: 25px;
    overflow: hidden;
}

.sdsarticleHeader .sdstitle_block a {
    color: #000;
    font-family: "Marcellus SC", sans-serif;
    font-size: 1.8em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    display: inline-block;
}

.sdstitle_block a::after {
    display: block;
    content: " ";
    border-bottom: 1px solid #B2965E;
    width: 75px;
    margin-top: 10px;
    clear: both;
}

.sdsarticleHeader span {
    font-family: "Open Sans", sans-serif;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.pages-count {
    position: absolute;
    left: 50%;
    bottom: 30px;
    transform: translate(-50%);
    color: #B2965E;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5em;
    font-weight: bold;
}

.blog.pagination {
    width: 100%;
}
.blog.pagination div {
    width: 50%;
}
.blog.pagination div a {
    display: block;
    width: 100%;
    background-color: transparent;
    text-align: center;
    border: none;
    padding: 0;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    font-size: 1.5em;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.blog.pagination div a:hover{
    background-color: transparent;
}
.blog.pagination div.next {
    float: right;
}
.blog.pagination div.prev {
    float: left;
}
/* blog index end */

.post-header #slider {
    /*background-color: #121820;*/
    background-color: #fff;
}

.post-header #slider li{
    /*background-color: #121820;*/
    background-color: #fff;
    height: 450px;
}
.post-header #slider li a, 
.post-header #slider li a img {
    max-width: 100%;
    margin: 0 auto;
    display: block; 
    vertical-align: middle;
    text-align: center;
    height: 450px;
}

.post-header .post-featured-image {
    /*background-color: #121820;*/
    background-color: #fff;
    margin-bottom: 0px;
    overflow: hidden;
    height: 450px; 
    
}
.post-header .post-featured-image li {
    text-align: center;
}
.post-header .post-featured-image li a img {
    height: 450px;
}

.post-title {
    width: 55%;
    vertical-align: middle;
    border-left: 1px solid #000;
    padding-left: 20px;
    min-width: 320px;
}

.post-title h1 {
    font-family: "Marcellus SC", sans-serif;
    text-transform: uppercase;
    font-size: 1.8em;
    letter-spacing: 3px;
    text-align: left;
}
.post-title p {
    letter-spacing: 1px;
    font-size: 1.05em;
    line-height: 20px;
    text-align: left;
    width: 440px;
}
.post-data{
    color: #B2965E;
    width: 38%;
    text-align: right;
    padding-right: 15px;
    vertical-align: middle;
}
.post-data .post-date{
    font-size: 1.5em;
    letter-spacing: 2px;
    font-weight: bold;
    line-height: 35px;
}
.post-data .post-category a{
    color: #B2965E !important;
}

#post-body {
    max-width: 760px;
    margin: 0 auto;
    letter-spacing: 1px;
}

#post-related {
    background: url("../images/post/post_bg.jpg") repeat scroll top left;
    box-shadow: inset 0 0 0 1000px rgba(255,255,255,0.85);   
}

#post-related .post-related-content{
    max-width: 960px;
    margin: 0 auto;
}

#post-related h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.6em;
    font-weight: bold;
    padding: 40px 0;
}
#post-related h3::after{
    display: block;
    content: " ";
    border-bottom: 2px solid #fff;
    width: 320px;
    margin-top: 10px;
}

#post-related h3.to-journal {
    float: right;
    border-bottom: 320px;
    text-align: right;
    width:100%;
    position: relative;
}

#post-related h3.to-journal::after {
    right: 0;
    position: absolute;
}

#post-related h3.to-journal a {
    color: #fff;
}

#post-related ul {
    padding: 20px;
}
#post-related ul li {
    width: 290px;
    height: 410px;
    overflow: hidden;
    margin: 0;
    float: left;
    margin: 8px;
    background-color: #fff;
}
#post-related ul li div.bg-img {
    max-width: 290px; 
    display:block; 
    height: auto;
    height: 280px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#post-related ul li h4 {
    background-color: transparent;
    border: none;
    text-align: left;
    margin: 10px 25px 0 25px; padding: 0;
    font-family: "Marcellus SC", sans-serif;
    display: inline-block;
}

#post-related ul li h4::after {
    display: block;
    content: " ";
    clear: both;
    border-bottom: 1px solid #B2965E;
    width: 75px;
    left: 0;
    height: 12px;
    margin: 2px 0 5px;
}

#post-related ul li p {
    text-transform: none;
    font-size: 1em;
    text-align: left;
    font-weight: normal;
    padding: 15px 25px;
}

/* blog post end */

.sdstags-update {
    display:inline-block;
    margin-top: 10px;
    text-align: right;
}
.sdstags-update .tags {
    float: left;
}
.sdstags-update .tags a {
    background-color: #F3F3F3;
    border: 1px solid #E8E8E8;
    font-size: 12px;
    padding: 2px 5px;
}
.sdsarticleBottom {
    display:block;
    overflow: hidden;
}
.sdsarticleBottom > div {
    margin-bottom: 25px;
    overflow: hidden;
}
.sdsarticleBottom h4, #sdsblogCategory h4 {
    clear: both;
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px 0 10px;
}
.sdsarticleBottom ul, #sdsblogCategory ul {
    float: left;
    list-style: none outside none;
    padding: 0;
    width: 40%;
}
.sdsarticleBottom li, #sdsblogCategory li {
    background: url("../images/message-news.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
    padding: 3px 0 3px 20px;
}
#productRelated .box-product {
    margin: 0;
    overflow: hidden;
    width: 100%;
}
#productRelated .relProduct {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline-block;
    margin: 0 0 15px;
    padding: 0;
    text-align: center;
    width: 19%;
}

#articleComments {
    background-color: #FFFFFF;
    border-bottom: 4px solid #E1E1E1;
    border-radius: 5px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
    clear: left;
    margin: 20px 0;
    padding: 10px 15px;
}
div.relProduct .cart {
    text-align: center;
    width: 100%;
}
div.relProduct .price {
    color: #333333;
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}
div.relProduct .price-old {
    color: #999999;
    font-size: 12px;
    text-decoration: line-through;
}
div.relProduct .price-new {
    font-size: 16px;
    font-weight: bold;
}
#articleComments h4 {
    font-size: 20px;
    letter-spacing: 0;
    margin: 0 0 10px;
}
#articleComments h4 span {
    font-size: 14px;
    font-weight: normal;
}
#articleComments #comments {
    overflow: hidden;
}
#comments .commentEmpty {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D8D8D8;
    margin-bottom: 10px;
    padding: 8px 10px;
}
#comments .commentList {
    list-style: none outside none;
    margin: 15px 0 0;
    padding: 0;
}
.commentList li {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-bottom: 10px;
    min-height: 75px;
    padding: 8px 8px 8px 75px;
    position: relative;
}
.childComment li {
    border: 1px solid #FFFFFF;
}
.commentList li .avatar {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    left: 10px;
    padding: 2px;
    position: absolute;
    top: 10px;
}
.commentList li .badge {
    background: none repeat scroll 0 0 #222222;
    color: #FFFFFF;
    cursor: default;
    font-size: 10px;
    letter-spacing: 1px;
    margin-right: 4px;
    padding: 1px 4px;
    text-shadow: 1px 1px 0 #333333;
}
.commentList li .default {
    background: none repeat scroll 0 0 #0555C6;
}
.commentList li .top, .commentList li .admin {
    background: none repeat scroll 0 0 #FF0000;
}
.commentList li .name, .commentList li .name a {
    color: #333333;
    cursor: default;
    font-size: 15px;
    text-decoration: none;
}
.commentList li .name a {
    cursor: pointer;
}
.commentList li .name a:hover {
    text-decoration: underline;
}
.commentList li .created {
    color: #888888;
    font-size: 10px;
    margin: 2px 0 8px;
}
.commentList li .reply {
    height: 22px;
    margin-top: 10px;
    text-align: right;
}
.commentList li .reply a {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 11px;
    padding: 3px 10px;
    text-decoration: none;
}
.commentList li .reply a:hover {
    background: none repeat scroll 0 0 #333333;
}
.commentList .even {
    background: none repeat scroll 0 0 #FFFFFF;
}
.childComment .even {
    background: none repeat scroll 0 0 #F8F8F8;
}
.commentList .odd {
    background: none repeat scroll 0 0 #EEEEEE;
}
.childComment .odd {
    background: none repeat scroll 0 0 #E6E6E6;
}
#comments .pagination {
    border: medium none;
    color: #666666;
    font-size: 11px;
    padding: 0;
}
#comments .pagination .links a, #comments .pagination .links b {
    font-size: 10px;
    padding: 2px 5px;
}
#comments .pagination .links a {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #666666;
}
#comments .pagination .links b {
    background: none repeat scroll 0 0 #0481CF;
    color: #FFFFFF;
}
#articleComments #respond {
    padding: 15px 0;
}
#respond h4 {
    font-size: 18px;
}
#respond #commentTitle {
}
#comments #commentTitle {
    display: none;
}
#respond #replyTitle {
    display: none;
}
#comments #respond {
    border-top: 1px solid #CCCCCC;
    margin-top: 15px;
}
#comments #replyTitle {
    display: block;
    margin-bottom: 10px;
}
#respond #cancelCommentReply {
    background: none repeat scroll 0 0 #666666;
    color: #FFFFFF;
    float: right;
    font-size: 11px;
    margin-top: -27px;
    padding: 3px 10px;
    text-decoration: none;
}
#respond #cancelCommentReply:hover {
    background: none repeat scroll 0 0 #333333;
}
#respond table {
    width: 100%;
}

#respond input[disabled] {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
}
#respond input[type="text"] {
    width: 200px;
}
#respond .captcha input[type="text"] {
    width: 85px;
}

#respond td {
    padding: 3px 5px;
}
#respond .note {
    color: #888888;
    display: block;
    font-size: 10px;
    margin: 0 8px;
}
#respond td:first-child {
    padding-top: 6px;
    vertical-align: top;
    width: 125px;
}
#respond td.captcha {
    padding-top: 0;
}
#respond td.captcha div {
    overflow: hidden;
}
#respond td.captcha span {
    float: right;
    min-width: 120px;
}
#respond td.captcha span.captchaImage {
    margin-right: 25px;
    padding-top: 9px;
}
#respond .error {
    color: #DD0000;
    display: inline-block;
    font-size: 11px;
    margin: 0 8px;
}
#respond .right {
    padding: 15px 25px 10px;
    text-align: right;
}
.blogSearch {
    margin: 15px 0;
    overflow: hidden;
}
.blogSearch ul {
    line-height: 20px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.blogSearch a {
    text-decoration: none;
}
.blogSearch a:hover {
    text-decoration: underline;
}
.blogSearch .title {
    font-size: 14px;
}
.blogSearch .info {
    color: #888888;
    font-size: 11px;
    font-style: italic;
}
.blogSearch img {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #E8E8E8;
    padding: 3px;
}
.blogSearch p {
    margin: 0;
}
.blogSearch .plain {
    margin-bottom: 15px;
    padding-left: 20px;
}
.blogSearch .plain li {
    background: url("../images/arrow.gif") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
    padding-left: 15px;
}
.blogSearch .plain .info {
    margin-left: 15px;
}
.blogSearch .compact li {
    float: left;
    height: 120px;
    padding: 0 1.5%;
    width: 47%;
}
.blogSearch .compact div {
    margin-left: 110px;
}
.blogSearch .compact .title {
    font-size: 18px;
}
.blogSearch .compact .info {
    display: block;
}
.blogSearch .compact img {
    float: left;
}
.blogSearch .grid > div {
    display: inline-block;
    margin-bottom: 25px;
    vertical-align: top;
}
.blogSearch .grid img {
    display: block;
    margin: 0 auto 8px;
}
.blogSearch .grid .info {
    display: block;
    font-size: 10px;
}
#tab-related-article {
    overflow: hidden;
}
#tab-related-article ul {
    line-height: 20px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#tab-related-article li {
    float: left;
    min-height: 160px;
    overflow: hidden;
    padding: 0 1%;
    width: 31%;
}
#tab-related-article a {
    text-decoration: none;
}
#tab-related-article a:hover {
    text-decoration: underline;
}
#tab-related-article .blogTitle {
    display: block;
    font-size: 14px;
}
#tab-related-article .blogImage {
    float: left;
    margin-right: 10px;
}
#tab-related-article .info {
    color: #888888;
    font-size: 11px;
    font-style: italic;
    margin-right: 8px;
}
#tab-related-article img {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #E8E8E8;
    padding: 3px;
}
#tab-related-article p {
    margin: 0;
}
.blogCol2 .sdsarticleCat {
    float: left;
    margin: 0;
    padding: 1% 2%;
    width: 46%;
}
.blogCol3 .sdsarticleCat {
    float: left;
    padding: 0.5% 1%;
    width: 31%;
}
.blogCol4 .sdsarticleCat {
    float: left;
    margin: 0;
    padding: 0.5% 1%;
    width: 23%;
}
.blogCol4 .sdsarticleHeader {
    margin: 8px 0;
}
.blogCol4 .sdsarticleHeader h3, .blogCol4 .sdsarticleHeader h3 a {
    font-size: 20px !important;
}
.blogCol4 .sdsarticleHeader span {
    display: none;
    visibility: hidden;
}
.imageContent {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #E4E4E4;
    margin: 0 10px 10px 0;
    padding: 4px;
}
.blogCol3 .sdsarticleHeader h2, .blogCol3 .sdsarticleHeader h2 a {
    font-size: 21px !important;
    line-height: 24px;
}
.blogCol4 .sdsarticleHeader h2, .blogCol4 .sdsarticleHeader h2 a {
    font-size: 16px !important;
    line-height: 19px;
}
.blogCol4 .comment, .blogCol4 .comment a {
    display: none;
}
#sdsblogCategory .imageFeatured {
    background: none repeat scroll 0 0 #F4F4F4;
    border: 1px solid #E4E4E4;
    float: left;
    margin: 0 10px 10px 0;
    max-width: 98.5%;
    padding: 4px;
}
#sdsblogCategory p, #sdsblogArticle p {
    line-height: 18px;
    margin-bottom: 10px;
}
.post-image-control { min-width: 320px; margin: 15px 20px; }
.post-image-control li { float: right; height: 20px; }

.post-image-control .post-image-left a,
.post-image-control .post-image-right a { 
    background-repeat: no-repeat;
    display: block;
    height: 20px;
    width: 10px;
}
.post-image-control .post-image-left a { 
    margin-left: 35px; 
    background-image: url('/modules/sesenablog/images/post/l-arrow.svg'); 
}
.post-image-control .post-image-right a {
    margin-right: 35px; 
    background-image: url('/modules/sesenablog/images/post/r-arrow.svg'); 
}

.post-image-control span { font-size: 1.2em; color: #B2965E; letter-spacing: 3px; }
.post-image-control .current {}
.post-image-control .total {}


.sdsarticle-des{
    font-family: "Open Sans", arial;
    width: 760px;
    margin: 45px 0 10px 0;
}
.sdsarticle-des p{
    font-size: 1.1em;
    line-height: 20px;
    padding-bottom: 0px;
}
.sdsarticle-des ol{
    list-style-type: none;
}
fieldset.account_creation {
    background: none repeat scroll 0 0 #F8F8F8;
    padding: 0 0 15px;
}
.comment-reply-title{
    margin: 10px;
    font-size: 18px;
}
.account_creation label{
    width: 16%;
}
.account_creation p.text{
    margin: 10px;
    padding-bottom: 10px;
    color: #313131;
}
.account_creation p.text input {
    border: 1px solid #CCCCCC;
    color: #666666;
    font-size: 12px;
    height: 22px;
    padding: 0 5px;
}

.news_module_image_holder img{
    padding: 5px;
    max-width: 95%;
}

.paddleftreleted{
    padding-left:34px;
}
.sdsbox-content .fullwidthreleted{
    width:100%;
}

.sdstitle_block .all_news{
    float:right;
    font-size:10px;
}
.sdsblog-box-content{
    padding-top:10px;
}
.sdsbox-content ul {
    list-style-type: none;
    margin-left: 5px;
    margin-bottom: 0px;
}
.sdsbox-content ul li {
    padding: 6px 0;
    border-bottom: 1px dotted #ccc;
}
.sdsbox-content ul li a{
    font-size: 12px;
}
.sdsbox-content .recentComments li {
    padding: 6px 0;
    border-bottom: 1px dotted #ccc;
    display: inline-block;
    width: 100%;
}
.sdsbox-content .recentComments li a{
    font-size: 12px;
}
.sdsbox-content .recentComments li a img{
    float: left;
}
.sdsbox-content .popularArticles li {
    padding: 6px 0;
    display: inline-block;
    border-bottom: 1px dotted #ccc !important;
    width: 100%;
}
.sdsbox-content .popularArticles li a{
    font-size: 12px;
}
.sdsbox-content .popularArticles li .image{
    float: left;
    display: inline-flex;
    width: 65px;
    height: 45px;
    margin: 0 5px 5px;
}
.sdsbox-content .recentArticles li {
    padding: 6px 0;
    border-bottom: 1px dotted #ccc !important;
    display: inline-block;
    width: 100%;
}
.sdsbox-content .recentArticles li a{
    font-size: 12px;
}
.sdsbox-content .recentArticles li .image{
    float: left;
    display: inline-flex;
    width: 65px;
    height: 45px;
    margin: 5px 5px;
}
 .blogTags .sdsbox-content{
     margin-bottom: 10px;
 }
.blogTags .sdsbox-content a{
    line-height: 1.5em;
    margin: 0 0.1em;
    padding: 5px;
     font-weight: bold;
     font-size: 12px;
}
.sesenablock {
    margin-bottom: 20px;
}

.bloggrid {
    border: 1px solid #E3E3E3;
    float: left;
    margin: 5px;
    width: 46%;
}
#sds_blog_post .sds_post_title{
    background:none;
    border:none;
    font-size:14px;
    padding:0px;
    content:none !important;
}



#sdssearch_block_top {
  padding-top: 0px;
}
#sdssearch_block_top #searchbox {
    float: left;
    width: 100%;
}
#sdssearch_block_top .btn.button-search {
    background: #333333;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    color: white;
    width: 50px;
    text-align: center;
    padding: 10px 0 11px 0;
}
#sdssearch_block_top .btn.button-search span {
      display: none;
}
#sdssearch_block_top .btn.button-search:before {
      content: "\f002";
      display: block;
      font-family: "FontAwesome";
      font-size: 17px;
      width: 100%;
      text-align: center;
}
#sdssearch_block_top .btn.button-search:hover {
      color: #6f6f6f;
}
#sdssearch_block_top #search_query_top {
    display: inline;
    padding: 0 13px;
    height: 45px;
    line-height: 45px;
    background: #fbfbfb;
    margin-right: 1px;
}

.ac_results {
  background: white;
  border: 1px solid #d6d4d4;
  width: 271px;
  margin-top: -1px;
}
.ac_results li {
    padding: 0 10px;
    font-weight: normal;
    color: #686666;
    font-size: 13px;
    line-height: 22px;
}
.ac_results li.ac_odd {
      background: white;
    }
.ac_results li:hover, .ac_results li.ac_over {
      background: #fbfbfb;
}

form#searchbox {
  position: relative;
}
form#searchbox label {
    color: #333333;
}
form#searchbox input#search_query_block {
    margin-right: 10px;
    max-width: 222px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}
form#searchbox .button.button-small {
    float: left;
}
form#searchbox .button.button-small i {
      margin-right: 0;
}


.sesenablogcomments .success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #3C763D;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.sesenablogcomments .warning {
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    color: #A94442;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

/* Responsive */

/* Smartphones (portrait and landscape) */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    #sesenablog-header form, 
    #sesenablog-header .post-header,
    #sesenablog-container, 
    .imageFeaturedLink,
    .sdsarticlePost { max-width: 320px; }
  /*  
    .post-header .post-featured-image,
    .post-header .post-featured-image li, 
    .post-header .post-featured-image li a img,
    .post-header #slider li, 
    .post-header #slider li a,
    .post-header #slider li a img { width: 100%; }
    
    .post-header #slider li,
    .post-header #slider li a, 
    .post-header #slider li a img {height: auto !important;}
    .bx-viewport { height: auto !important; }
    .post-header #slider li a img {position: relative; top: 50%; transform: translateY(-50%);}
*/  .post-header #slider li,
    .post-header #slider li a, 
    .post-header #slider li a img
    { height: auto !important; }    

    .imageFeaturedLink { background-position: center center; }
    .sdsarticlePost:nth-child(1) .sdsarticleHeader { margin: 0; }
    .sdsarticlePost:nth-child(4) .sdsarticleHeader { right: inherit; }
    .sdsarticleCategory { display: none; }
    .sdsarticle-des { max-width: 320px; margin: 0 auto; padding: 0 5px; }
    .post-title { border-left: none; padding-left: 5px; }
    .post-title p { width: 100%};
    #post-related ul { margin: 0 auto; }
    #post-related ul li { margin: 0; }
    #post-related ul li div.bg-img { width: 100%; background-size: cover; background-position: top center; }
}

/* Smartphones (landscape) */
@media only screen and (min-width : 321px) {
    /*#post-related ul li { width: 100%; }
    #post-related ul li div.bg-img { max-width: 100%; }*/
}

/* Smartphones (portrait) */
@media only screen and (max-width : 320px) {
    #post-related ul li { width: 280px; }
    .post-image-control { margin: 15px 0; padding: 0 10px; }
}

/* iPads (portrait and landscape) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    #sesenablog-header form, 
    #sesenablog-header .post-header,
    #sesenablog-container, 
    .imageFeaturedLink,
    .sdsarticlePost { max-width: 768px; }
    .imageFeaturedLink { background-position: center center; }
    .sdsarticlePost:nth-child(1) .sdsarticleHeader { margin: 0; width: 100%; }
    .sdsarticlePost:nth-child(2), .sdsarticlePost:nth-child(3) { width: 275px; height: 336px; margin-right: 8px; }
    .sdsarticlePost:nth-child(2) .sdsarticleHeader, .sdsarticlePost:nth-child(3) .sdsarticleHeader { width: 100%; } 
    .sdsarticlePost:nth-child(4) .sdsarticleHeader { right: inherit; }
    .sdsarticleCategory { display: none; }
    .sdsarticle-des { max-width: 768px; margin: 0 auto;  padding: 0 5px; }
}

/* iPads (landscape) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/* iPads (portrait) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}

/* Desktops and laptops */
@media only screen and (min-width : 1224px) {

}

/* Large screens */
@media only screen and (min-width : 1824px) {

}