@media only screen and (min-width: 1200px) {
	.container {
		width: 1200px;
	}
  }
  
  body {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    color: #373c47;
    line-height: 28px;
    text-align: justify;
    font-weight: 300;
}
.h2, h2 {
    font-size: 24px;
}
  a{
	color: #001c9e;
  }
  .blue {
	color: #001c9e;
  }
  .navbar {
	  margin: 0;
	  border: 0;
	  background: none;
	  box-shadow: none;
	  -webkit-box-shadow: none;
	  border-radius: 0;
  }
  .navbar-brand {
	  height: auto;
	  padding: 22px 0;
  }
  .navbar-collapse {
	  border: 0;
  }
  .contact-info {
	  float: right;
	  padding-top: 25px;
  }
  .contact-info ul {
	  list-style: none;
	  margin: 0;
	  padding: 0;
  }
  .contact-info ul li {
	  display: inline-block;
	  padding-left: 20px;
  }
  .contact-info, .contact-info a {
	  font-family: 'Lato', sans-serif;
	  font-weight: 700;
	  color: #373c47;
	  font-size: 18px;
  }
  .contact-info a span.glyphicon, .contact-info a span.glyphicon {
	  font-size: 18px;
	  padding-right: 6px;
	  color: #001c9e;
	  padding-top: 0;
	  top: 3px;
  }
  ul.nav.navbar-nav {
	  margin-top: 10px;
	  margin-bottom: 10px;
  }
  .navbar-default .navbar-nav li a {
	  color: #373c47;
  }
  .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav li a:active {
	  color: #001c9e;
  }
  .navbar-default .navbar-nav>li:last-child>a {
	  padding-right: 0;
  }
  .navbar-default .navbar-toggle {
	  z-index: 1;
  }
  
  
  /************************************************************************
  -) CAROUSEL HOME
  *************************************************************************/
  .carousel-home {
	background-color: #f0f0f1;
	position: relative;
	height: 450px;
  }
  .carousel-home .carousel-inner .item {
	height: 450px;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	color: #fefefe;
	text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.7);
	background-position: center;
  }
  .carousel-home .carousel-inner .item:after {
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0px;
	left: 0px;
  }
  .carousel-home .carousel-inner .item .container {
	position: relative;
	z-index: 1;
  }
  .carousel-home .carousel-inner .item h2 {
	  margin-top: 50px;
	  font-size: 44px;
	  font-weight: 300;
  }
  .carousel-home .carousel-inner .item h2 span {
	display: block;
  }
  .carousel-home .carousel-inner .item p {
	font-size: 20px;
	font-weight: 300;
    text-shadow: 0px 0px 40px #FFFFFF;
  }
  .carousel-home .carousel-inner .item p span {
	display: block;
  }
  .carousel-home .carousel-indicators {
	bottom: 30px;
  }
  .carousel-home .carousel-indicators li {
	background-color: #fff;
	border: 2px solid #fff;
	margin-left: 2.5px;
	margin-right: 2.5px;
  }
  .carousel-home .carousel-indicators .active {
	background: none;
  }
  .carousel-home .carousel-control {
	background: none;
	top: 50%;
	bottom: initial;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	filter: alpha(opacity=40);
	opacity: .4;
  }
  .carousel-home .carousel-control:hover {
	filter: alpha(opacity=80);
	opacity: .8;
  }
  .intro-container {
      margin-top: 50px;
      margin-bottom: 50px;
	  display: flex;
  }
  .intro-container > .col-md-6 {
	  flex: 1;
  }
  .intro-text-container {
	  background-color: #656b74;
	  color: #ffffff;
  }
  .intro-text {
	  padding: 10px 15px 0;
      line-height:26px important!;
  }
  .intro-text h2 {
	  margin-bottom: 20px;
  }
  .intro-text p {
	  margin-bottom: 20px;
      line-height:26px !important;
  }
  .intro-container img {
	  max-width: 100%;
  }
  .project-title {
	  font-size: 26px;
	  color: #001c9e;
	  text-align: center;
	  margin: 45px 0 25px 0;
  }
  .project-item-container {
	  display: flex;
  }
  .project-item-container .slick-slide {
    margin: 0 2.5px;
}
  .project-item-container .project-item {
	  flex: 1;
	  position: relative;
	  margin: 2.5px;
	  display: inline-block;
  }
