.home {
 background-color: #fff;
 color: #333333;
    background-repeat: no-repeat;
    background-size: 100% auto;
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
    padding:0;
    margin:0;
    font-family: Helvetica Neue, Arial, sans-serif;
 }
html {
    height: 100%;
    padding:0;
    margin:0;
}
html, .home{
  max-width:100%;
  overflow-x:hidden;
}


/* Autohide navbar */
.slideUp { top:-100px; }
.headroom { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }


/* Highlights (in jumbotron in most cases) */
.highlight { margin-top:40px; }
	.h-caption { text-align: center; }
	.h-caption i { display:block; font-size: 54px; color:#382526; margin-bottom:36px; }
	.h-caption h4 { color:#382526; font-size: 16px; font-weight: bold; margin-bottom:20px; }
	.h-body { }


/* Typography */
/*h1, h2, h3, h4, h5, h6 { font-family:"Open sans", Helvetica, Arial; }*/
h1, h2, h3, h4, h5, h6 {  line-height: normal;  }
h1 { font-size: 45px; font-weight: bold; color: inherit;  line-height: normal; margin: 10px 0; letter-spacing: normal; letter-spacing: -1px;}
h2 {  font-size: 22px;  font-weight: 200;  margin:0;}
h3 { font-size: 1.3em;  }
blockquote { font-style: italic; font-family: Georgia; color:#999; margin:30px 0 30px; }
label { color: #777; }
.thin { font-weight:300; }
.page-title { margin-top:20px; font-weight:300; }
.text-muted { color:#888; }
.breadcrumb { background:none; padding:0; margin:30px 0 0px 0; }
ul.list-spaces li{ margin-bottom:10px; }
blockquote {
color: rgba(0,0,0,0.7);
}

/* Helpers */
.container-full { margin: 0 auto; width: 100%; }
.top-space { margin-top: 60px; }
.top-margin { margin-top:30px; }

img { max-width:100%; }
img.pull-right { margin-left: 10px; }
img.pull-left { margin-right: 10px; }
#map { width:100%; height:280px; }
#social { margin-top:50px; margin-bottom:50px; }
	#social .wrapper { width:340px; margin:0 auto; }
a, a:hover { /*color: #e9dd00;*/ color: #edb20a;}

/* Main content block */
.maincontent { }
#main-container{ }
.use_case_list { width: 120px; height: 120px; /*display: flex;  align-items: center; justify-content: center;*/ display:inline-block;  padding: 35px 20px; cursor:pointer; text-align:center; background: transparent; border: 1px solid #1e1f20; color: #1e1f20; border-radius: 5px; margin:5px;  transition: all 0.3s ease-out;}
.use_case_list:hover { border: 1px solid #1e1f20; background: #1e1f20; color:  white; }


.mdb-lightbox .col-md-4 { padding: 4px;  }
.mdb-lightbox .col-md-4 a {  transition: all 0.3s ease-out;  }
.mdb-lightbox .col-md-4 a:hover { opacity:0.8;  }
.mdb-lightbox .col-md-4 img { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

#lightbox {
background: rgba(0,0,0,0.7);
}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

#lightbox .modal-dialog { width:1100px; max-width: calc(100% - 100px); max-height: calc(100% - 300px); }

#lightbox .close, .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: transparent;
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 30px;
    z-index:1032;
    display:block;
    padding:15px;
}

.modal-body, .modal-body img { padding:0; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;  }

.modal-body .contact-box { display: block !important; top: 10px; left: 10px; bottom: auto !important; right: auto !important;  background: rgba(255,255,255,0.85) !important; }

.channellink{
  display:inline-block; margin-top:10px;padding: 5px 17px; background: rgba(255,255,255,0.9); border-radius:5px; margin-right:8px;
}
.grid-wrapper{
  display: grid;
grid-template-columns: 50% 50%;
grid-gap: 20px;
}
.feature-grid{
  width: 100%;  float:left; padding: 40px; color: rgba(0,0,0,0.7); background: rgba(255,255,255,0.6); border-radius:10px; text-align:left; box-sizing:border-box;
}

/*tables*/
table {
width: 100%;
text-align: center;
}
table th {
text-align: center;
font-size: 1.1em;
padding-bottom:10px;
}

table td {
padding-bottom:10px;
}
table  td:nth-child(1), table  th:nth-child(1) {
color: #ff8622;
}

/* Rounded sliders */
.slider.round {
  border-radius: 5px;
}

.slider.round:before {
  border-radius: 5px;
}

blockquote {
font-family: Georgia, serif;
font-size: 0.9em;
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 0px;
line-height: 1.45;
position: relative;
color: #333;
text-align:left;
margin-left:30px;
border-left: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
blockquote:before {
display: block;
content: "\201C";
font-size: 40px;
position: absolute;
left: -14px;
top: -15px;
color: #7a7a7a;
}
blockquote cite {
color: #333;
font-size: 13px;
display: block;
margin-top: 10px;
}
.feature-tip{
  position:absolute;
  background: #edb20a;
  height:25px;
  line-height:25px;
  width:25px;
  border-radius: 50%;
  font-size:13px;
  color: white;
  -webkit-animation: shadow-pulse 2.5s infinite ease-in-out;
  -moz-animation: shadow-pulse 2.5s infinite ease-in-out;
  -ms-animation: shadow-pulse 2.5s infinite ease-in-out;
  animation: shadow-pulse 2.5s infinite ease-in-out;
  box-shadow: 0 0 0px 5px rgba(237, 178, 10, 0);
}
@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0px 5px rgba(237, 178, 10, 0);
  }
  50% {
    box-shadow: 0 0 0px 5px rgba(237, 178, 10, 0.6);
  }
  100% {
    box-shadow: 0 0 0px 5px rgba(237, 178, 10, 0);
  }
}
.num{
  background: rgba(255,255,255,0.3);
  height:19px;
  line-height:19px;
  width:19px;
  border-radius: 50%;
  display:inline-block;
  text-align:center;
  font-size:0.9em;
}
.channel-description{
  width:33%;
  float:left;
  box-sizing:border-box;
  padding:20px;
  text-align:left;
  margin-top:10px;
}
.hellobox-channel-bubble {
   position: absolute;
   top: auto;
   bottom: 20px;
   left: 30px;
   z-index:100;
   height:55px;
  width:55px;
  line-height:55px;
  text-align:center;
  color:white !important;
  font-size: 25px;
  opacity:0.95;
  display: block;
  border-radius:50%;
 }
.channel-bubble-whatsapp {
  background: #075E54;
   bottom: 40px;
   left: 10%;
}
.channel-bubble-facebook {
  background: #0078FF;
   top: auto;
   bottom: 47px;
   left: 90%;
}
.channel-bubble-phone {
  background: #FF8C00;
   top: auto;
   bottom:0px;
   right: 40%;
   left:auto;
}
 .channel-bubble-sms {
  background: #e6b400;
   top: auto;
   bottom:80px;
   left: 20%;
}
 .channel-bubble-callback {
   background: #cc3399;
   top: auto;
   bottom: 50px;
   left: 70%;
}
.channel-bubble-email {
  background: #cc3399;
  top: auto;
  bottom: 80px;
  left: 60%;
}
.channel-bubble-viber {
  background: #7360f2;
  top: auto;
  bottom: 30px;
  left: 40%;
}
.channel-bubble-telegram {
  background: #0088cc;
  top: auto;
  bottom: 10px;
  left: 30%;
}

.hellobox-channel-bubble{
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	transform: scale(1);
	animation: pulse 2s 100;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}




/* Sidebars */
.sidebar { padding-top:36px; padding-bottom:30px; }
	.sidebar .widget { margin-bottom:20px; }
	.sidebar h1, .sidebar .h1, .sidebar h2, .sidebar .h2, .sidebar h3, .sidebar .h3 { margin-top:20px; }

.platform_logo {height:30px; margin-right: 20px; margin:20px 10px;}

/* Footer */
.footer1 { background: #1e1f20; padding: 20px 0; font-size: 12px; color: #999;  }
	.footer1 a { color: #ccc; }
		.footer1 a:hover {color: #fff; }
	.footer1 .widget { margin-bottom:30px; }
	.footer1 .widget-title { font-size: 17px; font-weight: bold; color: #ccc; margin: 0 0 20px; }
	.footer1 .entry-meta { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; margin: 0 0 35px 0; padding: 2px 0; color: #888888; font-size: 12px; font-size: 0.75em; }
		.footer1 .entry-meta a { color: #333333; }
		.footer1 .entry-meta .meta-in { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 10px 0; }
	.follow-me-icons { font-size:30px; }
		.follow-me-icons i { float:left; margin:0 10px 0 0; }

.footer2 { background: #191919; padding: 15px 0; color: #777; font-size: 12px; }
	.footer2 a { color: #aaa; }
		.footer2 a:hover { color: #fff; }
		.footer2 p { margin: 0; }

	.widget-simplenav { margin-left:-5px; }
	.widget-simplenav a{ margin:0 5px; }

/*Footer bar*/
    .footer-bar { position:fixed; bottom:0; left:0; right: 0; width:100%; text-align:center; height:80px; line-height: 80px; background:rgba(255, 255, 255, .95); border-bottom: none; -webkit-box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.1); box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.1);  color:rgba(0, 0, 0, .8); z-index:100; font-size: 16px; display:none; }

	/*contact widget*/
	.contact_widget { position:fixed; z-index: 10000;bottom: 20px; right: 20px;  text-align:center;  }
	.contact_widget a i { padding: 0px; font-size: 30px; border-radius:50%; height: 70px; width: 70px; line-height: 70px; text-align:center; color: white; background:  #edb20a; -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.3);box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.3); }
	.contact_widget .contact_widget_label {  padding: 0px 15px; height: 30px; line-height: 30px; color: white; background:  #edb20a; -webkit-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.3);box-shadow: 0px 0px 17px 0px rgba(0,0,0,0.3); border-radius: 30px; margin-top: 21px; float:left;  display:inline-block; margin-right: 8px; }
	.contact_form input, .contact_form textarea {border-radius:0 !important; margin:0 !important; border: none; background: rgba(255,255,255,0.9); color: #111;}

	@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
.contact_widget .contact_widget_label { display: none; }
 .footer-bar {height:80px; line-height: 80px;}
}
	.contact-slider { display:none; box-sizing: border-box; padding: 20px; padding-top: 50px; top:50px; right:50%; left: 50%; margin-left: -300px; bottom:50px; position: fixed; width:600px;  height: calc(100%-100px); background: #F6F6F6;   z-index:10002; -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6); overflow: scroll; border-radius: 0px; max-width: -moz-calc(100% - 40px);max-width: -webkit-calc(100% - 40px);max-width: -o-calc(100% - 40px);max-width: calc(100% - 40px);
 }
	.contact-slider-bg {position:fixed; z-index:9999; top:0; bottom:0; left:0; right: 0; height: 100%; width:100%; /*background: rgba(64, 64, 64, 0.95);*/ background: rgba(255, 255, 255, 0.85); display:none;}
	.contact-slider-welcome { padding: 20px 0; }
	.contact-slider .contact-option { float:left; width:100% !important; margin-top:10px; background: #555; color: white; transition: all 0.3s ease-out;}
	.contact-slider .contact-option:hover {background: #333;}

.cookie-banner { position:fixed; bottom:0px; left:0; right: auto; width: 300px; text-align: left; height:auto; padding: 20px; background:rgba(255, 255, 255, .95); border-bottom: none; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.6);  color:rgba(0, 0, 0, .8); z-index:10000000; display:none; }

@media only screen and (min-width: 768px) and (max-width: 1100px) {
 .nav {margin-left:20px;}
}

@media (max-width: 767px) {
h1 { font-size: 35px !important; }
h2 {  font-size: 20px; }
.grid-wrapper{ grid-template-columns: 100%; }
.mobile-100 {float:left; width:100% !important;  max-width:100% !important; margin-left: 0 !important; margin-right: 0 !important; left:0 !important; text-align: center !important; }
.mobile-hide { display:none !important; }
.home {padding-bottom:0px;}
.use_case_list { width: 100% !important; padding: 0px;  height: 50px; line-height: 50px;}
}


@media (max-width: 767px) {
	#head { min-height:420px; padding-top:160px; }
	.jumbotron p { width: 100% !important; font-weight: normal !important; }
	.aphix-container {background-image:  linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(../images/aphix_bg.jpg) !important;}
	.havok-container { background-image: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(../images/havok_bg.jpg)   !important;}
	.tech-container { background-image: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6) ), url(../images/tech_bg.jpg)   !important;}
	.zorro-container video { opacity:0.4 !important; }
	#head .lead { font-size: 34px; }
	.banner_sail_overlay, .footer-bar, .contact-box {display:none !important;}
	.technology { background-image: none !important; }
	.zorro-index-banner-content { padding:100px 0 !important; }
	.zorro-index-banner-content p {width:100% !important;}
	#zorro-bgvid{opacity:0.4 !important;}
	.contact_widget { bottom: 8px; right: 8px;  }
	.contact_widget a i {  height: 60px; width: 60px; line-height: 60px;  }
	.contact_widget .contact_widget_label { margin-top: 16px; }
	#form_name {margin-bottom:20px;}
}
