/*!
 * UPTOWN 
 * © JB Graphics 2019 
 
 */


body {
  height: 100%;
  color: #3e444d;
  background-color: #f4f5f7;
}
html {
  height: 100% !important;
  -ms-overflow-style: scrollbar;
}
#wrapper {
  height: 100%;
  width: 100%;
}
img {
  -webkit-backface-visibility: hidden;
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
section,
aside {
  padding: 50px 0;
}
@media (min-width: 767px) {
  section {
    padding: 100px 0;
  }
}
.well {
  border: none;
  box-shadow: none;
  background-color: #ebedf1;
}
.jumbotron {
  background-color: #fdfdfd;
}
.page-header {
  border-bottom-color: #d6dae2;
}
.img-light-border {
  border: 5px solid #f4f5f7;
}
.img-dark-border {
  border: 5px solid #3e444d;
}
.light-faded-border {
  border: solid 15px rgba(244, 245, 247, 0.5);
}
.dark-faded-border {
  border: solid 15px rgba(62, 68, 77, 0.5);
}
.img-centered {
  margin: 0 auto;
}
.nopadding {
  padding: 0;
}
.nomargin {
  margin: 0;
}
.padding-top {
  padding-top: 100px;
}
.padding-bottom {
  padding-bottom: 100px;
}
::-moz-selection {
  text-shadow: none;
  background: rgba(67, 154, 213, 0.5);
}
::selection {
  text-shadow: none;
  background: rgba(67, 154, 213, 0.5);
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: rgba(67, 154, 213, 0.5);
}
.owl-theme .owl-controls .owl-page span {
  background: #c8cdd7;
}
.owl-theme .owl-controls .owl-buttons div {
  background: #c8cdd7;
}
.modal-dialog {
  margin: 0;
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 36px;
}
p {
  margin: 0 0 20px;
}
.serif {
  font-family: "Lora", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: none;
}
.sans-serif {
  font-family: 'Open Sans', sans-serif;
}
.heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.script {
  font-family: "Pacifico", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.allcaps {
  text-transform: uppercase !important;
}
hr.primary,
hr.light,
hr.dark {
  max-width: 100px;
  margin: 25px auto;
  border-bottom: none;
}
hr.primary {
  border-top: 6px solid #a67a4e;
}
hr.light {
  border-top: 6px solid #f4f5f7;
}
hr.dark {
  border-top: 6px solid #3e444d;
}
hr.primary-small,
hr.light-small,
hr.dark-small {
  max-width: 50px;
  margin: 15px auto;
}
hr.primary-small {
  border-top: 3px solid #a67a4e;
}
hr.light-small {
  border-top: 3px solid #f4f5f7;
}
hr.dark-small {
  border-top: 3px solid #3e444d;
}
.text-dark {
  color: #3e444d;
}
.text-light {
  color: #f4f5f7;
}
.text-primary {
  color: #a67a4e;
}
.text-success {
  color: #2ecc71;
}
.text-info {
  color: #5fc9d3;
}
.text-warning {
  color: #e67e22;
}
.text-danger {
  color: #e74c3c;
}
@media (min-width: 767px) {
  p {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.6;
	
  }
}
a {
  color: #a67a4e;
  -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: #a67a4e;
  outline: none;
}
a.light-text {
  color: #d6dae2;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.light-text:hover,
a.light-text:focus {
  text-decoration: none;
  color: #b9bfcc;
  outline: none;
}

/* NAVBAR */

.navbar {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight:700;
}
.navbar-dark,
.navbar-light {
  background-color: #f4f5f7;
  margin-bottom: 0;
  border-bottom: 1px solid #33383f;
}
.navbar-dark a,
.navbar-light a {
  color: #33383f;
}
.navbar-dark .navbar-brand,
.navbar-light .navbar-brand {
  font-weight: 700;
  padding: 0;
}
.navbar-dark .navbar-brand:focus,
.navbar-light .navbar-brand:focus {
  outline: none;
}
.navbar-dark .navbar-brand .logo,
.navbar-light .navbar-brand .logo {
  display: inherit;
}
.navbar-dark .navbar-brand .logo-collapse,
.navbar-light .navbar-brand .logo-collapse {
  display: none;
}
.navbar-dark .navbar-brand .logo img,
.navbar-light .navbar-brand .logo img,
.navbar-dark .navbar-brand .logo-collapse img,
.navbar-light .navbar-brand .logo-collapse img {
  max-height: 40px;
  margin: 7px 0 0 10px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background-color: rgba(244, 245, 247, 0.5);
}
.navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: #33383f;
}
.navbar-toggle:focus,
.navbar-toggle:active {
  outline: none;
}
@media (min-width: 767px) {
  .navbar-dark,
  .navbar-light {
    padding: 15px 0;
    border-bottom: none;
    letter-spacing: 0;
    /*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;
  }
  .navbar-dark .navbar-brand .logo img,
  .navbar-light .navbar-brand .logo img,
  .navbar-dark .navbar-brand .logo-collapse img,
  .navbar-light .navbar-brand .logo-collapse img {
    max-height: 50px;
    margin: 0;
  }
  .navbar-dark .nav li,
  .navbar-light .nav li {
    margin-right: 0;
  }
  .navbar-dark .nav li:last-child,
  .navbar-light .nav li:last-child {
    margin-right: 0px;
  }
  .navbar-dark .nav li a,
  .navbar-light .nav li a {
    color: #33383f;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
  }
  /*.navbar-dark .nav li a:after,
  .navbar-light .nav li a:after {
    position: absolute;
    width: 50%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: #a67a4e;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);*/
  }
  .navbar-dark .nav li a::after,
  .navbar-light .nav li a::after {
    bottom: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
  }
  .navbar-dark .nav li a:hover,
  .navbar-light .nav li a:hover,
  .navbar-dark .nav li a:focus,
  .navbar-light .nav li a:focus,
  .navbar-dark .nav li a:active,
  .navbar-light .nav li a:active {
    color: #a67a4e;
    outline: none;
    background-color: transparent;
  }
  .navbar-dark .nav li a:hover::after,
  .navbar-light .nav li a:hover::after,
  .navbar-dark .nav li a:focus::after,
  .navbar-light .nav li a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  .navbar-dark .nav li.active a,
  .navbar-light .nav li.active a {
    background-color: transparent;
    color: #a67a4e !important;
  }
  .navbar-dark.top-nav-collapse,
  .navbar-light.top-nav-collapse {
    padding: 5px 0;
    border-bottom: 1px solid;
    border-color: rgba(62, 68, 77, 0.5);
  }
  .navbar-dark.top-nav-collapse {
    background-color: #3e444d;
    border-color: #33383f;
  }
  .navbar-dark.top-nav-collapse a {
    color: #f4f5f7;
  }
  .navbar-dark.top-nav-collapse li a {
    color: #f4f5f7;
  }
  .navbar-dark.top-nav-collapse .nav li a {
    color: #f4f5f7;
  }
  .navbar-dark.top-nav-collapse .nav li a:after {
    background: #a67a4e;
  }
  .navbar-dark.top-nav-collapse .nav li a:hover,
  .navbar-dark.top-nav-collapse .nav li a:focus,
  .navbar-dark.top-nav-collapse .nav li a:active {
    color: #f4f5f7;
  }
  .navbar-light.top-nav-collapse {
    background-color: #f4f5f7;
    border-color: rgba(62, 68, 77, 0.5);
  }
  .navbar-light.top-nav-collapse .navbar-brand .logo {
    display: inherit;
  }
  .navbar-light.top-nav-collapse .navbar-brand .logo-collapse {
    display: inherit;
  }
  .navbar-light.top-nav-collapse a {
    color: #3e444d;
  }
  .navbar-light.top-nav-collapse li a {
    color: #3e444d;
	  
  }
  .navbar-light.top-nav-collapse .nav li a {
    color: #3e444d;

  }
  .navbar-light.top-nav-collapse .nav li a:after {
    background: #a67a4e;
  }
  .navbar-light.top-nav-collapse .nav li a:hover,
  .navbar-light.top-nav-collapse .nav li a:focus,
  .navbar-light.top-nav-collapse .nav li a:active {
    color: #3e444d;
  }

.intro-img,
.intro-img-half,
.intro-slider,
.intro-slider-half,
.intro-video {
  width: 100%;
  text-align: center;
}
.intro-img .intro-welcome,
.intro-img-half .intro-welcome,
.intro-slider .intro-welcome,
.intro-slider-half .intro-welcome,
.intro-video .intro-welcome {
  font-size: 20px;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.intro-img .brand-heading,
.intro-img-half .brand-heading,
.intro-slider .brand-heading,
.intro-slider-half .brand-heading,
.intro-video .brand-heading {
  font-size: 30px;
  margin: 0;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: 700;
}
.intro-img .intro-body,
.intro-img-half .intro-body,
.intro-slider .intro-body,
.intro-slider-half .intro-body,
.intro-video .intro-body {
  position: relative;
}
.intro-img .overlay,
.intro-img-half .overlay,
.intro-slider .overlay,
.intro-slider-half .overlay,
.intro-video .overlay {
  display: none;
}
@media (min-width: 768px) {
  .intro-img .intro-welcome,
  .intro-slider .intro-welcome,
  .intro-video .intro-welcome,
  .intro-img-half .intro-welcome,
  .intro-slider-half .intro-welcome {
    font-size: 30px;
    margin: 0 0 -20px;
  }
  .intro-img .brand-heading,
  .intro-slider .brand-heading,
  .intro-video .brand-heading,
  .intro-img-half .brand-heading,
  .intro-slider-half .brand-heading {
    font-size: 55px;
  }
  .intro-img .intro-body,
  .intro-slider .intro-body,
  .intro-video .intro-body,
  .intro-img-half .intro-body,
  .intro-slider-half .intro-body {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .intro-img .overlay,
  .intro-slider .overlay,
  .intro-video .overlay,
  .intro-img-half .overlay,
  .intro-slider-half .overlay {
    display: block;
    width: 100%;
    /*background-color: black;*/
    background-image: url('../img/diagonal-noise.png');
    opacity: 0.3;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (min-width: 1025px) {
  .intro-img .intro-welcome,
  .intro-slider .intro-welcome,
  .intro-video .intro-welcome,
  .intro-img-half .intro-welcome,
  .intro-slider-half .intro-welcome {
    font-size: 40px;
	text-transform: uppercase;
	margin:0 ;  
  }
  .intro-img .brand-heading,
  .intro-slider .brand-heading,
  .intro-video .brand-heading,
  .intro-img-half .brand-heading,
  .intro-slider-half .brand-heading {
    font-size: 70px;
	font-weight: 700;  
  }
}
.intro-img,
.intro-img-half,
.intro-video {
  height: auto;
}
.intro-img,
.intro-img-half,
.intro-video {
  padding: 100px 0 50px;
}
.intro-slider,
.intro-slider-half {
  padding: 0;
  height: 500px;
}
@media only screen and (min-width: 768px) {
  .intro-img,
  .intro-slider,
  .intro-video,
  .video-bg {
    padding: 0;
    height: 100%;
    min-height: 0;
  }
  .intro-img .overlay,
  .intro-slider .overlay,
  .intro-video .overlay,
  .video-bg .overlay {
    height: 100%;
  }
  .intro-img-half {
    height: 60%;
    min-height: 0;
  }
  .intro-img-half .overlay {
    height: 60%;
    min-height: 0;
  }
  .intro-slider-half {
    height: 60%;
    min-height: 0;
  }
  .intro-slider-half .overlay {
    height: 100%;
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .intro-img .intro-body,
  .intro-video .intro-body {
    top: 30%;
  }
  .intro-img-half .intro-body {
    top: 15%;
  }
  .intro-slider .intro-body {
    top: 0;
	  
  }.intro-slider .intro-body h2{
    text-transform: uppercase;
	margin:0; 
	  
  }
	
  .intro-slider-half .intro-body {
    top: 0;
    margin-top: -25px;
  }
}
.intro-img,
.intro-img-half {
  background-color: #3e444d;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro-img .carousel h4,
.intro-img-half .carousel h4 {
  font-size: 16px;
  height: 50px;
}
.intro-slider,
.intro-slider-half {
  background-color: #3e444d;
}
.intro-slider .carousel,
.intro-slider-half .carousel {
  height: 100%;
}
.intro-slider .carousel h4,
.intro-slider-half .carousel h4 {
  font-size: 22px;
}
.intro-slider .carousel-inner,
.intro-slider-half .carousel-inner {
  height: 100%;
}
.intro-slider .item,
.intro-slider-half .item {
  height: 100%;
}
.intro-slider .carousel-caption,
.intro-slider-half .carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  top: 100px;
  bottom: 0;
}
.intro-slider .fill,
.intro-slider-half .fill {
  width: 100%;
  height: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
@media (min-width: 768px) {
  .intro-slider .carousel-caption,
  .intro-slider-half .carousel-caption {
    width: auto;
    right: 0;
    left: 0;
    top: 30%;
    bottom: 0;
  }
  .intro-slider .carousel h4,
  .intro-slider-half .carousel h4 {
    font-size: 26px;
  }
  .intro-slider .carousel-caption,
  .intro-slider-half .carousel-caption {
    width: auto;
  }
}
.video-bg {
  position: relative;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.intro-video {
  position: relative;
  background: no-repeat bottom center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  z-index: 1;
}
@media (min-width: 768px) {
  .intro-video {
    position: absolute;
    background: transparent;
  }
}
.intro-img .carousel h4,
.intro-img-half .carousel h4,
.intro-video .carousel h4 {
  font-size: 16px;
  height: 50px;
}
@media (min-width: 768px) {
  .intro-img .carousel h4,
  .intro-img-half .carousel h4,
  .intro-video .carousel h4 {
    font-size: 22px;
    height: auto;
  }
}
@media (min-width: 1025px) {
  .intro-img .carousel h4,
  .intro-img-half .carousel h4,
  .intro-video .carousel h4 {
    font-size: 26px;
    height: auto;
  }
}
.intro-dark-bg {
  color: #f4f5f7;
}
.intro-light-bg {
  color: #3e444d;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.btn-scroll-dark,
.btn-scroll-light {
  font-size: 30px;
  background: transparent;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  line-height: 45px;
  margin-top: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-scroll-dark:hover,
.btn-scroll-light:hover,
.btn-scroll-dark:focus,
.btn-scroll-light:focus,
.btn-scroll-dark:active,
.btn-scroll-light:active {
  outline: none;
}
.btn-scroll-dark {
  color: #3e444d;
  border: 2px solid #3e444d;
}
.btn-scroll-dark:hover,
.btn-scroll-dark:focus,
.btn-scroll-dark:active {
  color: #3e444d;
  background: rgba(62, 68, 77, 0.2);
}
.btn-scroll-light {
  color: #f4f5f7;
  border: 2px solid #f4f5f7;
}
.btn-scroll-light:hover,
.btn-scroll-light:focus,
.btn-scroll-light:active {
  color: #f4f5f7;
  background: rgba(244, 245, 247, 0.2);
}
@media (min-width: 768px) {
  .btn-scroll-dark,
  .btn-scroll-light {
    margin-top: 30px;
  }
}

/* ABOUT */

.about-3  h1 {
text-transform: uppercase;
font-weight: 700;	
}

.about-3 h2 {
line-height: 1.4;
font-weight: 400;
margin:0;	
	
}

.about-3 h3 {
line-height: 1.4;
font-weight: 400;
margin:0 0 1em;	
	
}

.about-3 a {
	color:#212121;
}
.about-3 a:hover {
	color:#f4f5f7;
}
.about-3 img {
	margin: 2em 0 .5em;
}

.about-1 #about-1-carousel .item,
.about-3 #about-1-carousel .item,
.about-1 #about-3-carousel .item,
.about-3 #about-3-carousel .item {
  margin: 30px;
}
.about-1 #about-1-carousel .item .info .list-inline,
.about-3 #about-1-carousel .item .info .list-inline,
.about-1 #about-3-carousel .item .info .list-inline,
.about-3 #about-3-carousel .item .info .list-inline {
  font-size: 18px;
}
.about-1 #about-1-carousel .item .info p,
.about-3 #about-1-carousel .item .info p,
.about-1 #about-3-carousel .item .info p,
.about-3 #about-3-carousel .item .info p {
  margin: 0 0 10px;
}
@media (min-width: 767px) {
  .about-1 #about-1-carousel .item,
  .about-3 #about-1-carousel .item,
  .about-1 #about-3-carousel .item,
  .about-3 #about-3-carousel .item {
    width: 225px;
    height: 225px;
    margin: 15px auto;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 15px rgba(244, 245, 247, 0.5);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
  .about-1 #about-1-carousel .item:hover,
  .about-3 #about-1-carousel .item:hover,
  .about-1 #about-3-carousel .item:hover,
  .about-3 #about-3-carousel .item:hover {
    box-shadow: none;
  }
  .about-1 #about-1-carousel .item:hover .info,
  .about-3 #about-1-carousel .item:hover .info,
  .about-1 #about-3-carousel .item:hover .info,
  .about-3 #about-3-carousel .item:hover .info {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  .about-1 #about-1-carousel .item:hover .info p,
  .about-3 #about-1-carousel .item:hover .info p,
  .about-1 #about-3-carousel .item:hover .info p,
  .about-3 #about-3-carousel .item:hover .info p,
  .about-1 #about-1-carousel .item:hover .info ul,
  .about-3 #about-1-carousel .item:hover .info ul,
  .about-1 #about-3-carousel .item:hover .info ul,
  .about-3 #about-3-carousel .item:hover .info ul {
    opacity: 1;
  }
  .about-1 #about-1-carousel .item .info,
  .about-3 #about-1-carousel .item .info,
  .about-1 #about-3-carousel .item .info,
  .about-3 #about-3-carousel .item .info {
    position: absolute;
    background: rgba(67, 154, 213, 0.8);
    width: inherit;
    height: inherit;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-backface-visibility: hidden;
  }
  .about-1 #about-1-carousel .item .info h3,
  .about-3 #about-1-carousel .item .info h3,
  .about-1 #about-3-carousel .item .info h3,
  .about-3 #about-3-carousel .item .info h3 {
    color: #f4f5f7;
    font-size: 24px;
    margin: 0 30px;
    padding: 45px 0 0 0;
    height: 120px;
  }
  .about-1 #about-1-carousel .item .info p,
  .about-3 #about-1-carousel .item .info p,
  .about-1 #about-3-carousel .item .info p,
  .about-3 #about-3-carousel .item .info p {
    color: #f4f5f7;
    color: rgba(244, 245, 247, 0.8);
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 14px;
    border-top: 1px solid rgba(244, 245, 247, 0.5);
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    -moz-transition: all 0.4s ease-in-out 0.4s;
    -o-transition: all 0.4s ease-in-out 0.4s;
    -ms-transition: all 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
  }
  .about-1 #about-1-carousel .item .info ul,
  .about-3 #about-1-carousel .item .info ul,
  .about-1 #about-3-carousel .item .info ul,
  .about-3 #about-3-carousel .item .info ul {
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0.4s;
    -moz-transition: all 0.4s ease-in-out 0.4s;
    -o-transition: all 0.4s ease-in-out 0.4s;
    -ms-transition: all 0.4s ease-in-out 0.4s;
    transition: all 0.4s ease-in-out 0.4s;
  }
  .about-1 #about-1-carousel .item .info ul li a,
  .about-3 #about-1-carousel .item .info ul li a,
  .about-1 #about-3-carousel .item .info ul li a,
  .about-3 #about-3-carousel .item .info ul li a {
    color: #f4f5f7;
    color: rgba(244, 245, 247, 0.8);
  }
  .about-1 #about-1-carousel .item .info ul li a:hover,
  .about-3 #about-1-carousel .item .info ul li a:hover,
  .about-1 #about-3-carousel .item .info ul li a:hover,
  .about-3 #about-3-carousel .item .info ul li a:hover {
    color: #f4f5f7;
  }
}
@media (min-width: 767px) {
  .about-img-1 {
    background-image: url(../img/demo-portraits/portrait-1.jpg);
  }
  .about-img-2 {
    background-image: url(../img/demo-portraits/portrait-2.jpg);
  }
  .about-img-3 {
    background-image: url(../img/demo-portraits/portrait-3.jpg);
  }
  .about-img-4 {
    background-image: url(../img/demo-portraits/portrait-4.jpg);
  }
}

/*WHERE */

.where h1 {
	text-transform: uppercase;
	font-weight: 700;	
}
.where h2 {
	line-height: 1.4;
	margin:0 0 1em;
}

.where h3 {
	line-height: 1.4;
	margin:0 0 1em;
}

.map {
	padding:0;
	margin:1em 0;
}



/* CONTACT FORM */
	
.contact-1 h3 {
	margin-top:.5em;	
	font-weight:400;
	line-height: 1.4;
	margin: 0 0 1em;
}
.contact-1 h1 {
	font-weight:600;
	text-transform: uppercase;
}
.contact-1 .fa-inverse {
    color: #f7f7f7;
}
.contact-1 .fa-inverse:hover {
	color:#19bb9b;	
}	
	
.contact-1.col-left {
	padding-top:2em;	
}
.form-control {
	border-radius:2px;
	box-shadow:none;
	color:#3e454d;	

}

form#contactForm {
	margin-top:1em;
	
}
.contact-1 .control-group {
	margin-right:0;
	margin-left:0;
	padding:0;
	font-size: 1em;
	color:#212121;
}
.form-control:focus {
	border-color:#ccc;
	box-shadow:none;	
}

