/*
Theme Name: ARMdevices
Version: 1.0.0
Text Domain: armdevices
Author: Manolache Silviu
Author URI: https://www.freelancer.com/u/MDSilviu.html

*/

/************************************
/************Custom CSS*************
************************************/


/*Theme CSS*/
body {
    margin: 0;
}

/* Disable ugly boxes around images in IE10 */
a img{
    border: 0px;
}
.mds-before-load
{
    width:100%;
    height:100%;
    overflow: hidden;
}
iframe
{
    max-width:100%;
}
abbr
{
    text-decoration: none;
}
::-moz-selection {
    background-color: #4e378c;
    color: #fff;
}

::selection {
    background-color: #4e378c;
    color: #fff;
}

.android-search-box .mdl-textfield__input {
    color: #000;
}

.android-header .mdl-menu__container {
    z-index: 50;
    margin: 0 !important;

}
a
{
    color:#4E378C;
}

.mdl-textfield--expandable {
    width: auto;
}

.android-fab {
    position: absolute;
    right: 20%;
    bottom: -26px;
    z-index: 3;
    background: #64ffda !important;
    color: black !important;
}

.android-mobile-title {
    display: none !important;
}


.android-logo-image {
    height: 58px;
}


.android-header {
    overflow: visible;
    background-color: white;
    /*box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);*/
    box-shadow: none;
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: max-height, box-shadow;
    position:relative;
}

.android-header .material-icons {
    color: #767777 !important;
}

.android-header .mdl-layout__drawer-button {
    background: transparent;
    color: #767777;
}

.android-header .mdl-navigation__link {
    color: #000;
    font-weight: 700;
    font-size: 14px;
}

.android-navigation-container {
    /* Simple hack to make the overflow happen to the left instead... */
    direction: rtl;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    width 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    min-width:650px;
}

.android-navigation {
    /* ... and now make sure the content is actually LTR */
    direction: ltr;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.android-search-box.is-focused ~ .android-navigation-container {
    opacity: 0;
    width: 100px;
}


.android-navigation .mdl-navigation__link {
    display: inline-block;
    height: 60px;
    line-height: 68px;
    background-color: transparent !important;
    border-bottom: 4px solid transparent;
}

.android-navigation .mdl-navigation__link:hover {
    border-bottom: 4px solid #4e378c;
}

.android-search-box {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 16px;
    margin-right: 16px;
}

.android-more-button {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top:10px;

}


.android-drawer {
    border-right: none;
}

.android-drawer-separator {
    height: 1px;
    background-color: #dcdcdc;
    margin: 8px 0;
}

.android-drawer .mdl-navigation__link.mdl-navigation__link {
    font-size: 14px;
    color: #000;
}

.android-drawer span.mdl-navigation__link.mdl-navigation__link {
    color: #4e378c;
}

.android-drawer .mdl-layout-title {
    position: relative;
    background: #4e378c;
    height: 60px;
}

.android-drawer .android-logo-image {
    position: absolute;
    bottom: 16px;
}


.android-font {
    font-family: 'And Black', 'Helvetica', 'Arial', sans-serif;
    line-height: 1;
    color: #767777;
    font-weight: 300;
}

.android-slogan {
    font-size: 60px;
    padding-top: 160px;
}

.android-sub-slogan {
    font-size: 21px;
    padding-top: 24px;
}

.android-create-character {
    font-size: 21px;
    padding-top: 400px;
}

.android-create-character a {
    text-decoration: none;
    color: #767777;
    font-weight: 300;
}

.android-screen-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 80px;
}

.android-screens {
    text-align: right;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
}

.android-screen {
    text-align: center;
}

.android-screen .android-link {
    margin-top: 16px;
    display: block;
    z-index: 2;
}

.android-image-link {
    text-decoration: none;
}

.android-wear {
    display: inline-block;
    width: 160px;
    margin-right: 32px;
}

.android-wear .android-screen-image {
    width: 40%;
    z-index: 1;
}


.android-phone {
    display: inline-block;
    width: 64px;
    margin-right: 48px;
}

.android-phone .android-screen-image {
    width: 100%;
    z-index: 1;
}


.android-tablet {
    display: inline-block;
    width: 110px;
    margin-right: 64px;
}

.android-tablet .android-screen-image {
    width: 100%;
    z-index: 1;
}

