/*RESET AND BASE CSS - DELETE IMPORTS AND REFERENCE IN HEAD OF WEBSITE*/

@import url("reset.css");
@import url("base-styles.css");

/*FONTS*/


/*FFONTS COMBINED*/
@import url('https://fonts.googleapis.com/css?family=Hind|Istok+Web|Montserrat');

@import url('https://fonts.googleapis.com/css?family=Lustria|Open+Sans|Roboto');

/*HEADING FONT*/

@import url(https://fonts.googleapis.com/css?family=Playball);

/*BODY FONT*/

@import url(https://fonts.googleapis.com/css?family=PT+Sans);

/*BTN*/
a.btn-1{
background: #224499  ; 
padding-left: 25px;
padding-right: 25px;
padding-top: 4px;
padding-bottom: 4px;
color: #fff;
text-transform: none;
display: inline-block;
line-height: 25px;
}

a.btn-inverse{
color: #16A8E4;
background: #000 ;   
}

a.btn-1:hover,
a.btn-1:focus{
background: #19316f;
text-decoration:none;
color:#cdcdcd;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
}

/*SHARED CLASSES*/
.middle-padding{
padding-top: 50px;
}

ul.points-with-icons{
padding:0px;
list-style-type:none;
}


ul.points-with-icons li{
line-height: 25px;
text-indent: -25px;
margin-left: 30px;
margin-bottom:20px;
}

ul.points-with-icons li:before{
content: "\f00c";
font-family: FontAwesome;
margin-right:10px;
vertical-align:-0px;
color: #224499  ;
}

/*ABOVE MENU BAND*/
#above-menu-band-components .above-menu-band-1 {
  background: #224499;
  color: #fff; 
  padding-top: 10px;
  padding-bottom: 10px;
  position:fixed;
  top:0;
  width:100%;
  z-index: 1000;    
}

#above-menu-band-components .above-menu-band-1 .social-links {
  display: inline-block;
}

#above-menu-band-components  .above-menu-band-1 span.social {
  -webkit-column-rule: #000;
  -moz-column-rule: #000;
  -o-column-rule: #000;
  column-rule: #000;
  font-size: 18px;
}

#above-menu-band-components .above-menu-band-1 span.facebook {
  display: inline-block;
}

#above-menu-band-components  .above-menu-band-1 span.twitter {
  display: inline-block;
}

#above-menu-band-components .above-menu-band-1 span.instagram {
  display: inline-block;
}

#above-menu-band-components  .above-menu-band-1 span:before {
  color: #f1f1f1;
  margin-right: 7px;
}

#above-menu-band-components  .above-menu-band-1 span.facebook:before {
  content: "\f082";
  font-family: FontAwesome;
  vertical-align: -0px;
}

#above-menu-band-components .above-menu-band-1 span.twitter:before {
  content: "\f099";
  font-family: FontAwesome;
  vertical-align: -0px;
}

#above-menu-band-components  .above-menu-band-1 span.instagram:before {
  content: "\f16d";
  font-family: FontAwesome;
  vertical-align: -0px;
}

#above-menu-band-components  .above-menu-band-1 .phone-area {
  display: inline-block;
  float: right;
  font-size: 18px;
}

@media (max-width: 767px) {
#above-menu-band-components  .above-menu-band-1 .social-links {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
#above-menu-band-components  .above-menu-band-1 .phone-area {
    display: block;
    float: none;
    text-align: center;
  }
}

/*MENU*/

.call-back {
    position: absolute;
    right: 15px;
    top: 42px;
}

span.speak-alan{
    color: #000;
    display: block;
       font-size:26px;
      font-family: 'Lustria', serif;
    margin-bottom: 10px;
}

span.moving-soon{
    color: #000;
    display: block;
    float:right;
    font-size:26px;
      font-family: 'Lustria', serif; 
}

a.callback-btn{
    display: block;
    float: right;
    margin-top: 10px;
    outline-color:transparent !important;
    outline-style:none !important;
}

/*CALLBACK MODAL*/
.callback-desc{ 
    padding-left: 40px;
    padding-right: 40px;
}

.callback-modal h4{
    text-align: center;
    color: #224499;
    font-size:20px;
}

#fsSubmitButton2610634{
    background-color: #224499 !important;
    font-size:16px !important; 
}

span.alan{
    font-size:20px;
    color: #224499;
}

.callback-modal input{
border: solid 1px #224499 !important;
}

/* END MODAL*/

