/**

 * Table of Contents:

 *

 * 1- General & Basic Styles

 * 2- Header

 * 3- Navbar

 * 4- Content

 *  4-1 Post

 *  4-2 Post Formats

 *  4-3 Post/Image/Paging Navigation

 *  4-4 Archives

 *  4-5 Comments

 * 5- navigation

 * 6- Sidebar

 * 7- Widgets

 * 8- Footer

 * 9- About me page

 * 10- Contact me page

 * 11- Slider Post

 * 12- Boxed styles

 * 13- Animated styles

 * -----------------------------------------------------------------------------

 */



@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900,400italic);

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300italic,300);

@import "base.css";

@import "shortcodes.css";

@import "plugins.css";

@import "responsive.css";



/** 1- General & Basic Styles*/

body{

  color: #7b7b7b;

  font-family: 'Lato', Arial, sans-serif;

  line-height: 1.8;

  overflow-x: hidden;

  background-color: rgba(221, 226, 232, 0.5);

}

a{

  text-transform: capitalize;

  /*color: #7b7b7b;*/

  text-decoration: none;

  -webkit-transition: all .5s ease;

  -moz-transition: all .5s ease;

  -ms-transition: all .5s ease;

  -o-transition: all .5s ease;

  transition: all .5s ease;

}

a:hover{

  color: #00ada7 ;

  text-decoration: none !important;

    

}

.pol-1 h4 a:hover{color:#007C32 !important}

.pol-1 h4 a{color:#333333 !important}

p{

  font-family: 'Lato', Arial, sans-serif;

  padding: 0;

  margin: 0 0 30px 0;

  line-height: 22px;

  font-size: 16px;

  color: #7b7b7b;

  letter-spacing: 0.2px;

  font-weight: normal;

 }

.all_content h1, .all_content h2, .all_content h3, 

.all_content h4, .all_content h5, .all_content h6, 

.all_content .h1, .all_content .h2, .all_content .h3, 

.all_content .h4, .all_content .h5, .all_content .h6{ 

  font-family: 'Lato', Arial, sans-serif; 

  line-height: inherit; 

  font-weight: 600;

  text-transform: capitalize;

  letter-spacing: 0.6px;

}



/*Header*/

.min_top_bar{

	background-color: #343434;

	padding: 5px 0px;

	min-height: 50px;

	position: relative;

  z-index: 10000;

}

.top_bar a{

  color: #ccc;

}

.top_bar a:hover{

  color: #00ada7;

}

.top_bar .social_icon {

	float: right;

  line-height: 35px;

}

.social_icon span{

	display: inline-block;

	width: 26px;

	height: 26px;

	line-height: 26px;

	text-align: center;

	font-size: 12px;

	margin-right: 3px;

	margin-bottom: 5px;

}

.social_icon span a{

	display: block;

	border-radius: 2px;

	background-color: #3B3B3B;

	height: 100%;

}

.social_icon span a:hover{

  color: #fff;

  background-color: #00ada7;

}



/*Top Nav*/

.top_nav{

  float: left;

  line-height: 36px;

}

.top_nav ul{

  margin: 0;

  padding: 0;

}

.top_nav li{

  margin: 0;

  padding: 0;

  display: inline-block;

}

.top_nav li a{

    display: block;

    padding: 0 5px;

    text-decoration: none;

    font-weight: 600;

    font-size: 13px;

    line-height: 32px;

    border-bottom: 2px solid transparent;

    text-transform: capitalize;

}



/*top search*/

#top_search_ico .top_search {

    position: relative;

    display: inline-block;

    float: right;

    padding-left: 0px;

    margin-left: 10px;

    margin-right: 5px;

    border-left: 1px solid;

    border-color: #666;

    z-index: 999;

}

#top_search_ico .top_search form {

    display: inline;

    color: #ccc;

}

#top_search_ico .top_search input:focus {

    width: 150px;

}

#top_search_ico .top_search input {

    border: none;

    font-style: italic;

    width: 60px;

    background: transparent;

    -webkit-transition: all .5s ease;

    -moz-transition: all .5s ease;

    -ms-transition: all .5s ease;

    -o-transition: all .5s ease;

    transition: all .5s ease;

}

.top_search i, #top_search_toggle i{

  color: #ccc;

}

#top_search_toggle form{

  margin: 0;

}

#top_search_toggle{

  display: none;

}



/*main_header*/

.main_header{

  background-color: #f9f9f9;

  border-bottom: 1px solid #e7e7e7;

}



/*logo*/

.logo{

  float: left;

  padding: 0px 0px 0px 0px;

}

.logo a img{

	max-width:150px;

	height:auto;

}

.logo h3{

  margin: 0;

  line-height: 30px;

  text-transform: uppercase;

}



/*nav_bar*/

#primary_nav_wrap ul{

  list-style:none;

  position:relative;

  float:right;

  margin:0;

  padding:0;

  z-index: 1000;

}

.news_layout #primary_nav_wrap ul{

  float:left;

}

#primary_nav_wrap ul a{

  display:block;

  text-decoration:none;

  font-weight:600;

  font-size:13px;

  padding:9px 10px;

  letter-spacing: 0.5px;

  color: #ffffff;

  text-transform:uppercase;  

}

#primary_nav_wrap ul a:hover,#primary_nav_wrap ul li.current-menu-item a{

  color: #fff;

  background-color: #008081;

}

#primary_nav_wrap ul li:nth-child(1) a:hover,#primary_nav_wrap ul li:nth-child(1).current-menu-item a{

	color: #fff;

	background-color: #904BAB;

}

#primary_nav_wrap ul li:nth-child(2) a:hover,#primary_nav_wrap ul li:nth-child(2).current-menu-item a{

	color: #fff;

	background-color:#0a5dad;

}

#primary_nav_wrap ul li:nth-child(3) a:hover,#primary_nav_wrap ul li:nth-child(3).current-menu-item a{

	color: #000;

	background-color:#2EFF8A;

}

#primary_nav_wrap ul li:nth-child(4) a:hover,#primary_nav_wrap ul li:nth-child(4).current-menu-item a{

	color: #fff;

	background-color:#B80F0A;

}

#primary_nav_wrap ul li:nth-child(5) a:hover,#primary_nav_wrap ul li:nth-child(5).current-menu-item a{

	color: #fff;

	background-color:#EE7600;

}

#primary_nav_wrap ul li:nth-child(6) a:hover,#primary_nav_wrap ul li:nth-child(6).current-menu-item a{

	color: #fff;

	background-color:#367588. ;

}

#primary_nav_wrap ul li:nth-child(7) a:hover,#primary_nav_wrap ul li:nth-child(7).current-menu-item a{

	color: #fff;

	background-color:#E91E63;

}

#primary_nav_wrap ul li:nth-child(8) a:hover,#primary_nav_wrap ul li:nth-child(8).current-menu-item a{

	color: #fff;

	background-color:#9932CC;

}

#primary_nav_wrap ul li:nth-child(9) a:hover,#primary_nav_wrap ul li:nth-child(9).current-menu-item a{

	color: #fff;

	background-color:#C54700;

}

#primary_nav_wrap ul li:nth-child(10) a:hover,#primary_nav_wrap ul li:nth-child(10).current-menu-item a{

	color: #fff;

	background-color:#03A9F5;

}

#primary_nav_wrap ul li:nth-child(11) a:hover,#primary_nav_wrap ul li:nth-child(11).current-menu-item a{

	color: #fff;

	background-color:#607D8B;

}

#primary_nav_wrap ul li:nth-child(12) a:hover,#primary_nav_wrap ul li:nth-child(12).current-menu-item a{

	color: #fff;

	background-color:#4CB050;

}

#primary_nav_wrap ul li{

  position:relative;

  float:left;

  margin:0;

  padding:0;

  

}

#primary_nav_wrap ul ul{

  position:absolute;

  top:100%;

  left:0;

  background:#343434;

  padding:0;

  visibility: hidden;

  opacity: 0;

  text-align: left;

  -moz-transform: translate3d(20px, 0, 0);

  -o-transform: translate3d(20px, 0, 0);

  -ms-transform: translate3d(20px, 0, 0);

  -webkit-transform: translate3d(20px, 0, 0);

  transform: translate3d(20px, 0, 0);

  -moz-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  transition: all 0.5s;

}



#primary_nav_wrap ul ul li{

  float:none;

  width:200px;

}

#primary_nav_wrap ul ul a{

  line-height:120%;

  padding:10px 15px;

}

#primary_nav_wrap ul ul ul{

  top:0;

  left:100%;

}

#primary_nav_wrap ul li:hover > ul{

  visibility: visible;

  opacity: 1;

  -moz-transform: translate3d(0, 0, 0);

  -o-transform: translate3d(0, 0, 0);

  -ms-transform: translate3d(0, 0, 0);

  -webkit-transform: translate3d(0, 0, 0);

  transform: translate3d(0, 0, 0);

}

.navbar-toggle{

  background-color:#00ada7 !important;

  margin-right: 0 !important;

  margin-bottom: 0 !important;

}

.navbar-toggle .icon-bar{

  background-color: #fff;

}

.navbar-nav{
width: 100%;
  background-color: #CCD1D9;

  margin: 0px -15px !important;

}

.dl-menuwrapper:first-child{.news_layout .nav_bar

  width: 50%;

}



@font-face {

  font-family: 'icomoon';

  src:url('fonts/icomoon.eot');

  src:url('fonts/icomoon.eot?#iefix') format('embedded-opentype'),

    url('fonts/icomoon.woff') format('woff'),

    url('fonts/icomoon.ttf') format('truetype'),

    url('fonts/icomoon.svg#icomoon') format('svg');

  font-weight: normal;

  font-style: normal;

}



/*Blog Layout*/

.logo_blog_layout img{

  max-width: 200px;

}

/*News Layout*/

.news_layout .nav_bar {
    float: left;
    border-top: 1px solid #007c32;
    background-color: #007c32;
    width: 100%!important;
}

.logo_ads {
    margin: 10px 0 5px;
}

.ads_block{

  text-align: right;

}
.thm-btn {
     padding:5px 25px;
    background: #fe0000;
    border-radius: 5px;
    margin-top:8px;
    position: relative;
    display: inline-block;
    color: #fff;
    border: 2px solid transparent;
}

.brkng{
    padding:10px 0px;
}

.ads_block a img{

	max-width:976px;

	height:auto;

}

/*.news_layout .all_nav{

  border-top: 1px solid #007c32;

  background-color: #007c32;

}*/

.news_layout .hz_content p, .list_layout .hz_content p{

  font-size: 13px;

}









/*main_content*/

.main_content{

  margin-top: 40px;

}









/* Featured Area

/********************/

#big-slid-post{

    display: none;

    margin: 0;

    padding: 0;

}

#big-slid-post li, .post_silder li{

  list-style: none;

  margin: 0;

}

.post_silder img{

  width: 100%;

}

.featured-area {

    margin-bottom:60px;

}



.feat-item {

    position:relative;

    height:350px;

    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;

    -moz-box-sizing: border-box;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;

    display:block;

    width:100%;

}

.feat-item .post-header {

    position: absolute; 

    bottom: 0; 

    padding: 24px; 

    transition: all .5s ease-in-out;

}

.feat-item .post-header span a{

    color: #00ada7;

}

.feat-item .post-header .date {

    display:block;

    margin-bottom:28px;

}

.feat-item .post-header h2 {

    margin-bottom:14px;

}

.feat-item .post-header h2 a {

    font-size:24px; 

}



.feat-item .read-more:hover {

    background:#C69F73;

    color:#fff;

}

.latest-cover{

  display: block;

  margin-bottom: 20px;

  line-height: 1.42857143;

}



.all_content .big_silder .owl-prev, .slider_post .owl-prev,

.slid_widget .owl-prev, #featured_post .owl-prev, #featured_cat_post .owl-prev,#owl-demo .owl-prev{

position: absolute;

  top: 50%;

  margin-top: -16px;

  outline: 0;

  width: 30px;

  height: 30px;

  text-indent: -9999px;

  z-index: 9999;

  -o-transition: .3s;

  -ms-transition: .3s;

  -moz-transition: .3s;

  -webkit-transition: .3s;

  opacity: 0;

  left: -30px;

  background: url(../images/arr.png) no-repeat 0 0;

}



.all_content .big_silder .owl-next, .slider_post .owl-next,

