/*
Theme Name: 9gtamods
--------------------------------------------------------------------------------*/



/* General styles */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color:#444;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin:0;
  width:100%;
}
#wrap
{
  margin:0 auto;
  padding:0;
  text-align:left;
  width:1200px;
}
img {
 max-width: 100%; 
  height: auto;
}

a
{
  color:#404759;
  text-decoration:none;
}

a:hover, a:focus,
.postTitle_archive a:hover {
  color:#d90202;
}

a img
{
  border:none;
}

pre
{
  background:#FFFACD;
  border:1px solid #B5B5B5;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height:20px;
  margin:0;
  overflow:auto;
  padding:5px 20px 5px 40px;
}

pre a
{
  color:red;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height:20px;
}

form
{
  margin:0;
  padding:0;
}

small
{
  font-size:9px;
}

.left
{
  float:left;
}

.right
{
  float:right;
}

.clearer
{
  clear:both;
}

.table_all {
  margin:0;
  padding:0;
  width:100%;
}


input {
  line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #007acc;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
  background: #f7f7f7;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  border: 1px solid #d1d1d1;
  border-radius: 2px;
  color: #686868;
  padding: 0.625em 0.4375em;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
  background-color: #fff;
  border-color: #007acc;
  color: #1a1a1a;
  outline: 0;
}




/* Grid */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  outline: 1px solid #f00;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
.menu-wrapper {
    width:100%;
}
  .container {
    width: 1200px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 1200px;
  /*outline: 1px solid #f00;*/
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 73.666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 26.333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
#page .container-fluid {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}
/*

#header
{
  overflow:hidden;
  width:1200px;
}

#page
{
  width:1200px;
  overflow: hidden;
}

#lsidebar
{
  border:1px solid #E0F0DF;
  float:left;
  margin:0 0 5px;
  padding:0;
  width:300px;
}

#rsidebar
{
  border:1px solid #E0F0DF;
  float:left;
  margin:0 0 5px;
  padding:0;
  width:305px;
}*/

.site-main {
  position: relative;
  overflow: hidden;
}
.site-main .site-content {
  position: relative;
  z-index: 9;
}

.tsidebar
{
  border:0;
  float:left;
  margin:0 0 5px;
  overflow:hidden;
  padding:0;
  width:304px;
}

#twitterbox
{
  background-color:#FFF;
  border:0;
  float:left;
  margin:0 0 5px;
  overflow:hidden;
  padding:5px;
  width:300px;
}

#adssidebar
{
  background-color:#FFF;
  border:1px solid #6E7B8B;
  float:left;
  margin:0 0 5px;
  padding:0;
  text-align:center;
  width:304px;
}

.content
{
  border:1px solid #E3E3E3;
  float:left;
  height:100%;
  margin:0 5px 10px 0;
  padding:2px;
  width:690px;
}

#content_pages
{
  background-color:#FFF;
  border:0;
  float:left;
  height:100%;
  line-height:20px;
  margin:5px 5px 10px 0;
  padding:10px;
}

#lsidebar h2,
#rsidebar h2 {
background: #5e9439;
  
  border-bottom:1px solid #CFCFCF;
  font-family: 'Oswald', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color:#FFF150;
  margin:0;
  padding:10px 10px;
}

#lsidebar .widget ul,
#rsidebar .widget ul {

    background: #eff2f5!important;
  list-style:none;
  padding: 10px 0;
}

#lsidebar ul li,#rsidebar ul li {
  list-style:none;
  margin:0;
  padding:0;
}
#rsidebar li li {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 18px;
  list-style-type: none;
}
#lsidebar li li {
  list-style-type: none;
}
#rsidebar li li,
#lsidebar li li {
  border:none;
  list-style-position:inside;
  margin:0;
  padding:5px 10px;
}

/*#rsidebar a,#lsidebar a
{
  color:#000;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 16px;
}*/

#rsidebar a:hover,#lsidebar a:hover {
  color:#9A1818;
  text-decoration:underline;
}

.textwidget {
  padding-top:0px;
  padding-bottom:10px;
color: #fff;
}