.project-item-container .project-item a:focus {
	outline: none;
}
.project-item-container .project-item a:active {
	-webkit-transform: scale(.97);
	transform: scale(.97);
}
  .project-item-container .project-item img {
	  max-width: 100%;
  }
  .project-item-hover {
	  display: none;
  }
  .project-item-container .project-item a:hover > .project-item-hover {
	  position: absolute;
	  top: 0;
	  height: 100%;
	  width: 100%;
	  background-color: rgba(0,28,158,.3);
	  display: block;
  }
  .project-item-container .project-item .project-item-title {
    position: absolute;
    bottom: 10px;
    width: 100%;
    background-color: rgba(49,58,69,.7);
    color: #ffffff;
    text-align: center;
    padding: 8px 5px 10px;
    font-weight: 300;
}
.project-item-hover:before {
    content: '';
    width: 60px;
    height: 2px;
    border-top: 2px solid #ffffff;
    display: block;
    position: absolute;
    margin-top: -1px;
    margin-left: -30px;
    left: 50%;
    top: 50%;
}
.project-item-hover:after {
    content: '';
    width: 2px;
    height: 60px;
    border-right: 2px solid #ffffff;
    display: block;
    position: absolute;
    margin-top: -30px;
    margin-left: -1px;
    top: 50%;
    left: 50%;
}
  .clientLogo-container {
	  max-height: 132px;
      overflow: hidden;
      background-color: #ffffff;
  }
  
  /* Slider */
  .slick-slide {
	  margin: 0px 20px;
  }
  .slick-slide img {
	  max-width: 100%;
  }
  .clientLogo-container .slick-slide img {
	  padding: 15px;
	  margin: 0 auto;
  }
  .slick-slider
  {
	  position: relative;
	  display: block;
	  box-sizing: border-box;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
			  user-select: none;
	  -webkit-touch-callout: none;
	  -khtml-user-select: none;
	  -ms-touch-action: pan-y;
		  touch-action: pan-y;
	  -webkit-tap-highlight-color: transparent;
  }
  .slick-list
  {
	  position: relative;
	  display: block;
	  overflow: hidden;
	  margin: 0;
	  padding: 0;
  }
  .slick-list:focus
  {
	  outline: none;
  }
  .slick-list.dragging
  {
	  cursor: pointer;
	  cursor: hand;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
	  -webkit-transform: translate3d(0, 0, 0);
		 -moz-transform: translate3d(0, 0, 0);
		  -ms-transform: translate3d(0, 0, 0);
		   -o-transform: translate3d(0, 0, 0);
			  transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
	  position: relative;
	  top: 0;
	  left: 0;
	  display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
	  display: table;
	  content: '';
  }
  .slick-track:after
  {
	  clear: both;
  }
  .slick-loading .slick-track
  {
	  visibility: hidden;
  }
  .slick-slide
  {
	  display: none;
	  float: left;
	  height: 100%;
	  min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
	  float: right;
  }
  .slick-slide img
  {
	  display: block;
  }
  .slick-slide.slick-loading img
  {
	  display: none;
  }
  .slick-slide.dragging img
  {
	  pointer-events: none;
  }
  .slick-initialized .slick-slide {
	  display: block;
	  outline: none;
  }
  .slick-loading .slick-slide
  {
	  visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
	  display: block;
	  height: auto;
	  border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
	  display: none;
  }
  /* End Slider */
  .footer-wrapper {
	  background-color: #313a45;
	  color: #ffffff;
	  padding: 40px 0 0;
  }
  .footer-wrapper h4 {
	  text-transform: uppercase;
	  margin-bottom: 25px;
  }
  .footer-wrapper p {
	  font-size: 16px;
	  line-height: 22px;
	  margin-bottom: 20px;
  }
  .footer-wrapper h4.London-office{
	margin: 30px 0 20px;
  }
  .navigation-container {
    display: inline-block;
}
  ul.navigation-list, ul.lastestNews-list {
	  padding: 0;
	  margin: 0;
	  list-style: none;
  }
  ul.navigation-list li {
    display: inline-block;
    min-width: 160px;
    float: left;
}
  ul.navigation-list li a {
	  color: #ffffff;
	  padding-bottom: 20px;
	  display: inline-block;
	  font-size: 16px;
  }
  ul.lastestNews-list li a {
	  color: #ffffff;
	  padding-bottom: 15px;
	  display: inline-block;
	  font-size: 13px;
  }
  .newsletter-container a {
	  color: #0077b5;
  }
  .footer-wrapper hr {
	  border-color: #464e58;
	  margin-top: 45px;
  }
  .developer-container {
	  text-align: right;
  }
  .developer-container a {
	  color: #ffffff;
  }
  .servicesLogo-slide-container {
    max-height: 180px;
    width: 85%;
    margin: 30px auto 10px auto;
}
.servicesLogo-slide-container .slick-list {
    overflow: visible;
}
  .servicesLogo-slide-container .slide a {
	  display: inline-block;
	  width: 100%;
	  height: 100%;
	  outline: none;
	  color: #373c47;
	  text-align: center;
  }
  .servicesLogo-slide-container .slide a.active {
	  background-color: #001c9e;
	  color: #ffffff;
  }
  .servicesLogo-slide-container .slide a .image-container {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 0 10px;
    min-height: 90px;
    background-color: #ffffff;
    z-index: 1;
    position: relative;
}
.servicesLogo-slide-container .slide a img {
    margin: 0 auto;
    height: 70px;
}
  .servicesLogo-slide-container .slick-slide {
	  margin: 0 15px;
  }
  .servicesLogo-slide-container .text-container {
    line-height: 20px;
    display: inline-block;
    padding: 0px 5px 6px;
    font-size: 16px;
    min-height: 41px;
}
  .servicesLogo-slide-container .slick-slide a:active{
	-webkit-transform:scale(.97);
	transform:scale(.97);
}
.servicesLogo-slide-container .slick-slide a .text-container:after {
    background-color: #001c9e;
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    height: 2px;
    transition: height .4s ease;
}
.servicesLogo-slide-container .slick-slide.slick-active a:hover .text-container:after{
	height: 100%;
	z-index: -1;
}
.servicesLogo-slide-container .slick-slide.slick-active a:hover .text-container{
	color: #ffffff;
}
.slide .image-container .wrapper1{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.slide .image-container .wrapper2{
	display: table;
	width: 100%;
	height: 100%;
}
.slide .image-container .wrapper3{
	display: table-cell;
	vertical-align: middle;
}
.servicesLogo-slide-container .slick-slide {
    opacity: .4;
    transition: opacity .5s;
}
.servicesLogo-slide-container .slick-slide.slick-active {
    opacity: 1;
}
.servicesLogo-slide-container .slick-slide a {
	pointer-events: none;
	position: relative;
}
.servicesLogo-slide-container .slick-slide.slick-active a {
    pointer-events: auto;
}

  .page-header {
	border-bottom: none;
	margin: 0px;
	padding: 0px;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
  }
  .page-header .container {
	position: relative;
  }
  .page-header:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0);
  }
  .page-header h2 {
	  margin-top: 130px;
	  font-size: 36px;
	  color: #fff;
  }
  
