@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');

html *{
    margin: 0;
    padding: 0;
}
body {
  font-family: 'Gotham Book', sans-serif;  
  font-size: 1.1em;
  color: #2e3169;
}

/*
* header
*/
#layout-header{
    position: fixed;
    width: 100%;
    background: white;
    z-index: 1000;
}
.navbar{
    width: 100%;    
    padding: 7px 0;    
}
.navbar .logo-mv, .navbar .icon, .nav-directory .icon{
    display:none;
}
.navbar-nav{
    list-style:none;
    display: table;
    margin: 0 auto;
}
.navbar-nav li{
    float: left;
    padding: 10px 20px
}

.navbar-nav li a{
    text-transform: uppercase;
    text-decoration: none;
    color: #2e3169;
    font-family: 'Gotham';
}

a.active{
    font-weight: bold;
    font-size: 1.2em;
}

/* 
* Content 
*/
#layout-content{
    padding-top: 165px;
    margin: 0 auto;
}
.hero-banner{
    margin-bottom: 20px;
    position:relative;
}
.hero-banner a{
    opacity:0;
    position:absolute;
}
.hero-banner a:first-child{
    opacity:1;
}
.information-square{
    width: 70%;
    padding: 6% 10px;
}
.carrusel-container{
    margin: 10px 0; 
    background: #011f6b;
}
.carrusel-container .container > a{
    margin: 0 5px;
}
.carrusel-container .center-block img{
    display: table;
    margin: 0 auto;
}
.carrusel-container .carrusel-contents{
    display: grid;
}
.carrusel-container .carrusel-contents .carrusel-overflow{
    overflow: hidden; max-width: max-content;
}
.carrusel-container .carrusel-contents .carrusel-overflow .carrusel-scroller > div{
    float: left;
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
  padding: 20px 0;  
  color: #011f6b;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 10px solid #fff;
}

.separator:not(:empty)::before {
  margin-right: .25em;
}

.separator:not(:empty)::after {
  margin-left: .25em;
}
.fixed-panel{
    align-items: center;    
    display: flex;
}
.three-banner .blue-block{
    margin: 10px;
}
.three-banner .blue-block img{
    width: 100%;
}
.three-banner a{
    text-decoration:none;
}
.four-banner > div{
    padding: 5px;
}
.four-banner > div img{
    width: 70%;
    padding: 15px;
    float: right;
}
h3, h2{
    font-weight: bold;
}
/*
* Footer
*/
#layout-footer{
    background: #011f6b;
    margin-top: 20px;
    display: table;
    width: 100%;
}
#footer{
    padding: 40px 0;    
    margin: 0 auto;
    display: table;
    font-size: 0.85em;
    color: white;
}
#footer a{
    color: inherit;
    text-decoration: none;
    font-size: 0.9em;
}
.footer-nav{
    padding-top: 20px;
}
.footer-nav img{
    vertical-align: middle;
    padding: 0 5px;
    height: 25px;
}
.footer-nav .footer-nav-col a{
    display: block;    
    line-height: 25px;
    
}
#footer .newsletter-block input[type=text]{
    height: 30px;
    width: 150px;
    padding: 0 5px;
}
#footer .newsletter-block button{
    padding: 9px;
    background: #e54525;
    border: 0;
    color:white;
}
.nav-copy{
    float: right;   
}
.map-block{
    background: #e54525;
    color: white;
}
.map-block > div{
    padding: 40px
}
hr{
    border: 1px solid #2e3169;
}
/*
 * General
 */
 a{
     text-decoration:none;
 } 
 .text-align-right{
     text-align: right;
     font-size: 1em;
 }
 .square-block{
     width: 300px;
    height: 300px;
    padding: 20px;
    margin: 40px;    
    font-size: 1.2em;
    text-align: center;
    line-height: 25px;
 }
 .square-block p{
     font-size: 0.8em;
 }
  .square-block-deep-blue{
     background: #011f6b;
     color: white;
 }
 .square-block-light-blue{
     background: #9ce3ff;
     color: #011f6b;
 }
 .square-block-shiny-blue{
     background: #55cfff;
     color: #011f6b;
 }
 .square-block-orange{
     background: #E54525;
     color: #fff;
 }
 .bg-orange{
     background: #e75a2c;
     color: white;
 }
 .bg-orange hr{
     border: 1px solid #ffba02;
 }
 .block-title{
    display: table;
    margin: 0 auto;
    border-left: 40px #011f6b solid;
    padding-left: 10px;
}
.block-title h3{
    font-size: 1.5em;
}
.outline-button{
    display: table;
    border: 1px solid #2e3169;
    color: #2e3169;
    border-radius: 10px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: bold;
}
 .orange-button{
     background: #e75a2c;
     border: none;
     color: white;
 }
