/*---------------------------------------
	Theme Name: Max Photography
	Start Date : 
	End Date : 
	Last change: 
	Version: 1.0
	Assigned to:
	Primary use:
-------------------------------------------*/
	/* [Layout] */

/*-----------------------------------------

	* Import Css
	
	* Body
		- Padding/Margin
		
	* Fonts Settings	
		- font-family: 'Poppins', sans-serif;
		- font-family: 'Lato', sans-serif;
		- font-family: 'Source Sans Pro', sans-serif;
		- font-family: 'Raleway', 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
-------------------------------------------*/

/*-----------------------------------------
	* Import Css
-------------------------------------------*/
@import "/libraries/lib.css";
@import "/css/plugins.css";
@import "/css/navigation-menu.css";
@import "/css/shortcodes.css";

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #000;
	overflow-x: hidden;
}
img {
    max-width: 100%;
	height: auto;
}
a {
    outline: 0 !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar,body::-webkit-scrollbar {
	display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
 html,body {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
  }

/* - 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;
}

/* - 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-x: hidden;
}

/* * Header */
.menu-block {
	border-bottom: 1px solid #d3d3d3;
	/* padding: 20px 0; */
}


/* * Footer */
/* - Footer Main */
.footer-main {
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	margin-top: 35px;
	padding: 35px 0;
}
.footer-main .coyright-content {
	display: inline-block;
}
.footer-main .coyright-content p {
	color: #aeaeae;
	font-size: 12px;
	margin-bottom: 0;
}
.footer-main .info {
	float: right;
}
.footer-main .info p {
	color: #afafaf;
	display: inline-block;
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 0;
	padding-right: 20px;
	text-transform: capitalize;
}
.footer-main .info p:last-child {
	padding-right: 0;
}
.footer-main .info p i {
	padding-right: 12px;
	font-size: 14px;
}
.footer-main .info p a {
	color: #afafaf;
}
/* - Footer Main 1 */
.footer-main-1 {
	background-color: #222;
	padding: 80px 0;
}
.footer-main-1 .ftr-widget h3.widget-title {
	color: #fff;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	letter-spacing: 0.6px;
	line-height: 26px;
	margin-bottom: 18px;
	text-transform: uppercase;
	margin-top: 0;
	word-wrap: break-word;
}
.footer-main-1 .ftr-widget p {
	color: #ccc;
	letter-spacing: 0.7px;
	line-height: 26px;
	margin-bottom: 15px;
}
.footer-main-1 .ftr-widget .info p {
	color: #cacaca;
	font-size: 12px;
	line-height: 26px;
	margin-bottom: 0;
    padding-left: 25px;
    position: relative;
}
.footer-main-1 .ftr-widget .info p a {
	color: #cacaca;
}
.footer-main-1 .ftr-widget .info p i {
	position: absolute;
	left: 0;
	top: 8px;
}

.footer-main-1 .ftr-widget.widget_post .ftr-latest-content {
	border-bottom: 1px solid #515151;
	display: inline-block;
	margin-bottom: 10px;
	position: relative;
	padding-left: 95px;
	padding-bottom: 48px;
	padding-top: 10px;
}
.footer-main-1 .ftr-widget.widget_post .ftr-latest-content:last-child {
	border-bottom: none;
}
.footer-main-1 .widget_post .ftr-latest-content > a > i {
	position: absolute;
	left: 0;
}
.footer-main-1 .widget_post .ftr-latest-content h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.52px;
	line-height: 20px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	word-wrap: break-word;
}
.footer-main-1 .widget_post .ftr-latest-content h5 > a {
	color: #fff;
	text-decoration: none;
}
.footer-main-1 .widget_post .ftr-latest-content h5 > a:hover {
	color: #7dc20f;
}
.footer-main-1 .widget_post .ftr-latest-content span {
	color: #8b8b8b;
	display: inline-block;
	font-style: italic;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.65px;
	margin-bottom: 0;
}
.footer-main-1 .widget_post .ftr-latest-content span a {
	color: #8b8b8b;
	padding-left: 14px;
	text-decoration: none;
}
.footer-main-1 .widget_post .ftr-latest-content span a:hover {
	color: #7dc20f;
}
.footer-main-1 .widget_post .ftr-latest-content span a i {
	padding-right: 5px;
}
.footer-main-1 .widget_gallery ul {
	padding-left: 0;
	list-style: none;
}
.footer-main-1 .widget_gallery ul li {
	border: 1px solid #222;
	float: left;
}
.footer-main-1 .widget_newsletter .input-group {
	position: relative;
	width:100%;
}
.footer-main-1 .widget_newsletter .letter-icons {
	color: #969595;
    display: inline-block;
    left: 16px;
    position: absolute;
    top: 7px;
    z-index: 4;
}
.footer-main-1 .widget_newsletter .form-control {
	border-radius: 0;
	box-shadow: none;
	border: none;
	background-color: #272727;
	margin-bottom: 10px;
	color: #777;
	font-size: 12px;
	padding: 6px 15px 6px 42px;
	text-transform: uppercase;
}
.footer-main-1 .widget_newsletter button {
	background-color: #171717;
	border: none;
	border-radius: 0;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 26px;
	padding: 8px 32px;
	margin-top: 10px;
	margin-bottom: 35px;
	text-transform: uppercase;
	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;
}
.footer-main-1 .widget_newsletter button:hover {
	background-color: #fff;
	color: #171717;
}
.footer-main-1 .widget_newsletter ul.social {
	padding-left: 0;
	margin-bottom: 0;
}
.footer-main-1 .widget_newsletter ul.social li {
	color: #949494;
	display: inline-block;
	margin-right: 50px;
}
.footer-main-1 .widget_newsletter ul.social li:last-child {
	margin-right: 0;
}
.footer-main-1 .widget_newsletter ul.social li a {
	color: #949494;
	text-decoration: none;
}
.footer-main-1 .widget_newsletter ul.social li a:hover {
	color: #fff;
}
.copyright-section {
	border-top: 1px solid #535353;
	border-bottom: 1px solid #535353;
	background-color: #222;
	padding: 35px 0;
	text-align: center;
}
.copyright-section .coyright-content p {
	color: #b3b3b3;
	font-size: 12px;
	margin-bottom: 0;
}

/* * Section Header */
.section-header {
	text-align: center;
	margin-bottom: 70px;
}
.section-header h3 {
	color: #222;
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: 2.1px;
	line-height: 26px;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	word-wrap: break-word;
}
.section-header h3 span {
	font-weight: normal;
	font-size: 32px;
}
.section-header1 {
	text-align: center;
	margin-bottom: 75px;
}
.section-header1 h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 0;
	margin-top: 0;
	letter-spacing: 1.28px;
	text-transform: uppercase;
}

