/*
Document   : layout
Author     : Little Neko
Description: layout styles

*/

/* Table of Content
==================================================

#BOOSTRAP CUSTOMIZATION
#NEKO CSS FRAMEWORK
#TYPOGRAPHY
#GENERAL
#PARALLAX STUFF
#HEADER
#MAIN MENU
#FOOTER
#SLIDERS
#BLOG
#NEWS
#PAGES
#PORTFOLIO
#FORMS
#MISCELANIOUS

*/


/* BOOSTRAP CUSTOMIZATION
================================================== */
.navbar {margin-bottom:0;}
.navbar-default {background:none; border:none;}
.nav.nav-tabs {margin-bottom:22px;}
.btn:active, .btn.active{
	-webkit-box-shadow:none;box-shadow:none
}
.container .jumbotron{border-radius: 0;}
.jumbotron {font-size: 16px;}
.jumbotron h1 {text-align: left;}
/*forms*/
.form-control {-webkit-box-shadow:none;box-shadow:none}
.has-error div {padding: 5px;
	margin-bottom: 20px;
	display:block;
}
/*tabs*/

/** expand the link to fill the whole tab **/
.panel-title a {
	display: block;
	padding: 10px 15px;
	margin: -10px -15px;
	outline:none;
}

.panel-default>.panel-heading{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.panel-default {
	border:none;
}
.navbar-default .navbar-toggle {
	margin-top: 22px;
}
/*** MEDIA QUERIES ***/

@media(max-width:767px){
}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END BOOSTRAP CUSTOMIZATION
================================================== */



/* NEKO CSS FRAMEWORK
================================================== */

.iconRounded{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	padding-top: 11px;

}
.iconRounded:before{margin: auto;text-align: center;}
.iconBig{
	font-size: 50px;
}
.iconBig.iconRounded{
	width: 112px;
	height: 112px;
	padding-top:29px;
	border-width: 4px;
}
.boxFeature{margin-bottom:33px;}
/* v2 */
.boxFeature-2 {text-align: center;}
.boxFeature-2 i {margin-bottom: 22px; display:block;}
.boxFeature-2 p {font-size: 12px;}

.boxContent{padding:22px;}
/*** utilies classes ***/
.mb15 {
	margin-bottom:1.5em;
}
.mb30 {
	margin-bottom:3em;
}
.mb40 {
	margin-bottom:4em;
}
.mt15 {
	margin-top:1.5em;
}
.mt30 {
	margin-top:3em;
}
.mt40 {
	margin-top:4em;
}
.noMargin {
	margin:0;
}
.noPaddingBottom {
	padding-bottom:0 !important;
}
.noPaddingTop {
	padding-top:0
}
/*** end utilies classes ***/

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	.isotopeItem .iconBig{
		font-size: 33px;
	}
	.isotopeItem .iconBig.iconRounded{
		width: 80px;
		height: 80px;
		padding-top: 18px;
	}
	.isotopeItem .iconLinks a span{font-size:10px;}
}

@media(min-width:992px){
	.iconBig, .isotopeItem .iconBig{
		font-size: 66px;
	}
	.iconBig.iconRounded, .isotopeItem .iconBig.iconRounded {
		width: 125px;
		height: 125px;
		padding-top: 28px;
	}
	.isotopeItem .iconLinks a span{font-size:12px;}
}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/
/* NEKO CSS FRAMEWORK
================================================== */

/* TYPOGRAPHY
================================================== */

body {
	font-size:16px;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	padding-top: 88px;
}
h1, h2, h3, h4, h5, h6, legend {
	margin:0;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}
h1 {
	font-size: 44px;
	line-height: 44px;
	font-weight: 300;
	font-style: normal;
	text-align:center;
	text-transform:uppercase;
	position:relative;
	letter-spacing: 0.1em;
	margin-bottom: 17px;
}

h1.noSubtitle{
	margin-bottom:90px;
}


.bigTitle, h1.bigTitle, h2.bigTitle, h3.bigTitle {
	font-weight: 800;
	font-size: 5em;
	line-height:1em;
	text-transform:uppercase;
	padding:0.5em 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}


