@charset "UTF-8";
/* CSS Document */
*{
	 margin:0;
	 padding:0;
}

.clear{
	clear:both;
	height:1px;
	margin-top:-1px;
}

.nowrap{
	white-space:nowrap;
}
body{
	 font-family:'HelveticaNeueLTStd-Roman';
	 color:#444;
	 background:#f5f5f5;
	 -webkit-text-size-adjust: none;
	 text-rendering:optimizeLegibility;
     -webkit-font-smoothing:subpixel-antialiased;
 }
 
 hr{
	 border:none;
	 background:#ccc;
	 height:1px;
	 clear:both;
	 margin:15px 0;
 }
	 
 
a {
	 color:#000;
	 text-decoration:none;
}

a.btn{
	display:inline-block;
	background:#f8ba0e;
	padding:5px 15px;
	border-radius:5px;
	color:#000;
	transition:all 0.3s;
}

.form-actions .btn{
	border:0 none;
	display:inline-block;
	background:#000;
	padding:5px 15px;
	border-radius:5px;
	color:#f8ba0e;
	transition:all 0.3s;
	cursor:pointer;
	font-size:14px;
	font-family:'HelveticaNeueLTStd-Roman';
	transition:all 0.3s;
}

.form-actions .btn:hover{
	color:#fff;
}

a.btn:hover{
	background:#000;
	color:#f8ba0e;
}

p {
	
	line-height:1.6em;
	font-size:15px;
	margin-bottom:15px;
	color:#888;
}

p strong, li strong{
	font-family:'HelveticaNeue-Medium';
	font-weight:normal;
}

h1, h2, h3, h4{
	font-family:'HelveticaNeue-Thin';
	font-weight:normal;
	margin-bottom:15px;
	line-height:1.3em;
}

h1 strong, h2 strong, h3 strong, h4 strong{
	font-family:'HelveticaNeueLTStd-Roman';
	font-weight:normal;
}

h2{
	font-size:24px;
	
}

#wrapper{
	max-width:1560px;
	margin:0 auto;
	overflow:hidden;
	box-shadow:0 0 12px rgba(0,0,0,0.3);
	background:#fff;
	
}
 
#top-header{
	 height:40px;
	 width:100%;
	 display:block;
	 background:#f8ba0e;
	 box-sizing:border-box;
	 padding:0 4%;
	 position:relative;
	 
}
#top-header p{
	  font-size:14px;
	  line-height:40px;
	  color:#000;
}

#top-header a{
	transition:all 0.3s;
}

#top-header a:hover{
	  color:#fff;
}

#top-header p i{
	color:#fff;
	margin-right:4px;
}

#top-socials, #footer-socials{
	position:absolute;
	right:4%;
	top:0;
}

#top-socials ul li, #footer-socials ul li{
	float:left;
}

#top-socials ul li, #footer-socials ul li{
	list-style:none;
	color:#fff;
}
#top-socials ul li a, #footer-socials ul li a{
	line-height:40px;
	font-size:28px;
	display:block;
	padding: 0 5px;
	transition:all 0.3s;
}
#top-socials ul li a:hover, #footer-socials ul li a:hover{
	color:#fff;
}

#header{
	position:relative;
	height:82px;
	box-shadow:0 0 8px rgba(0,0,0,0.25);
	border-bottom:1px solid #fff;
	z-index:100;
}
#logo{
	position:absolute;
	top:0;
	left:4%;
	top:16px;
	display:inline-block;
}
#logo img{
	width:100%;
}
/* NAV */
#menu-button{
	display:none;
	position:absolute;
	top:23px;
	right:4%;
	width:36px;
	height:36px;
	overflow:hidden;
}

.show-menu:before, .hide-menu:before{
	content:'\f0c9';
	font-family:FontAwesome;
	color:#f8ba0e;
	display:block;
	width:36px;
	height:36px;
	background:#000;
	border-radius:3px;
	text-align:center;
	line-height:36px;
	font-size:26px;
	cursor:pointer;
}
	
#nav{
	position:absolute;
	right:4%;
	top:23px;
}

#nav ul{
	list-style:none;
}

#nav li{
	float:left;
	margin: 0 5px;
}
#nav li a {
	display:block;
	height:36px;
	padding:0 15px;
	color:#222;
	text-transform:uppercase;
	font-size:14px;
	line-height:36px;
	transition:all 0.3s;
}

#nav li a:hover{
	background:#f8ba0e;
	border-radius:3px;
}

#nav li.current a{
	background:#e3e3e3;
	border-radius:3px;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.15);
	color:#999;
}
#slider-wrapper{
	position:relative;
	overflow:hidden;
	border-bottom:6px solid #f8ba0e;
	background:#000 url(royalslider/skins/preloaders/preloader.gif) no-repeat center center;
	min-height:50px;
	transition:all 0.3s;
}
#full-width-slider{
	width:100%;
}

