/* @override 
	http://localhost:8888/clout/projects/css/projects.css?m=1402669855
	http://localhost:8888/rockraw/news/css/news.css?m=1402770383
	http://localhost:8888/rockraw/news/css/news.css?m=1415281953
	http://www.rockandrawjewellery.com/news/css/news.css?m=1425114714
	http://localhost:8888/townsend/news/css/news.css?m=1497609603
	http://localhost:8888/bretton/news/css/news.css?m=1497610038
	http://localhost:8888/bretton/news/css/news.css?m=1510699318
	http://localhost:8888/bretton/news/css/news.css?m=1510747718
	http://localhost:8888/bretton/news/css/news.css?m=1510755419
	http://localhost:8888/bretton/news/css/news.css?m=1510759490
	http://www.bwib.co.uk/news/css/news.css?m=1513179475
	http://localhost:8888/bretton/_resources/themes/simple/css/news.css?*
	https://www.bwib.co.uk/_resources/themes/simple/css/news.css?*
*/

.NewsHolderPage .main{
background: #f8f8f8;}
#news-back {
	padding-left: 25px;
	background: url(../images/backarrow.png) no-repeat -3px 1px;
	background-size: 25px auto;
	border-bottom: 1px solid #3c3c3c;
	padding-bottom: 8px;
	clear: both;
	display: inline-block;
	margin-bottom: 30px;
}

img.newsimage.pad {
width: 70%;
display: none;
max-width: 1000px;
	float: left;
}
.NewsHolderPage img.newsimage.pad {
width: 100%;
max-width: 1000px;
	float: left;
	margin-bottom: 20px;
	margin-top: 20px;
}
#Project div.ImageWrapper {
	width: 100%;
	overflow: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

div#newsimgcap {
	padding-left: 20px;
	font-size: 11px;
	float: left;
}

div#newsFeed.news {
	overflow: auto;
	margin: 40px auto 50px;
	max-width: 1300px;
	padding-right: 30px;
	padding-left: 30px;
}

.NewsHolderPage div#hero_header, 
.NewsPage div#hero_header {
	margin-bottom: 26px;
}

#Project h2 {
	font-size: 40px;
	line-height: 50px;
	width: 70%;
	min-width: 250px;
}

div#auth-deets {
	max-width: 790px;
	margin: 30px auto 80px;
	padding-bottom: 80px;
	border-bottom: 1px #3c3c3c solid;
	padding-right: 20px;
	padding-left: 20px;
}

div#but-wrap {
	margin-right: auto;
	margin-left: auto;
max-width: 790px;
	padding-right: 20px;
	padding-left: 20px;
}
#Project h2,
#Project h3,
#Project h4,
#Project h5,
#Project h6,
#Project p {
	max-width: 790px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
}

div#Project {
	padding-bottom: 80px;
}

.NewsHolderPage div#News {
	margin-bottom: 2%;
	overflow: auto;
	background: white;
	width: 49%;
	padding: 2%;
	border-bottom: 1px solid #3c3c3c;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float: left;
}

div#holder-auth-deets strong {
	clear: both;
	padding-top: 10px;
	float: left;
}

div#loadbutton.button:hover {
	cursor: pointer;
}

.group {
    display: none;
opacity:0;}

.group.active {
    display: block;
        -webkit-animation: fade 2s;
    animation: fade 2s;
    opacity: 1;
}
@-webkit-keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}@keyframes fade {
    from {opacity: 0}
    to {opacity: 1}
}

.NewsHolderPage div#News.odd{
	margin-right: 2%;
}

#News h2 {
	margin-bottom: 20px;
	margin-left: 0;
}



.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%;
}

.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;
}
.ProjectPage 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%;
}

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

/* PROJECT PHOTOS */


.ProjectPage .projectimg {
	float: left;
	margin-bottom: 14px;
}
.ProjectPage .projectimg img{
	width: 96%;
	background: black;
	float: left;
	border: none;
	padding: 2%;
}

.projectimg.even {
margin-right: 5% !important;
margin-left: 0% !important;	
}

.ProjectPage #profile1{
	width: 100%;
}

.ProjectPage .s_img {
	width: 47.5%;
}
.ProjectPage #profile1 {
	margin-right: 5%;
}
.ProjectPage #profile2 {
}
.ProjectPage #profile5 ,.ProjectPage #profile7,.ProjectPage #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%;
}


/* 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) {

.ProjectPage .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) {
.NewsHolderPage div#News {
	text-align: left;
	margin-bottom: 30px;
	overflow: auto;
	background: white;
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #3c3c3c;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
div#newsFeed.news {
margin-right: 20px;
	margin-left: 20px;
	margin-top: 40px;
}
img.newsimage.pad {
width: 100%;
max-width: 1000px;
	float: left;
	margin-bottom: 20px;
}
div#clm1 {
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-bottom: 30px;
}
li.column-1,li.column-0 {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	padding-right: 0%;
}

	.ProjectPage div#showimg_holder {
	float: left;
	width: 100%;
	margin-left: 0%;
}
.ProjectPage #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;
    }
	}