.paralaxText h2 {
	font-size: 3.21em;
	font-weight: 800;
	line-height:1.5em;
	text-transform:uppercase;
	padding:0.5em 0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.paralaxText blockquote {
	font-size: 33px;
	line-height: 33px;
	margin-bottom: 0;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	padding-left: 0;
	border: none;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	letter-spacing: 0.1em;
}


h2 {
	font-size:24px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	padding:0;
	margin-bottom:17px;

}
h2.subTitle{
	font-size:24px;
	line-height: 24px;
	font-weight: 300;
	font-style: normal;
	padding:0;
	margin-bottom:90px;
	text-align:center;
}
h2.subTitle:after, h1.noSubtitle:after {
	display:block;
	height:1px;
	width:100px;
	content:'';
	bottom:53px;
	position:absolute;
	margin-left:-50px;
	left:50%;
}

h1.noSubtitle:after {
	bottom:-29px;
}

/* remove the underline on H1 when not needed */
h1.bigTitle:after, .boxWrapper h1:after, .pricingBloc h1:after, .team h1:after, .iconBoxV3 h1:after, #sliderWrapper h1:after, .fullwidthbanner-container h1:after, .camera_caption h1:after, .caption h1:after, .bulle h1:after, .iconBoxV2 .iconBox-body h1:after {
	content:none
}
h3, legend {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 14px;
	font-weight: 600;
	letter-spacing: -0.06em;
}
h4 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 6px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:300;
}
h5 {
	font-style: normal;
	font-weight: 300;
	font-size: 1.116em;
	line-height: 1.5714em;
	margin-bottom: 0.916em;
}
h6 {
	font-weight: 300;
	font-style: italic;
	margin-bottom: 2em;
	font-size: 1em;
	line-height:1em;
}
h1 small, h2 small, h3 small, h4 small {
	text-transform:none;
	font-size:0.5em;
	font-weight:400;
	color:inherit;
}
p, ul {
	margin-top: 0;
	margin-bottom: 12px;
}
strong {
	font-weight:bold
}
small, aside {
}
li {
	line-height: inherit;
}
a:link, a:visited {
	text-decoration:none;
	font-family: 'Open Sans', sans-serif;
}
a:hover, a:active {
	text-decoration:underline;
}
ul.iconsList li a:hover {
	text-decoration:none;
}
a.readMore {
	display:block;
	margin-top:0.75em;
	font-style:italic;
}
blockquote {
	font-size:22px;
	line-height: 33px;
	margin-bottom:0;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	padding:0;
	border:none;
	text-align:left;
}
blockquote p {
	font-size: inherit;
}
blockquote small {
	font-size:50%;
	display:inline;
}
blockquote:before {
	content:'\e928';
	font-family: 'custom-icons';
	margin-right:0.5em;
}
blockquote:after {
	content:'\e929';
	font-family: 'custom-icons';
	margin-left:0.5em;
}
.quoteRow blockquote:before, .quoteRow blockquote:after {
	content:none;
}
hr {
	padding:0;
	margin:3em 0 3em 0;
}
.hero-unit blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){
	.paralaxText blockquote {
		font-size: 44px;
		line-height: 44px;
	}
}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END TYPOGRAPHY
================================================== */
/* GENERAL
================================================== */
.slice {padding:33px 0;}

/*** buttons ***/
.btn {
	text-transform:uppercase;
	padding:15px 20px;
	font-size:18px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.btn-lg {
	padding:18px 23px;
	font-size:22px;
}
.btn-sm {
	padding:10px 13px;
	font-size:12px;
	border-radius:4px;
}
.btn-xs {
	padding:4px 7px;
	font-size:10px;
	border-radius:4px;
}
.btn-link {
	text-transform:none;
	text-shadow:none;
	padding:0;
}
.btn i {
	margin-right:0.5em;
}

/*** call to actioon ***/

.ctaBox{padding:33px 11px;}
.ctaBoxFullwidth{padding:0;}

.ctaBox a {margin-top:22px;}
.ctaBox h1 {
	font-size:22px;
	line-height: 33px;
	margin-bottom:0;
	font-weight:300;
	font-family: 'Open Sans', sans-serif;
	padding:0;
	border:none;
	text-align:left;
	letter-spacing:normal;
	text-transform:none;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){
	.btn-lg {
		padding: 14px 18px;
		font-size: 18px;
	}
}

@media(min-width:768px){
	.slice {padding:66px 0;}
}

@media(min-width:992px){

	.ctaBox a {float:right; margin-top:0;}
}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END GENERAL
================================================== */

/* PARALLAX STUFF
================================================== */
#paralaxSlice1, #paralaxSlice2, #paralaxSlice3, #paralaxSlice4, #paralaxSlice5, #homeFullScreen {
	width:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: top center;
}