.contact-form {
	margin-top:40px;	
}


.alert-danger {
    background-color: #BFAF93;
    border-color: #723D1E;
    color: #723D1E;
}
.alert {
    border: 1px solid transparent;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 15px;
}

.alert-success {
    background-color: #e8f8f5;
    border-color: #8cddcd;
    color: #3c763d;
}

.contact-1 form .floating-label-form-group,.contact-2 form .floating-label-form-group{
	position:relative;
	margin-bottom:1em;
	padding-bottom:0
	}
.contact-1 form .floating-label-form-group input,.contact-2 form .floating-label-form-group input,.contact-1 form .floating-label-form-group textarea,.contact-2 form .floating-label-form-group textarea{
	z-index:1;
	position:relative;
	padding-right:0;
	padding-left:0;
	border:0;
	border-radius:0;
	font-size:1em;
	background:0 0;
	box-shadow:none!important;
	resize:none
	}
.contact-1 form .floating-label-form-group label,.contact-2 form .floating-label-form-group label{
	display:block;
	z-index:0;
	position:relative;
	top:2em;
	margin:0;
	font-size:.85em;
	line-height:1.764705882em;
	vertical-align:middle;
	vertical-align:baseline;
	opacity:0;
	-webkit-transition:top .3s ease,opacity .3s ease;
	-moz-transition:top .3s ease,opacity .3s ease;
	-ms-transition:top .3s ease,opacity .3s ease;
	transition:top .3s ease,opacity .3s ease
	}
