@charset "utf-8";
/* CSS Document */
/*
font-family: 'PT Sans', sans-serif;
font-family: 'PT Serif', serif;
*/
/*
webdeveloper Shaida Andrii
office.artcreative@gmail.com
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
textarea {
  outline: none;
  resize: none;
}
/*firefox button fixes*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
:focus {
  outline: none;
}
body {
  background: url("/layout/bg-body.jpg") no-repeat center 0 #e8f1f4;
  color: #fff;
  font-family: 'PT Sans', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  background-size: cover;
}
a {
  color: #ebebeb;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: bold;
}
.clr:after,
.wrap:after,
.line:after {
  content: '';
  display: block;
  clear: both;
  line-height: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  float: none !important;
}
ul,
ol,
li {
  list-style: none;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: bold;
  color: #fff;
}
h1,
.h1 {
  font-family: 'PT Serif', Tahoma, Arial, sans-serif;
  font-size: 26px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 12px;
  color: #1e242a;
}
h2,
.h2 {
  font-family: 'PT Serif', Tahoma, Arial, sans-serif;
  font-size: 26px;
  color: #2169a9;
}
h3,
.h3 {
  font-family: 'PT Serif', Tahoma, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #2169a9;
}
h4,
.h4 {
  font-family: 'PT Serif', Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #2169a9;
}
.fll {
  float: left !important;
}
.flr {
  float: right !important;
}
a.img {
  display: block;
}
a.img img {
  display: block;
}
.wrap {
  width: 960px;
  min-width: 960px;
  margin: 0 auto;
}
/* base end */
/*-----layout begin-----*/
form {
  background: #f6fafb;
  border: 1px solid #c1ccd0;
  padding: 27px 27px 17px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  position: relative;
}
form:before,
form:after {
  content: "";
  display: block;
  background: url("/layout/sh-doc-l.png") no-repeat 0 center;
  width: 20px;
  height: 277px;
  left: -20px;
  top: 5%;
  position: absolute;
}
form:after {
  left: inherit;
  background: url("/layout/sh-doc-r.png") no-repeat 0 center;
  right: -20px;
}
form .line {
  margin: 0 0 10px ;
}
form .line.error input[type="text"],
form .line.error input[type="email"],
form .line.error textarea {
  border: 1px solid red;
  color: red;
}
form .line.error span {
  display: block;
  color: red;
}
input[type="text"],
input[type="email"] {
  height: 33px;
  width: 228px;
  background: #fff;
  border: solid 1px #c1ccd0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 0 10px;
  color: #c5c5c5;
  font-size: 15px;
  font-family: 'PT Sans', Arial, sans-serif;
}
input[type="submit"] {
  height: 54px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #3595be;
  background: url("/layout/btn-bg.png") repeat-x 0 0;
  width: 250px;
  color: #fff;
  font-size: 20px;
  font-family: arial, sans-serif;
  text-align: center;
  cursor: pointer;
}
input[type="submit"]:hover {
  opacity: 0.95;
}
textarea {
  padding: 10px;
  color: #c5c5c5;
  font-size: 15px;
  width: 228px;
  border: solid 1px #c1ccd0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  height: 80px;
  font-family: 'PT Sans', Arial, sans-serif;
}
header {
  position: relative;
  height: 596px;
}
header .line-top {
  position:relative;
  left: 0;
  top: 0;
  overflow: hidden;
}
header .logo {
  padding: 15px 0 0;
  display: block;
  float: left;
}
header .logo img {
  float: left;
  margin-right: 3px;
}
header .logo .inf {
  float: left;
  font-family: 'PT Serif', Tahoma, Arial, sans-serif;
  padding: 16px 0 0;
}
header .logo .inf .sm {
  color: #1e242a;
  font-size: 15px;
  display: block;
  margin: 0 0 4px;
}
header .logo .inf .bl {
  color: #12539f;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin: 0 0 3px;
  letter-spacing: -1.6px;
}
header .logo .inf .sr {
  color: #12539f;
  font-size: 18px;
  float: right;
}
header .slogan {
  font-style: italic;
  font-family: 'PT Serif', Tahoma, Arial, sans-serif;
  line-height: 18px;
  color: #1e242a;
  font-size: 18px;
  float: left;
  display: block;
  padding: 34px 0 0 30px;
}
header .slogan strong {
  font-size: 26px;
}
header .box-phone {
  position:absolute;
  top: 39px;
  right:0;
}
header .box-phone .col-r {
float: right;
margin-left: 22px;
text-align: right;

}
header .box-phone .col-r .phone {
  display: block;
  font-size: 24px;
  color: #1e242a !important;
  font-family: 'PT Serif', Tahoma, Arial, sans-serif;
  line-height: 24px;
}
header .box-phone .col-r .phone strong {
  font-weight: normal;
  color: #12539f;
}
header .box-phone .col-r .mail {
  line-height: 24px;
}
header .box-phone .col-r .mail a {
  color: #12539f;
  text-decoration: none;
  border-bottom: 1px dashed #12539f;
  font-family: 'PT Serif', Tahoma, Arial, sans-serif;
  font-size: 15px;
}
header .box-phone .col-r .mail a:hover {
  border-bottom: 1px solid #12539f;
}
header .menu-top {
  position: absolute;
  top: 120px;
  margin: 10px 0 13px ;
  width: 100%;
}
header .menu-top ul {
  width: 100%;
  display: table;
  position: relative;
}
header .menu-top ul:after {
  display: block;
  content: "";
  background: url("/layout/menu-bg-r.png") no-repeat 0 0;
  position: absolute;
  height: 67px;
  width: 4px;
  right: 0;
  top: 0;
}
header .menu-top ul:before {
  display: block;
  content: "";
  background: url("/layout/menu-bg-l.png") no-repeat 0 0;
  position: absolute;
  height: 67px;
  width: 3px;
  left: 0;
  top: 0;
}
header .menu-top ul li {
  display: table-cell;
  white-space: nowrap;
  text-align: center;
  background: url("/layout/menu-bg-pas.png") repeat-x 0 0;
  position: relative;
}
header .menu-top ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  background: url("/layout/menu-line.png") repeat-y 0 0;
  width: 2px;
  height: 96%;
}
header .menu-top ul li a {
  vertical-align: middle;
  box-sizing: border-box;
  display: block;
  height: 67px;
  line-height: 65px;
  padding: 0 20px;
  font-size: 18px;
  font-family: 'PT Serif', Tahoma, Arial, sans-serif;
  color: #1e242a;
  text-decoration: none;
}
header .menu-top ul li a:hover {
  color: #0a90c9;
  background: url("/layout/menu-bg-act.png") repeat-x 0 0;
}
header .menu-top ul li:first-child:before {
  display: none;
}
header .menu-top ul li.active a {
  color: #0a90c9;
  background: url("/layout/menu-bg-act.png") repeat-x 0 0;
}
header .box-slider {
  position: relative;
  top:97px;
}
header .box-slider:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/layout/slider-sh.png") no-repeat center 0;
  width: 1024px;
  height: 369px;
  z-index: 1;
  top: 16px;
  left: -31px;
}
header .box-slider:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/layout/slider-bg-blue.png") repeat-x center 0;
  width: 100%;
  height: 20px;
  bottom: -20px;
  left: 0;
}
.content {
  background: #fff;
  position: relative;
  min-height: 450px;
  padding: 20px;
}
.content:before,
.content:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/layout/sprite-cont-sh.png") no-repeat 0 bottom;
  width: 32px;
  height: 341px;
  left: -32px;
  top: 0;
}
.content:after {
  right: -32px;
  left: inherit;
  background-position: 0 0;
}
.content .box-index {
  position: relative;
}
.content .box-index h1 {
  font-size: 26px;
  font-weight: normal;
  color: #12539f;
  text-transform: none;
}
.content .box-index h1 strong {
  font-weight: bold;
  text-transform: uppercase;
}
.content .box-index ul {
  padding: 15px 0;
}
.content .box-index ul li {
  position: relative;
  background: url("/layout/index-li-bg.jpg") no-repeat 0 0;
  height: 47px;
  color: #343434;
  font-size: 17px;
  font-weight: bold;
  line-height: 15px;
  padding: 14px 0 0 60px;
}
.content .box-index ul li:first-child {
  height: 55px;
  padding-top: 7px;
}
.content .box-index ul li span {
  font-size: 13px;
  font-weight: normal;
}
.content .box-index ul li:before {
  content: "";
  display: block;
  position: absolute;
  background: url("/layout/li-in.png") no-repeat 0 0;
  width: 25px;
  height: 18px;
  top: 23%;
  left: 22px;
}
.content .box-index ul li.be-none:before {
	display:none;
	}
