/*
Theme Name: Be Here Be Now
Version: 1
Theme URI: https://www.beherebenow.co.uk
Description: WordPress Theme for Kelly Butler Consultancy
Author: Claire Kavanagh
Author URI: https://www.clairekavanagh.com
Text Domain: beherebenow
*/
/* ======= Base ======= */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');
@font-face {font-family:Little Ophelia;src: url('https://www.kellybutlerconsultancy.com/wp-content/themes/be-here-be-now/fonts/littleophelia-regular.woff');}
@font-face{font-family:Tan Angleton;src:url('https://www.kellybutlerconsultancy.com/wp-content/themes/be-here-be-now/fonts/tan_-_angleton_regular.woff');}
body {
  font-family: "Oxygen", Sans-serif;
  color: rgba(0,0,0,1);
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html,
body {
  height: 100%;
}
img{
	max-width:100%;
	height:auto;
}
img.alignright {float:right; margin:0 0 1em 1em;}
img.alignleft {float:left; margin:0 1em 1em 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
a img.alignright {float:right; margin:0 0 1em 1em;}
a img.alignleft {float:left; margin:0 1em 1em 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto;}
.aligncenter {margin-left: auto; margin-right: auto;}
iframe{
	display:block;
	margin:0 auto;
	max-width:100%;
}
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.wrapper {
  min-height: 100%;
}
.wrapper:after {
  content: "";
  display: block;
}
.little-ophelia{font-family: 'Little Ophelia';color: #006E87;font-size:35px;}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color:#1b2033;
  margin-top:0;
  line-height:1.2;
}
h1{
    font-size:64px;
	margin-bottom:50px;
}
h2{font-size:46px;margin-bottom:50px;}
h3{
	font-size:18px;
	margin-bottom:15px;
}
h4,h5,h6{
	color:#506d86;
}
h4{
	margin-bottom:25px;
}
p {
  margin-bottom:25px;
}
p:empty{display:none;margin:0;line-height:0;}
ol{padding-inline-start:20px;margin-bottom:25px;}
ol li::marker{font-size:20px;}
ol li{margin-bottom:10px;}
a {
   color:inherit;
   text-decoration:underline;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover {
  color:inherit;
}
a:focus {
  color:inherit;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-family: 'Poppins', sans-serif;
  padding: 8px 26px;
  margin-top:10px;
  border-radius:0;
}
.btn.focus, .btn:focus, .btn:hover{
	color:#ffffff;
}
.btn .fa,
a.btn .fa {
  color: #fff;
  margin-right: 5px;
}
.btn.outline{
border:2px solid #fd971c;
background:transparent;
color:#fd971c;
text-transform: uppercase;
}
.btn.outline:active,.btn.outline:focus,.btn.outline:hover{
	color:#ffffff;
	background:#fd971c;
}
.wpcf7-form-control::placeholder{color:#545454;font-size:18px;}
.wpcf7-form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 48px;
  border: 1px solid;
  padding: 21px 20px;
  border-radius: 0;
  color:inherit;
  font-size:18px; /**/
  background-color:transparent;
} 
.wpcf7-select{padding:0 20px;width:100%;} 
#cta .wpcf7-form-control{border:2px solid #fff;}
#cta .wpcf7-form-control::placeholder{color:#fff;}
.wpcf7-form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.wpcf7-submit,#cta .wpcf7-submit{border:2px solid #fd971c;background-color:#fd971c;padding:8px 26px;color:#fff;font-size:14px;}
.wpcf7-submit:active{outline:none;color:#fff;}
blockquote, blockquote p {
    font-style: italic;
    font-size: 16px;
   font-family: 'Poppins', sans-serif;
   border-left:none;
}
blockquote{
	padding:0;
}
blockquote strong{
    font-style: normal;
    font-size: 16px;
}
.text-highlight {
  color: #2e5f28;
}
div.wpcf7{
	padding-top:15px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
	outline:none;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size:inherit;
  color: #999;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size:inherit;
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size:inherit;
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size:inherit;
  color: #999;
}
/* ======= Main Content ======= */
#main-content{
}
/*.home #main-content{margin-top:0;}*/
#banner{
	background-position:center;
}
/* SIDEBAR */
.sidebar{
	padding-left:50px;
}
.sidebar .sidebar-widget{
	margin-bottom:40px;
}
.sidebar h3{
	background: #0e5a6c;
    color: #fff;
	margin-top:20px;
    margin-bottom: 0;
    padding: 10px;
    font-size: 18px;
}
.sidebar ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
.sidebar ul li{
	padding: 12px 10px;
	border-bottom:1px solid #e7e7e7;
}
.sidebar ul li a{
	display:block;
	width:100%;
	font-size:14px;
	color:#111111;
}
.sidebar ul li a:after{
	content: "\f105";
    font-family: 'FontAwesome';
    float: right;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.sidebar ul li a:hover,
.sidebar ul li.current_page_item a{
	color:#0e5a6c;
}
.sidebar ul li.current_page_item{
	background:#f5f5f5;
}

/* ======= Homepage Headline Background & Slideshow ======= */


/* ======= Header ======= */
.header * {transition: all .30s ease-in-out;}
.header {
  padding: 0;
  background-color: rgb(0, 106, 123);
  z-index: 888;
}
.header .notice-bar {
    padding: 15px 18px;
	background: #f3f0ec;
    text-align: center;
	min-height:48px;
}
.header .notice-bar p {
    margin: 0;
    font-size: 15px;
    letter-spacing: 1px;
}
.header .notice-bar .fa{
	padding-right:5px;
	color:#0e5a6c;
}
.header .nav-wrapper{
	text-align:right;
	margin-top:0;
}
.header #main-nav{
	padding:14px 0;
}
.header.navbar-fixed-top {
  border: none;
}
.header .main-nav .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.header .container{position:relative;}
.header h1.logo {
  text-transform: none;
  font-weight: bold;
  font-size: 28px;
  float: none;
  text-align: center;
  margin: 8px 0 8px;
}
.home .header h1.logo{
	
}
.header h1.logo img{
	max-width:200px!important;
}
.home .header h1.logo img{
	
}
.header h1.logo a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header h1.logo a:hover {
  color: #0e5a6c;
}
.header h1.logo .logo-title {
  vertical-align: middle;
  line-height: 1.6;
}
.header span.menu{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    padding: 10px;
    display: inline-block;
    margin-top: 2px;
}
.header .main-nav .navbar-toggle {
  margin: 0;
  color: #fff !important;
  border-radius: 0;
  width:48px;
  height:45px;
  padding:10px;
  padding-top:4px;
background-color: rgb(0, 106, 123);
	min-width:48px;
}
.header .main-nav .navbar-toggle:focus {
  outline: none;
}
.header .main-nav .navbar-toggle:hover {
  
}
.header .main-nav .navbar-toggle .icon-bar {
  background-color: #ffffff;
	width:25px;
	height:2px;
	margin-top:6px;
}
.home .header .main-nav .navbar-toggle .icon-bar {
  background-color: #fff;
}
.header .main-nav .nav .menu-item {
  font-weight: 400;
  font-size: 16px;
  margin-right: 0;
  vertical-align:middle;
	display:inline-block;
}
.header .main-nav .nav .dropdown-menu .menu-item{display:block;}
.header .main-nav .nav .menu-item .user {
  background-image: url('https://www.kellybutlerconsultancy.com/wp-content/uploads/2022/11/user.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size:28px 28px;
	display:block;
	width:28px;
	height:28px;
}
.header .main-nav .nav .menu-item .cart {
  background-image: url('https://www.kellybutlerconsultancy.com/wp-content/uploads/2024/01/basket.png');
  background-repeat: no-repeat;
  background-position: left;
  background-size:28px 28px;
	display:block;
	width:28px;
	height:28px;
}
.header .main-nav .nav .login.menu-item a{
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    padding: 8px;
	margin-left:8px;
	text-decoration:none;
}
.header .main-nav .nav .login.menu-item a:hover,.header .main-nav .nav .login.menu-item a:active,.header .main-nav .nav .login.menu-item a:focus{background: rgba(255, 255, 255, 0.1);}
.header .main-nav .nav .btn.menu-item{margin:0;padding:0;margin-left:10px;}
.header .main-nav .nav .btn.menu-item:focus,.header .main-nav .nav .btn.menu-item:active{
	box-shadow:none;
}
.header .main-nav .nav .btn.menu-item a {
  color: #fff;
  font-weight: 500;
  font-size: 14.5px;
  letter-spacing:0.02em;
  line-height: normal;
  padding: 1.2em 2.004em;
  border: none;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.header .main-nav .nav .btn.menu-item a:focus {
  outline: none;
}
.header .main-nav .nav .btn.menu-item a:hover {
  color: #fff;
  opacity:0.8;
}
.header .main-nav .nav .menu-item.active a {
  
}
.header .main-nav .nav .menu-item a span{display:none;}
.header .main-nav .nav .menu-item a {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  padding:1.6px 15px;
  line-height:normal;
	text-decoration:none;
	text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 14px;
  text-align: center;
}
.header .main-nav .nav .menu-item a,.home .header .main-nav .nav .menu-item a:hover{
	color: #fff;
}
.header .main-nav .nav .menu-item a:hover {
  background: none;
}
.header .main-nav .nav .menu-item a:focus {
  outline: none;
  background: none;
}
.header .main-nav .nav .menu-item a:active {
  outline: none;
  background: none;
}
.header .main-nav .nav .menu-item.active {
  color: #fff;
}
.header .main-nav .nav .menu-item.last {
  margin-right: 0;
}
.header .main-nav .nav .open > a {
  background: none;
}
.header .main-nav .nav .dropdown-menu {
  box-shadow: 0px 0px 2px rgba(0, 1, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px rgba(0, 1, 0, 0.2);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 1, 0, 0.2);
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius:0;
  border-top: 3px solid #0e5a6c;
  margin: 0;
  text-transform: none;
  min-width: 180px;
}
.header .main-nav .nav .dropdown:hover .dropdown-menu {
	/*display: block!important;*/
	}
.header .main-nav .nav .dropdown-menu a {
  font-style:normal;
  padding: 10px 20px;
  margin: 0px 20px;
  border-top: 1px solid #ffffff;
  zoom: 1;
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  line-height:1.7;
}
.header .main-nav .nav .dropdown-menu li:first-child > a{
	border:0;
}
.header .main-nav .nav .dropdown-menu a:hover {
  color: #fff;
}
.header .main-nav .nav .dropdown-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  position: absolute;
  right: 30px;
  top: -10px;
}
/* ======= Footer ======= */
.footer {
  padding: 0 0 15px;
}
.footer-content{padding:50px 0;}
.footer .footer-col.about .more .fa {
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.footer .footer-col.links ul{
	padding-left:0;
	list-style-type:none;
}
.footer .footer-col.links li {
  margin-bottom:10px;
  display:block;
}
.footer .logo img {
width:200px;
}
.footer .footer-col.links li a{
	letter-spacing: .12em;
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    line-height: 1.6;
}
.footer .footer-col.contact p {
}
#header .fa,#header .fas{margin-right:10px;}
#header .fa-home{font-size:16px;}
.fa-phone-volume{
	-webkit-transform: rotate(330deg);
    -moz-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    -o-transform: rotate(330deg);
    transform: rotate(330deg);
	margin-top:-15px;
} 
.footer .footer-col.contact i,.footer .footer-col.contact a,#contact-info i,#contact-info a{display:inline-block;vertical-align:middle;}
.footer .footer-col.contact i,#contact-info i{width:50px;}
.footer .footer-col.contact .fa,.footer .footer-col.contact .fas,.footer .footer-col.contact .far,#contact-info .fa,#contact-info .fas,#contact-info .far {
  padding-right: 15px;
    color: #f09c1f;
    font-size: 40px;
}
.fa-envelope{font-size:35px;}
.footer .footer-col.second{
	text-align:center;
	border-right:1px solid rgba(167,214,201,1);
	border-left:1px solid rgba(167,214,201,1);
}
.footer .footer-col.second img{
	width:170px;
	margin-bottom:20px;
}
span.address{display:inline-block;vertical-align:top;}
.footer .footer-col.logos img{
	max-width:120px;
}
.cta-phone .fas{font-size: 50px;}
.footer .footer-col .title {
  margin-bottom:30px;
	font-family:'Playfair Display',serif;
	font-size: 34px;
    font-weight: 500;
}
.footer .footer-col p {
 
}
.footer .footer-col a {
color:inherit;
}
.footer .footer-col a:hover {
  
}
.footer .bottom-bar {
  color: #fff;
  background-color:#006e87;
  font-size: 12px;
  letter-spacing:0.02em;
  padding: 10px 0;
}
.footer .bottom-bar .copyright {
  line-height: 1.6;
  display:block;
}
.footer .bottom-bar .copyright.pull-right{text-align:right;}
.footer .bottom-bar .copyright a,
.footer .bottom-bar .copyright a:hover{
  color: #fff;
  text-decoration:none;
}
.footer .bottom-bar .social {
  margin-bottom: 0;
  text-align: right;
}
.footer .bottom-bar .social li {
  margin-left: 10px;
  float: right;
  text-align: right;
}
.footer .bottom-bar .social li a .fa {
  color: #fff;
  font-size: 20px;
}
.footer .bottom-bar .social li a:hover .fa {
  color: #fff;
}
/* Home Grid Section */
.home-grid.panel-row-style{align-items:stretch!important;}
.home-grid .widget_media_image,.home-grid .widget_media_image .panel-widget-style{
	height:100%;
}
.home-grid img{
	display:none;
}
/* ======= Intro Section ======= */
.intro {
}
/* ======= CTA Section ======= */
#cta,#cta h2,#cta p{color:#fff;}
#cta .form-control,#cta .wpcf7-submit {min-height:48px;}
.home .cta{
	margin-top:-40px;
}
.cta {
  padding: 50px 0;
}
.cta.has-bg-color {
  background: #f5f5f5;
}
.cta h2 {
  text-align:center;
}
.cta p {
  padding-top: 6px;
  text-align:center;
}
.cta div.button{
	text-align:center
}
.cta a.btn,a.btn,input.btn{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
    min-width: 200px;
    font-weight: 700;
    height: 48px;
	line-height:28px;
	margin-left:auto;
	margin-right:5px;
}
a.btn.phone{font-size:16px;}
.overlay:before{background:#000;opacity:.4;}
#footer-cta h2{font-weight:500;margin-bottom:30px;}
#cta p{font-size:20px;}
.cta-phone{
	display:flex;
	align-items:center;
	color:#f09c1f;
	font-family: 'Poppins', sans-serif;
	font-size:28px;
	font-weight:500;
	margin-top:40px;
}
.cta-phone-content{
	padding-left:15px;
	line-height:1.3;
}
.cta-phone .fa{color:#fff;font-size:48px;}
.cta-phone a{
	color:#fff;
	font-size:32px;
}
/* Services */
#services p.more {
	margin: 24px 0 10px;
}
#services p.more a{
	text-transform:uppercase;
	font-size:21px;
	font-weight:500;
	color:#343434;
}
/* Widgets */
.wp-video br{display:none;}
/* ======= About Section ======= */
h3 .fa{
	color: #0e5a6c;
	padding-right:8px;
}
/* ======= Contact ======= */
#contact-info ul.hours{
	list-style: none;
    margin: 0;
    padding: 0;
    max-width: 320px;
}
ul.hours li{
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}
/* ======= 404 ======= */
.section-404 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.section-404 .title-404 {
  font-size: 70px;
}
.section-404 .intro {
}
.section-404 .guide {
  color: #222222;
}
.section-404 .btn-back-home {
  margin-top: 30px;
}
@media (max-width: 1366px) {
#slider .ls-wrapper h1,#slider .ls-wrapper p{padding-left:30px!important;}
}
@media (max-width: 1199px) {
/*.header {
	padding: 10px 0 10px;
	}*/
.header .main-nav #navbar-collapse{height:100%!important;}
.header .main-nav .navbar-collapse{
	display:flex;
	align-items:center;
	flex-direction: column;
    width: 300px;
	height:100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 1);
	transform: translateX(-100%);
    opacity: 0;
	border:none;
	background: rgb(0, 106, 123);
	}
.header .main-nav .navbar-collapse.in{
	transform: translateX(0);
    opacity: 1;
    z-index: 1000;
	}
	ul#menu-main-menu{
	display:flex;
	flex-direction: column;
    width: 100%;
    order: 2;
	text-align:left;
	}
	.header .main-nav .nav .dropdown-menu{display:block;position:static;width:100%;background:transparent;}
	.header .main-nav .nav .dropdown-menu .menu-item{border:none;}
	.header .main-nav .nav .dropdown-menu .menu-item a{padding:18px;}
	.header .main-nav .nav .menu-item{
	margin-right: 0;
	}
	.header .main-nav .nav .menu-item .user {
    background-image: url(https://www.kellybutlerconsultancy.com/wp-content/uploads/2022/11/user.png)!important;
}
	.header .main-nav .nav .menu-item .cart {
    background-image: url(https://www.kellybutlerconsultancy.com/wp-content/uploads/2024/01/basket.png)!important;
}
	.header .main-nav .nav .menu-item a{color:#fff!important;padding:18px;letter-spacing:normal;font-weight:300;font-size:20px;text-align:left;}
	.header .main-nav .nav .menu-item a:hover{color:#fff;}
	.header .main-nav .nav .menu-item a span{display:inline-block;}
	.header h1.logo{bottom:10px;}
	#intro h1,h1{font-size:54px;margin-bottom:20px;}
	.home-grid{}
	.footer {
    font-size: 16px;
}
	.footer .footer-col.contact i, #contact-info i {
    font-size:36px!important;
}
	.ls-layers h1{
		font-size:46px!important;
	}
	#banner-content h1{font-size:42px;}
	.footer .footer-col.contact a, .footer .footer-col.contact .address,span.address {max-width:75%;}
}
	
/* Large mobiles (ipad, up to 1024px) */
@media (max-width: 1024px) {
.nav-wrapper .container{
	width:auto;
}
.menu-item{
	font-size:16px!important;
	margin-bottom:5px;
}
.menu-item a{
	padding-left:10px!important;
}
.testimonial-content, .testimonial-content p{
	font-size:20px;
}
	.ls-layers h1{
		font-size:40px!important;
	}
.home #main-content #hero h1{font-size:51px;}
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 992px) {
	.home #hero .hero-inner{min-height: 0 !important;padding-top: 0px !important;}
	#intro h1,h1,#banner-content h1{font-size:42px;margin-bottom:20px;}
	.home-grid img{display:block;}
	.home-grid .panel-widget-style{background-image:none!important;}
	.home-grid h2,h2{margin-bottom:20px;}
	#main-content {
    /*margin-bottom: 50px;*/
}
	.ls-layers h1{
		font-size:36px!important;
	}
	#page-banner{padding:230px 0 60px 0!important;}
	.footer-content{padding:50px 15px;}
}
/* Extra small devices (phones, less than 768px) */
@media (min-width: 768px){
.container {
    width: 100%;
}
}
@media (max-width: 767px) {
	#page-banner{padding:190px 0 60px 0!important;}
	.home #main-content  #hero h1{font-size:35px;}
#intro h1,h1{font-size:42px;}
	#banner-content h1{font-size:28px;}
   .home-grid h2,h2{font-size:36px;}
	#footer-cta h2{font-size:33px;}
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
    padding-bottom: 0;
  }
  .footer-col {
    margin-bottom: 20px;
  }
  .footer .bottom-bar .copyright {
    margin-bottom: 15px;
  }
  .footer .bottom-bar .social li {
    float: left;
    margin-left: 0;
    margin-right: 10px;
  }
  .contact-main .item {
    margin-bottom: 15px;
  }
  .contact-main .item.last {
    margin-bottom: 60px;
  }
  .contact-main .item .item-inner {
    min-height: inherit;
  }
  .header .main-nav .nav .dropdown-menu:before {
    display: none;
  }
  .header .main-nav .nav .dropdown-menu {
    border: none;
  } 
  /* new styles*/
  .header .top-nav{
	  height:auto;
	  text-align:center;
  }
  
  .header .top-nav .top-menu,
  .header .top-nav .phone,
  .header .top-nav .social{
	  width:33.33%;
  }
  #cta h3.title{
	  text-align:center;
  }
  #cta .button{
	  text-align:center;
	  margin-top:20px;
  }
