/* BASICS */
*,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    outline: 0;
}
img,
video {
    max-width: 100%;
    height: auto;
    border: 0;
}
iframe {
    border: 0;
}

body.active {
    overflow: hidden;
}

html {
    font: 500 20px/1 'Quicksand', sans-serif;
    background-color: #fff;
    color: #777777;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.monly {
    display: none;
}

.clear {
    clear: both;
}

.frame-default {
    width: 1000px;
    max-width: 75%;
    margin: 0 auto;
}

/* RESPONSIVE */
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1279px) {
	html {
		font-size:16px;
	}
	.frame-default {
		max-width: 92%;
	}
}
@media (max-width: 1023px) {}
@media (max-width: 767px) {}
@media (max-width: 359px) {}


/* ###################################################################################################### */
/* ###################################################################################################### */

.top_wrap {
    display: flex;
    justify-content: space-between;
	align-items: center;
    position: fixed;
    top:0;
    width:100%;
    left:0;
    z-index: 99;
    padding:0 100px;
    height: 100px;
    line-height: 100px;
    background:#fff;
    z-index: 999;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.25);
}
        .logo {
            height:80px;
        }


			.logo img,
            .logo svg {
                width:auto;
                height: 100%;
				max-width:200px;
            }

        
		.telbook_wrap {
			display: flex;
			align-items: center;
		}

        .hamburger_wrap {        
           display: inline-block;
			position: relative;
			margin-left: 30px;
        }

    /* Scroll Settings */
    body:not(.banner) .top_wrap,
	.top_wrap:hover,
	.top_wrap.scroll {		
			
	}

    body:not(.banner) .top_wrap .logo svg,
	.top_wrap.scroll .logo svg {
        
    }


.menu_wrap {
	display: none;
}


	.menu_wrap.active {
		position: fixed;
		top:100px;
		height: calc(100vh - 100px);
		display: flex;
		align-items: center;
		justify-content: center;
		z-index: 1001;
		background: #fff;
		width:100%;
	}


	nav {
		width:100%;
	}

/* RESPONSIVE */
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1279px) {
	
.top_wrap {
    height: 60px;
    line-height: 60px;
	padding: 0 4%;
	}
	
.logo {
	height: 40px;	
}
	
	
	.menu_wrap.active {
		top:60px;
		height: calc(100vh - 60px);
	}
	
}
@media (max-width: 1023px) {

    
}
@media (max-width: 767px) {

	.top_wrap {
		font-size:10px;	
	}

	.logo img,
	.logo svg {
		max-width:80px;
	}
	
}
@media (max-width: 359px) {}


/* ###################################################################################################### */
/* ###################################################################################################### */

#main {
    margin-top:60px;
}

.nobanner #main {
    margin-top:160px;
}

@media (max-width: 1366px) {}
@media (max-width: 1279px) {
    #main {
        margin-top:40px;
    }
}
@media (max-width: 1023px) {
    
    #main {
        margin-top:60px;
    }
    
    .nobanner #main {
        margin-top: 80px;
    }
    
}
@media (max-width: 767px) {
    
     #main {
        margin-top:40px;
    }
}
@media (max-width: 359px) {}


/* ###################################################################################################### */
/* ###################################################################################################### */


/* ###################################################################################################### */
/* ###################################################################################################### */

#footer {
	background: #bab9a8;
    color: #fff;
    min-height: 100px;
	line-height: 50px;
	font-size:0.8em;
	padding:20px 0;
}

.footer_inner {
	padding:0 100px;
	text-align: center;
}

.footer_inner svg {
	fill:#fff;
	height:20px;
	width:auto;
}

/* RESPONSIVE */
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1279px) {}
@media (max-width: 1023px) {
	
	#footer {
		line-height: 1.7;
		padding-bottom: 60px;
	}
	
	.footer_inner {
		padding:0 4%;
	}
	
	.footer_inner div {
		margin-top:1em;
	}
	
	.footer_inner svg {
		height:16px;
	}
    
}
@media (max-width: 767px) {
.footer_top {
        line-height: 50px;
    }
.footer_contact { 
       font-size: 16px;
        letter-spacing: .8px;
    }
}
@media (max-width: 359px) {}


/* ###################################################################################################### */
/* ###################################################################################################### */


