ul.nav li.dropdown:hover > ul.dropdown-menu{
    display: block;    
}

.navbar {
      border: 0;
      border-radius: 0;
      margin-bottom: 0;
      font-size: 12px;
      letter-spacing:0.8px;
      background-color:#ffffff;
      font-family: Montserrat, sans-serif;
}

.navbar li a, .navbar  { 
      color: #000000 !important;
	font-weight: bold;
  }

  .navbar-nav li a:hover {
      color:#000000 !important;
	  font-weight: bold;
  }

  .navbar-nav li.active a {
      color:#41bdd8 !important;
      font-weight: bold;
  }

  .navbar-default .navbar-toggle {
      border-color: transparent;
  }

  .open .dropdown-toggle {
      color: #000 !important;
      background-color: #fff !important;
  }

.jumbotron {
      background-image: url('images/banner.jpg');
      background-size: cover;
       }

.logo {
     box-sizing: content-box; 
     width: 100px;
}

a:link {
    text-decoration:none;
}

a:visited {
    text-decoration:none;
}

.semia {
    margin-top:5%;
}
.semiablue {
	 color:#47b9ce; 
}

.servicio {
    margin-bottom:6%;
}

.eclipse {
list-style: none;
 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

.text-muted {
    box-sizing:content-box;
    text-align: justify;
    padding: 0 28px 0 28px;
    word-break: keep-all;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
}

/*--the future starts here: color fa-fa icons--*/
.nuevo {
    color:#00356e;
    font-weight: bold;
}

.nuevo:link {
    color:#00356e;
}

.btnd:hover
 {
   background-color:#00a5c8;
    border:#00a5c8;
    color:white;  
}

.btno {
    background-color:transparent;
    border-style:solid;
    border-color:#47b9ce ;
    color:#47b9ce;   
}

.btno:hover {
    background-color:#00a5c8;
    border:#00a5c8;
    color:white;
}

.gtn {
    background-color:transparent;
    border-style:solid;
    border-color:#47b9ce ;
    color:#47b9ce;
}

.gtn:hover {
    background-color:#00a5c8;
    border:#00a5c8;
    color:white;
}

.lynk { 
    color:darkblue;
}

@keyframes full-circle {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(-360deg);}
}

@keyframes pop {
  0% {transform: scale(1, 1);}
  50% {transform: scale(1.1, 1.1);}
  100% {transform: scale(1, 1);}
}

@keyframes rotate-vertical {
  0% {transform: rotateY(0deg);}
  100% {transform: rotateY(360deg);}
}

@keyframes rotate-hor-center {
  0% {-webkit-transform: rotateX(0);transform: rotateX(0);}
  100% {-webkit-transform: rotateX(-360deg);transform: rotateX(-360deg);}
}

.fa-group:hover {
    animation: rotate-vertical 1.1s ease-out;
}

.fa-gears:hover{
    animation: full-circle 1.1s ease-out;
}

.fa-rocket:hover{
    animation: rotate-hor-center 1.1s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}

/*--footer all pages--*/
.footerx {
 margin-left:40px;
 text-align:center;
 font-size: 5px;
}

.one {
 margin-top:50px;
}

.sizex {
 font-size: 10px;
 text-align:justify;
}

.sizexx{
  font-size: 11px;
}

a:hover {
    color:#47b9ce;
}

h6 {
 font-weight: bold;  
}

.dos {
 text-align:center;
 font-weight: bold;
}


footer {
 background:black;
 color:white;
}

/* ------------------------about.html ------------*/

.boy {
 padding-top:40%;
  height:400px;
  min-height:60px;
  background: url("images/boy.png") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.labs {
 padding-top:40%;
  height:400px;
  min-height:60px;
  background: url("images/labs.png") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.labs2 {
 padding-top:40%;
  height:400px;
  min-height:60px;
  background: url("images/prep4.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.team {
 padding-top:25%;
 min-height:60px;
 background: url("images/wro2018/wrofootball.jpg") center center no-repeat;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 background-size: cover;
 -o-background-size: cover;
}

.box1 {
    background-color:#596E95;
    padding: 5px 5px;
}

.box2 {
    background-color:#BF2F06;
    padding: 5px 5px;
}

.box5 {
    background-color:#86998D;
    padding: 5px 5px;
}

#featured-services {
    background-color: black;
}

#featured-services h4 {
  font-weight: 400;
  margin: 15px 0;
  font-size: 18px;
}

#featured-services h4 a {
  color: #fff;
}

