

a:link
{
font-family: 'Open Sans', "Arial Unicode MS", Arial;
font-size:14px;
color: #01619c;
text-decoration:none;
}
a:hover
{
color: #333333;
}



a.links_menu
{
font-family: 'Montserrat', 'Arial Unicode MS', Arial;
color:#ffffff;
text-decoration:none;
text-transform:uppercase;
}
a.links_menu:active
{
color:#ffffff !important;
text-transform:uppercase;
}
a.links_menu:visited
{
color:#ffffff !important;
text-transform:uppercase;
}
a.links_menu:hover
{
color:#333333 !important;
text-transform:uppercase;
}



a.link_grey
{
color:#777777 !important;
text-decoration:none;
}
a.link_grey:visited
{
color:#777777 !important;
text-decoration:none;
}
a.link_grey:active
{
color:#777777 !important;
text-decoration:none;
}
a.link_grey:hover
{
color:#01619c !important;
text-decoration:none;
}


a.link_blue
{
color:#01619c !important;
text-decoration:none;
}
a.link_blue:visited
{
color:#01619c !important;
text-decoration:none;
}
a.link_blue:active
{
color:#01619c !important;
text-decoration:none;
}
a.link_blue:hover
{
color:#777777 !important;
text-decoration:none;
}


.link_black
{
color:#000000 !important;
text-decoration:none;
}

.link_black:hover
{
color:#ff0000 !important;
text-decoration:none;
}

.error
{
color:#ff0000;
}

#layer-nav
{
position: absolute;
width: 116px;
height: 172px;	
left: 50%;
right: 50%;	
margin-left: -58px;
top: 535px;
}

#top-link
{ 
display:none;
position:fixed; 
right:30px; 
bottom:50px; 
color:green; 
font-weight:bold; 
text-decoration:none;  
background:#555555; 
padding:10px; 
border-radius:0px;
z-index:1999999999;
}

.button
{
background-color:#01619c;
color:#ffffff !important;
font-family: 'Open Sans', "Arial Unicode MS", Arial;
font-size:14px;
font-weight:normal;
padding: 7px 15px 7px 15px;
cursor:pointer;
text-decoration:none;
text-align:center;
border-radius:3px;
border:0px;
}
.button:hover
{
text-decoration:none;
background-color:#555555 !important;
}


.button-vermais
{
font-family: 'Open Sans', "Arial Unicode MS", Arial;
color: #ffffff !important;
border-radius:4px;
background-color: #01619c;
text-align:center;
padding-left:20px;
padding-right:20px;
padding-top:8px;
padding-bottom:8px;
font-size:20px;
text-decoration:none;
cursor:pointer;
font-weight:normal;
line-height:44px;
}
.button-vermais:link
{
color: #ffffff !important;
text-decoration:none;
}
.button-vermais:hover
{
color: #ffffff;
background-color: #555555;
}




.button2
{
font-family: 'Montserrat', "Arial Unicode MS", Arial;
color: #ffffff !important;
border-radius:4px;
background-color: #cccccc;
text-align:center;
padding-left:20px;
padding-right:20px;
padding-top:8px;
padding-bottom:8px;
font-size:20px;
text-decoration:none;
cursor:pointer;
font-weight:normal;
line-height:44px;
}
.button2:link
{
color: #ffffff !important;
text-decoration:none;
}
.button2:hover
{
color: #ffffff;
background-color: #555555;
}




.button_grey
{
text-align: -webkit-center !important;
background-color:#333333;
color:#ffffff !important;
font-family: 'Open Sans', "Arial Unicode MS", Arial;
font-size:14px;
font-weight:normal;
padding: 7px 15px 7px 15px;
cursor:pointer;
text-decoration:none;
text-align:center;
border-radius:3px;
border:0px;
}
.button_grey:hover
{
text-decoration:none;
background-color:#555555 !important;
}

.button_social_networks {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    color: #ffffff;
    border-radius: 30px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 5px;
    cursor: pointer;
    background-color: #f7f7f7;
    border: 0px #000000 solid;
}
.button_social_networks:hover
{
background-color: #cccccc;
}