img.logo-img{
    max-height:150px;
    display: block;
    margin: 0 auto; 
}

.menu-components {
  position: fixed;
  width: 100%;
  z-index:1000;
}

.flex {
  min-height: 100vh;
  justify-content: center;
  padding-top: 20px;
}

@media (min-width: 992px) {
  #mobile-button {
    display: none;
  }
}

nav.mobile-nav{
  width: 100%;
}

button.close-button{
  height:30px;
  position:absolute;
  top:15px;
  right:15px;
  background: transparent;
  border:0px;
  color: #ED1C24  ;
  font-size:20px;
  font-weight:normal
}

button.close-button:focus,
button.close-button:active,
button.close-button li:focus,
button.close-button li:active{
border:0px;
outline:none;
}

.mobile-nav-holder {
  width: 75%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 100vh;
  display: block;
  position: absolute;
  right: 100%;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #fff ;
  overflow:auto;
}

.mobile-nav-holder hr{
border-top: solid 1px #224499  ; 
}


.mobile-nav-holder .navigation {
  list-style-type: none;
  text-align: center;
  margin:0px;
  padding:0px; 
}

.mobile-nav-holder .navigation li {
  padding: 5px 15px;

}

.mobile-nav-holder .navigation li.first-li {
    margin-top: 10px; 
}

/*animation delays*/ a.mobile-link:nth-of-type(0);
{
  -webkit-animation-delay: 15s;
  -webkit-animation-duration: 10s;  
    -ms-animation-delay: 15s;
  -ms-animation-duration: 10s;  
    -moz-animation-delay: 15s;
  -moz-animation-duration: 10s;
}

.mobile-nav-holder li.mobile-link:nth-of-type(2);
{
   -webkit-animation-delay: 10s;
   -ms-animation-delay: 10s;
   -moz-animation-delay: 10s;
  color: #000;
}

.mobile-nav-holder .navigation a {
  color: #224499 ;
  font-size:18px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  overflow-x: hidden;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  
}

.mobile-nav-holder .navigation a.mobile-menu-active-link{
  color: #224499 ;
  border-bottom: solid 1px #224499 ;
 padding-bottom: 10px; 
}

.mobile-nav-holder .navigation a:before {
  content: '';
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: -150%;
  bottom: 0px;
  height: 3px;
  background-color: #FF5757;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.show {
  right: 25%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media (min-width: 768px) {
 .mobile-nav-holder {
   width:50%;
  }
  
  .show{
    right:50%;
  }
}

.mobile-logo{
    color: #fff;
    font-size: 22px;
}

.mobile-logo img{
max-width:175px;
    margin-top: 5px;
    margin-left: -10px;
}

.burger-bun {
  background-color: transparent;
  border: 0px;
  outline: 0px;
  width: 35px;
  height: auto;
  position: absolute;
  top: 18px;
  right: 15px;
  cursor: pointer;
  z-index: 9999;
  padding-top: 0px;
  padding-bottom: 0px;
padding:0px;
}

.burger-bun .burger {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 5px;
  height: 3px;
  width: 35px;
  display: block;
  background-color: #224499  ;
  margin-bottom: 6px;

}

.burger:last-of-type {
  margin-bottom: 0;
}

.focus .burger {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.focus .burger:first-of-type {
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(-45deg) translateX(-9px) translateY(6px);
  -ms-transform: translate3d(0px, 0px, 0px) rotateZ(-45deg) translateX(-9px) translateY(6px);
  -moz-transform: translate3d(0px, 0px, 0px) rotateZ(-45deg) translateX(-9px) translateY(6px);
  transform: translate3d(0px, 0px, 0px) rotateZ(-45deg) translateX(-9px) translateY(6px);
  width: 20px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
}


/*
.focus .burger:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
*/

.focus .burger:last-of-type {
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(45deg) translateX(-9px) translateY(-6px);
  -ms-transform: translate3d(0px, 0px, 0px) rotateZ(45deg) translateX(-9px) translateY(-6px);
  -moz-transform: translate3d(0px, 0px, 0px) rotateZ(45deg) translateX(-9px) translateY(-6px);
  transform: translate3d(0px, 0px, 0px) rotateZ(45deg) translateX(-9px) translateY(-6px);
  width: 20px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  transform-origin: left bottom;
}


/*body cover nav styling*/

.cover {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  z-index: -10;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .cover {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #000;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  min-height: 10000px;
}


/*desktop-nav-styling*/

.menu-components #menu-2 .above-menu {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
    background: #fff ;
 
}

@media (max-width:991px) {
.menu-components #menu-2 .above-menu {
background: #fff;
border-bottom: solid 2px #ED1C24  ;
 
}
}

.menu-components #menu-2 .above-menu .phone-number {
font-size: 22px;
line-height: 22px;
position:absolute; 
top:63px;
color: #224499 ;
}

