/* 

*/
html {
    height: 100.5%;
    }
body, html { overflow-x:  hidden;}



body {
    font-size: 1em;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
    font-style: normal; 
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
	
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Raleway', sans-serif; }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

br2 {
   display: block;
   margin: 5px 0;
}

br3 {
   display: block;
   margin: 9px 0;
}

br4 {
   display: block;
   margin: 2px 0;
}

p2 {
   display: block;
   margin: 2px 0;
   text-align:center;
}

p3 {
   display: block;
   margin: 5px 0;
   text-align:center;
}

img {
	vertical-align: top;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url(../images/status.gif); /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px; /* is width and height divided by two */
}

/* General */
#main-wrapper {
     overflow: hidden;
}

.templatemo-site-title {
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
	font-size: 0px;
}

.templatemo-site-title a, .templatemo-site-title a:hover { 
	color: #fff;
	text-decoration: none;
}

img.slide {
    width: 100%; 
    z-index: -9999999; 
    position: absolute;
}

.active {
    display: block;
}

.active2 {
    display: block;
}


.inactive {
    left: 703px;
    display: none;
}

.image-section {
    position: fixed;
}

.image-container {
    position: relative;
}

.image-container img {
    position: absolute;
}

.templatemo-content {
    position: static;
    overflow: hidden;
    margin-top: 170px;
	margin-bottom: 40px;
}

.templatemo-content section {
    font-family: 'Raleway', sans-serif;
    position: relative; 
    overflow: hidden;
    top: 0; 
    background-color: rgba(255,255,255,0.85);
    padding-bottom: 20px;
}


.templatemo-content-wrapper {
    overflow: hidden;
}

.templatemo-content h2 {
    color: #000;
    font-family: 'Raleway', sans-serif;
}

.templatemo-content p {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 16px;
}

.menu {
    position: fixed; 
    width: 220px;
    z-index: 1; 
    top: 170px;
	
}

#menu-list {
	background-color: rgba(0, 0, 0,0.5);
	font-size: 16px;
	padding: 0;
}

#menu-list > li {
    display: block;
}


#menu-list > li > a {
	font-family: 'Raleway', sans-serif;
	padding: 10px 0 10px 30px;
	text-decoration: none;
	display: block;
}

#menu-list > .active > a,
#menu-list > li > a:hover { 
    background-color: rgba(185,26,92,0.8);
}


#responsive {
    font-size: 16px;
    padding: 0;
    background-color: rgba(0,0,0,0.5);
}

#responsive li {
    display: block;
}

#responsive li a {
    font-family: 'Raleway', sans-serif; 
    color: #fff; 
    text-decoration: none; 
    padding: 10px 0;
    display: block;
}

#responsive > .active2 > a,
#responsive li a:hover {
    background-color: rgba(0,0,0,0.5);
}





.menu2 {
  
    width:  auto;
    z-index: 1; 
    top: 170px;
	
}

#menu-list2 {
	background-color: rgba();
	font-size: 16px;
	padding: 0;
}

#menu-list2 > li2 {
    display: block;
}


#menu-list2 > li2 > a {
	font-family: 'Raleway', sans-serif;
	padding: 10px 0 10px 30px;
	text-decoration: none;

}

#menu-list2 > .active > a,
#menu-list2 > li2 > a:hover { 
    background-color: rgba();
}


#responsive2 {
    font-size: 16px;
    padding: 0;
    background-color: rgba(0,0,0,0.5);
}

#responsive2 li2 {
    display: block;
}

#responsive2 li2 a {
    font-family: 'Raleway', sans-serif; 
    color: #fff; 
    text-decoration: none; 
    padding: 10px 0;
    display: block;
}

#responsive2 > .active > a,
#responsive2 li2 a:hover {
    background-color: rgba(0,0,0,0.5);
}







#map-canvas {
	height: 256px;
	margin-bottom: 10px;
}

.templatemo-content {
    padding-bottom: 6%;
	
}

.footer {
    overflow: hidden; 
    position:  fixed; 
    bottom: 0%;
    width: 103%;
	background-color: rgba(0, 0, 0, 0.0);
	
}

.footer-text {
    font-family: 'Raleway', sans-serif; 
    color: #fff; 
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 1);
    margin-left: 20px;
	vertical-align:middle
    font-size: 14px;
	
	
}

.footer-text a, .footer-text a:hover { 
	color: #fff;
	text-decoration: none;
	vertical-align:bottom;
}

@media (max-width: 991px) {
    .footer {
        overflow:hidden; 
        position:  fixed;
        text-align: center;
		bottom: 0%;
        width: 109%;
        
    }
    .footer-text {
        margin-left: 0;
    }
}
