.page_title_area {
	
	width: 100%;
	height: 100px;
	background-color: #333333;
	border-bottom: #CCC solid 1px;
}

.page_title_area h1 {
	
	padding: 5px 20px 5px 20px;
	color: #F0F0F0;
	font-family: 'Raleway';
	letter-spacing: 0.3em;
	font-size: 40px;
	line-height: 80px;
}

.main_title {

 width: 100%;
 padding: 30px;
 border-bottom: #CCC 1px solid;
 font-family: 'Roboto Condensed', sans-serif;
 
}

.main_title h1 {
	
	font-size: 40px;
	font-weight: 700;
	color: #009;
	margin-bottom: 10px;
}

.main_title p {
	
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #F00;
	text-indent: 40px;
}

#profile {

	font-size: 20px;
	font-weight: 700;
}

.main_description {
	
	padding: 30px;
    font-family: 'Roboto Condensed', sans-serif;
	
}

.main_description p {
	
	text-indent: 30px;
	font-size: 14px;
	padding-bottom: 10px;
}

#h {
	color: #F33;
	font-size: 20px;
	font-weight: 800;
}

#k {
	color: #09F;
	font-size: 20px;
	font-weight: 800;
}

.main_center {
	
    width: 90%;
	margin: 0 auto;
	padding: 20px;
	
}

.image_caption {

	width: 100%;
	height: 45px;
	border-bottom: #CCC 1px solid;

}

.image_caption p {

	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	line-height: 40px;
	margin: auto;
}

.image_main img {
	
	width: 100%;
    height: auto;
    border-radius: 20px;

}

.image_thumb {
	
	padding-top: 20px;

	display: flex;

    justify-content: flex-start;
    flex-wrap: wrap;

}

.image_thumb img {
	
	width: 24%;
    height: 24%;
    
}

.detail_title {

	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #009;
	padding: 5px 0px 5px 20px;
    border-top: #dcdbcd 1px solid;
	border-bottom: #dcdbcd 1px solid;
	background-color: #F0F0F0;

}

.detail_description {
	
	padding: 10px 20px 20px 20px;
}