.menu-components #menu-2 .above-menu .social-icons li {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #224499;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    color: #fff ;
}



.menu-components #menu-2 .above-menu .social-icons a {
  color: #ddd;
}

.menu-components #menu-2 .above-menu .social-icons a:hover {
  color: #fff;
  -webkit-transition: width 0.75s;
  -ms-transition: width 0.75s;
  -moz-transition: width 0.75s;
  /* Safari */
  transition: width 0.75s;
}



.menu-components #menu-2 .social-icons {
  float: right;
  font-size: 20px;
    position:absolute;
    top:76px;
    right:0;
}

.menu-components #menu-2 .social-icons.social-two {
  float: right;
  font-size: 20px;
    position:absolute;
    top:45px;
    right:45px;
}

.menu-components #menu-2 .social-icons a {
  color: #000;
    font-size:16px; 
}

.menu-components #menu-2 .social-icons a.social-2 {
  margin-left: 7px;
}

.menu-components #menu-2 .nav-bg {
  width: 100%;
  background: #ED1C24  ; 
  border-top: solid 1px #224499  ;
    border-bottom: solid 1px #224499  ;
  height: 45px;
}

.menu-components #menu-2 nav.desktop-nav {
  color: #fff;
  text-align: center;
}

.menu-components #menu-2 ul.desktop-links {
  display: inline-block;
  margin-bottom: 0;
margin-left: 40px;
  /* -margin to center the logo*/ 
}

.menu-components #menu-2 nav.desktop-nav li {
  display: inline-block;
    vertical-align: middle;
}

.menu-components #menu-2 nav.desktop-nav li a {
  display: inline-block;
  text-decoration: none; 
  color: #fff;
  padding: 8px 20px;
text-transform: capitalize;
}
.menu-components #menu-2 nav.desktop-nav li a:hover,
.menu-components #menu-2 nav.desktop-nav li a.active-link {
  color: #000 !important ;
}

@media (min-width: 992px) and (max-width:1199px){
.menu-components #menu-2 nav.desktop-nav li a {
  padding: 10px 10px;
}
}


/*logo*/

.menu-components #menu-2 nav.desktop-nav li.desktop-logo a {
  text-decoration: none; 
  padding: 0px;
margin-top: -30px;
}

@media (max-width: 991px) {
  .menu-components #menu-2 .nav-bg {
    display: none;
  }
}
/*END OF MENU*/
.main{
    padding-top: 176px;
}

@media (max-width: 991px) {
.main{
    padding-top: 56px;
}    
}


span.logo-text{
    color: #224499;
    display: block;
    text-align: center;
    margin-top: 10px;
}

/*HERO*/


#hero-components .hero-3 .gallery-cell {
  width: 60%;
  margin-right: 2px !important;
  counter-increment: gallery-cell;
}

#hero-components .hero-3 .gallery-cell:after {
  -webkit-transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background: rgba(34,68,153, 0.45);
  pointer-events: none;
  position: absolute;
  content: "";
  bottom: 4px;
  right: 0;
  left: 0;
  top: 0;
}

#hero-components .hero-3 .gallery-cell.is-selected:after {
  -webkit-transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  background: rgba(34,68,153, 0.1);
  pointer-events: none;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

#hero-components .hero-3 .gallery-cell img {
  width: 100%;
  height: 100%;
}

#hero-components .hero-3 .slide-details {
  -webkit-transition: all 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 50px 65px;
  opacity: 0;
  width: 100%;
  left: 0;
  bottom: 4px;
}

#hero-components .hero-3 .slide-details:after {
  background: -webkit-linear-gradient(top, transparent, #224499 );
  background: -moz-linear-gradient(top, transparent, #224499 );
  background: -o-linear-gradient(top, transparent, #224499 );
  background: linear-gradient(top, transparent, #224499 );
  -webkit-transition: all 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  position: absolute;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  content: "";
  opacity: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

#hero-components .hero-3 .slide-details .slide-component {
  position: relative;
  z-index: 2;
}

#hero-components .hero-3 .slide-details h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.26em;
}

#hero-components .hero-3 .slide-details h3 a {
  color: inherit;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-decoration: none;
}

#hero-components .hero-3 .slide-details h3 a:hover {
  color: #d0d0d0;
}

