* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Hind', sans-serif;
    background:whitesmoke;
    padding:0px;
    margin:0px;
}
ul, li {
    list-style: none;
    padding:0px;
    margin:0px;
}
ul.menu-l{ 
    margin:0px;
}
a {
    text-decoration: none;
}
figure{
    margin:0px;
    outline: none;
    border:0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
.sid {
    margin-top: 30px;
}
.sid-hide {
    display: none;
}
.sid .textwidget {
    width: 100%;
}
.grid-article .pad img {
    margin: 0 auto;
    display: block;
}
.wpcf7-form.failed p {
    padding-top: 0px !important;
}
.wpcf7-text::-webkit-input-placeholder {
    color:#ada7aa !important;
}
.wpcf7-text:-moz-placeholder {
    /* FF 4-18 */
    color:#ada7aa !important;
}
.wpcf7-text::-moz-placeholder {
    /* FF 19+ */
    color:#ada7aa !important;
}
.wpcf7-text:-ms-input-placeholder {
    /* IE 10+ */
    color:#ada7aa !important;
}
textarea::-webkit-input-placeholder {
    color:#ada7aa !important;
}
textarea:-moz-placeholder {
    /* FF 4-18 */
    color:#ada7aa !important;
}
textarea::-moz-placeholder {
    /* FF 19+ */
    color:#ada7aa !important;
}
textarea:-ms-input-placeholder {
    /* IE 10+ */
    color:#ada7aa !important;
}
.wpcf7-form-control.wpcf7-text {
    margin-bottom: 22px;
    width: 100%;
    min-height: 50px;
    font-size: 17px;
    color: black;
    padding: 0px 0px 0px 17px;
    background-color: #e8e9eb;
    border: 1px solid #e8e9eb;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-box-shadow: 0 0 0 #e8e9eb !important;
    box-shadow: 0 0 0 #e8e9eb !important;
    -moz-box-shadow: 0 0 0 #e8e9eb !important;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0px;
    font-family: 'Hind';
    -moz-appearance: none;    
}
.wpcf7-form-control-wrap textarea {
    min-height: 153px;
    border-radius: 0px;
    font-family: 'Hind';
    font-size: 17px;
    width: 100%;
    resize: none;
    color: black;
    padding: 16px 0px 0px 17px;
    background-color: #e8e9eb;
    border: 1px solid #e8e9eb;
    margin-bottom: 4px;
    transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-box-shadow: 0 0 0 #e8e9eb !important;
    box-shadow: 0 0 0 #e8e9eb !important;
    -moz-box-shadow: 0 0 0 #e8e9eb !important;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;    
} 
/*Added css - 25.08.2015*/
.button{
    background-color: #4A4A4A;
    width: 169px;
    height: 49px;
    border-radius: 5px;
    border: medium none;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    outline: medium none;
    transition: background-color 0.25s ease-out 0s;
    color: #ffffff;
}
.button:hover{
    background-color: #00A69C;
    transition: background-color 0.25s ease-out 0s;
}
.article-source{
    text-align: center;
    margin: 0px 0 30px 0px;
}
.content-inner h2{
    
    font-weight: 100;
    font-size: 1.8em;
    padding-left: 8px;
    position: relative;
    bottom: 15px;    
    text-transform: uppercase;
}
.desc a{
    color: #00A69C;
    transition: color 0.25s ease-out 0s;
}
.desc a:hover {
    color: #313131;
    text-decoration: none;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;    
} 
.desc a:hover{
   text-decoration: none;
}
.textwidget{
    width: 70%;
}
.noImage h2{
    font-weight: 300;
    font-size: 1.6em;
    padding-top: 20px;
}
.recent-post{
    margin:13px 0px 21px 0px;
}
.img-main {
    width: 300px;
text-align:center;
    clear: both;
}
.recent-post h3{
    font-weight: 400 !important;
    padding-bottom: 5px;
}
.main-content{
    margin-right: 344px;
    float: left;
    margin-left: 0.6%;
}
.brickwork{
    margin: 0em 0;
    padding: 0;
    column-gap: 1.5em;
    font-size: .85em;
    -moz-column-gap: 1.5em; 
    -webkit-column-gap: 1.5em;
}
.brickwork_item {
    background: #FFF none repeat scroll 0% 0%;
    padding: 1em 0.8em;
    width: 100%;
    display: inline-block;
    box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 

}
.effect {
  position: relative;
} 
.effect img {
  width: 100%;
  height: 100%;
}  
.eff-2-1 {
  max-height: 218px;
  overflow: hidden;
}
.eff-2-1 .caption {
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.eff-2-1 .caption i {
    background-image: url(images/add.svg);
    background-repeat: no-repeat;
    width: 51px;
    height: 52px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
  text-align: center;
  display: block; 
  opacity: 0;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.eff-2-1:hover .caption,
.eff-2-1:hover i {
  opacity: 1;
  z-index: 1;
} 
#container_ul:after {
  content: '';
  display: block;
  clear: both;
}
.container_li{
    float: left;
}
.wpcf7-form-control-wrap input{
    width: 290px;
    height: 35px;
    padding-left: 10px;
}
.wpcf7-form-control-wrap textarea{
    resize: none;
}
.wpcf7-submit{
    background-color: #4A4A4A;
    width: 169px;
    height: 49px;
    border-radius: 5px;
    border: medium none;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    outline: medium none;
    transition: background-color 0.25s ease-out 0s;
    color: #FFF;
    display: block;
    margin: 0 auto 19px auto;
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;    
}
.wpcf7-submit:hover{
    background-color: #00A69C;
transition: background-color 0.25s ease-out 0s;
}
@media only screen and (min-width: 400px) {
    .brickwork {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}
 
@media only screen and (min-width: 700px) {
    .brickwork {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
 
@media only screen and (min-width: 900px) {
    .brickwork {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
 
@media only screen and (min-width: 1100px) {
    .brickwork {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}
 
@media only screen and (min-width: 1280px) {
    .wrapper {
        width: 1260px;
    }
}
/*End added css - 25.08.2015*/

.article-inner .desc img{
        display: none;
    }
.small-prew{
    max-height: 145px !important;
    overflow: hidden;
}
.category_links p{
    float: left;
}
.category_links ul{
    display: inline;
}
.category_links li{
    display: inline;
}
.pagination h2{
    display: none;
}
.nav-links > .current{
    background: rgb(45, 45, 45) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
    padding: 4px 12px 0px;
}
.nav-links a{
    color: rgb(45, 45, 45);
    padding: 4px 12px 0px;
}
.nav-links a:hover{
    background: #00A69C;
    color: #ffffff;
}
.ul-hide {
    display: none;
}
.menu-div {
    display: none;      
}
.side-bar-hide {
    display: none !important;
}
.block_hide {
    display: none;
}
.menu-mob {
    display: none;
}
.hide-down-menu {
    display: none;
}
.hide-banner {
    display: none;
}
.inner,
.article-inner {
    max-width: 1440px;
    margin:0px 2.08%;
}
.content-open {
    opacity: 0;
}
.content-inner,
.lates-inner {
    margin: 0px 3.12%;
}
body.fixed {
    padding-top: 90px;
}
.info {
    position: relative;
}
#container_ul {
    height: auto !important;
}
.side-items {
    display: none;
}
.div-box {
    margin-bottom: 17px;
}
/* Header */
#header.fixed nav.main {
    position: fixed;
    top: 0px;
    z-index: 1;    
} 
#header nav.top {
    position: relative;
    width: 100%;
    height: 90px;
    background: #625B51;
    overflow: hidden;
}
#header nav.top img {
    display: block;
    margin: 0 auto;
}
#header nav.main {
    position: relative;
    width: 100%;
    height: 90px;
    background: #2d2d2d;  
}
#header nav.main a  img{
    outline: none;
    border: 0px;
}
#header nav.main a {
    color:white;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;    
}
#header nav.main li.hover:hover a {
    color: #00A69C;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;   
}
#header nav.main a:hover {
    color: #00A69C;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