.slid_widget .owl-next, #featured_post .owl-next, #featured_cat_post .owl-next,#owl-demo .owl-next, {

  position: absolute;

  top: 50%;

  margin-top: -16px;

  outline: 0;

  width: 30px;

  height: 30px;

  text-indent: -9999px;

  z-index: 9999;

  -o-transition: .3s;

  -ms-transition: .3s;

  -moz-transition: .3s;

  -webkit-transition: .3s;

  opacity: 0;

  right: -30px;

  background: url(../images/arr.png) no-repeat -30px 0;

}
.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-buttons .owl-prev {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 9999;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    left:0px;
    background: url(../images/arrow1.png) no-repeat 0 0;
}

.owl-buttons .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    z-index: 9999;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    right:0px!important;
    background: url(../images/arrow1.png) no-repeat -30px 0;
}

#big-slid-post:hover .owl-prev, .slider_post:hover .owl-prev, 

.slid_widget:hover .owl-prev, #featured_post:hover .owl-prev, #featured_cat_post:hover .owl-prev{

    opacity: 9;

    left: 30px;

}

#big-slid-post:hover .owl-next, .owl-next:hover .owl-next, 

.slid_widget:hover .owl-next, #featured_post:hover .owl-next, #featured_cat_post:hover .owl-next{

    opacity: 9;

    right: 30px;

}



.post_silder:hover .owl-prev{

    opacity: 9;

    left: 30px;

}

.post_silder:hover .owl-next{

    opacity: 9;

    right: 30px;

}

.big_silder .owl-item{

 overflow: hidden;

}



.widget_slider_dribbble .bx-wrapper .bx-prev{

position: absolute;

  top: 50%;

  margin-top: -16px;

  outline: 0;

  width: 30px;

  height: 30px;

  text-indent: -9999px;

  z-index: 9999;

  -o-transition: .3s;

  -ms-transition: .3s;

  -moz-transition: .3s;

  -webkit-transition: .3s;

  opacity: 0;

  left: -30px;

  background: url(img/arr.png) no-repeat 0 0;

    visibility: hidden;

}



.widget_slider_dribbble .bx-wrapper .bx-next{

  position: absolute;

  top: 50%;

  margin-top: -16px;

  outline: 0;

  width: 30px;

  height: 30px;

  text-indent: -9999px;

  z-index: 9999;

  -o-transition: .3s;

  -ms-transition: .3s;

  -moz-transition: .3s;

  -webkit-transition: .3s;

  opacity: 0;

  right: -30px;

  background: url(img/arr.png) no-repeat -30px 0;

    visibility: hidden;

}



.widget_slider_dribbble .bx-wrapper:hover .bx-prev{

  opacity: 1;

  left: 20px;

}

.widget_slider_dribbble .bx-wrapper:hover .bx-next{

  opacity: 1;

  right: 20px;

}







.owl-pagination{

  display: none;

}

.feat-item .big-latest-content{

  margin-bottom: 10px;

  display: inline-block;

}

.feat-item .big-latest-content p{

  line-height: 25px;

  font-size: 14px;

  color: #d9d9d9;

  text-shadow: 0 1px 0 #000;

  font-weight: 400;

  margin-bottom: 10px;

}

.a-post-box .feat-item .latest-title{

  text-transform: capitalize;

}

.a-post-box .latest-txt{

  position: absolute;

  text-transform: capitalize;

  width: 100%;

  left: 0;

  bottom: 0;

  padding: 30px 30px;

  text-align: left;

}

/* # PostBox

================================================== */

.a-post-box {

  margin-bottom: 20px; 

  margin-left: 20px; 

  position:relative;

}

.a-post-box:last-child{

  margin-bottom: 0px; 

}

.a-post-box .latest-txt { 

  position: absolute; 

  bottom: 0; 

  padding: 5px;

}

.a-post-box .latest-title { 

    margin-bottom: 16px; 

    font-weight: 600; 

    line-height: 1.2;

}

.latest-txt h3{

  margin: 10px 0px;

}

.a-post-box .latest-title a { 

    color:#fff;

}

.a-post-box .latest-title a:hover { 

    color:#00ada7;

}



.a-post-box .latest-cat a{

    display: inline-block;

    margin: 0px 5px 0px 0px;

    padding: 1px 4px;

    color: black;

    background-color: red;

    font-size: 11px;

    text-decoration: none;

    border-radius: 2px;

    transition: all 0.4s ease 0s;

}

.a-post-box .latest-cat a:hover {

    background-color:#263241;

    color:#fff;

}



.a-post-box .latest-meta {  

    font-size: 13px; 

    color: #fff; 

    margin:10px 0 0 10px;

}

.a-post-box .latest-meta span { 

    margin-right: 10px;

}

.a-post-box .latest-meta .latest-date { 

    font-size:13px; 

    font-weight:600; 

    color:#f3f3f3;

}

.a-post-box .latest-content { 

    color: #fff; 

    margin-top: 30px;

}

.a-post-box .latest-img img { 

    vertical-align:middle;

    width: 100%;

}

.a-post-box .latest-overlay  { 

    height: 100%; 

    position: absolute; 

    width: 100%; 

    bottom: 0;

}

.a-post-box .latest-overlay:hover{

  background-color: rgba(36, 36, 36, 0.5); 

  -webkit-transition: all 0.2s;

  -moz-transition: all 0.2s;

  -ms-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

}

.container.a-post-box { 

    margin: 0 -10px;

}

.vc_col-sm-4 .a-post-box .latest-author, 

.vc_col-sm-4 .a-post-box .latest-views, 

.vc_col-sm-4 .a-post-box .latest-comments { 

    display:none;

}

.vc_col-sm-4 .a-post-box .latest-title, 

.wpb_column .wpb_column .a-post-box .latest-title  { 

    font-size: 18px;

}

.vc_col-sm-3 .a-post-box .latest-title { 

    font-size: 15px; 

    letter-spacing:-0.5px;

}

.vc_col-sm-3 .a-post-box .latest-txt { 

    padding:20px;

}

.vc_col-sm-3 .a-post-box .a-post-box .latest-meta { 

    margin-left:10px;

}

.vc_col-sm-6 .a-post-box .latest-img, 

.vc_col-lg-6 .a-post-box .latest-img { 

    border-bottom:1px solid #575757;

}

.vc_col-sm-6 .wpb_row.vc_row-fluid .wpb_column .a-post-box .latest-img, 

.vc_col-lg-6 .wpb_row.vc_row-fluid .wpb_column .a-post-box .latest-img { 

    border-bottom:none;

}

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

    .a-post-box .latest-txt { 

        padding:20px;

    }

    .a-post-box .latest-title { 

        font-size: 20px;

    }

    .a-post-box .latest-meta { 

        display:block;

    }

}

.latest-img .thumbnail{

    padding: 0;

    margin: 0;

    width: 100%;

}

.feat-item .latest-overlay  { 

    height: 100%;

    background-color: rgba(36, 36, 36, 0.4);

    position: absolute;

    width: 100%;

    bottom: 0;

    right: 0;

    left: 0;

    top: 0;

}



#big-slid-post .feat-item img{

    display: block;

    width: 100%;

    height: auto;

}



.mian_slider .hz_admin_pic{

  width: 40px;

  float: left;

  margin-right: 10px;

}

.mian_slider .hz_admin_pic img{

  border-radius: 100%;

}



.mian_slider .latest-meta{

  float: right;

}

.mian_slider .latest-cat{

  top: 0;

}

.mian_slider .hz_post_by{

  margin-top: 10px;

  display: inline-block;

}

.mian_slider span{

  margin-right: 10px;

}

.mian_slider a{

  color: #B7B7B7;

}

.mian_slider .latest-txt a{

  color: #f3f3f3;

}

.mian_slider span i{

  margin-right: 5px;

  color: #CCD1D9;

}

.post_box .a-post-box .latest-meta{

  margin: 0;

}

.post_box .a-post-box figure{

  overflow: hidden;

  max-height: 270px;

}





/*Breaking News*/

.breaking_news,.marqu_news{

  width: 100%;

  height: 40px;

  position: relative;

  overflow: hidden;

  margin: 0px 0px 10px 0px;

  background-color: #fff;

  border:1px solid #ccc;
  padding-right:10px;

}

.breaking_news .bn_title h2{

  display: inline-block;

  margin: 0;

  padding: 0 20px;

  line-height: 39px;

  font-size: 18px;

  color: #FFF;

  height: 40px;

  box-sizing: border-box;

}

.breaking_news .bn_title span,.marqu_news .bn_title span{

  width: 0;

  position: absolute;

  right: -10px;

  top: 10px;

  height: 0;

  border-style: solid;

  border-width: 10px 0 10px 10px;

  border-left-color: #B80F0A;

  border-color: transparent transparent transparent #B80F0A; 

}

.breaking_news .bn_title {

  background-color: #B80F0A;

  width: auto;

  height: 40px;

  display: inline-block;

  position: relative;

}

.marqu_news .bn_title h2{
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  line-height: 39px;
  font-size: 18px;
  color: #FFF;
  height: 40px;
  box-sizing: border-box;
}

.marqu_news .bn_title span{

  width: 0;

  position: absolute;

  right: -10px;

  top: 10px;

  height: 0;

  border-style: solid;

  border-width: 10px 0 10px 10px;

  border-left-color: #B80F0A;

  border-color: transparent transparent transparent #B80F0A; 

}

.marqu_news .bn_title {

  background-color: #B80F0A;

  width: auto;

  height: 40px;

  display: inline-block;

  position: relative;
  z-index:99;

}

.breaking_news_slider{

  display: none;

}

.breaking_news .breaking_news_slider a{

  text-decoration: none;

  color: #333;

  overflow: hidden;

  display: block;

  white-space: nowrap;

  text-overflow: ellipsis;

  font-weight: normal;

}

.breaking_news .breaking_news_slider a span{

  color: #343434;

}

.breaking_news ul{

  padding: 0;

  margin: 0;

  list-style: none;

  position: absolute;

  left: 175px;

  top: -32px;

  right: 40px;

  height: 40px;

  font-size: 16px;

}

.breaking_news .bx-wrapper{

  top: -35px;

}

.breaking_news ul li a{

	padding-top:3px;

	padding-left:20px;

}

.bx-controls-direction{

	display:none;

}



/*Featured Boxs Posts*/

.featured_slider{

  margin: 30px 0;

  box-shadow: 0 1px 3px rgba(0,0,0,0.15);

  background-color: #FFF;

  position: relative;

  padding: 20px;

  margin-bottom: 10px;

}

#featured_post .item img{

  display: block;

  width: 100%;

  height: auto;

}

.featured_title{

	background:url(../images/viewbg.png) no-repeat right;

}

.featured_title-n{

	background:url(../images/viewbg.png) no-repeat right;

}

.featured_title h4{

  margin: 0px;

  line-height: initial;

  display: inline-block;

}

.featured_title-n h4{

  margin: 0px;

  line-height: initial;

  display: inline-block;

}

.featured_title{

  font-weight: bold;

  padding-bottom: 10px;

  border-bottom: 2px solid rgba(221, 226, 232, 0.5);

  margin-bottom: 20px;

  position: relative;

}

.featured_title-n{

  font-weight: bold;

  padding-bottom: 10px;

  border-bottom: 2px solid rgba(221, 226, 232, 0.5);

  margin-bottom: 20px;

  position: relative;

}

.featured_title_post{

  position: absolute;

  padding: 10px 20px;

  bottom: 0;

  background: rgba(34,34,38,.4);

}

.featured_title_post h4{

  margin: 0;

  padding: 0;

}

.featured_slider .item{

  margin-left: 3px;

  margin-right: 3px;

  position: relative;

}

.post_date{

  display: inline-block;

  margin-right: 10px;

}

.caption_inner a{

  color: #fff

}

.caption_inner .latest-cat a{

  display: inline-block;

  margin: 0px 5px 0px 0px;

  padding: 1px 4px;

  color: #FFF;

  background-color: #00ada7;

  font-size: 11px;

  text-decoration: none;

  border-radius: 2px;

  transition: all 0.4s ease 0s;

}

.caption_inner .latest-cat a:hover {

  background-color: #263241;

  opacity: 1;

  color: #fff;

  -o-transition:.3s;

  -ms-transition:.3s;

  -moz-transition:.3s;

  -webkit-transition:.3s

}

.view_button{

  float: right;

  display: inline-block;

  margin: 0px 5px 0px 0px;

  padding: 3px 4px;

  color: #FFF;

  background-color: #d93509;

  font-size: 11px;

  text-decoration: none;

  border-radius: 2px;

  transition: all 0.4s ease 0s;

}

