/*	################################################################

	Author: Vincent de Witt Huberts
	URL: http://vince-d.com

	Project Name: Vince- D portfolio
	Version: 1.0
	
################################################################# */ 
@import url(http://fonts.googleapis.com/css?family=Raleway:400,700,900);
@import url(http://fonts.googleapis.com/css?family=Lato:400,900);
@import url("prettyPhoto.css") screen;
@import url("hoverex-all.css") screen;
/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */
* {
	margin: 0;
	padding: 0px;
}
body {
	background: #ffffff;
	margin: 0;
	height: 100%;
	color: #384452;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
}
p {
	padding: 0;
	margin-bottom: 12px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #384452;
	margin-top: 10px;
}
img {
	height: auto;
	max-width: 100%;
}
a {
	padding: 0;
	margin: 0;
	color:#d96b5f;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:active, a:visited {
color:#d96b5f;	
}

a:hover, a:focus {
	text-decoration: underline;
	color:#d96b5f;
}

::-moz-selection {
 color: #fff;
 text-shadow:none;
 background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow: none;
	background: #2B2E31;
}
.centered {
	text-align: center
}
/*	################################################################
	BOOTSTRAP MODIFICATIONS & TWEAKS
################################################################# */
.navbar {
	min-height: 60px;
	padding-top: 5px;
	margin-bottom: 0px;
}
.navbar-brand {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
}
.navbar-header .navbar-brand {
	color: white;
}

.navbar-header .navbar-brand:hover {
	color: rgba(0, 179, 254, 1);
}
.navbar-default .navbar-nav > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}

.navbar-default .navbar-nav > li > a:visited {
color: white;	
}

.navbar-default .navbar-nav > li > a:hover {
	color: #00b3fe;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #00b3fe;
	background-color: transparent;
}

/*navbar on scroll effect for homepage and subpages*/
.navbar-main {
	background-color: #384452;
	border:0;
	
}

.navbar-home {
background-color: rgba(56,68,62,0);	
transition-duration: 0.5s;
border:0;
}

.navbar-home ul, .navbar-home .navbar-brand, .navbar-home .navbar-toggle {
opacity:0;	
transition-duration: 0.5s;
}



.nav-bar-scroll {
	background-color: rgba(56,68,62,1);
}

.nav-bar-scroll ul, .nav-bar-scroll .navbar-brand, .nav-bar-scroll .navbar-toggle {
	opacity:1;
}
/* end nav on scroll color and transparency*/

.dropdown-menu {
	background: #384452;
}
.dropdown-menu > li > a {
	color: white;
	font-weight: 700;
	font-size: 12px;
}
.btn-theme {
	color: #d96b5f;
	font-weight:600;
	font-size:14px;
	background-color: #fff;
	border-color: #d96b5f;
	margin: 4px;
	border-radius:2px;
	text-transform:uppercase;
}
.btn-theme:hover, .btn-theme:focus, .btn-theme:active, .btn-theme.active, .open .dropdown-toggle.btn-theme {
	color: #fff;
	background-color: #d96b5f;
	border-color: #d96b5f;
}
.dmbutton:hover, .dmbutton:active, .dmbutton:focus {
	color: #ffffff;
	background-color: #428bca;
	border-color: #0000;
}
.dmbutton {
	background: rgba(255, 255, 255, 0.3);
	border: 1px solid #428bca;
	color: #428bca;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	padding-top: 1.025rem;
	padding-right: 2.25rem;
	letter-spacing: 0.85px;
	padding-bottom: 1.0875rem;
	padding-left: 2.25rem;
	font-size: 1.55rem;
	cursor: pointer;
	font-weight: bold;
	line-height: normal;
	margin: 0 0 1.25rem;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	-webkit-transition: background-color 300ms ease-out;
	-moz-transition: background-color 300ms ease-out;
	transition: background-color 300ms ease-out;
	-webkit-appearance: none;
	
}
.mtb {
	margin-top: 80px;
	margin-bottom: 80px;
}
.mb {
	margin-bottom: 60px;
}
.mt {
	margin-top: 40px;
}
.hline {
	border-bottom: 2px solid #384452;
}
.hline-w {
	border-bottom: 2px solid #ffffff;
	margin-bottom: 25px;
}
/*	################################################################
	SITE WRAPS
################################################################# */

#headerwrap {
	background-color: #00b3fe;
	min-height: 550px;
	padding-top: 100px;
	padding-bottom: 0px;
	text-align: center;
}
#headerwrap h3, h5 {
	color: white;
	font-weight: 400;
}
#headerwrap h1 {
	color: white;
	margin-bottom: 25px;
}
#headerwrap .img-responsive {
	margin: 0 auto;
}
/* Services Wrap */
#service {
	margin-top: 100px;
	margin-bottom: 80px;
}
#service i {
	color: #00b3fe;
	font-size: 60px;
	padding: 15px;
}
/* Portfolio Wrap */
#portfoliowrap {
	padding-top: 60px;
	padding-bottom: 60px;
	display: block;
	text-align: center;
	
}
#portfoliowrap h3 {
	margin-bottom: 25px;
}
.portfolio {
	padding: 0 !important;
	margin: 0 !important;
	display: block;
}
.portfolio-item .title:before {
	border-radius: 0;
	display: none
}
.portfolio-item p {
	margin: 0px 0 30px;
	color: #2a2a2a;
}
.portfolio-item h3 {
	margin: -10px 0 10px;
	font-size: 16px;
	text-transform: uppercase;
}
.tpl6 h3 {

	margin: 0;
	padding: 20px 10px 0;
	font-family: 'raleway', sans-serif;
	color: #d96b5f;
	font-size: 20px;
	font-style: normal;
	/*font-weight: 400;*/
	line-height: 0.9;
	font-weight:750 !important;
	 text-transform: capitalize;
}