#featured-services h4 a:hover {
  color: #CFC8BA;
}

.img-wedo {
    width:98%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.italic {
    font-style: italic;
    text-align: justify;
    opacity: 0.5;
    text-indent:2%;
}

.normal {
   text-align: justify;
}

.norma {
    text-align: justify;
    font-size:14px;
    padding-right:6%;
}

.normas {
    text-align: justify;
    font-size:14px;
}

.tline,.tline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}

.tline:before {
  top: 40px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.tline .tline-item {
  margin-bottom: 20px;
  position: relative;
}

.tline .tline-item:before,.tline .tline-item:after {
  content: "";
  display: table;
}

.tline .tline-item:after {
  clear: both;
}

.tline .tline-item .tline-badge {
  color: #fff;
  width: 54px;
  height: 54px;
  line-height: 52px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -25px;
  background-color: #7c7c7c;
  border: 3px solid #ffffff;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.tline .tline-item .tline-badge i,
.tline .tline-item .tline-badge .fa,
.tline .tline-item .tline-badge .glyphicon {
  top: 2px;
  left: 0;
}

.tline .timeline-item .tline-badge.primary {
  background-color: #1f9eba;
}

.tline .tline-item .tline-badge.info {
  background-color: #5bc0de;
}

.tline .tline-item .tline-badge.success {
  background-color: #59ba1f;
}

.tline .tline-item .tline-badge.warning {
  background-color: #d1bd10;
}

.tline .tline-item .tline-badge.danger {
  background-color: #ba1f1f;
}

.tline .tline-item .tline-panel {
  position: relative;
  width: 46%;
  float: left;
  right: 16px;
  border: 1px solid #c0c0c0;
  background: #ffffff;
  border-radius: 2px;
  padding: 20px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.tline .tline-item .tline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}

.tline .tline-item .tline-panel .tline-title {
  margin-top: 0;
  color: inherit;
}

.tline .tline-item .tline-panel .tline-body > p,
.tline .tline-item .tline-panel .tline-body > ul {
  margin-bottom: 0;
}

.tline .tline-item .tline-panel .tline-body > p + p {
  margin-top: 5px;
}

.tline .tline-item:last-child:nth-child(even) {
  float: right;
}

.tline .tline-item:nth-child(even) .tline-panel {
  float: right;
  left: 16px;
}

.tline .tline-item:nth-child(even) .tline-panel:before {

  border-left-width: 0;

  border-right-width: 14px;

  left: -14px;

  right: auto;

}

.tline-horizontal {

  list-style: none;

  position: relative;

  padding: 20px 0px 20px 0px;

  display: inline-block;

}

.tline-horizontal:before {

  height: 3px;

  top: auto;

  bottom: 26px;

  left: 56px;

  right: 0;

  width: 100%;

  margin-bottom: 20px;

}

.tline-horizontal .tline-item {

  display: table-cell;

  height: 280px;

  width: 20%;

  min-width: 320px;

  float: none !important;

  padding-left: 0;

  padding-right: 20px;

  margin: 0 auto;

  vertical-align: bottom;

}

.tline-horizontal .tline-item .tline-panel {

  top: auto;

  bottom: 64px;

  display: inline-block;

  float: none !important;

  left: 0 !important;

  right: 0 !important;

  width: 100%;

  margin-bottom: 20px;

}

.tline-horizontal .tline-item .tline-panel:before {

  top: auto;

  bottom: -16px;

  left: 28px !important;

  right: auto;

  border-right: 16px solid transparent !important;

  border-top: 16px solid #c0c0c0 !important;

  border-bottom: 0 solid #c0c0c0 !important;

  border-left: 16px solid transparent !important;

}

.tiline-horizontal .tline-item:before,

.tline-horizontal .tline-item:after {

  display: none;

}

.tline-horizontal .tline-item .tline-badge {

  top: auto;

  bottom: 0;

  left: 43px;

}



/*--portfolio(pictures)-----*/





.isotopeWrapper article{

    margin-bottom: 30px;

    

}



#portfolio img  {

	width:100%;

    

}



#portfolio article p {

	margin-bottom:1.45em;/*set next row on the baseline*/

    

}