.maskParent{position: relative; height:100%;width:100%}
.paralaxText {
	padding-top:66px;
	padding-bottom:66px;
	text-align:center;
	position: relative;

}
.paralaxMask {width:100%; height:100%;overflow:hidden;position:absolute;background:rgba(0,0,0,0.15);}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){

	#paralaxSlice1, #paralaxSlice2, #paralaxSlice3, #paralaxSlice4, #paralaxSlice5, #homeFullScreen {
		background-attachment: fixed;
		background-position: 50% 0;
		background-size: cover;
	}


}
/*** END MEDIA QUERIES ***/


/* END PARALLAX STUFF
================================================== */

/* HEADER
================================================== */
#mainHeader{background:#eee;}
.navbar-brand{padding-top:30px;padding-left: 0;}


.fixedHeader {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.fixedHeader #mainMenu li a {
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}
.fixedHeader .nav-brand {
	margin-top: 0.6em;
	width: 100px;
}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END HEADER
================================================== */

/* MAIN MENU
================================================== */
.navbar-nav > li > a {
	display: block;
	font-size: 1em;
	font-weight: 300;
	margin: 0;
	padding-top:11px;
	padding-bottom:11px;
	vertical-align:middle;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	outline:none;
}

.navbar-nav > li > a i {font-size: 16px; text-align: center;padding: 20px 0 10px 0; color:#2563eb;}
.navbar-nav > li > a:hover i, .navbar-nav > li.active > a i {color:#cfcdcd;}
#mainHeader .pull-right{ float:none !important; }

/*** MEDIA QUERIES ***/

@media(max-width:1024px){
	.navbar-nav > li > a i {
		margin-right: 10px;
		font-size: 18px;
	}
	#mainHeader {
		padding-bottom:24px;
	}

}

@media(min-width:1025px){
	.navbar-nav > li > a i {
		display: block;
	}
	.navbar-nav > li > a {
		padding-top:0;
		padding-bottom:0;
		height:88px;
	}
	#mainHeader .pull-right {
		float:right !important;
	}

}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END MAIN MENU
================================================== */
/* HOME
================================================== */
body#fullScreen { padding-top: 0 }
body#fullScreen #mainHeader{
	opacity: 0 ;
	transform: scaleY(0);
    transform-origin: 50% 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#home{ padding-top:35px; }
#mapWrapper{ height:350px; }

#homeFullScreen {
	background-image: url('../images/theme-pics/big-city.jpg');
	/*background-image: url('../images/theme-pics/paralax-1.jpg');*/
	height:100%;
}

#homeFullScreen .maskParent {display:table;}

#fullScreenSliderWrapper{
	display:table-cell;
	vertical-align: middle;
	width:100%;
	text-align:center;
	margin:auto;
}
.btn.homeBtn {position:relative; background:rgba(255,255,255,0.25);}

#logoBig img{width:300px; margin:auto; position: relative}
#homeFullScreen #flexHome {margin: 0;}
#homeFullScreen #flexHome h1, #homeFullScreen #flexHome .flex-control-nav{text-align: center; margin-bottom: 44px;}
#homeFullScreen .flexslider .slides > li{height:80px;}

/*** MEDIA QUERIES ***/

@media(max-width:767px){
	#homeFullScreen #flexHome h1 {font-size:22px;}
	#logoBig {padding:0 11px;}
}

@media(min-width:768px){
	#home {padding-top:70px;}

}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/

/* END HOME
================================================== */
/* NEWS
================================================== */
.newsText{padding:20px 20px 25px 20px; margin-bottom: 22px;}
.newsText h3{margin-bottom: 8px;}
.date{font-size:12px; line-height:12px;font-style: italic;}
.newsText p{font-size:12px;}

/* END NEWS
================================================== */

/* FOOTER
================================================== */

footer{padding:44px 0;}
#footerLogo {margin-bottom: 22px;}
#footerRights {padding:22px; font-size:12px;}



@media(min-width:768px){.footerWidget{float:right;}}
/* END FOOTER
================================================== */


