html {font-size: 10px;}

* { margin: 0; padding: 0; outline:0 !important; }

body {
	font-family: 'Montserrat', sans-serif !important;
	color: #000;
	line-height: 1.3;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}

h1, h2, h3 {
  text-rendering: optimizeLegibility;
}

h1 {
    font-weight: 700;
    font-size: 6rem;
    line-height: 7rem;
    margin: 0;
}

h2 {
	font-weight: 700;
    font-size: 5rem;
    line-height: 6rem;
    margin: 0;
}

h3 {
	font-weight: 700;
    font-size: 4rem;
    line-height: 5rem;
    margin: 0;
}

h4 {
	font-weight: 700;
    font-size: 3rem;
    line-height: 4rem;
    margin: 0;
}

h5 {
	font-weight: 700;
    font-size: 2rem;
    line-height: 3rem;
    margin: 0;
}

p {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0;
}

a { text-decoration: none; }

div { box-sizing: border-box; }

img { max-width: 100%; }

.links a {
	text-decoration: none !important;
	color: inherit !important;
}

.links a:hover {
	text-decoration: none !important;
	color: inherit !important;
}

.links a:focus {
	text-decoration: none !important;
	color: inherit !important;
}

.links a:visited {
	text-decoration: none !important;
	color: inherit !important;
}

.row { margin: 0 !important;}

.jcontainer {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width: 70%;
}

.pcontainer {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width: 50%;
}

ul {
	margin: 0;
}

li {
	margin: 0;
}

.padd0 { padding: 0!important; }

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.scroll-animations .animated {
  flex-grow: 1;
  opacity: 0;
}

.page {margin: 0 !important;}

[data-fixed] {
	background-attachment: fixed !important;
	background-size: cover !important;
	-moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-background-size: cover !important;
	will-change: fixed;
}

/** Media Queries **/

@media screen and (max-width: 1200px) {



}

@media screen and (max-width: 991px) {

	[data-fixed] {
		background-attachment: inherit !important;
	}

}

@media screen and (max-width: 768px) {



}

@media screen and (max-width: 500px) {



}
