@font-face {
    font-family: Gotham;
	src: 
	url(../fonts/GOTHAM-BOOK.woff) format('woff'),
	url(../fonts/GOTHAM-BOOK.TFF) format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: Gotham;
	src: 
	url(../fonts/GOTHAM-BOLD.woff) format('woff'),
	url(../fonts/GOTHAM-BOLD.TFF) format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: Gotham;
    src: 
	url(../fonts/GOTHAM-LIGHT.woff) format('woff'),
	url(../fonts/GOTHAM-LIGHT.TFF) format('truetype');
    font-weight: 400;
    font-style: normal;
}

.navbar-brand{
	font-family: Gotham;
}

.navmenu,
.navbar-header,
.navbar-right{
	font-family: Gotham;
	font-weight: 400;
	font-size: 16px;
}

.navbar-custom {
    background-color:transparent;
    color:black;
    border-radius:0;
}

.navmenu-default .navmenu-nav > li > a, .navbar-default .navbar-offcanvas .navmenu-nav > li > a {
    color:white;
}

.navmenu-default .navmenu-nav > li > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover,
.navmenu-default .navmenu-nav > li > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
    color:grey;
}

.navbar-custom .navbar-nav > li > a {
    color:white;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    color: white;
    background-color:transparent;
}

.navbar-custom .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: grey;
}

 
 .navbar-nav.navbar-right:last-child {
    margin-right: 5px;
}

.navbar-custom .navbar-brand {
    color:white;
	padding-left:5px;
}

.navbar-custom .navbar-toggle .icon-bar {
    background-color: grey;
}

.nav > li > a:focus,
.nav > li > a:hover
{
	background-color: transparent;
	color: grey;
	outline: 0;
}

a:focus,
a:hover
{
	outline: 0;
	text-decoration: none;
}

html, body {
    max-width: 100% ;
    /*overflow-x: hidden;*/
    height: 100%;
    color: white;
    font-family: Gotham;
	font-weight: 400;
}

.navbar-toggle {
  /*float: left;*/
  margin-left: 15px;
}

.offcanvas{
	/*background-color: transparent;
	  background:rgba(255,255,255, 0.4);
	 * */
	border: none;
	box-shadow: 0 0 10px #000;
	background:rgba(0,0,0, 0.6);
	/*-webkit-filter: blur(10px); /* Chrome, Opera, etc. 
	filter: url('blur.svg#blur'); /* Older FF and others - http://jordanhollinger.com/media/blur.svg 
	filter: blur(10px); /* Firefox 35+, eventually all */
	/*height:400px;*/
}

.blured{
	background:rgba(0,0,0, 0.6);
	border-radius: 25px;
}

@media (max-width: 400px) {
	.navbar-toggle{
	display: block;
  }
  .header{
	display: none;
  }
  .navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
  position: fixed;
  z-index: 1050;
  top: 50px;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}
.contact_size{
	font-size: 11px;
}
.topHeadingSize{
	letter-spacing: 11px;
	margin-right: -11px;
	font-size: 16px;
	margin-bottom: 8px;
	}
	.navbar-brand{
	font-size: 18px;
	}
	.headingTextSize{
	line-height:26px;
	font-size: 24px;
}
.hrefButton{
	line-height:10px;
	font-size: 10px;
}
}

@media (min-width: 401px) and (max-width: 700px) {
	.navbar-toggle{
	display: block;
  }
  .header{
	display: none;
  }
  .navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
  position: fixed;
  z-index: 1050;
  top: 50px;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}
.contact_size{
	font-size: 14px;
}
.topHeadingSize{
	letter-spacing: 14px;
	margin-right: -14px;
	font-size: 18px;
	margin-bottom: 12px;
	}
	.navbar-brand{
	font-size: 18px;
	}
	.headingTextSize{
	line-height:34px;
	font-size: 32px;
}
.hrefButton{
	line-height:11px;
	font-size: 11px;
}
}

@media (min-width: 701px) and (max-width: 990px) {
	.navbar-toggle{
	display: block;
  }
  .header{
	display: none;
  }
  .navmenu-fixed-left, .navmenu-fixed-right, .navbar-offcanvas {
  position: fixed;
  z-index: 1050;
  top: 50px;
  bottom: 0;
  overflow-y: auto;
  border-radius: 0;
}

.topHeadingSize{
	letter-spacing: 22px;
	margin-right: -22px;
	font-size: 22px;
	margin-bottom: 26px;
	}
	.contact_size{
	font-size: 22px;
}
	.navbar-brand{
	font-size: 18px;
	}
	.headingTextSize{
	line-height:62px;
	font-size: 60px;
}
.hrefButton{
	line-height:12px;
	font-size: 12px;
}
}

