/*
//////////////////////////////////////////////////////
MASIATRADE
//////////////////////////////////////////////////////
*/
@font-face {
  font-family: 'themify';
  src: url("../fonts/themify/themify.eot?-fvbane");
  src: url("../fonts/themify/themify.eot?#iefix-fvbane") format("embedded-opentype"), url("../fonts/themify/themify.woff?-fvbane") format("woff"), url("../fonts/themify/themify.ttf?-fvbane") format("truetype"), url("../fonts/themify/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
html.masia-overflow, body.masia-overflow {
  overflow-x: auto;
}
html.masia-overflow #masia-header-section, html.masia-overflow #masia-main, html.masia-overflow #masia-hero, html.masia-overflow #masia-mobile-menu, html.masia-overflow #masia-footer, body.masia-overflow #masia-header-section, body.masia-overflow #masia-main, body.masia-overflow #masia-hero, body.masia-overflow #masia-mobile-menu, body.masia-overflow #masia-footer {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body {
  font-family: 'Lato', arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #2e2e2e;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

::-webkit-selection {
  color: #ffffff;
  background: #28bbf8;
}

::-moz-selection {
  color: #ffffff;
  background: #28bbf8;
}

::selection {
  color: #ffffff;
  background: #28bbf8;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #28bbf8;
  border-bottom: 2px solid transparent;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #2e2e2e;
  border-bottom: 2px solid #28bbf8;
}

input {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0 0 20px 0;
  padding: 0;
}

h1, .h1 {
  font-size: 30px;
  line-height: 42px;
}

h2, .h2 {
  font-size: 26px;
  line-height: 38px;
}

h3, .h3 {
  font-size: 20px;
  line-height: 32px;
}

h4, .h4 {
  font-size: 16px;
  line-height: 28px;
}

h5, .h5 {
  font-size: 14px;
  line-height: 24px;
}

h6, .h6 {
  font-size: 12px;
  line-height: 24px;
}

ul, ol {
  padding-left: 15px;
  line-height: 26px;
}
ul ul, ul ol, ol ul, ol ol {
  padding-left: 25px;
}

p {
  margin: 0 0 20px 0;
}

.masia-serif {
  font-family: "Crimson Text", serif;
}

.masia-sans-serif {
  font-family: "Lato", arial, sans-serif;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.masia-lead-wrap {
  padding-top: 2em;
  padding-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .masia-lead-wrap {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}

.masia-lead {
  font-size: 40px;
  line-height: 52px;
}
@media screen and (max-width: 768px) {
  .masia-lead {
    font-size: 30px;
    line-height: 42px;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    display: block;
    clear: both;
    width: 100%;
    float: left;
  }
}
/* Header */
#masia-header-section {
  width: 100%;
  padding: 40px 0 30px 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  float: left;
  top: 0;
  left: 0 !important;
  right: 0;
  z-index: 103;
}
#masia-header-section.masia-scrolled {
  padding: 0px 0;
  background: rgba(0, 0, 0, 0.8);
  background: white;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#masia-header-section.masia-scrolled{
  padding:5px 5px 0px 5px;
}
#masia-header-section.masia-scrolled #masia-logo a {
  color: #2e2e2e;
}
#masia-header-section.masia-scrolled #masia-logo a:hover {
  color: #7b7b7b;
}
#masia-header-section.masia-scrolled #masia-menu-wrap .sf-menu a {
  color: #2e2e2e;
  border-bottom: none !important;
}
#masia-header-section.masia-scrolled #masia-menu-wrap .sf-menu a:hover {
  color: #28bbf8 !important;
}
#masia-header-section.masia-scrolled #masia-menu-wrap .sf-menu li.active{
  border-bottom: 2px solid #ED8327;
}
#masia-header-section.masia-scrolled #masia-menu-wrap .sf-menu li.active > a {
  color: #28bbf8 !important;
  font-weight: 600;
}

/* -- CHANGE --*/
/*#masia-header-section.masia-scrolled #masia-menu-wrap > .sf-menu > li > a {
  padding-top: 2em;
  padding-bottom: 2em;
}*/

#masia-header-section.masia-scrolled #masia-menu-wrap > .sf-menu > li > a {
  padding-top: 0em;
  padding-bottom: 0em;
}

