html {
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #000;
	line-height: 1.6;
	font-weight: 200;
}

	.external {
        display: table;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
      }
     .middle {
        display: table-cell;
        vertical-align: middle;
      }
     .internal {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
      }

::-moz-selection {
  color: #fff;
  background: #5888B2;
}

::selection {
  color: #FFF;
  background: #6E6E6E;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  text-decoration: none;
}

.sm_icon{
	color: #000;
}

a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  color: #000;
}

.titulo-portfolio1{
    color: #000;
    margin-bottom: 40px;
    font-weight: 600;
}

.titulo-portfolio2{
    color: #FFF;
    font-weight: 600;
}

.titulo-portfolio3{
    color: #000;
    font-weight: 200;
    margin-top: 30px;
}

#no-botton-space{
    margin-bottom: 0;
}

.container-fluid {
  max-width: 1600px;
}

.btn {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
}

.btn.btn-outline-light {
  border-width: 2px;
}

.btn.uppercase {
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: .2em;
}

.btn.btn-primary {
  background: none;
  border-width: 2px;
}

.btn.btn-primary:hover {
  background: #5888B2;
}

.btn, .form-control {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:focus, .btn:active, .form-control:focus, .form-control:active {
  outline: none;
}

.btn-outline-primary {
    color: #585858;
    background-color: #FFF;
    background-image: none;
    border-color: #BDBDBD;
    margin-bottom: 20px;
    margin-top: 30px;
}

.btn-outline-primary:hover {
    color: #FFF;
    background-color: #000;
    border-color: #000;
}

.btn-outline-primary2 {
    color: #6c757d;
    background-color: #FFF;
    background-image: none;
    border-color: #BDBDBD;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 18px;
}

.btn-outline-primary2:hover {
    color: #FFF;
    background-color: #000;
    border-color: #000;
    font-size: 18px;
}

.btn-dark {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    font-size: 17px;
    padding: 8px;
    margin-bottom: 20px;
}

.icon-services{
    font-size: 30px;
    margin-bottom: 5px;
    color: #5888B2;
}

.icon-services2{
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 5px;
}

.section-services h3{
    font-weight: 500;
    font-size: 18px;
}



.header-section{
    margin-bottom: 50px;
	margin-top: 20px;
    font-size: 50px;
font-family: 'Amatic SC', cursive;
}

.header-section-index{
    margin-bottom: 20px;
	margin-top: 40px;
    font-size: 50px;
font-family: 'Amatic SC', cursive;
	color: #000;
}
	
.text-box-index{
	padding: 0 22%;
	color: #000;
}

.link-language-index{
	font-weight: 100; 
	font-size: 18px; 
	color: #000;

}

.link-language-index:hover{
	font-weight: 400; 
	font-size: 18px; 
	color: #fff; 
	background: #000;
	padding: 3px;
}

.text-links{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-decoration: underline;
	text-underline-offset: 3px;

}

.text-links:hover{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	background: #000;
	color: #fff;
	padding: 2px;
}

.opening{
	padding-top: 20px;
	
}

.songs{
	padding-top: 40px;
}

.photos{
	padding-top: 40px;
}

.videos{
	padding-top: 40px;
}

.contact{
	padding-top: 60px;
	padding-bottom: 60px;
} 

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle{
	background-color: #000;
	border-color: #000;
	color: #fff;
}

.services-margin-botton{
    margin-bottom: 40px;
}

dl, ol, ul {
    margin-bottom: 7%;
}

.img-web-portfolio{
    padding: 0%;
    border: 2px solid #848484;
    border-radius: 2px;
    margin-bottom: 10px;
    margin-top: 20px;
}

.margem-lateral{
    margin: 0px 15px;
}

.margem-lateral2{
    margin: 0px 7px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.line-section{
    border-top: 1px solid #E6E6E6;
    width: 60%;
    margin-top: 30px;
    margin-bottom: 45px;
}

.line-section2 {
    border-top: 2px solid #FFF;
    width: 70%;
    margin-top: 25px;
    margin-bottom: 10px;
}

.line-section3 {
    border-top: 1px solid #FFF;
    width: 70%;
    margin-top: 35px;
    margin-bottom: 0px;
}

.line-section4 {
    border-top: 1px solid #E6E6E6;
    width: 40%;
    margin-top: 5px;
    margin-bottom: 5px;
}
    
.form-control {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  height: 50px;
  border: 2px solid #cccccc;
}

.icon-social-media{
    font-size: 60px;
    margin: 10px;
    color: #FFF;
    border: 1px solid #000;
    height: 70px;
    width: 70px!important;
    background-color: #000;
    padding: 20px;
    border-radius: 50%;
}



.contact p{
	font-size: 16px;
	font-weight: 200;
	color: #000;
}

.icon-social-media-menu{
    font-size: 40px;
    color: #FFF;
    border: 1px solid #5888B2;
    height: 30px;
    width: 30px!important;
    background-color: #5888B2;
    padding: 5px;
    border-radius: 50%;
    margin-top: 70px;
}

.link-destaque{
    background-color: #FAFAFA; 
    font-weight: 500;
    color: #000;
    padding: 0 5px;
}

.link-destaque:hover{
    color: #fff;
    background-color: #000; 
    padding: 0 5px;
}

.fa-soundcloud{
    font-size: 42px;
}

.txt-ps{
    font-size: 15px;
    font-style: italic;
}

.site-hero2 {
    background-size: cover;
    background-position: center center;
    height: 100vh;
    min-height: 600px;
    width: 100%;
    /* background-attachment: fixed; */
    background-repeat: no-repeat;
}

@media (max-width: 576px){
    .icon-social-media{
        margin: 4px;
        font-size: 55px;
        height: 47px;
    }
    
    .fa-soundcloud{
    font-size: 38px;
    }
    
    /*.svg-inline--fa.fa-w-16 {
    width: 35px !important;
    }*/
}

.icon-social-media:hover{
    background-color: #5888B2;
    color: #FFF;
    border-color: #5888B2;
}

/*.svg-inline--fa.fa-w-16 {
    width: 30px;
}

.svg-inline--fa.fa-w-14{
    width: 30px;
}*/

.form-control:active, .form-control:focus {
  border: 2px solid #5888B2;
}

textarea.form-control {
  height: inherit;
}

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.menu-open .site-header {
  position: fixed;
}

.site-logo a {
  font-size: 25px;
  color: #fff;
  line-height: 1;
    margin-left: 3%;
    font-weight: 100;
}

.toggle-padding-right{
	padding-right: 2%
}

#logo-bold{
    font-weight: 600;
    color: #fff;
}

.site-navbar {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  min-height: 300px;
  overflow-y: scroll;
}

.logo-card a{
    font-size: 30px;
    color: #D8D8D8;
    line-height: 1;
    font-weight: 200;
}

.site-navbar nav {
  text-align: center;
}

.site-navbar nav .menu {
}

.site-navbar nav .menu li a {
  color: #000;
  font-size: 40px;
  padding: 5px;
  position: relative;
}

.site-navbar nav .menu li a:hover {
  color: #fff;
	background: #000;
	padding: 5px;
}

.site-navbar nav .menu li.active a {
  color: #000;
	font-weight: 600;

}

.site-navbar nav .menu li.active a:before {
  width: 100%;
}

.site-navbar nav .menu li.active a:hover {
  color: #fff;
	background: #000;
	padding: 5px;
}

.site-navbar .extra-info a {
  color: #000;
}

.site-navbar .extra-info ul li a {
  color: #000;
}

.site-navbar .extra-info h3 {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .2em;
  color: #adb5bd;
  margin-bottom: 30px;
}

.site-navbar .extra-info p {
  color: #212529;
}

.fixed-top-music {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 15px 7px 0 0;
	background: #1C1E1F;
}

.fixed-top-design {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 15px 7px 0 0;
	background: #040404;
}

.fixed-top-photo {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding: 15px 7px 0 0;
	background: #000000;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.full-height {
  height: 100vh;
  min-height: 650px;
}

.site-hero {
  background-size: cover;
  background-position: center center;
  height: 100vh;
  min-height: 700px;
  width: 100%;
    
    /* parallax scrolling effect */
    /*background-attachment: fixed;*/
    background-repeat: no-repeat;    
}

.site-hero .scroll-down {
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-transform: uppercase;
  font-size: 23px;
  color: #fff;
}

#english-version-btn{
    font-size: 23px;
	line-height: 2;
}