.store_wishlist_button img {
	margin-left:9px;
}

.fade {
   opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   cursor:pointer;
   }

.fade:hover {
      opacity: 0.5;
}


h1 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size: 30px;
	font-weight: normal;
	color:#01619c;
	letter-spacing:-2px;
}

h2 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size:20px;
	font-weight: normal;
	color:#01619c;
	letter-spacing:-1px;
	line-height:25px;
}

h3 {
	margin: 0;
	padding: 0;
	color:#555555;
	font-family: 'Open Sans', "Arial Unicode MS", Arial;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0px;	
	text-decoration:none;
	line-height:20px;
}

h4 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height:20px;
	letter-spacing:0px;
	text-decoration:none;
}

h5 {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size: 10px;
	font-weight: normal;
	color: #777777;
	line-height:15px;
	letter-spacing:0px;
}


.input[type="text"]
{
font-family: 'Montserrat', "Arial Unicode MS", Arial;
font-size:14px;
font-weight:normal;
width:100%;
height:35px;
background:#ffffff;
padding-left:10px;
border:1px solid #dddddd;
border-radius:3px;	
color:#333333;
}

.input[type="password"]
{
font-family: 'Montserrat', "Arial Unicode MS", Arial;
font-size:14px;
font-weight:normal;
width:100%;
height:35px;
background:#ffffff;
padding-left:10px;	
border:1px solid #cccccc;
border-radius:3px;
color:#333333;
}

.select
{
font-family: 'Montserrat', "Arial Unicode MS", Arial;
font-size:14px;
font-weight:normal;
width:100%;
height:35px;
background:#ffffff;
padding-left:10px;	
border:1px solid #cccccc;
border-radius:3px;
color:#333333;
}

.datepicker
{
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size:14px;
	font-weight:normal;
	width:50%;
	background:#ffffff;
	padding-left:10px;	
	border:1px solid #cccccc;
	border-radius:3px;
	color:#333333;
}

.select
{
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size:14px;
	color:#333333;
	width:100%;
	background:#ffffff;
	padding-left:0px;
	font-weight:normal;
	border:1px solid #cccccc;
	border-radius:3px;
}

.textarea
{
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size: 14px;
	color: #333;
	width: 50%;
	background: #ffffff;
	padding-left: 1%;
	padding-top: 1%;
	font-weight: none;
	border: 1px solid #dddddd;
	border-radius:3px;
}

/* Clearfix */
.clearfix:before,

.clearfix:after
{
content: " ";
display: table;
}

.clearfix:after
{
clear: both;
}

.clearfix
{
*zoom: 14;
}

nav
{
	height: 50px;
	width: 100%;
	background: #01619c;
	font-size: 14px;
	font-family: 'Montserrat', Arial, sans-serif;
	font-weight: normal;
	position: absolute;
	z-index:19999;
	margin-top:0px;
	text-align:center;
	letter-spacing:0px;
}
nav ul
{
	padding: 0;
	margin: 0 auto;
	width: 100%;
	height: 50px;
}
nav li
{
	display: inline;
	float: center;
	color:white;
}
nav a
{
	color: #ffffff;
	display: inline-block;
	/*width: 100px;*/
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	padding-left: 18px;
	padding-top:5px;
}
nav li a
{
	/*border-right: 1px solid #576979;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
nav li:last-child a
{
	border-right: 0;
}
nav a:hover, nav a:active
{
	/*background-color: #000000;*/
	color: #ffffff;
}
nav a#pull
{
	color: #ffffff;
	display: none;
}

