/*
	Theme Name: Max Museum
	Created : 
	Updated : 
	Version: 1.0

*/
/* ========================================================================== */
/* ========================================================================== */
							/* [Table of contents] */
/* ========================================================================== */
/* ========================================================================== */

/*	
	+ Global
		- Padding/Margin
		
	+ Fonts Settings
		- Poppins : font-family: 'Poppins', sans-serif;
		- PT Serif : font-family: 'PT Serif', serif;
		- Roboto : font-family: 'Roboto', sans-serif;

	+ Header

	+ Footer
	
	+ Page Banner
	
	+ Section Header
	
	+ Responsive		
		- min-width: 1200
		- min-width: 992
		- min-width: 768
		- max-width: 1200
		- min-width: 992 to max-width: 1199		
		- max-width: 991
		- min-width: 768 to max-width: 991
		- max-width: 767
		- max-width: 639
		- max-width: 479
*/

/* ## Global */

body {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #000;
	overflow-x: hidden;
}
.bg-light-grey{
	background-color: #F7F7F7;
}
.bg-white{
	background-color: #ffffff;
}
img {
    max-width: 100%;
	height: auto;
}
.bg-image-books{
  background-image: url("images/obras/liderazgo/montevideo-photo.png");
  background-repeat: no-repeat;        /* evita que se repita */
  background-position: bottom center;  /* la pega al fondo (bottom) y centrada */
  background-size: contain;  
}

a {
    outline: 0 !important;
}
h1,h2,h3,h4,h5,h6,a,p {
	word-wrap: break-word;
}
/* - Padding/Margin */
.no-padding {
	padding: 0;
}
.no-left-padding{
	padding-left: 0;
}
.no-right-padding {
	padding-right: 0;
}
.no-top-padding {
	padding-top: 0;
}
.no-bottom-padding {
	padding-bottom: 0;
}
.no-margin {
	margin: 0;
}
.no-left-margin {
	margin-left: 0;
}
.no-right-margin {
	margin-right: 0;
}
.no-top-margin {
	padding-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}

.pb-30{
	padding-bottom: 30px;
}

/* - OW pull-left/pull-right */
.ow-pull-left  {
	float: left;
}
.ow-pull-right  {
	float: right;
}

/* -- Section Padding */
.section-padding {
	padding-top: 75px;
	padding-bottom: 75px;
}

.padding-10 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.padding-20 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.padding-30 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.padding-40 {
	padding-top: 20px;
	padding-bottom: 20px;
}
.padding-50 {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-60 {
	padding-top: 30px;
	padding-bottom: 30px;
}
.padding-70 {
	padding-top: 35px;
	padding-bottom: 35px;
}
.padding-80 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.padding-90 {
	padding-top: 45px;
	padding-bottom: 45px;
}
.padding-100 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.main-container {
	width: 1920px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/* + Header */
.top-header {
	background-color: #1d2124;
	padding: 15px 0;
}
.top-header .hour-block p {
	letter-spacing: 0.7px;
	color: #d5a738;
	margin-bottom: 0;
}
.top-header .hour-block p span {
	color: #AAAAAA;
}
.top-header .hour-block p span {
	margin-right: 10px; 
}
.top-header .social-block {
	text-align: right;
}
.top-header .social-block > p {
	display: inline-block;
	color: #AAAAAA;
	margin-bottom: 0;
}
.top-header .social-block > ul {
	padding-left: 10px;
	margin-bottom: 0;
	display: inline-block;
}
.top-header .social-block > ul li {
	display: inline-block;
	margin-right: 23px;
}
.top-header .social-block > ul li:last-child {
	margin-right: 0;
}
.top-header .social-block > ul li a {
	color: #d5a738;
}
.top-header top-header-span {
	margin: 0 10px;
}
.logo-block  {
	padding-top: 29px;
	padding-bottom: 29px;
}
.logo-block .cnt-content {
	text-align: right;
}
.logo-block .cnt-detail {
	display: inline-block;
	text-align: left;
	position: relative;
	padding-left: 70px;
	margin-right: 70px;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 50px;
}
.logo-block .cnt-detail:last-child {
	margin-right: 0;
}
.logo-block .cnt-detail i {
	width: 50px;
	height: 50px;
	background-color: #d5a738;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 0;
}
.logo-block .cnt-detail p {
	color: #333;
	letter-spacing: 0.7px;
	line-height: 22px;
	margin-bottom: 0;
}
.logo-block .cnt-detail p a {
	color: #333;
}

.menu-block {
	position: relative;
	z-index: 3;
}
.menu-block.navbar-fixed-top {
	position: fixed;
	top: 0;
}

/* - SlidePanel */
#slidepanel { 
	display: block; 
}
#closeit,
#toggle,
#slideit {
	display: none;
}