.tpl6 p {
line-height:1.5;
color: #2a2a2a;
padding:20px 10px 0;

}



.tpl6 .dmbutton {
	display: inline-block;
	margin: 5px;
	font-size: 13px;
}
.tpl6 .bg {
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	text-align: center;
}
/* Testimonials Wrap */
#twrap {
	background: url(../img/t-back.jpg) no-repeat;
	margin-top: 0px;
	padding-top: 15%;
	text-align: center;
	background-attachment: fixed;
	background-position: center center;
	min-height: 650px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#twrap:hover {
	
}
#twrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}
#twrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

#twrap h1 {
color:#FFF;
font-size:3.8em;
 font-weight: 800 !important;
 letter-spacing:0.5px;
 
}

.sub-titler-show {
transition: all 0.5s ease-in-out 0s;

opacity:1;	
}

.sub-titler-hide {
width:0px;
margin-left:-105px;
opacity:0;	
z-index:4000;

}

.designer-hide {
opacity:0;	
transition: all 0.5s ease-in-out 0s;
}

.designer-show {
opacity:1;	
}

#twrap .portfolio-titler {
background:#fff;
color:#2ebefa;
font-weight:600;
margin-left:20%;
margin-right:20%;
}

#twrap h3 {
color:#FFF;
line-height:1.5em;
font-weight: 400;
}


/*LoDown Wrap*/
#ldwrap {
	background: rgba(0, 0, 0, 0) no-repeat scroll;
    margin-top: 0;
    min-height: 250px;
    padding-top: 60px;
	padding-bottom: 60px;
    text-align: center;
    width: 100%;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#ldwrap i {
	font-size: 50px;
	color: white;
	margin-bottom: 25px;
}
#ldwrap p {
	color: white;
	font-size: 15px;
	line-height: 30px;
}

#ldwrap h1 {
color:#FFF;
border-bottom:1px solid #bfc9d3;
line-height:1.5em;	
 font-weight: 800 !important;
 letter-spacing:0.5px;
}

#ldwrap h3 {
color:#FFF;
line-height:1.5em;
font-weight: 400;
}

/* insta section */
#insta-wrap {
	background: #fff;
	margin-top: 0px;
	padding-top: 30px;
	margin-bottom: 100px;
}


