@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
/* CSS Document */

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

.nav, .icon_menu {
	display: none;
}
/* CONTENT */
#content {
	width: 100%;
}
.content_txt {
	width: 100%; 
	max-width: 750px; 
	margin: auto; 
	text-align: center;
}
.wrapper {
	width:calc(100% - 100px); 
	padding:50px;
	max-width: 1200px;
	margin: auto;
}
.wrapper_nospace {
	width:calc(100% - 100px); 
	padding:0 50px 0 50px;
	max-width: 1200px;
	margin: auto;
}
.wrapper_thumbs {
	width:calc(100% - 60px); 
	padding:50px 30px 50px 30px;
	max-width: 1200px;
	margin: auto;
}
/*
.wrapper_content {
	width: calc(100% - 100px);
}
*/
#left_side {
	width: 300px;
	float: left;
	text-align: left;
}
#left_side_content {
	width: calc(100% - 375px);
	float: left;
	text-align: left;
}
#right_side_content {
	width: calc(100% - 375px);
	float: right;
	text-align: left;
}
#right_side {
	width: 300px;
	float: right;
	text-align: left;
}
.side_cat {
	width: 45%; 
	float: left; 
	text-align: center;
}
.side_dog {
	width: 45%; 
	float: right; 
	text-align: center;
}
/* HEADER */
#header {
	width: 100%; 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 10;
	min-height: 50px;
}
.menu_position {
	float: right;
	margin-top: -20px;
}
.menu_position_small {
	float: right; 
	margin-top: 10px;
}
#logo {
	position: absolute;
	z-index: 15;
	left: 50px;
	width: 300px;
	top: 50px;
}
#logo_internas {
	position: absolute;
	z-index: 15;
	left: 50px;
	width: 150px;
	top: 50px;
}
#small_header {
	height: 50px; 
	width: 100%; 
	position: fixed; 
	background: #FFF;
	z-index: 20;
	border-bottom: solid 1px #999;
}
#logo_small {
	float: left; 
	width: 50px;
	margin-top: 5px;
}
#buscador {
	height: 50px; 
	width: 100%; 
	background: rgba(0,0,0,.75);
	position: fixed;
	top:50px;
	z-index: 15;
}
/* FOOTER */

#footer {
	width: 100%;
	min-height: 100px;
	background-color: #000;
	background-position: left top;
	background-repeat: repeat;
	background-image: url(images/texture.png);
}
#footer_left {
	float: left;
	width: calc(100% - 300px);
	max-width: 600px;
	padding-top: 20px;
}
#footer_right {
	float: right;
	width: 250px;
	text-align: right;
	padding-top: 30px;
}

/* BANNERS */
.main_dogs {
	height: 250px;
	width: auto;
}
#bg_home {
	background-position: left top;
	background-repeat: repeat;
	background-image: url(images/texture.png);
	background-color:#00afa5;
	min-height: 300px;
	width: 100%;	
}
#banner_img {
	position: absolute; 
	z-index: 1; 
	text-align: right;
	right: 50px;
	top: 100px;
}
#banner_img_internas {
	position: absolute; 
	z-index: 1; 
	text-align: center;
	right: 25px;
	top: 80px;
	width: 250px;
}
#banner_home {
	position: absolute; 
	z-index: -1; 
	width: 100%; 
	height: 520px; 
	background: url(images/banner_home.jpg) center center no-repeat;
	background-size: cover;
}
.banner_mask {
	width: 100%; 
	height: 100%;
	background-color: rgba(0,0,0,.75);
}
#bg_internas {
	background-position: left top;
	background-repeat: repeat;
	background-image: url(images/texture.png);
	background-color:#00afa5;
	min-height: 200px;
	width: 100%;
	position: relative;
}
#tittle_section {
	position: absolute;
	bottom: -11px;
	width: 100%;
	text-align: center;
}
#subtittle_section {
	margin-top: -63px; 
	margin-bottom: 40px; 
	display: block;
}
/* BOXES */
.box_vertical {
	width: calc(35% - 15px); 
	height: 580px; 
	margin-bottom: 30px;
	transition: transform 0.3s;
}
.box_vertical:hover {
    transform: scale(1.05);
}
.box_horizontal {
	width: calc(65% - 15px); 
	height: 275px; 
	margin-bottom: 30px;
	transition: transform 0.3s;
}
.box_horizontal:hover {
    transform: scale(1.05);
}
.bv_img {
	width: 100%;
	height: 50%;
	background-color: #ccc;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.bh_img {
	width: 50%;
	height: 100%;
	background-color: #ccc;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
}
.bv_txt {
	width: 100%; 
	height: 50%;
	display: table;
}
.bh_txt {
	width: 50%;
	height: 100%;
	display: table;
	vertical-align: top;
	float: left;
}
.box_align {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	padding: 25px;
}