/* PDF */
.pdf-preview-wrapper {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.03);
}
.pdf-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  font-size: 14px;
}
.pdf-info {
  font-weight: 600;
  color: #333;
}
/* Botones simples */
.pdf-actions .btn {
  display: inline-block;
  padding: 6px 10px;
  margin-left: 6px;
  border-radius: 6px;
  border: 1px solid #d1d5db;
  background: #fff;
  text-decoration: none;
  color: #111;
  font-size: 13px;
  cursor: pointer;
}
.pdf-actions .btn:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.06); }

/* Contenedor del iframe con altura limitada y que permite scroll */
.pdf-container {
	width: 100%;
  height: 700px; /* ajusta la altura según necesites */
  max-height: 70vh;
  overflow: hidden; /* el scroll lo proprociona el iframe */
}
/* El iframe ocupa todo el contenedor y permite scroll interno del documento */
.pdf-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
/* Fallback / nota */
.pdf-fallback {
  padding: 10px 14px;
  font-size: 13px;
  color: #555;
  background: #fff;
  border-top: 1px solid #f3f3f3;
}

/* Responsivo: en pantallas pequeñas reduce la altura */
@media (max-width: 768px) {
  .pdf-container { height: 60vh; max-height: 60vh; }
  .pdf-toolbar { font-size: 13px; }
  .pdf-actions .btn { padding: 6px 8px; font-size: 12px; }
}
/* END PDF */

