.tools-section
{
	margin:0 -0.8em;
	bottom:50px;
}
.tools-section ul
{
	padding: 0;
	margin:0;
}
.tools-section ul li
{
	list-style: none;
	display: inline-block;
	margin: 0;
}

.tools-section ul li a
{	
	letter-spacing: 1.2px;
	font-weight: normal;
	cursor: pointer;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    line-height: 1.8em;
}
.tools-section ul li a:before,
.tools-section ul li a:after
{
	font-family: FontAwesome;
  	font-weight: normal;
   	font-style: normal;
   	font-size: 210%;
   	display: block;
}
/*.tools-section nav
{
    position: absolute;
    top: 50%;
}*/
.tools-section nav 
{
    position: absolute;
    top: 30%;
    width: 100%;    
}
.tools-section nav ul
{
    overflow: hidden;
}
.tools-section [class*=navigation-] a
{
	position: absolute;
	z-index: 1;
	/*top: 50%;*/
	bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: 100%;
	white-space: nowrap;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
.tools-section [class*=navigation-] a.next
{
	margin-right: 18px;
	right:0;
}
.tools-section [class*=navigation-] a:after
{
	content: '\f105';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.tools-section [class*=navigation-] a.prev
{
	margin-left: 18px;
	left:0;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.title-path
{
    display: none;
    text-align: center;
    font-weight: normal;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    font-size: 1.25em;
    margin: 8px 0;    
}
.part-home-style .title-path,
.part-of-home .title-path
{
    border-bottom: 1px solid #fff;
}
.part-product .title-path,
.part-color .title-path
{
    border-bottom: 1px solid #666;
}
.img-test
{
	margin: auto;
	padding:1px;
	height: 42px;
	width: 62px;
	border:1px solid #fff;
}
.img-test [class*=inner-]
{
    -webkit-transition: transform 500ms cubic-bezier(0.19,1,0.22,1) 0ms;
    -moz-transition: transform 500ms cubic-bezier(0.19,1,0.22,1) 0ms;
    -o-transition: transform 500ms cubic-bezier(0.19,1,0.22,1) 0ms;
    transition: transform 500ms cubic-bezier(0.19,1,0.22,1) 0ms;
}
.event a:hover [class*=inner-]
{
    -webkit-transform: scale3d(0.75,0.75,1);
    -moz-transform: scale3d(0.75,0.75,1);
    -o-transform: scale3d(0.75,0.75,1);
    transform: scale3d(0.75,0.75,1);
}
.event a:hover .img-test
{
    background-color: transparent;
}
/*.part-home-style
{
    height: 60px;
}*/
.part-home-style, .part-of-home, .part-product, .part-color
{
	position: relative;
    height: 78px;
}
.part-color
{
    height: 110px; 
}
.events-wrapper
{
	position: relative;
    height: 100%;
    margin: 0 40px;
    overflow: hidden;
}
.events-wrapper:after, 
.events-wrapper:before 
{
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100%;
    width: 20px;
}
.event
{
	top: 0.7rem; 
	position: relative;
    z-index: 1;
    left: 0;
    height: 11rem;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.part-color .event
{
    top: 3.4rem;
}
.event li 
{
	position: static;
    width: 110px;
    bottom: 0;
    z-index: 2;
    display: block;
    text-align: center;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}


/* ------------------------ part-home-style ------------------------ */
.part-home-style
{
    width: 100%;
	background-color: #666666;
    text-align: center;
}
.part-home-style ul li a,
.part-home-style .title-path
{
    color:#fff;
}
.part-home-style .event
{
    bottom: 0;
}
.part-home-style .event li 
{
    width: 120px;
}
.part-home-style .events-wrapper
{
     margin: auto;
}
.part-home-style .events-wrapper:before {
    left: 0;
    background-image: -webkit-linear-gradient( left , #666, rgba(102, 102, 102, 0));
    background-image: linear-gradient(to right, #666, rgba(102, 102, 102, 0));
}
.part-home-style .events-wrapper:after {
    right: 0;
    background-image: -webkit-linear-gradient( right , #666, rgba(102, 102, 102, 0));
    background-image: linear-gradient(to left, #666, rgba(102, 102, 102, 0));
}

.part-home-style .inner-img
{
    height: 100%;
}


/* ----------------- part-of-home ----------------- */
.part-of-home 
{
	/*div.part-of-home*/
	background-color: #999999;
}
 .part-of-home ul li a,
 .part-of-home .title-path
 {
    color:#fff;
 }
.part-of-home .events-wrapper:before {
    left: 0;
    background-image: -webkit-linear-gradient( left , #999, rgba(153, 153, 153, 0));
    background-image: linear-gradient(to right, #999, rgba(153, 153, 153, 0));
}
.part-of-home .events-wrapper:after {
    right: 0;
    background-image: -webkit-linear-gradient( right , #999, rgba(153, 153, 153, 0));
    background-image: linear-gradient(to left, #999, rgba(153, 153, 153, 0));
}
.part-of-home .img-test,
.part-product .img-test
{
    /*width:62px;*/
    /*border-radius: 2px;*/
}
.part-of-home .img-test
{
    box-shadow: 1px 1px 10px #888;
}
.part-of-home .inner-img
{
    height: 100%;
}
.navigation-home .prev, .navigation-home .next
{
    color:#fff;
}

/* -------------------------- part-product -------------------------- */
.part-product 
{
	background-color: #ccc;
}
.part-product ul li a,
.part-product .title-path,
.part-color ul li a,
.part-color .title-path
{
	color:#444;

}
.part-product .events-wrapper:before {
    left: 0;
    background-image: -webkit-linear-gradient( left , #ccc, rgba(204, 204, 204, 0));
    background-image: linear-gradient(to right, #ccc, rgba(204, 204, 204, 0));
}
.part-product .events-wrapper:after {
    right: 0;
    background-image: -webkit-linear-gradient( right , #ccc, rgba(204, 204, 204, 0));
    background-image: linear-gradient(to left, #ccc, rgba(204, 204, 204, 0));
}
.part-product .img-test
{
    box-shadow: 1px 1px 10px #bdbdbd;
}
.part-product .inner-img
{
    height: 100%;    
}

/* -------------------------- part-color -------------------------- */
.part-color 
{
	background-color: #eee;
}
.part-color .img-test
{
	border: 0.5px solid rgba(0,0,0,0.1)
}
.part-color .events-wrapper:before {
    left: 0;
    background-image: -webkit-linear-gradient( left , #eee, rgba(238, 238, 238, 0));
    background-image: linear-gradient(to right, #eee, rgba(238, 238, 238, 0));
}
.part-color .events-wrapper:after {
    right: 0;
    background-image: -webkit-linear-gradient( right , #eee, rgba(238, 238, 238, 0));
    background-image: linear-gradient(to left, #eee, rgba(238, 238, 238, 0));
}
.part-color .img-test
{
    box-shadow: 1px 1px 10px #d9d9d9;
}
.inner-color
{
    width: 100%; 
    height: 100%;
}
.group-color
{
    float: left;
    position: relative;
    height: 100%;
    min-width: 12rem;
    color: #444;
}
.separator 
{
    width: 0.8px;
    height: 80%;
    background-color: #444;
    position: absolute;
    top: -2.4rem;
    left: 0;
}
.label-group
{
    position: absolute;
    top: -3rem;
    left: 0;
    text-transform: uppercase;
    padding: 0 20px;
}


/* -------------------------- Will Add class -------------------------- */
.selected-inner
{
    transform: scale3d(0.75,0.75,1);
}
.hidden-arrow
{
    opacity:0;
}
.img-test_bgcolor
{
    background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 680px) and (max-width: 868px) 
{
    .part-home-style .events-wrapper
    {
        margin:auto;
    }
}

@media screen and (min-width: 680px) 
{
    
    .tools-section nav 
    {
        top: 50%;
        height: 42px;      
    }
    .second-div
    {
        margin-top: -0.44em;
    }
    .part-home-style nav,
    .part-product nav
    {
        top: 48%;
    }
    .part-of-home nav
    {
        border-left: 1.4px dashed #fff;  
    }
    .part-color nav
    {
        border-left: 1.4px dashed #666;
    }
    .title-path
    {
        display: block;
    }
    .part-home-style, .part-of-home, 
    .part-product, .part-color
    {
        display: inline-block;
        height: 142px;
    }
    .part-home-style, .part-of-home
    {
        background-color: #666666; 
    }
    .part-home-style, .part-product
    {
        width: 40%;
        margin-right: -0.3em;
    }
    .part-of-home, .part-color
    {
        width: 60%;
    }
    .part-home-style .event, .part-of-home .event, 
    .part-product .event, .part-color .event
    {
        top: 2rem;
    }
  
    .part-of-home .events-wrapper:before 
    {
        left: 0;
        background-image: -webkit-linear-gradient( left , #666, rgba(102, 102, 102, 0));
        background-image: linear-gradient(to right, #666, rgba(102, 102, 102, 0));
    }
    .part-of-home .events-wrapper:after {
        right: 0;
        background-image: -webkit-linear-gradient( right , #666, rgba(102, 102, 102, 0));
        background-image: linear-gradient(to left, #666, rgba(102, 102, 102, 0));
    }


    /* -------------------------  -------------------------*/
    .part-product, .part-color
    {
        background-color: #eee;
    }

    .part-product .events-wrapper:before 
    {
        left: 0;
        background-image: -webkit-linear-gradient( left , #eee, rgba(238, 238, 238, 0));
        background-image: linear-gradient(to right, #eee, rgba(238, 238, 238, 0));
    }
    .part-product .events-wrapper:after {
        right: 0;
        background-image: -webkit-linear-gradient( right , #eee, rgba(238, 238, 238, 0));
        background-image: linear-gradient(to left, #eee, rgba(238, 238, 238, 0));
    }
}
@media screen and (min-width: 770px) 
{
    .preview-section,
    .tools-section
    {
        margin: auto;
    }
     .preview-section
    {
        width:90%;
    }
}
@media screen and (min-width: 820px) 
{   
    /**/
    .preview-section
    {
        width:85%;
    }
}
@media screen and (min-width: 869px)
{
    .part-home-style .events-wrapper
    {
         margin:0 40px;
    }
}
@media screen and (min-width: 960px) 
{   
    .preview-section
    {
        width:80%;
    }
}
@media screen and (min-width: 1020px) 
{   
    .preview-section
    {
        width:75%;
    }
}
@media screen and (min-width: 1040px) 
{   
    .preview-section
    {
        width:70%;
    }
}
@media screen and (min-width: 1160px) 
{
    .tools-section
    {
        padding:0 6.5%;
    }
}
@media screen and (min-width: 1280px)  
{
    .main-page
    {
        margin: 0 6.5%;
    }
    .main-page > .title
    {
        margin:10px 0;
    }
}
@media screen and (min-width: 1360px)
{
    .main-page
    {
        margin: 0 8.5%;
    }
    .preview-section
    {
        width:80%;
    }
    .tools-section
    {
        padding:0 8.5%;
    }
}