/* 5 COLUMNS FIX  */
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
	  width: 20%;
	  float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
	  width: 20%;
	  float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
	  width: 20%;
	  float: left;
  }
}




/*  DEFAULTS  */
body {
  font-style: normal;
  font-weight: 500;
  padding-top:90px;
}






/*  TOP BLUE BAR  */
header {
  background: rgb(60,100,175);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjNjRhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzQ3OTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(60,100,175,1) 0%, rgba(28,71,145,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,100,175,1)), color-stop(100%,rgba(28,71,145,0.8)));
  background: -webkit-linear-gradient(top,  rgba(60,100,175,1) 0%,rgba(28,71,145,1) 100%);
  background: -o-linear-gradient(top,  rgba(60,100,175,1) 0%,rgba(28,71,145,1) 100%);
  background: -ms-linear-gradient(top,  rgba(60,100,175,1) 0%,rgba(28,71,145,1) 100%);
  background: linear-gradient(to bottom,  rgba(60,100,175,1) 0%,rgba(28,71,145,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c64af', endColorstr='#1c4791',GradientType=0 );
  position:fixed;
  top:0;
  color:#fff;
  z-index:999;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  height:90px;
  line-height:90px;
  margin:0;
  padding:0;
}

header img {
  max-height:75px;
}

header .glyphicon-menu-hamburger {
  font-size:38px;
  padding-top:25px;
  height:50px;
  width:100%;
}

header a {
  color:#fff;
}




/*  NAVIGATION  */
nav ul {
  display:none;
  position:absolute;
  z-index:9999999999;
  padding:0;
  margin:0;
  list-style:none;
  left:0;
  right:0;
  top: -12px;
  background: rgba(35,31,32,0.9);
  -webkit-box-shadow: 0px 10px 10px -5px #222;
  box-shadow: 0px 10px 10px -5px #222;
}

nav ul li {
  line-height:normal;
}

nav ul li a {
  color:#fff;
  text-transform:uppercase;
  font-size:18px;
  padding:15px 15px;
  display:block;
}

nav ul li a:hover {
  color:#ddd;
  text-decoration:none;
}

nav ul li a.pg25 {
  background:#f47632;
}

nav ul li a.pg25:hover {
  background:#ce4f0b;
}

nav ul ul li {
  display:none;
  height:0px;
  position:relative;
}






/*  BANNERS  */
#banner {
  padding: 0;
  margin:0;
  margin-top:-5%;
  position:relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  color:#fff;  
  overflow: hidden;
}

#banner .carousel-inner .item {
}

#banner .carousel-inner .item img {
  width:100%;
}

#banner .carousel-indicators {
  display:none;
}

#banner .carousel-control {
  width: 10%;
}

#banner .carousel-control .icon-prev,
#banner .carousel-control .icon-next,
#banner .carousel-control .glyphicon-chevron-left,
#banner .carousel-control .glyphicon-chevron-right {
  font-size: 50px !important;
  top: 30%;
}

#banner .carousel-control .icon-prev,
#banner .carousel-control .glyphicon-chevron-left {
  left: 15px;
}

#banner .carousel-control .icon-next,
#banner .carousel-control .glyphicon-chevron-right {
  right: 15px;
}

#banner .carousel-caption {
  display: none;
}





/*  FOOTER - ALL  */
#footer-latest-news,
#footer-testimonials,
#footer-find-out-more {
  padding-top:25px;
  padding-bottom:25px;
}

#footer-latest-news img,
#footer-testimonials img,
#footer-find-out-more img {
  background:#fff;
  margin-bottom:20px;
}





/*  FOOTER - LATEST NEWS  */
#footer-latest-news {
  background:#8f8f8f;
}

#footer-latest-news .latest-news-title {
  text-transform:uppercase;
  font-weight:700;
}





/*  FOOTER - WHAT OUR CLIENTS SAY  */
#footer-testimonials {
  background:#7a7a7a;
}

#footer-latest-news #carousel-latest-news,
#footer-testimonials #carousel-testimonials {
  padding-left:40px;
  padding-right:40px;
  font-size: 16px;
}