.insta-img img {
width:100%;
height:auto;
margin:10px;	
border: 1px solid #ccc;	
 transition: border 0.4s linear 0s, color 0.4s linear 0s;
}

.insta-img img:hover {
border: 1px solid #999;		
}



#insta-wrap small a:link, #insta-wrap small a:active , #insta-wrap small a:visited  {
color:#999;
text-decoration:none;	
}

#insta-wrap small a:hover {
color: #d96b5f;
text-decoration:underline;
}





/* clients logo */
#cwrap {
	background: #fff;
	margin-top: 0px;
	padding-top: 80px;
	padding-bottom: 100px;
}
#cwrap h3 {
	margin-bottom: 60px;
}
/* Footer */
#footerwrap {
	padding-top: 60px;
	padding-bottom: 60px;
	background: #384452;
}
#footerwrap p {
	color: #bfc9d3;
	padding-bottom:30px;
}
#footerwrap h4 {
	color: white;
	font-weight:800;
	letter-spacing:0.3px;
}
#footerwrap i {
	font-size: 30px;
	color: #bfc9d3;
	padding-right: 25px;
}
#footerwrap i:hover {
	color: #00b3fe
}
/*	################################################################
	PAGE CONFIGURATIONS
################################################################# */
/* General Tweaks */

#blue {
	background:none;
	margin-top: 50px;
	padding-top: 25px;
	
}

#blue .row {
border-bottom: 1px dotted #384452;
padding-bottom:25px;
	}

.work-header small {
color: #999;
}

#blue h3 {
	color: black;
	
}
.ctitle {
	color: #00b3fe;
	font-weight: 700;
	margin-bottom: 15px;
}
csmall {
	font-size: 12px;
	color: #b3b3b3;
}
csmall2 {
	font-size: 12px;
	color: #f39c12
}
.spacing {
	margin-top: 1em;
	margin-bottom: 1em;
}
.badge-theme {
	background: #00b3fe;
}
/* Contact Page */
#contactwrap {
	background: url(../img/contact.jpg) no-repeat center top;
	margin-top: -60px;
	padding-top: 0px;
	text-align: center;
	background-attachment: relative;
	background-position: center center;
	min-height: 400px;
	width: 100%;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* Blog Page */
.popular-posts {
	margin: 0px;
	padding-left: 0px;
}
.popular-posts li {
	list-style: none;
	margin-bottom: 20px;
	min-height: 70px;
}
.popular-posts li a, .popular-posts li a:hover {
	color: #2f2f2f;
	text-decoration: none;
}
.popular-posts li img {
	float: left;
	margin-right: 20px;
}
.popular-posts li em {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #b3b3b3
}
.popular-posts p {
	line-height: normal;
	margin-bottom: auto;
}
.share i {
	padding-right: 15px;
	font-size: 18px;
}
/*Additional VincendWH */

.concrete {
	opacity:0.7;
	transition:1s;
}

.concrete-full {
	opacity:1;
	transition:1s;
}

.featured-work {
text-align:center;
color:#2a2a2a;
}

.featured-work h1 {
font-weight:300 !important;
}


.featured-work h2  {background: rgba(0, 0, 0, 0) url("../img/grey-line.gif") repeat-x scroll center center;
    color: #fff;
    font-size: 10pt;
    text-transform: uppercase;
    word-spacing: 0.1em;
	width:80%;
	margin-left:10%;
  }
  
 .featured-work h2 > span {
    background-color: #191a1a;
 display: inline-block;
    height: 32px;
    line-height: 35px;
    padding: 0 10px;
}

.mob-spacer {
display:none;	
}

.work-overview-col p {
font-size:16px;
line-height:1.5;
font-weight:300 !important;
}

.work-overview-col h4 {
font-size: 21px;
margin-bottom:0;
}

.work-overview-col small {
color:#666;
font-size:18px;
font-weight:400;	
}



/* portfolio image area  single column*/