.portfolio-items article img {width:100%;} 



.portfolio-item {

	display: block;

	position: relative;

	-webkit-transition: all 0.2s ease-in-out;

	-moz-transition: all 0.2s ease-in-out;

	-o-transition: all 0.2s ease-in-out;

	transition: all 0.2s ease-in-out;

}

.portfolio-item img {

	-webkit-transition: all 300ms linear;

	-moz-transition: all 300ms linear;

	-o-transition: all 300ms linear;

	-ms-transition: all 300ms linear;

	transition: all 300ms linear;



}

.portfolio-item .portfolio-desc {

    display: block;

    opacity: 0;

    position: absolute;

    width: 100%;

	left: 0;

	top: 0;

	color: rgba(220, 220, 220, 0.7);

    

}





.portfolio-item:hover .portfolio-desc {

	padding-top: 20%;

	height: 100%;

    transition: all 200ms ease-in-out 0s;

	opacity: 1;

     background-color: skyblue;

}



.portfolio-item .portfolio-desc a {

	color: #fff;

    

}

.portfolio-item .portfolio-desc a:hover {

	/*text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.7);*/

	text-decoration: none;

    

   

}

.portfolio-item .portfolio-desc .folio-info {

	top:-20px;

	

	padding: 30px;

	height: 0;

    opacity: 0;

    position: relative;

}



.portfolio-item:hover .folio-info{

	height: 100%;

    opacity: 0.8;

    transition: all 500ms ease-in-out 0s;

	top:-10px;

    background-color: skyblue;

}







.portfolio-item .portfolio-desc .folio-info h5 {

	text-transform: uppercase;

    

   

}

.portfolio-item .portfolio-desc .folio-info p {

	color: #ffffff;

	font-size: 12px;

    



}







/* ------------------------events.html ------------*/



.robot {
  height:82vh;
  min-height:50px;
  background: url("images/comps/eventsbanner3.jpg") center center no-repeat ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}



.quince {background-color:black;}

.dropdown-menu {
	background-color:#ffffff;
    color:#000000;
} 



.xbox {
   margin-top:1%;
   margin-bottom:1%;
}





/* Back to top button */

.back-to-top {
  position: fixed;
  background:#39C2D8;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

#celeste {
    color: #39C2D8;
   font-weight:600;
}



/*=== Featured section ===*/
.mu-hero-featured-area {
	display: inline;
	float: left;
	padding: 60px 0 96px;
	width: 100%;
}

.mu-hero-featured-content {
	display: inline;
	float: right;
	margin-top:5%;
	text-align: center;
	width: 100%;
}

.mu-hero-featured-content h1 {
	font-size: 43px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 15px;
}

.mu-hero-featured-content h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
}

.mu-event-date-line {
	background-color: #fff;
	color: #333;
	padding: 5px 10px;
	display: inline-block;
	margin-top: 10px;
	font-weight: 600;
}

.mu-event-counter-area {
	display: inline;
	float: left;
	margin-top:18px;
	width: 100%;
}

#mu-event-counter{
	display: inline;
	float: left;
	width: 100%;
	text-align: center;
}

.mu-event-counter-block {
	border: 2px solid black;
	border-radius: 50%;
	display: inline-block;
	height: 100px;
	width: 100px;
	text-align: center;
	font-size: 15px;
	color:black;
	margin: 0 20px;
	font-weight: 300;
}

.mu-event-counter-block span {
	display: block;
    background-color: transparent;
	font-size: 30px;
	font-weight: 700;
	padding-top: 24px;
	line-height: 40px; 
}

