.TzItemPage .TzArticleMedia .tz_portfolio_plus_image img{
    display: block;
    margin: 0 auto;
}
.element .TzPortfolioDescription{
    bottom: 0;
    z-index: 1;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.element .TzPortfolioTitle {
    color: white;
    margin: 15px 0;
    text-transform: uppercase;
}
.element .TzPortfolioTitle a{
    color: white;
}
.element .TzPortfolioDescription,
.element .TzArticle-info{
    color: white;
}
.element .TzPortfolioReadmore {
    width: 40px;
    height: 40px;
    color: #0088cc;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    background: white;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#tz_options{
    text-align: center;
}
#tz_options .option-combo{
    display: inline-block;
}
#tz_options .option-icon{
    padding-left: 10px;
}
#tz_options .option-combo a{
    color: #888;
    margin-right: 5px;
    padding: 10px 20px;
    border-color: #e7e7e7;
}
#tz_options .option-combo a:hover,
#tz_options .option-combo a:focus,
#tz_options .option-combo a:active,
#tz_options a.selected{
    color: white;
    background: #0088cc;
    border-color: #0088cc;
}

/* Style for effect 1 */
.element .TzArticleMedia img {
    position: relative;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.element .TzPortfolioDescription{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(63,63,63, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.element .TzPortfolioTitle {
     -webkit-transform: translateY(-100px);
     -moz-transform: translateY(-100px);
     -o-transform: translateY(-100px);
     -ms-transform: translateY(-100px);
     transform: translateY(-100px);
     -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
     filter: alpha(opacity=0);
     opacity: 0;
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     -ms-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
 }
.element .TzPortfolioReadmore {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.element .TzInner:hover .TzArticleMedia img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.element .TzInner:hover .TzPortfolioDescription {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.element .TzInner:hover .TzPortfolioTitle
,.element .TzInner:hover .TzPortfolioReadmore
/*,.element .TzInner:hover a.info*/
{
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.element .TzInner:hover .TzPortfolioReadmore {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
/* End style for effect 1 */

/* Style for effect 2 */
#portfolio.style2 .element .TzArticleMedia img {
    -webkit-transition: all 0.4s ease-in-out 0.5s;
    -moz-transition: all 0.4s ease-in-out 0.5s;
    -o-transition: all 0.4s ease-in-out 0.5s;
    -ms-transition: all 0.4s ease-in-out 0.5s;
    transition: all 0.4s ease-in-out 0.5s;
}
#portfolio.style2 .element .TzPortfolioDescription {
    background-color: rgba(63,63,63,0.7);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.3s ease-in 0.4s;
    -moz-transition: all 0.3s ease-in 0.4s;
    -o-transition: all 0.3s ease-in 0.4s;
    -ms-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;
}
#portfolio.style2 .element .TzPortfolioTitle {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    -moz-transition: all 0.3s ease-in-out 0.1s;
    -o-transition: all 0.3s ease-in-out 0.1s;
    -ms-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}
#portfolio.style2 .element .TzInner:hover .TzPortfolioReadmore {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(10);
    -moz-transform: scale(10);
    -o-transform: scale(10);
    -ms-transform: scale(10);
    transform: scale(10);
    -webkit-transition: all 0.3s ease-in-out 0.2s;
    -moz-transition: all 0.3s ease-in-out 0.2s;
    -o-transition: all 0.3s ease-in-out 0.2s;
    -ms-transition: all 0.3s ease-in-out 0.2s;
    transition: all 0.3s ease-in-out 0.2s;
}
#portfolio.style2 .element .TzInner:hover .TzPortfolioDescription {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
#portfolio.style2 .element .TzInner:hover  .TzArticleMedia img {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}
#portfolio.style2 .element .TzInner:hover .TzPortfolioTitle {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
#portfolio.style2 .element .TzInner:hover .TzPortfolioReadmore {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


.tz-absolute {
	height: 100%;
    left: 0;
    top: 0;
    width: 100%;
	text-align: center;
	position: absolute;
}
.tz-table {
	display: table;
    height: 100%;
    width: 100%;
}
.tz-table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    width: 100%;
}
/*.tzbesley.TzItemPage .TzArticleTitle {*/
	/*font-size: 24px;*/
	/*line-height: 26px;*/
	/*color: #3f3f3f;*/
	/*font-family: Montserrat, sans-serif;*/
	/*font-weight: bold;*/
/*}*/
/*.tzbesley.TzItemPage .TzArticleMedia {*/
	/*margin-bottom: 15px;*/
/*}*/
/*.tzbesley.TzItemPage .info-meta {*/
	/*padding: 7px 15px;*/
	/*font-family: Muli, sans-serif;*/
/*}*/
/*.tzbesley.TzItemPage .info-meta > div > div > * {*/
	/*float: left;*/
	/*font-size: 14px;*/
	/*color: #aaa;*/
/*}*/
/*.tzbesley.TzItemPage .info-meta > div > div > *::after {*/
    /*content: "/";*/
    /*padding-right: 15px;*/
	/*padding-left: 8px;*/
/*}*/

/*.tzbesley.TzItemPage .info-meta a {*/
	/*color: #0088cc;*/
/*}*/
/*.tzbesley.TzItemPage p {*/
	/*color: #888;*/
    /*font-family: Muli,sans-serif;*/
    /*font-size: 14px;*/
    /*font-weight: lighter;*/
    /*line-height: 24px;*/
    /*margin: 10px 0 6px;*/
/*}*/
/*.tzbesley.TzItemPage {}*/
/*.tzbesley.TzItemPage .rating > .rating-item:hover span::before,*/
/*.tzbesley.TzItemPage .rating > .rating-item:hover ~ a span::before,*/
/*.tzbesley.TzItemPage .rating > .voted::before,*/
/*.tzbesley.TzItemPage .rating > .rating-item:hover::before,*/
/*.tzbesley.TzItemPage .rating > .rating-item:hover ~ .rating-item::before {*/
	/*color: #f9a825;*/
/*}*/
/*.tzbesley.TzItemPage .info-meta .rating a {*/
	/*color: #aaa;*/
/*}*/
.TzItemPage .tz_portfolio_plus_like_button {
    padding: 0 15px 0 0;
}
/*.tzbesley.TzItemPage .tz_portfolio_plus_like_button {*/
	/*padding: 28px 15px 10px;*/
	/*font-weight: bold;*/
	/*line-height: 24px;*/
	/*font-family: Montserrat, sans-serif;*/
	/*text-transform: uppercase;*/
	/*color: #3f3f3f;*/
/*}*/
/*.tzbesley.TzItemPage .tz_portfolio_plus_like_button > span {*/
	/*padding-right: 10px;*/
/*}*/
/*.tzbesley.TzItemPage .tz_portfolio_plus_like_button .st {*/
	/*width: 30px;*/
	/*height: 30px;*/
	/*margin: 0 1px;*/
	/*display: inline-block;*/
	/*text-align: center;*/
	/*-webkit-border-radius: 4px;*/
	  /*-moz-border-radius: 4px;*/
	  /*border-radius: 4px;*/
/*}*/
/*.tzbesley.TzItemPage .tz_portfolio_plus_like_button .st i {*/
	/*line-height: 30px;*/
	/*color: #FFF;*/
/*}*/
/*.tzbesley.TzItemPage .tz_portfolio_plus_like_button .st.facebook {*/
	/*background: #4e72c0;*/
/*}*/
/*.tzbesley.TzItemPage .tz_portfolio_plus_like_button .st.twitter {*/
	/*background: #4b9de8;*/
/*}*/
/*.tzbesley.TzItemPage .tz_portfolio_plus_like_button .st.google {*/
	/*background: #d4492d;*/
/*}*/
/*.tzbesley.TzItemPage .TzArticleTag span {*/
	/*margin-right: 5px;*/
/*}*/
/*.tzbesley.TzItemPage .tz_portfolio_plus_user {*/
	/*background: #f5f5f5;*/
	/*border: 1px solid rgba(221, 221, 221,0.3);*/
	/*padding: 30px;*/
/*}*/
/*.tzbesley.TzItemPage .tz_portfolio_plus_user .AuthorAvatar {*/
	/*overflow: hidden;*/
	/*-webkit-border-radius: 100%;*/
	  /*-moz-border-radius: 100%;*/
	  /*border-radius: 100%;*/
/*}*/
/*.tzbesley.TzItemPage .tz_portfolio_plus_user {}*/
/*.tzbesley.TzItemPage .TzRelated .TzRelatedTitle {*/
	/*font-size: 24px;*/
	/*line-height: 24px;*/
	/*font-family: Montserrat, sans-serif;*/
	/*color: #323233;*/
	/*font-weight: lighter;*/
	/*margin-bottom: 35px;*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated img  {*/
	/*width: 100%;*/
	/*max-width: 100%;*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list {*/
	/*margin: 0 -15px;*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .TzItem {*/
	/*padding: 0 15px;*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .TzItem .TzImage {*/
	/*position: relative;*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .TzItem .TzImage .tz-absolute:before {*/
	/*content: "";*/
    /*height: 100%;*/
    /*left: 0;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*width: 100%;*/
	/*-webkit-transition: 0.25s;*/
  /*-moz-transition: 0.25s;*/
  /*-o-transition: 0.25s;*/
  /*transition: 0.25s;*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .TzItem .TzImage .tz-absolute a {*/
	/*background: #FFF;*/
	/*width: 35px;*/
	/*display: inline-block;*/
	/*height: 35px;*/
	/*-webkit-border-radius: 100%;*/
	/*-moz-border-radius: 100%;*/
	/*border-radius: 100%;*/
	/*-webkit-transition: 0.5s;*/
  /*-moz-transition: 0.5s;*/
  /*-o-transition: 0.5s;*/
  /*transition: 0.5s;*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .TzItem .TzImage .tz-absolute a {*/
	/*-webkit-transform: scale(0);*/
  /*-ms-transform: scale(0);*/
  /*-o-transform: scale(0);*/
  /*transform: scale(0);*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .TzItem .TzImage:hover .tz-absolute a {*/
	/*-webkit-transform: scale(1);*/
  /*-ms-transform: scale(1);*/
  /*-o-transform: scale(1);*/
  /*transform: scale(1);*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .TzItem .TzImage:hover .tz-absolute::before {*/
    /*background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .TzItem .TzImage .tz-absolute a:hover {*/
	/*background: #f9a825;*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .TzItem .TzImage .tz-absolute a:hover i {*/
	/*color: #FFF;  */
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .TzItem .TzImage .tz-absolute a i {*/
	/*font-size: 13px;*/
	/*line-height: 34px;*/
	/*color: #3f3f3f;*/
  /**/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .info {*/
	/*background: #f5f5f5;*/
	/*border: 1px solid rgba(170, 170, 170, 0.3);*/
	/*padding: 20px;*/
	/*text-align: center;*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .TzTitle {*/
	/*font-size: 14px;*/
	/*line-height: 24px;*/
	/*color: #3f3f3f;*/
	/*font-family: Montserrat, sans-serif;*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .owl-controls {*/
	/*position: absolute;*/
	/*right: 8px;*/
	/*top: -50px;*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .owl-controls .owl-buttons > div {*/
	/*display: inline-block;*/
	/*padding: 0 5px;*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .owl-controls .owl-buttons i.fa {*/
	/*font-size: 14px;*/
	/*line-height: 24px;*/
	/*color: #c5c5c5;*/
	/*cursor: pointer;*/
/*}*/
/*.tzbesley.TzItemPage .TzRelated  .list-item .owl-controls .owl-buttons i.fa:hover {*/
	/*color: #f9a825;*/
/*}*/

/*/!*.tzbesley.TzItemPage .TzRelated  .list-item {}*!/*/
/*/!*.tzbesley.TzItemPage .TzRelated  .list-item {}*!/*/
/*/!*.tzbesley.TzItemPage .TzRelated  .list-item {}*!/*/
/*/!*.tzbesley.TzItemPage .TzRelated  .list-item {}*!/*/
/*/!*.tzbesley.TzItemPage .TzRelated  .list-item {}*!/*/
/*/!*.tzbesley.TzItemPage .TzRelated  .list-item {}*!/*/

/*/!* End style for effect 2 *!/*/

/*/!**Comment**!/*/

/*.tzbesley.TzItemPage #comments h4, .tzbesley.TzItemPage #jc h4 {*/
    /*font-size: 24px;*/
    /*line-height: 24px;*/
    /*color: #3f3f3f;*/
    /*font-weight: normal;*/
    /*border: none;*/
    /*font-family: Montserrat, sans-serif;*/
/*}*/
/*#comments .comments-list {*/
    /*margin-left: 100px;*/
/*}*/
/*.tzbesley.TzItemPage #comments {*/
    /*padding: 43px 0;*/
/*}*/
/*.tzbesley.TzItemPage #comments > .comments-list {*/
    /*margin: 0;*/
/*}*/
/*.tzbesley.TzItemPage #jc .rbox {*/
    /*padding: 20px 0 36px;*/
    /*border-width: 0 0 1px 0;*/
    /*border-color: #eee;*/
    /*-webkit-border-radius: 0;*/
    /*-moz-border-radius: 0;*/
    /*border-radius: 0;*/
/*}*/
/*.tzbesley.TzItemPage #comments .comment-avatar {*/
    /*padding-right: 30px;*/
/*}*/
/*.tzbesley.TzItemPage #comments .comment-avatar img {*/
    /*width: 80px;*/
/*}*/
/*.tzbesley.TzItemPage #comments .comment-box .comment-anchor {*/
    /*display: none;*/
/*}*/
/*.tzbesley.TzItemPage #comments .comment-box .comment-author {*/
    /*color: #0088cc;*/
    /*font-size: 16px;*/
    /*line-height: 24px;*/
    /*font-family: Montserrat, sans-serif;*/
    /*font-weight: normal;*/
/*}*/
/*.tzbesley.TzItemPage #comments .comment-box .comment-date {*/
    /*background: none;*/
    /*display: block;*/
    /*padding: 0;*/
    /*font-size: 12px;*/
    /*line-height: 24px;*/
    /*font-family: Muli,sans-serif;*/
/*}*/
/*.tzbesley.TzItemPage #comments .comment-box .comment-body {*/
    /*font-size: 14px;*/
    /*line-height: 24px;*/
    /*font-family: Muli,sans-serif;*/
    /*font-weight: lighter;*/
    /*padding: 4px 0 0;*/
/*}*/
/*.tzbesley.TzItemPage #comments .avatar-indent {*/
    /*padding-left: 110px;*/
/*}*/
/*.tzbesley.TzItemPage #comments .comment-box .comments-buttons {*/
    /*padding: 6px 0;*/
    /*float: none;*/
    /*display: block;*/
/*}*/
/*.tzbesley.TzItemPage #comments .comment-box .comments-buttons a {*/
    /*font-size: 12px;*/
    /*line-height: 24px;*/
    /*font-style: italic;*/
    /*color: #aaa;*/
/*}*/
/*.tzbesley.TzItemPage #comments .comment-box .comments-buttons a:after {*/
    /*content: "\f112";*/
    /*font-family: FontAwesome;*/
    /*font-size: 11px;*/
    /*padding-left: 10px;*/
/*}*/
/*.tzbesley.TzItemPage #comments .comment-box .comments-buttons a:hover,*/
/*.tzbesley.TzItemPage #comments .comment-box .comments-buttons a:focus,*/
/*.tzbesley.TzItemPage #comments .comment-box .comments-buttons a:active{*/
    /*color: #f9a825 !important;*/
/*}*/
/*.tzbesley.TzItemPage #jc #comments-form {*/
    /*padding-top: 23px;*/
/*}*/
/*.tzbesley.TzItemPage #jc #comments-form > p {*/
    /*margin: 0 !important;*/
    /*width: 100%;*/
    /*display: block;*/
    /*padding: 0 0 20px;*/
/*}*/
/*.tzbesley.TzItemPage #jc #comments-form input,*/
/*.tzbesley.TzItemPage #jc #comments-form textarea {*/
    /*background: #f5f5f5;*/
    /*border: 1px solid rgba(170, 170, 170, 0.2);*/
    /*color: #888;*/
    /*display: block;*/
    /*font-size: 14px;*/
    /*height: auto;*/
    /*line-height: 24px;*/
    /*padding: 7px 20px !important;*/
    /*position: relative;*/
    /*width: 100%;*/
    /*max-width: 100% !important;*/
/*}*/
/*.tzbesley.TzItemPage #jc #comments-form .grippie {*/
    /*display: none;*/
/*}*/
/*.tzbesley.TzItemPage #jc #comments-form input.selected,*/
/*.tzbesley.TzItemPage #jc #comments-form textarea.selected{*/
    /*background: #FFF !important;*/
/*}*/
/*.tzbesley.TzItemPage #jc #comments-form #comments-form-buttons {*/
    /*margin: 0 !important;*/
/*}*/
/*.tzbesley.TzItemPage #jc #comments-form #comments-form-send {*/
    /*background: none;*/
    /*border: none;*/
/*}*/
/*.tzbesley.TzItemPage #jc #comments-form #comments-form-send > div {*/
    /*background: transparent;*/
    /*border: none;*/
    /*padding: 0;*/
/*}*/
/*.tzbesley.TzItemPage #jc #comments-form #comments-form-send a {*/
    /*background: #f9a825;*/
    /*font-size: 14px;*/
    /*line-height: 24px;*/
    /*color: #FFF;*/
    /*display: block;*/
    /*height: auto;*/
    /*text-transform: uppercase;*/
    /*padding: 10px 30px;*/
    /*-webkit-border-radius: 4px;*/
    /*-moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
/*}*/
/*.tzbesley.TzItemPage #jc #comments-form label,*/
/*.tzbesley.TzItemPage #jc #comments-report-form label {*/
    /*font-family: Muli,sans-serif;*/
/*}*/
/*.tzbesley.TzItemPage #jc #comments-footer {*/
    /*display: none;*/
/*}*/
/*.tzbesley.TzItemPage #jc #comments-list-footer {*/
    /*margin: 0 !important;*/
/*}*/
/*.tzbesley.TzItemPage #jc #comments-list-footer a.refresh {*/
    /*padding: 0;*/
    /*background: transparent !important;*/
    /*margin: 0;*/
/*}*/
/*.tzbesley.TzItemPage #jc #comments-list-footer a.refresh:hover,*/
/*.tzbesley.TzItemPage #jc #comments-list-footer a.refresh:focus,*/
/*.tzbesley.TzItemPage #jc #comments-list-footer a.refresh:active {*/
    /*color: #f9a825 !important;*/
/*}*/
/*.tzbesley.TzItemPage #jc #comments-form {*/

/*}*/
/*.tzbesley.TzItemPage #jc #comments-form {*/

/*}*/
/*.tzbesley.TzItemPage #jc #comments-form {*/

/*}.tzbesley.TzItemPage #jc #comments-form {*/

/*}*/
/*.tzbesley.TzItemPage #jc #comments-form {*/

/*}*/

/*/!**End Comment**!/*/



















