.ptb-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.pt-5 {
	padding-top: 5px;
}
.ptb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ptb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pb-15 {
    padding-bottom: 15px;
}
.plr-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.plr-5 {
	padding-left: 5px;
	padding-right: 5px;
}
.ptb-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.ptb-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ptb-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.ptb-130-50 {
    padding-top: 130px;
	padding-bottom: 50px;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.mt-20 {
	margin-top: 20px;
}
.h-20 {
    height: 20px;
}
.mtb-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}
.pl-10 {
	padding-left: 10px;
}


@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Light'), local('Gilroy-Light'), url('Gilroylight.woff2') format('woff2'), url('Gilroylight.woff') format('woff'), url('../fonts/Gilroylight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'), url('Gilroyextrabold.woff2') format('woff2'), url('Gilroyextrabold.woff') format('woff'), url('Gilroyextrabold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
/*Загрузка страницы*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 1000;
}
.pre-container {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    font-size: 15px;
	color: #29A94D;
    font-weight: 700;
	font-family: 'Montserrat', sans-serif; 
}
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 25px auto;
}
.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #8E37D7;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}
.double-bounce3 {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    color: #8E37D7;
    font-weight: bold;
    opacity: 0.6;  
}
.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
.double-bounce4,
.double-bounce5 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #29A94D;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}
.double-bounce6 {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    color: #29A94D;
    font-weight: bold;
    opacity: 0.6;  
}
.double-bounce5 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}


@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/*Блок header*/

