@import url("bootstrap.min.css");

@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);



@import url("../font-awesome/css/font-awesome.min.css");





body {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 20px;
  color: #222222;
  font-weight: 400;
  background-color: #fff;
}
.small-text {
  font-size: 12px;
}
.big-text {
  font-size: 18px;
}
.light-medium-text {
  font-size: 17px;
  font-weight: 300;
}
.uppercase-text {
  text-transform: uppercase;
}
.strong-text {
  font-weight: bold;
}
.letter-spacing {
  letter-spacing: 1px;
}
.letter-spacing.big {
  letter-spacing: 2px;
}
.letter-spacing.bigger {
  letter-spacing: 3px;
}
.base-font {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.heading-font {
  font-family: "Roboto", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.alt-font {
  font-family: "Roboto Slab", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all all .3s ease;
  -moz-transition: all all .3s ease;
  -ms-transition: all all .3s ease;
  -o-transition: all all .3s ease;
  transition: all all .3s ease;
}
a:hover,
a:focus {
  color: #222;
  outline: none;
  text-decoration: underline;
}
.lighter {
  font-weight: 400;
}
.lighter-300 {
  font-weight: 300 !important;
}
.bolder {
  font-weight: 700;
}
strong {
  font-weight: 900;
}

b {
  font-weight: 400;
}

.element h1{
  font-size: 72px;
  line-height: 1.1em;
}
@media (max-width: 640px) {
  .element h1{
  font-size: 30px;
  line-height: 1.1em; 
  letter-spacing: 4px;}
}


.element h2{
  font-size: 34px;
  line-height: 1.0em;
  font-weight: 100;
  letter-spacing: 6px;
}
@media (max-width: 640px) {
  .element h2{
  font-size: 18px;
  line-height: 1.1em;
  letter-spacing: 2px; }
}


.element h3{
  font-size: 60px;
  line-height: 1.0em;
  font-weight: 200;
}
@media (max-width: 767px) {
  .element h3{
  font-size: 30px;
  line-height: 1.1em; }
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  font-weight: 400;
  color: #000000;
}
h1 {
  font-size: 45px;
  line-height: 48px;
  margin-bottom: 11px;
  letter-spacing: 6px;
}
h2 {
  font-size: 36px;
  line-height: 40px;
  padding-top: 8px;
  margin-bottom: 12px;
  letter-spacing: -1px;
  font-weight: 400;
}
h3 {
  font-size: 24px;
  line-height: 32px;
  padding-top: 16px;
  margin-bottom: 12px;
  letter-spacing: 0;
  font-weight: 400;
}
h4 {
  font-size: 20px;
  line-height: 28px;
  padding-top: 19px;
  margin-bottom: 13px;
  letter-spacing: 6px;
}
h5 {
  font-size: 15px;
  line-height: 28px;
  padding-top: 2px;
  margin-bottom: 10px;
  letter-spacing: 0;
  font-weight: 400;
  line-height: 24px;
  padding-top: 3px;
  margin-bottom: 13px;
}
h6 {
  font-size: 13px;
  line-height: 24px;
  padding-top: 4px;
  margin-bottom: 12px;
  letter-spacing: 0;
  font-weight: 500;
}
p {
  font-size: 14px;
  line-height: 1.4em;
  padding-top: 6px;
  margin-bottom: 16px;
  letter-spacing: 0;
  font-weight: 400;
}
p.lead {
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 20px;
  font-weight: 400;
}
p.large-lead {
  font-size: 23px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 300;
}
@media (max-width: 767px) {
  p.large-lead {
  font-size: 19px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 300; }
}
p.larger-lead {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 40px;
  font-weight: 300;
}
p .btn {
  margin-right: 20px;
}
ul:last-child,
ol:last-child,
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
dl:last-child,
ul li:last-child {
  margin-bottom: 0;
}
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
iframe,
.fluid-width-video-wrapper {
  margin-bottom: 10px;
}
blockquote {
  border: none;
}
.blog blockquote p {
  font-size: 28px;
  line-height: 1.3;
  font-family: "Playfair Display";
  font-style: italic;
  font-weight: 700;
}
blockquote footer {
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: inherit;
}
.fluid-width-video-wrapper iframe {
  width: 100%;
}
.text-center .btn {
  margin: 0 10px;
}
.text-left .btn {
  margin-right: 20px;
}
.text-right .btn {
  margin-left: 20px;
}
.border-radius {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.precent-padding {
  padding: 15%;
}
.no-padding {
  padding: 0 !important;
}
.no-padding-top {
  padding-top: 0 !important;
}
.no-padding-bottom {
  padding-bottom: 0 !important;
}
.no-border {
  border: none !important;
}
.margin {
  margin: 0 !important;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.no-margin-top {
  margin-top: 0;
}
.text-white {
  color: #ffffff !important;
}
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: #ffffff !important;
}
.text-black {
  color: #212121 !important;
}
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6 {
  color: #212121 !important;
}
.text-grey {
  color: #aaa !important;
}
.text-grey h1,
.text-grey h2,
.text-grey h3,
.text-grey h4,
.text-grey h5,
.text-grey h6 {
  color: #eeedee !important;
}
.text-darkgrey {
  color: #555 !important;
}
.text-darkgrey h1,
.text-darkgrey h2,
.text-darkgrey h3,
.text-darkgrey h4,
.text-darkgrey h5,
.text-darkgrey h6 {
  color: #555 !important;
}
.text-primary {
  color: #ff4081 !important;
}
.text-primary h1,
.text-primary h2,
.text-primary h3,
.text-primary h4,
.text-primary h5,
.text-primary h6 {
  color: #ff4081 !important;
}
.text-secondary {
  color: #00bcd4 !important;
}
.text-secondary h1,
.text-secondary h2,
.text-secondary h3,
.text-secondary h4,
.text-secondary h5,
.text-secondary h6 {
  color: #00bcd4 !important;
}
.text-info {
  color: #2196f3 !important;
}
.text-info h1,
.text-info h2,
.text-info h3,
.text-info h4,
.text-info h5,
.text-info h6 {
  color: #2196f3 !important;
}
.text-danger {
  color: #f44336 !important;
}
.text-danger h1,
.text-danger h2,
.text-danger h3,
.text-danger h4,
.text-danger h5,
.text-danger h6 {
  color: #f44336 !important;
}
.text-success {
  color: #4caf50 !important;
}
.text-success h1,
.text-success h2,
.text-success h3,
.text-success h4,
.text-success h5,
.text-success h6 {
  color: #4caf50 !important;
}
.text-warning {
  color: #f57c00 !important;
}
.text-warning h1,
.text-warning h2,
.text-warning h3,
.text-warning h4,
.text-warning h5,
.text-warning h6 {
  color: #f57c00 !important;
}
.btn-punch {
  border: 2px solid;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.35);
  -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.35);
  -webkit-box-shadow: '' 0 1px 3px rgba(0,0,0,0.35) 1px 2px rgba(0,0,0,0.3);
  -moz-box-shadow: '' 0 1px 3px rgba(0,0,0,0.35) 1px 2px rgba(0,0,0,0.3);
  -o-box-shadow: '' 0 1px 3px rgba(0,0,0,0.35) 1px 2px rgba(0,0,0,0.3);
  box-shadow: '' 0 1px 3px rgba(0,0,0,0.35) 1px 2px rgba(0,0,0,0.3);
  text-shadow: 0 1px rgba(0,0,0,0.1);
  min-width: 120px;
}
.btn-punch:hover,
.btn-punch:focus {
  box-shadow: 0 6px 10px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 6px 10px rgba(0,0,0,0.23);
  -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.23);
  -webkit-box-shadow: '' 0 6px 10px rgba(0,0,0,0.23) 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' 0 6px 10px rgba(0,0,0,0.23) 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' 0 6px 10px rgba(0,0,0,0.23) 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' 0 6px 10px rgba(0,0,0,0.23) 1px 2px rgba(0,0,0,0.1);
  outline: none;
}
.btn-punch.btn-link {
  padding: 0 !important;
  padding-bottom: 8px !important;
  min-width: inherit;
  border: none;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0;
  border-bottom: 3px solid;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
.btn-punch.btn-link:hover,
.btn-punch.btn-link:focus {
  background-color: transparent !important;
  color: inherit !important;
  text-decoration: none;
  border-color: inherit !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
.btn-punch.btn-white {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.btn-punch.btn-white:hover,
.btn-punch.btn-white:focus {
  background-color: #ffffff;
  color: #212121;
}
.btn-punch.btn-white.hover-colors {
  background-color: #ffffff;
  color: #212121;
}
.btn-punch.btn-white.hover-colors:hover,
.btn-punch.btn-white.hover-colors:focus {
  background-color: #ffffff;
}
.btn-punch.btn-white.hover-colors.hover-primary:hover,
.btn-punch.btn-white.hover-colors.hover-primary:focus {
  color: #ff4081;
}
.btn-punch.btn-white.hover-colors.hover-secondary:hover,
.btn-punch.btn-white.hover-colors.hover-secondary:focus {
  color: #00bcd4;
}
.btn-punch.btn-white.hover-colors.hover-info:hover,
.btn-punch.btn-white.hover-colors.hover-info:focus {
  color: #2196f3;
}
.btn-punch.btn-white.hover-colors.hover-warning:hover,
.btn-punch.btn-white.hover-colors.hover-warning:focus {
  color: #f57c00;
}
.btn-punch.btn-white.hover-colors.hover-success:hover,
.btn-punch.btn-white.hover-colors.hover-success:focus {
  color: #4caf50;
}
.btn-punch.btn-white.hover-colors.hover-danger:hover,
.btn-punch.btn-white.hover-colors.hover-danger:focus {
  color: #f44336;
}
.btn-punch.btn-white.btn-inverse {
  background-color: #ffffff;
  color: #212121;
}
.btn-punch.btn-white.btn-inverse:hover,
.btn-punch.btn-white.btn-inverse:focus {
  background-color: transparent;
  color: #ffffff;
}
.btn-punch.btn-white.btn-darker {
  background-color: #ffffff;
  color: #212121;
}
.btn-punch.btn-white.btn-darker:hover,
.btn-punch.btn-white.btn-darker:focus {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #212121;
}
.btn-punch.btn-black {
  border-color: #212121;
  color: #212121;
  background-color: transparent;
}
.btn-punch.btn-black:hover,
.btn-punch.btn-black:focus {
  background-color: #212121;
  color: #ffffff;
}
.btn-punch.btn-black.btn-inverse {
  background-color: #212121;
  color: #ffffff;
}
.btn-punch.btn-black.btn-inverse:hover,
.btn-punch.btn-black.btn-inverse:focus {
  background-color: transparent;
  color: #212121;
}
.btn-punch.btn-black.btn-darker {
  background-color: #212121;
  color: #ffffff;
}
.btn-punch.btn-black.btn-darker:hover,
.btn-punch.btn-black.btn-darker:focus {
  background-color: #080808;
  border-color: #080808;
  color: #ffffff;
}
.btn-punch.btn-grey {
  border-color: #eeedee;
  color: #eeedee;
  background-color: transparent;
}
.btn-punch.btn-grey:hover,
.btn-punch.btn-grey:focus {
  background-color: #eeedee;
  color: #212121;
}
.btn-punch.btn-grey.btn-inverse {
  background-color: #eeedee;
  color: #212121;
}
.btn-punch.btn-grey.btn-inverse:hover,
.btn-punch.btn-grey.btn-inverse:focus {
  background-color: transparent;
  color: #eeedee;
}
.btn-punch.btn-grey.btn-darker {
  background-color: #eeedee;
  color: #212121;
}
.btn-punch.btn-grey.btn-darker:hover,
.btn-punch.btn-grey.btn-darker:focus {
  background-color: #d5d3d5;
  border-color: #d5d3d5;
  color: #212121;
}




.btn-punch.btn-darkgrey {
  border-color: #999;
  color: #999;
  background-color: transparent;
}
.btn-punch.btn-darkgrey:hover,
.btn-punch.btn-darkgrey:focus {
  background-color: #999;
  color: #212121;
}
.btn-punch.btn-darkgrey.btn-inverse {
  background-color: #999;
  color: #212121;
}
.btn-punch.btn-darkgrey.btn-inverse:hover,
.btn-punch.btn-darkgrey.btn-inverse:focus {
  background-color: transparent;
  color: #999;
}
.btn-punch.btn-darkgrey.btn-darker {
  background-color: #999;
  color: #212121;
}
.btn-punch.btn-darkgrey.btn-darker:hover,
.btn-punch.btn-darkgrey.btn-darker:focus {
  background-color: #d5d3d5;
  border-color: #d5d3d5;
  color: #212121;
}



.btn-punch.btn-primary {
  border-color: #ff4081;
  color: #ff4081;
  background-color: transparent;
}
.btn-punch.btn-primary:hover,
.btn-punch.btn-primary:focus {
  background-color: #ff4081;
  color: #ffffff;
}
.btn-punch.btn-primary.btn-inverse {
  background-color: #ff4081;
  color: #ffffff;
}
.btn-punch.btn-primary.btn-inverse:hover,
.btn-punch.btn-primary.btn-inverse:focus {
  background-color: transparent;
  color: #ff4081;
}
.btn-punch.btn-primary.btn-darker {
  background-color: #ff4081;
  color: #ffffff;
}
.btn-punch.btn-primary.btn-darker:hover,
.btn-punch.btn-primary.btn-darker:focus {
  background-color: #ff0d5f;
  border-color: #ff0d5f;
  color: #ffffff;
}
.btn-punch.btn-secondary {
  border-color: #00bcd4;
  color: #00bcd4;
  background-color: transparent;
}
.btn-punch.btn-secondary:hover,
.btn-punch.btn-secondary:focus {
  background-color: #00bcd4;
  color: #ffffff;
}
.btn-punch.btn-secondary.btn-inverse {
  background-color: #00bcd4;
  color: #ffffff;
}
.btn-punch.btn-secondary.btn-inverse:hover,
.btn-punch.btn-secondary.btn-inverse:focus {
  background-color: transparent;
  color: #00bcd4;
}
.btn-punch.btn-secondary.btn-darker {
  background-color: #00bcd4;
  color: #ffffff;
}
.btn-punch.btn-secondary.btn-darker:hover,
.btn-punch.btn-secondary.btn-darker:focus {
  background-color: #008fa1;
  border-color: #008fa1;
  color: #ffffff;
}
.btn-punch.btn-success {
  border-color: #4caf50;
  color: #4caf50;
  background-color: transparent;
}
.btn-punch.btn-success:hover,
.btn-punch.btn-success:focus {
  background-color: #4caf50;
  color: #ffffff;
}
.btn-punch.btn-success.btn-inverse {
  background-color: #4caf50;
  color: #ffffff;
}
.btn-punch.btn-success.btn-inverse:hover,
.btn-punch.btn-success.btn-inverse:focus {
  background-color: transparent;
  color: #4caf50;
}
.btn-punch.btn-success.btn-darker {
  background-color: #4caf50;
  color: #ffffff;
}
.btn-punch.btn-success.btn-darker:hover,
.btn-punch.btn-success.btn-darker:focus {
  background-color: #3d8b40;
  border-color: #3d8b40;
  color: #ffffff;
}
.btn-punch.btn-danger {
  border-color: #f44336;
  color: #f44336;
  background-color: transparent;
}
.btn-punch.btn-danger:hover,
.btn-punch.btn-danger:focus {
  background-color: #f44336;
  color: #ffffff;
}
.btn-punch.btn-danger.btn-inverse {
  background-color: #f44336;
  color: #ffffff;
}
.btn-punch.btn-danger.btn-inverse:hover,
.btn-punch.btn-danger.btn-inverse:focus {
  background-color: transparent;
  color: #f44336;
}
.btn-punch.btn-danger.btn-darker {
  background-color: #f44336;
  color: #ffffff;
}
.btn-punch.btn-danger.btn-darker:hover,
.btn-punch.btn-danger.btn-darker:focus {
  background-color: #ea1c0d;
  border-color: #ea1c0d;
  color: #ffffff;
}
.btn-punch.btn-warning {
  border-color: #f57c00;
  color: #f57c00;
  background-color: transparent;
}
.btn-punch.btn-warning:hover,
.btn-punch.btn-warning:focus {
  background-color: #f57c00;
  color: #ffffff;
}
.btn-punch.btn-warning.btn-inverse {
  background-color: #f57c00;
  color: #ffffff;
}
.btn-punch.btn-warning.btn-inverse:hover,
.btn-punch.btn-warning.btn-inverse:focus {
  background-color: transparent;
  color: #f57c00;
}
.btn-punch.btn-warning.btn-darker {
  background-color: #f57c00;
  color: #ffffff;
}
.btn-punch.btn-warning.btn-darker:hover,
.btn-punch.btn-warning.btn-darker:focus {
  background-color: #c26200;
  border-color: #c26200;
  color: #ffffff;
}
.btn-punch.btn-info {
  border-color: #2196f3;
  color: #2196f3;
  background-color: transparent;
}
.btn-punch.btn-info:hover,
.btn-punch.btn-info:focus {
  background-color: #2196f3;
  color: #ffffff;
}
.btn-punch.btn-info.btn-inverse {
  background-color: #2196f3;
  color: #ffffff;
}
.btn-punch.btn-info.btn-inverse:hover,
.btn-punch.btn-info.btn-inverse:focus {
  background-color: transparent;
  color: #2196f3;
}
.btn-punch.btn-info.btn-darker {
  background-color: #2196f3;
  color: #ffffff;
}
.btn-punch.btn-info.btn-darker:hover,
.btn-punch.btn-info.btn-darker:focus {
  background-color: #0c7cd5;
  border-color: #0c7cd5;
  color: #ffffff;
}
.btn-punch.btn-xs {
  padding: 8px 12px;
  font-size: 10px;
}
.btn-punch.btn-sm {
  padding: 10px 15px;
  font-size: 12px;
}
.btn-punch.btn-md {
  padding: 15px 20px;
  font-size: 12px;
}
.btn-punch.btn-lg {
  padding: 20px 25px;
  font-size: 14px;
}
.btn-punch.btn-hg {
  padding: 25px 30px;
  font-size: 16px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  display: block;
  width: 100%;
  padding: 6px 10px;
  line-height: 1.35em;
  height: auto;
  background-image: none;
  border: none;
  border: 1px solid #bbb;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  -webkit-transition: all all ease-in-out .3s ease;
  -moz-transition: all all ease-in-out .3s ease;
  -ms-transition: all all ease-in-out .3s ease;
  -o-transition: all all ease-in-out .3s ease;
  transition: all all ease-in-out .3s ease;
  margin-bottom: 20px;
}
select:hover,
select:focus,
textarea:hover,
textarea:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
.form-control:hover,
.form-control:focus {
  border-color: rgba(33,33,33,0.5);
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAjklEQVQ4T+3SMQrCYAyG4ad6Aa/h4gVcBK9Q9JoODr2Ek4sIYic3ERHESeWHFkpt+w/dpBnzJS/JlyR6RtKz3x8Cpjjj1eHNDHt8Qk3dgzHW2ODZAJnjikOpNZk4KiBbPCqQBS44VsFtVwj5FTLcsUSOU32qrjMGLcUbuwLws1XsD4I+wa3N1Bgg+qgDgC+KjhQRlo1IvAAAAABJRU5ErkJggg==) !important;
  background-position: center right;
  background-repeat: no-repeat;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: transparent !important;
  border-bottom-color: #faffbd;
}
.form-inline .btn,
.form-inline .btn-lg,
.form-inline .btn-hg,
.form-inline .btn-md,
.form-inline .btn-sm,
.form-inline .btn-xs {
  padding: 8px 14px;
  font-size: 14px;
  line-height: 1.8em;
  height: auto;
  margin-left: -5px;
}
.form-inline .form-control {
  width: 100% !important;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
  color: #f44336;
  font-size: 13px;
  line-height: 1em;
  margin-bottom: 20px;
  margin-top: 0;
}
.has-success .form-control {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  border-color: #4caf50;
}
.has-success .form-control:hover,
.has-success .form-control:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  border-color: #3d8b40;
}
.has-error .form-control {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  border-color: #f44336;
}
.has-error .form-control:hover,
.has-error .form-control:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  border-color: #ea1c0d;
}
.input-group {
  width: 100%;
}
.form-process {
  width: 100%;
  height: 100%;
  background: url("images/preloader.gif") center center no-repeat #FFF;
  display: none;
  position: absolute;
  z-index: 3;
  background-color: rgba(0,0,0,0.7);
}
.paper {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  padding: 30px !important;
}
.shadow-1 {
  box-shadow: 0 1px 4px rgba(0,0,0,0.24);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.24);
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.24);
  -webkit-box-shadow: '' 0 1px 4px rgba(0,0,0,0.24) 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' 0 1px 4px rgba(0,0,0,0.24) 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' 0 1px 4px rgba(0,0,0,0.24) 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' 0 1px 4px rgba(0,0,0,0.24) 1px 2px rgba(0,0,0,0.1);
}
.shadow-2 {
  box-shadow: 0 3px 10px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.23);
  -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.23);
  -webkit-box-shadow: '' 0 3px 10px rgba(0,0,0,0.23) 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' 0 3px 10px rgba(0,0,0,0.23) 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' 0 3px 10px rgba(0,0,0,0.23) 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' 0 3px 10px rgba(0,0,0,0.23) 1px 2px rgba(0,0,0,0.1);
}
.shadow-3 {
  box-shadow: 0 6px 10px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 6px 10px rgba(0,0,0,0.23);
  -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.23);
  -webkit-box-shadow: '' 0 6px 10px rgba(0,0,0,0.23) 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' 0 6px 10px rgba(0,0,0,0.23) 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' 0 6px 10px rgba(0,0,0,0.23) 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' 0 6px 10px rgba(0,0,0,0.23) 1px 2px rgba(0,0,0,0.1);
}
.shadow-4 {
  box-shadow: 0 10px 18px rgba(0,0,0,0.22);
  -moz-box-shadow: 0 10px 18px rgba(0,0,0,0.22);
  -webkit-box-shadow: 0 10px 18px rgba(0,0,0,0.22);
  -webkit-box-shadow: '' 0 10px 18px rgba(0,0,0,0.22) 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' 0 10px 18px rgba(0,0,0,0.22) 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' 0 10px 18px rgba(0,0,0,0.22) 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' 0 10px 18px rgba(0,0,0,0.22) 1px 2px rgba(0,0,0,0.1);
}
.shadow-5 {
  box-shadow: 0 15px 20px rgba(0,0,0,0.22);
  -moz-box-shadow: 0 15px 20px rgba(0,0,0,0.22);
  -webkit-box-shadow: 0 15px 20px rgba(0,0,0,0.22);
  -webkit-box-shadow: '' 0 15px 20px rgba(0,0,0,0.22) 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' 0 15px 20px rgba(0,0,0,0.22) 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' 0 15px 20px rgba(0,0,0,0.22) 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' 0 15px 20px rgba(0,0,0,0.22) 1px 2px rgba(0,0,0,0.1);
}
.hero-slider .hero-controls {
  z-index: 11;
  position: relative;
}
.hero-slider .hero-controls .flex-control-nav {
  bottom: 40px;
  text-align: left;
}
.hero-slider .hero-controls .flex-control-nav li {
  margin-left: 0;
  margin-right: 5px;
}
.hero-slider .hero-controls .flex-control-nav a {
  background-color: transparent;
  border: 1px solid #ff4081;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
.hero-slider .hero-controls .flex-control-nav a.flex-active {
  background-color: #ff4081;
}
.flexslider .flex-control-nav {
  bottom: 5px;
  text-align: center;
  z-index: 2;
}
.flexslider .flex-control-nav li {
  margin-left: 0;
  margin-right: 5px;
}
.flexslider .flex-control-nav a {
  background-color: transparent;
  border: 1px solid #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  width: 8px;
  height: 8px;
}
.flexslider .flex-control-nav a:hover,
.flexslider .flex-control-nav a:focus {
  border-color: #212121;
}
.flexslider .flex-control-nav a.flex-active {
  background-color: #ffffff;
}
.heading-line {
  width: 30px;
  height: 1px;
  background: #ff4081;
  margin-bottom: 10px;
}
.heading-line + h1,
.heading-line + h2,
.heading-line + h3,
.heading-line + h4,
.heading-line + h5,
.heading-line + h6 {
  padding-top: 0;
}
.heading-line:last-child {
  margin-bottom: 0;
}
.heading-line.big {
  height: 2px;
}
.heading-line.bigger {
  height: 3px;
}
.heading-line.center {
  margin-left: auto;
  margin-right: auto;
}
.heading-line.color-primary {
  background: #ff4081;
}
.heading-line.color-secondary {
  background: #00bcd4;
}
.heading-line.color-info {
  background: #2196f3;
}
.heading-line.color-danger {
  background: #f44336;
}
.heading-line.color-success {
  background: #4caf50;
}
.heading-line.color-black {
  background: #212121;
}
.heading-line.color-white {
  background: #ffffff;
}
.heading-line.color-grey {
  background: #eeedee;
}
.icon {
  font-size: 30px;
  display: inline-block;
  margin-bottom: .5em;
}
.icon.large {
  font-size: 60px;
}
.icon.larger {
  font-size: 80px;
}
.icon.huge {
  font-size: 120px;
}
.icon.center {
  margin-left: auto;
  margin-right: auto;
}
.icon + h1,
.icon + h2,
.icon + h3,
.icon + h4,
.icon + h5,
.icon + h6 {
  padding-top: 0;
}
.icon-background {
  position: absolute;
  z-index: 1;
  font-size: 5em;
  opacity: .2;
  filter: alpha(opacity=20);
  bottom: -5%;
  right: 5%;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all all .3s ease;
  -moz-transition: all all .3s ease;
  -ms-transition: all all .3s ease;
  -o-transition: all all .3s ease;
  transition: all all .3s ease;
}
.icon-background.large {
  font-size: 8em;
}
.icon-background.larger {
  font-size: 10em;
}
.divider {
  background-color: #eeedee;
  height: 1px;
  margin: 30px 0;
}
.divider.no-space {
  margin: 0 !important;
}
.divider.large {
  margin: 95px 0;
}
.divider.larger {
  margin: 165px 0;
}
.divider.huge {
  margin: 190px 0;
}
.space {
  height: 30px;
  background-color: transparent;
  display: block;
}
.space.large {
  height: 95px;
}
.space.larger {
  height: 165px;
}
.space.huge {
  height: 190px;
}
.section.blog-section {
  background-color: #eeedee;
}
.section.blog-section ul.pagination li a {
  border: none;
  background-color: transparent;
  font-size: 42px;
  font-weight: 100;
  color: inherit;
}
.section.blog-section ul.pagination li a:hover,
.section.blog-section ul.pagination li a:focus {
  color: #ff4081;
}
.section.blog-section ul.pagination li.disabled a {
  color: rgba(33,33,33,0.4);
}
.section.blog-section ul.pagination li.active a {
  color: #ff4081;
}
.section.blog-section .owl-carousel {
  margin: 0 -15px;
}
.section.blog-section .owl-carousel .owl-stage-outer .item .entry {
  margin-left: 15px;
  margin-right: 15px;
}
.section.blog-section .owl-carousel .owl-stage-outer .item .entry img.avatar {
  width: auto;
  display: inline-block;
}
.section.blog-section .progress-container .progress {
  background-color: #ffffff;
}
.section.blog-section.fullwidth {
  background-color: #ffffff;
}
.section.blog-section.fullwidth .entry,
.section.blog-section.fullwidth .comment-list {
  background-color: #ffffff;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  padding-left: 0;
  padding-right: 0;
}
.section.blog-section.fullwidth .entry:first-child,
.section.blog-section.fullwidth .comment-list:first-child {
  padding-top: 0;
}
.section.blog-section.fullwidth .entry h3.entry-title,
.section.blog-section.fullwidth .comment-list h3.entry-title {
  font-size: 62px;
  font-weight: 100;
  margin-bottom: 20px;
}
.section.blog-section.fullwidth .entry .entry-top .entry-meta,
.section.blog-section.fullwidth .comment-list .entry-top .entry-meta {
  font-size: 15px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.section.blog-section.fullwidth .entry .entry-media,
.section.blog-section.fullwidth .comment-list .entry-media {
  margin: 0px;
  margin-bottom: 25px;
}
.section.blog-section.fullwidth .entry .entry-media img,
.section.blog-section.fullwidth .entry .entry-media iframe,
.section.blog-section.fullwidth .comment-list .entry-media img,
.section.blog-section.fullwidth .comment-list .entry-media iframe {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.section.blog-section.fullwidth .entry .entry-media blockquote,
.section.blog-section.fullwidth .comment-list .entry-media blockquote {
  padding: 0;
  background-color: transparent;
  color: inherit;
}
.section.blog-section.fullwidth .entry .entry-media blockquote p,
.section.blog-section.fullwidth .comment-list .entry-media blockquote p {
  font-size: 38px;
}
.section.blog-section .content .row .col-md-6 .entry,
.section.blog-section .content .row .col-md-3 .entry,
.section.blog-section .content .row .col-lg-3 .entry {
  padding: 30px;
}
.section.blog-section .content .row .col-md-6 .entry .entry-top,
.section.blog-section .content .row .col-md-3 .entry .entry-top,
.section.blog-section .content .row .col-lg-3 .entry .entry-top {
  padding-top: 0;
}
.section.blog-section .content .row .col-md-6 .entry .entry-top h3.entry-title,
.section.blog-section .content .row .col-md-3 .entry .entry-top h3.entry-title,
.section.blog-section .content .row .col-lg-3 .entry .entry-top h3.entry-title {
  font-size: 18px;
}
.section.blog-section .content .row .col-md-6 .entry .entry-media,
.section.blog-section .content .row .col-md-3 .entry .entry-media,
.section.blog-section .content .row .col-lg-3 .entry .entry-media {
  margin: -30px;
  margin-bottom: 30px;
}
.section.blog-section .content .row .col-md-6 .entry .entry-media blockquote,
.section.blog-section .content .row .col-md-3 .entry .entry-media blockquote,
.section.blog-section .content .row .col-lg-3 .entry .entry-media blockquote {
  padding: 30px;
}
.section.blog-section .content .row .col-md-6 .entry .entry-media .flex-control-nav,
.section.blog-section .content .row .col-md-3 .entry .entry-media .flex-control-nav,
.section.blog-section .content .row .col-lg-3 .entry .entry-media .flex-control-nav {
  padding-left: 30px;
}
.section.portfolio-section {
  background-color: #eeedee;
}
.section.portfolio-section.no-gutter ul.pagination {
  margin-top: 40px;
}
.section.portfolio-section.no-gutter .row .row.isotope-container {
  margin: 0 !important;
}
.section.portfolio-section.no-gutter .row .row.isotope-container [class^="col-"],
.section.portfolio-section.no-gutter .row .row.isotope-container [class*=" col-"] {
  padding: 0;
}
.section.portfolio-section.no-gutter .row .row.isotope-container [class^="col-"] .entry,
.section.portfolio-section.no-gutter .row .row.isotope-container [class*=" col-"] .entry {
  padding: 0;
  margin-bottom: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.section.portfolio-section.no-gutter .row .row.isotope-container [class^="col-"] .entry:hover .entry-top,
.section.portfolio-section.no-gutter .row .row.isotope-container [class*=" col-"] .entry:hover .entry-top {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  visibility: visible;
  -webkit-animation: fadeIn .5s;
  animation: fadeIn .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition: all all .5s ease;
  -moz-transition: all all .5s ease;
  -ms-transition: all all .5s ease;
  -o-transition: all all .5s ease;
  transition: all all .5s ease;
}
.section.portfolio-section.no-gutter .row .row.isotope-container [class^="col-"] .entry .entry-media,
.section.portfolio-section.no-gutter .row .row.isotope-container [class*=" col-"] .entry .entry-media {
  margin: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.section.portfolio-section.no-gutter .row .row.isotope-container [class^="col-"] .entry .entry-media img,
.section.portfolio-section.no-gutter .row .row.isotope-container [class^="col-"] .entry .entry-media iframe,
.section.portfolio-section.no-gutter .row .row.isotope-container [class*=" col-"] .entry .entry-media img,
.section.portfolio-section.no-gutter .row .row.isotope-container [class*=" col-"] .entry .entry-media iframe {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.section.portfolio-section.no-gutter .row .row.isotope-container [class^="col-"] .entry .entry-top,
.section.portfolio-section.no-gutter .row .row.isotope-container [class*=" col-"] .entry .entry-top {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  opacity: 0;
  filter: alpha(opacity=0);
  display: none;
  visibility: hidden;
  -webkit-animation: fadeOut .5s;
  animation: fadeOut .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition: all all .5s ease;
  -moz-transition: all all .5s ease;
  -ms-transition: all all .5s ease;
  -o-transition: all all .5s ease;
  transition: all all .5s ease;
}
.section.portfolio-section.no-gutter .row .row.isotope-container [class^="col-"] .entry .entry-top h3.entry-title,
.section.portfolio-section.no-gutter .row .row.isotope-container [class*=" col-"] .entry .entry-top h3.entry-title {
  text-align: center;
  position: relative;
  margin-top: 0;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section.portfolio-section .container-full .row .row.isotope-container {
  margin: 0 15px;
}
.section.portfolio-section ul.portfolio-filter {
  margin-bottom: 40px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section.portfolio-section ul.portfolio-filter li {
  margin: 0 10px;
}
.section.portfolio-section ul.portfolio-filter li a {
  color: inherit;
}
.section.portfolio-section ul.portfolio-filter li a:hover,
.section.portfolio-section ul.portfolio-filter li a:focus,
.section.portfolio-section ul.portfolio-filter li a.selected {
  color: #ff4081;
}
.section.portfolio-section .entry {
  padding: 30px;
}
.section.portfolio-section .entry .entry-media {
  margin: -30px;
  margin-bottom: 30px;
}
.section.portfolio-section .entry .entry-top {
  margin: 0;
  padding: 0;
}
.section.portfolio-section .entry .entry-top h3.entry-title {
  font-size: 14px;
  margin-right: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: normal;
}
.section.portfolio-section .col-md-6 .entry {
  padding: 40px;
}
.section.portfolio-section .col-md-6 .entry .entry-media {
  margin: -40px;
  margin-bottom: 40px;
}
.section.portfolio-section ul.pagination li a {
  border: none;
  background-color: transparent;
  font-size: 42px;
  font-weight: 100;
  color: inherit;
}
.section.portfolio-section ul.pagination li a:hover,
.section.portfolio-section ul.pagination li a:focus {
  color: #ff4081;
}
.section.portfolio-section ul.pagination li.disabled a {
  color: rgba(33,33,33,0.4);
}
.section.portfolio-section ul.pagination li.active a {
  color: #ff4081;
}
.single .section.blog-section h3.entry-title {
  font-size: 62px;
}
.single .section.blog-section p.lead {
  font-size: 18px;
  font-weight: 300;
}
.single .section.blog-section blockquote {
  border: none;
  border-left: 3px solid #00bcd4;
  padding-top: 0;
  padding-bottom: 0;
}
.single .section.blog-section blockquote p {
  padding: 0;
  margin-top: 0;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  padding-left: 0px;
  margin-bottom: 10px;
}
.single .section.blog-section .entry-media blockquote {
  padding: 40px;
}
.single .section.blog-section .entry-media blockquote p {
  font-size: 24px;
}
.entry {
  background-color: #ffffff;
  padding: 10px;
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  margin-bottom: 0px;
}
.entry:hover .entry-media img,
.entry:focus .entry-media img {
  -webkit-transform: scale(1.09,1.09);
  -ms-transform: scale(1.09,1.09);
  transform: scale(1.09,1.09);
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition: all all .5s ease;
  -moz-transition: all all .5s ease;
  -ms-transition: all all .5s ease;
  -o-transition: all all .5s ease;
  transition: all all .5s ease;
}
.entry .entry-top {
  padding: 10px 0;
  padding-bottom: 20px;
}
.entry .entry-top h3.entry-title {
  margin: 0;
  padding: 0;
  font-size: 23px;
  line-height: 1.1;
  font-weight: 300;
  margin-bottom: 10px;
  margin-right: 10%;
}
.entry .entry-top h3.entry-title a {
  color: inherit;
}
.entry .entry-top .entry-meta {
  overflow: hidden;
  height: 13px;
  line-height: 13px;
  text-transform: none;
  font-weight: 300;
  font-size: 13px;
  color: #AAA;
}
.entry .entry-meta {
  list-style: none;
  font-weight: 300;
  font-size: 16px;
}
.entry .entry-meta .avatar {
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  margin-right: 10px;
  height: 40px;
  width: 40px;
}
.entry .entry-meta a,
.entry .entry-meta a:hover,
.entry .entry-meta a:focus {
  color: #716b71;
}
.entry .entry-media {
  margin: -40px;
  margin-bottom: 30px;
  overflow: hidden;
}
.entry .entry-media img,
.entry .entry-media iframe {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  overflow: hidden;
}
.entry .entry-media img {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition: all all .5s ease;
  -moz-transition: all all .5s ease;
  -ms-transition: all all .5s ease;
  -o-transition: all all .5s ease;
  transition: all all .5s ease;
}
.entry .entry-media iframe .player .video-wrapper,
.entry .entry-media iframe #player,
.entry .entry-media iframe .fallback,
.entry .entry-media iframe body,
.entry .entry-media iframe html {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  background-color: transparent;
}
.entry .entry-media blockquote {
  padding: 40px;
  background-color: #00bcd4;
  color: #ffffff;
  margin-bottom: 20px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.entry .entry-media blockquote p {
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
}
.entry .entry-media .flex-control-nav {
  padding-left: 40px;
  text-align: left;
  bottom: 20px;
}
.entry .entry-bottom {
  line-height: 30px;
  padding-top: 0px;
  margin-top: 30px;
  border-top: 0px solid rgba(238,237,238,0.65);
}
.section,
.paper {
  padding-top: 95px;
  padding-bottom: 95px;
  position: relative;
  background-color: #FFF;
}
.section.small-padding,
.paper.small-padding {
  padding-top: 25px;
  padding-bottom: 25px;
}
.section.medium-padding,
.paper.medium-padding {
  padding-top: 55px;
  padding-bottom: 55px;
}
.section.top-padding,
.paper.top-padding {
  padding-top: 120px;
  padding-bottom: 85px;
}
@media (max-width: 640px) {
  .section.top-padding,
  .paper.top-padding {
  padding-top: 20%;
  padding-bottom: 105px; }
}
.section.big-padding,
.paper.big-padding {
  padding-top: 165px;
  padding-bottom: 165px;
}
.section.bigger-padding,
.paper.bigger-padding {
  padding-top: 190px;
  padding-bottom: 190px;
}
.section.huge-padding,
.paper.huge-padding {
  padding-top: 260px;
  padding-bottom: 260px;
}
.section.background-wrapper,
.section .background-wrapper,
.paper.background-wrapper,
.paper .background-wrapper {
  overflow: hidden;
}
.section.background-wrapper .background-image,
.section.background-wrapper .parallax-background,
.section.background-wrapper iframe,
.section .background-wrapper .background-image,
.section .background-wrapper .parallax-background,
.section .background-wrapper iframe,
.paper.background-wrapper .background-image,
.paper.background-wrapper .parallax-background,
.paper.background-wrapper iframe,
.paper .background-wrapper .background-image,
.paper .background-wrapper .parallax-background,
.paper .background-wrapper iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  -webkit-transition: all .1s;
  transition: all .1s;
  -webkit-transition: all all .1s ease;
  -moz-transition: all all .1s ease;
  -ms-transition: all all .1s ease;
  -o-transition: all all .1s ease;
  transition: all all .1s ease;
  z-index: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}





.section.background-wrapper .video-wrapper,
.section .background-wrapper .video-wrapper,
.paper.background-wrapper .video-wrapper,
.paper .background-wrapper .video-wrapper {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.section.background-wrapper .video-wrapper video,
.section .background-wrapper .video-wrapper video,
.paper.background-wrapper .video-wrapper video,
.paper .background-wrapper .video-wrapper video {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
}
.section.fixed-background,
.paper.fixed-background {
  background-attachment: fixed;
  background-size: cover !important;
}
.section.color-white,
.paper.color-white {
  color: #FFF;
}
.section.color-white h1,
.section.color-white h2,
.section.color-white h3,
.section.color-white h4,
.section.color-white h5,
.section.color-white h6,
.paper.color-white h1,
.paper.color-white h2,
.paper.color-white h3,
.paper.color-white h4,
.paper.color-white h5,
.paper.color-white h6 {
  color: #FFF;
}
.section.color-dark,
.paper.color-dark {
  color: #222222;
}
.section.color-dark h1,
.section.color-dark h2,
.section.color-dark h3,
.section.color-dark h4,
.section.color-dark h5,
.section.color-dark h6,
.paper.color-dark h1,
.paper.color-dark h2,
.paper.color-dark h3,
.paper.color-dark h4,
.paper.color-dark h5,
.paper.color-dark h6 {
  color: #222222;
}
.section .container,
.paper .container {
  position: relative;
  z-index: 5;
}
.section.with-overlay:after,
.section .side-image:after,
.section.full .with-overlay:after,
.paper.with-overlay:after,
.paper .side-image:after,
.paper.full .with-overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section.with-overlay .row,
.section .side-image .row,
.section.full .with-overlay .row,
.paper.with-overlay .row,
.paper .side-image .row,
.paper.full .with-overlay .row {
  position: relative;
  z-index: 2;
}
.section.with-overlay.black-overlay,
.section .side-image.black-overlay,
.section.full .with-overlay.black-overlay,
.paper.with-overlay.black-overlay,
.paper .side-image.black-overlay,
.paper.full .with-overlay.black-overlay {
  color: #ffffff;
}
.section.with-overlay.black-overlay h1,
.section.with-overlay.black-overlay h2,
.section.with-overlay.black-overlay h3,
.section.with-overlay.black-overlay h4,
.section.with-overlay.black-overlay h5,
.section.with-overlay.black-overlay h6,
.section .side-image.black-overlay h1,
.section .side-image.black-overlay h2,
.section .side-image.black-overlay h3,
.section .side-image.black-overlay h4,
.section .side-image.black-overlay h5,
.section .side-image.black-overlay h6,
.section.full .with-overlay.black-overlay h1,
.section.full .with-overlay.black-overlay h2,
.section.full .with-overlay.black-overlay h3,
.section.full .with-overlay.black-overlay h4,
.section.full .with-overlay.black-overlay h5,
.section.full .with-overlay.black-overlay h6,
.paper.with-overlay.black-overlay h1,
.paper.with-overlay.black-overlay h2,
.paper.with-overlay.black-overlay h3,
.paper.with-overlay.black-overlay h4,
.paper.with-overlay.black-overlay h5,
.paper.with-overlay.black-overlay h6,
.paper .side-image.black-overlay h1,
.paper .side-image.black-overlay h2,
.paper .side-image.black-overlay h3,
.paper .side-image.black-overlay h4,
.paper .side-image.black-overlay h5,
.paper .side-image.black-overlay h6,
.paper.full .with-overlay.black-overlay h1,
.paper.full .with-overlay.black-overlay h2,
.paper.full .with-overlay.black-overlay h3,
.paper.full .with-overlay.black-overlay h4,
.paper.full .with-overlay.black-overlay h5,
.paper.full .with-overlay.black-overlay h6 {
  color: #ffffff;
}
.section.with-overlay.black-overlay:after,
.section .side-image.black-overlay:after,
.section.full .with-overlay.black-overlay:after,
.paper.with-overlay.black-overlay:after,
.paper .side-image.black-overlay:after,
.paper.full .with-overlay.black-overlay:after {
  background-color: rgba(0,0,0,0.85);
}
.section.with-overlay.black-overlay.half-overlay:after,
.section .side-image.black-overlay.half-overlay:after,
.section.full .with-overlay.black-overlay.half-overlay:after,
.paper.with-overlay.black-overlay.half-overlay:after,
.paper .side-image.black-overlay.half-overlay:after,
.paper.full .with-overlay.black-overlay.half-overlay:after {
  background-color: rgba(0,0,0,0.60);
}
.section.with-overlay.white-overlay,
.section .side-image.white-overlay,
.section.full .with-overlay.white-overlay,
.paper.with-overlay.white-overlay,
.paper .side-image.white-overlay,
.paper.full .with-overlay.white-overlay {
  color: #212121;
}
.section.with-overlay.white-overlay h1,
.section.with-overlay.white-overlay h2,
.section.with-overlay.white-overlay h3,
.section.with-overlay.white-overlay h4,
.section.with-overlay.white-overlay h5,
.section.with-overlay.white-overlay h6,
.section .side-image.white-overlay h1,
.section .side-image.white-overlay h2,
.section .side-image.white-overlay h3,
.section .side-image.white-overlay h4,
.section .side-image.white-overlay h5,
.section .side-image.white-overlay h6,
.section.full .with-overlay.white-overlay h1,
.section.full .with-overlay.white-overlay h2,
.section.full .with-overlay.white-overlay h3,
.section.full .with-overlay.white-overlay h4,
.section.full .with-overlay.white-overlay h5,
.section.full .with-overlay.white-overlay h6,
.paper.with-overlay.white-overlay h1,
.paper.with-overlay.white-overlay h2,
.paper.with-overlay.white-overlay h3,
.paper.with-overlay.white-overlay h4,
.paper.with-overlay.white-overlay h5,
.paper.with-overlay.white-overlay h6,
.paper .side-image.white-overlay h1,
.paper .side-image.white-overlay h2,
.paper .side-image.white-overlay h3,
.paper .side-image.white-overlay h4,
.paper .side-image.white-overlay h5,
.paper .side-image.white-overlay h6,
.paper.full .with-overlay.white-overlay h1,
.paper.full .with-overlay.white-overlay h2,
.paper.full .with-overlay.white-overlay h3,
.paper.full .with-overlay.white-overlay h4,
.paper.full .with-overlay.white-overlay h5,
.paper.full .with-overlay.white-overlay h6 {
  color: #212121;
}
.section.with-overlay.white-overlay:after,
.section .side-image.white-overlay:after,
.section.full .with-overlay.white-overlay:after,
.paper.with-overlay.white-overlay:after,
.paper .side-image.white-overlay:after,
.paper.full .with-overlay.white-overlay:after {
  background-color: rgba(255,255,255,0.9);
}
.section.with-overlay.primary-overlay,
.section .side-image.primary-overlay,
.section.full .with-overlay.primary-overlay,
.paper.with-overlay.primary-overlay,
.paper .side-image.primary-overlay,
.paper.full .with-overlay.primary-overlay {
  color: #ffffff;
}
.section.with-overlay.primary-overlay h1,
.section.with-overlay.primary-overlay h2,
.section.with-overlay.primary-overlay h3,
.section.with-overlay.primary-overlay h4,
.section.with-overlay.primary-overlay h5,
.section.with-overlay.primary-overlay h6,
.section .side-image.primary-overlay h1,
.section .side-image.primary-overlay h2,
.section .side-image.primary-overlay h3,
.section .side-image.primary-overlay h4,
.section .side-image.primary-overlay h5,
.section .side-image.primary-overlay h6,
.section.full .with-overlay.primary-overlay h1,
.section.full .with-overlay.primary-overlay h2,
.section.full .with-overlay.primary-overlay h3,
.section.full .with-overlay.primary-overlay h4,
.section.full .with-overlay.primary-overlay h5,
.section.full .with-overlay.primary-overlay h6,
.paper.with-overlay.primary-overlay h1,
.paper.with-overlay.primary-overlay h2,
.paper.with-overlay.primary-overlay h3,
.paper.with-overlay.primary-overlay h4,
.paper.with-overlay.primary-overlay h5,
.paper.with-overlay.primary-overlay h6,
.paper .side-image.primary-overlay h1,
.paper .side-image.primary-overlay h2,
.paper .side-image.primary-overlay h3,
.paper .side-image.primary-overlay h4,
.paper .side-image.primary-overlay h5,
.paper .side-image.primary-overlay h6,
.paper.full .with-overlay.primary-overlay h1,
.paper.full .with-overlay.primary-overlay h2,
.paper.full .with-overlay.primary-overlay h3,
.paper.full .with-overlay.primary-overlay h4,
.paper.full .with-overlay.primary-overlay h5,
.paper.full .with-overlay.primary-overlay h6 {
  color: #ffffff;
}
.section.with-overlay.primary-overlay a:not(.btn),
.section .side-image.primary-overlay a:not(.btn),
.section.full .with-overlay.primary-overlay a:not(.btn),
.paper.with-overlay.primary-overlay a:not(.btn),
.paper .side-image.primary-overlay a:not(.btn),
.paper.full .with-overlay.primary-overlay a:not(.btn) {
  color: #ffffff;
}
.section.with-overlay.primary-overlay a:not(.btn):hover,
.section.with-overlay.primary-overlay a:not(.btn):focus,
.section .side-image.primary-overlay a:not(.btn):hover,
.section .side-image.primary-overlay a:not(.btn):focus,
.section.full .with-overlay.primary-overlay a:not(.btn):hover,
.section.full .with-overlay.primary-overlay a:not(.btn):focus,
.paper.with-overlay.primary-overlay a:not(.btn):hover,
.paper.with-overlay.primary-overlay a:not(.btn):focus,
.paper .side-image.primary-overlay a:not(.btn):hover,
.paper .side-image.primary-overlay a:not(.btn):focus,
.paper.full .with-overlay.primary-overlay a:not(.btn):hover,
.paper.full .with-overlay.primary-overlay a:not(.btn):focus {
  color: #ffffff;
}
.section.with-overlay.primary-overlay:after,
.section .side-image.primary-overlay:after,
.section.full .with-overlay.primary-overlay:after,
.paper.with-overlay.primary-overlay:after,
.paper .side-image.primary-overlay:after,
.paper.full .with-overlay.primary-overlay:after {
  background-color: rgba(255,64,129,0.9);
}
.section.with-overlay.secondary-overlay,
.section .side-image.secondary-overlay,
.section.full .with-overlay.secondary-overlay,
.paper.with-overlay.secondary-overlay,
.paper .side-image.secondary-overlay,
.paper.full .with-overlay.secondary-overlay {
  color: #ffffff;
}
.section.with-overlay.secondary-overlay h1,
.section.with-overlay.secondary-overlay h2,
.section.with-overlay.secondary-overlay h3,
.section.with-overlay.secondary-overlay h4,
.section.with-overlay.secondary-overlay h5,
.section.with-overlay.secondary-overlay h6,
.section .side-image.secondary-overlay h1,
.section .side-image.secondary-overlay h2,
.section .side-image.secondary-overlay h3,
.section .side-image.secondary-overlay h4,
.section .side-image.secondary-overlay h5,
.section .side-image.secondary-overlay h6,
.section.full .with-overlay.secondary-overlay h1,
.section.full .with-overlay.secondary-overlay h2,
.section.full .with-overlay.secondary-overlay h3,
.section.full .with-overlay.secondary-overlay h4,
.section.full .with-overlay.secondary-overlay h5,
.section.full .with-overlay.secondary-overlay h6,
.paper.with-overlay.secondary-overlay h1,
.paper.with-overlay.secondary-overlay h2,
.paper.with-overlay.secondary-overlay h3,
.paper.with-overlay.secondary-overlay h4,
.paper.with-overlay.secondary-overlay h5,
.paper.with-overlay.secondary-overlay h6,
.paper .side-image.secondary-overlay h1,
.paper .side-image.secondary-overlay h2,
.paper .side-image.secondary-overlay h3,
.paper .side-image.secondary-overlay h4,
.paper .side-image.secondary-overlay h5,
.paper .side-image.secondary-overlay h6,
.paper.full .with-overlay.secondary-overlay h1,
.paper.full .with-overlay.secondary-overlay h2,
.paper.full .with-overlay.secondary-overlay h3,
.paper.full .with-overlay.secondary-overlay h4,
.paper.full .with-overlay.secondary-overlay h5,
.paper.full .with-overlay.secondary-overlay h6 {
  color: #ffffff;
}
.section.with-overlay.secondary-overlay:after,
.section .side-image.secondary-overlay:after,
.section.full .with-overlay.secondary-overlay:after,
.paper.with-overlay.secondary-overlay:after,
.paper .side-image.secondary-overlay:after,
.paper.full .with-overlay.secondary-overlay:after {
  background-color: rgba(0,188,212,0.9);
}
.section.with-overlay.info-overlay,
.section .side-image.info-overlay,
.section.full .with-overlay.info-overlay,
.paper.with-overlay.info-overlay,
.paper .side-image.info-overlay,
.paper.full .with-overlay.info-overlay {
  color: #ffffff;
}
.section.with-overlay.info-overlay h1,
.section.with-overlay.info-overlay h2,
.section.with-overlay.info-overlay h3,
.section.with-overlay.info-overlay h4,
.section.with-overlay.info-overlay h5,
.section.with-overlay.info-overlay h6,
.section .side-image.info-overlay h1,
.section .side-image.info-overlay h2,
.section .side-image.info-overlay h3,
.section .side-image.info-overlay h4,
.section .side-image.info-overlay h5,
.section .side-image.info-overlay h6,
.section.full .with-overlay.info-overlay h1,
.section.full .with-overlay.info-overlay h2,
.section.full .with-overlay.info-overlay h3,
.section.full .with-overlay.info-overlay h4,
.section.full .with-overlay.info-overlay h5,
.section.full .with-overlay.info-overlay h6,
.paper.with-overlay.info-overlay h1,
.paper.with-overlay.info-overlay h2,
.paper.with-overlay.info-overlay h3,
.paper.with-overlay.info-overlay h4,
.paper.with-overlay.info-overlay h5,
.paper.with-overlay.info-overlay h6,
.paper .side-image.info-overlay h1,
.paper .side-image.info-overlay h2,
.paper .side-image.info-overlay h3,
.paper .side-image.info-overlay h4,
.paper .side-image.info-overlay h5,
.paper .side-image.info-overlay h6,
.paper.full .with-overlay.info-overlay h1,
.paper.full .with-overlay.info-overlay h2,
.paper.full .with-overlay.info-overlay h3,
.paper.full .with-overlay.info-overlay h4,
.paper.full .with-overlay.info-overlay h5,
.paper.full .with-overlay.info-overlay h6 {
  color: #ffffff;
}
.section.with-overlay.info-overlay:after,
.section .side-image.info-overlay:after,
.section.full .with-overlay.info-overlay:after,
.paper.with-overlay.info-overlay:after,
.paper .side-image.info-overlay:after,
.paper.full .with-overlay.info-overlay:after {
  background-color: rgba(33,150,243,0.9);
}
.section.with-overlay.success-overlay,
.section .side-image.success-overlay,
.section.full .with-overlay.success-overlay,
.paper.with-overlay.success-overlay,
.paper .side-image.success-overlay,
.paper.full .with-overlay.success-overlay {
  color: #ffffff;
}
.section.with-overlay.success-overlay h1,
.section.with-overlay.success-overlay h2,
.section.with-overlay.success-overlay h3,
.section.with-overlay.success-overlay h4,
.section.with-overlay.success-overlay h5,
.section.with-overlay.success-overlay h6,
.section .side-image.success-overlay h1,
.section .side-image.success-overlay h2,
.section .side-image.success-overlay h3,
.section .side-image.success-overlay h4,
.section .side-image.success-overlay h5,
.section .side-image.success-overlay h6,
.section.full .with-overlay.success-overlay h1,
.section.full .with-overlay.success-overlay h2,
.section.full .with-overlay.success-overlay h3,
.section.full .with-overlay.success-overlay h4,
.section.full .with-overlay.success-overlay h5,
.section.full .with-overlay.success-overlay h6,
.paper.with-overlay.success-overlay h1,
.paper.with-overlay.success-overlay h2,
.paper.with-overlay.success-overlay h3,
.paper.with-overlay.success-overlay h4,
.paper.with-overlay.success-overlay h5,
.paper.with-overlay.success-overlay h6,
.paper .side-image.success-overlay h1,
.paper .side-image.success-overlay h2,
.paper .side-image.success-overlay h3,
.paper .side-image.success-overlay h4,
.paper .side-image.success-overlay h5,
.paper .side-image.success-overlay h6,
.paper.full .with-overlay.success-overlay h1,
.paper.full .with-overlay.success-overlay h2,
.paper.full .with-overlay.success-overlay h3,
.paper.full .with-overlay.success-overlay h4,
.paper.full .with-overlay.success-overlay h5,
.paper.full .with-overlay.success-overlay h6 {
  color: #ffffff;
}
.section.with-overlay.success-overlay:after,
.section .side-image.success-overlay:after,
.section.full .with-overlay.success-overlay:after,
.paper.with-overlay.success-overlay:after,
.paper .side-image.success-overlay:after,
.paper.full .with-overlay.success-overlay:after {
  background-color: rgba(76,175,80,0.9);
}
.section.with-overlay.danger-overlay,
.section .side-image.danger-overlay,
.section.full .with-overlay.danger-overlay,
.paper.with-overlay.danger-overlay,
.paper .side-image.danger-overlay,
.paper.full .with-overlay.danger-overlay {
  color: #ffffff;
}
.section.with-overlay.danger-overlay h1,
.section.with-overlay.danger-overlay h2,
.section.with-overlay.danger-overlay h3,
.section.with-overlay.danger-overlay h4,
.section.with-overlay.danger-overlay h5,
.section.with-overlay.danger-overlay h6,
.section .side-image.danger-overlay h1,
.section .side-image.danger-overlay h2,
.section .side-image.danger-overlay h3,
.section .side-image.danger-overlay h4,
.section .side-image.danger-overlay h5,
.section .side-image.danger-overlay h6,
.section.full .with-overlay.danger-overlay h1,
.section.full .with-overlay.danger-overlay h2,
.section.full .with-overlay.danger-overlay h3,
.section.full .with-overlay.danger-overlay h4,
.section.full .with-overlay.danger-overlay h5,
.section.full .with-overlay.danger-overlay h6,
.paper.with-overlay.danger-overlay h1,
.paper.with-overlay.danger-overlay h2,
.paper.with-overlay.danger-overlay h3,
.paper.with-overlay.danger-overlay h4,
.paper.with-overlay.danger-overlay h5,
.paper.with-overlay.danger-overlay h6,
.paper .side-image.danger-overlay h1,
.paper .side-image.danger-overlay h2,
.paper .side-image.danger-overlay h3,
.paper .side-image.danger-overlay h4,
.paper .side-image.danger-overlay h5,
.paper .side-image.danger-overlay h6,
.paper.full .with-overlay.danger-overlay h1,
.paper.full .with-overlay.danger-overlay h2,
.paper.full .with-overlay.danger-overlay h3,
.paper.full .with-overlay.danger-overlay h4,
.paper.full .with-overlay.danger-overlay h5,
.paper.full .with-overlay.danger-overlay h6 {
  color: #ffffff;
}
.section.with-overlay.danger-overlay:after,
.section .side-image.danger-overlay:after,
.section.full .with-overlay.danger-overlay:after,
.paper.with-overlay.danger-overlay:after,
.paper .side-image.danger-overlay:after,
.paper.full .with-overlay.danger-overlay:after {
  background-color: rgba(244,67,54,0.9);
}
.section.with-overlay.warning-overlay,
.section .side-image.warning-overlay,
.section.full .with-overlay.warning-overlay,
.paper.with-overlay.warning-overlay,
.paper .side-image.warning-overlay,
.paper.full .with-overlay.warning-overlay {
  color: #ffffff;
}
.section.with-overlay.warning-overlay h1,
.section.with-overlay.warning-overlay h2,
.section.with-overlay.warning-overlay h3,
.section.with-overlay.warning-overlay h4,
.section.with-overlay.warning-overlay h5,
.section.with-overlay.warning-overlay h6,
.section .side-image.warning-overlay h1,
.section .side-image.warning-overlay h2,
.section .side-image.warning-overlay h3,
.section .side-image.warning-overlay h4,
.section .side-image.warning-overlay h5,
.section .side-image.warning-overlay h6,
.section.full .with-overlay.warning-overlay h1,
.section.full .with-overlay.warning-overlay h2,
.section.full .with-overlay.warning-overlay h3,
.section.full .with-overlay.warning-overlay h4,
.section.full .with-overlay.warning-overlay h5,
.section.full .with-overlay.warning-overlay h6,
.paper.with-overlay.warning-overlay h1,
.paper.with-overlay.warning-overlay h2,
.paper.with-overlay.warning-overlay h3,
.paper.with-overlay.warning-overlay h4,
.paper.with-overlay.warning-overlay h5,
.paper.with-overlay.warning-overlay h6,
.paper .side-image.warning-overlay h1,
.paper .side-image.warning-overlay h2,
.paper .side-image.warning-overlay h3,
.paper .side-image.warning-overlay h4,
.paper .side-image.warning-overlay h5,
.paper .side-image.warning-overlay h6,
.paper.full .with-overlay.warning-overlay h1,
.paper.full .with-overlay.warning-overlay h2,
.paper.full .with-overlay.warning-overlay h3,
.paper.full .with-overlay.warning-overlay h4,
.paper.full .with-overlay.warning-overlay h5,
.paper.full .with-overlay.warning-overlay h6 {
  color: #ffffff;
}
.section.with-overlay.warning-overlay:after,
.section .side-image.warning-overlay:after,
.section.full .with-overlay.warning-overlay:after,
.paper.with-overlay.warning-overlay:after,
.paper .side-image.warning-overlay:after,
.paper.full .with-overlay.warning-overlay:after {
  background-color: rgba(245,124,0,0.9);
}
.section.with-overlay .middle-content,
.section .side-image .middle-content,
.section.full .with-overlay .middle-content,
.paper.with-overlay .middle-content,
.paper .side-image .middle-content,
.paper.full .with-overlay .middle-content {
  position: relative;
  z-index: 3;
  margin-top: -95px;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section .side-image .middle-content,
.paper .side-image .middle-content {
  padding: 0 10%;
  position: relative;
  margin-top: 0;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section.first-section .parallax-background,
.paper.first-section .parallax-background {
  height: 100%;
  top: 0%;
}
.section.primary-background,
.section .primary-background,
.section .side-image.primary-background,
.section.full .primary-background,
.paper.primary-background,
.paper .primary-background,
.paper .side-image.primary-background,
.paper.full .primary-background {
  background-color: #ff4081;
  color: #ffffff;
}
.section.primary-background h1,
.section.primary-background h2,
.section.primary-background h3,
.section.primary-background h4,
.section.primary-background h5,
.section.primary-background h6,
.section .primary-background h1,
.section .primary-background h2,
.section .primary-background h3,
.section .primary-background h4,
.section .primary-background h5,
.section .primary-background h6,
.section .side-image.primary-background h1,
.section .side-image.primary-background h2,
.section .side-image.primary-background h3,
.section .side-image.primary-background h4,
.section .side-image.primary-background h5,
.section .side-image.primary-background h6,
.section.full .primary-background h1,
.section.full .primary-background h2,
.section.full .primary-background h3,
.section.full .primary-background h4,
.section.full .primary-background h5,
.section.full .primary-background h6,
.paper.primary-background h1,
.paper.primary-background h2,
.paper.primary-background h3,
.paper.primary-background h4,
.paper.primary-background h5,
.paper.primary-background h6,
.paper .primary-background h1,
.paper .primary-background h2,
.paper .primary-background h3,
.paper .primary-background h4,
.paper .primary-background h5,
.paper .primary-background h6,
.paper .side-image.primary-background h1,
.paper .side-image.primary-background h2,
.paper .side-image.primary-background h3,
.paper .side-image.primary-background h4,
.paper .side-image.primary-background h5,
.paper .side-image.primary-background h6,
.paper.full .primary-background h1,
.paper.full .primary-background h2,
.paper.full .primary-background h3,
.paper.full .primary-background h4,
.paper.full .primary-background h5,
.paper.full .primary-background h6 {
  color: #ffffff;
}
.section.primary-background.dark,
.section .primary-background.dark,
.section .side-image.primary-background.dark,
.section.full .primary-background.dark,
.paper.primary-background.dark,
.paper .primary-background.dark,
.paper .side-image.primary-background.dark,
.paper.full .primary-background.dark {
  background-color: #ff2770;
}
.section.primary-background.darker,
.section .primary-background.darker,
.section .side-image.primary-background.darker,
.section.full .primary-background.darker,
.paper.primary-background.darker,
.paper .primary-background.darker,
.paper .side-image.primary-background.darker,
.paper.full .primary-background.darker {
  background-color: #ff0d5f;
}
.section.primary-background .divider,
.section .primary-background .divider,
.section .side-image.primary-background .divider,
.section.full .primary-background .divider,
.paper.primary-background .divider,
.paper .primary-background .divider,
.paper .side-image.primary-background .divider,
.paper.full .primary-background .divider {
  background-color: #ff5a92;
}
.section.secondary-background,
.section .secondary-background,
.section .side-image.secondary-background,
.section.full .secondary-background,
.paper.secondary-background,
.paper .secondary-background,
.paper .side-image.secondary-background,
.paper.full .secondary-background {
  background-color: #00bcd4;
  color: #ffffff;
}
.section.secondary-background h1,
.section.secondary-background h2,
.section.secondary-background h3,
.section.secondary-background h4,
.section.secondary-background h5,
.section.secondary-background h6,
.section .secondary-background h1,
.section .secondary-background h2,
.section .secondary-background h3,
.section .secondary-background h4,
.section .secondary-background h5,
.section .secondary-background h6,
.section .side-image.secondary-background h1,
.section .side-image.secondary-background h2,
.section .side-image.secondary-background h3,
.section .side-image.secondary-background h4,
.section .side-image.secondary-background h5,
.section .side-image.secondary-background h6,
.section.full .secondary-background h1,
.section.full .secondary-background h2,
.section.full .secondary-background h3,
.section.full .secondary-background h4,
.section.full .secondary-background h5,
.section.full .secondary-background h6,
.paper.secondary-background h1,
.paper.secondary-background h2,
.paper.secondary-background h3,
.paper.secondary-background h4,
.paper.secondary-background h5,
.paper.secondary-background h6,
.paper .secondary-background h1,
.paper .secondary-background h2,
.paper .secondary-background h3,
.paper .secondary-background h4,
.paper .secondary-background h5,
.paper .secondary-background h6,
.paper .side-image.secondary-background h1,
.paper .side-image.secondary-background h2,
.paper .side-image.secondary-background h3,
.paper .side-image.secondary-background h4,
.paper .side-image.secondary-background h5,
.paper .side-image.secondary-background h6,
.paper.full .secondary-background h1,
.paper.full .secondary-background h2,
.paper.full .secondary-background h3,
.paper.full .secondary-background h4,
.paper.full .secondary-background h5,
.paper.full .secondary-background h6 {
  color: #ffffff;
}
.section.secondary-background.dark,
.section .secondary-background.dark,
.section .side-image.secondary-background.dark,
.section.full .secondary-background.dark,
.paper.secondary-background.dark,
.paper .secondary-background.dark,
.paper .side-image.secondary-background.dark,
.paper.full .secondary-background.dark {
  background-color: #00a5bb;
}
.section.secondary-background.darker,
.section .secondary-background.darker,
.section .side-image.secondary-background.darker,
.section.full .secondary-background.darker,
.paper.secondary-background.darker,
.paper .secondary-background.darker,
.paper .side-image.secondary-background.darker,
.paper.full .secondary-background.darker {
  background-color: #008fa1;
}
.section.secondary-background .divider,
.section .secondary-background .divider,
.section .side-image.secondary-background .divider,
.section.full .secondary-background .divider,
.paper.secondary-background .divider,
.paper .secondary-background .divider,
.paper .side-image.secondary-background .divider,
.paper.full .secondary-background .divider {
  background-color: #00d3ee;
}
.section.info-background,
.section .info-background,
.section .side-image.info-background,
.section.full .info-background,
.paper.info-background,
.paper .info-background,
.paper .side-image.info-background,
.paper.full .info-background {
  background-color: #2196f3;
  color: #ffffff;
}
.section.info-background h1,
.section.info-background h2,
.section.info-background h3,
.section.info-background h4,
.section.info-background h5,
.section.info-background h6,
.section .info-background h1,
.section .info-background h2,
.section .info-background h3,
.section .info-background h4,
.section .info-background h5,
.section .info-background h6,
.section .side-image.info-background h1,
.section .side-image.info-background h2,
.section .side-image.info-background h3,
.section .side-image.info-background h4,
.section .side-image.info-background h5,
.section .side-image.info-background h6,
.section.full .info-background h1,
.section.full .info-background h2,
.section.full .info-background h3,
.section.full .info-background h4,
.section.full .info-background h5,
.section.full .info-background h6,
.paper.info-background h1,
.paper.info-background h2,
.paper.info-background h3,
.paper.info-background h4,
.paper.info-background h5,
.paper.info-background h6,
.paper .info-background h1,
.paper .info-background h2,
.paper .info-background h3,
.paper .info-background h4,
.paper .info-background h5,
.paper .info-background h6,
.paper .side-image.info-background h1,
.paper .side-image.info-background h2,
.paper .side-image.info-background h3,
.paper .side-image.info-background h4,
.paper .side-image.info-background h5,
.paper .side-image.info-background h6,
.paper.full .info-background h1,
.paper.full .info-background h2,
.paper.full .info-background h3,
.paper.full .info-background h4,
.paper.full .info-background h5,
.paper.full .info-background h6 {
  color: #ffffff;
}
.section.info-background.dark,
.section .info-background.dark,
.section .side-image.info-background.dark,
.section.full .info-background.dark,
.paper.info-background.dark,
.paper .info-background.dark,
.paper .side-image.info-background.dark,
.paper.full .info-background.dark {
  background-color: #0d8aee;
}
.section.info-background.darker,
.section .info-background.darker,
.section .side-image.info-background.darker,
.section.full .info-background.darker,
.paper.info-background.darker,
.paper .info-background.darker,
.paper .side-image.info-background.darker,
.paper.full .info-background.darker {
  background-color: #0c7cd5;
}
.section.info-background .divider,
.section .info-background .divider,
.section .side-image.info-background .divider,
.section.full .info-background .divider,
.paper.info-background .divider,
.paper .info-background .divider,
.paper .side-image.info-background .divider,
.paper.full .info-background .divider {
  background-color: #39a1f4;
}
.section.success-background,
.section .success-background,
.section .side-image.success-background,
.section.full .success-background,
.paper.success-background,
.paper .success-background,
.paper .side-image.success-background,
.paper.full .success-background {
  background-color: #4caf50;
  color: #ffffff;
}
.section.success-background h1,
.section.success-background h2,
.section.success-background h3,
.section.success-background h4,
.section.success-background h5,
.section.success-background h6,
.section .success-background h1,
.section .success-background h2,
.section .success-background h3,
.section .success-background h4,
.section .success-background h5,
.section .success-background h6,
.section .side-image.success-background h1,
.section .side-image.success-background h2,
.section .side-image.success-background h3,
.section .side-image.success-background h4,
.section .side-image.success-background h5,
.section .side-image.success-background h6,
.section.full .success-background h1,
.section.full .success-background h2,
.section.full .success-background h3,
.section.full .success-background h4,
.section.full .success-background h5,
.section.full .success-background h6,
.paper.success-background h1,
.paper.success-background h2,
.paper.success-background h3,
.paper.success-background h4,
.paper.success-background h5,
.paper.success-background h6,
.paper .success-background h1,
.paper .success-background h2,
.paper .success-background h3,
.paper .success-background h4,
.paper .success-background h5,
.paper .success-background h6,
.paper .side-image.success-background h1,
.paper .side-image.success-background h2,
.paper .side-image.success-background h3,
.paper .side-image.success-background h4,
.paper .side-image.success-background h5,
.paper .side-image.success-background h6,
.paper.full .success-background h1,
.paper.full .success-background h2,
.paper.full .success-background h3,
.paper.full .success-background h4,
.paper.full .success-background h5,
.paper.full .success-background h6 {
  color: #ffffff;
}
.section.success-background.dark,
.section .success-background.dark,
.section .side-image.success-background.dark,
.section.full .success-background.dark,
.paper.success-background.dark,
.paper .success-background.dark,
.paper .side-image.success-background.dark,
.paper.full .success-background.dark {
  background-color: #449d48;
}
.section.success-background.darker,
.section .success-background.darker,
.section .side-image.success-background.darker,
.section.full .success-background.darker,
.paper.success-background.darker,
.paper .success-background.darker,
.paper .side-image.success-background.darker,
.paper.full .success-background.darker {
  background-color: #3d8b40;
}
.section.success-background .divider,
.section .success-background .divider,
.section .side-image.success-background .divider,
.section.full .success-background .divider,
.paper.success-background .divider,
.paper .success-background .divider,
.paper .side-image.success-background .divider,
.paper.full .success-background .divider {
  background-color: #5cb860;
}
.section.warning-background,
.section .warning-background,
.section .side-image.warning-background,
.section.full .warning-background,
.paper.warning-background,
.paper .warning-background,
.paper .side-image.warning-background,
.paper.full .warning-background {
  background-color: #f57c00;
  color: #ffffff;
}
.section.warning-background h1,
.section.warning-background h2,
.section.warning-background h3,
.section.warning-background h4,
.section.warning-background h5,
.section.warning-background h6,
.section .warning-background h1,
.section .warning-background h2,
.section .warning-background h3,
.section .warning-background h4,
.section .warning-background h5,
.section .warning-background h6,
.section .side-image.warning-background h1,
.section .side-image.warning-background h2,
.section .side-image.warning-background h3,
.section .side-image.warning-background h4,
.section .side-image.warning-background h5,
.section .side-image.warning-background h6,
.section.full .warning-background h1,
.section.full .warning-background h2,
.section.full .warning-background h3,
.section.full .warning-background h4,
.section.full .warning-background h5,
.section.full .warning-background h6,
.paper.warning-background h1,
.paper.warning-background h2,
.paper.warning-background h3,
.paper.warning-background h4,
.paper.warning-background h5,
.paper.warning-background h6,
.paper .warning-background h1,
.paper .warning-background h2,
.paper .warning-background h3,
.paper .warning-background h4,
.paper .warning-background h5,
.paper .warning-background h6,
.paper .side-image.warning-background h1,
.paper .side-image.warning-background h2,
.paper .side-image.warning-background h3,
.paper .side-image.warning-background h4,
.paper .side-image.warning-background h5,
.paper .side-image.warning-background h6,
.paper.full .warning-background h1,
.paper.full .warning-background h2,
.paper.full .warning-background h3,
.paper.full .warning-background h4,
.paper.full .warning-background h5,
.paper.full .warning-background h6 {
  color: #ffffff;
}
.section.warning-background.dark,
.section .warning-background.dark,
.section .side-image.warning-background.dark,
.section.full .warning-background.dark,
.paper.warning-background.dark,
.paper .warning-background.dark,
.paper .side-image.warning-background.dark,
.paper.full .warning-background.dark {
  background-color: #dc6f00;
}
.section.warning-background.darker,
.section .warning-background.darker,
.section .side-image.warning-background.darker,
.section.full .warning-background.darker,
.paper.warning-background.darker,
.paper .warning-background.darker,
.paper .side-image.warning-background.darker,
.paper.full .warning-background.darker {
  background-color: #c26200;
}
.section.warning-background .divider,
.section .warning-background .divider,
.section .side-image.warning-background .divider,
.section.full .warning-background .divider,
.paper.warning-background .divider,
.paper .warning-background .divider,
.paper .side-image.warning-background .divider,
.paper.full .warning-background .divider {
  background-color: #ff8910;
}
.section.danger-background,
.section .danger-background,
.section .side-image.danger-background,
.section.full .danger-background,
.paper.danger-background,
.paper .danger-background,
.paper .side-image.danger-background,
.paper.full .danger-background {
  background-color: #f44336;
  color: #ffffff;
}
.section.danger-background h1,
.section.danger-background h2,
.section.danger-background h3,
.section.danger-background h4,
.section.danger-background h5,
.section.danger-background h6,
.section .danger-background h1,
.section .danger-background h2,
.section .danger-background h3,
.section .danger-background h4,
.section .danger-background h5,
.section .danger-background h6,
.section .side-image.danger-background h1,
.section .side-image.danger-background h2,
.section .side-image.danger-background h3,
.section .side-image.danger-background h4,
.section .side-image.danger-background h5,
.section .side-image.danger-background h6,
.section.full .danger-background h1,
.section.full .danger-background h2,
.section.full .danger-background h3,
.section.full .danger-background h4,
.section.full .danger-background h5,
.section.full .danger-background h6,
.paper.danger-background h1,
.paper.danger-background h2,
.paper.danger-background h3,
.paper.danger-background h4,
.paper.danger-background h5,
.paper.danger-background h6,
.paper .danger-background h1,
.paper .danger-background h2,
.paper .danger-background h3,
.paper .danger-background h4,
.paper .danger-background h5,
.paper .danger-background h6,
.paper .side-image.danger-background h1,
.paper .side-image.danger-background h2,
.paper .side-image.danger-background h3,
.paper .side-image.danger-background h4,
.paper .side-image.danger-background h5,
.paper .side-image.danger-background h6,
.paper.full .danger-background h1,
.paper.full .danger-background h2,
.paper.full .danger-background h3,
.paper.full .danger-background h4,
.paper.full .danger-background h5,
.paper.full .danger-background h6 {
  color: #ffffff;
}
.section.danger-background.dark,
.section .danger-background.dark,
.section .side-image.danger-background.dark,
.section.full .danger-background.dark,
.paper.danger-background.dark,
.paper .danger-background.dark,
.paper .side-image.danger-background.dark,
.paper.full .danger-background.dark {
  background-color: #f32c1e;
}
.section.danger-background.darker,
.section .danger-background.darker,
.section .side-image.danger-background.darker,
.section.full .danger-background.darker,
.paper.danger-background.darker,
.paper .danger-background.darker,
.paper .side-image.danger-background.darker,
.paper.full .danger-background.darker {
  background-color: #ea1c0d;
}
.section.danger-background .divider,
.section .danger-background .divider,
.section .side-image.danger-background .divider,
.section.full .danger-background .divider,
.paper.danger-background .divider,
.paper .danger-background .divider,
.paper .side-image.danger-background .divider,
.paper.full .danger-background .divider {
  background-color: #f55a4e;
}
.section.black-background,
.section .black-background,
.section .side-image.black-background,
.section.paper.black-background .section.full .black-background,
.paper.black-background,
.paper .black-background,
.paper .side-image.black-background,
.paper.paper.black-background .paper.full .black-background {
  background-color: #212121;
  color: #ffffff;
}
.section.black-background h1,
.section.black-background h2,
.section.black-background h3,
.section.black-background h4,
.section.black-background h5,
.section.black-background h6,
.section .black-background h1,
.section .black-background h2,
.section .black-background h3,
.section .black-background h4,
.section .black-background h5,
.section .black-background h6,
.section .side-image.black-background h1,
.section .side-image.black-background h2,
.section .side-image.black-background h3,
.section .side-image.black-background h4,
.section .side-image.black-background h5,
.section .side-image.black-background h6,
.section.paper.black-background .section.full .black-background h1,
.section.paper.black-background .section.full .black-background h2,
.section.paper.black-background .section.full .black-background h3,
.section.paper.black-background .section.full .black-background h4,
.section.paper.black-background .section.full .black-background h5,
.section.paper.black-background .section.full .black-background h6,
.paper.black-background h1,
.paper.black-background h2,
.paper.black-background h3,
.paper.black-background h4,
.paper.black-background h5,
.paper.black-background h6,
.paper .black-background h1,
.paper .black-background h2,
.paper .black-background h3,
.paper .black-background h4,
.paper .black-background h5,
.paper .black-background h6,
.paper .side-image.black-background h1,
.paper .side-image.black-background h2,
.paper .side-image.black-background h3,
.paper .side-image.black-background h4,
.paper .side-image.black-background h5,
.paper .side-image.black-background h6,
.paper.paper.black-background .paper.full .black-background h1,
.paper.paper.black-background .paper.full .black-background h2,
.paper.paper.black-background .paper.full .black-background h3,
.paper.paper.black-background .paper.full .black-background h4,
.paper.paper.black-background .paper.full .black-background h5,
.paper.paper.black-background .paper.full .black-background h6 {
  color: #ffffff;
}
.section.black-background.dark,
.section .black-background.dark,
.section .side-image.black-background.dark,
.section.paper.black-background .section.full .black-background.dark,
.paper.black-background.dark,
.paper .black-background.dark,
.paper .side-image.black-background.dark,
.paper.paper.black-background .paper.full .black-background.dark {
  background-color: #141414;
}
.section.black-background.darker,
.section .black-background.darker,
.section .side-image.black-background.darker,
.section.paper.black-background .section.full .black-background.darker,
.paper.black-background.darker,
.paper .black-background.darker,
.paper .side-image.black-background.darker,
.paper.paper.black-background .paper.full .black-background.darker {
  background-color: #000;
}
.section.black-background .divider,
.section .black-background .divider,
.section .side-image.black-background .divider,
.section.paper.black-background .section.full .black-background .divider,
.paper.black-background .divider,
.paper .black-background .divider,
.paper .side-image.black-background .divider,
.paper.paper.black-background .paper.full .black-background .divider {
  background-color: #2e2e2e;
}
.section.white-background,
.section .white-background,
.section .side-image.white-background,
.section.full .white-background,
.paper.white-background,
.paper .white-background,
.paper .side-image.white-background,
.paper.full .white-background {
  background-color: #ffffff;
  color: #212121;
}
.section.white-background h1,
.section.white-background h2,
.section.white-background h3,
.section.white-background h4,
.section.white-background h5,
.section.white-background h6,
.section .white-background h1,
.section .white-background h2,
.section .white-background h3,
.section .white-background h4,
.section .white-background h5,
.section .white-background h6,
.section .side-image.white-background h1,
.section .side-image.white-background h2,
.section .side-image.white-background h3,
.section .side-image.white-background h4,
.section .side-image.white-background h5,
.section .side-image.white-background h6,
.section.full .white-background h1,
.section.full .white-background h2,
.section.full .white-background h3,
.section.full .white-background h4,
.section.full .white-background h5,
.section.full .white-background h6,
.paper.white-background h1,
.paper.white-background h2,
.paper.white-background h3,
.paper.white-background h4,
.paper.white-background h5,
.paper.white-background h6,
.paper .white-background h1,
.paper .white-background h2,
.paper .white-background h3,
.paper .white-background h4,
.paper .white-background h5,
.paper .white-background h6,
.paper .side-image.white-background h1,
.paper .side-image.white-background h2,
.paper .side-image.white-background h3,
.paper .side-image.white-background h4,
.paper .side-image.white-background h5,
.paper .side-image.white-background h6,
.paper.full .white-background h1,
.paper.full .white-background h2,
.paper.full .white-background h3,
.paper.full .white-background h4,
.paper.full .white-background h5,
.paper.full .white-background h6 {
  color: #212121;
}
.section.white-background.dark,
.section .white-background.dark,
.section .side-image.white-background.dark,
.section.full .white-background.dark,
.paper.white-background.dark,
.paper .white-background.dark,
.paper .side-image.white-background.dark,
.paper.full .white-background.dark {
  background-color: #f2f2f2;
}
.section.white-background.darker,
.section .white-background.darker,
.section .side-image.white-background.darker,
.section.full .white-background.darker,
.paper.white-background.darker,
.paper .white-background.darker,
.paper .side-image.white-background.darker,
.paper.full .white-background.darker {
  background-color: #f2f2f2;
}
.section.grey-background,
.section .grey-background,
.section .side-image.grey-background,
.section.full .grey-background,
.paper.grey-background,
.paper .grey-background,
.paper .side-image.grey-background,
.paper.full .grey-background {
  background-color: #eeedee;
  color: #212121;
}
.section.grey-background h1,
.section.grey-background h2,
.section.grey-background h3,
.section.grey-background h4,
.section.grey-background h5,
.section.grey-background h6,
.section .grey-background h1,
.section .grey-background h2,
.section .grey-background h3,
.section .grey-background h4,
.section .grey-background h5,
.section .grey-background h6,
.section .side-image.grey-background h1,
.section .side-image.grey-background h2,
.section .side-image.grey-background h3,
.section .side-image.grey-background h4,
.section .side-image.grey-background h5,
.section .side-image.grey-background h6,
.section.full .grey-background h1,
.section.full .grey-background h2,
.section.full .grey-background h3,
.section.full .grey-background h4,
.section.full .grey-background h5,
.section.full .grey-background h6,
.paper.grey-background h1,
.paper.grey-background h2,
.paper.grey-background h3,
.paper.grey-background h4,
.paper.grey-background h5,
.paper.grey-background h6,
.paper .grey-background h1,
.paper .grey-background h2,
.paper .grey-background h3,
.paper .grey-background h4,
.paper .grey-background h5,
.paper .grey-background h6,
.paper .side-image.grey-background h1,
.paper .side-image.grey-background h2,
.paper .side-image.grey-background h3,
.paper .side-image.grey-background h4,
.paper .side-image.grey-background h5,
.paper .side-image.grey-background h6,
.paper.full .grey-background h1,
.paper.full .grey-background h2,
.paper.full .grey-background h3,
.paper.full .grey-background h4,
.paper.full .grey-background h5,
.paper.full .grey-background h6 {
  color: #212121;
}
.section.grey-background.dark,
.section .grey-background.dark,
.section .side-image.grey-background.dark,
.section.full .grey-background.dark,
.paper.grey-background.dark,
.paper .grey-background.dark,
.paper .side-image.grey-background.dark,
.paper.full .grey-background.dark {
  background-color: #e2e0e2;
}
.section.grey-background.darker,
.section .grey-background.darker,
.section .side-image.grey-background.darker,
.section.full .grey-background.darker,
.paper.grey-background.darker,
.paper .grey-background.darker,
.paper .side-image.grey-background.darker,
.paper.full .grey-background.darker {
  background-color: #d5d3d5;
}
.section.grey-background .divider,
.section .grey-background .divider,
.section .side-image.grey-background .divider,
.section.full .grey-background .divider,
.paper.grey-background .divider,
.paper .grey-background .divider,
.paper .side-image.grey-background .divider,
.paper.full .grey-background .divider {
  background-color: #d5d3d5;
}
.section.fullscreen,
.paper.fullscreen {
  overflow: hidden;
  padding: 0 !important;
}
.section.fullscreen .middle-content,
.paper.fullscreen .middle-content {
  position: relative;
  margin-top: 0;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section.fullscreen.disable-fs,
.paper.fullscreen.disable-fs {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}
.section.fullscreen.disable-fs .middle-content,
.paper.fullscreen.disable-fs .middle-content {
  top: 0%;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
.section.full,
.paper.full {
  padding: 0;
  width: 100%;
  margin: 0;
}
.section.full .container,
.paper.full .container {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.section.link-section,
.paper.link-section {
  padding: 0 !important;
}
.section.link-section .btn,
.paper.link-section .btn {
  display: block;
  padding-top: 95px;
  padding-bottom: 95px;
  line-height: 1em;
  font-size: 28px;
  text-transform: none;
  font-weight: normal;
}
.section.link-section .btn strong,
.paper.link-section .btn strong {
  font-weight: bold;
}
.section.divider-section,
.paper.divider-section {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
.section.page-title h1,
.paper.page-title h1 {
  margin-bottom: 15px;
  letter-spacing: 0.5em;
  font-size: 30px;
  line-height: 1.8;
  text-transform: uppercase;
}
.section.page-title p,
.paper.page-title p {
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 300;
  margin-bottom: 5px;
}
.section.page-title .breadcrumb,
.paper.page-title .breadcrumb {
  background-color: transparent;
  text-transform: uppercase;
  font-size: 11px;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 15px;
  letter-spacing: 1px;
}
.section.page-title .breadcrumb > .active,
.paper.page-title .breadcrumb > .active {
  color: inherit;
}
.section.page-title.small-padding h1,
.paper.page-title.small-padding h1 {
  margin-bottom: 0;
}
.section.page-title.small-padding p,
.paper.page-title.small-padding p {
  display: none;
}
.section.page-title.small-padding .breadcrumb,
.paper.page-title.small-padding .breadcrumb {
  top: 50%;
  margin-top: -10px;
}
.section .sticky-image,
.paper .sticky-image {
  overflow: hidden;
}
.section .sticky-image img,
.paper .sticky-image img {
  width: 100%;
  height: auto;
}
.section .sticky-image.img-right,
.section .sticky-image.img-left,
.paper .sticky-image.img-right,
.paper .sticky-image.img-left {
  position: absolute;
}
.section .sticky-image.img-right.img-bottom,
.section .sticky-image.img-left.img-bottom,
.paper .sticky-image.img-right.img-bottom,
.paper .sticky-image.img-left.img-bottom {
  bottom: 0;
  top: 95px;
}
.section .sticky-image.img-right.img-top,
.section .sticky-image.img-left.img-top,
.paper .sticky-image.img-right.img-top,
.paper .sticky-image.img-left.img-top {
  top: 0;
  bottom: 95px;
}
.section .sticky-image.img-right,
.paper .sticky-image.img-right {
  right: 95px;
}
.section .sticky-image.img-left,
.paper .sticky-image.img-left {
  left: 95px;
}
.section .container-fluid,
.paper .container-fluid {
  padding-left: 5%;
  padding-right: 5%;
}
.section .side-image,
.paper .side-image {
  position: absolute;
  top: 0;
  height: 100% !important;
  overflow: hidden;
}
.section .side-image .middle-content,
.paper .side-image .middle-content {
  margin-top: 0;
  position: relative;
  top: 50%;
  z-index: 3;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section a.scroll-down,
.paper a.scroll-down {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 30px;
  background-color: #FFF;
  width: 30px;
  height: 30px;
  z-index: 3;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  box-shadow: 0 15px 20px rgba(0,0,0,0.22);
  -moz-box-shadow: 0 15px 20px rgba(0,0,0,0.22);
  -webkit-box-shadow: 0 15px 20px rgba(0,0,0,0.22);
  -webkit-box-shadow: '' 0 15px 20px rgba(0,0,0,0.22) 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' 0 15px 20px rgba(0,0,0,0.22) 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' 0 15px 20px rgba(0,0,0,0.22) 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' 0 15px 20px rgba(0,0,0,0.22) 1px 2px rgba(0,0,0,0.1);
}
.section a.scroll-down i,
.paper a.scroll-down i {
  font-size: 18px;
  line-height: 30px;
  padding: 0;
  display: block;
  text-align: center;
}
.layout-wrapper {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFF;
}
.container-fluid {
  padding-left: 5%;
  padding-right: 5%;
}

@font-face {
  font-family: 'fontawesome';
  font-weight: normal;
  font-style: normal;
}
.flex-container a:hover,
.flex-container a:focus,
.flex-slider a:hover,
.flex-slider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0px;
  background: #fff;
  border: none;
  position: relative;
  zoom: 1;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -webkit-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  -o-box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
  box-shadow: '' none 1px 2px rgba(0,0,0,0.1);
}
.flexslider .slides {
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0,0,0,0.8);
  text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "fontawesome";
  font-size: 40px;
  display: inline-block;
  content: '\f104';
}
.flex-direction-nav a.flex-next:before {
  content: '\f105';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a .flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0,0,0,0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
@media (max-width: 991px) {
  .section {
    padding-top: 47px;
    padding-bottom: 47px;
  }
  .section.small-padding {
    padding-top: 12.5px;
    padding-bottom: 12.5px;
  }
  .section.medium-padding {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section.big-padding {
    padding-top: 117px;
    padding-bottom: 117px;
  }
  .section.bigger-padding {
    padding-top: 95px;
    padding-bottom: 95px;
  }
  .section.huge-padding {
    padding-top: 165px;
    padding-bottom: 165px;
  }
  .section:not(.header) .container .row [class^="col-"],
  .section:not(.header) .container .row [class*=" col-"] {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.blog-section .container .row .row [class^="col-"],
  .section.blog-section .container .row .row [class*=" col-"],
  .section.portfolio-section .container .row .row [class^="col-"],
  .section.portfolio-section .container .row .row [class*=" col-"] {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section .middle-content.disable-sm {
    top: 0px;
    margin-top: 0;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  #header {
    overflow: hidden;
  }
  #header .menu-toggle {
    display: block;
  }
}
@media (max-width: 767px) {
  .container {
    margin-left: 0%;
    margin-right: 0%;
  }
  .section.full .container {
    margin: 0;
  }
}


.pad-20 {
  padding-bottom: 20px;
  padding-top: 20px;
}
.pad-35 {
  padding-bottom: 35px;
  padding-top: 35px;
}
.mg-b-15 {
  margin-bottom: 15px;
}
.mg-b-25 {
  margin-bottom: 25px;
}
.mg-b-85 {
  margin-bottom: 85px;
}
.mg-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.pad-b-10 {
  padding-bottom: 10px;
}
.pad-b-15 {
  padding-bottom: 15px;
}
.pad-b-20 {
  padding-bottom: 20px;
}
.pad-b-25 {
  padding-bottom: 20px;
}
.pad-b-30 {
  padding-bottom: 30px;
}
.pad-b-35 {
  padding-bottom: 35px;
}
.pad-b-45 {
  padding-bottom: 45px;
}
.pad-b-50 {
  padding-bottom: 50px;
}
.pad-b-60 {
  padding-bottom: 60px;
}
.pad-b-85 {
  padding-bottom: 85px;
}
.pad-b-115 {
  padding-bottom: 115px;
}
.pad-b-145 {
  padding-bottom: 145px;
}


.pad-t-15 {
  padding-top: 15px;
}
.pad-t-20 {
  padding-top: 20px;
}
.pad-t-25 {
  padding-top: 25px;
}
.pad-t-30 {
  padding-top: 30px;
}
.pad-t-45 {
  padding-top: 45px;
}
.pad-t-50 {
  padding-top: 50px;
}
.pad-t-60 {
  padding-top: 60px;
}
.pad-t-85 {
  padding-top: 85px;
}


.pad-l-15 {
  padding-left: 15px;
}

.mg-l-15 {
  margin-left: 15px;
}

.mg-l-r-15 {
  margin-left: 15px;
  margin-right: 15px;
}

.pad-no-r {
  padding-right: 0px;
}
.pad-no-l {
  padding-left: 0px;
}
.m-r-20 {
  margin-right: 20px;
}


.navbar-inverse {
  background-color: #080808;
  border-color: #ccc;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.navbar-default {
  background-color: #fff;
  border-color: #ccc;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}


.navbar {
    border: 0px solid transparent;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #999;
    outline: 0;
}


.dropdown-menu {
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.15);
    box-shadow: 0 3px 4px rgba(0,0,0,.15);
    font-size: 13px;
}



.navbar-toggle {
    border: 0px solid transparent;
}





/* ************   LOGO NAVBAR   *****************/
/* ******************************************* */

.menulogo{
  text-align:left;
  margin-top:15px;
  }
.menulogo img{
  width:73px;
  float:left;
  } 
.menulogo a{
  transition: all .35s;
  float:right;
  color: #555;
  font-size:11px;
  }
.logotitle {
    float: left;
    line-height: 13px;
    margin-left: 9px;
    margin-top: -1px;
    text-align: left;
    margin-bottom:15px;
    font-weight: 300;
    }
.logobig {
  font-size: 15px;
  font-weight: 400;
}
.menulogo a strong{
  font-size:14px;
  } 


@media (max-width: 767px) {

  .menulogo {
      display:block;
      margin:0 auto;
      float:left;
      margin-top: 12px;
      margin-bottom: 5px;
    }
  .menulogo img{
    margin-bottom: 9px;
    } 

  
.menulogo a:hover{
  transition: all .35s;
  opacity:0.8;
  }

  .logotitle {
    float: left;
    line-height: 13px;
    margin-left: 9px;
    text-align: left;
    margin-bottom:0px;
    }

} 
/* ************  FIM | LOGO NAVBAR   *****************/







/* ************   FOOTER NBZ   *****************/
/* ******************************************* */

.nbzlogo{
  text-align:right;
  margin-top:5px;
  }
.nbzlogo img{
  width:66px;
  float:left;
  } 
.nbzlogo a{
  transition: all .35s;
  float:right;
  color: #555;
  font-size:11px;
  }
.nbztitle {
    float: left;
    line-height: 13px;
    margin-left: 9px;
    margin-top: -1px;
    text-align: left;
     margin-bottom:25px;
    } 
.nbzlogo a strong{
  font-size:13px;
  } 

.nbzlogo a:hover{
  transition: all .35s;
  opacity:0.8;
  }


footer {
  margin-bottom: 10px;
}


@media (max-width: 768px) {
  .nbzlogo a{
      display:block;
      margin:0 auto;
      width:174px;
      float:none;
      margin-top: 0px;
      margin-bottom: 26px;
    }
  .nbzlogo img{
    margin-bottom: 9px;
    } 
  .rodape p{
    text-align: center !important;
    margin-bottom: -8px;
    } 
  
.nbzlogo a:hover{
  transition: all .35s;
  opacity:0.8;
  }

}

/* ************  FIM | FOOTER NBZ   *****************/



























/* ************   BOX PORTFOLIO | NOTÍCIAS   *****************/
/* ******************************************************** */

.article-inner {
  position: relative;
}
.article-inner .article-info .entry-title {
    color: #fff;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    font-size: 28px;
    font-weight: 900;
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    font-family: "Roboto";
}
.article-inner .article-info .blog-title {
    color: #fff;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.15em;
    font-weight: 300;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: "Raleway";
}
.article-inner .article-info .pre-title {
    margin: 0;
    padding: 0;
    margin-bottom: 20%;
    font-size: 14px;
    font-weight: 100;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
}
article .overlay {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.65) 0%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.65) 0%);
  background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.65) 0%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.65) 0%);
}
article .overlay:before {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.65) 0%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.65) 0%);
  background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.65) 0%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.65) 0%);
}
.article-inner:hover .overlay:before {
  opacity: 1 !important;
}


article .overlay2 {
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .95;
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 50%, #000000 95%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0) 50%, #000000 95%);
}
article .overlay2:before {
  border-radius: 0px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
  background-image: -o-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.55) 0%);
}
.article-inner:hover .overlay2:before {
  opacity: 0 !important;
}

/*article-info*/
.article-inner .article-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0px 5%;
  z-index: 2;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.article-inner:hover .article-info {
  bottom: 0;
}
.article-inner .article-info a {
  color: #fff;
}


.imgcropped {
  border-radius: 0px;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: 75%;
}
.imgcropped img.landscape {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.imgcropped img.portrait {
  width: 100%;
  height: auto;
}

/* **********   FIM  BOX PORTFOLIO | NOTÍCIAS  ************* */
/* ******************************************************** */







.pagination > li > a, .pagination > li > span {
  line-height: 1.42857143;
  color: #00bcd4;
  border: 1px solid #ddd;
}
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #00bcd4;
  border-color: #00bcd4;
}
.pagination {
  margin-top: 90px;
}




/* **********   BLOG   ************* */
/* ******************************** */

.blog a {
  color: #2196f3;
  background-color: #fff;
  padding: 1px 4px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all all .3s ease;
  -moz-transition: all all .3s ease;
  -ms-transition: all all .3s ease;
  -o-transition: all all .3s ease;
  transition: all all .3s ease;
}

.blog a:hover {
  color: #000;
  background-color: #eee;
  padding: 1px 4px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all all .3s ease;
  -moz-transition: all all .3s ease;
  -ms-transition: all all .3s ease;
  -o-transition: all all .3s ease;
  transition: all all .3s ease;
}

.topo-blog h1 {
  font-size: 66px;
  line-height: 1.0em;
  margin-bottom: 11px;
  letter-spacing: -2.5px;
  font-weight: 900;
  text-shadow: 0 3px rgba(0,0,0,0.25);
}

@media (max-width: 767px) {
  .topo-blog h1{
  font-size: 38px;
  line-height: 1.1em; }
}



/* **********   PORTFOLIO  ************* */
/* ******************************** */

.topo-portfolio h1 {
  font-size: 74px;
  line-height: 1.1em;
  margin-bottom: 11px;
  letter-spacing: -2.5px;
  font-weight: 900;
  text-shadow: 0 3px rgba(0,0,0,0.25);
}

@media (max-width: 767px) {
  .topo-portfolio h1{
  font-size: 48px;
  line-height: 1.1em;
  letter-spacing: -0.5px; }
}


.topo-portfolio h2 {
  font-family: "Roboto";
  font-weight: 100;
  letter-spacing: 9px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 1.1em;
}

@media (max-width: 767px) {
  .topo-portfolio h2{
  font-size: 21px;
  line-height: 1.1em; }
}









.service-padding {
  padding-top: 160px;
  padding-bottom: 190px;
}
.blog-padding {
  padding-top: 190px;
  padding-bottom: 90px;
}


.top-padding {
  min-height: 100vh;
}
@media (max-width: 767px) {
  .top-padding {
    min-height: 0; }
}



.padding-10 {
  padding-top: 25px; 
}

.border-white {
  border: 2px solid #fff;
}

.border-white-2 {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}


.card-border-sm {
  position: relative;
  padding-bottom: 77%;
  height: 0;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-bottom: 0px;
  padding-left: 10%;
  padding-right: 10%;
}

.card-border-sm p{
  font-size: 17px;
  font-weight: 300;
}

@media only screen and (min-width: 992px) and (max-width : 1199px) {
  .card-border-sm {
  position: relative;
  padding-bottom: 105%; }
}


@media only screen and (min-width: 641px) and (max-width : 991px) {
  .card-border-sm {
  position: relative;
  padding-bottom: 180%; }
}


@media (max-width: 640px) {
  .card-border-sm {
  position: relative;
  padding-bottom: 105%; }
}




.heading-line-huge {
  width: 80px;
  height: 8px;
  background: #ff4081;
  margin-bottom: 24px;
}

.heading-line-huge.center {
  margin-left: auto;
  margin-right: auto;
}
.heading-line-huge.color-green-1 {
  background: #68BF23;
}
.heading-line-huge.color-green-2 {
  background: #488518;
}
.heading-line-huge.color-green-3 {
  background: #2B4F0E;
}
.heading-line-huge.color-secondary {
  background: #00bcd4;
}
.heading-line-huge.color-secondary {
  background: #00bcd4;
}
.heading-line-huge.color-danger {
  background: #f44336;
}



.size-h2-2 {
    font-size: 30px !important;
    line-height: 1.2em !important;
    padding-top: 8px !important;
    margin-bottom: 12px !important;
    letter-spacing: -1px !important;
    font-weight: 400!important;
}

.size-h2 {
  font-size: 36px;
  line-height: 1.2em;
  padding-top: 8px;
  margin-bottom: 12px;
  letter-spacing: -1px;
  font-weight: 400;
}


.size-h3 {
  font-size: 22px !important;
  line-height: 1.35em !important;
  padding-top: 16px !important;
  margin-bottom: 12px !important;
  letter-spacing: 0 !important;
  font-weight: 500;
  font-family: "Roboto" !important;
}

.size-h1 {
  font-size: 48px;
  line-height: 1.2em;
  margin-bottom: 11px;
  letter-spacing: -1px;
  font-weight: 400;
}



.section.red-background,
.section .red-background  {
  background-color: #8E0016;
  color: #ffffff;
}


.lead-light {
  font-size: 17px;
  font-weight: 300;
}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #d5d5d5;
}
















label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}



.endereco {
  font-size: 22px;
  font-weight: 300;
  font-family: "Roboto";
  padding-top: 30px;
  padding-bottom: 0px;
}


.telefone {
  font-size: 22px;
  font-weight: 700;
  font-family: "Roboto";
  padding-top: 10px;
  padding-bottom: 20px;
}

@media (max-width: 767px) {
  .telefone {
  font-size: 18px;
  font-weight: 700;
  font-family: "Roboto";
  padding-top: 10px;
  padding-bottom: 20px;
  }
}



.300  {
  font-weight: 300 !important;
}

.400  {
  font-weight: 400 !important;
}

.size-h4 {
  font-size: 34px !important;
  line-height: 28px;
  padding-top: 0px;
  margin-bottom: 13px;
  letter-spacing: 9px;
  font-weight: 300;
}


.text-grey-777 {
  color: #777;
}

.pad-t-10pc {
  padding-top: 10%;
}


.marca-padding {
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .marca-padding {
  margin-bottom: 0px;
  }
}


.noticia {
  font-weight: 700;
  font-size: 22px;
  font-family: 'Raleway';
  letter-spacing: 0px;
  text-transform: uppercase;;
}

.news-padding {
  padding-bottom: 40px;
}


.vh-100 {
  height: 105vh;
}

@media (max-width: 640px) {
   .vh-100 {
  min-height: 460px;
  }
}

.justify {
  text-align: justify !important;
}