
body {
	font-family: helvetica, arial, sans-serif;
	font-size: 14px;
	font-style: normal;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	color:#666;
}
h3{
	color:#666;
}
.fade {
	background-color:#fff;
   opacity: .5;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
 }
.fade:hover{
	opacity:1;
	background-color:#fff;
}

a {
	color: #000000;
	text-decoration: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border:none;
}

#jp_studio_banner {

	float:right;
}

#jp_studio_banner h1{
	width:75px;
	height:68px;

}
#landing-page{
	background-color:#333;
	margin:0;
	padding-top:60px;
}

.lp-img{
	width:593px;
	height:936px;
	margin: 0px auto;
}

#homepage_links {
	color:#000;
	float:right;
	width:550px;
	height:50px;
	background-color:#fff;
	opacity:0.6;
	filter:alpha(opacity=60);
	position:fixed;
	z-index:1300;
	margin-left:100px;
	border-radius: 5px;
	padding:8px;
	text-shadow: 1px 1px #ccc;
}


#header{
	position:fixed;
	z-index:1000;
}
#homepage_links ul li{
	display:inline;
	margin-left:40px;
	list-style-type:none;
	font-size:18px;	
	text-transform:uppercase;
}
#homepage_links ul{
	float:right;
}
#homepage_links ul li a{
	color:#666;
}
#homepage_links ul li a:hover {
	color:#000;
}

#home-page #homepage_links ul li a{
	color:#32CD99;

}

#home-page #homepage_links ul li a:hover{
	color:#7F00FF;

}
#home-page #homepage_links{
		background-color:transparent;
	text-shadow: 1px 1px orange;

}

#gallery-page  #right_box{
	position:relative;
	left:-200px;
	width:800px;

}
#home-page{

}
#home-page #wrap{
	background-color:transparent;

}
#right_box{
	width: 450px;
	padding-left: 15px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 180px;
	margin-top: 75px;
	background-repeat: repeat;
	min-height:600px;
	position:relative;
	z-index:1200;

}

#right_box p{
		line-height:20px;
		padding: 10px;
}
#right_box ul {
	list-style-type: none;
}

#right_box h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:400;
	text-transform:uppercase;
	color: #666;
	text-shadow: 1px 1px #ccc;
}
#right_box h4 em{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999;
}
#gallery-page #right_box ul li{
	padding:.5em;


}
#gallery-page #right_box ul li:hover{
	background:#efefef;
	border-radius:5px;
 /* Firefox */
    -moz-transition: all .4s ease-in;
    /* WebKit */
    -webkit-transition: all .4s ease-in;
    /* Opera */
    -o-transition: all .4s ease-in;
    /* Standard */
    transition: all .4s ease-in;

}
#wrap {
	padding-top: 10px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	width: 800px;

	margin-right: auto;
	margin-left: auto;
}
#footer ul li a {
	font-weight: bold;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	list-style-type: none;
}
#footer ul {
	text-align: center;
}
#footer {
	font-size: 11px;
	margin-top: 200px;
	clear:both;
}
#footer ul span {
}

address{
	display: inline;
	font-style: normal;	
	}
.gallery-grid img{
	width:75px;
	height:75px;}

.gallery-grid td{
	padding:10px;

}

.gallery-grid{
	margin-top:60px;

}	

#upper-background{
	width:100%;
	height:150px;
	background:#fff;
	opacity:.7;
	margin:0;
	position:relative;
	float:left;
	top:-30px;
}

.arrow{
	font-size:14px;
	text-shadow: 1px 1px #efefef;
	display:block;
	float:right;
}
.arrow a:link {
	color:#ccc;

}

.review-link a{
	text-decoration:underline;
	color:#3299CC;
	font-weight:bold;
}
.review-link{
	margin-top:15px;
}

/*///////homepage css slider////////*/


ul.cb-slideshow {
    list-style-type: none;
}

.cb-slideshow,
.cb-slideshow:after { 
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0; 
}
.cb-slideshow:after { 
    content: '';
    background: transparent; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 48s linear infinite 0s;
    -moz-animation: imageAnimation 48s linear infinite 0s;
    -o-animation: imageAnimation 48s linear infinite 0s;
    -ms-animation: imageAnimation 48s linear infinite 0s;
    animation: imageAnimation 48s linear infinite 0s; 
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(images/1.JPG) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(images/2.JPG);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(images/3.JPG);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(images/4.JPG);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(images/5.JPG);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(images/6.JPG);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(7) span { 
    background-image: url(images/7.JPG);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s; 
}
.cb-slideshow li:nth-child(8) span { 
    background-image: url(images/8.JPG);
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s; 
}

.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(7) div { 
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s; 
}
.cb-slideshow li:nth-child(8) div { 
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s; 
}

/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}

/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 

}
@media screen and (max-width: 600px) { 
}