/*
Theme Name: Salud & Buena vida Pets
Author: SA Publicidad
Author URI: https://www.sapublicidad.cl/
Description: Este diseo ha sido creado por SA Publicidad.
Version: 1.0
License: Privada
Tags: minimalista, responsive, modern, full width

Este tema tiene una licencia privada y el uso de esta es exclusiva de SA Publicidad.
*/

*{
	font-family: 'Inter', sans-serif;
	padding: 0;
	margin:0;
}

.wrap,
.wrapper{
	width: 90%;
	max-width: 1200px;
	margin:auto;
}


.alert-ok{
	padding: 10px;
	background: #4FA02020;
	margin:10px 0;
	color: #4FA020;
	border:solid 2px #4FA020;
	border-radius: 10px;
}


.clear{
	clear: both;
}

.main-container{
	max-width: 100% !important;
	height: auto !important;
	padding:  20px  !important;
}

.navbar{
	display: none !important;
}

.ant-btn{
	height: 50px !important;
	margin:10px 0 !important;
	line-height: 20px !important;
}

body{
	background: #f9f9f9 !important;
}

/* preloader */
#preloader {
	opacity: 1;
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 9999;
  background-color: #365073;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.dot {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 5px;
  animation: wave 1s infinite;
}

@keyframes wave {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-20px);
  }
  75% {
    transform: translateY(20px);
  }
}

.hide {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.top-news{
	background: #ffffff;
	border-bottom: solid 1px rgba(0,0,0,.1);
	font-weight: 300;
	line-height: 40px;
	max-height: 40px !important;
	overflow: hidden !important;
}

@media(max-width:800px){
	.top-news{
		display: none;
	}
}

.top-news .wrap{
	display: flex;
}

.top-news .wrap .left{
	background: #F25050;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	margin:0 10px 0 0;
	padding: 0 10px;
}

#carousel-news {
	width: 70%;
	height: 35px;
	overflow: hidden;
	position: relative;
	text-align: left;
}

#carousel-news a{
	text-decoration: none;
	color: #313131;
}

.news-slide {
	width: 100%;
	height: 100%;
	padding: 0 10px;
	display: none;
	position: absolute;
	left: 0;
	transition: transform 0.5s;
}

.slide-content {
	width: 100%;
	height: 100%;
	font-size: 14px;
}


.top-news .right{
	width: 30%;
	text-align: right;
	font-weight: 600;
	font-size: 14px;
}

.top-news .right li{
	list-style: none;
	display: inline-block;
}

.top-news .right li a{
	display: block;
	width: 30px;
	color: #313131;
	text-align: center;
}

/* header */
header{
	background: #ffffff;
	padding: 20px 0 0px 0;
}

header .logo{
	width: 280px;
	float: left;
}

@media(max-width:800px){
	header .logo{
		width: 50%;
		float: none;
		max-width: 150px;
	}
}

header .logo img{
	width: 100%;
	margin:0 0 -5px 0;
}

.ad--top{
	width: 50%;
	float: right;
	overflow: hidden;
	height: 100px;
	position: relative;
	cursor: pointer;
}

@media(max-width:800px){
	.ad--top{
		float: none;
		width: 100% !important;
		background: transparent !important;
		margin:20px 0 0 0;
	}
}

.ad--top {
  position: relative;
  width: 50%;
  height: 100px;
  float: right;
  overflow: hidden;
}

.ad--top a img {
  display: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.ad--top a img:first-child {
  display: block;
}

/* btn-nav */
#btn-nav{
	display: none;
}

header label{
	display: none;
}


@media(max-width:800px){
	header label{
		position: absolute;
		display: block;
		width: 45px;
		height: 45px;
		top:15px;
		right: 15px;
		border-radius: 3px;
		cursor: pointer;
		outline: none;

	}

	header label span{
		width: 50%;
		height: 3px;
		background: #365073;
		display: block;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		transition: all .3s ease;
	}

	header label span:nth-child(1){
		top:14px;
	}

	header label span:nth-child(2){
		bottom:14px;
	}

	#btn-nav:checked ~ label span:nth-child(1){
		transform: translateX(-50%) rotate(-45deg);
		top:21px;
	}

	#btn-nav:checked ~ label span:nth-child(2){
		transform: translateX(-50%) rotate(45deg);
		top:21px;
	}
}

