.dropdown-arrow-inverse {
  border-bottom-color: #5e5e5e !important;
  border-top-color: #5e5e5e !important;
}
/* styles from flat-ui-free2.0.0-fix.less files */
body {
  color: #5e5e5e;
  font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
  font-size: 14px;
  line-height: 1.231;
}
input,
button,
select,
textarea {
  font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
  font-size: 14px;
}
a {
  color: #d5a024;
  text-decoration: none;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}

#wpfooter {position: relative!important;}

a:hover {
  color: #d5a024;
  text-decoration: none;
}
h1,
.h1 {
  font-size: 48px /* 64px */;
}
h2,
.h2 {
  font-size: 41px /* 52px */;
}
h3,
.h3 {
  font-size: 32px /* 40px */;
}
h4,
.h4 {
  font-size: 23px /* 29px */;
}
h5,
.h5 {
  font-size: 21px /* 28px */;
}
h6,
.h6 {
  font-size: 19px /* 24px */;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2em;
}
h1 {
  font-weight: 700;
}
h2 {
  font-weight: 700;
  margin-bottom: 2px;
  font-family: "adelle", adelle, serif, Arial, Helvetica;
}
h3 {
  font-weight: 700;
  margin-bottom: 4px;
  margin-top: 2px;
}
h4 {
  font-weight: 500;
  margin-top: 4px;
}
h5 {
  font-weight: 500;
}
h6 {
  font-weight: normal;
}
p {
  font-size: 18.004px;
  /* 18px */
  line-height: 1.722169;
  /* 31px */
}

.content-35.testing {}

.content-35.testing.serifheadline {text-align: center;}
.content-35.testing.serifheadline h2 {display: inline-block;}
.content-35.testing.serifheadline p {
padding-top: 10px;
font-size: 23px;
letter-spacing: normal;
font-weight: 200;
font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
padding-bottom: 0;
line-height: 38px;
margin: 0;
width: 75%; margin-left: auto; margin-right: auto;
}
.content-35.testing .larger {min-height: inherit;}
.content-35.testing.serifheadline .smaller {min-height: inherit; text-align: left; padding-top: 0; padding-bottom: 175px;}
.content-35.testing.serifheadline .smaller p {
font-size: 18px;
line-height: 1.72222;
width: 100%;
padding-left: 50px;
padding-right: 30px;
}

.content-35.testing.serifheadline .smaller .btns.left {
display: block;
padding-left: 50px;
margin-top: 35px;
}

.serifheadline { color: #333;}
.serifheadline h2, .content-36.design.serifheadline h2 {
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-size: 40px; 
font-weight: 100;
letter-spacing: normal;
margin-bottom: 25px;
border-bottom: 2px dashed #78c6ff; display: inline-block;
padding-bottom: 25px;
font-style: italic;
}
.serifheadline p, .content-36.design.serifheadline p {padding-top: 10px; font-size: 23px; letter-spacing: normal; font-weight: 200;
font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
padding-bottom: 0;
line-height: 38px;
}

.serifheadline p span, .content-36.design.serifheadline p span {font-style: italic; font-weight: 400;}

.btn-play {font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;}

.lead {
  font-size: 28px;
  /* 28px */
  line-height: 1.4642745;
  /* 41px */
  font-weight: 300;
  margin-bottom: 20px;
}
small {
  font-size: 84%;
  /* 15px */
  line-height: 2.050846;
  /* 31px */
}
blockquote {
  position: relative;
  border-left: none;
  padding-left: 19px;
}
blockquote p {
  font-size: 20.006px;
  line-height: 1.549829;
  font-weight: normal;
  margin-bottom: .4em;
}
blockquote small {
  font-size: 18.004px;
  line-height: 1.722169;
  font-style: italic;
  color: #5e5e5e;
}
blockquote small:before {
  content: "";
}
blockquote:before {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: #ebedee;
  content: "";
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.img-rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.img-comment {
  font-size: 14.994px;
  line-height: 1.231;
  font-style: italic;
  margin: 24px 0;
}
.text-primary {
  color: #d5a024;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c49423;
}
.text-success {
  color: #2ecc71;
}
a.text-success:hover,
a.text-success:focus {
  color: #25a35a;
}
.text-danger {
  color: #d5a024;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #b93d30;
}
.text-warning {
  color: #f1c40f;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c19d0c;
}
.text-info {
  color: #3498db;
}
a.text-info:hover,
a.text-info:focus {
  color: #2a7aaf;
}
.text-inverse {
  color: #ffffff;
}
a.text-inverse:hover,
a.text-inverse:focus {
  color: #cccccc;
}
.muted {
  color: #bdc3c7;
}
a.muted:hover,
a.muted:focus {
  color: #979c9f;
}
footer {
  background-color: transparent;
}
.input-append input {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: #000000;
}
.bg-turquoise {
  background-color: #d5a024;
}
.bg-green-sea {
  background-color: #d5a024;
}
.bg-emerland {
  background-color: #2ecc71;
}
.bg-nephritis {
  background-color: #27ae60;
}
.bg-peter-river {
  background-color: #3498db;
}
.bg-belize-hole {
  background-color: #2980b9;
}
.bg-amethyst {
  background-color: #9b59b6;
}
.bg-wisteria {
  background-color: #8e44ad;
}
.bg-wet-asphalt {
  background-color: #5e5e5e;
}
.bg-midnight-blue {
  background-color: #5e5e5e;
}
.bg-sun-flower {
  background-color: #f1c40f;
}
.bg-orange {
  background-color: #f39c12;
}
.bg-carrot {
  background-color: #e67e22;
}
.bg-pumpkin {
  background-color: #d35400;
}
.bg-alizarin {
  background-color: #d5a024;
}
.bg-pomegranate {
  background-color: #c0392b;
}
.bg-clouds {
  background-color: #ecf0f1;
}
.bg-silver {
  background-color: #bdc3c7;
}
.bg-concrete {
  background-color: #95a5a6;
}
.bg-asbestos {
  background-color: #7f8c8d;
}
.bg-base {
  background-color: #5e5e5e;
}
.bg-firm {
  background-color: #d5a024;
}
.bg-success {
  background-color: #2ecc71;
}
.bg-danger {
  background-color: #d5a024;
}
.bg-warning {
  background-color: #f1c40f;
}
.bg-info {
  background-color: #3498db;
}
.bordered {
  border-style: solid;
}
.bordered.bg-turquoise {
  border-color: #d5a024;
}
.bordered.bg-emerland {
  border-color: #27ae60;
}
.bordered.bg-peter-river {
  border-color: #2980b9;
}
.bordered.bg-amethyst {
  border-color: #8e44ad;
}
.bordered.bg-wet-asphalt {
  border-color: #5e5e5e;
}
.bordered.bg-sun-flower {
  border-color: #f39c12;
}
.bordered.bg-carrot {
  border-color: #d35400;
}
.bordered.bg-alizarin {
  border-color: #c0392b;
}
.bordered.bg-clouds {
  border-color: #bdc3c7;
}
.bordered.bg-concrete {
  border-color: #7f8c8d;
}
html,
body {
  height: 100%;
}
body {
  overflow-x: hidden;
  color: #7f8c8d;
  line-height: 1.29;
}
@media (max-width: 767px) {
  body {
    padding-right: 0;
    padding-left: 0;
  }
}
li {
  line-height: 20px;
}
.btn {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 22px;
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
.btn.btn-large {
  font-size: 17px;
  padding: 12px 18px;
}
.btn > [class^="fui-"] {
  margin-left: 4px;
  margin-right: 4px;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}
.input-group-btn .btn {
  background: #bdc3c7;
  line-height: 9px 12px 10px;
  line-height: 22px;
  border: 0;
  margin: 0;
  color: #fff;
  margin-left: 0 !important;
  padding-left: 10px;
  padding-right: 12px;
}
.input-group-btn .btn:hover {
  background: #cacfd2;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  outline: none;
}
.form-group {
  margin-bottom: 10px;
}
label {
  line-height: 20px;
}
.carousel {
  line-height: 1;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
p {
  margin-bottom: 10px;
}
.page-wrapper {
  position: relative;
  /*z-index: 2;*/
  background: #fff;
  overflow: hidden;
  min-height: 100%;
}
.header-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loaded .page-wrapper,
.loaded .header-antiflicker,
.loaded body > header .header-background {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.loaded.nav-visible .page-wrapper,
.loaded.nav-visible .navbar.navbar-fixed-top,
.loaded.nav-visible .header-antiflicker,
.loaded.nav-visible body > header .header-background {
  -webkit-transform: translate3d(-230px, 0, 0);
  -moz-transform: translate3d(-230px, 0, 0);
  -o-transform: translate3d(-230px, 0, 0);
  transform: translate3d(-230px, 0, 0);
}
.loaded.no-csstransitions .page-wrapper,
.loaded.no-csstransitions .header-antiflicker {
  left: 0;
}
.loaded.no-csstransitions.nav-visible .page-wrapper,
.loaded.no-csstransitions.nav-visible .navbar.navbar-fixed-top,
.loaded.no-csstransitions.nav-visible .header-antiflicker {
  left: -230px !important;
  right: auto;
}
.carousel-indicators {
  width: 100%;
  left: 0;
  margin-left: 0;
}

.carousel-indicators li {
margin-left: 8px;
margin-right: 8px;
width: 10px;
height: 10px;
display: inline-block;
-webkit-border-radius: 99999px;
border-radius: 9999px;
background-color: #fff;
-webkit-box-shadow: 0 0 5px 1px rgba(0,0,0,0.12);
box-shadow: 0 0 5px 1px rgba(0,0,0,0.12);
cursor: pointer;
text-indent: -9999px;
overflow: hidden;
border: 1px solid transparent;
-webkit-transition: background-color 0.25s, border-color 0.25s;
-moz-transition: background-color 0.25s, border-color 0.25s;
transition: background-color 0.25s, border-color 0.25s;
}

.carousel-indicators .active, .carousel-indicators li:hover {
background-color: transparent;
border: 1px solid white;
-webkit-transition: background-color 0.25s, border-color 0.25s;
-moz-transition: background-color 0.25s, border-color 0.25s;
transition: background-color 0.25s, border-color 0.25s;
margin-left: 8px;
margin-right: 8px;
}

[class^="fui-"] {
  display: inline-block;
  vertical-align: middle;
}
body > section,
header,
footer {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer {position: relative; z-index: 500; background: white;}
@media (max-width: 767px) {
  body > section,
  header,
  footer {
    padding-right: 5px;
    padding-left: 5px;
  }
}
img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
     color: #5e5e5e;
}
h1 {
  font-weight: normal;
}
h3 {
  font-weight: normal;
}
img {
  -webkit-backface-visibility: hidden;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  outline: none;
}
#bgVideo {
  overflow: hidden;
}
#bgVideo > video {
  position: absolute !important;

}
.delimiter {
  margin-top: 200px;
}
.delimiter.line {
  margin-top: 150px;
  margin-bottom: 150px;
  border-top: 2px solid #ebedee;
}


/*
#overviewnav {position: fixed; left: 22px; top: 44%; z-index: 150; display: none;}
#overviewnav ul {
	list-style: none outside;
	margin: 0;
	padding: 0;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 15px;
	text-align: center;
}
#overviewnav li {
	zoom: 1;
	position: relative;
	margin: 0 14px;
	text-align: left;
	width:  14px;
	height:  14px;
	margin: 0;
	padding: 0;
	list-style: none outside;
	margin-bottom: 12px;
	padding-left: 75px;
}
#overviewnav li a {
	background: #fff;
	-webkit-tap-highlight-color: rgba(0,0,0,.25);
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 14px;
	height: 14px;
	text-indent: -99999px;
	overflow: hidden;
	white-space: nowrap;
	background: #d5a024;
	outline: none;
	-webkit-transform: translateZ(0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background-color 0.25s, border-color 0.25s;
	-moz-transition: background-color 0.25s, border-color 0.25s;
	transition: background-color 0.25s, border-color 0.25s;
	line-height: 10px;
}
#overviewnav li:hover a {
	top: 0px;
	right: 0;
	border: 1px solid #949494;
	background: black;
	width: 14px;
	height: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	-webkit-transition: background-color 0.25s, border-color 0.25s;
	-moz-transition: background-color 0.25s, border-color 0.25s;
	transition: background-color 0.25s, border-color 0.25s;
	text-indent: 30px;
	text-decoration: none;
	overflow: visible;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	color: #949494;	
}
#overviewnav li a.active {;
	background-color: transparent;
	top: 0px;
	right: 0;
	border: 1px solid #949494;
	background: transparent;
	width: 14px;
	height: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
*/


#overviewnav.invert {}
#overviewnav.invert ul {}
#overviewnav.invert ul li {color: white; background: transparent;}
#overviewnav.invert ul li:hover {background: white;}
#overviewnav.invert ul li:hover a {color: #d5a024!important; background-color: white; border: 1px solid #d5a024!important;}
#overviewnav.invert ul li a {color: white; background-color: white;
	border: 1px solid white;}
#overviewnav.invert ul li a.active {border: 1px solid white; background: transparent;}

#overviewnav {position: fixed; left: 8px; top: 40%; z-index: 150; display: none; z-index: 500;}
#overviewnav ul {
	list-style: none outside;
	margin: 0;
	padding: 0;
	list-style-type: disc;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 15px;
	text-align: center;
	z-index: 100;
	position: relative;
}
#overviewnav li {
	zoom: 1;
	position: relative;
	margin: 0 14px;
	text-align: left;
	width: 145px;
	height: 14px;
	margin: 0;
	padding: 0;
	list-style: none outside;
	margin-bottom: 5px;
	background: transparent;
	padding: 14px 16px 14px 32px;
	font-size: 9px;
	color: #f26f70;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0);	
}
#overviewnav li:hover {
	background: white;
	padding: 14px 16px 14px 32px;
	font-size: 9px;
	color: #f26f70;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
	-o-border-radius: 40px;
	border-radius: 40px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);	
}
#overviewnav li a {
	-webkit-tap-highlight-color: rgba(0,0,0,.25);
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	position: absolute;
	top: 7px;
	left: 10px;
	width: 14px;
	height: 14px;
	text-indent: -99999px;
	overflow: hidden;
	white-space: nowrap;
	background: #d5a024;
	text-transform: none;
	font-weight: 500;
	letter-spacing: 1px;
	color: #5e5e5e;
	font-size: 12px;
	outline: none;
	-webkit-transform: translateZ(0);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background-color 0.25s, border-color 0.25s;
	-moz-transition: background-color 0.25s, border-color 0.25s;
	transition: background-color 0.25s, border-color 0.25s;
	line-height: 13px;
}
#overviewnav li:hover a {
	border: 1px solid #949494;
	background: transparent;
	width: 14px;
	height: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	-webkit-transition: background-color 0.25s, border-color 0.25s;
	-moz-transition: background-color 0.25s, border-color 0.25s;
	transition: background-color 0.25s, border-color 0.25s;
	text-indent: 30px;
	text-decoration: none;
	overflow: visible;
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	color: #5e5e5e;
}
#overviewnav li a.active {;
	background-color: transparent;
	border: 1px solid #d5a024;
	background: transparent;
	width: 14px;
	height: 14px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}