.site-hero .scroll-down > span {
  position: relative;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 13px;
  display: block;
}

.site-hero.overlay:before {
  background: rgba(0, 0, 0, 0.2);
  content: "";
  position: absolute;
  height: 100vh;
  min-height: 700px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.site-hero .btn-primary {
  color: #fff;
}

.site-hero-inner {
  height: 100vh;
  min-height: 600px;
}

.site-hero-inner .heading {
    font-size: 60px;
    color: #D8D8D8;
    font-weight: 100;
    line-height: 1.2;
    text-transform: uppercase;
}

.btn-outline-light {
    color: #FFF;
    background-color: #000;
    background-image: none;
    border-color: #f8f9fa;
    opacity: 0.5;
}

@media (max-width: 991.98px) {
  .site-hero-inner .heading {
    font-size: 40px;
  }
}

.site-hero-inner .sub-heading {
  font-size: 30px;
  font-weight: 200;
  color: #fff;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .site-hero-inner .sub-heading {
    font-size: 18px;
  }
}

.site-hero-inner .sub-heading a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
}

.site-hero-inner .sub-heading a:hover {
  color: white;
  border-bottom: 2px solid white;
}

.page-inside .site-hero-inner, .page-inside {
  height: 70vh;
  min-height: 500px;
}

.page-inside.overlay:before {
  height: 70vh;
  min-height: 500px;
}