.android-tablet .android-link {
    display: block;
    z-index: 2;
}


.android-tv {
    display: inline-block;
    width: 300px;
    margin-right: 80px;
}

.android-tv .android-screen-image {
    width: 100%;
    z-index: 1;
}


.android-auto {
    display: inline-block;
    width: 300px;
    overflow: hidden;
}

.android-auto .android-screen-image {
    display: block;
    height: 300px;
    z-index: 1;
}


.android-wear-band {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #37474f;
}

.android-wear-band-text {
    max-width: 800px;
    margin-left: 25%;
    padding: 24px;
    text-align: left;
    color: white;
}

.android-wear-band-text p {
    padding-top: 8px;
}

.android-link {
    text-decoration: none;
    color: #4e378c !important;
}

.android-link:hover {
    color: #4e378c !important;
}

.android-link .material-icons {
    position: relative;
    top: 6px;
}

.android-alt-link {
    text-decoration: none;
    color: #64ffda !important;
    font-size: 16px;
}

.android-alt-link:hover {
    color: #00bfa5 !important;
}

.android-alt-link .material-icons {
    position: relative;
    top: 6px;
}

.android-customized-section {
    text-align: center;
}

.android-customized-section-text {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 16px 0 16px;
}

.android-customized-section-text p {
    padding-top: 16px;
}


.android-more-section {
    padding: 80px 0;
    max-width: 1044px;
    margin-left: auto;
    margin-right: auto;
}

.android-more-section .android-section-title {
    margin-left: 12px;
    padding-bottom: 24px;
}

.android-card-container {
}

.android-card-container .mdl-card__media {
    overflow: hidden;
    background: transparent;
}

.android-card-container .mdl-card__media img {
    width: 100%;
}

.android-card-container .mdl-card__title {
    background: transparent;
    height: auto;
}

.android-card-container .mdl-card__title-text {
    color: black;
    height: auto;
}

.android-card-container .mdl-card__supporting-text {
    height: auto;
    color: black;
    padding-bottom: 48px;
}

.android-card-container .mdl-card__actions {
    position: absolute;
    bottom: 0;
}

.android-card-container .mdl-card__actions a {
    border-top: none;
    line-height: 32px;
    font-size: 16px;
}

.android-footer {
    background-color: #fafafa;
    position: relative;
}

.android-footer a:hover {
    color: #4e378c;
}

.android-footer .mdl-mega-footer--top-section::after {
    border-bottom: none;
}

.android-footer .mdl-mega-footer--middle-section::after {
    border-bottom: none;
}

.android-footer .mdl-mega-footer--bottom-section {
    position: relative;
}

.android-footer .mdl-mega-footer--bottom-section a {
    margin-right: 2em;
}

.android-footer .mdl-mega-footer--right-section a .material-icons {
    position: relative;
    top: 6px;
}


.android-link-menu:hover {
    cursor: pointer;
}


/**** Mobile layout ****/
@media (max-width: 900px) {
    .android-navigation-container {
        display: none;
    }


    .android-mobile-title {
        display: block !important;
        position: absolute;
        left: calc(50% - 70px);
        top: 12px;
        -webkit-transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
        transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .android-search-box.is-focused ~ .android-mobile-title {
        opacity: 0;
    }

    .android-more-button {
        display: none;
    }

    .android-search-box.is-focused {
        width: calc(100% - 48px);
    }

    .android-search-box .mdl-textfield__expandable-holder {
        width: 100%;
    }

    .android-be-together-section {
        height: 350px;
    }

    .android-slogan {
        font-size: 26px;
        margin: 0 16px;
        padding-top: 24px;
    }

    .android-sub-slogan {
        font-size: 16px;
        margin: 0 16px;
        padding-top: 8px;
    }

    .android-create-character {
        padding-top: 200px;
        font-size: 16px;
    }

    .android-create-character img {
        height: 12px;
    }

    .android-fab {
        display: none;
    }

    .android-wear-band-text {
        margin-left: 0;
        padding: 16px;
    }

    .android-footer .mdl-mega-footer--bottom-section {
        display: none;
    }
}

#view-source {
    position: fixed;
    display: block;
    right: 0;
    bottom: 0;
    margin-right: 40px;
    margin-bottom: 40px;
    z-index: 900;
}

