/*
  Theme Name: Intro - Architecture & Interior HTML5 Template
  Author: nilArtStudio
  Description: Architecture & Interior HTML5 Template
  Version: 1.0
*/

/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. slider
4. intro
5. service
6. project area
7. project-details
8 .testimonial
9. call to action
10. latest blog
11. intro-form
12. footer
13. features area
14. video-area
15. clouds area
16. brand area
17. page title
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700|Poppins:300,400,500,600,700|Roboto:300,400,500,700');
body {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  overflow-x: hidden;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	
	text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button{cursor:pointer;}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color: #313131;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #7e7e7e;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}

i{transition:.3s;}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
input:focus,textarea:focus{outline:0}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}
button:focus {
  outline: 0 none;
}

/* button style */

.btn {
  -moz-user-select: none;
  background: #778692 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 0;
  padding: 15px 50px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
}
.btn.btn-black {
	background: #303b41;
}
.btn.btn-black:hover {
	background: #1a1a1a;
}
.btn:hover {
	background: #001f5b;
	color: #fff
}
.btn.btn-large {
	padding: 10px 25px;
}
.btn-lg {
	font-weight: 700;
	padding: 13px 31px;
}
.btn.white-btn:hover {
	border-color: #ddd;
	color: #ddd
}
.btn.btn-base.btn-link {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: #1696e7;
	padding: 0;
	text-decoration: none;
}
.btn.btn-base.btn-link:hover {
	color: #106fab;
}
.theme-bg {
	background: #1696e7
}
.bg-white {
	background-color: #ffffff;
}
.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
  background: #001f5b none repeat scroll 0 0;
  color: #fff;
  font-size: 30px;
  height: 40px;
  /*left: 20px;*/
    left: -65px;
  line-height: 41px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 60px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	/*right: 20px;*/
    right: -65px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #001f5b;
	color: #fff
}