#header nav.main .menu-l li.hover:hover {
    background-color: white;
    margin: 0px;
    padding: 30px 2.08%;    
}
#header nav.main a .arrow {
    background-image: url(images/row.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 9px;
    display: inline-block;
    position: relative;
    left: 85px;
    bottom: 2px;  
}
#header nav.main li.hover:hover a.hover-arrow .arrow {
    background-image: url(images/row_up.svg); 
    background-repeat: no-repeat;
    left:85px;
    bottom: 3px;   
}
#header nav.main .menu-div a {
    text-transform: none;
}
#header nav.main li.hover:hover .menu-div {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 89px;    
    background-color: white;
    border-bottom: 5px solid #00A69C;
    max-width: 100%;
    z-index: 4;
    -webkit-animation-name: show;
    -webkit-animation-duration: 0.5s;
    -moz-animation-name: show;
    -moz-animation-duration: 0.5s;
    padding-bottom: 15px;
    -webkit-font-smoothing: antialiased;
}
@-moz-keyframes show {
    0% {
        display:none; 
        opacity: 0;
    }

    1% {
        display: block ; 
        opacity: 0;
        z-index: 4;
        -webkit-transition: background-color .25s ease-out;
        -moz-transition: background-color .25s ease-out;
        transition: background-color .25s ease-out;          
    }

    100% {
        display: block ; 
        opacity: 1;
        z-index: 4;
        -webkit-transition: background-color .25s ease-out;
        -moz-transition: background-color .25s ease-out;
        transition: background-color .25s ease-out;          
    }
}
@-webkit-keyframes show {
    0% {
        display:none; 
        opacity: 0;
    }

    1% {
        display: none ; 
        opacity: 0;
        z-index: 4;
        -webkit-transition: background-color .25s ease-out;
        -moz-transition: background-color .25s ease-out;
        transition: background-color .25s ease-out;          
    }

    100% {
        display: block ; 
        opacity: 1;
        z-index: 4;
        -webkit-transition: background-color .25s ease-out;
        -moz-transition: background-color .25s ease-out;
        transition: background-color .25s ease-out;          
    }
}
#header nav.main li.hover:hover .menu-ul {
    margin: 0 2.08%;
    max-width: 1440px;
    padding: 40px 0px 0px 0px;
}
#header nav.main li.hover:hover .menu-ul li {
    float: left;
    display: inline;
    margin: 0px 2.08%;
    width: 12.5%;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 20px;
}
#header nav.main li.hover:hover .menu-ul li a {
    font-size: 16px;
    color: #2D2D2D;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;    
}
#header nav.main li.hover:hover .menu-ul li a:hover {
    color:#00A69C;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;    
}
#header nav.main li.hover:hover .menu-ul li span {
    color: #B9B9B9;
    font-size: 16px;
    font-weight: lighter;
    float: right; 
}
#header nav.main .menu-l li {
    float:left;
    margin:30px 2.08%;
   -webkit-font-smoothing: antialiased; 
}
/*#header nav.main .menu-l li:nth-child(2),
#header nav.main .menu-l li:nth-child(3),
#header nav.main .menu-l li:nth-child(4) {
    margin-top: 33px;
}*/
#header nav.main .menu-l .right {
    float: right;
    margin: 26px 2.08%;
}
input::-webkit-input-placeholder { 
    color: #7F7E80; 
}
#header nav.main input {
    background-color: #4A4A4A;
    border: none;
    width: 240px;
    height: 40px;
    outline: none;
    border-radius: 3px;
    color: #7F7E80;
    font-size: 11.2px;
    padding-left: 10px;    
}
.wrapper-nav {
    display: none;
}
#header nav.main .menu-l a.hover-arrow:hover .wrapper-nav {
    display: block;
    position: absolute;
    width: 100%;
    background-color: black;
}
.hover-arrow {
    display: inline-block;
    float: left;
}
#header nav.main .menu-mob.open .menu-div {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 89px;    
    background-color: white;
    border-bottom: 5px solid #00A69C;
    max-width: 100%;
    z-index: 1;
    padding-bottom: 15px;   
}
#header nav.main .menu-mob.open .menu-ul {
    margin: 0 2.08%;
    max-width: 1440px;
    padding: 40px 0px 0px 0px;
}
#header nav.main .menu-mob.open .menu-ul li {
    float: left;
    display: inline;
    margin: 0px 2.08%;
    width: 12.5%;
    border-bottom: 1px solid #DADADA;
    margin-bottom: 20px;
}
#header nav.main .menu-mob.open .menu-ul li a {
    font-size: 16px;
    color: #2D2D2D;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;    
}
#header nav.main .menu-mob.open .menu-ul li a:hover {
    color:#00A69C;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;    
}
#header nav.main .menu-mob.open .menu-ul li span {
    color: #B9B9B9;
    font-size: 16px;
    font-weight: lighter;
    float: right; 
}
#header nav.main .menu-l .menu-mob .menu-open {
    background-repeat: no-repeat;
    background-image: url(images/menu-ham.svg);
    width: 28px;
    height: 23px;
    float: left;
    padding: 33px;
    background-position: 50% 50%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
