@import "reset.css";

@font-face {
    font-family: "GothamProBold";
    src:url('../fonts/GothamProBold.eot');
    src:url('../fonts/GothamProBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamProBold.woff') format('woff');
    url('../fonts/GothamProBold.ttf') format('truetype');
}
@font-face {
    font-family: "GothamProLight";
    src:url('../fonts/GothamProLight.eot');
    src:url('../fonts/GothamProLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamProLight.woff') format('woff');
url('../fonts/GothamProLight.ttf') format('truetype');
}
@font-face {
    font-family: "GothamProRegular";
    src:url('../fonts/GothamProRegular.eot');
    src:url('../fonts/GothamProRegular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/GothamProRegular.woff') format('woff');
url('../fonts/GothamProRegular.ttf') format('truetype');
}
html,body{
    height: 100%;
}


body{
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
	background: #E6E6E6;
	border-top: 5px solid #FFAA2B;
	min-height: 100%;
}
body:before{
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;
}
#page{
    min-height: 100%;
	padding-bottom: 3rem;
}
.oHide{
    overflow: hidden;
}

.rel{
    position: relative;
}
.fHeight{
    height: 100%;
}
.clear{
    clear: both;
}
.westSide{
    float: left;
}
.middleSide{
    float: left;
}
.eastSide{
    float: right;
}

.button{
    display: block;
    width: 157px;
    height: 37px;
    text-align: center;
    text-decoration: none;
    line-height: 37px;
    background: url("../img/buttonMore.png")no-repeat;
    font-family: 'GothamProRegular',sans-serif;
    font-size: 14px;
    color: #959595;
}
.button:hover{
    background: url("../img/buttonMore.png") 0 -37px;
    color: white;
}

/*** header ***/
header.sticky-top{
	background: url("../img/menu.png")repeat;
	width: 100%;
}

.navbar{
	padding: 0;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: #fff;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    font-family: 'GothamProBold',sans-serif;
	font-weight: 400;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-family: 'GothamProLight',sans-serif;
	font-size: 16px;
	padding: 12px;
}

ul.menu-top {
	width: 100%;
}
ul.menu-top li {
	width: 25%;
	text-align: center;
}

ul.menu-top li.active {
    font-family: 'GothamProBold',sans-serif;
    color: #212121;
    background: url("../img/menuCurrent.png")repeat;
	font-weight: bold;
}

ul.menu-top li.active a{
    color: #212121 !important;
}
.header{
    width: 100%;
    padding-top: 50px;
    background: url("../img/headerBg.jpg")no-repeat center top;
	background-size: cover;
}

ul.menu-top li a {
    text-decoration: none;
    color: white;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: gold;
}

.logo{
    height: 91px;
    position: relative;
    margin: -20px 0 25px 28px;
}
.logo img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.mainNav{
    height: 63px;
    overflow: hidden;
}
.mainNav li{
    float: left;
    position: relative;
    margin-top: 30px;
	padding-left: 15px;
    padding-right: 30px;
    height: 70px;
	width: 230px;
    background: url("../img/tab.png")no-repeat -1px 0;
}
.mainNav li:last-child{
    margin-left: 0;
}
.mainNav .current{
    z-index: 2;
    background: url("../img/tabCurrent.png")no-repeat -1px 0;
}
.mainNav li a{
    display: block;
    text-decoration: none;
    height: 100%;
}
.mainNav li p{
    font-family: 'GothamProBold',sans-serif;
    color: white;
    font-size: 18px;
    padding-top: 10px;
	display: inline-block;
}
.mainNav li p span{
    font-family: 'GothamProBold',sans-serif;
    font-size: 18px;
}