.rssFeed a {
  color:#fff;
  display:block;
  height:50px;
  line-height:50px;
  padding-left:57px;
  text-decoration:none;
  width:143px;
}

.rssFeed a:hover
{
  color:#fffcc5;
}

.rssForm form
{
  margin:10px 0;
}

.rssEmail
{
  border:1px solid #92bdbb;
  width:126px;
}

.rssSubmit
{
  background:none;
  border:none;
  color:#207f7b;
  cursor:pointer;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding:0;
  width:66px;
}

.rssForm small
{
  background:#eff7f7;
  display:block;
  padding:2px;
}
.header-logo {
  padding: 10px 0;
  
}
.header-logo img {
  max-width: 100%;
  display: block;
}
.bg_header_right,
.header-logo .container {
  
  background-position:right;
  background-repeat:no-repeat;
}
.header-search .container-fluid {
  background-color: #fff;
}

.bg_header_right img
{
  border:0;
}

.wp-pagenavi
{
  clear:both;
  line-height:35px;
}

.wp-pagenavi a,.wp-pagenavi span
{
  border:1px solid #104E8B;
  font-size:14px;
  margin:2px;
  padding:6px 10px;
  text-decoration:none;
}

.wp-pagenavi a:hover,.wp-pagenavi span.current
{
  background-color:#104E8B;
  color:#FFF;
}

.wp-pagenavi span.current
{
  color:#FFF;
  font-weight:700;
}

.titlecategory a {
  font-size: 35px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  text-decoration:underline;
  font-weight: 700;
  color:#0C192A;
}

.post_view
{
  color:#8B1A1A;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 22px;
}



.post_comment
{
  color:#385F45;
  font-weight:700;
}

.post_info a
{
  color:#000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration:none;
}

.post_info a:hover
{
  text-decoration:underline;
}

.navi_center
{
  margin-bottom:40px;
  margin-top:20px;
  text-align:right;
  width:100%;
}
.navi_center  a, 
.navi_center span  {
  border: 1px solid #104E8B;
  font-size: 15px; 
  padding: 10px 15px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 3px;
}
.navi_center a:hover, 
.navi_center span.current {
  background-color: #104E8B;
  color: #FFF;
}
.navi_center span.current {
  color: #FFF;
  font-weight: 700;
}

.post_author
{
  color:#2B7A0F;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 16px;
}