p.find-out-more a {
    text-align: center;
    margin: 0 0 15px 0;
    border: 2px solid #001c9e;
    max-width: 110px;
    width: 100%;
    display: inline-block;
    font-size: 13px !important;
    line-height: 33px;
    color: #001c9e;
    text-shadow:none !important
}
p.find-out-more a:hover {
    background-color: #001c9e;
    color: #ffffff;
    text-decoration:none;
}
  
  
  
  .lastest-news-header {
	  background-color: #656b74;
	  overflow: hidden;
  }
  .lastest-news-header-title {
    display: inline-block;
    margin: 0;
    background-color: #001c9e;
    color: #ffffff;
    padding: 8px 1.8%;
    font-size: 20px;
    position: relative;
    width: 13%;
    float: left;
}
  .bArrow {
	  border-top: 8px solid transparent;
	  border-bottom: 8px solid transparent;
	  border-left: 8px solid #001c9e;
	  width: 0;
	  height: 0;
	  position: absolute;
	  right: -8px;
	  top: 50%;
	  margin-top: -8px;
  }
  #NewsTricker-slider {
    float: left;
    width: 85%;
    margin-left: 2%;
    overflow: hidden;
    max-height: 65px;
}
#NewsTricker-slider a {
    color: #ffffff;
    line-height: 24px;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
}
#NewsTricker-slider a:focus, #NewsTricker-slider a:hover {
    outline: none;
    color: #001c9e;
    text-decoration: none;
}
#NewsTricker-slider .slick-slide{
    margin: 8px 25px;
}
  ul.lastestNewsTricker-list {
	  list-style: none;
	  padding: 8px 0 8px 25px;
	  display: inline-block;
	  margin: 0;
  }
  ul.lastestNewsTricker-list li {
	  display: inline-block;
	  margin-right: 50px;
  }
  ul.lastestNewsTricker-list li a {
	  color: #ffffff;
	  font-size: 16px;
  }
  .about-intro-container > .col-md-6{
	  margin-bottom: 50px;
  }
  .about-intro-text {
	  padding: 0 15px 20px;
  }
  .about-intro-text h2 {
	  font-size: 26px;
	  margin: 0 0 20px;
	  color: #001c9e;
  }
  .about-intro-text p {
	  margin-bottom: 20px;
  }
  .associations-title {
	  font-size: 26px;
	  color: #001c9e;
	  text-align: center;
	  margin: 0 0 25px;
  }
  .associations-list h4 {
	  margin-top: 40px;
  }
  .page-header .breadcrumb {
	  text-align: right;
	  position: absolute;
	  bottom: 0;
	  right: 0;
	  background-color: transparent;
	  text-shadow: none;
	  margin: 10px;
  }
  .page-header .breadcrumb a {
	  color: #ffffff;
  }
  .content-wrapper h1 {
	  font-size: 28px;
	  margin: 40px 0 20px;
	  color: #001c9e;
  }
  .services-thumb-container .parent-wrapper {
	  height: 100%;
	  width: 100%;
	  margin: 50px 0;
  }
  .services-thumb-container .parent {
    display: flex;
    flex-wrap: wrap;
    margin: -30px 0 0 -15px;
}
.services-thumb-container .child {
    display: inline-block;
    margin: 30px 0 0 15px;
    flex-grow: 1;
    width: calc(100% * (1/3) - 15px);
    max-width: calc(100% * (1/3) - 15px);
}
  .services-thumb-container a {
    height: 100%;
    width: 100%;
    transition: all .2s ease-in-out;
    color: initial;
    display: inline-block;
    cursor: default;
}
.services-thumb-container a.textContainer:hover {
	transform: scale(1.05);
	outline: none;
  text-decoration: none;
  cursor: pointer;
}
.services-thumb-container a:focus {
    outline: none;
    text-decoration: none;
}
.services-thumb-container a.textContainer:active {
    transform: scale(.97);
    -webkit-transform: scale(.97);
}
.services-thumb-container .services-thumb-item {
    padding: 15px;
    text-align: center;
    border: 1px solid #d4d5d8;
    width: 100%;
    height: 100%;
}
.services-thumb-container .services-thumb-item h2 {
    color: #001c9e;
    margin: 0 0 30px 0;
    font-weight: 300;
}
  .services-thumb-container img {
	  max-width: 100%;
  }
  .services-thumb-container .services-thumb-item img {
    height: 100px;
}
.services-thumb-container .services-thumb-text {
    text-align: justify;
    line-height: 22px;
    margin-top: 40px;
    font-size: 17px;
    font-weight: 300;
}
.services-thumb-container p.find-out-more {
    text-align: center;
    margin: 0 0 15px 0;
    border: 1px solid #001c9e;
    max-width: 110px;
    width: 100%;
    display: inline-block;
    font-size: 13px;
    line-height: 33px;
    color: #001c9e;
    float: right;
}
.services-thumb-container a:hover p.find-out-more {
    background-color: #001c9e;
    color: #ffffff;
}
  .services-thumb-container .services-thumb-item2{
	  position: relative;
  }
  .services-thumb-container .services-thumb-item2 .services-thumb-text {
	  background: rgba(0,28,158,.7);
	  position: absolute;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  margin: 0;
	  color: #ffffff;
	  padding: 30px;
	  text-align: justify;
	  line-height: 18px;
	  display: none;
  }
  .services-thumb-container .services-thumb-item2:hover .services-thumb-text {
	  display: none;
  }
  .services-thumb-container .services-thumb-item2 h4 {
	  font-size: 16px;
	  margin: 0 0 20px 0;
	  text-align: center;
  }
  .services-thumb-container .services-thumb-item2 p.find-out-more a {
	  color: #ffffff;
  }
  
  .news-thumb-container .parent-wrapper {
	  height: 100%;
	  width: 100%;
	  margin: 50px 0;
  }
  .news-thumb-container .parent {
	  display: flex;
	  flex-wrap: wrap;
	  margin: -30px 0 0 -30px;
  }
  .news-thumb-container .child {
	  display: inline-block;
	  margin: 30px 0 0 30px;
	  flex-grow: 1;
	  width: calc(100% * (1/3) - 30px);
	  max-width: calc(100% * (1/3) - 30px);
	  border: 1px solid #ededed;
  }
  .news-thumb-container .news-thumb-image {
	  text-align: center;
  }
  .news-thumb-container .news-thumb-image img {
    max-width: 100%;
    width: 100%;
}
  .news-thumb-container .news-thumb-text {
	  padding: 30px;
  }
  .news-thumb-container .news-thumb-item h4 {
	  color: #001c9e;
	  margin: 0 0 20px 0;
      font-weight: 600;
      text-align: left;
  }
  .news-thumb-container p.find-out-more a {
	  text-align: center;
	  margin: 10px 0 0;
	  line-height: 40px;
	  min-width: 140px;
	  border: 1px solid #001c9e;
	  color: #001c9e;
	  display: inline-block;
	  font-size: 12px;
  }
  .news-thumb-container p.find-out-more a:hover {
	  color: #ffffff;
	  background-color: #001c9e;
	  text-decoration: none;
  }
  .news-thumb-container hr {
	  border-color: #001c9e;
	  width: 50px;
	  display: inline-block;
  }
  .pagination-container {
	  text-align: right;
	  margin: 40px auto 0;
  }
  .pagination-container a, .pagination-container strong {
	  border: 1px solid #e1e1e1;
	  line-height: 40px;
	  display: inline-block;
	  min-width: 40px;
	  text-align: center;
	  border-radius: 5px;
	  font-size: 16px;
	  color: #001c9e;
	  margin: 0 0 10px 10px;
	  padding: 0 10px;
  }
  .pagination-container a:hover, .pagination-container strong {
	  background-color: #001c9e;
	  color: #ffffff;
	  text-decoration: none;
	  font-weight: 400;
  }
  .news-detail-container, .news-sidebar {
	  margin-top: 50px;
	  margin-bottom: 20px;
  }
  .news-detail-container img {
	  max-width: 100%;
  }
  .news-detail-container h4 {
	  font-weight: 600;
	  color: #001c9e;
	  margin: 20px 0 15px;
  }
  .news-detail-container hr {
	  border-color: #d6dde2;
	  margin: 25px 0;
  }
  .news-detail-container p {
	  margin: 0 0 25px;
  }
  .comment-container h4 {
	  margin-bottom: 45px;
  }
  input[type="text"], textarea {
	  font-size: 13px;
	  color: #999999;
	  border: 1px solid #d6dde2;
	  padding: 10px 20px;
	  min-height: 50px;
	  width: 100%;
	  margin-bottom: 30px;
  }
  input:focus, textarea:focus {
	  outline: none;
  }
  .comment-container textarea{
	  min-height: 300px;
  }
  input[type="submit"] {
	  text-align: center;
	  line-height: 40px;
	  min-width: 140px;
	  margin-bottom: 30px;
	  border: 1px solid #001c9e;
	  background-color: #001c9e;
	  color: #ffffff;
	  display: inline-block;
	  font-size: 12px;
  }
  input[type="submit"]:hover {
	  color: #001c9e;
	  background-color: #ffffff;
	  text-decoration: none;
  }
  .search-box {
	  position: relative;
  }
  .search-box input[type="text"] {
	  padding: 5px 20px;
	  min-height: 40px;
  }
  .search-box .glyphicon-search {
	  position: absolute;
	  color: #bfbfbf;
	  right: 18px;
	  top: 20%;
  }
  .title-sidebar {
	  font-weight: 600;
	  color: #001c9e;
	  margin: 20px 0 15px;
  }
  .archives ul {
	  padding: 0;
	  list-style: none;
  }
  .archives ul li a {
	  line-height: 30px;
	  display: inline-block;
	  width: 100%;
	  border-bottom: 1px solid #d6dde2;
	  padding: 10px 0;
	  color: #373c47;
  }
  .archives ul li a span {
	  float: right;
  }
  .archives ul > li:last-child a {
	  border: 0;
  }
  .archives ul li a:hover {
	  text-decoration: none;
	  color: #001c9e;
  }
  .tags ul {
	  list-style: none;
	  padding: 0;
	  margin: 25px 0;
  }
  .tags ul li {
	  display: inline-block;
	  margin: 5px 4px 0 0;
  }
  .tags ul li a {
	  background-color: #ecf0f1;
	  color: #666666;
	  padding: 5px 8px;
	  font-size: 13px;
	  line-height: 20px;
	  display: inline-block;
	  border-radius: 5px;
  }
  .tags ul li a:hover {
	  background-color: #001c9e;
	  color: #ffffff;
	  text-decoration: none;
  }
  .gmap-canvas{
	  width: 100%;
	  height: 480px;
  }
  .HeadOfficeContainer > div {
	  margin-top: 50px;
	  margin-bottom: 50px;
  }
  .LondonOfficeContainer > div {
	  margin-top: 30px;
	  margin-bottom: 50px;
  }
  .LondonOfficeContainer h1, .HeadOfficeContainer h1 {
	  margin: 0px 0 30px;
  }
  .HeadOfficeInfo tr > td:first-child, .LondonOfficeInfo tr > td:first-child {
	  min-width: 50px;
	  vertical-align: top;
  }
  .HeadOfficeInfo span.glyphicon, .LondonOfficeInfo span.glyphicon {
	  font-size: 25px;
	  color: #001c9e;
  }
  .HeadOfficeInfo tr > td, .LondonOfficeInfo tr > td {
      padding-bottom: 20px;
      text-align: left;
  }
  .HeadOfficeInfo tr > td h4, .LondonOfficeInfo tr > td h4 {
	  font-size: 16px;
	  margin: 0 0 15px 0;
	  font-weight: 600;
  }
  .pages-container {
	  margin-top: 50px;
	  margin-bottom: 50px;
  }
  .pages-container img {
	  max-width: 100%;
	  width: auto !important;
	  height: auto !important;
  }
  .pages-container h2 {
	  margin-bottom: 30px;
	  margin-top: 0;
	  color: #001c9e;
  }
  .pages-container p {
	  margin-bottom: 25px;
  }
  .pages-container .blue {
	  color: #001c9e;
  }
  .pages-container h3 {
	  font-size: 18px;
  }
  .pages-container ul {
	  margin-bottom: 30px;
  }
  .ProfessionalMappingProducts-slide-container .slide a span {
	  color: #373c47;
	  display: block;
	  text-align: center;
	  padding: 15px 0;
	  line-height: 18px;
  }
  .ProfessionalMappingProducts-slide-container {
	  margin-bottom: 30px;
  }