.contact-1 form .floating-label-form-group::not(:first-child),.contact-2 form .floating-label-form-group::not(:first-child){
	padding-left:14px
	}
.contact-1 form .floating-label-form-group-with-value label,.contact-2 form .floating-label-form-group-with-value label{
	top:0;
	opacity:1
	}
.contact-1 form .floating-label-form-group-with-focus label,.contact-2 form .floating-label-form-group-with-focus label{
	color:#19bb9b
	}
.contact-1 form .floating-label-form-group,.contact-1.bg-lighter form .floating-label-form-group,.contact-2 form .floating-label-form-group,.contact-2.bg-lighter form .floating-label-form-group,.contact-1.bg-parallax-light form .floating-label-form-group,.contact-2.bg-parallax-light form .floating-label-form-group{
	border:none;
	background-color:#d6cab8;
	padding-top:.75em;

	}
.contact-1 form .floating-label-form-group::not(:first-child),.contact-1.bg-lighter form .floating-label-form-group::not(:first-child),.contact-2 form .floating-label-form-group::not(:first-child),.contact-2.bg-lighter form .floating-label-form-group::not(:first-child),.contact-1.bg-parallax-light form .floating-label-form-group::not(:first-child),.contact-2.bg-parallax-light form .floating-label-form-group::not(:first-child){
	border:1px solid #ccc;
	background-color:#fff;
	border-radius:2px;
	padding-top:0;
	}