/* LIST THUMBS */

.list_thumb {
	width: calc(25% - 45px); 
	display: inline-block;
	margin: 20px;
/*
	margin-right: 40px;
	margin-bottom: 40px;
*/
	position: relative;
	vertical-align: top;
	
}
.list_thumb_img {
	width: 100%; 
	height: 350px; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	transition: transform 0.3s;
	border: solid 1px #ccc;
}
.box_align_thumb {
	display: table-cell;
	vertical-align: middle;
	height: 300px;
	width: calc(100% - 50px);
	padding: 25px;
}
.list_thumb:hover .list_thumb_img {
    transform: scale(1.05);
}
.list_thumb_txt {
	width: 100%; 
	margin-top: 25px; 
	text-align: left;
}

.list_thumb_description {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	display: none;
}
.list_thumb:hover .list_thumb_description {
	display: table;
}

.blog_thumb_img {
	width: 100%; 
	height: 225px; 
	background-position: center center; 
	background-repeat: no-repeat; 
	background-size: cover;
	transition: transform 0.3s;
}
.list_thumb:hover .blog_thumb_img {
    transform: scale(1.05);
}
.events_date {
	position: absolute;
	width: 75px;
	height: 60px;
	z-index: 5;
	top: 140px;
	left: 10px;
	text-align: center;
	line-height: 20px;
	padding-top: 15px;
	background: #FFF;
}
.pet_face {
	float: left; 
	width: 250px;
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.pet_tittle {
	float: right; 
	width: calc(100% - 300px);
}
.benefit {
	width: 29.33333%; 
	margin: 25px 2% 25px 2%; 
	display: inline-block; 
	text-align: center;
}
.icon_benefit {
	display: block; 
	margin: auto; 
	opacity: .25;
	width: 75px;
	height: auto;
}


.main_heart {
	background-color: #00afa5; 
	width: 200px; 
	height: 200px; 
	margin: 20px; 
	background-image: url(images/mask_heart.png); 
	background-position: center center; 
	background-size: 100% auto; 
	background-repeat: no-repeat; 
	display: inline-table;
}
.align_heart {
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
	width: 200px;
	padding-bottom: 25px;
}


.can_slide {
width: 85%; 
text-align: left;
margin: auto;
}
.can_slide .side {
width: 50%; 
}
/* Fonts */
.menu {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:15px;
	text-decoration:none;
	text-transform:uppercase;
	margin-left: 25px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	letter-spacing: 1px;
	height: 24px;
	padding-top: 6px;
}

.credito {
	font-family:Verdana, Geneva, sans-serif;
	font-size:8px;
	text-decoration:none;
	opacity:.75;
	letter-spacing:2px;
	text-transform:uppercase;
}

.t1 {
	font-family: 'Pacifico', cursive;
	font-size:50px;
	line-height: 45px;
	text-decoration:none;
}
.t2 {
	font-family: 'Lato', sans-serif;
	font-size:30px;
	text-decoration:none;
	font-weight:400;
}
.t3 {
	font-family: 'Lato', sans-serif;
	font-size:16px;
	text-decoration:none;
	font-weight:400;
}
.t4 {
	font-family: 'Lato', sans-serif;
	font-size:22px;
	text-decoration:none;
	font-weight:400;
}
.t5 {
	font-family: 'Lato', sans-serif;
	font-size:36px;
	text-decoration:none;
	font-weight:400;
	letter-spacing: 2px;
}
.t6 {
	font-family: 'Lato', sans-serif;
	font-size:50px;
	text-decoration:none;
	font-weight:300;
	letter-spacing: 2px;
}
.t7 {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	text-decoration:none;
	font-weight:400;
}
.t8 {
	font-family: 'Lato', sans-serif;
	font-size:12px;
	line-height: 10px;
	text-decoration:none;
	font-weight:400;
}
.black {
	color:#000;
}
.grey {
	color:#CCC;
}
.white {
	color:#FFF;
}
.blue {
	color:#00afa5;
}

.pink {
	color:#efa5a2;
}

/* Botones */
.bt_generic_grey {
	color:#FFF;
	text-decoration:none;
	height:30px;
	padding:10px 0 0 0;
	width:100%;
	max-width: 300px;
	text-align:center;
	background:#999;
	transition: transform 0.3s;
	display:inline-block;
	cursor:pointer;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:14px;
	letter-spacing:2px;
	border: none;
	text-transform: uppercase;
	border-radius: 20px;
	margin-bottom: 40px;
}
.bt_generic_grey:hover {
	transform: scale(1.10);
	background:#666;
}

.bt_action, .bt_action_small {
	color:#FFF;
	text-decoration:none;
	height:30px;
	padding:10px 0 0 0;
	width:calc(50% - 17.5px);
	margin-right: 25px;
	text-align:center;
	transition: transform 0.3s;
	display:inline-block;
	cursor:pointer;
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:14px;
	letter-spacing:2px;
	border: none;
	text-transform: uppercase;
	border-radius: 20px;
	margin-bottom: 40px;
}
.bt_action:hover {
	transform: scale(1.10);
}
.bt_action_small {
	font-size:12px;
	margin-right: 0;
		width:100%;
		margin-bottom: 0;
}
.bt_action_small:hover {
	transform: scale(1.10);
}
.bt_pink {
	background-color: #efa5a2;
}
.bt_blue {
	background-color:#00afa5;
}
/* icons */

.social {
	color: transparent;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 15px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	text-decoration: none;
	
}
.facebook {
	background-image: url(images/icon_facebook.png);
}
.instagram {
	background-image: url(images/icon_instagram.png);
}
.youtube {
	background-image: url(images/icon_youtube.png);
}


/* Forms */


.drop_black {
	color:#666;
	width:calc(100% - 45px);
	margin-right: 50px;
	height:30px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:22px;
	font-weight:700;
	border: none;
	border-bottom: solid 1px rgba(0,0,0,.5);
	outline:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background: url(images/arrow_down_black.png) right center no-repeat;
	background-size: 15px auto;
	border-radius: 0;
	display: block;
	margin-bottom: 30px;
}

.drop {
	color:#FFF;
	width:calc(20% - 45px);
	margin-right: 50px;
	max-width: 300px;
	height:30px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	border: none;
	border-bottom: solid 1px rgba(255,255,255,.5);
	outline:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background: url(images/arrow_down.png) right center no-repeat;
	background-size: 15px auto;
	border-radius: 0;
	display: inline-block;
	margin-top: 5px;
}

.field_full {
	color:#000;
	width:calc(100% - 22px);
	padding-left:10px;
	padding-right:10px;
	height:40px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	background:#eaecec;
	display: inline-block;
	margin-bottom: 10px;
}

.field {
	color:#000;
	width:calc(50% - 27px);
	margin-right: 10px;
	padding-left:10px;
	padding-right:10px;
	height:40px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	background:#eaecec;
	display: inline-block;
	margin-bottom: 10px;
}
.drop_field {
	color:#000;
	width:calc(50% - 7px);
	margin-right: 10px;
	padding-left:10px;
	padding-right:10px;
	height:40px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	background:#eaecec;
	display: inline-block;
	margin-bottom: 10px;
}
.drop_field_full {
	color:#000;
	width:calc(100% - 7px);
	padding-left:10px;
	padding-right:10px;
	height:40px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	background:#eaecec;
	display: inline-block;
	text-align: left;
}
.area_full {
	color:#000;
	width:calc(100% - 22px);
	padding:10px;
	height:150px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	background:#eaecec;
	resize:none;
	display: block;
	margin-bottom: 10px;
}

.area {
	color:#000;
	width:calc(100% - 22px);
	padding:10px;
	height:75px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	outline:none;
	border:none;
	background:#eaecec;
	resize:none;
	display: block;
	margin-bottom: 10px;
}

.bt_send {
	color:#FFF;
	text-decoration:none;
	height:40px;
	width:100%;
	text-align:center;
	background: #999;
	display:block;
	cursor:pointer;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight:700;
	border:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}

.bt_send:hover {
	background:#efa5a2;
}


.form_question {
	width: 100%;
	display: block;
	margin-bottom: 50px;
}

.question_left {
	width: 75%; 
	float: left; 
	vertical-align: top;
}
.question_right {
	width: 20%; 
	float: right; 
	vertical-align: top; 
	text-align: right;
}

.dropdown {
    position: relative;
    display: inline-block;
}
.dropdown_home {
    position: relative;
    display: inline-block;
	width: 100%;
	max-width: 400px;
}

/*DROP TYPE*/
.dropbtn_transparent {
	color:#FFF;
	width: calc(100% - 50px);
	max-width: 300px;
	text-align: left;
	height:35px;
	text-decoration:none;
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight:700;
	text-transform: uppercase;
	border: none;
	border-bottom: solid 1px #FFF;
	outline:none;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	background: url(images/arrow_right.png) right top no-repeat;
	background-size: 15px auto;
	border-radius: 0;
	padding-right: 50px;
	display: block;
	letter-spacing: 1px;
}
.dropbtn_color {
	color:#FFF;
	background: #00afa5;
}
.dropbtn_white {
	color:#000;
	background: #FFF;
}

.dropbtn {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size:15px;
	text-decoration:none;
	text-transform:uppercase;
	display: inline-block;
	cursor: pointer;
	letter-spacing: 1px;
	border: none;
	border-radius: 20px;
	height: 30px;
	padding: 10px 30px 0 30px;
	margin-bottom: 10px;
	vertical-align: middle;
}
/*DROP TYPE FIN*/

.dropdown-content {
    display: none;
    position: absolute;
	text-align: center;
	z-index: 30;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.dropdown_home:hover .dropdown-content {
    display: block;
}

.dropsubbtn {
    color: #000;
	background: #FFF;
    padding-top: 10px;
	height: 30px;
    text-decoration: none;
    display: block;
	font-family: 'Lato', sans-serif;
	font-size:14px;
	font-weight:400;
	margin-bottom: 10px;
	border: none;
	text-transform: uppercase;
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
}
.dsbtn_blue:hover {
	color:#FFF;
	background: #00afa5;
	font-weight:700;
}
.dsbtn_pink:hover {
	color:#FFF;
	background: #efa5a2;
	font-weight:700;
}
.dsbtn_black:hover {
	color:#FFF;
	background: #000;
	font-weight:700;
}

/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}
/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
/* UL/OL/DIV - the element that simplyScroll is inited on Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}	

.simply-scroll-list li a {
	display:table-cell;
	vertical-align:middle;
	min-height:30px;
	padding-top:0 !important;
	background-image:none !important;
}

.simply-scroll-list li a:hover,
.simply-scroll-list li a:active {
	background-image:none !important;
}

.simply-scroll-list li{
	border-right:none !important;
}

.simply-scroll-list li img {
	border: none;
	display: block;
	max-height:100% !important;
}

/*
.simply-scroll-list li img:hover {
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%);
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%);
  -o-transition: .5s ease-in-out;
} 

.simply-scroll-list li img {
  -webkit-filter: grayscale(100%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(100%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(100%); 
  -o-transition: .5s ease-in-out;
}*/

/* Custom class modifications - adds to / overrides above
.simply-scroll is default base class */
/* Container DIV */
.simply-scroll { 
	width: 100%;
	height: 80px;
}
/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 80px;
}
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: auto;
	padding:0 10px;
}