#hero-components .hero-3 .slide-details .link {
  color: #f1f1f1;
  font-size: 12px;
  line-height: 1em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -webkit-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  text-decoration: none;
}

#hero-components .hero-3 .slide-details .link:hover {
  color: #a69e8c;
}

#hero-components .hero-3 .is-selected .slide-details {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#hero-components .hero-3 .is-selected .slide-details:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#hero-components .hero-3 .is-selected:after {
  display: none;
}

@media (max-width: 1199px) {
  #hero-components .hero-3 .slide-details {
    padding: 35px 40px;
  }
}

@media (max-width: 991px) {
  #hero-components .hero-3 .gallery-cell {
    width: 70%;
  }
  #hero-components .hero-3 .slide-details h3 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  #hero-components .hero-3 .gallery-cell {
    width: 100%;
  }
  #hero-components .hero-3 .slide-details {
    text-align: center;
  }
  #hero-components .hero-3 .slide-details h3 {
    font-size: 26px !important;
  }
  #hero-components .hero-3 .slide-details hr {
    margin: 15px 0;
  }
}


/*FLICKITY STYLES*/

#hero-components .hero-3 .flickity-page-dots {
  display: none;
}

#hero-components .hero-3 .flickity-prev-next-button {
  border-radius: 0px;
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  border: none;
  cursor: pointer;
  background: rgba(35, 35, 35, 0.7);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

#hero-components .hero-3 .flickity-prev-next-button:focus {
  outline: none;
}

#hero-components .hero-3 .flickity-prev-next-button:before {
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: FontAwesome;
  position: absolute;
  font-size: 16px;
  color: #fff;
  z-index: 3;
  left: 50%;
  top: 50%;
}

#hero-components .hero-3 .flickity-prev-next-button:hover {
  background: #232323;
}

#hero-components .hero-3 .flickity-prev-next-button:hover:before {
  color: rgba(255, 255, 255, 0.4);
}

#hero-components .hero-3 .flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  opacity: 0.6;
}

#hero-components .hero-3 .flickity-prev-next-button.previous {
  left: 40px;
}

#hero-components .hero-3 .flickity-prev-next-button.previous:before {
  content: "";
}

#hero-components .hero-3 .flickity-prev-next-button.next {
  right: 40px;
}

.flickity-prev-next-button.next:before {
  content: "";
}

#hero-components .hero-3 .flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  opacity: 0.3;
  cursor: auto;
}

#hero-components .hero-3 .flickity-prev-next-button svg {
  display: none;
}

#hero-components .hero-3 .flickity-prev-next-button .arrow {
  fill: #333;
}

#hero-components .hero-3 .flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px;
}

#hero-components .hero-3 .flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

#hero-components .hero-3 .flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

@media (max-width: 767px) {
  #hero-components .hero-3 .flickity-prev-next-button {
    top: 80%;
  }
  #hero-components .hero-3 .flickity-prev-next-button.previous {
    left: 15px;
  }
  #hero-components .hero-3 .flickity-prev-next-button.next {
    right: 15px;
  }
}

/*CONTENT GALLERY*/


/*CONTENT-1*/
#content-gallery-components .content-gallery-4 .content-bg{
background:#fff
}

#content-gallery-components .content-gallery-4 .row-of-3{
  margin-bottom: 25px;
}

#content-gallery-components .content-gallery-4 .row-of-3:nth-last-of-type(1){
  margin-bottom: 0;
}

#content-gallery-components .content-gallery-4  .content-bg .caption{
position: relative;
overflow: hidden;
text-align:center;
}

#content-gallery-components .content-gallery-4  .content-bg .caption-media {
display: block;
min-width: 100%;
max-width: 100%;
height: auto;
}

#content-gallery-components .content-gallery-4  .content-bg .caption-overlay {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
color: white;
background:rgb(34,68,153);
background:rgba(34,68,153);
transform: translateY(75%);
-ms-transform: translateY(75%); /* IE 9 */
-webkit-transform: translateY(75%); /* Chrome, Safari, Opera */
transition: transform .25s ease-out;
}

#content-gallery-components .content-gallery-4  .content-bg .caption-overlay h1{
color:#fff;
margin-top:0px;
font-size:22px;
height:25%;
margin-bottom:0px;
}