.contact-1 form .floating-label-form-group .form-control,.contact-1.bg-lighter form .floating-label-form-group .form-control,.contact-2 form .floating-label-form-group .form-control,.contact-2.bg-lighter form .floating-label-form-group .form-control,.contact-1.bg-parallax-light form .floating-label-form-group .form-control,.contact-2.bg-parallax-light form .floating-label-form-group .form-control{
	color:#3F3736;
	}
.contact-1 form .row:first-child .floating-label-form-group,.contact-1.bg-lighter form .row:first-child .floating-label-form-group,.contact-2 form .row:first-child .floating-label-form-group,.contact-2.bg-lighter form .row:first-child .floating-label-form-group,.contact-1.bg-parallax-light form .row:first-child .floating-label-form-group,.contact-2.bg-parallax-light form .row:first-child .floating-label-form-group{
	padding-top:.75em;
	/*border:1px solid #ccc;*/
	background-color: #d6cab8;
	}
	
.contact-1 ::-webkit-input-placeholder,.contact-1.bg-lighter ::-webkit-input-placeholder,.contact-2 ::-webkit-input-placeholder,.contact-2.bg-lighter ::-webkit-input-placeholder,.contact-1.bg-parallax-light ::-webkit-input-placeholder,.contact-2.bg-parallax-light ::-webkit-input-placeholder{
	text-transform:uppercase;
	color:#3F3736!important
	}
