/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Fonts */

  /* Condensed */
  @font-face {
      font-family: 'League Gothic Condensed';
      src: url('LeagueGothic-CondensedRegular.eot');
      src: url('LeagueGothic-CondensedRegular.eot?#iefix') format('embedded-opentype'),
           url('LeagueGothic-CondensedRegular.woff') format('woff'),
           url('LeagueGothic-CondensedRegular.ttf') format('truetype'),
           url('LeagueGothic-CondensedRegular.svg#league_gothic_condensed-Rg') format('svg');
      font-weight: normal;
      font-style: normal;

  }

@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

.animate {
    animation: moveDown 0.6s ease-in-out 0.2s backwards;
}
@keyframes moveDown{
    0% { 
        transform: translateY(-40px); 
        opacity: 0;
    }
    100% { 
        transform: translateY(0px);  
        opacity: 1;
    }
}


.grow:hover
{
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3);
}

.border:hover
{
        box-shadow: inset 0 0 0 25px #53a7ea;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   General Styles */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #FFF;
    color: #0D1E2B;
    text-shadow: none;
}


body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: gray;
	  background-color: #F2F2F2;
		-webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}



/* Hero Styles to Clean-up */

section.hero {
  color: #222; }
  section.hero header {
    background: url(../images/town-p-1600x1070.jpg) no-repeat center fixed;
    background-size: cover; }
    section.hero header h1 {
      font-family: "Roboto" "Source Sans Pro", "Verdana", "sans-serif";
      font-size: 2em;
      font-weight: bold;
      line-height: 1;
      margin: 0;
      padding: 2.5em 5% 0 5%;
      text-align: center; }
      section.hero header h1:after {
        background: #2BB673;
        content: '';
        display: block;
        height: 0.125em;
        margin: 1em auto;
        width: 3em;
	  	  color: #FFF }
	  
    section.hero header p {
      font-size: 1em;
      font-weight: 300;
      margin: 0;
      padding: 0 5% 6em 5%;
      text-align: center;
      -webkit-font-smoothing: antialiased; }
      
  section.hero .stacked-block + .stacked-block p {
    color: #999; }
  .stacked-block .emphasis {
  	color: #FFF;
  	font-weight: 700; }
  .stacked-block h2 {
    color: #FFF;
  	text-align: left;
  	padding: 5% 7%; 
  	font-weight: 700; }
  section.hero .stacked-block {
    background: #2BB673;
    font-weight: 700;
    overflow: auto;
    padding: 5% 7%; }
    section.hero .stacked-block p {
		line-height: 1.75;
		font-weight: 400;
		font-size: .95em;
		padding-bottom: 1em;
	}
	section.hero .stacked-block p a:link {
		color: #2BB673;
	}
  section.hero .stacked-block + .stacked-block {
    background: #0C1F2C;
  	padding: 5% 7%;
  	min-height: 600px;
  }
  section.hero .stacked-block + .stacked-block + .stacked-block {
    background: #0089C4; }
  section.hero .stacked-block + .stacked-block + .stacked-block + .stacked-block {
    background: #bcbec0; }
  section.hero .stacked-block + .stacked-block + .stacked-block + .stacked-block + .stacked-block {
    background: #5bbbb7; }
  section.founder-title {
  	text-transform: uppercase;
  	font-family: "Roboto", Lucida, Verdana, sans-serif;
  	font-weight: 700;
  	color: #FFF; }
  section.founder-name {
  	text-transform: uppercase;
  	font-family: "Roboto", Lucida, Verdana, sans-serif;
  	font-weight: 700;
  	color: #2BB673; }
  

/* !!!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Hero Content */

#headerwrap {
	padding-top: 0px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 750px;
	width: 100%;
	border-bottom: 0px solid #000;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header_text_wrapper {
	display:flex;
	justify-content: center;
	flex-wrap:wrap;
}

.header_text_wrapper > div{
	position: relative;
	padding-top: 10px;
}

.header_text_wrapper img {
	position: absolute;
	left: 14%;
	width:50%;
}

#headerwrap h1 {
	font: 14px/19px 'Roboto', sans-serif;
	font-weight: 700;
	color: #51e49d;
	padding-top: 190px;
	padding-right: 0;
	padding-left: 0;
	text-shadow: -1px 1px 2px #000000;
	text-transform: uppercase;
}

#headerwrap h2 {
	font: 32px/35px 'Roboto', sans-serif;
	font-weight: 700;
	color: #FFF;
	text-shadow: -1px 1px 2px #000000;
	margin-bottom: 35px;
}

#headerwrap h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color:#FFF;
	padding-top: 40px;
}


/* !!!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Testimonials */

#testimonial {
	background-color: #FFF;
	padding: 70px 50px 180px;
	text-align: center;
}

#testimonial p {
	color: #888;
	font-size: 32px;
	line-height: 36px;
	font weight: 300;
}

#testimonial .name {
	color: #222;
	font-weight: 700;
	color: #2BB673; 
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 15mm;
}

#testimonial .co {
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	}