.portfolio-img-area {
	margin-top: 3em;
	padding-top: 3em;
	border-top: 1px dotted #384452;
}
.portfolio-img-area p {
	text-align: left;
	font-weight: bold;
	line-height:1.5em;
}
.portfolio-img-area img {
	box-shadow: 1px 2px 10px 3px rgba(0, 0, 0, 0.2);
}
.portfolio-img-area .dline {
	border-bottom: 1px dotted #384452;
	margin-top: 3em;
	margin-bottom: 3em;
}

.portfolio-img-area .hline {
		margin-top: 3em;
}

.work-top-link {
	margin-bottom: 3em;
}

/* portfolio image area  multi-column for mobile portfolio pieces*/
.mob-portfolio-img-area {
	margin-top: 3em;
	padding-top: 3em;
	border-top: 1px dotted #384452;
}
.mob-portfolio-img-area p {
	text-align: centered;
	font-weight: bold;
	line-height:1.5em;
}
.mob-portfolio-img-area img {
	box-shadow: none;
	opacity:0.8;
	transition: all 0.5s ease-in-out 0s;
	margin-bottom:20px;
}

.mob-portfolio-img-area img:hover {
opacity:1;	
}




.mob-portfolio-img-area .dline {
	border-bottom: 1px dotted #384452;
	margin-top: 3em;
	margin-bottom: 3em;
}

.mob-portfolio-img-area .hline {
		margin-top: 3em;
}

.mob-work-top-link {
	margin-bottom: 3em;
}




/*portfolio thumbnails*/
.portfolio-item {
margin-bottom:20px;}

.portfolio-tn-title {
	z-index: 1;
	
	background:rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
	display: block;
	bottom: 0;
	position: absolute;
	width: 100%;
	text-align: left;
	padding: 10px 10px;
	opacity: 1;
	line-height: 1.5;
}
.portfolio-tn-title p {
	color: #2a2a2a;
	font-family: 'Raleway', sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin:0;
	padding:0;

}
.portfolio-tn-title span {
	color: #74797c;
	font-size: 13px;
	font-style: italic;
	font-weight: 300;
	line-height: 1;
}

.portfolio-item a {
	transition: all 0.5s ease-in-out 0s;
}
.he-wrap {
	/*border: 1px solid rgba(56, 68, 82, 0.4);
	transition: all 0.5s ease;*/
	border: 1px #ccc solid;
		-moz-box-shadow: 0px 0px 3px 1px rgba(153, 153, 153, 0);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(153, 153, 153, 0);
	box-shadow: 0px 0px 3px 1px rgba(153, 153, 153, 0);
	 transition: all 0.5s ease-in-out 0s;
}
.he-wrap:hover {
	/*border: 1px solid #74797c;*/
	border: 1px #bcbcbc solid;
	-moz-box-shadow: 0px 0px 3px 1px rgba(153, 153, 153, 0.8);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(153, 153, 153, 0.8);
	box-shadow: 0px 0px 3px 1px rgba(153, 153, 153, 0.8);
	 transition: all 0.5s ease-in-out 0s;
}
.he-wrap:hover .portfolio-tn-title {
	opacity: 0;
	animation-duration: 0.6s;
	visibility:hidden;
}

.see-project-holder {
bottom:0;
text-align:right;
padding:5px;
display:inline-block;
border-top: dotted #666 1px;
position:absolute;	
width:100%;
}

/* mobile modal */


.mob-view-modal-header {
position:fixed;
width:100%;
background-color:rgba(255, 255, 255, 0.9);
border: none !important;
display:inline-block;
z-index:4;
padding: 15px 15px 19px 15px;
}

.mob-view-modal-content {
    background-clip: padding-box;
	padding:0;
    background-color:rgba(0, 0, 0, 0.0);
    border:none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    position: relative;
	text-align:center;
	z-index:60 !important;
}

.mob-view-modal-content img {
border:1px solid #666;	
z-index:60 !important;
}


