@import url('https://fonts.googleapis.com/css?family=Assistant:400,700');

/* #8BC34A */

html, body {
    margin:  0px;
    text-align:  right;
    color: #444444;
    background-color: white;
    font-family: Assistant;
    font-size: 20px;
}

img {
    border:  0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

.header {
    float: right;
    width: 100%;
    background-image: url('/img/bg.jpg');
    background-position: top;
    height: 65px;
}

.float {
    float: right;
    width: 100%;
}

.container {
    margin: auto;
    width: 1100px;
}

#logo {
    padding: 18px 0px;
    float: right;
}

#search-icon {
    float: left;
    color: white;
    padding: 20px 0px;
}

.menubar {
    float: right;
    width: 100%;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.01), 0 1px 10px 0 rgba(0,0,0,0.02), 0 1px 14px -1px rgba(0,0,0,0.3);
    height: 50px;
}

.menu {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.menu li {
    float: right;
}

.menu li a {
    float: right;
    color: rgba(68, 68, 68, 0.70);
    text-decoration: none;
    padding: 13px 36px;
    font-size: 18px;
}

.menu li a:hover {
    color: #8BC34A;
}

.menu li ul {
    display: none;
}

.menu-item-12 a {
    padding-right: 0px !important;
}

.index-h1 {
    
}

.right {
    width: 800px;
    float: right;
}

.left {
    width: calc(100% - 800px);
    float: right;
    padding-right: 25px;
}

.index-h1 h1 {
    float: right;
    font-size: 32px;
}

.box {
    float: right;
    width: calc(50% - 12.5px);
    margin-left: 25px;
    margin-bottom: 25px;
}

.box:nth-child(2n) {
    margin-left: 0px;
}

.box-image {
    height: 230px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

.box-image:hover img {
    filter: contrast(1.35);
}

.box-image img {
      position: absolute;
      left: 50%;
      top: 50%;
      transition: 0.2s;
      height: auto;
      width: 100%;
      min-height: 100%;
      min-width: 100%;
      -webkit-transform: translate(-50%,-50%);
          -ms-transform: translate(-50%,-50%);
              transform: translate(-50%,-50%);
              -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.mini-categories {
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.cat-2 {
    background-color: #FF9800;
}

.cat-5 {
    background-color: #795548;
}

.cat-6 {
    background-color: #E91E63;
}

.cat-1 {
    background-color: #673AB7;
}

.cat-8 {
    background-color: #607D8B;
}

.cat-9 {
    background-color: #00BCD4;
}

.mini-categories a {
    color: white;
    text-decoration: none;
    font-size: 16px;
    padding: 2px 5px 3px;
    border-radius: 3px;
}

.box-title {
    font-size: 24px;
    text-decoration: none;
    font-weight: bold;
    color: #444444;
    height: 80px;
    margin-bottom: 5px;
    padding: 5px 0px;
}

.box-details {
    font-size: 16px;
    color: gray;
}

.small-icons {
    font-size: 10px;
}

.box-excerpt {
    border-bottom: 1px solid #eeeeee;
    height: 120px;
}

.box-excerpt p {
    margin-top: 8px;
}

.footer {
    background-color: #444444;
    padding: 20px 0px 0px 0px;
}

.post-categories {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.amuda-right {
    float: right;
    width: 37%;
}

.amuda-left {
    float: right;
    width: 63%;
}

.amuda-title {
    color: #8BC34A;
    font-size: 22px;
    padding-bottom: 10px;
}

.menu-footer {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.menu-footer li {
    float: right;
    width: 33.33%;
}

.menu-footer li a {
    color: white;
    float: right;
    padding: 8px 0px;
    text-decoration: none;
}

.menu-footer li a:hover, .amuda-right a:hover {
    text-decoration: underline;
}

.amuda-right a {
    color: white;
    float: right;
    clear: right;
    padding: 8px 0px;
    text-decoration: none;
}

.amuda-bottom {
    border-top: 1px solid gray;
    padding: 16px 0px;
    margin-top: 15px;
    color: white;
}

.laki {
    float: left;
}

.laki a {
    color: white;
}

.article-image {
    height: 430px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}

.article-image img {
      position: absolute;
      left: 50%;
      top: 50%;
      height: auto;
      width: 100%;
      min-width: 100%;
      -webkit-transform: translate(-50%,-50%);
          -ms-transform: translate(-50%,-50%);
              transform: translate(-50%,-50%);
}

.article-details {
    padding: 15px 0px;
    border-bottom: 1px solid #eeeeee;
}

.article-content {
    font-size: 22px;
}

.article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

.article-content iframe {
    width: 56%;
    height: 300px;
    margin: 15px 22%;
}

.article-content h2 {
    color: #8BC34A;
}

.article-content a {
    color: #8BC34A;
}

.article-content a:hover {
    color: #444444;
}

.widget {
    float: right;
    width: 100%;
}

.widget h2 {
    font-size: 24px;
    border-bottom: 1px solid #eeeeee;
    padding: 10px 0px;
}

.write-to-us {
    background-color: #8BC34A;
    border-radius: 3px;
    color: white;
    text-decoration: none;
    transition: 0.2s;
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px;
    padding: 3px 5px 5px 5px;
}

.mashsb-count {
    width: 100%;
    padding: 21.5px;
}

.mashsb-buttons {
    width: 100%;
}

.search-open {
    float: left;
    padding: 16px 0px;
}

.the-tags {
    padding: 20px 0px;
    border-top: 1px solid #eee;
}

.the-tags a {
    color: white;
    background-color: #8BC34A;
    border-radius: 3px;
    text-decoration: none;
    padding: 5px;
    margin-left: 10px;
}

.the-tags a:nth-child(1) {
    margin-right: 10px;
}

.search-form > label > .screen-reader-text {
    visibility: hidden;
}

.search-field {
    border: 0px;
    color: white;
    background-color: transparent;
    padding: 5px;
    outline: 0px;
}

.search-submit {
    border: 1px solid white;
    background-color: transparent;
    padding: 5px;
    outline: 0px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 10px;
    color: white;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: white;
}
::-moz-placeholder { /* Firefox 19+ */
  color: white;
}
:-ms-input-placeholder { /* IE 10+ */
  color: white;
}
:-moz-placeholder { /* Firefox 18- */
  color: white;
}

.mashsb-widget-img {
    margin-bottom: 10px;   
}

.mashsb-share-widget {
    padding: 0px;
}

.mashsb-share-widget li {
    float: right;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 0px;
    padding-bottom: 12px;
}

.mashsb-widget-link {
    color: #8BC34A;
    font-weight: normal;
    text-decoration: none;
}

.mashsb-excerpt {
    display: none;
}

.post-edit-link {
    float: left;
    color: #E91E63;
    text-decoration: none;
}

.maybe-title {
font-weight:bold;
font-size: 22px;
float:right;
width:100%;
padding: 20px 0;
    border-top: 1px solid #eee;
}

.maybe-body {
float: right;
width: 100%;
}

.navigation  {
float: right;
width:100%;
}

.navigation h2 {
margin :0px;
}

.navigation a {
color: #8bc34a;
}

.nav-links {
padding: 10px 0px;
}

.terms-of-use {
font-size: 13px;
color:white;
padding:5px;
text-align:center;
}

@media screen and (max-width: 1100px) {
    
    .container {
    width: 100%;
    padding: 0px 15px;
}

.menubar {
    overflow-x: scroll;
    overflow-y: hidden;
}

.menu {
    width: 350%;
}

.right {
    width: 100%;
}

.left {
    width: 100%;
    padding: 0px;
}

#text-2 {
    display: none;
}
    
}

@media screen and (max-width: 700px) {
    
    
    .search-open {
    display: none;
}


.article-content iframe {
    max-width: 100%;
    margin: 15px 0px;
}

.amuda-right, .amuda-left {
    width: 100%;
}

.article-image {
    height: 180px;
}

.article-image img {
    
}

.box {
    width: 100%;
    margin-left: 0px;
}
    
}