/* CSS Document */

body, p, h1, h2, h3, h4, form, img, ul, li{
	border:0;
	margin:0;
	padding:0;
	font-size:inherit;
	font-family: 'Open Sans', sans-serif;
}
p a{
	color: #F15F43;
	text-decoration:underline;
}
p a:hover{
	color:#000;
	text-decoration:underline;
}
#header{
	background-color:#424955;
	height:99px;
	opacity:1;
	transition: all 0.8s ease-in-out;
	position:absolute;
	width:100%;
	z-index:180;
}

#header.scrolled{
	opacity:1;
	position:fixed;
	background-color:#000;
	height:60px;
	transition: all 0.8s ease-in-out;
	z-index:180;
}
nav#logo{
	width:195px;
	height:107px;
	padding:20px;
	margin-left:40px;
	background-color:#424955; 
	position:absolute;
	transition: all 0.8s ease-in-out;
	z-index:200;
}
nav#logo img{
	width:195px;
	height:107px;
	transition: all 0.8s ease-in-out;
}
nav#logo.scrolled {
  width:80px;
	height:44px;
	opacity: 1;
	position: fixed;
	transition: all 0.8s ease-in-out;
	background-color:#000;
	margin-left:105px;
}
nav#logo.scrolled img{
	width:80px;
	height:44px;
	transition: all 0.8s ease-in-out;
}
nav#menu{
	margin-right:70px;
	float:right !important;
	transition: all 0.8s ease-in-out;
	z-index:200;
	position:absolute;
	right:40px;
	padding:35px 20px 20px 20px;
}
nav#menu.scrolled{
  position: fixed;
	transition: all 0.8s ease-in-out;
	padding:20px;
	margin-top:0px;
}
nav#menu ul{
	transition: all 0.5s ease-in-out;
}
.page1top{
	background-color:#323841;
	height:492px;
	padding-top:180px;
}
.straplines{
	text-align:center;
}
.strap1{
	font-family: 'Open Sans', sans-serif;
	font-size:44px;
	color:#f15f43;
	text-transform:uppercase;
}
.strap2{
	font-family: 'Open Sans', sans-serif;
	font-size:28px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
}
.computer{
	margin-top:20px;
	text-align:center;
}
.page1content{
	width:80%;
	text-align:center;
	margin:180px auto 30px;
}

.clear{
	clear:both;
}
h1{
	color:#f15f43;
	font-size:77px;
	/*text-transform:uppercase;*/
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
}
h2{
	font-family: 'Open Sans', sans-serif;
	font-size:32px;
	color:#323841;
	text-transform:uppercase;
	font-weight:400;
	margin-bottom:40px;
}
h3{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#323841;
	font-weight:400;
	margin-bottom:40px;
}
.strong{
	font-weight:bold;
}
p, li{
	font-size:smaller;
}
.footer{
	height:55px;
	background-color:#000;
	position:fixed;
	bottom:0;
	width:100%;
	color:#fff;
	text-align:center;
	padding-top:5px;
	text-transform:uppercase;
	font-size:20px;
	z-index:500;
	border-top:1px solid #999;
	
}
.footer a{
	color:#fff;
	text-decoration:none;
	border-bottom:2px solid #000;
	transition: all 0.8s ease-in-out;
}
.footer a:hover{
	border-bottom:2px solid #fff;
	transition: all 0.8s ease-in-out;
}


