.box_round {
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

.box_shadow {
	-webkit-box-shadow: 0px 0px 4px 0px #;
	box-shadow: 0px 0px 4px 0px #;
}

.box_rotate {
	-webkit-transform: rotate(7.5deg);
	-moz-transform: rotate(7.5deg);
	-ms-transform: rotate(7.5deg);
	-o-transform: rotate(7.5deg);
	transform: rotate(7.5deg);
}

.box_scale {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

.box_gradient {
	background-color: #444444;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999));
	background-image: -webkit-linear-gradient(top, #444444, #999999);
	background-image: -moz-linear-gradient(top, #444444, #999999);
	background-image: -ms-linear-gradient(top, #444444, #999999);
	background-image: -o-linear-gradient(top, #444444, #999999);
	background-image: linear-gradient(to bottom, #444444, #999999);
}

.box_transition {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.box_textshadow {
	text-shadow: 1px 1px 3px #888;
}

.box_opacity {
	opacity: 0.9;
}

.box_columns {
	-webkit-column-count: 2; -webkit-column-gap: 15px;
	-moz-column-count: 2; -moz-column-gap: 15px;
	column-count: 2; column-gap: 15px;
}

body{
	background-color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}

.Logo{padding:20px 45px}

.container{
	width:960px;
	margin: auto;
	alignment-adjust:central;
}
.container2{
	width:480px;
	margin:auto;
	alignment-adjust:central
}


nav a{
background-color:#FFF;
color:#000;
padding:20px 45px;
text-decoration:none;
transition:2s;
}
	
nav a:hover{
	background-color:#0F3;
	padding:15px 65px;
	transition:2s;}
	

	
h1{
	text-transform:capitalize;
	color:#000;
	font-family:"Arial Narrow";
	font-style:normal;
	font-size:40px;
	border:#000;
	text-decoration:none;
}

.h2{
	text-transform:uppercase;
	color:#0C0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:40px;
	border:#000;
	text-decoration:none;
}

.h3{text-transform:inherit;
	color:#033;
	font-family:Verdana, Geneva, sans-serif;
	font-size:30px;
	border:#000;
	text-decoration:none;
}

footer{
	background-color:#CCC;
	padding:20px;
	border-top:5px solid #6F0;
	text-align:center;
	margin-top:20px;
}

.Text{font-family:"Arial Narrow";
color:#999;
font-style:normal;
font-size:20px;
}

.ProductImage{
	border:5xp solid #030;
	padding:3px;
	transition:1s;}

.ProductImage:hover{
	border:5px solid #030;
	transform:scale(1.3);
	transition:1s;}
	
.ProductImage1{
	border:5xp solid #030;
	padding:3px;}
	
.twoCol{
	float:left;
	width:400px;
	color:#E45B1C;
	margin-right:20px;
}

.clearFloat{
	clear:both;
}
h1, h2, h3{
	margin: 0;
}

/*Always add this to your css - Tell older browsers to display new tags as blocks*/

header, nav, section, footer{
	display: block;
	font-weight: bold;
}

.Text2{color:#090;
font-size: 36px;
font-family:"MS Serif", "New York", serif;
}

.download{margin:auto;
padding:0;
text-align:center;
font-family:bold;
color:grend;
text-decoration:none;
}

.Text3{color:#0C0;
font-size:45px;
font-family:"MS Serif", "New York", serif;
font-style:italic;
}

.Text4{color:#0F0;
font-size:30px;
font-family: "Arial Black", Gadget, sans-serif;
}

.slideshow-container{
	max-width:960px;
	position:relative;
	margin:auto;
}

.Containers{
	display:none:
}

.back, .forward{
	cursor:pointer;
	position:absolute;
	top:48%;
	width:auto;
	margin-top:-23px;
	padding:17px;
	color:#666;
	font-weight:bold;
	font-size:18px;
	transition:0.4s ease;
	border-radius:0 5px 5px 0;
}

.Back: hover, forward:hover{
	background-color:#333;
}

 .slideshow{
        
            margin: 0 auto;
            padding-top:10px;
            height: 250px;
			width:960;
            background:white;
            box-sizing: border-box ;
        }
        
        .content{
        
            margin: auto;
            width: 200px;
            perspective:900px;
            position: relative;
            padding-top:50px;
        }
        
        .content-carrousel{
        
            width: 100%;
            position: absolute;
            float:right;
            animation: rotar 15s infinite linear;
            transform-style:preserve-3d;
        
        }
        
        .content-carrousel:hove{
        
            animation-play-state: paused;
            cursor:pointer;
        }
        
        
        .content-carrousel figure{
        
            width: 100%;
            height: 80px;
            border: none;
            overflow: hidden;
            position: absolute;
        }
        
        .content-carrousel figure:nth-child(1){
            transform:rotateY(0deg) translateZ(250px)
        
        }
        
        .content-carrousel figure:nth-child(2){
        
            transform:rotateY(72deg) translateZ(250px)
        
        }
        
        .content-carrousel figure:nth-child(3){
        
        transform:rotateY(144deg) translateZ(250px)
        
        }
        
        .content-carrousel figure:nth-child(4){
        
        transform:rotateY(216deg) translateZ(250px)
        
        }
        .content-carrousel figure:nth-child(5){
        
        transform:rotateY(288deg) translateZ(250px)
        
        }
        
       
        
        
        .shadow{
        
            position: absolute;
            box-shadow: 0px 20px 0px white;
            border-radius: 2px;
        }
        
        .content-carrousel img{
        
            image-rendering: auto;
            transition: all 300ms;
            width: 100%;
            height: 100%;
        }
        
        .content-carrousel img:hover{
        
            transform:scale(1.2);
            transition: all 300ms;
        }
        
        @keyframes rotar{
            from{
                transform:rotateY(0deg);
            }
        
            to{
                transform: rotateY(360deg);
            }
        }
		
		.TwoColTxt{
	column-count:2;
	-moz-column-count:2;
	-webkit-column-count:2;
	column-gap:20px;
	-moz-column-gap:20px;
	-webkit-column-gap:30px;
	background-color:#FFF;
	border-color:#FFF;
	alignment-adjust:auto;
	}

.threeColTxt{
	column-count:3;
	-moz-column-count:3;
	-webkit-column-count:3;
	column-gap:30px;
	-moz-column-gap:30px;
	-webkit-column-gap:30px;
	background-color:#603;
	border-color:#000;
	}