/* + Footer */
.visit-block {
	background-image: url("images/visit.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	padding-top: 97px;
	padding-bottom: 130px;
}
.visit-block::before {
	background-color: rgba(255,255,255,0.9);
	content: "";
	position: absolute;
	display: inline-block;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.visit-block .container > h5 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	margin: 0;
	text-transform: uppercase;
	position: relative;
	letter-spacing: -0.48px;
}

.footer-section {
	background-color: #222;
}
.ftr-widget {
	margin-top: 58px;
}
.ftr_widget_about > a {
	display: inline-block;
	margin-bottom: 40px;
}
.ftr_widget_about > p {
	color: #a2a2a2;
	font-size: 15px;
	line-height: 22px;
	margin-bottom: 40px;
}
.ftr_widget_about .ftr-cnt-detail {
	display: inline-block;
	width: 100%;
}
.ftr_widget_about .ftr-cnt-detail p {
	color: #a2a2a2;
	font-size: 15px;
	position: relative;
	padding-left: 35px;
	margin-bottom: 18px;
}
.ftr_widget_about .ftr-cnt-detail p:last-child {
	margin-bottom: 0;
}
.ftr_widget_about .ftr-cnt-detail p i {
	position: absolute;
	left: 0;
	top: 3px;
}
.ftr_widget_about .ftr-cnt-detail p a {
	color: #a2a2a2;
	text-decoration: none;
}
.ftr_widget_about .ftr-cnt-detail p a:hover {
	color: #fff;
}
.ftr_widget_about > ul {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	margin-top: 4px;
}
.ftr_widget_about > ul li {
	display: inline-block;
	margin: 0 4px;
}
.ftr_widget_about > ul li a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	color: #e2b13c;
}
.ftr_widget_about > ul li a:hover {
	background-color: #e2b13c;
	color: #fff;
}
.ftr_widget_newsletter {
	margin-top: -55px;
}
.ftr_widget_newsletter .newsletter-form {
	padding: 0 15px;
}
.ftr_widget_newsletter .newsletter-form h4 {
	border-top: 3px solid #e2b13c;
	background-color: #fff;
	margin: 0;
	padding: 18px 40px 15px;
	color: #333;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.ftr_widget_newsletter .newsletter-form form {
	background-color: #f6f6f6;
	padding: 30px 33px;
}
.ftr_widget_newsletter .newsletter-form form .form-group {
	margin-bottom: 0;
}
.ftr_widget_newsletter .newsletter-form form .form-control {
	border-radius: 0;
	border: 1px solid #e2b13c;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	font-size: 16px;
	height: auto;
	padding: 14px 23px;
	color: #e2b13c;
	margin-bottom: 25px;
}
.ftr_widget_newsletter .newsletter-form form .form-control::-webkit-input-placeholder {
	color: #e2b13c;
}
.ftr_widget_newsletter .newsletter-form form .form-control:-moz-placeholder { /* Firefox 18- */
	color: #e2b13c;
}
.ftr_widget_newsletter .newsletter-form form .form-control::-moz-placeholder {  /* Firefox 19+ */
	color: #e2b13c;
}
.ftr_widget_newsletter .newsletter-form form .form-control:-ms-input-placeholder {
	color: #e2b13c;
}
.ftr_widget_newsletter .newsletter-form form input[type="submit"] {
	width: 100%;
	background-color: #e2b13c;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	border: none;
	color: #fff;
	padding: 14px 13px 12px;
}
.ftr_widget_newsletter .newsletter-form form input[type="submit"]:hover {
	background-color: #fff;
	color: #e2b13c;
}
.ftr_widget_newsletter > ul {
	padding-left: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 35px;
}
.ftr_widget_newsletter > ul li {
	display: inline-block;
	margin: 0 4px;
}
.ftr_widget_newsletter > ul li a {
	display: inline-block;
	width: 36px;
	height: 36px;
	background-color: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	color: #e2b13c;
}
.ftr_widget_newsletter > ul li a:hover {
	background-color: #e2b13c;
	color: #fff;
}
.ftr-widget .widget-title {
	background-image: url("images/ftr-widget-arrow.png");
	background-position: left bottom;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #e2b13c;
	letter-spacing: -0.36px;
	margin-top: 0;
	padding-bottom: 20px;
}
.ftr_recent_widget .recent-box {
	position: relative;
	padding-left: 97px;
	min-height: 98px;
	border-bottom: 1px solid rgba(162,162,162,0.4);
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.ftr_recent_widget .recent-box > a  {
	position: absolute;
	left: 0;
	top: 0;
}
.ftr_recent_widget .recent-box > h3 {
	font-size: 15px;
	color: #a2a2a2;
	line-height: 22px;
}
.ftr_recent_widget .recent-box > h3 a  {
	color: #a2a2a2;
}
.ftr_recent_widget .recent-box > p {
	color: #a2a2a2;
}
.ftr_recent_widget .recent-box > p i {
	margin-right: 10px;
}
.btm-ftr {
	background-color: #1f1f1f;
	text-align: center;
	padding: 25px 0;
	margin-top: 70px;
}
.btm-ftr > p {
	color: #9f9f9f;
	margin-bottom: 0;
	font-weight: bold;
	letter-spacing: 0.7px;
}

.ftr_link > h3.widget-title {
	margin-bottom: 53px;
}
.ftr_link ul {
	padding-left: 0;
	margin-top: 35px;
}
.ftr_link ul li {
	list-style: none;
	margin-bottom: 15px;
}
.ftr_link ul li::before {
content: "›";
	color: #e2b13c;
	margin-right: 8px;
	font-size: 18px;}
.ftr_link ul li > a {
	color: #a2a2a2;
	font-size: 15px;
	text-decoration: none;
}
.ftr_link ul li > a:hover {
	color: #e2b13c;
}

.ftr_subscribe .input-group {
	margin-bottom: 25px;
}
.ftr_subscribe .input-group .form-control {
	height: auto;
	border: 1px solid rgba(162,162,162,0.3);
	border-right: none;
	border-radius: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
	outline: none;
	padding: 15px 26px 13px;
	font-size: 15px;
}
.ftr_subscribe .input-group .btn {
	background-color: #e2b13c;
	border-radius: 0;
	border: none;
	color: #fff;
	padding: 12px 19px 11px;
	font-size: 20px;
	-webkit-box-shadow: none;
	-webkit-appearance: none;
	box-shadow: none;
}
.ftr_subscribe > p {
	color: #a2a2a2;
	font-size: 15px;
}
.ftr_subscribe > .ftr-cnt-detail {
	display: inline-block;
	width: 100%;
}
.ftr_subscribe > .ftr-cnt-detail > p:first-child {
	border-top: none;
}
.ftr_subscribe > .ftr-cnt-detail > p {
	padding: 17px 0;
	color: #a2a2a2;
	font-size: 15px;
	border-top: 1px solid rgba(162,162,162,0.3);
	margin-bottom: 0;
	letter-spacing: 0.7px;
}
.ftr_subscribe > .ftr-cnt-detail > p > span {
	display: inline-block;
	margin-right: 25px;
}
.ftr_subscribe > .ftr-cnt-detail > p > span:last-child {
	margin-right: 0;
}
.ftr_subscribe > .ftr-cnt-detail > p span > a {
	color: #a2a2a2;
	font-size: 14px;
	text-decoration: none;
}
.ftr_subscribe > .ftr-cnt-detail > p span > i, .ftr_subscribe > .ftr-cnt-detail > p > i  {
	margin-right: 17px;
}
.ftr_subscribe > .ftr-cnt-detail > p span > a:hover {
	color: #fff;
}
.footer-section2 .btm-ftr {
	margin-top: 25px;
}

/* Bottom Footer */

.btm-ftr {
  background-color: #111;   
  padding: 10px 0;
}

ul.bottom.footer {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;       
	align-items: center;          
	gap: 80px;                     
	color: #909090;                
	font-size: 12px;
	flex-wrap: wrap;             
}

ul.bottom.footer li {
  display: inline-block;
  text-align: center;
}

ul.bottom.footer li a {
  color: #909090;
  text-decoration: none;
  transition: color 0.3s ease;
}

ul.bottom.footer li a:hover {
  color: #e2b13c;             
}


/* + Section Header */
.section-header {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-bottom: 43px;
}
.section-header h3 {
	font-family: 'Poppins', sans-serif;
	color: #f2f2f2;
	font-size: 80px;
	font-weight: bold;
	letter-spacing: -1.6px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 76px;
	word-wrap: break-word;
	position: relative;
}
.section-header h3 b {
	color: #e1e1e1;
}
.section-header h3 > span {
	color: #333;
	text-transform: capitalize;
	position: absolute;
	font-size: 24px;
	font-weight: 600;
	left: 0;
	right: 0;
	letter-spacing: 0.3px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
}
.section-header h3 span span {
	text-transform: uppercase;
	color: #e2b13c;
}

/* + Page Banner */
.page-banner, .gallery-banner, .contact-banner, .novedades-banner, .novedades-banner, .novedades-detail-banner {
	position: relative;
	z-index: 0; 
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 30%;
	padding: 140px 0 100px;
	min-height: 420px;
	color: #f5f5f5;
	display: flex;
	align-items: center;
}
.page-banner{
	background-image: url('./images/actividad-home.png');
}
.gallery-banner {
	background-image: url('./images/gallery-banner.jpg');
}
.novedades-banner {
		background-image: url('./images/novedades-banner.jpg');
}
.novedades-detail-banner {
		background-image: url('./images/hero-novedades-detail.png');
}
.contact-banner {
	background-image: url('./images/contact-banner.jpg');
	background-size: cover;
	background-position: center 50%;
	min-height: 500px;
}
.gallery-banner.obras-gallery-banner{
	background-image: url('../images/obras/obras-hero.png')!important;
}
.gallery-banner.revista-gallery-banner{
	background-image: url('../images/vida-y-gente/hero-vida-gente.png')!important;
}
.page-banner .banner-overlay, .gallery-banner .banner-overlay, .contact-banner .banner-overlay, .novedades-banner .banner-overlay{
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,.55);     
	z-index: 1;
	pointer-events: none;            
}