/*

#overviewnav li a:after {
content: '';
opacity: 0;
display: block;
position: absolute;
left: 40.5px;
top: 50%;
width: 10px;
margin-left: -5px;
height: 10px;
margin-top: -5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
background: #f26f70;
}

#overviewnav li a {
display: block;
background: white;
padding: 8px 15px 6px 32px;
margin-left: 25px;
margin-top: 6px;
letter-spacing: 3px;
font-size: 9px;
color: #f26f70;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
-ms-border-radius: 40px;
-o-border-radius: 40px;
border-radius: 40px;
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
*/


header {
  padding-top: 100px;
  padding-bottom: 70px;
  z-index: 100;
}
header .brand {
  font-size: 25px;
  font-weight: normal;
  color: #5e5e5e;
  font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
  font-weight: 800;
  letter-spacing: -1px;
  color: #5e5e5e;
  width: 230px;
  text-indent: 9999px;
  overflow: hidden;
  display: block;
}
header .brand img {/*max-width: 230px; max-height: 59px;*/ width: 196px; height: 50px; margin-top: -10px;}
header .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
section * {
  z-index: 2;
}
.background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  opacity: 20;
  filter: alpha(opacity=2000);
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.container {
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.navbar {
  left: 0;
  right: 0;
}
.navbar .brand {
  padding: 23px 28px 24px 0;
  float: left;
}
.navbar .subnav {
  display: none;
}
.navbar a {
  -webkit-transition: color 0.25s, background 0.25s;
  -moz-transition: color 0.25s, background 0.25s;
  -o-transition: color 0.25s, background 0.25s;
  transition: color 0.25s, background 0.25s;
}
.navbar .navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}
.navbar .nav > li {
  float: left;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  background: none;
}
.navbar .navbar-toggle {
  margin: 26px 0 10px;
  color: white;
  background: none;
  padding: 0;
  width: 30px;
  height: 30px;
  background: url("//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/static/common-files/icons/menu-icon@2x.png") 50% no-repeat;
  -webkit-background-size: 17px 12px;
  -moz-background-size: 17px 12px;
  -o-background-size: 17px 12px;
  background-size: 17px 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .navbar-toggle:before {
  display: none;
}
.navbar .navbar-form .btn {
  height: auto;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .nav > li > a > [class*="fui-"] {
  font-size: 24px;
  margin: -10px 0 0;
  position: relative;
  top: 4px;
}
.navbar.navbar-fixed-top {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  max-width: 1170px;
  margin: 0 auto;
}
.loaded .navbar.navbar-fixed-top {
  -webkit-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: all 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-header {
    float: none;
  }
}
.header-19 .navbar-collapse.collapse,
.header-16 .navbar-collapse.collapse {
  display: none !important;
}
@media (max-width: 991px) {
  body .navbar-collapse {
    width: 230px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  body > .collapse.navbar-collapse {
    display: none !important;
  }
}
body .navbar-collapse#header-19,
body .navbar-collapse#header-16 {
  width: 230px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100% !important;
  z-index: 1;
}
body > .navbar-collapse {
  padding: 25px 0;
  overflow: auto;
  background: #333333;
  min-height: 100%;
}
body > .navbar-collapse::-webkit-scrollbar {
  display: none;
}
body > .navbar-collapse .pull-right,
body > .navbar-collapse .pull-left {
  float: none !important;
}
body > .navbar-collapse .nav {
  margin: 0 0 10px;
}
body > .navbar-collapse .nav > li {
  margin: 0;
}
body > .navbar-collapse .nav > li > a {
  display: block;
  padding: 12px 35px;
  border-bottom: 1px solid #242424;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #5b5e61;
  text-transform: uppercase;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus,
body > .navbar-collapse .nav > li > a.active {
  color: #ffffff;
}
body > .navbar-collapse .nav > li > a:hover,
body > .navbar-collapse .nav > li > a:focus {
  background: none;
}
body > .navbar-collapse .nav > li.active > a {
  color: #ffffff;
}
body > .navbar-collapse .nav > li.active > a:hover,
body > .navbar-collapse .nav > li.active > a:focus,
body > .navbar-collapse .nav > li.active > a.active {
  color: #ffffff;
}
body > .navbar-collapse .subnav {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
body > .navbar-collapse .subnav li > a {
  display: block;
  margin: 0;
  padding: 7px 35px;
  font-size: 13px;
  font-weight: normal;
  color: #5b5e61;
  text-transform: capitalize;
}
body > .navbar-collapse .subnav li > a:hover,
body > .navbar-collapse .subnav li > a:focus,
body > .navbar-collapse .subnav li > a.active {
  color: #ffffff;
}
body > .navbar-collapse .navbar-form,
body > .navbar-collapse .navbar-search {
  padding: 10px 35px;
  margin: 0;
  border-bottom: 0 none;
  border-top: 0 none;
  box-shadow: none;
}
body > .navbar-collapse .navbar-form:focus,
body > .navbar-collapse .navbar-search:focus {
  outline: 0 none;
}
body > .navbar-collapse .navbar-form .btn,
body > .navbar-collapse .navbar-search .btn,
body > .navbar-collapse .navbar-form .btn-primary,
body > .navbar-collapse .navbar-search .btn-primary {
  height: 30px;
  line-height: 20px;
  font-size: 15px;
  color: #5b5e61;
  background: none;
  padding: 0;
}
body > .navbar-collapse .navbar-form .btn:hover,
body > .navbar-collapse .navbar-search .btn:hover,
body > .navbar-collapse .navbar-form .btn-primary:hover,
body > .navbar-collapse .navbar-search .btn-primary:hover {
  color: #fff;
}
/**
 * Header 23 stylesheet  
 * */
 
.open > .dropdown-menu {background-color: rgba(0,0,0,0.56)!important; border-radius: 0px!important;}
.dropdown-menu li:first-child > a, .dropdown-menu li:last-child > a {border-radius: 0!important;}

.activedropdown {border: 5px solid red;}

 
.header-23-startup-antiflicker.header-antiflicker {
background: rgba(0,0,0,0.70)!important;
height: 60px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}

 
 #masthead-sticky-wrapper.is-sticky {
background: rgba(255,255,255,0.98); height: 60px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
  z-index: 10000000!important;
  position: fixed!important;
  top: 0!important;
 }
 
 .is-sticky .header-23 {
	background: rgba(255,255,255,0.98); height: 60px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
  z-index: 10000000!important;
  position: fixed!important;
  top: 0!important;
}
.is-sticky .header-23 .navbar {top: 15px!important;
	-webkit-transition: 0.25s all;
  -moz-transition: 0.25s all;
  -o-transition: 0.25s all;
  transition: 0.25s all;
}
.is-sticky .header-23 .navbar .nav {top: -5px!important;
	-webkit-transition: 0.25s all;
	-moz-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
}

.header-23 .caret {color: white;
	border-bottom-color: white;
	border-top-color: white;
	opacity: 35;
	filter: alpha(opacity=3500);
	opacity: 0.35;
	filter: alpha(opacity=35);
}
.is-sticky .header-23  .caret {color: #ddd;
	border-bottom-color: #ddd;
	border-top-color: #ddd;
	opacity: 95;
	filter: alpha(opacity=9500);
	opacity: 0.95;
	filter: alpha(opacity=95);
}

.is-sticky .navbar .brand {padding: 2px;}
.is-sticky .navbar a.brand {width: 160px; text-indent: 9999px; overflow: hidden; background: url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/compositesinnovation-brand-icon.png) no-repeat top left; background-size: contain; height: 43px; margin-top: -5px;}
.is-sticky header .brand img {max-width: 160px; max-height: 41px; margin-left: 200px;}
.is-sticky .header-23 .nav ul li {line-height: 0px;}
.is-sticky .header-23 .navbar .nav > li > a {padding: 8px 0 27px; color: #5e5e5e;}
.is-sticky .header-23 .navbar .navbar-toggle {background-image: url("//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/static/common-files/icons/menu-icon-dark@2x.png"); margin-top: 6px;}

.sticky-wrapper .header-23, .sticky-wrapper .header-23 .navbar, .sticky-wrapper .header-23 .navbar .nav {
	-webkit-transition: 0.25s all;
	-moz-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
}


 
.header-23 {
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.header-23 > .container {
  position: relative;
}
.header-23 .navbar {
  position: absolute;
  z-index: 2;
  top: 60px;
  font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
}
.header-23 .navbar.navbar-fixed-top {
  position: fixed;
  top: 45px;
}

.header-23 .navbar .brand {
  padding-left: 0;
  font-size: 25px;
  font-weight: normal;
  color: #ffffff;
  font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
  font-weight: 800;
}
.header-23 .navbar .nav > li {
  margin-left: 20px;
}
.header-23 .navbar .nav > li:first-child {
  margin-left: 0;
}
.header-23 .navbar .nav > li > a {
  padding: 31px 0 25px;
  font-size: 16px;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 1px;
  color: #ffffff;
}
.header-23 .navbar .nav > li > a:hover,
.header-23 .navbar .nav > li > a:focus,
.header-23 .navbar .nav > li > a.active {
  color: #d5a024;
}
.header-23 .navbar .nav > li.active > a {
  color: #d5a024;
}
.header-23 .navbar .nav > li.active > a:hover,
.header-23 .navbar .nav > li.active > a:focus,
.header-23 .navbar .nav > li.active > a.active {
  color: #d5a024;
}
.header-23 .navbar .navbar-toggle {
  margin-top: 28px;
}
.header-23-sub {
  z-index: 50;
  left: 0;
  width: 100%;
  position: relative;
  padding-top: 320px;
  padding-bottom: 230px;
  color: white;
  text-align: center;
  background: #1b1e21;
}
.header-23-sub.addition {padding-top: 140px; padding-bottom: 0px; text-align: left; /*padding-top: 210px;*/}
.header-23-sub.addition section {color: white; width: 70%; margin-left: auto; margin-right: auto;}
.header-23-sub.addition .content-1 {color: white; padding-bottom: 100px;}
.header-23-sub.addition .content-1 p, .header-23-sub.addition .content-1 h1, .header-23-sub.addition .content-1 h2, .header-23-sub.addition .content-1 h3, .header-23-sub.addition .content-1 h4, .header-23-sub.addition .content-1 h5, .header-23-sub.addition .content-1 h6 {}
.header-23-sub.addition.bg-midnight-blue {background-color: #121212;}
.header-23-sub.addition .background {background-image: url('//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/bg-about.jpg');
	opacity: 45;
	filter: alpha(opacity=4500);
	opacity: 0.45;
	filter: alpha(opacity=45);
}

.header-23-sub.addition.projects .background {background-image: url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/bg-projects.jpg);}
.header-23-sub.addition.services .background {background-image: url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/bg-services.jpg);}
.header-23-sub.addition.work .background {background-image: url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/bg-workwithus.jpg);}
.header-23-sub.addition.boardmembers .background {background-image: url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/bg-boardmembers.jpg);}
.header-23-sub.addition.events .background {background-image: url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/bg-events.jpg);}
.header-23-sub.addition.page01 .background {background-image: url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/bg-generic01.jpg);}
.header-23-sub.addition.page02 .background {background-image: url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/bg-generic02.jpg);}
.header-23-sub.addition.news .background {background-image: url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/bg-news.jpg);}
.header-23-sub.addition.contact .background {background-image: url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/bg-contact.jpg);}

.header-23-sub .background {
  background-image: url('//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/static/common-files/img/header/img-video.jpg');
}
@media (max-width: 991px) {
  .header-23-sub {
    padding-top: 260px;
    padding-bottom: 170px;
  }
}
.header-23-sub .hero-unit {
  margin: 0;
  padding: 0;
  background: transparent;
  font-size: 30px;
  letter-spacing: -1px;
}
.header-23-sub .hero-unit strong {
  font-size: 45px;
  letter-spacing: normal;
  /*font-family: "adelle", adelle, serif, Arial, Helvetica;*/
  font-weight: 100;
}
@media (max-width: 991px) {
  .header-23-sub .hero-unit strong {
    display: block;
  }
}
.header-23-sub .hero-unit span {
  font-weight: 100;
  font-size: 22px;
}
@media (max-width: 991px) {
  .header-23-sub .hero-unit span {
    display: block;
  }
}
.header-23-sub .hero-unit .btn-play {
/*  display: inline-block;
  text-indent: -9999px;
  vertical-align: middle;
  overflow: hidden;
  width: 67px;
  height: 67px;
  margin: 0 50px;
  background:  url("//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/static/common-files/img/header/btn-play.png") no-repeat;
  border-radius: 50px;
*/

-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 67px;
 height: 67px;
margin: 0 50px;
background-color: #d5a024;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background: none;
border: 4px solid white;
display: inline-block;
font-size: 18px;
line-height: 36px;
padding-left: 22px;
}

.header-23-sub .hero-unit .btn-play:hover {
background: white;
color: black;
}



.header-23-sub .hero-unit .btn-play:after {
}

@media (max-width: 991px) {
  .header-23-sub .hero-unit .btn-play {
    margin: 35px 0;
  }
}
.header-23-sub .background {
  opacity: 30;
  filter: alpha(opacity=3000);
  opacity: 0.30;
  filter: alpha(opacity=30);
}
.mask {
  z-index: 1000;
  background-color: #000;
  background: #000 url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/close-btn.png) no-repeat top right;
  background-size: 55px 55px;
  opacity: 98;
  filter: alpha(opacity=9800);
  opacity: 0.98;
  filter: alpha(opacity=98);
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: none;
  cursor: pointer;
}
.popup-video {
  z-index: 1000;
  margin: 0 10%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}
.popup-video.shown {
  position: fixed;
  width: 80%;
  height: 100%;
  overflow: visible;
  display: none;
  padding-top: 5%;
  padding-bottom: 5%;
}
.popup-video > * {
  width: 100%;
  height: 100%;
}

.popup-default {
  z-index: 1000;
  margin: 0 10%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}
.popup-default.shown {
  position: fixed;
  width: 80%;
  height: 100%;
  overflow: visible;
  display: none;
  padding-top: 5%;
  padding-bottom: 5%;
}
.popup-default > * {
  width: 100%;
  height: 100%;
}


/**
 * Services
 * */

