/**
  * Name: Pictor
  * Version: 1.0

*/

@import url("icomoon.css");
@import url("flexslider.css");
@import url("owl.carousel.css");
@import url("shortcodes.css");
@import url("revolution-slider.css");
/**
  *	Reset
  * Repeatable Patterns
  * Top 
  * Header
  * Page title
  * Breadcrumbs
  * Blog
  * Pagination
  * Blog masory
  * Blog v1
  * Blog single
  * Widgets
  * Video about us
  * Page 404
  * Boxed
  * Switcher
  * GoTop Button
  * Footer
  * Footer widget
  * Bottom
  * Preload
  * Parallax
  * Revolution Slider
*/

/* Reset
-------------------------------------------------------------- */



	article, aside, details, figcaption, figure, hgroup, section { 
		display: block;
	}
	                          
	ol {
		list-style: none;
	}

	blockquote, q { 
		-webkit-hyphens: none;
		  -moz-hyphens: none;
		   -ms-hyphens: none;
		       hyphens: none;
		        quotes: none;
	}

	figure {
		margin: 0;
	}

	:focus {
		outline: 0;
	}

	table { 
		border-collapse: collapse; 
		border-spacing: 0;
	}


	legend {
		white-space: normal;
	}

	button,
	input,
	select,
	textarea {
		font-size: 100%;
		margin: 0;
		max-width: 100%;
		vertical-align: baseline;
		-webkit-box-sizing: border-box;
		  -moz-box-sizing: border-box;
		       box-sizing: border-box;
	}

	button,
	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		line-height: 1;
		cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
		-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
		border: none;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0; /* Addresses excess padding in IE8/9 */
	}

	input[type="search"] {
		-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	}

	input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
		-webkit-appearance: none;
	}

	button::-moz-focus-inner,
	input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
		border: 0;
		padding: 0;
	}

	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}


/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

textarea, 
input[type="text"],
input[type="submit"],
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,



/* Page title
-------------------------------------------------------------- */
.page-title {
	position: relative;
}

.page-title .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-weight: bold;
	background-color: #feb800;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       opacity: 0.9;
        filter: alpha(opacity=90); 
        
}

/* Bg-black */
.page-title.bg-black .overlay {
	background-color: #000000;
}

/* Bg-black style1 */
.page-title.bg-black.style1 .overlay {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
       opacity: 0.6;
        filter: alpha(opacity=60); 
}

.page-title .page-title-heading {
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
	padding: 114px 0 114px 0;
	letter-spacing: 2.1px;
}

.page-title.bg-black-sv .overlay {
 	background-color: #000;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	       opacity: 0.1;
	        filter: alpha(opacity=10); 
}

.page-title.bg-black-sv .page-title-heading .title {
 	color: #000;
}

/* Breadcrumbs
-------------------------------------------------------------- */
.breadcrumbs ul li {
	display: inline-block;
	padding: 36px 15px 36px 0;
	position: relative;
}

.breadcrumbs ul li:before {
	position: absolute;
	left: -10px;
    top: 48px;
	content: "";
	height: 2px;
	width: 4px;
	background-color: #999999;
}

.breadcrumbs ul li:first-child::before {
	width: 0;
	height: 0;
} 

.breadcrumbs ul li:last-child a {
	color: #000;
}

.breadcrumbs ul li a {
	font-size: 14px;
	line-height: 28px;
	text-transform: uppercase;
	color: #999999;
}

.breadcrumbs ul li a:hover {
	color: #feb800;
}

/* border bottom */
.breadcrumbs.border-bottom {
	border-bottom: 1px solid #eeeeee;
}

/* Blog
-------------------------------------------------------------- */
.entry p {
	margin-bottom: 30px;
}

.main-content {
	padding: 100px 0;
}

.main-content.blog-posts .post-wrap {
	margin: 0 -15px;
}

.main-content.blog-posts .entry {
	float: left;
	width: 33.33333%;
	padding: 0 15px;
	margin-bottom: 60px;
}