@media (min-width: 991px) {
	.navbar-toggle{
	display: none;
  }
  .mobile-bar{
	display: none;
  }
  .topHeadingSize{
	letter-spacing: 26px;
	margin-right: -26px;
	font-size: 26px;
	margin-bottom: 30px;
}
.contact_size{
	font-size: 26px;
}
.navbar-brand{
	font-size: 24px;
	}
	
	.headingTextSize{
		line-height:74px;
	font-size: 72px;
	
}
.hrefButton{
	line-height:14px;
	font-size: 14px;
}
}


.right{
	float: right;
	margin-right: 0;
      padding-left: 10px;
}

@media (min-width: 0) {
  .navbar-toggle {
    /*display: block; /* force showing the toggle */
  }
}

.bannerImage{
    width:100%;
	height:100%;
	position:relative;
	display:inline-block;
	overflow:hidden;
}

.max-800-c{
    max-height:800px;
  }

@media (min-width: 800px) {
  .max-800{
    max-height:800px;
  }
}
@media (max-width: 799px) {
  .max-800{
    max-height:500px;
  }
}
@media (max-width: 599px) {
  .max-800{
    max-height:300px;
  }
}

.banner-img-ocb{
	background: 
    /*linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),*/
    url(../images/home.jpg);
    position: relative;
    background-size: cover; /* or contain depending on what you want */
    background-position: 50% 30%;/*center center;*/
    background-repeat: no-repeat;
    filter: brightness(100%);
    
	/*background-image: url(images/home.jpg);*/
}

.banner-img-ocb-colour{
	background: 
    /*linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),*/
    url(../images/gleneagles/02.jpg);
    position: relative;
    background-size: cover; /* or contain depending on what you want */
    background-position: 50% 30%;/*center center;*/
    background-repeat: no-repeat;
    filter: brightness(100%);
    
	/*background-image: url(images/home.jpg);*/
}

.img-gl{
	background: 
    /*linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),*/
    url(../images/corrodyroad/03.jpg);
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center 70%;
    position: relative;
    width:100%;
    
    top:-20px;
    display:inline-block;
	overflow:hidden;
    
	/*background-image: url(images/home.jpg);*/
}

.thumbnail{
	position: relative;
	width:200px;
    height:133px;
}

.thumbnail-button{
	position:absolute;
	bottom:10px;
    right:10px;
}

.banner-text{
	width:100%;
	height:500px;
}


.fit { /* set relative picture size */
    /*max-width: 100%;
    max-height: 100%;
    min-height: 848px;*/
	position:absolute;
    min-height:100%;
    display:block;
    min-width:100%;
}
.fit-static { /* set relative picture size */
    height: 848px;
    width: 1272px;
}

.center {
    display: block;
    margin: auto;
}

body,html {
  height: 100%;
  /*overflow:hidden;*/
}


/*.title {
  text-align: center;
  position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}*/

.centered-text{
	text-align: center;
    float:none;
	width: 100%;
}

.centered-text-heading{
	font-family: Gotham;
	font-weight: 400;
	color: #34282C;
	overflow: hidden;
	margin-bottom: 24px;
	font-size:26px;
}

.centered-text-body{
	font-family: Gotham;
	font-weight: 400;
	overflow: hidden;
	color: #34282C;
	font-size:16px;
}

.title{
	font-family: Gotham;
	font-weight: 400;
	position: absolute;
	top: 50%;
    left: 50%;
	text-align: center;
    float:none;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
}

.contact{
	position: absolute;
	top: 50%;
    left: 50%;
	text-align: center;
    float:none;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
}

.practice-banner-section{
	font-family: Gotham;
	font-weight: 400;
	margin: auto;
	display:block;
	color: white;
	padding-bottom:60px;
	display:block;
	text-align: center;
	background-color: #303030 ;
	min-height: 210px;
}

.practice-banner-heading{
	font-size: 24px;
	padding-top:30px;
	line-height: 32px;
}

.practice-banner-body{
	padding-top:30px;
}

@media (min-width: 800px) {
  .practice-banner-body {
    font-size: 16px;
  }
  .practice-banner-section{
	  line-height: 28px;
  }
}
@media (max-width: 799px) {
  .practice-banner-body {
    font-size: 16px;
  }
  .practice-banner-section{
	  line-height: 28px;
  }
}

