@charset "UTF-8";


.ptext {
  margin-top: 125px;
  transition: all .2s ease-in-out;
}


@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300,400italic);

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?-fnljg0");
  src: url("fonts/icomoon.eot?#iefix-fnljg0") format("embedded-opentype"), url("fonts/icomoon.ttf?-fnljg0") format("truetype"), url("fonts/icomoon.woff?-fnljg0") format("woff"), url("fonts/icomoon.svg?-fnljg0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

footer,
header,
section {
  display: block;
}

a {
  background-color: transparent;
}

a:active {
  outline: 0;
}

a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

small {
  font-size: 80%;
  font-family: 'Open Sans', sans-serif;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Raleway", sans-serif;
  font-size: 1rem;
  line-height: 2;
  color: #424753;
  background-color: #fff;
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: .5rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #424753;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}

a:focus,
a:hover {
  color: #202328;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

h1,
h2,
h3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.175;
  color: inherit;
}

h1,
h2,
h3 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 1.625rem;
}

h3 {
  font-size: 1.75rem;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

small {
  font-size: 80%;
  font-weight: normal;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 34em) {
  .container {
    max-width: 34rem;
  }
}

@media (min-width: 48em) {
  .container {
    max-width: 45rem;
  }
}

@media (min-width: 62em) {
  .container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .container {
    max-width: 72.25rem;
  }
}

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-12,
.col-sm-6,
.col-md-4,
.col-md-6,
.col-lg-5,
.col-lg-7 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 34em) {
  .col-sm-6 {
    float: left;
  }

  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 48em) {
  .col-md-4,
  .col-md-6 {
    float: left;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-6 {
    width: 50%;
  }
}

@media (min-width: 62em) {
  .col-lg-5,
  .col-lg-7 {
    float: left;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.open > a {
  outline: 0;
}

.c-select::-ms-expand {
  opacity: 0;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #eceeef;
  border-radius: 0.3rem;
}

@media (min-width: 34em) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-bottom {
  vertical-align: bottom;
}

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

.bg-inverse {
  color: #eceeef;
  background-color: #404040;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-lg {
  margin-bottom: 3rem !important;
}

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?-d8wcrs");
  src: url("fonts/icomoon.eot?#iefix-d8wcrs") format("embedded-opentype"), url("fonts/icomoon.ttf?-d8wcrs") format("truetype"), url("fonts/icomoon.woff?-d8wcrs") format("woff"), url("fonts/icomoon.svg?-d8wcrs#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

.bg-inverse a,
.bg-inverse a:focus,
.bg-inverse a:hover {
  color: #fff;
}

@media (min-width: 34em) {
  .navbar-form .form-control::-moz-placeholder {
    color: #424753;
  }

  .navbar-form .form-control:-ms-input-placeholder {
    color: #424753;
  }

  .navbar-form .form-control::placeholder {
    color: #424753;
  }
}

@media (min-width: 34em) {
  .bg-inverse .navbar-form .form-control::-moz-placeholder {
    color: #fff;
  }

  .bg-inverse .navbar-form .form-control:-ms-input-placeholder {
    color: #fff;
  }

  .bg-inverse .navbar-form .form-control::placeholder {
    color: #fff;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

.jumbotron {
  padding-top: 7rem;
  margin-bottom: 0;
  background: #663fb5 url(../img/bg-header.jpg) no-repeat center bottom;
  background-size: cover;
  border-radius: 0;
}

@media (max-width: 47.9em) {
  .jumbotron {
    padding-top: 6.25rem;
  }
}

@media (min-width: 48em) and (min-height: 37.5em) {
  .center-vertically {
    display: table;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .center-vertically > div {
    display: table-cell;
    vertical-align: middle;
  }
}

h2 {
  font-weight: 300;
  line-height: 1.5;
}

@media (max-width: 47.9em) {
  h2 {
    font-size: 1.35rem;
  }
}

h3 {
  margin-bottom: 1.25rem;
  font-weight: 300;
  line-height: 1.178;
}

.section-footer {
  padding-top: 4.4rem;
  padding-bottom: 3rem;
}

@media (min-width: 48em) {
  .section-footer {
    padding-bottom: 4.4rem;
  }
}

.section-footer small {
  font-size: .8125rem;
  line-height: 1.538;
}

@media (max-width: 47.9em) {
  .section-footer .media {
    margin-bottom: 2rem;
    text-align: center;
  }
}

@media (min-width: 48em) {
  .section-footer .media {
    padding-top: 1.75rem;
  }
}

@media (min-width: 62em) {
  .section-footer .media {
    padding-top: 0;
  }
}

@media (min-width: 75em) {
  .section-footer .media {
    padding-top: .55rem;
  }
}

.section-footer .list-inline {
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 48em) {
  .section-footer .list-inline {
    text-align: right;
  }
}

@media (min-width: 75em) {
  .section-footer .list-inline {
    padding-top: 1.65rem;
  }
}

.section-footer .list-inline > li {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (max-width: 47.9em) {
  .section-footer .list-inline > li {
    display: block;
    text-align: center;
  }
}

@media (min-width: 75em) {
  .section-footer .list-inline > li:first-child {
    padding-left: 0;
  }

  .section-footer .list-inline > li:last-child {
    padding-right: 0;
  }
}

.section-footer .list-inline > li a {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: .5rem;
}

@media (max-width: 74.9em) {
  .section-footer .list-inline > li a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.section-footer.bg-inverse {
  color: #fff;
}

.section-footer.bg-inverse .list-inline > li a:focus,
.section-footer.bg-inverse .list-inline > li a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.text-shadow {
  line-height: 75px;
  text-shadow: 0px 2px 23px rgba(0,0,0,0.27);
}

.bold {
  font-weight: 700;
}

.italic {
  font-weight: 400;
  font-style: italic;
}

.pfront {
  background: #FFFFFF;
  box-shadow: 0px 13px 33px 0px rgba(135,85,128,0.06);
  border-radius: 36px;
  height: 177px;
  position: absolute;
  z-index: -1;
  width: 80%;
  margin-left: 6%;
  transition: all .2s ease-in-out;
}

.pmiddle {
  position: absolute;
  opacity: 0.5;
  background: #008440;
  box-shadow: 0px 13px 33px 0px rgba(135,85,128,0.06);
  border-radius: 36px;
  width: 70%;
  height: 164px;
  margin-left: 10%;
  margin-top: -15px;
  z-index: -2;
  transition: all .2s ease-in-out;
}

.pback {
  position: absolute;
  opacity: 0.5;
  background: #0FA553;
  box-shadow: 0px 13px 33px 0px rgba(135,85,128,0.06);
  border-radius: 36px;
  width: 60%;
  height: 150px;
  margin-left: 16%;
  margin-top: -28px;
  z-index: -3;
  transition: all .2s ease-in-out;
}

.prov {
  text-align: center;
  height: 15em;
  padding-top: 40px;
}

.prov:hover .ptext {
  margin-top: 67px;
  font-size: 40px;
  font-weight: 700;
}

.prov:hover .plogo {
  opacity: 0;
}

.prov:hover .pfront {
  transform: scale(1.1);
  transition: all .2s ease-in-out;
}

.prov:hover .pmiddle {
  transform: scale(1.1);
  transform: translateY(15px);
  transition: all .2s ease-in-out;
}

.prov:hover .pback {
  transform: scale(1.1);
  transform: translateY(25px);
  transition: all .2s ease-in-out;
}

.plogo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font: 0/0 a;
  margin-top: -30px;
  transition: all .2s ease-in-out;
}

.plogo:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.plogo img {
  vertical-align: middle;
  display: inline-block;
}

.cdo {
  background: #3190E7;
  box-shadow: 0px 13px 33px 0px rgba(49,144,231,0.35);
}

.w {
  color: #ffffff;
}

.cvu {
  background: #059DC3;
  box-shadow: 0px 13px 33px 0px rgba(5,156,195,0.40);
}

.can {
  background: #006EBE;
  box-shadow: 0px 13px 33px 0px rgba(0,110,190,0.35);
}

.crb {
  background: #9E130F;
}

/*** uncss> filename: https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css ***/

/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook:before {
  content: "\f09a";
}

/*** uncss> filename: components/pg.blocks/css/blocks.css ***/

/*
Template Name: Bootstrap Starter Kit - Header 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	HEADER 1
/*----------------------------------------------------*/

/* Override bootstrap default */

/*	HEADER 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */

/* Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) */

/*
Template Name: Bootstrap Starter Kit - Header 2
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	HEADER 2
/*----------------------------------------------------*/

/* Override bootstrap default */

/*	Header 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*
Template Name: Bootstrap Starter Kit - Header 3
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	HEADER 3
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */

/* Small devices (tablets, 768px and up) */

/* Medium devices (desktops, 992px and up) */

/*
Template Name: Bootstrap Starter Kit - Promo Blocks
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	PROMO BLOCK 1
/*----------------------------------------------------*/

/*	PROMO BLOCK 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	PROMO BLOCK 2
/*----------------------------------------------------*/

/*	PROMO BLOCK 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	PROMO BLOCK 3
/*----------------------------------------------------*/

/*	PROMO BLOCK 3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*
Template Name: Bootstrap Starter Kit - Content Blocks 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	CONTENT BLOCK 1-1
/*----------------------------------------------------*/

/*	CONTENT BLOCK 1-1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 1-2
/*----------------------------------------------------*/

/*	CONTENT BLOCK 1-2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 1-3
/*----------------------------------------------------*/

/*	CONTENT BLOCK 1-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 1-4
/*----------------------------------------------------*/

/*	CONTENT BLOCK 1-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */

/*	CONTENT BLOCK 1-5
/*----------------------------------------------------*/

/*	CONTENT BLOCK 1-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 1-6
/*----------------------------------------------------*/

/*	CONTENT BLOCK 1-6 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 1-7
/*----------------------------------------------------*/

/*	CONTENT BLOCK 1-7 MEDIA QUERIES
/*----------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 1-9
/*----------------------------------------------------*/

/*	CONTENT BLOCK 1-9 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*
Template Name: Bootstrap Starter Kit - Content Blocks 2
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	CONTENT BLOCK 2-1
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-2
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-3
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-4
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-5
/*----------------------------------------------------*/

/* Light */

/* Dark */

/*	CONTENT BLOCK 2-5 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-6
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-6 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-7
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-7 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-8
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-8 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-9
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-9 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 2-10
/*----------------------------------------------------*/

/*	CONTENT BLOCK 2-10 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*
Template Name: Bootstrap Starter Kit - Content Blocks 3
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/* MTCH */

/*	CONTENT BLOCK 3-1
/*----------------------------------------------------*/

/*	CONTENT BLOCK 3-1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 3-2
/*----------------------------------------------------*/

/*	CONTENT BLOCK 3-2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 3-3
/*----------------------------------------------------*/

/*	CONTENT BLOCK 3-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 3-4
/*----------------------------------------------------*/

/*	CONTENT BLOCK 3-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 3-5
/*----------------------------------------------------*/

/*	CONTENT BLOCK 3-5 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 3-6
/*----------------------------------------------------*/

/*	CONTENT BLOCK 3-6 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 3-7
/*----------------------------------------------------*/

/*	CONTENT BLOCK 3-7 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 3-8
/*----------------------------------------------------*/

/*	CONTENT BLOCK 3-8 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 3-9
/*----------------------------------------------------*/

/*	CONTENT BLOCK 3-9 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 3-10
/*----------------------------------------------------*/

/*	CONTENT BLOCK 3-10 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	CONTENT BLOCK 3-11
/*----------------------------------------------------*/

/*	CONTENT BLOCK 3-11 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*
Template Name: Bootstrap Starter Kit - Gallery 2
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	Gallery 2
/*----------------------------------------------------*/

*,
*:after,
*:before {
  box-sizing: border-box;
}

/* Common style */

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

/* Individual effects */

/*---------------*/

/***** Lily *****/

/*---------------*/

/*	Gallery 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*
Template Name: Bootstrap Starter Kit - Gallery 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	Gallery 1
/*----------------------------------------------------*/

/* Gallery Item
 * -------------------------- */

.gallery-item-wrapper {
  padding-bottom: 25px;
}

/* Gallery Filter
 * -------------------------- */

.filter {
  list-style: none;
  padding: 0;
  margin: 0 0 60px 0;
  text-align: center;
}

.filter li {
  display: inline-block;
  margin: 0;
}

.filter li:before {
  display: inline-block;
  content: "/";
  padding: 0 25px 0 19px;
  color: rgba(0,0,0,0.20);
}

.filter li:first-child:before {
  display: none;
}

.filter li a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #2c3e50;
}

.filter li a:hover,
.filter li a:focus {
  color: #1ABC9C;
  text-decoration: none;
}

/* Isotope Animating
 * -------------------------- */

/**** disabling Isotope CSS3 transitions ****/

/*	Gallery 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*
Template Name: Bootstrap Starter Kit - Team 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	Team 1
/*----------------------------------------------------*/

/*	Team 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*
Template Name: Bootstrap Starter Kit - Team 2
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	Team 2
/*----------------------------------------------------*/

/*	Team 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*
Template Name: Bootstrap Starter Kit - Pricing Tables 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	Pricing Tables 1
/*----------------------------------------------------*/

/* Hover Effects */

/* Ribbons */

/*	Pricing Tables 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*
Template Name: Bootstrap Starter Kit - Pricing Tables 2
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	Pricing Table 2
/*----------------------------------------------------*/

/* Ribbon & Colors */

/*	Pricing Table 2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*
Template Name: Bootstrap Starter Kit - Contact 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	CONTACT 1
/*----------------------------------------------------*/

/*	CONTACT 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*
Template Name: Bootstrap Starter Kit - Contact 3
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	CONTACT 3
/*----------------------------------------------------*/

/*	CONTACT 3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*
Template Name: Bootstrap Starter Kit - Blog 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	Blog 1
/*----------------------------------------------------*/

/*	Blog 1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*
Template Name: Bootstrap Starter Kit - Footers 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	FOOTER 1-1
/*----------------------------------------------------*/

/*	FOOTER 1-1 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	FOOTER 1-2
/*----------------------------------------------------*/

/*	FOOTER 1-2 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	FOOTER 1-3
/*----------------------------------------------------*/

/*	FOOTER 1-3 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	FOOTER 1-4
/*----------------------------------------------------*/

/*	FOOTER 1-4 MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*	FOOTER Copyright Bar
/*----------------------------------------------------*/

/*	FOOTER Copyright Bar 2
/*----------------------------------------------------*/

/*** uncss> filename: components/pg.blocks/css/style-library-1.css ***/

/*
Template Name: Bootstrap Starter Kit - Style Library 1
Description: Business Startup & Prototyping HTML Framework
Author: Theme Spirit
Author URI: http://www.creativemarket.com/theme_spirit

Version: 1.0

*/

/*	PATTERN LIBRARY STYLES
/*----------------------------------------------------*/

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #333333;
  background: #ffffff;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* BACKGROUND COLORS */

/* BG COVER - MTCH */

/* COLORS - MTCH added !important */

/* PADDING, MARGIN & ALIGNMENT */

/** TYPOGRAPHY **/

h1,
h2,
h3 {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  line-height: 1.1;
}

h1,
h2,
h3 {
  margin-bottom: 20px;
  font-weight: 300;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 37px;
}

h3 {
  font-size: 27px;
}

small {
  font-size: 80%;
  line-height: 2;
}

/* LINKS */

a {
  color: #1abc9c;
}

a:hover {
  color: #16a085;
  text-decoration: none;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* LISTS */

ul {
  list-style: none;
  position: relative;
  padding-left: 22px;
}

ul li {
  /*font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
  font-size: 14px;
  color: #515157;
  margin-bottom: 5px;
}

/* TITLES */

.underlined-title {
  text-align: center;
  padding-bottom: 30px;
}

.underlined-title h1 {
  color: #2c3e50;
  margin: 0;
}

.underlined-title h2 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #95a5a6;
}

.underlined-title hr {
  width: 10%;
  border-width: 2px;
  border-color: #16a085;
}

/* IMAGES */



/*===================================================================================*/

/*	BUTTONS
/*===================================================================================*/

/* Button DISABLED */

/* Button DEFAULT */

/* Button PRIMARY */

/* Button WARNING */

/* Button DANGER */

/* Button SUCCESS */

/* Button DARK */

/* Button INFO */

/* Outline Buttons */

/*===================================================================================*/

/*	SOCIAL ICONS
/*===================================================================================*/

/* FORM CONTROL */

.has-success .form-control:-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}

.has-success .form-control::-moz-placeholder {
  color: #2ecc71;
  opacity: 1;
}

.has-success .form-control:-ms-input-placeholder {
  color: #2ecc71;
}

.has-warning .form-control:-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}

.has-warning .form-control::-moz-placeholder {
  color: #f1c40f;
  opacity: 1;
}

.has-warning .form-control:-ms-input-placeholder {
  color: #f1c40f;
}

.has-error .form-control:-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}

.has-error .form-control::-moz-placeholder {
  color: #e74c3c;
  opacity: 1;
}

.has-error .form-control:-ms-input-placeholder {
  color: #e74c3c;
}

/* FORM - INPUT ICON */

/* FORM - INPUT GROUP */

/*	ACCORDION / TOGGLE */

/* TABS */

/* PAGINATION */

/* PAGER */

/* CONTENT BLOCK HOLDERS */

.content-block {
  width: 100%;
  padding: 60px 0 60px 0;
  z-index: 100;
  position: relative;
  background-color: #ffffff;
}

/*	PATTERN LIBRARY MEDIA QUERIES
/*----------------------------------------------------*/

/* Small Devices, Tablets */

/* Medium Devices, Desktops */

/* Large Devices, Wide Screens */

/*** uncss> filename: https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700 ***/

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSonF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzInF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: local('Open Sans Light Italic'), local('OpenSansLight-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxrfB31yxOzP-czbf6AAKCVo.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBp0EAVxt0G0biEntp43Qt6E.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: local('Open Sans Semibold Italic'), local('OpenSans-SemiboldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxi8cqLH4MEiSE0ROcU-qHOA.ttf) format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxp_TkvowlIOtbR7ePgFOpF4.ttf) format('truetype');
}

/*** uncss> filename: https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic ***/

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v11/nj47mAZe0mYUIySgfn0wpQ.ttf) format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/v0SdcGFAl2aezM9Vq_aFTQ.ttf) format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v11/DvlFBScY1r-FMtZSYIYoYw.ttf) format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 300;
  src: local('Lato Light Italic'), local('Lato-LightItalic'), url(https://fonts.gstatic.com/s/lato/v11/2HG_tEPiQ4Z6795cGfdivKCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(https://fonts.gstatic.com/s/lato/v11/LqowQDslGv4DmUBAfWa2Vw.ttf) format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 700;
  src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url(https://fonts.gstatic.com/s/lato/v11/HkF_qI1x_noxlxhrhMQYEKCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}
