body {
  width: 100%;
  height: 100% !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow: auto !important;
}
html {
  width: 100%;
  height: 100% !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 12px 0 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  font-size: 19px;
  line-height: 175%;
  margin: 20px 0;
}
ul {
  list-style: none;
  margin-bottom: 35px;
}
ul.content li {
  position: relative;
  font-size: 19px;
  line-height: 175%;
  margin-bottom: 12px;
}
ul.content li:before {
  content: "\e080";
  font-family: 'Glyphicons Halflings';
  font-size: 55%;
  display: inline-block;
  /* margin-right: 5px; */
  /* margin-top: -5px; */
  vertical-align: middle;
  position: absolute;
  left: -20px;
}
ol {
  margin-bottom: 35px;
}
ol li {
  position: relative;
  font-size: 19px;
  line-height: 175%;
  margin-bottom: 12px;
}
ol ul,
ul ul {
  margin-top: 15px;
}
.wrapper {
  background: #FFF !important;
  position: relative;
}
a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #cccccc;
}
.light {
  font-weight: 400;
}
.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  background-color: #FFF;
}
.navbar-custom .navbar-brand {
  color: #FFF;
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #000000;
}
.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
  outline: none;
}
.navbar-custom a {
  color: #000000;
}
.navbar-custom .nav li {
  font-size: 65%;
  font-weight: normal;
  margin-bottom: 0 !important;
}
.navbar-custom .nav li.active {
  outline: nonte;
  background-color: #FFF;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  color: #FFF;
  opacity: 0.5;
  padding-left: 8px;
  padding-right: 8px;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
  background: transparent !important;
  opacity: 1;
}
.intro {
  display: table;
  width: 100%;
  height: auto;
  padding: 100px 0;
  text-align: center;
  color: #000000;
  background: url(../Images/nrr-lisbon1.jpg) no-repeat bottom center scroll;
  background-color: transparent;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  background-size: cover !important;
  -o-background-size: cover !important;
  color: #FFF;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.intro .intro-body .brand-heading {
  font-size: 40px;
}
.intro .intro-body .intro-text {
  font-size: 18px;
}
.intro:before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.col-xs-6 img {
  width: 100%;
  max-width: 500px;
  margin: 5px auto;
  text-align: center;
  display: block;
}
.btn-circle {
  width: 40px;
  height: 40px;
  margin-top: 15px;
  padding: 7px 16px;
  border: 2px solid #FFF;
  border-radius: 35px;
  font-size: 40px;
  color: #FFF;
  background: transparent;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.btn-circle:hover,
.btn-circle:focus {
  outline: none;
  color: #FFF;
  background: rgba(255, 255, 255, 0.1);
}
.btn-circle .fa {
  display: inline-block;
  font: normal normal normal 18px/1 FontAwesome;
  margin-top: 4px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  margin-left: -4px;
}
.btn-circle i.animated {
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0 {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.content-section {
  padding-top: 100px;
}
.content-section h3 {
  color: #000F3F;
  text-transform: uppercase;
  font-size: 220%;
}
.content-section h3:after {
  content: "";
  display: block;
  width: 25px;
  border-bottom: 3px solid #000F3F;
  margin-top: 25px;
}
#taxregime .content-section {
  padding-top: 100px;
}
.separator-section {
  width: 100%;
  padding: 50px 0;
  position: relative;
  background-size: cover !important;
  -webkit-background-size: cover !important;
}
.separator-section h2 {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
}
.separator-section:before {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.col-lg-12,
.content-section {
  opacity: 1 !Important;
}
.col-lg-12 img {
  max-width: 100%;
}
#portugalresidence .separator-section {
  background: url('../Images/nrr-lisbon5.jpg') no-repeat center center fixed;
}
#taxexempt .separator-section {
  background: url('../Images/nrr-lisbon6.jpg') no-repeat center center fixed;
}
#professionalassistance .separator-section {
  background: url('../Images/nrr-lisbon7.jpg') no-repeat center center fixed;
}
#planningyourmove .separator-section {
  background: url('../Images/nrr-lisbon8.jpg') no-repeat center center fixed;
}
#contact .separator-section {
  background: url('../Images/nrr-lisbon9.jpg') no-repeat center center fixed;
}
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  margin-top: 15px;
}
.btn:hover {
  color: #FFF;
  background: #666;
}
.btn-default {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
  border: 1px solid #ffffff;
  outline: none;
  color: #ffffff;
  background-color: #ffffff;
}
footer {
  padding: 20px 0;
  position: relative;
  background: #ffffff;
  font-size: 90%;
  height: 120px;
}
footer p {
  margin: 0;
  color: #FFF;
}
::-moz-selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(0, 0, 0, 0.2);
}
::selection {
  text-shadow: none;
  background: #fcfcfc;
  background: rgba(0, 0, 0, 0.2);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
hr {
  clear: both;
  border-width: 2px;
  margin-bottom: 10px !important;
  border-color: #C7C7C7;
}
.smaller {
  margin-bottom: 10px;
}
.smaller p,
.smaller ul li,
.smaller ol li {
  font-size: 17px;
  line-height: 180%;
}
.panel {
  border: 0;
}
.panel .panel-heading {
  background: transparent !important;
  padding: 10px 0;
  text-transform: uppercase;
}
.panel .panel-heading a:before {
  content: "\2212";
  font-family: 'Glyphicons Halflings';
  font-size: 55%;
  margin-right: 10px;
  display: inline-block;
}
.panel .panel-heading a.collapsed:before {
  content: "\2b";
}
form label {
  margin-top: 10px;
}
.fa {
  display: inline-block;
  font: normal normal normal 23px/1 FontAwesome;
  margin-top: 6px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
}
/* Media Queries */
@media (min-width: 767px) {
  .navbar {
    padding: 10px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .top-nav-collapse {
    padding: 0;
    background-color: #ffffff;
  }
  .navbar-custom.top-nav-collapse {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .navbar-custom.top-nav-collapse a {
    color: #000 !important;
  }
  section.content-section {
    padding-top: 25px;
    padding-bottom: 50px !Important;
  }
  .separator-section {
    padding: 100px 0;
  }
  .intro {
    height: 100%;
    padding: 0;
  }
  .intro .intro-body .intro-text {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  html,
  body {
    overflow: scroll;
    height: auto !important;
  }
  .navbar-custom a {
    color: #000 !important;
    font-size: 13px;
    margin-top: 3px;
  }
  .fa-bars {
    margin-top: 0;
  }
  ul.navbar-nav {
    margin-left: -7px;
    margin-top: -10px;
  }
  ul.navbar-nav li a {
    font-size: 130%;
    padding: 5px 0;
  }
  .col-xs-5,
  .col-xs-6 {
    width: 100%;
    clear: both;
    margin-left: 0;
  }
  ul.content li,
  ol li,
  p {
    font-size: 17px;
  }
  ul.content,
  ol {
    padding-left: 20px;
  }
  .section {
    padding: 25px 0 !important;
  }
  #main-view {
    max-height: 450px !important;
    margin-top: 55px;
  }
}


.ipad .intro { padding: 250px 0; max-height: 1024px !important; display: block !important; background-position: center center !important; background-attachment: initial !important; }
.ipad #main-view { max-height: 1024px !important; }
.ipad a.btn-circle { display: none !important; }
.ipad .separator-section { background-position: center center !important; background-attachment: initial !important; }
.ipad { overflow-y: visible !important; height: auto !important; }