.page-banner > *,
.gallery-banner > *, .contact-banner > *, .novedades-banner > * {
  position: relative;
  z-index: 2;
}

.page-banner .page-title, .page-banner .text-banner, .contact-banner .text-banner, .novedades-banner .text-banner, .novedades-detail-banner .text-banner{
	position: relative;
	z-index: 2; 
	display: inline-block;
	width: 100%;
	max-width: 60%;
}

.page-banner .page-title h3, .gallery-banner h3, .contact-banner h3, .novedades-banner h3, .novedades-detail-banner h1 {
	color: #dedddd;
	font-family: 'Poppins', sans-serif;
	font-size: 64px;
	font-weight: bold;
	letter-spacing: -1.6px;
	line-height: 70px;
	margin: 60px 0 20px 0;
}
.page-banner .text-banner p, .gallery-banner p, .contact-banner p {
	letter-spacing: 0.2px;
	line-height: 1.8;
}


/* Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.ow-pagination .pagination {
	border-radius: 0;
	margin-bottom: 0;
}
.ow-pagination .pagination li {
	float: left;
	margin: 0 5px;
}
.ow-pagination .pagination li a {
	background-color: transparent;
	border: none;
	border-radius: 0;
	color:  #e2b13c;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	width: 40px;
	height: 40px;
	position: relative;
	padding: 0;
	text-align: center;
	line-height: 40px;
}
.ow-pagination .pagination li a::before {
	background-color: transparent;
	border: 1px solid #e2b13c;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	border-radius: 50%;
	/*transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	*/z-index: -1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.ow-pagination .pagination li a:hover { 
	color: #fff;
}
.ow-pagination .pagination li a:hover::before {
	background-color: #e2b13c;
}

