/*blog*/	
.site-header {
    display: none;
}
#main {
	margin-top: 140px;
}
.blog-pages {
    font-size: 14px;
    line-height: 22px;
}
.blog-first-row {
	padding-bottom: 35px;
}
.top-blog-post {
	margin: 0px 12px12px;
	border: 1px solid #ececec;
}
.top-blog-post-image {
	float: left;
	width: 50%;
	/* margin: -1px; */
}
.top-blog-post-text {
	float: left;
	width: 50%;
}
.top-blog-post-text-inner {
	padding: 10px 30px;
}
.blog-box .inner img {
	width: 100%;
}
.blog-box .inner .text {
	padding: 20px;
	font-size: 17px;
	line-height: 23px;
}
.blog-box .inner .text p {
	display: inline;
	margin-bottom: 0px;
}
.blog-box .inner .text h2 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 25px;
	line-height: 26px;
}
.blog-box .inner .text a {
	color: #1f2223;
	text-decoration: none;
}
.blog-box .inner .text h2 a {
	color: #1f2223;
	text-decoration: none;
}
.blog-date {
	padding: 14px;
	background-color: #d6d6d6;
	color: #7f7f7f;
}
.blog-date-triangle {
	width: 0;
	height: 0;
	border-top: 20px solid #d6d6d6;
	border-left: 153px solid transparent;
}
.blog-date-d {
    font-weight: 300;
    font-size: 45px;
    line-height: 45px;
}
.blog-date-m-y {
    padding-left: 2px;
    font-size: 14px;
    line-height: 16px;
}
.blog-col-date {
    padding-right: 5px;	
}
.blog-date-row {
	font-size: 13px;
}
.blog-single-date-row {
	/* margin-top: 25px; */
	/* margin-bottom: 15px; */
	font-size: 18px;
}
.blog-col-post {
	padding-left: 0px;	
	padding-right: 40px;	
}
.blog-title {
    margin-top: 0px;
    margin-bottom: 7px;
    padding-bottom: 0px;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
}
.blog-post-inner .blog-title {
	height: auto;
	/* overflow: hidden;	 */
}
.blog-first-row .blog-title {
	margin-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ececec;
	font-size: 30px;
	line-height: 24px;
	text-transform: initial;
}
.blog-first-row p {
	font-weight: 400;
}
.blog-writer-name {
	height: 20px;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	min-height: 20px;	
}
.single-writer-name {
	margin-top: 20px;
	margin-bottom: 15px;
	font-weight: 700;
}
/*list posts*/
.posts-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(100% + 20px);
    margin-left: -10px;
}
.blog-pages-min-col {
	width: 100%;
	float: left;
    padding-bottom: 40px;	
}


.page-template-blog .blog-pages-min-col {
	width: 78%;
}



.archive.category .blog-pages-min-col{
	width:78%;
}






.blog-post-inner p {
	height: 88px;	
    border-top: 1px solid #ececec;	
	padding-top: 10px;	
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
}