.content .box-index .box-inf-index {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.content .box-index .box-map-land {
  position: relative;
}
.content .box-index .box-map-land .map-land {
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 1;
}
.content .box-index .box-map-land .link-map {
  width: 107px;
  height: 81px;
  display: block;
  position: absolute;
  z-index: 2;
  top: -9px;
  right: -4px;
}
footer {
  background: url("/layout/arw-bg-ft.png") repeat-x 0 0 #183966;
}
footer .line-top {
  padding: 38px 35px 35px;
  font-family: 'PT Serif', Tahoma, Arial, sans-serif;
}
footer .line-top .col-l {
  float: left;
}
footer .line-top .col-l .txt {
  float: left;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'PT Serif', Tahoma, Arial, sans-serif;
  width: 168px;
  line-height: 18px;
}
footer .line-top .col-l .box-phone {
  float: left;
  text-align: right;
  margin-left: 20px;
}
footer .line-top .col-l .box-phone .phone {
  font-size: 22px;
  line-height: 25px;
  color: #fff;
  display: block;
}
footer .line-top .col-l .box-phone .phone strong {
  color: #3aafca;
  font-weight: normal;
}
footer .line-top .col-r {
  float: right;
}
footer .line-top .col-r .txt {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'PT Serif', Tahoma, Arial, sans-serif;
  float: right;
  line-height: 18px;
  width: 215px;
  margin-right: 20px;
  position: relative;
}
footer .line-top .col-r .txt:after {
  content: "";
  background: url("/layout/arw-inf.jpg") no-repeat 0 0;
  width: 65px;
  height: 22px;
  display: block;
  position: absolute;
  right: 0;
  bottom: -4px;
}
footer .line-top .col-r .adress {
  float: right;
  color: #3aafca;
  font-size: 15px;
  line-height: 18px;
  font-family: 'PT Sans', Arial, sans-serif;
}
footer .copyrights {
  border-top: 1px solid #194c5f;
  text-align: center;
  font-size: 15px;
  color: #cfcfcf;
  padding: 15px 35px 20px;
}
.subpage {
  position: relative;
  padding: 0 10px;
}
.subpage .title {
  position: relative;
  text-align: center;
  margin: 0 0 30px;
}
.subpage .title:before {
  content: "";
  display: block;
  border-top: 1px solid #c1ccd0;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 15px;
}
.subpage .title h1 {
  font-weight: normal;
  color: #2169a9;
  position: relative;
  z-index: 2;
  background: #fff;
  display: inline;
  padding: 0 35px;
}
.subpage .title h1:before,
.subpage .title h1:after {
  content: "";
  display: block;
  background: url("/layout/title-ico.jpg") no-repeat 0 0;
  width: 29px;
  height: 10px;
  position: absolute;
  left: -28px;
  top: 13px;
}
.subpage .title h1:after {
  left: inherit;
  right: -26px;
}
.box-text {
  color: #343434;
  font-size: 15px;
  line-height: 18px;
  font-family: 'PT Sans', Arial, sans-serif;
}
.box-text h2 {
  color: #343434;
  font-weight: normal;
  padding: 20px 0;
}
.box-text h3 {
  background: #f6fafb;
  padding: 5px;
  text-align: center;
  font-weight: normal;
  color: #2169a9;
  font-size: 26px;
  margin: 0 0 20px;
  line-height: 28px;
  clear: both;
}
.box-text a {
  color: #0a90c9;
}
.box-text p {
  margin: 0 0 15px;
}
.box-text table {
  margin: 0 0 15px;
}
.box-text table tr td {
  padding: 5px 0;
}
.box-text strong {
  font-weight: bold;
  color: #2169a9;
}
.box-text b {
  font-weight: bold;
  color: #343434;
}
.box-text .sh {
  position: relative;
  background: #e8f1f4;
  padding: 12px;
  border: 1px solid #c1ccd0;
}
.box-text .sh:before,
.box-text .sh:after {
  content: "";
  display: block;
  position: absolute;
  left: -21px;
  top: 0;
  background: url("/layout/sh-gal-l.png") no-repeat 0 center;
  width: 20px;
  height: 100%;
}
.box-text .sh:after {
  background: url("/layout/sh-gal-r.png") no-repeat 0 center;
  left: inherit;
  right: -21px;
}
.box-text img[align="right"] {
  margin: 0 0 15px 15px;
}
.box-text img[align="left"] {
  margin: 0 15px 15px 0;
}
.box-text ol {
  counter-reset: item;
}
.box-text ol li {
  position: relative;
  padding: 0 0 20px 60px;
}
.box-text ol li ins {
  text-decoration: none;
  color: #2169a9;
}
.box-text ol li:before {
  content: counter(item);
  counter-increment: item;
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  top: 2px;
  left: 0;
  color: #2169a9;
}
.box-text ol li:after {
  content: "\2015";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  color: #2169a9;
  font-size: 17px;
}
.box-text ul li {
  position: relative;
  padding: 0 0 20px 60px;
}
.box-text ul li:after {
  content: "\2015";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  color: #2169a9;
  font-size: 17px;
}
/*-----layout begin-----*/
/*contacts begin*/
.box-contacts .box-map-land {
  position: relative;
}
.box-contacts .box-map-land .link-map {
  width: 107px;
  height: 81px;
  display: block;
  position: absolute;
  z-index: 2;
  top: 11px;
  right: 16px;
}
.box-contacts .box-map-land img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -30px;
}
.box-contacts h2 {
  color: #343434;
  font-weight: normal;
}
.box-contacts .box-form {
  position: relative;
  z-index: 10;
  float: left;
}
.box-contacts .box-form h2 {
  padding: 0 0 20px;
}
.box-contacts .box-text {
  padding: 10px 0;
  clear: both;
}
.box-contacts .box-text .adress {
  position: relative;
  padding: 0 0 0 26px;
}
.box-contacts .box-text .adress:before {
  content: "";
  display: block;
  background: url("/layout/ico-cont.jpg") no-repeat 0 0;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 2px;
}
.box-contacts .box-text .phone {
  position: relative;
  padding: 0 0 0 26px;
}
.box-contacts .box-text .phone:before {
  content: "";
  display: block;
  background: url("/layout/ico-cont.jpg") no-repeat 0 -28px;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 3px;
}
.box-contacts .box-text .phone span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
}
.box-contacts .box-text .phone span.big {
  font-size: 20px;
  line-height: 26px;
}
.box-contacts .box-text .mail {
  position: relative;
  padding: 0 0 0 26px;
}
.box-contacts .box-text .mail:before {
  content: "";
  display: block;
  background: url("/layout/ico-cont.jpg") no-repeat 0 -16px;
  width: 16px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 2px;
}
/*contacts end*/
/*docs begin*/
.box-docs {
  margin-left: -22px;
}
.box-docs .doc {
  width: 203px;
  display: inline-block;
  margin: 0 0 30px 24px;
  vertical-align: top;
}
.box-docs .doc a {
  text-decoration: none;
}
.box-docs .doc .img {
  background: #f6fafb;
  border: 1px solid #c1ccd0;
  display: block;
  padding: 7px 7px 2px;
  float: left;
  position: relative;
  margin: 0 0 10px;
}
.box-docs .doc .img:before,
.box-docs .doc .img:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/layout/sh-doc-l.png") no-repeat 0 center;
  top: 7px;
  left: -20px;
  height: 277px;
  width: 20px;
}
.box-docs .doc .img:after {
  background: url("/layout/sh-doc-r.png") no-repeat 0 center;
  right: -20px;
  left: inherit;
}
.box-docs .doc .img img {
  border: 1px solid #c1ccd0;
}
.box-docs .doc .name {
  clear: both;
  display: block;
  text-align: center;
  color: #343434;
  font-size: 18px;
  line-height: 18px;
  font-family: 'PT Serif', Tahoma, Arial, sans-serif;
  background: #f6fafb;
  padding: 5px;
}
/*docs end*/
/*box-gallery begin*/
.box-gallery .album {
  margin: 0 0 40px;
}
.box-gallery .album .box-name-album {
  background: #f6fafb;
  padding: 10px 20px;
  margin: 0 0 22px;
}
.box-gallery .album .box-name-album h2 {
  float: left;
  font-weight: normal;
  color: #343434;
}
.box-gallery .album .box-name-album .more {
  float: right;
  font-size: 14px;
  color: #2169a9;
}

