@media only screen and (max-width: 1200px) {
.container-fluid > .navbar-header,
.container > .navbar-header { margin-left: -15px; margin-right: -15px; float:none; }
.navbar-toggle { display: block; }
.navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
.navbar-collapse.collapse { display: none!important; }
.navbar-nav { float: none!important; margin: 7.5px -15px; }
.navbar-nav>li { float: none; }
.navbar-collapse.collapse.in { display: block!important; }
.collapsing { overflow: hidden!important; }
}

@media only screen and (max-width:991px){
	.logo{ width:100%; text-align:center; }
	.logo img{ width:200px; height:auto; }
	.centenaryItem3{ width:100%; }
	.centenaryItem4{ width:50%; }
	.galleryCon{ width:50%; margin-right:auto; }
}

@media only screen and (max-width:767px){
    h1{ font-size:2em; line-height:1.5em; }
	.margLess-xs{ width:100%; }
	.margLess-xs img{ margin-left:0 !important; margin-right:0 !important; max-width:100% !important; }
	.galleryCon{ width:50%; margin-right:auto; }
	.section-1-Text div { position: relative; }
	.text-center-xs{ text-align:center; }
	.topMarg20-xs{ margin-top:20px; }
    .topBar{ padding-bottom:15px; }
}

@media only screen and (max-width:640px){
	body{ font-size:16px; }
	p{ text-align:center; }
	.fullWidth-140{ width:calc(100% - 30px); }
	.logo img{ width:150px; }
	footer span{ display:block; width:100%; }
	.galleryCon{ width:100%; float:none; }
}

@media only screen and (max-width:480px){
	.topBar{ padding-top:15px; }
	.logo img{ width:100px; }
	.centenaryItem4{ width:100%; }
}

@media only screen and (min-width:1200px){
ul.nav li:first-child { border-left: none; }
ul.nav li:first-child:after,
 ul.nav li:first-child:before { display: none; }
}