.disquscomments-count
{
  color:#6180BA;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.disquscomments-count a
{
  color:#A0234F;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration:none;
}

.disquscomments-count a:hover
{
  color:#A0234F;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-decoration:none;
}

.post_all_info
{
  color:#061ED2;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

.breadcrumbs_bar
{
  margin-bottom: 15px;
  width: 100%;
}

.breadcrumbs_bar_left,
.breadcrumbs_bar_right {
  display: inline-block;
  margin: 5px 0;
}
.breadcrumbs_bar_right {
  float: right;
}

.breadcrumbs_bar_left a 
{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #6C00FF;
}

.nav-breakcrumb {
  list-style: none;
}
.nav-breakcrumb li {
  display: inline-block;
}
.nav-breakcrumb li:after {
  content: "/";
  margin: 0 8px;
}
.nav-breakcrumb li:last-child:after {
  display: none;
}
.nav-breakcrumb li a {
  color: #C80147;
}
.nav-breakcrumb li a:hover {
  text-decoration: underline;
}
#disqus_thread a 
{
  color: #387FAD;
}
/*
#content2
{
  background-color:#FFF;
  border:0;
  line-height:20px;
  margin:5px;
  padding:5px 5px 5px 0;
  text-align:left;
  width:690px;
}
*/
.archive_main
{
  width:100%;
}

/*.main_content
{
  background-color:#FFF;
  margin-left:auto;
  margin-right:auto;
  width:1000px;
}
*/
.post_archive
{
  border-bottom:1px solid #DAE7EC;
  margin:2px 0;
  overflow:hidden;
  width:690px;
}

.post_page {
  margin:0 0 2px;
  text-align:left;
  width:1000px;
}

.list-post .item {
  padding: 20px 20px 10px 10px;
  border-bottom: 1px solid #E3E3E3;
  background-color: #F3F4F8;
  position: relative;
}
.item .thumbindex {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.list-post .item .post-view {
  position: absolute;
  top: 24px;
  right: 25px;
  text-align: center;
}

.thumbindex img {
  height:  auto;
}

.thumbindex2 {
  color:#000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  vertical-align:top;
}

.archive_left
{
  height:120px;
  overflow:hidden;
  width:155px;
}

.archive_center
{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin:0;
  padding:0 10px;
  text-align:left;
  vertical-align:top;
  width:440px;
}

.archive_center a
{
  color:#004175;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height:25px;
  text-decoration:none;
  vertical-align:top;
}

.archive_right
{
  margin:0;
  padding:5px 0 0;
  text-align:center;
  vertical-align:top;
  width:100px;
}

#content3
{
  background-color:#FFF;
  border:1px solid #CFCFCF;
  float:left;
  height:100%;
  margin:0 0 5px 5px;
  width:420px;
}

.postnewst
{
  margin-bottom:2px;
  overflow:hidden;
  width:450px;
}

.list-post ul
{
  list-style:none;
}

.list_post_category_related a 
{
  font-size: 1.3em;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
}

.list_post_category_related ul
{
  background-color:#FFF;
  list-style-image:url(https://9gtamods.com/images/blue_line.gif);
  list-style-position:inside;
  margin:3px 0 0;
  padding:0;
}

.list_post_category_related li
{
  background-color:#FFF;
  margin:1px;
  padding:5px;
}

#list_post_category_post ul
{
  background-color:#FFF;
  color:#23481F;
  list-style-position:inside;
  list-style-type:square;
  margin:5px 0 0 5px;
  padding:0;
}

#list_post_category_post li
{
  margin:0;
  padding:2px;
}

#list_post_category_post a
{
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.postTitle h2
{
  color:#000;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin:0;
  padding:0 0 5px;
}

.postTitle h2 a
{
  color:#004175;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.postTitle h2 a:hover
{
  color:red;
}

#sidebar_all
{
  float:left;
  margin:0;
  padding:0;
  width:320px;
}

#main_all
{
  float:left;
  margin:0;
  padding:0;
  width:1200px;
}

#content_archive
{
  background-color:#FFF;
  float:left;
  height:100%;
  margin:0 5px 5px 0;
  padding:0 5px 5px;
  text-align:left;
  width:690px;
}

.vertical-top
{
  vertical-align:top;
}

.postTitle_archive a {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 20px;
  text-decoration:none;
  color: #004175;
}

.postTitle_archive {
  margin-bottom: 5px;
}

/*.post-infor {
  margin:0;
  padding: 5px 0;
}*/
.post-infor p {
  padding-bottom: 5px;
}

#list_post_more ul {
  background-color:#FFF;
  color:#016C95;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  list-style:square inside;
  margin:3px 0 0;
  padding:0;
}


#li
{
  background-color:#FFF;
  margin:1px;
  padding:2px 2px 2px 5px;
}

#list_post_more a
{
  color:#27408B;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

#list_post_more a:hover
{
  color:red;
  text-decoration:underline;
}

.archiveTitle {
  border-bottom:1px solid #ddd;
  margin:0;
  padding:0 0 5px;
}

.archiveTitle a
{
  color:red;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
}

.archiveTitle h1
{
  color:#861023;
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}
.archiveTitle p {
  margin: 10px 0 20px;
}
.post {
  margin-bottom:25px;
}

.postFeatured
{
  background:#f5f5f5;
  margin-bottom:25px;
  overflow:hidden;
  padding:10px;
  width:450px;
}

.post a,.postFeatured a
{
  overflow:auto;
  text-decoration:underline;
}

.postTitle h1,.postTitle h2
{
  color:#d90202;
  font-size: 3.0em;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0 0 5px;
  padding: 0 0 5px;
}

.postTitle h1 a,.postTitle h2 a
{
  color:#d90202;
  font-size: 3.0em;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
  text-decoration:none;
}

.postTitle h1 a:hover,.postTitle h2 a:hover
{
  color:#207f7b;
  font-size: 3.0em;
  font-weight: 300;
  font-family: 'Roboto Condensed', sans-serif;
}

.postInfo
{
  font-size:11px;
}

.postContent
{
  color:#000;
  line-height:20px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom:10px;
  margin-top:20px;
}

.postContent a
{
  color:blue;
}

.postContent div
{
  margin:5px 0;
}

.postContent li
{
  list-style-position:inside;
  list-style-type:square;
  margin:0;
  padding:4px;
}

.posttags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.posttags a {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.posttags a::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.posttags a::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.posttags a:hover {
  background-color: crimson;
  color: white;
}

.posttags a:hover::after {
   border-left-color: crimson; 
}

.post_bookmark
{
  background-color:#FFF;
  border-bottom:1px solid #CFCFCF;
  margin:5px 0;
  padding:0;
  vertical-align:middle;
  width:100%;
}

ul.post_bookmark {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}

ul.post_bookmark.share-this  li {
    display: inline-block;
    margin-right: 40px;
  vertical-align: top;
  width: auto;
}


.post_bookmark_2 {
  background-color:#FFF;
  margin:5px 0;
  padding:0;
  vertical-align:middle;
  width:100%;
}

ul.post_bookmark_2 {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
}

ul.post_bookmark_2.share-this  li {
    display: inline-block;
    margin-right: 15px;
  vertical-align: top;
  width: auto;
}




.post_bookmark_level_2
{
  width:136px;
  text-align: left;
}

.postTitle_content h1,.postTitle h2
{
  color:#C50C26;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 40px;
  margin:0 0 5px;
  padding:0 0 5px;
}

.sizeFeatured
{
  width:450px;
}

.featHead
{
  background:#ddd;
  color:#777;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-variant:small-caps;
  padding:3px 10px;
  text-transform:capitalize;
}

.postContent h1
{
  color:#C50C26;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 15px 0;
}

.postContent h1 a
{
  color:#C50C26;
  text-decoration:none;
}

.postContent h2
{
  color:#C50C26;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 15px 0;
  text-decoration:underline;
}

.postContent h2 a
{
  color:#C50C26;
}

.postContent h3
{
  color:#194E90;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 15px 0;
  text-decoration:underline;
}

.postContent h3 a
{
  color:#194E90;
}

.postContent h4
{
  color:#5F4B92;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin: 15px 0;
  text-decoration:underline;
}
.postContent ul,
.postContent ol {
  margin: 15px 0;
  padding-left: 40px;
}
.postContent p,
p {
  margin: 10px 0;
}
.postContent blockquote
{
  background:#FBFBCB;
  border:1px solid #B5B5B5;
  font-family: 'Roboto', sans-serif;
  line-height:20px;
  font-weight: 400;
  font-size: 14px;
  margin:0 0 20px;
  padding:0 20px 0 40px;
  word-wrap:break-word;
}

.postContent blockquote a
{
  color:red;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height:18px;
  font-size: 14px;
}

.postContent blockquote a:hover
{
  color:#388526;
}

.postContent_page blockquote
{
  background:#FBFBCB;
  border:1px solid #B5B5B5;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height:20px;
  margin:0 0 20px;
  padding:0 20px 0 40px;
  word-wrap:break-word;
}

.postContent_page blockquote a
{
  color:red;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height:18px;
}

.footer_all {
    background-color: #3a671c;

}

.footer-widgets {
  padding: 3px 0;
}
.footer-widgets ul li {
  
  list-style-position:inside;
  margin:0;
  padding: 5px 0;
}
.footer_all .widget {
  text-align: left;
}
.footer_all .widget a  {
  font-size: 12px;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.footer_all .widget p {
  font-size: 12px;
  line-height: 1.8;
  color: inherit;
  font-weight: normal;
}
.footer_all .widget a:hover {
  color:#FFEA00;
}
.footer_all .widgettitle {
  color:#AAABAD;
  font-size: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  padding-bottom: 15px;
font-weight: bold;
}
.footer-widgets .widget ul {
  margin-left: 20px;
}
.footer-copyright {
  color: #fff;
  padding: 10px 0;
}
.footer-copyright a {
  font-weight: 700;
  color: #fff;
}
.navhead {
  background-color:#e6ecf4;
  border:0;
  color:#3A599C;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 12px;
  height:18px;
  margin:0 auto;
  width:100%;
}

.ali_top
{
  vertical-align:top;
}

.ali_center
{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.sidebar .widget {
  text-align:left;
}
.sidebar iframe {
  max-width: 100%;
}
.top_left_footer,
.footer-widget .footer-column {
  text-align:left;
  vertical-align:top;
  width:25%;
  float: left;
}

.top_left_index
{
  text-align:left;
}

.archive_area_1
{
  margin:0 0 10px;
  padding:0;
}

.archive_area_2
{
  margin:0 0 5px;
  padding:0;
}

.archive_area_3
{
  margin:0 0 5px;
  padding:0;
}

.archive_area_4
{
  margin:0 0 5px;
  padding:0;
}

.archive_area_5
{
  margin:0 0 5px;
  padding:0;
}

.archive_area_6
{
  margin:0 0 5px;
  padding:0;
}

.hreview-aggregate
{
  display:none;
}

#related_post_widget {
  margin-top: 15px;
}
#related_post_widget ul {
  list-style: none;
  margin-top: 10px;
}
#related_post_widget ul .owl-item {
  padding: 0 5px;
}
#related_post_widget ul .owl-item img {
  max-width: 100%;
  height: auto;
}
#related_post_widget li a {
  text-decoration: none;
  font-weight: 700;
  margin-top: 10px;
  display: block;
}
.slider-responsive .owl-buttons div {
  position: absolute;
  top: 25px;
  height: 35px;
  width: 35px;
 
  color: #fff;
  font-family: "FontAwesome";
  font-size: 25px;
  text-align: center;
  line-height: 35px;
}
.slider-responsive .owl-controls .owl-prev {
  left: 0;
}
.slider-responsive .owl-controls .owl-prev:after {
  content: "\f104";
}
.slider-responsive .owl-controls .owl-next {
  right: 0;
}
.slider-responsive .owl-controls .owl-next:after {
  content: "\f105";
}


/* Container */
/*.container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}*/
/* Navigation */

.menu-wrapper {
  background-color: #5e9439;
  display:block;
  margin-left:auto;
  margin-right:auto;
  padding:0;
}

#cssmenu > ul
{
  list-style:inside none;
  margin:0;
  padding:0;
}

#cssmenu > ul > li
{
  display:block;
  float:left;
  list-style:inside none;
  margin:0;
  padding:0;
  position:relative;
}

#cssmenu ul li.has-sub:hover > a
{
  color:#FFED76;
  padding-bottom:6px;
  padding-top:6px;
  z-index:999;
}

#cssmenu ul li.has-sub:hover > ul,#cssmenu ul li.has-sub:hover > div
{
  display:block;
}

.navlist li .sub-menu {
  background-color: #5e9439;
  padding:8px 0;
  position:absolute;
  top: 100%;
  z-index:999;
  /*opacity: 0;
  visibility: hidden;*/
  display: none;
}
.navlist li ul .sub-menu {
  left: 101%;
  top: 0;
}

.navlist li:hover > .sub-menu {
  /*visibility: visible;
  opacity: 1;*/
  display: block;
}

#cssmenu ul li > ul
{
  min-width: 350px;
}

#cssmenu ul li > ul li
{
  list-style:inside none;
  margin:0;
  padding:0;
  position:relative;
}
#navlist li ul li .count {
  color: #FFED76;
}

@media screen and (min-width:960px) {
  #navlist li ul li .count {
    float: right;
  }
}


#cssmenu .sub-menu a {
  color:#FFF;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  margin:0;
  padding: 10px 10px;
  text-decoration:none;
}

#cssmenu > ul > li > ul > li a:hover
{
  background:#152209;
  color:#FFED76;
}



#cssmenu ul ul a:hover
{
  color:#FFED76;
}

#cssmenu > ul > li.has-sub > a:hover:before
{
  border-top:5px solid transparent;
}


.navlist {
  text-align: left;
}
.navlist > li {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  float: left;
}
.navlist li a {
  display:block;
  padding: 8px;
  color: #fff;
}
  #cssmenu .navlist li:hover > a {
    color: #FFED76;
  }