.mailLink 
{
	color: white;
	outline: 0;
}

.iconLink
{
	color: #303030;
}

.iconLink:hover,.iconLink:focus
{
	color: grey;
	outline: 0;
}

.mailLink:hover,.mailLink:focus
{
	color: yellow;
	outline: 0;
}

.hideTitle{
	display: none;
}

.headingText{
	font-family: Gotham;
	font-weight: 400;
	overflow: hidden;
}

.hrefButton{
	border-style: solid;
	border-color: #ffff99;
	border-width: 2px;
	padding: 10px 8px;
	
}

.vertical-center {

  display: flex;
  align-items: center;
}

.yellow{
	color: #ffff99;
}

.headingText > a:focus,
.headingText > a:hover
{
	color: white;
	border-color: white;
}

.topHeading{
	font-family: Gotham;
	font-weight: 400;
	color: #ffff99;
}

.img-grid{
	display: block;
    height: 200px;
    max-width: 100%;
}

.g-item{
	transition: all 1s ease 0s;
	background: #111 url("../images/search_icon.png") no-repeat center center;
}
.g-item img:hover {
    opacity: .3
}
.divider{
	margin-bottom:20px;
}
.img-grey:hover{
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
}

.grid-element{
	width: 80%;
	margin: auto;
	box-shadow: 5px 5px 2px #888888;
	background-color: white;
}

.grid-heading{
	font-family: Gotham;
	font-weight: 600;
	color: #34282C;
}

.service_numbering{
	font-size: 56px;
	text-align: center;
	font-family: Gotham;
	font-weight: 400;
	color: #34282C;
 }

.grid-heading-center{
	font-family: Gotham;
	font-weight: 400;
	color: #34282C;
	text-align: center;
	width: 100%;
	font-size: 24px;
}

.grid-by{
	font-family: Gotham;
	font-weight: 400;
	font-size: 10px;
	color: #34282C;
}

.grid-body{
	font-family: Gotham;
	font-weight: 400;
	color: #34282C;
	font-size: 16px;
}

.grid-date{
	font-family: Gotham;
	font-weight: 400;
	color: #34282C;
	font-size: 12px;
}

.grid-news{
	padding-left:8px;
    padding-right:8px;
}

.news-button-href {
	
    background: #111;
    border: solid 2px #111;
    padding: 14px 35px;
    color: #fff;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    
    margin-bottom:20px;
}

.services{
	font-family: Gotham;
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 60px;
}

div.rl-card{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
	font-size: 15px;
    line-height: 1.5;
    color: #000;
}

.grid-item-title{
	padding: 0.01em 16px;
	padding-bottom: 8px;
    padding-top: 8px;
}

.rl-opacity{
	opacity: 0.6;
}

.grid-item-text{
	padding: 0.01em 16px;
}

.top-buffer { margin-top:20px; }

.text-center{
	text-align: center;
	
}

.blog{
	color:black;
}
.blog-title{
	font-weight:bold;
	font-size: 24px;
	color:black;
	margin-bottom:20px;
}
.blog-date{
	color:grey;
	font-size:12px;
}
.blog-by{
	color:grey;
	font-size:12px;
}
.blog-body{
	font-size: 18px;
	margin-bottom:15px;
}
.blog-button{
	background-color:#303030 !important;
	background-image: #303030 !important;
	color:#ffffff !important;
}
.blog-button-href {
	
    background: #111;
    border: solid 2px #111;
    padding: 14px 35px;
    color: #fff;
    -moz-transition-duration: .2s;
    -ms-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-duration: .2s;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    float:left; 
    clear:left;
    margin-bottom:20px;
}
.blog-button-href:hover{
	color: white;
}
.blog-image{
	width:100%;
	height:100%;
	height: 640px;
	display:inline-block;
	overflow:hidden;
	margin-bottom:80px;

	background: url('../images/gleneagles/01.jpg');
    
    background-size: cover; /* or contain depending on what you want */
    background-position: 50% 70%;/*center center;*/
    background-repeat: no-repeat;
    filter: brightness(100%);
}

.lower-text {
    position: absolute;
    left: 20px;
    top: 20px;
    background-color: rgba(0,0,0,0.8);
    color:white;
    padding: 10px 0 10px 33px;
}
.lower-text-title{
	font-family: airborne;
	font-size: 24px;
	font-weight: bold;
}

.lower-text-body{
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 20px;
}

.blog-divider{
	margin-bottom:40px;
	 border-bottom: thin solid grey;
}