.top-blog-post-text .blog-title {
    font-size: 26px;
    line-height: 32px;
}
.blog-title a {
	color: #333;
	text-decoration: none;
}
.top-blog-post-text .blog-title strong a {
	font-weight: 600;
}
.blog-post-inner {
	padding: 15px 10px;
}
h4.blog-title {
	display: block;
	width: 100%;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 3px solid #20b1e4;
    border-bottom: 0;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
}
h4.blog-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    margin-top: 5px;
    background: #102236;
}
/*blog side*/
.blog-side {
	width: 17%;
	float: right;
	padding-bottom: 50px;
}
ul.blog-tab-list {
    margin-top: 24px;
    margin-bottom: 24px;
	padding: 0px;
	list-style: none;
}
ul.blog-tab-list li {
    display: inline-block;
    margin: 4px 2px 3px 1px;
    padding: 2px 6px 5px;
    background-color: #dfe0e0;
    line-height: 13px;
}
ul.blog-tab-list li a {
	color: #6b7274;
    font-size: 11px;
    text-decoration: none;
    line-height: 13px;
}
.tag-list {
	display: inline;
}
ul.blog-cat-list {
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 0px;
    list-style: none;
}
ul.blog-cat-list li {
    margin-top: 5px;
    margin-bottom: 6px;
    line-height: 21px;
    display: flex;
    align-items: center;
}
ul.blog-cat-list span {
    display: inline-block;
    width: 30px;
    height: 30px;
    padding-top: 0px;
    color: #102236;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.blog-cat-list .tag-list a {
	border-bottom: 1px solid #172437;
}
ul.blog-cat-list a {
	color: #172437;
	font-size: 19px;
	text-decoration: initial;
}
.blog-form {
	margin-top: 24px;
    margin-bottom: 24px;
}
.blog-form input {
	width: 100%;
	border-radius: 5px;
}
.blog-form input[type="email"],
.blog-form input[type="text"] {
	height: 31px;
	border: 1px solid #172437;
	font-size: 18px;
	line-height: 19px;
	text-indent: 10px;
	background-color: transparent;
}
.blog-form input[type="submit"],
.blog-form input[type="button"] {
	height: 32px;
	border: 0px;
	background-color: #20b1e4;
	background: linear-gradient(90deg, #CB3558 0%, #F4A935 100%);	
	color: #fff;
	font-size: 22px;

	background-size: 100% 100%;	
	transition: background 0.75s;	
}
.blog-form input[type="submit"]:hover,
.blog-form input[type="button"]:hover {
	background-size: 400% 400%;
	transition: background 0.75s;	
}
.blog-form .es_lablebox {
	display: none;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 0px;
    background-color: transparent;
    border: 0px;
	border-radius: 15px;
	color: #7f7f7f;
}
span.meta-nav {
	color: transparent;
	background-repeat: no-repeat;
	background-position: center center;	
}
.nav-next.next span.meta-nav {
	background-image: url(../img/btn_blog_right.png);
}
.nav-previous.previous span.meta-nav {
	background-image: url(../img/btn_blog_left.png);
}
.pager li>a:hover, .pager li>a:focus, .pager li>a:active, 
.pager li>span:hover, .pager li>span:focus, .pager li>span:active {
    background-color: transparent;
}
/* most viewed */
.blog-most-popular-row {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}
.blog-most-popular .blog-most-popular-row:last-child {
	border-bottom: 0px;
}
.blog-most-popular-date {
	font-size: 18px;
}
.blog-most-popular-text {
	font-size: 14px;
}				
/* subsidiaries */
.subsidiary h2 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
.subsidiary h2 p {
	margin-bottom: 0px;
}
.subsidiary img {
	margin-top: 4px;
	margin-bottom: 30px;
}
/* blog - taxomo */
.tax-title {
	margin-bottom: 24px;
}
.blog-title-wrap {
	padding: 0px 15px;
}
h1.blog-title {
	display: block;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
	border-bottom: 3px solid #299cc4;
	font-size: 20px;
	line-height: 24px;
	text-transform: capitalize;
	padding-bottom: 10px;
}
/* blog single */
.single article h1 {
	font-size: 34px;
	line-height: 42px;
}
.single article h2 {
	font-size: 24px;
	line-height: 30px;
}
.single article h3 {
	font-size: 22px;
	line-height: 28px;
}
.single article h4 {
	font-size: 20px;
	line-height: 26px;
}
.single article h5 {
	font-size: 18px;
	line-height: 24px;
}
.single article h6 {
	font-size: 16px;
	line-height: 22px;
}
.single-blog-header {
	background-color: #f3f4f2;
}
.single-blog-inner {
	padding-bottom: 0px;
}
.blog-date-a-col {
	padding-right: 5px;
}
.blog-date-a {
	color: #fff;
	background-color: #0068b4;
	padding: 14px;
}
.blog-date-a-triangle {
	width: 0;
	height: 0;
	border-top: 20px solid #0068b4;
	border-left: 148px solid transparent;
}
.blog-a-col {
	padding: 0px;
}
/* blog bottom line */
.blog-single-bottom-line {
	padding-top: 20px;
	padding-bottom: 60px;
}
.blog-num-comments {
    float: right;
    height: 21px;
    margin-top: 2px;
    padding-left: 27px;
    padding-right: 10px;
    background-image: url(../svg/Comment.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px auto;
    color: #7c7d7d;
    font-size: 12px;
    line-height: 17px;
}
.social-button {
	position: relative;
	float: right;
	width: 16px;
	height: 20px;
}
.icon-sharing {
	width: 16px;
	height: 20px;
	background-image: url(../svg/Share.svg);
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% 100%;	
	cursor: pointer;
}
.icon-sharing-links {
    display: none;
    position: absolute;
    left: -12px;
    top: -183px;
    width: 37px;
    height: 183px;
    padding-right: 3px;
    padding-left: 3px;
    background-image: url(../img/icon_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
    background-size: 100% 100%;
	overflow: hidden;	
}
.icon-sharing-links.active {
	display: block;
}
.icon-sharing-links a{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-top: 5px;
	margin-bottom: 3px;	
} 
.icon-more {
	font-size: 10px;
	border-bottom: 1px solid #cfcfcf;
	margin-bottom: 3px;
}
.icon-shar {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.icon-gp {
	background-image: url(../img/icon_gp.png);
}
.icon-tw {
	background-image: url(../img/icon_tw.png);
}
.icon-fb {
	background-image: url(../img/icon_fb.png);
}
.icon-tg {
	background-image: url(../img/icon_tg.png);
}
.icon-li {
	background-image: url(../img/icon_li.png);
}
.icon-wa {
	background-image: url(../img/icon_wa.png);
	display: none;
}
.icon-mail {
	background-image: url(../img/icon_mail.png);
}
.blog-text {
	padding: 10px 24px;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}
.default-btn.blog-read-more-link {
    padding: 2px 15px;
    border-radius: 6px;
    float: left;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    display: inline-block;
    border-radius: 4px;
    background-color: #102236;
    color: #fff;
    cursor: pointer;
}
/* blog recent post */
.blog-recent-post {
	padding: 15px;
	color: #172437;
	font-size: 15px;
	line-height: 18px;
}
.blog-recent-post a {
	color: #172437;
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
}
.blog-recent-post img {
	margin-top: 12px;
}
.blog-recent-post .date {
	padding-bottom: 5px;
	font-weight: 600;
	font-size: 17px;
	line-height: 19px;	
}
/* blog comments */
body.single-blog {

}
.comments-row {
	background-color: #ebebeb;
	padding-bottom: 80px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
.single-blog-wrap {

}
body.single .default-btn.blog-read-more-link {
	display: none;
}
.comments-area {
	display: none;
}
#comments {
	padding-top: 50px;
}
#comments .panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}
#comments h2,
#comments h3 {
	display: inline-block;
	width: initial;
	margin: 0px 0px 24px 0px;
	padding: 0px 80px 10px 3px;
	border-bottom: 3px solid #102236;
	color: #172437;
	font-weight: normal;
	font-size: 25px;
	line-height: 27px;
	text-transform: capitalize;
}
.blog-recent-title {
	display: inline-block;
	width: initial;
	margin: 50px 0px 24px 0px;
	padding: 0px 0px 10px 3px;
	/* border-bottom: 3px solid #3184c0; */
	color: #172437;
	font-weight: normal;
	font-size: 25px;
	line-height: 27px;
	text-transform: capitalize;
}
.blog-recent-title:after {
	content: '';
	display: block;
	widht: 230px;
	height: 3px;
	margin-top: 10px;
	background: #102236;
}
.blog-recent-title span.recent-title {
	padding-right: 80px;
}
.single-blog-footer {
    margin-top: 50px;
    background-color: transparent;
}
.comment-notes {
	display: none;
}
.comment-form-url {
	display: none;
}
.comment-form-email,
.comment-form-author {
	width: 48%;
	float: left;
}
.comment-form-email {
	margin-left: 2%;
}
.comment-form-author {
	margin-right: 2%;
}
.comment-form-email label,
.comment-form-author label {
	display: none;
}
.comment-form-email input,
.comment-form-author input {
	width: 100%;
	border-radius: 5px;
	background-color: transparent;
	outline: 0px;
	border: 1px solid #102236;
	box-shadow: initial;
	text-indent: 9px;
	height: 30px;
	line-height: 16px;
	font-size: 14px;
}
#commentform textarea {
    width: 100%;
	height: 90px;
	padding: 8px;
	margin-bottom: 10px;
	border-radius: 5px;
	background-color: transparent;
	outline: 0px;
	border: 1px solid #102236;
	box-shadow: initial;
	line-height: 16px;
	font-size: 14px;
}
#comments #commentsubmit {
	float: right;
	padding: 5px 100px;
	border: 0px;
	border-radius: 4px;
	background-image: url(../img/blog_sbmit_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	color: #fff;
	font-size: 14px;
}
#comments .media-heading {
	display: inline;
    margin-top: 0;
    margin-bottom: 0px;
	font-size: 15px;
	/* font-family: 'lato'; */
}
#comments .comment-meta {
	display: inline;
	padding-left: 12px;
	margin-left: 7px;
	background-image: url(../img/comment_dotted.png);
	background-repeat: no-repeat;
	background-position: left center;	
}
#comments .comment-meta a {
	cursor: default;
	color: #3184c0;
	font-size: 12px;
}
.commentlist .says {
    display: none;
}
.commentlist .comment-author {
    display: inline-block;
	font-size: 24px;
	line-height: 26px;
}
.commentlist .comment-author * {
    font-style: initial;	
}
.commentlist .comment-meta {
    display: inline-block;
	margin-left: 5px;
	padding-left: 10px;
	background-image: url(../img/blue-dotted.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 16px;
	line-height: 26px;	
}
.commentlist .comment-meta a {
	color: #161c1f;
    text-decoration: none;
}
#comments .panel-heading {
    padding: 0px;
}
#comments .panel-default > .panel-heading {
    color: #172437;
    background-color: transparent;
    border: 0px;
}
#comments .panel-body {
    padding: 0px;
}
#comments .panel-footer {
    padding: 0px 0px 6px;
    background-color: transparent;
    border-top: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
