@font-face {
    font-family:'Avenir-Black';
    src: url('fonts/avenir/Avenir-Black.woff');
}
@font-face {
    font-family:'Avenir-Book';
    src: url('fonts/avenir/Avenir-Book.woff');
}
@font-face {
    font-family:'Avenir-Heavy';
    src: url('fonts/avenir/Avenir-Heavy.woff');
}
@font-face {
    font-family:'Avenir-Roman';
    src: url('fonts/avenir/Avenir-Roman.woff');
}
@font-face {
    font-family:'AvenirNext-Regular';
    src: url('fonts/avenir/AvenirNext-Regular.woff');
}

@font-face {
font-family: "Avenir";
src: url("../fonts/Avenir/Book/Avenir-Book.ttf");
}

@font-face {
font-family: "Avenir Thin";
src: url("../fonts/Avenir/Light/Avenir-Light.ttf");
}

@font-face {
font-family: "Avenir Bold";
src: url("../fonts/Avenir/Black/Avenir-Black.ttf");
}

/* *{
	font-family: 'Clan Pro Regular';
	font-size: 15px;
	line-height: 24px;
	color: #0a0a0a;
} */
html,
body{
    font-family: "Avenir", sans-serif;
	background: #f6f6f7;
}

.bg-white{
	position: absolute;
	width: 100%;
}
.bg-white > div{
	background: #FFFFFF;
	height: 320px;
}

.no-padding{
	padding: 0;
}
.no-padding-top{
	padding-top: 0;
}
.no-padding-right{
	padding-right: 0;
}
.no-padding-left{
	padding-left: 0;
}
.no-padding-bottom{
	padding-bottom: 0;
}
.padding10{
	padding: 10px;
}
.padding15{
	padding: 15px;
}
.padding20{
	padding: 20px;
}
.padding30{
	padding: 30px;
}
.mrg-top10{
	margin-top: 10px;
}
.mrg-top15{
	margin-top: 15px;
}
.mrg-top30{
	margin-top: 30px;
}
.mrg-top40{
	margin-top: 40px;
}
.mrg-top50{
	margin-top: 50px;
}
.mrg-top60{
	margin-top: 60px;
}
.mrg-bottom10{
	margin-bottom: 10px;
}
.mrg-bottom15{
	margin-bottom: 15px;
}
.mrg-bottom20{
	margin-bottom: 20px;
}
.mrg-bottom30{
	margin-bottom: 30px;
}
.mrg-bottom40{
	margin-bottom: 40px;
}
.mrg-bottom50{
	margin-bottom: 50px;
}
.mrg-bottom60{
	margin-bottom: 60px;
}