/* SLIDERS
================================================== */
/*** flex ***/
#flexHome {
	background: transparent;
	margin-top:0;
}
#flexHome .flex-control-nav	{
	text-align:left;
	margin-bottom:-44px;

}
#flexHome h1 {
	margin-bottom: 11px;
	font-weight: 300;
	font-size: 32px;
	line-height:1em;
	text-transform:uppercase;
	padding:0;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
	width:100%;
	text-align:left;
	display: inline-block;
}
#flexHome h1:after  {content:''}
#flexHome h2 {text-align:left; display: inline-block;}
.flexslider .slides > li {height:110px;}

.flex-control-nav{position:static; margin-top:22px;}
.flex-control-nav li {margin-left: 0; margin-right:11px;}
.flex-control-nav{display:none;}
/** OWL SLIDER **/
.owl-buttons {}
.owl-theme .owl-controls .owl-buttons div{
	position:absolute;
	top:42%;
	background:none;
	font-family: 'custom-icons';
	font-size:3em;
	text-align:center;
	color:#fff;


}
.owl-next {right:0;}
.owl-prev {left:0;}
.owl-next:before {content: '\e766';}
.owl-prev:before {content: '\e765';}
.owl-theme .owl-controls {margin-top:22px;}

/*** MEDIA QUERIES ***/
@media(max-width:400px){
	.flexslider .slides > li {height:120px;}
	#homeFullScreen .flexslider .slides > li{height:60px;}
	#flexHome h2 {font-size: 12px;}
}

@media(min-width:768px){
	.newsText{margin-bottom: 0;}
	#flexHome h1 {font-size:40px;}
	#flexHome {
		margin-top:44px;
	}
	.flex-control-nav{display:block;}
	.flexslider .slides > li {height:160px;}
	#homeFullScreen .flexslider .slides > li{height:80px;}
}
@media(min-width:992px){
	#flexHome h1 {font-size: 50px;}
	#flexHome {
		margin-top:66px;
	}
	.flexslider .slides > li {height:200px;}
	#homeFullScreen .flexslider .slides > li{height:100px;}
}

@media(min-width:1200px){
	#flexHome h1 {
		font-size: 80px;
	}
	#flexHome {
		margin-top:88px;
	}
	.flexslider .slides > li {
		height:250px;
	}
}

/*** END MEDIA QUERIES ***/

/* PORTFOLIO
================================================== */
nav#filter {margin-bottom:22px;}
nav#filter li{ display:inline-block;list-style:none;}
.isotopeItem {margin-bottom: 22px;}
.isotopeItem .boxContent{margin-top:22px; padding:0;}

header#project{padding:22px 0;}
#project h1 {text-align:left;}
#pageslide {
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	width: 100%;
	background-color: #fff;
	color: #000;
	box-shadow:none;
	padding:0;
}

#portfolioSheetWrapper .stage {
	width: 100%;
	height:auto;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	position: relative;
}

#portfolioSheetWrapper .content{

	width:100%;
}
/* END PORTFOLIO
================================================== */

/* FORM
================================================== */
#verifyImg{margin-bottom: 11px;}
/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){input#verify{margin-top: 0;}}

/*** END MEDIA QUERIES ***/

/* END FORM
================================================== */




/* MISCELANIOUS
================================================== */

/* Preloader one page */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10000; /* makes sure it stays on top */
	background:white;
	text-align: center;
}

#status {
	width:100%;
	height:100px;
	position:absolute;
	left:0; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */

	margin-top:-100px; /* is width and height divided by two */
	text-align: center;
	padding-top:15px;
	text-transform: uppercase;
	border-radius:11px;
}
#status img{margin-bottom: 22px;}

/*** hover images ***/
.imgHover article {
	position:relative;
}
.mask {
	position:absolute;
	top:0;
	left:15px;
	background: rgba(79, 175, 194, 1);
	/*width:100%;*/
	display:none;
	z-index:0;
}
.iconLinks {
	display:none;
	position: relative;
}