/*MDS Style*/

* [class^="mds"]
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.mds-menu
{
    margin:0;
    padding:0;
}

ul.mds-menu > li

{
    display: inline-block;
    height: 57px;
    line-height: 60px;
    background-color: transparent;
    border-bottom: 5px solid transparent;

}

ul.mds-menu > li > a:hover,
ul.mds-menu > li.menu-active > a
{
    border-bottom: 5px solid #4e378c;
}
ul.mds-menu > li > a
{
    display: block;
    line-height: 60px;
    padding: 0px 20px 0 10px;
    text-decoration: none;
    margin: 0px;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    height: 57px;
    background-color: transparent !important;
    border-bottom: 5px solid transparent;
    text-transform: uppercase;
    position:relative;
    outline: 0;
}
ul.mds-menu .menu-item-has-children
{
    /*padding-right:10px;*/
}
ul.mds-menu li.menu-item-has-children > a:after
{
    content:'';
    position:absolute;
    right:5px;
    top:50%;
    border-left: 5px dotted transparent;
    border-right: 5px dotted transparent;
    border-top: 5px solid;

    opacity: 0.9;
    height: 0px;
    margin-left: 4px;
    vertical-align: middle;
    width: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.mds-sub-menu
{
    position:absolute;
    top:100%;
    width:100%;
    min-height:130px;
    /*border-top:1px solid #e6e6e6;*/
    left:0;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.45);
    -moz-box-shadow:    0px 3px 3px 0px rgba(50, 50, 50, 0.45);
    box-shadow:         0px 3px 3px 0px rgba(50, 50, 50, 0.45);
    visibility: hidden;
    padding:0;
    margin:0;
    line-height: 1.4;
    margin-top:-8px;
    /*max-height:184px;*/
    /*overflow-y: auto;*/
}

.mds-sub-menu .mds-sub-menu-item
{
    display:inline-block;
    padding:0 10px 15px;
}
.mds-sub-menu .mds-sub-menu-item a
{
    display:block;
    text-align:center;
    color:#000;
    text-decoration: none;
    font-weight:700;
}

li.menu-item-has-children.mds-rotate > a:after
{
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
    transform: rotate(-180deg);
}
.mds-cat-img
{
    height:70px;
    text-align:center;
}
.mds-cat-img  img
{
    max-height:70px;
    vertical-align: middle;
}
.mds-cat-name-wrapper
{
    margin-top:16px;
    text-align:center;
    line-height:20px;
}
.mds-sub-menu-item a:hover
{
    color:#4e378c;
    text-decoration: underline;
}
.mds-content
{
    overflow-x: visible;
    overflow-y: visible;

}
.mdl-layout__drawer.is-visible ~ .mds-content
{
    overflow-y: auto;
    overflow-x: hidden;;
}
.mds-left-nav
{
    padding:0 10px;
}
ul.mds-left-hidden-cat
{
    list-style: none;
    margin:0;
    padding:0;
}
ul.mds-left-hidden-cat li
{
    line-height: 18px;
    width:100%;
}
ul.mds-left-hidden-cat li a
{

    color:#000;
    text-decoration: none;
    font-size:12px;
    /*font-weight:bold;*/
    /*border-bottom:1px solid #4e378c;*/

}
ul.mds-left-hidden-cat li a:hover
{

    color: #4e378c;
    text-decoration: underline;

}
ul.mds-left-hidden-cat li > ul
{
    padding-left:10px;
    list-style-position: inside;
}

.mds-grid
{
    z-index:9999;
    /*max-height:242px;*/
    overflow-y: auto;
}
.android-title
{
    z-index:9;
}
.mds-sort-by-group
{
    margin:0;
    padding:0 0 10px 0;
    text-align: right;
}
.mds-sort-by-group li
{
    text-transform: uppercase;
    display: inline-block;
    color:#4e378c;
    margin:0 10px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 16px;
    cursor:pointer;
    border-bottom:2px solid transparent;
    padding-bottom:5px;
}
.mds-sort-by-group li.mds-is-checked
{
    border-bottom:2px solid #4e378c;
}

.mds-social-links
{
    text-align:center;
}
.mdl-menu__item a{
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;

}
.mdl-menu__item .mds-social-links a
{
    display:inline-block;
}
.mdl-layout__drawer
{
    width:180px;
}
#search-submit
{
    display:none;
}