.transition{
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

/*header*/
.navbar-default{
	background: rgba(10,10,10,1);
	border: none;
	height: 90px;
}
.navbar-default.active{
	/* background: rgba(255,255,255,1); */
	/* background-color: #545ba4 !important; */
	background-color: #3e66b0 !important;
	-webkit-box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 4px 5px -3px rgba(0,0,0,0.75);
}
.navbar-right{
	margin-top: 22px;
}
.navbar-right li.active{
	border-left: 1px solid #e7e7e7;
	background: rgba(255,255,255,0);
}
.navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover{
	color: #FFFFFF;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a i, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:active,
.navbar-default .navbar-nav > .active > a:focus{
	background: rgba(255,255,255,0);
	color: #FFFFFF;
}

.navbar-default.active .navbar-nav > li > a, 
.navbar-default.active .navbar-nav > li > a:focus, 
.navbar-default.active .navbar-nav > li > a:hover{
	/* color: #333; */
}
.navbar-default.active .navbar-nav > .active > a,
.navbar-default.active .navbar-nav > .active > a i, 
.navbar-default.active .navbar-nav > .active > a:hover,
.navbar-default.active .navbar-nav > .active > a:active,
.navbar-default.active .navbar-nav > .active > a:focus{
	background: rgba(255,255,255,0);
	/* color: #333; */
}

.navbar-brand{
	height: 100%;
	padding: 10px;
}
.navbar-brand img{
	height: 50px;
	margin-top: 10px;
}

/*content*/
h1, h3{
	font-family: 'Avenir Bold', sans-serif;
}

h1{
	font-size: 24px;
	line-height: 34px;
}

.top-content{
	margin-top: 90px;
}

.detail-blog, .detail-blog:hover{
	font-style: italic;
	color: #a77f03;
	text-decoration: underline;
	font-size: 13px;
}

/*main page */
.main-page-top{
	margin-top: 50px;
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #666666;
}
.main-page-top .main-plc{
	background: #FFFFFF;
}
.main-page-top .main-plc > div:first-child{
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;
	color: #FFFFFF;
	border-right: 5px solid #666666;
}
.main-page-top .main-plc > div:first-child h1{
	border-left: 5px solid #FFFFFF;
	padding-left: 15px;
}
.main-page-top .main-plc > div:first-child h1 a{
	color: #FFFFFF;
	font-size: 24px;
}
.main-page-top .main-plc > div:first-child .cover-bg{
	background-color: rgba(10, 10, 10, .8);
	height: 100%;
}

.main-page-top .main-plc > div:first-child .more-information{
	bottom: 10px;
	position: absolute;
	color: #FFFFFF;
}
.main-page-top .main-plc > div:nth-child(2){
	text-align: justify;
}

/*content*/
.list-blog{
	padding-left: 0;
}
.list-blog .list-data-blog{
	border-left: 1px solid rgba(130, 130, 130, .2);
	border-right: 1px solid rgba(130, 130, 130, .2);
	border-bottom: 1px solid rgba(130, 130, 130, .2);
	background: #FFFFFF;
}

.list-blog .list-data-blog .show-thumbnail{
	height: 220px;
	background-size: cover;
	background-repeat: no-repeat;
}

.list-blog .list-data-blog > div:nth-child(2){
	border-top: 4px solid #666666;
	padding-top: 15px;
	background: #FFFFFF;
}
.list-blog img {
	background: no-repeat center center scroll;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
.list-blog .list-data-blog:hover > div img{
	opacity: .7;
}
.list-blog h3{
	margin: 0px 0 10px 0;
}
.list-blog h3 a{
	/*font-family: 'AvenirNext-Regular';*/
	line-height: 30px;
	font-size: 24px;
	text-decoration: none;
	color: #0a0a0a;
}
.list-blog h3 a:hover, .list-blog p a:hover{
	color: #0a0a0a;
}
.list-blog p{
	/*font-family: 'AvenirNext-Regular';*/
}
.list-blog p a{
	/*text-decoration: none;*/
}
.list-blog .bot-content span{
	color: #949494;
}
.list-blog .bot-content span:first-child{
	background: #666666;
	color: #FFFFFF;
	padding: 5px 8px 4px 8px;
	border-radius: 2px;
}
.list-blog .bot-content span:nth-child(2){
	margin-left: 7px;
	padding-top: 2px;
}
.list-blog .bot-content span{
	/*font-family: 'AvenirNext-Regular';*/
	font-size: 13px;
}
.list-blog .bot-content img{
	border-radius: 50%;
	width: 23px;
}

@media (max-width:767px){
	.list-blog .list-data-blog > div:nth-child(2){
		padding-bottom: 15px;
	}
}

/*right side bar*/
.plc-widget{
	padding-right: 0;
}
.widget {
    margin-bottom: 60px;
    padding: 20px 15px;
    border: 1px solid rgba(130, 130, 130, .2);
    background: #FFFFFF;
}
.widget h4{
	margin: 0;
	padding: 0;
	/*font-family: 'AvenirNext-Regular';*/
	color: #828282;
	font-weight: 500;
	font-size: 20px;
}
.widget header {
    margin-bottom: 20px;
}
.widget.categories .item {
    border-bottom: 1px dashed rgba(130, 130, 130, .2);
    padding: 10px;
}
.widget.categories .item:last-child{
	border: none;
}
.widget.categories .item a:hover{
	color: #000;
}
.widget.categories .item a, .widget.categories .item span{
	/*font-family: 'AvenirNext-Regular';*/
	font-size: 14px;
	color: #828282;
}
.widget.categories .item span{
	font-size: 12px;
}
.widget.categories .item span{
	padding-top: 4px;
	font-weight: 600;
}
.widget.categories .item a{
	text-decoration: none;
	color: #828282;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    padding-top: 10px;
}

.list-inline-item:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 10px;
}
.widget.tags .tag {
    padding: 5px 10px 5px 10px;
    border: 1px solid #ddd;
    font-family: 'AvenirNext-Regular';
    font-size: 12px;
    text-decoration: none;
    color: #828282;
    border-radius: 50px;
    text-transform: uppercase;
}
.widget.tags .tag:hover{
	background: #828282;
	color: #FFFFFF;
}

/* footer*/
footer.main-footer a,
footer.main-footer h4{
	color: #FFFFFF;
}
footer.main-footer h4{
	margin-bottom: 20px;
}
footer.main-footer .logo img{
	height: 40px !important;
    width: auto;
}
footer.main-footer a{
	/*font-family: 'AvenirNext-Regular';*/
	letter-spacing: 1px;
	font-size: 14px;
	text-decoration: none;
}
footer.main-footer {
	background: rgb(35, 35, 35);
  	padding: 60px 0 0;
  	color: #fff;
}

footer.main-footer ul{
	list-style: none;
	margin: 0 0 0 0px;
	padding: 0;
}
footer.main-footer ul li{
	margin-bottom: 10px;
}

footer.main-footer ul .fa-caret-right:before{
	color: #FFFFFF;
}

.social-media {
display: flex;
}

.social-media i{
font-size: 30px!important;
margin-right: 10px;
padding: 5px;
color: #000;
}

.social-media a{
margin-right: 10px;
}

.market-place{
	margin-top: 20px;
}
.market-place img{
height: 60px;
margin-right: 20px;
margin-bottom: 15px;
}

.store-location{
margin-bottom: 10px;
}
.store-location i{
color: #FFFFFF;
}

.contact-details *{
	font-size: 15px;
}
.contact-details p{
	margin-bottom: 0;
	padding-bottom: 0;
}
.footer-marketplace img{
margin-bottom: 10px;
}

.social-media {
display: flex;
}

.social-media i{
font-size: 30px!important;
margin-right: 10px;
padding: 5px;
color: #000;
}

.social-media a{
margin-right: 10px;
}

.socmed-bg{
background: #fff;
border-radius: 50%;
height: 40px!important;
width: 40px!important;
display: flex !important;
justify-content: center !important;
align-items: center !important;
}

.bottom-contact-info>tbody>tr>td, .bottom-contact-info>tbody>tr>th, 
.bottom-contact-info>tfoot>tr>td, .bottom-contact-info>tfoot>tr>th, 
.bottom-contact-info>thead>tr>td, .bottom-contact-info>thead>tr>th{
  border-top: none;
  padding-left: 0;
  padding-bottom: 0;
  color: #FFFFFF;
}
.bottom-contact-info>tbody>tr>td a{
  color: #FFFFFF;
  /*font-family: 'AvenirNext-Regular';*/
  font-size: 15px;
}

.social-menu{
	margin-top: 10px;
}
.social-menu a{
	margin-right: 10px;
}
.social-menu a i{
	font-size: 22px;
}

footer.main-footer .latest-posts ul{
	margin: 0 0 0 30px;
}
footer.main-footer .latest-posts ul li:before{
	font-family:'FontAwesome';
	content: "\f0da";
	color: #FFFFFF;
	position: absolute;
	left: 25px;
}

footer.main-footer .copyrights *{
	color: #FFFFFF !important;
}
footer.main-footer .copyrights {
  /* background: #545ba4; */
  background: #3e66b0;
  margin-top: 50px;
  padding: 20px 0 5px 0;
  border-top: 1px solid #a0a0a0;
}

footer.main-footer .copyrights p, footer.main-footer .copyrights a {
  font-size: 0.9em;
  /*font-family: 'AvenirNext-Regular';*/
}

@media (max-width: 767px) {
  	footer.main-footer .copyrights div[class*="col-"] {
	    margin-bottom: 20px;
	    text-align: center !important;
  	}
  	footer.main-footer .copyrights div[class*="col-"]:last-of-type {
    	margin-bottom: 0;
  	}

  	footer.main-footer .latest-posts{
  		margin-top: 20px;
  	}
  	footer.main-footer .latest-posts ul{
  		margin-left: 0px;
  	}
  	footer.main-footer .company-info{
		margin-bottom: 20px;
	}
}


/* detail blog*/
.plc-detail-blog{
	margin-top: 120px;
}

.plc-detail-blog > div:first-child{
	padding-left: 0;
}

.plc-detail-blog .img-detail{
	border-bottom: 4px solid #666666;
}

.post-details span:first-child{
	background: #666666;
	color: #FFFFFF;
	padding: 5px 12px 4px 12px;
	border-radius: 2px;
}

.post-body > p {
	margin-bottom: 15px;
}
.post-body ul li{
	margin-bottom: 20px;
}

.post-body{
	text-align: justify;
}
.post-body b,
.post-body strong{
	font-family:'Avenir-Black' !important;
}

.post-details span:nth-child(2){
	padding-top: 4px;
	font-weight: 600;
	color: #949494;
}

.post-details img{
	width: 30px;
	border-radius: 50%;
	margin-right: 10px;
}

.plc-detail-blog h1{
    /*font-family: 'AvenirNext-Regular';*/
    font-size: 30px;
    text-decoration: none;
    line-height: 40px;
    border-left: 5px solid #666666;
    padding-left: 15px;
}

.plc-detail-blog .post-body *{
	/*font-family: 'AvenirNext-Regular';*/
	font-size: 16px;
}

.plc-detail-blog .post-tags .tag{
	padding: 5px 10px 5px 10px;
    border: 1px solid #ddd;
    /*font-family: 'AvenirNext-Regular';*/
    font-size: 12px;
    text-decoration: none;
    color: #828282;
    border-radius: 50px;
    text-transform: uppercase;
    margin-right: 10px;
}

.plc-detail-blog .post-tags .tag:hover{
	background: #828282;
	color: #FFFFFF;
}

.post-nav > div:first-child{
	padding-right: 10px;
}
.post-nav > div:nth-child(2){
	padding-left: 10px;
}
.post-nav > div > div{
	border: 1px solid rgba(130, 130, 130, .2);
	padding: 15px;
}

.post-nav .icon{
	min-width: 35px;
	max-width: 35px;
	height: 35px;
	border-radius: 50%;
	line-height: 32px;
	border: 1px solid #ddd;
	color: #aaa;
	font-size: 1.5em;
	text-align: center;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	position: absolute;
}
.post-nav .prev-post .icon{
	top: 25px;
}
.post-nav .prev-post .text{
	float: left;
	padding-left: 50px;
}

.post-nav .next-post .icon{
	top: 25px;
	right: 15px;
}
.post-nav .next-post .text{
	float: right;
	padding-right: 50px;
}
.post-nav .text-primary{
	color: #828282;
}
.post-nav > div > div:hover{
	background-color: #eee;
}
.post-nav h6{
	/*font-family: 'AvenirNext-Regular';*/
	font-size: 14px;
	line-height: 22px;
}

.post-related h2 span{
	/*font-family: 'AvenirNext-Regular';*/
	font-size: 30px;
	border-bottom: 2px solid #fdbf00;
}
.post-related h2{
	border-bottom: 1px solid rgba(130, 130, 130, .2);
	padding-bottom: 3px;
	margin-bottom: 25px;
	padding-top: 20px;
}

.post-related-content{
	margin-bottom: 50px;
}
.post-related-content:first-child{
	padding: 0 6px 0 0;
}
.post-related-content:nth-child(2){
	padding: 0 3px 0 3px;
}
.post-related-content:nth-child(3){
	padding: 0 0 0 6px;
}
.post-related-content .title{
	/*font-family: 'AvenirNext-Regular';*/
}

@media (max-width: 767px) {
  	.post-nav > div:first-child{
		padding-right: 0px;
	}
	.post-nav > div:nth-child(2){
		padding-left: 0px;
	}
	.post-nav > div > div{
		margin-bottom: 30px;
		height: 120px;
	}

	.plc-detail-blog > div:first-child{
		padding-left: 15px;
	}
}

/*============ loading ===============*/
.spinner {
  margin: 0 auto;
  width: 70px;
  height: 60px;
  text-align: center;
  font-size: 10px;
  padding: 0;
}

.spinner > div {
  background-color: #69cce0;
  height: 100%;
  width: 10px;
  display: inline-block;
  margin-right: 4px;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/* ================================*/

.navbar-nav > li > .dropdown-menu {
	width: 300px;
}

.navbar-nav > li > .dropdown-menu input{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid rgba(130, 130, 130, .6);
	border-radius: 0;
}

.navbar-nav > li > .dropdown-menu .input-group-addon{
	background: #0a0a0a;
	color: #FFFFFF;
	border-top: 1px solid #0a0a0a;
	border-right: 1px solid #0a0a0a;
	border-bottom: 1px solid #0a0a0a;
	cursor: pointer;
}
.navbar-nav > li > .dropdown-menu .input-group-addon i{
	color: #FFFFFF;
}

@media (max-width: 767px) {
	.navbar-nav > li > .dropdown-menu {
		width: auto;
	}
	.navbar-right{
		background-color: #FFFFFF;
	}
	.navbar-default .navbar-nav > li > a, 
	.navbar-default .navbar-nav > li > a:focus, 
	.navbar-default .navbar-nav > li > a:hover{
		color: #333;
	}
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a i, 
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:active,
	.navbar-default .navbar-nav > .active > a:focus{
		background: rgba(255,255,255,0);
		color: #333;
	}

	.navbar-default .navbar-collapse{
		margin-top: 0px;
	}

	.navbar-default .navbar-toggle {
	    border-color: #FFFFFF;
	    margin-top: 30px;
	}
	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #ffffff;
	}
	.navbar-right {
	    margin-top: 0;
	}

	.navbar-default.active .navbar-toggle {
	    border-color: rgba(130, 130, 130, .8);
	}
	.navbar-default.active .navbar-toggle .icon-bar {
	    background-color: rgba(130, 130, 130, .8);
	}

	.cover-bg{
		padding: 15px;
	}
	.main-page-top{
		padding-left: 10px;
		padding-right: 10px;
	}
	.main-page-top .main-plc > div:first-child{
		margin-bottom: 30px;
	}

	.main-page-top .main-plc > div:nth-child(2){
		border-left: 5px solid #fdbf00;
	}
	.list-blog{
		padding-left: 15px;
	}

	.plc-widget{
		padding-right: 15px;
	}
}

.search-by{
	/*font-family: 'AvenirNext-Regular';*/
	font-size: 14px;
	font-style: italic;
}
.search-by strong{
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}

/*share socmed*/
#share {
	width: 100%;
  	text-align: left;
  	border-left: 5px solid #666666;
  	padding-left: 10px;
}
#share a {
	width: 40px;
  	height: 40px;
  	display: inline-block;
  	margin-left: 5px;
  	border-radius: 50%;
  	font-size: 20px;
  	color: #fff;
	opacity: 0.75;
	transition: opacity 0.15s linear;
}

#share a:hover {
	opacity: 1;
}

/* icons */

#share i {
  	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
  	color: #FFFFFF;
}

/* colors */

#share a.facebook {
 	background: #3b5998;
 	padding-left: 14px;
}

#share a.twitter {
  	background: #55acee;
  	padding-left: 12px;
}

#share a.googleplus {
  	background: #dd4b39;
  	padding-left: 10px;
}

#share a.linkedin {
  	background: #0077b5;
  	padding-left: 12px;
}

#share a.pinterest {
  	background: #cb2027;
  	padding-left: 13px;
}
/*------------*/

.pagination>.active>span,
.pagination>.active>span:focus, .pagination>.active>span:hover{
	background: #828282;
	color: #FFFFFF;
	border-color: #828282;
}
.pagination>li>a, .pagination>li>span, .pagination>li>a:hover{
	color: #0a0a0a;
}

.bottom-slider img{
	width: 100%;
}
.bottom-slider{
	padding-top: 50px;
	margin-bottom: 40px;
	padding: 20px 0 0 0;
}
.carousel-control { 
	font-size: 40px; padding-top: 5%; width: 5%; 
}

.slider-blog-img-plc{
	padding: 5px;
}
.slider-blog-img{
	height: 250px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