/* Page 2 About Us */
#header2{
	background-color:#424955;
	height:99px;
	opacity:1;
	transition: all 0.8s ease-in-out;
	width:100%;
	z-index:1;
	position:absolute;
}
.page2{
	
	background-image:url(images/aboutusbackground2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	padding-bottom:60px;
}
.page2content{
	width:80%;
	text-align:center;
	margin:0px auto 0px;
	padding: 120px 0 60px;
}
.aboutusboxesouter{
	background-color:#323841;
	width:100%;
}
.page2content h2, .page2content h3, .page2content p, .page2content li{
	font-family:'Open Sans', sans-serif;
	color:#FFF;
}
.aboutusboxes{
	width:770px;
	margin:0px auto 60px;
	padding-top:20px;
}
.aboutusbox{
	width:225px;
	background-color:#FFF;
	-webkit-box-shadow: 0px 0px 40px -10px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 40px -10px rgba(255,255,255,1);
	box-shadow: 0px 0px 40px -10px rgba(255,255,255,1);
	padding:10px;
	float:left;
	margin-right:10px;
	font-size:16px;
	margin-bottom:10px;
	height:330px;
	background-color:rgba(66, 73, 85, 0.7);
}
.aboutusbox:last-child{
	margin-right:0;
}
.aboutusbox .copy{
	margin-top:10px;
}
.aboutusbox img{
	border:1px solid #323841;
}

.aboutusbox h1{
	font-size:30px;
	line-height:40px;
}
.aboutusbox p{
	color:#fff;
	text-transform:none;
	margin:auto;
}
.ch-grid {
	/*margin: 20px 0 0 0;*/
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 223px;
	height: 166px;
	display: inline-block;
	/*margin: 20px;*/
}
ul.ch-grid, ul.ch-grid li{
	list-style:none;
}
.ch-img-1 { 
	background-image: url(images/JABB_dckg.jpg);
	z-index:12;
}
.ch-img-2 { 
	background-image: url(images/JABB_brochure.jpg);
	z-index:13;
}
.ch-img-3 { 
	background-image: url(images/JABB_logo.jpg);
	z-index:14;
}
.ch-img-4 { 
	background-image: url(images/walnuttree.png);
	z-index:15;
}
.ch-img-5 { 
	background-image: url(images/JABB_aboard.jpg);
	z-index:16;
}
.ch-img-6 { 
	background-image: url(images/JABB_signage.jpg);
	z-index:17;
}

.ch-item {
	width: 100%;
	height: 100%;
	/*border-radius: 50%;*/
	position: relative;
	cursor: default;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.ch-thumb {
	width: 100%;
	height: 100%;
	/*border-radius: 50%;*/
	overflow: hidden;
	position: absolute;
	/*box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5);*/
	
	-webkit-transform-origin: 5% 5%;
	-moz-transform-origin: 5% 5%;
	-o-transform-origin: 5% 5%;
	-ms-transform-origin: 5% 5%;
	transform-origin: 5% 5%;
	
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ch-thumb:after {
	content: '';
	width: 8px;
	height: 8px;
	position: absolute;
	border-radius: 50%;
	top: 5%;
	left: 5%;
	margin: -4px 0 0 -4px;
	background: rgb(14,14,14);
	background: -moz-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%, rgba(125,126,125,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(14,14,14,1)), color-stop(100%,rgba(125,126,125,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	background: radial-gradient(ellipse at center, rgba(14,14,14,1) 0%,rgba(125,126,125,1) 100%);
	/*box-shadow: 0 0 1px rgba(255,255,255,0.9);*/
}


.ch-info {
	position: absolute;
	width: 100%;
	height: 100%;
	/*border-radius: 50%;*/
	overflow: hidden;
	background: #c9512e url(images/noise.png);
	box-shadow: inset 0 0 0 5px rgba(0,0,0,0.05);
}

.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 60px;
	padding: 22px 0 0 0;
	height: 65px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #333;
	width: 80px;
	height: 80px;
	background: rgba(255,255,255,0.3);
	/*border-radius: 50%;*/
	color: #fff;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 24px;
	margin: 7px auto 0;
	font-family: 'Open Sans', Arial, sans-serif;
	opacity: 0;
	
	-webkit-transition: 
		-webkit-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	-moz-transition: 
		-moz-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	-o-transition: 
		-o-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	-ms-transition: 
		-ms-transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
	transition: 
		transform 0.3s ease-in-out 0.2s,
		opacity 0.3s ease-in-out 0.2s,
		background 0.2s linear 0s;
		
	-webkit-transform: translateX(60px) rotate(90deg);
	-moz-transform: translateX(60px) rotate(90deg);
	-o-transform: translateX(60px) rotate(90deg);
	-ms-transform: translateX(60px) rotate(90deg);
	transform: translateX(60px) rotate(90deg);
		
	-webkit-backface-visibility: hidden;
}

.ch-info p a:hover {
	background: rgba(255,255,255,0.5);
}
.ch-item:hover .ch-thumb {
	/*box-shadow: inset 0 0 0 15px rgba(255,255,255, 0.5), 0 1px 3px rgba(0,0,0,0.2);*/
	-webkit-transform: rotate(95deg);
	-moz-transform: rotate(95deg);
	-o-transform: rotate(95deg);
	-ms-transform: rotate(95deg);
	transform: rotate(95deg);
}
.ch-item:hover .ch-info p a{
	opacity: 1;
	-webkit-transform: translateX(0px) rotate(0deg);
	-moz-transform: translateX(0px) rotate(0deg);
	-o-transform: translateX(0px) rotate(0deg);
	-ms-transform: translateX(0px) rotate(0deg);
	transform: translateX(0px) rotate(0deg);
}


/* Page 3 Web Design*/
.page3copy{
	
	background-image:url(images/webdesignbackground.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	
}
.page3content{
	width:80%;
	text-align:center;
	margin:0px auto 0px;
	padding: 120px 0 0px;
}
.web{
	padding: 160px 0 0px;
}
.page3content2{
	padding: 0px 0 0px;
}
.aboutusboxesouter{
	background-color:#323841;
	width:100%;
}
.page3content h1, .page3content h2{
	color:#F15F43;
}
.web h1{
	font-size:66px;
}
.page3content h2{
	margin:20px 0;
}
.page3content h3, .page3content p, .page3content li{
	color:#000;
}
.aboutusboxes3{
	width:770px;
	margin:0px auto 60px;
	padding-top:20px;
	padding-bottom:40px;
}
.aboutusbox3{
	width:345px;
	-webkit-box-shadow: 0px 0px 40px -10px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 40px -10px rgba(255,255,255,1);
	box-shadow: 0px 0px 40px -10px rgba(255,255,255,1);
	padding:10px;
	float:left;
	margin-right:10px;
	font-size:16px;
	margin-bottom:10px;
	height:400px;
	/*background-color:rgba(66, 73, 85, 0.7);*/
}
.aboutusbox3:last-child{
	margin-right:0;
}
.aboutusbox3 .copy{
	margin-top:10px;
}
.aboutusbox3 img{
	border:1px solid #323841;
}

.aboutusbox3 h1{
	font-size:30px;
	line-height:40px;
}
.aboutusbox3 p{
	color:#424955;
	text-transform:none;
	margin:auto;
}
.ch-grid3 {
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid3:after,
.ch-item3:before {
	content: '';
    display: table;
}

.ch-grid3:after {
	clear: both;
}

.ch-grid3 li {
	width: 345px;
	height: 180px;
	display: inline-block;
	/*margin: 20px;*/
}

.ch-item3 {
	width: 100%;
	height: 100%;
	/*border-radius: 50%;*/
	position: relative;
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.1);*/
	cursor: default;
}

.ch-info-wrap3, 
.ch-info3{
	position: absolute;
	width: 345px;
	height: 180px;
	/*border-radius: 50%;*/
}

.ch-info-wrap3 {
	/*top: 20px;
	left: 20px;*/
	background: #f9f9f9 url(images/bg.jpg);
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

.ch-info3 > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	/*border-radius: 50%;*/
	background-position: center center;
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info3 .ch-info-front3 {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info3 .ch-info-back3 {
	opacity: 0;
	background: #424955;
	pointer-events: none;
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1-3 { 
	background-image: url(images/wd_cms.jpg);
}

.ch-img-2-3 { 
	background-image: url(images/wd_w3c.jpg);
}

.ch-img-3-3 { 
	background-image: url(images/wd_css3.jpg);
}
.ch-img-4-3 { 
	background-image: url(images/wd_seo.jpg);
}
.ch-img-5-3 { 
	background-image: url(images/wd_adwords.jpg);
}
.ch-img-6-3 { 
	background-image: url(images/wd_mobile.jpg);
}
.ch-img-7-3 { 
	background-image: url(images/wd_skiphire.jpg);
}
.ch-img-8-3 { 
	background-image: url(images/wd_htmlemail.jpg);
}

.ch-info3 h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 80px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info3 p {
	color: #fff !important;
	padding: 10px 5px 0;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info3 p a {
	display: block;
	color: #e7615e;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info3 p a:hover {
	color: #fff;
}

.ch-item3:hover .ch-info-front3 {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
} 

.ch-item3:hover .ch-info-back3 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}

/* Page 4 Graphic Design */
.page4copy{
	
	background-image:url(images/gd_background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-size:cover;
	
}
.page4content{
	width:80%;
	text-align:center;
	margin:0px auto 0px;
	padding: 120px 0 0px;
}
.page4content2{
	padding: 0px 0 0px;
}
.aboutusboxesouter{
	background-color:#323841;
	width:100%;
}
.page4content h1, .page4content h2{
	color:#F15F43;
}
.page4content h2{
	margin:20px 0;
}
.page4content h3,  ch-info-back3 p, .page4content li{
	color:#fff;
}
.page4content p{
	color:#000;
}
.ch-img-1-4 { 
	background-image: url(images/gd_adver.jpg);
}

.ch-img-2-4 { 
	background-image: url(images/gd_brochure.jpg);
}

.ch-img-3-4 { 
	background-image: url(images/gd_promotionals.jpg);
}
.ch-img-4-4 { 
	background-image: url(images/gd_corporateid.jpg);
}
.ch-img-5-4 { 
	background-image: url(images/gd_signage.jpg);
}
.ch-img-6-4 { 
	background-image: url(images/gd_stationery.jpg);
}
.ch-img-7-4 { 
	background-image: url(images/gd_vanlivery.jpg);
}
.ch-img-8-4 { 
	background-image: url(images/gd_flyers.jpg);
}

/* Page 5 Portfolio */
.page5copy{
	
	background-color:#323841;
	padding-bottom:30px;
}
.aboutusboxes5{
	width:660px;
	margin:0px auto 60px;
	padding-top:20px;
	padding-bottom:40px;
}
.testimonials{
	width:660px;
	margin:0px auto 60px;
	padding-top:20px;
	padding-bottom:40px;
}
.aboutusbox5{
	width:300px;
	-webkit-box-shadow: 0px 0px 40px -10px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 40px -10px rgba(255,255,255,1);
	box-shadow: 0px 0px 40px -10px rgba(255,255,255,1);
	padding:10px;
	float:left;
	margin-right:10px;
	font-size:16px;
	margin-bottom:10px;
	/*background-color:rgba(66, 73, 85, 0.7);*/
}
.aboutusbox5:last-child{
	margin-right:0;
}
.aboutusbox5 .copy{
	margin-top:10px;
}
.aboutusbox5 img{
	border:1px solid #323841;
}

.aboutusbox5 h1{
	font-size:30px;
	line-height:40px;
}
.aboutusbox5 p{
	color:#424955;
	text-transform:none;
	margin:auto;
}
.ch-grid5 {
	margin: 0px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid5:after,
.ch-item5:before {
	content: '';
    display: table;
}

.ch-grid5:after {
	clear: both;
}

.ch-grid5 li {
	width: 300px;
	height: 150px;
	display: inline-block;
	/*margin: 20px;*/
}

.ch-item5 {
	width: 100%;
	height: 100%;
	/*border-radius: 50%;*/
	position: relative;
	/*box-shadow: 0 1px 2px rgba(0,0,0,0.1);*/
	cursor: default;
}

.ch-info-wrap5, 
.ch-info5{
	position: absolute;
	width: 300px;
	height: 150px;
	/*border-radius: 50%;*/
}

.ch-info-wrap5 {
	/*top: 20px;
	left: 20px;*/
	/*background: #f9f9f9 url(images/bg.jpg);
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);*/

}

.ch-info5 > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	/*border-radius: 50%;*/
	background-position: center center;
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info3 .ch-info-front5 {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
}

.ch-info5 .ch-info-back5 {
	opacity: 0;
	background: #424955;
	pointer-events: none;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	
	-webkit-transition: all 0.3s ease-in-out 0.3s;
	-moz-transition: all 0.3s ease-in-out 0.3s;
	-o-transition: all 0.3s ease-in-out 0.3s;
	-ms-transition: all 0.3s ease-in-out 0.3s;
	transition: all 0.3s ease-in-out 0.3s;
}
.ch-img-13-5 { 
	background-image: url(images/pf_baronsauctions.jpg);
}
.ch-img-14-5 { 
	background-image: url(images/pf_pentagon.jpg);
}
.ch-img-15-5 { 
	background-image: url(images/pf_furryfriendsvets.jpg);
}
.ch-img-1-5 { 
	background-image: url(images/pf_affordablelofts.jpg);
}
.ch-img-2-5 { 
	background-image: url(images/pf_collards.jpg);
}
.ch-img-3-5 { 
	background-image: url(images/pf_abbey.jpg);
}
.ch-img-4-5 { 
	background-image: url(images/pf_familyfriendsvets.jpg);
}
.ch-img-5-5 { 
	background-image: url(images/pf_gemtec.jpg);
}
.ch-img-6-5 { 
	background-image: url(images/pf_moombaboats.jpg);
}
.ch-img-7-5 { 
	background-image: url(images/pf_northcroft.jpg);
}
.ch-img-8-5 { 
	background-image: url(images/pf_palmerarms.jpg);
}
.ch-img-9-5 { 
	background-image: url(images/pf_propertycare.jpg);
}
.ch-img-10-5 { 
	background-image: url(images/pf_sebastians.jpg);
}
.ch-img-11-5 { 
	background-image: url(images/pf_sheehans.jpg);
}
.ch-img-12-5 { 
	background-image: url(images/pf_vertec.jpg);
}
.ch-info5 h3{
	margin-top:30px;
}
.ch-info5 h3 a {
	color: #EF5E42;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin:  30px 15px 15px;
	padding: 60px 0 0 0;
	height: 60px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-decoration:none;
	border-bottom:1px solid #424955;
	transition:0.2s all ease-in-out;
	font-weight:bold;
	/*text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);*/
}
.ch-info5 h3 a:hover{
	border-bottom:1px solid #EF5E42;
	transition:0.2s all ease-in-out;
}

.ch-info5 p {
	color: #fff;
	padding: 10px 5px 0;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info5 p a {
	display: block;
	color: #e7615e;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info5 p a:hover {
	color: #fff;
}

.ch-item5:hover .ch-info-front5 {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	transition:0.7s all ease;
} 
.ch-item5 .ch-info-front5 {

	transition:0.7s all ease-in-out;
} 

.ch-item5:hover .ch-info-back5 {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.9;
	pointer-events: auto;
}
/* page 6 contact us */
.address1{
	width:250px;
	float:left;
	text-align:center;
}
.address2{
	width:250px;
	margin-bottom:40px;
	text-align:center;
  margin: 0 auto 40px auto;
}
fieldset{
	border:0;
	margin:0;
	width:600px;
	margin:0 auto;
	text-align:left;
	height:600px;
}
.input{
	clear:both;
}
.input input[type="text"], .input textarea, .input input[type="email"]{
	float:right;
	font-family: 'Open Sans', Arial, sans-serif;
	clear:both;
	margin-bottom:10px;
	width:240px;
	background-image:url(images/form_bg.jpg);
	border:1px solid #424955;
	padding:5px;
	margin-right:100px;
}
.input textarea{
	height:100px;
}
.input label{
	margin-top:5px;
	margin-left:50px;
}
button{
	float:right;
	width:252px;
	margin-right:100px;
	padding:5px;
	background-color:#424955;
	color:#FFF;
	font-family: 'Open Sans', Arial, sans-serif;
	border:0;
	transition:all 0.4s ease-in-out;
	border:1px solid #424955;
}
button:hover{
	background-color:#FFF;
	color:#424955;
	transition:all 0.4s ease-in-out;
	border:1px solid #424955;
}
.success{
	text-align:center;
	margin-bottom:20px;
	font-weight:bold;
}
.red{
	color:#F00;
}
.portfoliolinks{
	margin-top:10px;
	color:#F15F43;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
}
.portfoliolinks:hover{
	text-decoration:underline;
}
.testimonial {
    margin: 0;
    background: #323841;
    padding: 10px 50px;
    position: relative;
    font-family: Georgia, serif;
    color: #fff;
    border-radius: 10px;
    font-style: normal;
    /*text-shadow: 0 1px 0 #ECFBFF;*/
    background-image: linear-gradient(#5b6575, #323841);
}

.testimonial:before, .testimonial:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #999;
    font-style: normal;
}

.testimonial:before {
    top: 0;
    left: 10px;
}
.testimonial:after {
    content: "\201D";
    right: 10px;
    bottom: -0.5em;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #323841;
    margin: 0 0 0 25px;
}
.testimonial-author {
    margin: 0 0 30px 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999;
    text-align:left;
		font-size:larger;
}
.testimonial-author span {
    font-size: 12px;
    color: #666;
}