.iconLinks a{
	display: inline-block;
	text-decoration:none;

}
.iconLinks a:hover i{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.iconLinks a span{
	position: relative;
	top: -30px;
	font-size: 16px;
	text-align: center;
	width: 100%;
	display: block;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;

}
.mediaHover {
	text-align:center;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;

}

.ie8 .mask {
	background:white;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}


ul.socialNetwork {padding:0; display: block;}
ul.socialNetwork li {display:inline-block; list-style-type: none;}

/*** pricing table ***/
.pricingBloc {
	text-align:center;
	margin-top:22px;
}
.pricingBloc ul {
	list-style-type:none;
	margin:0;
	padding:0 1.5em;
}
.pricingBloc ul li {
	padding:1.5em 0
}
.pricingBloc h2 {
	font-size: 14px;
	margin-bottom: 0;
	padding: 11px;
	font-weight: 300;
}
.pricingBloc h3 {
	font-size: 44px;
	font-weight: 400;
	display: block;
	padding: 22px;
	margin-bottom: 0;
}
.pricingBloc h3 span {
	font-size: 14px;
	font-weight: 300;
	margin: 11px 0 0 0;
	display: block;
	letter-spacing: normal;
}
.pricingBloc p {
	margin-bottom:0;
	padding:1.5em
}
.pricingBloc.focusPlan {
	margin-top:0;
}
.pricingBloc.focusPlan h3 {
	padding:1.25em;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
/*** end pricing table ***/

/*** responsive video ***/
.videoWrapper {
	position: relative;
	padding-bottom: 54%;
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
p.credits {
	padding:1.5em;
	margin-bottom:1.5em
}
/*** end responsive video ***/

/**** neko share system ****/
#shareme{
	float: right;
}


.neko-share-btn:not(:last-child){
	margin-right:5px;
}

.neko-share-btn{
	background-image: none;
	border-radius:0;
	border:none;
	box-shadow: none !important;
	padding: 4px 12px;
}

.neko-share-btn:hover{
	background-color:#ececec !important
}

.neko-share-btn.facebook{
	background-color: #4863ae;
}

.neko-share-btn.twitter{
	background-color: #46c0fb;
}

.neko-share-btn.google{
	background-color: #dd4b39;
}

.neko-share-btn.linkedin{
	background-color: #01669c;
}

.neko-share-btn i{
	color:white;
	line-height: normal !important;
	margin: 0;
}
/**** / neko share system ****/

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){}

@media(min-width:992px){}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/


/** Coming soon **/
body#comingSoon{padding-top:0; background: #4B4A4A}
#comingSoon .bgComingSoon{text-align: center;}
#comingSoon h1 {color:#eee;}
.comingSoonLogo {margin: 22px auto}
.bgComingSoon{padding-top:10%; padding-bottom:10%;}

.countdown_amount {display:block;font-size:44px; padding-top:60px; line-height:0; font-family: 'Open Sans', sans-serif; font-weight:300; color:#333;}
.countdown_section {display:inline-block; width:150px; height:150px; margin:10px; border-radius: 50%; border:3px solid #eee; text-align: center}
#defaultCountdown {text-align: center;}
.logoImg {height:200px; width:200px; border:2px solid #eee;}

/*** MEDIA QUERIES ***/

@media(max-width:767px){}

@media(min-width:768px){


}

@media(min-width:992px){ #defaultCountdown{margin-top: 70px;}}

@media(min-width:1200px){}

/*** END MEDIA QUERIES ***/


/* END MISCELANIOUS
================================================== */

/* ==========================================================================
   SPEED COPY - NUEVA SECCIÓN DE SERVICIOS MODERNOS Y CARRITO
   ========================================================================== */

.services-grid {
    text-align: center;
    letter-spacing: -0.5em; /* Remueve espacio invisible entre tarjetas */
    margin-top: 30px;
}

.services-grid * {
    letter-spacing: normal; /* Restaura el espaciado de las letras adentro */
}

.service-card {
    display: inline-block;
    vertical-align: top;
    width: 31%;
    margin: 1%;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: left;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s, box-shadow 0.2s;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-color: #cbd5e1;
}

.service-icon {
    width: 50px;
    height: 50px;
    background-color: #f7f9fc;
    color: #ff6a00; /* Usamos un tono naranja a tono con tu web actual */
    border-radius: 8px;
    margin-bottom: 20px;
    line-height: 50px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.service-card h3 {
    font-size: 2rem; /* Subió de 1.3rem a 1.5rem (Título más grande) */
    color: #1e293b;
    margin-bottom: 10px;
    font-weight: 600;
}

.service-card p {
    color: #64748b;
    font-size: 1.5rem; /* Subió de 0.95rem a 1.1rem (Texto descriptivo más grande) */
    line-height: 1.6;
    margin-bottom: 20px;
    height: 100px; /* Aumentamos de 70px a 90px para que entre el texto más grande sin cortarse */
    overflow: hidden;
}

/* Botón de acción moderno */
.btn-action {
    display: inline-block;
    background-color: #ff6a00; /* Color llamativo para conversiones */
    color: #ffffff !important;
    padding: 12px 16px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 6px;
    text-align: center;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-action:hover {
    background-color: #e05d00; /* Naranja un poco más oscuro al pasar el mouse */
    text-decoration: none;
}

/* Adaptación para pantallas de celulares (Mobile) */
@media (max-width: 768px) {
    .service-card {
        width: 96%;
        margin: 1% 2% 20px 2%;
    }
    .service-card p {
        height: auto; /* En celular que el texto ocupe lo que necesite */
    }
}

/* ==========================================================================
   SPEED COPY - HEADER Y HERO HOME MODERNIZADOS
   ========================================================================== */

/* Header Moderno con Efecto Glassmorphism */
#mainHeader {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: none !important;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 600 !important;
    text-transform: capitalize !important; /* Pone solo la primera letra en mayúscula */
    font-size: 1.5rem !important;
    color: #334155 !important;
    padding: 20px 15px !important;
}

/* ==========================================================================
   SPEED COPY - AJUSTES DE COLOR DE MENÚ Y BOTONES AGRANDADOS
   ========================================================================== */

/* Color del menú cuando pasás el mouse o estás parado en esa sección */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:hover {
    color: #2563eb !important; /* Reemplazado el naranja por Azul Digital */
    background: transparent !important;
}

/* Tamaño de la tipografía aumentado para el botón principal del inicio (Hero) */
.btn-hero {
    display: inline-block;
    background-color: #2563eb;
    color: #ffffff !important;
    padding: 14px 28px;      /* Un toque más de relleno para que acompañe la letra */
    font-size: 1.2rem;       /* Agrandado: Subió de 1rem a 1.2rem */
    font-weight: 700;        /* Letra bien gruesa y legible */
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
    transition: all 0.2s ease;
}

/* Tamaño de la tipografía aumentado para los botones de las tarjetas de servicios */
.btn-action {
    display: inline-block;
    background-color: #2563eb !important;
    color: #ffffff !important;
    padding: 14px 16px;      /* Ajustamos el espacio interno */
    font-size: 1.1rem;       /* Agrandado: Subió de 0.9rem a 1.1rem */
    font-weight: 700;        /* Letra más imponente para incentivar el clic */
    text-decoration: none;
    border-radius: 6px;
    width: 100%;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.btn-action:hover {
    background-color: #1d4ed8 !important;
    text-decoration: none;
}

	 /* Botones de tus servicios en Azul Digital */
	 .btn-action {
	     background-color: #2563eb !important;
	 }
	 .btn-action:hover {
	     background-color: #1d4ed8 !important;
	 }
	 .service-icon {
	     color: #2563eb !important;
	     background-color: #eff6ff !important; /* Fondo sutil para el icono de la tarjeta */
	 }

	 @media (max-width: 768px) {
	     #home {
	         padding: 95px 0 30px 0 !important;
	         text-align: left;
	     }
	     .hero-content h1 {
	         font-size: 2.2rem !important;
	     }
	     .hero-content h2 {
	         display: block;
	         border-radius: 12px; /* En celular se adapta mejor */
	     }
	 }
	 /* ==========================================================================
	    SPEED COPY - CONTACTO EN DOS COLUMNAS CON DOS WHATSAPP Y DIRECCIÓN
	    ========================================================================== */

	 #contactSlice {
	     background: #ffffff !important;
	     padding: 70px 0 !important;
	     border-top: 1px solid #f1f5f9;
	 }

	 .contact-title {
	     text-align: center;
	     font-size: 2.2rem !important;
	     font-weight: 800 !important;
	     color: #0f172a !important;
	     margin-bottom: 40px !important;
	 }

	 /* Contenedor flexible para las dos áreas de WhatsApp */
	 .whatsapp-channels {
	     display: flex;
	     gap: 20px;
	     margin-bottom: 40px;
	 }

	 .whatsapp-card {
	     flex: 1;
	     background: #f8fafc;
	     border: 1px solid #e2e8f0;
	     border-radius: 12px;
	     padding: 30px 20px;
	     text-align: center;
	     box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
	 }

	 .whatsapp-card h3 {
	     font-size: 1.5rem !important;
	     font-weight: 700 !important;
	     color: #1e293b !important;
	     margin-bottom: 10px !important;
	 }

	 .whatsapp-card p {
	     font-size: 1.3rem !important;
	     color: #64748b !important;
	     margin-bottom: 20px !important;
	     min-height: 44px; /* Alinea los botones si el texto varía */
	 }

	 .btn-whatsapp-split {
	     display: inline-block;
	     background-color: #25d366;
	     color: #ffffff !important;
	     padding: 12px 24px;
	     font-size: 1.2rem;
	     font-weight: 700;
	     text-decoration: none;
	     border-radius: 6px;
	     width: 100%;
	     box-shadow: 0 4px 10px rgba(37, 211, 102, 0.2);
	     transition: all 0.2s ease;
	 }

	 .btn-whatsapp-split:hover {
	     background-color: #20ba56;
	     transform: translateY(-1px);
	     text-decoration: none;
	 }

	 /* Bloque inferior para Datos del Local - TEXTOS AGRANDADOS */
.local-info-box {
    border-top: 1px dashed #cbd5e1;
    padding-top: 35px;
    margin-top: 20px;
    text-align: center;
}

/* Subimos el tamaño de la dirección, horarios y mail de 1.1rem a 1.3rem */
.info-item {
    display: inline-block;
    margin: 10px 25px;
    font-size: 1.3rem !important; /* Texto bastante más grande y legible */
    color: #1e293b !important; /* Un tono un poco más oscuro para mejor contraste */
    font-weight: 600;
}

.info-item strong {
    color: #2563eb; /* Tu nuevo Azul Digital */
}

/* Enlaces del mail para que se vean prolijos */
.info-item a {
    color: #1e293b;
    text-decoration: none;
    transition: color 0.2s;
}

.info-item a:hover {
    color: #2563eb;
}

/* Ajuste para celulares */
@media (max-width: 768px) {
    .whatsapp-channels {
        flex-direction: column;
        gap: 15px;
    }
    .info-item {
        display: block;
        margin: 15px 0;
        font-size: 1.2rem !important; /* En celular un pelín más adaptado */
    }
}

/* ==========================================================================
   SPEED COPY - SECCIÓN CÓMO ENVIAR ARCHIVOS
   ========================================================================== */

#howToSend {
    background: #f8fafc !important; /* Un gris ultra-limpio para contrastar con el fondo blanco de contacto */
    padding: 80px 0 !important;
    border-top: 1px solid #e2e8f0;
}

.section-title-modern {
    text-align: center;
    font-size: 2.2rem !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin-bottom: 10px !important;
}

.section-subtitle-modern {
    text-align: center;
    font-size: 1.4rem !important;
    color: #64748b !important;
    margin-bottom: 40px !important;
}

/* Grilla de consejos */
.tips-container {
    display: flex;
    gap: 25px;
    margin-bottom: 35px;
}

.tip-item-card {
    flex: 1;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 25px 20px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.02);
}

.tip-item-card .tip-icon-box {
    font-size: 2rem;
    color: #2563eb; /* Tu Azul Digital */
    margin-bottom: 15px;
}

.tip-item-card h4 {
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    color: #1e293b !important;
    margin-bottom: 8px !important;
}

.tip-item-card p {
    font-size: 1.3rem !important;
    color: #64748b !important;
    line-height: 1.5;
}

/* Alerta destacada para evitar errores críticos */
.critical-alert-box {
    background: #eff6ff; /* Fondo azul tenue */
    border-left: 4px solid #2563eb;
    border-radius: 8px;
    padding: 20px;
    max-width: 850px;
    margin: 0 auto;
    text-align: left;
}

.critical-alert-box p {
    margin: 0 !important;
    font-size: 1.4rem !important;
    color: #1e293b !important;
    line-height: 1.6;
}

/* Ajuste responsivo para celulares */
@media (max-width: 768px) {
    .tips-container {
        flex-direction: column;
        gap: 15px;
    }
    .critical-alert-box {
        text-align: center;
    }
}

/* ==========================================================================
   SPEED COPY - ANULACIÓN DEFINITIVA DEL NARANJA EN EL MENÚ (HOVER Y SCROLL)
   ========================================================================== */

/* Fuerza el color azul y quita fondos raros en el menú cuando hacés scroll o clic */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #2563eb !important;      /* Tu nuevo Azul Digital */
    background-color: transparent !important; /* Elimina cualquier fondo naranja */
    background: transparent !important;       /* Doble refuerzo para el fondo */
}

/* Si tu menú cambia a modo compacto o flotante al scrollear, este bloque asegura el azul */
.scrollMenu .navbar-nav > .active > a,
.scrollMenu .navbar-nav > li > a:hover {
    color: #2563eb !important;
    background: transparent !important;
}

/* ==========================================================================
   SPEED COPY - BOTÓN FLOTANTE INTELIGENTE DE WHATSAPP MULTICANAL
   ========================================================================== */

/* El botón circular principal */
.btn-whatsapp-floating {
    position: fixed;
    bottom: 25px;
    right: 25px;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #ffffff !important;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    line-height: 62px; /* Alinea verticalmente el ícono */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15), 0 4px 20px rgba(37, 211, 102, 0.3);
    z-index: 9999;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-whatsapp-floating:hover {
    transform: scale(1.08) rotate(10deg);
}

/* Menú desplegable flotante */
.whatsapp-floating-menu {
    position: fixed;
    bottom: 95px;
    right: 25px;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 15px;
    width: 280px;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    z-index: 9998;
    display: none; /* Oculto por defecto */
    animation: fadeInFloating 0.25s ease-out;
}

/* Animación de aparición */
@keyframes fadeInFloating {
    from { opacity: 0; transform: translateY(15px); }
    to { opacity: 1; transform: translateY(0); }
}

.whatsapp-floating-menu h4 {
    font-size: 1.5rem !important;
    color: #64748b !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 12px 5px !important;
    font-weight: 700 !important;
}

/* Opciones de los canales dentro del menú */
.floating-menu-item {
    display: flex;
    align-items: center;
    padding: 10px 12px;
    margin-bottom: 6px;
    background: #f8fafc;
    border: 1px solid #f1f5f9;
    border-radius: 8px;
    color: #1e293b !important;
    text-decoration: none;
    transition: all 0.2s ease;
}

.floating-menu-item:last-child {
    margin-bottom: 0;
}

.floating-menu-item:hover {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #2563eb !important; /* Texto en Azul Digital al hacer hover */
    text-decoration: none;
}

.floating-menu-item i {
    font-size: 1.5rem;
    color: #2563eb; /* Ícono en Azul Digital */
    margin-right: 12px;
}

.floating-menu-item .menu-item-text strong {
    display: block;
    font-size: 1.4rem;
}

.floating-menu-item .menu-item-text span {
    font-size: 1.2rem;
    color: #64748b;
}

/* ==========================================================================
   SPEED COPY - COTIZADOR INTELIGENTE EN TIEMPO REAL
   ========================================================================== */
#calculator-slice {
    background: #ffffff !important;
    padding: 80px 0 !important;
}
.calc-container {
    max-width: 650px;
    margin: 0 auto;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
}
.calc-group {
    margin-bottom: 20px;
}
.calc-group label {
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}
.calc-select, .calc-input {
    width: 100%;
    padding: 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background: #ffffff;
    font-size: 1rem;
    color: #334155;
    outline: none;
    transition: border-color 0.2s;
}
.calc-select:focus, .calc-input:focus {
    border-color: #2563eb;
}
.calc-result-box {
    background: #eff6ff;
    border: 1px dashed #bfdbfe;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    margin-top: 25px;
}
.price-display {
    font-size: 1.8rem;
    font-weight: 800;
    color: #2563eb;
    margin-bottom: 5px;
}
.unit-display {
    font-size: 0.85rem;
    color: #64748b;
}
.btn-calc-wa {
    display: block;
    width: 100%;
    background: #25d366;
    color: #ffffff !important;
    text-align: center;
    padding: 14px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 15px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(37,211,102,0.2);
    transition: transform 0.2s;
}
.btn-calc-wa:hover {
    transform: translateY(-2px);
    text-decoration: none;
}
