.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;
    padding-bottom:80px;
 }
html {
    height: 100%;
    padding:0;
    margin:0;
}

/* Header */
#head { background:white url( ../images/bart1.jpg) no-repeat; background-size: cover; min-height:520px; text-align: center; padding-top:240px; color:white; font-family:"Open sans", Helvetica, Arial; font-weight:300; }
#head.secondary { height:100px; min-height: 100px; padding-top:0px; }
	#head .lead { font-family:"Open sans", Helvetica, Arial; font-size:44px; margin-bottom:6px; color:white; line-height:1.15em; } 
	#head .tagline { color:rgba(255,255,255,0.75); margin-bottom:25px; }
		#head .tagline a { color:#fff; } 
	#head .btn { margin-bottom:10px;}
	#head .btn-default { text-shadow: none; background:transparent; color:rgba(255,255,255,.5); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.5); background: transparent; }
		#head .btn-default:hover,
		#head .btn-default:focus { color:rgba(255,255,255,.8); -webkit-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); -moz-box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); box-shadow:inset 0px 0px 0px 3px rgba(255,255,255,.8); background: transparent; }
		#head .btn-default:active, 
		#head .btn-default.active { color:#fff; -webkit-box-shadow:inset 0px 0px 0px 3px #fff; -moz-box-shadow:inset 0px 0px 0px 3px #fff; box-shadow:inset 0px 0px 0px 3px #fff; background: transparent; }





/* 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, .h1, h2, .h2, h3, .h3 {  } 
h1 { font-size: 45px; font-weight: bold; color: inherit;  line-height: normal; margin: 10px 0; letter-spacing: normal; }
h2 {  font-size: 22px;  font-weight: bold; }
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: #FB7E2A; font-weight: normal;}	

/* 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; }


/*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;
}


/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  transform: rotateY(180deg);
  -webkit-tap-highlight-color:  transparent; 
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #333;
}

input:focus + .slider {
  box-shadow: 0 0 1px #333;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

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

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


/* 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; }		
	
/*Top bar*/	
    .top-bar { position:fixed; top:0; left:0; right: 0; width:100%; padding:0; text-align:center; height:80px; line-height: 80px; background:rgba(255, 255, 255, 0.9); border-bottom: none; z-index:100; font-weight:300; font-size:1.2em; box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.1); }
    .top-bar .btn-primary{ background:white !important; color: #FB7E2A !important; border: 2px solid #FB7E2A; }
    .top-bar .btn-primary:hover{ color: #fff !important; background: #FB7E2A !important; }
	
	/*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: 1px solid rgba(0,0,0,0.05) !important; background:#f8f9f9; color: #111; border-sizing: border-box; padding: 20px; box-shadow: none;}
	.contact_form input:focus, .contact_form textarea:focus {
  border-color: #FB7E2A !important;
  box-shadow: 0 0 8px #FB7E2A;
}
	
	@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-option { float:left; width:100% !important; margin-top:15px; background: #555; color: white; transition: all 0.3s ease-out;}
	.contact-option:hover {  opacity:0.8 !important; }	
	.contact-option i { font-size: 1.2em; color: rgba(255,255,255,0.7); }
	
.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 (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;}
}




	