#masia-header-section.logcls{
  background-image: url(../images/logo.png);
  background-size:180px;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-position: 10px;
  /*padding-left: 100px;*/
  border-bottom: 5px solid #28BBF8;
  box-shadow: 0px 5px 15px 0px;
}


#masia-logo {
  font-size: 20px;
  margin: 0px;
  padding: 0;
  font-weight: bold;
}
#masia-logo a {
  border-bottom: none !important;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #masia-logo {
    text-align: center;
    margin: 0px 0 0 0;
    float: none !important;
  }
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 8em;
  *width: 8em;
}

.sf-menu a {
  color: rgba(255, 255, 255, 0.4);
  padding: .75em 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 14px;
  border-bottom: none !important;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: .75em 1em;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #ffffff;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}

#masia-menu-wrap .sf-menu a {
  padding: 2em 2em 2em 2em;
}

#masia-primary-menu > li > ul li.active > a {
  color: #28bbf8 !important;
}
#masia-primary-menu > li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 5px;
  top: 50%;
  margin-top: -7px;
  content: "\e64b";
  color: rgba(0, 0, 0, 0.5);
}
#masia-primary-menu > li > ul li > .sf-with-ul:after {
  border: none !important;
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  float: right;
  margin-right: 10px;
  top: 13px;
  font-size: 12px;
  content: "\e649";
  color: rgba(255, 255, 255, 0.3);
}

#masia-primary-menu .masia-sub-menu {
  padding: 7px 0 3px;
  //background: rgba(0, 0, 0, 0.8);
  background: rgba(40, 187, 248,0.8);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

#masia-primary-menu .masia-sub-menu:before {
  position: absolute;
  top: -9px;
  right: 20px;
  width: 0;
  height: 0;
  content: '';
}

#masia-primary-menu .masia-sub-menu:after {
  position: absolute;
  top: -8px;
  right: 21px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #28bbf8;
  border-bottom: 8px solid rgba(0, 0, 0, 0.8);
  border-left: 8px solid transparent;
  content: '';
}

#masia-primary-menu .masia-sub-menu .masia-sub-menu:before {
  top: 6px;
  right: 100%;
}

#masia-primary-menu .masia-sub-menu .masia-sub-menu:after {
  top: 7px;
  right: 100%;
  border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
  border-color: #ebebeb;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.19);
}
.site-header.has-image #primary-menu .sub-menu:before {
  display: none;
}

#masia-primary-menu .masia-sub-menu a {
  letter-spacing: 0;
  padding: 0 15px;
  font-size: 14px;
  line-height: 26px;
  color: #ffffff !important;
  text-transform: none;
  background: none;
}
#masia-primary-menu .masia-sub-menu a:hover {
  color: #28bbf8 !important;
}

/* Mobile Menu */
#masia-mobile-menu-btn {
  padding: 0 10px;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  background: #28bbf8;
  height: 44px;
  display: table;
}
#masia-mobile-menu-btn i {
  line-height: 25px;
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  color: #fff;
}

#masia-mobile-menu {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  transform: translateX(-275px);
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 275px;
  z-index: 10002;
  background: #28BBF8;
  padding: 0.75em 1.25em;
}
#masia-mobile-menu #masia-mobile-menu-ul {
  padding: 0;
  margin: 0;
}
#masia-mobile-menu #masia-mobile-menu-ul li {
  list-style: none;
  border-bottom: 1px solid #ddd;
}
#masia-mobile-menu #masia-mobile-menu-ul li.active > a {
  color: #ffffff;
}
#masia-mobile-menu #masia-mobile-menu-ul a {
  border-bottom: none !important;
  padding: 7px 0;
  display: block;
  color: #ccc;
  color: rgba(255, 255, 255, 0.5);
}
#masia-mobile-menu #masia-mobile-menu-ul a:hover {
  color: #ffffff;
  color: white;
}
#masia-mobile-menu #masia-mobile-menu-ul .masia-sub-ddown {
  position: relative;
}
#masia-mobile-menu #masia-mobile-menu-ul .masia-sub-ddown:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  margin-top: 2px;
  content: "\e64b";
}
#masia-mobile-menu #masia-mobile-menu-ul .masia-sub-menu {
  display: none;
  padding-left: 20px;
}
#masia-mobile-menu #masia-mobile-menu-ul .masia-sub-menu li {
  list-style: none;
}