/* * Pagination */
.ow-pagination {
	display: inline-block;
	width: 100%;
	background-color: transparent;
	margin-top: 55px;
}
.ow-pagination ul {
	margin: 0;
}
.ow-pagination ul li {
	display: inline-block;
	margin: 0 8px;
}
.ow-pagination ul li a {
	border: none;
	border-radius: 100%;
	background-color: #3c3c3c;
	color: #fff;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	width: 50px;
	height: 50px;
	line-height: 52px;
	padding: 0;
	text-align: center;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.ow-pagination .pagination > li:first-child > a,
.ow-pagination .pagination > li:last-child > a {
	border-radius: 0;
	background-color: transparent;
	color: #d1d0d0;
	font-size: 20px;
}
.ow-pagination .pagination > li:first-child > a:hover,
.ow-pagination .pagination > li:last-child > a:hover {
	color: #8c8b8b;
}
.ow-pagination ul li a:hover {
	background-color: #fff;
	border-color: #a04699;
	color: #3c3c3c;
}

/* * Page Banner */
.banner-contact {
    background-image: url("/images/banner-contactame.jpg");
}
.banner-sessions {
    background-image: url("/images/banner-sesiones.jpg");
}
.banner-yourpics {
    background-image: url("/images/banner-tusfotos.jpg");
}
.page-banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    max-height: 308px;
    min-height: 308px;
    position: relative;
	margin-bottom: 150px;
    text-align: center;
	z-index: 1;
}
.page-banner.no-margin-bottom {
	margin-bottom: 0;
}
.page-banner .banner-content {
	display: inline-block;
	padding: 117px 0;
}
.page-banner .banner-content h3 {
	color: #fff;
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	letter-spacing: 1.26px;
	margin-top: 0;
	line-height: 26px;
	text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb {
	background-color: transparent;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
}
.page-banner .banner-content .breadcrumb li, 
.page-banner .banner-content .breadcrumb li a {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 15px;
    text-decoration: none;
	letter-spacing: 0.45px;
	text-transform: uppercase;
}
.page-banner .banner-content .breadcrumb > li + li::before {
	color: #fff;
    content: "/";
    padding: 0 5px;
}

	
/*----------------------------------------------------

	* Responsive
	
------------------------------------------------------*/

/* - min-width: 1200 */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

/* - max-width: 1200px */
@media (max-width: 1200px) {
	/* - Footer Main 1*/
	.footer-main-1 .widget_newsletter ul.social li {
		margin-right: 35px;
	}
}

/* - max-width: 991 */
@media (max-width: 991px) {
	/* - Footer Main 1 */
	.footer-main-1 .col-sm-6:nth-child(2n+1) {
		clear: both;
	}
}

/* - min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	/* - Footer Main */
	.footer-main .info p {
		padding-right: 8px;
	}
	.footer-main .info p i {
		padding-right: 5px;
	}
}