.detail_description p {
	
    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

detail_description2 {
	
}

.partA {

    padding-top: 10px; 
	padding-left: 20px;
	padding-bottom: 20px;

}

.partA p {

    font-family: 'Roboto Condensed', sans-serif;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
	font-size: 14px;
	font-weight: 400;
	color: #333;
}

.partB {

    width: 100%;
    height: auto;

    padding-bottom: 30px;

    display: flex;
    align-items: flex-start;

}

.color_chip {

    height: 130px;
    width: 120px;

    margin-left: 30px; 

    border: solid 1px #dedede;
}

.color1 {

    height: 100px;
    background-color: #fffffb;
    border-bottom: solid 1px #dedede;
}

.color2 {

    height: 100px;
    background-color: #dcdbcd;
    border-bottom: solid 1px #dedede;

}

.color_description {

    height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;    

}

.shapeAll {

    width: 100%;
    height: 100%;

    padding: 20px;

    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;

}

.shape {

    width: 33%;
    height: 33%;

}

.shapeImg {

    width: 100%;
    height: auto;

    margin: auto auto;

}

.shapeDescription {

    font-size: 12px;
    text-align: center;

}

.downloads {

	width: 100%;
	height: auto;

	display: flex;
	
	padding: 20px;
	
}

.down_section {
	
    margin: 0 auto;
	width: 90%;
	height: 80px;

    padding: 10px;

}

.down_section p {

    font-size: 9px;
    text-align: center;
    font-weight: 600;
    
    position: relative;
    top: 25px;

    padding-bottom: 10px;
    border-bottom: #CCC 1px solid;
  
}
.down_section a {

    width: 100%;
    height: 100%;

    /*background-color: #f8f8f8;*/

    background-color: #FAFAFA;

    border: #808080 solid 1px;
    display: block;

    text-decoration: none;
 
}

.down_section a:hover {

    border: #F33 solid 1px;
}   

/*fade-in animation */
@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

.fade-in {
	opacity: 0;
	animation: fadeIn 0.5s ease-in 1 forwards;
}

@media screen and (min-width: 600px) {

    .shape {

        width: 24%;
        height: 24%;

    }
	
}

@media screen and (min-width: 768px) {
	
	.footer {

		height: 110px;

	}
	
	.toggle_menu {
		display: none;
	}
	
	.nav_menu {
		
		width: 100%;
		overflow: auto;
		height: auto;
	}
	
	.nav_menu ul li {
		
		float: left;
		width: 25%;
		height: 55px;
		line-height: 55px;		
	}
	
	.nav_menu ul li a {
	
		border-top: none;
		height: 55px;
	}
	
	.nav_menu ul {
		
		list-style-type: none;
	}
	
	.nav_menu ul li ul{
		
		margin: 0;
		position: absolute;
		width: 25%;
		height: auto;
	}
	
	.nav_menu ul li:hover ul{
		
		-webkit-transition: all .5s ease;
    		-moz-transition: all .5s ease;
    		transition: all .5s ease;
	}
	
	
	.nav_menu ul li ul li {
		
        position: relative;
        left: 0;
		margin-left: 0;
		width: 100%;
		opacity: 0.8;
		
	}
	
	.nav_menu ul li ul li a{
		
		width: 100%;
		
		text-align: center;
		color: #FFFFFF;

		background-color: #333333;
	}
	
	.nav_menu ul li ul li a:hover{
		
		background-color: #fff;
		opacity: 0.9;
		color: #F03;
		
	}

    .main_title h1 {
	
	font-size: 48px;

    }

    .main_title p {
	
	font-size: 16px;
	text-indent: 150px;
    }

    #profile {

	font-size: 24px;

    }

    .shape {

        width: 19%;
        height: 19%;

    }

	.foot_adress ul li {
		font-size: 14px;
	}
	
	#copyright {
		font-size: 12px;
	}

    .down_section {
	
	    width: 80%;
	    height: 90px

    }

    .down_section p {

        font-size: 12px;

    }
}

@media screen and (min-width: 1024px) {
	
	.header_area {
	
		height: 70px;
		display: flex;
		flex-direction: row;
	}
	
	.logo_area {
		
		flex-grow: 2;
	}
	
	.logo {

		width: 266px;
		height: 45px;
	
	}
	
	.contact_us, .contact_us2 {
		
		display: block;
		margin-top: 10px;
		margin-right: 20px;

	}

    .main_title p {
	
	    text-indent: 70px;
    
    }
     .main_area {

        padding-top: 15px;
		display: flex;
        justify-content: space-between;

	}

	.column {

        width: 49%;

	}

}

@media screen and (min-width: 1280px) {
	
	.nav_menu {
		
		margin: auto auto;
		width: 60%;
		overflow: auto;
		height: auto;
	}
	
	.nav_menu ul li ul{
		
		margin: 0;
		position: absolute;
		width: 15%;
		height: auto;
	}
	
    .main_title p {
	
	    text-indent: 140px;
    
    }

    .detail_description2 {

        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    .partA {

        width: 650px;

    }
    .partB {

        height: 170px;

        padding-top: 20px;
        padding-bottom: 20px;

    }
}

@media screen and (min-width: 1440px) {
	
	.footer {
		
		height: 120px;
	}
	
	.foot_address ul li {	
		
		font-size: 16px;
		letter-spacing: 0.2em;
	}
	
	#copyright {

		font-size: 14px;
	}	

    .main_title h1 {
	
	    font-size: 60px;
	
}

    .main_title p {
	
        text-indent: 120px;
	    font-size: 14px;

    }

    .down_section p {

    font-size: 16px;

}

}

@media screen and (min-width: 1680px) {
	
	.wrap {
		
		width: 1680px;
		margin: 0 auto;
	}
	
	.nav_menu ul li ul{
		
		width: 252px;
	}

    .nav_menu ul li ul li {
        
        width: 252px;
    }

    
}