.box-gallery .line {
  margin: 0 0 0 -61px;
}
.box-gallery .line .photo {
  background: #e8f1f4;
  padding: 7px 7px 2px;
  float: left;
  display: inline-block;
  margin: 0 0 0 59px;
  position: relative;
}
.box-gallery .line.photos .photo {
  margin: 0 0 20px 59px;
}

.box-gallery .line .photo:before,
.box-gallery .line .photo:after {
  content: "";
  display: block;
  position: absolute;
  background: url("/layout/sh-gal-l.png") no-repeat 0 center;
  top: 7px;
  left: -20px;
  height: 210px;
  width: 20px;
}
.box-gallery .line .photo:after {
  background: url("/layout/sh-gal-r.png") no-repeat 0 center;
  right: -20px;
  left: inherit;
}
/*box-gallery end*/

form .errors {color: red;width: 250px;}

.pager .pbtn,
.pager .active .pbtn{display:inline-block;cursor:pointer;position:relative;border:none;
	height:28px !important;line-height:28px;padding:0 12px;
	color:#fff;text-decoration:none;font-size:16px;
	background: #316eb9; /* Old browsers */
	background: -moz-linear-gradient(top, #316eb9 0%, #1b4ea1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#316eb9), color-stop(100%,#1b4ea1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #316eb9 0%,#1b4ea1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #316eb9 0%,#1b4ea1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #316eb9 0%,#1b4ea1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #316eb9 0%,#1b4ea1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#316eb9', endColorstr='#1b4ea1',GradientType=0 ); /* IE6-9 */
	box-shadow:0 1px 1px rgba(0,0,0,0.71);
	border-radius:3px;
	}

.pager .pbtn:hover{
	background: #21a2de; /* Old browsers */
	background: -moz-linear-gradient(top, #21a2de 0%, #1086d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#21a2de), color-stop(100%,#1086d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #21a2de 0%,#1086d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #21a2de 0%,#1086d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #21a2de 0%,#1086d1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #21a2de 0%,#1086d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#21a2de', endColorstr='#1086d1',GradientType=0 ); /* IE6-9 */
}

.pager .pbtn{
	background: #ababab; /* Old browsers */
	background: -moz-linear-gradient(top, #ababab 0%, #919191 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ababab), color-stop(100%,#919191)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ababab 0%,#919191 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ababab 0%,#919191 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ababab 0%,#919191 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ababab 0%,#919191 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#919191',GradientType=0 ); /* IE6-9 */	
	}


.pager{margin:30px 0;padding:20px 0 0;border-top:1px solid #d6d6d6;}
.pager p{line-height:29px;color:#000;}
.pager li{margin:0 5px 0 0;display:inline-block;vertical-align:middle;}
.pager .pbtn{display:block;font-size:16px;color:#fff;
height:29px !important;line-height:29px;width:28px;text-align:center;padding:0 !important;}
.pager .lbtn:before , .pager .rbtn:before{display:block;content:"";position:absolute;
background:url(../images/pager_arws.png) 0 0 no-repeat;width:8px;height:14px;
top:8px;left:9px;}
.pager .rbtn:before{background-position:-8px 0;left:11px;}