@media (max-width: 480px) {
	.mu-hero-featured-area {
		padding: 60px 0 60px;
	}

	.mu-hero-featured-content {
		margin-top:0.5px;
	}

	.mu-hero-featured-content h1 {
		font-size: 25px;
	}

	.mu-hero-featured-content h2 {
		font-size: 14px;
	}

	.mu-event-date-line {
		font-size: 12px;
	}

	.mu-event-counter-area {
		margin-top: 8px;
	}

	.mu-event-counter-block span {
		font-size: 18px;
		padding-top: 16px;
		line-height: 20px;
	}

	.mu-event-counter-block {
		height: 75px;
		width: 75px;
		font-size: 12px;
		margin: 0 5px;
	}

}




@media (max-width: 360px) {



	

	.mu-hero-featured-area {

      

		padding: 30px 0 30px;

	}



	.mu-event-counter-block {

		height: 56px;

		width: 56px;

		font-size: 10px;

	}



	.mu-event-counter-block span {

		font-size: 16px;

		padding-top: 10px;

		line-height: 16px;

	}



	

}

/* ---------*/
.blue-btn {
    position: relative;
    display: inline-block;
    border: 2px solid #00a5c8;
    background-color: #00a5c8;
    color:white;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
}

.light-btn {
    position: relative;
    display: inline-block;
    border: 2px solid #fc8f3a;
    background-color: rgba(255,255,255,0);
    color:white;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
}

.light2-btn {
    position: relative;
    display: inline-block;
    border: 2px solid #00a5c8;
    background-color: rgba(255,255,255,0);
    color:#00a5c8;
    font-size: 12px;
    line-height: 24px;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
}

.light3-btn {
    position: relative;
    display: inline-block;
    border: 2px solid #00a5c8;
    background-color: rgba(255,255,255,0);
    color:white;
    font-size: 12px;
    line-height: 24px;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
}

.white-btn {
    position: relative;
    display: inline-block;
    border: 2px solid #ffffff;
    background-color: rgba(255,255,255,0);
    color:white;
    font-size: 12px;
    line-height: 24px;
    padding: 3px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Open Sans',sans-serif;
}

.sizer {
  width:100%;
}

.bg-3 { 
      background-color: #474e5d; /* Dark Blue */
      color: #ffffff;
      padding-top: 20px;
      padding-bottom: 20px;
  }

.bg-4 { 
      background-color:#00a5c8;
      color: #ffffff;
      padding-top:2%;
      padding-bottom:2%;
  }
.bg-5 { 
      background-color:#ffffff;
      color: #00a5c8;
      padding-top:2%;
      padding-bottom:2%;
  }

.about {
    position: relative;
    text-align: center;
    padding: 40px 20px;
    border: 1px solid #EEE;
    margin: 15px 0;
}

.about i {
    font-size: 46px;
    margin-bottom: 28px;
}

.plug {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.fa-pencil-square-o {
    font-size:35px;
    color:white;
}

.fa-pencil-square-o:hover {
    color:#39C2D8;
}

/* ------------------------contact.html(second) ------------*/    

.dark-btn { 
    border: 2px solid #00a5c8;
    background-color: rgba(255,255,255,0);
    }

.dark-btn:hover {
    background-color: #00a5c8;
    color:white;
}

.newbanner {
  padding-top:44%;
  height:87vh;
  min-height:60px;
  background: url("images/comps/newbanner.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  padding-bottom: 100px;
}

#break {
    margin-top:6%;
    margin-bottom:12%;
}

@media screen and (max-height: 575px){ #rc-imageselect, .g-recaptcha {-webkit-transform: scale(0.77);
	-webkit-transform-origin:0 0;transform: scale(0.77);transform-origin:0 0;} }

.contactos {
    background-color:black;
    padding:5%;
    font-size:14px;
    color:white;
    text-align: justify;
    border-style: solid;
    border-color:#39C2D8;
     }

    @media screen and (max-width: 1200px) {
      .contactos {display: block;
        width:40%; } }

  .contact {
    background-color:black;
    padding:2%;
    font-size:12px;
    color:white;
    text-align: justify;
    border-style: solid;
    border-color:#39C2D8;
}

.symbol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid #e7e7e7;
  border-radius: 50%;
  background: #fff;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.symbol img {
  max-width: 49px;
}

.tabla {
   background-color:white;
   border: 1px solid #e7e7e7;
   padding-right:10px;
   padding-left: 10px;
   font-size:13px;
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
   box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}