/* nav */
nav{
	float: left;
	margin:10px 0 0 0;
	max-height: 80px !important;
	overflow: hidden;
}

nav ul li{
	display: inline-block;
	line-height: 80px;
}

@media(max-width:800px){
	nav{
		float: none;
		width: 60%;
		position: absolute;
		left: 0;
		margin:0 0 0 0;
		background-color: #ffffff;
		top:0;
		z-index: 999;
		max-height: 100vh!important;
		transform: translateX(-100%);
		transition: all .3s ease;
	}

	#btn-nav:checked ~  nav{
		box-shadow: 0 20px 40px rgba(0,0,0,.1);
		transform: translateX(0);
	}

	nav ul li{
		display: block;
		line-height: 40px;
		border-bottom: solid 1px #36507310;
	}
}

nav ul li a{
	text-decoration: none;
	color: #313131;
	padding: 0 20px;
	font-size: 15px;
	position: relative;
	display: block;
	transition: all .3s ease;
	font-weight: 500;
}

nav ul li:hover a{
	background: #f9f9f9;
}

nav ul li a:after{
	content: "";
	position: absolute;
	width: 0%;
	height: 2px;
	background: #00b1cf;
	left: 0;
	bottom: 0;
	transition: all .3s ease;
}

nav ul li:hover a:after{
	width: 100%;
}



/* search-box */
.search-box{
	float: right;
	padding: 28px 0;
	width: 30%;
}

@media(max-width:800px){
	.search-box{
		float: none;
		width: 90%;
		margin:0 0 0 6%;
	}
}

.search-box input[type="text"]{
	padding: 10px 2%;
	border:solid 1px rgba(0,0,0,.2);
	float: left;
	border-right: none;
	width: 75.7%;
	outline: none;
}

.search-box button{
	background: #ffffff;
	padding: 10px 2%;
	border:solid 1px rgba(0,0,0,.2);
	border-left: none;
	cursor: pointer;
	width: 20%;
	outline: none;
}

/* noticias-banner-1 */
.noticias-banner-1 {
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
  padding: 20px 0 0 0;
}


.noticias-banner-1 article{
	width: 24%;
	float: left;
	margin:0 1.3% 0 0;
	background: #ffffff;
	transition: all .3s ease;
	cursor: pointer;
}

.noticias-banner-1 article a{
	text-decoration: none;
}

.noticias-banner-1 article:hover{
	background: #00b1cf;
}

.noticias-banner-1 article:nth-child(4){
	margin:0 0 0 0;
}

.noticias-banner-1 article .image{
	width: 100px;
	float: left;
	overflow: hidden;
	height: 100px;
	position: relative;

}

.noticias-banner-1 article .image img{
	position: absolute;
	width: auto;
	height: 100%;
}

.noticias-banner-1 article .info{
	margin:0 0 0 115px;
	padding: 5px 0px;
}

.noticias-banner-1 article .info h2{
	font-size: 15px;
	font-weight: 600;
	color: #313131;
	transition: all .3s ease;
}

.noticias-banner-1 article .info p{
	font-weight: 300;
	color: #777777;
	font-size: 14px;
	transition: all .3s ease;
}

.noticias-banner-1 article:hover .info h2,
.noticias-banner-1 article:hover .info p{
	color: #ffffff;
}

/* home */
.home{
	background: #f9f9f9;
	padding: 40px 0;
}

.home .left{
	width: 100%;
	float: left;
}

.home .left .slider{
	position: relative;
	background: #000000;
}

.home .left .single{
	position: relative;
	height: 100%;
}

.home .left .single img{
	position: absolute;
	width: 150% !important;
	height: 100%;
	object-fit: cover;
	opacity: 1;
}

.home .left .single .middle{
	position: relative;
	height: 100%;
	width: 100%;
	display: table;
}

