/* Icons */
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'icomoon';
	src:url('font/icomoon/icomoon.eot?i64fx9');
	src:url('font/icomoon/icomoon.eot?#iefixi64fx9') format('embedded-opentype'),
		url('font/icomoon/icomoon.woff?i64fx9') format('woff'),
		url('font/icomoon/icomoon.ttf?i64fx9') format('truetype'),
		url('font/icomoon/icomoon.svg?i64fx9#icomoon') format('svg');
}

.icon-close {
	z-index: 100;
	display: block;
	overflow: hidden;
	width: 3em;
	height: 3em;
	text-align: center;
	line-height: 3;
	cursor: pointer;
	color: white;
}

.icon-totop {
	z-index: 100;
	display: block;
	overflow: hidden;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	line-height: 1.5;
	cursor: pointer;
	color: white;
	background: rgba(0, 0, 0, 0.5);
}

.icon:before {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'icomoon';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-camera:before {
	content: "\e017";
}

.icon-server:before {
	content: "\e022";
}

.icon-heart:before {
	content: "\e024";
}

.icon-zoom-in:before {
	content: "\e037";
}

.icon-microphone:before {
	content: "\e048";
}

.icon-cloud:before {
	content: "\e066";
}

.icon-user:before {
	content: "\e074";
}

.icon-briefcase:before {
	content: "\e075";
}

.icon-globe:before {
	content: "\e078";
}

.icon-cog::before {
	content: "\e600";
}

.icon-close::before {
	content: "\e601";
}

.icon-totop::before {
	content: "\e930";
}

.icon-play::before {
	content: "\e602";
}

.icon-pause::before {
	content: "\e603";
}

.icon-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.icon-close:hover {
	color: #E73452;
}

.icon-totop {
	font-size: 30px;
}

.icon-totop:hover {
	color: #E73452;
}

.morphgototop {
  position: fixed;
  bottom: 20px;
  right: 40px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.morphgototop.active {
  opacity: 1;
  visibility: visible;
}
.morphgototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.morphgototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.morphgototop a:hover, .morphgototop a:active, .morphgototop a:focus {
  text-decoration: none;
  outline: none;
}
/* Styles for dummy content */

/* Style for overlay */

.content-style-overlay {
	padding: 100px 0px;
	text-align: center;
	background-color:#e76f34;
	display: flex;
	flex-direction: column;
}

.content-style-overlay h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-weight: 300;
	font-size: 3em;
	color: white;
}

.content-style-overlay #blog-header {
	margin: 0 auto;
	padding: 35px 0;
	max-width: 700px;
	background-color: rgba(0,0,0,0.4);	
	color: #fff;
}
.content-style-overlay #blog-header hr.blogheaderhr{
	border: 0px;
	height: 5px;
	background: #fff;
	box-shadow: inset 0 3px 3px -3px rgba(0, 0, 0, 0.5);
	padding-top: 0px;
	margin-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 2px;
}
.content-style-overlay #blog-header-title  {
	text-transform: uppercase;
	text-align: left;
	letter-spacing: 4px;
	font-size: 40px;
	font-weight: 200;
	text-shadow: 1px 1px #000000;
	line-height: 50px;
}
.content-style-overlay #blog-header-title strong  {
	font-weight: 900;
	letter-spacing: 2px;
}
.content-style-overlay #blog-header-description  {
	margin: 0;
	margin-top: -5px;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: justify;
	font-size: 15px;
	text-shadow: 1px 1px #000000;
	height: 40px;
}
@media screen and (max-width: 480px) {
	.content-style-overlay #blog-header-description  {
		letter-spacing: 1px;
	}
}
.content-style-overlay #blog-header-description:after  {
	content: "";
	display: inline-block;
	width: 100%;
}
.content-style-overlay #blog-header-details  {	
	text-align: justify;
}
.content-style-overlay #blog-header + p {
	font-size: 1.0em !important;
	text-align: justify;
	font-weight: 200;
	color: rgba(243,184,154,0.8);
	line-height: 1.5;
	padding-left:13px;
	padding-right:13px;
}
.content-style-overlay #blog-header + p strong, #blog-article-toc strong, #blog-image-caption strong{
	font-weight: normal !important;
	color: rgba(173,83,39,0.8);
}
.content-style-overlay .lead img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-bottom: solid 1px rgba(243,184,154,0.3);
}
#blog-image-caption {
	text-align: right !important;
	width: 100%;
	max-width: 700px;
	float: right;
	color: rgba(243,184,154,0.8);
	padding-bottom: 15px;
}
#blog-article-toc {
	text-align: left !important;
	width: 100%;
	max-width: 700px;
	color: rgba(243,184,154,0.8);
}
.content-style-overlay .blog-toc {
	max-width: 700px;
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
	.content-style-overlay .blog-toc {
		margin: 0;
	}
}
.content-style-overlay .blog-footer {
	color: rgba(231,111,52,1) !important;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	height: auto;
	padding-bottom:25px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e76f34+0,ffffff+29,ffffff+59&1+0,0.63+10,1+66 */
background: -moz-linear-gradient(top, rgba(231,111,52,1) 0%, rgba(239,161,122,0.23) 10%, rgba(255,255,255,0.65) 45%, rgba(255,255,255,0.95) 59%, rgba(255,255,255,1) 66%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(231,111,52,1) 0%,rgba(239,161,122,0.23) 10%,rgba(255,255,255,0.65) 45%,rgba(255,255,255,0.95) 59%,rgba(255,255,255,1) 66%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(231,111,52,1) 0%,rgba(239,161,122,0.23) 10%,rgba(255,255,255,0.65) 45%,rgba(255,255,255,0.95) 59%,rgba(255,255,255,1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e76f34', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.content-style-overlay .blog-footer h2{
	color: rgba(231,111,52,1) !important;
	margin: 0px;
	padding-top: 65px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 2.7em;
}
.content-style-overlay .blog-footer .blog-footer-left {
	/*background-color: rgba(255, 173, 134, 0.2);*/
	padding:25px 10px 25px 35px;
	margin:0 0 0 -15px;
	text-align: justify;
	line-height: 1.2em;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffad86+1,ffad86+100&0+0,0.2+10 */
background: -moz-linear-gradient(top, rgba(255,173,134,0) 0%, rgba(255,173,134,0.02) 1%, rgba(255,173,134,0.2) 10%, rgba(255,173,134,0.2) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,173,134,0) 0%,rgba(255,173,134,0.02) 1%,rgba(255,173,134,0.2) 10%,rgba(255,173,134,0.2) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,173,134,0) 0%,rgba(255,173,134,0.02) 1%,rgba(255,173,134,0.2) 10%,rgba(255,173,134,0.2) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffad86', endColorstr='#33ffad86',GradientType=0 ); /* IE6-9 */
}
@media screen and (max-width: 480px) {	
	.content-style-overlay .blog-footer .blog-footer-left {		
		padding:5px 10px 25px 35px;
	}
}
.content-style-overlay .blog-footer .blog-footer-left  .glyphicon {
    font-size: 50px;
	text-align:center;
	display: inherit;
	padding-top: 25px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	margin-left:-30px;
}
.content-style-overlay .blog-footer .blog-footer-left  .glyphicon:nth-of-type(2) {
	padding-top: 35px;
}
.content-style-overlay .blog-footer .blog-footer-left h4{
	padding-bottom: 0px;
	margin-bottom: 10px;
	text-align: center;
	margin-left: -20px;
	color:#C44D14;
}
.content-style-overlay .blog-footer .blog-footer-right hr.style1 { 
	border: 0; 
	height: 10px; 
	background-image: linear-gradient(to right, rgba(196, 77, 20, 0.45), rgba(255, 255, 255, 0));
	width: 60%;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
}
.content-style-overlay .blog-footer .blog-footer-right hr.style2 { 
	border: 0; 
	height: 10px; 
	background-image: linear-gradient(to right, rgba(156, 53, 3, 0.5), rgba(156, 53, 3, 0.5)) !important;
	width: 60%;
	margin-top: 10px;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
}
.content-style-overlay .blog-footer .blog-footer-right hr.style3 { 
	border: 0; 
	height: 2px; 
	background-image: linear-gradient(to right, rgba(196, 77, 20, 0.45), rgba(255, 255, 255, 0));
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-left: 0px;
}
.content-style-overlay .blog-footer .blog-footer-right hr.style4 { 
	border: 0; 
	height: 2px; 
	background-image: linear-gradient(to right, rgba(156, 53, 3, 0.5), rgba(156, 53, 3, 0.5)) ;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 25px;
	margin-left: 0px;
	padding-left: 0px;
}
@media screen and (max-width: 480px) {	
	.content-style-overlay .blog-footer .blog-footer-right hr.style4  + img {
		padding-bottom: 20px;
	}
}
.content-style-overlay .blog-footer .blog-footer-right {
	padding: 0 25px !important;
	line-height: 1.0em !important;
	font-size: 0.8em !important;
}
@media screen and (max-width: 480px) {	
	.content-style-overlay .blog-footer .blog-footer-right  {		
		padding:20px 15px !important;
	}
}
.content-style-overlay .blog-footer .blog-footer-right strong {
	padding: 0px !important;
	margin: 0px !important;
	line-height: 1.0em !important;
	font-size: 2.6em !important;
}
.content-style-overlay .blog-footer .blog-footer-right hr.style1 + p {
	text-transform: uppercase;
	font-size: 1.0em !important;
	padding-top: 10px !important;
	margin-bottom: -9px;
}
@media screen and (max-width: 480px) {	
	.content-style-overlay .blog-footer .blog-footer-right hr.style1 + p {
		margin-bottom: -2px;
	}
}
.content-style-overlay .blog-footer .blog-footer-right p{
	padding: 0px !important;
	line-height: 1.2em !important;
	font-size: 0.9em !important;
	text-align:justify !important;
}
.content-style-overlay .blog-footer p{
	color: rgba(231,111,52,1) !important;
	padding: 25px;
	line-height: 1.2em;
	font-size: 1.3em;
}
.content-style-overlay.blog-toc + div{	
	border-right: 1px solid rgba(255,255,255,0.25); 
}
.content-style-overlay #blog-article-toc ~ div{	
	color: white;
	font-weight: 300;
	line-height:1.7;
	font-size: 1.2em;
	text-align: left;
	padding-bottom: 1px;
}
.content-style-overlay hr.style2 { 
	border: 0; 
	height: 1px; 
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0));
	width: 90%;
	margin-top: 5px;
}
.content-style-overlay p {
	margin: 0 auto;
	padding: 10px 0;
	max-width: 700px;
	text-align: justify;
	font-weight: 300;
	font-size: 1.5em;
	color: white;
}
@media screen and (max-width: 480px) {
	.content-style-overlay p {
		padding: 10px 15px;
	}
}
.content-style-overlay p.lastp {
	max-height: 120px;
	overflow: hidden;
}
.content-style-overlay .read-more { 
	width: 100%;
	text-align: center;
	padding: 30px 0;
	margin-top:-62px;
	
  /* "transparent" only works here because == rgba(0,0,0,0) 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(231, 111, 52,0)),color-stop(1, rgba(231, 111, 52,100)));*/
  background-image: -moz-linear-gradient(top, rgba(231, 111, 52,0), rgba(231, 111, 52,100));
}
@media screen and (max-width: 480px) {
	.content-style-overlay .read-more { 
		padding: 0px 0;
	}
}
.content-style-overlay .icon-close {
	border: 2px solid #f9e1c9;
	border-radius: 50%;
	line-height: 2.8;
}
.content-style-overlay .icon-close:hover {
	border-color: #E73452;	
}

