/* font */
@font-face {
    font-family: 'simplifica';
    src: url('../fonts/SIMPLIFICA\ Typeface.ttf');
    font-weight: normal;
    font-style: normal;
    }

/* base */
* {
    box-sizing: border-box;
}
html, body {
    border: 0;
    margin: 0;
    padding: 0;
}
body {
    position: relative;
    background-image: url('../images/bg.jpg');
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    font-family: 'simplifica', sans-serif;
    font-size: 1.2em;
    color: #1c1c1c;
    letter-spacing: 0.1em;
}

h1, h2 {
    text-transform: uppercase;
}

/* block */
.wrapper {
    position: absolute;
    width: 960px;
    height: 580px;
    top: 50%;
    left: 50%;
    margin-left: -480px;
    margin-top: -290px;
}

.block-left {
    float: left;
    width: 480px;
    height: 580px;
    
    background-image: url('../images/left-bg_1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    -webkit-box-shadow: -10px 15px 36px -14px rgba(0,0,0,0.8);
    -moz-box-shadow: -10px 15px 36px -14px rgba(0,0,0,0.8);
    box-shadow: -10px 15px 36px -14px rgba(0,0,0,0.8);
}

.block-right {
    float: right;
    width: 480px;
    height: 580px;

    overflow: hidden;

    background-color: #f9f9f9;
    background: url('../images/wood_bg.jpg');
    background-size: cover;

    -webkit-box-shadow: inset 0px 0px 80px 0px rgba(196,196,196,0.42), 10px 15px 36px -5px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0px 0px 80px 0px rgba(196,196,196,0.42), 10px 15px 36px -5px rgba(0,0,0,0.8);
    box-shadow: inset 0px 0px 80px 0px rgba(196,196,196,0.42), 10px 15px 36px -5px rgba(0,0,0,0.8);
}

/* section header & footer */
.section-header {
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.section-header h2 {
    text-align: center;
    margin: 0;
    padding-bottom: 10px;
}
.section-header h3 {
    text-align: center;
    margin: 0;
	padding-bottom: 10px;
}
.section-footer {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    border-top: 1px solid rgba(0,0,0,0.3);
    text-align: center;
}
/* logo */
.main-logo {
    width: 100%;
    height: 100px;
    padding: 10px;
    text-align: center;
}
.main-logo-image {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.main-logo-text {
    display: block;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.main-logo-text h1 {
    font-size: 1.1em;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}

/* picture */
.main-picture {
    width: 100%;
    height: 320px;
    background-color : #333;
}

/* menu */
.main-menu {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.main-menu-list {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.main-menu-item {
    color: #a5a5a5;
    margin: 5px 20px;
    font-size: 0.85em;
    cursor: pointer;
    transition: 0.3s;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    font-weight: bold;
}
.main-menu-item.active{
    color: #fff;
}
.main-menu-item:hover {
    color: #fff;
}

/* slider */
.slider {
    display: block;
    width: 8000px;
    height: 580px;
}
.slider section {
    float: left;
}

/* home */
.home {
    width: 480px;
    height: 580px;  
    color: rgb(0, 0, 0);
    font-weight: bold;
    padding: 15px;
}
.home-left,
.home-right {
    width: 50%;
    height: 100%;
}
.home-left {
    float: left;
}
.home-right {
    float: right;
}
.home-service {
    width: 100%;
    height: 60px;
    margin-bottom: 38px;
}
.home-service i {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 25px;
    background: rgb(28,28,28);
    background: linear-gradient(180deg, rgba(28,28,28,1) 0%, rgba(51,51,51,1) 100%); 
}
.home-service i {
    float: left;
    margin-right: 15px;
}
.home-service .text {
    display: table-cell;
    height: 40px;
    vertical-align: middle;
}
.home-service span {
}
/* portfolio */
.portfolio {
    position: relative;
    width: 480px;
    height: 580px;
    padding: 15px 30px;
}
.portfolio-slider {
    width: 100%;
    height: 436px;
    padding: 10px 0;
    overflow: hidden;
}
.portfolio-slider ul {
    width: 8000px;
    height: 416px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.portfolio-slider li {
    display: block;
    float: left;
    width: 420px;
    height: 416px;
}
.portfolio-slider img {
    width: 100%;
    height: 100%;
}
.portfolio-slider-preview-direction-left,
.portfolio-slider-preview-direction-right {
    float: left;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.portfolio-slider-preview-direction-left i,
.portfolio-slider-preview-direction-right i {
    cursor: pointer;
}
.portfolio-slider-preview {
    width: 100%;
    height: 100%;
    overflow: hidden;
    width: calc(100% - 120px);
    float: left;
}
.portfolio-slider-preview ul {
    width: 8000px;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}
.portfolio-slider-preview li {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    margin-right: 10px;
    cursor: pointer;
}
.portfolio-slider-preview img {
    width: 100%;
    height: 100%;
}
/* Arbalètes */
.arbalete {
	width: 480px;
    height: 580px;
    padding: 15px 30px;
}
.arbalete-content {
	
}
.arbalete-content h3 {
	width: 100%;
	text-align: center;
	margin: 15px 0;
}
.arbalete-content img {
	width: 100%;
	height: 120px;
}
/* contact */
.contact {
    width: 480px;
    height: 580px;
    padding: 15px 30px;
    font-weight: bold;
}
.contact-header {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}
.contact h2 {
    text-align: center;
    margin: 0;
    padding-bottom: 5px;
}
.contact h3 {
    text-align: center;
    margin: 0;
}
.contact-table {
    position: relative;
    height: 410px;
}
.contact table {
    margin: 0 auto;
    height: 410px;
	font-size: 1.1em
}
.contact table tr {
    display: block;
    margin: 57px 0;
}
.contact table td {
    display: inline-block;
}
.contact table td:nth-child(1) {
    width: 20px;
}
.contact table td:nth-child(2) {
    margin-left: 80px;
    width: calc(100%-20px);
}
.contact a {
    color: #1c1c1c;
    text-decoration: none;
}
.social-network a {
    display: inline-block;
    width: 60px;
    height: 60px;
}
.social-network a i {
    color: #333;
    font-size: 60px;
}

/* responsive */
@media screen and (max-width: 1000px) {
    .wrapper {
        position: relative;
        width: 480px;
        height: auto;
        margin: 0 auto;
        padding: 40px 0; 
        top: auto;
        left: auto;
    }
    .block-left {
        float: none;
        overflow: hidden;
        width: 480px;
        height: auto;

        -webkit-box-shadow: 0px 0px 36px -5px rgba(0,0,0,0.8);
        -moz-box-shadow: 0px 0px 36px -5px rgba(0,0,0,0.8);
        box-shadow: 0px 0px 36px -5px rgba(0,0,0,0.8);
    }
    
    .block-right {
        float: none;
        width: 480px;
        height: 580px;

        -webkit-box-shadow: inset 0px 0px 80px 0px rgba(196,196,196,0.42), 0px 5px 36px -5px rgba(0,0,0,0.8);
        -moz-box-shadow: inset 0px 0px 80px 0px rgba(196,196,196,0.42), 0px 5px 36px -5px rgba(0,0,0,0.8);
        box-shadow: inset 0px 0px 80px 0px rgba(196,196,196,0.42), 0px 5px 36px -5px rgba(0,0,0,0.8);
    }
    .main-menu {
        border-bottom: 3px solid rgba(255, 255, 255, 0.45);
    }
}

@media screen and (max-width: 500px) {
    .wrapper {
        width: 100%;
        padding: 30px; 
    }
    .block-left {
        width: 100%;
    }
    
    .block-right {
        float: none;
        width: 100%;
        min-height: 580px;
        height: auto;

    }
    .contact table td:nth-child(2) {
        margin-left: 20px;
    }
	.home-left,
	.home-right {
		float: none;
		width: 100%;
		height: auto;
	}
	.home-service {
		width: 100%;
		height: auto;
		font-size: 1.1em;
		margin-bottom: 5px;
	}
	.home-service i {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.arbalete-content img {
		height: auto;
	}
}

@media screen and (max-width: 380px) {
    .main-menu-item {
        display: block;
        margin: 5px 0;
    }
    .home,
    .portfolio,
	.arbalete,
    .contact {
        height: 580px;
    }
    .contact-table {
        height: auto;
    }
    .contact-table table {
        margin: 0 auto;
        font-size: 1em;
    }
    .contact table tr {
        margin: 40px 0;
    }
    .contact table td {
        display: block;
        text-align: center;
        margin: 0 auto;
    }
    .contact table td:nth-child(2) {
        margin-left: 0;
    }
	.home-service {
		margin-bottom: 8px;
	}
    .home-service i {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px;
        margin-right: 10px;
    }
	.home-service .text {
		height: 30px
	}
}