.home .left .single .middle .inter{
	vertical-align: bottom;
	display: table-cell;
	padding: 40px;
}

.home .left .single .middle .inter h2{
	font-size: 33px;
	color: #ffffff;
}

@media(max-width:800px){
	.home .left{
		width: 100%;
		float: none;
	}

	.home .left .single .middle .inter{
		padding: 20px;
	}

	.home .left .single .middle .inter h2{
		font-size: 20px;
	}
}

.home .left .single .middle .inter a{
	text-decoration: none;
	color: #ffffff;
}

.home .right{
	width: 30%;
	float: right;
	background: #ffffff;
	padding: 0;
	box-shadow: 0 10px 50px rgba(0,0,0,.05);
	border-radius: 5px;
	text-align: center;
}

@media(max-width:800px){
	.home .right{
		width: 100%;
		float: none;
		margin:20px 0 0 0;
	}
}

.home .right h2{
	font-size: 16px;
	color:#313131;
	text-transform: uppercase;
}

.home .right .radio{
	padding: 10px 0;
	margin:0 0 10px 0;
}

.home .right .radio input[type="radio"]{
	display: none;
}

.home .right .radio label{
	background: #f0f0f0;
	font-size: 14px;
	padding: 10px 0;
	display: inline-block;
	cursor: pointer;
	border-radius: 5px;
	transition: all .3s ease;
	width: 48.9%;
}


.home .right .radio label:hover{
	background: rgba(0,0,0,.1);
}

.home .right .radio input[type="radio"]:checked + label{
	background: #002460;
	color: #ffffff;
}

.home .right select{
	width: 100%;
	border:none;
	margin:0 0 20px 0;
	padding: 14px;
	text-align: center;
	color: #666666;
	cursor: pointer;
	outline: none;
	background: #f0f0f0;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
}

.home .right select:focus{
	color: #002460;
}

.home .right button{
	background: #002460;
	width: 100%;
	border:none;
	padding: 15px 0;
	border-radius: 50px;
	color: #ffffff;
	outline: none;
	cursor: pointer;
	transition: all .3s ease;
}

.home .right button:hover{
	background: #ff0000;
}
/* ad-1 */
.ad-1{
	max-width: 1200px;
	margin:auto;
	width: 90%;
	text-align: center;
	height: auto;
	overflow: hidden;
	background: #000000;
	position: relative;
	border-radius: 10px;
}

.ad-1 img{
	position: relative;
	width: 100%;
	height: auto;
	object-fit: cover;
	left: 0;
	transition: all .3s ease;
}

.ad-1:hover img{
	transform:  scale(1.1);	
}

.ad-1 h2{
	position: relative;
	line-height: 120px;
	font-size: 50px;
	color: #ffffff;
	transition: all .3s ease;
}

.ad-1:hover h2{
	letter-spacing: 10px;
}

/* banner-2 */
.banner-2{
	padding: 50px 0;
	background: #f9f9f9;
}

.banner-2 article{
	width: 22%;
	float: left;
	margin:0 4% 4% 0;
	transition: all .3s ease;
}

.banner-2 article:hover{
	transform: translateY(-10px);
}

.banner-2 article:nth-child(4n + 0){
	margin:0 0 4% 0;
	cursor: pointer;
}


.banner-2 article .image{
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}

.banner-2 article.ad-2{
	width: 22%;
	position: relative;
	overflow: hidden;
}

.banner-2 article.ad-2  a{
	width: 100%;
	position: relative;
	overflow: hidden;
}

.banner-2 article.ad-2  a img{
}

@media(max-width:800px){
	.banner-2 article,
	.banner-2 article:nth-child(4n + 0){
		width: 100%;
		float: none;
		margin:0 0 40px 0;
	}

	.banner-2 article .image{
		height:300px;
	}
}

.banner-2 article .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}


.banner-2 article .info{
	padding: 20px;
}

.banner-2 article .info h2{
	font-size: 18px;
	font-weight: 700;
	color: #313131;
	position: relative;
	margin:0 0 30px 0;
}

.banner-2 article .info h2:after{
	content: "";
	position: absolute;
	width: 50px;
	height: 3px;
	background: #00b1cf;
	left: 0;
	bottom: -10px;
}