::-webkit-input-placeholder {
 font-size: 13px;
}

/* -------------------wrone18.html/events(new page)------------*/
.wro {
  height:87vh;
  min-height:50px;
  background: url("images/nationalb.png") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.wro2 {
  height:57vh;
  min-height:50px;
  background: url("images/wro2018/wronc3.jpg") center center no-repeat ;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.national {
    margin-top:30%;
    color:#50bfd4;
}

span {
    background-color:white;
}

.tam {
 background-color:blue;
}

.rem {
    background-color:white;
    color:#fc8f3a;
    font-weight:400;
}

#about {
    margin-top:6%;
    margin-bottom:6%;
}

.service-col {
  padding: 40px 20px;
  margin: 0 10px;
  margin-bottom: 40px;
}

.service-col .service-icon {
  height: 140px;
  width: 140px;
  margin: 0 auto;
  border: 3px solid black;
  background-color: white;
}

.service-col .service-icon i {
  font-size: 5.5em;
  line-height: 140px;
  margin: 0 auto;
  color:black;
}

.bg-2 { 
      background-color: #474e5d; /* Dark Blue */
      color: #ffffff;
      padding-top: 70px;
      padding-bottom: 70px;
  }

.bg-3 { 
      background-color: #474e5d; /* Dark Blue */
      color: #ffffff;
      padding-top: 20px;
      padding-bottom: 20px;
  }

h3 , .lista {
 list-style: none;
 font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
 text-align: center;
 color:white;
}

 .bg-grey {
  background-color: #f6f6f6;
  }

.logo {
    color:#222047;
    font-size: 200px;
	background-color: #f6f6f6;
  }

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.modal-header, mo, .close {
      background-color:#4bbad0;
      color:white !important;
      text-align: center;
      font-size: 30px;
  }

  .modal-footer {
      background-color: #f9f9f9;
  }

.wanted {
    color:black;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    text-align: center;
}

.panel-default > .panel-heading {
    background-color:#000;
    color:white;
}

.panel-default h4 {
  font-size:13px;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border: none;
  padding: 0 0 0 32px;
}


.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: white;         /* adjust as needed */
    font-size:12px;
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
    font-size: 12px;
}

.panel-body {
     word-break: keep-all;
    font-size:12px; 
}

.abc {
    text-align: justify;
    font-size:15px;
    margin-bottom:5%;
}

.services-content1 {
	padding: 30px 20px 20px 89px;
	/* margin-top: 30px; */
	background: #ffffff;
	border: 1px solid #8dc63f;
	text-align: left;
	position: relative;
	/* z-index: 9; */
	box-shadow: 2px 2px 4px rgb(141,198,63);
}

.services-content1:before {
    content: '';
    background-color:#8dc63f;
    padding: 2px;
    width: 100%;
    top: -6px;
    right: -6px;
    position: absolute;
    z-index: -1;
    bottom: 4px;
    -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Safari */
    transform: rotate(3deg);
}

.services-content2 {
	padding: 30px 20px 20px 89px;
	/* margin-top: 30px; */
	background: #ffffff;
	border: 1px solid #fc8f3a;
	text-align: left;
	position: relative;
	/* z-index: 9; */
	box-shadow: 2px 2px 4px rgb(252,143,58);
}

.services-content2:before {
    content: '';
    background-color:#fc8f3a;
    padding: 2px;
    width: 100%;
    top: -6px;
    right: -6px;
    position: absolute;
    z-index: -1;
    bottom: 4px;
    -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Safari */
    transform: rotate(3deg);
}

.services-content3 {
	padding: 30px 20px 20px 89px;
	/* margin-top: 30px; */
	background: #ffffff;
	border: 1px solid #4bbad0;
	text-align: left;
	position: relative;
	/* z-index: 9; */
	box-shadow: 2px 2px 4px rgb(75,186,208);
}

.services-content3:before {
    content: '';
    background-color:#4bbad0;
    padding: 2px;
    width: 100%;
    top: -6px;
    right: -6px;
    position: absolute;
    z-index: -1;
    bottom: 4px;
    -ms-transform: rotate(3deg); /* IE 9 */
    -webkit-transform: rotate(3deg); /* Safari */
    transform: rotate(3deg);
}