.view_button:hover{

  background-color: #263241;

  color: #fff;

}





/*blocks Posts*/

.block_posts{

  text-transform: capitalize;

  margin: 0px 0 30px 0 ;

  /*box-shadow: 0 1px 3px rgba(0,0,0,0.15);*/

  background-color: #FFF;

  border:1px solid #ccc;

  position: relative;

  padding: 20px;

  margin-bottom: 10px;

}

.block_posts .small_post_content a:hover, .featured_cat_slider a:hover{

  color: red;

}

.block_posts .small_post_content a{

  color: #263241;

}

.block_posts h4, .block_posts h4 a{

  color: #263241;

}

.block_inner img{

  max-width: 100%;

  height: auto;

}

.featured_posts_slider .img_post{

  overflow: hidden;

  max-height: 180px;

}

.block_img_post, .img_small_post, .widget_post_thumbnail, .img_post{

  background-color: #fff;

}

.block_inner img:hover, .widget_post_thumbnail img:hover, .featured_posts_slider img:hover{

  -webkit-transition: all 0.2s;

  -moz-transition: all 0.2s;

  -ms-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

  -webkit-opacity: 0.5;

  -moz-opacity: 0.5;

  -ms-opacity: 0.5;

  -o-opacity: 0.5;

  opacity: 0.5;

}

.block_inner .img_small_post{

  width: 100px;

  height: auto;

  float:left;

  margin-right: 20px;

}

.small_list_post ul{

  margin: 0;

  padding: 0;

}

.block_inner .small_list_post li{

  list-style: none;

  border-bottom: 1px solid rgba(221, 226, 232, 0.5);

  padding-bottom: 10px;

  margin-bottom: 10px;

}



.block_inner .small_list_post li:last-child{

  border-bottom: none;

  padding-bottom: 0px;

  margin-bottom: 0px;

}

.small_list_post h5{

  margin: 0px;
  overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4; /* number of lines to show */
           line-clamp: 4;
   -webkit-box-orient: vertical;

}

.featured_cat_slider .img_post {

  overflow: hidden;

  max-height: 180px;

}

.featured_cat_slider .item img {

  display: block;

  width: 100%;

  height: 100%;

  min-height: 160px;

}

.featured_cat_slider a{

  color: #fff;

}

.block_posts .featured_cat_slider h4{

  color: #fff;

}



/*block_4*/

.block_4 .title_post h4{

  margin: 10px 0px;

}

.block_4 .small_list_post{

  margin-top: 15px;

  padding-top: 15px;

  border-top: 1px solid rgba(221, 226, 232, 0.5);

}



/*block_5*/

.block_5 .block_inner{

  display: inline-block;

  width: 100%;

}



.block_5 .a-post-box:nth-last-child(3n+0){

  margin-left: 0px;

}

.block_5 .a-post-box{

  margin-bottom: 5px;

  width: 32.8%;

  float: left;

  margin-right: 0;

  margin-left: 5px;

  padding: 0;

}

.block_5 .a-post-box figure{

  overflow: hidden;

  max-height: 158px;

}

.block_5 .a-post-box .latest-title{

  margin: 0;

}

.block_5 .latest-txt{

  padding: 15px;

}

.block_5 .latest-cat{

  margin-bottom: 7px;

  display: inline-block;

}



/*Block_6*/

.block_6 .list_thum {

  line-height: 0;

  position: relative;

  overflow: hidden;

  width: 300px;

  float: left;

  background-color: #000;

}

.block_hz_post{

  margin-bottom: 20px;

  padding-bottom: 20px;

  border-bottom: 2px solid rgba(221, 226, 232, 0.5);

}

.block_hz_post:last-child{

  margin-bottom: 0px;

  padding-bottom: 0px;

  border-bottom: none;

}

.block_6 .list_content {

  display: table-cell;

}

.block_6 .block_hz_top_post{

  display: inline-block;

  width: 100%;

  position: relative;

  padding-left: 20px;

}

.block_hz_main_post_content{

  padding: 0 0px 0px 20px;

  display: inline-block;

}

.block_hz_main_post_content p{

  margin: 17px 0;

}

.block_hz_title_and_meta h4{

  margin-top: 0;

}











/*News Layout Full Width

******************************************************/

.news_layout_full_width .mian_slider span.latest-cat{

  margin: 0;

  position: relative;

  display: inline-block;

}

.news_layout_full_width .mian_slider .a-post-box .latest-cat a{

  margin: 0;

}

.slide_info_outer {

  width: 100%;

  height: 100%;

}

.slide_info {

  display: table;

  height: 100%;

  margin: 0 auto;

}

.slider_header {

  font-size: 30px;

  line-height: 30px;

}

.slide_text {

    background: rgba(255,255,255,0.8);

    max-width: 600px;

    padding: 35px 80px 35px 80px;

    text-align: center;

}

.slide_text h3{

  margin: 10px 0 0 0;

}

.slider_caption {

  line-height: 24px;

  padding-top: 20px;

}

.slider_button {

  font-size: 11px;

  padding-bottom: 10px;

  padding-top: 20px;

  line-height: 30px;

}

.slider_button a {

  -webkit-transition: all 0.3s ease-out;

  transition: all 0.3s ease-out;

}

.slide_info_inner {

  display: table-cell;

  vertical-align: middle;

}

.news_layout_full_width .mian_slider .slider_header a, .news_layout_full_width .mian_slider p{

  color: #263241;

}

.news_layout_full_width .mian_slider p{

  line-height: 25px;

  font-size: 15px;

  font-weight: 400;

  margin-bottom: 10px;

}

.slider_button a{

  font-weight: 600;

  letter-spacing: 1px;

  text-transform: uppercase;

  background-color: #00ada7;

  color: #fff;

  padding: 9px 9px 10px;

  border-radius: 2px;

  -o-transition: .3s;

  -ms-transition: .3s;

  -moz-transition: .3s;

  -webkit-transition: .3s;

}

.slider_button a:hover {

  background-color: #263241;

}







/*Ads*/

.ads_in_block{

  margin-bottom: 30px;

  text-align: center;

}

/*posts_sidebar*/

.posts_sidebar{

  margin-top: 20px;

}



/*article*/

/* .posts_areaa article.hz_post, .archive_areaa article.hz_post{

  background-color: #fff;

  margin-bottom: 30px;

  box-shadow: 0 1px 3px rgba(0,0,0,0.15);

} */

.inner_single .post_wrapper, .main_page{
  width:100%;
  background-color: #fff;

  margin-bottom: 45px;

  -webkit-box-shadow: 0 0 5px 0 #e2e3e4;

  -moz-box-shadow: 0 0 5px 0 #e2e3e4;

  box-shadow: 0 0 5px 0 #e2e3e4;

  display: inline-block;

}

.hz_content p, .about_content, .hz_content{

  font-size: 15px;

  font-weight: normal;

  line-height: 170%;

}

article.hz_post .hz_thumb_post{

  height: auto;

  max-height: 600px;

  text-align: center;

  overflow: hidden;

  background-color: #000;

}

article.hz_post .link_post .hz_thumb_post, 

article.hz_post .quote_post .hz_thumb_post {

  background-color: rgba(0, 0, 0, 0.51);

}

article.hz_post .hz_thumb_post img{

  width: 100%;

}

article.hz_post .quote_post .hz_thumb_post, article.hz_post .link_post .hz_thumb_post{

  display: inherit;

}

.hz_top_post{

    display: inline-block;

    width: 100%;

    position: relative;

    margin: -50px 0 0px 0px;

    padding: 0 30px;

}

.hz_top_post .hz_admin_pic{

  float: left;

  width: 70px;

  margin-right: 20px;

}

.hz_top_post .hz_admin_pic img{

  width: 100%;

  border-radius: 2px;

}

.hz_top_post .hz_title_and_meta h3{

  margin: 0;

  padding: 0;

  color: #007C32;

  line-height: 35px;

}

/* .hz_top_post .hz_title_and_meta h3:hover{

  color: #00ada7;

} */

.hz_top_post .hz_title a{

  -o-transition: .3s;

  -ms-transition: .3s;

  -moz-transition: .3s;

  -webkit-transition: .3s;

}

.hz_meta_post{

  margin-top: 10px;

}

.hz_meta_post span{

  margin-right: 10px;

  color: #CCD1D9;

}

.hz_meta_post a{

  color: #CCD1D9;

  font-size: 13px;

  font-weight: 400;

}

.hz_meta_post a:hover{

  color: #00ada7;

}

.hz_meta_post span i{

  margin-right: 5px;

  color: #CCD1D9;

}

.hz_main_post_content {
    padding: 10px 30px 10px 30px;
    /*display: inline-block;*/
}
.videos {
    margin-bottom: 20px!important;
    padding: 0px 20px;
}

.hz_post .hz_main_post_content .hz_content{

  margin: 0px 0 30px 0px;

}

.hz_post .hz_bottom_post{

  border-top: 1px solid #ecedee;

  padding-top: 30px; 

}

.hz_bottom_post .hz_read_more{

  float: left;

}

.hz_bottom_post .hz_icon_shere{

  float: right;

  margin-top: -3px;

}



.hz_bottom_post .hz_icon_shere .hz_share span{

	display: inline-block;

	width: 26px;

	height: 26px;

	line-height: 26px;

	text-align: center;

	font-size: 12px;

	margin-right: 3px;

	margin-bottom: 0px;

}

.hz_bottom_post .hz_icon_shere .hz_share span a{

	display: block;

	border-radius: 2px;

	background-color: #CCD1D9;

	height: 100%;

  color: #fff;

}

.hz_bottom_post .hz_icon_shere .hz_share span a:hover{

  background-color:#00ada7;

  color: #fff;

  text-decoration:none

}



.hz_bottom_post .hz_icon_shere .share_toggle{

  display: inline-block;

  width: 26px;

  height: 26px;

  line-height: 26px;

  text-align: center;

  font-size: 12px;

  margin-right: 3px;

  margin-bottom: 0px;

  float: right;

  background-color: #CCD1D9;

  border-radius: 2px;

}

.hz_bottom_post .hz_icon_shere .share_toggle i{

  display: block;

  height: 100%;

  line-height: 26px;

  color: #fff;



}

.hz_bottom_post .hz_icon_shere .share_toggle:hover{

  background-color:#00ada7;

  color: #fff;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.hz_bottom_post .hz_icon_shere  .hz_share {

  -webkit-transform: translateX(20px);

  -moz-transform: translateX(20px);

  -ms-transform: translateX(20px);

  -o-transform: translateX(20px);

  transform: translateX(20px);

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.3s ease;

  -moz-transition: all 0.3s ease;

  -ms-transition: all 0.3s ease;

  -o-transition: all 0.3s ease;

  transition: all 0.3s ease;

  display: inline-block;

  margin-right: 8px;

}

.hz_bottom_post .hz_icon_shere  .hz_share.share_active {

  -webkit-transform: translateX(5px);

  -moz-transform: translateX(5px);

  -ms-transform: translateX(5px);

  -o-transform: translateX(5px);

  transform: translateX(5px);

  opacity: 1;

  visibility: visible;

}

.hz_read_more a{

  font-size: 10px !important;

  font-weight: 600;

  letter-spacing: 1px;

  text-transform: uppercase;

  background-color: #00ada7;

  color: #fff;

  padding: 6px 8px 7px;

  display: inline-block;

  border-radius: 2px;

  -o-transition: .3s;

  -ms-transition: .3s;

  -moz-transition: .3s;

  -webkit-transition: .3s;

}

.hz_read_more a:hover{

  background-color: #263241;

  color: #fff;

}

.hz_title_and_meta{

    background-color: #fff;

    padding: 20px 20px 0 20px;

}



/* ---- Grid Layout ---- */

.col-md-12 .grid_post  {

  float: left;

  width: 32%;

}

.col-md-8 .grid_post {

    float: left;

    width: 48.5%;

}

.main_grid_layout .pager{

  margin-top: 0;

}

.pagination_post .pager{

  margin: 45px 0 45px 0;

}



.main_grid_layout .hz_title_and_meta{

  background-color: inherit; 

  padding: 0;

}

.main_grid_layout .hz_top_post{

  margin: 30px 0 0px 0px;

}