/*Preloader*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */

    z-index: 99001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;

    -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;

    -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background-color: rgba(78, 55, 140, 1);;
    z-index: 99000;
    -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(0);  /* IE 9 */
    transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.loaded #loader-wrapper {
    visibility: hidden;

    -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateY(-100%);  /* IE 9 */
    transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

.mds-main
{
    max-width:1366px;
    clear:both;
    padding:5px 20px 20px;
    margin:0 auto;
}
.mds-right-sidebar
{
    float:right;
    width:25%;
}
.mds-left-sidebar
{
    float:left;
    width:25%;
}
.mds-post-content-container
{
    float:left;
    width:50%;
    padding-right:15px;
}

.mds-social-icons a
{
    display:inline-block;
    width:30px;
    height:30px;
    background-color: #9E9E9E;
    line-height: 30px;
    color:#fff;
    text-align: center;
}
footer .mds-social-icons a
{
    width:35px;
    height:35px;
    line-height: 35px;
    font-size:18px;
}
footer .mds-social-icons a:hover
{
    color:#fff;
}
a.mds-twitter:hover
{
    background-color:#00aced;
}
a.mds-youtube:hover
{
    background-color:#bb0000;
}
a.mds-rss:hover
{
    background-color:#ff9900;
}
a.mds-google:hover
{
    background-color:#dd4b39;
}

