/*
Site: 		
Url: 		
Autor: 		MonWebPro.com
Version: 	
*/

@font-face {
	font-family: 'icomoon';
	src:  url('fonts/icomoon.eot?b2om2p');
	src:  url('fonts/icomoon.eot?b2om2p#iefix') format('embedded-opentype'),
	url('fonts/icomoon.ttf?b2om2p') format('truetype'),
	url('fonts/icomoon.woff?b2om2p') format('woff'),
	url('fonts/icomoon.svg?b2om2p#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.icon {
	font-family: 'icomoon';
}

html, body {
	width: 100%;
	height: 100%;
}
div.clearboth {
	width: 100%; 
	height: 0;
	clear: both; 
	float: none;
}

/* HEADER */
header {
	width: 100%;
    height: 140px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    font-family: "Montserrat", sans-serif;
    overflow: hidden;
    background: #fff;
    z-index: 99999;
    transition: 0.5s;
}

header div.logo {
    width: 300px;
    height: 90px;
    display: block;
    margin: 0 auto;
    padding: 0;
}

header div.socials {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    height: 30px;
}
header div.socials ul {
    width: auto;
    height: 100%; 
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}
header div.socials ul li {
    display: block;
    width: 30px;
    height: 30px;
    float: left;
}
header div.socials ul li a {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}
header div.socials ul li a:hover {
    color: #db9;
    transition: 0.5s;
}
header div.socials ul li a {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    transition: 0.5s;
}
header div.socials ul li a svg {
    fill: #000;
    transition: 0.5s;
}
header div.socials ul li a:hover svg {
    fill: #db9;
    transition: 0.5s;
}

header nav {
    width: 100%;
    height: 50px;
}
header nav a.mini {
    display: none;
}
header nav ul {
    width: 1200px;
    height: 100%;
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    float: none;
    clear: both;
}
header nav ul li {
    width: calc(100% /  3);
    height: 100%;
    float: left;
}
header nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    color: #333;
    text-decoration: none;
    transition: 0.5s;
}
header nav ul li a:hover,
header nav ul li a.active {
    color: #db9;
    transition: 0.5s;
}

header.mini {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 999999;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.15);
    transition: 0.5s;
}
header.mini div.logo {
    display: none;
}
header.mini div.socials {
    display: none;
}

/*** MAIN ***/
main {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    position: relative;
    z-index: 10;
    margin: 140px 0 0;
    overflow: hidden;
}
main.mini {
    margin: 50px 0 0;
}

/*** FOOTER ***/
footer {
	width: 100%;
    display: block;
    background: #ad8e7a;
    font-family: "Montserrat", sans-serif;
    overflow: hidden;
}
footer div.top {
	width: 1200px;
    height: 200px;
    display: flex;
    padding: 30px 0;
    margin: 0 auto;
    color: rgba(0, 0, 0, 0.7);
}
footer div.top div.illus {
	width: 200px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer div.top div.menu {
	width: 250px;
    height: 140px;
    display: flex;
    align-items: center;
}
footer div.top div.menu ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
footer div.top div.menu ul a {
	text-decoration: none;
    color: #000;
}
footer div.top div.newletter {
	width: calc(100%  - 650px);
    height: 140px;
    display: block;
}
footer div.top div.newletter form {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
footer div.top div.newletter form p {
	width: calc(100% - 200px);
    line-height: 40px;
    float: none;
    text-align: center;
}
footer div.top div.newletter form p input[type=text] {
	width: calc(100% - 40px);
    height: 40px;
    float: left;
    background: rgba(255, 255, 255, 0.25);
    border: none;
    outline: none;
    padding: 0 10px;
    color: #000;
    border-radius: 6px 0 0 6px;
}
footer div.top div.newletter form p input[type=text]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}
footer div.top div.newletter form p input[type=submit] {
	width: 40px;
    height: 40px;
    float: left;
    background: rgba(0, 0, 0, 0.25);
    color: #fff;
    border: none;
    outline: none;
    border-radius: 0 6px 6px 0;
}
footer div.top div.social {
	width: 200px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer div.top div.social ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
footer div.top div.social ul a {
	text-decoration: none;
    color: #000;
}
footer div.bottom {
	width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.15);
    padding: 10px 0;
    text-align: center;
    color: rgba(0, 0, 0, 0.7);
}
footer div.bottom a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
}

@media screen and (max-width: 1200px) {
    header nav ul {
        width: 100%;
    }

    footer div.top {
        width: 100%;
    }
    footer div.top div.newletter form p {
        width: calc(100% - 50px);
    }
}
@media screen and (max-width: 980px) {
    footer div.top div.illus {
        display: none;
    }
    footer div.top div.menu {
        width: calc(100% / 3);
        padding: 10px;
    }
    footer div.top div.newletter {
        width: calc(100% / 3);
    }
    footer div.top div.social {
        width: calc(100% / 3);
        padding: 10px;
        text-align: right;
    }
}
@media screen and (max-width: 680px) {
    footer div.top {
        display: block;
        height: auto;
    }
    footer div.top div.menu {
        width: 100%;
    }
    footer div.top div.menu ul {
        width: 100%;
        text-align: center;
    }
    footer div.top div.menu ul li:not(.head) {
        width: calc(100% / 3);
        float: left;
        text-align: center;
    }

    footer div.top div.newletter {
        width: 100%;
    }

    footer div.top div.social {
        width: 100%;
    }
    footer div.top div.social ul {
        width: 100%;
        text-align: center;
    }
    footer div.top div.social ul li:not(.head) {
        width: calc(100% / 2);
        float: left;
        text-align: center;
    }
}
@media screen and (max-width: 500px) {
    header {
        height: 90px;
    }

    header h1 {
        width: 220px;
        height: 90px;
        line-height: 90px;
    }
    
    header nav {
        width: 90px;
        height: 90px;
        line-height: 90px;
        position: fixed;
        top: 0;
        left: 0;
    }
    header nav a.mini {
        display: block;
        width: 50px;
        height: 90px;
        line-height: 90px;
        color: #000;
        font-size: 1.6em;
        text-decoration: none;
    }
    header nav ul {
        display: none;
        position: fixed;
        top: 90px;
        left: 0;
        width: 100%;
        height: auto;
        overflow: auto;
        z-index: 99999;
        background: #fff;
    }
    header nav ul li {
        width: 100%;
    }
    header nav ul li a {
        text-align: left;
        padding: 0 10px;
    }

    header.mini nav a.mini {
        height: 50px;
        line-height: 50px;
    }
    header.mini nav ul {
        top: 50px;
    }

    main {
        margin: 90px 0 0;
    }    

    footer div.bottom {
        padding: 10px;
        font-size: 0.9em;
    }
    footer div.bottom p {
        word-wrap:break-word;
    }
}
@media screen and (max-width: 480px) {
    header div.socials {
        display: none;
    }
}
@media screen and (max-width: 340px) {
    footer div.top div.menu ul li:not(.head),
    footer div.top div.social ul li:not(.head) {
        width: 100%;
        float: none;
    }
}