/* Style for text modal */
.content-style-text {
	padding: 60px;
	text-align: left;
}

.content-style-text h2 {
	margin: 0 0 0.5em 0;
	font-weight: 300;
	font-size: 1.85em;
}

.content-style-text p {
	color: rgba(255,255,255,0.5);
	font-weight: 300;
	font-size: 1.15em;
	line-height: 1.4;
}

.content-style-text label {
    padding: 10px;
    color: #f9e1c9;
    font-weight: bold;
}

.content-style-text .icon-close {
	bottom: 0;
	right: 0;
	color: rgba(0,0,0,0.2);
}

.content-style-text .icon-close:hover {
	color: #f9e1c9;
}
.content-style-text .icon-totop {
	top: 0;
	right: 0;
	color: rgba(0,0,0,0.2);
}

.content-style-text .icon-totop:hover {
	color: #f9e1c9;
}

/* Style for form modal in content*/
.content-style-form {
	position: relative;
	text-align: left;
	box-sizing: border-box;
}
@media screen and (max-width: 480px) {
	.content-style-form-2 {
		padding: 20px 25px !important;
	}
	.content-style-form-2 h2 {
		font-size: 3.0em !important;
	}
	.content-style-form-2  p{
		padding: 0px !important;
		font-size: 1.1em !important;
	}
}
.content-style-form h2 {
	margin: 0;
	padding: 0.4em 0 0.3em;
	text-align: center;
	font-weight: 300;
	font-size: 3.5em;
}