.banner-2 article .info p{
	font-weight: 300;
	font-size: 15px;
	color: #777777;
}

.banner-2 article .info .btn-more{
	display: inline-block;
	line-height: 40px;
	text-align: center;
	margin:20px 0 0 0;
}

.banner-2 article .info  .btn-more a{
	display: block;
	background: #00b1cf;
	color: #ffffff;
	text-decoration: none;
	padding: 0 20px;
	font-size: 14px;
	transition: all .3s ease;
}

.banner-2 article .info  .btn-more a:hover{
	background: #313131;
}

/* banner-3 */
.banner-3{
	padding: 50px 0;
	background: #f9f9f9;
}

.banner-3 .wrap{
	display: flex;
	gap:0%;
	text-align: center;
}

.banner-3 article{
	overflow: hidden;
	height: 400px;
	width: 33%;
	margin:0 1%;
	position: relative;
	border-radius: 20px;
	background: #00b1cf;
	cursor: pointer;
	transition: all .3s ease;
}

@media(max-width:800px){
	.banner-3 .wrap{
		display: block !important;
	}
	.banner-3 article{
		width: 100% !important;
		margin:0 0 20px 0;
	}
}

.banner-3 article:hover{
	transform: translateY(-10px);
}

.banner-3 article img{
	position: absolute;
	width: 100%;
	object-fit: cover;
	height: 100%;
	left: 0;
	transition: all .5s ease;
}

.banner-3 article:hover img{
	transform: scale(1.1);
	opacity: .5;
}

.banner-3 .masc{
	position: relative;
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,177,207,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,177,207,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,177,207,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a600b1cf',GradientType=0 ); /* IE6-9 */
}

.banner-3 .masc .inter{
	vertical-align: middle;
	display: table-cell;
}

.banner-3 article a{
	color: inherit;
	text-decoration: none;
}

.banner-3 .masc .inter h2{
	font-size: 30px;
	font-weight: 800;
	transition: all .3s ease;
}

.banner-3 article:hover .masc .inter h2{
	color: #ffffff;
}

.banner-3 .masc .inter p{
	max-height: 0;
	overflow: hidden;
	opacity: 0;
	transition: all .5s ease;
	padding: 0 4%;
}

.banner-3 article:hover .masc .inter p{
	max-height: 200px;
	opacity: 1;
	color: #ffffff;
}

/* suscribe */
.suscribe{
	background: #f9f9f9;
	text-align: center;
	padding: 70px 0 0;
}

@media(max-width:800px){
	.suscribe{
		padding: 0 0 0 0;
	}
}

.suscribe .icon{
	font-size: 40px;
	color: #00b1cf;
}

.suscribe h2{
	color: #313131;
	font-size: 40px;
}

.suscribe h3{
	font-size: 22px;
	font-weight: 300;
	color: #777777;
}

.suscribe form{
	margin:20px auto;
	max-width: 500px;
}

.suscribe form input[type="text"]{
	padding: 17px 2%;
	float: left;
	width: 76%;
	border:none;
	background: #f0f0f0;
	font-size: 16px;
	border-radius: 50px 0 0 50px;
	outline: none;
}

.suscribe form input[type="submit"]{
	padding: 17px 0%;
	float: left;
	width: 20%;
	background: #F25050;
	color: #ffffff;
	font-size: 16px;
	border:none;
	border-radius: 0 50px 50px 0;
	cursor: pointer;
	outline: none;
}

.suscribe p{
	font-weight: 400;
	color: #777777;
	display: block;
	font-size: 15px;
	margin:10px 0 0 0;
}

/* page-banner */
.page-banner{
	padding: 70px 0 50px 0;
	background: #00b1cf;
	position: relative;
}

.page-banner img{
	position: absolute;
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	top:0;
	left: 0;
	opacity: .4;
}

.page-banner .wrap{
	position: relative;
}

.page-banner h1{
	font-size: 50px;
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}

@media(max-width:800px){
	.page-banner{
		padding: 30px 0 10px 0;
	}

	.page-banner h1{
		font-size: 30px;
	}
}