@media screen and (max-width: 1150px) {
	
/* MENU MOBILE */

.nav {
	display: block;
	width:75%;
	height:100%; 
	position:fixed; 
	background:rgba(0,0,0,.75);
	z-index:30;
	right:-75%;
	top: 0;
}

.sidemenu {
	position:absolute; 
	bottom:60px;
	left:40px;
}
.icon_close {
	background:url(images/close_white.png) center center no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:block;
	position:absolute; 
	right:20px; 
	top:20px;
	z-index:2;
	transition: transform 0.3s;
}
.icon_close:hover {
	transform: rotate(90deg);
}

.icon_menu {
	background-position: center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:block;
	position:fixed; 
	right:20px; 
	top:20px;
	z-index:20;
	transition: transform 0.3s;
}
.im_white {
	background-image: url(images/icon_menu_white.png);
}
.im_black {
	background-image: url(images/icon_menu_black.png);
}
.icon_menu:hover {
	transform: scale(1.10);
}

.menu {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:18px;
	text-decoration:none;
	display:block;
	text-transform: uppercase;
	margin-left: 0;
	cursor: pointer;
	letter-spacing: 1px;
	height: 24px;
	padding-top: 6px;
	margin-top: 10px;
}
/* FIN MOBILE */
	
.menu_position, .menu_position_small, .call_hide {
	display: none;
}	

.list_thumb {
	width: calc(33.3333% - 45px); 
}
.list_thumb_img {
	height: 350px; 
}
	
#logo {
	width: 200px;
}	
	