#fadediv {
    animation: fadein 2s;
    -moz-animation: fadein 2s; / Firefox /
    -webkit-animation: fadein 2s; / Safari and Chrome /
    -o-animation: fadein 2s; / Opera /
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { / Firefox /
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { / Safari and Chrome /
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { / Opera /
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

.promocoes
{
float:left;
width:300px;
height:100%;
margin-right:20px;
margin-bottom:50px;
border:0px #000000 solid;
}

.caixa
{
position:relative;
display:inline-block;
width:300px;
height:300px;
margin-right:20px;
margin-bottom:20px;
border:0px #000000 solid;
vertical-align:top;
}



a.twitter-share-button
{
	background:#1DA1F2;
	border-radius:3px;
	color:#ffffff !important;
	padding:2px 15px 2px;
	display:inline-block;
}

#big_thumb
{
	width:unset;
	height:100%;
	max-width:100%;
	max-height:500px;
}

@media screen and (min-width:801px)
{
	.slider_homepage_caixa
	{
		position:relative;
		display: inline-block;
		vertical-align: middle;		
		width:100%;
		border:0px #b42d34 solid;
		margin-top:0px;		
		overflow:hidden;
		z-index:0;
		
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}
	.slider_homepage_caixa .swiper-video-container
	{
		/* padding-bottom:32.75% !important; */
		padding-bottom:54% !important;
		margin-top:-10vw;
	}	
	
	.slider_homepage
	{
		position: relative; 
		width: 100%;
		height:400px;
		background-position: center;
		background-repeat: no-repeat;
		background-position: top;
		border: 0px #aaEE00 solid;
		background-color: #eeeeee;
	}
	.slider_background
	{
		position:relative; 
		background-position:top center; 
		background-repeat:no-repeat;
		background-size:auto;	
		width:1050px;
		height:495px;
		padding:0px;
		margin:0px;
		text-align:center !important;
	}
	.swiper-video {
		width:100%;
		height:34vw;
		overflow:hidden;
	}

	.slider_content_area {
		position: absolute;
		margin-top: 5%;
		display: inline-block;
		text-align: left;
		width: calc(100% - 230px);
		max-width: 1280px;
		height: 300px;
		border: 0px #ffffff solid;
		z-index:2;
		margin-left:75px;
		left:0;
	}
	
	.slider_content_area h1 {
		text-transform:uppercase;
		font-family:'bold';
		font-weight:bold;
		font-size:45px;
		line-height:50px;
		color:#ffffff;
		max-width:500px;
		margin-bottom:20px;
	}
	.slider_content_area h2 {
		font-family:'regular';
		text-transform:none;
		font-size:20px;
		line-height:26px;
		font-weight:normal;
		color:#ffffff;
		max-width:600px;
	}
	.slider_content_area .button {
		margin-top: 25px;
		width: 150px;
		height: 30px;
		line-height: 30px;
		font-size:15px;
	}
	
	.plusslider
	{
		margin-top:-1px !important;
	}	
	
	.plusslider-arrows-wrapper
	{
		margin-top:0px !important;
	}
	
	
	
	.produtos_pesquisa
	{
	position:relative;
	float:left;
	width:79%;
	min-height:75px;
	border:0px solid;		
	}	
	.produtos_ordenar
	{
	position:relative;
	float:left;
	width:20%;
	min-height:75px;
	border:0px solid;	
	}
	.produtos_categorias
	{
	position:relative;
	float:left;
	width:200px;
	height:100%;
	border:0px solid;
	margin-right:40px;
	}
	.produtos_lista
	{
	position:relative;
	float:left;
	width:700px;
	height:100%;
	border:0px solid;		
	}
	
	
	.caixas_produtos
	{
	position:relative;	
	float:left;
	width:209px;
	height:400px;
	text-align:left;	
	border:1px #eeeeee solid;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	}
	
	.caixas_servicos
	{
	position:relative;	
	float:left;
	width:290px;
	min-height:500px;
	border:1px #eeeeee solid;
	margin-left:10px;
	margin-right:10px;
	}
	
	.menu, .menu ul, .menu li, .menu a, .menu span {
		margin: 0;
		padding: 0;
		border: none;
		outline: none;
	}
	
	
	.headline
	{
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size:12px;
	width:100%;
	max-width:350px;
	float:left;
	height:40px;
	color: #ffffff;
	text-align:center;	
	padding-left:0px;
	padding-right:0px;
	padding-top:12px;
	border:0px #000000 solid;
	text-align:left;
	}
	
	.login
	{
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size: 11px;
	float:right;
	width:100%;
	max-width:640px;
	min-height:40px;
	color:#ffffff;
	padding-top:7px;
	border:0px #000000 solid;
	}
	
	.login_buttons
	{
	position:absolute;
	right:125px;
	text-align:right;
	float:right;
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size:12px;
	line-height:12px;
	width:400px;
	min-height:40px;
	color:#ffffff;
	border:0px #000000 solid;
	}
	
	.login_cart
	{
	position:absolute;
	right:75px;
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size: 11px;
	width:50px;
	min-height:40px;
	color: #ffffff;
	border:0px #000000 solid;
	}
	
	.login_products
	{
	position:absolute;
	right:0px;
	text-align:right;
	font-family: 'Montserrat', "Arial Unicode MS", Arial;
	font-size: 11px;
	width:75px;
	min-height:40px;
	color: #ffffff;
	border:0px #000000 solid;
	}

	.logo
	{
	float:left;
	margin-top:20px;
	left:0px;
	text-align:left;
	width:300px;
	height:120px;
	color:#ffffff;
	border:0px #000000 solid;
	}

	.search
	{
	/* float:left; */
	float:right;
	margin-top:10px;
	right:0px;
	width:300px;
	min-height:120px;	
	color:#ffffff;
	text-align:right;
	border:0px #000000 solid;
	}
	
	.header_login {
		position: relative;
		display:none;
		margin-top: 10px;
		right: 0px;
		float: right;
		width: calc(100% - 600px);
		height: 30px;
		border: 0px solid;
		z-index: 11;
		text-align: right;
	}
	.header_login a,
	.header_login b,
	.header_login h3 {
		color:#01619c;
	}

	.site_map
	{
	position:relative;
	float:left;
	width:100%;
	max-width:300px;	
	color: #ffffff;
	border:0px #ffffff solid;
	}

	.newsletter_subscription
	{
	position:relative;
	float:left;
	width:100%;
	max-width:430px;	
	color: #ffffff;
	border:0px #ffffff solid;
	}

	.follow_us
	{
	position:relative;
	float:left;
	width:100%;
	max-width:260px;
	color: #ffffff;
	border:0px #ffffff solid;
	}

	.box_products
	{
	width:225px;
	height:375px;
	display:inline-block;
	background-color:#ffffff;
	vertical-align:top;
	float:left;
	margin-bottom:25px;
	margin-right:25px;
	border:0px #000000 solid;
	}

	.news
	{
	display:inline-block;
	float:left;
	width:240px;
	height:250px;
	display:inline-block;
	margin-right:5px;
	margin-bottom:20px;
	background-color:#ffffff;
	vertical-align:top;
	border:0px solid;
	text-align:left;
	}
	
	.caixa_servicos
	{
	position:relative;
	display:inline-block;
	width:285px;
	height:400px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:0px;
	background-color:#ffffff;
	border:0px #dddddd solid;
	text-align:left;
	vertical-align:top;
	}
	
	.caixa_bolas
	{
	position:relative;
	display:inline-block;
	text-align:center;
	width:175px;
	min-height:200px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:20px;
	border:0px solid;
	vertical-align:top; 
	}
	
	.caixa_bolas_imagem
	{
	position:relative;
	display:inline-block;
	background-color:#cccccc;
	border:1px #cccccc solid;
	width:150px;
	height:150px;
	background-repeat:no-repeat;
	background-size:cover;
	border:0px solid;
	border-radius:100px;
	overflow:hidden;
	}
	
	.caixa_form
	{
	position:relative;
	width:500px;
	height:100%;
	border:0px solid;
	}
	
	
	.slider
	{
	position:relative;
	width:100%;
	height:100%;
	}	
	.slider_background
	{
	position:relative; 
	background-position:top center; 
	background-repeat:no-repeat;
	background-size:cover;	
	width:100%;
	min-height:350px;
	height:100%;
	}

}




@media screen and (max-width:800px)
{
	.slider_homepage_caixa
	{
		position:relative;
		display: inline-block;
		vertical-align: middle;		
		width:100%;
		border:0px #b42d34 solid;
		margin-top:0px;		
		overflow:hidden;
		z-index:0;
		
		animation: fadein 1s;
		-moz-animation: fadein 1s;
		-webkit-animation: fadein 1s;
		-o-animation: fadein 1s;
	}	
	
	.slider_homepage_caixa .swiper-video-container
	{
		padding-bottom:32.75% !important;
	}
	.slider_homepage
	{
		position: relative; 
		width: 100%;
		height:400px;
		background-position: center;
		background-repeat: no-repeat;
		background-position: top;
		border: 0px #aaEE00 solid;
		background-color: #eeeeee;
	}
	
	.slider_background
	{
		position: relative; 
		background-position: top center; 
		background-repeat: no-repeat;
		background-size:cover;	
		width: 100%;
		height:400px;
		border: 0px #b42d34 solid;
	}	
	
	.slider_content_area {
		position: absolute;
		margin-top: 12%;
		display: inline-block;
		text-align: left;
		width: calc(100% - 30px);
		height: 300px;
		border: 0px #ffffff solid;
		z-index:2;
		margin-left:15px;
		left:0;
	}
	.slider_content_area h1 {
		text-transform:uppercase;
		font-family:'bold';
		font-weight:bold;
		font-size:22px;
		line-height:27px;
		color:#ffffff;
		max-width:90%;
		margin-left:5%;
		text-align:left;
	}
	.slider_content_area h2 {
		font-family:'regular';
		text-transform:none;
		font-size:14px;
		line-height:16px;
		font-weight:normal;
		color:#ffffff;
		max-width:90%;
		margin-left:5%;
		text-align:left;
	}
	.slider_content_area .button {
		margin-top: 20px;
		width: 200px;
		height: 30px;
		line-height: 30px;
		display:none;
	}
	
	.plusslider
	{
		margin-top:-10px !important;
	}	
	
	.plusslider-arrows-wrapper
	{
		margin-top:-10px !important;
	}	
	
	form#cart_add table {
		width: 100%;
	}
	.produtos_pesquisa
	{
	position:relative;
	width:79%;
	min-height:60px;
	border:0px solid;		
	}	
	.produtos_ordenar
	{
	position:relative;
	width:79%;
	min-height:60px;
	border:0px solid;	
	}
	.produtos_categorias
	{
	position:relative;
	width:100%;
	height:100%;
	border:0px solid;
	margin-right:40px;
	}
	.produtos_lista
	{
	position:relative;
	width:100%;
	height:100%;
	border:0px solid;		
	}
	
	
	.caixas_produtos
	{
	position:relative;	
	float:left;
	width:209px;
	height:400px;
	text-align:left;	
	border:1px #eeeeee solid;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
	}
	
	.caixas_servicos
	{
	position:relative;	
	float:left;
	width:290px;
	min-height:500px;
	border:1px #eeeeee solid;
	margin-left:10px;
	margin-right:10px;
	}
	
	.menu, .menu ul, .menu li, .menu a, .menu span {
		margin: 0;
		padding: 0;
		border: none;
		outline: none;
	}
	
	.logo
	{
	margin-top:20px;
	max-width:400px;
	height:70px;
	color:#ffffff;
	border:0px #000000 solid;
	margin-bottom:20px;
	}

	.search
	{
	position:relative;
	width:100%;	
	min-height:65px;
	color: #ffffff;
	text-align:center;	
	border:0px #000000 solid;
	margin-bottom:20px;
	}
	
	.header_login {
		position: relative;
		display:none;
		margin-top: 10px;
		right: 0px;
		width: 100%;
		height: 30px;
		border: 0px solid;
		z-index: 11;
		text-align: center;
		margin-top:-30px;
		margin-bottom:50px;
	}
	.header_login a,
	.header_login b,
	.header_login h3 {
		color:#01619c;
	}

	.site_map
	{
	position:relative;
	width:100%;
	min-height:180px;	
	color: #ffffff;
	border:0px #ffffff solid;
	text-align:center;
	}

	.newsletter_subscription
	{
	position:relative;
	width:100%;
	min-height:150px;	
	border:0px #ffffff solid;
	text-align:center;
	}

	.follow_us
	{
	position:relative;
	width:100%;
	min-height:100px;
	color: #ffffff;
	border:0px #ffffff solid;
	margin-bottom:50px;
	text-align:center;
	}

	nav
	{ 
  	height: auto;
  	}
	
  	nav ul
	{
	width: 100%;
	display: none;
	height: auto;
  	}
	
  	nav li
	{
	width: 100%;
	float: left;
	position: relative;
  	}
	
  	nav li a
	{
	border-bottom: 1px solid #ffffff;
	/*border-right: 1px solid #576979;*/
	}
	
  	nav a
	{
	text-align: left;
	width: 100%;
	text-indent: 25px;
	padding-left: 0px;
  	}
		
	nav a#pull
	{
	display: block;
	background-color: #333333;
	width: 100%;
	position: relative;
	line-height:44px;
	}
	
	nav a#pull:after
	{
	content:"";
	background: url('../_images/nav-icon.png') no-repeat;
	width: 30px;
	height: 30px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 15px;
	}

	
	.header
	{
	width:100%;
	height:300px;
	min-height:150px;
	max-width:950px;
	}

	.promocoes
	{
	width:100%;
	height:100%;
	padding:0px;
	margin-bottom:50px;
	border:0px #000000 solid;
	}
	
	.caixa
	{
	position:relative;
	text-align:center;
	width:100%;
	height:100%;
	margin-right:0px;
	margin-bottom:40px;
	border:0px #000000 solid;
	vertical-align:middle;
	}
	
	.caixa_bolas
	{
	position:relative;
	display:inline-block;
	text-align:center;
	width:100%;
	min-height:200px;
	margin-bottom:30px;
	border:0px solid;
	}
	
	.caixa_bolas_imagem
	{
	position:relative;
	display:inline-block;
	background-color:#cccccc;
	border:1px #cccccc solid;
	min-width:200px;
	min-height:200px;
	background-repeat:no-repeat;
	background-size:cover;
	border:0px solid;
	border-radius:100px;
	overflow:hidden;
	}
	
	
	.box_products
	{
	width:90%;
	min-height:400px;
	background-color:#ffffff;
	margin-bottom:25px;
	margin-right:0px;
	border:0px solid;
	}
	
	.news
	{
	display:inline-block;
	width:90%;
	margin-bottom:20px;
	background-color:#ffffff;
	vertical-align:top;
	border:0px solid;
	text-align:left;
	}

	.promos
	{
	width:100%;
	height:350px;
	margin-right:0px;
	margin-bottom:1px;
	border:0px #000000 solid;
	}
	.promos img
	{
	max-width:100px;
	}
	
	.caixa_form
	{
	position:relative;
	width:90%;
	height:100%;
	border:0px solid;
	}
	
	
	.slider
	{
	position:relative; 
	width:100%;
	height:287px;
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	background-color:#dddddd;
	}	
	.slider_background
	{
	position:relative; 
	background-position:center; 
	background-position:top; 
	background-repeat:no-repeat;
	background-size:cover;	
	width:100%;
	height:287px;
	background-color:#dddddd;
	}

}






@media screen and (max-width:400px)
{
	
	.slider
	{
	position:relative; 
	width:100%;
	height:187px;
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
	background-color:#dddddd;
	}	
	.slider_background
	{
	position:relative; 
	background-position:center; 
	background-position:top; 
	background-repeat:no-repeat;
	background-size:cover;	
	width:100%;
	height:187px;
	background-color:#dddddd;
	}

}
