﻿/* Effective stylesheet produced by snapshot save */
a[href^=tel] { color: inherit; text-decoration: none; }/* ttt */ /*partial fix for iphone tel num  $$$$$$ */
html, body { font-size: 100%; font-family: "Open Sans",sans-serif; background: rgb(255, 255, 255) none repeat scroll 0% 0%; margin: 0px; }
p, ul li, ol li { margin: 0px; font-size: 14px; }
h1, h2, h3, h4, h5, h6 { font-family: "Cabin",sans-serif; margin: 0px; color:#3a4967; font-weight: bold; }
ul, label { margin: 0px; padding: 0px; }
body a:hover { text-decoration: none; }
body {background-color:#efeaea; color:#545454;}
input[type=submit], input[type=reset], a, .w3l_banner_bottom_grid1 i, .w3layouts_more a i { transition: all 0s ease-in 0s; }
a:focus { outline: medium none; }
.navbar-default { background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; border: medium none; }
.navbar { margin-bottom: 0px; }

.navbar a{ color:white ;} /*ttt*/
/*.navbar-default { color:white !important;}*/ /*ttt*/
/*.navbar-inverse { color:white !important;}*/ /*ttt*/

.navbar-collapse { padding: 10px; }
.navbar-right { margin-right: 0px; }
.navbar-default   .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color:  #9ab9d1; background: rgba(0, 0, 0, 0) none repeat scroll 0% 0%; }



.navbar-default .navbar-nav > .active > a::before { background: #9ab9d1 none repeat scroll 0% 0%; -webkit-transform: translateX(0px);transform: translateX(0px); }
.navbar-default .navbar-nav > li > a { font-weight: 500; letter-spacing: 1px; }
.navbar-nav > li > a { margin: 0px 2em; padding: 10px 0px 0.5em; text-transform: none; }


.navbar-nav > .open > a:focus {
    color:#555; 
       background-color:inherit/*#426482*//*#263B4F*/ /*#32506A*//* #2C455B*/!important;
/*background-image: linear-gradient(#365975,#253A4C);
*/


}




.navbar-default .navbar-nav > li > a:hover { color:#9ab9d1 /*rgb(51, 62, 82)*/; }/*ttt*/
.navbar-default .navbar-nav > li > a:focus { color: rgb(255, 255, 255); outline: medium none; }
.navbar-default { background:rgba(0, 0, 0, 0) none repeat scroll 0% 0%; padding: 2em 0px 10px; }
.navbar-right { margin: 1.5em 0px 0px; }
.navbar-default .navbar-nav > li > a { color: rgb(255, 255, 255); }
.agile_short_dropdown {border-radius: 0px;background: rgba(38, 59, 79, .5)/* #426482*/ none repeat scroll 0% 0%;text-align: center;padding: 5px;border: medium none;}
.agile_short_dropdown li a {color:white /*rgb(33, 33, 33)*/;font-size: 13px;font-weight: 600;padding: 0.8em 0px;}
.agile_short_dropdown > li > a:hover { color: rgb(255, 255, 255); text-decoration: none;background-color:rgba(0, 0, 0, 0);}
.effect-3 {
	-webkit-overflow: hidden;overflow: hidden;
	}
/* $$$ -webkit added to try to make animated link underline work in iphone safari and kindle dolphin. It didnt work! */

.effect-3 { 							             
  text-decoration: none;
  position: relative;	/* BS4- this 3 rule block added */ 
  color: white;
}

.effect-3::before {
	left: -1px;bottom: 0px;width: 0;height: 2px;background:#9ab9d1 /*rgb(51, 62, 82)*/ none repeat scroll 0% 0%;content: "";
	position: absolute;
	/* 
	-moz-transition: transform .1s ease .1s ;
	-o-transition: transform .1s ease .1s ;	
	-ms-transition: transform .1s ease .1s ;
	-webkit-transition: -webkit-transform .1s ease .1s ;
	-webkit-transform: translateX(-100%) ;
	
									(*BS-4 del old transform, transistion add border-bot, new trans, width: 0)
	
	transition: transform .1s ease .1s ;
	transform: translateX(-100%) ; */
    border-bottom: 2px solid white;
	transition: 0.1s;	
	}

/*BS4- change to width:100%, formerly {-webkit-transform: translateX(0px);transform: translateX(0px);} */
.effect-3:hover::before {
	width: 100%;
    } 
	
.agile_arrow::before { content: "ÃƒÂ¯Ã¢â‚¬Å¾Ã†â€™"; }


/* 111111111111111111111 */
/* here these fixes from @767 maybe redundant ...I guess they override cause they are later */
/* --------- */
/* !important made both fixes work */
.agile_short_dropdown li a {color:white !important/*rgb(33, 33, 33)*/;font-size: 13px;font-weight: 

600;padding: 0.8em 0px;}

.agile_short_dropdown > li > a:hover { color: #9ab9d1 !important/* rgb(255, 255, 255) */; text-decoration: none;
/* background-color:gray; */ }

/*my class enabling footernav hover effect*/

h6.tttmylabel {color:white;text-align:left}
a.tttnav {color:white;font-size:9pt; }
a.tttnav:hover { color: #9ab9d1 !important;text-decoration: none; }


/*ttt*/ /*derived from bootstrap-seems to fix bs light blue background*/
.dropdown-menu > .active > a{
    color: #fff;
    text-decoration: none;
    background-color:transparent !important;/* #337ab7;
*/    outline: 0;
}


.table {
  border: 0.5px solid #000000;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
   border: 0.5px solid #000000;
}



#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;

  z-index: 99;
  border: none;
 /* outline-style:inherit;
*/ /* outline:solid white 2px;
*/background-image: radial-gradient(#253A4C, #4c7da5);
 /*  background-color: #426482; */
  color: white;
  cursor:pointer;
  padding: 1px;
  border-radius: 10px;
}

#myBtn:hover {
  background-color: #CBD9E5;
}







/* jumbotron
*/
.jumbotron {
	margin-bottom:0px; }

.main-jumbotron {
  position: relative;
  padding-top: /*80px;*/10px !important;
  padding-right:10px;
 /* padding-bottom:380px;
*/   padding-bottom:10px;

  
  color: #fff;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 1);
  text-align: left;
    background: url('../images-td/colorbanner321.jpg') center center no-repeat;
	 background-size: cover;
	min-height:600px !important ;
}
.main-jumbotron .content {
  position: relative;
}
.main-jumbotron p a:not(.btn) {
  color: #fff;
}
.main-jumbotron p a:not(.btn):hover {
  color: #fff;
  border-color: #fff;
}
.main-jumbotron .btn {
  text-shadow: none;
}
.main-jumbotron:before {
  display: block;
  position: absolute;
  content: " ";
  background: #000;
  opacity: 0.2;
  width: 100%;/*ttt*/
  height:100%;/*ttt*/
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}






.main-jumbotron1 {

	/*height:300px;
*/  position:relative;
  padding-top: /*80px;*/10px !important;
 /* padding-left:45px;
*/  padding-right:10px;
  padding-bottom:0px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
/*text-indent:40px;*/
 /* text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.9);
*/  text-align: left;
    background: url('../images-td/colormod.jpg') center /*-640px*/-80px no-repeat ;
	/*  background-size: cover;*/    /* schema error and it caused bottom gap bug-----------*/ /*ttt*/
	min-height:150px !important ;/*min-height:200px !important ;orig vers
*/
}
.main-jumbotron1 .content {
  position:relative;
}
.main-jumbotron1 p a:not(.btn) {
  color: #fff;
}
.main-jumbotron1 p a:not(.btn):hover {
  color: #fff;
  border-color: #fff;
}
.main-jumbotron1 .btn {
  text-shadow: none;
}
.main-jumbotron1:before {
  display: block;
  position: absolute;
  content: " ";
  background: #000;
 
  opacity: 0.2;
  width: 100%;/*ttt*/
  height:100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}



/*-- breadcrumbs --*/
.breadcrumbs
	{
	padding: 1em 0;
	/*background: #0accff;
*/	/*background-color: #426482 ;
*/	border-color: #426482 ;
border-bottom-style:solid;
border-top-style:solid;border-left-style:solid;
border-width:1px;
}
.w3layouts_breadcrumbs_left{
	float:left;
	margin-top: .5em;
}
.w3layouts_breadcrumbs_left ul li{
	display:inline-block;
	color:#212121;
	text-transform:uppercase;
	font-weight:600;
}
.w3layouts_breadcrumbs_left ul li span{
	padding:0 1.5em;
}
.w3layouts_breadcrumbs_left ul li a{
	color:#ff464f;
	text-decoration:none;
}
.w3layouts_breadcrumbs_right{
	float:right;
}
.w3layouts_breadcrumbs_right h2{
	font-size:2em;
	color:#212121;
}
.w3layouts_breadcrumbs_left ul li a:hover{
	color:#212121;
}
/*-- //breadcrumbs --*/


/*------------W3 LIGHTBOX----------------*/
		
.row > .column {
  padding: 0 1px;/* padding: 0 8px;
*/
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
   float: left;
	/*width:40px;
*/  width: 20%;/* width: 25%;
*/
}

/* The Modal (background)  del .modal and .model-content first needed to make myModals work */


.modal {
	
	
  display:none;
  position:fixed;
/* z-index: 1;*/  /*originally for w3 lightbox
*/
  padding-top: 50px;
  left: 0;
  top: 10;
 /* width:1300px; */   /*ttt*/
 
 
  height:100vh;
 
 /*  Viewport Height (vh) — This unit is based on the height of the viewport  (fixed ipad height cutoff)
 */
 
 
  /* height:500px;  (old)*/

 /* overflow:auto;
*/ 
/*  background-color:#2b445a;   this is blue...was black (old)*/

  
  
}



/* Modal Content del .modal and .model-content first needed to make myModals work  */
.modal-content{
	

  position:relative;
  background-color: white;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 200px; 
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 8px;
  margin-top: 0px;
  color:#808080;
  font-weight: bold;
  font-size: 34px;/*font-size: 30px;*/
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right:-6%; 						/* both were -2% =flush; */
  border-radius: 3px 0 0 3px;
}
.prev {
  left: -6%;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  /* background-color: rgba(0, 0, 0, 0.8);*/
  color:white;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
  
}

.active,
.demo:hover {
  opacity: .5; /*opacity:.5;*/
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}	








/*------------//W3 LIGHTBOX----------------*/






.hover-shadow:hover {

border:1px blue solid !important;

 /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
*/}




img.hover-shadow:hover {

border:1px blue solid !important;

}





@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0px); }
  40% { transform: translateY(-30px); }
  60% { transform: translateY(-15px); }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0px); }
  40% { transform: translateY(-30px); }
  60% { transform: translateY(-15px); }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% { transform: translateY(0px); }
  40% { transform: translateY(-30px); }
  60% { transform: translateY(-15px); }
}
@keyframes hvr-pulse-shrink {
  100% { transform: scale(0.9); }
}
@keyframes hvr-pulse-shrink {
  100% { transform: scale(0.9); }
}
.agile_event_grid1_pos ul li:nth-child(2) { margin: 1em 0px; }
.w3_agile_event_grid1::before { content: ""; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 2; background: rgba(10, 204, 255, 0.32) none repeat scroll 0% 0%; transition: all 0.3s ease 0s; opacity: 0; }
.w3layouts_event_grid:hover .w3_agile_event_grid1::before { opacity: 1; }
ul.agile_footer_grid_list li:nth-child(2) { margin: 2em 0px 0px; }
.w3_agile_footer_grid h3::after { content: ""; background: rgb(10, 204, 255) none repeat scroll 0% 0%; width: 20%; height: 2px; position: absolute; bottom: 0%; left: 0%; }
.w3l_services_footer_top_right_main:nth-child(2) { margin: 3em 0px; }
.input__label--ichiro::before { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background: rgb(245, 245, 245) none repeat scroll 0% 0%; transform-origin: 50% 100% 0px; transition: transform 0.3s ease 0s; border: 1px solid rgb(228, 228, 228); }
.input__field--ichiro:focus + .input__label--ichiro::before, .input--filled .input__label--ichiro::before { transform: scale3d(1, 1.5, 1); border: medium none; }
.glyphicon { position: relative; top: 1px; display: inline-block; font-family: "Glyphicons Halflings"; font-style: normal; font-weight: 400; line-height: 1; color: rgb(119, 119, 119); }
  
  
  
  
.well { padding: 10px;background-color:#eee8cd; border:thin #efeaea outset}
.well{ color:black;}/*ttt*/



  
@media (max-width: 768px) {
  .row { margin-right: 0px; margin-left: 0px; }  
}
.well { font-weight: 300; font-size: 14px; }
ol { margin-bottom: 44px; }
@media (max-width: 640px) {
  h1, .h1, h2, .h2, h3, .h3 { margin-top: 0px; margin-bottom: 0px; }
  .well { font-size: 14px; margin-bottom: 10px; }
}



@media (max-width: 480px) {
  /* .tttnav, a {font-size:8pt;}
*/  .alert, p { font-size: 14px; }
}



@media (max-width: 320px) {
  .alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item { font-size: 13px; }
  /*.well { padding: 10px;background-color:#CBD9E5;border-color:#CBD9E5; }
  .well{ color:black}
*/}
  .nav > li > a { font-size: 14px; }
@media (max-width: 1080px) {
  .w3l_services_footer_top_right_main:nth-child(2) { margin: 2em 0px; }
}
@media (max-width: 1024px) {
  .navbar-right { margin: 1.1em 0px 0px; }
}
@media (max-width: 991px) {
  .navbar-nav > li > a { margin: 0px 1em; }
  .navbar-nav > li:last-child a { margin-right: 0px; }
  .agile_team_grid:nth-child(2) { margin-bottom: 2em; }
  .w3_agile_footer_grid:nth-child(2) { margin: 2em 0px; }
  .agile_offer_grid:nth-child(2) { margin-bottom: 2em; }
  .w3ls_footer_grid_left:nth-child(1) p span { display: initial; }
  
  
  
}
@media (max-width: 767px) {
  .navbar-default .navbar-toggle { border-color: rgb(255, 255, 255); }
  .navbar-default .navbar-toggle .icon-bar { background-color: rgb(255, 255, 255); }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: transparent; }
  .navbar-toggle { margin: 1em 0px 0px; }
  .navbar-default .navbar-collapse, .navbar-default .navbar-form { border: medium none; }
  .navbar-collapse { box-shadow: none; }
  .navbar-nav { margin: 0px; text-align: center; padding: 1em 0px; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color:#9ab9d1 /*rgb(33, 33, 33)*/; }
  .navbar-default .navbar-nav > .active > a::before, .effect-3::before { background:#9ab9d1 /*rgb(33, 33, 33)*/ none repeat scroll 0% 0%; }
  .navbar-nav > li > a { margin: 0.5em 0px; display: inline-block; }
/*  ttt drop menu color */

/* --------- */
/* !important made both fixes work */
.agile_short_dropdown li a {color:white !important/*rgb(33, 33, 33)*/;font-size: 13px;font-weight: 

600;padding: 0.8em 0px;}

.agile_short_dropdown > li > a:hover { color: #9ab9d1 !important/* rgb(255, 255, 255) */; text-decoration: none; 

background-color:gray; }


  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: medium none;
	position: absolute;
	width: 100%;
	background: #263B4F none repeat scroll 0%
0%;
	z-index: 999;
}
  .navbar-right { margin: 0px; }
}





@media (max-width: 736px) {
  nav.navbar.navbar-default { padding: 1em 0px 0px; }
}
@media (max-width: 568px) {
  .navbar-toggle { margin: 0.8em 0px 0px; }
  .agileits_services_grid:nth-child(2) { margin: 2em auto; }
}
@media (max-width: 480px) {
	.main-jumbotron1 {text-align:center !important ;}/*ttt*/
	.main-jumbotron {text-align:center !important ;}/*ttt*/
	h6.tttmylabel {text-align:center}
	
	
	
/*tttttttttttttttttttt*/
td {font-size:9pt}



	
	
	 

  .w3ls_banner_bottom_grid:nth-child(2) { margin: 1.5em 0px; }
  .w3ls_footer_grid_left:nth-child(2) { margin: 1em 0px; }
  .agile_offer_grid:nth-child(2) { margin: 2em 0px; }
  .agile_offer_grid:nth-child(3) { margin-bottom: 2em; }
}
@media (max-width: 320px) {
	.main-jumbotron1 {text-align:center ;}/*ttt*/
	.main-jumbotron {text-align:center !important ;}/*ttt*/
	
	.main-jumbotron {min-height:400px !important ;}/*ttt*/
	

  .navbar-toggle { margin: 0.4em 0px 0px; }
  p, ul li, ol li { font-size: 13px; }
  .navbar-nav > li > a { font-size: 13px !important; }
}
.newStyle1 {
	color: rgba(0, 0, 0, 0);
}
/*   ----------------7:56 AM 11/16/2019---------   -6% was normal original. More negative pulls arrows further out.------------- */

.prev, .next {top:35%}

@media (min-width: 768px) and (max-width: 991px) { 
 
.prev{left: -8%;}
.next{right: -8%}

 }

@media (min-width: 414px) and (max-width: 767px) { 
 
.prev{left: -4%;}
.next{right: -4%}

 }