.main_dogs {
	height: 200px;
}
#bg_home {
	min-height: 220px;
}	
#banner_img {
	top: 60px;
}

.pet_face {
	float: none;
	margin-bottom: 50px;

}
.pet_tittle {
	float: none; 
	width: 100%;
}	
	
	
	
}



@media screen and (max-width: 850px) {

#logo_internas {
	left: 50%;
	margin-left: -75px;
	width: 150px;
	top: 25px;
}
#banner_img_internas {
	display: none;
}
.list_thumb {
	width: calc(50% - 45px); 
}
.list_thumb_img {
	height: 400px; 
}	
	
#logo {
	width: 150px;
	top: 25px;
	left: 25px;
}	
	
.main_dogs {
	height: 150px;
}
#bg_home {
	min-height: 150px;
}	
#banner_img {
	top: 30px;
}
.t6 {
	font-size:32px;
	line-height: 30px;
}	
#tittle_section {
	bottom: -5px;
}
#subtittle_section {
	margin-top: -55px; 
}


#left_side, #left_side_content, #right_side_content, #right_side  {
	width: 100%;
	float: none;
	margin-bottom: 25px;
}

	
	
	
}

@media screen and (max-width: 650px) {

.wrapper {
	width:calc(100% - 50px); 
		padding:50px 25px 50px 25px;
}
.wrapper_nospace {
	width:calc(100% - 50px); 
	padding:0 25px 0 25px;
}
.wrapper_thumbs {
	width:calc(100% - 30px); 
	padding:25px 15px 25px 15px;
}
	
#logo {
	left: 50%;
	margin-left: -100px;
	width: 200px;
	top: 25px;
}
#bg_home {
	min-height: 320px;
}
#banner_img {
	right: 0;
	margin: auto;
	top: 200px;
	text-align: center;
	width: 100%;
}
.main_dogs {
	height: 150px;
	width: auto;
}	

