@media (min-width: 1200px) {
	.container{
		width: 1120px;
		padding: 0px !important;	

	}
}

/*Resolucoes inferiores ou tablets */
@media (min-width: 992px) and (max-width: 1023px) {
	.container{
		width: 1120px;
		padding: 0px !important;	
	}
}

/*Resolucoes inferiores ou tablets */
@media (min-width: 768px) and (max-width: 991px) {
	.container{
		width: 1120px;
		padding: 0px !important;	
	}
	header .Redes {
		display:none;
	}
}

@media (max-width: 768px){
	
	/*.container{
		border: 2px solid red;
	}*/
}

/*** INICIO DO CODIGO CSS ****/

/* FONTS */

@font-face {
    font-family: 'klavika_ch_regularregular';
    src: url('../fonts/klavikach-regular-webfont.eot');
    src: url('../fonts/klavikach-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavikach-regular-webfont.woff2') format('woff2'),
         url('../fonts/klavikach-regular-webfont.woff') format('woff'),
         url('../fonts/klavikach-regular-webfont.ttf') format('truetype'),
         url('../fonts/klavikach-regular-webfont.svg#klavika_ch_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klavika_chlight';
    src: url('../fonts/klavikach-light-webfont.eot');
    src: url('../fonts/klavikach-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavikach-light-webfont.woff2') format('woff2'),
         url('../fonts/klavikach-light-webfont.woff') format('woff'),
         url('../fonts/klavikach-light-webfont.ttf') format('truetype'),
         url('../fonts/klavikach-light-webfont.svg#klavika_chlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klavika_chmedium';
    src: url('../fonts/klavikach-medium-webfont.eot');
    src: url('../fonts/klavikach-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavikach-medium-webfont.woff2') format('woff2'),
         url('../fonts/klavikach-medium-webfont.woff') format('woff'),
         url('../fonts/klavikach-medium-webfont.ttf') format('truetype'),
         url('../fonts/klavikach-medium-webfont.svg#klavika_chmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'klavika_chbold';
    src: url('../fonts/klavikach-bold-webfont.eot');
    src: url('../fonts/klavikach-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/klavikach-bold-webfont.woff2') format('woff2'),
         url('../fonts/klavikach-bold-webfont.woff') format('woff'),
         url('../fonts/klavikach-bold-webfont.ttf') format('truetype'),
         url('../fonts/klavikach-bold-webfont.svg#klavika_chbold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* HTML */

html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'klavika_ch_regularregular', Helvetica sans-serif !important;
	font-size:14px;
	color:#58585b;
}

img {
    border: none;   
}

a {
    border: none;
    text-decoration: none;
}

b {
    font-family: 'klavika_chbold', sans-serif !important;
    font-weight: normal !important;
}

h1 {
    font-family: 'klavika_ch_regularregular', sans-serif !important;
    font-weight: normal !important;
    font-size: 50px !important;
    color: #4e4e4e !important;
}

h3 {
    font-family: 'klavika_ch_regularregular', sans-serif !important;
    font-weight: normal !important;
    font-size: 30px !important;
    color: #4e4e4e !important;
    text-align: left;
    margin: 0px 0px !important;
}

h4 {
    font-family: 'klavika_chbold', sans-serif !important;
    font-weight: normal !important;
    font-size: 20px !important;
    color: #03bdf1 !important;
    text-align: left !important;
    margin: 0px !important;
}


@media (max-width: 768px){
	
	#body {
	padding-bottom:600px;  /* altura do footer */
	}
}




/* BOX TELEFONE*/

.BoxTelefone{
	width:100% !important;
	height:60px;
	margin-top:10px;
	background-color:#f4f4f4;
	padding-top:5px;
}

.BoxTelefone .texto{
	color:#004563;
	font-size:16px;
	font-family: 'klavika_ch_regularregular', Helvetica sans-serif !important;
	text-align:right;
	}

.BoxTelefone .telefone{
	color:#004563 !important;
	font-size:34px !important;
	font-family: 'klavika_ch_regularregular', Helvetica sans-serif !important;
	text-align:right;
}

.texto-padrao{
	color: blue;
	
}

@media (max-width: 768px){
	
	.BoxTelefone{
		padding-top:12px;
	}

	.BoxTelefone .texto{
	font-size:14px;
	}

	.BoxTelefone .telefone{
		font-size:24px !important;
	}
}

/* HEADER */


header {
    width: 100% !important;
	height:110px !important;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
    background-color: white;
    z-index: 1001;
}

@media screen and (max-width: 767px){
    ul.menu{
        width: 100%;
    }

    header .container{
        padding: 0;
    }

}


header .logotipo {
	width: 219px;
	height: 68px;
	display: inline-block;
	margin-top:31px;
	margin-right:155px;
	float:left;
}

header .logo {
	width: 219px;
	height: 68px;
	display: inline-block;
	background-image: url("../imagens/damaceno-seguros.png");
	background-size: 100% 100%;
}

/* MENU */

header .navbar-toggle {
	margin: 0px !important;
	background-color: white !important;
    padding: 0px 15px !important;
    color: #03bdf1;
    border-radius: 0px;
    height: 70px;
}

header .navbar-toggle:hover, .navbar-toggle:active {
    background-color: #03bdf1 !important;
    color: white;
}

/* MENU */

header .menu {
	font-size: 14px;
	color: #004563;
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
	margin:15px 0px 0px 0px;
}

header .menu li {
	display: inline-block;
	margin-left: 26px;
	text-transform: uppercase;
	line-height: 50px;
	border-left:solid 1px #f4f4f4;
	padding-top:20px;
	padding-left:30px;
}

header .menu li:first-child {
    margin-left: 0px;   
}

header .menu li:hover, header .menu li:active {
    color: #004563;
    cursor: pointer;
}

header .menu li.ativo {
    color: #004563;   
    font-weight: normal;
}

/* SUBMENU */

header .menu li.submenu i.pull-right {
    display: none;
}

header .menu li.submenu ul {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #004563;
    padding-left: 0px;
    margin-left: -31px;
}

header .menu li.submenu:hover ul {
    display: block;
}

header .menu li.submenu ul li {
    display: block;
    margin-left: 0px;
    line-height: 35px;
    text-transform: none;
    padding: 0px 20px 0px 5px;
    color: #4497ba;
    min-width: 150px;
}

header .menu li.submenu ul li:hover {
    color: #ffffff;   
}

/* SUBSUBMENU */

header .menu li.submenu ul li.subsubmenu ul {
    display: none;
    position: absolute;
    margin-top: -35px;
    margin-left: 153px;
	border-left:solid 1px #004563 !important;
}

header .menu li.submenu ul li.subsubmenu:hover ul {
    display: block;
}

header .menu li.submenu ul li.subsubmenu ul li {
    min-width: 150px;    
}

header .menu li.submenu ul li.subsubmenu ul li:hover {
    color: #ffffff;
    background-color: #4497ba;
}

header .menu li.submenu ul li.subsubmenu ul li i {
    display: none;
}

header .Redes {
	width: 30px;
	height: 30px;
	float:right;
	margin-top:50px;
	margin-right:10px;
}

@media (max-width: 768px){
/* MENU */
	
	header {
		width: 100% !important;
		height:62px !important;
		background-color:#ffffff;
		padding:0px;
		margin:0px;
	}
	
	header .logotipo {
		width: 200px;
		height: 62px;
		margin-top:10px;
		margin-right:0px;
	}

	header .logo {
       width: 180px;
		height: 56px;
		background-size: 100% 100%;
		margin-left:20px;
    }

    header .menu {
       float: none;        
		background-color: #ffffff !important;
    }

    header .menu li {
        margin-left: 0px;
        display: block;
        line-height: 40px;        
        box-sizing: border-box;
        padding-left: 15px;        
        border-bottom: 1px solid #f9f9f9;
    }
    
    header .menu li:last-child {
        border-bottom: none;   
    }

    header .menu li:hover, header .menu li:active {
        color: #154275;
        cursor: pointer;
    }

    header .menu li.ativo {
        color: #154275;   
    }
    
    /* SUBMENU */

    header .menu li.submenu ul {
        position: relative;
        margin-left: 0px;
    }
    
    header .menu li.submenu ul li {
        padding: 0px;
        border-bottom: none;
    }
        
    header .menu li.submenu i.pull-right {
        line-height: 40px;
        margin-right: 15px;
        display: inline-block;
    }
    
    /* SUBSUBMENU */

    header .menu li.submenu ul li.subsubmenu ul {
        position: relative;
        margin-top: 0px;
        margin-left: 0px;
    }
    
    header .menu li.submenu ul li.subsubmenu ul li {
        padding-left: 18px;   
        border-bottom: none;
    }
    
    header .menu li.submenu ul li.subsubmenu ul li:hover {
        background: transparent;   
    }
    
    header .menu li.submenu ul li.subsubmenu ul li i {
        display: inline-block;
    }
	
	header .Redes {
	display:none;
	}
}

/* BANNER*/

.Banner{
	width:100% !important;
	height:480px;
	background-image:url("../imagens/bg-banner-home.png");
	background-repeat:repeat-x;
	background-position:top;
}

.Banner .col-md-4{ padding:0px;}

.Banner .col-banner{ padding:0px;}


.BannerInterno{
	width:100% !important;
	height:auto;
	background-image:url("../imagens/bg-banner-interno.png");
	background-repeat:repeat-x;
	background-position:top;
}

@media (max-width: 768px){
	
	.BannerInterno{
		display:none;
	}
	
	.ConteudoInterno{
		padding-top:0px !important;
	}
}



/* SLIDER */

.slider {
    height: 480px !important;
    background-image: url("../imagens/bg-banner-home.png");
    background-repeat:repeat-x;
    background-position:top;
}

.slider .flick-title, .slider .flick-sub-text {
	text-align: left !important;
}

.slider .flick-content {  
    max-width: 1180px !important;
    padding: 0px;
	min-height:300px;
}

.slider .flick-title {
    font-family: 'klavika_ch_regularregular', sans-serif;
    max-width: 50%;
	margin:0px !important;
	padding:0px !important;
	line-height: 25px !important;
}

.slider .flick-title .flick-block-text {
	font-size: 22px;   
	padding: 0px !important;
	margin:0px !important;
	background: transparent !important;
	color: #9c384d !important;
}

.slider .flick-sub-text {
    font-family: 'klavika_chlight', sans-serif;
	padding: 0px !important;
    max-width: 50%;
    line-height: 30px !important;
}

.slider .flick-sub-text .flick-block-text {
    font-size: 40px;  
	padding: 0px !important; 
    background: transparent !important;
    color: #00769d !important;
}

.slider button {
    font-family: 'klavika_ch_regularregular', sans-serif;
    font-size: 18px;
    background-color: #9c384d;
    color: white;
	height:37px;
	border-radius:0px;
    margin-top: 10px;
	padding-right:46px;
	background-image:url(../imagens/bg-button-slide.png);
	background-repeat:no-repeat;
	background-position: top right;
}

.slider button:hover {
    background-color: #6e2635;
    color: white; 
}

.slider .dot-navigation .dot {
    background-color: #fff !important;
    width: 12px !important;
    height: 12px !important;
}

.slider .dot-navigation .dot.active {
    background-color: #9c384d !important;
}


@media (max-width: 768px){

	.Banner{
		width:100% !important;
		height:auto;
	}
	/* SLIDER */

    .slider {
        height: auto !important;
    }

    .slider .flick-content {
        margin-top: 50px;
    }
	
	.slider .flick-sub-text {
		max-width: 70%;
		line-height: 24px !important;
	}
	
	.slider .flick-title .flick-block-text {
		text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	}

	.slider .flick-sub-text .flick-block-text {
		font-size: 20px; 
		text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
	}
    
    /* SLIDER INTERNO */

    .slider-interno {
        height: 250px !important;  
    }

    .slider-interno .flick-title {
        max-width: 90%;
    }
    
    .slider-interno .flick-title .flick-block-text {
        font-size: 26px;
    }
	
}

/* BOX SERVIÇOS*/

.BoxServicos{
	width:100% !important;
	height:300px;
	background-image:url("../imagens/bg-servicos-home.png");
	background-repeat:repeat-x;
	background-position:top;
	margin-top:40px;
}

.tituloh1{
	padding:0px;
	padding-top:10px;
	text-align:left;
	background-image:url("../imagens/bg-servicos-home.png");
	background-repeat:repeat-x;
	background-position:top;
	height:100px;
	}
	
.BoxServicos h1{
	font-family: 'klavika_chbold', sans-serif;
	font-size: 25px !important;
	color: #fff !important;
	padding:0px !important;
	margin-top:-2px !important;
	display:table;
	}
	
.BoxServicos h2{
	font-family: 'klavika_chlight', sans-serif;
	font-size: 25px !important;
	color: #fff !important;
	padding:0px !important;
	margin-top:-10px !important;
	}
	
.BoxSeguroAuto{
	margin-top:40px !important;
	display:table;
}

@media (max-width: 768px){
	
	.BoxSeguroAuto{
		padding:20px;
	}
	
	.tituloh1{
		padding-left:10px;
		height:67px;
	}
}

.BoxSeguroAuto p{
	color:#62848f;
	font-size:16px;
}

.BoxSeguroAuto a{
	color:#9c384d;
	font-size:14px;
	text-decoration:none;
}

.BoxSeguroAuto a:hover{
	color:#802336;
}


@media (max-width: 768px){
	
	.BoxSuporte{
		padding:20px;
	}
	
	.tituloh1{
		padding-left:10px;
	}
}

.BoxSuporte{
	margin-top:40px !important;
	display:table;
}

.BoxSuporte p{
	color:#62848f;
	font-size:16px;
}

.BoxSuporte a{
	color:#9c384d;
	font-size:14px;
	text-decoration:none;
}

.BoxSuporte a:hover{
	color:#802336;
}


@media (max-width: 768px){
	
	.BoxCotacao{
		padding:20px;
		padding-bottom:40px !important;
	}
	
	.tituloh1{
		padding-left:10px;
	}
}

.BoxCotacao{
	margin-top:40px !important;
	display:table;
}

.BoxCotacao p{
	color:#62848f;
	font-size:16px;
}

.BoxCotacao a{
	color:#9c384d;
	font-size:14px;
	text-decoration:none;
}

.BoxCotacao a:hover{
	color:#802336;
}


/* FOOTER */

footer {
	margin:0px !important;
	padding:0px !important;
    position: relative;
    width: 100%;
    background:#e6e6e6;
    height: 400px;
    bottom: 0;
    z-index: 6;
	padding-top:50px !important;

}

@media (max-width: 768px){
	
	.ColunaFooter {
	  padding:10px 20px !important;
	}
	
	footer {

    height: 770px;
	}
	
	.BordaColuna {
	border-left:none;
	}
}

footer .ColunaFooter {
	padding:0px;
}


footer .BordaColuna {
	border-left:solid 1px #b8b8b8; 
	height:70px;
}


footer h1{
	font-family: 'klavika_chbold', sans-serif;
	font-size: 35px !important;
	color: #004563 !important;
	padding:0px !important;
	margin:0px !important;
}

footer span{
	font-family: 'klavika_ch_regularregular', sans-serif;
	font-size: 15px !important;
	color: #004563 !important;
	padding:0px !important;
	margin:0px !important;
}

.social {
    width: 100%;
    float: left;
    margin: 0 auto;
	padding-left:10%;
	margin-top:10px;
}

.navbar-nav > li a{
		color:#004563 !important;
		font-size:16px;
		padding-right:35px;
    }
	
.navbar-nav > li a:hover{
		color:#417092 !important;
		background-color:transparent !important;
    }

@media (max-width: 768px){
    .navbar-nav > li a:first-child{
		margin-left:0px !important;
		padding-left:0px !important;
		padding-right:7px !important;
    }
	.navbar-nav > li {
        float: left;
    }
	.social {
	padding-left:0px !important;
	}
}


.BoxSeguradora {
  padding:0px;
  margin-top:30px;
  }

@media (max-width: 768px){
    .Titulo {
	  padding:0px 20px 20px 20px !important;
	  width:300px;
	  }
}


.ColunaSeguradora {
  padding:0px;
  padding-top:30px;
  padding-bottom:30px;
  border-top:solid 1px #b8b8b8;
  border-bottom:solid 1px #b8b8b8;
  }

.ColunaSeguradora .col-md-9{
	padding:0px ;
	margin:0px ;
	}

.ColunaSeguradora .col-md-3{
	padding:0px ;
	margin:0px;
	}

@media (max-width: 768px){
    .ColunaSeguradora .col-md-9{
	padding:0px 30px 0px 30px ;
	}

	.ColunaSeguradora .col-md-3{
	padding:0px ;
	}
}


.ColunaSeguradora h1{
	font-family: 'klavika_chbold', sans-serif;
	font-size: 25px !important;
	color: #5a5a5a !important;
	padding:0px !important;
	margin:0px !important;
}

.ColunaSeguradora h2{
	font-family: 'klavika_chlight', sans-serif;
	font-size: 25px !important;
	color: #5a5a5a !important;
	padding:0px !important;
	margin:0px !important;
}


.GridSeguradora {
  min-height:54px;
  padding:0px !important;
  }
  
.LogoSeguradora{
	display: block !important;
    margin-left: auto !important;
    margin-right: auto  !important;
  }
  
@media (max-width: 768px){
    .BoxCopy {
	  padding:0px 30px !important;
	  }
}
  
.BoxCopy {
  padding:0px;
  margin-top:20px;
  font-size:12px;
  color:#989898;
  }
  
.BoxCopy .Conteudo{
  padding:0px;
  }
  
.BoxCopy .Conteudo a{
	color:#989898;
	font-size:12px;
	text-decoration:none;
}

.BoxCopy .Conteudo a:hover{
	color:#7f7f7f;
}


.ConteudoInterno{
	padding-top:50px !important;
	}
	
.ConteudoInterno p{
	font-size: 14px !important;
	color: #58585b !important;
	padding:0px !important;
	margin:0px !important;
	}	
	
.ConteudoInterno h1{
	font-family: 'klavika_chbold', sans-serif;
	font-size: 25px !important;
	color: #9c384d !important;
	padding:0px !important;
	margin:0px !important;
	}
	
.ConteudoInterno h2{
	font-family: 'klavika_ch_regularregular', sans-serif;
	font-size: 20px !important;
	color: #9c384d !important;
	padding:0px !important;
	margin:0px !important;
	}
	
.ConteudoInterno h3{
	font-family: 'klavika_ch_regularregular', sans-serif;
	font-size: 20px !important;
	color: #417092 !important;
	padding:0px !important;
	margin:0px !important;
	}

@media (max-width: 768px){
	
	.ConteudoInterno{
		padding-top:0px !important; 
	}
	
    .box-cotacao {
	  padding-left:130px !important;
	  }
	  
	.box-cotacao p{
		text-align:left;
		display:table;
		width:200px;
	}
	
	.ConteudoInterno h1 ,h2 ,h3 ,h4{
		text-align:left !important;
		font-size:20px;
	}
}

.box-cotacao{
	width:230px;
	float:right;
	text-align:left;
}

.box-cotacao p{
	margin-left:15px !important;
	padding-top:10px !important;
}

.box-cotacao button {
    font-family: 'klavika_ch_regularregular', sans-serif;
    font-size: 15px;
    background-color: #9c384d;
    color: white;
	height:35px;
	border-radius:0px;
    margin-top: 10px;
	padding-right:46px;
	background-image:url(../imagens/bg-button-slide.png);
	background-repeat:no-repeat;
	background-position: top right;
	margin-left:15px;
}

.box-cotacao button:hover {
    background-color: #6e2635;
    color: white; 
}
	
/* FORM CONTATO */

.form-contato {
	margin-top: 25px;
	max-width: 100%;
    font-size: 14px;
    color: #6e6e6e !important;
    border-radius: 8px;
}

.form-contato input {
	display: block;
	border: 1px solid #eeeeee;
	-webkit-appearance: none;
    background-color: white;
	width: 100%;
	height: 40px;
	border-radius: 0px;
	margin-bottom: 20px;
	color: #6e6e6e;
	box-sizing: border-box;
	padding-left: 15px;
    line-height: 40px !important;
}

.form-contato .select {
	width: 100%;
	height: 36px;
	margin-bottom: 10px;
	color: white;
    background-color: white;
    border: 1px solid #eeeeee;
	border-radius: 0px;
}

.form-contato .select i {
	width: 40px;
	height: 36px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-color: #03bdf1;
	text-align: center;
	position: absolute;
	box-sizing: border-box;
	padding-top: 4px;
	cursor: pointer;
	margin-left: -39px;
    margin-top: 0px;
	z-index: 10;
    padding-top: 5px;
}

.form-contato .select:hover i {
	background-color: #007ac0;
}

.form-contato select {
	border: none;
	-webkit-appearance: none;
	width: 100%;
	border-radius: 4px;
	color: #6e6e6e;
	height: 36px;
	padding-left: 15px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	cursor: pointer;
	background: transparent;
	position: relative;
	z-index: 20;
}

.form-contato textarea {
	display: block;
    border: 1px solid #eeeeee;
    background-color: white;
	border-radius: 0px;
	-webkit-appearance: none;
	width: 100%;
	height: 220px;
	border-radius: 0px;
	margin-bottom: 20px;
	color: #6e6e6e;
	box-sizing: border-box;
	padding-left: 15px;
	padding-top: 10px;
	resize: none;
}

.form-contato button {
    background-color: #9c384d;
    border-radius: 0px;
    color: white;
    text-transform: uppercase;
    font-size: 14px;
    float: right;
}

.form-contato button:hover {
    background-color: #42769b;
    color: #ffffff;
}

::-webkit-input-placeholder { color: #6e6e6e; }
:-moz-placeholder { color: #6e6e6e; }
::-moz-placeholder { color: #6e6e6e; }
:-ms-input-placeholder { color: #6e6e6e; }


/* CONTATO */

/* SEÇÃO - CONTATO */

.secao-contato .col-sm-8 {
    padding-right: 45px;   
}

.secao-contato h1{
	font-family: 'klavika_chbold', sans-serif;
	font-size: 25px !important;
	color: #9c384d !important;
	padding:0px !important;
	margin:0px !important;
	}
	
.secao-contato h3{
	font-family: 'klavika_chbold', sans-serif;
	font-size: 20px !important;
	color: #9c384d !important;
	padding:0px !important;
	margin:0px !important;
	}

.secao-contato .col-sm-4 {
    border-left: 1px solid #eee; 
    padding-left: 45px;
}

.secao-contato .info-contato {
    font-size: 12px;
    color: #58585b;
}

.secao-contato .info-contato button {
    background-color: #42769b;
    border: none;
    -webkit-appearence: none;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold !important;
    padding: 6px 12px;
    margin-bottom: 15px;
}

.secao-contato .info-contato button:hover {
    background-color: #9c384d;
    color: white;
}

.secao-contato .info-contato button i {
    vertical-align: top;
    font-size: 16px;
    margin-right: 5px;
}


@media (max-width: 768px){
	/* FORM - CONTATO */
    
    .form-contato {
        margin-bottom: 20px;   
    }
    
    /* EMPRESA */ 
    
    /* SEÇÃO - CONTEÚDO */
    
    .secao-conteudo p {
        text-align: justify;
    }   
    
    /* CONTATO */

    /* SEÇÃO - CONTATO */

    .secao-contato .col-sm-8 {
        padding-right: 15px;   
    }

    .secao-contato .col-sm-4 {
        padding-left: 15px;
		border:none !important;
    }
}


.btn-primary{
	color: #fff;
	background-color: #9c384d;
	border-color: #9c384d;
	}
	
.btn-primary:hover{
	color: #fff;
	background-color: #6e2635;
	border-color: #6e2635;
	}