.contact-1 :-moz-placeholder,.contact-1.bg-lighter :-moz-placeholder,.contact-2 :-moz-placeholder,.contact-2.bg-lighter :-moz-placeholder,.contact-1.bg-parallax-light :-moz-placeholder,.contact-2.bg-parallax-light :-moz-placeholder{
	text-transform:uppercase;
	color:#8a8c8e!important
	}
	
.contact-1 ::-moz-placeholder,.contact-1.bg-lighter ::-moz-placeholder,.contact-2 ::-moz-placeholder,.contact-2.bg-lighter ::-moz-placeholder,.contact-1.bg-parallax-light ::-moz-placeholder,.contact-2.bg-parallax-light ::-moz-placeholder{
	text-transform:uppercase;
	color:#8a8c8e!important
	}
	
	
.contact-1 :-ms-input-placeholder,.contact-1.bg-lighter :-ms-input-placeholder,.contact-2 :-ms-input-placeholder,.contact-2.bg-lighter :-ms-input-placeholder,.contact-1.bg-parallax-light :-ms-input-placeholder,.contact-2.bg-parallax-light :-ms-input-placeholder{
	text-transform:uppercase;
	color:#8a8c8e!important
	}
	
	
	
.contact-1.bg-parallax-dark form .floating-label-form-group,.contact-1.bg-dark form .floating-label-form-group,.contact-1.bg-primary form .floating-label-form-group,.contact-1.bg-secondary form .floating-label-form-group,.contact-1.bg-success form .floating-label-form-group,.contact-1.bg-info form .floating-label-form-group,.contact-1.bg-warning form .floating-label-form-group,.contact-1.bg-danger form .floating-label-form-group,.contact-2.bg-parallax-dark form .floating-label-form-group,.contact-2.bg-dark form .floating-label-form-group,.contact-2.bg-primary form .floating-label-form-group,.contact-2.bg-secondary form .floating-label-form-group,.contact-2.bg-success form .floating-label-form-group,.contact-2.bg-info form .floating-label-form-group,.contact-2.bg-warning form .floating-label-form-group,.contact-2.bg-danger form .floating-label-form-group{
	border-bottom:1px solid #f7f7f7
	}