/* 2. header */
.wrapper-box{padding:0 120px}
.header-info > span span {
  color: #f7951e;
}
.main-menu{}
.main-menu ul{}
.main-menu ul li {
  display: inline-block;
  margin-left: 9px;
  position: relative;
}
.main-menu ul li a {
  color: #fff;
  display: block;
  font-weight: 400;
  padding: 60px 0;
}
.main-menu ul li:hover > a{color: #f7951e}
.main-menu ul li ul.submenu {
  background: #fff none repeat scroll 0 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 250px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.main-menu ul li:hover ul.submenu{opacity: 1;visibility: visible;}
.main-menu ul li ul.submenu li {
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0;
}
.main-menu ul li ul.submenu li:last-child{border: 0}
.main-menu ul li ul.submenu li a {
  color: #1b1b1b;
  padding: 10px 15px;
}
.main-menu ul li ul.submenu li:hover > a{color: #f7951e}
.hamburger {
  float: right;
  margin-left: 20px;
  margin-top: 53px;
  padding: 0;
  transition: all 0.3s ease 0s;
}
.hamburger.is-active {
  margin-top: 57px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
  background: #fff none repeat scroll 0 0;
  height: 2px;
  width: 30px;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
}
.hamburger-menu {
  float: right;
  margin-right: 0px;
  opacity: 1;
  transition: all 0.3s ease 0s;
  visibility: visible;
}
nav.nav-menu-show {
  margin-right: 50px;
  opacity: 1;
  visibility: visible;
}
.black-menu .hamburger-inner, .black-menu .hamburger-inner::after, .black-menu .hamburger-inner::before {
  background: #222 none repeat scroll 0 0;
}
.black-menu .hamburger {
  margin-top: 0px;
}
.hamburger.hamburger--collapse > span {
  display: inline-block;
  line-height: 1;
  position: relative;
  top: -5px;
}

.main-menu.black-menu ul li a {
  color: #001f5b;
  padding: 50px 5px;
    font-weight: 500;
  /*padding: 35px 0;*/
    font-size: 13px;
    font-family: "Poppins",sans-serif;
}
.black-menu.menu-bg-white .hamburger {
  margin-top: 31px;
}


.click-menu{}
.click-menu span {
  display: inline-block;
  line-height: 1;
}
.click-menu button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #222;
  display: inline-block;
  line-height: 1;
  padding: 0 8px;
}

.transparent-mainmenu {
  background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
  color: #353535;
  min-height: 100vh;
  opacity: 0;
  padding: 295px 46px 39px;
  position: fixed;
  right: 0;
  top: 0;
  transform: scale(1);
  transition: transform 0.5s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
  z-index: 9999;
}
.transparent-mainmenu.inside {
  transform: scale(1);
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
.transparent-menu-close-icon button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  cursor: pointer;
  font-size: 50px;
  padding: 0;
  position: absolute;
  right: 100px;
  top: 25px;
  transition: all 0.3s ease 0s;
}
.slinky-menu.slinky-theme-default {
  display: inline-block;
  width: 290px;
}
.slinky-theme-default {
  background: transparent none repeat scroll 0 0;
}
.slinky-theme-default .next::after, .slinky-theme-default .back::before {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  content: "";
  font-family: icofont;
  font-size: 18px;
  height: 1em;
  opacity: 1;
  transition: all 200ms ease 0s;
  width: 1em;
}
.slinky-theme-default a:hover:not(.back) {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#menu-full li a {
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
}
#menu-full li a:hover{color: #f7951e}

/* 3. slider */
.slider-area {
  position: relative;
}
.social-icon {
  left: -74px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.social-icon > a {
  color: #cdcdcd;
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.social-icon > a:hover{color:#f7951e}
.social-icon > a:last-child{margin-bottom:0;}
.slide-height {
  background-position: center center;
  background-size: cover;
  min-height: 1000px;
}
.slider-content h1, .slider-content span, .slider-content a {
	animation-duration:1s;
	animation-fill-mode:both;
	animation-name: fadeOutDown;
}
.active .slider-content h1, .active .slider-content span, .active .slider-content a{
  animation-name: fadeInUp;
}
.slider-content{}
.slider-content h1 {
  color: #fff;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 25px;
  margin-bottom: 10px;
  animation-delay: 0.2s;
}
.slider-content span {
  color: #fff;
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  letter-spacing: 12px;
  margin-bottom: 60px;
  animation-delay: 0.7s;
}
.slider-content a{font-size:26px;	animation-delay: 1.2s;}

.custom-dots .owl-dots {
  position: absolute;
  right: -79px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}
.custom-dots .owl-dots .owl-dot {
  margin-bottom: 40px;
  position: relative;
}
.custom-dots .owl-dots .owl-dot:last-child{margin-bottom:0;}
.custom-dots .owl-dots .owl-dot {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #fff;
  font-size: 16px;
  opacity: 0.4;
  padding: 0;
}
.custom-dots .owl-dots .owl-dot.active{opacity:1;}
.custom-dots .owl-dots .owl-dot.active::before {
  background: #001f5b none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: -6px;
  position: absolute;
  top: 10px;
  transform: rotate(-45deg);
  width: 30px;
}

.slider-full-active.custom-dots .owl-dots {
  right: 50px;
}
.slider-full-active.custom-dots .owl-dots .owl-dot {
  color: #fff;
  opacity: 0.2;
}
.slider-full-active.custom-dots .owl-dots .owl-dot.active{opacity:1}
.follow-icon {
  bottom: 0;
  padding-bottom: 20px;
  padding-right: 20px;
  position: absolute;
  right: 0;
  z-index: 9;
}
.follow-icon > span {
  font-size: 15px;
  margin-right: 20px;
  padding-right: 80px;
  position: relative;
}
.follow-icon > span::after {
  background: #999 none repeat scroll 0 0;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 60px;
}
.follow-icon > a {
  color: #747474;
  display: inline-block;
  font-size: 20px;
  margin-right: 25px;
}
.follow-icon > a:hover{color:#f7951e}
/* slider-2 */
.hero-caption > ul {
  margin: 0 -15px;
  /*overflow: hidden;*/
    margin-left: 3%;
}
.hero-caption > h1 {
  font-size: 60px;
  margin-bottom: 50px;
  padding-bottom: 20px;
  position: relative;
}
/*
.hero-caption > h1::before {
  background: #f7951e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 60px;
}
*/
/*
.hero-caption > p {
  color: #747474;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 40px;
  padding-right: 40px;
}
*/
/*.hero-caption ul li {
    color: #747474;
    float: left;
    font-size: 18px;
    margin-bottom: 25px;
    padding: 0 15px;
    width: 50%;
}*/
.hero-caption ul li span {
  color: #3d3d3d;
}
.hero-caption > a {
  color: #ff9138;
  display: inline-block;
  font-size: 26px;
  margin-top: 50px;
}
.hero-caption > a:hover{color:#444;}
.hero-bg {
  display: flex;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 43%;
}
.hero-video-icon {
  align-self: end;
}
.hero-video-icon a {
  background: #fff none repeat scroll 0 0;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  color: #f7951e;
  display: inline-block;
  font-size: 38px;
  height: 80px;
  line-height: 82px;
  text-align: center;
  width: 80px;
}
/* slider 3 */
.slide-full-content h1 , .slide-full-content > p, .slide-full-content > a {
	animation-duration:1s;
	animation-fill-mode:both;
	animation-name: fadeOutDown;
}
.active .slide-full-content h1 , .active .slide-full-content > p, .active .slide-full-content > a{animation-name: fadeInUp;}
.slide-full {
  background-position: center center;
  background-size: cover;
  /*min-height: 880px;*/
    min-height: 770px;
}
.slide-full-content h1 {
  font-size: 60px;
  line-height: 72px;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 51px;
  animation-delay: 0.2s;
}
.slide-full-content > p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 60px;
  animation-delay: 0.7s;
}
.slide-full .btn {
  font-size: 26px;
}
.slide-full-content h1::before {
  background: #999 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 60px;
}
.slide-full-content > a{animation-delay: 1.2s;}


/* 4. intro */
.intro-img{position:relative}
.intro-img a {
  background: rgba(247, 149, 30, 0.5) none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  font-size: 50px;
  height: 120px;
  left: 0;
  line-height: 124px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 120px;
}
.intro-img a i {
  background: rgba(247, 149, 30, 0.9) none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  width: 60px;
}
.intro-img img{width:100%}
.intro-text h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 20px;
  position: relative;
}
/*
.intro-text h2::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 60px;
}
*/
.intro-text p {
  color: #ddd;
  font-size: 16px;
  line-height: 28px;
}
.intro-text a{color:#fff;}
.intro-text a i {
  position: relative;
  top: 1px;
  transition:.3s;
}
.intro-text a:hover{color:#f7951e}
.intro-text a:hover i{margin-left:5px}


/* 5. service */
.area-title {
  position: relative;
}
/*
.area-title::before {
  background: #3d3d3d none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 65px;
}
*/
.area-title.text-center:before {
  margin: auto;
  right: 0;
}
.area-title.text-center.white-text::before {
  background: #fff none repeat scroll 0 0;
}
.area-title > h1 {
  color: #d2d2d2;
  font-size: 90px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 1;
  margin: 0;
  opacity: 1;
}
.area-title > h1.outer {
  margin-left: -5px;
}
.area-title > h2 {
  font-size: 36px;
  left: 0;
  line-height: 1;
  margin: 0;
  padding-top: 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.area-title.text-center > h2 {
  right: 0;
}
.area-title-2 > h2 {
  font-weight: 400;
  line-height: 1;
  padding-bottom: 20px;
  padding-top: 0;
  position: inherit;
  transform: inherit;
}
.area-title-2::before {
  height: 2px;
  background:#ff9138;
}
.area-title.white-text h1{color:#fff;}
.area-title.white-text h2{color:#fff;}

.inner-service {
  background-position: right bottom;
  background-repeat: no-repeat;
}
.service-item li {
    margin-bottom: 50px;
}
.service-item span {
  color: #3d3d3d;
  font-size: 18px;
  font-weight: 500;
  margin-left: 15px;
}
.service-item li:last-child{margin-bottom:0;}
.service-text > p {
  color: #747474;
  font-size: 16px;
  line-height: 28px;
  margin-top: 15px;
}
.service-text a {
  color: #666;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.service-text a i{transition:.3s}
.service-text a:hover {
  color: #666;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.service-text a:hover{color:#f7951e}
.service-text a:hover i{margin-left:5px}
.service-img > img {
  margin-top: -60px;
}


/* 6. project area */

.project-thumb > img {
    width: 100%;
}
.project-thumb{overflow: hidden;}
.project-thumb > img{transition: .3s}
.project-box:hover .project-thumb > img {
	transform: scale(1.2);
}
.project-box {
  border: 10px solid #fff;
  position: relative;
}
.project-content {
  bottom: 0;
  left: 0;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 160px;
  position: absolute;
}
.project-list .project-content {
  padding-right: 187px;
}
.project-content h2 a {
  color: #fff;
  font-family: poppins;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
.project-content h2 a:hover{color:#fff}
.project-content > a {
    color: #fff;
    font-size: 16px;
    background: #001f5b;
    padding: 10px;
}
.project-content > h2 {
  line-height: 1;
  margin-bottom: 20px;
}
.project-content > a:hover{color:#fff}
.project-content > a:hover i{margin-left:5px}
.border-0{border:0}
.portfolio-menu {
  margin-bottom: 50px;
}
.portfolio-menu > button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 0 none;
  color: #3d3d3d;
  font-size: 20px;
  margin: 0 20px;
  transition:.3s;
}
.portfolio-menu > button.active,.portfolio-menu > button:hover{color:#001F5B}
/* 7. project-details  */
.project-details {
  min-height: 915px;
  position: relative;
    background: #001f5b;
}
.project-details-thumb {
  background-size: cover;
  width: 45%;
}
.hero-caption.white-bg {
  padding: 80px 70px;
}
.project-count > h1 {
  color: #001f5b;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 5px;
  opacity: 0.2;
    font-weight: 600;
}
.project-count {
  position: relative;
}
.project-count h4 {
  font-family: poppins;
  font-size: 18px;
  position: absolute;
  top: 29px;
}
.space-100{height:100px}
.hero-bg.project-details-thumb.project-details-left {
  left: 0;
  right: inherit;
}
.follow-icon.project-share > a {
  font-size: 14px;
}
.follow-icon.project-share {
  padding: 0;
  position: inherit;
}


/* 8 .testimonial */
.testimonial-thumb h4 {
  color: #3d3d3d;
  font-family: poppins;
  font-size: 20px;
  margin-top: 40px;
}
.testimonial-thumb > span {
  color: #747474;
  font-size: 16px;
}
.testimonial-content img {
}
.testimonial-content p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 30px;
  margin-top:30px;
}
.testimonial-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.testimonial-active.owl-carousel .owl-item img {
  width: inherit;
  display:inline-block;
}
.testimonial-active .owl-dot {
  background: #cbcbcb none repeat scroll 0 0;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 2px;
  width: 10px;
}
.testimonial-active .owl-dot.active{background:#F7951E}
.testimonial-active .owl-dots {
  left: -57px;
  position: relative;
  text-align: center;
  top: -27px;
}

/* 9. call to action */
.cta-title{}
.cta-title h2 {
  font-size: 36px;
  padding-bottom: 20px;
  position: relative;
}
.cta-title h2:before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 60px;
}
.cta-content > p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}
.cta-content p a {
  color: #f7951e;
  text-decoration: underline;
}
.cta-button .btn {
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
}


/* 10. latest blog */
.blog-content > span {
  display: inline-block;
  margin-bottom: 7px;
}
.blog-content span a {
  background: #f7951e none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: poppins;
  font-weight: 600;
  line-height: 1;
  padding: 10px 18px 7px;
}
.blog-img img {
  width: 100%;
}
.blog-content {
  bottom: 0;
  left: 0;
  padding: 40px 90px 40px 30px;
  position: absolute;
}
.blog-content h3 {
  margin: 0;
  padding-bottom: 15px;
  position: relative;
}
.blog-content h3 a {
  color: #fff;
  font-family: poppins;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.latest-blog {
  position: relative;
}
.blog-content h3::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 40px;
}
.blog-thumb img {
  width: 100%;
}

.blog-text {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 50px;
}
.blog-thumb img {
    width: 100%;
}
.blog-text > h2 {
    color: #3d3d3d;
    font-size: 24px;
    margin-bottom: 40px;
}
.blog-text > p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 70px;
}
.blog-meta {
    overflow: hidden;
}
.blog-meta span {
    color: #747474;
    font-size: 16px;
    margin-right: 20px;
}
.blog-meta span a {
    color: #747474;
}
.blog-meta span a:hover{color:#f7951e}
.blog-meta i {
    color: #f7951e;
}

.sidebar-widget input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 0 15px;
    width: 100%;
}
.sidebar-widget form {
    position: relative;
}
.sidebar-widget form button {
    background: #444 none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
}
.sidebar-widget {
  margin-bottom: 70px;
}
.sidebar-title {
  font-size: 18px;
  margin-bottom: 40px;
}
.sidebar-post > li {
  display: flex;
  margin-bottom: 30px;
}
.sidebar-post > li:last-child{margin-bottom:0}
.blog-thumb-widget {
    margin-right: 20px;
    width: 100px;
}
.blog-title h5 {
  font-family: poppins;
  font-size: 16px;
  line-height: 1.4;
}
.blog-title > span {
  color: #747474;
  font-size: 14px;
  opacity: 0.6;
}


.cat li::before {
    content: "";
    font-family: icofont;
    position: relative;
    top: 1px;
}
.cat li a {
    color: #747474;
    font-size: 14px;
}
.cat > li {
    color: #747474;
    margin-bottom: 20px;
}
.cat li a:hover{color:#444}

.tags > li {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}
.tags li a {
    border: 1px solid #ddd;
    color: #666;
    display: inline-block;
    padding: 8px 15px;
}
.tags li a:hover{background:#666;color:#fff;border-color:#666}
.page-link {
  background-color: #e3e3e3;
  border: 0 none;
  color: #444;
  display: block;
  height: 40px;
  line-height: 42px;
  margin-left: 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 40px;
}
.page-item.active .page-link,.page-item:hover .page-link {
  background-color: #444;
  border-color: #007bff;
  border-radius: 0;
  color: #fff;
  z-index: 1;
}
.page-item {
  margin-right: 2px;
}
.page-item:last-child .page-link {
  border-radius: 0;
}
.pagination {
  border-radius: 0;
  display: flex;
  list-style: outside none none;
  padding-left: 0;
}
.blockquote {
  border-left: 3px solid #f7951e;
  font-size: 18pt;
  margin-bottom: 70px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-top: 20px;
}
blockquote p {
  color: #f7951e;
}
.blockquote > span {
  display: inline-block;
  font-size: 20px;
  margin-top: 8px;
}

.comments, .comment-form {
  background: #fff none repeat scroll 0 0;
  padding: 30px;
}
.comment, .comment-content {
  position: relative;
}
.comment-avatar {
  float: left;
  margin: 5px 0 0;
  max-width: 70px;
  position: relative;
  z-index: 1;
}
.comment-avatar::after {
  background: #f5f5f5 none repeat scroll 0 0;
  content: "";
  height: 2px;
  left: 70px;
  position: absolute;
  top: 34px;
  width: 20px;
  z-index: -1;
}
.comment-avatar img {
  border-radius: 50%;
  height: 70px;
  width: 70px;
}
.comment-tools {
  padding: 0 30px;
  position: absolute;
  right: 0;
  top: 25px;
  z-index: 1;
}
.comment-tools a {
  color: #666;
  margin: 0 0 0 15px;
}
.comment-content {
  background: #f6f6f6 none repeat scroll 0 0;
  border-radius: 2px;
  margin: 0 0 35px 90px;
  padding: 30px;
  position: relative;
}
.comment-content h5 {
  font-size: 16px;
  font-weight: 600;
}
.comment-reply {
  margin-left: 90px;
}
h6.widget-title {
  font-family: poppins;
  font-size: 18px;
  margin-bottom: 40px;
}
.comment-content > a {
  color: #444;
}
.comment-content > a:hover {
  color: #F7951E;
}
.comment-content a {
  font-family: poppins;
}
.form-control {
  border: 1px solid #eee;
  border-radius: 2px;
  box-shadow: none;
  color: #999999;
  font-size: 14px;
  height: 45px;
}
textarea.form-control {
  height: 150px;
  margin-bottom: 35px;
}
.form-control:focus {
  background-color: #fff;
  border-color: #f7951e;
  box-shadow: none;
  color: #495057;
  outline: 0 none;
}
.btn.focus, .btn:focus {
  box-shadow: none;
  outline: 0 none;
}
.comment-form .btn {
  font-weight: 700;
  padding: 17px 35px;
}


/* 11. intro-form */
.contact-list p {
	margin: 0;
}
.intro-form{}
.intro-form input {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ededed;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  height: 50px;
  width: 100%;
    padding: 25px;
    border: 1px solid #001f5b;
}
.intro-form {
  margin-bottom: 20px;
}
.intro-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: currentcolor currentcolor #ededed;
  border-image: none;
  border-style: none none solid;
  border-width: 0 0 1px;
  height: 100px;
  margin-top: 0px;
  width: 100%;
    border: 1px solid #001f5b;
    padding: 35px;
    padding-left: 2%;
}
.intro-form button.btn {
  font-size: 18px;
  font-weight: 500;
}
#map{min-height:860px}

/* 12. footer */
.footer-bg {
  background-position: center center;
  background-size: cover;
}
.footer-widget > h3 {
  color: #fff;
  font-family: poppins;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.footer-widget > p {
  margin-bottom: 30px;
}
.icon-footer > a {
  color: #bdbdbd;
  margin-right: 25px;
}
.icon-footer > a:hover{color:#f7951e}
.footer-link > li {
  margin-bottom: 12px;
}
.footer-link li a {
  color: #bdbdbd;
  font-size: 14px;
}
.footer-link li a:hover{color:#fff}
.copyright-border.pt-40.pb-40 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.copyright p {
  color: #bdbdbd;
  margin: 0;
}
.copyright p a {
  color: #fff;
}


/* 13. features area */
.feas-no {
  position: relative;
}
.feas-no > h1 {
  color: #3d3d3d;
  font-family: poppins;
  font-size: 60px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  opacity: 0.1;
}
.feas-no > h4 {
  font-family: poppins;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  position: absolute;
  top: 16px;
}
.features-wrapper > p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom:0;
}
.white-text .feas-no > h1 {
  color: #fff;
}
.white-text .feas-no > h4 {
  color: #fff;
}
.features-wrapper.white-text > p {
  color: #fefefe;
}
/* 14. video-area */
.video-area {
  background-position: center center;
  background-size: cover;
  padding: 360px 0;
}
.video-icon a {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
  border-radius: 50%;
  color: #001f5b;
  display: inline-block;
  font-size: 50px;
  height: 150px;
  line-height: 158px;
  margin: auto;
  position: relative;
  text-align: center;
  width: 150px;
}
.video-icon a::before {
  background: #fff none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scale(0.7);
  width: 100%;
  transition:.3s;
}
.video-icon a i{position:relative;z-index:99;}
.video-icon a:hover:before{transform:scale(.8)}

/* 15. clouds area */
.clouds-title > h2 {
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
}

.clouds-text  p {
  font-size: 18px;
  line-height: 32px;
}


/* 16. brand area */
.brand-active.owl-carousel .owl-item img {
  width: inherit;
}

/* 17. page title */
.page-title-area {
  background-position: center center;
  background-size: cover;
}
.page-title h2 {
  margin-bottom: 15px;
}
.page-title > p {
  color: #fff;
  margin: 0;
}
.breadcrumb {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.breadcrumb-item a {
  color: #fff;
}
.breadcrumb  .active {
  color: #ddd;
}
.breadcrumb-item a:hover{color:#f29525}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
}


/*********************Add CSS***************************/

.icons-cantarell{
  margin-right: 10px;
  font-size: 45px;
}

.flex-icons{
  display: flex;
  align-items: center;
}

.i-enviar{
  margin-right: 10px;
}

.image-header{
    width: 60%;
    padding: 15px 0;
}


.pt-header-section-proyectos-180{
    padding-bottom: 400px;
}

.pt-header-section-proyectos-180{
    padding-top: 400px;
}

.font-55{
    font-size: 45px;
}

.w-300{
    font-weight: 300;
}

.w-400{
    font-weight: 400;
}
.w-500{
    font-weight: 500;
}
.w-600{
    font-weight: 600;
}

.w-700{
    font-weight: 700;
}

.w-800{
    font-weight: 800;
}

.w-900{
    font-weight: 900;
}


.mt-3-button{
    margin-top: 3%;
}

.montse{
    font-family: 'Montserrat', sans-serif;
}

.active{
    font-weight: 700 !important;
}

.letra-azul{
    color: #001f5b !important;
}

.letra-gris{
    color: #778692 !important;
}

.letra-negra{
    color: #000 !important;
}

.letra-blanca{
    color: #fff !important;
}

.font-35-page-1{
    font-size: 35px;
}

.font-20-page-1{
    font-size: 20px !important;
}

.font-16-page-1{
    font-size: 16px !important;
}

.lh-30-page-1{
    line-height: 30px !important;
}


.lh-24-page-1{
    line-height: 24px !important;
}

.text-justify{
    text-align: justify;
}

.bold{
    font-weight: 800;
}

.mt-3-top{
    margin-top: 3%;
}

.mb-10{
    margin-bottom: 10px;
}

.mt-26-page-1{
    margin-top: 14%;
}

.mb-8-page-1{
    margin-bottom: 5%;
}

.mt-4-contacto-section{
    margin-top: -4%;
}
.mr-3-contacto-section{
    margin-right: 3%;
}

.logo-strave{
    width: 50px;
}

.copyright-area{
    background: #778692;
}

.back-header-blue{
    background: #778692;
}

.ml-header-4{
    margin-left: 4%;
}

.mr-1-header-section{
    margin-right: 1%;
}

.back-blue-page-2{
    background: #778692;
}

.pb-5-page-2{
    padding-bottom: 5px;
}

.opa-ima{
    opacity: 0.7;
}

.list-points{
    list-style: none;
}

.font-25-page-2 {
    font-size: 25px;
}

.lh-25-page-2 {
    line-height: 25px !important;
}

.ml--6-contacto{
    margin-left: -6%;
}

.font-22-page-3{
    font-size: 22px;
}

.ml-15-page-2{
    margin-left: 0%;
}


.font-30-page-3{
    font-size: 30px;
}

.mt-10-page-3{
    margin-top: 10%;
}

.lh-20-page-3{
    line-height: 20px !important;
}

.pr-3-page-3{
    padding-right: 3%;
}

.font-45-productos{
    font-size: 45px;
    font-weight: 600;
}

.font-18-page-1{
    font-size: 18px;
}

.lh-10-productos{
    line-height: 10px;
}

.position-cuadro-productos{
    transform: translate(0%,-7%);
}


.position-cuadro-productos-vivienda{
    transform: translate(0%,-1%);
}

.position-cuadro-productos-vivienda-2{
    transform: translate(0%,1%);
}

.margin-title-productos{
    margin-bottom: 20%;
}

.margin-title-productos-vivienda{
    margin-bottom: 10%;
}

.ml-5-titulo-lista-secciones{
    margin-left: -5%;
}

.lh-20-productos-viviendas{
    line-height: 20px;
}

.list-style-viviendas{
    list-style: disc;
}

.mt-8{
    margin-top: 5%;
}

.titulo-1-home{
    position: absolute;
    font-size: 55px;
    top: 40%;
    left: 15%; 
    text-shadow: 5px 5px 11px #000;
}

.sub-titulo-1-home{
    position: absolute;
    font-size: 30px;
    top: 55%;
    left: 15%;
    
}

.sub-titulo-1-home:hover{
    color: #001f5b !important;
}

.titulo-2-home{
    position: absolute;
    font-size: 55px;
    top: 40%;
    left: 15%;
    text-shadow: 5px 5px 11px #000;
    
}

.sub-titulo-2-home{
    position: absolute;
    font-size: 30px;
    top: 55%;
    left: 15%;
}

.sub-titulo-2-home:hover{
    color: #001f5b !important;
}

.logo-home{
    position: absolute;
    top: 7%;
    left: 10%;
}

.logo-strave-home{
    position: absolute;
    top: 75%;
    right: 20%;
    width: 60px;
}

.copy-home{
    position: absolute;
    font-size: 16px;
    top: 75%;
    left: 15%; 
}

.aviso-hover:hover{
    color: #001f5b !important;
}

.animated-time{
    animation-duration: 2s !important;
}


.mfp-counter{
    display: none;    
}


.cont-bandera-whats{
    position: fixed;
    bottom: 150px;
    right: 10px;
    z-index: 99999;
    text-align: center !important;
    color: #778692;
}


.cont-bandera-whats1{
    position: fixed;
    bottom: 110px;
    right: 0;
    z-index: 99999;
    text-align: center !important;
    color: #001f5b;
}
.cont-bandera-whats:hover{
    color: #778692;
}

.bandera-whats{
    background: #778692;
    color: #fff;
    font-size: 15px;
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, .5);
}

.cont-bandera-whats i {
    font-size: 70px;
    text-shadow: 1px 1px 2px #000;
    
}

.ima-whats{
    text-shadow: 2px 1px 1px #fff !important;
}

.dis-inline-gallery{
    display: inline-block;
}


/* text-based popup styling */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 25px;
  width:auto;
  max-width: 400px;
  margin: 0 auto; 
}

.mfp-3d-unfold {
  
 
  .mfp-content {
    perspective: 2000px; 
  }
  
  /* start state */
  .mfp-with-anim {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg);
  }
  
  
  &.mfp-bg {
    opacity: 0;
	  transition: all 0.5s;
  }
  
  /* animate in */
  &.mfp-ready {
    .mfp-with-anim {
      opacity: 1;
      transform: rotateY(0deg);
    }
    &.mfp-bg {
      opacity: 0.8;
    }
  }
  
  /* animate out */
  &.mfp-removing {
    
    .mfp-with-anim {
      transform: rotateY(60deg);
      opacity: 0;
    }
    &.mfp-bg {
      opacity: 0;
    }
    
  }
  
}

.font-12{
    font-size: 12px;
}

.mb-4-4{
    margin-bottom: 4%;
}


div#project-contact-us-4-button {
    padding: 25px 8%;
    font-size: 23px;
}









/************************Home Style******************************/ 
.flex-home{
    flex-wrap: wrap;
    display: flex;
    display: -webkit-flex; /* Safari */
    -webkit-flex-wrap: wrap; /* Safari 6.1+ */
}


.no-m-p{
    margin: 0px !important;
    padding: 0px !important;
}

.fotos{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    width: 100%;
    height: auto;
}

.scale-ima{
    height: 100vh;
    overflow: hidden;
}

.eleccion{
    margin-top: 0%;
    font-size: 14px;
    opacity: 0.8;
}

.elec{
    border: 1px solid #001f5b;
    padding: 13px;
}

.text-comercializacion-ima{
    text-shadow: 3px 2px 2px #000;
}


.nav-fixed{
       position: fixed;
    top: 0;

    background: #fff;
    z-index: 999999;
    width: 100vw;
}

.ml-10home1{
    margin-left: 4%;
}


.mb-4-page-1{
    margin-bottom: 4%;
}

.fa-phone{
    transform: rotate(90deg);
}

.pr-30-home{
    padding-right: 5%;
}


.pr-60{
    padding-right: 60px;
}

.ml-20-m-t{
    margin-left: 20%;
}


.pl-logo-header{
    padding-left: 0px;    
}


.parrafo-home-margin{
    max-width: 44%;
    flex: 0 0 44%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44%;
}

.ml-6-contacto-footer{
    margin-left: 6%;
}

.project-content-2 > a{
    color: #fff;
    font-size: 16px;
    background: #001f5b;
    padding: 10px;
}

.project-content-2 {
  bottom: 0;
    margin-top: 13%;
    left: 0;
    padding-bottom: 0px;
    padding-left: 0px;
    /* padding-right: 160px; */
    position: relative;
}
.project-content-2 > a:hover{color:#fff}
.project-content-2 > a:hover i{margin-left:-5px}

.margin-title-productos-17{
    margin-bottom: 17%;
}



.noButton{
    pointer-events: none;
    background: gray !important;
}

.mt-12-section-comercializacion{
    margin-top: 13.5%;
}

.lh-35{
    line-height: 37px;
}

.text-center-comer-sec-3{
    text-align: center; 
    font-size: 21px !important;
}

.ima-comer-iconos{
    width: 60px;
    padding-bottom: 5%;
}

.text-after-icons{
    display: inline-block;
    margin-left: 5%;
}

/*.mb-7-comer-sec-3{
    margin-bottom: 7%;
}*/

.list-parrafo-comerc{
  list-style: disc !important;
  margin-left: 1.5%;
}


/************************Responsive****************************/

@media  (max-width: 1600px){
    .pb-header-section-proyectos-180{padding-bottom: 250px;}
    .pt-header-section-proyectos-180{padding-top: 250px;}
    .titulo-1-home{font-size: 45px;}
    .titulo-2-home{font-size: 45px;}
    .copy-home{font-size: 11px;}
    .sub-titulo-2-home{font-size: 23px;}
    .sub-titulo-1-home{font-size: 23px;}
    .logo-strave-home{width: 50px;}
    .mb-4-page-1{margin-bottom: 4%;}
    .logo-home{width: 30%;}
}


@media  (max-width: 1400px){

    .logo-strave-home{top: 70%;}
    .copy-home{top: 70%;}
    .titulo-1-home{font-size: 35px;}
    .titulo-2-home{font-size: 35px;}
    .sub-titulo-2-home{font-size: 23px;}
    .sub-titulo-1-home{font-size: 23px;}

}



@media(max-width: 1024px) {
    .scale-ima{height: 100vh; overflow: visible;}
    .copy-home{top: 88%; font-size: 13px;}
    .titulo-1-home{font-size: 60px;}
    .sub-titulo-1-home{font-size: 36px;}
    .copy-home{top: 88%; font-size: 13px;}
    .titulo-2-home{font-size: 60px;}
    .sub-titulo-2-home{font-size: 36px;}
    .logo-strave-home{top: 85%; width: 70px;}
    .ml-20-m-t{margin-left: 0%;}
     .owl-nav{display: none;}
    .pr-60{padding-right: 60px;}
    .margin-title-productos-vivienda{margin-bottom: 5%;}
    .position-cuadro-productos-vivienda {transform: translate(0%,0%);}
    .margin-title-productos {margin-bottom: 15%;}
    .margin-title-productos-17 {margin-bottom: 9%;}
    .position-cuadro-productos {transform: translate(0%,-3%);}
    .ima-comer-iconos{padding-bottom: 9%;}
    .mt-12-section-comercializacion{margin-top: 0%;}


    
    
    
}

@media(max-width: 768px) {
    .scale-ima{height: 100vh; overflow: auto;}
    .area-title > h1{font-size: 70px;}
    .image-header{width: 25%; margin-left: 3%;}
    .ml-6-contacto-footer{margin-left: 0%;}
    .contact-list{font-size: 12px;}
    .ml-20-m-t{margin-left: 0%;}
    .owl-nav{display: none;}
    .mt-26-page-1{margin-top: 32%;}
    .pl-40{padding-left: 0px;}
    .project-content > h2{line-height: .5;}
    .project-content h2 a{font-size: 18px;}
    .ima-comer-iconos{padding-bottom: 12%;}
    .mt-12-section-comercializacion{margin-top: 0%;}
}



@media(max-width: 640px) {
  .icons-mobile{width: 40px;}
  .paddb-footer-rsp-redes{padding-bottom: 70px;}

}

@media(max-width: 480px) {
    .area-title > h1{font-size: 30px;}
    .font-55{font-size: 23px;}
    .ml-section-contacto{margin-left: 3%;}
    .ml-6-contacto-footer{margin-left: 6%;}
    .titulo-1-home{font-size: 25px;}
    .titulo-2-home{font-size: 25px;}
    .sub-titulo-2-home{font-size: 20px;}
    .sub-titulo-1-home{font-size: 20px;}
    .logo-strave-home{top: 80%; width: 50px; right: 5%;}
    .copy-home{font-size: 11px;}
    .mt-4-contacto-section{margin-top: 7%;}
    .font-35-page-1{font-size: 23px;}
    .parrafo-home-margin{max-width: 90%; flex: 0 0 90%; -webkit-box-flex: 0; -ms-flex: 0 0 90%;}
    .lh-30-page-1{line-height: 25px!important;}
    .ml-6-contacto-footer{margin-left: 9%;}
    .mt-26-page-1{margin-top: 0%;}
    .copyright{text-align: center!important;}
    .mt-50{margin-top: 40px;}
    div#project-contact-us-4-button{padding: 13px 6%; font-size: 18px;}
    .intro-img img{width: 95%;}
    .pr-0{padding-right: 15px!important;}
    .list-points{list-style: none;}
    .inner-contact{padding-bottom: 60px;}
    .ml-5-titulo-lista-secciones{margin-left: 0px;}
    .ml-menu-nn {margin-top: -8%;}
    .project-list .project-content{padding-right: 70px;}
    .font-45-productos{font-size: 20px;}
    .font-16-page-1 {font-size: 14px !important;}
    .font-18-page-1 {font-size: 14px;}
    .contact-list {font-size: 14px;}
    .lh-10-productos {line-height: 24px;}
    .project-content > h2{line-height: 1;}
    .project-content h2 a{font-size: 22px;}
    .position-cuadro-productos {transform: translate(0%,-20%);}
    .cont-bandera-whats{display: none;}
    .cont-bandera-whats1{display: none;}
}

/**Gallery**/
.box-item {
  float:left;
  width:100%;
  position:relative;
  overflow:hidden;
  -webkit-transform: translate3d(0,0,0);
}
.line-gal .box-item  {
  margin-bottom:20px;
}
.box-item a.popup-image {
  position:absolute;
  top:-50px;
  opacity:0;
  right:0;
  width:50px;
  height:50px;
  background:#fff;
  line-height:50px;
  z-index:5;
  color:#000;
  font-size:12px;
  -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.box-item  img {
  position:relative;
  z-index:1;
  -webkit-transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
  -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.box-item .overlay {
  opacity:0;
  z-index:4;
  -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.box-item:hover .overlay  , .gallery-item:hover .overlay{
  opacity:0.3;
}
.box-item:hover img , .gallery-item:hover img {
  -webkit-transform: scale(1.15);
  -moz-transform:scale(1.15);
  transform: scale(1.15);
}
.gallery-item:hover .swiper-slide img {
  -webkit-transform: scale(1.0);
  -moz-transform:scale(1.0);
  transform: scale(1.0);
}
.box-item:hover a.popup-image  , .gallery-item:hover a.popup-image{
  top:0;
  opacity:1;
}
.box-item a.popup-image:hover i{
  -webkit-transform: scale(1.15);
  -moz-transform:scale(1.15);
  transform: scale(1.15);
}
.grid-item-holder .box-item a.popup-image {
  right:-2px;
}
.fancybox-container{
      z-index: 9999999 !important;
}
.gallery-item, .grid-sizer {
  width: 25%;
  position:relative;
  float:left;
}
.gallery-item img, .grid-sizer img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}