.content-1.testing {padding-top: 75px; padding-bottom: 0; background: #f7f7f7 url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/pattern.jpg);}
.content-1.testing h6 {font-size: 25px; margin-bottom: 20px;}
.content-1.testing hr {margin-top: 75px; padding-bottom: 25px; border-color: #dcdcdc;}
.content-1.testing p {
font-size: 20px;
line-height: 36px;
margin: 0 0 25px;
font-weight: 300;
}
.content-1.testing ul {
padding: 0;
margin: 0;
margin-top: 15px;
margin-bottom: 15px;
list-style: none;
margin-right: auto;
margin-left: auto;
}
.content-1.testing ul li {
padding: 0;
margin: 0;
border: none;
color: #7f8c8d;
font-size: 18px;
line-height: 32px;
text-align: left;
list-style: circle;
margin-left: 50px;
padding-left: 15px;
}

.content-1.testing.businesspoints ul li {
margin-left: 0;
font-style: italic;
font-size: 18px;
line-height: 32px;
font-weight: 200;
}
.content-1.testing.businesspoints ul li b {font-weight: 600;}

.content-1.testing img {
width: 350px;
height: 233px;
overflow: hidden;
margin: 0px 0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
overflow: hidden;
display: inline-block;
}



.content-36.testing {
background-color: white!important;
padding-top: 0px;
margin-top: 0;
padding-top: 50px;
padding-bottom: 120px;
}
.content-36.testing h2 {
font-size: 35px;
line-height: 40px;
color: #5e5e5e;
font-weight: 300;
margin-bottom: 25px;
}
.content-36.testing p {
font-size: 20px;
line-height: 36px;
color: #7f8c8d;
}
.content-36.testing .backstretch {
opacity: 05;
filter: alpha(opacity=500);
opacity: 0.05;
filter: alpha(opacity=05);
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: white;
}

.content-36.testing h4 {
font-size: 25px;
line-height: 40px;
font-style: italic;
color: #5e5e5e;
font-weight: 300;
margin-top: 40px;
}

.content-36.testing ul {list-style: none;}
.content-36.testing ul li {list-style: none; padding: 0; margin: 0; border: none; 
color: #7f8c8d;
font-size: 18px;
line-height: 32px;
text-align: left;
list-style: circle;
margin-left: 75px;
padding-left: 15px;
}

.row.center {text-align: center;}
.row.center .col-sm-6 {margin-left: auto; margin-right: auto; float: none;}

.login {
margin: 0;
padding: 46px;
border: 2px solid #ebedee;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
text-align: left;
background: rgba(255,255,255,0.59);
margin-left: auto; margin-right: auto;
color: #5e5e5e;
}
.login label {margin-top: 25px;}

.login .btn {margin-top: 20px; padding-left: 100px; padding-right: 100px; width: 100%; margin-bottom: 20px;}


.content-36.testing .contact {
width: 75%; margin-left: auto; margin-right :auto;
color: #7f8c8d;
font-size: 16px;
line-height: 26px;
border-top: 1px solid #dcdcdc;
margin-top: 40px;
padding-top: 40px;
text-align: left;
}
.content-36.testing .contact p {
font-size: 16px;
line-height: 26px; padding-top: 0; margin: 0;
}
.content-36.testing .contact ul {list-style: none; padding: 0; margin: 0; width: 100%;}
.content-36.testing .contact ul li {display: inline-block; padding: 0; margin: 0; list-style: none;}
.content-36.testing .contact ul li.emblem {width: 15%; float: left;}
.content-36.testing .contact ul li.emblem span {
background: #d5a024;
color: white;
border-radius: 200px;
cursor: pointer;
display: inline-block;
text-align: center;
font-size: 23px;
height: 100%;
width: 100%;
height: 65px;
width: 65px;
line-height: 65px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 10;
cursor: default;
}
.content-36.testing .contact ul li.info {width: 80%; margin-left: 3%; float: left;}
.content-36.testing .contact ul li.info b {font-weight: 600;}
.content-36.testing .contact span.contactinfo {
}
.content-36.testing .contact ul li.info a {color: #5e5e5e;}
.content-36.testing .contact ul li.info a:hover {color: #d5a024;}






.servicesperson .contact {
width: 75%; margin-left: auto; margin-right :auto;
color: #7f8c8d;
font-size: 16px;
line-height: 26px;
border-top: 1px solid #dcdcdc;
margin-top: 40px;
padding-top: 40px;
text-align: left;
}
.servicesperson.space .contact {padding-bottom: 100px; margin-top: 75px;}
.servicesperson .contact p {
font-size: 16px;
line-height: 26px; padding-top: 0; margin: 0;
}
.servicesperson .contact ul {list-style: none; padding: 0; margin: 0; width: 100%;}
.servicesperson .contact ul li {display: inline-block; padding: 0; margin: 0; list-style: none;
font-size: 18px;
line-height: 32px;
}
.servicesperson .contact ul li.emblem {width: 15%; float: left; border: none;}
.servicesperson .contact ul li.emblem span {
background: #d5a024;
color: white;
border-radius: 200px;
cursor: pointer;
display: inline-block;
text-align: center;
font-size: 23px;
height: 100%;
width: 100%;
height: 65px;
width: 65px;
line-height: 65px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 10;
cursor: default;
}
.servicesperson .contact ul li.info {width: 80%; margin-left: 3%; float: left;}
.servicesperson .contact ul li.info b {font-weight: 600;}
.servicesperson .contact span.contactinfo {
}
.servicesperson .contact ul li.info a {color: #7f8c8d}
.servicesperson .contact ul li.info.invert a {color: white;}
.servicesperson .contact ul li.info a:hover {color: #d5a024; background: white; padding: 5px; border-radius: 3px;}





/**
 * News
 * */
 
.grid h2 {font-family: "adelle", adelle, serif, Arial, Helvetica!important;
font-weight: 300!important;
}
 
.content-1.news {margin-top: 0px; padding-bottom: 0; text-align: center;}
.content-1.news h3 {
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-size: 40px;
font-weight: 100;
letter-spacing: normal;
margin-bottom: 25px;
border-bottom: 2px dashed #78c6ff;
display: inline-block;
padding-bottom: 25px;
font-style: italic;
}
.content-1.news p {
padding-top: 10px;
font-size: 16px;
letter-spacing: normal;
font-weight: 300;
font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
padding-bottom: 0;
line-height: 32px;
margin-left: auto; margin-right: auto;
font-style: italic;
}
.content-1.news p strong {
font-weight: 400;
font-size: 24px;
line-height: 38px;
font-style: normal;
}
.content-1.news .subscribe {margin-top: 75px; margin-bottom: 0px;}
.content-1.news .footer-10 .subscribe-form input[type="text"] {font-weight: 200;}

/**
 * Events Manager Stylesheet
 * */
 
.content-3.events {
background-color: #f9f9f9;
background-repeat: repeat-x;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f1f1f1));
background: -webkit-linear-gradient(top, white, #f1f1f1);
background: -moz-linear-gradient(top, white, #f1f1f1);
background: -ms-linear-gradient(top, white, #f1f1f1);
background: -o-linear-gradient(top, white, #f1f1f1);
}
.content-3.events .tribe-events-list-separator-month span {background: none; /*border: 1px solid #c2c2c2;*/ padding-top: 8px; padding-bottom: 8px; display: none;}
.content-3.events .tribe-events-list-separator-month:after {
border-bottom: none!important;
}
.content-3 {margin-top: 25px;}
.content-3 span.tribe-events-list-separator-month {font-size: 22px; font-style: italic; font-weight: 200;}
.content-3 .tribe-events-list .vevent.hentry {border-bottom: 1px dashed #8d8d8d; margin-bottom: 50px; padding-bottom: 75px;}
.content-3 h2.tribe-events-page-title {display: none;}

.content-3 .tribe-events-list .vevent.hentry h2 a {
color: #d5a024;
text-decoration: none;
-webkit-transition: color 0.25s, background 0.25s;
-moz-transition: color 0.25s, background 0.25s;
-o-transition: color 0.25s, background 0.25s;
transition: color 0.25s, background 0.25s;
font-size: 30px; font-weight: 500;
}
.content-3 .tribe-events-list .author.location {font-size: 17px; font-style: italic; font-weight: 200; margin-bottom: 35px;}
.content-3 .tribe-events-list .tribe-events-event-image {margin-right: 5%; width: 40%; margin-bottom: 25px;}
.content-3 .tribe-events-list .tribe-events-event-image + div.tribe-events-content {width: 54%;}
.content-3 .tribe-events-list .tribe-events-event-image + div.tribe-events-content p, .tribe-events-list .tribe-events-loop .tribe-events-content p {margin-bottom: 35px;}
events-content .tribe-events-list .tribe-events-event-image img {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.content-3 .tribe-events-event-image {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
overflow: hidden;
background: #e5e5e5 url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/loading2.gif) no-repeat center center;
}
.content-3 .tribe-events-event-image a, .content-3 .tribe-events-event-image a img {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
overflow: hidden;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
-webkit-transition: all 0.15s;
-moz-transition: all 0.15s;
-o-transition: all 0.15s;
transition: all 0.15s;
}
.content-3 .tribe-events-event-image a:hover img {
  opacity: 70;
  filter: alpha(opacity=7000);
  opacity: .7;
  filter: alpha(opacity=70);
-webkit-transition: all 0.15s;
-moz-transition: all 0.15s;
-o-transition: all 0.15s;
transition: all 0.15s;
}
.content-3 .tribe-events-list .tribe-events-event-cost span {
padding: 8px 14px;
font-size: 15px;
color: white;
background-color: #cacaca;
border: 1px solid transparent;
border-radius: 4px;
font-weight: 200;
font-style: italic;
}
.content-3 #tribe-events-content a.tribe-events-read-more {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
line-height: 22px;
-webkit-transition: color 0.25s, background 0.25s;
-moz-transition: color 0.25s, background 0.25s;
-o-transition: color 0.25s, background 0.25s;
transition: color 0.25s, background 0.25s;
padding: 10px 19px;
font-size: 17px;
color: #d5a024;
background-color: transparent;
border: 2px solid #d5a024;
}

#tribe-events .tribe-events-ical {display: none!important;}
#tribe-events-content.tribe-events-list {padding-bottom: 0;}

.content-3 #tribe-events-content a.tribe-events-read-more:hover {
color: white;
background-color: #d5a024;
border: 2px solid #d5a024;
}


.projectbg {padding-top: 100px; padding-bottom: 100px; margin-top: 0; margin-bottom: 0;}
.projectbg#greengarage {padding-bottom: 0;}
.projectbg#ecobg {padding-bottom: 580px;}

.blog-3 .img .backstretch {
  opacity: 45;
  filter: alpha(opacity=4500);
  opacity: .45;
  filter: alpha(opacity=45);
}

.projectbg#sandebg {padding-bottom: 200px;}

.blog-3 .img.fibrecity {background-color: #f8f8f8!important;}

.projectbg#emteqbg {padding-bottom: 280px;}
.projectbg #materials {padding-bottom: 155px; padding-top: 25px; margin-top: 50px; margin-bottom: 0px; background: #e6e6e6;}
.projectbg#ecobg .content-1 {padding-top: 0;}

.blog-3 .projectbg .img {max-width: 100%; height: auto; display: inline-block;
background-color: #e0e0e0!important;
text-align: center;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
overflow: hidden;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
-o-transition: all 0.25s;
transition: all 0.25s;
}
.blog-3 .projectbg .img:hover {background-color: #bee4ff!important;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
-o-transition: all 0.25s;
transition: all 0.25s;
}


/**
 * Blog 3 stylesheet  
 * */
 
.blog-3 {
  padding-top: 0px;
  padding-bottom: 75px;
  background: #f9f9f9;
  
/* fallback */
  background-color: #f9f9f9;
  background-repeat: repeat-x;

  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#f4f4f4));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, white, #f4f4f4);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, white, #f4f4f4);

  /* IE 10 */
  background: -ms-linear-gradient(top, white, #f4f4f4);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, white, #f4f4f4);  
  
}

.blog-3 .header-23-sub {padding: 0;}

.blog-3 .content-1 {padding-bottom: 0px; padding-top: 25px;}
.blog-3 .content-1 .box-video h6 {margin-top: 0px; margin-bottom: 15px;}
.blog-3 .content-1 .box-video .quote p {
font-size: 18.004px;
line-height: 1.722169;
letter-spacing: normal;
}
.blog-3 .content-1 .box-video .quote h6 {
font-style: italic;
margin-top: 15px;
font-size: 18px;
font-weight: 600;
letter-spacing: normal;
margin-bottom: 15px;
}

.content-1 .box-video .btns.center {
margin-top: 35px; display: block; text-align: center;
}
.content-1 .box-video .btns.center a {
line-height: 22px; font-weight: normal; letter-spacing: normal; font-size: 17px;
color: #d5a024;
background-color: transparent;
/*
border: 2px solid #d5a024;
padding: 9px 17px 10px 15px;
border-radius: 6px;
*/
}
/*
.content-1 .box-video .btns.center a span {
  opacity: 0;
  filter: alpha(opacity=0);
  opacity: 0;
  filter: alpha(opacity=0);
}
*/
/*
.content-1 .box-video .btns.center a:hover {
color: white;
background-color: #d5a024;
border: 2px solid #d5a024;
}
*/

.btns.center {width: 100%; text-align: center; margin-left: auto; margin-right: auto;}
.btns.center a {display: inline-block; text-align: center; margin-left: auto; margin-right: auto;}

.btn-inverse {padding-left: 25px; padding-right: 25px;}

.content-1 .box-video .btns.center a.btn-inverse {
border: 2px solid #d5a024;
}
.content-1 .box-video .btns.center a.btn-inverse span {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-1 .box-video .btns.center a.btn-inverse:hover {
color: white;
background-color: #d5a024;
border: 2px solid #d5a024;
}
.content-1 .box-video .btns.center .btn {display: inline; 
padding: 9px 17px 10px 15px;
margin-right: 28px;
}

.blog-3 .content-1 .box-video p .btn {display: inline-block; margin-top: 20px;}
.blog-3 .content-1 .btns .btn {display: inline-block; margin-top: 20px;}
.blog-3 p {
  margin: 0;
}
.blog-3 p + p {
  margin-top: 30px;
}
.blog-3 h6 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 25px;
  text-transform: none;
}
.blog-3 .title {
  margin-bottom: 84px;
  text-align: center;
}
.blog-3 .title h3 {
  font-size: 35px;
  margin: 0;
  font-weight: 300;
  letter-spacing: -1px;
}
.blog-3 .title .submitted {
  font-size: 16px;
  color: #bdc3c7;
  margin-top: 15px;
}
.blog-3 .title img {
  display: block;
  margin: 0 auto 37px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.blog-3 .img {
  /*height: 380px;*/
  margin: 0px 0;
  /*margin-bottom: 100px;*/
  /*background: url('//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/static/common-files/img/NY_001.jpg') 50% 80% no-repeat;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  max-height: 380px;
}

.blog-3 #videoContainer.img .btn.btn-play {
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 53px;
height: 53px;
padding-left: 18px;
padding-top: 12px;
background-color: #d5a024;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
background: none;
border: 4px solid white;
margin-left: 120px;
}

.blog-3 #videoContainer.img .watchvideo {width: 500px; margin-left: auto; margin-right: auto; margin-top: -20px; display: block; position: absolute; top: 60%; left: 52%;}
.blog-3 #videoContainer.img .watchvideo .btn.btn-play {float: left;}
.blog-3 #videoContainer.img .watchvideo p {width: 300px; float: right;}

.blog-3 #videoContainer.img p {text-align: left; margin-top: 12px; color: white; font-size: 15px; font-style: italic; margin-left: auto; margin-right: auto;}
.blog-3 #videoContainer.img .btn.btn-play:hover {
	background: white;
	color: black;
}

.blog-3 #videoContainer.img.sande .watchvideo {
	margin-top: 40px;
	left: 57%;
}
.blog-3 #videoContainer.img.fibrecity .watchvideo {
	left: 54%;
}
.blog-3 #videoContainer.img.design .watchvideo {
	margin-top: 0px;
}
	.blog-3 #videoContainer.img.design, .blog-3 #videoContainer.img.testing {
		max-height: 550px;
	}
	.blog-3 #videoContainer.img.design h3, .blog-3 #videoContainer.img.testing h3 {
		margin-top: 125px;
	}
	.blog-3 #videoContainer.img.design p.para, .blog-3 #videoContainer.img.testing p.para {
		padding-top: 10px;
	    font-size: 23px;
	    letter-spacing: normal;
	    font-weight: 200;
	    font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
	    padding-bottom: 0;
	    line-height: 38px;
	    color: white;
	    width: 70%; margin-left: auto; margin-right: auto;
	    text-align: center;
	}
	.blog-3 #videoContainer.img.design .btn.btn-play, .blog-3 #videoContainer.img.testing .btn.btn-play {
		margin-top: 35px; text-align: center;
		margin-left: 40%!important;
	}
	.blog-3 #videoContainer.img.design .btn-primary p, .blog-3 #videoContainer.img.testing .btn-primary p {
		margin-top: -28px;
		padding-left: 50px;
		font-size: 18px;
	}
	.blog-3 #videoContainer.img.design .btn-primary:hover p, .blog-3 #videoContainer.img.testing .btn-primary:hover p {color: white!important;}

/*
.blog-3 #videoContainer.img.testing .watchvideo {
	margin-top: 35px;
}
*/

.blog-3 #photo.img {height: 380px;}

.blog-3 .img.space {margin-top: 125px;}

.blog-3 .img.space .backstretch {
  opacity: 30;
  filter: alpha(opacity=3000);
  opacity: .3;
  filter: alpha(opacity=30);
}

.blog-3 .container ul {
padding: 0;
margin: 0;
margin-top: 15px;
margin-bottom: 15px;
list-style: none;
margin-right: auto;
margin-left: auto;}
.blog-3 .container ul li {
list-style: none;
padding: 0;
margin: 0;
border: none;
color: #7f8c8d;
font-size: 18px;
line-height: 32px;
text-align: left;
list-style: circle;
margin-left: 75px;
padding-left: 15px;
}

.blog-3 .img .col-sm-12 {
position: absolute;
z-index: 2;
}
.blog-3 .img {background-color: #333!important;}
.blog-3 .img.greengarage #backgroundVideo {}
/*
.blog-3 .img.greengarage {background: #333 url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/project-bg-greengarage.jpg) no-repeat center center;}
.blog-3 .img.fibrecity {background: #333 url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/project-bg-fibrecity.jpg) no-repeat center center;}
.blog-3 .img.ecocycle {background: #333 url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/project-bg-ecocycle.jpg) no-repeat center center;}
*/

.blog-3 .img.greengarage h3 {text-indent: -9999px; overflow: hidden; background: url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/project-name-greengarage.png) no-repeat center center; height: 200px; margin-top: 100px; background-size: 280px; font-size: 0;}
.blog-3 .img.fibrecity h3 {text-indent: -9999px; overflow: hidden; background: url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/project-name-fibrecity.png) no-repeat center center; height: 200px; margin-top: 90px; background-size: 280px; font-size: 0;}


.blog-3 .slider {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
position: relative;
overflow: hidden;
float: left;
width: 475px;
height: 237px;
margin: 0 50px 10px 0;
background: #e5e5e5 url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/loading2.gif) no-repeat center center;
}
.blog-3 .slider.tall {width: 475px; height: 317px;}
.blog-3 .slider.taller {width: 475px; height: 475px;}
.blog-3 .slider img {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}

.blog-3 .slider .nivo-directionNav {display: none;}
.blog-3 .slider .nivo-controlNav {z-index: 100; display: block; position: absolute; bottom: 2%; width: 95%; text-align: left; margin-left: 5%;}
.blog-3 .slider .nivo-controlNav a {
margin-left: 8px;
margin-right: 8px;
width: 10px;
height: 10px;
display: inline-block;
-webkit-border-radius: 99999px;
border-radius: 9999px;
background-color: #fff;
-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.12);
box-shadow: 0 0 10px 1px rgba(0,0,0,0.12);
cursor: pointer;
text-indent: -9999px;
overflow: hidden;
border: 1px solid transparent;
-webkit-transition: background-color 0.25s, border-color 0.25s;
-moz-transition: background-color 0.25s, border-color 0.25s;
transition: background-color 0.25s, border-color 0.25s;
}
.blog-3 .slider .nivo-controlNav a:hover, .blog-3 .slider .nivo-controlNav a.active {
background-color: transparent;
border: 1px solid white;
-webkit-transition: background-color 0.25s, border-color 0.25s;
-moz-transition: background-color 0.25s, border-color 0.25s;
transition: background-color 0.25s, border-color 0.25s;
}

.blog-3 .img.greengarage .backstretch {
  opacity: 30;
  filter: alpha(opacity=3000);
  opacity: .3;
  filter: alpha(opacity=30);
}

.blog-3 .img h3 {
	margin-top: 175px;
	text-align: center; color: white;
	font-size: 34px;
font-weight: normal;
 text-shadow: 1px 1px 1px rgba(0,0,0,0.66);
 font-family: "adelle", adelle, serif, Arial, Helvetica;
font-weight: 100;
letter-spacing: normal;
display: block;
font-style: italic;
text-align: center;
}

.blog-3 .img #backgroundVideo {
  opacity: 30;
  filter: alpha(opacity=3000);
  opacity: .30;
  filter: alpha(opacity=30);
  margin-top: -140px;
}


@media (max-width: 1200px) and (min-width: 768px) {
  .blog-3 .img {
    background-position-y: 100%;
  }
}
@media (max-width: 767px) {
  .blog-3 .img {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.blog-3 .quote {
  position: relative;
  margin-bottom: 35px;
  font-size: 37px;
  line-height: 50px;
  color: #2c3e50;
  letter-spacing: -1px;
  font-weight: 300;
}
.blog-3 .quote:before {
  content: url('//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/static/common-files/icons/quote-up.png');
  position: absolute;
  top: -17px;
  left: -40px;
}
.blog-3 .quote:after {
content: url('//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/static/common-files/icons/quote-down.png');
position: absolute;
bottom: 70px;
right: 0px;
}
@media (max-width: 767px) {
  .blog-3 .quote {
    margin-left: 40px;
    font-size: 29px;
    line-height: 38px;
  }
}
.blog-3 .promo {
  margin-bottom: 70px;
}
.blog-3 .links {
  margin-top: 76px;
}
.blog-3 .links,
.blog-3 .links * {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #bdc3c7;
}
.blog-3 .links h6 {
  margin: 0 0 23px;
  letter-spacing: 0.19em;
  font-size: 12px;
  font-weight: 500;
}
.blog-3 .links a {
  color: #1abc9c;
  font-size: 20px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: normal;
  line-height: 1.5;
}
.blog-3 .links a:hover,
.blog-3 .links a:focus,
.blog-3 .links a.active {
  color: #15967d;
}

.blog-3 .content-15 .features {
margin-top: 80px;
}
.blog-3 .content-15 .features.sande {margin-top: 0;}
.blog-3 .content-15 .features .col-sm-7 img {
width: 100%;
}

.blog-3 .quote p {
 font-size: 18.004px;
line-height: 1.722169;
letter-spacing: normal;
color: #5e5e5e;
font-weight: 600;
font-style: italic;
}
.blog-3 .quote h6 {font-style: italic; margin-top: 15px; font-size: 18px; font-weight: 600; letter-spacing: normal; margin-bottom: 5px;}
.blog-3 .quote .btns {margin-top: 30px;}

/**
 * Header 3 stylesheet  
 * */
.header-3-startup-antiflicker {
  border-bottom: 1px #bdc3c7 solid;
}
.header-3 {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 100;
  width: 100%;
  height: 100px;
}
.header-3 .header-background {
  background: #fff;
}
.header-3 .navbar {
  top: 0;
  margin-top: 10px;
  font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
}
.header-3 .navbar.navbar-fixed-top {
  top: 0 !important;
}
.header-3 .navbar .brand {
  font-size: 25px;
  font-weight: normal;
  color: #5e5e5e;
  font-weight: 800;
}
.header-3 .navbar .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.header-3 .navbar .nav > li {
  margin-left: 25px;
}
.header-3 .navbar .nav > li:first-child {
  margin-left: 0;
}
.header-3 .navbar .nav > li > a {
  padding: 35px 0 21px;
  font-size: 13px;
  font-weight: normal;
  color: #7f8c8d;
  font-weight: 800;
  letter-spacing: 2px;
  color: #95a5a6;
}
.header-3 .navbar .nav > li > a:hover,
.header-3 .navbar .nav > li > a:focus,
.header-3 .navbar .nav > li > a.active {
  color: #d5a024;
}
.header-3 .navbar .nav > li.active > a {
  color: #d5a024;
}
.header-3 .navbar .nav > li.active > a:hover,
.header-3 .navbar .nav > li.active > a:focus,
.header-3 .navbar .nav > li.active > a.active {
  color: #d5a024;
}
.header-3 .navbar .navbar-form {
  padding: 23px 0 15px 50px;
}
.header-3 .navbar .btn {
  padding-left: 26px;
  padding-right: 26px;
  margin-top: -1px;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
}
.header-3 .navbar .btn.btn-primary {
  background-color: #d5a024;
  font-weight: 800;
}
.header-3 .navbar .btn.btn-primary:hover,
.header-3 .navbar .btn.btn-primary:focus {
  background-color: #45b39d;
}
.header-3 .navbar .btn.btn-primary:active,
.header-3 .navbar .btn.btn-primary.active {
  background-color: #138871;
}
.header-3 .navbar .navbar-toggle {
  background-image: url("//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/static/common-files/icons/menu-icon-dark@2x.png");
  -webkit-background-size: 17px 12px;
  -moz-background-size: 17px 12px;
  -o-background-size: 17px 12px;
  background-size: 17px 12px;
}
.header-3-sub {
  position: relative;
  background-color: #f2f3f4;
  padding-top: 180px;
  padding-bottom: 85px;
}
.header-3-sub h3 {
  font-size: 30px;
  font-weight: normal;
  color: #5e5e5e;
     margin-bottom: 20px;
  font-weight: 300;
}
.header-3-sub p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
     line-height: 1.9;
}
@media (max-width: 480px) {
  .header-3-sub {
    padding-top: 100px;
    background-attachment: scroll;
    background-position: 50% 50% !important;
  }
}
.content-35 {
  position: relative;
  color: #7f8c8d;
  overflow: hidden;
}
.content-35 .container {
  padding-top: 190px;
  padding-bottom: 100px;
  min-height: 655px;
}
.content-35#testing .container {padding-top: 100px; }
.content-35.testing .larger {padding-bottom: 0;}
.content-35.smaller .container {min-height: inherit!important; padding-bottom: 150px;}

.content-35.business h4 {
font-size: 25px;
line-height: 40px;
font-style: italic;
color: #5e5e5e;
font-weight: 300;
margin-top: 40px;
}

.content-35.business ul {
padding: 0;
margin: 0;
margin-top: 15px;
margin-bottom: 15px;
list-style: none;
width: 75%;
margin-right: auto;
margin-left: auto;
}

.content-35.business ul li {
list-style: none;
padding: 0;
margin: 0;
border: none;
color: #7f8c8d;
font-size: 18px;
line-height: 32px;
text-align: left;
list-style: circle;
margin-left: 0px;
padding-left: 15px;
}

.content-35.business {}
.content-35.business h2 {
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-size: 40px;
font-weight: 100;
letter-spacing: normal;
margin-bottom: 25px;
border-bottom: 2px dashed #78c6ff;
display: inline-block;
padding-bottom: 25px;
font-style: italic;
}

.content-35 .background .col-sm-4.rightside > div {background: none!important;}
.content-35.second {/*background: #f2f2f2 url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/pattern.jpg);*/
background-color: white;
background-repeat: repeat-x;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(white));
background: -webkit-linear-gradient(top, #f2f2f2, white);
background: -moz-linear-gradient(top, #f2f2f2, white);
background: -ms-linear-gradient(top, #f2f2f2, white);
background: -o-linear-gradient(top, #f2f2f2, white);
}

.content-35 .col-sm-5.leftside {float: right;}
@media (min-width: 768px) {
	.content-35 .col-sm-offset-5.leftside {margin-right: 50%;}
	.content-35 .col-sm-offset-5.correctside {margin-left: 45%;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.content-35 .col-sm-offset-5.leftside {margin-right: 41.66666666666667%;}
}


@media (min-width: 768px) {
	.content-35 .col-sm-4.rightside {width: 33.33333333333333%; left: 75.9%;}
	.content-35 .col-sm-4.rightside img {left: 67.9%;}
}

@media (min-width: 1200px) {
	.content-35 .col-sm-4.rightside {width: 33.33333333333333%; left: 57.9%;}
	.content-35 .col-sm-4.rightside img {left: 67.9%;}
}

.content-35 .col-sm-4.rightside {float: right; }
.content-35 .col-sm-4.rightside img {}


@media (max-width: 767px) {
  .content-35 .container {
    min-height: 0;
    padding-top: 160px;
    padding-bottom: 80px;
  }
}
.content-35 .bx-viewport {
  border-radius: 0!important;
  box-shadow: none!important;
  border: none!important;
  background: none!important;
}
.content-35 > * {
  position: relative;
}
.content-35.testing {}
.content-35.testing h2 {
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-size: 40px;
font-weight: 100;
letter-spacing: normal;
margin-bottom: 25px;
border-bottom: 2px dashed #78c6ff;
display: inline-block;
padding-bottom: 25px;
font-style: italic;
}
.content-35.testing h3 {
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-size: 32px;
font-weight: 100;
letter-spacing: normal;
margin-bottom: 15px;
display: inline-block;
padding-bottom: 25px;
font-style: italic;
}


#cfig {min-height: 600px;}

#carbonfibre {
	background-color: white!important;
	color: #7f8c8d;
	padding-top: 150px;
}

#carbonfibre h4, #carbonfibre p, #carbonfibre ul li {color: #7f8c8d!important;}
#carbonfibre .backstretch {
opacity: 80;
filter: alpha(opacity=8000);
opacity: 0.8;
filter: alpha(opacity=80);
}

#carbonfibre #call {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	overflow: hidden;
	display: inline-block;
	background: rgba(255,255,255,0.55);
	padding-top: 75px;
	padding-bottom: 75px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#carbonfibre .container.carbonfibrecontain {margin-bottom: -25px;}
#carbonfibre .contact ul li.emblem span {
background: #d5a024;
color: white;
}
#carbonfibre .contact ul li.info a {color: #34495e!important;}
#carbonfibre {padding-bottom: 150px!important;}


.content-35.mechanical .container {padding-top: 125px;}

.content-35.testing ul {padding: 0; margin: 0; margin-top: 20px;}
.content-35.testing ul li, .content-36.design.include#physical ul.blue li, .content-1.testing ul.blue li {
/*display: inline-block;
line-height: 1;
background: white;
color: #5e5e5e;
font-style: italic;
margin-right: 6px;
margin-bottom: 10px;
border-radius: 3px;
padding: 8px 10px;
font-size: 15px;
font-weight: 500;
line-height: 1.5em;
   -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
*/
list-style: none;
padding: 0;
margin: 0;
border: none;
color: #6fb2e3;
font-size: 18px;
line-height: 32px;
text-align: left;
list-style: circle;
margin-left: 75px;
padding-left: 15px;
margin-left: 25px;
padding-left: 15px;
font-weight: 500;

}
.content-35.testing ul li:hover, .content-36.design.include#physical ul.blue li:hover {
/*background: #78c6ff;
border-color: #78c6ff;
color: white;*/
/*font-size: 25px;*/
   -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.content-36.design.include#physical .contact a {color: #7f8c8d;}
.content-36.design.include#physical .contact a:hover {color: #d5a024;}

.content-35 h2 {
  font-size: 35px;
  line-height: 40px;
  color: #5e5e5e;
  margin: 0 0 40px;
  font-style: italic;
  font-weight: 400;
}
.content-35 .lead {
  font-size: 20px;
  line-height: 36px;
  margin: 0 0 25px;
}
.content-35 .btn {
  font-weight: 500;
  padding-left: 26px;
  padding-right: 26px;
  margin-bottom: 20px;
  color: #fff;
}
.content-35 .btn:hover {
  color: #fff;
}
.content-35 .btn.btn-inverse {
  color: #d5a024;
}
.btn-inverse .btn [class*="fui-"] {color: #d5a024;}
.content-35 .btn.btn-inverse:hover {
  color: white;
}
.content-35 a {

  text-decoration: none;

}
.content-35 a:hover {
  color: #64686c;
}
.content-35 .ask-question {
  font-size: 20px;
  display: inline-block;
  line-height: 26px;
}
.content-35 .tech-info {
  color: #7f8c8d;
  padding-top: 80px;
  margin: 0;
}
.content-35 .tech-info dt,
.content-35 .tech-info dd {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
.content-35 .tech-info dt {
  float: left;
  width: 190px;
}
.content-35 .tech-info dd {
  display: block;
  overflow: hidden;
  color: #5e5e5e;
}
.content-35 .columns {
  margin-top: 50px;
}
.content-35 .columns h3 {
  font-size: 20px;
  color: #5e5e5e;
  line-height: 28px;
  margin: 0 0 20px;
  font-weight: 500;
}
.content-35 .columns p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.content-35 .columns a {
  display: block;
  border: none;
}
.content-35 .columns img,
.content-35 .columns strong,
.content-35 .columns b {
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}
.content-35 .columns img {
  margin-top: 20px;
  margin-bottom: 45px;
}
.content-35 .columns a:hover img {
  opacity: 0.9;
}
.content-35 .columns b {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  letter-spacing: -1px;
  color: #5e5e5e;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.content-35 .columns h3 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 15px;
  letter-spacing: -1px;
  color: #5e5e5e;
}
.content-35 .columns a strong {font-weight: 500;}
.content-35 .columns a:hover strong {
  border-bottom: 1px solid #d5d6d6;
}
.content-35 .columns span {
  font-size: 16px;
  line-height: 26px;
  color: #7f8c8d;
  display: block;
}
.content-35 .columns span.svgIcon {
  display: inline-block;
  padding-left: 8px;
}

.content-35.business .columns h3 {font-weight: 600;}

@media (max-width: 767px) {
  .content-35 .columns .col-sm-6:not(:first-child) {
    margin-top: 60px;
  }
}
.content-35 .background {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.content-35 .background > .container {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .content-35 .background > .container {
    height: 250px;
    margin-bottom: 60px;
  }
}
.content-35 .background.bread .col-sm-4 > div {
  background: none;
}
.content-35 .background.doc .col-sm-4 > div {
  background: #d5e3e0;
}
.content-35 .background .col-sm-4 {
  position: absolute;
  height: 100%;
}
.content-35 .background .col-sm-4 > div {
  position: absolute;
  right: 0;
  height: 100%;
  width: 1000px;
  background: #f3f3f3;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 767px) {
  .content-35 .background .col-sm-4 > div {
    position: static;
    width: 100%;
    overflow: hidden;
  }
}

content-35.second.testing.thermal {}

.content-35 .background .col-sm-4 > div img {
  height: 100% !important;
  width: auto;
  position: absolute;
  top: 0;
  right: -60px;
}
@media (max-width: 767px) {
  .content-35 .background .col-sm-4 > div img {
    height: auto;
    min-height: 250px;
  }
}
@media (max-width: 767px) {
  .content-35 .background .col-sm-4 {
    left: 0;
    right: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .content-35 .background {
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  .content-35 {
    padding-top: 0;
  }
}
.content-35 .contact {
  padding: 30px 0 10px 92px;
  background: url('//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/static/common-files/img/content/anthony.png') no-repeat center left;
  color: #7f8c8d;
  font-size: 16px;
  line-height: 26px;
  border-top: 1px solid #ebedee;
  margin-top: 85px;
}
.content-35-slider-item {
  overflow: hidden;
}
.content-35-customPager {
  position: absolute;
  left: 50%;
  top: 100px;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .content-35-customPager {
    margin-left: -88px;
  }
}
@media (max-width: 1199px) {
  .content-35-customPager {
    margin-left: -70px;
  }
}
@media (max-width: 991px) {
  .content-35-customPager {
    margin-left: -52px;
  }
}
@media (max-width: 767px) {
  .content-35-customPager {
    margin-left: 15px;
    left: 0;
    top: 70px;
  }
}
.content-35-customPager li {
  float: left;
  margin-right: 15px;
}
.content-35-customPager li a {
  -webkit-transition: color 0.25s, opacity 0.25s, text-indent 0.25s;
  -moz-transition: color 0.25s, opacity 0.25s, text-indent 0.25s;
  -ms-transition: color 0.25s, opacity 0.25s, text-indent 0.25s;
  -o-transition: color 0.25s, opacity 0.25s, text-indent 0.25s;
  transition: color 0.25s, opacity 0.25s, text-indent 0.25s;
  list-style: none;
  cursor: pointer;
  width: 2px;
  height: 2px;
  border: 2px solid #5e5e5e;
  overflow: hidden;
  display: block;
  color: #5e5e5e;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  padding: 3px;
  text-indent: -20px;
}
.content-35-customPager li a:hover,
.content-35-customPager li a:focus,
.content-35-customPager li a.active {
  background-color: #5e5e5e;
  opacity: 1;
  color: #5e5e5e;
}
.content-35-customPager li .fui-list {
  position: relative;
  top: -6px;
  cursor: pointer;
}
.content-35-customPager li .fui-list:before {
  color: #303336;
  font-size: 16px;
  -webkit-transition: color 0.6s;
  -moz-transition: color 0.6s;
  -o-transition: color 0.6s;
  transition: color 0.6s;
}
.content-35-customPager.showmenu .fui-list:before {
  color: #7f8c8d;
}
.content-35-customPager.showmenu a {
  border: none;
  border-bottom: 1px dashed #7f8c8d;
  width: auto;
  height: auto;
  font-size: 16px;
  color: #7f8c8d;
  position: relative;
  top: -4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  background: none !important;
  line-height: 18px;
  padding: 0;
  text-indent: 0;
}
.content-35-customPager.showmenu a.active,
.content-35-customPager.showmenu a:hover,
.content-35-customPager.showmenu a:focus {
  border-bottom-color: transparent;
  color: #5e5e5e;
}
.content-35-customPager .manuicon {
  position: relative;
  top: -7px;
  cursor: pointer;
}
/**
 * Content 1 stylesheet  
 * */
.content-1 {
  padding-bottom: 125px;
  position: relative;
  text-align: left;
  padding-top: 125px;
}

.content-1.maintext {padding-top: 90px;}
.header-23-sub.addition .content-1 {padding-bottom: 140px;}

.content-1.maintext .container {width: 100%!important;}
.content-1.maintext .row div {width: 100%; text-align: center; margin-left: auto; margin-right: auto; margin-left: 0!important; float: none!important;}

.content-1.maintext {text-align: center;}
.content-1.maintext h3 {
  font-size: 52px;
  font-weight: normal;
  color: white;
  margin-bottom: 24px;
  /*font-family: "adelle", adelle, serif, Arial, Helvetica;*/
  font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
  font-style: normal;
  font-weight: 100;
  line-height: 85px;
  padding-top: 0;
  /*background: rgba(0,0,0,0.35);*/
  background: transparent;
  display: inline-block; padding-left: 80px; padding-right: 80px;
  /*border-top: 3px solid #d5a024;
  border-bottom: 3px solid #d5a024;*/
}

.content-1 h3 {
  font-size: 36px;
  font-weight: normal;
  color: inherit;
  margin-bottom: 24px;
  font-weight: 300;
font-family: "adelle", adelle, serif, Arial, Helvetica;
letter-spacing: normal;
display: block;
font-style: italic;

}

.content-1.maintext h3:after, .content-1.maintext h3:before {
/*display: block;
content: '';
position: absolute;
left: 50%;
width: 350px;
margin-left: -175px;
height: 3px;
background: #d5a024;
text-align: center;
*/
}


.header-23-sub.addition .content-1 {text-align: center;}


.content-1 p {
  font-size: 18px;
  font-weight: normal;
  color: #7f8c8d;
   }
.content-1 p.introduction {
color: #666666;
font-size: 25px;
line-height: 40px;
font-weight: 100;
margin-left: auto; margin-right: auto;
text-align: center;
margin-bottom: 95px;
}
.content-1 p.introduction.seperator {
margin-bottom: 45px;
border-bottom: 2px dashed #78c6ff;
padding-bottom: 45px;
}
.content-1 .box-video {
  margin-top: 40px;
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
   }
.content-1 .box-video p {
  font-size: 18px;
  font-weight: normal;
  color: #7f8c8d;
  line-height: 1.722169;
   }
.content-1 .box-video h6 {
font-size: 22px;
font-weight: normal;
color: #5e5e5e;
text-transform: none;
margin-top: 0;
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-weight: 100;
letter-spacing: normal;
display: block;
font-style: italic;

}
.content-1 .box-video .btns {
  text-align: center;
}
@media (max-width: 767px) {
  .content-1 .box-video .btns {
    text-align: left;
  }
}
.content-1 .box-video .btns .btn {
  min-width: 100%;
}
@media (max-width: 767px) {
  .content-1 .box-video .btns .btn {
    min-width: 178px;
  }
}
.content-1 .box-video .btns .btn [class*="fui-"] {
  float: left;
  font-size: 22px;
  font-weight: normal;

  margin-right: 4px;
}
.content-1 .box-video .btns .btn + .btn {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .content-1 .box-video .btns .btn + .btn {
    margin: 0 0 0 15px;
  }
}
.content-1 .box-video .additional-links {
  margin-top: 20px;
  font-size: 12px;
  font-weight: normal;
  color: #7f8c8d;
  line-height: 17px;
  text-align: center;
}
@media (max-width: 767px) {
  .content-1 .box-video .additional-links {
    text-align: left;
  }
}
.content-1 .box-video .additional-links a {
  text-decoration: underline;
  color: #7f8c8d;
}
.content-1 .box-video .additional-links a:hover,
.content-1 .box-video .additional-links a:focus,
.content-1 .box-video .additional-links a.active {
  color: #d5a024;
}
@media (max-width: 480px) {
  .content-1 .box-video {
    margin-top: 40px;
  }
  .content-1 .box-video .player {
    margin-bottom: 40px;
    width: 100%;
  }
  .content-1 .box-video .btns {
    margin-top: 35px;
  }
  .content-1 .box-video .btns .btn {
    display: block;
  }
  .content-1 .box-video .btns .btn + .btn {
    margin: 16px 0 0;
  }
  .content-1 .box-video .additional-links {
    text-align: center;
    max-width: 170px;
    margin: 20px auto 0;
  }
}
.content-1 .player {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  float: left;
  width: 220px;
  height: 150px;
  margin: 0 50px 20px 0;
  	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.65);
}
.content-1 .player.tall {margin-bottom: 55px;}
.content-1 .player img {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.content-1 .player:hover img {
  /*
  opacity: 80;
  filter: alpha(opacity=9000);
  opacity: .8;
  filter: alpha(opacity=80);
  */
  
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .content-1 .player {
    float: none;
    margin: 0 auto 10px;
  }
}
.content-1 .player .btn-play {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 53px;
  height: 53px;
  margin: -20px 0 0 -30px;
  padding-left: 18px;
  padding-top: 12px;
  background-color: #d5a024;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: none;
  border: 4px solid white;
}
.content-1 .player .btn-play:hover > img {
  opacity: 80;
  filter: alpha(opacity=9000);
  opacity: .8;
  filter: alpha(opacity=80);
}
.content-1 .player .btn-play:hover,
.content-1 .player .btn-play:focus {
  background-color: white;
  border-color: white;
  color: black;
}
.content-1 .player .btn-play:active,
.content-1 .player .btn-play.active {
  background-color: #d5a024;
}
.content-1 .player > iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.projects-* .pt-perspective {
  position: relative;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}
.projects-* .pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.projects-* .pt-page-current,
.projects-* .no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.projects-* .pt-page-ontop {
  z-index: 999;
}
.projects-* .v-center {
  display: table;
  width: 100%;
}
.projects-* .v-center > * {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  float: none;
}
@media (max-width: 767px) {
  .projects-* .v-center.row {
    display: block;
    width: auto;
  }
  .projects-* .v-center.row > * {
    display: block;
    vertical-align: baseline;
  }
}
/**
 * Project 3 stylesheet  
 * */
.projects-3 {
  padding-top: 110px;
  padding-bottom: 110px;
}
.projects-3.board {}
.projects-4.affiliations {background: #e8e8e8; padding-top: 110px; padding-bottom: 110px;}
.projects-4.affiliations h6.center.department {text-align: center; padding-top: 25px; font-size: 16px; padding-bottom: 15px; font-style: italic; background: transparent; color: #7f8c8d; border-bottom: 1px solid #b8b8b8; display: inline-block; margin-left: auto; margin-right: auto;
margin-bottom: 15px;
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-weight: 400;
}

.projects-4.affiliations.directory .table > thead > tr > th, .projects-4.affiliations.directory .table > tbody > tr > th, .projects-4.affiliations.directory .table > tfoot > tr > th, .projects-4.affiliations.directory .table > thead > tr > td, .projects-4.affiliations.directory .table > tbody > tr > td, .projects-4.affiliations.directory .table > tfoot > tr > td {padding-top: 12px; padding-bottom: 12px;}

.projects-4.affiliations h3 {
  margin: 0 0 80px;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 60px;
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-weight: 100;
font-style: italic;
}

.projects-4.affiliations .project {background: transparent; padding: 15px; margin-bottom: 15px; min-height: 220px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-align: center;
  
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}
.projects-4.affiliations .project:hover {background: rgba(255,255,255,0.78);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  
	-webkit-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
}
.projects-4.affiliations .project:hover a {color: #333!important; font-weight: 400!important;}
.projects-4.affiliations .project:hover .info a {color: #858585;}
.projects-4.affiliations .photo-wrapper img {max-width: 100%; max-height: 104px; margin-left: auto; margin-right: auto;}
.projects-4.affiliations .info {margin-top: 20px; text-align: center;
color: #34495e;
font-size: 16px;
font-weight: 600;
margin-bottom: 5px;
display: none;
}
.projects-4.affiliations .info a {
color: #e6e6e6;
}
.projects-4.affiliations .info a:hover {
color: #545454;
}

.projects-3 .center, .projects-4 .center {width: 100%; text-align: center;}

.projects-3 h3, .projects-4.affiliations h3 {
margin: 0 0 80px;
font-weight: 300;
margin-bottom: 60px;
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-style: italic;
font-size: 46px;
line-height: 55px;
color: #666666;
margin-bottom: 55px;
border-bottom: 2px dashed #78c6ff;
padding-bottom: 25px;
text-align: center;
width: auto;
margin-left: auto; margin-right: auto;
display: inline-block;
}
.projects-3 .projects {
  display: table;
  width: 100%;
}
.projects-3 .projects + .projects {
  margin-top: 25px;
}
.projects-3 .projects .project-wrapper {
  display: table-cell; text-align: center;
  width: 24.9%;
}
.projects-3 .projects .project-wrapper.half {}
.projects-3 .projects .project-wrapper:first-child + .project-wrapper {
  text-align: center;
  
}
.projects-3 .projects .project-wrapper:first-child + .project-wrapper + .project-wrapper {
  text-align: center;
  
}
.projects-3 .projects .project {
  width: 180; 
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.projects-3 .projects .project .info a {color: #666666;}
.projects-3 .projects .photo-wrapper {
  width: 180px;
  height: 180px;
  position: relative;
  /*-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #ecf0f1;
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  text-align: center;
  margin-left: auto; margin-right: auto;
}

.projects-3.staff .projects + .projects {margin-bottom: 0; margin-top: 0;}
.projects-3.staff {background: #e8e8e8;}
.projects-3.staff .projects .info {margin-top: -250px; width: 270px; padding-top: 60px; height: 250px; /*background: rgba(18,18,18,0.63);*/ z-index: 50; position: relative; -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px; overflow: hidden;
color: white;
opacity: 0;
}
.projects-3.staff .projects .info::before {}

.projects-3.staff .projects .info, .projects-3.staff .projects .info::before {}

.projects-3.staff .projects .info .name, .projects-3.staff .projects .info p {z-index: 50;}

.projects-3.staff .projects .info .name {color: white; padding-bottom: 10px;}
.projects-3.staff .projects .info a {color: white;}

.projects-3.staff .projects .project:hover .info, .projects-3.staff .projects .project:hover .info::before {
opacity: 1;
transform: translate3d(0,0,0);
}

.projects-3.staff .projects .project:hover .info p, .projects-3.staff .projects .project:hover .info .name {
-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.projects-3.staff .projects .project .info .name::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.projects-3.staff .projects .project:hover .info .name::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}



.projects-3.staff .projects .project .info p, .projects-3.staff .projects .project .info .name {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

.projects-3.staff .projects .project:hover p, .projects-3.staff .projects .project:hover .info .name {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.projects-3.staff .projects .project {background: transparent; padding: 0; margin-bottom: 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
box-shadow: 0 1px 2px rgba(0, 0, 0, 0);
}
.projects-3.staff .projects .project:hover {background: #232323;
-webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.12);
-moz-box-shadow: 0 1px 2px rgba(00,0,0,0.12);
box-shadow: 0 1px 2px rgba(0,0,0,0.12);
}

.projects-3.staff .projects .project:hover .photo-wrapper {
  filter: alpha(opacity=1800);
  opacity: 0.18;
  filter: alpha(opacity=18);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
}

.projects-3.staff .projects .photo-wrapper {width: 270px; height: 250px;}
.projects-3.staff .projects .project-wrapper.center {margin-left: auto; margin-right: auto; width: 100%;}
.projects-3.staff .projects .project .info a:hover {color: #d5a024;}

.projects-3 .projects .photo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*-webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  background: 50% 50% no-repeat;
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-size: cover;
}
.projects-3 .projects .overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  line-height: 140px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.projects-3 .projects .overlay [class*="fui-"] {
  font-size: 46px;
}
.projects-3 .projects .info {
  text-align: center;
  font-size: 16px;
  color: #95a5a6;
  margin-top: 43px;
}
.projects-3 .projects .info b {
  color: #7f8c8d;
}
.projects-3 .projects .name {
  color: #666666;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  -webkit-transition: color 0.4s;
  -moz-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.projects-3 .projects .info p {font-size: 14px;}
.projects-3 .projects .info p span {font-weight: 600; font-style: italic;}
.projects-3 .projects .project:hover .photo-wrapper {
  background-color: #d5a024;
}
.projects-3 .projects .project:hover .photo {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 100;
  filter: alpha(opacity=100);
}
.projects-3 .projects .project:hover .overlay {
  opacity: 100;
  filter: alpha(opacity=10000);
  opacity: 1;
  filter: alpha(opacity=100);
}
.projects-3 .projects .project:hover .name {
  color: #d5a024;
}
@media (max-width: 767px) {
  .projects-3 .projects {
    display: block;
    width: auto;
  }
  .projects-3 .projects .project-wrapper {
    display: block;
    text-align: center!important;
  }
  .projects-3 .projects .project-wrapper + .project-wrapper {
    margin-top: 85px;
  }
}
.pt-perspective {
  position: relative;
  height: 100%;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
  overflow: hidden;
}
.pt-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pt-page-current,
.no-js .pt-page {
  visibility: visible;
  z-index: 1;
}
.pt-page-ontop {
  z-index: 999;
}
/**
 * Blog 4 stylesheet  
 * */
 
.blog-4.blogarea {
background-color: #f9f9f9;
/*background-repeat: repeat-x;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(#e9e9e9));
background: -webkit-linear-gradient(top, white, #e9e9e9);
background: -moz-linear-gradient(top, white, #e9e9e9);
background: -ms-linear-gradient(top, white, #e9e9e9);
background: -o-linear-gradient(top, white, #e9e9e9);
*/
}
.blog-4 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.blog-4 p {
  margin: 0;
}
.blog-4 ul {
padding: 0;
margin: 0;
margin-top: 25px;
margin-bottom: 25px;
list-style: none;
margin-right: auto;
margin-left: auto;
}
.blog-4 ul li {
padding: 0;
margin: 0;
border: none;
color: #7f8c8d;
font-size: 18px;
line-height: 32px;
text-align: left;
list-style: circle;
margin-left: 75px;
padding-left: 15px;
}

.blog-4 p span {color: #444444; font-weight: 400;}
.blog-4 p + p {
  margin-top: 30px;
}
.blog-4 h3 {
  font-size: 35px;
  margin: 0 0 35px;
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-weight: 100;
letter-spacing: normal;
display: block;
font-style: italic;

}
.blog-4 h6 {
  font-size: 20px;
     font-weight: 500;
  margin: 0 0 25px;
  text-transform: none;
}
.blog-4 h2.focus {
margin: 0 0 30px;
margin-top: 40px;
font-weight: 500;
font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
font-size: 23px /* 29px */;
line-height: 1.2em;
}
.blog-4 h2.focus span {
font-weight: 600;
}

.blog-4 img {
  max-height: 366px;
  max-width: 550px;
  overflow: hidden;
  margin: 20px 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  display: inline-block;
}

.blog-4 img.size-large {max-width: 100%; margin-left: auto; margin-right: auto; text-align: center; max-height: inherit;}
@media (max-width: 560px) {
  .blog-4 .img {
    display: block;
  }
}
.blog-4 .img > img {
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  max-height: 100%;
}
.blog-4 .quote {
  position: relative;
  margin: 60px 0 55px 40px;
  font-size: 37px;
  line-height: 50px;
     color: #5e5e5e;
  font-weight: 300;
  letter-spacing: -1px;
}
.blog-4 .quote:before {
  content: url('//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/static/common-files/icons/quote-up.png');
  position: absolute;
  top: -17px;
  left: -40px;
}
@media (max-width: 767px) {
  .blog-4 .quote {
    font-size: 29px;
    line-height: 38px;
  }
}
.blog-4 .tags {
  margin-top: 70px;
  font-size: 12px;
     font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.19em;
  color: #bdc3c7;
}
.blog-4 .tags a {
  color: #bdc3c7;
}
.blog-4 .tags a:hover,
.blog-4 .tags a:focus,
.blog-4 .tags a.active {
  color: #979c9f;
}
.blog-4 .tags ul,
.blog-4 .tags ol {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.blog-4 .tags li {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .blog-4 .tags {
    display: none;
  }
}
.blog-4 .related-articles {
  margin-top: 0px;
  font-size: 15px;
  color: #bdc3c7;
}
.blog-4 .related-articles ul li {margin-left: 0; padding-left: 0;}
.blog-4 .related-articles h6 {
  font-size: 19px;
     font-weight: 500;
  margin: 0 0 30px;
}
.blog-4 .related-articles ul,
.blog-4 .related-articles ol {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
.blog-4 .related-articles li {
  display: block;
  line-height: 1.45;
}
.blog-4 .related-articles li + li {
  margin-top: 8px;
}
.blog-4 .related-articles a {
  color: #7f5742;
  font-size: 16px;
  font-weight: 200;
}
.blog-4 .related-articles a:hover,
.blog-4 .related-articles a:focus,
.blog-4 .related-articles a.active {
  color: #c49423;
}
.blog-4 .related-articles a + div {
  margin-top: 4px;
}
@media (max-width: 767px) {
  .blog-4 .related-articles {
    margin-top: 60px;
  }
}


.projects-4.affiliations.press .project-wrapper {
background: white;
min-height: 200px;
}
.projects-4.affiliations.press .project:hover {margin-top: 15px;}


.projects-4.affiliations.press h4 {color: white; text-align: left;
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-weight: 100;
letter-spacing: normal;
display: block;
font-style: italic;
}
.projects-4.affiliations.press .project-wrapper:hover h4 {color: #5e5e5e;}

.projects-4.affiliations.press .project-wrapper a {display: none; font-size: 14px; font-weight: 200; margin-bottom: 15px; text-align: left;}
.projects-4.affiliations.press .project-wrapper:hover a {color: #d5a024;}

.projects-4.affiliations.press .project-wrapper:hover {z-index: 100;}
.projects-4.affiliations.press .project-wrapper:hover a {display: block;}

.projects-4.affiliations.press .project-wrapper.twothousandfour {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2004.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandfive {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2005.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandsix {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2006.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandseven {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2007.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandeight {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2008.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandnine {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2009.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandten {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2010.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandeleven {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2011.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandtwelve {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2012.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandthirteen {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2013.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandfourteen {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2014.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandfifteen {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2015.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandsixteen {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2016.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandseventeen {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2017.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandeighteen {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2018.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandnineteen {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2019.jpg) center center no-repeat;
background-size: cover;
}
.projects-4.affiliations.press .project-wrapper.twothousandtwenty {
background: #7b7b7b url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/press/2020.jpg) center center no-repeat;
background-size: cover;
}

.content-36 {
  background: #1b1f23;
  text-align: center;
  color: #95a5a6;
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #2f2f2f!important;
}

.content-36.design {
background-color: white!important;
padding-top: 120px;
padding-bottom: 100px;
}

.content-36.design.include {
background-color: #7fb4e1!important;
padding-top: 80px; padding-bottom: 525px;
}
.content-36.design.include .backstretch {
opacity: 100;
filter: alpha(opacity=10000);
opacity: 1;
filter: alpha(opacity=100);
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: white;
}


.content-36.design.include h4 {
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-size: 35px;
font-weight: 100;
letter-spacing: normal;
display: inline-block;
color: white;
}

.content-36.design.include p {color: white; padding-top: 50px;}

.content-36.design.include h1, .content-36.design.include h2,.content-36.design.include h3, .content-36.design.include h4, .content-36.design.include h5, .content-36.design.include h6, .content-36.design.include ul li {}
.content-36.design.include ul {margin-top: 50px; margin-bottom: 15px; width: 100%; color: white;}
.content-36.design.include ul li {margin-left: 25px; padding-left: 15px; color: white;}
.content-36.design.include .contact ul li.info a {color: white;}
.content-36.design.include .contact ul li.info a:hover {color: #d5a024; background: white; padding: 5px; border-radius: 3px;}
.content-36.design.include .contact ul li.emblem span {
background: white;
color: #d5a024;
}

.contacts-3 .contacttop {text-align: center;}
.contacts-3 .contacttop h3 {
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-size: 40px;
font-weight: 100;
letter-spacing: normal;
margin-bottom: 25px;
border-bottom: 2px dashed #78c6ff;
display: inline-block;
padding-bottom: 25px;
font-style: italic;
}
.contacts-3 .contacttop p {
padding-top: 10px;
font-size: 23px;
letter-spacing: normal;
font-weight: 200;
font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
padding-bottom: 0;
line-height: 38px;
margin-bottom: 25px;
border-bottom: 2px dashed #78c6ff;
display: inline-block;
padding-bottom: 25px;
margin-left: 30px; margin-right: 30px;
}

.content-36.design.include#physical {text-align: left; color: #7f8c8d; background-color: white!important; padding-top: 100px; padding-bottom: 200px;}
.content-36.design.include#physical .backstretch {
opacity: 76;
filter: alpha(opacity=7600);
opacity: 0.76;
filter: alpha(opacity=76);
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: white;
}
.content-36.design.include#physical p {color: #7f8c8d; }
.content-36.design.include#physical ul li {color: #7f8c8d;}
.content-36.design.include#physical ul {margin-top: 30px;}
.content-36.design.include#physical a {color: #d5a024;}
.content-36.design.include#physical .btns.center a:hover {color: white;}
.content-36.design.include#physical h4 {color: #5e5e5e;}

.content-36.design.include#physical .btns.center {text-align: left; margin-bottom: 50px; margin-top: 50px;}

.content-36.design.include#physical  ul.blue {margin-top: 60px; margin-bottom: 0;}
.content-36.design.include#physical  ul.blue li {
/*display: inline-block;
line-height: 1;
background: transparent;
border: 1px solid #78c6ff;
border-radius: 3px;
color: #78c6ff;
font-style: italic;
margin-right: 6px;
margin-bottom: 12px;
padding: 16px 22px;
-webkit-transition: 0.25s;
-moz-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
font-family: "proxima-nova", Proxima Nova, sans-serif, Arial, Helvetica;
font-size: 14px;
line-height: 1.231;
font-weight: 400;*/
}
.content-36.design.include#physical  ul.blue li:hover {
/*
background: #78c6ff;
color: white;
-webkit-transition: 0.15s;
-moz-transition: 0.15s;
-o-transition: 0.15s;
transition: 0.15s;
*/
}

.content-36 p.physical {width: 100%;
font-size: 18.004px;
line-height: 1.722169; font-weight: 200;
}

.content-36.design.include#physical .contact ul li.emblem span {
background: #d5a024;
color: white;
}

.content-35.testing#business {padding-bottom: 250px;}
.content-35.testing#business .container {padding-top: 150px;}

.content-1.testing.businesspoints {background: #f2f2f2!important;}
.content-1.testing.businesspoints h6 {
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-size: 32px;
font-weight: 100;
letter-spacing: normal;
margin-bottom: 15px;
display: inline-block;
padding-bottom: 25px;
font-style: italic;
}
.content-1.testing.businesspoints #businessbreak {min-height: 450px; background: #d8d8d8; margin-top: 75px; margin-bottom: 75px;}

.content-1.testing.businesspoints #network {background: #e8e6de; padding-top: 125px; padding-bottom: 125px; margin-bottom: 100px; margin-top: 100px;}
.content-1.testing.businesspoints .row.center {text-align: center;}

.content-36.design#contactdesign {background-color: #121212!important;
padding-top: 55px;
padding-bottom: 85px;
}
.content-36.design#contactdesign .backstretch {
opacity: 26;
filter: alpha(opacity=2600);
opacity: 0.26;
filter: alpha(opacity=26);
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: white;
}
.content-36.design#contactdesign ul li.info, .content-36.design#contactdesign ul li.info a {color: white;}

.content-36.prototype .btns a {
	border-color: white!important; color: white!important;
}
.content-36.prototype .btns a:hover {background: white!important; color: #5e5e5e!important;}

.content-36.design h2 {
font-size: 35px;
line-height: 40px;
color: #5e5e5e;
font-weight: 300;
margin-bottom: 25px;
}
.content-36.design p {
font-size: 20px;
line-height: 36px;
color: #7f8c8d;
}

.content-1.intro#introbg {padding-bottom: 650px;}

.content-1.intro {text-align: center;}
.content-1.intro p {
/*font-family: "adelle", adelle, serif, Arial, Helvetica;*/
font-size: 21px;
font-weight: 100;
width: 85%; margin-left: auto; margin-right: auto;
}
.content-1.work.intro p i {font-weight: 400;}

.content-36.design.work {}
.content-36.design.work .row {margin-top: 50px; margin-bottom: 25px; text-align: left;}

.content-36.design.work h2 {
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-size: 40px;
font-weight: 100;
letter-spacing: normal;
margin-bottom: 25px;
border-bottom: 2px dashed #78c6ff;
display: inline-block;
padding-bottom: 25px;
font-style: italic;
}

.content-36.design .backstretch {
opacity: 71;
filter: alpha(opacity=7100);
opacity: 0.71;
filter: alpha(opacity=71);
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: white;
}

.content-36.design h4 {
font-size: 25px;
line-height: 40px;
font-style: italic;
color: #5e5e5e;
font-weight: 300;
margin-top: 40px;
}

.content-36.design ul {list-style: none;}
.content-36.design ul li {list-style: none; padding: 0; margin: 0; border: none; 
color: #7f8c8d;
font-size: 18px;
line-height: 32px;
text-align: left;
list-style: circle;
margin-left: 75px;
padding-left: 15px;
}

.content-36.design .contact {
width: 75%; margin-left: auto; margin-right :auto;
color: #7f8c8d;
font-size: 16px;
line-height: 26px;
border-top: 1px solid #dcdcdc;
margin-top: 40px;
padding-top: 40px;
text-align: left;
}
.content-36.design .contact p {
font-size: 16px;
line-height: 26px; padding-top: 0; margin: 0;
}
.content-36.design .contact ul {list-style: none; padding: 0; margin: 0; width: 100%;}
.content-36.design .contact ul li {display: inline-block; padding: 0; margin: 0; list-style: none;}
.content-36.design .contact ul li.emblem {width: 15%; float: left;}
.content-36.design .contact ul li.emblem span {
background: #d5a024;
color: white;
border-radius: 200px;
cursor: pointer;
display: inline-block;
text-align: center;
font-size: 23px;
height: 100%;
width: 100%;
height: 65px;
width: 65px;
line-height: 65px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 10;
cursor: default;
}
.content-36.design .contact ul li.info {width: 80%; margin-left: 3%; float: left;}
.content-36.design .contact ul li.info b {font-weight: 600;}
.content-36.design .contact span.contactinfo {
}
.content-36.design .contact ul li.info a {color: #5e5e5e;}
.content-36.design .contact ul li.info a:hover {color: #d5a024;}

.content-36.design {}


.content-36.design.work {background: #f8f8f8 url(//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/pattern.jpg);}
.content-36.design.work .img {
max-width: 950px;
max-height: 518px;
margin: 30px 0;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
overflow: hidden;
display: inline-block;
background: rgba(255,255,255,0.38);
text-align: center;
}
.content-36.design.work .img > img {
display: block;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
max-height: 100%;
}



.content-36.values.extended {
background: #f3f3f3;
padding-top: 0px;
margin-top: 0;
padding-bottom: 0px;
}
.content-36.values.extended h2 {margin-bottom: 25px;}

.content-36.values.extended #ourvalues {padding-bottom: 75px; background-color: #f3f3f3!important;}

.content-36.values.extended #vision {padding-bottom: 75px; background-color: #3d3d3d!important; margin-top: 0px; margin-bottom: 0px; color: white;}
.content-36.values.extended #vision h2, .content-36.values.extended #vision p {color: white;}
.content-36.values.extended #vision .backstretch {background-color: #565656;}

.content-36 ul {padding: 0; margin: 0; margin-top: 15px; margin-bottom: 15px; list-style: none; width: 75%; margin-right: auto; margin-left: auto;}
.content-36 ul li {color: white; list-style: none; padding: 0; margin: 0; font-size: 17px; line-height: 28px; font-weight: 200; font-style: italic; border-bottom: 1px solid #9e9e9e; padding-bottom: 10px; padding-top: 10px;}
.content-36 ul li:last-child {border: none;}


.content-36.values h6 {text-transform: uppercase; font-weight: 600; color: #666666; font-size: 18px; margin-top: 50px; padding-bottom: 125px;}
.content-36.values p {color: #666666; font-size: 25px; line-height: 40px; width: 90%;}
.content-36.values h2 {color: #666666; padding-top: 125px;
margin-bottom: 25px;
border-bottom: 2px dashed #78c6ff;
display: inline-block;
padding-bottom: 25px;
font-style: italic;
}
.content-36.values {
  padding-top: 0; padding-bottom: 0px; margin-bottom: 0px;
  padding-bottom: 75px;
  /*background: #333 url('//www.compositesinnovation.ca/wp-content/themes/composites-innovation-centre/images/bg-about-mission.jpg') no-repeat center center;*/
  background-attachment: fixed;
  background: #ededed
  background-size: cover;
  color: #666666;
  background: #fbfbfb!important;
  max-height: none!important;
  /*min-height: 550px;*/
  text-align: center;
  overflow: hidden;
  position: relative;
}



.content-36.values #backgroundVideo {
  opacity: 15;
  filter: alpha(opacity=1500);
  opacity: .15;
  filter: alpha(opacity=15);
  border: 2px solid red;
  
min-width: 100%;
left: 0%;
top: 0%;
position: absolute;
display: inline;
min-height: 900px;
}

.content-36 .backstretch {
opacity: 18;
filter: alpha(opacity=1800);
opacity: 0.18;
filter: alpha(opacity=18);
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-color: #fbfbfb;

}

.content-36.prototype#prototypeandprocess {padding-bottom: 100px; padding-top: 100px;
background-color: #78c6ff!important;
color: white;
}
.content-36.prototype#prototypeandprocess h4 {
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-size: 35px;
font-weight: 100;
letter-spacing: normal;
display: inline-block;
color: white;
margin-top: 0; padding-top: 0;
margin-bottom: 0px;
margin-top: 50px;
}

.content-36.prototype {}
.content-36.prototype.secondary {

color: white;
padding-top: 50px; padding-bottom: 125px;
}
.content-36.prototype.secondary h4 {
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-size: 35px;
font-weight: 100;
letter-spacing: normal;
display: inline-block;
color: white;
margin-top: 0; padding-top: 0;
margin-bottom: 50px;
}
.content-36.prototype.secondary ul.dot li {
list-style: none;
padding: 0;
margin: 0;
border: none;
color: #7f8c8d;
font-size: 18px;
line-height: 32px;
text-align: left;
list-style: circle;
margin-left: 75px;
padding-left: 15px;
margin-left: 25px;
padding-left: 15px;
color: white;

}
.content-36.prototype.secondary ul li.emblem, .content-36.prototype.secondary .servicesperson .contact ul li.info {border: none;}
.content-36.prototype.secondary .servicesperson .contact ul li.emblem span {background: white; color: #d5a024;}
.content-36.prototype#prototypeandprocess p {padding-bottom: 0; margin-bottom: 0;}

.content-36.prototype h2 {
font-family: "adelle", adelle, serif, Arial, Helvetica;
font-size: 40px;
font-weight: 100;
letter-spacing: normal;
margin-bottom: 25px;
border-bottom: 2px dashed white;
display: inline-block;
padding-bottom: 25px;
font-style: italic;
}
.content-36#projectfocus {}
.content-36#projectfocus h2 {margin-top: 80px;}
.content-36 h2 {
  color: #fff;
  font-size: 46px;
  line-height: 55px;
  margin: 0 0 60px;
  letter-spacing: -2px;
  font-weight: 300;
}
.content-36 h2 span {font-weight: 100; font-style: italic;}
.content-36 .btn-success {
  font-size: 22px;
  font-weight: 500;
  padding: 15px 46px;
  margin: 0 0 55px;
  /*
  border: 2px solid white;
  background: none;
  */
  border: 2px solid #78c6ff;
  color: #78c6ff;
  background: none;
}
.content-36 .btn-success:hover {
  /*background: white;
  color: black;*/
  background: #78c6ff;
  color: white;
}
.content-36 p {
  margin: 0 auto;
  width: 75%;
  font-size: 20px;
  line-height: 31px;
  font-weight: 200;
  color: white;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .content-36 p {
    width: 80%;
  }
}
/**
 * Copntact 3 stylesheet  
 * */
.contacts-3 {
  padding-top: 110px;
  padding-bottom: 50px;
}
.contacts-3 h3 {
  margin: 0 0 80px;
  font-size: 30px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.2em;
  font-family: "adelle", adelle, serif, Arial, Helvetica;
  font-style: italic;
}
.contacts-3 h6,
.contacts-3 .h6 {
  margin: 0 0 15px;
     font-weight: 500;
  font-size: 20px;
  text-transform: none;
  font-family: "adelle", adelle, serif, Arial, Helvetica;
  font-style: italic;
}
.contacts-3 label.h6 {
  margin-bottom: 20px;
  font-size: 16px;
  font-style: italic;
}
.contacts-3 p {
  font-size: 16px;
  line-height: 1.6;
}
.contacts-3 a {
  color: #d5a024;
}
.contacts-3 a:hover,
.contacts-3 a:focus,
.contacts-3 a.active {
  color: #c49423;
}
.contacts-3 form {
  margin: 0px 0 0;
}
.contacts-3 form input,
.contacts-3 form textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 29px;
  color: #7f8c8d;
  border: none;
  border-bottom: 1px dashed #8a8a8a;
  border-radius: 0;
  background: rgba(241,241,241,0.12)
}
.contacts-3 form input:focus,
.contacts-3 form textarea:focus {
  border-color: #d5a024;
}
.contacts-3 form input {
  height: 45px;
}
.contacts-3 form label {
  margin-bottom: 18px;
}
.contacts-3 form .btn {
  margin-top: 7px;
  min-width: 150px;
}
.contacts-3 form .btn [class*="fui-"] {
  font-size: 24px;
}
.contacts-3 form .btn.btn-primary:hover,
.contacts-3 form .btn.btn-primary:focus {
  background-color: #d5a024;
}
.contacts-3 form .btn.btn-primary:active,
.contacts-3 form .btn.btn-primary.active {
  background-color: #c44133;
}
.contacts-3 .map {
  height: 255px;
  margin: 35px 0 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.contacts-3 .links {
  margin: 20px 0 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #ebedee;
}
.contacts-3 .links a {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}
.contacts-3 .links [class*="fui-"] {
  font-size: 26px;
  vertical-align: middle;
  margin: -3px 23px 0 0;
}
@media (max-width: 767px) {
  .contacts-3 > .container > .row > * + * {
    margin-top: 55px;
  }
}
@media (max-width: 480px) {
  .contacts-3 form {
    margin-bottom: 80px;
  }
  .contacts-3 form label {
    margin-bottom: 0px;
  }
}
/**
 * Footer 6 stylesheet  
 * */
.footer-6 {
  padding-top: 110px;
  padding-bottom: 110px;
  /*color: #7f8c8d;*/
  color: #c8c8c8;
  background: #3d3d3d;
}

.footer-6 .btn-primary {
	/*border: 2px solid #e5e5e5;
	background: transparent;
	color: #7f8c8d;*/
	border: 2px solid #78c6ff;
	background: transparent;
	color: #78c6ff;
	margin-right: 5px;
	padding: 8px 15px;
	font-size: 14px;
}
.footer-6 .btn-primary:hover {
	background: #78c6ff;
	color: white;
	border-color: #78c6ff;
}

.footer-6 a {
  font-weight: 300;
}

.footer-6 nav ul li.title {color: #9bbcd3;}

.footer-6 .col-sm-3.logos {}
.footer-6 .col-sm-3.logos ul {list-style: none; padding: 0; margin: 0; margin-top: 15px;}
.footer-6 .col-sm-3.logos ul li {padding: 0; display: block; width: 38%; float: left; margin: 0; margin-right: 5%;}
.footer-6 .col-sm-3.logos ul li a { }

.footer-6 .form-control {/*border-color: #e5e5e5;*/ border-color: white;}
.footer-6 .input-group-btn .btn {/*background: #e5e5e5;*/ background: #333333;}
.input-group-btn .btn:hover {background: #d5a024;}

@media (max-width: 480px) {
  .footer-6 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.footer-6 .brand {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 25px;
  font-weight: normal;
  color: #5e5e5e;
     font-weight: 500;
  line-height: 18px;
}
.footer-6 .brand img {max-width: 190px;}
.footer-6 .brand:hover,
.footer-6 .brand:focus {
  color: #d5a024;
}
.footer-6 h6 {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: normal;
  /*color: #7f8c8d;*/
  color: #c8c8c8;
     text-transform: none;
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer-6 h6 {
    margin: 0 0 5px;
  }
}
.footer-6 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: inherit;
}
.footer-6 nav ul li {
  margin-bottom: 8px;
  font-weight: 300;
}
.footer-6 nav ul li a {
  /*color: #7f8c8d;*/
  color: #c8c8c8;
  font-weight: 400;
}
.footer-6 nav ul li a:hover,
.footer-6 nav ul li a:focus {
  color: #d5a024;
}
@media (max-width: 480px) {
  .footer-6 nav h6 {
    margin: 0 0 12px;
  }
}
@media (max-width: 767px) {
  .footer-6 nav {
    *zoom: 1;
  }
  .footer-6 nav:before,
  .footer-6 nav:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  .footer-6 nav:after {
    clear: both;
  }
  .footer-6 nav:before,
  .footer-6 nav:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .footer-6 nav:after {
    clear: both;
  }
  .footer-6 nav .col-sm-2 {
    float: left;
    width: 30%;
    margin-left: 5%;
  }
  .footer-6 nav .col-sm-2:first-child {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .footer-6 nav {
    margin-bottom: 20px;
  }
}
.footer-6 .input-group {
  margin-bottom: 20px;
}
.footer-6 .input-group input[type="text"], .footer-6 .input-group input[type="email"] {
  width: 168px;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  -moz-transition: background-color 0.25s, border-color 0.25s;
  -o-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s;
  color: #333;
}
@media (min-width: 1200px) {
  .footer-6 .input-group input[type="text"], .footer-6 .input-group input[type="email"] {
    width: 218px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-6 .input-group input[type="text"], .footer-6 .input-group input[type="email"] {
    width: 113px;
  }
}
@media (max-width: 767px) {
  .footer-6 .input-group input[type="text"], .footer-6 .input-group input[type="email"] {
    width: 100%;
  }
}
.footer-6 .input-group input[type="text"]:hover, .footer-6 .input-group input[type="email"]:hover {
  border-color: #cacfd2;
}
.footer-6 .input-group input[type="text"]:focus, , .footer-6 .input-group input[type="email"]:focus {
  border-color: #d5a024;
}
.footer-6 .social-btns {
  white-space: nowrap;
}
.footer-6 .social-btns > * {
  display: inline-block;
  margin-left: 15px;
  font-size: 20px;
  font-weight: normal;
  color: #d5a024;
  width: 20px;
  height: 25px;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 480px) {
  .footer-6 .social-btns > * {
    margin-top: 15px;
    margin-bottom: 7px;
  }
}
.footer-6 .social-btns > *:first-child {
  margin-left: 0;
}
.footer-6 .social-btns > * > * {
  display: block;
  position: relative;
  top: 0;
  -webkit-transition: 0.25s top;
  -moz-transition: 0.25s top;
  -o-transition: 0.25s top;
  transition: 0.25s top;
}
.footer-6 .social-btns > * > *:first-child {
  color: #bdc3c7;
}
.footer-6 .social-btns > *:hover > * {
  top: -100%;
}
.footer-6 .social-btns .fui-twitter:first-child {
  margin-top: 2px;
}
@media (max-width: 767px) {
  .footer-6 [class*="col-sm-"] {
    margin-top: 15px;
  }
  .footer-6 .row:first-child {
    margin-top: -15px;
  }
}
@media (max-width: 480px) {
  .footer-6 .input-group {
    margin-bottom: 0;
  }
}
/**
 * Footer 10 stylesheet  
 * */
.footer-10 {
  position: relative;
  background: rgba(235, 237, 238, 0.76);
}
.footer-10 > .container {
  padding-top: 90px;
  padding-bottom: 80px;
}
.footer-10 .brand {
  display: inline-block;
  padding: 3px 0 0;
  font-size: 25px;
  font-weight: normal;
  color: inherit;
     font-weight: 500;
  color: #5e5e5e;
}
.footer-10 .brand img:first-child {
  float: left;
  margin: -10px 15px 0 0;
}
.footer-10 .brand:hover,
.footer-10 .brand:focus,
.footer-10 .brand.active {
  color: #d5a024;
}
.footer-10 p {
  font-size: 16px;
  font-weight: normal;
  color: #7f8c8d;
  line-height: 25.6px;
}
.footer-10 a {
  color: #d5a024;
  font-weight: normal;
}
.footer-10 a:hover,
.footer-10 a:focus,
.footer-10 a.active {
  color: #b93d30;
}
.footer-10 h6 {
  font-size: 18px;
  font-weight: normal;
  color: #5e5e5e;
  font-weight: 500;
  text-transform: none;
}
.footer-10 nav h6 {
  margin: 0 0 15px;
  line-height: 24px;
  color: #5e5e5e;
  font-weight: 500;
}
.footer-10 nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  color: inherit;
}
.footer-10 nav ul li {
  margin-bottom: 8px;
}
.footer-10 nav a {
  color: #7f8c8d;
}
.footer-10 nav a:hover,
.footer-10 nav a:focus,
.footer-10 nav a.active {
  color: #667071;
}
@media (max-width: 767px) {
  .footer-10 .col-sm-2 {
    float: left;
    width: 50%;
  }
  .footer-10 .col-sm-2 + .col-sm-2 + .col-sm-2 {
    clear: left;
    margin-top: 30px;
  }
  .footer-10 .col-sm-2 + .col-sm-2 + .col-sm-2 + .col-sm-2 {
    clear: none;
    margin-top: 30px;
  }
  .footer-10 .box {
    margin-top: 33px;
  }
}
@media (max-width: 480px) {
  .footer-10 .box {
    margin-top: 33px;
  }
  .footer-10 .box.box-first {
    margin-top: 0;
  }
  .footer-10 .brand {
    margin-bottom: 33px;
  }
}
.footer-10 .subscribe-form {
  padding-top: 40px;
  padding-bottom: 40px;
}
.footer-10 .subscribe-form .col-sm-4 {
  text-align: right;
}
@media (max-width: 767px) {
  .footer-10 .subscribe-form .col-sm-4 {
    text-align: center;
  }
}
.footer-10 .subscribe-form form {
  margin: 0;
  position: relative;
}
.footer-10 .subscribe-form input[type="text"] {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 60px;
  font-size: 50px;
  font-weight: normal;
  color: #ffffff;
     font-weight: 500;
  letter-spacing: -1px;
}
.footer-10 .subscribe-form input[type="text"]:-moz-placeholder {
  color: #ffffff;
}
.footer-10 .subscribe-form input[type="text"]::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.footer-10 .subscribe-form input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}
.footer-10 .subscribe-form input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}
.footer-10 .subscribe-form input[type="text"].placeholder {
  color: #ffffff;
}
.footer-10 .subscribe-form input[type="text"]::-webkit-input-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.footer-10 .subscribe-form input[type="text"]:-moz-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.footer-10 .subscribe-form input[type="text"]::-moz-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.footer-10 .subscribe-form input[type="text"]:-ms-input-placeholder {
  font-weight: 500;
  letter-spacing: -1px;
}
.footer-10 .subscribe-form .ani-placeholder {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  padding-left: 6px;
  line-height: 60px;
  font-size: 50px;
  font-weight: normal;
  color: #ffffff;
   }
.footer-10 .subscribe-form .btn {
  margin-top: 8px;
  font-weight: 500;
  width: 220px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .footer-10 .subscribe-form {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 480px) {
  .footer-10 .subscribe-form input[type="text"],
  .footer-10 .subscribe-form .ani-placeholder {
    width: 100%;
    margin-bottom: 33px;
    line-height: 27px;
    font-size: 25px;
    font-weight: normal;
    color: inherit;
    text-align: center;
  }
}


.socialnet .whysocial {margin-top: 20px;}
.socialnet .whysocial a:hover {text-decoration: none;}

/* Wrapper */
.socialnet .whysocial .icon-button {
	/*background: #e5e5e5;*/
	background: transparent;
	border-radius: 35px;
	cursor: pointer;
	display: inline-block;
	font-size: 17.5px;
	height: 35px;
	width: 35px;
	line-height: 35px;
	margin: 0 1px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}


/* Circle */
.socialnet .whysocial .icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.socialnet .whysocial .icon-button:hover span {
	width: 35px;
	height: 35px;
	border-radius: 35px;
	margin: -17.5px;
}

.socialnet .whysocial .youtube, 
.socialnet .whysocial .instagram,
.socialnet .whysocial .twitter,
.socialnet .whysocial .facebook,
.socialnet .whysocial .google-plus {border: 2px solid #e5e5e5;}
.socialnet .whysocial .youtube {border: 2px solid #FF3333;}
.socialnet .whysocial .instagram {border: 2px solid #4E433C;}
.socialnet .whysocial .twitter {border: 2px solid #33CCFF;}
.socialnet .whysocial .facebook {border: 2px solid #3B5998;}
.socialnet .whysocial .google-plus {border: 2px solid #C63D2D;}

.socialnet .whysocial .linkedin {border: 2px solid #e5e5e5;}
.socialnet .whysocial .linkedin {border: 2px solid #2088bd;}

.socialnet .whysocial .youtube span {
	background-color: #FF3333;
}
.socialnet .whysocial .instagram span {
	background-color: #4E433C;
}
.socialnet .whysocial .twitter span {
	background-color: #33CCFF;
}
.socialnet .whysocial .facebook span {
	background-color: #3B5998;
}
.socialnet .whysocial .google-plus span {
	background-color: #C63D2D;
}
.socialnet .whysocial .linkedin span {
	background-color: #2088bd;
}

/* Icons */
.socialnet .whysocial .icon-button i {
	background: none;
	/*color: #464646;*/
	color: white;
	height: 35px;
	left: 0;
	line-height: 31px;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 32px;
	z-index: 10;
}

.socialnet .whysocial .icon-button:hover .icon-youtube,
.socialnet .whysocial .icon-button:hover .icon-instagram,
.socialnet .whysocial .icon-button:hover .icon-twitter,
.socialnet .whysocial .icon-button:hover .icon-facebook,
.socialnet .whysocial .icon-button:hover .icon-google-plus,
.socialnet .whysocial .icon-button:hover .icon-linkedin {
	color: white;
}

	.socialnet .whysocial {text-align: left;}
		.socialnet .whysocial ul {padding: 0; margin: 0; list-style: none;}
		.socialnet .whysocial li {display: inline-block; margin-left: 0px; margin-right: 5px;}


footer .contactinfo.glyphicon {
background: white;
color: #3d3d3d;
border-radius: 25px;
cursor: pointer;
display: inline-block;
text-align: center;
font-size: 13px;
height: 25px;
width: 25px;
line-height: 25px;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;;
z-index: 10;
margin-right: 6px;
cursor: default;
}

footer li.telephone {margin-top: 20px;}


.tribe-events-list-event-description.tribe-events-content.description.entry-summary {margin-top: 0!important;}
.tribe-events-list-event-description.tribe-events-content.description.entry-summary p {margin-bottom: 40px!important;}

.tribe-events-event-meta .tribe-events-gmap, .tribe-events-event-meta-desc .tribe-events-gmap {
background: #d5a024;
color: white;
border: 1px solid #d5a024;
padding: 2px 5px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-size: 12px;
-webkit-transition: color 0.25s, background 0.25s;
-moz-transition: color 0.25s, background 0.25s;
-o-transition: color 0.25s, background 0.25s;
transition: color 0.25s, background 0.25s;
}

.tribe-events-event-meta .tribe-events-gmap:hover, .tribe-events-event-meta-desc .tribe-events-gmap:hover {
color: #d5a024;
background-color: transparent;
-webkit-transition: color 0.15s, background 0.15s;
-moz-transition: color 0.15s, background 0.15s;
-o-transition: color 0.15s, background 0.15s;
transition: color 0.15s, background 0.15s;
}

#tribe-events-footer {display: none!important;}

.content-3 #tribe-events-content a.tribe-events-read-more {}

.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"]>a, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, #tribe-events .tribe-events-button, .tribe-events-button.tribe-inactive {
-webkit-border-radius: 6px!important;
-moz-border-radius: 6px!important;
border-radius: 6px!important;
line-height: 22px!important;
font-weight: 400!important;
text-transform: normal!important;
-webkit-transition: color 0.25s, background 0.25s;
-moz-transition: color 0.25s, background 0.25s;
-o-transition: color 0.25s, background 0.25s;
transition: color 0.25s, background 0.25s;
padding: 10px 19px!important;
font-size: 17px!important;
color: #d5a024!important;
background-color: transparent!important;
border: 2px solid #d5a024!important;
}

#tribe-events .tribe-events-button:hover, .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
-webkit-border-radius: 6px!important;
-moz-border-radius: 6px!important;
border-radius: 6px!important;
line-height: 22px!important;
font-weight: 400!important;
text-transform: normal!important;
-webkit-transition: color 0.25s, background 0.25s;
-moz-transition: color 0.25s, background 0.25s;
-o-transition: color 0.25s, background 0.25s;
transition: color 0.25s, background 0.25s;
padding: 10px 19px!important;
font-size: 17px!important;
color: white!important;
background-color: #d5a024!important;
border: 2px solid #d5a024!important;
}

#tribe-events {padding-bottom: 75px;}
#tribe-events-bar {display: none!important;}

footer.entry-footer {background: none!important;}

.single-tribe_events .tribe-events-event-image {text-align: center!important;}
.events-list .tribe-events-loop, .tribe-events-day .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .single-tribe_organizer .tribe-events-loop {max-width: inherit!important;}