.contact-1.bg-parallax-dark form .floating-label-form-group::not(:first-child),.contact-1.bg-dark form .floating-label-form-group::not(:first-child),.contact-1.bg-primary form .floating-label-form-group::not(:first-child),.contact-1.bg-secondary form .floating-label-form-group::not(:first-child),.contact-1.bg-success form .floating-label-form-group::not(:first-child),.contact-1.bg-info form .floating-label-form-group::not(:first-child),.contact-1.bg-warning form .floating-label-form-group::not(:first-child),.contact-1.bg-danger form .floating-label-form-group::not(:first-child),.contact-2.bg-parallax-dark form .floating-label-form-group::not(:first-child),.contact-2.bg-dark form .floating-label-form-group::not(:first-child),.contact-2.bg-primary form .floating-label-form-group::not(:first-child),.contact-2.bg-secondary form .floating-label-form-group::not(:first-child),.contact-2.bg-success form .floating-label-form-group::not(:first-child),.contact-2.bg-info form .floating-label-form-group::not(:first-child),.contact-2.bg-warning form .floating-label-form-group::not(:first-child),.contact-2.bg-danger form .floating-label-form-group::not(:first-child){
	border-left:1px solid #f7f7f7
	}
.contact-1.bg-parallax-dark form .floating-label-form-group .form-control,.contact-1.bg-dark form .floating-label-form-group .form-control,.contact-1.bg-primary form .floating-label-form-group .form-control,.contact-1.bg-secondary form .floating-label-form-group .form-control,.contact-1.bg-success form .floating-label-form-group .form-control,.contact-1.bg-info form .floating-label-form-group .form-control,.contact-1.bg-warning form .floating-label-form-group .form-control,.contact-1.bg-danger form .floating-label-form-group .form-control,.contact-2.bg-parallax-dark form .floating-label-form-group .form-control,.contact-2.bg-dark form .floating-label-form-group .form-control,.contact-2.bg-primary form .floating-label-form-group .form-control,.contact-2.bg-secondary form .floating-label-form-group .form-control,.contact-2.bg-success form .floating-label-form-group .form-control,.contact-2.bg-info form .floating-label-form-group .form-control,.contact-2.bg-warning form .floating-label-form-group .form-control,.contact-2.bg-danger form .floating-label-form-group .form-control{
	color:#fff
	}
.contact-1.bg-parallax-dark form .row:first-child .floating-label-form-group,.contact-1.bg-dark form .row:first-child .floating-label-form-group,.contact-1.bg-primary form .row:first-child .floating-label-form-group,.contact-1.bg-secondary form .row:first-child .floating-label-form-group,.contact-1.bg-success form .row:first-child .floating-label-form-group,.contact-1.bg-info form .row:first-child .floating-label-form-group,.contact-1.bg-warning form .row:first-child .floating-label-form-group,.contact-1.bg-danger form .row:first-child .floating-label-form-group,.contact-2.bg-parallax-dark form .row:first-child .floating-label-form-group,.contact-2.bg-dark form .row:first-child .floating-label-form-group,.contact-2.bg-primary form .row:first-child .floating-label-form-group,.contact-2.bg-secondary form .row:first-child .floating-label-form-group,.contact-2.bg-success form .row:first-child .floating-label-form-group,.contact-2.bg-info form .row:first-child .floating-label-form-group,.contact-2.bg-warning form .row:first-child .floating-label-form-group,.contact-2.bg-danger form .row:first-child .floating-label-form-group{
	border-top:1px solid #f7f7f7
	}
.contact-1.bg-parallax-dark ::-webkit-input-placeholder,.contact-1.bg-dark ::-webkit-input-placeholder,.contact-1.bg-primary ::-webkit-input-placeholder,.contact-1.bg-secondary ::-webkit-input-placeholder,.contact-1.bg-success ::-webkit-input-placeholder,.contact-1.bg-info ::-webkit-input-placeholder,.contact-1.bg-warning ::-webkit-input-placeholder,.contact-1.bg-danger ::-webkit-input-placeholder,.contact-2.bg-parallax-dark ::-webkit-input-placeholder,.contact-2.bg-dark ::-webkit-input-placeholder,.contact-2.bg-primary ::-webkit-input-placeholder,.contact-2.bg-secondary ::-webkit-input-placeholder,.contact-2.bg-success ::-webkit-input-placeholder,.contact-2.bg-info ::-webkit-input-placeholder,.contact-2.bg-warning ::-webkit-input-placeholder,.contact-2.bg-danger ::-webkit-input-placeholder{
	color:rgba(244,245,247,.8)!important
	}