.services .fa {
	color:black;
	font-size: 38px;
	/* padding-left: 15px; */
	float: left;
	/* background: #9e015e; */
	width: 90px;
	position: absolute;
	top: 40%;
	bottom: 0;
	left: 12px;
	/* border-top: 1px solid #03a9f4; */
	z-index: 9;
}

.ten {
   color:black;
   font-size:13px;
}

.ten:hover {
    color:#4bbad0;
}

/* -------------------sumcamp18.html------------*/
.camp {
    text-align: justify;
    text-justify: inter-word;
    word-break: keep-all;
    font-family: 'Lato', sans-serif;
}

.container .btns{
  position: absolute;
  top: 65%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Lato', sans-serif;
}

.button {
  text-align: center;
  cursor: pointer;
}

.white .download {color:#ffffff;}

.white:hover {
    color:white;
}
.whitelink {
	color:#ffffff;
}

.header {
  height:80vh;
  min-height:50px;
  background: url("images/robots.png") center center no-repeat;

  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

a.btn-cta-primary, .btn-cta-primary {
  background: #074f66;
  border: 1px solid #074f66;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

a.btn-cta-primary:hover,.btn-cta-primary:hover {
  background: #053c4e;
  border: 1px solid #053c4e;
  color: #fff;
}

a.btn-cta-secondary,.btn-cta-secondary {
  background: #eebf3f;
  border: 1px solid #eebf3f;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

a.btn-cta-secondary:hover,.btn-cta-secondary:hover {
  background: #ecb728;
  border: 1px solid #ecb728;
  color: #fff
}

.thick {
  font-weight: bold;
  color: #39C2D8;
}
.thick2 {
  font-weight: bold;
}

.week {
    width:100%;
    height:20%;
}

h2, h4 {
    font-family: 'Lato', sans-serif;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}

.timeline > li:before,.timeline > li:after {
  content: " ";
  display: table;

}

.timeline > li:after {
	clear: both;
}

.timeline > li:before,.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 95%;
  float: left;
  border: 1px solid #d4d4d4;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 24px;
  height: 24px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: -12px;
  z-index: 100;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge > a {
  color: #C5C7C5 !important;
}

.timeline-badge a:hover {
  color: #000 !important;
}

.timeline-body > p,
.timeline-body > ul {
    padding:6px;
    margin-bottom: 0;
    background-color:#23231F;
    color:white;
}

.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-footer{
    padding:20px;
    background-color:#f4f4f4;
}

.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
}

.timeline > li.timeline-inverted{
  float: right; 
  clear: right;
  margin-top: 30px;
  margin-bottom: 30px;
}

.timeline > li:nth-child(2){
  margin-top: 60px;
}

.timeline > li.timeline-inverted > .timeline-badge{
  left: -12px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

ul.timeline > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }

ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }

 ul.timeline > li > .timeline-panel {
        float: right;
    }

 ul.timeline > li > .timeline-panel:before {
	 border-left-width: 0;
	 border-right-width: 15px;
	 left: -15px;right: auto;
        }

ul.timeline > li > .timeline-panel:after { 
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline > li.timeline-inverted{
  float: left; 
  clear: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.timeline > li.timeline-inverted > .timeline-badge{
  left: 28px;
}

/* -------------------------prep.html ------------*/  
.space {
		padding-bottom: 50px;
}  
    
.lastbox {
	margin-bottom: 50px;
}

#five {
    color:red;    
    }
      
/* ------------------------contact.html(first) ------------*/
/* form */

table {
	width: 100%;
}

td {
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

th {
	text-align: center;
}
  
.map {
    border-radius: 10px;
    overflow: hidden;
    height: 350px;
    position: relative;
}

@media (min-width: 1200px){
.containerx {width: 1170px;}}

@media (min-width: 992px){
.containerx { width: 970px;}}

	@media (min-width: 768px){.containerx {width:750px;}}}

.lefty {
	text-align: left;
}

.formheader {
	padding-left: 15px;
	line-height: 0.25;
}