.menu-open .site-menu-toggle span {
  background: #000;
}

.site-menu-toggle {
  float: right;
  width: 30px;
  height: 45px;
  position: relative;
  margin: 0px auto;
  z-index: 200;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.site-menu-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #BDBDBD;
  border-radius: 9px;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  margin-top: 5px;
}

.site-menu-toggle span:nth-child(1) {
  top: 0px;
}

.site-menu-toggle span:nth-child(2) {
  top: 10px;
}

.site-menu-toggle span:nth-child(3) {
  top: 20px;
}

.site-menu-toggle.open span:nth-child(1) {
  top: 13px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.site-menu-toggle.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.site-menu-toggle.open span:nth-child(3) {
  top: 13px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.section {
  padding: 20px 0;
}

.bg-secao{
    background-color: #424242;
    margin-bottom: 30px;
}

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

.caixa-texto{
    padding: 0 1%;
}


.music-description{
	margin-top: -40px;
}

.lead {
    margin-bottom: 35px
  }

@media (max-width: 576px){
    .caixa-texto{
    padding: 0 2%;
    font-size: 15px;
}
}

@media (max-width: 991.98px) {
  .section {
    padding: 3em 0;
  }
}

@media (max-width: 991.98px) {
  .lead {
    font-size: 16px;
  }
}

.titulo-sessao{
    font-weight: 200;
    font-style: italic;
    margin-bottom: 40px;
    font-size: 40px;
}

.titulo-sessao2{
    font-weight: 200;
    font-style: italic;
    color: #FFF;
}

.titulo-sessao3{
    font-weight: 200;
    font-style: italic;
    margin: 30px 0 40px 0;
}

.titulo-sessao1{
	font-weight: 100;
    margin-bottom: 40px;
	margin-top: 40px;
    font-size: 40px;
}

.visit-section .visit {
  position: relative;
  top: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.visit-section .visit a {
  color: #000;
}

.visit-section .visit a:hover {
  color: #5888B2;
}

.visit-section .visit img {
  -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}

.copyright{
    font-size: 16px;
}

.link-portfolio{
    color: #FFF;
    font-size: 13px;
}

.link-portfolio:hover{
    color: #5888B2;
}

.portfolio img{
    max-width: 100%;
    transition: transform .5s ease;
    padding: 10px 0px;
}

.row.no-padding [class*=col-]{
    padding: 0;
}

.portfolio img:hover{
    transform: scale(1.02);
}

.portfolio{
    overflow: hidden;
}

.visit-section .visit h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.visit-section .visit:hover, .visit-section .visit:focus {
  top: -1;
}

.visit-section .reviews-star span {
  font-size: 18px;
  color: #5888B2;
}

.visit-section .reviews-count {
  color: #ccc;
  font-style: italic;
}

.primary-bg-text p {
  color: rgba(255, 255, 255, 0.7);
}

.bg-light {
  position: relative;
  overflow: hidden;
  background: #5888B2 !important;
}

.bg-light:before {
  content: "";
  position: absolute;
  top: 0;
  height: 400px;
  width: 150%;
  left: 50%;
  background: #fff;
  -webkit-transform: rotate(-4deg) translateX(-50%) translateY(-100%);
  -ms-transform: rotate(-4deg) translateX(-50%) translateY(-100%);
  transform: rotate(-4deg) translateX(-50%) translateY(-100%);
}

.bg-light.no-slant:before {
  display: none;
}

.bg-light-2 {
  background: #F2F2F2;
}

.btn-play .icon {
  width: 50px;
  height: 50px;
  position: relative;
  border: 2px solid #e6e6e6;
  border-radius: 50%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.btn-play .icon > span {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.promocao{
    font-size: 35px;
}

.btn-play .text {
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: bold;
}

.btn-play:hover .icon {
  border-color: #1a1a1a;
}

.btn-play:hover .icon span {
  color: #000;
}

.heading-serif, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
  font-size: 70px;
  line-height: 1;
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .heading-serif, .testimonial-section .heading, .slider-section .heading, .blog-post-entry .heading {
    font-size: 40px;
  }
}

.bg-pattern {
  background: #e9ecef url("../img/round.png");
}

.slider-section {
  position: relative;
}

.blog-post-entry {
  position: relative;
  margin-top: -500px;
  padding-top: 500px;
}

@media (max-width: 991.98px) {
  .blog-post-entry {
    margin-top: -300px;
    padding-top: 300px;
  }
}

.half .image, .half .text {
  width: 50%;
}

@media (max-width: 991.98px) {
  .half .image, .half .text {
    width: 100%;
  }
}

.half .image {
  background-size: cover;
  background-position: center center;
}

@media (max-width: 991.98px) {
  .half .image {
    height: 300px;
  }
}

.half .text {
  padding: 10px 7%;
}

@media (max-width: 991.98px) {
  .half .text {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

.half .text h2 {
  font-size: 40px;
}

@media (max-width: 991.98px) {
  .half .text h2 {
    font-size: 30px;
  }
}

.testimonial blockquote {
  padding: 0;
}

.testimonial blockquote p {
  line-height: 1.5;
  font-size: 17px;
  color: #000;
  font-style: italic;
}

.testimonial .author-image img {
  width: 70px;
}

.post .media-custom {
  background: #fff;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
}

.post .media-custom:hover, .post .media-custom:focus {
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.1);
}

.post .media-custom a {
  color: #000;
}

.post .media-custom a:hover {
  color: #5888B2;
}

.post .media-custom .media-body {
  padding: 10px 30px;
}

.post .media-custom h2 {
  font-size: 26px;
}

.media-custom .meta-post {
  color: #ced4da;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.owl-carousel .owl-item {
  opacity: .4;
}

.owl-carousel .owl-item.active {
  opacity: 1;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
}

.owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-prev:focus, .owl-carousel .owl-nav .owl-prev:active,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus,
.owl-carousel .owl-nav .owl-next:active {
  outline: none;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 40px;
}

.owl-carousel .owl-nav .owl-prev {
  left: 30px !important;
}

.owl-carousel .owl-nav .owl-next {
  right: 30px !important;
}

.owl-carousel .owl-dots {
  text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
  border-width: 2px !important;
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
}

.owl-carousel.home-slider {
  z-index: 1;
  position: relative;
}

.owl-carousel.home-slider .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.owl-carousel.home-slider .owl-nav button {
  color: #fff;
}

.owl-carousel.home-slider:focus .owl-nav, .owl-carousel.home-slider:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.home-slider .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(100vh - 117px);
  min-height: 700px;
  position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text {
  color: #fff;
  height: calc(100vh - 117px);
  min-height: 700px;
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
  font-size: 40px;
  color: #fff;
  line-height: 1.2;
  font-weight: 800 !important;
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .owl-carousel.home-slider .slider-item .slider-text h1 {
    font-size: 40px;
  }
}

.owl-carousel.home-slider .slider-item .slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: white;
}

.owl-carousel.home-slider .slider-item.dark .child-name {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark h1 {
  color: #000;
}

.owl-carousel.home-slider .slider-item.dark p {
  color: #000;
}

.owl-carousel.home-slider .owl-dots {
  position: absolute;
  bottom: 100px;
  width: 100%;
}

.owl-carousel.home-slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  border: 2px solid transparent;
  outline: none !important;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  background: #fff;
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
  border: 2px solid white;
  background: none;
}

.owl-carousel.major-caousel {
  -webkit-box-shadow: 0 10px 70px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 70px -10px rgba(0, 0, 0, 0.2);
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.owl-carousel.major-caousel .owl-stage-outer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.owl-carousel.major-caousel .slider-item {
  height: inherit;
  min-height: inherit;
}

.owl-carousel.major-caousel .slider-item img {
  margin-bottom: 0;
}

.owl-carousel.major-caousel .owl-nav {
  opacity: 1;
  visibility: visible;
}

.owl-carousel.major-caousel .owl-nav .owl-prev, .owl-carousel.major-caousel .owl-nav .owl-next {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #495057;
}

.owl-carousel.major-caousel .owl-nav .owl-prev:hover, .owl-carousel.major-caousel .owl-nav .owl-prev:focus, .owl-carousel.major-caousel .owl-nav .owl-next:hover, .owl-carousel.major-caousel .owl-nav .owl-next:focus {
  color: #6c757d;
  outline: none;
}

.owl-carousel.major-caousel .owl-nav .owl-prev.disabled, .owl-carousel.major-caousel .owl-nav .owl-next.disabled {
  color: #dee2e6;
}

.owl-carousel.major-caousel .owl-nav .owl-prev {
  left: -60px !important;
}

.owl-carousel.major-caousel .owl-nav .owl-next {
  right: -60px !important;
}

.owl-carousel.major-caousel .owl-dots {
  bottom: 50px !important;
}

@media (max-width: 991.98px) {
  .owl-carousel.major-caousel .owl-dots {
    bottom: 10px !important;
  }
}

.owl-custom-nav {
  float: right;
  position: relative;
  z-index: 10;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
  padding: 10px;
  font-size: 30px;
  background: #ccc;
  line-height: 0;
  width: 60px;
  text-align: center;
  display: inline-block;
}

.footer-section {
  background: #1a1a1a;
  color: #fff;
padding-top: 17px;
	padding-bottom: 1px;
}

.footer-section h3 {
  color: #fff;
  font-size: 18px;
}

.footer-section a {
  color: rgba(255, 255, 255, 0.7);
}

.footer-section a:hover {
  color: #fff;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.5);
}

.footer-section .bordertop {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
}

.footer-section .contact-info span.d-block {
  font-style: italic;
  color: #fff;
}

.footer-section .social a {
  font-size: 18px;
  padding: 10px;
}

.footer-section .link li {
  margin-bottom: 10px;
}

.footer-newsletter .form-group {
  position: relative;
}

.footer-newsletter .form-control {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #fff;
}

.footer-newsletter .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.2);
  font-style: italic;
}

.footer-newsletter .form-control:active, .footer-newsletter .form-control:focus {
  border-bottom: 1px solid white;
}

.footer-newsletter button[type="submit"] {
  background: none;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.ftco-img-flaticon {
  text-align: center;
}

.ftco-img-flaticon img {
  width: 70px;
}

.side-box, .sidebar-search {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.side-box .heading, .sidebar-search .heading {
  font-size: 18px;
  margin-bottom: 30px;
}

.post-list li {
  margin-bottom: 20px;
}

.post-list li a > div {
  margin-top: -10px;
}

.post-list li a .meta {
  font-size: 13px;
  color: #adb5bd;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.post-list li a .image {
  width: 150px;
}

.post-list li a h3 {
  font-size: 16px;
}

.post-list li:last-child {
  margin-bottom: 0;
}

.sidebar-search .form-group {
  position: relative;
  margin-bottom: 0;
}

.sidebar-search .icon-search {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar-search .search-input {
  border-color: #dee2e6;
  padding-left: 40px;
  border-radius: 0px;
}

.sidebar-search .search-input:focus, .sidebar-search .search-input:active {
  border-color: #343a40;
}

.contact-section .contact-info p {
  color: #000;
  font-size: 30px;
  margin-bottom: 30px;
}

.contact-section .contact-info p .d-block {
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #5888B2;
  font-weight: bold;
}

.contact-section form.bg-white {
  -webkit-box-shadow: 0 3px 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 20px -5px rgba(0, 0, 0, 0.5);
}

.post-categories li {
  display: block;
}

.post-categories li a {
  display: block;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e9ecef;
}

.post-categories li a .count {
  position: absolute;
  top: 0;
  right: 0;
  color: #6c757d;
}

.custom-pagination .page-item .page-link {
  text-align: center;
  border: none;
  background: none;
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
  padding: 0;
  line-height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.custom-pagination .page-item.active .page-link {
  background: #5888B2;
  -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}


.gallery__section {
	padding: 0 5px;
	overflow: hidden;
}

.filter-controls {
	text-align: center;
	padding-top: 30px;
	margin-bottom: 40px;
}

.filter-controls ul {
	list-style: none;
}

.filter-controls ul li {
	display: inline-block;
	font-size: 14px;
	padding: 0 6px;
	margin-right: 15px;
	margin-left: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	position: relative;
	color: #B7B7B7;
	cursor: pointer;
	font-family: "Aldrich", sans-serif;
}

.filter-controls ul li:after {
	position: absolute;
	content: "•";
	font-family: "Aldrich", sans-serif;
	font-size: 14px;
	color: #B7B7B7;
	right: -19px;
}

.filter-controls ul li:before {
	position: absolute;
	content: "";
	width: 0;
	height: 6px;
	left: 0;
	bottom: 4px;
	background: #0ECE91;
	z-index: -1;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.filter-controls ul li:hover,
.filter-controls ul li.active {
	color: #111111;
}

.filter-controls ul li:hover:before,
.filter-controls ul li.active:before {
	width: 100%;
}

.filter-controls ul li:first-child {
	margin-left: 0;
}

.filter-controls ul li:last-child {
	margin-right: 0;
}

.filter-controls ul li:last-child:after {
	display: none;
}

.gallery__warp {
	overflow: hidden;
}

.grid__item {
	display: block;
	width: 25%;
	padding: 0 5px;
	float: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.grid__item {
		width: 40%;
	}
}

@media (max-width: 576px) {
	.grid__item {
		width: 100%;
	}
}

.grid__item.grid--1 {
	width: 28%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.grid__item.grid--1 {
		width: 60%;
	}
}

@media (max-width: 576px) {
	.grid__item.grid--1 {
		width: 100%;
	}
}

.grid__item.grid--2 {
	width: 19%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.grid__item.grid--2 {
		width: 40%;
	}
}

@media (max-width: 576px) {
	.grid__item.grid--2 {
		width: 100%;
	}
}

.grid__item.grid--3 {
	width: 27%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.grid__item.grid--3 {
		width: 50%;
	}
}

@media (max-width: 576px) {
	.grid__item.grid--3 {
		width: 100%;
	}
}

.grid__item.grid--4 {
	width: 26%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.grid__item.grid--4 {
		width: 50%;
	}
}

@media (max-width: 576px) {
	.grid__item.grid--4 {
		width: 100%;
	}
}

.grid__item.grid--5 {
	width: 22%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.grid__item.grid--5 {
		width: 40%;
	}
}

@media (max-width: 576px) {
	.grid__item.grid--5 {
		width: 100%;
	}

}

.grid__item.grid--6 {
	width: 31%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.grid__item.grid--6 {
		width: 60%;
	}
}

@media (max-width: 576px) {
	.grid__item.grid--6 {
		width: 100%;
	}
}

.grid__item.grid--8 {
	width: 21%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.grid__item.grid--8 {
		width: 50%;
	}
}

@media (max-width: 576px) {
	.grid__item.grid--8 {
		width: 100%;
	}
}

.grid__item.grid--9 {
	width: 28%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.grid__item.grid--9 {
		width: 60%;
	}
}

@media (max-width: 576px) {
	.grid__item.grid--9 {
		width: 100%;
	}
}

.grid__item.grid--10 {
	width: 28%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.grid__item.grid--10 {
		width: 50%;
	}
}

@media (max-width: 576px) {
	.grid__item.grid--10 {
		width: 100%;
	}
}

.grid__item.grid--11 {
	width: 32%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.grid__item.grid--11 {
		width: 60%;
	}
}

@media (max-width: 576px) {
	.grid__item.grid--11 {
		width: 100%;
	}
}

.grid__item.grid--12 {
	width: 15%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.grid__item.grid--12 {
		width: 35%;
	}
}

@media (max-width: 576px) {
	.grid__item.grid--12 {
		width: 100%;
	}
}

.grid__item.grid--13 {
	width: 33%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.grid__item.grid--13 {
		width: 65%;
	}
}

@media (max-width: 576px) {
	.grid__item.grid--13 {
		width: 100%;
	}
}

.grid__item.grid--15 {
	width: 20%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.grid__item.grid--15 {
		width: 40%;
	}
}

@media (max-width: 576px) {
	.grid__item.grid--15 {
		width: 100%;
	}
}

.grid__item.grid--1 {
	width: 28%;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
	.grid__item.grid--1 {
		width: 60%;
	}
}

@media (max-width: 576px) {
	.grid__item.grid--1 {
		width: 100%;
	}
}

.gallery_img {
	height: 360px;
	margin-bottom: 10px;
	position: relative;
	display: block;
}

.gallery_img:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	bottom: 0;
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.gallery_img:hover:after {
	opacity: 0.1;
	filter: alpha(opacity=10);
}

.gallery_img:hover .gellery__text span {
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: 0.3s ease 0.2s;
	-moz-transition: 0.3s ease 0.2s;
	-o-transition: 0.3s ease 0.2s;
	transition: 0.3s ease 0.2s;
}

.gallery_img:hover .gellery__text h3 {
	padding-top: 5px;
	bottom: 0;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.gallery_img:hover .gellery__text h3 {
		font-size: 24px;
	}
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

.mb-4 {
    margin-bottom: 7px !important;
    padding-left: 4px;
    padding-right: 4px;
}


.contact-title h1{
    font-size: 32px;
    line-height: 10px;
    font-weight: 700;
}

.contact-title h2{
    font-size: 16px;
    font-weight: 300;
}

form{
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 70%;
}

.form-control{
    border: none;
    outline: none;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    margin-bottom: 16px;
    /* font-family: 'Spartan', sans-serif; */
    font-weight: 100;
    border-radius: 0;
}

input{
    height: 45px;
}

form .submit{
    background: #000;
    border-color: transparent;
    color: #FFF;
    font-size: 20px;
    font-weight: 200;
    height: 40px;
    opacity: none;
}

form .submit:hover{
    background-color: #5888B2;
    color: #FFF;
    cursor: pointer;
}

#container-email{
    margin: 0 auto;
    text-align: center;
}

#sitemap ul{
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0px;
    font-size: 30px;
}

#sitemap a{
    color: #5888B2;
}