.side_cat, .side_dog {
	width: 100%; 
	float: none; 
}

.benefit {
	width: 45.5%; 
}

.can_slide {
width: 100%; 
}
.can_slide .side {
width: 100%;
float: right!important;
margin-bottom: 25px;
}


	
}


@media screen and (max-width: 500px) {

#bg_home {
	min-height: 260px;
}
#banner_img {
	top: 180px;
	width: 100%;
}
.main_dogs {
	height: 100px;
}	

.list_thumb {
	width: calc(100% - 40px); 
}
.list_thumb_img {
	height: 450px; 
}	
#footer_left {
	float: NONE;
	width: 100%;
}
#footer_right {
	float: none;
	width: 100%;
	text-align: left;
	padding-bottom: 30px;
}
.social {
	margin-left: 0;
	margin-right: 15px;
}
.t1 {
	font-size:38px;
	line-height: 34px;
}	
.pet_face {
	float: none; 
	width: 100%;
	height: 450px;
	margin-bottom: 50px;
}
.pet_tittle {
	float: none; 
	width: 100%;
}	
.benefit {
	width: 96%; 
}
.bt_action {
	width:100%;
	margin-right: 0 !important;
	margin-bottom: 10px;
}

.field {
	width:100%;
	margin-right: 0 !important;
}	


	
}