.mds-top-footer > div
{
    margin-bottom:0;
}
.mds-right-footer a
{
    margin-bottom:0;
}
.mds-copyright
{
    padding:20px 0 5px;
    color:#000;
}
#mds-page-navigation .page-numbers
{
    height: 30px;
    padding:0 10px;
    line-height:30px;
    display:inline-block;
    border:1px solid rgba(0, 0, 0, 0.5);
    text-align:center;
    font-weight:bold;
    text-decoration:none;
    color: #000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#mds-page-navigation .page-numbers:hover,
#mds-page-navigation .page-numbers.current
{
    color:#fff;
    background-color: #000;
}
#mds-page-navigation .mds-page-number
{
    height: 30px;
    padding:0 5px;
    line-height:30px;
    display:inline-block;
    border:1px solid rgba(0, 0, 0, 0.5);
    text-align:center;
    font-weight:bold;
    text-decoration:none;
    color: #000;
}
h2.mds-post-title
{
    font-size:30px;
    margin-bottom:0;
    line-height:34px;
    color: #000;
}
h2.mds-post-title a
{
    color: #000;
    text-decoration:none
}
h2.mds-post-title a:hover
{

    text-decoration: underline;
}
.mds-author
{
    color: #A9A9A9;
    width:100%;
    letter-spacing: -1px;
    margin: 0px 0px 20px 0px;
}
.mds-author a
{
    color:#4e378c;
    text-decoration: none;
}
.mds-post-meta
{
    margin:0;
    padding:10px;
    background-color: rgba(78, 55, 140, 0.3);
    box-shadow: 0px 3px 4px 0px rgba(78, 55, 140, 0.14), 0px 3px 3px -2px rgba(78, 55, 140, 0.2), 0px 1px 8px 0px rgba(78, 55, 140, 0.12);
    list-style: none;
    font-size:12px;
    line-height:14px;
}
.mds-post-meta li:not(:last-child)
{
    margin-bottom:10px;
}
.mds-post-meta a
{
    text-decoration:none;
    color:#555;
}
.mds-post-meta a:hover
{
    text-decoration: underline;
}
div[id^='mds-article']
{
    margin-bottom:40px;
    width:100%;
    clear:both;
}

.mds-prev,
.mds-next
{
    width:50%;
    float:left;
    height:40px;
    overflow:hidden;
}
.mds-prev
{
    padding-right:10px;
}
.mds-next
{
    padding-left:10px;
}
.mds-next .mds-icon-name
{
    text-align:right;
}
.mds-prev a,
.mds-next a
{
    color:#555;
    text-decoration:none;
    display:block;
}
.mds-prev a:hover,
.mds-next a:hover
{
    color:#4e378c;
}
.mds-nav-icon
{
    height:40px;
    font-size:40px;
    line-height: 40px;
    width:40px;
    text-align:left;
}
.mds-next .mds-nav-icon
{
    height:40px;
    font-size:40px;
    line-height: 40px;
    width:40px;
    text-align:right;
}
.mds-single-navigation span
{
    display:block;
    float:left;
}
.mds-icon-name
{
    width: calc(100% - 40px);
}

.mds-cat-header
{
    margin: 0px 0 25px 0;
    padding: 10px;
    background-color: rgba(78, 55, 140, 0.6);
    box-shadow: 0px 3px 4px 0px rgba(78, 55, 140, 0.14), 0px 3px 3px -2px rgba(78, 55, 140, 0.2), 0px 1px 8px 0px rgba(78, 55, 140, 0.12);

}

.mds-cat-title
{
    font-size:36px;
    line-height:40px;
    margin:0;
    color:#fff;
}

.mds-page-content
{
    margin-top:20px;
}

.mds-add-wrapper
{
    width:50%;
    padding:0 0 15px 10px;
    float:left;
}
.mds-comments-container
{
    margin-bottom:25px;
}
.mdl-layout__drawer .mdl-navigation {

    padding-top: 8px;
}

.mdl-layout__header-row
{
    position:relative;
}

.mds-logo-line
{
    position:absolute;
    width:100%;
    height:5px;
    background-color: #231f20;
    bottom:14.5px;
}
.mdl-layout__header
{
    min-height:70px;
}

.mdl-layout__header-row
{
    height:70px;
    align-items: flex-start;
}

a.logo
{
    display:block;
    padding:6px 0;
}

.mdl-layout__header-row .mdl-navigation
{

    height: 50px;
}
.mdl-layout__header-row .mdl-navigation .mds-menu>li>a
{

    z-index: 999;
    position:relative;
}

.android-search-box.mdl-textfield .mdl-button
{
    bottom:10px;
}
.android-search-box.mdl-textfield
{
    padding:12px 0 10px;
}
.android-drawer .mds-sort-by-group
{
    padding-bottom:0px;
}
.android-drawer .mds-sort-by-group li
{
    display:inline-block;
    width:10px;
    overflow: hidden;
    white-space: nowrap;
    margin:0;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    text-align:center;
}
.android-drawer .mds-sort-by-group li:hover
{
    width:115px;
}

.mds-sort-hack
{
    display:none;
}

.single-post h2.mds-post-title
{
    margin-top:0;
}
/**** Mobile layout ****/
@media (max-width: 1365px) {
    .mds-main
    {
        max-width: 1160px;
        padding:5px 10px 20px;

    }
    .mds-left-sidebar {
        width: 27%;
    }
    .mds-right-sidebar
    {
        width:auto;
        max-width: 160px;
    }
    .mds-post-content-container {

        width: auto;
        max-width:665px;
        padding-right:0;
        padding-left: 10px;
    }
    .mds-right-sidebar .mds-add-wrapper
    {
        width:100%;
    }
}
@media (max-width: 1155px)
{
    .mds-main
    {
        max-width: 1005px;

    }
    .mds-left-sidebar
    {
        width:auto;
        max-width: 160px;
    }
    .mds-left-sidebar .mds-add-wrapper
    {
        width:100%;
    }
    .mds-post-content-container {


        padding-left: 0px;
    }
}
@media (max-width: 1005px) {
    .mds-main
    {
        max-width: 856px;
        padding:5px 10px 20px;

    }
    .android-navigation-container
    {
        display:none;
    }
    .mds-left-sidebar,
    .mds-right-sidebar
    {
        float:right;
        width:auto;
        max-width: 160px;
    }
    .mds-post-content-container {

        width: auto;
        max-width:665px;
        padding-right:0;
        padding-left:0;
    }
    .mds-add-wrapper
    {
        width:100%;
    }
    .mds-add-wrapper img
    {
        max-width:100%;
    }
}
@media (max-width: 856px) {
    .mds-main
    {
        max-width: 100%;
        padding:5px 10px 20px;
    }

    .mds-left-sidebar,
    .mds-right-sidebar
    {
        float:right;
        width:auto;
        max-width: 25%;
    }
    .mds-post-content-container
    {
        width: auto;
        max-width:75%;
        padding-right:0;
        float:left;
    }
    .mds-add-wrapper
    {
        width:100%;
    }
    .mds-add-wrapper img
    {
        max-width:100%;
    }
}