.white-outline-button{
    border: 1px solid #fff;
    color: white;
}
.white-button{
    border: 1px solid #fff;
    background: #fff;
}
.orange-color{
    color:#c95a32;    
}
.center-block{
    display:table;
    margin: 0 auto;
}
.icon-blue-back-arrow::before{
    content: url(/themes/demo/assets/images/icon-blue-back-arrow.png);  
}
.icon-blue-next-arrow::before{
    content: url(/themes/demo/assets/images/icon-blue-next-arrow.png);  
}
.icon-white-back-arrow::before{
    content: url(/themes/demo/assets/images/icon-white-back-arrow.png);  
}
.icon-white-next-arrow::before{
    content: url(/themes/demo/assets/images/icon-white-next-arrow.png);  
}
.big-text{
    font-size: 2.5em;
    line-height: 40px;
    letter-spacing: 5px;
}
.boutiques nav a{
    display: table;
    margin: 15px 0;
    font-family: Montserrat;
    color: #2e3169;
}
.boutiques nav a:hover, .boutiques nav a.active{
    color:#E54525;
}
.boutiques .square-block{
    width: 200px;
    height: 150px;
    line-height: initial;
    font-size: 1.2em;
}
.restaurantes .square-block{
    width: 200px;
    height: 200px;
    margin: 5px;
}
.restaurantes .outline-button{
    width: 70%;
    float: initial;
    text-align: center;
    margin-bottom: 10px;
}
.restaurantes a.outline-button:hover, .restaurantes a.active{
    color:#E54525;
}
.experiencia .col-35por{
    margin-right: 10px;
    text-align:center;
}
.experiencia .col-35por .outline-button{
    float:initial;
    margin: 0 auto;
}
.form-newsletter{
    padding: 20px;
}
.form-newsletter > div input{
    padding: 10px;
}
.form-newsletter .col-50por{
    padding: 10px 0;
}
.form-newsletter > div:first-child input{
    float: right;
    margin-right: 5px;
}
.form-newsletter > div:last-child input{
    float: left;
    margin-left: 5px;    
}
.form-newsletter .outline-button{
    float: initial;
    margin: 0 auto;
    border-color: white;
    color: white;
}  
.arte .outline-button{
    float: initial;
    margin: 0 auto;
}
.arte .deep-blue-block{
    background: #2e3169;
    color: white;
    padding: 30px;
}
/*
 * Blocs
 */