/*.navlist li:first-child a {
  padding-left: 0;
}
*/
.navigation {
  position: relative;
  height: 35px;
  margin: auto;
  top: 0;
  bottom: 0;
  /*right: 15px;*/
  z-index: 9999;
}

.open-menu {
  position: absolute;
  width: 50px;
  height: 14px;
  cursor: pointer;
  margin: auto;
  top: 0;
  right: -15px;
  bottom: 0;
  z-index: 9999;
  display: none;
}
.close-menu {
  position: absolute;
  width: 50px;
  height: 14px;
  cursor: pointer;
  margin: auto;
  top: 0;
  right: -15px;
  bottom: 0;
  z-index: 999999;
  display: none;
}

.open-menu .item {
  position: absolute;
  display: block;
  font-size: 0;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: auto;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.open-menu.toggle-active .item {
  background-color: #26b89a;
}
.open-menu .item-1 {
  top: 0;
}
.open-menu .item-2 {
  top: 0;
  bottom: 0;
}
.open-menu .item-3 {
  bottom: 0;
}
/* Navigation Responsive active */
.page-wrap-offcanvas {
  position: relative;
 /* -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;*/
}
.site-main .navlist,
.site-main .navlist .sub-menu {
  background-image: url(https://9gtamods.com/images/menu_bg.gif);
}
.site-main .navlist li a {
  color: #fff;
}
.site-main .navlist li:hover > a {
  color: #FFEA00;
}
.navlist.off-canvas {
  position: absolute;
  width: 270px;
  height: 100%;
  top: 0;
  right: -270px;
  padding: 40px 0;
  background-color: #f7f9f9;
  z-index: 99999;
  /*-webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;*/
}
.navlist.off-canvas li {
  position: static;
  display: block;
  margin: 0;
  padding: 0;
  float: none;
}
.navlist.off-canvas li a {
  display: block;
  line-height: 22px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #333;
}
.navlist.off-canvas li.back-mb a {
  line-height: 42px;
  padding: 0;
  padding-left: 42px;
}
.page-wrap-offcanvas.off-canvas-active {
  -webkit-transform: translateX(-270px);
  -moz-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
  -o-transform: translateX(-270px);
  transform: translateX(-270px);
}
.navlist.off-canvas .submenu-toggle {
  position: absolute;
  right: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  cursor: pointer;

  -webkit-transform: translateY(-43px);
  -moz-transform: translateY(-43px);
  -ms-transform: translateY(-43px);
  -o-transform: translateY(-43px);
  transform: translateY(-43px);
}
.navlist.off-canvas .submenu-toggle .fa {
  color: #fff;
  font-size: 20px;
  line-height: 46px;
}
.navlist.off-canvas li > .sub-menu {
  opacity: 1;
  visibility: visible;
  position: absolute;
  border: 0;
  padding: 40px 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.navlist.off-canvas li > .sub-menu.sub-menu-active {
  z-index: 9;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.navlist.off-canvas .back-mb {
  background-color: #333;
  position: relative;
}
.navlist.off-canvas .back-mb a {
    padding-left: 44px;
}
.navlist.off-canvas .back-mb a:before {
  content: "\f104";
  position: absolute;
  top: 0;
  left: 20px;
  font-family: "FontAwesome";
  font-size: 20px;
}
.navlist li .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}

/* List post */
.list-post {
  background-color: #F3F4F8;
}
.titlecategory {
  margin: 20px 0;
}



/* Color Setting for Sidebar Widget Links */
.sidebar ul li {
  position: relative;
}
.mine-red a {
  color: #0C192A !important;
}

.mine-green a {
  color: #0F374B !important;
}

.mine-blue a {
  color: #0C3233 !important;
}

.mine-brown a {
  color: #34140C !important;
}

.mine-yellow a {
  color: #FCFF00 !important;
}


/* Setting Banner */
.mine-banner {
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
}
.mine-banner .banner-left,
.mine-banner .banner-right {
  display: inline-block;
}
.mine-banner .banner-right {
  margin-top: 34px;
}
.mine-banner .banner-left,
.mine-banner.desktop-show {
  display: none;
}
.mine-banner.mobile-show {
  display: block;
}

/* Footer Bottom */
.footer_all .footer-bottom {
  padding: 3px 0;
  color: #fff;
}
.footer_all .footer-bottom .widget {
  text-align: center;
  margin: 5px 0 10px;
}
.footer_all .footer-bottom a {
  font-size: inherit;
  color: inherit;
}
.footer-bottom ul {
  list-style: none;
}
.footer-bottom .widget_nav_menu li {
  display: inline-block;
  font-size: 15px;
  margin-right: 20px;
  line-height: 1.8;
}

.footer-bottom .mine_follow li  {
  font-size: 15px;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: inherit;
  display: inline-block;
  border: 1px solid #fff;
  margin-right: 20px;
}
.footer-bottom .mine_follow li:hover {
  border-color: #FFEA00;
  cursor: pointer;
}
.footer-bottom .mine_follow li:hover a {
  color: #FFEA00;
}
.gsc-search-button {
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
}


/* Responsive mobile */

@media only screen and (min-width: 660px) {
  .mine-banner .banner-left,
  .mine-banner .ads-bottom {
    display: inline-block;
  }
  .mine-banner.bottom,
  #related_post_widget {
    min-width: 660px;
  }
  .mine-banner.mobile-show {
    display: none;
  }
  .mine-banner.desktop-show {
    display: block;
  }
  #related_post_widget {
    text-align: left;
  }
  #related_post_widget ul {
    list-style: none;
  }
  #related_post_widget li img {
    width: 150px;
    height: 84px;
    display: block;
  }
  #related_post_widget li {
    width: 24%;
    display: inline-block;
    vertical-align: top;  
  }
}