#banner-image{
	max-height:300px;
	overflow:hidden;
	}
#banner-image img{
	display:block;
	width:100%;
	height:auto;
	
}
	
.royalSlider{
	display:none;
}
.infoBlock{
	position:absolute;
	left:0;
	top:50%;
	background:#000;
	background:rgba(0,0,0,0.7);
	padding:30px 30px 30px 4%;
	max-width:40%;
	border-radius: 0px 5px 5px 0;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	-ms-transform:translate(0, -50%);
	transition:all 0.3s;
	box-sizing:border-box;
}

.infoBlock h4{
	color:#f8ba0f;
	font-size:20px;
	margin-bottom:5px;
}

.infoBlock p{
	color:#d5d5d5;
	font-size:13px;
	margin-bottom:0;
	
}

#content{
	padding:40px 4%;
}

#content h1{
	font-family:'HelveticaNeue-Thin';
	font-size:32px;
	color:#f8ba0e;
}

.left-col{
	width:70%;
	float:left;
	min-height:10px;
}

.left-col ul{
	list-style:none;
	background:#f5f5f5;
	border-radius:5px;
	padding:15px;
	margin:15px 0;
}

.left-col ul li{
	margin:5px 0;
	line-height:1.5em;
	position:relative;
	padding-left:15px;
	font-size:14px;
}

.left-col ul li:before{
	content:'\f105';
	font-family:FontAwesome;
	position:absolute;
	left:0;
	top:0;
	font-size:16px;

}
/* SOCIAL SHARE */
.ccm-social-share{
	background:#f5f5f5;
	border-radius:5px;
	padding:15px;
	margin:15px 0;
}
.ccm-social-share ul li{
	padding:0;
	margin:0 10px 0 0;

}
.ccm-social-share ul li:before{
	display:none;
}

.right-col{
	width:27%;
	margin-left:3%;
	float:left;
	padding-top:15px;
}

#twitter-feed-container, #contact-form{
	background:#f8ba0e;
	border-radius:5px;
	box-sizing:border-box;
	padding:15px;
	position:relative;
	z-index:50;
}

#twitter-feed-container:before{
	content:'';
	background:url(/concrete/workflow24/images/twitter-bird.png);
	display:block;
	width:77px;
	height:100px;
	position:absolute;
	top:-80px;
	right:20px;
}

#twitter-feed-container h2 a{
	color:#fff;
}

#twitter-feed-container h2 a:hover{
	color:#000;
}

#twitter-feed ul{
	list-style:none;
}

#twitter-feed .media{
	margin:10px 0 5px 0;
}

#twitter-feed li{
	border-top:2px solid #fff;
	border-top:2px solid rgba(255,255,255,0.4);
	padding:15px 0 10px 0;
}
.twitter-link{
	display:block;
	border-top:2px solid #fff;
	border-top:2px solid rgba(255,255,255,0.4);
	padding-top:10px;
	margim:0;
	transition:all 0.3s;
}

.twitter-link:hover{
	color:#fff;
}

.twitter-link:before:hover{
	color:#fff;
}

.twitter-link:before{
	content:'\f099';
	font-family:FontAwesome;
	font-size:44px;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	
}

p.tweet{
	color:#000;
	font-size:14px;
	line-height:1.5em;
	font-family:'HelveticaNeue-Thin';
	margin-bottom:0px;
}

p.tweet a{
	font-family:'HelveticaNeueLTStd-Roman';
}

p.tweet a span{
	display:none;
}

p.tweet a span:nth-of-type(2){
	display:block;
}

#twitter-feed a:hover{
	color:#fff;
}
p.timePosted{
	color:#666;
	font-size:10px;
	margin-bottom:5px;
}

p.interact{
	margin:0;
}

#twitter-feed .media img{
	max-width:100%;
	display:block;
	box-sizing:border-box;
	border:2px solid #fff;
	border:2px solid rgba(255,255,255,0.4);
}

.user{
	font-size:12px;
	margin-bottom:5px;
}



.user img{
	display:none;
}

.twitter_retweet_icon, .twitter_reply_icon, .twitter_fav_icon{
	position:relative;
	font-size:0;
}

.twitter_reply_icon:before{
	content:'\f112';
	font-family: FontAwesome;
	display:inline-block;
	margin-right:10px;
	font-size:16px;
	color:#fff;
	
}

.twitter_fav_icon:before{
	content:'\f004';
	font-family: FontAwesome;
	display:inline-block;
	margin-right:10px;
	font-size:16px;
	color:#fff;
	
}
.twitter_retweet_icon:before{
	content:'\f079';
	font-family: FontAwesome;
	display:inline-block;
	margin-right:10px;
	font-size:16px;
	color:#fff;
	
}

