
/* @font-face kit by Fonts2u (http://www.fonts2u.com) */ @font-face {font-family:"Goudy Stout";src:url("GOUDYSTO.eot?") format("eot"),url("GOUDYSTO.woff") format("woff"),url("GOUDYSTO.ttf") format("truetype"),url("GOUDYSTO.svg#GoudyStout") format("svg");font-weight:normal;font-style:normal;}


/* --------------------------------------
   Layout
   -------------------------------------- */
body {
	background-color: #00171f;
}

#headerBG {
	width: 100%;
	height: 100px;
	background: url(../../images/headerBG.jpg) center top;
}

#logoWrapper {
	width: 650px;
	margin-left: 20px;
	/**padding-top: 33px;*/
}

#logoWrapper .patrick a{
	width: 62px;
	display: block;
	height: 95px;
	background: url(../../images/PJ_headNew.png) center top no-repeat;
	margin-top: 4px;
}

#logoWrapper .patrick a:hover {
	width: 62px;
	height: 95px;
	background: url(../../images/PJ_headNew.png) center bottom no-repeat;
	margin-top: 4px;
}

#logoWrapper .patrickText {
	width: 580px;
	height: 100px;
	background: url(../../images/patrickJohnsTextNew.png) center 40px no-repeat;
}


#logoWrapper .patrickSubtext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	padding-top: 80px;
	font-style: italic;
	letter-spacing: .07em;
	color: #fff;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.95);
	-webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.95) ; 
	-moz-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.95) ; 
}

#logo {
	width: 238px;
	margin: 0 auto;
}

#logo .padding {
	padding-top: 20px;
}

#logo2 {
	width: 238px;
	margin: 0 auto;
}

#logo2 .padding {
	padding-top: 33px;
}

#homeMain {
	background: #fff;
	padding: 30px;
	
	
}

#containerBG {
	width: 100%;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 50px;
}

#containerBGhome {
	width: 100%;
	background: #fff;
	padding-top: 00px;
	padding-bottom: 20px;
}

#main {
	background: #fff;
	padding: 10px 30px 30px;
	
	
}

#homepageRight.col-sm-6 {
	padding-left: 40px;
}

#homepageRight h1 {
	padding-bottom: 0px;
}

#features {
	text-align: left;
	padding-top: 10px;
}

#features h1 {
	font-size: 24px;
	margin-top: 10px;
}

hr {
	border-color: #aaaaaa;
}

.horizontalRuler hr {
	border-color: #aaaaaa;
	border-width: 2px 0 0;
}


#inputMessage {
	margin-bottom: 15px;
}

h1 {
	color: #007ea7;
	padding-bottom: 20px;
}

h2 {
	font-size: 28px;
}

h6 {
	color: #99cbdc;
	display: inline;
}

.portfolioWrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.portfolioWrapper p {
	padding-bottom: 15px;
}

.portfolioWrapper img {
	margin: 0 auto;
	display: block;
}

.portfolioItem {
	display: inline-block;
	width: 200px;
	vertical-align: top;
	margin-right: 30px;
}

.portfolioItemBG {
	background: #000;
}

.portfolioItem img {
	margin: 0 0 10px 0;
	border: 1px solid #000;
	opacity: .8;
}

.portfolioItem a:hover img {
	opacity: 1;
}


.portfolioWrapper h3 {
	text-align: center;
	padding-bottom: 10px;
	color: #0b242f;
	font-style: italic;
	font-size: 16px;
}

a {
	color: #225325;
}

a:hover {
	color: #132c14;
	text-decoration: none;
}

footer {
	background: #00171f;
	color: #eee;
	font-size: 11px;
	padding: 20px 10px;
	border-top: 1px solid #000;
}

footer a {
	color: #99cbdc;
}

footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

.instagram {
	padding-left: 20px;
	display: inline;
}

/* --------------------------------------
   Typography
   -------------------------------------- */
body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}

.well .page-header {
	margin-top: 0;
}

.well .page-header h1 {
	margin-top: 0;
}

ul.unstyled {
	list-style: none;
	padding: 0;
}

h1, h2, h3 {
	font-family: Tahoma, Geneva, sans-serif;
}

/* --------------------------------------
   Navbar
   -------------------------------------- */
   #searchInput {
	   width: 200px;
   }
   
   .navbar {
	background: #00171f;
	height: 40px;
	border-top: 1px solid #007ea7;
	border-bottom: 1px solid #00171f;
	width: 100%;
	text-align: center;
	border-radius: 0px;
	margin-bottom: 0px;
   }
   
   .navbar-brand {
	   padding: 10px 10px 10px 0;
	   max-width: 240px;
	   
   }
   
   .navbar-brand img:hover {
	opacity: .7;
   }
   
   .navbar-toggle {
	
	border: 1px solid #00171f;
	top: 20px;
	background: #99cbdc;
	z-index: 1000;
   }
   
   .navbar-toggle .icon-bar {
	background-color: #00171f;
   }
   
   .navbar-nav li {
	text-transform: uppercase;
	letter-spacing: .1em;
   }
   
   .navbar-nav > li > a {
	color: #99cbdc;
   }
   
   .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
	background: none;
	color: #fff;
   }
   
   .navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
    color: #fff;
   }
   
   .nav:before, .nav:after {
	clear: both;
   }
   
   .nav>li>a {
	padding: 14px 25px;
   }
   
    #mobileHeaderDecoration {
	background: #00171f;
	height: 0px;
	border-top: 1px solid #007ea7;
	border-bottom: 1px solid #00171f;
	width: 100%;
	text-align: center;
	border-radius: 0px;
	margin-bottom: 0px;
   }
  
