  
    /* HELPER CLASSES */
    
	img{
		display:block;
        max-width:100%;
		height:auto;
    }
	
	.alignright{
		float:right;
		clear:right;
		margin-left:30px;
		margin-bottom:10px;
		margin-top:5px;
	}
	
	.alignleft{
		float:left;
		clear:left;
		margin-right:30px;
		margin-bottom:10px;
		margin-top:5px;
	}
	
	.aligncenter{
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		margin-top:5px;
	}
	
	.alignnone{
		margin-bottom:10px;
	}
	
	p.wp-caption-text{
		margin-top:5px;
		margin-bottom:0 !important;
		color:#d95137;
		font-size:11px;
		font-style:normal;
		font-weight:700;
	}
    
    .clearfix:after{
        content: ".";
        display:block;
        height:0;
        visibility:hidden;
        clear:both;
    }
	
	
	.row-fluid .span5-5 {
		width: 47% !important;
		margin-left:6% !important;
	}
	
	.row-fluid .span5-5:first-child {
		margin-left:0 !important;
	}
	
    .divider{
		display:block;
		height:1px;
		background:transparent;
		border-bottom:1px solid #eee;
		margin-bottom:30px;
	}
	
	.divider.dashed{
		border-bottom-style:dashed;
	}
	
	.divider.dotted{
		border-bottom-style:dotted;
	}
	
	[class^="icon-"]{
		background:none;
		opacity:1;
		font-size:24px;
	}

	[class^="icon-"]:before, 
	[class*=" icon-"]:before{
		margin-left:0 !important;
		margin-right:0;
	}
	

	/*spacer styles*/

	.pe-spacer{
		display:block;
		min-height:0 !important;
		margin:0;
		padding:0;
		width:100%;
		clear:both;
	}
	
	.pe-spacer.size70{
		height:70px;
	}
	
	.pe-spacer.size100{
		height:100px;
	}
	

	/*content blocks*/

	.pe-block {
	    margin-bottom: 70px;
	}

	.pe-block.nomargin {
	    margin-bottom: 0;
	}

	.pe-block:last-child {
	    margin-bottom: 0;
	}
	

	/*boxed containers*/

	.pe-container{
		max-width:940px;
		margin-right: auto;
		margin-left: auto;
		*zoom: 1;
	}
	
	.pe-container:before,
	.pe-container:after {
	  	display: table;
	 	line-height: 0;
	  	content: "";
	}

	.pe-container:after {
	  	clear: both;
	}

	/*caption styles*/

	.peSlider > div.peCaption > .pe-caption-large{
		font-size:35px;
		line-height:30px;
		font-weight:600;
		letter-spacing:normal;
	}

	.peSlider > div.peCaption > .pe-caption-medium{
		font-size:24px;
		line-height:22px;
		font-weight:400;
		letter-spacing:normal;
	}

	.peSlider > div.peCaption > .pe-caption-small{
		font-size:14px;
		line-height:20px;
		font-weight:400;
		letter-spacing:normal;
	}

	.peSlider > div.peCaption > .pe-caption-background{
		background-color:#d95137;
		padding:5px 15px;
		color:#fff;
	}

	.peSlider > div.peCaption > .pe-caption-color{
		color:#d95137;
	}


	.peVolo .peVoloNext a,
	.peVolo .peVoloPrev a{
		height:40px;
		width:40px;
		margin-top:-20px;
		top:50%;
		background-color:#000;
		/*opacity:0.2;*/
		/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20);
		-moz-opacity:0.2;
		-khtml-opacity: 0.2;*/
		border-radius:2px;
		-webkit-border-radius:2px;
	}

	.peVolo .peVoloNext a i,
	.peVolo .peVoloPrev a i{
		height:40px;
		width:40px;
		line-height:40px;
		margin-top:0;
		top:0;
		color:#fff;
	}

	.peSlider > .peVoloNext,
	.peSlider > .peVoloPrev{
		opacity:0;
		  -webkit-transition: opacity 0.3s ease-out; 
		     -moz-transition: opacity 0.3s ease-out; 
		       -o-transition: opacity 0.3s ease-out; 
		          transition: opacity 0.3s ease-out; 

	}

	.peSlider:hover > .peVoloNext,
	.peSlider:hover > .peVoloPrev{
		opacity:1;
	}

	.ie8 .peSlider > .peVoloNext,
	.ie8 .peSlider > .peVoloPrev{
		display:none !important;
	}
	
	.ie8 .peSlider:hover > .peVoloNext,
	.ie8 .peSlider:hover > .peVoloPrev{
		display:block !important;
	}


	.ie8 .peVolo .peVoloNext a,
	.ie8 .peVolo .peVoloPrev a
	{
		background-color:#000;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
		filter: alpha(opacity=20);
	}

	
	

    /*------------------------------------------------------------------------*/
    
    /* GENERIS STYLES */
	
    body
    {
        background:#ffffff;
        text-align: left;
		font-family: 'Open Sans', arial, sans-serif;
        line-height: 20px;
        font-size:12px;
        color:#666;
		overflow-x:hidden;
		overflow-y:auto;
    }

    html.boxed body,
    body.boxed{
    	background-color:#fafafa;
    }

	html.boxed .site-wrapper,
	body.boxed .site-wrapper{
		max-width:980px;
		margin-left:auto;
		margin-right:auto;
		background-color:#fff;
	}

	html.boxed .site-body,
	body.boxed .site-body{
		position:relative;
	}

	
	h1, h2, h3, h4, h5, h6{
		font-family: 'Open Sans', arial, sans-serif;
		margin:0;
	}
    
    h1{
        color: #333;
        font-size:34px;
		line-height:34px;
		font-weight:600;
        letter-spacing:-1px;
		margin-bottom:45px;
    }
    
    h2{
        color: #999;
        font-size:30px;
        line-height:30px;
		font-weight:300;
    }

    .carouselBox h2{
    	font-size:24px;
    	line-height: 26px;
    }
    
    h3{
        color: #333;
        font-size:18px;
		font-weight:600;
        margin-bottom:20px;
		line-height:24px;
    }
	
	h3 a{
		color:#333;
	}
	
	.desktop h3 a:hover{
		color:#d95137;
	}

	.subtitle{
		display:block;
	}
	
	aside h3,
	footer h3,
	.sidebar h3{
		font-size:14px;
		color:#444;
		font-weight:600;
		text-transform:uppercase;
		margin-bottom:30px;
	}
    
    h4{
        font-size:26px;
        font-weight:300;
        line-height:26px;
        letter-spacing:-1px;
        color:#666;
		margin-bottom:20px;
    }
	
	h5{
		font-weight:300;
		font-size:12px;
		color:#666;
		text-transform:none;
		margin-bottom:15px;
	}
	
	h6, .subtitle{
		font-weight:400;
		font-size:12px;
		text-transform:none;
		color:#999;
		margin-bottom:15px;
	}
	
	.caption{
		font-size:42px;
		font-weight:300;
		color:#fff;
		line-height:52px;
	}
	
	.accent{
		color:#d95137;
	}
    
    p{
        color: #666;
        font-size:12px;
		font-family: 'Open Sans', arial, sans-serif;
        font-weight: 400;
        line-height:20px;
        margin-bottom:30px;
    }
	
	p.intro{
		color:#333;
		font-size:14px;
		line-height:22px;
		font-weight:400;
	}
	
	p.intro.large{
		font-size:16px;
		line-height:26px;
		font-weight:400;
		color:#666;
	}
    
    a{
        color:#d95137;
        text-decoration:none;
    }
	
    .desktop a:hover,
	.desktop a:visited:hover{
        color:#000;
		text-decoration:none;
		-webkit-transition: all 0.3s ease-out; 
		   -moz-transition: all 0.3s ease-out; 
			 -o-transition: all 0.3s ease-out; 
				transition: all 0.3s ease-out; 
    }
	
	a.btn:visited{
		color:white;
	}
    
    .small{
        color:#acacac;
        font-size:11px;
		font-weight:300;
    }
	
	b{
		color:#333;
		font-weight:700;
	}
	
	em{
		color:#333;
        font-weight:400;
        font-style:italic;
	}
	
	blockquote, blockquote > p{
		font-size:14px;
		font-weight:400;
		line-height:22px;
		color:#888;
	}
	
	cite{
		margin-left:0px;
		color:#333;
		font-size:12px;
		margin-top:12px;
		display:block;
	}
	
	cite .accent{
		margin-left:10px;
	}
	
	a.read-more{
		color:#d95137;
		font-size:12px;
		line-height:26px;
		font-weight:400;
		text-transform:uppercase;
		display:block;
		height:26px;
		border:1px solid #f6f6f6;
		text-align:center;
	}
	
	.desktop a.read-more:hover{
		background-color:#d95137;
		border-color:#d95137;
		color:#fff;
	}
	
	p > a.read-more{
		display:block;
		margin-top:20px;
	}
	
	a.more-link{
		color:#d95137;
		font-weight:400;
		font-size:11px;
		text-transform:uppercase;
	}
	
	.desktop a.more-link:hover{
		color:#333;
	}
	
	p > a.more-link{
		display:block;
		margin-top:10px;
	}
	
	.light{
		font-size:12px;
		color:#acacac;
	}
	
	.contour-btn{
		height:26px;
		font-size:12px;
		line-height:26px;
		font-weight:400;
		display:inline-block;
		color:#666;
		border:1px solid #eee;
		padding:0 15px;
		-webkit-transition: all 0.3s ease-out; 
		   -moz-transition: all 0.3s ease-out; 
			 -o-transition: all 0.3s ease-out; 
				transition: all 0.3s ease-out; 
	}
	
	.contour-btn.red{
		color:#fff;
		background-color:#d95137;
		border-color:#d95137;
	}
	
	.contour-btn.grey{
		color:#fff;
		background-color:#aeaeae;
		border-color:#aeaeae;
	}
	
	.desktop .contour-btn.grey:hover,
	.desktop .contour-btn.red:hover{
		background-color:#666;
		border-color:#666;
		color:#fff;
	}
	
    
    /*remove outline on focus and clicks*/
    *:focus {outline: none;}
    
    a:focus, a:active , input:focus, input:active, input[type=submit]:active, input[type=radio]:active{
    outline: 0px;
    -moz-outline-style: none;
    }
    
    /*outline in geko browsers*/
    button::-moz-focus-inner,
    input[type="reset"]::-moz-focus-inner,
    input[type="button"]::-moz-focus-inner,
    input[type="radio"]::-moz-focus-inner,
    input[type="submit"]::-moz-focus-inner,
    input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    }
    
    input, button, select, textarea {
		font-family: 'Open Sans', arial, sans-serif;
	}

	input[type="text"],textarea, select{
		border-radius:0;
		-webkit-border-radius:0;
	}
	
	label, input, button, select, textarea{
		font-size:12px;
	}
    
    ul{
        list-style:none;
        margin:0;
		padding:0;
    }
    
    li{
        padding:0;
		margin:0;
    }
	
	li:before{
		margin-top:5px;
		content: '\e75e';
		font-family: 'entypo-icon-font';
		font-style: normal;
		font-weight: normal;
		speak: none;
		display: inline-block;
		text-decoration: inherit;
		width: 1em;
		margin-right: 0.2em;
		text-align: center;
		line-height: 1em;
		font-size: 120%; 
    }
	
	.inner-spacer-left{
		margin-left:20px;
	}
    
	.inner-spacer-left-lrg{
		margin-left:50px;
	}
	
	.inner-spacer-right{
		margin-right:20px;
	}
	
	.inner-spacer-right-lrg{
		margin-right:50px;
	}
    
    /* END GENERAL STYLES */
    
    
    /*------------------------------------------------------------------------*/
    
    
    /* HEADER */
	
    .header{
		border-top:2px solid #d95137;
		padding-top:20px;
	}
	
    header{
        position:relative;
		overflow:visible;
    }
	
	.head-info{
		margin-top:15px;
		overflow:visible;
	}
	
	.head-info .phone{
		float:right;
		margin-bottom:10px;
	}
	
	.head-info .sm-icon-wrap{
		float:right;
		clear:right;
		margin-right:4px;
		position:relative;
	}
	
	.sm-icon-wrap a{
		width:24px;
		height:30px;
		font-size:22px;
		line-height:24px;
		color:#ccc;
		display:block;
		float:right;
		margin-right:4px;
		-webkit-transition: color .3s ease-out;
		-moz-transition: color .3s ease-out;
		-o-transition: color .3s ease-out;
		transition: color .3s ease-out;
	}
	
	.desktop .sm-icon-wrap a:hover{
		color:#d95137;
	}
    
    .logo{
        text-indent:-9999px;
        height:auto;
		position:relative;
		display:block;
		margin-top:20px;
    }
    
    /* NAVIGATION */
    
	.drop-nav{
		display:none !important;
	}
	
    .nav-main{
        position:relative;
		overflow:hidden;
        margin-left:0px;
        margin-top:15px;
        margin-right:0;
		margin-bottom:35px;
		border-left:1px solid #cccccc;
    }
	
	.nav-main li:before{
		content:"";
	}
    
    .nav-main li:last-child{
        margin-right:0;
    }
    
    .nav-main a{
        color:#666;
		font-size:10px;
		font-weight:400;
    }
	
	.nav-main a.active{
		color:#d95137;
		font-weight:700;
	}
	
	.desktop .nav-main a:hover{
        color:#d95137;
    }
    
    
	/*Slider*/
	
	.slider{
		height:380px;
		overflow:hidden;
		position:relative;
	}
	
	.caption-wrap{
		width:100%;
		height:auto;
		position:absolute;
		top:0;
		left:0;
		z-index:2;
	}
	
	.caption{
		text-align:center;
		width:900px;
		margin: 0 auto;
		margin-top:120px;
	}
	
	
    /* Tagline */
    
    .tagline{
        padding-top:42px;
		padding-bottom:45px;
        position:relative;
		overflow:hidden;
		background:url(../img/content/tagline_bg_wide.jpg) no-repeat center center;
    }
	
	.tagline .pe-container{
		z-index:3;
		position:relative;
	}
	
	.tagline h1{
		color:#fff;
		float:left;
		margin-bottom:0;
	}
	
	.tagline h2{
		color:#fff;
		float:left;
		margin-left:10px;
		margin-bottom:0;
	}
	
	.tagline > img{
		position:absolute;
		top:0;
		left:0;
		z-index:1;
	}
	
	.tagline h2 a{
		color:#fff;
		padding-bottom:2px;
		border-bottom:2px solid #fff;
	}
	
	.desktop .tagline h2 a:hover{
		color:#fff;
		border-bottom:2px solid #d95137;
	}
	
	.tagline .overlay{
		width: 100%;
		height: 100%;
		position:absolute;
		top: 0;
		left: 0;
		background-color:#fff;
		opacity:0.5;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
		filter: alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		z-index:2;
	}
    
	
	/*Tagline home*/
	
	.tagline-home{
		padding:20px 0 20px;
		position:relative;
	}
	
	.bg-strip{
		position:absolute;
		display:block;
		width:100%;
		height:120px;
		background-color:#f6f6f6;
		left:0;
		z-index:1;
	}
	
	.tagline-home .container{
		z-index:2;
		position:relative;
	}
	
	.tagline-home h4{
		padding:30px 0 40px;
		margin-bottom:40px;
	}
	
	.tagline-home .question h4{
		color:#aaa;
	}

	.tagline-home .question,
	.tagline-home .answer{
		z-index:2;
		position:relative;
	}
	
	.tagline-home .read-more{
		border-color:#e9e9e9;
	}

	
	.tagline-home .answer .accent{
		padding:3px 8px;
		border:1px solid #e9e9e9;
		font-size:22px;
		margin-right:5px;
	}
		
	
	/*Action bar*/
	
	.action{
		background-color:#f6f6f6;
	}
	
	.action.disabled{
		display:none;
	}
	
	.action .pe-container{
		position:relative;
	}
	
	.action h5{
		margin-bottom:20px;
		margin-top:42px;
		font-size:20px;
		line-height:26px;
		color:#666;
		font-weight:600;
		text-transform:none;
	}
	
	.action .buttons{
		margin-bottom:30px;
	}
	
	.action .buttons span{
		margin:0 10px;
		font-weight:400;
		font-style:italic;
	}
	
	.action img{
		position:absolute;
		bottom:0px;
		right:0;
		z-index:1000000;
	}
	
    
	/* Footer */
    
	.footer{
		border-bottom:4px solid #ccc;
		border-top:4px solid #d95137;
		padding-bottom:20px;
		padding-top:70px;
	}
	
	.foot-lower{
		margin-top:20px;
	}
	
	.foot-lower .copyright{
		border-top:1px solid #eee;
		padding-top:15px;
	}
	
	.foot-lower .social-media{
		overflow:hidden;
		padding-top:15px;
		padding-right:4px;
	}
	
	/*social media icons*/
	
	.social-media a{
		width:24px;
		float:left;
		height:30px;
		font-size:24px;
		line-height:24px;
		color:#ccc;
		display:block;
		margin-right:4px;
		-webkit-transition: color .3s ease-out;
		-moz-transition: color .3s ease-out;
		-o-transition: color .3s ease-out;
		transition: color .3s ease-out;
	}

	.social-media > div{
		float:right;
	}

	.social-media a:last-child{
		float:right;
	}
	
	.social-media a.back-to-top i{
		font-size:26px;
	}
	
	.desktop .social-media a:hover{
		color:#d95137;
	}
    
	.footer .widget{
		margin-bottom:0;
	}
	
	
	/*info widget*/
	
    .widget_info{
		text-align:right;
		padding-bottom:30px;
		margin-right:0;
        margin-left:0;
		position:relative;
    }
	
	.widget_info h3{
		text-align:left;
	}

	.widget_info .location-map{
		/*position:relative;*/
		z-index:1;
	}

	.widget_info .info-wrap{
		position:relative;
		z-index:2;
	}
	
	.widget_info .location-map > img{
		position:absolute;
		top:58px;
		left:0;
		display:block;
		z-index:0;
	}
    
    .widget_info .logo-foot{
		margin-top:10px;
		margin-bottom:10px;
		margin-right:0;
		float:right;
		z-index:2;
    }
	
	.logo-wrap{
		overflow:hidden;
		clear:both;
	}
    
    .widget_info p{
        margin-top:0;
        margin-bottom:10px;
		color:#999999;
		z-index:1;
    }
    
    .widget_info a{
		color:#d95137;
    }
    
    .desktop .widget_info a:hover{
		color:#111111;
    }
	
	.widget_info a{
		margin-left:10px;
	}
    
    .widget_info span{
        color:#999999;
        font-size:10px;
		font-size:12px;
    }
	
	.widget_info .phone{
		display:block;
		margin-bottom:0;
		color:#333;
    }
    
    .widget_info h2{
		display:inline;
		margin-left:5px;
		font-size:12px
    }
    
    
    
	/*recent post widget*/
	
	.widget_recent_entries h3{
		margin-bottom:8px;
		padding-bottom:35px;
		border-bottom:1px solid #eee;
	}
	
	.widget_recent_entries{
        margin-right:0;
    }
	
	.widget_recent_entries p{
        margin-top:25px;
    }
    
    .comments-num{
        display:block;
        background:url("../img/skin/comment_icon.png") no-repeat 100% 50%;
        float:right;
        width:28px;
    }
    
	.widget_recent_entries span{
        text-transform:lowercase;
    }
    
    
	/*rollover highlight*/
	
    a.over-effect{
		position:relative;
		overflow:hidden;
		display:block;
	}
	
    div.overlay-image,
	div.over-icon{
		width: 100%;
		height: 100%;
		position:absolute;
		cursor: pointer;
		top: 0;
		left: 0;
		display:none;
	}
	
	a.over-effect.active .overlay-image,
	a.over-effect.active .over-icon{
		display:block;
	}
    
	
	div.overlay-image{
		background-color: #d95137;
		z-index: 999;
		opacity: 0.85;
	}
	
    div.over-icon {
		background: url("../img/skin/over_image.png") no-repeat center center;
		z-index:1000;
    }
	
	a.over-effect{
		border-bottom:4px solid #fff;
	}
	
	.desktop a.over-effect:hover{
		border-color: #d95137;
		-webkit-transition: all 0.5s ease-out; 
		   -moz-transition: all 0.5s ease-out; 
			 -o-transition: all 0.5s ease-out; 
				transition: all 0.5s ease-out;	
	}


	
	.project-single-col a.over-effect:hover,
	.project-single-col a.over-effect{
		border:none;
	}
	
	
	/*testimonial shortcode*/
	
	.testimonial{
		position:relative;
		border:1px solid #eee;
		background-color:#fff;
		margin-bottom:60px;
	}
	
    .testimonial .speech{
		background:url(../img/skin/speech.png) no-repeat 0 0;
		position:absolute;
		bottom:-47px;
		left:30px;
		width:39px;
		height:47px;
		z-index:2;
	}
	
	blockquote{
		padding-left:30px;
        margin-bottom:30px;
		border-left:4px solid #d95137;
    }
	
	.testimonial blockquote{
		border:none;
		padding:25px 30px 0px 30px;
		margin-bottom:0;
	}
	
	.testimonial > p{
		margin-bottom:15px;
	}
	
	.testimonial cite{
		margin-left:30px;
		margin-right:30px;
	}
    
    blockquote small{
        color:#666;
    }
    
    .desktop blockquote p a:hover{
        text-decoration:none;
        color: #2f2f2f;
    }


	/*content box shortcode*/
	
	.contentBox{
		background-color:#d95137;
		color:#fcfcfc;
		padding:20px 20px 20px 20px;
		margin-bottom:25px;
	}


	/*Homepage*/
	
	.row-upper{
		margin-bottom:70px;
	}
	
	.row-lower h4{
		margin-bottom:35px;
	}
	
	
	.project-item a{
		display:block;
		margin-bottom:15px;
	}
	
	.project-item img{
		display:block;
	}
	
	.project-item p{
		color:#999;
	}
	
	.project-item h6{
		margin-bottom:0;
	}
	
	.project-item h6 a{
		color:#333;
		font-weight:600;
		font-size:14px;
		text-transform:none;
		margin-bottom:3px;
	}
	
	.desktop .project-item h6 a:hover{
		color:#d95137;
	}
	
	.filter{
		margin-bottom:25px;
	}
	
	.featured-project .filter{
		margin-bottom:0;
	}
	
	.project-filter{
		min-height:0 !important;
	}
	
	.project-filter li:before{
		content:"";
	}
	
	.project-filter h6{
		float:left;
		margin-right:20px;
		color:#444;
		margin-bottom:0;
		height: 32px;
		line-height: 32px;
		margin-top:1px;
		padding:0 15px;
	}
	
	.filter-keywords{
		line-height:32px;
		color:#d95137;
		border-radius:0;
		-webkit-border-radius:0;
		float:left;
		font-size:11px;
		margin-top:20px;
	}
	
	.filter-keywords li{
		color:#666;
		float:left;
		line-height:0;
		margin-right:5px;
	}
	
	.filter-keywords li a{
		color:#999;
		display:block;
		padding:0 10px;
		height:32px;
		line-height:32px;
		border: 1px solid #eee;
	}
	
	.filter-keywords li a.active,
	.desktop .filter-keywords li a:hover{
		color:#fff;
		background-color:#d95137;
		border-color:#d95137;
	}
	
	.desktop .filter-keywords li a.active:hover{
		cursor:default;
	}
	
	
	/*Staff page*/
	
	.staff-member{
		margin-bottom:60px;
	}
	
	.staff-member:last-child{
		margin-bottom:0;
	}
	
	.staff-member h3{
		font-weight:600;
		color:#d95137;
		margin-top:8px;
		margin-bottom:0;
	}
	
	.staff-member .intro{
		margin-top:15px;
	}
	
	
	.staff-social{
		margin-top:15px;
	}
	
	.staff-social a{
		width:28px;
		float:left;
		height:30px;
		font-size:24px;
		line-height:24px;
		color:#ccc;
		display:block;		
		-webkit-transition: color .3s ease-out;
		-moz-transition: color .3s ease-out;
		-o-transition: color .3s ease-out;
		transition: color .3s ease-out;
	}
	
	.desktop .staff-social a:hover{
		color:#d95137;
	}
	
	.staff-social a i{
		font-size:26px;
	}
	
	
	/*Services page*/
	
	.clients{
		padding-top:40px;
	}
	
	.clients a{
		display:block;
		margin-bottom:60px;
	}
	
	.clients a img{
		display:block;
	}
	
	
	/*features shortcode*/
	
	.feature{
		position:relative;
		margin-bottom:40px;
	}
	
	.featureContent h3{
		font-size:14px;
		margin-bottom:8px;
	}
	
	.featureIcon{
		position:absolute;
		top:-3px;
		left:0;
		width:50px;
		height:50px;
		border-radius:50%;
		-webkit-border-radius:50%;
		background-color:#d95137;
	}
	
	.featureIcon i{
		position:relative;
		display:block;
		width:52px;
		height:50px;
		line-height:22px;
		color:#fff;
		font-size:22px;
		text-align:center;
		margin-right:0;
		margin-left:0;
		margin-top:13px;
	}
	
	
	.feature .featureContent{
		padding-left:0px;
	}
	
	.feature .feature-title{
		padding-left:65px;
		margin-bottom:20px;
	}
	
	.feature .feature-title h3{
		font-weight:600;
		color:#333;
		margin-bottom:0;
	}
	
	.feature .feature-title h6{
		text-transform:none;
	}
    
    
    /* SIDEBAR + WIDGETS */
	
    .sidebar{
		margin-bottom:60px;
    }
	
	.sidebar .widget{
		margin-bottom:50px;
	}

	.sidebar .widget:last-child{
		margin-bottom:0;
	}
	
	.sidebar h3{
        color:#666;
        line-height:32px;
		margin-bottom:20px;
    }
	
	
	.sidebar li:before{
		content: '\e75e';
		width:auto;
	}
	
    
    .sidebar li span{
        color:#cccccc;
        font-size:10px;
        margin-left:15px;
        font-style:italic;
    }
    
	
    /*search widget*/
	
    .widget_search{
        position:relative;
    }
    
    .widget_search button[type=submit]{
        background-color:transparent;
        background-position:-44px 7px;
        border: 0 none;
        cursor: pointer;
        height: 27px;
        padding: 5px;
        padding-right:10px;
        padding-bottom:8px;
        position: absolute;
        right: 6px;
        top: 4px;
        width: 26px;
        opacity:0.4;
        font-size:18px;
    }
    
    .desktop .widget_search button[type=submit]:hover{
        opacity:0.7;
    }
	
	input,
	input[type=text],
    textarea{
		box-shadow:none;
		font-size:12px;
	}
    
    input:focus,
	input[type=text]:focus,
    textarea:focus {
      box-shadow:none;
	  outline: 0;
	  border-color:#666;
    }
	
	.widget_search input[type=text]{
		display:block;
		width:208px;
		border-radius:0;
		box-shadow:none;
		font-size:11px;
		height:26px;
		padding-left:10px;
		padding-right:30px;
		border-color:#e9e9e9;
	}
	
	.widget_search input[type=text]:focus{
		border-color:#666;
	}
    
	
	/*menu widget*/
	.widget_menu li:before{
		content:"";
		margin-right:0;
		display:inline;
	}
	
	.widget_menu a{
		text-shadow:none !important;
		border:1px solid #eee;
		text-transform:uppercase;
		margin-top:2px;
	}
	
	.desktop .widget_menu a:hover{
		background-color:#ddd;
		color:#666;
	}
	
	.widget_menu li.active a{
		background-color:#d95137;
		border-color:#d95137;
		color:#fff;
	}
	
	.desktop .widget_menu li.active a:hover{
		background-color:#d95137;
		color:#fff;
		cursor:default;
	}
	
	
	/*tags widget*/
	
	.widget_tag_cloud li:before{
		content:"";
	}
	
	.widget_tag_cloud a{
		padding:2px 8px;
		height:26px;
		border:1px solid #eee;
		line-height:26px;
		text-transform:uppercase;
		
		margin-right:3px;
		margin-bottom:3px;
		float:left;
		color:#999;
		font-size:11px !important;
	}
	
	.desktop .widget_tag_cloud a:hover{
		background-color:#d95137;
		border-color:#d95137;
		color:#fff;
	}
	
	.widget_tag_cloud .tagcloud{
		overflow:hidden;
	}
	
	/*caleadar widget*/
	.widget_calendar li:before{
		content:"";
	}
	
	.widget_calendar #wp-calendar{
		color: #999;
		text-align: center;
		width: 100%;
	}
	
	.widget_calendar caption,
	.widget_calendar th,
	.widget_calendar td{
		text-align: center;
	}
	
	.widget_calendar caption {
		font-size: 11px;
		padding: 5px 0 12px;
		text-transform: uppercase;
		color:#666;
		text-align:left;
	}
	
	.widget_calendar th{
		background: none repeat scroll 0 0 #f6f6f6;
		border-bottom: none;
		border-top: none;
		font-weight: 600;
		padding-top:5px;
		padding-bottom:5px;
	}
	
	.widget_calendar tbody td a{
		background:#f6f6f6;
		padding:2px 5px;
		width:100%;
	}
	
	.desktop .widget_calendar tfoot td a:hover{
		background:#f6f6f6;
	}
	
	.widget_calendar tfoot td {
		background: transparent;
		border-bottom: none;
		border-top: none;
	}
	
	.widget_calendar tfoot td a{
		text-transform:uppercase;
		color:#666;
	}
	
	.desktop .widget_calendar tfoot td a:hover{
		background:transparent;
	}
	
	.widget_calendar tfoot #prev{
		text-align:left;
	}
	
	.widget_calendar tfoot #next{
		text-align:right;
	}
	
	
	
	/*recent comments widget*/
	.widget_recent_comments li:before{
		content:"";
	}
	
	.widget_recent_comments li a{
		color:#999;
	}
	
	.desktop .widget_recent_comments li a:hover{
		color:#d95137;
	}
	
	
	/*links widget*/
    
    footer .widget_links h3{
        display:none;
    }
    
    .widget_links ul{
        margin:0;
        padding:0;
        list-style-type:none;
    }
    
    .widget_links li a,
	.widget_pages li a,
	.widget_meta li a,
	.widget_nav_menu li a,
	.widget_recent_entries li a{
        color:#999;
    }
    
    .desktop .widget_links li a:hover,
	.desktop .widget_pages li a:hover,
	.desktop .widget_meta li a:hover,
	.desktop .widget_nav_menu li a:hover,
	.desktop .widget_recent_entries li a:hover{
        color: #d95137;
        text-decoration:none;
    }
	
	.widget_nav_menu li a i{
		opacity:0.6;
	}
	
	.desktop .widget_nav_menu li a:hover i{
		opacity:0.8;
	}
	
	
	/*newsletter widget*/
	
	.widget_newsletter .outro{
		font-size:11px;
		color:#999;
	}
	
	.widget_newsletter .input-append{
		width:100%;
	}
	
	.widget_newsletter input[type=text]{
		border-radius:0 !important;
		-webkit-border-radius:0;
		padding-left:15px;
		width:150px;
	}
   
    /*text widget*/
	
    .widget_text{
        margin-bottom:65px;
    }
    
	
	/*featured work widget*/
	
    .widget_featured{
        overflow:hidden;
    }
    
    .widget_featured div{
        margin-bottom:15px;
    }
    
    .widget_featured .caption{
        display:block;
        padding-left:15px;
        margin-left:8px;
        margin-top:10px;
        color:#999999;
    }
	
	
	/*categories widget*/
	
	.widget_categories li:before{
		content:"";
	}
	
	.widget_categories ul li{
		padding-left:0px;
		color:#ccc;
		font-size:11px;
	}
	
	.widget_categories a{
		color:#666;
		font-size:12px;
		margin-right:10px;
	}
	
	.desktop .widget_categories a:hover{
		color:#d95137;
	}
	
	/*archive widget*/
	
	.widget_archive li{
        color:#999;
        font-size:11px;
    }
	
	.widget_archive a{
        margin-right:9px;
        font-size:12px;
    }
	
	
	/*contact details widget*/
    
    .widget_contact{
        overflow:hidden;
    }
    
    .widget_contact div{
        clear:both;
    }
    
    .widget_contact div:last-child p{
        margin-bottom:0;
    }
    
    .widget_contact span{
        float:left;
        opacity:0.3;
		margin-top:3px;
    }
    .widget_contact p{
        padding-left:15px;
        float:left;
    }
    
    .widget_contact p span{
        margin-left:-20px;
    }
	
	.widget_contact [class^="icon-"],
	.widget_contact [class*=" icon-"]{
		font-size:14px;
	}   
    
	
	
    /* BLOG POST */
	
    .post-title a{
		color:#444;
	}
	
	.post-title h1{
		margin-bottom:0;
	}
	
	.post-title{
		margin-bottom:25px;
	}
    
    .post{
        overflow:hidden;
        position:relative;
        padding-bottom:50px;
		margin-bottom:60px;
    }
	
	.post.single{
		margin-bottom:0;
		padding-bottom:0px;
	}
	
	.post ul, .post ol{
		margin-bottom:25px;
	}
	
	.main-content .row-fluid:last-child .post{
		border-bottom:none;
	}
	
	.post .post-image{
		margin-bottom:25px;
	}
	
    .post .post-meta{
        margin-bottom:25px;
		overflow:hidden;
    }
	
	.post .comments{
		width:60px;
		height:30px;
		border-right:1px solid #ccc;
		text-align:left;
		float:left;
		padding-top:6px;
	}
	
	.post .comments a{
		font-size:22px;
		letter-spacing:-1px;
		font-weight:300;
		float:left;
	}
	
	.post .comments img{
		float:left;
		margin-left:5px;
		margin-top:2px;
	}
	
	.post-meta{
		float:left;
		margin-left:20px;
		overflow:hidden;
	}
	
	.post-meta .user{
		float:left;
		font-size:14px;
		font-weight:600;
		color:#333;
		line-height:14px;
		margin-bottom:2px;
	}
	
	.post-meta .date{
		float:left;
		clear:left;
		color:#888;
	}
	
	.post-meta .categories{
		float:left;
		margin-left:5px;
		color:#888;
	}
	
	.post-meta .categories a{
		color:#999;
	}
	
	.desktop .post-meta .categories a:hover{
		color:#d95137;
	}
    
    .post .category a{
        color:#999999;
        padding-left:5px;
    }
    
    .post .category a:first-child{
        padding-left:0;
    }
    
    .desktop .post .category a:hover{
        color:#00a6d5;
    }
	
	.post-intro{
		line-height:26px;
		font-size:14px;
		color:#2f2f2f;
		font-weight:400;
		letter-spacing:0.2px;
		margin-bottom:25px;
	}
    
    .post .tags{
        font-size:11px;
        margin-bottom:35px;
    }
	
	.post .tags h3{
		float:left;
		margin-right:10px;
	}
    
    .post .tags a{
        padding-left:5px;
        color:#999999;
		float:left;
		margin-top:1px;
    }
    
    .post .tags a:first-child{
        padding-left:0;
    }
    
    .desktop .post .tags a:hover{
        color:#000000;
    }
	
	
	/*Share box*/
	
	.shareBox{
		display:block;
		height:32px;
		overflow:hidden;
		border:1px solid #f0f0f0;
		padding:5px 0 5px 20px;
	}
	
	.shareBox h6{
		font-size:12px;
		line-height:32px;
		font-weight:400;
		text-transform:uppercase;
		margin-bottom:0;
		float:left;
	}
	
	.shareBox .shareButton{
		display:block;
		float:left;
		margin-left:20px;
		margin-top:5px;
	}
	
	
	
	/*post pagination*/
	
	.post-pagination{
		background-color:#f6f6f6;
		margin-bottom:60px;
	}
	
	.post-pagination a{
		display:block;
		padding:20px;
		width:50% !important;
		border-right:1px solid #fff;
		margin-left:0 !important;
		position:relative;
	}
	
	.post-pagination .prev-post{
		padding-left:40px;
	}
	
	.post-pagination .prev-post .arrow{
		position:absolute;
		top:40%;
		left:8px;
		opacity:0.3;
	}
	
	.post-pagination .next-post{
		border:none;
		text-align:right;
		padding-right:40px;
	}
	
	.post-pagination .next-post .arrow{
		position:absolute;
		top:40%;
		right:8px;
		opacity:0.3;
	}
	
	.post-pagination a .date{
		color:#999;
		font-weight:400;
		font-style:italic;
	}
	
	.post-pagination a h3{
		margin-bottom:0px;
		color:#666;
	}
	
	.desktop .post-pagination a:hover{
		background-color:#f0f0f0;
	}
	
	.desktop .post-pagination a:hover h3{
		color:#333;
	}
	
	.post-pagination a span:first-child{
		color:#d95137;
		text-transform:uppercase;
		font-size:11px;
		font-weight:600;
	}

	.next-post i,
	.prev-post i{
		display:block;
		clear:both;
		width:100%;
		margin-bottom:10px;
		margin-top:5px;
	}
	
	
    
    /*BLOG COMMENTS*/
	
	#comments li:before{
		content: '';
		width:auto;
	}

    #comments li{
		background:transparent;
		padding-left:0;
	}
	
	#comments p{
		margin-bottom:20px;
	}
    
    #comments .comment-body{
        margin-bottom:10px;
    }
    
    #comments-title span{
        font-size:14px;
        font-weight:400;
        line-height:10px;
        padding:0 5px;
		color:#d95137;
    }
    
    .commentlist, #comments .children{
        margin:0;
        padding:0;
        list-style-type:none;
    }
    
    .commentlist{
        padding-bottom:30px;
        margin-bottom:40px;
        border-bottom:1px solid #efefef;
    }
    
    .comment-author img{
        display:block;
        border:2px solid #fff;
    }
    
    .bypostauthor > .comment-body > .comment-author img{
        border:2px solid #d95137;
    }
	
	.bypostauthor > .comment-body .fn a{
        color:#d95137;
    }
	
	.bypostauthor > .comment-body p{
		color:#666;
	}
	
	#comments .fn{
		margin-top:2px;
	}
    
    .fn a{
        font-weight:700;
        font-size:12px;
        color:#666;
		text-transform:uppercase;
    }
	
	.says, .fn{
		float:left;
	}
	
	.says{
		margin-top:2px;
		margin-left:5px;
	}
    
    .desktop #comments .fn a:hover{
        color:#2f2f2f;
        text-decoration:none;
    }
    
    #comments .comment-meta{
        margin-bottom:10px;
		clear:both;
    }
    
    #comments .comment-meta a{
        font-size:11px;
        color:#aaa;
    }
    
    .desktop #comments .comment-meta a:hover{
        color:#666;
        text-decoration:none;
    }
	
	#comments .reply .label{
		font-size:12px;
		text-transform:uppercase;
		font-size:10px;
		background-color:#ccc;
		text-shadow:none;
	}
    
    .desktop #comments .reply .label:hover{
        background-color:#d95137;
        color:#fff;
    }
	
	
	/*comments pagination*/
    
	#comments .post-pagination{
		margin-bottom:60px;
	}
	
	#comments .pagination .active a {
		background-color: #666;
		border-color: #666;
		color: #FFFFFF;
	}
	
    
    /*COMMENT FORM*/
    
    #respond{
        margin-bottom:50px;
    }
    
    #respond #reply-title{
        margin-bottom:40px;
    }
    
    #commentform  .comment-notes{
        color:#aaa;
        font-size:12px;
    }
    
    #commentform label{
        text-align:left;
        color:#666;
		padding-top:0;
		width:auto;
    }
    
    #commentform .controls{
        margin-left:0;
    }
	
	#commentform .controls input{
		float:left;
		margin-right:30px;
		border-radius:0;
	}
	    
    #commentform .control-group .required{
        margin-left:3px;
        margin-top:3px;
    }
	
	
	/*search results page*/
    
	.result{
		margin-bottom:40px;
		padding-bottom:20px;
		border-bottom:1px dotted #eee;
	}
	
	.result .result-title{
		position:relative;
	}
	
	.result-title h3{
		margin-bottom:10px;
	}
	
	.result-title h3 span{
		display:block;
		clear:left;
		font-size:11px;
		text-transform:uppercase;
		font-weight:400;
		color:#ccc;
	}
	
	.result-title p{
		color:#999;
	}
	
	.result .post-image{
		margin-top:25px;
	}
    
	/*google maps*/
    
	.gmapWrap{
		border-bottom:4px solid #999;
	}
	
    .gmapWrap img{
        display:block;
    }
    
    .gmapWrap .gmap{
        height:350px;
    }

	.gmapWrap .gmap > div.description {
		display: none;
    }
    
    .gmap div img{
        max-width:none;
    }
    
	
    
    /*quote form*/
	
	#contactForm input,
	textarea{
		border-radius:0 !important;
		box-shadow:none !important;
	}
	
	#contactForm label{
		font-size:12px;
		color:#444;
		font-weight:bold;
	}
	
	#contactForm label.radio{
		font-weight:normal;
	}
	
	.bay{
		overflow:hidden;
		background-color:#f6f6f6;
		margin-bottom:15px;
		padding:30px;
	}
	
	.bay h3{
		margin-left:180px;
		margin-bottom:5px;
	}
	
	.bay h6{
		color:#d95137;
		margin-left:180px;
		margin-bottom:40px;
		font-size:12px;
	}
    
	span.help-inline{
		color:#999;
	}
	
	#message .help-inline{
		vertical-align:top;
	}
	
	/*contact form errors and hide/show*/
	
	.formSent,
    .formError {
        display: none;
    }
	
	
	/*show-hide quote form*/
	
	#contactForm.noquote #contactType,
	#contactForm.noquote #project{
    	display: none;
    }
    
	
	/*faq*/
	
	.faq{
        margin-bottom:30px;
    }
	
	
	.faq-body ul li{
		padding-left:15px;
	}
	
	
    
    .faq-heading{
       border: 1px solid #DDDDDD;
       border-radius: 0;
       background:#f6f6f6;
       color:#777;
       padding:8px 20px 8px 20px;
       cursor:pointer;
    }
    
	.faq-heading strong{
		font-weight:bold;
		color:#000;
	}
	
	.faq-heading .accent{
		margin-right:10px;
	}
	
    .faq-heading > div{
        font-weight:bold;
    }
    
    .faq-heading > div i{
        margin-right:8px;
    }
    
    .desktop .faq-heading:hover{
       background-color: #E1E1E1;
    }
    
    .desktop .faq-heading:hover > div{
        color:#666;
    }
    
    .faq-heading > a{
        color: #2F2F2F;
        margin-left:8px;
    }
    
    .faq-body{
        margin-top: -1px;
		position:relative;
		top:-2px;
    }
    
    .faq-body .faq-inner{
        border: 1px solid #DDDDDD;
        border-radius: 0;
        background-color: #fff;
        padding: 20px 20px 10px 20px;
    }
	
	.faq li{
		margin-top:4px;
		color:#444;
	}
    
    .faq-body{
        height:auto;
    }
    
    .faq-body.collapse{
        height:0;
    }
	
	
	/*elements*/
	
	.nav-tabs li{
		padding-left:0;
		background-image:none;
	}
	
	.nav-tabs li:before{
		content: "";
	}
	
	.nav-tabs > li > a{
		border-radius:0;
	}
	
	.desktop .nav-tabs > li > a:hover{
		background-color:#f6f6f6;
	}
    
	.accordion-heading{
		background-color: #F6F6F6;
	}
	
	.accordion-heading a{
		font-weight:400;
		text-transform:uppercase;
		font-size:11px;
	}
	
	.accordion-group{
		border-radius:0;
	}
	
	.faq-body{
		margin-top:0;
	}
	
	.hero-unit {
		padding-bottom:50px;
		border-radius:0;
	}
	
	.hero-unit p{
		font-weight:400;
		line-height:28px;
		font-size:16px;
	}
	
	code, pre{
		border-radius:0;
	}
	
	.label, .badge{
		font-size:11px;
		font-weight:400;
	}
	
	.btn{
		font-weight:600;
		font-size:13px;
	}


	/*carousel*/
	
	.carousel-nav{
		float:right;
	}

	.carousel-nav a{
		border:1px solid #e9e9e9 ;
		display:block;
		float:left;
		width:24px;
		height:24px;
		padding:5px;
		margin-left:2px;
	}

	.desktop .carousel-nav a:hover{
		border-color:#d95137;
		background-color:#d95137;
		color:#fff;
	}

	.carousel-nav a i{
		width:24px;
		height:24px;
		line-height:24px;
		margin-top:0;
		font-size:20px;
	}

	.desktop .carousel-nav a:hover i{
		color:#fff;
	}

	.carouselBox .info{
		margin-top:20px;
	}
	
	/*portfolio Alt*/
	
	.project-single-col{
		margin-bottom:60px;
	}
	
	.project-single-col:last-child{
		margin-bottom:20px;
	}
	
	.project-single-col .info{
		padding-top:15px;
	}
	
	.project-single-col h3{
		margin-bottom:0;
		font-size:20px;
	}
	
	.project-single-col .categories{
		margin-bottom:20px;
	}
	
	.project-single-col .categories a{
		color:#ccc;
	}
	
	.desktop .project-single-col .categories a:hover{
		color:#d95137;
	}
	
	.project-single-col .media a{
		display:block;
	}
	
	.project-single-col .media img{
		display:block;
	}
	
	/*project pagination*/
	
	.project-pagination a{
		display:block;
		height:32px;
		line-height:32px;
		border:1px solid #f0f0f0;
		color:#d95137;
		text-transform:uppercase;
		float:left;
		padding:0 15px;
	}
	
	.project-pagination a.next-btn{
		margin-left:10px;
	}
	
	.desktop .project-pagination a:hover{
		background-color:#d95137;
		border-color:#d95137;
		color:#fff;
	}
	
	.project-pagination ul{
		margin-left:10px;
		float:left;
		overflow:hidden;
	}
	
	.project-pagination li{
		float:left;
		display:block;
		padding:0px 2px;
	}

	.project-pagination li:before{
		content:"";
		width:auto;
	}
	
	.project-pagination li.selected a{
		background-color:#d95137;
		border-color:#d95137;
		color:#fff;
	}
	
	.desktop .project-pagination li.selected a:hover{
		cursor:default;
	}
	
	
	/*portfolio normal*/
	
    .featured-project{
		padding-top:40px;
		padding-bottom:30px;
		border-bottom:4px solid #eee;
		background-color:#f6f6f6;
	}
	
	.featured-project .media{
		margin-bottom:30px;
		border-bottom:4px solid #d95137;
	}
	
	.featured-project .info,
	.featured-project .description{
		padding:15px 0 15px 0;
		position:relative;
	}
	
	.featured-project .info h3{
		margin-bottom:0;
		float:left;
		margin-left:60px;
	}
	
	.featured-project .info .categories{
		float:left;
		margin-left:60px;
	}
	
	.featured-project .categories a{
		color:#999;
	}
	
	.desktop .featured-project .categories a:hover{
		color:#d95137;
	}
	
	.new-tag{
		display:block;
		position:absolute;
		top:15px;
		left:0;
		height:32px;
		border:1px solid #eee;
		padding:0 8px;
		line-height:32px;
		text-transform:uppercase;
		color:#d95137;
		float:left;
		margin-right:10px;
		margin-top:4px;
	}
	
	.featured-project .description{
		border-left:1px solid #ccc;
	}
	
	.featured-project .description p{
		margin-bottom:0;
	}
	
	/*portfolio full width*/
	
	.fullscreen{
		background-color:#f9f9f9;
		padding-bottom:0;
		
	}
	
	.fullscreen .peIsotopeContainer{
		border-top:2px solid #fff;
		background-color:#fff;
	}
	
	.peIsotopeGrid .peIsotopeItem > span.border{
		/*display:none;*/ /*remove grid lines*/
	}

	.peIsotopeGrid .peIsotopeItem .cell-title{
		padding:20px;
		color:#ccc;
		font-size:11px;
		font-weight:400;
		line-height:16px;
		opacity:0;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	
	.peIsotopeGrid .peIsotopeItem .cell-title a{
		color:#fff;
	}
	
	.desktop .peIsotopeGrid .peIsotopeItem .cell-title a:hover{
		color:#ccc;
	}

	.desktop .peIsotopeGrid .peIsotopeItem:hover div.scalable {
		opacity: 1;
	}

	.desktop .peIsotopeGrid .peIsotopeItem:hover span.cell-title {
		opacity: 1;
	}

	.mobile .peIsotopeGrid .peIsotopeItem span.cell-title {
		opacity: 1;
	}

	.mobile .peIsotopeGrid .peIsotopeItem span.cell-title,
	.desktop .peIsotopeGrid .peIsotopeItem:hover span.cell-title {
		color:#fff;
		background-color:rgba(0,0,0,0.4);
	}

	.ie8 .peIsotopeGrid .peIsotopeItem:hover span.cell-title{
		background-color:#888;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	
	
	/*Project Page*/
	
	.project{
		margin-bottom:70px;
	}
	
	.project .media{
		margin-bottom:45px;
	}
    
	.project .media img{
		display:block;
	}
	
	.project-title{
		margin-bottom:40px;
	}
	
	.project-title h3{
		margin-bottom:0;
	}
	
	.line-sml{
		display:block;
		height:1px;
		width:20px;
		border-bottom:1px dotted #ccc;
		margin-bottom:15px;
	}
	
	.project-title .categories a{
		color:#999;
	}
	
	.desktop .project-title .categories a:hover{
		color:#333;
	}
	
	.project-intro{
		border-left:1px solid #ccc;
	}
    
	.project-intro p{
		margin-bottom:0;
	}
	
	.project-data{
		margin-bottom:30px;
		margin-top:10px;
	}
	
	.project-data h6{
		font-weight:600;
		margin-bottom:10px;
		color:#d95137;
		font-size:11px;
		text-transform:uppercase;
	}
	
	.project-data .data1,
	.project-data .data2{
		margin-bottom:50px;
		width:48%;
		margin-left:4%;
		float:left;
	}
	
	.project-data .data1{
		margin-left:0;
	}
	
	.project-data .data1 span,
	.project-data .data2 span{
		display:block;
		float:left;
		clear:left;
		font-size:11px;
		font-weight:400;
		line-height:20px;
	}
	
	.project-data .data1 span{
		text-transform:uppercase;
		color:#999;
	}
	
	.project-data .data2 span{
		color:#666;
	}
	
	.project-nav a{
		display:block;
		height:32px;
		line-height:32px;
		border:1px solid #f0f0f0;
		color:#d95137;
		text-transform:uppercase;
		float:left;
		padding:0 15px;
	}
	
	.project-nav a.next-btn{
		margin-left:10px;
	}
	
	.desktop .project-nav a:hover{
		background-color:#d95137;
		border-color:#d95137;
		color:#fff;
	}
	
	.related-title h3{
		margin-bottom:50px;
	}
    
	
	/*pricing tables*/
	
	.pricing-table{
		text-align:center;
		margin-bottom:0px;
	}

	.pricing-table li:before{
		content: '';
		width:auto;
	}

	.pricing-table [class^="icon-"] {
		font-size:16px;
	}
	
	.five-col .col{
		width:20%;
	}
	
	.four-col .col{
		width:25%;
	}
	
	.three-col .col{
		width:33.33333%;
	}
	
	.two-col .col{
		width:50%;
	}
	
	.col{
		float:left;
		margin:0;
		background-color:#f6f6f6;
		position:relative;
		margin-bottom:15px
	}
	
	.col.high{
		outline:4px solid #cc4c34;
		z-index:10;
		top:-5px;
		-webkit-box-shadow: 0px 2px 18px rgba(0,0,0,0.3);
	}
	
	.no-shadow .col.high{
		-webkit-box-shadow: none;
				box-shadow: none;
	}
	
	.col.low{
		background-color:#f6f6f6;
		z-index:5;
	}
	
	.col .wrap-inner{
		border-left:2px solid white;
	}
	
	.pricing-table .head{
		background-color:#eee;
		padding:10px;
		min-height:24px;
	}
	
	.pricing-table .head h3{
		margin-bottom:0;
		text-transform:uppercase;
		font-size:14px;
		font-weight:700;
		color:#333;
	}
	
	.pricing-table .head span{
		color:#fff;
	}
	
	.pricing-table .price{
		padding:10px;
		background-color:#666;
		min-height:52px;
	}
	
	.pricing-table .high .price{
		background-color:#d95137;
	}
	
	.pricing-table .low .price{
		background-color:#999;
		background-image:url(../img/skin/pat1.png);
		background-repeat:repeat;
	}
	
	.pricing-table .price h4{
		margin-bottom:0;
		color:#fff;
		font-weight:700;
	}
	
	.pricing-table .price span{
		margin-top:5px;
		text-transform:uppercase;
		display:block;
		color:#fff;
		font-size:11px;
	}
	
	.pricing-table .foot{
		padding:10px;
		background-color:#ddd;
		overflow:hidden;
		min-height:30px;
	}
	
	.pricing-table .high .foot{
		background-color:#fefefe;
		padding-top:15px;
		padding-bottom:15px;
	}
	
	.pricing-table .row-titles .head{
		display:none;
	}
	
	.pricing-table .row-titles .price{
		background-color:#eee;
		padding-left:20px;
	}
	
	.pricing-table .row-titles{
		margin-top:44px;
		text-align:left;
	}
	
	.pricing-table .row-titles h4{
		font-size:22px;
		color:#333;
	}
	
	.pricing-table .row-titles .price span{
		color:#d95137;
	}
	
	.pricing-table .row-titles li{
		padding-left:20px;
	}
	
	.col ul{
		padding:0;
	}
	
	.col:first-child .wrap-inner,
	.col.high .wrap-inner{
		border:none;
	}
	
	.pricing-table li{
		padding:10px 10px;
		min-height:20px;
	}
	
	.pricing-table li:last-child{
		border:none;
	}
	
	.pricing-table li:nth-child(even),
	.pricing-table li.even{
		background-color:#efefef;
	}
	
	.pricing-table .col.low li:nth-child(even),
	.pricing-table .col.low li.even{
		background-color:#efefef;
	}
	
	
    /*resetting mobile hover states*/
	.mobile .peSlider > .peVoloNext,
	.mobile .peSlider > .peVoloPrev{
		opacity:1;
	}

	.mobile .peVolo .peVoloPrev a,
    .mobile .peVolo .peVoloNext a{
        -webkit-transition: none; 
		   -moz-transition: none; 
			 -o-transition: none; 
				transition: none; 
    }

    .mobile .peVolo .peVoloPrev a:hover,
    .mobile .peVolo .peVoloNext a:hover{
        background-color:#000;
        opacity:0.2;
    }

	.mobile a:hover,
	.mobile a:visited:hover{
		-webkit-transition: none; 
		   -moz-transition: none; 
			 -o-transition: none; 
				transition: none; 
	}

	.mobile a.over-effect:hover{
		border-color: transparent;
		-webkit-transition: none; 
		   -moz-transition: none; 
			 -o-transition: none;
				transition: none;
	}


	/*resetting some transitions on mobile*/
	
	.mobile .peSlider > .peVoloNext,
	.mobile .peSlider > .peVoloPrev,
	.mobile .contour-btn,
	.mobile .sm-icon-wrap a,
	.mobile .social-media a,
	.mobile a.over-effect:hover,
	.mobile .staff-social a{
		  -webkit-transition: none; 
		     -moz-transition: none; 
		       -o-transition: none; 
		          transition: none; 

	}


	