/*
* @package Stamford
* @copyright (C) 2016 by Joomlastars - All rights reserved!
* @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @author Joomlastars <stars.joomla@gmail.com>
* @authorurl <http://themeforest.net/user/joomlastars>
*/

/* You can add new css here */
.colored-table td p {
	margin:0;
	padding:0;
}

.colored-table td {
	padding:3px 20px;
	text-align:left;
	border-bottom:1px solid #fff;
}

.colored-table tr:nth-child(odd) {
	background-color:#ceddcd;
	
}

.colored-table tr:nth-child(even) {
	background-color:#e8efe8;
}

.visiblexs {display:none;}
.images img {
	width:100% !important;
}

img {
	max-width:100%;
}

.location {
	left:33.333333333%;
}

#wrap-contact-form146 button, #wrap-contact-form147 button, #wrap-contact-form148 button, #wrap-contact-form149 button, #wrap-contact-form150 button {
	margin: 0 auto;
}

table.programmes {
	width:100%;
}

table.programmes td {
	text-align:center;
	padding:5px;
	vertical-align:middle;
}

.fullwidth1 p {
	font-size:14px;
}

.img-left {
	float:left;
	margin:0 25px 5px 0;
	width:200px;
	max-width:100%;
}

.img-right {
	float:right;
	margin:0 0 5px 25px;
	width:200px;
	max-width:100%;
}

iframe.img-left {
	float:left;
	margin:0 25px 5px 0;
	width:33%;
	max-width:100%;
}

iframe.img-right {
	float:right;
	margin:0 0 5px 25px;
	width:33%;
	max-width:100%;
}

.yes-no {
	font-size:20px;
	font-weight:bold;
}

.yes-no.yes {
	color:#008751;
}
	
.yes-no.no {
	color:#a81000;
}

.fullwidth1 .fullwidth1 p {
	font-size:22px;
	text-align:center;
}

blockquote {
	 font-style: italic;
    font-size: 30px;
    color: green; 
    line-height: 1em;
	text-align:center;
	margin:25px 0;
}

blockquote div {
	font-family: Oswald;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1em;
	color:#B3B6BE;
	margin:20px 0 5px;
	font-style:normal;
}

.testimonial {
	background-color:#f3f3f3;
	padding:25px;
	margin:25px 0;
	line-height: 1.6em;
	clear:both;
}

.testimonial div {
	font-family: Oswald;
	margin:20px 0 5px;
	text-align:right;
}

ul.unordered-list.pluses {
	list-style:none;
	position:relative;
}

ul.unordered-list.pluses li {
	position:relative;
}


ul.unordered-list.pluses li:before {
	position:absolute;
	left:-15px;
	top:0;
	content:'+';
}

.social-list > li > a.behance {
	background:url(../images/polyvore.png) 0 0 no-repeat;
	width:16px;
	height:16px;
	display:block;
	margin-top:-1px;
}

.social-list > li > a.behance:before {
	content:'';
}

.fancybox-close {
	top: 0;
    right: -54px;
    margin-left: 0;
	display:block;
	left:auto;
}

.contactme {
	width:33%;
	float:left;
	margin-top:60px;
}

.contactme h2 {
    border-bottom: 1px solid #555;
    padding-bottom: 27px;
    margin-bottom: 26px;
}

.contactme .form-part {
	margin-top:0;
}

.contactme .moduletable {
	padding:0 25px;
}

@media (max-width: 767px) {
.img-left {margin-right:0;width:100%;}
.img-right {margin-left:0;width:100%;}
.img-right.displaynone {display:none;}
.img-left.displaynone {display:none;}
iframe.img-left {margin-right:0;width:100%;}
iframe.img-right {margin-left:0;width:100%;}
}

@media only screen and (max-width: 767px) {

#main-nav {
background: #eee;}
}

@media (max-width: 959px) {
.contactme {width:100%;}
}