@charset "utf-8";
/* CSS Document */
body {
	font-family: calibri;
}
.background-color-shadow {
	box-shadow: 0 0 0 black;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar-color {
	background-color:#1f58a4;
	border-color:#f37128;
	border-radius:0px !important;
	margin:0;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color:#fff !important;
	/*font-weight:600;*/
background-color:#bc5a23 !important;
}
h2.home-page {
	font-size:18px;
	text-align:justify;
	color:#f37128;
	line-height:24px;
	margin-top:5px;
}
p.home-justify {
	text-align:justify;
	font-size:14px;
	font-family:calibri;
}
p.home-justify-right {
	text-align:justify;
	font-size:14px;
	font-family:calibri;
	padding:5px;
}
h3.gandhi {
	font-size:19px;
	color:#65A630;
	font-weight:600;
	margin-bottom:5px;
	font-family:calibri;
}
h3.gandhi-1 {
	font-size:19px;
	color:#65A630;
	font-weight:600;
	font-family:calibri;
}
.breadcrumbs {
	background: #65A630;
	color: #fff;
	padding: 10px 0;
	margin-bottom: 30px;
	font-weight: bold;
	margin-top: 0;
}
.right-border {
	background-color: #f6f6f6;
	/* border: 1px solid #dcdcdc;*/
    position: relative;
	font-size: 16px;
	margin-top:25px;
	border-radius:4px;
	word-wrap: break-word;
	margin-bottom:30px;
}
.right-background {
	background-color:#f37128;
	margin: 0 0 0px;
}
.right-background h3 {
	font-size: 17px;
	color: #fff;
	margin-top: 0px;
	padding: 12px 8px 12px 6px;
	text-align: center;
	border-top: 10px solid #fff;
	margin:0;
}
.footer-small {
	background-color: #01002A;
	margin-top:0px;
	padding: 10px;
	margin-bottom: 0px;
	color: #fff;
	font-family: calibri;
}
.footer {
	background: #0B0A30;
	color: #fff;
	padding:25px 0;
	display: inline-block;
	width: 100%;
	font-weight: 300;
	font-family:'Open Sans', sans-serif;
}
.footer h1 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 20px;
}
ul.page-footer-list {
	list-style: none;
	padding: 0px 10px;
}
ul.page-footer-list li i {
	padding-right: 10px;
}
ul.page-footer-list li {
	line-height: 35px;
	border-bottom: 1px dashed #636F79;
}
ul.page-footer-list a:hover {
	color: #F07971;
	text-decoration:none;
}
ul.page-footer-list a {
	color: #fff;
}
.pr-10 {
	padding-right: 10px;
}
.details-1 {
	font-family:calibri;
	font-size:18px;
	margin-bottom:5px;
}
h2.details-1 {
	font-family:calibri;
	font-size:18px;
	margin-bottom:5px;
	margin-top:10px;
}
.comments {
	font-size:18px;
	font-family:Verdana, Geneva, sans-serif;
	border-bottom:1px solid #D2DADB;
	color:#555;
	margin-top:10px;
	margin-bottom:10px;
}
.rj-box {
	margin: 0;
	padding: 4px 8px;
	width: auto;
	line-height: 100%;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 7px;
	margin-bottom:20px;
}
.rj-box p {
	font-size:16px;
	line-height:18px;
	text-align:justify;
}
.rj-box h2 {
	font-size: 14px;
	color: #555;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}
.border-img {
	border: 1px solid #ddd;
	padding: 3px;
	border-radius: 4px;
}
address.about {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	line-height: 31px;
	font-family: calibri;
	font-size: 18px;
}
p.home-justify-about {
	text-align: justify;
	font-size: 16px;
	font-family: calibri;
	line-height:30px;
	margin-top:10px;
}
.link {
	font-size: 16px;
	font-family: calibri;
	line-height:30px;
	margin-top:10px;
}
.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}
.hovereffect .overlay {
	width:96%;
	position: absolute;
	overflow: hidden;
	text-align:center;
	left:2.3%;
	top: auto;
	bottom: 0;
	padding:10px 0px 0px 5px;
	height:6.75em;
	background:#bc5a23;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}
.hovereffect img {
	display: block;
	position: relative;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
.hovereffect:hover img {
	-webkit-transform: translate3d(0, -10%, 0);
	transform: translate3d(0, -10%, 0);
}
.hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 15px;
	padding:0px;
	float: left;
	margin: 0px;
	display: inline-block;
	font-family:calibri;
}
.hovereffect a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 50px 0 0 0;
	background-color: transparent;
}
.hovereffect a.info:hover {
	box-shadow: 0 0 5px #fff;
}
.hovereffect p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}
.hovereffect:hover p.icon-links a:hover, .hovereffect:hover p.icon-links a:focus {
	color: #252d31;
}
.hovereffect h2, .hovereffect p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.hovereffect p.icon-links a span:before {
	display: inline-block;
	padding: 8px 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.hovereffect:hover .overlay, .hovereffect:hover h2, .hovereffect:hover p.icon-links a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.hovereffect:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
 .hovereffect:hover p.icon-links a:nth-child(3) {
 -webkit-transition-delay: 0.1s;
 transition-delay: 0.1s;
}
 .hovereffect:hover p.icon-links a:nth-child(2) {
 -webkit-transition-delay: 0.15s;
 transition-delay: 0.15s;
}
.hovereffect:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.text-justify {
	text-align:justify;
}
.control-label-1 {
	font:400 14px/21px Roboto, sans-serif;
	text-align:right;
}
 .form-control-1:-moz-placeholder {
color:#999
}
.form-control-1::-moz-placeholder {
color:#999
}
.form-control-1:-ms-input-placeholder {
color:#999
}
.form-control-1::-webkit-input-placeholder {
color:#999
}
.form-control-1 {
	display:block;
	width:100%;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.428571429;
	color:#555;
	vertical-align:middle;
	background-color:#f6f6f6;
	border:1px solid #ccc;/* border-radius:4px; */
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control-1:focus {
	border-color:#66afe9;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-control-1[disabled], .form-control-1[readonly], fieldset[disabled] .form-control-1 {
	cursor:not-allowed;
	background-color:#eee
}
textarea.form-control-1 {
	height:auto
}
.margin-contact {
	margin-top:25px;
	margin-bottom:15px;
}
.danger {
	color:#f37128;
}
.margin-top-contact {
	margin-top:20px;
}
.vfleft {
	float:left;
}
.vfright {
	float:right;
}
.vfclear {
	clear:both;
}
.valeft {
	text-align:left;
}
.varight {
	text-align:right;
}
.vacenter {
	text-align:center;
}
#vvisit_counter102 {
	border:10px solid #000000;
}
#vvisit_counter102 {
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	border-radius: 8px 8px 8px 8px;
}
#vvisit_counter102 {
	-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
	-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
	box-shadow: 0px 1px 5px 0px #4a4a4a;
}
#vvisit_counter102 .vstats_counter {
	margin-top: 5px;
}
#vvisit_counter102 .vrow {
	height:24px;
}
#vvisit_counter102 .vstats_icon {
	margin-right:5px;
}
#vvisit_counter102 {
	padding:15px;
}
.vdigit-2 {
	background-position: -60px 0;
}
.vdigit-0, .vdigit-1, .vdigit-2, .vdigit-3, .vdigit-4, .vdigit-5, .vdigit-6, .vdigit-7, .vdigit-8, .vdigit-9 {
	width: 15px;
	height: 20px;
	/*background: url(../images/follow-us/default.png) no-repeat top left;*/
    text-indent: -999em;
	display: inline-block;
}
#back-to-top {
	display:none;
	position:fixed;
	bottom:30px;
	right:30px;
	height:40px;
	width:40px;
	cursor:pointer;
	background:#01002a;
	line-height:1em;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	background-image:url(../images/triangle.png);
	background-position:5px 8px;
	background-repeat:no-repeat;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.5;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