.main_grid_layout .hz_top_post:before{

  content: "";

  background: none;

  width: 0;

  height: 0;

  border-left: 9px solid transparent;

  border-right: 9px solid transparent;

  border-bottom: 9px solid #fff;

  position: absolute;

  left: 50px;

  top: -39px;

  margin-left: auto;

  margin-right: auto;

  z-index: 3;

}

.main_grid_layout .video_post .hz_top_post:before, .main_grid_layout .audio_post .hz_top_post:before{

  top: -9px;

}

.main_grid_layout .hz_top_post .hz_title_and_meta h4{

  margin: 0;

  padding: 0;

}

.main_grid_layout .link_post .hz_thumb_post{

  padding: 30px;

}

.main_grid_layout .video_post .embed-responsive-16by9{

  padding-bottom: 55%;

}



/*List Layout*/

.list_layout .list_thum{

  display: table-cell;

  vertical-align: middle;

  line-height: 0;

  position: relative;

  overflow: hidden;

  width: 360px;

  background-color: #000;

}

.list_layout .list_content{

  display: table-cell;

  vertical-align: middle;

  padding: 20px;

}

.list_layout .hz_top_post{

  margin: 0;

  padding: 0;

}

.list_layout .hz_main_post_content{

  padding: 0;

}



.list_layout .hz_post .hz_main_post_content .hz_content{

  margin: 15px 0;

}

.list_layout .hz_post .hz_bottom_post{

  border: none;

  padding: 0;

}

.list_layout .hz_title h4 {

  margin: 0;

}

.list_layout .audio_post .embed-responsive-16by9{

  padding-bottom: 70%;

}

.list_layout .hz_title_and_meta {

    background-color: inherit;

    padding: 0;

}

.hz_thumb_post .cat_list_post{

  position: absolute;

  padding: 20px;

  z-index: 999999999;

}

.hz_thumb_post .hz_cat_post a{

  margin: 0 5px 0 0;

  padding: 1px 4px;

  color: #fff;

  background-color: #00ada7;

  font-size: 11px;

  text-decoration: none;

  border-radius: 3px;

  -moz-border-radius: 3px;

  -webkit-border-radius: 3px;

  -webkit-transition: all 0.4s;

  -moz-transition: all 0.4s;

  -ms-transition: all 0.4s;

  -o-transition: all 0.4s;

  transition: all 0.4s;

}

.hz_thumb_post .hz_cat_post a:hover {

  background-color: #263241;

  opacity: 1;

  color: #fff;

  -o-transition:.3s;

  -ms-transition:.3s;

  -moz-transition:.3s;

  -webkit-transition:.3s

}

.hz_post .hz_thumb_post img {

  -webkit-transition: all 0.2s;

  -moz-transition: all 0.2s;

  -ms-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

}

.hz_post .hz_thumb_post img:hover {

  -webkit-opacity: 0.8;

  -moz-opacity: 0.8;

  -ms-opacity: 0.8;

  -o-opacity: 0.8;

  opacity: 0.8;

}



/*slider_post*/

ul#post-slid-post{

  margin: 0;

}



/* gallery post - tiled gallery */

.gallery_post .gallery_tiled {

  text-align: left;

}

.gallery_post .gallery_tiled ul {

  padding: 0;

  margin: 0;

}

.gallery_post .gallery_tiled ul li {

  list-style: none;

  float: left;

  width: 33.3333333333333333%;

  height: 25%;

  position: relative;

  margin-bottom: 0;

}

.gallery_post .gallery_tiled ul li a .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  -webkit-transition: all 0.2s;

  -moz-transition: all 0.2s;

  -ms-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

  -webkit-opacity: 0;

  -moz-opacity: 0;

  -ms-opacity: 0;

  -o-opacity: 0;

  opacity: 0;

}

.gallery_post .gallery_tiled ul li a .overlay:before {

  content: '\f00e';

  font-family: Fontawesome;

  position: absolute;

  font-size: 14px;

  width: 42px;

  height: 42px;

  line-height: 42px;

  top: 50%;

  left: 50%;

  margin-left: -21px;

  margin-top: -21px;

  color: #303030;

  text-align: center;

  background: #ffffff;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

}

.gallery_post .gallery_tiled ul li a:hover .overlay {

  -webkit-opacity: 1;

  -moz-opacity: 1;

  -ms-opacity: 1;

  -o-opacity: 1;

  opacity: 1;

}



.gallery_post .image_link{

  height: 100%;

  width: 100%;

  background-color: rgba(0,0,0,0);

  text-align: center;

  overflow: hidden;

  display: block;

}



/*link_post*/

.link_post .hz_thumb_post{

  background-color: #00ada7;

  padding: 50px;

}

.link_post .hz_thumb_post .link_title a{

  color: #fff;

  text-transform: capitalize;

}



/*audio_post*/

.audio_post .embed-responsive-16by9{

  padding-bottom: 35%;

  margin: 0px;

}





/*lightbox_post*/

.lightbox_post .image_link{

  height: 100%;

  width: 100%;

  background-color: rgba(0,0,0,0);

  text-align: center;

  overflow: hidden;

  display: block;

}

.lightbox_post .hz_thumb_post{

  position: relative;

}

.hz_post .quote_post .hz_thumb_post i, .hz_post .link_post .hz_thumb_post i{

  margin:-30px 20px 0 0;

}

.hz_post .hz_thumb_post i{

  height: 40px;

  width: 40px;

  line-height: 40px;

  font-size: 19px;

  background-color: #00ada7;

  color: #fff;

  position: absolute;

  right: 0;

  margin: 20px 20px 0 0;

  z-index: 99999999;

  opacity: 0;

}

.hz_post:hover .hz_thumb_post i {

  background-color: #263241;

  opacity: 1;

  color: #fff;

  -o-transition:.3s;

  -ms-transition:.3s;

  -moz-transition:.3s;

  -webkit-transition:.3s

}



.lightbox_post .hz_thumb_post a .overlay, .portfolio_post .portfolio_item a .overlay, .block_hz_post .overlay {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.5);

  -webkit-transition: all 0.2s;

  -moz-transition: all 0.2s;

  -ms-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

  -webkit-opacity: 0;

  -moz-opacity: 0;

  -ms-opacity: 0;

  -o-opacity: 0;

  opacity: 0;

}

.lightbox_post .hz_thumb_post a .overlay:before, .portfolio_post .portfolio_item a .overlay:before, .block_hz_post .overlay:before {

  content: '\f00e';

  font-family: Fontawesome;

  position: absolute;

  font-size: 14px;

  width: 42px;

  height: 42px;

  line-height: 42px;

  top: 50%;

  left: 50%;

  margin-left: -21px;

  margin-top: -21px;

  color: #303030;

  text-align: center;

  background: #ffffff;

  -webkit-border-radius: 50%;

  -moz-border-radius: 50%;

  border-radius: 50%;

}

.lightbox_post .hz_thumb_post a:hover .overlay, .portfolio_post .portfolio_item a:hover .overlay, .block_hz_post .overlay:hover  {

  -webkit-opacity: 1;

  -moz-opacity: 1;

  -ms-opacity: 1;

  -o-opacity: 1;

  opacity: 1;

}





/*quote_post*/

.quote_post .hz_thumb_post{

  background-color: #00ada7;

  padding: 50px;

}

.quote_title, .link_title{

  text-align: left;

}

.quote_post .hz_thumb_post .quote_title a{

  color: #fff;

  display: inline-block;

  text-transform: capitalize;

}

.link_post .overflo, .quote_post .overflo{

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

}

/*video post*/

.video_post .hz_top_post, .audio_post .hz_top_post{

  margin: 0px;

}

.video_post .hz_title_and_meta, .audio_post .hz_title_and_meta{

  background-color: transparent;

  padding: 20px 20px 0 0px;

}



/*SINGLE POST*/

.hz_tags{

  float: left;

}

.hz_tags span a{

  padding:4px;

  background-color: #CCD1D9;

  color: #fff;

  text-transform: capitalize;

  border-radius: 2px;

}

.hz_tags span a:hover{

  background-color:#00ada7;

  color: #fff;

}



/*user info post*/

.user_info_post{

  background-color: #fff;

  padding: 20px;

  text-transform: capitalize;

  display: inline-block;

  margin-bottom: 30px;

}



.user_info_post .user_pic{

  margin-right: 20px;

  height: auto;

  float: left;

}

.user_info_post .user_pic img{

  border-radius: 2px;

  width: 140px;

}

.user_info_post .min_user_info h4{

  margin-top: 0px;

  font-size: 16px;

}

.user_info_post .min_user_info p{

  font-size: 13px;

  line-height: inherit;

}

.user_info_post .social_icon{

  text-align: right;

  float: none;

}

.user_info_post .social_icon span a{

  background-color: #CCD1D9;

  color: #fff;

}

.user_info_post .social_icon span a:hover{

  background-color:#00ada7;

  color: #fff;

}

.personal_info label{

  color: #555;

}



/*single related posts*/

.single_related_posts, .conmments_block, #respond{

  padding: 20px;

  background-color: #fff;

  margin-bottom: 30px;

  -webkit-box-shadow: 0 0 5px 0 #e2e3e4;

  -moz-box-shadow: 0 0 5px 0 #e2e3e4;

  box-shadow: 0 0 5px 0 #e2e3e4;

}

.post_title h4{

  margin: 0;

  font-size: 16px;

  text-transform: capitalize;

  color: #263241;

}

.post_title{

  margin-bottom: 20px;

  padding-bottom: 0px;

  padding: -6 0 10px 0;

  margin: 0px 0px 20px;

  border-bottom: 2px solid #ecedee;

}

#post_related_block{

  display: none;

  margin-bottom: 0;

}

#post_related_block .item{

  margin: 3px;

  list-style: none;

}

#post_related_block .item img{

  display: block;

  width: 100%;

  height: auto;

}

#post_related_block h5{

  margin-bottom: 0;

}

#post_related_block a{

 color: #263241;

}

#post_related_block .owl-buttons{

  display: none;

}



/*Comment List*/

.commentlist li {

  list-style: none;

}

.commentlist li.comment,.commentlist li.comment ul.children li.comment {

  border-bottom: 1px solid #ecedee;

  margin-bottom: 20px;

  padding-bottom: 20px;

}

.commentlist li.comment li.comment,.commentlist > li.comment:last-child,.commentlist > li.comment:last-child .comment-body,.commentlist li.comment ul.children li.comment:last-child {

  border-bottom: none;

  margin-bottom: 0;

  padding-bottom: 0;

}

.commentlist li.comment .comment-body {

  margin-bottom: 20px;

}

.commentlist li.comment .comment-body p {

  margin-bottom: 0;

}

.commentlist ul.children {

  padding-left: 100px;

  margin-top: 20px;

  border-top: 1px solid #ecedee;

  padding-top: 20px;

}

.commentlist li.comment .comment-body .avatar {

  height: 70px;

  width: 70px;

  overflow: hidden;

  float: left;

  margin-right: 20px;

}

.commentlist .comment-body .avatar img{

  width: 100%;

}

.commentlist li.comment .comment-body .comment-text {

  overflow: hidden;

  height: 100%;

}

.commentlist li.comment .comment-body .comment-text .author {

  margin-bottom: 10px;

}

.commentlist li.comment .comment-body .comment-text .author span {

  display: inline-block;

  margin-bottom: 5px;

  text-transform: uppercase;

  font-weight: 600;

}

.commentlist li.comment .comment-body .comment-text .author div.date {

  text-transform: uppercase;

  font-style: italic;

}

.comment-meta {

  float: left;

}

.comment-reply.button, .comment-edit-link, .comment-reply-link {

  float: right;

  font-size: 12px;

  padding: 7px;

  margin-left: 0px;

  line-height: normal;

  height: auto;

  display: block;

  background-color: #007C32;

  color: #fff;

}



.comment-reply.button:hover{

  background-color: #263241;

}

.cancel-comment-reply a {

  margin-bottom: 20px;

}

.comment-form .form-input {

  position: relative;

}

.comment-form .form-input i {

  position: absolute;

  top: 12px;

  left: 10px;

  font-size: 15px;

  z-index: 1;

  color: #7b7b7b;

}

.contact-form .form-input i {

  top: 35px;

}

.gctheader_brown{

    

}

.gctheading {

    display: inline-block;

    margin: 5px 1px;

    min-width: 150px;

    padding: 0px 10px;

    font-weight: 600;

    text-align: justify;

    -moz-box-shadow: -4px 0 0 0 #CC0001;

    -webkit-box-shadow: -4px 0 0 0 #CC0001;

    box-shadow: -4px 0 0 0 #CC0001;

	

   

}