/* !!!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
   Solutions */

#solution-block {
	background-color: #FFF;
	padding: 50px 50px 80px;
	text-align: center;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

hr {
	border-top: 2px dotted #444;
	display: block;
	margin-right: 40%;
	margin-left: 40%;
	padding-bottom: 40px;
}

#solution-block h1 {
	color: #222;
	font: 28px/32px 'Roboto', sans-serif;
	font-weight: 400;
	padding-bottom: 50px;
}

#solution-block h1 .highlight {
	color: #222;
	background-color: #a6e1f2;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 35px;
	padding: 5px 5px 0;
}

#solution-block h2 {
	color: #2BB673;
	font: 17px/21px 'Roboto', sans-serif;
	font-weight: 700;
	position: relative;
}

#solution-block p {
	color: #444;
	font-size: 15px;
	padding-bottom: 30px;
	text-align: left;
}

#solution-block ul {
	color: #444;
	font-size: 15px;
	margin-top: -10px;
}

#solution-block .desc {
	display: inline;
	color: silver;
	font-style: italic;
	text-align: left;
	float: left;
}

/*	!!!----
	Contact */

#contact {
	background-color: #FFF;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
}

#contact h1 {
	color: #222;
	font: 28px/32px 'Roboto', sans-serif;
	font-weight: 400;
	padding-bottom: 10px;
}

.form-block {
	text-align: left;
}

/* !!!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Solution Lead Content */

#solution-fxgisp {
	background-color: #2BB673;
	padding-top: 180px;
	padding-bottom: 80px;
	text-align: center;
}

#solution-fxgisp h1 {
	font-family: "Roboto", Lucida, Verdana, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 32px;
	line-height: 35px;
	padding: 5px 5px 0;
}

.solution-subtitle {
	font: 18px/21px "Roboto", Lucida, Verdana, sans-serif;
	font-weight: 400;
	color: #FFF;
}

/* !!!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Solution Why Us FXG-ISP  */

#solution-why-fxgisp {
	padding-top: 40px;
	padding-bottom: 80px;
	text-align: center;
	background-color: #FFF;
}

#solution-why-fxgisp h1 {
	font-family: "Roboto", Lucida, Verdana, sans-serif;
	font-weight: 700;
	color: #222;
	font-size: 32px;
	line-height: 35px;
	padding: 5px 5px 45px;
}

#solution-why-fxgisp h2 {
	color: #2BB673;
	font: 15px/21px 'Roboto', sans-serif;
	font-weight: 700;
	position: relative;
	text-align: left;
	text-transform: uppercase;
	padding-bottom: 0;
}

#solution-why-fxgisp h3 {
	color: #222;
	font: 17px/21px 'Roboto', sans-serif;
	font-weight: 700;
	position: relative;
	text-align: left;
	padding-top: 0;
	padding-bottom: 0;
}

.dash {
	border-bottom: 1px solid #d9d8d8;
	width: 25px;
}

#reason-block {
	padding-bottom: 40px;
}

#solution-why-fxgisp h4 {
	color: #888;
	font: 17px/21px 'Roboto', sans-serif;
	font-weight: 400;
	position: relative;
	text-align: left;
	padding-top: 0;
}

#solution-why-fxgisp p {
	color: #666;
	font-size: 15px;
	padding-bottom: 30px;
	text-align: left;
}