#back-to-top:hover {
	background-color:#EC483F;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity:0.8;
 -webkit-transition: all .3s ease;
 -moz-transition: all .3s ease;
 -ms-transition: all .3s ease;
 -o-transition: all .3s ease;
 transition: all .3s ease;
}
.vvisit_counter div a {
	display:none;
}
.moduletable {
	padding: 15px 20px;
	border: 1px solid #ddd;
}
table.acymailing_form {
	margin: auto;
	border: 0px !important;
	width: 100%;
}
.right-border input {
	background-image: none;
	padding: 5px 15px;
	width: 100% !important;
	border: 1px solid #ccc;
}
#comments-form {
	width:55%;
}
#comments-form p {
	margin-left: 0px !important;
}
#comments-form input {
	height: 0;
	padding: 5px 10px !important;
	height: 35px;
}
#comments-form label {
	font-weight:normal;
}
#comments-form .btn {
	float: none;
	background: none;
	margin-right: 0;
	padding: 0 !important;
	background-color: #f37128;
	padding: 10px 20px !important;
	color: #fff !important;
}
#comments-form .btn a {
	color:#fff;
}
#comments-form .btn div {
	margin: 0;
	float: none;
	background: none;
	padding: 0 5px;
}
.navbar-color {
	border: none;
}
.navbar-color a:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	background: #003f86;
	content: " ";
	z-index: -1;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #ffffff;
	background: none !important;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: #0b438e !important;
}
.navbar-color a:hover:after {
-webkit-animation:fontbulger .5s forwards;
}
@keyframes fontbulger {
 from {
bottom:100%;
}
to {
	bottom: 0;
	height:100%;
}
}
.imgslide img {
	width:100%;
}
body {
	font-size:18px;
}
.navbar-nav>li>a {
	font-size: 14px;
}
.navbar-nav>li {
	border-left: 1px solid #2371da;
	border-bottom: 1px solid #eee;
	border-left: 0;
}
.nav>li>a {
	padding: 15px 13px;
}
.navbar-nav {
	border-right: 1px solid #2371da;
	border: 1px solid #eee;
}
.navbar {
	min-height: inherit;
}
.right-border {
	font-size:18px !important;
}
.right-border span {
	font-size:18px !important;
}
.right-border span p {
	font-size:18px !important;
}
#comments-form {
	background: #f6f6f6;
	width: inherit;
	padding: 20px 30px;
	border: 1px solid #eee;
}
#jc h4 {
	margin-top: 30px;
}
#comments .comments-list {
	margin-left: 0;
}
h2.style7 {
	margin: 25px 0 10px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 10px;
	font-size: 22px;
}
ul.page-footer-list a {
	color: #fff;
	font-size: 13px;
}
ul.page-footer-list li {
	line-height: 35px;
	border-bottom: 0;
 
 
}
 