/* - max-width: 767 */
@media (max-width: 767px) {
	/* - Footer Main */
	.footer-main .coyright-content {
		margin-bottom: 15px;
		text-align: center;
		width: 100%;
	}
	.footer-main .info {
		float: none;
		text-align: center;
	}
}

/* -  max-width: 639 */
@media (max-width: 639px) {
	/* - Footer Main */
	.footer-main-1 .col-xs-6.ftr-widget {
		width: 100%;
		margin-bottom: 30px;
	}
}

/* -  max-width: 479 */
@media (max-width: 479px) {
	/* * Pagination */
	.ow-pagination ul li {
		margin: 0 3px;
	}
}

/* GALERIA */

.section-session .box {
	position: relative;
	box-sizing: border-box;
	margin-top: 20px;
}

.section-session .mt120 {
	margin-top: 120px;
}

.section-session .mt30 {
	margin-top: 30px;
}

.section-session .mr10 {
	margin-right: 10px;
}

.section-session .mb20 {
	margin-bottom: 20px;
}

.section-session .ml20 {
	margin-left: 20px;
}

.section-session input,
.section-session select {
	width: 100%;
}

.section-session table {
	width: 100%;
}

.section-session hr {
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-top: 20px;
}

.section-session .galerycontainer {
	display: inline-block;
	position: relative;
	border: none;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
}

.section-session .img-prev-thumb {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	border: solid 2px #000;
	margin: 10px;
	background-color: #000;
}

.section-session .img-prev-thumb>img {
	cursor: pointer;
	background-color: #000;
	filter: blur(.5px) opacity(80%) grayscale(80%);
	max-width:226px;
	max-height:226px;
}

.section-session .img-prev-thumb:hover>img,
.section-session .img-prev-thumb.selected>img {
	filter: blur(0) opacity(100%) grayscale(0%);
}

.section-session .img-prev-thumb.danger {
	border: solid 5px #A00;
}





.section-session .img-prev-tools {
	position: absolute;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	display: inline-block;
	background-color: transparent;
}

.separador{
	text-align:center;
	margin-top:30px;
	margin-bottom:50px;
}

#previewimagescontainer .img-prev-tools {
	display: none;
}

.imgfullpreview .img-prev-tools {
	top: auto;
	bottom: auto;
}

.imgfullpreview .img-prev-tools .heart img {
	position: absolute;
	right: 10px;
	top: 10px;
	box-sizing: border-box;
	display: inline-block;
	background-color: transparent;
	display: none;
	cursor: pointer;
	width:32px;
	height:32px;
}

.imgfullpreview>img {
	border: solid 3px #000;
	border-radius: 5px;
}