#footer-latest-news #carousel-latest-news .item,
#footer-testimonials #carousel-testimonials .item {
  height:200px;
  overflow:hidden;
  text-align:center;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

#footer-latest-news #carousel-latest-news .item p,
#footer-testimonials #carousel-testimonials .item p {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer-latest-news .carousel-control,
#footer-testimonials .carousel-control {
  font-size:30px;
}

#footer-latest-news .carousel-control.left,
#footer-latest-news .carousel-control.right,
#footer-testimonials .carousel-control.left,
#footer-testimonials .carousel-control.right {
  background-image:none;
  padding-top: 75px;
}





/*  FOOTER - FIND OUT MORE  */
#footer-find-out-more {
  background:#666;
  text-align:left;
}

#footer-find-out-more a {
  display:block;
  font-size:14px;
  color:#fff;
  line-height:1.8;
  text-decoration:none;
}

#footer-find-out-more a .glyphicon-play {
  background:#f47632;
  padding:3px;
  font-size:10px;
  margin-right:15px;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}

#footer-find-out-more a:hover .glyphicon-play {
  background:#ce4f0b;
}





/*  FOOTER - LINKS AND COPYRIGHT SECTION  */
#footer-links {
  background:#4f4f4f;
  padding-top:50px;
  padding-bottom: 25px;
  color:#d4d4d4;
  font-size:14px;
  text-align:center;
}

#footer-links a {
  color:#d4d4d4;
}

#footer-links a:hover {
  color:#fff;
}

#footer-links ul {
  padding:0;
  margin:0;
  list-style:none;
}

#footer-links ul li {
  display:inline;
  border-right: solid 1px #d4d4d4;
  margin-right: 10px;
  padding-right:10px;
}

#footer-links ul li a {
  color:#d4d4d4;
}


#footer-tel-nos {
  font-size:14px;
}

#footer-tel-nos .row div {
  line-height:42px;
}

#footer-tel-nos .glyphicon {
  background:#f47632;
  color:#fff;
  padding:7px;
  margin:0;
  font-size:18px;
}


#footer-links address {
  font-size:13px;
}

#footer-links .accreditations div {
  padding-left:0;
  padding-right:0;
}




/*  COOKIE MESSAGE */
#cookieMessage {
  padding-top:5px;
  padding-bottom:5px;
  font-size:14px;
  color:#d4d4d4;
  background:#222;
}

#cookieMessage a {
  color:#d4d4d4;
}





































/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	
  body#pg1 {
	padding-top: 90px;
  }
  
  body {
	padding-top: 115px;
  }




  header {
	height:130px;
  }
  
  header .tel {
	padding:0;
	margin:10px 0 0 0;
	height:64px;
	line-height:64px;
	position:relative;
	z-index:9999;
  }
  
  header .glyphicon-menu-hamburger {
	display:none;
	height: 0px;
	width: 0px;
  }
  
  nav ul {
	display:inline;
	z-index:auto;
	padding:0;
	margin: -35px 0 0 0;
	list-style:none;
	text-align:center;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width:100%;
  top: 0px;
  }

  nav ul li {
	display:inline-block;
  }
  
  nav ul li a {
	font-size:16px;
	padding: 5px 5px;
	display:block;
	text-align:center;
  }
  
  nav ul ul {
	display:none;
	position:absolute;
	top: 75px;
	width:100%;
	left: 0px;
	right: 0px;
	z-index:99999999;
	border-radius:0px;
	padding: 0;
	margin: 0;
	overflow:visible;
	text-align:center;
	background: rgba(35,31,32,0.6);
	height:45px;
	line-height:40px;
  }
  
  nav ul ul li {
	display:inline-block;
	height:45px;
  }
  
  nav ul ul li a {
	  padding:0 20px;
  }



  #banner .carousel-control .icon-prev,
  #banner .carousel-control .icon-next,
  #banner .carousel-control .glyphicon-chevron-left,
  #banner .carousel-control .glyphicon-chevron-right {
	top: 50%;
  }
  
  #banner .carousel-control .icon-prev,
  #banner .carousel-control .glyphicon-chevron-left {
	left: 20px;
  }
  
  #banner .carousel-control .icon-next,
  #banner .carousel-control .glyphicon-chevron-right {
	right: 40px;
  }

  #banner .carousel-caption {
    display: block;
    text-align: left;
    left: 15px;
    bottom: -30px;
  }

  #banner .carousel-caption h3 {  
    font-size:38px;
    font-weight:700;
    color: #fff;
  }

  #banner .carousel-caption p {  
    color: #fff;
    font-size: 24px;
  }
  
  
	

  /*  FOOTER - ALL  */
  #footer-latest-news,
  #footer-testimonials,
  #footer-find-out-more {
	height: 150px;
  }

  #footer-latest-news img,
  #footer-testimonials img,
  #footer-find-out-more img {
	margin-top:32px;
	margin-bottom:0px;
  }
  
  #footer-latest-news .uppercase,
  #footer-testimonials .uppercase,
  #footer-find-out-more .uppercase {
	font-size: 18px;
  }
  
  
  
  /*  FOOTER - WHAT OUR CLIENTS SAY  */
  #footer-latest-news #carousel-latest-news .item,
  #footer-testimonials #carousel-testimonials .item {
	height:100px;
	text-align:left;
  }

  #footer-latest-news .carousel-control.left,
  #footer-latest-news .carousel-control.right,
  #footer-testimonials .carousel-control.left,
  #footer-testimonials .carousel-control.right {
	padding-top: 32px;
  }



  /*  FOOTER - LINKS AND COPYRIGHT SECTION  */
  #footer-tel-nos {
	font-size:16px;
  }

	
}












