.contact-1.bg-parallax-dark :-moz-placeholder,.contact-1.bg-dark :-moz-placeholder,.contact-1.bg-primary :-moz-placeholder,.contact-1.bg-secondary :-moz-placeholder,.contact-1.bg-success :-moz-placeholder,.contact-1.bg-info :-moz-placeholder,.contact-1.bg-warning :-moz-placeholder,.contact-1.bg-danger :-moz-placeholder,.contact-2.bg-parallax-dark :-moz-placeholder,.contact-2.bg-dark :-moz-placeholder,.contact-2.bg-primary :-moz-placeholder,.contact-2.bg-secondary :-moz-placeholder,.contact-2.bg-success :-moz-placeholder,.contact-2.bg-info :-moz-placeholder,.contact-2.bg-warning :-moz-placeholder,.contact-2.bg-danger :-moz-placeholder{
	color:rgba(244,245,247,.8)!important
	}
.contact-1.bg-parallax-dark ::-moz-placeholder,.contact-1.bg-dark ::-moz-placeholder,.contact-1.bg-primary ::-moz-placeholder,.contact-1.bg-secondary ::-moz-placeholder,.contact-1.bg-success ::-moz-placeholder,.contact-1.bg-info ::-moz-placeholder,.contact-1.bg-warning ::-moz-placeholder,.contact-1.bg-danger ::-moz-placeholder,.contact-2.bg-parallax-dark ::-moz-placeholder,.contact-2.bg-dark ::-moz-placeholder,.contact-2.bg-primary ::-moz-placeholder,.contact-2.bg-secondary ::-moz-placeholder,.contact-2.bg-success ::-moz-placeholder,.contact-2.bg-info ::-moz-placeholder,.contact-2.bg-warning ::-moz-placeholder,.contact-2.bg-danger ::-moz-placeholder{
	color:rgba(244,245,247,.8)!important
	}
.contact-1.bg-parallax-dark :-ms-input-placeholder,.contact-1.bg-dark :-ms-input-placeholder,.contact-1.bg-primary :-ms-input-placeholder,.contact-1.bg-secondary :-ms-input-placeholder,.contact-1.bg-success :-ms-input-placeholder,.contact-1.bg-info :-ms-input-placeholder,.contact-1.bg-warning :-ms-input-placeholder,.contact-1.bg-danger :-ms-input-placeholder,.contact-2.bg-parallax-dark :-ms-input-placeholder,.contact-2.bg-dark :-ms-input-placeholder,.contact-2.bg-primary :-ms-input-placeholder,.contact-2.bg-secondary :-ms-input-placeholder,.contact-2.bg-success :-ms-input-placeholder,.contact-2.bg-info :-ms-input-placeholder,.contact-2.bg-warning :-ms-input-placeholder,.contact-2.bg-danger :-ms-input-placeholder{
	color:rgba(244,245,247,.8)!important
	}


.bg-parallax-light,
.bg-parallax-dark {
  width: 100%;
  height: auto;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
}
.bg-parallax-light {
  color: #3e444d;
}
.bg-parallax-dark {
  color: #f4f5f7;
}
.aside-overlay,
.section-overlay {
  background-color: rgba(148, 86, 25, 0);
}
.aside-overlay {
  padding: 200px 0;
}
.section-overlay {
  padding: 100px 0;
}
@media (min-width: 767px) {
  .bg-parallax-light,
  .bg-parallax-dark {
    background-attachment: fixed;
  }
}
.screen-cta {
  padding-bottom: 0;
  overflow-y: hidden;
}
.clients #clients-carousel {
  list-style: none;
  padding: 0;
}
.clients #clients-carousel li.item {
  margin: 0 15px;
}
.bg-light {
  background: #f4f5f7 !important;
  color: #3e444d !important;
}
.bg-dark {
  background: #a67a4e !important;
  color: #f4f5f7 !important;
}
.bg-lighter {
  background: #fdfdfd;
  color: #3e444d !important;
}
.bg-primary {
  background: #a67a4e !important;
  color: #f4f5f7 !important;
}
.bg-success {
  background: #2ecc71 !important;
  color: #f4f5f7 !important;
}
.bg-info {
  background: #5fc9d3 !important;
  color: #f4f5f7 !important;
}
.bg-warning {
  background: #e67e22 !important;
  color: #f4f5f7 !important;
}
.bg-danger {
  background: #e74c3c !important;
  color: #f4f5f7 !important;
}



@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}

  
.btn {
  text-transform: uppercase;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  outline: none !important;
}
ul.button-list li {
  padding: 0;
}
ul.button-list li:first-child {
  margin-bottom: 10px;
  padding-right: 0;
}
@media (min-width: 767px) {
  ul.button-list li:first-child {
    padding-right: 5px;
  }
}
.btn-default {
  color: #3e444d;
  background-color: #f4f5f7;
  border-color: #c8cdd7;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #3e444d;
  background-color: #dce0e6;
  border-color: #a4adbd;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #f4f5f7;
  border-color: #c8cdd7;
}
.btn-default .badge {
  color: #f4f5f7;
  background-color: #3e444d;
}

/* BUTTON PRIMARY */

.btn-primary {
  color: #f4f5f7;
  background-color: #a67a4e;
  border: none;
  border-radius: 0;
  padding:1em;
  font-size: 16px;	
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #f4f5f7;
  background-color: #e0a569;
  border-color: #236c9e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #a67a4e;
  border-color: #2e8fd0;
}
.btn-primary .badge {
  color: #a67a4e;
  background-color: #f4f5f7;
}



