@charset "utf-8";
/* CSS Document */
/*Awesome fonts*/

*{margin:0px;padding:0px;text-decoration:none; outline:none;}

.error{ border:1px solid #510202!important; background:#ede8e8!important;-webkit-box-shadow: 2px 3px #e21e258a!important;box-shadow: 2px 3px #e21e258a!important;color: red!important;}
.success-msg{display:none;background: #E9F7DD !important; /* border: 1px solid #ABD0A8; */color: #589051; margin-bottom: 30px;margin-top: 30px; /* max-width: 1129px; */ /* width: 50%; */ padding: 11px 16px; text-align: center;width: auto; margin-left: 50%; transform: translateX(-50%);}
del{ text-decoration:line-through; color:#ccc}
input, textarea {font-family: Arial, Helvetica, sans-serif;font-size:18px;}

section{ padding:80px 0;}
.gray-bg{background-color: #FBFBFB;}
.border{border-bottom: 1px solid #E3E3E3;}
.fullwidthbanner .overlay, .tables .overlay, .our-clients .overlay , .parallax-main-banner .overlay{background: url("../images/black1.png") repeat scroll 0 0;height: 100%;left: 0;position: absolute; top: 0;width: 100%;-moz-box-shadow:inset 0 0 70px 10px #111;-webkit-box-shadow: inset 0 0 70px 10px #111;box-shadow:inset 0 0 70px 10px #111;}
.no-padding-bottom{ padding-bottom:0}

#wrapper{ overflow-x:hidden;}

.sinover{ overflow-y:hidden;}
.conover{ overflow-y:scroll;}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	z-index:9999999;
}
.pace-inactive {
	display: none;
}
.pace .pace-progress {
	background: #a3b980;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 5px;
	z-index:9999999;
}

.loading-content{
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.loading-content .loader-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
	z-index: 9998;
    background-repeat: repeat;
    background-position: top left;
}
.loading-content .loader-section.section-left {
    left: 0;
}
.loading-content .loader-section.section-right {
    right: 0;
}
.loadingitem {
	position: relative;
	width: 90px;
	height:90px;
	margin: 0 auto;
	text-align: center;
	z-index: 9999;
	top: 40%;
}
/* Loaded */
.loaded .loading-content .loader-section.section-left {
	-webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateX(-100%);  /* IE 9 */
			transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
			transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded .loading-content .loader-section.section-right {
	-webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateX(100%);  /* IE 9 */
			transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */

-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.loaded .loadingitem {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;  
			transition: all 0.3s ease-out;
}
.loaded .loading-content {
	visibility: hidden;

	-webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
		-ms-transform: translateY(-100%);  /* IE 9 */
			transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */

	-webkit-transition: all 0.3s 1s ease-out;  
			transition: all 0.3s 1s ease-out;
}
.preloader {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: 9999;
   background: #111
}
#loading-cargando {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 100px;
	width: 100px;
	margin-top: 80px;
	margin-left: -51px;
	text-align: center;
	-webkit-animation: animatefade 1s -0.9s infinite ;
	animation: animatefade 1s -0.9s infinite ;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
	}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 118px;
	width: 118px;
	margin-top: -59px;
	margin-left: -59px;
   -ms-transform: rotate(45deg); 
   	-webkit-transform: rotate(45deg);
    transform: rotate(45deg); 
}
.object{
	width: 20px;
	height: 20px;
	background-color: #a3b980;
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	}
.object:nth-child(2n+0) {
	background-color: #899c6b;
}
.object:nth-child(3n+0) {
	margin-right: 0px;
	background-color: #616f4b;
}
#object_one {
	-webkit-animation: animateload 1s -0.9s ease-in-out infinite ;
	animation: animateload 1s -0.9s ease-in-out infinite ;
	}
#object_two {
    -webkit-animation: animateload 1s -0.8s ease-in-out infinite ;
	animation: animateload 1s -0.8s ease-in-out infinite ;
	}
#object_three {
    -webkit-animation: animateload 1s -0.7s ease-in-out infinite ;
	animation: animateload 1s -0.7s ease-in-out infinite ;
	}
#object_four {
    -webkit-animation: animateload 1s -0.6s ease-in-out infinite ;
	animation: animateload 1s -0.6s ease-in-out infinite ;
	}
#object_five {
    -webkit-animation: animateload 1s -0.5s ease-in-out infinite ;
	animation: animateload 1s -0.5s ease-in-out infinite ;
	}
#object_six {
    -webkit-animation: animateload 1s -0.4s ease-in-out infinite ;
	animation: animateload 1s -0.4s ease-in-out infinite ;
	}