#content-gallery-components .content-gallery-4  .content-bg .caption-overlay p{
margin-top:0px;
padding-left:20px;
padding-right:20px;
}

/*ON HOVER*/
#content-gallery-components .content-gallery-4  .content-bg .caption:hover .caption-overlay {
transform: translateY(0);
-ms-transform: translateY(0); /* IE 9 */
-webkit-transform: translateY(0); /* Chrome, Safari, Opera */

}

#content-components .content-gallery-4  .content-bg .caption:focus .caption-overlay {
transform: translateY(0);
-ms-transform: translateY(0); /* IE 9 */
-webkit-transform: translateY(0); /* Chrome, Safari, Opera */
}


#content-gallery-components .content-gallery-4  .content-bg .caption:hover .caption-overlay h1{
height:35%;
}

#content-gallery-components .content-gallery-4 .content-bg .caption:focus .caption-overlay h1{
height:35%;
}


/*MEDIA QUERIES*/
#content-gallery-components .content-gallery-4  .content-bg .row-overview{
margin-top:80px;
padding-left:25px;
padding-right:25px;
text-align:center;
}

@media (max-width: 767px) and (min-width:515px){

#content-gallery-components .content-gallery-4  .content-bg .fifty-fifty {
display:inline-block;
width:49%
}
}

@media (max-width: 494px){
#content-gallery-components .content-gallery-4  .content-bg .first-slider{margin-bottom:25px;}
}

#content-gallery-components .content-gallery-4  .content-bg .h1-center{
display:block;
position: relative;
top: 50%;
transform: translateY(-50%);
-ms-transform: translateY(-50%); /* IE 9 */
-webkit-transform: translateY(-50%); /* Chrome, Safari, Opera */
}



@media (max-width: 991px){
#content-gallery-components .content-gallery-4   .push-25{
  margin-top:25px;
  }
}

@media (min-width:495px) and (max-width: 767px){
#content-gallery-components .content-gallery-4  .float-right-fix{
margin-left: 5px;  
}
}

/*END CONTENT 1 */



/*TESTIMONIAL TEASER*/
/*TESTIMONIAL-1 TEASER BAND*/
#testimonial-teaser-components .testimonial-teaser-heading{
    color: #224499 ;
} 

#testimonial-teaser-components{
background: #cdcdcd ;
border-top: solid 5px #ED1C24 ;
}

#testimonial-teaser-components .testimonial-1-teaser .testimonial-teaser-text-holder{
-webkit-box-shadow: 2px 2px 2px 2px #a4a4a4;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
-moz-box-shadow:    2px 2px 2px 2px #a4a4a4;  /* Firefox 3.5 - 3.6 */
box-shadow:        2px 2px 2px 2px #a4a4a4;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
border-radius:3px;
height:180px;
background: #fff;
}



#testimonial-teaser-components .testimonial-1-teaser  .quote-icon{
display:inline-block;
margin-left:-15px
}

#testimonial-teaser-components .testimonial-1-teaser  .quote-icon-after{
margin-left:3px;
vertical-align: -5px;
}


#testimonial-teaser-components .testimonial-1-teaser  .testimonial-teaser-text{
padding:15px;
padding-top:0px;
display:block;
margin-left:15px;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); 
}

#testimonial-teaser-components .testimonial-1-teaser  .testimonial-teaser-text p{
margin:0px;
margin-top:-20px;
height: 80px; /* exactly three lines */
overflow:hidden;
padding-left: 5px;


}

#testimonial-teaser-components .testimonial-1-teaser  .testimonial-teaser-text p:after {
content: "";
text-align: right;
position: absolute;
bottom: 0;
right: 0;
width: 70%;
height: 40px;
background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

#testimonial-teaser-components .testimonial-1-teaser a.open-testimonial{
position: absolute;
top:135px;
left:35px;
color:#224499 ;
cursor:pointer;
}

#testimonial-teaser-components .testimonial-1-teaser a.open-testimonial:hover{
text-decoration: none;
}

#testimonial-teaser-components .testimonial-1-teaser .full-testimonial-small{
font-size:14px;
margin-left:5px;
margin-top: -5px;
font-family: 'Roboto', sans-serif !important; 
}

#testimonial-teaser-components .testimonial-1-teaser .person-details-holder{
margin-top: 30px;
}

#testimonial-teaser-components .testimonial-1-teaser .person-icon{
margin-top: -20px;
}



#testimonial-teaser-components .testimonial-1-teaser .testimonial-details{
display:inline-block;
padding-left:10px;
}

