/* Add your CSS here */


/* Logo Height on Scroll */
.header.headhesive.headhesive--stick .logo img {
	/*height: 28px;*/
}

/*Reduced space between the black breadcrumps bar and the content of the page. Default is 90px*/

.page-content {padding-top:60px;} 

/*Changed padding around the logo so the white space is tight*/

/* Logo */
.header .logo {
  margin: 0;
  padding: 10px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  float: left;
}

/*font size*/

/*changed background to repeat and different image
body.bg1 {
  background: #ffffff url(../images/bg2.jpg) 100% 0 repeat-y;
  -webkit-background-size: contain;
  background-size: contain;
}*/




body {
  background-color: #fff;
  color: #333333;
  font-family: 'Muli', sans-serif;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
}

/*Change color of Header 1,2,3...*/

/*
// #Headings
// --------------------------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0 0 1em 0;
  color: #16B2AC;
  text-transform: uppercase;
}

.pcenter {text-align: center;}

/* Slider height */

.royalSlider { height: 240px;}

@media (min-width: 768px) {
    .royalSlider { height: 420px;}
}

@media (min-width: 992px) {
    .royalSlider { height: 540px;}
}
/*distance between menu and slider; was 40px before*/
.sliderHolder {
    padding: 10px 0 0 0;
}

/*Slider small text */

.tp-caption.stability_verysmall_white_mw {
	
	max-width:750px;
	
}

/*button in the slider*/

.tp-caption a:hover {
color:#ffffff;
}


.tp-caption a {
color:#ffffff;
text-shadow:none;
-webkit-transition:all 0.2s ease-out;
-moz-transition:all 0.2s ease-out;
-o-transition:all 0.2s ease-out;
-ms-transition:all 0.2s ease-out;
}

.tp-caption a:hover {
color:#ffffff;
}
/*increase dark overlay in the slider*/

.rsOverlay {
  opacity: 0.55;
  filter: alpha(opacity=55.00000000000001);
  position: absolute;
  top: 10;
  right: 0;
  left: 0;
  height: 80%;
  background: #000;
}
@media (min-width: 768px) {
  .rsOverlay {
    height: 70%;
    top: 17%;
  }
}




.bContainer {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .bContainer {
    top: 30%;
  }
}
/*grey dividers in top title in the slider*/
.bContainer .stability_graydivider2px.left {
  margin-left: -250px;
}

.bContainer .stability_graydivider2px.right {
  margin-left: 170px;
}

/* Responsive video */
.video-container {
	position:relative;
	padding-bottom:66.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*changed color of the top bar to teal*/

.header-top {
  background: #16B2AC;
  padding: 14px 0;
  color: #000000;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
}



.header-top ul {
  padding-top: 10px;
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  margin: 0;
  display: inline-block;
}

.header-top-left {
  float: left;
  
}

/* Table Header */

.table > thead > tr > th {
  padding: 14px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
  background-color: #000000;
}





/*Links for schedule page*/


a.sch {font-size: 150%;}



/*
// #Buttons
// --------------------------------------------------
*/

/*Buttons Style Endss (font color)*/



/*// #Links
// --------------------------------------------------
*/
/*.container a:link{
  color: #00a9a1;
  text-decoration: none;
}

.container a:hover {
  color: #000000;
  text-decoration: underline;
}

*/

/*.container a:visited {
  color: #000000;
  text-decoration: none;
}*/



/*Attention style*/

.attention {
    color:purple;
	font-weight: bold;
	text-transform: uppercase; 
}



/*Note style*/

.note {
    color:grey;
	font-size: 9px;
	 
}

/*Changed color for divider with a cercle in the middle*/
.hr-with-icon.icon-primary {
  color: #16B2AC;
}

/* Checkbox */
.checkbox__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.checkbox__custom label:before {
  position: absolute;
  top: 1px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  content: "";
}
.checkbox__custom input[type="checkbox"] {
  display: none;
}
.checkbox__custom input[type="checkbox"]:checked + span:before {
  position: absolute;
  top: 0;
  left: -18px;
  display: block;
  content: "";
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 14px;
  color: #16B2AC;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.checkbox__custom.checkbox__style2 label:before {
  background: #16B2AC;
  border-color: #16B2AC;
}
.checkbox__custom.checkbox__style2 input[type="checkbox"]:checked + span:before {
  color: #fff;
}
.checkbox__custom.checkbox__style3 input[type="checkbox"]:checked + span:before {
  color: #2f2f2f;
}
.checkbox__custom.checkbox__style4 label:before {
  border-color: #16B2AC;
}
.checkbox__custom.checkbox__style4 input[type="checkbox"]:checked + span:before {
  color: #16B2AC;
}

/*checkboxes end*/

/* Radio Button */
.radio__custom label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 5px;
}
.radio__custom label:before {
  position: absolute;
  top: 1px;
  left: -20px;
  display: inline-block;
  margin-right: 10px;
  width: 18px;
  height: 18px;
  border: 1px solid #dcdcdc;
  border-radius: 50%;
  background-color: #fff;
  content: "";
}
.radio__custom input[type="radio"] {
  display: none;
}
.radio__custom input[type="radio"]:checked + span:before {
  position: absolute;
  top: 6px;
  left: -15px;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #16B2AC;
  content: "";
}
.radio__custom.radio__style2 label:before {
  background: #16B2AC;
  border-color: #16B2AC;
}
.radio__custom.radio__style2 input[type="radio"]:checked + span:before {
  background: #fff;
}
.radio__custom.radio__style3 input[type="radio"]:checked + span:before {
  background: #2f2f2f;
}
.radio__custom.radio__style4 label:before {
  border-color: #16B2AC;
}
.radio__custom.radio__style4 input[type="radio"]:checked + span:before {
  background: #16B2AC;
}