.main-content .entry .entry-border {
	box-shadow: 0px 1px 5px 0px rgba(000000, 0, 0, 0.05); 	
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.main-content .entry .entry-border:hover {
	box-shadow: 0px 10px 20px 0px rgba(000000, 0, 0, 0.05); 	
	cursor: pointer;
}

.entry .feature-post {
	margin-bottom: 33px;
}

.blog-posts .entry .main-post {
	padding: 0 33px;
}

.entry .entry-title {
	margin-bottom: 7px;
}

.entry .entry-title a {
	color: #000000;
	font-size: 18px;
	line-height: 30px;
	letter-spacing: 0.9px;
}

.entry .entry-title a:hover {
	color: #feb800;
}

.entry .entry-meta {
	margin-bottom: 15px;
	font-size: 12px;
}

.entry .entry-meta span {
	padding-left: 3px;
}

.entry .entry-meta .author a {
	color: #feb800;
}

.entry .entry-meta .date {
	color: #999999;
} 

.entry .entry-meta .date:hover {
	color: #feb800;
} 

.entry .entry-meta .author a:hover {
	color: #000;
}

/* noborder */
.blog-posts .entry.noborder .main-post {
	padding: 0 0;
}

.entry.noborder .entry-title {
	padding-right: 50px;
}

.main-content.blog-posts .entry.noborder {
	margin-bottom: 0;
}

/* Pagination
-------------------------------------------------------------- */
.blog-pagination {
	padding-top: 33px;
	border-top: 2px solid #f6f6f6;
	text-align: center;
}

.blog-pagination .flat-pagination li {
	display: inline-block;
	margin-left: 8px;
}

.blog-pagination .flat-pagination li a {
	display: inline-block;
	width: 40px;	
	line-height: 40px;
	color: #999999;	
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.blog-pagination .flat-pagination li a:hover {
	background-color: #feb800;
	color: #fff;
}

.blog-pagination .flat-pagination li.prev a:hover,
.blog-pagination .flat-pagination li.next a:hover {
	background: transparent;
	color: #feb800;
}

.blog-pagination .flat-pagination li.prev i,
.blog-pagination .flat-pagination li.next i {
	font-weight: 700;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
} 

.blog-pagination .flat-pagination li.prev {
	float: left;
	padding-left: 6px;
	margin-left: 0;
}

.blog-pagination .flat-pagination li.prev a {
	text-align: left;
}

.blog-pagination .flat-pagination li.next {
	float: right;
	padding-right: 10px;
	margin-left: 0;
}

.blog-pagination .flat-pagination li.next a {
	text-align: right;
}

.blog-pagination .flat-pagination li.active {
	background-color: #feb800;
	border: 1px solid #feb800;
	color: #fff;
	width: 40px;
	line-height: 40px;
	margin-left: 29px;
}

/* Blog masory
-------------------------------------------------------------- */
.main-content.blog-masory {
	background-color: #f6f6f6;
	padding: 83px 174px;
}

.main-content .post-wrap {
	margin: 0 -15px;
}

.main-content.blog-masory .post-wrap .entry {
	width: 25%;
	float: left;
	padding: 15px 15px;	
}

.main-content.blog-masory .post-wrap .entry .entry-border {
	background-color: #fff;	
}

.main-content.blog-masory .entry .main-post {
	padding: 0 30px;
}

/* Blog v1
-------------------------------------------------------------- */
.blog-single.v1 .entry .feature-post {
	margin-left: 0;
}

.main-content.blog-single.v1 .post-wrap {
	margin: 0 0;
	margin-right: 40px;
}

.blog-single.v1 .main-post .entry-title a {
	font-size: 24px;
	line-height: 36px;
	color: #000;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	margin-bottom: 16px;
}

.blog-single.v1 .main-post .entry-title a:hover {
	color: #feb800;
}

.blog-single.v1 article {
	margin-bottom: 20px;
}

.blog-single.v1 .blog-pagination .flat-pagination li.active {
	margin-left: 0;
}

.blog-single.v1 .blog-pagination {
	margin-right: 40px;
}

/* Widgets
-------------------------------------------------------------- */
.sidebar .widget {
	margin-bottom: 45px;
}

.widget-title {
	position: relative;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 26px;
	letter-spacing: 1px;
}

.sidebar .widget .widget-title:before {
	position: absolute;
	left: 0;
	top: 34px;
	content: "";
	height: 2px;
	width: 40px;
	background-color: #feb800;
}

.widget ul li a {
	line-height: 36px;
}

.widget.widget-categories span {
	margin-left: 15px;
	font-size: 12px;
	color: #cacaca;
}

.widget.widget-tags .tag-list a {
	margin-right: 23px;
	line-height: 36px;
}

/* Widget categories */
.widget.widget-categories span {
	margin-left: 15px;
	font-size: 12px;
	color: #cacaca;
}

/* Widget tags */
.widget.widget-tags .tag-list{
	padding-right: 80px;
}

.widget.widget-tags .tag-list a {
	margin-right: 18px;
	line-height: 36px;
}

/* Widget instagram */
.sidebar .widget.widget-instagram {
	margin-bottom: 43px;
}

.widget.widget-instagram .widget-title {
	margin-bottom: 37px;
}

.widget.widget-instagram .instagram-thumb {
	margin: 0 -15px 0 0;
}

.widget.widget-instagram .instagram-thumb .thumb {
	float: left;
	width: 33.33333%;
	margin-bottom: 15px;
}

/* widget flickr */


.widget-flickr .flickr-photos {
	margin: 0 -10px;
}

.widget-flickr .flickr_badge_image {
	float: left;
	width: 33.33333%;
	padding: 0 10px 0 10px;	
	margin-bottom: 20px;
	height: 113px;
}

/* Widget recent post style1*/
.widget.widget-recent-post.style1 .widget-title {
	margin-bottom: 45px;
}

.widget.widget-recent-post.style1 ul li {
	clear: left;
	margin-bottom: 13px;	
}

.widget.widget-recent-post.style1 ul li .thumb {
	float: left;
	margin-right: 18px;
}

.widget.widget-recent-post.style1 ul li .text {
	padding-bottom: 7px;
}

.widget.widget-recent-post.style1 ul li .text a {
	font-size: 13px;
	line-height: 24px;
	color: #666666;
	padding-bottom: 5px;
	letter-spacing: 0.5px;
}

.widget.widget-recent-post.style1 ul li .text a:hover {
	color: #feb800;
}

.widget.widget-recent-post.style1 ul li .text p {
	font-weight: 300;
	font-size: 12px;
	color: #999999;
}

/* Widget featured post */
.widget.widget-featured-post {
	margin-bottom: 56px;
}

.widget.widget-featured-post .widget-title {
	margin-bottom: 45px;
}

.widg-featured-post.owl-carousel {
	position: relative;
}

.widg-featured-post .item .text {
	position: absolute;
	left: 30px;
	bottom: 22px;
}

.widg-featured-post .item a {
	font-size: 13px;
	color: #fff;
	line-height: 24px;
}

.widg-featured-post .item a:hover {
	color: #feb800;
}

.widg-featured-post .item p {
	font-size: 12px;
	line-height: 34px;
	color: #fff;
	font-weight: 300;
}

.widg-featured-post .owl-dots {
	position: absolute;
	bottom: 0px;
	left: 28px;
}

.widg-featured-post.owl-theme .owl-dots .owl-dot span {
	width: 6px;
	height: 6px;
	background-color: #b1a69d;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	    -ms-border-radius: 50%;
	     -o-border-radius: 50%;
	        border-radius: 50%;
}

.widg-featured-post.owl-theme .owl-dots .owl-dot.active span, 
.widg-featured-post.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fff;    
}

/* Widget subscribe */
.widget.widget-sibscribe {
	text-align: center;
	padding: 20px;
	background-color: #f6f6f6;
}

.widget.widget-sibscribe .title {
	font-size: 16px;
	line-height: 40px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.widget.widget-sibscribe p {
	padding-bottom: 20px;
}

.widget.widget-sibscribe input[type="text"] {
	border: 2px solid #eeeeee;
	height: 50px;
	padding: 12px 45px;
	margin-bottom: 14px;
}

.widget.widget-sibscribe input {
	font-size: 12px;
}

/* Widget sv information */
.widget-sv.sv-information {
	padding: 39px 0 45px 33px;
}

.widget-sv ul.information {
 	padding-left: 0;
 	padding-bottom: 0;
}

.widget-sv.sv-information .information li {
 	padding-bottom: 20px;
 	color: #999999;
}

.widget-sv.sv-information .information li span {
 	color: #666666;
}

.widget-sv.sv-information ul.short-code.flat-socials {
 	text-align: left;
}

.widget-sv.sv-information ul.short-code.flat-socials li a {
 	border: none;
 	background-color: transparent;
 	color: #999999;
 	width: 0;
 	height: 0;
 	padding-right: 23px;
}

.widget-sv.sv-information ul.short-code.flat-socials li a:hover {
 	color: #feb800;
}

/* Border */
.widget-sv.sv-information.border {
	border: 5px solid #feb800;
	padding: 84px 85px 100px 50px;
}

/* Widget services */
.widget-sv {
	margin-bottom: 30px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.02);
	background-color: #fff;
}

.widget-sv .widget-title {
	font-size: 14px;
	line-height: 28px;
	background-color: #feb800;
	padding: 16px 0 16px 33px;
	color: #fff;
	margin-bottom: 21px;
}

.widget-sv ul {
	padding-left: 33px;
	padding-bottom: 21px;
}

.widget-sv.widget-sv ul li a {
	line-height: 48px;
}

/* Widget home-remodel, hardwood, roofing*/
.widget-sv.home-remodel .widget-title,
.widget-sv.hardwood .widget-title,
.widget-sv.roofing .widget-title {
	color: #000;
	background-color: #fff;
}

/* widget socials */
.widget-socials ul {
	text-align: left;
	margin-top: 20px;
}

.widget-socials ul li {
	display: inline-block;
	padding-right: 26px;
}

.widget-socials ul li:nth-child(3) a {
    color: #feb800;
}

/* Content services */
.flat-services-carousel {
	position: relative;
	margin-bottom: 45px;
}

.flat-services-carousel.owl-theme .owl-controls .owl-nav div.owl-prev {
	left: 40px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.flat-services-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
	right: 40px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;	
}

.flat-services-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover,
.flat-services-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover {
	background-color: #feb800;
	color: #000;
}

.flat-services-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:before, 
.flat-services-carousel.owl-theme .owl-controls .owl-nav div.owl-next:before {
	color: #feb800;
}

.flat-services-carousel.owl-theme .owl-controls .owl-nav div.owl-prev:hover:before, 
.flat-services-carousel.owl-theme .owl-controls .owl-nav div.owl-next:hover:before {
	color: #000;
}

.services-content .title {
	font-size: 16px;
	line-height: 48px;
	text-transform: uppercase;
	color: #000;
	letter-spacing: 1px;
}

.services-content p {
	padding-bottom: 30px;
}

/* Video about us
-------------------------------------------------------------- */
.flat-stats.video-bg {
	text-align: center;
	color: #fff;
	padding: 175px 0 158px;
	margin-bottom: 24px;
	position: relative;
}

#video-controls a {
	width: 100px;
	height: 69px;
	background: rgba(0, 0, 0, 0.6); 
	text-align: center;
	line-height: 69px;
	margin-bottom: 50px;
	color: #fff;
	font-size: 22px;
	-webkit-transition: all 0.2s ease-in-out;
	      -moz-transition: all 0.2s ease-in-out;
	       -ms-transition: all 0.2s ease-in-out;
	        -o-transition: all 0.2s ease-in-out;
	           transition: all 0.2s ease-in-out;	
}