ul.page-footer-list li:hover a {
	color:#fff;
}
#cssmenu,  #cssmenu ul,  #cssmenu ul li,  #cssmenu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #428bca;
}
#cssmenu {
	/* width: 180px; */



  z-index: 2;
}
#cssmenu ul {
	border: 1px solid #cccccc;
	border-radius: 5px;
	background: #ffffff;
	background: -moz-linear-gradient(bottom, #f0f0f0, #ffffff);
	background: -webkit-linear-gradient(bottom, #f0f0f0, #ffffff);
	background: -o-linear-gradient(bottom, #f0f0f0, #ffffff);
	background: -ms-linear-gradient(bottom, #f0f0f0, #ffffff);
	background: linear-gradient(to top, #f0f0f0, #ffffff);
}
#cssmenu ul li.active {
	border-bottom: 0;
}
#cssmenu ul li:last-child {
	border-bottom: 0;
}
#cssmenu ul li a {
	display: block;
	padding: 14px 12px;
	text-decoration: none;
}
#cssmenu ul li.active {
	left: -8px;
	width: 270px;
	padding: 2px;
	background: #ce4c4a;
	background: -moz-linear-gradient(bottom, #0f8afc, #2c7fcc);
	background: -webkit-linear-gradient(bottom, #0f8afc, #2c7fcc);
	background: -o-linear-gradient(bottom, #0f8afc, #2c7fcc);
	background: -ms-linear-gradient(bottom, #0f8afc, #2c7fcc);
	background: linear-gradient(to top, #0f8afc, #2c7fcc);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
	right: 0;
	position:relative;/* min-height: 50px; */



}
#cssmenu ul li.active > strong {
	display:block;
	padding: 12px 37px 12px 16px;
	border-left: 1px dashed #fff;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	color: #ffffff;
	text-shadow: 0 0px 0px #000;
	min-height: 41px;
}
#cssmenu ul li.active:after {
	position: absolute;
	right: -16px;
	top: 7px;
	width: 30.526912px;
	height: 31.526911934581186px;
	background: #ce4c4a;
	background: -moz-linear-gradient(-45deg, #0f8afc, #2c7fcc);
	background: -webkit-linear-gradient(-45deg, #0f8afc, #2c7fcc);
	background: -o-linear-gradient(-45deg, #0f8afc, #2c7fcc);
	background: -ms-linear-gradient(-45deg, #0f8afc, #2c7fcc);
	background: linear-gradient(-45deg, #0f8afc, #2c7fcc);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#cssmenu ul li.active:before {
	position: absolute;
	right: -13px;
	top: 9px;
	z-index: 10;
	width: 30.526911934581186px;
	height: 28.526911934581186px;
	border-right: 1px dashed #fff;
	border-top: 1px dashed #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
#cssmenu ul li.active strong:after {
	position: absolute;
	bottom: -5px;
	left: -9px;
	z-index: -1;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid #000;
	content: "";
}
.navbar-collapse.collapse {
	margin: 0 !important;
	padding: 0;
}
.navbar-collapse {
	max-height: inherit;
}
.navbar-nav>li {
	float: none;
}
.navbar-nav {
	float: none;
	margin: 0;
}
.navbar-nav>li:nth-child(1) a:hover, .navbar-nav>li:nth-child(8) a:hover, .navbar-nav>li:nth-child(15) a:hover, .navbar-nav>li:nth-child(22) a:hover {
background: #fe0000;
color:#fff !important;
}
 .navbar-nav>li:nth-child(2) a:hover, .navbar-nav>li:nth-child(9) a:hover, .navbar-nav>li:nth-child(16) a:hover, .navbar-nav>li:nth-child(23) a:hover {
 background: #fe7e00;
color:#fff !important;
}
 .navbar-nav>li:nth-child(3) a:hover, .navbar-nav>li:nth-child(10) a:hover, .navbar-nav>li:nth-child(17) a:hover, .navbar-nav>li:nth-child(24) a:hover {
 background: #ffff00;
 color: #000 !important;
}
 .navbar-nav>li:nth-child(4) a:hover, .navbar-nav>li:nth-child(11) a:hover, .navbar-nav>li:nth-child(18) a:hover, .navbar-nav>li:nth-child(25) a:hover {
 background: #00bb3e;
 color: #fff !important;
}
 .navbar-nav>li:nth-child(5) a:hover, .navbar-nav>li:nth-child(12) a:hover, .navbar-nav>li:nth-child(19) a:hover, .navbar-nav>li:nth-child(26) a:hover {
 background: #0068ff;
 color: #fff !important;
}
 .navbar-nav>li:nth-child(6) a:hover, .navbar-nav>li:nth-child(13) a:hover, .navbar-nav>li:nth-child(20) a:hover, .navbar-nav>li:nth-child(27) a:hover {
 background: #7900e3;
 color: #fff !important;
}
.nav>li>a {
	padding: 10px 20px;
}
.navbar-nav>li>a {
	font-size: 18px;
}
.navbar-nav>li.active a {
	background: #00bb3e;
	color: #FFF;
}
.item-page table {
	width:100% !important;
	border-color:#ccc;
}
.jg_element_gal, .jg_element_gal_r {
	float: left;
	width: 31%;
	margin: 0 1%;
	border: 1px solid #eee;
	border-radius: 3px;
}
.jg_photo_container {
	text-align: center !important;
	padding: 20px 0;
	background: #f6f6f6;
}
.jg_element_txt {
	margin: 0;
	padding: 20px 10px;
	word-wrap: break-word;
}
div.jg_search .inputbox {
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 10px 15px 10px 34px;
	border: 1px solid #ddd;
	border-radius: 3px;
	min-width: 300px;
}
.jg_toplist {
	text-align: left !important;
	padding: 0.5em 0;
}
.breadcrumbs {
	font-size: 18px;
}
#comments-form input.checkbox {
	width: 16px;
	line-height: initial;
	padding: 0;
	margin: -4px 5px 0 0;
	vertical-align: middle;
	border: none;
	float: left;
}
#comments-form img.captcha {
    padding: 0;
    margin: 0 10px 3px 0;
    border: 1px solid #ccc;
    float: left;
}
#comments-form p span br{ display:none;}
 #comments-form #comments-form-buttons { 
    margin-left: 0px !important;}
#comments-footer{display:none;}

.footer { 
  

}
.footer-small { 
    
}
 

ul.page-footer-list li {background-image:url(../images/arro.png); background-repeat:no-repeat; background-position:left center;    padding-left: 10px;}

.footer .col-lg-3{ 
    background-repeat: no-repeat;
    background-position: 87% center;
    padding-top: 15px;
    padding-bottom: 15px; }
.footer{ padding:0;}
ul.page-footer-list a {
    color: #fff;
    font-size: 15px;
}
ul.page-footer-list a:hover {
    color: #ffff00;
 
}
ul.page-footer-list li:hover a{ color:#f9ff00 !important;}
.footer-small{    font-size: 15px;}
.footer .col-lg-3:last-child{ background:none !important;}
.footer .col-lg-3 { 
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer {
   border-bottom:0px solid #015787;
}

.footer-small {
     
}





@media(min-width:100px) and (max-width:768px) {

.footer .col-lg-3 {
    padding-top: 0px;
    padding-bottom: 0px; background:none;
}ul.page-footer-list li {
    line-height: inherit;}

ul.page-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer {
    padding: 15px 0;
}






}

.footer{ background:#999;}
 .footer-small{

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,7db9e8+100 */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #7db9e8 0%, #2989d8 50%, #1e5799 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,   #7db9e8 0%, #2989d8 50%, #1e5799 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,   #7db9e8 0%, #2989d8 50%, #1e5799 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */



}
.breadcrumbs {
    font-size: 15px;    padding: 5px 0 5px;
}
.aboutcol .row{ text-align:center;}
.excute .row{ text-align:center;padding-bottom: 10px;}
.girls_hostl .row{ text-align:center;padding-bottom: 10px;}
.page-header h2{font-size: 18px;}
.poojsa table td{ padding:15px; border:1px solid #eee;}
.poojsa table th{ padding:15px; border:1px solid #eee;}
 
.footer {
    background: #504F4F;
}
.jg_imgalign_catimgs{    text-align: center !important;
    padding: 20px 0;
    background: #f6f6f6;}
.jg_element_cat {
float: left;
       width: 40%;
    margin: 0 4%;
    border: 1px solid #eee;
    border-radius: 3px;}
.jg_catelem_txt { 
    padding: 20px;
}
.gallery .pagination li { 
    display: inline-block;margin: 0 10px;
}
.pagination {display:block; text-align:center;}
.logo {
display: none !important;
}


