* {
  box-sizing: border-box; }

.col-md-4 {
  width: 30%;
  float: left; }

.top-links {
  list-style-type: none; 
  //width: 30%;
   //float: left;
  }

#logo-img {
    width: 30%;
    float: left;
}
#mainNav{
  background:white;
  width:calc(100% - 150px);
  height: 68px !important;
  position: fixed;
  top: 0px;
  z-index: 101;
}

ul.top-links {
    //display: inline-block;
    padding: 0;
    margin: 0;
    float:right;
}

ul.top-links li {display: inline;}

ul.top-links li a {
    color: black;
    float: left;
    padding: 18px 16px;
    text-decoration: none !important;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
}
ul.top-links li a.active {
    background-color: #5373ae;
    color: white;
}
.active{
  background-color: #5373ae;
  color: white;
}

ul.top-links li a:hover:not(.active) {
	background-color: #ddd;
}

@media screen and (max-width: 480px) {
	.menu{
		display:none;
	}
}
header {
  background-image: url("../img/header-bg2.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: orange;
  text-shadow: 1px 1px black; }

header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px; }

header .intro-text .intro-lead-in {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px; }

header .intro-text .intro-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px; }

  header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px; }

  header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    margin-bottom: 50px; } }
    
.dropbtn{
	display: none;
}
    
    
@media screen and (max-width: 1040px) {
    /* Dropdown Button */
.dropbtn {
	display: inline;
    background-color: #5373ae;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #435c8a;
}

/* The container <div> - needed to position the dropdown content */
.PSDropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.PSDropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.PSDropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.PSDropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu (use JS to add this class to the .PSDropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}
}

.video{
	width: 50%;
  	float:left; 
  	padding-bottom:5px;
}
@media screen and (max-width: 768px) {
	.video{
		width: 100%;
		float:left; 
	}
}
.btn-xl{
    color: white !important;
    background-color: #5373ae;
    border-color: #5373ae;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 10px 40px;
    text-decoration:none !important;
    //margin:25px !important;
    text-shadow: none;
}
.ext-links-btns{
	float: left;
	width: 50%;
}
@media screen and (max-width: 544px) {
	.btn-xl{
   		 color: white !important;
   		 background-color: #5373ae;
  		 border-color: #5373ae;
    	 font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    	 text-transform: uppercase;
    	 font-weight: 700;
   		 border-radius: 3px;
   		 font-size: 18px;
   		 padding: 5px 20px;
    	 text-decoration:none !important;
   		 //margin:3px !important;
    	 text-shadow: none;
    	 width: 100%;
	}
	.ext-links-btns{
		float: left;
		width: 100%;
		margin:10px;
	}

}
.col-md-4{
    float: left;
    width: 30%;
    height: 850px;
    margin: 10px;
} 
@media screen and (max-width: 1200px) {
  .col-md-4 {
     height: 1040px;
  } 
}
@media screen and (max-width: 980px) {
  .col-md-4 {
     height: 1250px;
  } 
}
@media screen and (max-width: 768px) {
  .col-md-4 {
    float: left;
    width: 100%;
    height: 100%; 
  } 
}


//Timeline
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #fed136;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.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 > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

//team members
.col-sm-4{
	width:33.3333%;
  	float:left;
  	text-align:center;
  	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.col-sm-4{
		width:100%;
  		float:left;
  		text-align:center;
  	}
  	

}
ul.list-inline.social-buttons {
    list-style-type: none;
}
.customer-img{
	float:left;
	width: 25%;
	margin: 50px auto;
}
@media screen and (max-width: 768px) {
	.customer-img{
		float:left;
		width: 50%;
		margin: 50px auto;
	}
}
.bg-light-gray {
    background-color: #eeeeee;
}




/*Modal CSS*/

.PSmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.PSmodal-content {
    background-color: #fefefe;
    margin: 5% auto; /* 5% from the top and centered */
    //padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}
.PSmodal-header {
    padding: 2px 16px;
    background-color: #5373ae;
    color: white;
    
}

/* The Close Button */
.PSclose {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: 15px;
}

.PSclose:hover,
.PSclose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
//end of modal
.PSmodal-links{
	list-style-type: none !important;
	cursor:pointer;
}    
ul.PSmodal-links {
    //display: inline-block;
    padding: 0;
    margin: 0;
    float:right;
}

ul.PSmodal-links li {display: inline;}

ul.PSmodal-links li a {
    color: #555;
    float: left;
    padding: 0px 16px;
    text-decoration: none !important;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}
.copyright {
    line-height: 40px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    text-transform: none;
}
.img-product{
    height:200px !important
}