
* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body {
    font-size: 10px;
    
}

.global_wrapper {
	position: absolute;
	top: 0;
	left: 0;
	min-height: 100%;
	height: 100%;
	width: 100%;
	background: transparent;
}

a {color: #000; text-decoration: none;}


.logo {
    position: fixed;
    width: 100px;
    height: auto;
    top: 26px;
    left: 100px;
}

.logo img {
    width: 136px;
}



.group {
    position: fixed;
    width: auto;
    height: auto;
    top: 50px;
    right: 43%;
    text-align: right;
}

.group h2 {font-family: CoreSansD35Regular-Italic, sans-serif; font-weight: normal; font-size: 1.2em;}



.introduction {
    position: relative;
    float: left;
    clear: left;
    width: 40%;
    height: auto;
    margin: 120px 10% 0 10%;
    
}

h1 {position: relative; float: left; clear: left; font-family: CoreSansD57CnBold, sans-serif; font-size: 4.0em; letter-spacing: 2px; margin: 10px 0 10px 0;font-weight: normal;}
p {position: relative; float: left; clear: left; font-family: CoreSansD35Regular, sans-serif; font-weight: normal; font-size: 1.4em; line-height: 1.6em;}

.button {
    position: relative;
    float: left;
    clear: left;
    font-family: CoreSansD57CnBold, sans-serif; letter-spacing: 2px; font-size: 3em;font-weight: normal;
    border: 1px solid #000;
    padding: 30px;
}

.botton a {margin: 15px;}

/* SERVICE */

.service_intro {
	position: relative;
    float: right;
    clear: right;
    width: 40%;
	height: 33.33333%;
	min-height: 33.33333%;
	margin: 0 0 0 0;

}

.service_bg_image {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    overflow: hidden;
}

.service_box_opacity {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}

.service_box {
	position: relative;
	width: 170px;
	height: 150px;
	text-align: center;
	margin: 0 auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	
}

.service_box img {position: relative; width: 80px; height: 80px; margin: 0 0 20px 0;}
.service_box h2 {color: #fff; font-family: CoreSansD35Regular; font-size: 1.5em;font-weight: normal;}




@media screen and (max-width: 780px) {
    
    
    .logo {
        position: relative;
        float: left;
        clear: left;
        width: 80px;
        height: auto;
        top: 0;
        left: 0;
        margin: 15px 0 50px 30px;
    }
    
    .logo img {
        width: 78px;
    }
    
    .group {
        position: relative;
        width: auto;
        float: left;
        clear: left;
        height: 60px;
        top: 0;
        right: 0;
        text-align: left;
        margin: 50px 0 50px 30px;
    }
    
    .introduction {
        position: relative;
        float: left;
        clear: left;
        width: auto;
        height: auto;
        margin: 0 30px 50px 30px;
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    
    /************************************/
		/* S E R V I C E */

		.service_intro {
			position: relative;
			float: left;
			clear: left;
			width: 100%;
			height: 360px;
			min-height: 340px;
			margin: 0;
		}
		
		.service_bg_image {
			position: relative;
			width: 100%;
			height: 100%;
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover !important;
			-webkit-background-size: cover !important;
			overflow: hidden;
		}
		
		.service_box_opacity {
			position: relative;
			float: left;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.5);
		}
		
		.service_box {
			position: relative;
			width: 170px;
			height: 150px;
			text-align: center;
			margin: 0 auto;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			transform: translateY(-50%);
			
		}
		
		.service_box img {position: relative; width: 80px; height: 80px; margin: 0 0 20px 0;}
		.service_box h2 {color: #fff;}
    
    
}