.imgfullpreview.deleted {
	background-color: #A00;
}

.imgfullpreview.deleted>img {
	opacity: .7;
}

.img-prev-tools .heart img:first-child {
	display: block;
}

.img-prev-tools .heart img:last-child {
	display: none;
}

.selected .img-prev-tools .heart img:first-child {
	display: none;
}

.selected .img-prev-tools .heart img:last-child {
	display: block;
}

.img-prev {
	position: absolute;
	top: 0;
	left: 0;
}

.section-session section {
	padding-top: 0;
	margin-bottom: 0;
}

.section-session .progressbar {
	width: 0%;
	min-height: 10px;
	height: 26px;
	max-height: 26px;
	background-color: #777;
	width:100%;
	position: relative;
	box-sizing: border-box;
	display: block;
	transition: width .085s linear;
	padding: 0 6px;
	color: #fff;
	overflow: hidden;
}


.section-session .progressbar.uploading {
	background-color: #3D70AB;
}

.section-session .progressbar.ready {
	background-color: #8904B1;
}

.section-session .progressbar.completed {
	background-color: #3DAB4F;
}

.section-session .progressbar.failed {
	background-color: #A04;
}

.section-session .note {
	font-size: 22px;
	width: 100%;
	padding:10px 30px;
}

.section-session .note.danger {
	font-weight: bold;
	color: #fff;
	background-color:#A00;
}

.section-session .modal {
	z-index: 1000000;
}

.section-session .cardpayment {
	border-radius: 10px;
	overflow: hidden;
	width: 160px;
	cursor: pointer;
}

.section-session .w100p {
	width: 100%;
}

.section-session .center-all {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 5px;
}

.section-session .center-container {
	position: absolute;
	display: inline-block;
	visibility: visible;
	width: 100%;
	height: 100%;
}

.section-session .fix-height {
	position: relative;
	height: 100px;
}

.section-session .big-text {
	font-size: 30px;
	height: 20px;
}

.section-session ul {
	padding-left: 20px;
}

.section-session select {
	height: 40px;
	border: solid 1px #ccc;
	border-radius: 0;
	padding: 0 12px;
}


#image-preview {
    position: fixed;
	
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000aa;
    z-index: 100000;
    display: none;
	
  }

  #image-preview .imgfullpreview {    
	position: absolute;
    top: 2%;
    left: 2%;
    /* transform: translate(-50%, -50%); */
    z-index: 1;
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: 96%;
    height: 96%;
    text-align: center;
  }
  #image-preview .imgfullpreview > img {
	max-width: 100%;
	max-height: 100%;
	position:relative;
}

#image-preview button.unlock {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  background-color: #b1b1b1dd;
}

#image-preview button.closeprv {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  background-color: #b1b1b1dd;
}

#image-preview button.imgprev {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: 10px;
  z-index: 10;
  background-color: transparent;
  font-size: 40px;
  padding:0;
  color:#aaa;
}

#image-preview button.imgnext {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  z-index: 10;
  background-color: transparent;
  font-size: 40px;
  padding:0;
  color:#aaa;
}

#image-preview button:hover {
	background-color:#fff;
	color:#333;
}

#remainpics{
  position: absolute;
  bottom: 50px;
  left: 10px;
  z-index: 10;
  font-size: 30px;
  font-weight: bold;
  color:#fff;
  text-shadow: 2px 2px #333;
  text-align: left;
}
#imagenumber{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	font-size: 20px;
	font-weight: bold;
	color:#fff;
	text-shadow: 2px 2px #333;
	text-align: left;
  }
#imagenumber_in{
	position: absolute;
	bottom: 5px;
	right: 5px;
	z-index: 10;
	font-size: 30px;
	font-weight: bold;
	color:#fff;
	text-shadow: 3px 3px #333;
	text-align: left;
  }

  #inputbuyamountimages{
	font-size: 22px;
	border:solid 1px #ccc;
	padding:3px 0;
	text-align: center;
  }

  #btndownloadallimages{
	border:solid 1px #244469;
	font-size:18px;
	padding:3px 15px;
	background-color: #3D70AB;
	color:#fff;
	margin-top:20px;
  }