.btn-success {
  color: #f4f5f7;
  background-color: #2ecc71;
  border-color: #29b765;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #f4f5f7;
  background-color: #26ab5f;
  border-color: #1e854a;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #2ecc71;
  border-color: #29b765;
}
.btn-success .badge {
  color: #2ecc71;
  background-color: #f4f5f7;
}
.btn-info {
  color: #f4f5f7;
  background-color: #5fc9d3;
  border-color: #4bc2cd;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #f4f5f7;
  background-color: #3fbeca;
  border-color: #2fa1ac;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5fc9d3;
  border-color: #4bc2cd;
}
.btn-info .badge {
  color: #5fc9d3;
  background-color: #f4f5f7;
}
.btn-warning {
  color: #f4f5f7;
  background-color: #e67e22;
  border-color: #d67118;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #f4f5f7;
  background-color: #c96a17;
  border-color: #9f5412;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #e67e22;
  border-color: #d67118;
}
.btn-warning .badge {
  color: #e67e22;
  background-color: #f4f5f7;
}
.btn-danger {
  color: #f4f5f7;
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #f4f5f7;
  background-color: #df2e1b;
  border-color: #b62516;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
  border-color: #e43725;
}
.btn-danger .badge {
  color: #e74c3c;
  background-color: #f4f5f7;
}
.btn-raised {
  border-bottom-width: 4px;
  transition: none;
}
.btn-raised:active,
.btn-raised.active,
.btn-raised .open .dropdown-toggle {
  outline: none;
  border-bottom-width: 3px;
  margin-top: 1px;
}
.btn-outline.btn-light,
.btn-outline.btn-dark,
.btn-outline.btn-primary,
.btn-outline.btn-secondary,
.btn-outline.btn-success,
.btn-outline.btn-info,
.btn-outline.btn-warning,
.btn-outline.btn-danger {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transitino: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-outline.btn-light {
  border: 1px solid #f4f5f7;
  color: #f4f5f7;
}
.btn-outline.btn-light:hover,
.btn-outline.btn-light:focus {
  border: 1px solid #f4f5f7;
  color: #3e444d;
  background-color: #f4f5f7;
}
.btn-outline.btn-dark {
  border: 1px solid #3e444d;
  color: #3e444d;
  background-color: transparent;
}
.btn-outline.btn-dark:hover,
.btn-outline.btn-dark:focus {
  border: 1px solid #3e444d;
  outline: none;
  color: #f4f5f7;
  background-color: #3e444d;
}
.btn-outline.btn-primary {
  border: 1px solid #a67a4e;
  color: #a67a4e;
  background-color: transparent;
}
.btn-outline.btn-primary:hover,
.btn-outline.btn-primary:focus {
  border: 1px solid #a67a4e;
  outline: none;
  color: #f4f5f7;
  background-color: #a67a4e;
}
.btn-outline.btn-success {
  border: 1px solid #2ecc71;
  color: #2ecc71;
  background-color: transparent;
}
.btn-outline.btn-success:hover,
.btn-outline.btn-success:focus {
  border: 1px solid #2ecc71;
  outline: none;
  color: #f4f5f7;
  background-color: #2ecc71;
}
.btn-outline.btn-info {
  border: 1px solid #5fc9d3;
  color: #5fc9d3;
  background-color: transparent;
}
.btn-outline.btn-info:hover,
.btn-outline.btn-info:focus {
  border: 1px solid #5fc9d3;
  outline: none;
  color: #f4f5f7;
  background-color: #5fc9d3;
}
.btn-outline.btn-warning {
  border: 1px solid #e67e22;
  color: #e67e22;
  background-color: transparent;
}
.btn-outline.btn-warning:hover,
.btn-outline.btn-warning:focus {
  border: 1px solid #e67e22;
  outline: none;
  color: #f4f5f7;
  background-color: #e67e22;
}
.btn-outline.btn-danger {
  border: 1px solid #e74c3c;
  color: #e74c3c;
  background-color: transparent;
}
.btn-outline.btn-danger:hover,
.btn-outline.btn-danger:focus {
  border: 1px solid #e74c3c;
  outline: none;
  color: #f4f5f7;
  background-color: #e74c3c;
}
.btn-rounded {
  border-radius: 5em;
}
.btn-square {
  border-radius: 0;
}
.btn-social-dark {
  background-color: transparent;
  color: #3e444d;
}
.btn-social-light {
  background-color: transparent;
  color: #f4f5f7;
}


.footer-1 .upper {
  padding: 50px 0;
  color: #f4f5f7;
  background-color: #272b31;
}
.footer-1 .upper p {
  color: rgba(244, 245, 247, 0.8);
}
.footer-1 .upper h2 {
  padding-bottom: 10px;
}
.footer-1 .upper h4 {
  padding-bottom: 10px;
  padding-top: 25px;
}
.footer-1 .upper .footer-links li {
  padding-bottom: 10px;
}
.footer-1 .upper .footer-links li a {
  color: #f4f5f7;
}
.footer-1 .upper .footer-links li a:hover {
  color: #a67a4e;
}
.footer-1 .lower {
  padding: 15px 0;
  background-color: #a67a4e;
}
.footer-1 .lower .small {
  color: rgba(244, 245, 247, 0.7);
}
.footer-1 a {
	color:#3e444d;
}

/* MEDIA QUERIES */

@media (max-width: 990px) {
  .footer-1,
  .footer-2 {
    text-align: center;
  }
h2 {
  font-size: 24px;
  margin:0 0 1em ;	
}
	
.intro-img .brand-heading,
.intro-img-half .brand-heading,
.intro-slider .brand-heading,
.intro-slider-half .brand-heading,
.intro-video .brand-heading {
  font-size: 36px;
  margin: 0;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-weight: 700;
}
	
}