/* --------------------------------------
   Carousel
   -------------------------------------- */

#carouselHome {
	border: 1px solid #000;
}

#carouselHome img {
	width: 100%;
}

.carousel-caption {
	font-size: 24px;
	bottom: 40px;
}

.carousel-caption h4 {
	font-size: 32px;
}

#carouselHome .item {
	height: auto;	
}

#slide1 {
	background: url('../../images/PJslideshow01_large.jpg') top center no-repeat;
}

#slide2 {
	background: url('../../images/PJslideshow02_large.jpg') top center no-repeat;
}

#slide3 {
	background: url('../../images/PJslideshow03_large.jpg') top center no-repeat;
}

#video {
	padding-top: 56.25%;
	width: 100%;
}

.logos {
	display: inline-block;
}

.logos img {
	padding-right: 20px;
	width: 100px;
	height: auto;
	border: none;
}

/*#carouselHome .carousel-indicators li {
    border: none ;
    border-radius: 0px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    margin: 1px;
    text-indent: -999px;
    width: 30px;
    background: url('../../images/photoDot.png') top center no-repeat;
}

#carouselHome .carousel-indicators .active {
	background: url('../../images/photoDotSelect.png') top center no-repeat;
}*/


/* --------------------------------------
   Global Styles
   -------------------------------------- */
.intro {
	padding-top: 20px;
	padding-bottom: 20px;
}

#features .col-4 {
	padding-left: 0px;
}

#features .col-8 {
	text-align: left;
	padding-right: 4px;
}

.btn-creativepj {
    background-color: #003459;
    border-color: #003459;
    color: #fff;
    font-size: 16px;
}

.btn-creativepj:hover {
	background-color: #007ea7;
	border-color: #007ea7;
	color: #fff;
	font-size: 16px;
}

#links img {
	padding: 5px;
}

#links img:hover {
	opacity: .7;
}

#linksillustrations img {
	padding: 5px;
	width: auto;
}

#linksillustrations img:hover {
	opacity: .7;
}

.portfolio-holder {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
}

.thumb {
    float: left;
    margin: 0 auto;
    overflow: hidden;
    width: 20%;
}
.thumb img {
    border: 0 none;
    display: block;
    margin: 5px auto;
    max-height: 100%;
    transition: all 250ms ease-in-out 0s;
    width: 95%;
}

.patrickForm {
	
}

.patrickForm input {
	width: 320px;
	height: 40px;
	margin-bottom: 16px;
}

.patrickForm textarea {
	width: 500px;
	height: 200px;
	margin-bottom: 16px;
}

.patrickForm label {
	font-weight: 700;
}

.patrickForm button  {
    background-color: #003459;
    border: none;
    color: #fff;
    font-size: 16px;
	padding: 8px 12px;
	border-radius: 4px;
}

.patrickForm button:hover {
	background-color: #007ea7;
	border: none;
	color: #fff;
	font-size: 16px;
	padding: 8px 12px;
	border-radius: 4px;
}

/* --------------------------------------
   Media Queries
   -------------------------------------- */

/* Portrait & landscape phone */
@media (max-width: 320px) {
	
	#logoWrapper {
		width: 282px!important;
		margin-left: 20px;
	}
	
	#logoWrapper .patrickText {
	width: 200px!important;
	background: url(../../images/patrickJohnsTextNew_smallest.png) center 40px no-repeat!important;
	height: 106px!important;
}

#logoWrapper .patrickText .patrickSubtext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding-top: 60px;
	font-style: italic;
	letter-spacing: .06em;
	color: #fff;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.95);
}

#links img {
	padding: 5px!important;
}
	


img.aboutImage {
	border: 1px solid #000;
	float: none;
	margin-left: 0px;
	margin-bottom: 10px;
}

h1 {
	padding-bottom: 10px;
}

.portfolioWrapper {
	width: 100%;
	text-align: left;
}

h2 {font-size: 16px;
	font-weight: 700;
}

.portfolioItem {
	display: block;
	width: 200px;
	margin: 0 auto 20px auto;
}

	#linksillustrations img {
	width: 100%;
}
	
	.patrickForm textarea, .patrickForm input {
		width: 100%;
	}
	

}

@media (min-width: 321px) and (max-width: 480px) {
	
	#logoWrapper {
	width: 320px!important;
	margin-left: 20px;
}

#logoWrapper .patrickText {
	width: 238px!important;
	background: url(../../images/patrickJohnsTextNew_small.png) center 20px no-repeat!important;
	height: 106px!important;
}

