@charset "utf-8";


/* CSS Document */

/**
   Coded by /u/j0be in scss.
   See scss source here -> https://codepen.io/j0be/pen/MKRVyN
*/

/* LIGHT THEME */ /* Mixins */ /* Vars */ body {
	
	 background:#FFF;

  
  } 

 .tabs_wrapper { 
 width: 95%; 
 text-align: center; 
 margin:250px 50px; 
 background: transparent; 
 } 
 
 ul.tabs {
	  display:inline-block; 
	  vertical-align: top; 
	  position: relative; 
	  z-index: 10; 
	  margin: 25px 0 0; 
	  padding: 0; 
	  width: 23%; 
	  min-width: 175px; 
	 
	  list-style: none; 
	  -ms-transition: all .3s ease;
	   -webkit-transition: all .3s ease; 
	   transition: all .3s ease; 
	   box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4); 
	   } 
	   
	   ul.tabs li { 
	   margin: 0; 
	   cursor: pointer; 
	   padding: 0px 15px; 
	   line-height: 51px; 
	   color: white; 
	   text-align: left; 
	   font-weight: bold; 
	   background-color: #17183a; 
 
 } 
 ul.tabs li:hover {
	  background: #0f1028;
 } 
 
 ul.tabs li.active {
	  background: #3E50B4; 
 } 
 
 .tab_container { 
 display: inline-block; 
 vertical-align: top;
  position: relative; 
  z-index: 20; 
  margin-left:30px;
  width: 70%;
   min-width: 10px; 
   text-align: left; 
   background: white;
    border-radius: 12px; box-shadow: 2px 2px 10px #FFF; } 
	
	.tab_content {
		 padding: 25px; 
		 height: 100%; 
		 display: none; 
		 }
		 
		  .tab_drawer_heading { 
		  display: none;
		  font-family:Arial, Helvetica, sans-serif;
		   } 
		   
		   @media screen and (max-width: 781px) {              
		        ul.tabs {
			    display: none; 
				} 
				
				.tab_container {
					 display: block; 
					 margin: 0 auto; 
					 width: 95%; 
					 border-top: none;
					  border-radius: 0; 
					  box-shadow: 0px 0px 10px black;              
					    } 
					  
					  .tab_drawer_heading {                    
					  
					   background-color: #ccc;
					   background: #600026; /* Old browsers */ 
					   background: -moz-linear-gradient(top, #600026 0%, #c60943 100%); /* FF3.6+ */ 
					   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #600026), color-stop(100%, #c60943));
					    /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #600026 0%, #c60943 100%); /* Chrome10+,Safari5.1+ */ 
						background: -o-linear-gradient(top, #600026 0%, #c60943 100%); /* Opera 11.10+ */ 
						background: -ms-linear-gradient(top, #600026 0%, #c60943 100%); /* IE10+ */
						 background: linear-gradient(to bottom, #600026 0%, #c60943 100%); /* W3C */ 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#600026', endColorstr='#c60943',GradientType=0 );
 /* IE6-9 */ color: #fff; 
 margin: 0;
  padding: 5px 20px; 
  display: block; 
  cursor: pointer; 
  -webkit-touch-callout: none;
   -webkit-user-select: none; 
   -khtml-user-select: none; 
   -moz-user-select: none;
    -ms-user-select: none; 
	user-select: none; 
	text-align: center; 
	}
	
	
	 .tab_drawer_heading:hover { 
	 background: #ccc;
	  background: #ae0046;
	   background: -moz-linear-gradient(top, #ae0046 0%, #fb0f56 100%); 
	   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ae0046), color-stop(100%, #fb0f56));
	    background: -webkit-linear-gradient(top, #ae0046 0%, #fb0f56 100%); 
		background: -o-linear-gradient(top, #ae0046 0%, #fb0f56 100%); 
		background: -ms-linear-gradient(top, #ae0046 0%, #fb0f56 100%); 
		background: linear-gradient(to bottom, #ae0046 0%, #fb0f56 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ae0046', endColorstr='#fb0f56',GradientType=0 );    color: white;
		 } 

.d_active { 
background: #fff; 
background: #4c001e; 
background: -moz-linear-gradient(top, #4c001e 0%, #9f0735 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4c001e), color-stop(100%, #9f0735)); 
background: -webkit-linear-gradient(top, #4c001e 0%, #9f0735 100%); 
background: -o-linear-gradient(top, #4c001e 0%, #9f0735 100%); 
background: -ms-linear-gradient(top, #4c001e 0%, #9f0735 100%); 
background: linear-gradient(to bottom, #4c001e 0%, #9f0735 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c001e', endColorstr='#9f0735',GradientType=0 ); 
color: #dddddd; }
 } 
 

		
footer {
	
  background: #191919;
  color: #fff;
  margin: 0;
  font-family:Arial, Helvetica, sans-serif;

}
footer .centered {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .centered .footer-logo {
  width: 20%;
}
footer .centered .footer-logo img.logo {
  padding: 30px 20px 10px 20px;
  max-width: 100%;
}
footer .centered .footer-contact {
  width: 20%;
  margin-top:30px; 
}
footer .centered .footer-navigation {
  width: 60%;
}
footer .centered .footer-navigation .footer-links-holder {
  width: 33.33333%;
  position: relative;
  float: left;
  margin: 0;
  margin-top:30px; 
}
footer .centered .footer-navigation .footer-links-holder .footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  
}
footer .bottom-bar {
  position: relative;
  text-align: center;
  font-size: 0.8em;
  text-transform: uppercase;
  background: #000;
  padding: 15px 0;
}
/* Responsive Tablet Sizes */
@media only screen and (max-width: 749px) {
  footer .centered {
    flex-wrap: wrap;
  }
  footer .centered .footer-logo {
    max-width: 250px;
    width: 50%;
  }
  footer .centered .footer-contact {
    width: 50%;
    padding: 0 20px;
  }
  footer .centered .footer-navigation {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    padding: 0 20px;
  }
}
/* Responsive Mobile Sizes */
@media only screen and (max-width: 500px) {
  footer .centered .footer-logo {
    width: 100%;
    margin: 0 auto;
  }
  footer .centered .footer-contact {
    width: 100%;
  }
  footer .centered .footer-navigation .footer-links-holder {
    width: 100%;
    padding: 0;
  }
  footer .centered .footer-navigation .footer-links-holder h3 {
    margin: 0;
    padding: 10px 20px;
    border-top: #000 1px solid;
    cursor: pointer;
  }
  footer .centered .footer-navigation .footer-links-holder h3::after {
    /* Down Arrows */
    float: right;
    margin-right: 10px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
  }
  footer .centered .footer-navigation .footer-links-holder .footer-links {
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
  }
  footer .centered .footer-navigation .footer-links-holder.active h3::after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  footer .centered .footer-navigation .footer-links-holder.active .footer-links {
    max-height: 10000px;
  }
}

/* Typography */
footer h3 {
  font-weight: lighter;
  font-style: italic;
   font-size:19px;
  margin-bottom: 0;
}
footer p, footer li {
  font-weight: 400;
  text-transform: uppercase;
    font-size:14px;
  letter-spacing: 0.05em;
  margin: 10px 0;
}
footer a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: color 0.5s, background 0.5s;
  transition: color 0.5s, background 0.5s;
}
footer a:hover {
  color: #65c2ed;
}
footer a.service:hover {
  color: #F33;
}
/* Misc CSS */
.clearfix:before, .clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}



/* Social Icons */
footer .container .social {
  text-align: left;
}
.social a {
  display: inline-block;
  padding: 7px;
  width: 35px;
  height: 35px;
  margin: 0 2px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
}
.social a:hover {
  background: #65c2ed;
}
.social a.linkedin {
  padding: 4px;
}
.social a svg .face, .social a svg .twit, .social a svg .link {
  fill: #000;
}