#testimonial-teaser-components .testimonial-1-teaser .testimonial-from{
display:block;
/*text-transform: capitalize;*/
color: #224499  ;

}

#testimonial-teaser-components .testimonial-1-teaser .testimonial-location{
display:block;
font-size:12px;
    color: #224499 ;
}

/*CAROUSEL STYLING*/
#testimonial-teaser-components .testimonial-1-teaser #teaserCarousel .carousel-inner .item{
padding: 2px;
padding-right:4px;
}
/*FULL TESTIMONIAL TEASER TEXT STYLING*/
#testimonial-teaser-components .testimonial-1-teaser h2{
margin-top: 0px;
}

@media (max-width: 991px){
#testimonial-teaser-components .testimonial-1-teaser h2{
margin-top: 40px;
}
}

#testimonial-teaser-components .testimonial-1-teaser p.teaser-intro-text{
color:#000;
margin-top: 30px;
}

/*BLUE SECTION STY:ING*/
#blue-section{
background: #224499;
color: #d7e0f6;
}

#blue-section h2{
    color: #f1f1f1;
}



#testimonial-teaser-components .testimonial-1-teaser a.boot-btn{
margin-top: 20px;
}

/*FULL TESTIMONIAL TEASER MODAL STYLING*/
#testimonial-teaser-components .testimonial-1-teaser .modal-testimonial-icon{
margin-top:15px;
}

#testimonial-teaser-components .testimonial-1-teaser .modal-body{
padding-top:30px;
padding-bottom:30px;
}

#testimonial-teaser-components .testimonial-1-teaser p.full-testimonial{
padding-left:15px;
margin-top:0px;
margin-bottom:0px;
}

/*CONTACT FORM*/

#contact-components {
  background: url('/assets/images/boxes-bg.png') no-repeat left top;
  background-size: cover;
  display: table;
  width: 100%;
}

#contact-components .fsSectionHeader{
display: none;
}

#contact-components .fsBody,
#contact-components .fsForm{
background-color: rgb(205,205,205);
margin-top:0px !important;
margin-bottom: 0px !important;
}

#contact-components .fsForm .fsSubmit{
    text-align: right;
    margin-top: 0;
}


#contact-components .fsNextButton,
#contact-components .fsSubmitButton,
#contact-components .fsPreviousButton{
    background-color: #224499  !important; 
}

 #contact-components .fsFieldCell:nth-of-type(2){
margin-bottom: 0px !important;
}

@media (min-width: 481px){
 #contact-components .fsFieldCell{
margin-bottom: 0px !important;
}
   
}


#contact-components .contact-form-1 .quick-contact {
  background: #224499;
  font-weight: 300;
}

#contact-components .contact-form-1 .vertical-center-holder {
  height: 100px;
  position: relative;
}

#contact-components .contact-form-1 .vertically-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
}

#contact-components .contact-form-1 .quick-title {
  color: #f1f1f1;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  font-family: 'Lustria', serif; 
}



#contact-components .contact-form-1 .quick-email,
#contact-components .contact-form-1 .quick-phone {
  color: #f1f1f1;
  font-size: 20px;
}

#contact-components .contact-form-1 .quick-email a {
  color: #f1f1f1;
}

#contact-components .contact-form-1 .quick-email a:hover {
  color: #000;
  text-decoration: none;
}


/*MEDIA QUERIES*/

@media (min-width:768px) and (max-width: 991px) {
  #contact-components .contact-form-1 .vertical-center-holder {
    height: 75px;
  }
  #contact-components .contact-form-1 .quick-email,
  #contact-components .contact-form-1 .quick-phone {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #contact-components .contact-form-1 .quick-contact {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #contact-components .contact-form-1 .vertical-center-holder {
    height: 40px;
  }
  #contact-components .contact-form-1 .quick-email,
  #contact-components .contact-form-1 .quick-phone {
    text-align: center;
  }
}


/*FORM STYLING*/

#contact-components .contact-form-1 form .form-row {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  background: rgb(238, 238, 238);
  background: rgba(238, 238, 238, 0.7);
}



#contact-components .contact-form-1 form input{
  background: #224499;
  border:solid 1px #224499;
    font-size:16px !important;
    font-family: 'Roboto', sans-serif !important;
}

#contact-components .contact-form-1 form textarea{
  background: #224499;
  border:solid 1px #224499;
}