.vivid-thumb-gallery{
	background: #f5f5f5 none repeat scroll 0 0;
    border-radius: 8px;
    margin: 0;
	overflow:hidden;
}

.vivid-thumb-gallery .thumb-item{
	padding:1px!important;
}

.vivid-thumb-gallery .thumb-item a img{
	display:block;
}

.insta-image h3 a:hover{
	color:#f8ba0e!important;
}



#footer{
	background:#000;
	padding:20px 4%;
}

#footer hr{
	background:#555;
}

.footer-content{
	display:inline-block;
	margin-right:4%;
}

.footer-content h4{
	color:#fff;
	font-size:13px;
	margin:0;
	font-family:'HelveticaNeue-Medium';
}

.footer-content p{
	color:#d1d1d1;
	font-size:13px;
}

.footer-content a{
	color:#fff;
}

.footer-content a:hover{
	color:#f8ba0e;
}


.footer-content i{
	color:#f8ba0e;
	margin-right:4px;
	display:inline-block;
	width:15px;
}

#bottom-footer{
	 
	 width:100%;
	 display:block;
	 background:#f8ba0e;
	 box-sizing:border-box;
	 padding:0 4%;
	 position:relative;
	 
}

#credit p{
	line-height:40px;
	color:#000;
	font-size:12px;
	margin:0;
}
#credit a{
	font-family:'HelveticaNeue-Medium';
}

#credit a:hover{
	color:#fff;
}

/*FORM */

#contact-form h2{
	color:#000;
}

#contact-form hr{
	height:2px!important;
	background: rgba(255,255,255,0.5)!important;
}

label.control-label{
	font-weight:normal!important;
	font-size:14px;
	color:#000;
	margin:10px 0 5px 0;
}

label.control-label .text-muted{
	font-size:11px!important;
	color:#fff!important;
	opacity:1!important;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
    border: 0;
    border-radius: 3px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 5px;
	width:100%;
	box-sizing:border-box;
	margin-bottom:5px;
}
	
	

.silver-gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e4e4e4+100 */

background: rgb(255,255,255); /* Old browsers */

/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGU0ZTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(228,228,228,1) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(228,228,228,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(228,228,228,1) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e4e4',GradientType=0 ); /* IE6-8 */

}

/* MOBILE VIEW */

@media screen and (max-width: 920px){
	.left-col{
		width:100%;
	}
	.right-col{
		width:100%;
		margin:0;
	}
	.infoBlock{
		max-width:55%;
	}
	
	.rsBullets{
		display:none;
	}
	
	#content{
		padding:20px 4%;
	}
	#twitter-feed{
	}
	#twitter-feed-container:before{
	content:'';
	background:url(/concrete/workflow24/images/twitter-bird.png);
	display:block;
	width:58px;
	height:75px;
	position:absolute;
	top:-50px;
	right:15px;
	background-size:58px 75px;
}
}

@media screen and (max-width: 680px) {
	#menu-button{
		display:block;
	}
	
	#nav{
		position:absolute;
		right:0;
		top:83px;
		width:100%;
		background:#f8ba0e;
		
	}
	
	#nav ul{
		list-style:none;
		z-index:100;
		width:100%;
		position:relative;
	}
	
	#nav li{
		float:none;
		margin:0px;
		width:100%;
		display:block;
		border-bottom:1px solid rgba(255,255,255,0.5);
	}
	#nav li a {
		display:block;
		height:36px;
		padding:0;
		color:#222;
		text-transform:uppercase;
		font-size:14px;
		line-height:36px;
		transition:all 0.3s;
		text-align:center;
	}
	
	#nav li a:hover{
		background:#f8ba0e;
		border-radius:3px;
	}
	
	#nav li.current a{
		background:#e3e3e3;
		border-radius:3px;
		box-shadow:inset 0 3px 5px rgba(0,0,0,0.1);
	}
	
	.infoBlock{
		max-width:80%;
	}
}

@media screen and (max-width: 540px) {
	.infoBlock{
		padding:10px 10px 10px 4%;
		max-width:auto;
		width:auto;
	}
	.infoBlock p{
		display:none;
	}
	
	#top-contact p{
		display:none;
	}
	
	#top-socials{
		right:50%;
		transform:translate(50%,0);
		-webkit-transform:translate(50%,0);
		-ms-transform:translate(50%,0);
	}
	
	#bottom-footer{
		padding:15px 4%;
	}
	#footer-socials{
		position:relative;
		right:0;
	}
	
	#credit{
		clear:both;
	}
	
	#credit p{
		line-height:1.5em;
	}
	
	.footer-content{
		padding-top:15px;
		display:block;
		margin:0;
		width:100%;
	}
}
	