#video-controls a:hover {
	background-color: #feb800;
	color: #fff;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
       opacity: 0.9;
        filter: alpha(opacity=90);
}

#video-controls .fa-play:before {
	border: 1px solid #fff;
    padding: 8px 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}

#video-controls .fa-pause:before {
	border: 1px solid #fff;
    padding: 8px 10px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
}


/* Boxed
-------------------------------------------------------------- */
.home-boxed .boxed {
	width: 95.4%;
	margin: 0 auto;
	position: relative;	
	background: #fff;
	height: 100%;
  	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
  	   -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
  	        box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.02);
}

/* Pattern */
.sw-pattern.pattern {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	   opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
	position: absolute;
	left: 0;
	top: 98%;
	background-color: #000000;
	width: 100%;
	z-index: -1;
	padding: 21px 0 30px 50px;
}

.sw-pattern.pattern a {	
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.sw-pattern.pattern a.current:before {
	position: absolute;
    left: 12px;
    top: 6px;
	content: "\f00c";
	color: #fff;
	text-shadow: 0 0 2px rgba( 0, 0, 0, 1 );
}

/* GoTop Button
-------------------------------------------------------------- */
.go-top {
   	position: fixed !important;
   	right: -35px;
	bottom: 15px;   
   	width: 46px;
   	cursor: pointer;   
    background-color: #000000;
   	height: 46px;
   	line-height: 45px;
   	text-align: center;   	
   	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
	    -ms-transition: all 0.3s ease-in-out;
	     -o-transition: all 0.3s ease-in-out;
	        transition: all 0.3s ease-in-out;
   	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	   	filter: alpha(opacity=0);
	  	opacity: 0;
    
}

.go-top.show {
	right: 15px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	visibility: visible;
}

.go-top i {
	font-size: 18px;
	color: #fff;
	padding-bottom: 3px;	
}

.go-top:hover {
    background-color: #feb800;
}

.go-top:hover i {
	color: #fff;
}


/* Revolution Slider
-------------------------------------------------------------- */
.tp-banner-container{
	max-height: 789px !important;
	width: 100% !important;
	position: relative;
	overflow: hidden !important;
	padding: 0;
	background-color: #fff;
}

.tp-bullets.simplebullets.navbar {
	height: 35px;
	padding: 0px 0px;
}

.tp-bullets.simplebullets .bullet {
	cursor: pointer;
	position: relative !important;
	background: #fff !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
       filter: alpha(opacity=60);
      opacity: 0.6;	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 20px !important;
	height: 5px !important;	
	display: inline-block;
	margin-right: 5px !important;	
	-webkit-transition: background-color 0.2s, border-color 0.2s;
	-moz-transition: background-color 0.2s, border-color 0.2s;
	-o-transition: background-color 0.2s, border-color 0.2s;
	-ms-transition: background-color 0.2s, border-color 0.2s;
	transition: background-color 0.2s, border-color 0.2s;
	float:none !important;
}

.tp-bullets.simplebullets .bullet.last {
	margin-right: 0px
}

.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	opacity: 1;
	background: #fff !important;
	width: 20px !important;
	height: 5px !important;	
}