@media (max-width: 767px){
	.blog-divider-2{
		margin-bottom:20px;
	}
	.blog-divider{
		margin-bottom:40px;
	}
}

@media (min-width: 768px){
	.blog-divider{
		margin-bottom:40px;
	}
}

@media (max-width: 534px){
	.blog-image{
		height: 480px;
	}
	.lower-text{
		width: 60%;
	}
	.lower-text-body{
		font-size: 13px;
	}
}

@media (min-width: 535px) and (max-width: 705px){
	.blog-image{
		height: 480px;
	}
	.lower-text{
		width: 60%;
	}
	.lower-text-body{
		font-size: 14px;
	}
}

@media (min-width: 706px) and (max-width: 970px){
	.blog-image{
		height: 480px;
	}
	.lower-text{
		width: 50%;
	}
	.lower-text-body{
		font-size: 16px;
	}
}

@media (min-width: 971px) and (max-width: 1210px){
	.blog-image{
		height: 640px;
	}
	.lower-text{
		width: 40%;
	}
	.lower-text-body{
		font-size: 18px;
	}
}

@media (min-width: 1211px) {
	.blog-image{
		height: 640px;
	}
	.lower-text{
		width: 40%;
	}
	.lower-text-body{
		font-size: 20px;
	}
}
.blog-container{
	max-width:800px;
}
.blog-well{
		/*background:black;
		opacity:0.5;*/
		width:120px;
		float:left;
		margin-right:20px;
		margin-left:5px;
		padding-top:2px;
		/*display: inline-block;*/
		/*border-radius: 25px;*/
		padding-left:5px;
		padding-right:5px;
		
		background-image: -webkit-linear-gradient(top, black, black 35%, white 35%, white 100%);
		background-image: linear-gradient(top, black, black 35%, white 35%, white 100%);
}

.blog-title-row{
	padding-right:10px;
	padding-left:10px;
	margin-bottom:10px;
}

.blog-well-month{
	color: white;
	font-size:16px;
	text-align: center;
}
.blog-well-date{
	color: black;
	font-size:26px;
	text-align:center;
}

@media (max-width: 600px) {
	.blog-well{
		width: 100px;
	}
	.blog-well-month{
		font-size:14px;
	}
	.blog-well-date{
		font-size:22px;
	}
	.blog-title{
		font-size: 18px;
	}
	.blog-by{
		font-size:12px;
	}
}

.how-we-help{
	margin-bottom:40px;
}

a.fill-div {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
}

.center-text-invisible{
	font-family: Gotham;
	font-weight: 400;
	color: black;
	text-align: center;
	width: 100%;
	font-size: 24px;
	
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}

a.fill-div:hover{
	background: rgba(0,0,0,0.5);
}

a.fill-div:hover .center-text-invisible{
	opacity: 1;
}



.img-center{
	display: block;
	margin: 0 auto;
	max-width: 180px;
}

.img-rotate:hover{
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}

.contact-body{
	font-family: Gotham;
	font-weight: 400;
	color: white;
	font-size: 20px;
}

.socialIconsBar{
	text-align: center;
}
.social-circle{
margin-top:10px;
}

.socialIcons{
    position: absolute;
	bottom: 1%;
    left: 50%;
	transform: translateX(-50%);
	text-align: center;
    float:none;
    width:100%;
}

ul.social-network {
	list-style: none;
	
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoYouTube:hover {
	background-color: #BB0000;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoInstagram:hover {
    background-color: #125688;
}
.social-network a.icoSkype:hover {
    background-color: #12A5F4;
}
.social-network a.icoEnvelope:hover {
    background-color: #22263D;
}

.social-network a.icoHouzz:hover {
    background-color:#55a32a;
}


.social-network a.icoYouTube:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i,
.social-network a.icoInstagram:hover i, .social-network a.icoSkype:hover i, .social-network a.icoEnvelope:hover i,
 .social-network a.icoHouzz:hover i{
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 40px;
	height: 40px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:40px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #696969;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

 .social-circle li a{
	background-color: #979797;   
}

/**{ border: 1px solid red; }*/

.missionStatement{
	height:400px;
	background-color: pink;   
}

.numberCircle {
    border-radius: 50%;
    margin: auto;
    width: 50px;
    height: 50px;
    padding: 8px;

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;

    font-family: Gotham;
	font-weight: 400;
	font-size: 20px;
}

.contact-circle{
	display:inline-block;
	position:relative;
	margin:auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 80px;
	height: 80px;
	font-size:40px;
	background-color:white;
	color:#303030;
	padding-top:10px;
}

.contact-well{
		/*background:black;
		opacity:0.5;*/
		padding-top:10px;
		/*display: inline-block;*/
		border-radius: 25px;
		padding-left:20px;
		padding-right:20px;
		
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5) 82%, black 82%, black 100%);
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5) 82%, black 82%, black 100%);
	}