.logo-nav {
  background-color: #ffffff;    
}
.navbar {
	margin-bottom: 0;
}
.logoclass {
	font-size: 16px;
	color: #0b0b0a;
	font-family: 'Russo One', sans-serif;
}
.logo-nav .navbar  {
	min-height: 0;
	margin-bottom: 0;   
}
.logomain {
	padding-top: 14px;
}
.logomain span {
    color: #0b0b0a;
}
.logomain a {
	text-decoration: none;
    color: #8E37D7;
}
.logomain .green a {
	text-decoration: none;
    color: #29A94D;
}
.green {
    color: #29A94D!important;
}
.colors1 {
     background-image: linear-gradient(to right, #29A94D, #29DE4D)!important;
}
.colors li a:after {
     background-image: linear-gradient(to right, #29A94D, #29DE4D)!important;
}
.navbar-default {
	border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default {
	background-color: transparent;
}
.navbar-nav {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 9px;
	float: right;
    padding-right: 10%; 
}
.navbar-nav li a {
	display: inline-block;
    line-height: 2;
    text-decoration:none;
    cursor: pointer;
    color: black!important;
}
.navbar-nav li a:after {
    background-image: linear-gradient(to right, #667eea, #8E37D7);
    display: block;
    content: "";
    height: 3px;
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;
}
.navbar-nav li a:hover {
	color: black;
}
.navbar-nav li a:hover:after,
.navbar-nav li a:focus:after {
    width: 100%;
}
.navbar-nav .menunav {
	margin-left: 30px;
}
.navbar-collapse li i {
	font-size: 19px;
	color: #FFFFFF;
	padding-top: 10px;
}
.social_header {
    float: right;
    padding-top: 16px;   
}
.social_header li {
    display: inline;
    margin-right: 8px;  
}
.social_header li a {
     color: #0b0b0a;
}
.social_header li a:hover {
     color: black;
}
.active1 a {
   background-image: linear-gradient(to right, #667eea, #8E37D7);
}
.bg_white {
	background-color: #ffffff;
}
.dropdown-menu {
	background-color: #ffffff;
	font-size: 12px;
	text-transform: none;
}
.dropdown-menu li a:hover {
	background-color: #ffffff;
}
.dropdown-menu li a:focus {
	background-color: #ffffff;
}
.sticky-content.fixed{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 999;
    box-shadow: 0 10px 10px -5px rgba(212, 212, 212, 0.57);
}


/*Статья*/

.top {
	margin-bottom: 3px;
    width: 44px;
	height: 3px;
    background-image: linear-gradient(to right, #667eea, #8E37D7);
}
.bottom {
	margin-bottom: 3px;
    width: 77px;
	height: 3px;
	background-image: linear-gradient(to right, #667eea, #8E37D7);
}
.horizontal-line {
	text-align: center;
}
.horizontal-line h2 {
	font-family: 'russo one', sans-serif;
	font-size: 21px;
	font-weight: 500;
    color: #0b0b0a;
}
.horizontal-line div {
	margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
}
.stylepost {
	font-family: 'Montserrat', sans-serif;  
	font-size: 14px;
	line-height: 2;
	text-align: justify;
}
.postdate {
    padding-top: 40px;
    float: right;
}
.stylepost a {
    text-decoration: none;
}
.stylepost .colortext2:hover {
    font-weight: bold;
    color: limegreen;
}

    /*Цитата*/
blockquote {
	font-size: 14px;
}
.line { 
    border-left: 2px solid #ccc; /* Параметры линии */ 
    margin-left: 40px; /* Отступ слева */
	margin-right: 40px;
    padding-left: 15px; /* Расстояние от линии до текста */ 
}
.stylepost h3 {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	-webkit-text-stroke: 1px black;
	padding-top: 10px;
} 
.containertabl {
    padding-left: 30px;
    padding-right: 30px;
}
.plus {
    background-color: #E7EFFE;
    border: 2px solid #C6DAFC;
    min-height: 177px;
}
.minus {
    background-color: #FBEBE9;
    border: 2px solid #F4C7C3;
    min-height: 241px;
}
.minus.icon {
    min-height: 241px;
}
.icon {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 177px;
}
.plus.icon i {
    color: #C6DAFC;
    font-size: 80px;
}
.minus.icon i {
    color: #F4C7C3;
    font-size: 80px;
}


/*Сайт бар*/

.widget_title {
    text-align: center;
    color: #000;
    margin-bottom: 15px;
    font-size: 18px;
    font-family: 'Russo One', sans-serif;
    margin-top: 0;
}
.blog_right_sidebar h4 {
	margin-top: 0;	
}

     /*Последние новости*/
.lastnews {
    padding-bottom: 40px;
}
.sidebar_name {
	padding-top: 10px;
}
.post {
    padding-left: 10px;
    padding-right: 10px;
/*    background-color: #F9F9F9;*/
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
    height: 80px;
	margin-top: 20px;
    transition: box-shadow .5s,border .5s;
    border-radius: 8px;
}
.post:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 -webkit-transform: scale(1.04);
    -ms-ransform: scale(1.04);
    transform: scale(1.04);      
}
.post a {
    text-decoration: none;
    color: #000;
    font-family: 'Montserrat', sans-serif;  
}
.left-image {
    height: 60px;
    width: 30%;
    float: left;
    margin: 10px auto;
}
.image1 {
	background-image: url('../img/blog/frontend/apple-coffee-post.jpg');
}
.image2 {
	background-image: url('../img/blog/frontend/notebook120x80.jpg');
}
.image3 {
	background-image: url('../img/blog/frontend/coding-computer-data-post.jpg');
}
.image4 {
	background-image: url('../img/blog/1c/login-3938432_80.jpg');
}
.right-name-post {
    padding-left: 10px;
    padding-top: 2px;
    height: 60px;
    margin: 10px auto;
}
.right-name-post h6 {
    padding-left: 70px;
    font-weight: 800;
    font-size: 12px;
}

.right-name-post p {
    padding-left: 70px;
    color: darkgray;
    font-size: 10px;
}

.imgpost {
	padding: 40px 100px;
}
.imgpost1 {
	padding: 40px 40px;
}
.imgpost2 {
    padding: 40px 20px;
    
}
.spisok-blog1 {
	list-style: none;
}
.stylepost .spisok-blog1 li:before {
   	color: #8E37D7; /* Цвет маркера */
    content: "\2714 "; /* Сам маркер */
    padding-right: 10px; /* Расстояние от маркера до текста */
}
.spisok-blog2 {
	list-style: none;
}
.stylepost .spisok-blog2 li:before {
   	color: #29A94D; /* Цвет маркера */
    content: "\2714 "; /* Сам маркер */
    padding-right: 10px; /* Расстояние от маркера до текста */
}
.colortext {
	color: #8E37D7; /* Цвет маркера */
	font-weight: 700;
}
.colortext1 {
	color: #29A94D; /* Цвет маркера */
	font-weight: 700;
}
.colortext2 {
	color: #29A94D; /* Цвет маркера */
	font-weight: 700;
}
.colortext3 {
	color: #29A94D; /* Цвет маркера */
	font-weight: 700;
}
figcaption { 
    text-align: center; /* Выравниваем по центру */
}

/*Теги сайта*/
#filters {
	margin:1%;
	padding:0;
	padding-bottom: 30px;
	list-style:none;
	font-family: 'Montserrat', sans-serif;
}
#filters li {
	float:left;
}
#filters li a {
	display: block;	
	text-decoration:none;
	color:#000;
	cursor: pointer;
	line-height: 1.8;
	border: 1px solid #eee;
    padding: 0px 5px;
    margin-bottom: 8px;
	font-size: 10px;	
}
#filters li {
	padding-left: 5px;
}
.green li a:hover {
    background-image: linear-gradient(to right, #29A94D, #29DE4D)!important;
}
#filters li a:hover {
	color:#fff;
	background-image: linear-gradient(to right, #667eea, #8E37D7);		
}
.stylepost #filters li a {
	background-image: linear-gradient(to right, #667eea, #8E37D7);
	color: #fff;
}
.stylepost .green1 li a {
     background-image: linear-gradient(to right, #29A94D, #29DE4D)!important;
}
.stylepost .green1 li a:hover {
    color: #000000;
	border: 1px solid #000000;
	background-image: linear-gradient(to right, #fff, #fff)!important;
}
.stylepost #filters li a:hover {
	color: #000000;
	border: 1px solid #000000;
	background-image: linear-gradient(to right, #fff, #fff)	
}
.stylepost #filters li {
	padding-left: 0;
	padding-right: 10px;
}


/*Подписка*/
.subscribe {
	padding-top: 20px;
	padding-bottom: 50px;
	font-family: 'Montserrat', sans-serif;
}
.subscribe p {
    text-align: justify;
	line-height: 1.8;
	font-size: 12px;
}
form {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.subscribe input {
    width: 60%;
    height: 42px;
    padding-left: 35px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    outline: none;
    color: #9E9C9C;
	box-shadow: 0 4px 8px 0 rgba(116, 79, 168, 0.75);
	font-size: 12px;
}
.subscribe .polepodpiska {
    width: 60%;
    height: 42px;
    padding-left: 35px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    outline: none;
    color: #9E9C9C;
	box-shadow: 0 4px 8px 0 rgba(92, 255, 103, 1);
	font-size: 12px;
}
.subscribe .plr-5 .new {
	box-shadow: 0 4px 8px 0 rgba(116, 79, 168, 0.75);
}

.subscribe button {
  	position: absolute; 
  	top: 0;
  	right: 0px;
  	width: 40%;
  	height: 42px;
  	border: none;
  	border-radius: 0 5px 5px 0;
  	cursor: pointer;
	font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    font-family: 'Noto Sans', sans-serif;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 8px 0 rgba(116, 79, 168, 0.75);
}
.subscribe button:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.subscribe button:focus {
    outline: none;
}
form i.fa {
    line-height: 44px;
    text-align: center;
	padding-left: 10px;
    margin-right: -26px;
    position: relative;
    z-index: 1;
    float: left;
}
.subscribe .colors {
  	position: absolute; 
  	top: 0;
  	right: 0px;
  	width: 40%;
  	height: 42px;
  	border: none;
  	border-radius: 0 5px 5px 0;
  	cursor: pointer;
	font-size: 12px;
    font-weight: 600;
    color: #fff;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    font-family: 'Noto Sans', sans-serif;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
	background-image: linear-gradient(to right, #259A44, #29A94D, #29DE4D, #1C7433);
    box-shadow: 0 4px 8px 0 rgba(92, 255, 103, 1);
}
.subscribe .colors:focus {
    outline: none;
}


/*
.blog_right_sidebar .widget_title {
  font-size: 18px;
  line-height: 25px;
 background-image: linear-gradient(to right, #667eea, #8E37D7);
  text-align: center;
  color: #fff;
  padding: 8px 0px;
  margin-bottom: 30px;
}
*/



/*Последние новости*/

.fh5co-blog .blog-bg {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 270px;
}
.fh5co-blog {
    margin-bottom: 30px;
    min-height: 500px;
	box-shadow: 0 8px 12px 4px rgba(212, 212, 212, 0.57);
    -webkit-transform: scale(1.04);
    -ms-ransform: scale(1.04);
    transform: scale(1.04);
}
.fh5co-blog:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	 -webkit-transform: scale(1.04);
    -ms-ransform: scale(1.04);
    transform: scale(1.04);
}
.post-content {
    padding: 30px;
}
.post-content a {
	text-decoration: none;
	color: #191919;
	font-weight: 600;
	 moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.post-content a:hover {
	color: #8E37D7;
	 moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.post-date {
	font-size: 12px;
    display: block;
    margin-bottom: 10px;
    color: #a6a6a6;
}
.post-title {
    font-size: 18px;
    display: block;
    margin-bottom: 15px;
    font-family: 'Noto Sans', sans-serif;
}
.post-content p {
	font-family: 'montserrat', sans-serif;
	color: #6e6e6e;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 400;
	padding-bottom: 5px;
    min-height: 100px;
}

/*Футер*/

.block_author {
	background-color: black;
	color: #959595;
}
.block_author a {
	text-decoration: none;
	color: #959595;
	text-transform: uppercase;
}
.social_footer a {
	font-size: 18px;
    padding-right: 15px;
    padding-left: 15px;
}
.social_footer a:hover {
	color: white;
}
.social_footer {
    float: right;
}
.social_footer li {
    display: inline;
}


/*Адаптивность*/

@media (max-width: 1200px) {
    .navbar-nav .menunav {
	    margin-left: 5px;
    }
    .item {
        height: 100%;
    }
    .social_footer ul {
       padding-left: 0; 
    }                            
    .right-name-post h6 {
        margin-bottom: 5px;
        font-size: 12px;
        padding-left: 60px!important;                    
    }
    .right-name-post p {                                  
        padding-left: 60px!important;
    }
    .fh5co-blog {
    	min-height: 665px!important;
    }
    .post-content p {
    	min-height: 220px!important;
    }
	.post-content a {
    	min-height: 140px!important;
    }
    .plus {
        min-height: 238px;
    }
    .minus {
        min-height: 238px;
    }
    .icon {
        min-height: 238px;
    }
    .subscribe button {
  	     font-size: 11px;
    }
}

@media (max-width: 994px) { 
    .item {
        height: 100%;
    }
    .social_header {
        display: none;
    }
    .navbar-nav {
    	padding-right: 0;
	}
    .navbar-nav .menunav {
		margin-left: 4px;
	}  
	.image4 {
		background-image: url('../img/blog/1c/login-3938432_120.jpg');
	}
    .nav>li>a {
	    padding-left: 12px!important;
	    padding-right: 12px!important;
	}
    
    
    
}

@media (max-width: 991px) {
	.social1 {
		text-align: right;
	}
	.social1 .col-sm-10 {
		padding-top: 0;
	}
	.information {
		padding-left: 10px;
	}
	.information p, h4 {
		text-align: left;
	}
	.social2 {
		text-align: right;
	}
	.social2 .col-sm-10 {
		padding-top: 0;
	}
    .right-name-post h6 {
    	padding-left: 40px!important;
	}
    .right-name-post p {
    	padding-left: 40px!important;
        font-size: 9px!important;
	}
    .fh5co-blog {
    	min-height: 550px!important;
    }
    .post-content p {                                         
    	min-height: 160px!important;
	}  
    .right-name-post h6 {                                     
        font-size: 16px;
        padding-left: 250px!important;
        margin-bottom: 20px;            
    }
    .right-name-post p {                                  
        padding-left: 250px!important;
        font-size: 14px!important;
    }
    .left-image {                                       
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 100px!important;
    }
    .post {                                           
        height: 120px!important;
    }
    .subscribe input {
        width: 80%;
    }
    .subscribe button {
  	     width: 20%;
  	}   
    .mobversion {
        padding-top: 20px;
	}
}


@media screen and (max-width: 768px) {
    .fh5co-blog .blog-bg {
        height: 300px;
  }
}

@media (max-width: 767px) {
	.navbar-nav {
		float: left;
	}
    .logomain {
    padding-top: 12px;
    }
    .navbar-toggle {
        margin-right: 0;
    }
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:focus {
    	background-color: #333333;
	}
    .sticky-content.fixed {
        background-color: #1B1C1E!important;
    }
	.block_author {
		text-align: center;
	}
	author {
		display: none;
	}
    .social_footer {
        text-align: center;
        float: none;
    }
    .social_footer a {
		font-size: 24px;
	}
    .wow {
		animation-name: none!important;
		visibility: visible!important;
	}
    .navbar-default {
		background-color: #1B1C1E;
	}
    .logo-nav {
        background-color: #1B1C1E;
    }
    .logoclass {
        color: #ffffff;
    }
    .navbar-nav {
        font-size: 12px;
    }
    .navbar-nav li a {
        color: #ffffff!important;
    }
    .navbar-nav li a:hover {
        color: grey!important;
    }
    .logoclass {
		font-size: 22px;
	}
    .logomain span {
    	color: #ffffff;
	}  
    .sticky-content.fixed{
        box-shadow: none!important;
    }
    .post {
        height: 100px!important;
    }
    .left-image {
    	height: 80px!important;
    	width: 120px!important;
    }
    .right-name-post h6 {
        padding-left: 130px!important;
        font-size: 16px!important; 
    }
    .right-name-post p {
        padding-left: 130px!important;
        font-size: 10px!important;
    }
    .fh5co-blog {
        min-height: 400px!important;
    }
    .post-content p {
        min-height: 70px!important;
	}
	.post-content a {
    	min-height: 40px!important;
    }
    .widthmob {
        padding-left: 30px;
        padding-right: 30px;
    }
	.widget_title p {
		padding-bottom: 30px!important;
	}
	.mobversion {
		padding-left: 40px;
		padding-right: 40px;
	}
    .subscribe input {                                   
        width: 70%;
    }
    .subscribe button {
  	     min-width: 30%;
  	}   
    .mobh2 {
        padding-left: 15px;
        padding-right: 15px;
    }
	.plus {
        min-height: 160px;
    }
    .minus {
        min-height: 160px;
    }
}

@media (max-width: 650px) {  
	.fh5co-blog .blog-bg {
  		height: 240px!important;
	}	
}

@media (max-width: 490px) {	
   .imgpost {
		padding: 20px 15px!important;
	}
    .imgpost1 {
		padding: 20px 10px!important;
	}
	.mobversion {
		padding-left: 20px;
		padding-right: 20px;
	}
    .right-name-post h6 {
        margin-bottom: 10px!important;
    }
}

@media (max-width: 440px) { 
	.imgpost {
		height: 280px;
	}
	.postdate {
		padding-bottom: 50px;
	}
    .subscribe input {                                    
        width: 60%;
    }
    .subscribe button {
  	     min-width: 40%;
  	} 
    .mobversion {
		padding-left: 10px;
		padding-right: 10px;
	}
    
}

@media (max-width: 390px) {  
	.left-image {
    	width: 100px!important;
    }
    .right-name-post h6 {
        padding-left: 110px!important;
		font-size: 12px!important;
    }
    .right-name-post p {
      padding-left: 110px!important;
    }
	.imgpost {
		height: 240px;
	}
	.plus {
        min-height: 110px;
    }
    .minus {
        min-height: 110px;
    }
	.plus.icon i {
    	font-size: 50px;
	}
	.minus.icon i {
    	font-size: 50px;
	}
	/* .mobpt-30 {
	        padding-top: 30px!important;
	    }
	    .mobpt-20 {
	        padding-top: 20px!important;
	    }
	    .mobpb-30 {
	        padding-bottom: 30px!important;
	    } */
}

@media (max-width: 350px) {
    .mobh2 {
        font-size: 26px!important;
    }
}

@media (max-width: 320px) {
	.right-name-post h6 {
        font-size: 11px!important;
    }
/*
	.imgpost {
		height: 200px;
	}
*/
}