#header nav.main .menu-l li.menu-mob {
    margin-left: 60px;
}
#header nav.main .menu-l .menu-mob.open .menu-open {
    background-repeat: no-repeat;
    background-image: url(images/close.svg);
    background-color: white;
    padding: 33px;
    background-position: 50% 50%;
    position: absolute;
    right: 0;
    top:0;
}
/* /Header */

/* Main content */
#content .center_banner {
    margin: 30px 1.04%;
    text-align:center;    
}
#content .center_banner img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.a-single.a-3 {
    margin: 0 auto;
    display: block;
}
.grid:after,
.grid-article:after {
    content: '';
    display: block;
    clear: both;
}
.grid .col:nth-child(1),
.grid .col:nth-child(4),
.grid .col:nth-child(7),
.grid .col:nth-child(10),
.grid .col:nth-child(13),
.grid .col:nth-child(16),
.grid .col:nth-child(19),
.grid .col:nth-child(22),
.grid .col:nth-child(25),
.grid .col:nth-child(28) {
    padding-left: 8px;
}
.grid .col {
    width: 33.333%;
    float: left;
    outline: none;
    border: 0px;
    position: relative;
    padding: 0px 0px 26px 30px;
    box-sizing: border-box;
    transition: width 0.3s ease-out 0s;
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;    
}
figure img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 0px;
    outline: none;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);    
}
figure:after {
    content: '';
    display: block;
    clear: both;
}
.col figure, 
.n-2 figure {
    position: relative;
    height: 200px;
    overflow: hidden;    
}
figure:hover .content-open {
    opacity: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(45,45,45,0.7);
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
}
.col-img:hover .content-open {
    opacity: 1;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(45,45,45,0.7);
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;    
}
.content-open .content-open-content {
    position: relative;
    width: 100%;
    height: 100%;    
}
.content-open .content-open-content i {
    background-image: url(images/add.svg);
    background-repeat: no-repeat;
    width: 51px;
    height: 52px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-size: cover;
}
.lates_items figure .content-open .content-open-content i {
    width: 41px;
    height: 42px;
}
.content-op {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;    
}
.item-site img {
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.col .info .row {
    color: #9B9B9B;
    margin-top:10px;
    font-size: 14px;
    line-height: 1.3;
}
.col .info .row a {
    color:#00A69C;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}
.col .info .row a:hover {
    color: #313131;
    text-decoration: none;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}
.col .info a {
    color: black;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    font-weight: 500;
}
.col .info a:hover {
    color: #00A69C;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.col .info h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
    margin-top: 5px;
}
.grid .n-12 {
    width: 100%;
    text-align: center;
    clear: both;
    margin-bottom: 30px;
    padding-top: 4px;
}
.list-item li.n-12 .button,
.grid-article .n-12 .button {
    background-color: #4A4A4A;
    width: 169px;
    height: 49px;
    border-radius: 5px;
    border: none;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
}
.list-item li.n-12 .button:hover,
.grid-article .n-12 .button:hover {
    background-color: #00A69C;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
}
div.col {
  float: left;
  width: 30%;
  position: relative;
  overflow: hidden;
  padding: 0px 0px 10px 0px;  
}
div.col .col-img {
    overflow: hidden;
    position: relative;
}
.col .li-img {
    height: 100% !important;
}
/* /Main content */

/* Article content page */
.grid-article {
    float: left;
    width: 100%;
    display: block;
}
.grid-article .pad {
    padding-right: 335px;
    margin: 0px 2.08%;
}
.grid-article .img-article {
    position: relative;
}
.grid-article .img-article img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.side-bar-r.side-bar-r-article {
    right:30px;
}
.side-bar-r {
    float:right;
    width: 300px;
    overflow: hidden;
    margin-left: -300px !important;
    display: block;
    position: relative;
    right: 15px;

}
.grid-article .n-12 {
    padding-top: 130px;
    width: 71.75%;
    text-align: center;
    clear: both;
    margin-bottom: 30px    
}
.side-bar-r .side-items .img-side-item {
    float: left;
    position: relative;
    width: 125px;
    margin: 30px 12px;
    overflow: hidden;
    height: 125px;  
    background: #999999;    
}
/*.side-bar-r .side-items .img-side-item img {
    width: 100%;
    max-width: 100%;
    height: auto;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);    
}*/
.side-bar-r .side-items .img-side-item:nth-child(3),
.side-bar-r .side-items .img-side-item:nth-child(4) {
    margin-top: -8px;
}
.article-inner .info .bold a:hover {
    color: #00A69C;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.left-lates h3 {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 100;
}
.left-lates a.hover-bold:hover {
    color: black;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}
.left-lates a {
    color: #00A69C;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}
.left-lates a:hover {
    color: #313131;
    text-decoration: none;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;    
}
.article-inner .info .bold a {
    color: black;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.4;
}
.article-inner .info .row {
    color: #9B9B9B;
    font-size: 18px;
    padding-bottom: 10px;
}
.article-inner .info .row a {
    color: #00A69C;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}
.article-inner .info .row a:hover {
    color: #313131;
    text-decoration: none;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}
.article-inner .info a {
    color: black;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    font-weight: 500;
}
.article-inner .center_banner {
    margin: 30px 2.08%;;
    text-align:center;
}
.article-inner .banner-two-article {
    margin: 20px 2.08% 24px 2.08%;
    height: 90px;
    max-width: 910px;
    min-width: 320px;
    width: 100%; 
}
.banner-article {
    margin: 0 auto;    
}
.article-inner .grid-article .inf {
    margin-top: -8px;
}
.article-inner .center_banner img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 90px;
}
.article-inner .desc p, .article-inner .desc li {
    font-size: 18px;
    color:#777777;
    text-align: justify;
    padding-top: 15px;
}
.article-inner .lates_items .col-1 {
    width: 31.25%;
    float: left;
}
.article-inner .lates_items .col-1:nth-child(3),
.article-inner .lates_items .col-1:nth-child(6) {
    margin-right: 0px;
}
.article-inner .left-lates {
    margin-bottom: 19px;
}
.article-inner .lates_items li .info .row {
    color: #9B9B9B;
    font-size: 14px;
    padding:0px;
    margin-bottom: 0px;
    line-height:1.3;
}
.article-inner .lates_items li .info h3 {
    font-weight: normal;
    margin-top:5px;
}
.article-inner .lates_items figure .content-open .content-open-content i {
    width: 12%;
    height: 20.2952%;
}
.article-inner .lates_items .info .bold a {
    color: black;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    font-weight: 500;
    font-size: 18px;
}
.article-inner .lates_items .info .bold a:hover {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    color: #00A69C;    
}

.article-inner .block_hide {
    display: block;
}
#article-footer {
    clear:both;
}
.side-bar-r .img-main img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);    
}
.soc-icons {
    clear:both;
    background-color:#9B9B9B;
    height: 60px;
}
.soc-icons .follow {
    color:white;
    font-weight: lighter;
    font-size: 16px;
    text-align:center;
    padding:18px 0px 0px 18px;    
}
.soc-icons .follow p { 
    margin:0px;
}
.soc-icons div {
    float:left;
}
.soc-icons .icon {
    width: 33px;
    height: 33px;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
    border-radius: 100px;    
    background-color: white;
    margin-left: 7.6%;
    margin-top: 13px;    
}
.soc-icons .icon:hover {
    background-color: #00A69C;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;    
}
.soc-icons .icon:hover i {
    color: white;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;    
}
.soc-icons .icon i {
    font-size: 1.6em;
    color:#9B9B9B;
    position: relative;
    left: 5px;
    top: 4px;    
}
.soc-icons i.face {
    left: 8px;
    top: 5px;
}
.soc-icons i.rss {
    left: 7px;
}
.article-inner .side-items {
    clear: both;
}
.img-article p {
    color: #9B9B9B;
    font-size: 18px;
    text-align: left !important;
    padding: 5px 0px 5px 0px;
    line-height:1.3;
}
.img-article p > a {
    color: #00A69C;
    text-decoration: none;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}
