/* line 1, ../sass/demo.scss */

/* line 8, ../sass/demo.scss */
* {
  box-sizing: border-box;
}
#footer-wrapper{    width: 100%;
    background: #004183;
    padding: 20px 0px;
    color: #fff;}
#footer-wrapper #footer{max-width:1000px;margin:auto;font-size:12px;}
.lower-footer {
	background-color:#FFFFFF;
}
.lower-footer .lfooter {
	float:left;
	padding-left:50px;
}
.lower-footer .rfooter{
	float:right;
	color:#1B2931;
	font-size:11px;
	width:540px;
	margin-top:5px;
	text-align:right;
	padding-right:50px;
	padding-top:6px;
}
/* line 12, ../sass/demo.scss */
a {
  color: #4ab19a;
}

/* line 16, ../sass/demo.scss */
.clear {
  clear: both;
  float: none;
  width: 100%;
}

/* line 22, ../sass/demo.scss */
.container {
  max-width: 1170px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/* line 32, ../sass/demo.scss */
.container-fluid .gallery a img {
  float: left;
  width: 19.23%;
  height: auto;
  margin:5px;

  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}
/* line 46, ../sass/demo.scss */
.container-fluid .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}
/* line 57, ../sass/demo.scss */
.container-fluid .gallery a.big img {
  width: 40%;
}

/* line 65, ../sass/demo.scss */
.align-center {
  text-align: center;
}
.cta{font-size: 21px;
    color: #edb919;
    text-decoration: none;
    background: #05242f;
    padding: 7px 12px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: solid 3px #fff;
    font-weight: 800;
    display: inline-block;
    margin: 30px 20px 0px 0px;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
	position:absolute;
	top: 82%;
   left: 50%;
   margin-left: -17px;
	}
.cta:hover{background:#133960;}
#share-btns{
position:absolute;
	top: 78%;
   left: 50%;
   margin-left: 2px;
}
.text-share{line-height: 30px;
display: block;
float: left;}
/*-----------------------*/
@media only screen and (min-width : 320px) { 
.container-fluid .gallery a img{ width:100%;}
.cta{font-size: 18px;position:relative;left:50%;margin-left:-169px;}
#share-btns{
position:relative;
color:#000;
position:relative;
left:50%;
margin-left:-126px;
}
.text-share{line-height: 30px;

float: none;}

}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.container-fluid .gallery a img{ width:50%;}
cta{font-size: 21px;position:relative;left:50%;margin-left:-200px;}
#share-btns{
position:relative;
color:#000;
position:relative;
left:50%;
margin-left:-200px;
}
.text-share{line-height: 30px;
display: block;
float: left;}

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.container-fluid .gallery a img{ width:25%;}
.cta{font-size: 21px;position:absolute;
	top: 82%;left: 50%;margin-left: -17px;}
#share-btns{
position:absolute;
top: 78%;left: 50%;margin-left: 2px; color:#fff;}
}


/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
.container-fluid .gallery a img{ width:19.23%;}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
.cta{font-size: 21px;
    
	position:absolute;
	top: 82%;
   left: 50%;
   margin-left: -17px;
	}
.cta:hover{background:#133960;}
#share-btns{
position:absolute;
	top: 78%;
   left: 50%;
   margin-left: 2px;
}

}