#comments .btn-primary {
	padding-left: 30px;
    border: 0px;
	background-color: transparent;
	background-image: url(../img/repaly_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #747575;
}
.comment .children {
    list-style: outside none none;
}
.form-submit #submit {
	float: right;
	display: inline-block;
	padding: 6px 70px 4px;
	border: 0px;
	border-radius: 10px;
	background: #102236;
	color: #fff;
	font-size: 20px;
	line-height: 28px;
	text-decoration: none;
	box-shadow: initial;
}
ul.commentlist {
	padding: 30px 10px 45px;
	list-style: none;
}
.comment-body {
	padding: 10px 5px;
	border-bottom: 1px solid #a8a8a8;
}
a.comment-reply-link {
	display: inline-block;
	padding: 0px 0px 0px 30px;
	background-image: url(../img/replay-arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #848585;
	font-size: 13px;
}	
/* blog slide */
.blog-recent-title-sidebar {
	display: inline-block;
	width: 100%;
	margin: 0px 0px 24px 0px;
	padding: 0px 00px 10px 3px;
	border-bottom: 3px solid #3184c0;
	color: #172437;
	font-weight: normal;
	font-size: 25px;
	line-height: 27px;
	text-transform: capitalize;
}
.btn-blog {
	float: right;
	width: 9px;
	height: 16px;
    margin-top: 8px;	
	margin-left: 8px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	opacity: 1;
	transition: opacity 0.5s;
}
.btn-blog.unactive {
	opacity: 0.5;	
	cursor: default;
}
.btn-blog.right {
	background-image: url(../img/btn_blog_right.png);
}
.btn-blog.left {
	background-image: url(../img/btn_blog_left.png);
}
.slide-blog {
	position: relative;
	width: 100%;
	height: 220px;
	overflow: hidden;
	margin-bottom: 70px;
    padding: 0px 30px;	
}
.slide-blog-box {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 230px;
}
.slide-blog-box .title {
	height: 36px;
}
.box-ani {
	left: 130%;
	opacity: 0;
	transition: all 1s;
}
.box-ani.middle {
	left: 0%;
	opacity: 1;
}
.box-ani.left {
	left: -130%;
	opacity: 0;
}
/* blog archive */
.blog-dates {
	padding-top: 20px;
	padding-bottom: 30px;
}
.blog-dates a {
	cursor: default;
}
.blog-dates a.blog-month {
	cursor: pointer;
}
.blog-dates a.blog-month.shows {
	cursor: default;
}
.blog-dates a[href] {
	cursor: pointer;
}
.blog-dates ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.blog-dates > ul > li {
	margin: 0px;
	padding: 5px 0px;
	font-size: 22px;
}
.blog-dates > ul > li > a {
	margin: 0px;
	padding: 5px 0px;
	color: #172437;
	font-size: 22px;
	text-decoration: none;	
}
.blog-dates > ul > li > a.shows {
	color: #f47d29;
}
.blog-dates ul li ul {
	display:none;
}
.blog-dates ul li:first-child ul {
	display:block;
}
.blog-dates > ul > li > ul > li > a {
	margin: 0px;
	padding: 0px;
	color: #172437;
	font-size: 18px;
	text-decoration: none;
}
.single-blog-footer .blog-bottom-line {
	/* padding-bottom: 40px; */
	/* border-bottom: 1px solid #ebebeb; */
}

.clear-row-2 {
	display: none;
}
.clear-row-4 {
	display: none;
}
.grid {
	margin-bottom: 80px;
}
.grid-item { 
	width: 33.3%; 
}
.contact-linkedin {
	font-size: 20px;
}
.contact-linkedin a{
	color: #000;
	text-decoration: none;
}
.contact-linkedin a span{
	border-bottom: 1px solid #000;
}
.contact-linkedin img{
	margin-left: 10px;
}
.table-img-inner .slide-blog-box {
    height: 100%;
}
/*news*/
.news-posts-wrap {
	max-width: 857px;
}	
.news-posts-image {
	margin-bottom: 12px;
}
.news-title {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 24px;
	line-height: 30px;
}
.news-title a {
	color: #2a353a;
	font-weight: 600;
	text-decoration: none;
}
.news-social-links {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 1px;
	margin-left: 1px;
	background-repeat: no-repeat;
	background-position: center center;
} 
.news-social-links.facebook {
	background-image: url(../img/icon-f.png);
}
.news-social-links.linkedin {
	background-image: url(../img/icon-l.png);
}
.news-social-links.twitter {
	background-image: url(../img/icon-t.png);
}
.news-social-links.googleplus {
	background-image: url(../img/icon-g.png);
}
.news-social-links-wrap {
	float: right;
	padding-top: 3px;
}
.news-social-links-wrap span {
	float: left;
	margin-top: -3px;
	padding-right: 10px;
}
.news-social-links-wrap a {
	display: inline-block;
	float: left;
	margin-right: 2px;
	margin-left: 2px;
}
.news-footer {
	margin-bottom: 60px;
	padding-top: 20px;
	padding-bottom: 60px;
	border-bottom: 1px solid #bfc2c4;
}
.news-posts-wrap .news-posts:last-child .news-footer {
	border-bottom: 0px;
}
/*news-side*/
.latest-blog-posts {
	margin-bottom: 30px;
}
.blog-side-title {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 20px;
	line-height: 24px;
}
.blog-side-title a {
	color: #222;
	text-decoration: none;
}  
.latest-blog-posts-date {
	font-size: 17px;
	line-height: 23px;
}
h4.latest-blog-posts-title {
	margin-top: 3px;
	margin-bottom: 6px;
	font-weight: 400;
	font-size: 14px;
    line-height: 18px;	
}
h4.latest-blog-posts-title a {
	color: #222;
}
.footer-top-col.footer-top-col-form textarea.form-control {
	max-width: 100%;
    min-width: 100%;
    max-height: 55px;
    min-height: 55px;
}
#main {
	padding-top: 50px;
}
.nav.navbar-nav.blog-nav > li > a {
    color: #161c1f;
}
.blog-cat-title {
	padding-right: 12px;
	padding-left: 12px;
	font-weight: 600;
	font-size: 50px;
	line-height: 55px;
}
.blog-hr {
	padding-right: 12px;
	padding-left: 12px;
}
.blog-hr hr {
	border: 0px;
	border-bottom: 3px solid #000;
	margin-top: -10px;
	margin-bottom: 50px;
}
.single-blog-wrap {
	font-size: 16px;
	line-height: 26px;
}
.single-post-title {
	font-size: 29px;
	line-height: 36px;
	text-transform: uppercase;
}
.single-post-title strong {
	font-weight: 700;
}
.img-blog.image-center {
    display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}	