#logoWrapper .patrickText .patrickSubtext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding-top: 60px;
	font-style: italic;
	letter-spacing: .06em;
	color: #fff;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.95);
}


img.aboutImage {
	border: 1px solid #000;
	float: none;
	margin-left: 0px;
	margin-bottom: 10px;
}
	

h1 {
	padding-bottom: 10px;
}

h2 {font-size: 16px;
	font-weight: 700;
}

.portfolioWrapper {
	width: 100%;
	text-align: left;
}

.portfolioItem {
	display: block;
	width: 200px;
	margin: 0 auto 20px auto;
}
	
	#linksillustrations img {
	width: 100%!important;
}
	.patrickForm textarea, .patrickForm input {
		width: 100%;
	}
	
}

@media (max-width: 480px) {
	.col-8.calloutText {
		padding-left: 0px;
		padding-right: 8px;
	}
	
	.col-sm-12.pjCallouts  {
	padding-left: 0px;
	padding-right: 0px;
}

	h1 {
		font-size: 20px;
	}
	
	
	
	#artwork.col-sm-12 {
	padding-right: 0px;
	padding-left: 0px;
}

#links img {
	padding: 4px;
}
	

 .blueimp-gallery > .indicator {
        display: none!important;
    }
	

}

img.aboutImage {
	border: 1px solid #000;
	float: none;
	margin-left: 0px;
}



@media (min-width: 481px) {
	
	img.aboutImage {
	border: 1px solid #000;
	float: right;
	margin-left: 30px;
}

img.sketchImage {
	border: 1px solid #000;
	float: right;
	margin-left: 80px;
	max-width: 400px;
}
	

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	
	#carouselHome .item {
	height: auto;	
}

	#logoWrapper {
	width: 420px;
	margin-left: 10px;
	
}

#logoWrapper .patrick a {
	width: 67px;
	display: block;
	height: 106px;
	background: url(../../images/PJ_head_small.png) center top no-repeat;
}

#logoWrapper .patrick a:hover {
	width: 67px;
	height: 106px;
	background: url(../../images/PJ_head_small.png) center bottom no-repeat;
}

#logoWrapper .patrickText {
	width: 338px;
	background: url(../../images/patrickJohnsTextNew_medium.png) center 30px no-repeat;
	height: 106px;
}

#logoWrapper .patrickSubtext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	padding-top: 60px;
	font-style: italic;
	letter-spacing: .07em;
	color: #fff;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.95);
}
	
#headerBG {
	height: 110px;
	
}

.navbar {
		position: absolute;
		background: transparent;
		top: 0;
		border: none;
	}

	 #mobileNav {
	text-align: left;
	background: #333;
	z-index: 1030;
	position: relative;
   }
   
#containerBG {
	padding-top: 0px;
}
   
   #homeMain {
	background: #fff;
	padding: 20px;
	margin: 0px;
}
   
   #main {
	background: #fff;
	padding: 0px 20px 20px;
	margin: 0px;
}
	
#carouselHomeColumn {
	padding-left: 0px;
	padding-right: 0px;
}

#slide1 {
	background: url('../../images/carousel_small_01.jpg') top center no-repeat;
}

#slide2 {
	background: url('../../images/carousel_small_02.jpg') top center no-repeat;
}

#slide3 {
	background: url('../../images/carousel_small_03.jpg') top center no-repeat;
}

.carousel-caption {
	font-size: 16px;
}

.carousel-caption h4 {
	font-size: 22px;
}

.intro {
	padding-bottom: 0px;
}

.col-sm-12.pjCallouts  {
	padding-left: 0px;
}

#homepageRight.col-sm-6 {
	padding-left: 12px;
}

#features {
	padding-top: 0px;
}

#features .col-8 {
	padding-right: 0px;
}

.col-sm-12.horizontalRuler {
	padding-left: 0px;
	padding-right: 0px;
}

.portfolioWrapper {
	width: 100%;
	text-align: left;
}

}

/* small desktop */
@media (min-width: 768px) {
	.nav>li>a {
		padding: 14px 15px;
	}
	
	.navbar-nav>li>a {
		font-size: 14px;
	}
}

/* medium desktop */
@media (min-width: 1000px) {
	.nav>li>a {
		padding: 14px 25px;
	}
	
	.navbar-nav>li>a {
		font-size: 16px;
	}
}

/* Large desktop */
@media (min-width: 1200px) {
	
	
	#carouselHome .item {
	height: auto;	
}

#slide1 {
	background: url('../../images/PJslideshow01_large.jpg') top center no-repeat;
}

#slide2 {
	background: url('../../images/PJslideshow02_large.jpg') top center no-repeat;
}

#slide3 {
	background: url('../../images/PJslideshow03_large.jpg') top center no-repeat;
}

.animationFred,
.animationFilms,
.animationConquer {
	width: 800px;
}

.animationLife {
	width: 600px;
}




}

@media (max-width: 1199px) {
	#linksillustrations img {
	width: 100%!important;
}
}