#solution-why-fxgisp .subhead {
	font-family: "Roboto", Lucida, Verdana, sans-serif;
	font-weight: 700;
	color: #2BB673;
	text-transform: uppercase;
	padding-bottom: 0;
	text-align: center;
}

#reasons {
	padding: 10px 1.2em 10px 1em;
	border: 1px solid #d9d8d8;
}

/* !!!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Solution Approach FXG-ISP  */

#solution-approach-fxgisp {
	padding-top: 180px;
	padding-bottom: 80px;
	text-align: center;
	background-image: url(../img/shipping-delivery.jpg);
	min-height: 925px;
	background-size: cover;
	width: auto;
}

#solution-approach-fxgisp h1 {
	font-family: "Roboto", Lucida, Verdana, sans-serif;
	font-weight: 700;
	color: #FFF;
	font-size: 32px;
	line-height: 35px;
	padding: 5px 5px 45px;
}

#solution-approach-fxgisp h2 {
	color: #2BB673;
	font: 17px/21px 'Roboto', sans-serif;
	font-weight: 700;
	position: relative;
	text-align: center;
}

#solution-approach-fxgisp p {
	color: #FFF;
	font-size: 15px;
	padding-bottom: 30px;
	text-align: center;
}

.numbered-step {
	color: #FFF;
}

/* !!!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Email Acquisition Module */

#email {
	background-color: #2BB673;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.offer-title {
	font-family: "Roboto", Lucida, Verdana, sans-serif;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

.offer-description {
	font-family: "Roboto", Lucida, Verdana, sans-serif;
	font-weight: 400;
	color: #FFF;
	padding-bottom: 15px;
}


/*  !!!- 
	Pricing */
	
#pricing {
	background-color: #f2f2f2;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

#pricing h1 {
	font-family: "Roboto", Lucida, Verdana, sans-serif;
	font-weight: 700;
	color: #000;
	font-size: 32px;
	line-height: 35px;
	padding-bottom: 25px;
}

#pricing h2 {
	color: #2BB673;
	font: 24px 'Roboto', sans-serif;
	font-weight: 700;
	text-align: center;
}

#pricing .details {
	font-weight: 400;
	color: #888;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
}

.pricing-emphasis {
	font-size: 18px;
	font-weight: 700;
}

/* !!!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Footer */

#footer {
	padding: 70px 5% 50px;
	background-color: #0C1F2C;
}

#footer h1 {
	color: #FFF;
	font-size: 18px;
}

#footer p {
	color: silver;
	font-size: 15px;
	font-weight: 400;
	padding-bottom: 30px;
	padding-top: 10px;
}

#footer a {
	color: silver;
	font-size: 15px;
}

.copyright {
	display: inline-block;
	padding-top: 100px;
	padding-bottom: 50px;
	font-size: 15px;
	font-weight: 400;
}

.sitelink  {
	color: #666;
}

#terms {
	color: #555;
	font-size: 15px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
   Parallax and Media Queries */

section.module.parallax {
  height: 805px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}


@media all and (min-width: 1080px) {
  section.module.parallax-1 {
    background-image: url("../img/back.jpg");
  }
  section.module.parallax h1 {
	  font-size: 160px;
  }
}

@media all and (max-width: 1079px) {
  section.module.parallax-1 {
    background-image: url("../img/back.jpg");
  }



  section.module h2 {
    font-size: 42px;
  }
  section.module p {
    font-size: 20px;
  }
  section.module.parallax h1 {
    font-size: 96px;
  }
}

@media all and (min-width: 800px) {
  section.hero .stacked-block {
    display: block;
    float: left;
    margin-top: 0em;
    padding: 1em 5% 8em 5%;
    width: 40%; }
  section.hero .stacked-block + .stacked-block {
    margin-top: 0;
    float: right;
    width: 60%; }
  .details {
  	text-align: left; }

@media all and (max-width: 487px) {
  section.module.parallax-1 {
    background-image: url("../img/back.jpg"); }

  section.module.parallax h1 {
    font-size: 160px; }
  
  .button-hero {
	margin-bottom: 20px;  }
  
  .details {
  	text-align: center; }

}