/*hp thumbnails*/
.hp-view-project {
	
	margin: 5px 5px 5px 5px;
	font-size: 16px;
	text-align: right;
	cursor: pointer;
	color: #d96b5f;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	position:absolute;
	width:95%;
	display:block;
	bottom:0;
	border-top:1px dotted #000;
}
.title-sub-info {
	color: #74797C;
	font-family: "gesta", sans-serif;
	font-size: 13px;
	font-weight: 300;
	font-style: italic;
	line-height: 1;
}

/*scroll to top button*/
.scroll-top-hide {
opacity:0;
transition-duration: 0.5s;
}

.scroll-top-show {
opacity:1;	
transition-duration: 0.5s;
	}
.scroll-top {
    z-index: 50;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    font-size: 20px;
	background-color:#d96b5f;
    line-height: 28px;
	opacity:0.8;
	transition: all 0.5s ease-in-out 0s;
	border-color:transparent;
}

.scroll-top .btn:hover {
opacity:1;	

}

.scroll-top .btn:focus {
    outline: 0;
}
/*mobile view button/link */
.portfolio-mobile-view {
font-weight:bold;
padding:3px 5px 0 0;
color:#d96b5f;
font-size:14px;
transition: all 0.5s ease-in-out 0.5s;
	}
	
.portfolio-mobile-view:hover {
color:#d96b5f;
text-decoration:underline;

	}
	
.portfolio-mobile-view .glyphicon {
color:#2b2e31;
transition: all 0.5s ease-in-out 0.5s;
}

.portfolio-mobile-view:hover .glyphicon {
color:#00b3fe;
}




/*client strip section treatments*/


.grayscale img {
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%);
	opacity:0.6;
	transition: all 0.5s ease-in-out 0.2s;
	
	}

.grayscale img:hover {
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
	opacity:1;
	cursor:pointer;
}
	
	
/*work page circle element */
#circle {
    background:#d96b5f;
    width: 200px;
    height: 200px;
    border-radius: 50%;
	font-size:21px;
	font-weight:500;
    color:white;
	text-align:center;
	cursor:pointer;
	transition: all 0.5s ease-in-out 0.2s;

		-ms-transform: rotate(15deg); /* IE 9 */
    -webkit-transform: rotate(15deg); /* Chrome, Safari, Opera */
    transform: rotate(15deg);

}
.innerTEXT{
    position:absolute;
    top:50px;
    left:20px;
	right:20px;
}

#circle:hover {
		-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
	
	
}



/*	################################################################
	RESPONSIVE-MOBILE VIEW ADJUSTMENTS
################################################################# */

@media (max-width: 768px) {

#blue {
margin-bottom: 0;	
}

.mt {
margin-top:40px;
}
		
#twrap, #ldwrap {
padding-top: 40px;
padding-bottom:40px;
background-position: center top !important ;
background-attachment: scroll !important ;
min-height:300px;

}

#twrap h1, #ldwrap h1  {
	font-size:40px;
	line-height:1.1;
	padding-bottom:10px;
	
}
#twrap h1 span {
	display:block;
}

#twrap h3 {
	font-size:21px;
	
}

.sub-titler-hide {
margin-left:-90px;

}


.work-overview-col p {
font-size:14px;
line-height:1.5;
}

.work-overview-col h4 {
font-size: 18px;
}

.mob-spacer {
visibility:visible;
height:30px;
display:block;}


.featured-work h2  {
	width:90%;
	margin-left:5%;
  }




.mob-portfolio-img-area img {
text-align: centered;
	opacity:1;

}



#insta-wrap {
	padding-top: 20px;
	margin-bottom: 30px;
}


.insta-img img {
width:100%;
height:auto;
margin:0;

}

.insta-img {
margin-bottom:10px;	
}


/*thumbnail fix*/
.portfolio-tn-title {
	bottom: -1px;
}
.he-wrap {
		border-bottom-width:2px !important;
}

.mob-view-modal-content img {
margin-top:50px;
}

.portfolio-mobile-view {
font-size:12px;
	}
	

	 
}
/*END 678px media query*/
@media (max-width: 800px) {
	
.dribbble-view {
visibility:hidden;
height:10px;	
}
.dribbble-view .spacing {
visibility:hidden;	
}


}