@charset "utf-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700';

.holder {
	margin: 10px 2px;
}
.holder a {
font-size: 12px;
cursor: pointer;
    padding: 3px 5px;
    text-transform: uppercase;
    background: #FBAF42;
    text-decoration: none;
}
.holder a:hover {
	background-color: #0074C7;
	color: #fff;
}
.holder a.jp-previous {
	margin-right: 15px;
}
.holder a.jp-next {
	margin-left: 15px;
}
.holder a.jp-current, a.jp-current:hover {
	color: #FF4242;
	font-weight: bold;
}
.holder a.jp-disabled, a.jp-disabled:hover {
	color: #bbb;
}
.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default;
	background: #F4F4F4;
}
.holder span {
	margin: 0 5px;
}
.holder {
    float: right;
    padding: 9px;
    margin: 0px auto;
    display: block;
    text-align: right;
    border: 1px dotted #123a45;
}
.holder a {
	font-size: 12px;
	cursor: pointer;
	margin: 2px;
color: #11295D;
	font-family: 'Open Sans', sans-serif;
		-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.holder a:hover {
    background-color: #123a45;
    color: #ffffff;
}
.holder a.jp-previous {
	margin-right: 0px;
	/*padding-left: 0px;
	background:url(../img/pagiArwLeft.png) no-repeat bottom left;*/
}
.holder a.jp-previous:hover {
	/*background:url(../img/pagiArwLeft.png) no-repeat top left;*/
	}
.holder a.jp-next {
	margin-left: 0px;
	/*padding-right: 0px;
	background:url(../img/pagiArwrght.png) no-repeat bottom right;*/
}
.holder a.jp-next:hover {
	/*background:url(../img/pagiArwrght.png) no-repeat top right;*/
	}
	
.holder a.jp-current, a.jp-current:hover {
    color: #f90;
    font-weight: normal;
    background: #123a45;
}
.holder a.jp-disabled, a.jp-disabled:hover {
	color: #D2C2A3;
	background:none;
}
.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default;
}
.holder span {
	margin: 0 5px;
}
@media only screen and (min-width: 600px) and (max-width: 767px) {
	.holder{
		width:100%;
		text-align:center;
		}	
	}
@media only screen and (min-width: 480px) and (max-width: 600px) {
	.holder{
		width:100%;
		text-align:center;
		}
	}
@media only screen and (min-width: 320px) and (max-width: 480px) {
	.holder{
		width:100%;
		text-align:center;
		}	
	}
@media only screen and (min-width: 200px) and (max-width: 320px) {
	.holder{
		width:100%;
		text-align:center;
		}	
	}