.comment-form .form-input input,.comment-form .form-input textarea {

  padding-left: 30px;

  margin-bottom: 20px;

  width: 100%;

}

.comment-form .form-input textarea {

  height: 160px;

  width: 100%;

  line-height: 22px;

}



.comment-form{

  margin: 0 30px;

}



/*Comment Respond*/

#respond .reply-title {

  margin-bottom: 16px;

}

#respond .reply-title h4 {

  margin: 0;

}

#respond .form-item {

  margin: 15px 0;

}

#respond .form-item textarea {

  width: 100%;

  height: 120px;

}

#respond .form-item input {

  width: 100%;

}

#respond .form-actions {

  margin: 15px 0;

}

#respond .form-actions .awe-btn {

  width: 100%;

}

#respond form{

  margin-bottom: 0;

}

#respond{

  display: block;

}

#respond .comment-form{

  margin: 0;

}





/*Sidebar*/

.inner_sidebar, .inner_footer{

  margin-left: 20px;

/*  padding: 0 10px;*/

}

.layout_left_sidebar .inner_sidebar{

  margin-right: 20px;

  margin-left: 0px;

}



.layout_right_side .inner_sidebar{

  margin-left: 20px;

  margin-right: 0px;

}



.layout_left_side .inner_sidebar{

  margin-right: 20px;

  margin-left: 0px;

}



.inner_sidebar .widget{

  color: #c1c0c0;

  margin-bottom: 0px;

  padding: 20px;

  background-color: #fff;

  border-bottom: 0px solid rgba(221, 226, 232, 0.5);

    margin-left: 2px;

}

.widget h4{

  padding: 0 0 10px 0;

  margin: 0px 0px 20px;

  text-transform: capitalize;

  font-size: 16px;

  color: #555;

}

.widget .widget_title {

  color: #263241;

}

.widget_title:after{

  content: '';

  width: 50px;

  height: 1px;

  background-color: #00ada7;

  margin-top: 5px;

  display: block;

}

#footer .widget .widget_title{

  color: #fff;

}

.inner_sidebar .widget a:hover, .inner_footer .widget a:hover{

  color:#263241 ;

}



/***************widget************/

.widget li {

  list-style: none;

  border-bottom: 0px solid rgba(221, 226, 232, 0.5);

  padding-bottom: 0px;

  margin-bottom: 0px;

  overflow: hidden;

  height: 100%;

  text-transform: capitalize;

}

.widget ul, .widget ol{

  margin: 0;

  padding: 0;

}

.widget li:last-child {

  border-bottom: none;

  padding-bottom: 0;

  margin-bottom: 0;

}

.widget .widget_categories li span {

  margin-left: 10px;

}

.widget_categories li i, .widget_archive li i {

  float: right;

  margin-left: 10px;

  font-size: 13px;

  line-height: 20px;

}



/*tagcloud*/

.widget .tagcloud a{

  font-size:10px !important;

  font-weight: 600;

  letter-spacing:1px;

  text-transform:uppercase;

  background:rgba(221, 226, 232, 0.5);

  color:#263241;

  padding:6px 8px 7px;

  margin-right:5px;

  margin-bottom:8px;

  display:inline-block;

  border-radius:2px;

  -o-transition:.3s;

  -ms-transition:.3s;

  -moz-transition:.3s;

  -webkit-transition:.3s

}

.widget .tagcloud a:hover{

  background-color:#00ada7;

  color: #fff !important;

}

/*widget newsletter*/

.widget_newsletter form{

  margin-bottom: 0;

}

.widget_newsletter input{

  margin-bottom: 20px;

}

.widget_newsletter button span, .widget_newsletter button i{

  color: #fff;

  text-transform: capitalize;

}

/*Search*/

.widget_search form{

  margin: 0;

}

.widget_search input{

  width: 100%;

  margin-bottom: 20px;

}

.widget_search input:last-child{

  margin-bottom: 0;

}

.widget_search .button, button, input[type="submit"], input[type="reset"], input[type="button"]{

  background-color: #00ada7;

  border-radius: 2px;

  border: none;

  color: #fff;

  -o-transition:.3s;

  -ms-transition:.3s;

  -moz-transition:.3s;

  -webkit-transition:.3s

}

.widget_search .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover{

  background-color: #263241;

}



/*widget_advertisement*/

.ads_wid{

  text-align: center;

}

.ads_w img{

  width: 100%;

}

/* start calendar widget */

.widget_calendar table {

    width: 100%;    

}



.widget_calendar {

    width: 100%;

}

.widget_calendar a{

  color: #00ada7;

}



.widget_calendar {float: left;}

#wp-calendar {width: 100%; }



#wp-calendar thead { font-size: 10px; }



#wp-calendar thead th { 

    padding: 6px 0;

    background-color: #EDEDED;

    text-align: center;

    color: #000;

    font-weight: bold;

    font-size: 12px;

    border-right: 2px solid #fff;

    border-bottom: 2px solid #ecedee;

}

#wp-calendar thead th:last-child {

    border-right: 0;

}

#wp-calendar tbody { color: #aaa; }

#wp-calendar tbody td { 

    background-color: #f5f5f5;

    border-right: 2px solid #fff;

    text-align: center;

    padding: 7px;

    font-weight: 300;

    color: #888;

}

#wp-calendar tbody td:last-child {

    border-right: 0;

}

#wp-calendar tbody td:hover { background-color: #fff; }

#wp-calendar tbody td.pad { border-color: transparent; }

#wp-calendar tbody tr:first-child td.pad { border-right: 2px solid #fff; }

#wp-calendar tbody td.pad:hover { background-color: transparent; }

#wp-calendar tbody .pad { background: none; }

#wp-calendar tfoot #next { font-size: 10px; text-transform: uppercase; text-align: right; }

#wp-calendar tfoot #prev { font-size: 10px; text-transform: uppercase; padding-top: 10px; }



#wp-calendar tbody td a {

    font-weight: 600;

}

.widget_container caption {

    text-align: left;

    font-size: 14px;

    text-transform: uppercase;

    font-weight: 300;

    margin-top: 0;

    margin-bottom: 12px;

    background-color: #26BDEF;

    padding: 2px 12px;

    color: #fff;

}



.site_footer.dark_footer #wp-calendar thead th {

    background-color: #303030;

    border-bottom-color: #444;

    border-right-color: #111;

    color: #A9A9A9;

}



.site_footer.dark_footer #wp-calendar tbody td{

    background-color: #222;

    border-right-color: #111;

}



.site_footer.dark_footer #wp-calendar tbody td.pad { background-color: transparent; }



.site_footer.dark_footer #wp-calendar tbody tr:first-child td.pad { border-right: 2px solid #111; }











/*widget recent post*/

.widget_recent_post .widget_post_thumbnail{

  float: left;

  height: 80px;

  margin-right: 10px;

  width: 80px;

  overflow: hidden;

}

.widget_recent_post .widget_post_thumbnail img{

  width: 100%;

  height: 100%;

}



.widget_recent_post h5{

  margin: 0;

}

.widget_post_info .post_meta{

  margin-top: 10px;

  font-size: 12px;

}

.widget_post_info .post_meta span{

  margin-right: 10px;

}



/*widget recent comments*/



.widget_recent_comments .widget_post_thumbnail{

  float: left;

  height: 80px;

  margin-right: 10px;

  width: 80px;

  overflow: hidden;

}

.widget_recent_comments .comment-author a{

  color: #BCC2CE;

}

#footer .widget_recent_comments .comment-author a{

  color: #fff;

}

.widget_recent_comments .comment-c{

  display: block;

  font-weight: 600;

}



/*widget text*/

.logo_widget{

  margin: 20px 0;

}

.widget_text .textwidget{

  overflow: hidden;

}

.widget_social_icon{

  margin-top: 20px;

  text-align: center;

}

.widget_social_icon span{

  padding: 5px;

}





/*Flickr Badge Image*/

.hamzh_flickr{

  display: inline-block;

}

.widget .flickr_badge_image{

  float: left;

  width: 75px;

  background-color: #000;

}

.widget .flickr_badge_image:nth-child(4n+0){

  margin-right: 0px;

}

.widget .flickr_badge_image img {

  width: 75px;

  height: 75px;

  -webkit-transition: all 0.2s;

  -moz-transition: all 0.2s;

  -ms-transition: all 0.2s;

  -o-transition: all 0.2s;

  transition: all 0.2s;

}

.widget .flickr_badge_image img:hover {

  -webkit-opacity: 0.8;

  -moz-opacity: 0.8;

  -ms-opacity: 0.8;

  -o-opacity: 0.8;

  opacity: 0.8;

}





/*Slid Widget*/

.slid_widget_dribbble li{

  margin: 0px;

  padding: 0px;

}

.slid_widget_dribbble img{

  width: 100%;

}



/*Widget About Me*/

.widget_about_me{

  text-align: center;

}

.widget_about_me .my_pic img{

  width: 100%;

}

.widget_about_me .my_name h4{

  margin: 20px 0 10px;

  border: none;

  padding: 0px;

  font-size: 20px;

}

.widget_about_me .my_words p{

  margin: 10px 0 20px;

}

.widget_about_me .social_icon a{

  display: block;

  border-radius: 2px;

  background-color: #CCD1D9;

  height: 100%;

  color: #fff;

}

.widget_about_me .social_icon a:hover{

  color: #fff !important;

}

/*widget twitter*/

.widget.widget_twitter li a{

    color: #40bff5;

}









/*Social Counter*/

.widget_social_counter {

    margin-bottom: -15px;

}

.widget_social_counter .social_counter_count {

    font-size: 22px;

    font-weight: bold;

    line-height: 1.2em;

    color: #333333;

    margin-top: 5px;

}



.social_counter {

    width: 13%;

    margin-right: 3%;

    min-width: 42px;

    display: inline-block;

    float: left;

    margin-bottom: 15px;

}



.social_counter_icon {

    float: left;

    display: inline-block;

    width: 30px;

    height: 30px;

    background-color: #EEEEEE;

    color: #333333;

    text-align: center;

    margin-right: 18px;

}

.social_counter_icon i {

    line-height: 32px;

    font-size: 18px;

}



.social_counter_count,

.social_counter_count,

.social_counter_icon {

    -webkit-transition: all 0.25s;

       -moz-transition: all 0.25s;

            transition: all 0.25s;

}



.social_counter_twitter .social_counter_icon {

    background-color: #55ACEE;

    color: #FFFFFF;

}

.social_counter_twitter:hover .social_counter_icon {

    background-color: #88C4F3;

}

.social_counter_twitter:hover .social_counter_count {

    color: #55ACEE;

}



.social_counter_facebook .social_counter_icon {

    background-color: #3D62B3;

    color: #FFFFFF;

}

.social_counter_facebook:hover .social_counter_icon {

    background-color: #7791C9;

}

.social_counter_facebook:hover .social_counter_count {

    color: #3D62B3;

}



.social_counter_instagram .social_counter_icon {

    background-color: #2D6B94;

    color: #FFFFFF;

}

.social_counter_instagram:hover .social_counter_icon {

    background-color: #6C97B4;

}

.social_counter_instagram:hover .social_counter_count {

    color: #2D6B94;

}



.social_counter_youtube .social_counter_icon {

    background-color: #CC181E;

    color: #FFFFFF;

}

.social_counter_youtube:hover .social_counter_icon {

    background-color: #DB5D61;

}

.social_counter_youtube:hover .social_counter_count {

    color: #CC181E;

}



.social_counter_googleplus .social_counter_icon {

    background-color: #D34836;

    color: #FFFFFF;

}

.social_counter_googleplus:hover .social_counter_icon {

    background-color: #E07E72;

}

.social_counter_googleplus:hover .social_counter_count {

    color: #D34836;

}



.social_counter_soundcloud .social_counter_icon {

    background-color: #1BB6EC;

    color: #FFFFFF;

}

.social_counter_soundcloud:hover .social_counter_icon {

    background-color: #5FCBF1;

}

.social_counter_soundcloud:hover .social_counter_count {

    color: #1BB6EC;

}

.social_counter_counter {

    float: left;

    display: inline-block;

}

.social_counter_unit {

    margin-top: 2px;

    font-size: 12px;

    font-style: italic;

    line-height: 1em;

    color: #999999;

}



/*login*/

.widget_login form{

  margin: 0;

}

.widget_login input{

  width: 100%;

  margin-bottom: 20px;

}