#slide-1-layer-3 {
  transition: all 0.5s ease-in-out !important;
  -webkit-transition: all 0.5s ease-in-out !important;
  -moz-transition: all 0.5s ease-in-out !important;
  -ms-transition: all 0.5s ease-in-out !important;
  -o-transition: all 0.5s ease-in-out !important;
}

#slide-1-layer-3:hover {
  background-color: #e2b13c !important;
  color: #fff !important;
  border-color: #e2b13c !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}


/* ========================================================================== */
/* ========================================================================== */
							/* [ + Responsive ] */
/* ========================================================================== */
/* ========================================================================== */

/* -- min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* -- min-width: 992 */
@media (min-width: 992px) {
	/* + Footer */
	.footer-section .widget-block:nth-child(3n+1) {
		clear: both;
	}
	
	/* - Page Banner */
	/* .page-banner {
		margin-top: -25px;
	} */
}

/* -- max-width: 991 */
@media (max-width: 991px) {
	/* + Header */
	.logo-block .h-logo { 
		display: none;
	}
	
	/* - SlidePanel */
	#slidepanel { 
		display: none;
	}
	#slideit,
	#toggle {
		display: block;
		position: relative;
		z-index: 1;
	}
	#loginpanel {
		position: absolute;
		right: 90px;
		text-align: center;
		top: 12px;
	}	
	#slideit,
	#closeit {
		position: relative;
		color: #fff;
		font-size: 24px;
		right: -35px;
	}
	#slideit:hover,
	#closeit:hover {
		color: #333;
	}
	.mobile-hide {
		display: none;
	}
	.logo-block .cnt-content {
		text-align: center;
	}
	
	/* - Section Header */
	.section-header h3 {
		font-size: 30px;
		line-height: 40px;
	}
	
	/* + Footer */
	.footer-section .widget-block:nth-child(2n+1) {
		clear: both;
	}
	
	/* - Page Banner */
	.page-banner {
		padding-top: 80px;
	}
	.page-banner .page-title {
		margin-bottom: 60px;
	}
}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* + Header */
	.top-header .hour-block p {
		font-size: 12px;
	}
}

/* -- max-width: 767 */
@media (max-width: 767px) {	
	/* + Header */
	.top-header .hour-block p,
	.top-header .social-block {
		text-align: center;
	}
	.top-header .social-block {
		margin-top: 10px;
	}

	/* - Section Header */
	.section-header h3 {
		font-size: 28px;
		line-height: 38px;
	}
	
	/* - Page Banner */
	.page-banner .page-title h3 {
		font-size: 55px;
	}
	.page-banner .page-title h6 {
		font-size: 20px;
	}
}

/* --  max-width: 639 */
@media (max-width: 639px) {
	/* + Header */
	.logo-block .cnt-detail p { 
		font-size: 12px;
	}
	.logo-block .cnt-detail {
		margin-right: 15px;
		padding-left: 60px;
	}
	
	/* + Footer */
	.footer-section .widget-block {
		width: 100%;
	}
	.ftr_widget_newsletter {
		margin-top: 58px;
	}
}

/* --  max-width: 479 */
@media (max-width: 479px) {
	/* - Pagination */
	.ow-pagination .pagination li {
		margin: 0 10px;
	}
	.ow-pagination .pagination li a {
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}