.content-style-form form {
	padding: 10px 30px;
}
.content-style-overlay .blog-footer .blog-footer-right .content-style-form form {
	padding: 0px;
}
.content-style-form form p {
	margin: 0 0 5px 0;
	font-size: 0.7em;
}

.content-style-form label {
	display: block;
	padding: 10px 0 0;
	color: #d5bba4;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

.content-style-form input[type="text"],
.content-style-form input[type="email"],
.content-style-form input[type="password"] {
	padding: 10px;
	width: 100%;
	border: 2px solid #ebd3bd;
	background: transparent;
	color: #b09a86;
	font-weight: 300;
	font-size: 2.2em;
}
@media screen and (max-width: 480px) {
	.content-style-form input[type="text"],
	.content-style-form input[type="email"],
	.content-style-form input[type="password"] {
		font-size: 1.2em;
	}
}
.content-style-overlay .blog-footer .blog-footer-right .content-style-form input[type="text"],
.content-style-overlay .blog-footer .blog-footer-right .content-style-form input[type="email"],
.content-style-overlay .blog-footer .blog-footer-right .content-style-form input[type="password"] {
	padding: 10px;
	width: 100%;
	border: 2px solid #ebd3bd;
	background: transparent;
	color: #e76f34;
	font-weight: 300;
	font-size: 1.2em;
	margin-bottom: 5px;
}
.content-style-overlay .blog-footer .blog-footer-right .content-style-form {
	box-sizing: border-box;
}

#recaptcha-wrapper { text-align:center; margin-bottom:15px; }

.g-recaptcha { display:inline-block; }
.blogcaptchacontainer {
  max-width: 300px;
  width: 285px;
  padding: 0px;
  box-sizing: border-box;
}
.projectformcaptchacontainer{
  max-width: 300px;
  width: 260px;
  padding: 0px;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
	.blogcaptchacontainer {
	  width: 235px !important;
	}
	.projectformcaptchacontainer{
	  width: 180px !important;
	}
}
@media screen and (max-width: 992px) {
	.blogcaptchacontainer {
	  width: 285px;
	}
	.projectformcaptchacontainer{
	  width: 260px;
	}
}
.g-recaptcha {
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

.content-style-form input[type="text"]:focus,
.content-style-form input[type="email"]:focus,
.content-style-form input[type="password"]:focus {
	border-color: #e76f34;
	color: #fff;
}

.content-style-form input:focus {
	outline: 0;
}

.content-style-form button {
	display: block;
	margin-top: 2.5em;
	padding: 1.5em;
	width: 100%;
	border: none;
	background: #0098ef;
	color: #f9f6e5;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 1.25em;
}
.content-style-form button.style1 {
	display: block;
	margin-top: 2.5em;
	padding: 1.5em;
	width: 100%;
	border: solid 1px rgba(252, 144, 92, 1) !important;
	background: rgba(196, 77, 20, 1);
	color: #f9f6e5;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 1.25em;
}
.content-style-form button.style1:hover {
	display: block;
	margin-top: 2.5em;
	padding: 1.5em;
	width: 100%;
	border: solid 1px rgba(252, 144, 92, 1) !important;
	background: rgba(196, 77, 20, 1);
	transform: translateY(-3px);
	box-shadow: 0px 15px 20px rgba(156, 53, 3, 0.4) !important;
	color: #f9f6e5;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 800;
	font-size: 1.25em;
}
.content-style-overlay .blog-footer .blog-footer-right .content-style-form button {
	display: block;
	margin-top: 0em;
	padding: 1em;
	width: 100%;
	border: solid 1px;
	background: #e76f34;
	color: #f9f6e5;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.95em;
}

.content-style-overlay .blog-footer .blog-footer-right .content-style-form button:hover {
	display: block;
	margin-top: 0em;
	padding: 1em;
	width: 100%;
	border: solid 1px;
	background: #f9f6e5;
	color: #e76f34;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.95em;
}

.content-style-form .icon-close {
	top: 0;
	right: 0;
	color: #ebd3bd;
	font-size: 75%;
}

.content-style-form .icon-close:hover {
	color: #0098ef;
}

.js .content-style-form-1 h2,
.js .content-style-form-1 p,
.js .content-style-form-1 .icon-close {
	opacity: 0;
	-webkit-transition: opacity 0.2s 0.35s, -webkit-transform 0.2s 0.35s;
	transition: opacity 0.2s 0.35s, transform 0.2s 0.35s;
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
}

.content-style-form-1 p:first-child {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.content-style-form-1 p:nth-child(2) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.content-style-form-1 p:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morph-button.open .content-style-form-1 h2,
.morph-button.open .content-style-form-1 p,
.morph-button.open .content-style-form-1 .icon-close {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.js .content-style-form-2 h2,
.js .content-style-form-2 p,
.js .content-style-form-2 .icon-close {
	opacity: 0;
	-webkit-transition: opacity 0.2s 0.3s, -webkit-transform 0.2s 0.3s;
	transition: opacity 0.2s 0.3s, transform 0.2s 0.3s;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}


.content-style-form-2 form {
	margin: 0 auto;
	padding: 10px 0;
	max-width: 700px;
}

.content-style-form-2 h2 {
	color: #fff;
}

.content-style-form-2 p {
	margin: 0 auto;
	padding: 10px 0;
	max-width: 700px;
	text-align: justify;
	font-weight: 300;
	font-size: 1.5em;
	color: white;
}

.content-style-form-2 p:first-child {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.content-style-form-2 p:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.content-style-form-2 p:nth-child(3) {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

.content-style-form-2 p:nth-child(4) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.morph-button.open .content-style-form-2 h2,
.morph-button.open .content-style-form-2 p,
.morph-button.open .content-style-form-2 .icon-close {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.content-style-form-4 form {
	padding: 30px;
	background: #fff;
	color: #ccb096;
	font-size: 1.5em;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.content-style-form-4 input[type="text"] {
	border: none;
	background-color: #f0f0f0;
}

.content-style-form-4 form button {
	background: #ba997b;
}

.content-style-form-4 form button:focus,
.content-style-form-4 form button:hover {
	background: #a9896d;
}

.js .content-style-form-4 p {
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: rotateX(-45deg);
	transform: rotateX(-45deg);
	-webkit-transform-origin: center top;
	transform-origin: center top;
}

.morph-button.open .content-style-form-4 p {
	opacity: 1;
	-webkit-transition: opacity 0.4s 0.2s, -webkit-transform 0.4s 0.2s;
	transition: opacity 0.4s 0.2s, transform 0.4s 0.2s;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}

.morph-button.open .content-style-form-4 p:nth-child(2) {
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
}

.content-style-social {
	padding: 30px;
	text-align: left;
}

.morph-button-inflow-2 > button svg {
	display: inline-block;
	padding-right: 10px;
	width: 20px;
	height: 20px;
	vertical-align: -5%;
}

.morph-button-inflow-2 > button svg path {
	fill: #e75854;
}

.content-style-social a {
	display: block;
	padding: 0.5em 0;
	color: #67c2d4;
	vertical-align: middle;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 0.8em;
	line-height: 32px;
}

.js .content-style-social a {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.content-style-social a:hover {
	color: #e75854;
}

.content-style-social a:hover svg path {
	fill: #e75854;
}

.content-style-social a svg {
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}

.morph-button-inflow.open .content-style-social a {
	-webkit-transform: translateX(0);
	transform: translateX(0);	
}

.morph-button-inflow.open .content-style-social a:nth-child(2) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.morph-button-inflow.open .content-style-social a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.content-style-video {
	text-align: left;
}

.video-mockup {
	width: 640px;
	height: 360px;
	max-width: 100%;
	background: url(../img/rated.png) no-repeat center center;
	background-size: 100%;
}

.content-style-video .icon-close,
.content-style-video .icon-pause {
	color: #286f81;
}

.content-style-video .icon-close {
	top: 0;
	right: 0;
}

.content-style-video .icon-close:hover {
	color: rgba(0,0,0,0.4);
}

.controls {
	bottom: 0px;
	left: 0px;
	width: 100%;
}

.js .controls {
	position: absolute;
}

.controls span {
	display: inline-block;
}

.content-style-video .icon-pause {
	overflow: hidden;
	width: 2.5em;
	height: 2.5em;
	text-align: center;
	line-height: 2.5;
	cursor: pointer;
	vertical-align: bottom;
}

.content-style-video span.time {
	color: #286f81;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 40px;
}

.controls::after {
	content: '';
	position: absolute;
	height: 7px;
	left: 100px;
	right: 70px;
	bottom: 16px;
	background: #aaa;
}

.content-style-sidebar h2 {
	font-weight: 300;
	font-size: 2em;
	padding: 0.75em 0 0.75em 1em;
	margin: 0;
	color: #bb4445;
}

.content-style-sidebar .icon-close {
	top: 0;
	right: 0;
	font-size: 0.85em;
}

.content-style-sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content-style-sidebar ul li a {
	display: block;
	padding: 12px 20px;
	color: #faf1e0;
	font-weight: 400;
	font-size: 1.05em;
	box-shadow: inset 0 1px rgba(0,0,0,0.1);
}

.content-style-sidebar ul li:last-child a {
	box-shadow: inset 0 1px rgba(0,0,0,0.1), inset 0 -1px rgba(0,0,0,0.1);
}

.content-style-sidebar ul li a:hover {
	background: rgba(0,0,0,0.1);
	box-shadow: none;
}

.content-style-sidebar ul .icon::before {
	display: inline-block;
	width: auto;
	margin-right: 20px;
	font-size: 1.5em;
	vertical-align: -10%;
	color: rgba(0,0,0,0.2);
}

@media screen and (max-width: 770px) {
	.content-style-overlay {
		font-size: 75%;
	}

	.content-style-overlay .icon-close {
		top: 5px;
		right: 5px;
	}
}

