/* single */
.single{
	max-width: 1000px;
	margin:auto;
	color: #313131;
}

.single a{
	color: #365073;
	text-decoration: none;
	font-weight: 500;
}

.single img{
	width: 100%;
	margin:0 0 -5px 0;
	margin:0 0 20px;
}

.single p{
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
	margin:0 0 40px 0;
}

.single h1, .single h2, .single h3, .single h4, .single h5{
	margin:20px 0;
}

.single ul,
.single ol{
	font-size: 20px;
	line-height: 30px;
	font-weight: 300;
	padding: 0 20px;
	margin:0 0 20px 0;
}

/* content */
.content{
	padding: 100px 0 0px 0;
}

.content .left{
	width: 50%;
	float: left;
}

.content .left.login{
	padding: 70px 0 0 0;
}

.content .left h2{
	font-size: 40px;
	color: #313131;
	font-weight: 700;
	margin:0 0 20px 0;
}

.content .left input[type="text"],
.content .left input[type="password"],
.content .left textarea{
	padding: 14px 2%;
	width: 96%;
	border:none;
	font-size: 14px;
	margin:0 0 20px 0;
	resize: vertical;
	outline: none;
}

.content input[type="button"],
.content button{
	padding: 15px 50px;
	font-size: 14px;
	text-transform: uppercase;
	border:none;
	background: #365073;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	transition: all .3s ease;
}

.content input[type="button"]:hover,
.content input[type="button"]:focus,
.content button:focus,
.content button:focus{
	background: #00b1cf;
}

.content .right{
	width: 48%;
	float: right;
}

.content .right.login{
	padding: 50px 0% 0 5%;
	width: 40%;
}

.content .right.login img{
	max-width: 150px;
	margin:70px 0 10px 0;
}

.content .right.login h2{
	font-size: 20px;
	font-weight: 300;
}
.content .right.login h3{
	font-weight: 300;
	color: red;
	font-size: 16px;
}

.content.proveedores .left{
	width: 46% !important;
}

.content.proveedores .left img{
	border-radius: 10px;
}

.content.proveedores .right p,
.content.proveedores .right ul{
	line-height: 22px !important;
	font-size: 17px !important;
}

.content.proveedores .right a{
	padding: 15px 50px;
	font-size: 14px;
	text-transform: uppercase;
	border:none;
	background: #365073;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	transition: all .3s ease;
	margin:20px 0 0 0;
	display: inline-block;
	text-decoration: none;
	transition: all .3s ease;
}

.content.proveedores .right a:hover{
	background: #00b1cf;
}



@media(max-width:800px){
	.content{
		padding: 20px 0;

	}
}

@media(max-width:800px){
	.content .left,
	.content .right{
		float: none;
		width: 100%;
		margin:0 0 40px 0;
		text-align: center;
	}

	.content .left h2{
		font-size: 30px;
	}
}

.center{
	text-align: center;
}

.contact{
	margin:90px 0 0 0;
}



.contact h2{
	font-size: 20px;
	font-weight: 800;
	color: #365073;
}

.contact h3{
	font-size: 20px;
	color: #313131;
	margin:0 0 20px 0;
}
.contact h3 i{
	font-size: 20px;
	color: #365073;
}

/* categorys */
.categorys{
	padding: 50px 0;
	background: #f9f9f9;
}

.categorys article{
	width: 22%;
	float: left;
	margin:0 4% 4% 0;
	transition: all .3s ease;
}

.categorys article:hover{
	transform: translateY(-10px);
}

.categorys article:nth-child(4n + 0){
	margin:0 0 4% 0;
	cursor: pointer;
}


.categorys article .image{
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
}

@media(max-width:800px){
	.categorys article{
		width: 100%;
		float: none;
	}

	.categorys article .image{
		height: 250px;
	}
}

.categorys article .image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}


.categorys article .info{
	padding: 20px;
}

.categorys article .info h2{
	font-size: 18px;
	font-weight: 700;
	color: #313131;
	position: relative;
	margin:0 0 30px 0;
}