@media (max-width: 1190px) {
	.in-touch{
		color: white;
		font-size:24px;
		padding-bottom:0px;
	}
	.in-touch-details{
		color: white;
		font-size:14px;
		margin-top:10px;
	}
}
@media (min-width: 1191px) {
	.in-touch{
		color: white;
		font-size:24px;
		padding-bottom:50px;
	}
	.in-touch-details{
		color: white;
		font-size:16px;
		margin-top:30px;
	}
}

.in-touch-details:hover{
	color: yellow;
}

/*
 * Google maps  
 */
 @media (min-width: 0px) {
		.map-container{
			max-width: 100%;
			margin:auto;
		}
}
@media (min-width: 600px) {
		.map-container{
			max-width: 80%;
			margin:auto;
		}
}
 
@media (min-width: 991px) {
		.map-container{
			max-width: 800px;
			margin:auto;
		}
}

.map-container{
			
			max-width: 1200px;
			margin:auto;
			margin-bottom: 40px;
		}
 
.google-maps {
        position: relative;
        padding-bottom: 75%; 
        height: 0;
        overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
	
.contact-where{
	padding-bottom:60px;
	padding-top:20px;
}



.footer{
	min-height:60px;
	background-color:#303030;
}

.footer-copyright,
.footer-social,
.footer-contact{
	color: white;
	height:100%;
	min-height:60px;
}

.footer-copyright{
	line-height:60px;
}

.footer-contact{
	text-align: right;
}

@media (max-width : 768px) {
    .footer-copyright,
    .footer-contact {
        text-align: center;
    }
}

.web-link{
	text-align:center;
	color:white;
}

/*
*
*	Caption effect with hover
*
*/
.caption-style-4{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		
	}
	.caption-style-4 .item{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}
	.caption-style-4:hover  .caption{
		opacity: 1;
	}
	.caption-style-4:hover  img{
		opacity: 1;
		/*transform: scale(1.15,1.15);
		-webkit-transform:scale(1.15,1.15);
		-moz-transform:scale(1.15,1.15);
		-ms-transform:scale(1.15,1.15);
		-o-transform:scale(1.15,1.15);*/
	}
	.caption-style-4 img{
		margin: 0px;
		padding: 5px;
		float: left;
		z-index: 4;
	}
	.caption-style-4 .caption{
		cursor: pointer;
		padding-left:5px;
		padding-right:5px;
		position: absolute;
		opacity: 0;
		-webkit-transition:all 0.45s ease-in-out;
		-moz-transition:all 0.45s ease-in-out;
		-o-transition:all 0.45s ease-in-out;
		-ms-transition:all 0.45s ease-in-out;
		transition:all 0.45s ease-in-out;
	}
	.caption-style-4 img{
		-webkit-transition:all 0.25s ease-in-out;
		-moz-transition:all 0.25s ease-in-out;
		-o-transition:all 0.25s ease-in-out;
		-ms-transition:all 0.25s ease-in-out;
		transition:all 0.25s ease-in-out;
	}
	.caption-style-4 .blur{
		/*background-color: rgba(192,231,244,0.8);*/
		background-color: rgba(0,0,0,0.8);
		z-index: 5;
		position: absolute;
	}
	.caption-style-4 .caption-text h1{
		text-transform: uppercase;
		font-size: 24px;
	}
	.caption-style-4 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		text-align: center;
		
	}
	
/*
 * Media queries for galleries
 * 
 */ 

 @media (max-width: 990px) {
 
	.hide-on-small{display: none}
 
	.grid-sizer,
	.grid-item { width: 50%; }
	/* 2 columns wide */
	.grid-item--width2 { width: 100%; }
}
@media (min-width: 991px) {

	.hide-on-small{display: block}

	.grid-sizer,
	.grid-item { width: 25%; }
	/* 2 columns wide */
	.grid-item--width2 { width: 50%; }
}

.lower-banner{
	color:#303030;
	font-size: 24px;
	margin-top:60px;
}

.lower-banner-description{
	font-size:16px;
}

.lower-banner>p{
	color:#303030;
	font-size: 22px;
	margin-top:60px;
}

.image-container{
	margin-top:80px;
	margin-bottom:60px;

}