.img-article p > a:hover {
    color: #313131;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
} 
.grid-article .lates_items figure .content-open .content-open-content i {
    width: 41px;
    height: 42px;    
}
/* /Article page */

/* Footer */
footer {
    clear: both;
}
footer .textwidget {
    width: 100%;
}
#footer:after {
    content: '';
    display: block;
    clear: both;
}
#footer .inner .left-lates {
    padding: 0px 0px 19px 8px;
}
#footer .inner .left-lates a {
    color: #00A69C;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}
#footer .inner .left-lates a.hover-bold:hover {
    color: black;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}
#footer .inner .left-lates h3 {
    color: #4A4A4A;
    font-size: 18px;
    font-weight: 100;
}
.grid-article .lates_items .col-1 {
    width: 30%;
    float:left;
    padding-left:30px;
    padding-bottom: 26px;    
}
.grid-article .lates_items .col-1:nth-child(1),
.grid-article .lates_items .col-1:nth-child(4) {
    padding-left: 0px;
}
#footer .inner .lates_items .col-1 {
    width: 17.9%;
    float:left;
    margin: 0px;
    padding: 0px 0px 26px 30px;
}
#footer .inner .lates_items .col-1:nth-child(1) {
    padding-left: 8px;
}
#footer .lates_items:after {
    content: '';
    display: block;
    clear: both;
}
.lates_items {
    margin-bottom: 30px;
}
.lates_items li .info .row {
    color: #9B9B9B;
    margin-top:10px;
    margin-bottom: 5px;
    font-size: 14px;
}
.lates_items li .info .row a {
    color:#00A69C;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}
.lates_items li .info .row a:hover {
    color: #313131;
    text-decoration: none;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
}
.lates_items li .info a {
    color: black;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    font-weight: 500;
}
.lates_items li .info a:hover {
    color: #00A69C;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.lates_items li .info h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3;
}
#footer .footer {
    background-color: #2D2D2D;
}
#footer .footer:after {
    content: '';
    display: block;
    clear: both;
}
#footer .footer .block-left {
    margin: 0px 4.65% 0px 2.08%;
    padding-top: 55px;
    padding-bottom: 55px;
    float: left;
    width: 36.3%;    
}
#footer .footer .block-right {
    padding-top: 62px;
    float: left;
    width: 56%;
}
#footer .footer p {
    color: #9B9B9B;
    font-size: 12px;
    line-height: 1.2;
}
#footer .footer .block-right .h3 {
    margin-bottom: 9px;
}
#footer .footer a.trizio:hover {
    color: #00A69C;
}
#footer .footer a.trizio {
    color: white;
}
#footer .inner .left .item-icon:hover {
    background-color: #00A69C;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
}
#footer .inner .left .item-icon {
    width: 33px;
    height: 33px;
    background-color: gray;
    border-radius: 100px;
    float: left;
    margin: 13px 15px 34px 0px;
}
#footer .inner .left .item-icon:hover i {
    color: white;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;
}
#footer .inner .left .item-icon i {
    font-size: 1.6em;
    position: relative;
    top: 4px;
    left: 5px;
    color: #2D2D2D;
    -webkit-transition: background-color .25s ease-out;
    -moz-transition: background-color .25s ease-out;
    transition: background-color .25s ease-out;    
}
#footer .inner .left .item-icon i.face {
    left: 8px;
    top: 5px;
}
#footer .inner .left .item-icon i.rss {
    left: 7px;
}
#footer .inner .block-left .clear {
    clear:both;
}
#footer .inner .block-right li {
    display: inline;
}
#footer .footer .block-right .row h3 {
    font-size: 20px;
    color: #9B9B9B;
    font-weight: normal;
}
footer .footer .list-ul a {
    font-size: 12px;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
    -webkit-transition: color .25s ease-out;
    transition: color .25s ease-out;
    color: #4A4A4A;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 2;
    -moz-border-radius: 2;
    border-radius: 2px;
    background: #7f7e7f;
    text-decoration: none;
    padding: 3px 9px;
    line-height: 3;
}
#footer .footer .list-ul li {
    padding-right: 5px;
    display: inline-block;
}
#footer .footer .list-ul li span {
    display: none;
}
#footer .footer .list-ul a:hover {
    background-color: #00A69C;
    color:white;
}
/* /Footer */