.widget_login input.button{

  margin-bottom: 0px;

}



/*footer_subscribe*/

.footer_subscribe{

  padding: 70px 0 80px;

  background-color: #f8f8f8;

  border-top: 1px solid #e7e7e7;

  text-align: center;

}

.block_subscribe{

  text-align: center;

  margin: auto;

}

.newsletter_form{

  position: relative;

  margin-bottom: 0;

}

.newsletter_form input{

  width: 100%;

}

.block_subscribe h3{

  margin: 0;

}

.block_subscribe p{

  margin-bottom: 20px;

}

.block_subscribe button{

  color: #fff;

}

.block_subscribe button:hover{

  color: #fff;

  width: 100%;

}

/*footer */

.footer {

  background-color: #343434;

  border-top: 1px solid #e7e7e7;

  color: #fff;

  margin-top:20px;

}

.footer a{

  color: #fff;

}

.footer span a{

  color: #7b7b7b;

}

.inner_footer{

    padding: 40px 0 50px; 

}



.inner_footer h4{

  border-bottom: 2px solid rgba(204, 209, 217, 0.33);

  padding-bottom: 10px;

  margin: 0px 0px 20px;

}

.main_footer {

  padding: 35px 0;

}



.main_footer .widget {

  padding: 0px 30px;

}



/*copyright*/

.hmztop {

  background-color: #64c31f;

  background-image: url(../images/arrow.png);

  background-position: 50% 50%;

  background-repeat: no-repeat;

  z-index: 999999999999999;

  width: 40px;

  height: 40px;

  text-indent: -99999px;

  position: fixed;

  bottom: -100px;

  right: 1%;

  cursor: pointer;

  -webkit-transition: all .7s ease-in-out;

  -moz-transition: all .7s ease-in-out;

  -o-transition: all .7s ease-in-out;

  -ms-transition: all .7s ease-in-out;

  transition: all .7s ease-in-out;

  

  border-radius: 2px;

}

.hmztop:hover { background-color: #3B3B3B; }



.footer_logo{

  margin: 40px 0;

}

.copyright .social_icon{

  float: none;

  margin: 20px 0 10px;

}

.copyright{

  text-align: center;

  padding: 5px;

  background-color: #222;

}

.copyright a{

  color: #888;

}

.news_layout .copyright{

  text-align: left;

  padding: 20px;

}

.news_layout .copyright .social_icon{

  float: right;

}

.news_layout .copyright p{

  float: left;

}

.news_layout .copyright .social_icon{

  margin: 0;

}

.copyright p{

  margin: 0;

  font-size: 13px;

}



/*Page*/



.standard_page{

  margin-top: 30px;

}

.standard_page h1, .standard_page h2, .standard_page h3, .standard_page h4, .standard_page h5, .standard_page h6 {

  margin: 15px 0;

}

.content li{

  list-style: none;

}







/*Portfolio Page*/

.main_portfolio_layout .portfolio_post{

  margin-bottom: 20px !important;

}

.main_portfolio_layout .portfolio_post figure img{

  width: 100%;

}

.main_portfolio_layout .post_figure{

  margin-bottom: 0;

  position: relative;

  overflow: hidden;

}



.main_portfolio_layout .post_figure img{

  border-radius: 3px;

  display: block;

  max-width: 100%;

  height: auto;

  width: 100%;

}

.main_portfolio_layout .post_overlay{

  position: absolute;

  bottom: 0;

  width: 100%;

  padding: 20px 30px;

  z-index: 9999;

  background: none;

  -moz-box-sizing: border-box !important;

  box-sizing: border-box !important;

}

.main_portfolio_layout .post_overlay .hz_share span{

  margin: 0 2px;

}

.main_portfolio_layout .post_overlay a{

  color: #fff;

}

.main_portfolio_layout .post_overlay h6{

  float: left;

  margin: 0;

}

.main_portfolio_layout .post_overlay .hz_share{

  float: right;

}



/*About Me*/

.about_me .about_pic img{

  width: 100%;

}

.about_content{

  padding: 30px;

  display: inline-block;

}

.post_header{

  text-align: center;

  padding: 30px;

  background-color: #fff;

}

.post_header h1{

  font-size: 24px;

  letter-spacing: 3px;

  text-transform: uppercase;

  color: #000;

  font-weight: 400;

  line-height: 1.4em;

  margin: 0px;

}

.title_divider{

  border-top: 2px solid;

  display: block;

  max-width: 48px;

  margin: 5px auto 0px;

  color: #161616;

}

.inform_about{

  padding: 0px 30px 30px 30px;

}

.about-title {

  font-size: 24px;

  font-weight: 400;

  margin-bottom: 25px;

  padding-bottom: 10px;

  position: relative;

}

.about-title::after {

  background: none repeat scroll 0 0 #ddd;

  bottom: 0;

  content: "";

  height: 1px;

  left: 0;

  position: absolute;

  width: 100px;

}

.single-skill p{

  font-weight:700;

}



/*Author List */

.author_list .main_page{

  padding: 0px 30px 30px 30px;

}

.author_list .authorAvatar{

    float: left;

    margin-right: 20px;

    display: inline-block;

    position: relative;

    width: 100px;

    height: 100px;

}

.authorAvatar img{

  width: 100%;

}

.author_list .authorInfo .social_icon{

  float: right;

}

.author_list .social_icon span a{

  background-color: #CCD1D9;

}

.author_list .social_icon a{

  color: #fff;

}

.main_author{

  display: inline-block;

  margin-bottom: 30px;

  padding-bottom: 30px;

  border-bottom: 1px solid #eee;

}

.main_author:last-child{

  margin-bottom: 0px;

  padding-bottom: 0px;

  border-bottom: none;

}

.authordescrption{

  margin: 0;

}

.authorname{

  margin: 0;

}







/*404*/

.not-found-content h1{

  font-size: 170px;

  line-height: initial;

  margin: 0;

  font-weight: 800;

}

.text-center{

  margin-bottom:100px;

}

.back-to-home a{

  font-size:10px !important;

  font-weight: 600;

  letter-spacing:1px;

  text-transform:uppercase;

  background:#CCD1D9;

  color:#fff;

  padding:6px 8px 7px;

  margin-right:5px;

  display:inline-block;

  border-radius:2px;

  -o-transition:.3s;

  -ms-transition:.3s;

  -moz-transition:.3s;

  -webkit-transition:.3s

}

.back-to-home a:hover{

  background-color:#00ada7;

  color: #fff;

}





/* switcher */

.switcher {

  position: fixed;

  top: 15%;

  z-index: 1000000000;

  -webkit-transition: all 0.2s ease-in;

  -moz-transition: all 0.2s ease-in;

  -o-transition: all 0.2s ease-in;

  -ms-transition: all 0.2s ease-in;

  -khtml-transition: all 0.2s ease-in;

  transition: all 0.2s ease-in;

}

.switcher .switcherWrappper {

  position: relative;

}

/*.switcher .switcher-show-hide {

  background-color: #f23f5f;

  color: #ffffff;

  padding: 0;

  width: 40px;

  height: 40px;

  line-height: 40px;

  font-size: 21px;

  overflow: hidden;

  position: absolute;

  right: 100%;

  border: none;

  -webkit-border-radius: 2px 0 0 2px;

  -moz-border-radius: 2px 0 0 2px;

  -o-border-radius: 2px 0 0 2px;

  -ms-border-radius: 2px 0 0 2px;

  -khtml-border-radius: 2px 0 0 2px;

  border-radius: 2px 0 0 2px;

  top: 30px;

  padding: 0 !important;

}

.switcher .switcher-show-hide i {

  font-size: 24px;

}*/



.switcher .switcher-show-hide i {

    -webkit-animation-name: spin;

    -webkit-animation-duration: 2000ms;

    -webkit-animation-iteration-count: infinite;

    -webkit-animation-timing-function: linear;

    -moz-animation-name: spin;

    -moz-animation-duration: 2000ms;

    -moz-animation-iteration-count: infinite;

    -moz-animation-timing-function: linear;

    -ms-animation-name: spin;

    -ms-animation-duration: 2000ms;

    -ms-animation-iteration-count: infinite;

    -ms-animation-timing-function: linear;

    

    animation-name: spin;

    animation-duration: 2000ms;

    animation-iteration-count: infinite;

    animation-timing-function: linear;

}

@-ms-keyframes spin {

    from { -ms-transform: rotate(0deg); }

    to { -ms-transform: rotate(360deg); }

}

@-moz-keyframes spin {

    from { -moz-transform: rotate(0deg); }

    to { -moz-transform: rotate(360deg); }

}

@-webkit-keyframes spin {

    from { -webkit-transform: rotate(0deg); }

    to { -webkit-transform: rotate(360deg); }

}

@keyframes spin {

    from {

        transform:rotate(0deg);

    }

    to {

        transform:rotate(360deg);

    }

}



.switcher .switcherContents {

  background-color: #ffffff;

  padding: 20px;

  width: 231px;

  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);

  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);

  -o-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);

  -ms-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);

  -khtml-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);

  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);

  -webkit-border-radius: 0 2px 2px 0;

  -moz-border-radius: 0 2px 2px 0;

  -o-border-radius: 0 2px 2px 0;

  -ms-border-radius: 0 2px 2px 0;

  -khtml-border-radius: 0 2px 2px 0;

  border-radius: 0 2px 2px 0;

}

.switcher .switcherContents header {

  height: 40px;

  margin-bottom: 10px;

  padding: 0 10px;

  background-color: #f23f5f;

  text-align: center;

}

.switcher .switcherContents header h5 {

  color: #ffffff;

  margin-bottom: 0;

  line-height: 40px;

  font-family: 'Open Sans', 'Helvetica', 'Tahoma', 'Arial', sans-serif;

}

.switcherContent {

  padding: 20px 0;

  border-bottom: 1px solid #d1d1d3;

}

.switcherContent .title {

  display: block;

  margin-bottom: 20px;

  font-weight: 700;

}

.switcherContent:last-child {

  border-bottom: none;

  padding-bottom: 0;

}

.switcher.opened {

  right: 0 !important;

}

.switcherContent ul {

  text-align: center;

  margin-top: -5px;

}

.switcherContent ul li {

  display: inline-block;

  cursor: pointer;

  margin-right: 5px;

  margin-top: 5px;

  -webkit-border-radius: 2px 2px 2px 2px;

  -moz-border-radius: 2px 2px 2px 2px;

  -o-border-radius: 2px 2px 2px 2px;

  -ms-border-radius: 2px 2px 2px 2px;

  -khtml-border-radius: 2px 2px 2px 2px;

  border-radius: 2px 2px 2px 2px;

  -webkit-transition: all 0.2s ease-in;

  -moz-transition: all 0.2s ease-in;

  -o-transition: all 0.2s ease-in;

  -ms-transition: all 0.2s ease-in;

  -khtml-transition: all 0.2s ease-in;

  transition: all 0.2s ease-in;

}

.switcherContent ul li:last-child {

  margin-right: 0;

}

/* skinsColor */

.skinsColor {

  font-size: 0;

}

.skinsColor ul li {

  width: 29px;

  height: 20px;

  margin-right: 2.5px;

  margin-left: 2.5px;

}

.skinsColor ul li:hover{

    border: 1px solid #eee;

}

/* tempLayout */

.tempLayout ul li,

.theme ul li {

  border: 1px solid #4a454b;

  width: 31%;

  font-size: 12px;

  height: 40px;

  text-align: center;

  line-height: 40px;

  color: #4a454b;

}

.tempLayout ul li:hover,

.theme ul li:hover {

  background-color: #4a454b;

  color: #ffffff;

}

.tempLayout ul .active-layout,

.theme ul .active-layout {

  background-color: #4a454b;

  color: #ffffff;

}

/* theme */

.theme ul li {

  width: 48%;

  color: #4a454b;

}

.theme ul li.theme-dark {

  color: #ffffff;

}

.theme ul li.theme-light {

  color: #4a454b !important;

}

/* patterens */

.patterens ul li {

  width: 22px;

  height: 20px;

  border: 1px solid #d1d1d3;

}

.patterens ul li img {

  width: 100%;

  height: 100%;

  margin-top: -7px;

}

.patterens ul li:nth-child(7n+7) {

  margin-right: 0;

}



/* images */

.images-bg ul li {

  width: 22px;

  height: 20px;

  border: 1px solid #d1d1d3;

}

.images-bg ul li img {

  width: 100%;

  height: 100%;

    margin-top: -7px;

}