#object_seven {
    -webkit-animation: animateload 1s -0.3s ease-in-out infinite ;
	animation: animateload 1s -0.3s ease-in-out infinite ;
	}
#object_eight {
    -webkit-animation: animateload 1s -0.2s ease-in-out infinite ;
	animation: animateload 1s -0.2s ease-in-out infinite ;
	}
#object_nine {
    -webkit-animation: animateload 1s -0.1s ease-in-out infinite ;
	animation: animateload 1s -0.1s ease-in-out infinite ;
	}
@-webkit-keyframes animateload {
  50% {
	-ms-transform: scale(1.5,1.5); 
   	-webkit-transform: scale(1.5,1.5); 
    transform: scale(1.5,1.5); 
	  } 
  100% {
	-ms-transform: scale(1,1); 
   	-webkit-transform: scale(1,1); 
    transform: scale(1,1); 
	  }
}
@keyframes animateload {
  50% {
	-ms-transform: scale(1.5,1.5); 
   	-webkit-transform: scale(1.5,1.5); 
    transform: scale(1.5,1.5); 
	  } 
  100% {
	-ms-transform: scale(1,1); 
   	-webkit-transform: scale(1,1); 
    transform: scale(1,1); 
	  }
}
@-webkit-keyframes animatefade {
  50% {
	opacity:0.5; 
	  } 
  100% {
	opacity:1; 
	  }
}
@keyframes animatefade {
  50% {
	opacity:0.5;  
	  } 
  100% {
	opacity:1;  
	  }
}