/* Media query */
@media screen and (min-width: 1504px) and (max-width: 1553px) {
    #header .inner {
        max-width: none;
    }
}
@media screen and (min-width: 769px) and (max-width: 1554px) {
    .article-inner .banner-two-article {
        margin: 20px 2.08% 24px 1.04%;
    }
} 
@media screen and (min-width: 1025px) {
    .soc-dev {
        display: none;
    }
    .small-prew {
        max-height: none !important;
    }
}
@media screen and (min-width: 1200px) {
    .lates_items figure {
        height: 150px;
    }
}
@media screen and (min-width: 1555px) {
    .inner, .article-inner {
        margin: 0 auto;
    }
    #header nav.main li.hover:hover .menu-ul {
        margin: 0 auto;
    }
    #header nav.main li.desktop {
        margin: 32px 1.04% !important;
    }
    #header nav.main li.desktop-1 {
        margin: 26px 1.04% !important;
    }
    .article-inner .center_banner {
        margin: 30px 1.04% 30px 1.04%;
    }
    .article-inner .banner-two-article {
        margin: 20px 1.04% 24px 1.04%;
    }
    .grid-article .pad {
        margin-left:1.04%;
    }
    
    .side-bar-r, 
    .side-bar-r.side-bar-r-article {
        right: 16px;
    }
    #footer .footer .block-left {
        margin: 0px 4.65% 0px 1.04%;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .col figure, .n-2 figure {
        height: 135px;
    }    
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .col .info .row {
        font-size: 12px;
    }
    .img-main  {
        text-align: justify;
    }
    .menu-down li:nth-child(2) {
        display: block;
    }
    .grid .col {
        width: 33%;
    }
    .grid .col:nth-child(1), 
    .grid .col:nth-child(4), 
    .grid .col:nth-child(7), 
    .grid .col:nth-child(10) {
        padding-left: 10px;
    }
    .col figure, .n-2 figure {
        height: 160px;
    }    
    .side-bar-hide {
        display: block !important;
    }
    .side-bar-hide-table {
        display: none;
    }    
    .main-content{
        margin-right: 0px;
        margin-left: 0px;
    }
    div.col {
        width: 31.2%;
    }
    .side-bar-r .img-main {
        float: left;
        height: auto;
        /*width: 58%;*/
    }
    .side-bar-r.side-bar-r-article {
        right: 0px;
    }
    .side-bar-r {
        float: none;
        width: 100%;
        right: 0px;
        padding-top: 10px;
        margin-left: 1.04% !important;
        margin-bottom: 25px;
    }
    .soc-icons-1 {
        clear: both;
        background-color: #9B9B9B;
        height: 60px;
    }
    .soc-icons-1 .follow {
        color: white;
        font-weight: lighter;
        font-size: 16px;
        text-align: center;
        padding: 18px 0px 0px 18px;
    }
    .soc-icons-1 .icon {
        width: 33px;
        height: 33px;
        -webkit-transition: background-color .25s ease-out;
        -moz-transition: background-color .25s ease-out;
        transition: background-color .25s ease-out;
        border-radius: 100px;
        background-color: white;
        margin-left: 5.6%;
        margin-top: 13px;
    }
    .soc-icons-1 .icon:hover {
        background-color: #00A69C;
        -webkit-transition: background-color .25s ease-out;
        -moz-transition: background-color .25s ease-out;
        transition: background-color .25s ease-out;
    }    
    .soc-icons-1 .icon i {
        font-size: 1.6em;
        color: #9B9B9B;
        position: relative;
        left: 5px;
        top: 4px;
    }
    .soc-icons-1 i.face {
        left: 8px;
        top: 5px;
    }
    .soc-icons-1 i.rss {
        left: 7px;
    }            
    .soc-icons-1 div {
        float: left;
    }
    .recent-post h3 {
        position: relative;
        bottom: 5px;
        padding-bottom: 0px;
        margin-left: 30px;
        float: left;
    }
    .recent-post ul {
        float: left;
        margin-left: -100px;
        padding-top: 25px !important;
    }
    .side-bar-r .side-items .img-side-item {
        margin: 0px;
    }
    .side-bar-r .side-items .img-side-item:nth-child(1),
    .side-bar-r .side-items .img-side-item:nth-child(2) {
        margin-bottom: 30px;
    }
    .side-bar-r .side-items .img-side-item:nth-child(3), 
    .side-bar-r .side-items .img-side-item:nth-child(4) {
        margin-top: 0px;
    }
    .side-bar-r .side-items .img-side-item:nth-child(1),
    .side-bar-r .side-items .img-side-item:nth-child(3) {
        margin-right: 30px;
    }                
    .article-inner .soc-icons-1 {
        clear:both;
        background-color:#9B9B9B;
        height: 60px;
        margin-bottom: 20px;
    }
    .article-inner .soc-icons-1 .follow {
        color:white;
        font-weight: lighter;
        font-size: 16px;
        margin: 19px 0px 0px 5.6%;    
    }
    .article-inner .soc-icons-1 div {
        float:left;
    }
    .article-inner .soc-icons-1 .icon {
        width: 33px;
        height: 33px;
        -webkit-transition: background-color .25s ease-out;
        -moz-transition: background-color .25s ease-out;
        transition: background-color .25s ease-out;
        border-radius: 100px;    
        background-color: white;
        margin-left: 5.6%;
        margin-top: 13px;    
    }
    .article-inner .soc-icons-1 .icon:hover {
        background-color: #00A69C;
        -webkit-transition: background-color .25s ease-out;
        -moz-transition: background-color .25s ease-out;
        transition: background-color .25s ease-out;    
    }
    .article-inner .soc-icons-1 .icon:hover i {
        color: white;
        -webkit-transition: background-color .25s ease-out;
        -moz-transition: background-color .25s ease-out;
        transition: background-color .25s ease-out;    
    }
    .article-inner .soc-icons-1 .icon i {
        font-size: 1.6em;
        color:#9B9B9B;
        position: relative;
        left: 5px;
        top: 4px;    
    }
    .article-inner .soc-icons-1 i.face {
        left: 8px;
        top: 5px;
    }
    .article-inner .soc-icons-1 i.rss {
        left: 7px;
    }    
    .soc-hide {
        display: none;
    }
    .left-lates.recent-post {
        float: left;
        width: 100%;
        max-width: 350px;        
    }
    .soc-icons {
        clear:none;
        width: 100%;
        max-width: 320px;
        float: left;
        margin-left: 30px;
        margin-top: 13px;        
    }
    .side-bar-r .side-items {
        clear:none;
        float: left
    }
    .col .info h3 {
        font-size: 14px;
    }
    .lates_items li .info .row {
        font-size: 12px;
    }
    .lates_items li .info h3 {
        font-size: 14px;
    }
    .grid-article {
        width: 97.75%;
    }
    .grid-article .pad {
        padding-right: 0px;
        margin-right: 0px;
    }
    .side-bar-r .img-main img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .side-bar-r .side-items {
        max-width: 320px;
        margin: 0 auto;
        padding-top: 15px;
        margin-left: 30px;
    }
    .block_hide {
        display: block;
    }
    #footer .inner .lates_items .col-1,
    .grid-article .lates_items .col-1 {
        width: 31%;
    }
    .small-prew {
        max-height: none !important;
    }
    .lates_items {
        margin-bottom: 30px;
    }
    #header nav.main li.hover:hover .menu-ul li {
        width: 20.8%;
    }   
}
@media screen and (min-width: 890px) and (max-width: 1283px) {
    #header nav.main li.hover:hover .menu-ul li {
        width:20.8%;
    }    
}
@media screen and (min-width: 768px) and (max-width: 890px) {
    .table-mob {
        display: none;
    }
    .menu-mob {
        display: block;
    }
    .side-bar-r .img-main {
        /*width:50%;*/
    }
    .img-main {
        height: auto;
    }
    #header nav.main .menu-mob.open .menu-div {
        padding-bottom: 65px;
    }
    #header nav.main .menu-l .hide-down-menu li {
        margin: 12px 4.08%;
    }
    #header nav.main .menu-l .hide-down-menu li:nth-child(2), 
    #header nav.main .menu-l .hide-down-menu li:nth-child(3), 
    #header nav.main .menu-l .hide-down-menu li:nth-child(4) {
        margin-top: 12px;
    }
    .hide-down-menu {
        display: block;
        height: 50px;
        background-color: #2d2d2d;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;        
    }
    #header nav.main .menu-mob.open .menu-ul li {
        width: 28.5%;
    }
    .grid .col {
        width: 49.6%;
    }
    .col figure, .n-2 figure {
        height: 200px;
    }
    .grid .col:nth-child(3),
    .grid .col:nth-child(5),
    .grid .col:nth-child(7),
    .grid .col:nth-child(9),
    .grid .col:nth-child(11),
    .grid .col:nth-child(13),
    .grid .col:nth-child(15),
    .grid .col:nth-child(17),
    .grid .col:nth-child(19),
    .grid .col:nth-child(21),
    .grid .col:nth-child(23),
    .grid .col:nth-child(25),
    .grid .col:nth-child(27),
    .grid .col:nth-child(29) {
        padding-left: 10px;
    }
    .grid .col:nth-child(16),
    .grid .col:nth-child(22) {
        padding-left: 30px;
    }
    .grid .col:nth-child(4),
    .grid .col:nth-child(10) {
        padding-left: 30px !important;
    }
    #footer .inner .lates_items .col-1 {
        width: 31.25%;
    }
    #footer .footer .block-left {
        padding-top: 25px;
        padding-bottom: 50px;
    }
    #footer .footer .block-right {
        padding-top: 25px;
    }
}
@media screen and (min-width: 320px) and (max-width: 1108px) {
    .hide-img {
        display: none;
    }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
    #header nav.top {
        display: none; 
    }
    .lates-inner {
        margin: 0 28px;
    }
    .mob-sid {
        display: block;
    }
    .a-single.a-3 {
        margin: 0px;
        display: block;
        width: 97%;
        overflow: hidden;
    }
    .inline {
        width: 100%;
        display: inline-flex;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;  
    }
    .inline .inline-item {
        margin: 0 auto;
    }
    .inline .inline-item p {
        float:left;
        padding: 18px 18px 0px 0px;
        color: white;
        font-weight: lighter;
        font-size: 16px;        
    }
    .inline .inline-item i {
        width: 33px;
        float:left;
        height: 33px;
        text-align: center;
        -webkit-transition: background-color .25s ease-out;
        -moz-transition: background-color .25s ease-out;
        transition: background-color .25s ease-out;
        border-radius: 100px;
        font-size: 1.6em;
        color: #9B9B9B;
        background-color: white;        
        margin: 12px 14px 0px 0px;
    }
    .inline .inline-item i:hover {
        background-color: #00A69C;
        color:white;
        -webkit-transition: background-color .25s ease-out;
        -moz-transition: background-color .25s ease-out;
        transition: background-color .25s ease-out;        
    }
    .inline .inline-item .twit:before {
        position: relative;
        top:4px;
    }
    .inline .inline-item .faceb:before {
        position: relative;
        top:5px;
    }
    .inline .inline-item .pin:before {
        position: relative;
        top:4px;
    }
    .inline .inline-item .rss:before {
        position: relative;
        top:4px;
        left:1px;
    }
    #header  nav.main .menu-l li.desktop {
 	  padding-top:1px;
	   padding-left:15px;
    }
    .article-inner .info .row {
        font-size: 12px;
    }
    .article-inner {
        margin:0px 0px 0px 2.08%;
    }
    .wpcf7-form-control.wpcf7-text, 
    .wpcf7-form-control-wrap textarea {
        width: 95%;
    }
    .article-inner .lates_items .col-1:nth-child(3),
    .article-inner .lates_items .col-1:nth-child(5) {
        padding-left: 0px;
    }
    .lates_items {
        margin-bottom: 0px;
    }
    .grid .col:nth-child(30) {
        display: none;
    }
    #header nav.main .menu-mob.open .menu-ul {
        padding: 20px 0px 0px 0px;
    }
    .img-main {
        margin: 0 auto;
    }
    .article-inner .center_banner {
        margin: 30px 15px;
    }
    .menu-down li:nth-child(2) {
        display: block;
    }
    .grid-article .left-lates {        
    }
    .col figure, .n-2 figure {
        height: 120px;
    }
    .col.n-full {
        display: block;
    }
    .side-bar-hide {
        display: block !important;
    }
    .side-bar-hide-table {
        display: none;
    }
    div.col {
        width: 45%;
    }
    .main-content {
        margin-right: 0px;
    }
    .banner-article {
        width: 97%;
        margin: 0px;
    }
    .recent-post h3 {
        clear:both;
        padding: 10px 0px 0px 0px;
    }
    .left .textwidget {
        width: 100%;
    }
    .soc-dev {
        display: none;
    }
    .article-inner .soc-icons {
        margin-bottom: 20px;
    }
    #header.fixed nav.main {
        -webkit-animation-duration: 0.5s;
        -webkit-animation-name: show;
        animation-duration: 0.5s;
        animation-name: show;
        -moz-animation-duration: 0.5s;
        -moz-animation-name: show;         
    }
    .grid-article {
        width: 93%;
        margin: 0px 15px 0px 10px;
    }
    .side-bar-r.side-bar-r-article {
        right: 0px;
    }
    .side-bar-r {
        width: 87.5%;
        float: none;
        right:0;
        padding:0px 0px 8px 17px;
        margin:0px 0px  19px 0px !important;
    }
    .grid-article .pad {
        padding-right: 0px;
    }    
    .hide-down-menu {
        display: block;
        background-color: #2d2d2d;
        position: absolute;
        bottom: -519px;
        left: 0;
        right: 0;
    }
    .side-bar-r .img-main img {
        display: block;
        margin: 0 auto;
    }
    .mobile-inner {
     padding:0px 26px 0px 30px;
     margin:0px;     
     }
    .side-bar-r .side-items {
        max-width: 320px;
        margin: 0 auto;
        padding-top: 15px;
    }
    .article-inner .lates_items .col-1:nth-child(2), 
    .article-inner .lates_items .col-1:nth-child(4),
    .article-inner .lates_items .col-1:nth-child(6) {
        margin-right: 0px;
    }
    .article-inner .lates_items li .info h3 {
        font-size: 14px;
    }
    .article-inner .desc p {
        font-size: 14px;
        padding-top: 15px;
    }
    .grid-article .n-12 {
        padding-top: 65px;
    }    
    .hide-down-menu li {
        margin: 15px 4.08% !important;
    }
    .article-inner .lates_items .info .bold a {
        font-size: 14px;
    } 
    .article-inner .lates_items li .info .row {
        font-size: 12px;
    }
    .last-hide {
        display: none;
    }
    .block-right {
        display: none;
    }
    .table-mob {
        display: none;
    }
    .input-hide {
        display: none;
    }
    .grid .col:first-child {
        width: 100%;
    }
    .grid .col:nth-child(1) {
        
    }
    .grid .col:nth-child(2n) {
        padding: 0px 15px 26px 15px;
    }
    .grid .col:nth-child(2n+1) {
        padding: 0px 15px 26px 15px;
    }