.images-bg ul li:nth-child(8n+8) {

  margin-right: 0;

}

/*=============================================================================



Boxed styles



  =============================================================================*/

.body-boxed,

.body-boxed-2 {

  background: #fff 0 0 repeat;

}

.body-boxed .all-wrapper,

.body-boxed-2 .all-wrapper {

  width: 1200px;

  margin: auto;

}

.body-boxed.fixed-header .header,

.body-boxed-2.fixed-header .header {

  width: 1200px;

}

.body-boxed-2 .all-wrapper {

  margin: 40px auto;

}



/*=============================================================================

- Animated styles

=============================================================================*/



.animated .widget, .animated .hz_post, .animated .block_posts, .animated .main_page{

  opacity: 0;

}



body img.hz_appear{

   opacity: 1; 

  -webkit-transition: all .4s ease-in-out;

  -moz-transition: all .4s ease-in-out;

  -o-transition: all .4s ease-in-out;

  transition: all .4s ease-in-out; 

}

body img{

  opacity: 0;

}



.slidesideimg{padding-top: 25px;}

.images{margin-bottom: 27px;}

.images img{width100%;	}

/*.inner_sidebar{padding-top:10px;}*/

.rights{text-align: center; color: #888;}



.rights  i{color: #f0e50d;}



.socials {

	display: block;

	margin-bottom: -5px;

	padding-top:2px;

	padding-bottom:10px;

}

.socials:before, .socials:after {

	display: table;

	clear: both;

	content: '';

}

.socials li {

	display: inline-block;

	float: none;

	width: 10%;

}

 .socials li:nth-child(1) a {

 background: #3b5998;

 text-shadow: 0px 0px #30487b, 1px 1px #30487b, 2px 2px #30487b, 3px 3px #30487b, 4px 4px #30487b, 5px 5px #30487b, 6px 6px #30487b, 7px 7px #30487b, 8px 8px #30487b, 9px 9px #30487b, 10px 10px #30487b, 11px 11px #30487b, 12px 12px #30487b, 13px 13px #30487b, 14px 14px #30487b, 15px 15px #30487b, 16px 16px #30487b, 17px 17px #30487b, 18px 18px #30487b, 19px 19px #30487b, 20px 20px #30487b, 21px 21px #30487b, 22px 22px #30487b, 23px 23px #30487b, 24px 24px #30487b, 25px 25px #30487b, 26px 26px #30487b, 27px 27px #30487b, 28px 28px #30487b, 29px 29px #30487b, 30px 30px #30487b, 31px 31px #30487b, 32px 32px #30487b, 33px 33px #30487b, 34px 34px #30487b, 35px 35px #30487b, 36px 36px #30487b, 37px 37px #30487b, 38px 38px #30487b, 39px 39px #30487b, 40px 40px #30487b, 41px 41px #30487b, 42px 42px #30487b, 43px 43px #30487b, 44px 44px #30487b, 45px 45px #30487b, 46px 46px #30487b, 47px 47px #30487b, 48px 48px #30487b, 49px 49px #30487b, 50px 50px #30487b, 51px 51px #30487b, 52px 52px #30487b, 53px 53px #30487b, 54px 54px #30487b, 55px 55px #30487b, 56px 56px #30487b, 57px 57px #30487b, 58px 58px #30487b, 59px 59px #30487b, 60px 60px #30487b, 61px 61px #30487b, 62px 62px #30487b, 63px 63px #30487b, 64px 64px #30487b, 65px 65px #30487b, 66px 66px #30487b, 67px 67px #30487b, 68px 68px #30487b, 69px 69px #30487b, 70px 70px #30487b, 71px 71px #30487b, 72px 72px #30487b, 73px 73px #30487b, 74px 74px #30487b, 75px 75px #30487b, 76px 76px #30487b, 77px 77px #30487b, 78px 78px #30487b, 79px 79px #30487b, 80px 80px #30487b;

}

 .socials li:nth-child(2) a {

 background: #00aced;

 text-shadow: 0px 0px #008ec4, 1px 1px #008ec4, 2px 2px #008ec4, 3px 3px #008ec4, 4px 4px #008ec4, 5px 5px #008ec4, 6px 6px #008ec4, 7px 7px #008ec4, 8px 8px #008ec4, 9px 9px #008ec4, 10px 10px #008ec4, 11px 11px #008ec4, 12px 12px #008ec4, 13px 13px #008ec4, 14px 14px #008ec4, 15px 15px #008ec4, 16px 16px #008ec4, 17px 17px #008ec4, 18px 18px #008ec4, 19px 19px #008ec4, 20px 20px #008ec4, 21px 21px #008ec4, 22px 22px #008ec4, 23px 23px #008ec4, 24px 24px #008ec4, 25px 25px #008ec4, 26px 26px #008ec4, 27px 27px #008ec4, 28px 28px #008ec4, 29px 29px #008ec4, 30px 30px #008ec4, 31px 31px #008ec4, 32px 32px #008ec4, 33px 33px #008ec4, 34px 34px #008ec4, 35px 35px #008ec4, 36px 36px #008ec4, 37px 37px #008ec4, 38px 38px #008ec4, 39px 39px #008ec4, 40px 40px #008ec4, 41px 41px #008ec4, 42px 42px #008ec4, 43px 43px #008ec4, 44px 44px #008ec4, 45px 45px #008ec4, 46px 46px #008ec4, 47px 47px #008ec4, 48px 48px #008ec4, 49px 49px #008ec4, 50px 50px #008ec4, 51px 51px #008ec4, 52px 52px #008ec4, 53px 53px #008ec4, 54px 54px #008ec4, 55px 55px #008ec4, 56px 56px #008ec4, 57px 57px #008ec4, 58px 58px #008ec4, 59px 59px #008ec4, 60px 60px #008ec4, 61px 61px #008ec4, 62px 62px #008ec4, 63px 63px #008ec4, 64px 64px #008ec4, 65px 65px #008ec4, 66px 66px #008ec4, 67px 67px #008ec4, 68px 68px #008ec4, 69px 69px #008ec4, 70px 70px #008ec4, 71px 71px #008ec4, 72px 72px #008ec4, 73px 73px #008ec4, 74px 74px #008ec4, 75px 75px #008ec4, 76px 76px #008ec4, 77px 77px #008ec4, 78px 78px #008ec4, 79px 79px #008ec4, 80px 80px #008ec4;

}

 .socials li:nth-child(3) a {

 background: #007bb6;

 text-shadow: 0px 0px #005f8d, 1px 1px #005f8d, 2px 2px #005f8d, 3px 3px #005f8d, 4px 4px #005f8d, 5px 5px #005f8d, 6px 6px #005f8d, 7px 7px #005f8d, 8px 8px #005f8d, 9px 9px #005f8d, 10px 10px #005f8d, 11px 11px #005f8d, 12px 12px #005f8d, 13px 13px #005f8d, 14px 14px #005f8d, 15px 15px #005f8d, 16px 16px #005f8d, 17px 17px #005f8d, 18px 18px #005f8d, 19px 19px #005f8d, 20px 20px #005f8d, 21px 21px #005f8d, 22px 22px #005f8d, 23px 23px #005f8d, 24px 24px #005f8d, 25px 25px #005f8d, 26px 26px #005f8d, 27px 27px #005f8d, 28px 28px #005f8d, 29px 29px #005f8d, 30px 30px #005f8d, 31px 31px #005f8d, 32px 32px #005f8d, 33px 33px #005f8d, 34px 34px #005f8d, 35px 35px #005f8d, 36px 36px #005f8d, 37px 37px #005f8d, 38px 38px #005f8d, 39px 39px #005f8d, 40px 40px #005f8d, 41px 41px #005f8d, 42px 42px #005f8d, 43px 43px #005f8d, 44px 44px #005f8d, 45px 45px #005f8d, 46px 46px #005f8d, 47px 47px #005f8d, 48px 48px #005f8d, 49px 49px #005f8d, 50px 50px #005f8d, 51px 51px #005f8d, 52px 52px #005f8d, 53px 53px #005f8d, 54px 54px #005f8d, 55px 55px #005f8d, 56px 56px #005f8d, 57px 57px #005f8d, 58px 58px #005f8d, 59px 59px #005f8d, 60px 60px #005f8d, 61px 61px #005f8d, 62px 62px #005f8d, 63px 63px #005f8d, 64px 64px #005f8d, 65px 65px #005f8d, 66px 66px #005f8d, 67px 67px #005f8d, 68px 68px #005f8d, 69px 69px #005f8d, 70px 70px #005f8d, 71px 71px #005f8d, 72px 72px #005f8d, 73px 73px #005f8d, 74px 74px #005f8d, 75px 75px #005f8d, 76px 76px #005f8d, 77px 77px #005f8d, 78px 78px #005f8d, 79px 79px #005f8d, 80px 80px #005f8d;

}

 .socials li:nth-child(4) a {

 background: #dd4b39;

 text-shadow: 0px 0px #ca3523, 1px 1px #ca3523, 2px 2px #ca3523, 3px 3px #ca3523, 4px 4px #ca3523, 5px 5px #ca3523, 6px 6px #ca3523, 7px 7px #ca3523, 8px 8px #ca3523, 9px 9px #ca3523, 10px 10px #ca3523, 11px 11px #ca3523, 12px 12px #ca3523, 13px 13px #ca3523, 14px 14px #ca3523, 15px 15px #ca3523, 16px 16px #ca3523, 17px 17px #ca3523, 18px 18px #ca3523, 19px 19px #ca3523, 20px 20px #ca3523, 21px 21px #ca3523, 22px 22px #ca3523, 23px 23px #ca3523, 24px 24px #ca3523, 25px 25px #ca3523, 26px 26px #ca3523, 27px 27px #ca3523, 28px 28px #ca3523, 29px 29px #ca3523, 30px 30px #ca3523, 31px 31px #ca3523, 32px 32px #ca3523, 33px 33px #ca3523, 34px 34px #ca3523, 35px 35px #ca3523, 36px 36px #ca3523, 37px 37px #ca3523, 38px 38px #ca3523, 39px 39px #ca3523, 40px 40px #ca3523, 41px 41px #ca3523, 42px 42px #ca3523, 43px 43px #ca3523, 44px 44px #ca3523, 45px 45px #ca3523, 46px 46px #ca3523, 47px 47px #ca3523, 48px 48px #ca3523, 49px 49px #ca3523, 50px 50px #ca3523, 51px 51px #ca3523, 52px 52px #ca3523, 53px 53px #ca3523, 54px 54px #ca3523, 55px 55px #ca3523, 56px 56px #ca3523, 57px 57px #ca3523, 58px 58px #ca3523, 59px 59px #ca3523, 60px 60px #ca3523, 61px 61px #ca3523, 62px 62px #ca3523, 63px 63px #ca3523, 64px 64px #ca3523, 65px 65px #ca3523, 66px 66px #ca3523, 67px 67px #ca3523, 68px 68px #ca3523, 69px 69px #ca3523, 70px 70px #ca3523, 71px 71px #ca3523, 72px 72px #ca3523, 73px 73px #ca3523, 74px 74px #ca3523, 75px 75px #ca3523, 76px 76px #ca3523, 77px 77px #ca3523, 78px 78px #ca3523, 79px 79px #ca3523, 80px 80px #ca3523;

}

 .socials li:nth-child(5) a {

 background: #bb0000;

 text-shadow: 0px 0px #920000, 1px 1px #920000, 2px 2px #920000, 3px 3px #920000, 4px 4px #920000, 5px 5px #920000, 6px 6px #920000, 7px 7px #920000, 8px 8px #920000, 9px 9px #920000, 10px 10px #920000, 11px 11px #920000, 12px 12px #920000, 13px 13px #920000, 14px 14px #920000, 15px 15px #920000, 16px 16px #920000, 17px 17px #920000, 18px 18px #920000, 19px 19px #920000, 20px 20px #920000, 21px 21px #920000, 22px 22px #920000, 23px 23px #920000, 24px 24px #920000, 25px 25px #920000, 26px 26px #920000, 27px 27px #920000, 28px 28px #920000, 29px 29px #920000, 30px 30px #920000, 31px 31px #920000, 32px 32px #920000, 33px 33px #920000, 34px 34px #920000, 35px 35px #920000, 36px 36px #920000, 37px 37px #920000, 38px 38px #920000, 39px 39px #920000, 40px 40px #920000, 41px 41px #920000, 42px 42px #920000, 43px 43px #920000, 44px 44px #920000, 45px 45px #920000, 46px 46px #920000, 47px 47px #920000, 48px 48px #920000, 49px 49px #920000, 50px 50px #920000, 51px 51px #920000, 52px 52px #920000, 53px 53px #920000, 54px 54px #920000, 55px 55px #920000, 56px 56px #920000, 57px 57px #920000, 58px 58px #920000, 59px 59px #920000, 60px 60px #920000, 61px 61px #920000, 62px 62px #920000, 63px 63px #920000, 64px 64px #920000, 65px 65px #920000, 66px 66px #920000, 67px 67px #920000, 68px 68px #920000, 69px 69px #920000, 70px 70px #920000, 71px 71px #920000, 72px 72px #920000, 73px 73px #920000, 74px 74px #920000, 75px 75px #920000, 76px 76px #920000, 77px 77px #920000, 78px 78px #920000, 79px 79px #920000, 80px 80px #920000;

}

.socials li {

	margin-bottom:0px;

}

.socials li a {

	display: block;

	height: auto;

	padding-bottom: 60%;

	background: #f90;

	position: relative;

	color: #fff;

	overflow: hidden;

}

.socials li a i {

	display: block;

	position: absolute;

	left: 50%;

	top: 50%;

	width: 24px;

	height: 24px;

	margin-left: -12px;

	margin-top: -12px;

	line-height: 24px;

	font-size: 24px;

	text-align: center;

 transition: all .3s ease;

	-webkit-transform: scale(1);

	transform: scale(1);

}

.socials li:hover a i {

	-webkit-transform: scale(1.5);

	transform: scale(1.5);

	color:#fff;

}

.image1 img {
    margin-bottom:10px;
    object-fit:cover!important;
    width: 360px!important;
    padding: 0px!important;
    height: 350px!important;
}

.image1 img:first-child{

	padding-top:10px;

}

.image1 img:last-child{

	padding-bottom:20px;

}

.singleline{

	margin:0px;

	padding:0px;

	list-style:none;

}

.singleline li{

	margin:0px;

	padding:0px 0px 10px 0px;

	list-style:none;

	border-bottom:1px solid #eee;

	margin-bottom:5px;

}

.singleline li a{

	color:#000;

}

.singleline li a:hover{

	color:#FF0000;

}

.singleline li a:before{

	font-family:"FontAwesome";

	content:"\f111";

	font-size:12px;

	padding-right:15px;

	color:#FF0000;

}

.ads_block a img {
    width: 100%;
    max-width: 976px;
    height: auto;
    position: relative;
    right: -61px;
}

#owl-demo .item img{

	width:100%;

	max-width:381px;

	height:350px;

}

.redblock .featured_title{

	background-color:#1ad66e;

	padding:5px 0px 3px 5px;

}

.darkdblock .featured_title{

	background-color:#9932CC;

	padding:5px 0px 3px 5px;

}

.orangeblock .featured_title{

	background-color:#FF4800;

	padding:5px 0px 3px 5px;

}

.sienablock .featured_title{

	background-color:#C54700;

	padding:5px 0px 3px 5px;

}

.steelblock .featured_title{

	background-color:#4682B4;

	padding:5px 0px 3px 5px;

}

.greenblock .featured_title{

	background-color:#1479db;

	padding:5px 0px 3px 5px;

}

.sienablock .featured_title h4,  .greenblock .featured_title h4,.blueblock .featured_title h4{

	color:#fff;

}

.steelblock .featured_title h4,  .greenblock .featured_title h4,.blueblock .featured_title h4{

	color:#fff;

}.redblock .featured_title h4,  .greenblock .featured_title h4,.blueblock .featured_title h4{

	color:#fff;

}

.orangeblock .featured_title h4,  .greenblock .featured_title h4,.blueblock .featured_title h4{

	color:#fff;

}

.darkdblock .featured_title h4,  .greenblock .featured_title h4,.blueblock .featured_title h4{

	color:#fff;

}

..featured_title-n  h4{color:#fff !important}

.greenblock .featured_title{

	background-color:#1E90FF;

	padding:5px 0px 3px 5px;

}

.greenblock .featured_title-n{

	background-color:#B80F0A;

	padding:5px 0px 3px 5px;

	

}

.greenblock .featured_title-n h4{

	color:#fff !important;

	

	

}

.redblock a.view_button{

	background-color:#0d9c4c !important;

}

.blueblock a.view_button{

	background-color:#055d5e !important;

}

.greenblock a.view_button{

	background-color:#920f0b !important;

}

.greenblock-2 a.view_button{

	background-color:#085db0 !important;

}

.darkdblock a.view_button{

	background-color:#7611a8 !important;

}

.sienablock a.view_button{

	background-color:#a64209 !important;

}

.steelblock a.view_button{

	background-color:#346f9f !important;

}

.greenblock a.view_button:hover{

	background-color:#263241!important;

	color:#fff;

}

.redblock a.view_button:hover{

	background-color:#263241!important;

	color:#fff;

}

.greenblock a.view_button:hover{

	background-color:#263241!important;

	color:#fff;

}

.blueblock a.view_button:hover{

	background-color:#263241!important;

	color:#fff;

}

.darkdblock a.view_button:hover{

	background-color:#263241!important;

	color:#fff;

}

.sienablock a.view_button:hover{

	background-color:#263241!important;

	color:#fff;

}

.steelblock a.view_button:hover{

	background-color:#263241!important;

	color:#fff;

}

.greenblock-2 a.view_button:hover{

	background-color:#263241!important;

	color:#fff;

}



.blueblock .featured_title{

	background-color:#008081;

	padding:5px 0px 3px 5px;

}

/*.redblock{

	background-color:#CC0001;

	color:#fff;

}

.redblock h4,.redblock h5,.post_date a{

	color:#fff!important;

}

.redblock .post_date a:hover{

	color:#FFFF00!important;

}

.redblock a.view_button{

	background-color:#007C32!important;

}

.redblock .img_small_post,.greenblock .img_small_post{

	border:2px solid #fff;

}

.greenblock{

	background-color:#007C32;

	color:#fff;

}

.greenblock h4,.greenblock h5,.post_date a{

	color:#fff!important;

}

.greenblock .post_date a:hover{

	color:#FFFF00!important;

}

.greenblock a.view_button{

	background-color:#CC0001!important;

}*/

.topboarder{width: 100%;background-color: #CC0202; padding:5px 0px; color:#fff;/*line-height: 1px;height: 5px;*/}

.maillink a{

	color:#fff;

	line-height:30px;

}

.topsocial{

	float:right;

}

.topsocial a i{

	margin-left:10px;

	color:#fff;

}

.topsocial a:hover i{

	color:#FFFF00;

}
p.rights b.break br{
	display:none;
}
p.rights b.break{
	font-weight:normal;
}

@media only screen and (max-width: 1199px){

#owl-demo .item img{

	width:100%;

	max-width:381px;

	height:auto;

}

.feat-item {

	width:100%;

	max-width:761px;

	height:225px!important;
  background-size: 100%;

}
#owl-demo .item img{

  width: 100%;
    max-width: 381px;
    height: 350px;
}
    
    div#owl-demo .owl-next {
    display: none;
}

.logo_ads{

	text-align:center;

}

.logo a img{

	text-align:center;

	display:block;

	/*width:100%;*/

	margin:0px auto;

}

.big_silder{

	margin-bottom:20px;

}

}

