/******************** FIX MARGIN ********************* */
.magnificPopup__Box {
  margin-bottom: 30px;
}

/****************** BOX 1,2,3,4 *********************** */
.box-1, .box-2, .box-3, .box-4 {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.box-1::before, .box-2::before, .box-3::before, .box-4::before {
  content: "";
  position: absolute;
  top: 5%;
  left: 3.75%;
  width: 92.5%;
  height: 90%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 20px 0 20px;
  -webkit-transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.box-1:hover, .box-2:hover, .box-3:hover, .box-4:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.2);
}

.box-1::before {
  opacity: 0;
  -webkit-transform: scale(0.4);
          transform: scale(0.4);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.box-2::before {
  opacity: 0;
}

.box-3::before {
  opacity: 0;
  -webkit-transform: translateY(-10px) translateX(-10px);
          transform: translateY(-10px) translateX(-10px);
}

.box-4::before {
  opacity: 0;
  width: 0;
}

.box-1:hover::before {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.box-2:hover::before {
  opacity: 1;
}

.box-3:hover::before {
  opacity: 1;
  -webkit-transform: translateY(0px) translateX(0px);
          transform: translateY(0px) translateX(0px);
}

.box-4:hover::before {
  opacity: 1;
  width: 92.5%;
}

.box-1::after, .box-2::after, .box-3::after, .box-4::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 2.5%;
  width: 95%;
  height: 90%;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 0 20px 0 20px;
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

.box-1:hover::after, .box-2:hover::after, .box-3:hover::after, .box-4:hover::after {
  opacity: 1;
}

/****************** LUPA OVERLAY *********************** */
.lupa {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: calc(50% - 26px);
  left: calc(50% - 24px);
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 8px;
  -webkit-transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.lupa > i {
  font-size: 23px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.box-1:hover .lupa, .box-2:hover .lupa, .box-3:hover .lupa, .box-4:hover .lupa {
  opacity: 1;
}

/*************** FIX CURSOR MAGNIFIC POPUP *********** */
.mfp-close {
  cursor: pointer !important;
}

.mfp-bg, .mfp-container, .mfp-wrap {
  cursor: default !important;
}

/************* MAGNIFIC POPUP ZOOM ************** */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .magnificPopup__Animus {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mfp-zoom-in.mfp-ready .magnificPopup__Animus {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .magnificPopup__Animus {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**************************************************** */
/************* MAGNIFIC 3D FLIP ************** */
.mfp-3d-flip {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-flip .mfp-content {
  -webkit-perspective: 2000px;
          perspective: 2000px;
}
.mfp-3d-flip .magnificPopup__Animus {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateY(-60deg);
          transform: rotateY(-60deg);
}
.mfp-3d-flip.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mfp-3d-flip.mfp-ready .magnificPopup__Animus {
  opacity: 1;
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
.mfp-3d-flip.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-flip.mfp-removing .magnificPopup__Animus {
  -webkit-transform: rotateX(80deg);
          transform: rotateX(80deg);
  opacity: 0;
}
.mfp-3d-flip.mfp-removing.mfp-bg {
  opacity: 0;
}

/*************************************************** */
/**************** MAGNIFIC HORIZONTAL IN OUT **************** */
.mfp-horizontal-in-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-horizontal-in-out .magnificPopup__Animus {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-500px);
          transform: translateX(-500px);
}
.mfp-horizontal-in-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mfp-horizontal-in-out.mfp-ready .magnificPopup__Animus {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.mfp-horizontal-in-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-horizontal-in-out.mfp-removing .magnificPopup__Animus {
  -webkit-transform: translateX(500px);
          transform: translateX(500px);
  opacity: 0;
}
.mfp-horizontal-in-out.mfp-removing.mfp-bg {
  opacity: 0;
}

/********************************************************************* */
/************************ MAGNIFIC VERTICAL TOP IN - BOTTOM OUT ************************* */
.mfp-vertical-topIn-bottomOut {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-vertical-topIn-bottomOut .mfp-content {
  vertical-align: middle;
}
.mfp-vertical-topIn-bottomOut .magnificPopup__Animus {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -webkit-transform: translateY(-400px);
          transform: translateY(-400px);
}
.mfp-vertical-topIn-bottomOut.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.mfp-vertical-topIn-bottomOut.mfp-ready .magnificPopup__Animus {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.mfp-vertical-topIn-bottomOut.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-vertical-topIn-bottomOut.mfp-removing .magnificPopup__Animus {
  -webkit-transform: translateY(200px);
          transform: translateY(200px);
  opacity: 0;
}
.mfp-vertical-topIn-bottomOut.mfp-removing.mfp-bg {
  opacity: 0;
}

/************************************************************************************** */


/*---------------------------------------------------------------------------------

Table Of Content

	1- Default
	2- Fonts
	3- Heading
	4- Content
		4.1 - Count Down Timer
		4.2 - Form
		4.3 - Form Placeholder
		4.4 - Form Subscriber
		4.5 - Social Media List
		4.6 - Service List
	5- Footer
	6- Theme Colors

---------------------------------------------------------------------------------*/


/* ==================================================================
	1// Default
================================================================== */
html {
	height: 100% !important;
}
body {
	position: relative;
	font-size: 14px;
	color: #FFF;
	background-color: #333;
}
section {
	position: relative;
}
.page-loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	background: #FFF url(../img/page-loader.gif) center center no-repeat;
}
header {
	padding-top: 60px;
	padding-bottom: 30px;
}


/* ==================================================================
	2// Fonts
================================================================== */
body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 30px;
}
p {
	font: 14px/1.7em "Open Sans";
	word-spacing: 3px;
}


/* ==================================================================
	3// Heading
================================================================== */
.site-logo {
	background-repeat: no-repeat;
	background-position: left center;
	margin-left:15px;
	width: 100%;
	height: 80px;
	text-indent: -99999px;
	font-weight: 600;
	line-height: 20px;
	display: block;
}
.logo .site-logo {
	background-image: url(../img/logo.png);
}

ul.contact-list {
	float: right;
	margin-top: 15px;
}
ul.contact-list li {
	padding: 0 0 5px;
	margin: 0;
	font: italic 600 18px "Open Sans";
}
ul.contact-list li i {
	margin-right: 10px;
}


/* ==================================================================
	4// Content
================================================================== */
#content {
	margin: 60px 0 0;
}
.content-intro h1 {
	margin-bottom: 25px;
	word-spacing: 5px;
}

	/* ==================================
		4.1// Count Down Timer
	===================================== */
	.countdown-container{
		text-align: center;
		-webkit-backface-visibility: hidden;
	}
	.countdown-container .dash{
		display:inline-block;
		float:left;
		width:auto;
		margin: 0px 38px 20px 0px;;
	}
	.countdown-container .dash:last-child {
		margin-right: 0;
	}
	.countdown-container .digit{
		font: 400 80px/1.5em 'Oswald', sans-serif;
		display: inline-block;
		height: 115px;
		width: 115px;
		overflow: hidden;
		margin: 0px 0px 0px -2px;
		padding: 0px;
		color: #fff;
		background: rgba(255,255,255,0.07);
		border: 1px solid rgba(255,255,255,0.2);
	}
	.countdown-container .digit:first-child{
		margin-left: 0px;
	}
	.countdown-container .dash_title{
		width: 100%;
		display: block;
		color: #fff;
		font: 20px "Oswald";
		font-weight: 400;
		line-height: 21px;
		letter-spacing: 1px;
		margin: -4px 0px 0px 0px;
		padding: 10px 0px;
		background: rgba(255,255,255,0.07);
		border: 1px solid rgba(255,255,255,0.2);
		border-top: none;
	}

	/* ==================================
		4.2// Form
	===================================== */
	input, textarea, select {
		background: rgba(255,255,255,0.07);
		outline: none;
		-webkit-appearance: none;
		color: #fff; font-size:14px;
		border:  0px;
		border: 1px solid rgba(255,255,255,0.1);
		border-left: 1px solid rgba(255,255,255,0.1);
		padding: 9px 20px;
		margin: 0px;
		font-style: normal;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		height: auto;
		margin-bottom: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease;
		-moz-transition: background-color .3s ease, border .3s ease, color .3s ease;
		-ms-transition: background-color .3s ease, border .3s ease, color .3s ease;
		-o-transition: background-color .3s ease, border .3s ease, color .3s ease;
		transition: background-color .3s ease, border .3s ease, color .3s ease;
		position: relative; 
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
		line-height:normal;
		letter-spacing:normal;
	}
	input:focus{
		background: rgba(255,255,255,0.1);
	}
	select:focus{
		background: rgba(255,255,255,0.1);
	}
	textarea:focus {
		background: rgba(255,255,255,0.1);
	}
	input[type="text"], input[type="email"] {
		width: 100%;
	}
	textarea {
		width: 100%;
		padding: 10px 20px;
		resize: both;
		margin-top: 0px;
		height: 100px;
	}
	input[type="submit"], button {
		width: auto;
		font-style: normal;
		background: rgba(255,255,255,0.07);
		color: #dfdfdf;
		cursor: pointer;
		border-left: 1px solid rgba(255,255,255,0.1);
		border-right: 1px solid rgba(255,255,255,0.1);
		padding: 13px 25px;
	}
	select, option {
		cursor: pointer;
	}
	input[type="checkbox"] {
		-webkit-appearance: checkbox;
	}
	input[type="radio"] {
		-webkit-appearance: radio;
	}
	.form {
		position: relative;
		overflow: hidden;
	}
	.form-container {
		padding-top: 40px;
		position: relative;
		overflow: hidden;
		padding-bottom: 30px;
	}


	/* ==================================
		4.3// Form Placeholder
	===================================== */
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder { 
	    color: #dfdfdf;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	    color: #dfdfdf;
	    opacity:  1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	    color: #dfdfdf; 
	    opacity:  1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10+ */
	   color: #dfdfdf;
	}

	placeholder { 
	   color: #dfdfdf;
	}
	input[placeholder] { text-overflow: ellipsis; }

	::-moz-placeholder { text-overflow: ellipsis; } /* firefox 19+ */

	input:-moz-placeholder { text-overflow: ellipsis; }

	/* ==================================
		4.4// Form Subscriber
	===================================== */
	.subscriptionForm .emailfield{
		width: 78%;
		padding: 13px 25px;
	}
	/* Success & Error Style For Register Form */
	.success {
		padding: 1em;
		margin: 30px 0 0;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		color: #fff;;
		border: 1px solid #d6e9c6;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.error {
		padding: 1em;
		margin: 30px 0 0;
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		color: #ff9797 !important;
		border: 1px solid rgba(185, 74, 72, 0.3);
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}


	/* ==================================
		4.5// Social Media List
	===================================== */
	ul.social-list {
		margin-bottom: 40px;
		margin-left: 15px;
	}
	ul.social-list li {
		display: inline-block;
	}
	ul.social-list li i{
		color: #fff;
		font-size: 22px;
		width: 36px;
		height: 36px;
		background: rgba(255,255,255,0.07);
		border: 1px solid rgba(255,255,255,0.1);
		border-radius: 2px;
		padding: 7px;
		transition: all 0.2s ease-in-out;
		margin-right: 10px;
	}
	ul.social-list li i:hover {
		background: rgba(255,255,255,0.9);
	}
	ul.social-list li .fa-facebook {
		padding: 7px 10px;
	}

	/* ==================================
		4.6// Service List
	===================================== */
	.service-post {
	  margin-bottom: 50px;
	  overflow: hidden;
	}
	.service-post i {
		float: left;
		color: #fff;
		font-size: 26px;
		width: 48px;
		height: 48px;
		background: rgba(255,255,255,0.07);
		border: 1px solid rgba(255,255,255,0.1);
		padding: 9px;
	}
	.service-post h2 {
	  font-size: 20px;
	  font-family: 'Lato', sans-serif;
	  font-weight: 700;
	  margin: 0 0 15px;
	  margin-left: 60px;
	  text-transform: uppercase;
	  letter-spacing: 1.8px;
	  margin-bottom: 11px;
	}
	.service-post p {
	  margin-left: 60px;
	  margin-bottom: 0;
	}


/* ==================================================================
	5// Footer
================================================================== */
footer {
	background-color: rgba(0,0,0,0.3);
	text-align: center;
	padding: 30px 0;
}


/* ==================================================================
	6// Theme Colors
================================================================== */
a, a:hover, a:focus {
	color: #c14f66;
}
.main-color {
	color: #c14f66;
}
input[type="submit"]:hover, button:hover {
	background: rgba(255,255,255,0.9);
	color: #dc2958;
}
ul.social-list li i:hover {
	color: #c14f66;
}
/* ===== End Theme Color ===== */