@media (max-width: 767px) {
  form .form-row {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/*INPUT TEXT*/
.fsForm select, .fsForm textarea, .fsRowBody input[type=email], .fsRowBody input[type=number], .fsRowBody input[type=tel], .fsRowBody input[type=text]{
  color: #cdcdcd !important;  
}

.callback-modal .fsForm select, .fsForm textarea, .fsRowBody input[type=email], .fsRowBody input[type=number], .fsRowBody input[type=tel], .fsRowBody input[type=text]{
 color: #000 !important;    
}

/*FOOTER*/

footer {
  background: #224499;
}

@media (max-width: 767px) {
  footer{
      padding-bottom: 75px !important;
  }
}



#footer-components .footer-3 .email {
  display: inline-block;
  background: #0066CC;
  padding: 5px 20px;
  font-weight: 300;
}

#footer-components .footer-3 .email a {
  color: #f1f1f1;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-size:22px;
  text-decoration: none;
}

#footer-components .footer-3 .email a:hover {
  text-decoration: none;
  color: #000;
}

#footer-components .footer-3 .at {
  font-size: 28px;
  display: inline-block;
  vertical-align: -4px;
  margin-left: 1px;
  margin-right: 1px;
}

#footer-components .footer-3 .phone-numbers {
  margin-top: 20px;
  font-size: 18px;
}

#footer-components .footer-3 .phone-numbers span {
  color: #cdcdcd;
  display: inline-block;
}

#footer-components .footer-3 .divider {
  width: 2px;
  height: 20px;
  background: #EA2A43;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: -4px;
}

#footer-components .footer-3 .text {
  margin-top: 45px;
  color: #cdcdcd;
}

#footer-components .footer-3 .social {
  margin-top: 30px;
  padding: 0;
}

#footer-components .footer-3 .social i {
  width: 30px;
  height: 30px;
  background: #fff;
  font-size: 16px;
  padding-top: 5px;
  line-height: 20px;
  margin-right: 8px;
  color: #fff;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

#footer-components .footer-3 .social i:hover {
  opacity: .5;
}

#footer-components .footer-3 .social i.social1 {
  background: #507cbe;
}

#footer-components .footer-3 .social i.social2 {
  background: #63cdf1;
}

#footer-components .footer-3 .social i.social3 {
  background: #90cadd;
}

#footer-components .footer-3 .social i.social4 {
  background: #DD493D;
}


/*PAGES*/


/* ALL PAGES*/

/*MOBILE CALLBACK BUTTON*/
.mobile-callback {
background: rgb(237, 28, 36);
background: rgba(237, 28, 36, 0.8);
position: fixed;
top: 0px;
z-index: 100;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}

.page-images{
    padding-bottom: 75px;
}

.page-images img{
    width:100%;
}

@media (max-width: 991px){
 .page-images{
    padding-bottom: 50px;
}   
}

/*CALL EMAIL BUTTONS*/
.call-active {
background: rgb(237, 28, 36);
background: rgba(237, 28, 36, 0.8);
position: fixed;
bottom: 0px;
z-index: 100;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}
 
.call-active .btn{
width:49%;
opacity: 1;
margin-top:0px;
color: #000  ;
background: rgb(255,255,255);
border-radius:0px;
}

.call-active .btn-l{
float:left;
}

.call-active .btn-r{
float:right;
}


.intro-header{
    background: #224499 ;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: -1px;
}

.intro-header h1{
    color: #fff ;
    text-align: center;
    margin-bottom: 0;
    line-height:40px;
    font-size:32px;
}

.please-contact{
    color: #224499 ;
    font-size:18px;
}

/*packing services*/
.packing-items h2{
    margin-top: 0px;
    margin-bottom: 20px;
}

.packing-items {
    margin-top: 30px;
}
.packing-item{
    margin-top: 10px;
    margin-bottom: 10px;
}

.packing-name{
    font-weight: bold;
}

.packing-desc{
    font-size:14px
}

@media (max-width: 494px) {
span.packing-price{
    display: block;
    margin-bottom: 5px;
}
}

/*REMOVAL/PACKING PAGE*/
@media (max-width: 767px){
 .section-padding-no-top{
     padding-top: 0;
 }
    .mobile-image-col{
        padding-left: 0;
        padding-right:0;
        border-bottom: solid 2px #224499 ;
}
}



/*packing tips*/
.panel-title a{
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    color: #224499 ;
    font-size:18px;
    line-height: 22px;
}

.panel-title a:hover{
    text-decoration: none;
}