/*radio buttons end*/
/*widget code
.widget__sidebar a:link {
    color: #00a9a1;
	text-decoration: none;
}

.widget__sidebar a:visited {
    color: #00a9a1;
	text-decoration: none;
}

.widget__sidebar a:hover {
  color: #000000;
  text-decoration: underline;
}

.page-heading a:link {
    color:#ffffff;
	text-decoration: none;
}

.page-heading a:visited {
    color:#ffffff;
	text-decoration: none;
}

.widget__footer a:visited {
    color:#ffffff;
	text-decoration: none;
}

.widget__footer a:link {
    color:#ffffff;
	text-decoration: none;
}*/

.footer-copyright a:link {
    color:#ffffff;
	text-decoration: none;
}

.footer-copyright a:visited {
    color:#ffffff;
	text-decoration: none;
}

/* #Links
// --------------------------------------------------
*/

.featured-item .featured-link {
  text-align: left;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  color: #fff;
}

.featured-item:hover {
    background-color: #16a8ac;
  }

/* Left marging for "list" class*/
.list ul li {
    position: relative;
    margin-left: 20px;
}

/*call out format*/


.buttonscontainer-rr {width: 100px;}

.buttons-rr a {color: #ffffff;
padding: 2px;
padding-left: 4px;
display: block;
font: 12px Arial Narrow, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons-rr a:hover {
color: #16B2AC;
font-weight: bold;
text-decoration: none;}


.buttonscontainer-cert {width: 100px;}

.buttons-cert a {color: #00000;
padding: 2px;
padding-left: 4px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons-cert a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: none;}



.buttonscontainer-cert-sp {width: 100px;}

.buttons-cert-sp a {color: #ffffff;
padding: 0px;
padding-left: 4px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttons-cert-sp a:hover {
color: #A4ADBF;
font-weight: bold;
text-decoration: none;}



.buttonscontainer-sp {width: 125px;}

.buttons-sp a {color: #ffffff;
padding: 0px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttons-sp a:hover {
color: #D53403;
font-weight: bold;
text-decoration: none;}


.buttonscontainer-se {width: 125px;}

.buttons-se a {color: #ffffff;
padding: 0px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttons-se a:hover {
color: #f2c779;
font-weight: bold;
text-decoration: none;}


.buttonscontainer-tc {width: 100px;}

.buttons-tc a {color: #FFFFFF;
padding: 0px;
padding-left: 4px;
display: block;
font: 12px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: center;}

.buttons-tc a:hover {
color: #ffffff;
font-weight: bold;
text-decoration: none;}


.list-p ul li {
    position: relative;
    padding: 0 0 8px 20px;
}


/*  Portfolio Description  */
.project-desc2 {
  text-align: left;
  padding: 25px 20px;
}
.project-desc2 .title {
  margin-bottom: 5px;
}
.project-desc2 .title > a {
  color: #2f2f2f;
}

.products .product .project-item-inner2 {
  position: relative;
}
.products .product .project-desc2 {
  text-align: left;
}
.products .product .project-desc2 .title {
  margin-bottom: .10em;
  margin-top: .10em;  
}

/*Contact Form fields adjustments on the Home Page*/

.form-group2 {
    margin-bottom: 30px;
}