.text-center{
    text-align: center;
}
.top-bottom-space{
    margin: 15px 0;
}
.container{
    width: 1280px;
}
.vertical-align-middle{
    padding: 33% 0;
}
.col-fullwidth{
    display: table;
    width: 100%
}
.col-10por, .col-15por, .col-20por, .col-25por, .col-30por, .col-35por, .col-40por, .col-50por, .col-60por, .col-70por, .col-80por, .col-90por, .col-100por{
    float: left;
}
.col-10por{
    width: 10%   
}
.col-15por{
    width: 15%   
}
.col-20por{
    width: 20%   
}
.col-25por{
    width: 25%   
}
.col-30por{
    width: 30%   
}
.col-35por{
    width: 35%   
}
.col-40por{
    width: 40%   
}
.col-50por{
    width: 50%   
}
.col-60por{
    width: 60%   
}
.col-70por{
    width: 70%   
}
.col-80por{
    width: 80%   
}
.col-90por{
    width: 90%   
}
.col-100por{
    width: 100%   
}
.news-box{
    padding: 30px;
}
.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}
.container-fluid:after {
  clear: both;
}
.tt_content {
    padding-bottom: 50px;
} 
.tt_content ul {
    margin-bottom: 15px;
}
.tt_content ul li {
    margin-bottom: 5px;
}
.tt_content .thx {
    box-shadow: 0px -1px 0px #fff;
    border-top: 1px solid #ccc;
    margin: 30px auto 20px;
    padding-top: 15px;
}
.tt_content .terms {
    float: left;
    width: 520px;
    height: 103px;
    padding: 15px;
    background: #fff;
    margin-left: 16px;
    box-shadow: 0px 0px 2px #fff;
    border: 1px solid #ccc;
    overflow-y: auto;
}
.tt_content img {
    max-width: 100%;
}
.created {
    height: 123px;
    float: left;
    margin: 0px 0px 20px 0px;
    width: 350px;
    padding: 10px 10px 0px;
    background: #fff;
    border: 1px solid #ccc;
}
.created li {
    list-style: none;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.created li.last {
    border-bottom: none;
}

/* - Trending Section */
.trending-section {
	direction: ltr;
	padding-top: 70px;
}
.trending-section .trending-carousel {
	border-bottom: 1px solid #ebebeb;
}
.trending-section .type-post .entry-content {
	margin-top: 13px;
	padding-left: 0;
	padding-right: 0;
}
.trending-section .type-post h3.entry-title {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.375px;
	line-height: 1.6;
	margin-bottom: 15px;
	margin-top: 0;
	padding-bottom: 0;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.trending-section .type-post h3.entry-title::before {
	display: none;
}

/* - Blog Post */
div.type-post {
	text-align: center;
}
.type-post {
	margin-bottom: 50px;
}
.type-post .entry-cover {
	position: relative;
}
.type-post .entry-cover > a {
	display: inline-block;
	max-width: 100%;
	position: relative;
}
.type-post .entry-cover .post-meta ~ a::before {
	background-color: rgba(0,0,0,0.35);
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.type-post:hover .entry-cover .post-meta ~ a::before {
	opacity: 1;
}
.type-post .entry-cover .post-meta {
	position: absolute;
	left: 25px;
	right: 25px;
	bottom: 10px;
	z-index: 1;
}
.type-post .entry-cover .post-meta > span {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	opacity: 0;
	animation-duration: 0.5s;
}
.type-post:hover .entry-cover .post-meta > span {
	opacity: 1;
}
.type-post .entry-cover .post-meta > span > a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
.type-post .entry-cover .post-meta > span.byline {
	float: left;
	text-align: left;
}
.type-post:hover .entry-cover .post-meta > span.byline {
	animation-name: slideInLeft;
}
.type-post .entry-cover .post-meta > span.post-date {
	float: right;
	text-align: right;
}
.type-post:hover .entry-cover .post-meta > span.post-date {
	animation-name: slideInRight;
}
.type-post .entry-content {
	display: inline-block;
	max-width: 100%;
	margin-top: 27px;
}
.blog-single .type-post .entry-content {
	margin-top: 50px;
}
div.type-post .entry-content {
	padding-left: 15px;
	padding-right: 15px;
}
.type-post .entry-header > span {
	color: #a1a1a1;
	font-size: 14px;
	letter-spacing: 0.18px;
	line-height: 2;
	text-transform: uppercase;
}
.type-post .entry-header > span > a {
	color: #a1a1a1;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.type-post .entry-header > span > a:hover {
	color: #151515;
}
.type-post .entry-header .entry-title {
	color: #151515;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -0.6px;
	line-height: 1.25;
	margin: 5px 0 16px;
	padding-bottom: 18px;
	position: relative;
}
.type-post:not(.post-position) .entry-header .entry-title::before {
	background-color: #e1e1e1;
	bottom: 0;
	content: "";
	height: 2px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	width: 30px;
}
.type-post .entry-header .entry-title > a {
	color: #151515;
	text-decoration: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.type-post .entry-header .entry-title > a:hover {
	color: #717171;
}
.type-post .entry-content p {
	color: #717171;
	letter-spacing: 0.150px;
	line-height: 1.6;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.type-post .entry-content p:last-of-type {
	margin-bottom: 0;
}

.type-post .entry-content > a,
.type-post .entry-content > a::before {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.type-post .entry-content > a {
	color: #a1a1a1;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.18px;
	line-height: 2;
	margin-top: 12px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	animation-duration: 0.6s;
}
.type-post .entry-content > a::before {
	background-color: #151515;
	content: "";
	left: 0;
	position: absolute;
	bottom: 0;
	height: 2px;
	width: 0;
}
.type-post .entry-content > a:hover {
	color: #151515;
}
.type-post:hover .entry-content > a {
	animation-name: bounceIn;
}
.type-post .entry-content > a:hover::before {
	width: 100%;
}
.type-post.post-position {
	position: relative;
	margin-bottom: 60px;
}
.type-post.post-position .entry-cover > a::before {
	background-color: rgba(0,0,0,0.45);
	bottom: 0;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 1;
}
.type-post.post-position .entry-content {
	left: 15px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	margin-top: 0;
}
.type-post.post-position .entry-content .entry-header > span {
	font-weight: bold;
}
.type-post.post-position .entry-content .entry-header > span > a,
.type-post.post-position .entry-header .entry-title > a {
	color: #fff;
}
.type-post.post-position .entry-header .entry-title {
	padding-bottom: 0;
	margin-bottom: 3px;
}
.type-post.post-position .entry-content > a {
	color: #fff;
	font-weight: bold;
}
.type-post.post-position .entry-content > a::before {
	background-color: #fff;
}

.blog-paralle .type-post .entry-content p,
.blog-masonry-box .entry-content p:last-of-type {
	margin-bottom: 0;
}

/* - Blog Parallel */
.blog-paralle .type-post { 
	display: inline-block;
	width: 100%;
	margin-bottom: 35px;
}
.blog-paralle .type-post .entry-content {	
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 35px;
	text-align: left;
	position: relative;
}

.blog-paralle:last-child .type-post .entry-content { 
	padding-bottom: 15px;
}
.blog-paralle .type-post .entry-content::before {
	background-color: #ebebeb;
	content: "";
	height: 1px;
	position: absolute;
	right: 0;
	left: 0;
	bottom: 0;
}
.blog-paralle:last-child .type-post .entry-content::before { 
	display: none;
}
.blog-paralle .type-post .entry-header .entry-title::before {
	margin: 0;
}
.blog-paralle .type-post .entry-content > a {
	margin-bottom: 8px;
}

/* - Blog One Column */
.blog-onecolumn.type-post .entry-header .entry-title {
	font-size: 30px;
}

/* - Blog Single */
article[class*="type-"] .entry-cover {
	position: relative;
}
article[class*="type-"] .entry-header,
article[class*="type-"] .entry-content blockquote {
	text-align: center;
}
article[class*="type-"] .entry-header .entry-title {
	margin-bottom: 15px;
}
article[class*="type-"] .entry-content blockquote {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 40px;
}
article[class*="type-"] .entry-content blockquote p {
	color: #151515;
	font-weight: bold;
	letter-spacing: -0.55px;
	margin-bottom: 0;
}
article[class*="type-"] .entry-content blockquote span {
	color: #717171;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: -0.4px;
	line-height: 1.875;
}
article[class*="type-"] .entry-content > h4 {
	color: #151515;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.55px;
	line-height: 1.36;
	margin-bottom: 20px;
	margin-top: 50px;
}
article[class*="type-"] .entry-content figure {
	margin-top: 25px;
	text-align: center;
	margin-bottom: 0;
}
article[class*="type-"] .entry-content .post-image.row {
	margin-left: -4px;
	margin-right: -4px;
}
article[class*="type-"] .entry-content .post-image > figure {
	padding-left: 4px;
	padding-right: 4px;
}
article[class*="type-"] .entry-content figure figcaption {
	color: #a1a1a1;
	font-size: 14px;
	letter-spacing: 0.21px;
	line-height: 1.71;
	margin-top: 13px;
	margin-bottom: 32px;
}
article[class*="type-"] .entry-content > ul {
    display: inline-block;
    margin: 10px 0 26px;
    padding-left: 0;
	padding-right: 0;
}
article[class*="type-"] .entry-content > ul > li {
	color: #717171;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 0.225px;
	line-height: 1.6;
	position: relative;
	width: 100%;
	vertical-align: middle;
	margin-bottom: 10px;
}
article[class*="type-"] .entry-content > ul > li::before {
	content: "\f111";
	font-family: FontAwesome;
	font-size: 6px;
	vertical-align: middle;
	margin-right: 20px;
}
article[class*="type-"] .entry-content .entry-footer {
	border-bottom: 1px solid #e1e1e1;
	display: inline-block;
	width: 100%;
	margin-top: 45px;
}
article[class*="type-"] .entry-content .entry-footer .tags > a,
article[class*="type-"] .entry-content .entry-footer .social > li  > a {
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
article[class*="type-"] .entry-content .entry-footer .tags {
	float: left;
	margin-bottom: 12px;
	max-width: 100%;
}
article[class*="type-"] .entry-content .entry-footer .tags > a {
	color: #a1a1a1;
	display: inline-block;
	font-size: 14px;
	letter-spacing: 0.21px;
	margin-right: 40px;
	text-decoration: none;
	text-transform: uppercase;
}
article[class*="type-"] .entry-content .entry-footer .tags > a:hover {
	color: #151515;
}
article[class*="type-"] .entry-content .entry-footer .social {
	float: right;
	margin-bottom: 12px;
	padding-left: 0;
	padding-right: 0;
}
article[class*="type-"] .entry-content .entry-footer .social > li {
	display: inline-block;
	margin-left: 18px;
}
article[class*="type-"] .entry-content .entry-footer .social > li  > a {
	color: #151515;
	font-size: 13px;
}
article[class*="type-"] .entry-content .entry-footer .social > li  > a:hover {
	color: #717171;
}

.blog-single .entry-header > h3  {
	text-align: center;
	margin-bottom: 15px;
}
.blog-single .entry-header .post-meta {
	margin-bottom: 15px;
}
.blog-single .entry-header .post-meta > span {
	color: #717171;
	font-size: 13px;
	font-weight: 600;
	animation-duration: 0.5s;
}
.blog-single .entry-header .post-meta > span::after {
	content: ","
}
.blog-single .entry-header .post-meta > span:last-child::after {
	content: "";
}
.blog-single article[class*="type-"]  .entry-header .post-meta > span > a {
	color: #717171;
	text-transform: uppercase;
	text-decoration: none;
}

/* - About Author */
.about-author-box {
	border-bottom: 1px solid #e1e1e1;
	display: inline-block;
	margin-top: 10px;
	padding-bottom: 60px;
	width: 100%;
}
.about-author-box > .author {
	min-height: 170px;
	padding-left: 210px;
	padding-top: 10px;
	position: relative;
}
.about-author-box > .author > i {
	left: 0;
	position: absolute;
	top: 0;
}
.about-author-box > .author > i > img {
	border-radius: 100%;
}
.about-author-box .author > h4 {
	color: #131313;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.45px;
	line-height: 1.66;
	margin-bottom: 12px;
	text-transform: capitalize;
	width: 100%;
}
.about-author-box .author > p {
	color: #717171;
	letter-spacing: 0.225px;
	line-height: 1.6;
}
.about-author-box .author > ul {
	display: inline-block;
	margin-bottom: 0;
	margin-top: 2px;
	padding-left: 0;
	padding-right: 0;
}
.about-author-box .author > ul > li {
	display: inline-block;
	margin-right: 20px;
}
.about-author-box .author > ul > li > a {
	color: #717171;
	font-size: 13px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.about-author-box .author > ul > li > a:hover {
	color: #151515;
}

/* - Related Post */
.related-post {
	display: inline-block;
	padding-top: 67px;
	width: 100%;
}
.related-post > h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.4px;
	line-height: 1.875;
	margin-bottom: 23px;
	position: relative;
	padding-bottom: 10px;
	text-align: center;
	text-transform: capitalize;
}
.related-post > h3::before {
	background-color: #ebebeb;
	bottom: 0;
	content: "";
	left: 0;
	height: 2px;
	position: absolute;
	right: 0;
	width: 30px;
	margin: 0 auto;
}
.related-post .related-post-block {
	direction: ltr;
}
.related-post .related-post-box {
	text-align: center;
}
.related-post .related-post-box > span {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 0.15px;
	line-height: 1.4;
	text-transform: uppercase;
	margin-top: 18px;
	margin-bottom: 7px;
}
.related-post .related-post-box > span  > a {
	color: #a1a1a1;
	text-decoration: none;
}
.related-post .related-post-box > h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.42;
	letter-spacing: -0.35px;
}
.related-post .related-post-box > h3 > a {
	color: #151515;
	text-decoration: none;
}
.img-blog{
    max-width: 100%;
	height: auto;
	vertical-align: middle;
    border-style: none;
}
.container-blog{
	  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.container-related{
	  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#hp  {
float: left;    
 margin: 0 15px 0 0;
}