/*    .grid .col:nth-child(2),
    .grid .col:nth-child(6),
    .grid .col:nth-child(8),
    .grid .col:nth-child(10),
    .grid .col:nth-child(12) {
        padding-left: 3px;
    }
    .grid .col:nth-child(7) {
        padding-left: 30px;
    }*/
    /*.grid .col:nth-child(2n) {
        padding:0px 15px 26px 0px;
    }*/
    .grid .col:first-child figure {
        height: 218px;
    }
    #content .center_banner {
        /*margin: 30px 2.08% 30px 1.5%;*/
            margin: 30px 4px 30px 3px;
	padding:0px 15px;
    }
    .grid .col {
        width: 49.6%;
    }
    .content-inner h2 {
        padding-left: 14px;
    }
    /*#header nav.main .menu-l .menu-mob.open .menu-open,
    #header nav.main .menu-l .menu-mob .menu-open {
        right: -4px;
    } */
    #header nav.main .menu-l .menu-mob.open .menu-open,
    #header nav.main .menu-l .menu-mob .menu-open {
        padding-right: 21px;
    }   
    .ul-hide {
        display: block;
        clear: both;
        margin: 0 auto;
        text-align: center;
        padding-top: 34px;
    }
    .grid-article .lates_items .col-1 {
        width:45.7%;
    }
    .grid-article .lates_items .col-1:nth-child(2n) {
        margin: 0px;
        padding-left: 30px;
    }
    #footer .inner .lates_items .col-1 {
        width: 44.5%;
        margin:0px 0px 22px 0px;
    }
    #footer .inner .lates_items .col-1:nth-child(2n) {
        padding-left: 30px;
        margin: 0px 0px 22px 0px;
    }
    #footer .inner .lates_items .col-1:nth-child(1) {
        padding-left: 0px;
        margin-left: 0.6%;
    }
    #footer .inner .left-lates {
        margin-left: 0.6%;
        padding-left: 0px;
    }
    #footer .footer .block-left {
        width: 96%;
        padding-top: 46px;
        padding-bottom: 25px;
    }
    #header nav.main .menu-mob.open .menu-div {
        max-height: 700px;
        overflow: scroll;
    }
    .block_hide {
        display: block;
    }
    .menu-mob {
        display: block;
    }
    #header nav.main .menu-mob.open .menu-ul li {
        width: 95.5%;
    }
    .col .info .row {
        font-size: 12px;
    }
    .col .info h3 {
        font-size: 14px;
    }
    .lates_items li .info .row {
        font-size: 12px;
    }
    .lates_items li .info h3 {
        font-size: 14px;
    }
    #footer .inner .block-left .clear {
        display: block;
        margin: 0 auto;
        margin-top: 34px;
    }
    .row-left {
        display: block;
        margin: 0 auto;
        max-width: 192px;
    }
    #footer .inner .left .item-icon {
        margin: 0px 3.9%;
    }
    #footer .footer .block-left .left img {
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
    #header nav.main .menu-mob.open .menu-div {
        height: 550px !important;
        overflow: hidden;
        border-bottom: 0px;
    }
    .scroll section,
    .scroll footer {
        display: none;
    }
    .hide-down-menu {
        bottom: -780px;
    } 
}
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : landscape) { 
    #header nav.main .menu-mob.open .menu-div {
        height: 50px;
        /*overflow-y: scroll;*/
        overflow-y: hidden;
    }
    .hide-down-menu {
        bottom: -450px;
    }
}
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {
    #header nav.main .menu-mob.open .menu-div {
        height: 750px;
        overflow-y: scroll;
    }
    .hide-down-menu {
        bottom: -585px;
    }         
}
@media screen and (min-width: 320px) and (max-width: 480px) {  
}
@media only screen and (min-device-width : 320px) and (max-device-width : 375px) and (orientation : landscape) { 
    #header nav.main .menu-mob.open .menu-div {
        height: 100%;
        overflow: scroll;
        min-height: 370px;
        border-bottom:none;
    }
    .hide-down-menu {
        bottom: -840px;
    }
    .scroll section,
    .scroll footer {
        display: none;
    }
    .ul-hide {
        max-width: 275px;
    }         
}
@media only screen and (min-device-width : 320px) and (max-device-width : 375px) and (orientation : portrait) { 
    #header nav.main .menu-mob.open .menu-div {
        height: 100%;
        overflow: scroll;
        min-height: 370px;
        border-bottom:none;
    }
    .side-bar-r .side-items .img-side-item {
        margin:0px;
        margin-bottom: 30px;
        width: 45.5%;
    }
    .side-bar-r .side-items .img-side-item:nth-child(1),
    .side-bar-r .side-items .img-side-item:nth-child(3) {
        margin-right: 22px;
    }
    .scroll section,
    .scroll footer {
        display: none;
    }     
    .hide-down-menu {
        bottom: -919px;
    }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 400px) {
    .col figure, .n-2 figure {
        height: 92px;
    }
    .main-content {
        float:none;
    }
    .inline .inline-item p {
        padding: 18px 12px 0px 11px;
    }
    .side-bar-r {
        padding: 0px 0px 8px 16px;
    }
    .inline .inline-item i {
        margin: 12px 9px 0px 0px;
    }
    #footer .inner .lates_items .col-1 {
        width: 43.6%;
    }
}
@media screen and (min-width: 768px) and (max-width: 769px) {
    .article-inner .banner-two-article {
        margin: 20px 2.08% 24px 1.04%;
    }
}
@media screen and (min-width: 600px) and (max-width: 767px) {
    .col figure, .n-2 figure {
        height: 175px;
    }
    .small-prew {
        max-height: 175px !important;
    }
    .grid .col:first-child figure {
        height: 275px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1100px) {
    .col figure, .n-2 figure {
        height: 120px;
    }
}
@media screen and (min-width: 891px) and (max-width: 905px) {
    #header nav.main .menu-l .right.input-hide {
        margin: 26px 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 934px) {
    .grid-article .lates_items .col-1 {
        width: 30.4%;
    }
    .col figure, .n-2 figure {
        height: 205px;
    }
    #footer .inner .lates_items .col-1 figure {
        height: 160px;
    }
}
@media  screen and (min-width: 1120px) and (max-width: 1200px) {
    .grid-article .lates_items .col-1 {
        width: 30.5%;
    }
}
@media  screen and (min-width: 1201px) and (max-width: 1350px) {
    .grid-article .lates_items .col-1 {
        width: 30.7%;
    }
}
@media  screen and (min-width: 1310px) and (max-width: 1375px) {
    .grid-article .lates_items .col-1 {
        width: 30.9%;
    }    
}    
@media  screen and (min-width: 1376px) and (max-width: 1440px) {
    .grid-article .lates_items .col-1 {
        width: 31.2%;
    }    
} 
@media  screen and (min-width: 1441px) {
    .grid-article .lates_items .col-1 {
        width: 31.4%;
    }    
} 
@media  screen and (min-width: 1441px) and (max-width: 1490px) {
    .grid-article .lates_items .col-1 {
        width: 31.3%;
        } 
}
@media  screen and (min-width: 465px) and (max-width: 500px) {      
    .grid-article .lates_items .col-1 {
        width: 45.7%;
    }
}
@media  screen and (min-width: 500px) and (max-width: 767px) {      
    .grid-article .lates_items .col-1 {
        width: 47%;
    }
}
@media screen and (min-width: 320px) and (max-width: 375px) {
    .grid-article .lates_items .col-1 {
        width: 44.7%;
    }    
}
@media screen and (min-width: 320px) and (max-width: 330px) {
    
    #footer .inner .lates_items .col-1 {
        width: 44%;
    }
    
}