.categorys article .info h2:after{
	content: "";
	position: absolute;
	width: 50px;
	height: 3px;
	background: #00b1cf;
	left: 0;
	bottom: -10px;
}

.categorys article .info p{
	font-weight: 300;
	font-size: 15px;
	color: #777777;
}

.categorys article .info .btn-more{
	display: inline-block;
	line-height: 40px;
	text-align: center;
	margin:20px 0 0 0;
}

.categorys article .info  .btn-more a{
	display: block;
	background: #00b1cf;
	color: #ffffff;
	text-decoration: none;
	padding: 0 20px;
	font-size: 14px;
	transition: all .3s ease;
}

.categorys article .info  .btn-more a:hover{
	background: #313131;
}

/* slider-imagen */
.slider-container {
  width: 100%;
  overflow: hidden;
}

.slider-single {
  display: flex;
  height: 250px;
  transition: transform 0.3s ease-in-out;
}

.slider-single img {
  width: 25%;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}


/* banner-bottom */
.banner-bottom .wrapper{
	max-width: 1100px;
	padding: 80px 40px;
	border-radius: 20px;
	transform: translateY(40%);
	z-index: 11;
	background: #00b1cf;
	margin:-50px auto 0;
}

.banner-bottom .left{
	width: 50% !important;
	float: left;
}

.banner-bottom .left h2{
	font-size: 45px;
	font-weight: 500;
	line-height: 60px;
	color: #ffffff;
}

.banner-bottom .right{
	width: 47% !important;
	float: right;
}

@media(max-width:800px){

	.banner-bottom .wrapper{
		padding: 20px 5%;
		transform: translateY(0);
		margin:20px auto 20px auto;
	}
	.banner-bottom .left{
		width: 100% !important;
		float: none;
		text-align: center;
	}

	.banner-bottom .left h2{
		font-size: 30px;
		line-height: 40px;
	}

	.banner-bottom .right{
		width: 100% !important;
		float: none;
		text-align: center;
		font-size: 18px;
	}
}

.banner-bottom .right li{
	list-style: none;
	padding: 10px 0;
}

.banner-bottom .right li a{
	color: #ffffff;
	text-decoration: none;
}

.banner-bottom .right li a i{
	opacity: .4;
	display: inline-block;
	margin:0 10px 0 0;
}

/* linkedin */
.linkedin{
	margin:0 0 40px 0;
}

.linkedin img{
	width: 100%;
	border-radius: 10px;
}
/* sub-footer */
.sub-footer{
	background-color: #365073;
	padding: 200px 0 70px 0;
}

.sub-footer article{
	width: 20%;
	float: left;
}

@media(max-width:800px){
	.sub-footer{
		padding: 40px 0;
	}

	.sub-footer article{
		width: 100%;
		text-align: center;
		margin:0 0 50px 0;
	}

	.sub-footer article:nth-child(5){
		margin:0 0 0 0;
	}
}

.sub-footer article h2{
	font-size: 18px;
	font-weight: 500;
	color: #00b1cf;
	margin:0 0 20px 0;
}

.sub-footer article ul li{
	list-style: none;
	font-size: 15px;
	padding: 7px 0;
}

.sub-footer article ul li a{
	color: rgba(255,255,255,.7);
	text-decoration: none;
}

.sub-footer article ul li a:hover{
	color: #ffffff;
	transition: all .3s ease;
}

/* footer */
footer{
	background-color: #365073;
}

footer .wrapper{
	padding: 50px 0;
	border-top:solid 1px rgba(255,255,255,.1);
}

footer .left{
	float: left;
}

footer .left img{
	max-width: 150px;
}

footer .right{
	float: right;
	color: rgba(255,255,255,.8);
	font-size: 15px;
	font-weight: 300;
	padding: 20px 0 0 0;
}

@media(max-width:800px){
	footer .left{
		width: 100%;
		float: none;
		text-align: center;
	}

	footer .right{
		width: 100%;
		float: none;
		text-align: center;
	}
}

footer .right a{
	color: #ffffff;
	text-decoration: none;
	font-weight: 500;
}