#masia-logo-mobile-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: 44px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10001;
  background: white;
  color: #2e2e2e;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#masia-logo-mobile-wrap h1 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}
#masia-logo-mobile-wrap h1 a {
  border-bottom: none !important;
  color: #2e2e2e;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#masia-feature {
  background: #f6f9fa;
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  #masia-feature {
    padding: 3em 0 2em 0;
  }
}

#masia-hero {
  background-color: #2e2e2e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  height: 600px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #masia-hero {
    background-position: center center;
  }
}
#masia-hero .masia-hero-wrap {
  display: table;
  height: 600px;
  width: 100%;
}
#masia-hero .masia-hero-wrap .masia-hero-intro {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#masia-hero .masia-hero-wrap .masia-hero-intro > h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 62px;
  text-transform: uppercase;
  letter-spacing: 7px;
}
@media screen and (max-width: 768px) {
  #masia-hero .masia-hero-wrap .masia-hero-intro > h1 {
    letter-spacing: 4px;
    font-size: 30px;
    line-height: 42px;
  }
}
#masia-hero .masia-hero-wrap .masia-hero-intro > h2 {
  letter-spacing: 4px;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #masia-hero .masia-hero-wrap .masia-hero-intro > h2 {
    letter-spacing: 3px;
  }
}
#masia-hero .masia-hero-wrap .masia-hero-intro > h2 > span {
  position: absolute;
  bottom: 0;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  width: 50px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
}
#masia-hero .masia-hero-wrap .btn {
  color: #ffffff;
}
#masia-hero .masia-hero-wrap .btn:hover, #masia-hero .masia-hero-wrap .btn:active, #masia-hero .masia-hero-wrap .btn:focus {
  background: #28bbf8;
  border-color: #28bbf8;
}

body.inner-page #masia-hero {
  height: 400px;
}
body.inner-page #masia-hero .masia-hero-wrap {
  padding-top: 50px;
  height: 400px;
}

@media screen and (max-width: 768px) {
  #masia-hero, .masia-hero-wrap {
    position: relative;
    padding: 4em 0 3em 0;
    height: inherit !important;
  }
}

#masia-main {
  /* CHANGES */
  /*margin-top: 600px;*/
  padding-top: 50px;
  z-index: 102;
  position: relative;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  #masia-main {
    margin-top: 0px;
    padding-top: 20px;
  }
}

body.inner-page #masia-main {
  margin-top: 400px;
}
@media screen and (max-width: 768px) {
  body.inner-page #masia-main {
    margin-top: 0px;
    padding-top: 20px;
  }
}

#masia-hero,
#masia-main,
#masia-logo-mobile-wrap {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

body.masia-mobile-menu-visible #masia-hero,
body.masia-mobile-menu-visible #masia-main,
body.masia-mobile-menu-visible #masia-logo-mobile-wrap {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  transform: translateX(275px);
}

body.masia-mobile-menu-visible #masia-mobile-menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* Helper Classes */
/* Spacer */
.masia-spacer {
  clear: both;
  position: relative;
  border: none;
  padding: 0;
  margin: 0;
}

.masia-spacer-xlg {
  height: 150px;
}
@media screen and (max-width: 768px) {
  .masia-spacer-xlg {
    height: 70px;
  }
}

.masia-spacer-lg {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .masia-spacer-lg {
    height: 50px;
  }
}

.masia-spacer-md {
  height: 80px;
}
@media screen and (max-width: 768px) {
  .masia-spacer-md {
    height: 30px;
  }
}

.masia-spacer-sm {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .masia-spacer-sm {
    height: 20px;
  }
}

.masia-spacer-xs {
  height: 30px;
}
@media screen and (max-width: 768px) {
  .masia-spacer-xs {
    height: 20px;
  }
}

.masia-spacer-xxs {
  height: 20px;
}

.masia-letter-spacing {
  letter-spacing: 1px;
}

.masia-no-margin-bottom {
  margin-bottom: 0 !important;
}

.masia-uppercase-heading-sm {
  font-size: 14px;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #7b7b7b;
}

.form-group {
  margin-bottom: 30px;
}

.image-popup:hover {
  opacity: .7;
}

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

Components 