.headNav{
    width: 100%;
	display: none;
    height: 48px;
    background: url("../img/menu.png")repeat;
}
.headNav li{
	display: table-cell;
	vertical-align: middle;
    font-family: 'GothamProLight',sans-serif;
    font-size: 16px;
    color: white;
	text-align: center;
	max-width: 140px;
}
.headNav .current{
    font-family: 'GothamProBold',sans-serif;
    color: #212121;
    background: url("../img/menuCurrent.png")repeat;
}
.headNav li a{
    text-decoration: none;
    color: white;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.headNav li a:hover{
    color: gold;
}
.headNav .current a{
    color: #212121;
}
.headNav .current a:hover{
    color: #212121;
}


/*** slider digest ***/
.digestWrap{
	width: 100%;
}
.digest{
    width: 100%;
    height: 301px;
	overflow-y: hidden;
}
.digest li{
    position: relative;
    height: 100%;
	width: 100%;
	overflow-y: hidden;
}
.digest li img{
	width: 100%;
}
.digest .news{
    position: absolute;
    right: 100px;
    top:50px;
    background: rgba(0,0,0,0.8);
    padding: 20px;
    width: 370px;
    height: 180px;
}
.digest .news h2{
    font-family: 'GothamProBold',sans-serif;
    font-size: 22px;
    color: white;
    line-height: 26px;
    margin-bottom: 8px;
}
.digest .news p{
    font-family: 'GothamProLight',sans-serif;
    font-size: 14px;
    color: white;
    line-height: 18px;
}
.digest .news a{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 7px;
    color: #ed2a23 ;
    font-family: 'GothamProBold',sans-serif;
    font-size: 16px;
    background: black;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.digest .news a:hover{
    background: rgba(255,0,0,0.6);
    color: white;
}
.digestWrap .prev{
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 50%;
    margin: auto;
    z-index: 2;
    width: 35px;
    height: 67px;
    background: url("../img/arrLeft.png")no-repeat;
}
.digestWrap .prev:hover{
    background: url("../img/arrLeft.png")0 -67px;
}
.digestWrap .next{
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 50%;
    margin: auto;
    z-index: 2;
    width: 35px;
    height: 67px;
    background: url("../img/arrRight.png")no-repeat;
}
.digestWrap .next:hover{
    background: url("../img/arrRight.png")0 -67px;
}
/*** end slider digest ***/



/*** direction Slider ***/
.directionSlider{
    width: 100%;
    height: 301px;
}
.directionSlider li{
    position: relative;
    height: 100%;
}
.directionSlider .news{
    position: absolute;
    right: 100px;
    top:50px;
    background: rgba(0,0,0,0.8);
    padding: 20px;
    width: 370px;
    height: 180px;
}
.directionSlider .news h2{
    font-family: 'GothamProBold',sans-serif;
    font-size: 22px;
    color: white;
    line-height: 26px;
    margin-bottom: 8px;
}
.directionSlider .news p{
    font-family: 'GothamProLight',sans-serif;
    font-size: 14px;
    color: white;
    line-height: 18px;
}
.directionSlider .news a{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 7px;
    color: #ed2a23 ;
    font-family: 'GothamProBold',sans-serif;
    font-size: 16px;
    background: black;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.directionSlider .news a:hover{
    background: rgba(255,0,0,0.6);
    color: white;
}

/*** content ***/
    /*** post main page ***/
.aboutPost{
    padding: 25px 30px 70px 15px;
    background: url("../img/aboutPostBg.png")repeat;
    position: relative;
}

h2.cat-title {
	text-align: center;
    font-family: 'GothamProBold',sans-serif;
    font-size: 2rem;
    line-height: 28px;
    padding-bottom: 8px;
    margin-bottom: 18px;
}

h3{
    font-family: 'GothamProBold',sans-serif;
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 10px;
}
.aboutPost p{
    font-family: 'GothamProRegular',sans-serif;
    color: #343434;
}
.aboutPost .button{
    position: absolute;
    bottom: 20px;
    right: 15px;
}

.content{
    padding: 25px 30px 40px 15px;
    background: white;
	width: 100%;
}

/*** основные посты (новости, публикации) ***/
.post{
	clear:both;
}
.post li{
    width: 294px;
    float: left;
    margin-right: 29px;
}
.post li:nth-child(3n){
    float: right;
    margin-right: 0;
}
.post .img{
    margin-bottom: 15px;
}
.post .img img{
    width: 294px;
    height: 193px;
    vertical-align: top;
}
.post .desc{

}
.post li h4{
    margin-bottom: 15px;
    font-family: 'GothamProBold',sans-serif;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.post li p{
    font-family: 'GothamProRegular',sans-serif;
    font-size: 13px;
    line-height: 17px;
    height: 153px;
    overflow: hidden;
}
.post .button{
    margin: 30px auto;
}
/*** breadcrumbs ***/
.breadcrumbs{
    font-family: 'GothamProLight',sans-serif;
    color: black;
    padding-bottom: 20px;
}
.breadcrumbs span{
    color: #989898;
}
.breadcrumbs span a{
    text-decoration: none;
    color: #989898;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.breadcrumbs span a:hover{
    color: #343434;
}

/*** посты команды (ключевые члены команды) commandpost а также команда***/
.commandPost{

}
.commandPost li{
    height: 168px;
    width: 455px;
    margin: 0 30px 30px 0;
    float: left;
}
.commandPost li:nth-child(2n){
    margin-right: 0;
    float: right;
}
.commandPost .img{
    float: left;
}
.commandPost .img img{
    vertical-align: top;
    width: 148px;
    height: 168px;
}
.commandPost .desc{
    margin-left: 178px;
}
.commandPost h4{
    font-family: 'GothamProBold',sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #343434;
    height: 44px;
    overflow: hidden;
}
.commandPost h4 a{
    color: #55677f;
    text-decoration: none;
}
.commandPost h4 a:hover{

    color: #617b9d;
}
.commandPost p{
    font-family: 'GothamProRegular',sans-serif;
    color: #343434;
    height: 55px;
    overflow: hidden;
}
.commandPost .direction{
    height: 72px;
}
.commandPost p span{
    font-family: 'GothamProBold',sans-serif;
    text-transform: uppercase;
}
.commandPost .button{
    margin: 7px auto 0;
}

.partnersPost{
    margin-top: 20px;
}
.partnersPost li{
    float: left;
    width: 25%;
    position: relative;
    height: 100px;
}

.partnersPost li a img{
    vertical-align: top;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

/*** directionInner ***/
.directionInner{
    padding-bottom: 30px;
}
.directionInner .img{
    float: left;
    position: relative;
    overflow: hidden;
    width: 295px;
    height: 193px;
}
.directionInner .img img{
    position: absolute;
    top: -50%;
    bottom: -50%;
    left: -50%;
    right: -50%;
    margin: auto;
}
.directionInner .desc{
    margin-left: 325px;
}
.directionInner .desc h2{
    font-family: 'GothamProBold',sans-serif;
    font-size: 22px;
    color: #222222;
    line-height: 26px;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
}
.directionInner .excerpt{
    font-family: 'GothamProRegular',sans-serif;
    color: #343434;
}

.directionInner .excerpt a{
    font-family: 'GothamProBold',sans-serif;
}
.directionInner .excerpt a:hover{
    font-family: 'GothamProBold',sans-serif;
}
.directionInner .phoneNum{
    font-family: 'GothamProRegular',sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    padding-left: 20px;
    background: url("../img/iconPhoneCInn.png")no-repeat left center;
    margin-bottom: 8px;
}
.directionInner .mailAddress{
    font-family: 'GothamProRegular',sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    padding-left: 20px;
    background: url("../img/iconMailCInn.png")no-repeat left center;
    margin-bottom: 8px;
}
.directionInnerDesc{
    padding: 25px 30px 70px;
    background: url("../img/aboutPostBg.png")repeat;
    position: relative;
    margin: 0 -30px 30px;
}
.directionInnerDesc p{
    text-indent: 20px;
	min-height: 20px;
    font-family: 'GothamProRegular',sans-serif;
    color: #343434;
}
.directionInnerDesc em{
    font-family: 'GothamProBold',sans-serif;
}
.directionInnerDesc ul{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: 20px;
}
.directionInnerDesc ol{
    list-style-type: decimal;
    list-style-position: inside;
    text-indent: 20px;
}
.directionInnerDesc a{
    font-family: 'GothamProBold',sans-serif;
    color: #3c3c3c;
}
.directionInnerDesc a:hover{
    text-decoration: none;
}
.directionInnerDesc img{
    margin: 20px 20px 20px 0;
    vertical-align: top;
}

/*** commandInner внутренняя страница команды ***/
.commandInner{

}
.commandInner .img{
    float: left;
}
.commandInner .img img{
    vertical-align: top;
    width: 182px;
    height: 206px;
}
.commandInner .desc{
    margin-left: 212px;
}
.commandInner .desc h2{
    font-family: 'GothamProBold',sans-serif;
    font-size: 22px;
    color: #222222;
    line-height: 26px;
    margin-bottom: 8px;
}
.commandInner .desc p{
    font-family: 'GothamProRegular',sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #343434;
    margin-bottom: 8px;
}
.commandInner .desc p span{
    font-family: 'GothamProBold',sans-serif;
    text-transform: uppercase;
}
.commandInner .phoneNum{
    font-family: 'GothamProRegular',sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    padding-left: 20px;
    background: url("../img/iconPhoneCInn.png")no-repeat left center;
    margin-bottom: 8px;
}
.commandInner .mailAddress{
    font-family: 'GothamProRegular',sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    padding-left: 20px;
    background: url("../img/iconMailCInn.png")no-repeat left center;
    margin-bottom: 8px;
}
.commandInnerDesc{
    padding: 30px 0;
    font-family: 'GothamProRegular',sans-serif;
    color: #343434;
    border-bottom: 2px solid #F3F3F3;
    margin-bottom: 20px;
}
.commandInnerDesc p{
    text-indent: 20px;
	min-height: 20px;
}
.commandInnerDesc em{
    font-family: 'GothamProBold',sans-serif;
}
.commandInnerDesc ul{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: 20px;
}
.commandInnerDesc ol{
    list-style-type: decimal;
    list-style-position: inside;
    text-indent: 20px;
}
.commandInnerDesc a{
    font-family: 'GothamProBold',sans-serif;
    color: #3c3c3c;
}
.commandInnerDesc a:hover{
    text-decoration: none;
}

/*** newsInner ***/
.newsInner{

}
.newsInner .img{
    float: left;
}
.newsInner .img img{
    vertical-align: top;
    width: 295px;
    height: 193px;
    margin: 0 30px 0 0;
}
.newsInner .desc h2{
    font-family: 'GothamProBold',sans-serif;
    font-size: 22px;
    color: #222222;
    text-transform: uppercase;
    line-height: 26px;
    margin-bottom: 15px;
}
.newsInner .desc .authors{
	font-family: 'GothamProRegular', sans-serif;
	padding-bottom: 5px;
	color: #343434;
}
.newsInner .desc .authors span{
	font-family: 'GothamProBold',sans-serif;
}
.newsInner .excerpt{
    font-family: 'GothamProBold',sans-serif;
    color: #343434;
}
.newsInner .excerpt a{
    font-family: 'GothamProBold',sans-serif;
}
.newsInner .excerpt a:hover{
    font-family: 'GothamProBold',sans-serif;
}
.newsInner .phoneNum{
    font-family: 'GothamProRegular',sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    padding-left: 20px;
    background: url("../img/iconPhoneCInn.png")no-repeat left center;
    margin-bottom: 8px;
}
.newsInner .mailAddress{
    font-family: 'GothamProRegular',sans-serif;
    font-size: 14px;
    color: #3c3c3c;
    padding-left: 20px;
    background: url("../img/iconMailCInn.png")no-repeat left center;
    margin-bottom: 8px;
}
.newsInnerDesc{
    padding: 30px 0;
    font-family: 'GothamProRegular',sans-serif;
    color: #343434;
    border-bottom: 2px solid #F3F3F3;
    margin-bottom: 20px;
}
.newsInnerDesc p{
    text-indent: 20px;
	min-height: 20px;
}
.newsInnerDesc em{
    font-family: 'GothamProBold',sans-serif;
}
.newsInnerDesc ul{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: 20px;
}
.newsInnerDesc ol{
    list-style-type: decimal;
    list-style-position: inside;
    text-indent: 20px;
}
.newsInnerDesc a{
    font-family: 'GothamProBold',sans-serif;
    color: #3c3c3c;
}
.newsInnerDesc a:hover{
    text-decoration: none;
}
.newsInnerDesc img{
    margin: 20px 20px 20px 0;
    vertical-align: top;
}

/*** aboutInner ***/

.aboutInnerDesc{
    padding-bottom: 30px;
    font-family: 'GothamProRegular',sans-serif;
    color: #343434;
    margin-bottom: 20px;
}
.aboutInnerDesc p{
    text-indent: 20px;
	min-height: 20px;
}
.aboutInnerDesc strong{
    font-family: 'GothamProBold',sans-serif;
}
.aboutInnerDesc ul{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: 20px;
}
.aboutInnerDesc ol{
    list-style-type: decimal;
    list-style-position: inside;
    text-indent: 20px;
}
.aboutInnerDesc a{
    font-family: 'GothamProBold',sans-serif;
    color: #3c3c3c;
}
.aboutInnerDesc a:hover{
    text-decoration: none;
}

.aboutContacts iframe{
    width: 100%;
    height: 400px;
    margin:30px 0;
}
.aboutContacts p{
    line-height: 20px;
}
/*** pagination ***/
.pagination {
    clear: both;
    position: relative;
    line-height: 20px;
    display: table;
    margin: 20px auto;
    font-family: 'GothamProRegular',sans-serif;
    font-size: 18px;
}
.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #343434;
    background: #E7E7E7;
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}
.pagination .current {
    padding: 6px 11px 5px;
    background: #FFAA2B;
    color: #fff;
}
.pagination a:hover{
    color:#fff;
    background: #FFAA2B; /* Pagination background on hover */
}

/*** searchBox ***/
.searchBlck{
    height: 95px;
    background: url("../img/aboutPostBg.png")repeat;
    border-bottom: 1px solid #efefef;
    padding: 20px 30px 0 28px;
}
.searchBox{

}
.searchBox label{
    display: inline-block;
    height: 36px;
    position: relative;
}
.searchBox .searchIc{
    display: inline-block;
    position: absolute;
    width: 21px;
    height: 20px;
    top: 9px;
    right: 8px;
    background: url("../img/iconSearch.png")no-repeat;
}
.searchBox input{
    font-family: 'GothamProLight',sans-serif;
    font-size: 14px;
    color: #2e2e2e;
}
.searchBox select{
    font-family: 'GothamProLight',sans-serif;
    font-size: 14px;
    color: #2e2e2e;
    height: 37px;
    border: 1px solid #c2c2c2;
    max-width: 260px;
}
.searchBox input::-moz-placeholder{
    color: #2e2e2e;
}
.searchBox input::-webkit-input-placeholder{
    color: #2e2e2e;
}
.searchBox input:-ms-input-placeholder{
    color: #2e2e2e;
}
.search{
    width: 230px;
    height: 35px;
    padding: 0 30px 0 15px;
    border: 1px solid #C2C2C2;
}
.byDate{

}
.byTag{
    width: 250px;
}
.byAuthor{
    width: 250px;
}



/*** footer ***/
.footer{
    font-family: 'GothamProRegular',sans-serif;
    font-size: 13px;
    color: #aeaeae;
    background: url("../img/menu.png")repeat;
    border-bottom: 5px solid #FFAA2B;
}
.footerLeft{
}
.footerNav{
    margin: 20px 0 50px 20px;
}
.footerNav li{
    float: left;
    height: 18px;
    border-right: 1px solid #686868;
    padding: 0 7px;
}
.footerNav li:last-child{
    border-right: none;
}
.footerNav li a{
    text-decoration: none;
    color: #aeaeae;
}
.footerNav li a:hover{
    color: #ED2A23;
}
.copyrights{
    text-align: left;
	margin-left: 25px;
}
.copyrights p{
    line-height: 17px;
}
.copyrights p a{
    text-decoration: none;
    color: #d15752;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.copyrights p a:hover{
    color: #ED2A23;
}
.ourContacts{
    padding-top: 20px;
}
.ourContacts .address{
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 40px;
    background: url("../img/iconMan.png")no-repeat left center;
}
.ourContacts .phoneNumber{
    line-height: 17px;
    margin-bottom: 20px;
    padding-left: 40px;
    height: 23px;
    background: url("../img/iconPhone.png")no-repeat 10px 0;
}


/*** wordpress style ***/
.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}
.alignright {
    float: right;
    margin: 20px 0 20px 20px ;
}
strong{
    font-family: 'GothamProBold',sans-serif;
    color: #303030;
}
p {
    font-family: 'GothamProRegular', sans-serif;
}













#pagerWrap{
    padding:0 0 60px;
    background: url("../img/aboutPostBg.png")repeat;
    border-bottom: 1px solid #E0E0E0;
}
#pager{
    position: relative;
    z-index: 3;
}
#pager li{
    display: inline-block;
    vertical-align: middle;
    margin-right: -11px;
    position: relative;
}
#pager li:last-child{
    margin-right: 0;
}
#pager li a{
    display: block;
    width: 224px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    background: url("../img/tab2.png")no-repeat;
    float: left;
    font-family: 'GothamProRegular',sans-serif;
    font-size: 16px;
    color: white;
    text-decoration: none;
}
#pager li a img{
    width: 199px;
    height: 60px;
    vertical-align: middle;
}
#pager .direction_here{
    z-index: 2;
}
#pager .direction_here a{
    background: url("../img/tabCurrent2.png")no-repeat;
    font-family: 'GothamProBold',sans-serif;
    font-size: 16px;
    color: #efab47;
}