/* colors */
.red{ color:#e21e25}
.purple{ color:#7251a2}
.green{ color:#bed431}
.blue{ color:#5ecae6}
.yellow{ color:#f6c715}
.pink{ color:#f11aa8}
.orange{ color:#fe4419}
.whte{ color:#ffffff}
.yelgray{ color:#c8a81a; pointer-events: none; padding-left:1px; padding-right:1px;}

.green-btn{ color:#bed431}
.green-btn:hover{ color:#8E9E24}

.back-to-top{ transition: all .3s ease-in-out; background:#cecece;border-radius: 6px; bottom: 180px; color: #FFFFFF; display: block; font-size: 40px;  height: 50px;line-height: 42px; position: fixed;right: 20px;text-align: center; width: 50px;z-index: 50; display:none;}
.back-to-top:hover, .back-to-top:focus{ color:#a3b980;}

.whatsapp { transition: all .3s ease-in-out; position:fixed;  width:60px;  height:60px;  bottom:100px;  right:15px;  background-color:#25d366;  color:#FFF;  border-radius:50px;  text-align:center;  font-size:30px;  z-index:1000; -webkit-box-shadow: 2px 3px rgba(0 0 0 / 30%) !important; box-shadow: 2px 3px rgba(0 0 0 / 30%) !important;}
.whatsapp:hover, .whatsapp:focus{ color:#ccc;}
.whatsapp-icon { margin-top:15px; }

.mlibre { transition: all .2s ease-in-out; background: url("../images/MML.png") no-repeat center center; background-size: contain; position:fixed;  width:60px;  height:60px;  bottom:20px;  right:15px;  background-color:#ffe900;  color:#FFF;  border-radius:50px;  text-align:center;  font-size:30px;  z-index:1000; -webkit-box-shadow: 2px 3px rgba(0 0 0 / 30%) !important; box-shadow: 2px 3px rgba(0 0 0 / 30%) !important;}
.mlibre:hover, .mlibre:focus{ background: url("../images/MLL.png") no-repeat center center; background-color:#ffe900; background-size: contain; width:160px;}

.fixed-header .navbar-default{ position:fixed; left:0; top:0; width:100%; z-index:8020;}
.fixed-header .parallax-main-banner{ top: 65px;}


/*parallax banner*/
.parallax-main-banner{ height:600px;background: url("../images/fondo.png") repeat;background-attachment:fixed; background-size:cover;padding: 19% 0 0;text-align: center;position:relative;}
.parallax-main-banner h1, .video #heading h1 {border: 0 none; color: #fff; display: inline-block;font-size: 74px;padding:0 20px;line-height: 80px;margin-bottom: 0;text-transform: uppercase;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);}
.parallax-main-banner h2, .video #heading h2 { border: 0 none; font-size: 44px;color: #fff;display: inline-block;line-height: 70px;padding:0 20px;margin-top:0;text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);}
.video > #heading, .parallax-main-banner > #heading {padding-top: 6%;}
.tabs-btn{bottom: 0; color: #FFFFFF;  left: 0;  height: 139px; background:url("../images/white1.png"); position: absolute;   text-align: center;  width: 100%;}
.tabs-btn ul li{ float: left; line-height: 180px; width: 50%;height: 139px; position:relative;}
.tabs-btn ul li a.active:after{z-index:999;position: absolute;bottom: -28px;left: 50%;margin-left: -17px;content: ' ';height: 0px;width: 0px;border: 14px solid transparent;}
.tabs-btn ul li a{ display:block;height: 139px; overflow:hidden;}
.tabs-btn ul li a i{color: #FFFFFF;font-size: 72px;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.tabs-btn ul li:hover{ line-height:20px;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.tabs-btn ul li:hover a i{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-o-transform: rotate(360deg);-ms-transform: rotate(360deg);-webkit-transform: rotate(360deg); font-size:30px;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease; margin-bottom: 10px;margin-top: 20px;}
.tabs-btn ul li p{margin-top:-5px;padding:5px;line-height: 17px; color:#fff;-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-webkit-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.tabs-btn ul li p span{ line-height: 30px; color:#eee; display:block; text-decoration: none; font-size:25px; padding-bottom: 6px; padding-top: 60px;font-family: 'BebasRegular'; font-weight:400;}
.tabs-btn ul li:hover p span, .tabs-btn ul li a.active p span{ color:#333; display:block; text-decoration: underline;text-shadow: 2px 2px #8d9da7;}


/* Video banner */
.video{ position:relative; top:65px; max-height:650px; overflow:hidden; text-align:center;}
.video #heading{ position:absolute;z-index:2; padding-top:25%; left:0; width:100%;}
.video iframe{ border:0;}




/* .tabs-btn colors */
.tabs-btn.green ul li:nth-child(1){ background:#EEE;}
.tabs-btn.green ul li:nth-child(1) a.active:after{border-top-color:#EEE;}
.tabs-btn.green ul li:nth-child(2){ background:#777}
.tabs-btn.green ul li:nth-child(2) a.active:after{border-top-color:#777;}
.tabs-btn.green ul li:nth-child(3){ background:#E21E25}
.tabs-btn.green ul li:nth-child(3) a.active:after{border-top-color:#E21E25;}
.tabs-btn.green ul li:nth-child(4){ background:#60CAE8}
.tabs-btn.green ul li:nth-child(4) a.active:after{border-top-color:#60CAE8;}
.tabs-btn.green ul li:nth-child(5){ background:#7251A2}
.tabs-btn.green ul li:nth-child(5) a.active:after{border-top-color:#7251A2;}


/*experience*/
.experience-content{ max-width:890px; margin:0 auto 50px;}
.experience p{ line-height:30px;}


.tri-secs{ text-align:center;min-height: 450px;position:relative;border-top: 1px solid #a3b980;}


/* services section */
.services-sec{ text-align:center;min-height: 450px;position:relative;}/*margin-top: 65px;*/
.services-sec .container{ position:relative;}
.services-sec .tab1, .services-sec .tab2, .services-sec .tab3, .services-sec .tab4, .services-sec .tab5{ position:absolute; left:0; top:0; width:100%;}



.services-sec span.yellow i{ background:#f6c815; box-shadow:0 0 0px 2px #f6c815; -moz-box-shadow:0 0 0px 2px #f6c815; -webkit-box-shadow:0 0 0px 2px #f6c815;}
.services-sec span.green i{ background:#BED431; box-shadow:0 0 0px 2px #BED431; -moz-box-shadow:0 0 0px 2px #BED431; -webkit-box-shadow:0 0 0px 2px #BED431;}
.services-sec span.red i{ background:#e21e25; box-shadow:0 0 0px 2px #e21e25; -moz-box-shadow:0 0 0px 2px #e21e25; -webkit-box-shadow:0 0 0px 2px #e21e25;}
.services-sec span.blue i{ background:#60cae8; box-shadow:0 0 0px 2px #60cae8; -moz-box-shadow:0 0 0px 2px #60cae8; -webkit-box-shadow:0 0 0px 2px #60cae8;}
.services-sec span.purple i{ background:#7251A2; box-shadow:0 0 0px 2px #7251A2; -moz-box-shadow:0 0 0px 2px #7251A2; -webkit-box-shadow:0 0 0px 2px #7251A2;}


.service-sec span{ border-left: none;display: block;color: #60cae8;min-height: 129px;}
.service-sec i{ width:0; height:0; display:inline-block; overflow:hidden; border:2px solid #fff; color:#fff;line-height: 97px; font-size:40px; margin:70px 0 0;-moz-transition: all 2000ms ease;-ms-transition: all 2000ms ease;-webkit-transition: all 2000ms ease;-o-transition: all 2000ms ease;transition: all 2000ms ease;}

.service-sec:hover i, .service-sec:hover i.open{margin:20px 0 10px;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.service-sec i.open{width:99px; height:99px;margin:30px 0 0;-moz-transition: all 1000ms ease;-webkit-transition: all 1000ms ease;-ms-transition: all 1000ms ease;-o-transition: all 1000ms ease;transition: all 1000ms ease;}
.service-sec h3{ background:url(../images/service-sec-shadow.png) no-repeat center 0; padding-top:30px; font-weight:400; border:0; text-transform:uppercase; margin: 10px 0 15px; color:#393939;font-family: 'Open Sans',sans-serif;}
.service-sec p{ margin-bottom:0;line-height:24px;}
#tab2, #tab3, #tab4, #tab5 { display:none;}







/* piecharts */
.piecharts{ text-align:center; padding:65px 0; background:url(../images/skills-bg.jpg); position: relative; background-attachment:fixed; background-size:cover;}
.piecharts h2{ border:0;line-height: 40px;margin-bottom: 20px;}
.piecharts p{ margin:0}
.piecharts .overlay {background: url("../images/white.png") repeat scroll 0 0;height: 100%;left: 0;position: absolute; top: 0;width: 100%;}
.piecharts .container {position: relative;z-index: 5;}






/* services tri sec */
.tri-sec{ padding:0 0 30px 0}
.tri-sec i{ font-size:50px;}
.tri-sec p {padding: 0 20px;}
.tri-sec.last{ padding:0}
.tri-sec.last p{ margin:0}





/*CREATIVE TEAM section start here*/
.team{}
.team-image-sec{ position:relative;margin-bottom:25px; overflow:hidden; height:280px;}
.team-image-sec ul{ left: 0; margin: 0; z-index:6;  position: absolute;text-align: center;  top: -100%; width: 100%; margin-top:-21px;}
.team-image-sec ul li{ display: inline-block;margin-left: 2px;}
.team-image-sec ul li a{ display:block; width:42px; height:42px; background:#fff; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%;}
.team-image-sec ul li a i{ font-size: 20px;line-height: 40px;}
.team-detail-sec h3{ line-height: 28px; margin:0; padding:0 0 10px 0; border:0}
.team-detail-sec h3 span{ color: #4C4C4C;font-family: 'Open Sans',sans-serif;font-size: 16px;font-style: italic;font-weight: 300;padding-top: 4px;}
.team-detail-sec p{ margin-bottom:0}
.team-image-sec .img-overlay{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:5; display:none;}
.team-image-sec ul li a:hover{ background:#222;}
.team-image-sec ul li a:hover i{ color:#fff}
.team-image-sec:hover .img-overlay{ display:block;}
.team-image-sec:hover ul, .team-image-sec ul{-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-webkit-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.team-image-sec, .team-image-sec img{-moz-transition: all 500ms ease;-ms-transition: all 500ms ease;-webkit-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease; width:100%}
.team-image-sec:hover img{max-width: 200%;width: 120%;margin-left: -30px;margin-top: -30px; -moz-transition: all 600ms ease;-webkit-transition: all 600ms ease;-ms-transition: all 600ms ease;-o-transition: all 600ms ease;transition: all 6s00ms ease;}
.team-image-sec:hover ul{ top:50%;}
.team.bg{ background:#f5f5f5; margin:0}
.team.bg h1{ background:none}
.team.bg .team-detail-sec{ padding-bottom:50px;}
.team .col-md-3:nth-child(1) .team-image-sec .img-overlay, .entry .overlay{ background:rgba(190, 212, 49, 0.83);}
.team .col-md-3:nth-child(2) .team-image-sec .img-overlay, .entry .overlay{ background:rgba(246, 199, 21, 0.89);}
.team .col-md-3:nth-child(3) .team-image-sec .img-overlay, .entry .overlay{ background:rgba(246, 199, 21, 0.89);}
.team .col-md-3:nth-child(4) .team-image-sec .img-overlay, .entry .overlay{ background:rgba(190, 212, 49, 0.83);}
.team .col-md-3:nth-child(1) .team-image-sec li a{ color:#bed431;}
.team .col-md-3:nth-child(2) .team-image-sec li a{ color:#f6c715;}
.team .col-md-3:nth-child(3) .team-image-sec li a{ color:#f6c715;}
.team .col-md-3:nth-child(4) .team-image-sec li a{ color:#bed431;}


/* parallax tables */
.tables{background:url(../images/fondo1.png); position: relative; background-attachment:fixed; background-size:cover; margin:20px 0 0; padding:80px 0 60px}
/* tables */
.table {border-bottom: 4px solid #E8E8E8;background:#ccc;width: 100%;}
.table-heading { background: none repeat scroll 0 0 #F8F8F8; display: block; font-size: 24px;  font-weight: 700;  padding: 20px 39px; text-transform: uppercase;}
.table .price { font-size: 14px;  position: relative;margin:0;display: inline-block;}
.table .price span {font-weight: bold;}
.table .price span strong {font-size: 46px;}
.table .price .currency { font-size: 18px; left: 40px;position: absolute;top: 16px;}
.table ul { background: none repeat scroll 0 0 #F8F8F8; padding: 0 10px;margin-bottom: 0;}
.table ul li {border-top: 1px solid #E8E8E8;padding: 12px 29px;}
.table ul li:first-child { border-top: 0 !important;}
.table a.btn { display: block;margin: 17px auto;max-width: 160px;}



/* table colors */

/*black*/
.table.black-table{ border-bottom: 4px solid #333; color:#fff;}
.table.black-table .price{ color:#333}
.table.black-table .table-heading, .table.black-table ul {background: #222;}
.table.black-table ul li{ border-top:1px solid #333;}

/*green*/
.table.green-table{ border-bottom: 4px solid #769A60; color:#fff}
.table.green-table .price{ color:#769A60}
.table.green-table .table-heading, .table.green-table ul {background: #5F7D4D;}
.table.green-table ul li{ border-top:1px solid #769A60;}

/*brown*/
.table.brown-table{ border-bottom: 4px solid #443720; color:#fff}
.table.brown-table .price{ color:#443720}
.table.brown-table .table-heading, .table.brown-table ul {background: #332918;}
.table.brown-table ul li{ border-top:1px solid #443720;}

/*brownint*/
.table.brownint-table{ border-bottom: 4px solid #634F2E; color:#fff}
.table.brownint-table .price{ color:#634F2E}
.table.brownint-table .table-heading, .table.brownint-table ul {background: #504025;}
.table.brownint-table ul li{ border-top:1px solid #634F2E;}

/*gray*/
.table.gray-table{ border-bottom: 4px solid #aaaaaa; color:#444444}
.table.gray-table .price{ color:#111111}
.table.gray-table .table-heading, .table.gray-table ul {background: #999999;}
.table.gray-table ul li{ border-top:1px solid #aaaaaa;}




#filters {
	margin:10px 0 50px 0;
	text-align: center;
	display: block;
	float: none;
	z-index: 2;
	position: relative;
}
#filters ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#filters ul li {
	display: inline-block;
}
#filters ul li a {
	display: block;
	float: left;
	padding: 2px 5px;
	color: inherit;
	font-weight: bold;
}
#filters ul li a h3 {
	font-size: 14px;
	text-transform:uppercase;
	padding:12px 21px;
	border: 1px solid transparent;
	margin:0;
	font-family: 'Open Sans',sans-serif;
}
#filters ul li a:hover h3, #filters ul li a.active h3 {
	color: #7251a2;
	border: 1px solid;
}

#portfolio-items-wrap {
	position: relative;
	padding: 0;
	width: 100.1%;
	margin: 0 auto;
	display: block;
}
#portfolio-items-wrap .portfolio-item {
	margin: 0;
	overflow: hidden;
	line-height: 0;
	width: 24.6%;
	padding: 0;
}
.portfolio-item.current {
	box-shadow: 0 0px 0px 10px rgba(255, 255, 255, 0.37);
	z-index: 101;
}
.portfolio-item {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.portfolio {
	overflow: hidden;
	display: block;
	position: relative;
}
.portfolio img {
	width: 100%;
	height: auto;
}
.portfolio .portfolio-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	z-index: 4;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #FFD600;
}
.portfolio > a, .portfolio > a:hover {
	color: #ffffff;
}
.portfolio-item .portfolio > a:hover > .portfolio-overlay {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio > a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio > a:hover img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio .thumb-info {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.portfolio a:hover .portfolio-overlay .thumb-info {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.portfolio-overlay .thumb-info i {
	top: 58%;
	font-size: 50px;
}
.portfolio-overlay .thumb-info h3 {
	top: 38%;
	font-size: 30px;
}
.portfolio-overlay .thumb-info p {
	top: 50%;
	font-size: 13px;
}
.portfolio-overlay .thumb-info h3 {
	color: #ffffff;
	width: 100%;
	position: absolute;
	text-align: center;
}
.portfolio-overlay .thumb-info p {
	color: #ffffff;
	width: 100%;
	position: absolute;
	text-align: center;
	font-weight: bold;
}
.portfolio-overlay .thumb-info i {
	color: #ffffff;
	width: 100%;
	position: absolute;
	text-align: center;
	display: block;
}

.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}

.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* hover colors */
.img-overlay{ position:absolute; left:0; top:0; width:100%; height:100%; opacity:.8; display:none;}
.portfolio-item:hover .img-overlay{ display:block;}
.portfolio-item:nth-child(1) .img-overlay{background:#bed431}
.portfolio-item:nth-child(2) .img-overlay{background:#f6c715}
.portfolio-item:nth-child(3) .img-overlay{background:#bed431}
.portfolio-item:nth-child(4) .img-overlay{background:#f6c715}
.portfolio-item:nth-child(5) .img-overlay{background:#f6c715}
.portfolio-item:nth-child(6) .img-overlay{background:#bed431}
.portfolio-item:nth-child(7) .img-overlay{background:#f6c715}
.portfolio-item:nth-child(8) .img-overlay{background:#bed431}
.portfolio-item:nth-child(9) .img-overlay{background:#bed431}
.portfolio-item:nth-child(10) .img-overlay{background:#f6c715}
.portfolio-item:nth-child(11) .img-overlay{background:#bed431}
.portfolio-item:nth-child(12) .img-overlay{background:#f6c715}
.portfolio-item:nth-child(13) .img-overlay{background:#f6c715}
.portfolio-item:nth-child(14) .img-overlay{background:#bed431}
.portfolio-item:nth-child(15) .img-overlay{background:#f6c715}
.portfolio-item:nth-child(16) .img-overlay{background:#bed431}
.portfolio-item:nth-child(17) .img-overlay{background:#bed431}
.portfolio-item:nth-child(18) .img-overlay{background:#f6c715}
.portfolio-item:nth-child(19) .img-overlay{background:#bed431}
.portfolio-item:nth-child(20) .img-overlay{background:#f6c715}
.portfolio-item:nth-child(21) .img-overlay{background:#f6c715}
.portfolio-item:nth-child(22) .img-overlay{background:#bed431}
.portfolio-item:nth-child(23) .img-overlay{background:#f6c715}
.portfolio-item:nth-child(24) .img-overlay{background:#bed431}
.portfolio-item i{border: 3px solid #FFFFFF;border-radius: 6px; color: #FFFFFF; display: block; font-size: 22px;  height: 46px; left: 50%; line-height: 40px; margin-left:-26px; margin-top: -23px;position: absolute;text-align: center; top: -46px; width: 46px; z-index: 8;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.portfolio-item i.fa-link{ left: auto;margin-right: -50px;right: 50%;}
.portfolio-item:hover i{ top:50%;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.portfolio-item i:hover{ border-color:#dfdfdf; color:#dfdfdf;}


/* best sellers */
.products{display: inline-block;}
.products .product{ float:left; margin:13px 2.6% 20px 0; position:relative;}
.products .product:nth-child(4n+4){ margin-right:0}
.product-thumb{ position:relative;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease; overflow:hidden;margin-bottom:20px;}
.product-thumb a{ display:block;}
.product-thumb a span.overlay{ position:absolute; left:0; top:0; width:100%; height:100%; opacity:.8; z-index:5; display:none;}
.product-thumb:hover a span.overlay{ display:block;}
.product-thumb img{ display:block;}
.product-thumb i{ border: 3px solid #FFFFFF;border-radius: 6px;color: #FFFFFF;font-size: 22px;height: 46px;left: 50%;line-height: 40px;margin-left: -23px;margin-top: -23px;position: absolute;text-align: center;top: -46px;width: 46px;z-index: 8; display:block; -moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.product-thumb:hover i{ top:50%;-moz-transition: all 500ms ease;-webkit-transition: all 500ms ease;-ms-transition: all 500ms ease;-o-transition: all 500ms ease;transition: all 500ms ease;}
.product .sale{ width:57px; height:57px; border-radius:100%; -moz-border-radius:100%; -webkit-border-radius:100%; position:absolute; right:-7px; top:-20px; border:3px solid #fff; text-align:center; font-size:16px; color:#fff; font-weight:300;line-height: 48px; z-index:15}
.product-desc h4, .product-desc h4 a{ font-size:22px; color:#393939; padding:0; border:0; font-weight:400; margin-bottom:5px;}
.product-desc h4 .price, .product-desc h4 a .price{ float:right; font-size:23px; font-weight:700; padding:0}
.product-desc p{ font-weight:300; color:#4c4c4c;}

/* colors */
.product.green .sale{ background:#bed431;}
.product.green .price{ color:#bed431;}
.product.green .product-thumb a span.overlay{ background:#bed431;}

.product.blue .sale{ background:#5ecae6;}
.product.blue .price{ color:#5ecae6;}
.product.blue .product-thumb a span.overlay{ background:#5ecae6;}

.product.red .sale{ background:#e11e24;}
.product.red .price{ color:#e11e24;}
.product.red .product-thumb a span.overlay{ background:#e11e24;}

.product.purple .sale{ background:#7251a2;}
.product.purple .price{ color:#7251a2;}
.product.purple .product-thumb a span.overlay{ background:#7251a2;}

.product.yellow .sale{ background:#f6c715;}
.product.yellow .price{ color:#f6c715;}
.product.yellow .product-thumb a span.overlay{ background:#f6c715;}








/* our clients */
.our-clients{background: url("../images/clients-bg.jpg") repeat;background-attachment:fixed; border-top:1px solid #e3e3e3; border-bottom:1px solid #e3e3e3;position:relative;}
.our-clients h1{ margin-bottom:50px; border:0; padding-left:0}
.testimonial{ border-radius: 2px; font-size: 20px; font-style: italic; margin:0 auto 0 auto;width: 100%;padding: 60px 88px;position: relative;}
.testimonial p{ line-height:28px; margin-bottom:0}
.testimonial .fa-quote-left, .testimonial .fa-quote-right{ font-size:41px; color:#ebebeb; position:absolute;}
.testimonial .fa-quote-left{ top:40px; left:28px;}
.testimonial .fa-quote-right{ bottom:40px; right:28px;}



/* contact us */

.contact-us{ }
.contact-us .form{min-height:380px;}
.contact-us input[type=text]{ margin-bottom:9px;}
.contact-us label{ float:left;}
.contact-us .btn{ margin-left:9.8%; border:0;-webkit-box-shadow: 2px 3px rgb(62 111 201 / 80%) !important;box-shadow: 2px 3px rgb(62 111 201 / 80%) !important; border: 1px solid #d2d5d7 !important;}
.message label{ width:9.8%;}
.message textarea{ width:89.3%; margin-bottom:13px;}
.map{ margin:40px 0 0;}
.map iframe{ border:0; width:100%; height:470px;}
.map-title{ background:#414141; text-align:center;}
.map-title h4{ font-size:32px; color:#fff; margin:0;text-shadow: 2px 2px #33668d;}
.map-title h4 span{ background: #FFFFFF;display: inline-block;font-size: 40px; height: 65px;line-height: 63px;padding: 0;width: 57px; margin:0 0 0 35px; cursor:pointer; opacity:.9;}
.map-title i{ background:#fff;}
.message input[type="submit"]:hover, .message input[type="submit"]:focus{ color:#000}




/*shop detail*/
.shop-detail h2{ margin:15px 0;}
/*.shop-detail .row{ margin:15px 0 0 -42px;}*/
.rating {direction: rtl;text-align: left;unicode-bidi: bidi-override;}
.rating > span {cursor: pointer;display: inline-block;font-size: 20px;margin-right: 3px;position: relative;width: 0.8em;}
.rating > span:before, .rating > span ~ span:before {color: #646464;content: "?";}
.rating > span:hover:before, .rating > span:hover ~ span:before {color: #5ECAE6;content: "?";}
.customer-reviews p { float: left;font-weight: 300; margin: 0;}
.customer-reviews .rating { float: right;}
.customer-reviews .rating > span:hover:before, .customer-reviews .rating > span:hover ~ span:before {color: #BED431;}
.price { color: #BED431; font-size: 23px;font-weight: 600;}
.price del {margin-right: 7px;}
.item-counter {background: #F7F7F7;border: 1px solid #F4F4F4;float: left;height: 47px;margin-right: 17px;width: 98px;}
.item-counter span {cursor: pointer; height: 47px; line-height: 37px;text-align: center;width: 27px;}
.item-counter input.items-total { background: #FFFFFF; border: 0 none; cursor: default;  display: inline-block; height: 45px;  line-height: 41px;margin: 0; padding: 0;text-align: center;width: 42px;}
.item-category {float: left; padding-left: 17px;padding-top: 10px;}
.product-detail-cat span {color: #BED431;}



/*cart*/
.cart-list {border: 1px solid #e7e7e7;height: auto; padding: 0;width: 100%;background:#fbfbfb;}
.cart-bar {color: #393939;line-height: 40px;text-align: center;width: 100%;border-bottom: 1px solid #E7E7E7;}
.cart-product-heading, .cart-product {border-right: 1px solid #E7E7E7;float: left;font-size: 18px;text-transform: uppercase;width: 61%;}
.cart-price-heading, .cart-quantity-heading, .cart-total-heading, .cart-price, .cart-quantity, .cart-total {float: left;text-transform:uppercase;font-size: 18px;width: 11.6279%;border-right: 1px solid #E7E7E7;}
.cart-bar-list {height: 128px;line-height: 128px;text-align: center;width: 100%;}
.cart-product {border-right: 1px solid #D8D8D8;height: 128px;line-height: 128px;padding-top: 10px;text-align: left;}
.cart-product img {display: block;margin: 0 10px;}
.cart-product h4 {color: #4C4C4C;font-size: 14px;padding-top: 42px;text-transform: none;}
.cart-price, .cart-quantity, .cart-total, .product-remove2 {border-right: 1px solid #D8D8D8;font-size: 24px;height: 128px;}
.cart-price .amount, .cart-total .amount {color: #4C4C4C;font-size: 14px;}
.cart-quantity .item-counter {display: inline-flex;float: none;margin: 0 auto;}
.product-remove2 span {cursor: pointer;color: #E21E25;}
.cart-buttons {border-top: 1px solid #D8D8D8;padding: 10px 0 0;}
.cart-shipping {padding: 15px;}
.cart-shipping h4 {font-size:24px; padding:0;}
.cart-shipping .selector {border: 1px solid #E7E7E7;height: auto;margin-bottom: 10px;padding: 7px 12px;background:#fff;width: 100% !important;}
.cart-shipping .selector select{height: 37px;}
.cart-shipping .selector span{color:#acacac; width:100% !important;}
.cart-shipping input[type="text"] {border: 1px solid #E4E4E4;margin-right: 0;padding: 10px 12px; width: 100%;font-size:13px;color:#656565;}
.cart-total-amount {padding: 0;}
.cart-total-amount label {font-size: 14px;font-weight: 400;padding: 13px 0; margin:0; width: auto;}
.order-total {border-bottom: 1px solid #F4F4F4;border-top: 1px solid #F4F4F4;}
.order-total label{font-weight:600;}
.order-total .price{color:#7251a2;}
.cart-total-amount .price {font-weight: bold;}
.cart-quantity .items-total, .cart-quantity #pluss-item, .cart-quantity #less-item{ font-size:14px; color:#4c4c4c;}
.cart-quantity #pluss-item, .cart-quantity #less-item{ line-height:46px; font-size:16px;}
.coupon-card input[type="text"]{ margin:0 5px 0 14px; border:1px solid #e7e7e7;padding: 13px 12px; float:left; font-size:13px; color:#a0a0a0; font-style:italic; width: 40%;}
.cart-shipping .btn-red{ width:100%; margin:15px 0 0;}
.checkout{margin: 20px 0 0 -60px !important;}

.cart-bar-list .item-counter{ margin-top:40px;}
.product-remove2{ border-right:0;}


.coupon-card input[type="submit"]{ border:0;border-bottom: 4px solid #08828C;}
.cart-shipping input[type="submit"]{ border:0;border-bottom: 4px solid #C6131A;}




/* footer */
footer{ padding:46px 0; text-align:center;}
.social{ text-align:center;}
.social li{ display:inline-block; padding: 0px 5px;}
.social li a{ display:block; width:46px; height:46px; border:2px solid #e4e4e4; text-align:center; color:#646464; font-size:22px; border-radius:100%; line-height:40px;}
.social li:nth-child(1) a:hover{ color:#324987;border:2px solid #324987;}
.social li:nth-child(2) a:hover{ color:#bd0b14;border:2px solid #bd0b14;}
.social li:nth-child(3) a:hover{ color:#494949;border:2px solid #494949;}
.social li:nth-child(4) a:hover{ color:#ed0a7d;border:2px solid #ed0a7d;}
.social li:nth-child(5) a:hover{ color:#bd0b14;border:2px solid #bd0b14;}



.copyright{ font-size:13px; padding:15px 0 0; margin:0}




/*------------------------- browsers hack ------------------------*/

/*@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
    .piecharts, .tables, .our-clients{ background-attachment:scroll}
}*/



/*------------------------- ANIMATION CSS ------------------------*/

.skin-img, .experience .row div.experience-content, .experience .row div.devices, .services-sec .tab1 .row .col-md-4, .tri-secs .col-md-6, .team .row .col-md-3, .tables .row .col-md-3, .products .product, #portfolio-items-wrap, .our-clients .flipInY, .contact-us .form, .social li{ opacity:0;}
.skin-img.animated, .experience .row div.experience-content.animated, .experience .row div.devices.animated, .services-sec .row .col-md-4.animated, .tri-secs .col-md-6.animated, .team .row .col-md-3.animated, .tables .row .col-md-3.animated, .products .product.animated, #portfolio-items-wrap.animated, .our-clients .flipInY.animated, .contact-us .form.animated, .social li.animated{ opacity:1;}




/*------------------------- Color Shitcher ------------------------*/
.switcher{position:fixed; right:-3px; top:50%; z-index:55; text-align:center; margin-top:-25px;}
.switcher a{ display: block;font-size: 28px; height: 51px; line-height: 49px; width: 50px; color:#ccc; background:#222222; color:#fff;border-radius: 4px;}
.switcher a:hover{ color:#fff; background:#F6C815}
.switcher a.light{background:#F6C815;}
.switcher a.light:hover{background:#4f4f4f;}