========================================
*/
/* Buttons */
.btn {
  border-bottom: none !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 10px;
}
.btn:hover, .btn:focus, .btn:active {
  box-shadow: none;
  outline: none !important;
  border-color: transparent;
}
.btn.masia-btn-icon {
  text-transform: none !important;
  letter-spacing: normal !important;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-outline {
  border: 2px solid #eaeaea !important;
  background: transparent;
  color: #2a2e37;
}
.btn-outline:hover, .btn-outline:active, .btn-outline:focus {
  border: 2px solid #282e3c !important;
  background: #282e3c;
  color: #ffffff;
}

.btn-primary {
  background: #28bbf8;
}

.btn-success {
  /*background: #00e195;*/
  background:#229954;
  font-weight: 600;
}

.btn-danger {
  background: #e02745;
}

.btn-info {
  background: #0bbff2;
}

.btn-warning {
  background: #ffd042;
}

.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  border-color: transparent;
}

.btn-default:hover, .btn-default:active, .btn-default:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
/*.btn-success:hover,
.btn-success:active,
.btn-success:focus,*/
.btn-info:hover,
.btn-info:active,
.btn-info:focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus {
  background: #282e3c;
  color: #ffffff;
}

.form-control {
  box-shadow: none !important;
  border: 2px solid #ccc;
}
.form-control:hover, .form-control:focus, .form-control:active {
  outline: none;
  box-shadow: none !important;
}

/* Features*/
/* Feature 1 */
.masia-feature-1 .masia-feature-figure {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .masia-feature-1 .masia-feature-figure {
    text-align: center !important;
    margin-top: 0em;
  }
}
@media screen and (max-width: 768px) {
  .masia-feature-1 .masia-feature-figure img {
    display: inline-block;
    margin: 0 auto;
  }
}
.masia-feature-1 .masia-feature-blurb ul {
  padding: 0;
  margin: 5em 0 0 0;
}
@media screen and (max-width: 480px) {
  .masia-feature-1 .masia-feature-blurb ul {
    margin: 2em 0 0 0;
  }
}
.masia-feature-1 .masia-feature-blurb ul li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 1em 0;
  list-style: none;
}
.masia-feature-1 .masia-feature-blurb ul li > .masia-feature-blurb-text {
  float: right;
  width: 85%;
}
@media screen and (max-width: 992px) {
  .masia-feature-1 .masia-feature-blurb ul li > .masia-feature-blurb-text {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .masia-feature-1 .masia-feature-blurb ul li > .masia-feature-blurb-text {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .masia-feature-1 .masia-feature-blurb ul li > .masia-feature-blurb-text {
    width: 80%;
  }
}
.masia-feature-1 .masia-feature-blurb ul li .masia-feature-blurb-icon {
  float: left;
  width: 15%;
}
.masia-feature-1 .masia-feature-blurb ul li .masia-feature-blurb-icon i {
  font-size: 40px;
  color: #28bbf8;
}
@media screen and (max-width: 992px) {
  .masia-feature-1 .masia-feature-blurb ul li .masia-feature-blurb-icon {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .masia-feature-1 .masia-feature-blurb ul li .masia-feature-blurb-icon {
    width: 10%;
  }
}
@media screen and (max-width: 480px) {
  .masia-feature-1 .masia-feature-blurb ul li .masia-feature-blurb-icon {
    width: 20%;
  }
}
.masia-feature-1 .masia-feature-blurb ul li .masia-feature-blurb-title {
  letter-spacing: 2px;
  margin-bottom: 0 !important;
}

/* Feature 2*/
.masia-feature-2 .masia-feature-item {
  margin-bottom: 30px;
}
.masia-feature-2 .masia-feature-title {
  letter-spacing: 2px;
}
.masia-feature-2 .masia-feature-icon {
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.masia-feature-2 .masia-feature-icon i {
  font-size: 50px;
  color: #28bbf8;
}
.masia-feature-2 .masia-feature-icon.masia-circle {
  display: table;
  width: 100px;
  height: 100px;
  margin: 0 auto 2em auto;
  border: 2px solid #08B0F6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #F79233;
}
.masia-feature-2 .masia-feature-icon.masia-circle:hover {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: rotateY(15deg);
  box-shadow: -5px 5px 5px #aaa;
  border: 2px solid #F79233;
}
.masia-feature-2 .masia-feature-icon.masia-circle i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}

/* Feature 3 */
.masia-feature-3 .masia-feature-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .masia-feature-3 .masia-feature-item {
    display: block;
  }
}
.masia-feature-3 .masia-feature-icon {
  float: left;
  width: 15%;
  clear: right;
}
@media screen and (max-width: 480px) {
  .masia-feature-3 .masia-feature-icon {
    width: 20%;
  }
}
.masia-feature-3 .masia-feature-icon i {
  font-size: 30px;
  color: #28bbf8;
}
.masia-feature-3 .masia-feature-blurb {
  float: right;
  width: 85%;
}
@media screen and (max-width: 480px) {
  .masia-feature-3 .masia-feature-blurb {
    width: 80%;
  }
}

/* Header */
.masia-header {
  text-align: center;
}
.masia-header .masia-heading {
  font-weight: bold;
  font-size: 45px;
  line-height: 57px;
}
@media screen and (max-width: 768px) {
  .masia-header .masia-heading {
    font-size: 30px !important;
    line-height: 42px !important;
  }
}
.masia-header .masia-heading-sub {
  color: #777;
  font-size: 18px;
  line-height: 30px;
}

/* Easy Rsponsive Tabs */
.masia-tab {
  clear: both;
  display: block;
}

.resp-tab-active {
  color: #28bbf8;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

.masia-tab-menu-icon {
  font-size: 20px;
  position: relative;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .masia-tab-menu-icon {
    margin-top: 7px;
  }
}

#masia-feature-slider .masia-item-slide-text {
  margin-top: 1em;
}
#masia-feature-slider .masia-item-slide-text > h2 {
  position: relative;
  padding-bottom: 20px;
}
#masia-feature-slider .masia-item-slide-text > h2 span {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 3px;
  background: #ccc;
  background: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 992px) {
  #masia-feature-slider .masia-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 768px) {
  #masia-feature-slider .masia-item-slide-text {
    margin-top: 0em;
  }
}
@media screen and (max-width: 480px) {
  #masia-feature-slider .masia-item-slide-text {
    margin-top: 0em;
  }
}