@media (max-width: 992px) {
  .postTitle_archive a {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .footer-widgets {
    display: none;
  }
  .footer_all {
    background-image: none;
  }
  
  .footer_all .footer-bottom {
    color: #404759;
  }
  .footer-bottom .mine_follow li {
    border-color: #404759;
  }
}


@media (max-width: 767px){
   #sidebar {
    display: none;
  }
  .mine-banner.top {
    display: block;
  }
  .breadcrumbs_bar_right {
    float: none;
    display: block;
  }
  .postContent img {
    max-width: 100%;
  }
  .ncode_imageresizer_warning {
    display: none;
  }
}
@media (max-width: 960px){
  .postContent img {
    max-width: 100%;
  }
  .ncode_imageresizer_warning {
    display: none;
  }
  .table_all {
    background-image: url(https://9gtamods.com/images/f_bg.png);
  }
  .menu-wrapper {
    position: relative;
    background: none;
  }
  .header-logo {
    float: left;
    position: relative;
    z-index: 99;
  }
  .navigation {
    position: absolute;
    right: 15px;
  }
  .header-logo img {
    max-width: 250px;
    display: block;
  }

}


@media (max-width: 480px) {
  .thumbindex img {
    width: 100%;
  }
  .list-post .item {
    padding-right: 10px;
  }
  .list-post .item .post-view {
    position: initial;
    text-align: left;
  }
  
  .item .thumbindex {
    float: none;
    margin-bottom: 2px;
    margin-right: 10px;
  }
  .list-post .item {
    padding-top: 10px;
    padding-bottom: 3px;
  }
}
.embed-responsive.embed-responsive-16by9 {
  padding-top: 56.25%;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item, 
.embed-responsive iframe, 
.embed-responsive embed, 
.embed-responsive object {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.gsc-input-box {
  height: 30px !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}


/** Add **/

.grid-post .item {
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 10px;
}

.post_view_archive,
.grid-post .post_view_archive {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 14px;
  color:#8B1A1A;
}
.post-infor {
  clear: left;
  padding-top: 3px;
}

@media screen and (min-width: 480px){

  .list-post .item .content-preview {
      overflow: hidden;
    }

  .post_view_archive {
    font-size: 18px;
  }
  .grid-post  {
    overflow: hidden;
  }

  .grid-post .post-infor {
    /*display: none;*/
  }
  .grid-post ul:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
  }

  .grid-post .item {
    margin-bottom: 10px;
    width: 50%;
    float: left;
    border-bottom: 0;
  }
  .grid-post-3 .item {
    width: 50%;
  }
  .grid-post-3 .item:nth-of-type(2n+1) {
    clear: both;
  }

  .grid-post-2 .item:nth-of-type(2n+3) {
    clear: both;
  }
  
  .grid-post-4 .item:nth-of-type(4n+5) {
    clear: both;
  }
  .grid-post img {
    width: 250px;
    height: auto;
  }
  .grid-post .postTitle_archive {
    margin-bottom: 2px;
  }
  .grid-post .postTitle_archive a {
    font-size: 18px;
  }
  .grid-post.grid-post-3 .postTitle_archive a {
    font-size: 18px;
  }
  .grid-post .content-preview {
    clear: left;
  }
}
@media screen and (min-width: 768px) {
  .grid-post-3 .item {
    width: 33.33%;
    clear: none !important;
  }
  .grid-post-3 .item:nth-of-type(3n+1) {
    clear: both !important;
  }
}

/* Custom Menu */
.menu-item-has-children > a:after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  margin-left: 8px; 
}
.navlist li .menu-item-has-children:hover > a:after {
  content: "\f105";
}
.sub-menu li:hover > a {
  color: #FFED76;
  background-color: #3a671c;
}

.off-canvas-active .menu-item-has-children > a:after {
  display: none;
}
.content-preview .contentlimit {
  margin-bottom: 6px;
}

/* Relate post responsive */
.rpwe-ul .rpwe-clearfix:before,
.rpwe-ul .rpwe-clearfix:after {
  display: none !important;
}
.rpwe-block li {
  border-bottom: 0 !important;
}
.rpwe-block  {
  margin-left: 20px;
}
.rpwe-block h3 {
  display: inline-block;
}

#stickyunit.affix {
  top: 0;
  position: fixed !important;
}

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}
.mine_rating img {
  max-width: 15px; 
  height: auto;
}
.mine_rating {
  margin: 10px 0 5px 0;
}


