/* @override 
	http://localhost:8888/townsend/projects/css/projects.css?m=1494445264
	http://localhost:8888/townsend/projects/css/projects.css?m=1496595326
	http://localhost:8888/townsend/news/css/news.css?m=1497610082
	http://localhost:8888/townsend/news/css/news.css?m=1497610332
	http://localhost:8888/townsend/news/css/news.css?m=1497625572
	http://localhost:8888/townsend/news/css/news.css?m=1497907056
	http://localhost:8888/townsend/news/css/news.css?m=1498659470
	http://localhost:8888/townsend/news/css/news.css?m=1498753132
	http://localhost:8888/ckrock/news/css/news.css?m=1498825256
	http://localhost:8888/ckrock/news/css/news.css?m=1512166278
	http://localhost:8888/ckrock/news/css/news.css?m=1512171264
	http://www.ckrock.com/news/css/news.css?m=1512306851
	http://localhost:8888/ckrock/news/css/news.css?m=1512307489
*/

/* JIn edit */

/*
div#title-sq {
	width: 300px;
	height: 174px;
	background-color: rgba(254,255,255,0.95);
	display: flex;
  align-items: center;
  justify-content: center;
	position: absolute;
	top: 50%;
	margin-top: -88px;
	margin-right: auto;
	margin-left: -150px;
	left: 50%;
}
*/

#photowrap #projectimg3 {
  width:100%;
}

.NewsPage .projectcontent {
border-bottom: 1px solid #ccc !important;
}



/* End of Jin edit*/


img {
max-width: 100%;	
}

#title-sq h1 {
	font-size: 16px;
	width: 160px;
	line-height: 24px;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 2px;
}

div#image-holder {
	position: relative;
	
}
.grid{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px; 
}
.grid image{
	float: left;
}
.odd.grid{
	/*padding-right: 15px;*/
}
.even.grid{
	/*padding-left: 15px;*/
}

.download_btn a {
	border: 1px solid #ccc;
	width: fit-content;
	padding: 12px;
	margin: 0 auto;
}

.download_btn a:hover {
    background: #f2f2f2;
    
}

.stars{
	height: 25px;
	background: url(../../themes/simple/images/stars.jpg) no-repeat left center;
}
div#stars1{
	width: 18px
}
div#stars2{
	width: 37px;
}
div#stars3{
	width: 55px;
}
div#stars4{
	width: 72px;
}
div#stars5{
	width: 90px;
}
.NewsPage div#tourdates{
	width: 100%;
	padding: 0;
}
div#tourdates{
	width: 55%;
	padding-right: 5%;
	float: left;
}

li.column-1 {
	display: block;
	clear: both;
	float: left;
	width: 45%;
	padding-right: 5%;
}

.projectcontent {
	overflow: auto;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(161,162,169,0.5);
	width: 88%;
	margin: 0 auto 60px;
}
.projectcontent.first {
    border-bottom: none;
}
.projectcontent.last{
margin-bottom: 0px;
padding-bottom: 20px;
}
.projectcontent.first{
    margin-top: 40px;
    margin-bottom: 10px;
	padding-bottom: 0;
}

#clm1 div.projectinfo span.datetitle {
	width: 100%;
	display: block;
	text-transform: uppercase;
	font-family: 'Montserrat',GothamBlack, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:600;
	color: #bfc0c3;
	margin-bottom: 25px;
}

.typography .TEST {
border: 1px #a1a2a9 solid;
padding: 7px 20px;
	font-size: 13px;
	display:inline-block;
	margin-top:12px;
}

.typography h2 {
        display: inline-block;
    margin-left: 20px;
}

#projecttext p {
	max-width: 600px;
	margin-top: 10px;
}


/* PROJECT PHOTOS */


.NewsPage .projectimg {
	//float: left;
	margin-bottom: 25px;
}
.NewsPage .projectimg img{
	width: 100%;
	border: none;
}


.NewsPage .s_img {
	width: 47.5%;
}
.NewsPage #profile1 {
	margin-right: 5%;
}
.NewsPage #profile2 {
}
.NewsPage #profile5 ,.NewsPage #profile7,.NewsPage #profile10 {
	margin-left: 4.5%;
	margin-right: 4.5%;
}
Div#extrainfo h1{
	color: white;
}
Div#extrainfo {
	float: left;
	padding: 4%;
	margin-bottom: 50px;
	 background: #E00034; /* Old browsers */
	background: linear-gradient(90deg, #E00034, #FA198B, #A42CD6);
	background-size: 200% 200%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E00034', endColorstr='#A42CD6',GradientType=1 );
	color: white;
	margin-top: 30px;
}

#reviewwrap ul li {
	margin-bottom: 20px;
}

h1.project {
max-width: 350px;	
}

div#video_holder {
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 30px;
	margin-top: 30px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div#showimg_holder {
	margin-bottom: 40px;
}


/* BREAKPOINT 890px */

/* when changing the breakpoint below, change it ito the same value in the script.js file as well */
@media only screen and (max-width: 890px) {

.NewsPage .s_img {
	width: 100%;
	margin-right: 0;
	margin-left: 0;
}
	
	}
	
	
/* BREAKPOINT 680px */

/* when changing the breakpoint below, change it ito the same value in the script.js file as well */
@media only screen and (max-width: 680px) {

div#clm1 {
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 30px;
}

div.projectinfo {
	padding-right: 20px;
	padding-left: 20px;
}

.grid{
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding: 0 !important;
}
li.column-1,li.column-0 {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	padding-right: 0%;
}

	.NewsPage div#showimg_holder {
	width: 100%;
	margin-left: 0%;
	float: left;
}

div#photowrap.animatedParent {
}
.NewsPage #extrainfo div#projecttext {
 -webkit-columns: 1; /* Chrome, Safari, Opera */
    -moz-columns: 1; /* Firefox */
    columns: 1;
-webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
    column-gap: 60px;
    }
	}
.projectcontent.last span.divide {
    display: none;
}
/*
.projectcontent.last #projecttext {
    margin-bottom: 80px;
}
*/
}