#masia-testimonial {
  /*padding: 5em 0;*/
  /* CHANGES */
  padding: 4em 0em 1em 0em;
  background: #000 url(../images/hero2.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #masia-testimonial {
    padding: 3em 0;
  }
}
#masia-testimonial blockquote {
  /* CHANGES */
  padding-left: 0;
  width: 70%;
  margin: 0 auto;
  color: #ffffff;
  border-left: none;
/*  font-size: 45px;*/
  font-size: 24px;
  line-height: 30px;
}
@media screen and (max-width: 768px) {
  #masia-testimonial blockquote {
    width: 100%;
/*    font-size: 35px;
    line-height: 47px;*/
    font-size: 20px;
    line-height: 30px;
  }
}
#masia-testimonial blockquote p {
  text-align: center;
  color: #ffffff;
}
#masia-testimonial .masia-testimonial-author {
  font-size: 18px;
}
#masia-testimonial .masia-uppercase-heading-sm {
  color: #ffffff;
}

#masia-newsletter {
  padding: 3em 0;
}
@media screen and (max-width: 768px) {
  #masia-newsletter {
    padding: 2em 0;
  }
}
#masia-newsletter .masia-uppercase-heading-sm {
  color: rgba(0, 0, 0, 0.4);
}

#masia-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #masia-footer {
    padding: 2em 0;
  }
}

/* Accordions */
.masia-accordion .panel-title > a:hover {
  border-bottom: none !important;
}
.masia-accordion .panel-heading {
  background: transparent;
  position: relative;
  cursor: pointer;
}
.masia-accordion .panel-heading .accordion-toggle {
  color: #28bbf8;
}
.masia-accordion .panel-heading .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e622";
  right: 15px;
  top: 16px;
}
.masia-accordion .panel-heading.collapsed .accordion-toggle {
  color: #2e2e2e !important;
}
.masia-accordion .panel-heading.collapsed .accordion-toggle:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2e2e2e !important;
  position: absolute;
  content: "\e61a";
  right: 15px;
  top: 16px;
}