@media only screen and (max-width: 991px){

.socials li {

	width:15%;

}

.social li a{

	padding-bottom: 80%;

}

.big_silder{

	margin-top:20px!;

}

}

@media only screen and (max-width: 767px){

.maillink a{

	text-align:center!important;

	display:block;

}

.topsocial{

	float:none;

	display:block;

	text-align:center;

}

.socials{

	text-align:center;

	margin-top:7px;

}

.socials li {

	float:none;

}
p.rights b.break br{
	width:100%;
	display:block;	
}
}

.item h5 a:hover{color:#CC0001 !important}

.image{padding:5px}

.clr{color:#263241;text-transform:uppercase !important}

.clr:hover{color:#CC0001;}

.posts_areaa .thumbnail{box-shadow:5px 5px 5px #ddd}

.pol-1 h4{  margin-bottom: 6px;}

.news-scroll{
	position:relative;
	top:-38px;
}	
.news-scroll ul li {
    display: inline-block;
    margin-right: 10px;
}

.news-scroll ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    height: 34px;
    line-height: 34px;
    position: relative;
	font-weight:normal;
}

.news-scroll ul li a:before {
    font-family: 'FontAwesome';
    content: '\f144';
    margin-right: 5px;
    color: #FF8601;
}

.news-scroll ul li a:hover {
    color: #FF8601;
}
@media only screen and (max-width: 380px){
.copyright a{ padding:0px 5px;}
}

.marquee-sibling{
    background-color:#2da4ed!important;
}
.marquee-sibling span {
    width: 0;
    position: absolute;
    right: -10px;
    top: 10px;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-left-color: #2da4ed!important;
    border-color: transparent transparent transparent #fe0000!important;
}
/*@media (max-width:1500px){
    .container{
    width:1170px!important;
}	
}*/
@media (max-width: 991px){
    .thm-btn{
        display:none;
    }
    .embed-responsive {
        margin-bottom:20px!important;
    }
}
.sidenav{
    display:none;
}
.mobile-btn{
    display:none;
}

@media (max-width:768px){
    .sidenav {
    padding-top: 15px;
}
.ads_block a img{
    right:0px!important;
}

.hz_top_post .hz_title_and_meta h3 {
    margin: 0;
    padding: 0;
    color: #007C32;

}
/*.hz_content strong{
    font-size:13px;
    font-weight:500;
}*/
.inner_single .post_wrapper, .main_page {
    background-color: #fff;
    margin-bottom: 45px;
    -webkit-box-shadow: 0 0 5px 0 #e2e3e4;
    -moz-box-shadow: 0 0 5px 0 #e2e3e4;
    box-shadow: 0 0 5px 0 #e2e3e4;
    display: inline-block;
    margin-top:0px!important;
}
.main_content {
    margin-top: 9px;
}
.sidenav{
    display:block;
}
.mobile-btn{
    display:block;
}
.footer {
    background-color: #343434;
    border-top: 1px solid #e7e7e7;
    color: #fff;
    margin-top: 20px;
    height: 158px!important;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left: 0;
    background: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
    text-align: left;
}
.sidenav .closebtn {
    border: medium none;
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 26px;
    margin-left: 50px;
}
.marquee-sibling {
    padding: 0;
    background: #B80F0A;
    padding: 0px!important;
    height: 45px;
    line-height: 42px;
    font-size: 14px!important;
    font-family: 'Lato', Arial, sans-serif;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    float: left;
    width: 34%;
    left: 0;
    z-index: 2000;
}
.dl-menuwrapper button {
    background: #3B3B3B !important;
    border: none;
    width: 39px;
    height: 35px;
    text-indent: -900em;
    overflow: hidden;
    position: absolute;
       top: 20px;
    right: -11px;
    /* float: right; */
    cursor: pointer;
    outline: none;
    padding: 0;
}
.brkng {
    padding: 0px!important;
    position: relative;
    left: -26px;
        width: 95%;
}
.dl-menuwrapper:first-child{
    margin-top:0px!important;
}
.news_layout .logo {
    float: none!important;
    margin-bottom: 15px;
}
.sidenav a {
    padding: 10px 10px 10px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #4d4c4c;
}
.sidenav li {
    list-style-type: none;
}
    .mobile-btn {
    display: block;
    background: transparent;
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 999999;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
}
.mobile-btn a.ph-btn {
    background: #fe0000!important;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    float: left;
    padding: 12px 0px;
    width: 100%;
    display: block;
    text-decoration: none;
}
.mobile-btn .container {
    width:100%!important;
}
.mobile-btn .col-12 {
    padding: 0px !important;
}
}
	
@media (min-width: 992px){
    .container {
    width: 1170px!important;
}

}
@media (max-width: 468px){
 .dl-menuwrapper button {
    background: #3B3B3B !important;
    border: none;
    width: 39px;
    height: 35px;
    text-indent: -900em;
    overflow: hidden;
    position: absolute;
    top:0px!important;
    right: -11px;
    /* float: right; */
    cursor: pointer;
    outline: none;
    
}
}
.main_content {
    margin-top: 10px!important;
}

/*@media (min-width: 768px){
    .container {
    width: 960px!important;
}
}*/

div#owl-demo .owl-next {
    display: none;
}