.img-blog.image-center:after {
	content: '';
	display: block;
    padding-bottom: 75%;
}
.img-blog.image-center img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.slick-arrow {
    cursor: pointer;
}
.slick-arrow:after {
    /* color: #20b1e4; */
}
.footer-social {
    display: flex;
    justify-content: start;
    margin-top: 16px;
}
.footer-social a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
    margin: 0px 0px 0px 3px;
    padding: 5px;
    border-radius: 50%;
    background: #102236;
    color: #fff;
    line-height: 1;
}
.footer-social a svg {
	width: 85%;
	height: 85%;
}
a.link-go-back {
    text-decoration: underline;
}
.blog-tax-title h1 {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 40px;
}
.top-blog-post-image iframe {
    width: 100%;
    border: 0;
    height: 304px;
}
.blog-post-inner iframe {
    width: 100%;
    border: 0;
    height: 214px;
}

@media (min-width: 1200px){
	.page-template-template-page-blog .container, .single-post .container  {
		width: 1170px;
	}
}
@media (max-width: 1600px){
	.blog-side {
		padding-right: 15px;
		padding-left: 15px;
	}
	ul.blog-cat-list span {
		width: 20px;
		height: 26px;
	}
	ul.blog-cat-list a {
		font-size: 16px;
	}
	.col-lg-10.blog-pages-min-col {
		width: 80%;
	}

	col-lg-2 blog-side {
		width: 20%;
	}
}
@media (max-width: 1440px){
	.top-blog-post-image iframe {
		height: 330px;
	}
	.blog-post-inner iframe {
		height: 200px;
	}

}
@media (max-width: 1290px){
	.nav.navbar-nav.blog-nav > li > a {
		color: #fff;
	}
	.grid-item {
		width: 33.33%;
	}
	#main {
		padding-top: 40px;
	}
}
@media (max-width: 1199px){
	.col-lg-10.blog-pages-min-col {
		width: 100%;
	}
	.grid-item {
		width: 50%;
	}
	.blog-pages-min-col {
		width: 100%;
		float: left;
	}
	.blog-side {
		width: 280px;
		float: left;
		padding-bottom: 50px;
	}
	.top-blog-post-image iframe {
		height: 400px;
	}
	.blog-post-inner iframe {
		height: 250px;
	}
}
@media (max-width: 991px) {
	.top-blog-post-image {
		width: 100%;
	}
	.top-blog-post-text {
		width: 100%;
	}
	.top-blog-post-text-inner {
		padding: 10px 20px;
	}
	.blog-first-row {
		padding-bottom: 35px;
		padding-right: 0px;
		padding-left: 0px;
	}
	.blog-side {
		padding-right: 0px;
		padding-left: 0px;
	}
	#main {
		margin-top: 60px;
	}
}
@media (max-width: 767px){
	#main {
		padding-top: 30px;
	}
	.grid-item {
		width: 100%;
	}
	.blog-post-inner {
		padding: 15px 0px;
	}
}
@media (max-width: 355px){
	.blog-num-comments span {
		display: none;
	}
	.blog-text {
		padding: 5px 15px;
	}
}
@media (max-width: 480px){
  
  .page-template-blog .blog-pages-min-col {
  	width:100%;
  }
	.blog-side {
  		width:98%;
	}
  
  
  .archive.category .blog-pages-min-col{
	width:100%;
}

}