/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
  
  body.home {
	padding-top: 0px;
  }
  
  body {
	padding-top: 115px;
  }
  
  
  
  
  /*  BANNER  */
	
  header {
	height:120px;
	line-height:120px;
	background: rgb(60,100,175);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNjNjRhZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYzQ3OTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(60,100,175,0.8) 0%, rgba(28,71,145,0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(60,100,175,0.8)), color-stop(100%,rgba(28,71,145,0.8)));
	background: -webkit-linear-gradient(top,  rgba(60,100,175,0.8) 0%,rgba(28,71,145,0.8) 100%);
	background: -o-linear-gradient(top,  rgba(60,100,175,0.8) 0%,rgba(28,71,145,0.8) 100%);
	background: -ms-linear-gradient(top,  rgba(60,100,175,0.8) 0%,rgba(28,71,145,0.8) 100%);
	background: linear-gradient(to bottom,  rgba(60,100,175,0.8) 0%,rgba(28,71,145,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c64af', endColorstr='#1c4791',GradientType=0 );
  }

  nav ul {
	width:auto;
	text-align:right;
	margin: -45px 0 0 0;
  }
  
  nav ul li a {
	font-size:14px;
	padding: 5px 5px 20px 5px;
  }
  
  nav ul li a.pg25 {
	padding: 5px 8px;
  }
  
  nav ul ul {
	top: 90px;
	left: 100px;
	right: auto;
	text-align:left;
	height:45px;
	line-height:40px;
  }
  
  
  
  
  /*  BANNER  */
  #banner .carousel-control .icon-prev,
  #banner .carousel-control .icon-next,
  #banner .carousel-control .glyphicon-chevron-left,
  #banner .carousel-control .glyphicon-chevron-right {
    top: 50%;
    font-size: 100px !important;
  }
  
  #banner .carousel-control .icon-next,
  #banner .carousel-control .glyphicon-chevron-right {
    right: 95px;
  }
  
  #banner .item img {
    max-height:500px;
  }





  /*  FOOTER - ALL  */
  #footer-latest-news img,
  #footer-testimonials img,
  #footer-find-out-more img {
	margin-top: 0px;
	margin-right:30px;
  }
  
  /*  FOOTER - LINKS AND COPYRIGHT SECTION  */
  #footer-links {
	text-align:left;
  }
  
  #footer-tel-nos {
	font-size:18px;
  }

}








































/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
  
  nav ul li a {
	font-size:16px;
  }
  
  nav ul ul {
	left: 200px;
  }
  
  #banner .item img {
    max-height:700px;
  }
}