@charset "UTF-8";
/* Comments block
-----------------------------------------------------------------------------*/
/*.blue {color: #009ad7;}*/
.light_blue {color: #80e3ff;}
.pink {color: #d91746;}
.green {color: #00a000;}
.gray {color: #838c90;}

.overflow {
	display: block;
    margin: 4px 0;
    font-weight: 400;
    font-size: 14px;
}

.icon48 {
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.comments {
    position: relative;
    width: 631px;
    overflow: hidden;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: left;
}

.comments_error {
    margin-left:56px;
}

.wrap_comments_nav {
    /*overflow: hidden;*/ /* for Subscribe block */
    border-bottom: 1px solid #cfdce2;
    height: auto;
    margin-top: 12px;
    /*padding-top: 12px;!* for Subscribe block *!*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;/* for Subscribe block */
    white-space: nowrap;
}

.wrap_comments_nav a {
    position: relative;
	display: inline-block;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 10px;
    font: 300 28px "Roboto Condensed", "Segoe Ui", "Helvetica Neue", "Ubuntu", "Roboto", "Arial", "Helvetica", sans-serif;
}

.wrap_comments_nav a:first-child {padding-left: 0;}

.wrap_comments_nav a.active {
    /*border-bottom: 3px solid #0079d7;*/
    color: #333;
}

.wrap_comments_nav a.active:hover {
	text-decoration: none;
	cursor: default;
}

.wrap_comments_nav a.active:before {
	content: '';
	display: block;
	height: 3px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	background-color: #0078d7;
}

.wrap_comments_nav a:hover {text-decoration: none;}

.count {
    border-bottom: 1px solid #e9eaed;
    margin: 30px 0 0 0;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 600;
    display: none;
}

.cmnt {
    padding: 16px 20px 0 0;
    position: relative;
    text-align: left;
	font-family: Helvetica, Arial, sans-serif;
}

.cmnt:last-of-type {margin-bottom: 0;}

.cmnt img {
    max-width: 90vw;
}
#comments_container {
    margin-top: 13px;
}
#comments_container > .cmnt.is_top:nth-child(even) {
    background: #fffff5;
}
#comments_container > .cmnt.is_top:nth-child(odd) {
    background: #fffdea;
}

.cmnt:last-child {margin-bottom: 33px;}

.cmnt:nth-child(even) {background-color: #fff;}

/*.cmnt:before {
    content: '»';
    display: block;
    position: absolute;
    left: 28px;
    top: 24px;
    color: #494949;
    font: 28px "Roboto Slab", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
}
*/

.cmnt > .cmnt {
    padding-left: 56px;
    padding-right: 0;
    margin-bottom: 0;
    background-color: transparent;
    padding-bottom: 0;
}

/*.cmnt > .cmnt:before {
    left: 0;
}*/

/*.cmnt > .cmnt:before {left: 54px;}*/
.cmnt > .cmnt:after, .cmnt > .cmnt > .cmnt .cmnt_options .link_reply, .cmnt > .cmnt > .cmnt .separate {display: none;}
/*.cmnt > .cmnt:after, .cmnt > .cmnt .cmnt_options .link_reply, .cmnt > .cmnt .separate {display: none;}*/

.cmnt p.author_name, .author_name {
    font-size: 17px;
    margin-bottom: 8px;
}

.cmnt p {
    color: #000;
    margin: 0 0 10px;
}

.cmnt p.comment_content {
    font-size: 15px;
    line-height: 20px;
    margin-top: 1px;
    overflow: hidden;
    margin-left: 56px;
	margin-bottom: 0;
}

.cmnt a {
    display: inline-block;
	line-height: 1.358;
	color: #365899
}

.cmnt_options {
    overflow: hidden;
    margin-top: 24px;
    padding-top: 5px;
    color: #a9a9a9;
    font: 14px "Roboto", Arial, sans-serif;
}

.cmnt_options.new {
    overflow: visible;
    min-height: 26px;
    position: relative;
    margin-left: 56px;
    margin-top: 0;
    padding-top: 0;
    font-size: 15px;
}

.cmnt_options .link_reply {
	/*
    padding-left: 24px;
    background: url(http://img.informer.com/images/v3/post_sprite.svg) no-repeat 0 -39px;
	*/
}

.cmnt .separate {/*padding: 0 5px;*/ padding:0;}

.cmnt_options .lft {float: left;}
.cmnt_options .rght {float: right;}

.cmnt_options.new .lft {
	float: none;
	font-size: 12px;
}

.cmnt_options.new .rght {
    float: none;
    position: absolute;
    top: -4px;
    right: 0;
}
.cmnt_options .rght.no_vote a, .cmnt_options .rght.no_vote a:hover, .cmnt_options .rght.no_vote .blue,
.cmnt_options .nowrap.no_vote a, .cmnt_options .nowrap.no_vote a:hover, .cmnt_options .nowrap.no_vote .blue,
.cmnt_options .votelinks.no_vote a, .cmnt_options .votelinks.no_vote a:hover, .cmnt_options .votelinks.no_vote .blue {
    color: inherit;
    cursor: default;
    text-decoration: none;
}

.cmnt_options.new .btn {
    line-height: 30px;
    padding: 0 18px;
    border: 1px solid #199bd5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.cmnt_options.new .btn.original {
    color: #fda129;
    border-color: #fda129;
}

.cmnt_options.new .btn:hover {
    background-color: #199bd5;
    color: #fff;
    text-decoration: none;
}

.cmnt_options.new .btn.original:hover {
    background-color: #fda129;
}

.cmnt_options.new .load {
    position: absolute;
    top: 4px;
    left: -32px;
}

.nowrap {
    white-space: nowrap;
    display: inline-block;
}

.wrap_last_comments {
    text-align: right;
    margin: 20px 0 0;
}

a.last_comments {
    cursor: pointer;
    margin-right: 25px;
    padding-left: 16px;
    background: url(http://software.informer.com/images/comments-module/svg/post_sprite.svg) no-repeat 0 -135px;
}

a.last_comments:hover {
    background-position: 0 -155px;
}

.wrap_form {
    color: #494949;
    font: 16px/26px "Roboto", Arial, sans-serif;
    margin-top: 32px !important;
    overflow: hidden;
}

.wrap_form h2 {
    border-bottom: none;
    font-size: 24px;
}

.wrap_form > div {
    padding-bottom: 20px;
    width: auto;
    /*overflow: hidden;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bottom_ab {
    margin: 30px 0 20px 50px;
}

.wrap_form .note {
    background-color: #fffad0;
    padding: 22px 40px 14px 82px;
    position: relative;
    font: 18px/26px "Roboto", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
    width: 100%;
    margin-bottom: 28px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.wrap_form .note:before {
    content: '';
    display: block;
    width: 24px;
    height: 20px;
    position: absolute;
    top: 25px;
    left: 30px;
    background: url(http://software.informer.com/images/comments-module/svg/post_sprite.svg) no-repeat 0 -21px;
}

.wrap_form form .top_wrap {
    float: left;
    margin-bottom: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.top_wrap.first {width: 48%; margin-right: 4%; display: none;}
.top_wrap.second {width: 48%; display: none;}

.wrap_form form input[type="text"],
.wrap_form form textarea {
    border: 1px solid #d3d6db;
    padding: 12px 8px;
    height: 40px;
    width: 100%;
    display: block;
    margin-top: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size:14px;

}

.wrap_form form input[type="text"].error,
.wrap_form form textarea.error {
    border-color: #d91746;
    color: #d91746;
}

form > div.gray {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 12px;
}

.wrap_form form textarea {
    resize: vertical;
    min-height: 60px;
    margin-bottom: 6px;
	box-sizing:border-box;
}

.wrap_form input[type=submit],
.btn_add {
    cursor: pointer;
    color: #fff;
    background-color: #0078d7;
    font-size: 15px;
    padding: 8px 29px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btn_add {
    margin: 20px auto;
    display: block;
    padding-right: 0;
    padding-left: 0;
    width: 250px;
    text-align: center;
}
.btn_add:hover {
    color: #fff;
    text-decoration: none;
}

.form_reply > div {
    margin: 0;
    padding: 0;
}

.form_reply .note {display: none;}

.fb_wrap {
    /*padding-left: 20px;*/
    padding-top: 18px;
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.comment_form_loading {
    display: none;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-left: 10px;
    background: url(http://software.informer.com/images/comments-module/fancybox_loading.gif) center center no-repeat;
}
.cmnt_options .comment_form_loading {
    display: inline-block;
    margin-top: -5px;
}


.comments-replies-notice {
    margin: 0 0 15px 0;
    line-height: 21px;
    display: none;
}
.form_reply .comments-replies-notice {
    display: block;
    /*float: left;*/
}


.cmt-actions {
    clear: both;
    padding-top: 10px;
}


.comment_translate {
    display: none;
    padding-left: 25px;
}

/* stars */
.wrap_form.form_reply .object-voting {
    display: none;
}

.cm_stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
    letter-spacing: -3px;
    float:left;
    margin-left: 2px;
}
.cm_stars > span {
    display: inline-block;
    position: relative;
    /* width: 1.1em;*/
    font-size:26px;
    color:lightgray;
    cursor: pointer;
}
.cm_stars > span:hover,
.cm_stars > span:hover ~ span {
    color: transparent;
}
.cm_stars > span:hover:before,
.cm_stars > span:hover ~ span:before,
.cm_stars > span.active:before,
.cm_stars > span.active ~ span:before {

    position: absolute;
    left: 0;
    color: #CC0000;
}

.cm_stars > span.active:before,
.cm_stars > span.active ~ span:before {
    content: "\2605";
}
.cm_stars > span:hover:before,
.cm_stars > span:hover ~ span:before,
.cm_stars > span:hover ~ span.active:before,
.cm_stars > span.active:hover:before,
.cm_stars > span.active:hover ~ span:before
{
    content: "\2606"!important; /*FIXME: make without important*/
}

.vote_program {
    font-size:26px;
    color:lightgray;
    letter-spacing: -3px;
    position: relative;
    width: 102px;
}

.vote_program .st {
    position: absolute;
    left:0;
    bottom:0;
    display:inline-block;
    color:indianred;
    overflow: hidden;
}

.rate_thx {
    background-color: #fffec3;
	padding: 16px 20px 16px 20px;
    position: relative;
    display: none;
    margin: 20px 0 0 0;
}

.rate_thx span {
    font-weight: bold;
}

.rating_title {
    float: left;
    margin-right: 10px;
    font-size: 15px;
    line-height: 35px;
    color: #919aa0;
}

.g-recaptcha-comments {
    margin-bottom:20px;
    float:left;
}

.submit-block.height80 {
    height:80px;
}

.submit-block.height80 .c-input-submit {
    padding:12px 0;
    width:100%;
}

/*.submit-block {*/
/*height:54px;*/
/*}*/

.c-voting.flright {
    float:right
}

.c-input-submit {
    float:right;
    -webkit-appearance: none;
}

.wrap_form.form_reply .c-input-submit {
    float: right;
    min-width: 150px;
    width: auto;
}

.wrap_form.form_reply .submit-block.height80 {
    height:auto;
}

.wrap_form.form_reply .c-voting.flright {
    float:none;
}

.u_icon {
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 8px;
    border: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.wrapper_form {margin-left: 56px;}

.comments_wrapper > div {
    padding-left: 18px;
    padding-right: 18px;
    width: 100%;
    /*overflow: hidden;*/
    /*font-size: 0;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.comments_wrapper > div.fb_wrap {
    padding-left: 10px;
    padding-right: 10px;
}

.comments_wrapper > div.wrap_comments_nav {
    padding-left: 0;
    padding-right: 0;
	font-size: 0;
}

.stars_comment.stars {float: left;}

.stars_comment.stars {
    width: 136px;
    height: 22px;
    margin-top: 6px;
    cursor: pointer;
    position: relative;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20136%2022%22%3E%3Ctitle%3Ered_stars_comment1%3C%2Ftitle%3E%3Cpath%20d%3D%22M12%2C3.8l1.9%2C4.5.4.8.9.1%2C5.1.4-3.7%2C3.2-.7.6.2.9%2C1.1%2C4.6-4.4-2.6-.8-.4-.8.5L6.8%2C19l1.1-4.6.2-.9-.7-.6L3.7%2C9.6l5.1-.4.9-.1.4-.8L12%2C3.8M12%2C0%2C8.7%2C7.7%2C0%2C8.4l6.5%2C5.5L4.6%2C22%2C12%2C17.6%2C19.4%2C22l-1.8-8.1L24%2C8.4l-8.7-.7L12%2C0Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23c00%22%2F%3E%3Cpath%20d%3D%22M40%2C3.8l1.9%2C4.5.4.8.9.1%2C5.1.4-3.7%2C3.2-.7.6.2.9%2C1.1%2C4.6-4.4-2.6-.8-.4-.8.5L34.8%2C19l1.1-4.6.2-.9-.7-.6L31.7%2C9.7l5.1-.4.9-.1.4-.8L40%2C3.8M40%2C0%2C36.7%2C7.7%2C28%2C8.4l6.5%2C5.5L32.6%2C22%2C40%2C17.6%2C47.4%2C22l-1.8-8.1L52%2C8.4l-8.7-.7L40%2C0Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23c00%22%2F%3E%3Cpath%20d%3D%22M68%2C3.8l1.9%2C4.5.4.8.9.1%2C5.1.4-3.7%2C3.2-.7.6.2.9%2C1.1%2C4.6-4.4-2.6-.8-.4-.8.5L62.8%2C19l1.1-4.6.2-.9-.7-.6L59.7%2C9.7l5.1-.4.9-.1.4-.8L68%2C3.8M68%2C0%2C64.7%2C7.7%2C56%2C8.4l6.5%2C5.5L60.6%2C22%2C68%2C17.6%2C75.4%2C22l-1.8-8.1L80%2C8.4l-8.7-.7L68%2C0Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23c00%22%2F%3E%3Cpath%20d%3D%22M96%2C3.8l1.89%2C4.5.4.8.9.1%2C5.08.4-3.68%2C3.2-.7.6.2.9%2C1.1%2C4.6-4.38-2.6-.8-.4-.8.5L90.77%2C19l1.1-4.6.2-.9-.7-.6L87.68%2C9.7l5.08-.4.9-.1.4-.8L96%2C3.8M96%2C0%2C92.66%2C7.7%2C84%2C8.4l6.47%2C5.5L88.58%2C22%2C96%2C17.6l7.37%2C4.4-1.79-8.1L108%2C8.4l-8.66-.7L96%2C0h0Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23c00%22%2F%3E%3Cpath%20d%3D%22M124%2C3.8l1.92%2C4.5.4.8.91.1%2C5.14.4-3.73%2C3.2-.71.6.2.9%2C1.11%2C4.6-4.44-2.6-.81-.5-.81.5-4.44%2C2.6%2C1.11-4.6.2-.9-.71-.6-3.73-3.2%2C5.14-.4.91-.1.4-.8L124%2C3.8M124%2C0l-3.33%2C7.7L112%2C8.4l6.45%2C5.5L116.64%2C22%2C124%2C17.6l7.36%2C4.4-1.82-8.1L136%2C8.4l-8.67-.7L124%2C0Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23c00%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.stars_comment .fill {
    height: 22px;
    overflow: hidden;
}

.stars_comment .hover {
    position: absolute;
    top: 0;
    left: 0;
}

.stars_comment .star1, .stars_comment .star2, .stars_comment .star3, .stars_comment .star4, .stars_comment .star5 {
    height: 22px;
    overflow: hidden;
    float: left;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
}
.stars_comment .star1 {width: 27px; z-index: 5;}
.stars_comment .star2 {width: 54px; z-index: 4;}
.stars_comment .star3 {width: 81px; z-index: 3;}
.stars_comment .star4 {width: 108px; z-index: 2;}
.stars_comment .star5 {width: 135px; z-index: 1;}

.stars_comment .hover img, .stars_comment.stars:hover .fill {
    display: none;
}

.stars_comment .star1:hover img,
.stars_comment .star2:hover img,
.stars_comment .star3:hover img,
.stars_comment .star4:hover img,
.stars_comment .star5:hover img {
    display: block;
}


.comment_block .user_rate {
    /*position: absolute;*/
    top: 20px;
    right: 0;
    /*margin-right: 0;*/
}

.comment_content .username {
    font-size: 14px;
    font-weight: bold;
	color: #a9a9a9;
}

.comment_content span.username {display: block;}

	/* Subscribe block
	-----------------------------------------------------------------------------*/
.wrap_form > div.subscribe_block {
    overflow: hidden;
    background-color: #f4f4f4;
    padding: 23px 25px 20px;
    color: #494949;
    font-size: 16px;
    font-family: inherit;
    float: none;
    width: 100%;
}

.subscribe_block label {margin-right: 13px;}

.subscribe_block .inline_block {
    display: inline-block;
    white-space: nowrap;
}

.subscribe_block input[type=email].email_filed {
    display: inline-block;
    width: 190px;
    height: 30px;
    padding: 0 10px;
    margin-right: 6px;
    outline: none;
    font: inherit;
    border: 1px solid #bdc3c7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.subscribe_block input[type=submit].ok_btn {
    display: inline-block;
    line-height: 30px;
    padding: 0 18px;
    outline: none;
    margin-right: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.subscribe_msg {
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    white-space: nowrap;
}

.subscribe_msg.success {color: #5a8547;}
.subscribe_msg.fail {color: #cc0000;}

.subscribe_msg span {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 2px;
}

.subscribe_msg.success span {background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.5%2011%22%3E%3Ctitle%3EVector%20Smart%20Object71%3C%2Ftitle%3E%3Cpolygon%20points%3D%223.92%2011%200%207.87%200.94%206.69%203.65%208.85%2010.3%200%2011.5%200.91%203.92%2011%22%20style%3D%22fill%3A%235a8547%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.subscribe_msg.fail span {background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Eerror%3C%2Ftitle%3E%3Crect%20x%3D%225.09%22%20y%3D%22-1.6%22%20width%3D%221.8%22%20height%3D%2215.17%22%20transform%3D%22translate(-2.47%206)%20rotate(-45)%22%20style%3D%22fill%3A%23c00%22%2F%3E%3Crect%20x%3D%22-1.6%22%20y%3D%225.09%22%20width%3D%2215.17%22%20height%3D%221.8%22%20transform%3D%22translate(-2.47%206)%20rotate(-45)%22%20style%3D%22fill%3A%23c00%22%2F%3E%3C%2Fsvg%3E') no-repeat;}

/*---Pagination---*/
.pagination {
    margin: 0 0 20px;
    font-size: 13px;
}
.pagination ul {
    list-style-type: none;
    margin:0;
    padding:0;
}
.pagination li {
    display:inline;
}

.pagination li.dots {
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 16px;
    width: 24px;
    height: 24px;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Ctitle%3EVector%20Smart%20Object%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C0H24V24H0Z%22%20style%3D%22fill%3Anone%22%2F%3E%3Cpath%20d%3D%22M6%2C10a2%2C2%2C0%2C1%2C0%2C2%2C2A2%2C2%2C0%2C0%2C0%2C6%2C10Zm12%2C0a2%2C2%2C0%2C1%2C0%2C2%2C2A2%2C2%2C0%2C0%2C0%2C18%2C10Zm-6%2C0a2%2C2%2C0%2C1%2C0%2C2%2C2A2%2C2%2C0%2C0%2C0%2C12%2C10Z%22%20style%3D%22fill%3A%23919aa0%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}

.pagination a, .pagination div{
    text-decoration: none;
    display: inline-block;
    font: 600 13px/16px "Roboto", "Arial", "Helvetica", sans-serif;
    color: #919aa0;
    height: 24px;
    margin-right: 20px;
    padding: 8px 0 0;
    text-align: center;
    width: 32px;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3EVector%20Smart%20Object2%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C16A16%2C16%2C0%2C1%2C1%2C16%2C32%2C16%2C16%2C0%2C0%2C1%2C0%2C16Zm2.12%2C0A13.88%2C13.88%2C0%2C1%2C0%2C16%2C2.12%2C13.9%2C13.9%2C0%2C0%2C0%2C2.12%2C16Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23919aa0%22%2F%3E%3C%2Fsvg%3E') no-repeat;
    cursor:pointer;
}
.pagination div.current{
    color: #72797e;
    cursor: default;
    background: #e7ecee none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
.pagination .prev a {background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3EVector%20Smart%20Object2%3C%2Ftitle%3E%3Cpath%20d%3D%22M16%2C8l1.41%2C1.41L11.83%2C15H24v2H11.83l5.58%2C5.59L16%2C24%2C8%2C16Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23919aa0%22%2F%3E%3Cpath%20d%3D%22M0%2C16A16%2C16%2C0%2C1%2C1%2C16%2C32%2C16%2C16%2C0%2C0%2C1%2C0%2C16Zm2.12%2C0A13.88%2C13.88%2C0%2C1%2C0%2C16%2C2.12%2C13.9%2C13.9%2C0%2C0%2C0%2C2.12%2C16Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%23919aa0%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.pagination .prev a:hover {background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3EVector%20Smart%20Object21%3C%2Ftitle%3E%3Cpath%20d%3D%22M16%2C8l1.41%2C1.41L11.83%2C15H24v2H11.83l5.58%2C5.59L16%2C24%2C8%2C16Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%230079d7%22%2F%3E%3Cpath%20d%3D%22M0%2C16A16%2C16%2C0%2C1%2C1%2C16%2C32%2C16%2C16%2C0%2C0%2C1%2C0%2C16Zm2.12%2C0A13.88%2C13.88%2C0%2C1%2C0%2C16%2C2.12%2C13.9%2C13.9%2C0%2C0%2C0%2C2.12%2C16Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%230079d7%22%2F%3E%3C%2Fsvg%3E') no-repeat;}

.pagination .next a {background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3EVector%20Smart%20Object2%3C%2Ftitle%3E%3Cpath%20d%3D%22M16%2C8%2C14.59%2C9.41%2C20.17%2C15H8v2H20.17l-5.58%2C5.59L16%2C24l8-8Z%22%20style%3D%22fill%3A%23919aa0%22%2F%3E%3Cpath%20d%3D%22M16%2C32A16%2C16%2C0%2C1%2C1%2C32%2C16%2C16%2C16%2C0%2C0%2C1%2C16%2C32ZM16%2C2.12A13.88%2C13.88%2C0%2C1%2C0%2C29.88%2C16%2C13.89%2C13.89%2C0%2C0%2C0%2C16%2C2.12Z%22%20style%3D%22fill%3A%23919aa0%22%2F%3E%3C%2Fsvg%3E') no-repeat;}
.pagination .next a:hover {background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3EVector%20Smart%20Object21%3C%2Ftitle%3E%3Cpath%20d%3D%22M16%2C8%2C14.59%2C9.41%2C20.17%2C15H8v2H20.17l-5.58%2C5.59L16%2C24l8-8Z%22%20style%3D%22fill%3A%230079d7%22%2F%3E%3Cpath%20d%3D%22M16%2C32A16%2C16%2C0%2C1%2C1%2C32%2C16%2C16%2C16%2C0%2C0%2C1%2C16%2C32ZM16%2C2.12A13.88%2C13.88%2C0%2C1%2C0%2C29.88%2C16%2C13.89%2C13.89%2C0%2C0%2C0%2C16%2C2.12Z%22%20style%3D%22fill%3A%230079d7%22%2F%3E%3C%2Fsvg%3E') no-repeat;}

.pagination a:hover {
    color: #0079d7;
    background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3EVector%20Smart%20Object2%3C%2Ftitle%3E%3Cpath%20d%3D%22M0%2C16A16%2C16%2C0%2C1%2C1%2C16%2C32%2C16%2C16%2C0%2C0%2C1%2C0%2C16Zm2.12%2C0A13.88%2C13.88%2C0%2C1%2C0%2C16%2C2.12%2C13.9%2C13.9%2C0%2C0%2C0%2C2.12%2C16Z%22%20transform%3D%22translate(0%200)%22%20style%3D%22fill%3A%230079d7%22%2F%3E%3C%2Fsvg%3E') no-repeat;
}