#header .contact-details{display:none;}
	.header .main-nav .navbar-toggle {z-index:10000;}
.header h1.logo img{width:170px;}
	.ls-layers h1{
		font-size:24px!important;
	}
}
@media (max-width: 780px) {
	#services{
        display: block;
		margin-left:0!important;
		margin-right:0!important;
	}
	#services #pgc-2-1-0, #services #pgc-2-1-1,#services #pgc-2-1-2, #services #pgc-2-1-3 {
		width:50%;
		float:left;
		padding:5px;
	}
	#tagline{
		display:none!important;
	}
}
/* Small mobiles (phones, less than 575px) */
@media (max-width: 575px) {
.ls-layers h1{
		font-size:20px!important;
	}
	.ls-layers a.btn{font-size:12px;padding:8px 10px;min-width:0;line-height:16px;height:auto;}
	#banner-content h1{font-size:34px;}
	#banner-content h3{font-size:20px;}
}
/* Extra small mobiles (phones, less than 480px) */
@media (max-width: 479px) {
	 .header h1.logo{
		 max-width:50%;
	 }
	.ls-layers h1{
		font-size:18px!important;
	}
	#page-banner{padding:60px 0 60px 0!important;}
	#banner-content h1{font-size:24px;}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	.navbar-toggle {
    display: block;
    }
	.navbar-header {
    float: none;
    }
  .wrapper {
    min-height: inherit;
    margin-bottom: 0;
  }
  .wrapper:after {
    content: none;
  }
  .footer {
    height: auto;
    padding-bottom: 0;
  }
  .footer .bottom-bar .social li {
    float: right;
  }
  .footer-col-inner {
    margin-bottom: 0;
  }
  .contact-main .item {
    margin-bottom: 15px;
  }
  .contact-main .item.last {
    margin-bottom: 60px;
  }
  .contact-main .item .item-inner {
    min-height: inherit;
  }
  .video .summary {
    max-width: 320px;
  }
  /*.class-timetable #pgc-12-0-0, 
  .class-timetable #pgc-12-0-1, 
  .class-timetable #pgc-12-0-2, 
  .class-timetable #pgc-12-0-3{
	  width:50%!important;
  }*/
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .container{width: 960px;}
  .navbar-fixed-top {
    position: fixed;
    top: 0;
  }
  .main-nav .navbar-collapse .nav {
    margin: inherit;
  }
  .contact-main .item {
    margin-bottom: 30px;
  }
  .contact-main .item .item-inner {
    min-height: 300px;
  }
  /* Sticky Footer */
  html,
  body {
    height: 100%;
  }
  .wrapper {
    min-height: 100%;
    /* equal to footer height */
  }
  .wrapper:after {
    content: "";
    display: block;
    /* must be the same height as footer */
  }
  .footer {
    /* must be the same height as footer */
  }
}
/* Tablets 1024px and up */
@media (min-width: 1024px){
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px){
	.container {
    width: 1170px;
}
	.show-mobile{display:none!important;}
	.navbar-collapse.collapse{
	display:none!important;
	}
	.navbar-fixed-top {
    position: static;
  }
  .main-nav .navbar-collapse .nav {
    margin: 0 auto;
    float: none;
  }
  
  .navbar-nav>li {
	  display:inline-block;
	  float:none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
.main-nav .navbar-collapse {
    float: none;
    text-align: center;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    padding-bottom: 0;
    overflow: visible!important;
}
.navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-toggle {
    display: none;
}
.navbar-header {
    float: left;
}
.header span.menu{
	display:none;
}
}
@media (min-width: 1230px){
	.container{
		width:1200px;
	}
}