.projects-thumb-container .parent-wrapper {
    height: 100%;
    width: 100%;
    margin: 15px 0 5px;
}
.projects-thumb-container .parent {
    display: flex;
    flex-wrap: wrap;
    margin: -10px 0 0 -10px;
}
.projects-thumb-container .child {
    display: inline-block;
    margin: 10px 0 0 10px;
    flex-grow: 1;
    width: calc((100% - 30px) * (1/3));
    max-width: calc((100% - 30px) * (1/3));
}
.projects-thumb-container .child.doubleColumnRow {
    margin-top: 0;
}
.projects-thumb-container .child.doubleColumn {
    width: calc((100% - 30px) * (2/3) + 10px);
    max-width: calc((100% - 30px) * (2/3) + 10px);
}
.projects-thumb-container .child > a {
  height: 100%;
  width: 100%;
  transition: all .2s ease-in-out;
  color: initial;
  display: inline-block;
  position: relative;
}
.projects-thumb-container .child.doubleColumnRow > a {
    height: calc((100% - 20px) * 1/2);
    margin-top: 10px;
}
.projects-thumb-container .child > a:hover {
  transform: scale(1.01);
  outline: none;
  text-decoration: none;
}
.projects-thumb-container img {
    max-width: 100%;
}
.project-thumb-hover {
    display: none;
}
.projects-thumb-container .child > a:hover .project-thumb-hover {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,28,158,.3);
    display: block;
}
.projects-thumb-container .project-thumb-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,.7);
  color: #ffffff;
  text-align: center;
  padding: 5px;
  font-size: 16px;
}
.project-thumb-hover:before {
    content: '';
    width: 90px;
    height: 2px;
    border-top: 2px solid #ffffff;
    display: block;
    position: absolute;
    margin-top: -1px;
    margin-left: -45px;
    left: 50%;
    top: 50%;
}
.project-thumb-hover:after {
    content: '';
    width: 2px;
    height: 90px;
    border-right: 2px solid #ffffff;
    display: block;
    position: absolute;
    margin-top: -45px;
    margin-left: -1px;
    top: 50%;
    left: 50%;
}
.content-wrapper img {
    max-width: 100%;
}
.panel-aworth {
    border: 1px solid #656b74;
    border-radius: 0;
    margin-top: 40px;
}
.panel-aworth .panel-heading {
    background-color: #656b74;
    color: #ffffff;
    border-radius: 0;
    padding: 15px;
}
.panel-aworth .blue {
    color: #001c9e;
}
.panel-aworth .item {
    margin-bottom: 40px;
}
.panel-aworth .panel-title {
    font-size: 18px;
}
.panel-aworth a.read-more {
    border: 1px solid #001c9e;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.panel-aworth a.read-more:hover, .panel-aworth a.read-more:focus {
    background-color: #001c9e;
    color: #ffffff;
    text-decoration: none;
    outline: none;
}
.management-team-thumb-container .parent-wrapper {
	height: 100%;
	width: 100%;
	margin: 30px 0 0;
}
.management-team-thumb-container .parent {
	display: flex;
	flex-wrap: wrap;
	margin: -30px 0 0 -30px;
}
.management-team-thumb-container .child {
	display: inline-block;
	margin: 30px 0 0 30px;
	flex-grow: 1;
	width: calc(100% * (1/2) - 30px);
	max-width: calc(100% * (1/2) - 30px);
}
.management-team-thumb-container .item {
    border: 1px solid #ededed;
    height: 100%;
    width: 100%;
}
.management-team-thumb-container .item-text {
    padding: 20px;
}
.management-team-thumb-container .item-text hr {
	border-top: 2px solid #001c9e;
	max-width: 90px;
	margin-left: 0;
}
.mapping_products {
    border-bottom: 1px solid #001c9e;
    margin-bottom: 25px;
}
.mapping_products:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}  
#ProfessionalMappingProducts {
	max-height: initial;
    width: 100%;
    overflow: hidden;
}
#ProfessionalMappingProducts span.image-container {
    padding: 0;
    border: 0;
}
#ProfessionalMappingProducts .image-container img {
    height: auto;
}
#ProfessionalMappingProducts span.text-container {
    min-height: 55px;
}
.footer-wrapper p a {
    color: #ffffff;
}
.association_logo_container{
    background-color: #ffffff;
    max-height: 140px;
    overflow: hidden;
}
#association_logo_carousel {
    margin: 0;
    width: 100%;
    max-height: 140px;
}
#association_logo_carousel .slide .image-container {
    border: 0;
    min-height: 140px;
}
#association_logo_carousel .slide a img {
    height: auto;
}
.thumbnail_images_container .parent-wrapper {
	height: 100%;
	width: 100%;
	margin: 0;
}
.thumbnail_images_container .parent {
  display: flex;
  flex-wrap: wrap;
  margin: -15px 0 0 -15px;
}
.thumbnail_images_container .child {
  display: inline-block;
  margin: 15px 0 0 15px;
  flex-grow: 1;
  width: calc(100% * (1/2) - 15px);
  max-width: calc(100% * (1/2) - 15px);
}
.footer-wrapper p span.IN-widget {
    vertical-align: middle !important;
    margin: 0 0 0 5px;
}
.emailContainer {
    border: 1px solid #ffffff;
    padding: 5px;
    display: inline-block;
    width: 100%;
    max-width: 350px;
}
.emailContainer input[type="text"] {
    width: 90%;
    margin: 0;
    padding: 5px;
    min-height: initial;
    border: 0;
    background-color: transparent;
    line-height: 15px;
    float: left;
    color: #ffffff;
}
.emailContainer .glyphicon-envelope {
    font-size: 25px;
    float: right;
}
.slick-next::before, .slick-prev::before {
    content: '';
    background: url(https://www.aworth.co.uk/images/uploads/c-next.png);
    display: block;
    width: 30px;
    height: 30px;
    background-size: contain;
}
.slick-prev:before {
    background: url(https://www.aworth.co.uk/images/uploads/c-prev.png);
    background-size: contain;
}
.slick-next, .slick-prev {
    font-size: 0;
    border: 0;
    padding: 0;
    position: absolute;
    top: calc(40% - 15px);
    z-index: 21;
    outline: 0;
    transition: background-color .2s;
    opacity: .4;
    line-height: normal;
}
.slick-next:hover, .slick-prev:hover {
    opacity: .8;
}
.slick-prev {
    left: -15px;
}
.slick-next {
    right: -15px;
}
.carousel-unmasked-sides::after, .carousel-unmasked-sides::before {
    background: linear-gradient(to left,rgba(255,255,255,0) 6%,#fff 100%);
}
.carousel-unmasked-sides::after {
    background: linear-gradient(to right,rgba(255,255,255,0) 6%,#fff 100%);
}
.carousel-unmasked-sides {
    position: relative;
    overflow: hidden;
}
.carousel-unmasked-sides::after, .carousel-unmasked-sides::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc((100% - 1020px)/ 2);
    z-index: 20;
    background: linear-gradient(to left,rgba(255,255,255,0) 6%,#fff 100%);
}
.carousel-unmasked-sides::after {
    right: 0;
    left: auto;
    background: linear-gradient(to right,rgba(255,255,255,0) 6%,#fff 100%);
}
.slick-dots {
    list-style: none;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
}
.slick-dots li {
    display: inline-block;
    line-height: normal;
}
.slick-dots li button {
    border: 0;
    background: 0 0;
    font-size: 0;
    padding: 10px;
    outline: 0;
}
.slick-dots li button::before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #001c9e;
}
.slick-dots li.slick-active button::before {
    background-color: #001c9e;
}
  .form-search-trigger {
	padding-right: 0px !important;
  }
  
  .form-search {
	position: absolute;
	right: 5px;
	background-color: #fff;
	padding: 15px;
	margin-top: 9px;
	display: none;
	z-index: 9999;
  }
  .form-search .form-control {
	width: 220px;
	background-image: url("https://www.aworth.co.uk/images/uploads/icon-search.png");
	background-position: 95% 50%;
	background-repeat: no-repeat;
	padding-right: 35px;
    margin: 0;
    font-size: 18px;
  }
  
  .form-search.toggle {
	display: block;
  }
  .container .subContainer {
        max-width: 800px;
    }
    .regulatedByRICS {
        float: left;
        padding-top: 25px;
        font-family: 'Lato', sans-serif;
        font-weight: 500;
        color: #373c47;
        font-size: 20px;
        text-align: center;
        margin-left: 95px;
    }
  
  
  
  @media only screen and (max-width : 1199px) {
	.navbar-header {
	  float: none;
	}
	.navbar-toggle {
	  display: block;
	}
	.navbar-collapse.collapse {
	  display: none!important;
	}
	.navbar-nav {
	  float: none!important;
	}
	.navbar-nav>li {
	  float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
	}
	.navbar-collapse.collapse.in{
	  display:block !important;
	}
	.contact-info {
		position: absolute;
		right: 0;
		top: 25px;
	}
	.navbar-brand {
		padding: 10px 0;
    }
    .services-thumb-container .services-thumb-item h4 {
        font-size: 21px;
    }
    .carousel-unmasked-sides::after, .carousel-unmasked-sides::before {
        width: 9%;
    }
    .regulatedByRICS {
        position: absolute;
        right: 80px;
        top: 12px;
        padding-top: 0;
        font-size: 18px;
    }
  }
  @media only screen and (max-width : 991px) {
	  .services-thumb-container .child {
		  max-width: calc(100% * (1/2) - 15px);
		  width: calc(100% * (1/2) - 15px);
	  }
	  .news-thumb-container .child {
		max-width: calc(100% * (1/2) - 30px);
		width: calc(100% * (1/2) - 30px);
	  }
  }
  @media only screen and (max-width : 767px) {
	.navbar-brand>img {
		max-width: 150px;
	}
	.contact-info {
		position: relative;
		padding-top: 0;
		top: -5px;
		float: none;
	}
	.contact-info ul li:first-child {
		padding-left: 0;
	}
	.carousel-home .carousel-inner .item h2 {
	  font-size: 30px;
	}
	.carousel-home .carousel-inner .item p {
	  font-size: 28px;
	}
	.intro-container {
		display: block;
	}
	.intro-container {
		display: block;
	}
	.intro-text-container {
		background-color: transparent;
	}
	.intro-text {
		background-color: #656b74;
		margin-top: 20px;
		padding-bottom: 10px;
	}
	.project-item-container {
		display: block;
	}
	.services-thumb-container .child {
		max-width: calc(100% - 30px);
		width: calc(100% - 30px);
	}
	.news-thumb-container .child {
	  max-width: calc(100% - 30px);
	  width: calc(100% - 30px);
	}
	.management-team-thumb-container .child {
		max-width: calc(100% - 30px);
		width: calc(100% - 30px);
	}
    .projects-thumb-container .child, .projects-thumb-container .child.doubleColumn {
		max-width: calc(100% - 10px);
		width: calc(100% - 10px);
    }
    .lastest-news-header-title{
        font-size: 14px;
    }
    .container .subContainer {
        max-width: 400px;
    }
  }

  @media only screen and (max-width : 500px) {
    .servicesLogo-slide-container{
        width: 100%;
    }
    .carousel-unmasked-sides::after, .carousel-unmasked-sides::before {
        display: none;
    }
    
    .regulatedByRICS {
    display: inline-block;
    margin: -28px 0 4px 0 !important;
    padding: 0 !important;
    font-size: 15px;
    position:static;
    float:none;
    }
  }
  