/* Progress Bars */
.progress {
  height: 15px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.progress-bar {
  box-shadow: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.progress-bar.progress-bar-default {
  background: #28bbf8;
}
.progress-bar.progress-bar-success {
  background: #00e195;
}
.progress-bar.progress-bar-info {
  background: #0bbff2;
}
.progress-bar.progress-bar-warning {
  background: #ffd042;
}
.progress-bar.progress-bar-danger {
  background: #e02745;
}

/* Social Icons */
.masia-social-icons {
  text-align: center;
  padding: 0;
  margin: 0 0 2em 0;
}
.masia-social-icons li {
  list-style: none;
  display: inline;
  display: inline-block;
}
.masia-social-icons li a {
  padding: 0 10px;
  border-bottom: none !important;
}
.masia-social-icons li i {
  font-size: 20px;
}
/* Pricing Tables */
@media screen and (max-width: 992px) {
  .masia-pricing-table-1 .masia-pricing-table-item {
    margin-bottom: 20px !important;
  }
}
@media screen and (max-width: 768px) {
  .masia-pricing-table-1 .masia-pricing-table-item {
    margin-bottom: 20px !important;
    float: left;
    width: 100%;
  }
}
.masia-pricing-table-1 .masia-pricing-table-item .masia-pricing-table-item-body,
.masia-pricing-table-1 .masia-pricing-table-item .masia-pricing-table-item-heading {
  text-align: center;
  float: left;
  width: 100%;
  padding: 1em 2em;
}
.masia-pricing-table-1 .masia-pricing-table-item .masia-pricing-table-item-heading {
  background: #28bbf8;
  color: #ffffff;
}
.masia-pricing-table-1 .masia-pricing-table-item .masia-pricing-table-item-heading h3 {
  font-size: 70px;
  position: relative;
  display: inline-block;
}
.masia-pricing-table-1 .masia-pricing-table-item .masia-pricing-table-item-heading h3 sup {
  position: absolute;
  top: 2px;
  margin-left: -7px;
}
.masia-pricing-table-1 .masia-pricing-table-item .masia-pricing-table-item-heading h3 sup, .masia-pricing-table-1 .masia-pricing-table-item .masia-pricing-table-item-heading h3 span {
  font-size: 14px;
  text-transform: uppercase;
}
.masia-pricing-table-1 .masia-pricing-table-item .masia-pricing-table-item-heading p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.masia-pricing-table-1 .masia-pricing-table-item.masia-best-offer .masia-pricing-table-item-heading {
  background: #28bbf8;
  color: #ffffff;
}
.masia-pricing-table-1 .masia-pricing-table-item .masia-pricing-table-item-body {
  border: 2px solid #ccc;
  border-top: none;
}
.masia-pricing-table-1 .masia-pricing-table-item .masia-pricing-table-item-body ul {
  padding: 0;
  margin: 0;
}
.masia-pricing-table-1 .masia-pricing-table-item .masia-pricing-table-item-body ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.masia-pricing-table-1 .masia-pricing-table-item.masia-best-offer .masia-pricing-table-item-body {
  border: 2px solid #28bbf8;
  border-top: none;
}

/* Nav Links */
.masia-nav-links ul {
  padding: 0;
  margin: 0;
}
.masia-nav-links ul li {
  padding: 0;
  margin: 0 0 .5em 0;
  list-style: none;
}
.masia-nav-links ul li.active a {
  color: #2e2e2e;
  border-bottom: 2px solid #28bbf8;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #2e2e2e;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000000;
}

.owl-carousel-fullwidth.masia-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.masia-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #ffffff;
}
.owl-carousel-fullwidth.masia-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.masia-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
/*  margin-bottom: -2.5em;
*/
/* CHANGES */
  margin-bottom:-1em;

}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #28bbf8;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 2px solid #28bbf8;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  border: 2px solid #28bbf8;
}

/* Image Alignment */
img.masia-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  img.masia-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.masia-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  img.masia-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
img.masia-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a > img.masia-align-right {
  float: right;
  margin: 0 0 .5em 1em;
}
@media screen and (max-width: 480px) {
  a > img.masia-align-right {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.masia-align-left {
  float: left;
  margin: 0 1em .5em 0;
}
@media screen and (max-width: 480px) {
  a > img.masia-align-left {
    width: 100%;
    margin: 0 0 .5em 0;
  }
}
a > img.masia-align-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*
 MY CUSTOM CSS START HERE
*/

/*# sourceMappingURL=style.css.map */