/*TESTIMONIALS PAGE */
/*TESTIMONIAL-1*/
#testimonial-components{
padding-top: 60px;
padding-bottom: 60px;
}

#testimonial-components .testimonial-1 .testimonial-text-holder{
-webkit-box-shadow: 2px 2px 2px 2px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
-moz-box-shadow:    2px 2px 2px 2px #ccc;  /* Firefox 3.5 - 3.6 */
box-shadow:        2px 2px 2px 2px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
border-radius:3px;
height:180px;
background: #fff;
} 

#testimonial-components .testimonial-1 .quote-icon{
display:inline-block;
margin-left:-20px
}

#testimonial-components .testimonial-1 .quote-icon-after{
margin-left:3px;
vertical-align: -5px;
}


#testimonial-components .testimonial-1 .testimonial-text{
padding:15px;
padding-left:20px;
padding-top:0px;
display:block;
margin-left:15px;
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);

}

#testimonial-components .testimonial-1 .testimonial-text p{
margin:0px;
margin-top:-20px;
height: 80px; /* exactly three lines */
overflow:hidden;
}

#testimonial-components .testimonial-1 .testimonial-text p:after {
content: "";
text-align: right;
position: absolute;
bottom: 0;
right: 0;
width: 70%;
height: 40px;
background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%);
}

#testimonial-components .testimonial-1 a.open-testimonial{
position: absolute;
top:135px;
left:47px;
color:#224499;
cursor:pointer;

}

#testimonial-components .testimonial-1 a.open-testimonial:hover{
text-decoration: none;
} 

#testimonial-components .testimonial-1 .full-testimonial-small{
font-size:14px;
margin-left:5px;
margin-top: -5px;
font-family: 'Roboto', sans-serif !important; 
}

@media (min-width:768px) and (max-width: 991px){
#testimonial-components .testimonial-1 a.open-testimonial-third{
top:160px;
}
}


#testimonial-components .testimonial-1 .person-details-holder{
margin-top: 30px;
}

#testimonial-components .testimonial-1 .person-icon{
margin-top: -20px;
}

#testimonial-components .testimonial-1 .testimonial-details{
display:inline-block;
padding-left:10px;
}

#testimonial-components .testimonial-1 .testimonial-from{
display:block;
text-transform: capitalize;
color: #224499 ;

}

#testimonial-components .testimonial-1 .testimonial-location{
display:block;
font-size:14px;
    color: #224499;
}



@media (min-width:768px) and (max-width:991px){
#testimonial-components .testimonial-1 .third-testimonial{
margin-top: 30px;
}
}

@media (max-width:767px){
  
#testimonial-components .testimonial-1 .person-details-holder{
margin-bottom:20px;
}    
}

@media (max-width:494px){
#testimonial-components .testimonial-1 .testimonial-text-holder{
height:180px;
}
          
}

/*TESTIMONIAL ADDITIONAL ROW PADDING*/

#testimonial-components .testimonial-1 .row-of-3{
  padding-bottom: 60px;
}

@media (max-width:768px){
#testimonial-components .testimonial-1 .row-of-3{
  padding-bottom: 30px;
}  
}

#testimonial-components .testimonial-1 .row-of-3:nth-last-of-type(1){
  padding-bottom: 00px;
}



/*FULL TESTIMONIAL MODAL STYLING*/
#testimonial-components .testimonial-1 .modal-testimonial-icon{
margin-top:15px;
}

#testimonial-components .testimonial-1 .modal-body{
padding-top:30px;
padding-bottom:30px;
}

#testimonial-components .testimonial-1 p.full-testimonial{
padding-left:15px;
margin-top:0px;
margin-bottom:0px;
} 

/*END TESTIMONIAL-1*/

/*CHECK A TRADE LINK*/
span.score{
    display: inline-block;
    color: #224499 ;
    font-size:22px;
    margin-left: 10px;
}

span.score a{
    color: #224499 ;
    font-size:22px;
    text-decoration: none;
}

@media (max-width:991px){
span.score{
    display:block;
    margin-top: 20px;
    margin-left: 0px;
}
}

#testimonial-components.second-row-test{
    padding-top: 0;
}

/*INDEX PAGE*/
#index .intro-header{
    margin-top: -10px;
}

/*TERMS*/
span.point{
    font-size:22px;
    margin-bottom: 5px;
    display: inline-block;
}

.terms p{
    margin-bottom: 30px;
}

p.term-red{
    color: #ED1C24 ;
}