#page .error-404 {
  padding-top: 50px;
}

.date_time {
  color:#535353;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 13px;
}






/* Disable WhatsApp button on Desktop - Tutorial link: http://crunchify.me/1VIxAsz */
@media screen and (min-width: 1024px) {
    .crunchify-whatsapp {
  display: none !important;
    }
}
 
.crunchify-link {
    padding: 2px 8px 4px 8px !important;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
}
 
.crunchify-link:hover,.crunchify-link:active {
    color: white;
}
 
.crunchify-twitter {
    background: #00aced;
}
 
.crunchify-twitter:hover,.crunchify-twitter:active {
    background: #0084b4;
}
 
.crunchify-facebook {
    background: #3B5997;
}
 
.crunchify-facebook:hover,.crunchify-facebook:active {
    background: #2d4372;
}
 
.crunchify-googleplus {
    background: #D64937;
}
 
.crunchify-googleplus:hover,.crunchify-googleplus:active {
    background: #b53525;
}
 
.crunchify-buffer {
    background: #444;
}
 
.crunchify-buffer:hover,.crunchify-buffer:active {
    background: #222;
}
 
.crunchify-pinterest {
    background: #bd081c;
}
 
.crunchify-pinterest:hover,.crunchify-pinterest:active {
    background: #bd081c;
}
 
.crunchify-linkedin {
    background: #0074A1;
}
 
.crunchify-linkedin:hover,.crunchify-linkedin:active {
    background: #006288;
}
 
.crunchify-whatsapp {
    background: #43d854;
}
 
.crunchify-whatsapp:hover,.crunchify-whatsapp:active {
    background: #009688;
}
 
.crunchify-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}
