@import url(//fonts.googleapis.com/css?family=Questrial); /*font-family: 'Questrial', sans-serif;*/
/* ------------------------- DRUPAL 7 FRAMEWORK ------------------------- */



html{
 zoom:0.85;
}

body#body { /* Modified */
	background: #f1f1f1;
	/* color: #b3b3b3; */
	color: #515151;
	font: 14px/24px Arial, Helvetica, sans-serif;
	position:relative;
	-webkit-text-size-adjust: none;
	min-width: 1024px;
	width:100%;

}

p {margin-bottom:24px;}


.field-name-taxonomy-forums .links a,
.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err,
a {
	color:#3e3e3e;
	outline:none;
	text-decoration:none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	transition: all 300ms ease;
}
	a:hover,
	.field-name-taxonomy-forums .links a:hover {
		text-decoration: none;
		color: #ababab;
	}

.panel-pane.error-page .pane-content .err-title,
.panel-pane.error-page .pane-content span.err {
	text-decoration: none;
}

strong {
	font-weight:bold;
}

.fl-l {float:left;}
.fl-r {float:right;}

.extra {overflow:hidden;}

.align-left {text-align: left;}
.align-center {text-align: center;}
.align-right {text-align: right;}

/* Selection colours (easy to forget) */
::selection 	 	{background: rgb(67,141,253);}
::-moz-selection 	{background: rgb(67,141,253);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(67,141,253);}


.ajax-progress {
  display:none;
}

#edit-style-options-row--2 {
	clear: both;
}
#admin-menu {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

div.messages {
	padding-right: 30px;
}

.dismiss {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-transform: lowercase;
	padding: 2px 6px 4px;
	width: auto;
	line-height: normal;
	font-family: Helvetica;
}
	.dismiss:hover {
		color: #fff;
		text-shadow: none;
	}

.opacity-hover a {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.opacity-hover a:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.links, .item-list ul, .marker-list ul, ul.action-links {
	list-style: none;
}

.switcher {
	display: inline-block;
	cursor: pointer;
	margin-top: 10px;
	font-size: 11px;
}
	.switcher:hover {
		text-decoration: underline;
	}


.slider-wide div.contextual-links-wrapper {
	right: auto;
	left: 50%;
}

/* ------------------------- HEADER ------------------------- */
#header {
	position: relative;
	background: #f8f8f8;
	
}
#logo {
	display: inline-block;
}
#footer-logo {
	text-align: right;
	display: block;
}
.section-1 { /* Modified */
	/* padding: 64px 0 54px; */
	border-top: 3px solid #ebebeb;
}
	.section-1 .col1 {float:left;}
	.section-1 .col2 {float:left;width:932px;} /* Modified */
/* .section-2 {background: #e9e9e9;margin-bottom: 47px;} */ /* Modified */
.section-3 {}
.section-4 {
	padding: 47px 0 55px;
	background: url(../images/bg-1.gif) left top repeat-x #f7f7f7;
}

/* ------------------------- MAIN MENU ------------------------- */
.select-menu {display:none !important;}
#superfish-1 { /* Modified */
	clear:both;
	background:none;
	float:left;
	position:relative;
	width:auto;
	margin-bottom: 20px; 
}
	#superfish-1 li { /* Modified */
		background:none;
		border:0;
		overflow:inherit;
		padding:15px 0 10px;
		text-align:center;
		font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
		font-size:16px;
		/* line-height: 20px; */
		/* text-transform: uppercase; */
	}
	#superfish-1 li span {
		padding: 4px;
		line-height: 1.5;
	}

	#superfish-1 li span:hover {
		color: #fff;
		background: #2e6faa;
	}

	#superfish-1>li { /* Modified */
		/* margin-left: 55px; */
		margin-right: 5px;
	}
		#superfish-1 > li > a:after { /* Modified */
			position: absolute;
			content: '';
			width: 115px;
			height: 9px;
			top: -150px;
			left: 50%;
			margin-left: -53px;
			display: block;
			/* background: url(../images/menu-hover.png) left top no-repeat; */
			-webkit-transition: all 300ms ease;
			-moz-transition: all 200ms ease;
			-ms-transition: all 300ms ease;
			-o-transition: all 300ms ease;
			transition: all 300ms ease;
		}
		#superfish-1 a {
			border:0;
			color:#686868;
			font-weight:normal;
			padding: 6px;
			text-decoration:none;
			position: relative;
		}
			#superfish-1 > li > a:hover, #superfish-1 > li.active-trail > a:active, #superfish-1 > li.sfHover > a {
				color: #fff;
				background: #2e6faa;
				opacity: 1;
			}
			#superfish-1 > li > a:hover:after, #superfish-1 > li.active-trail > a:after, #superfish-1 > li.sfHover > a:after {
				top: -77px;
			}
			#superfish-1 > li.sf-item-1 > a:hover:after, #superfish-1 > li.sf-item-1.active-trail > a:after, #superfish-1 > li.sf-item-1.sfHover > a:after {
				top: -67px;
			}
	#superfish-1 > li.sf-item-1 a { /* Modified */
		display: block;
		width: 30px;
		height: 30px;
		text-indent: -9999px;
		background: url(../images/home-btn.png) left top no-repeat;
		background-position: 10px 5px;
		margin-top: -10px;
	}
	#superfish-1 > li.sf-item-1 a:active {
		background: none;
	}

	#superfish-1 ul {
		/* background:#de7863; */
		background: #fff;
		display:none;
		border-top: 5px solid #2e6faa;
		border-bottom: 5px solid #2e6faa;
		padding:15px 0;
		top:47px;
		left: 0px !important;
		/* width:160px !important; */
		width: 1132px !important;
	}
	
		#superfish-1 ul li {
			background:none;
			border-bottom:0;
			/* height:auto; */
			height: 50px;
			padding:0;
			width: 283px !important;
		}
			#superfish-1 ul li a:visited, #superfish-1 ul li a {
				border:0;
				color: #2e6faa;
				font-size:14px;
				text-transform: uppercase;
				font-weight: bold;
				padding:7px 7px 7px 24px !important;
				text-align: left;
			}
				#superfish-1 ul li a:hover, #superfish-1 ul li.active-trail a  {  /* background:#4d4d4d;  */ color: #d8413a; opacity: 1;}

			#superfish-1 ul li ul {
				padding: 0 !important;
				top: inherit;
				left: inherit !important;
				width: 283px !important;
				border: none;
			}
				#superfish-1 ul li ul li {
					margin: 0 !important;
					padding: 0 !important;
					height: 30px;
					/* border: none; */
					/* background: none; */
				}
				#superfish-1 ul li ul li a {
					font-size: 12px;
					color: #686868 !important;
					text-transform: none;
				}
				#superfish-1 ul li ul li a:hover {
					color: #d8413a !important;

				}

.sf-menu li {
	position: static;
}

#superfish-1 ul li.menuparent a:after {
	content: " \25bc";
}
#superfish-1 ul li.menuparent ul li a:after {
	content: "";
}
/* ------------------------- SLIDER ------------------------- */
.flex-viewport {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

#flexslider_views_slideshow_main_slider-block li {
	padding: 0;
}

.flex-control-thumbs li {
	width: 20%;
}

.flexslider .slides img { /* Jin */
	width: 566px;
	/* width: 100%; */
	/* height: auto; */
}

.flexslider {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-radius: 0 0 0 0;
    box-shadow: none;
    margin-bottom: 0;
}
#main-wrapper .container-12 .grid-12 .region-content-top #block-views-slider-block .content .view-slider #flexslider-1 ol.flex-control-nav { /* Modified */
	width: 1112px;
	position: static;
	background: #fff;
	text-align: left;
	padding-left: 20px;
}
.flex-control-nav li {
	padding-top: 23px;
	margin: 0 6px 0 0;
}
.flex-control-nav li a {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 62px;
	height: 2px;
	position: relative;
	background: #cbcbcb;
}
.flex-control-nav li a:hover,.flex-control-nav li a.flex-active {
	background: #555555;
}
.flex-control-nav li a:after { 
	position: absolute;
	content: '';
	display: block;
	left: 0;
	right: 0;
	top: -7px;
	bottom: -7px;
}

.flexslider .flex-next,
.flexslider .flex-prev {
	opacity: 1;
}
.flexslider .flex-direction-nav a {
    display: block;
    background: #000;
}

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
	text-align: left;
	text-indent: -999em;
}

.flexslider:hover .flex-next, .flex-direction-nav .flex-next {opacity: 1; right: 0;}
.flexslider:hover .flex-prev, .flex-direction-nav .flex-prev {opacity: 1; left: 0;}


.flex-caption {
	position: absolute;
	left: 0;
	top: 0;
}

/* ------------------------- MAIN ------------------------- */
div.messages {
	margin-bottom: 30px;
}
.views-row {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.views-field-title,
.node h2,
article.comment h3 { /* Modified */
	font-size: 20px;
}
	.views-field-title a,
	.node h2 a,
	article.comment h3 a {
		
	}
		.views-field-title a:hover,
		.node h2 a:hover,
		article.comment h3 a:hover {
			
		}

.node h2,
article.comment h3 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 5px;
}


.views-field-body {
	margin-bottom: 20px;
}
.img-indent {
	margin-bottom: 20px;
}
.title-indent {
	margin-bottom: 20px;
}

.field-name-field-addthis-blog {
	margin-bottom: 25px;
}

.img-left {
	float: left;
	margin-right: 20px;
}
.img-right {
	float: right;
	margin-left: 20px;
}

.block-indent {
	margin-bottom: 60px !important;
}

#main-wrapper #block-system-main.block {
	padding-bottom: 0;
}

.more-link {
	text-align: left;
}

/*
.banner-block { 
	float: left;
	padding-bottom: 0px !important;
}
.banner-block table { 
	color: #fff;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	letter-spacing: 1px;
	margin:0;
	padding:0;
}
.banner-block table tr td {
	width: 283px;
	height: 260px;
	vertical-align: middle;
	line-height: 1;
	padding: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.banner-block table tr td {
	}
}
.banner-block table tr td p {
	margin-bottom: 0;
}
.banner-block table tr td.green {
	background-color: #6cc169;
}
.banner-block table tr td.yellow {
	background-color: #f1e76e;
}
.banner-block table tr td.red {
	background-color: #dc3c3b;
}
.banner-block table tr td.blue {
	background-color: #2e6faa;
}
*/

.our-advantages h1.title-2 {
	text-align: center;
	margin-bottom: 59px;
	overflow: hidden;
	position: relative;
}
.our-advantages h1.title-2:before, .our-advantages h1.title-2:after {
	content: url("../images/border-2.png") ;
	display: inline-block;
	left: 0;
	position: relative;
	top: -4px;
}
.our-advantages h1.title-2:before {
	margin-left: -400px;
	margin-right: 35px;
}
.our-advantages h1.title-2:after {
	margin-right: -400px;
	margin-left: 35px;
}
.our-advantages h2 {
	margin-bottom: 35px;
}
.our-advantages .icon-wrap {
	padding-bottom: 35px;
}
.our-advantages p {
	margin-bottom: 32px;
}
.our-advantages .views-row {
	margin-bottom: 40px;
	padding-bottom: 0;
}

.testimonials-block .views-row {
	margin-bottom: 33px;
	padding-bottom: 33px;
}

.testimonials-block p {
	display: inline;
}
.testimonials-block .link-1 a {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../images/link-1.png) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	position: relative;
	top: 3px;
	-webkit-transition: none;
	-moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
	transition: none;
}
.testimonials-block .link-1 a:hover {
	background-position: left bottom;
}

.main-banner-wrapper {
	background: url(../images/border-1.png) left top repeat-x;
	padding: 45px 0 0;
}
.main-banner-wrapper .main-banner {
	background: url(../images/main-banner-img.jpg) left -34px no-repeat #fff;
	overflow: hidden;
	height: 345px;
}
.main-banner-wrapper .main-banner .col-1,.main-banner-wrapper .main-banner .col-2 {
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}
.main-banner-wrapper .main-banner .col-1 {
	width: 75%;
	padding: 85px 110px 40px 0;
	overflow: hidden;
}
.main-banner-wrapper .main-banner .col-2 {
	width: 25%;
	background: #de7863;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	padding: 90px 0 50px 70px;
}
.main-banner p {
	margin-bottom: 30px;
}
.main-banner .mail-wrap {
	background: url(../images/mail.png) left top no-repeat;
	padding: 20px 0 0;
}
.main-banner a.mail {
	color: #ffd3a4;
}
.main-banner a.mail:hover {
	color: #fff;
}

.main-banner-wrapper .main-banner .col-2:after {
	background: url(../images/corner.png) left top no-repeat;
	width: 28px;
	height: 59px;
	overflow: hidden;
	position: absolute;
	content: '';
	display: block;
	left: -28px;
	top: 60%;
}
.main-banner .title-1,.main-banner .title-2 {
	text-align: left;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.main-banner .title-1 {
	font-size: 72px;
	line-height: 72px;
	text-transform: uppercase;
	color: #de7863;
}
.main-banner .title-2 {
	font-size: 36px;
	line-height: 40px;
	color: #9e9e9e;
	margin-bottom: 40px;
}
.main-banner .caption {
	width: 320px;
	padding: 0 0 0 0;
	float: right;

}
.main-banner .position {
	text-align: right;
	font-size: 14px;
	line-height: 17px;
	color: #505050;
	text-transform: uppercase;
}

.counter {
	font-family: 'Questrial', sans-serif;
	display: block;
	text-align: center;
	float: left;
	width: 50px;
	height: 50px;
	background: #de7863;
	font-size: 36px;
	line-height: 50px;
	margin: 0 20px 0 0;
	color: #fff;
}
.mission-block p {
	margin-bottom: 0;
}
/* ------------------------- DEFAULT BLOCK STYLE ------------------------- */

.views-row-last.views-row {
	margin-bottom: 0px;
}

#main-wrapper .block { 
	padding-bottom: 25px;
}

.front #main-wrapper #content .block.block-views {
	padding-bottom: 0px;
}

#main-wrapper #content .block.block-views {
	padding-bottom: 20px;
}


	body .container-12 .no-alpha-omega {
		margin-left: 10px;
		margin-right: 10px;
	}

.region-header {
	position: relative;
}
.region-header-bottom {
	padding: 0;
}

.region-content-top {
	padding: 0;
	/* padding-bottom: 40px; */
}

.region-content {
	padding: 0;
}

.region-content-bottom {
	padding: 0;
	padding-top: 20px;
}


.region-header-bottom:after,
.region-content-top:after,
.region-content:after,
.region-content-bottom:after,
.region-content:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

.views-clearfix .views-row:after {
	content: '';
	width: 100%;
	clear: both;
	display: block;
}

#main-wrapper img { /* Modified */
	/* height:auto; */
	/* width: auto; */
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
	#main-wrapper .getlocations_map_canvas img {
		padding: 0;
		background: none;
		border: none;
	}
#main-wrapper { /* Modified */
	background: #f8f8f8;
	background: #e9e9e9;
	/* padding-bottom: 20px; */
}
#main .feed-icon img, #main th.active img {
	width:auto;
	border: none;
	background: none;
	padding: 0;
}


#tinymce p {
	margin-bottom: 10px;
}
.location.vcard {
	margin-top: 0;
}

			
/* ------------------------- CONTENT REGION ------------------------- */
/*Node heading*/
.front #page-title {display:none;}

#content h1.title, h1.title-2, h2, h3, h4, h6 {
	font-size:30px;
	line-height:36px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #4d4d4d;
	/* color: #2e6faa; */
}

h2 {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 55px;
}
h3 {
	font-size: 20px;
	line-height: 26px;
	/* color: #ababab; */
	color: #2e6faa;
	margin-bottom: 26px;
}
h4 {
	font-size: 20px;
	line-height: 26px;
	text-transform: none;
	margin-bottom: 2px;
	/* color: #de7863; */
	color: #2e6faa;
}
h4 a {
	/* color: #de7863; */
	color: #2e6faa;
}
h4 a:hover {
	color: #4d4d4d;
}
h6 {
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 15px;
	text-transform: none;
}

article.node {
	padding-bottom:30px;
	margin-bottom:50px;
	position: inherit;
}
	article.node.node-blog {
		border-bottom: 0px solid #b3b3b3;
	}

	#node-79 {
		margin-bottom: 0;
		padding-bottom: 0;
	}

.page-node- .submitted a {
	padding-right: 0;
	margin-right: 0;
}



/*Author & date information*/
p.submitted {
	margin:5px 0 15px;
	float: left;
	background: url(../images/icon-admin.png) left top no-repeat;
	padding-left: 20px;
}
	.submitted, p.submitted span, .comment_count {
		
	}

	.submitted a,
	.comment_count {
		text-decoration:none;
	}
		.submitted a:hover,
		.comment_count:hover {}

.comment_count {
	float: right;
	display: inline-block;
	margin: 5px 0 15px;
	background: url(../images/icon-comment.png) left 2px no-repeat;
	padding-left: 35px;
}

article.node footer {
	padding-top:0px;
}

article footer ul.links.inline {
	display:block;
}
article footer ul li {
	padding:0;
	margin:0 0px 0 0;
	padding: 0 !important;
}
	article footer ul li.first {margin-left:0;}

.node-teaser .comment-add {
	display: none;
}

/*Node Tags*/
article.node footer .field-name-field-tags { padding-bottom:10px;}
	article.node footer .field-name-field-tags .field-label{
		float: left;
		font-size: 16px;
		padding-right: 0px;
		line-height: 24px;
	}
	article.node footer .field-name-field-tags .field-items {
		overflow:hidden;
		padding-bottom:15px;
		width:100%;
	}
	article.node footer .field-name-field-tags ul li {
		float:left;
		padding:0 4px;
		margin-right: 10px;
	}
		article.node footer .field-name-field-tags ul li a{
			font-size: 12px;
			text-decoration: none;
			padding: 2px 5px;
		}
			article.node footer .field-name-field-tags ul li a:hover {
				text-decoration: none;
			}

	article .field-items {
		/* margin-bottom: 20px; */
	}
			
			
.node-maps header {
	display:none;
}

.panels-flexible-region-1-contacts_region {
	width:auto;
}




.item-list ul li {
	margin-left: 0;
	margin-bottom: 20px;
}
ul li.collapsed {
	list-style: none;
}
ul.menu li {
	margin-left: 0;
}
body section.block ul {
	margin-bottom: 20px;
}
	section.block ul, section.block .item-list ul li { margin:0;}
	ul li.leaf { 
		list-style-image:none;
		list-style-type:none;
		margin:0;
		padding:0;
	}
		section.block .content li, .marker-list .content li { 
			/* background:url(../images/a1.png) no-repeat 0 3px; */
			padding:0 0 12px 20px;
			line-height:20px;
			text-transform: uppercase;
		}
			section.block .content li a, .marker-list li a { 
				color:#3e3e3e;
				line-height:20px;
				text-decoration:none;
			}
			section.block .content li a:hover, .marker-list li a:hover { color:#b3b3b3;}


/* ------------------------- BUTTONS STYLES ------------------------- */
	.form-submit:hover { background:#b3b3b3;}
	
.button a, .more-link a, ul.links li a, .view-portfolio .views-field-view-node a, #block-poll-recent ul.links li a, #filters li a, .content ul.pager li a, .content ul.pager li.pager-current, .form-submit {
	font-family: 'Questrial', sans-serif;
	display: inline-block;
	/* padding: 10px 23px; */
	padding: 5px;
	background: #4d4d4d;
	border: none;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	border-radius: 2px;
}
	.button a:hover, .more-link a:hover, ul.links li a:hover, .view-portfolio .views-field-view-node a:hover, #block-poll-recent ul.links li a:hover, #filters li a:hover, #filters li a.selected, .content ul.pager li a:hover, .content ul.pager li.pager-current, .form-submit:hover {
			background: #de7863;
			color: #fff;
	}


.form-submit {
	line-height:normal;
	vertical-align:middle;
}


ul.links li a {
	margin-bottom: 10px;
}

/* ------------------------- BACK TO TOP ------------------------- */
#backtotop {
	background: #000 url(../images/up-arrow.png) 50% 50% no-repeat;
	width: 50px;
	height: 50px;
	z-index: 5;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	right: 40px;
	bottom: 30px;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	transition:all .2s ease;
}
	#backtotop:hover {
		opacity: 1;
		background-color: #de7863;
	}

	
/* ------------------------- FOOTER ------------------------- */
#footer { /* Modified */
	clear: both;
	 /*padding:60px 0 70px;*/
	/*position: relative;*/
	/* border-top: 1px solid #e9e9e9; */
	background: #2e6faa;
	/*padding: 20px 0 0 0;*/
	
	
	
}

#block-block-5 { /* Modified */
	/* padding-top: 10px; */
	width: 100% !important;
	text-align: center !important;
}

#block-block-5 .content { /* Modified */
	/* text-transform: uppercase; */
	/* color: #868686; */
	color: #fff;
}
	#block-block-5 .content a { /* Modified */
		text-transform: none;
		/* color: #868686; */
		color: #e7ec35;
	}

#footer #block-block-5 .content ul {
	overflow: auto;
	margin-bottom: 10px;
}
#footer #block-block-5 .content ul li {
	list-style-type: none;
	display: inline-block;
}
#footer #block-block-5 .content ul li.first:before {
	content: "";
}
#footer #block-block-5 .content ul li:before {
	content: "|";
	padding-right: 10px;
	padding-left: 10px;
}
#footer #block-block-5 .content ul li a {
	color: #fff;
}


/* ------------------------- SOCIAL-ICONS BLOCK ------------------------- */
#block-follow-site {
	padding-top: 10px;
}

	.follow-link-wrapper { /* Modified */
		display: inline-block;
		float: right;
		margin-left: 8px;
		margin-top: 5px;
		/* margin: 0 5px; */
		/* margin-left: 5px; */
	}
	a.follow-link { /* Modified */
		/* width:21px; */
		/* height:21px; */
		width: 39px;
		height: 39px;
		text-indent:-9999px;
		opacity:1;
		padding:0;
		-webkit-transition:all .2s ease;
		-moz-transition:all .2s ease;
		transition:all .2s ease;
		display: inline-block;
	}
		a.follow-link:hover {
			opacity:0.7;
			filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		}


a.follow-link-googleplus {
  background-image: url(../images/icon-googleplus.png);
}
a.follow-link-twitter {
  background-image: url(../images/icon-twitter.png);
}
a.follow-link-youtube {
  background-image: url(../images/icon-youtube.png);
}
a.follow-link-this-site {
  background-image: url(../images/icon-feed.png);
}	
a.follow-link-facebook {
  background-image: url(../images/icon-facebook.png);
}



/* ------------------------- PAGINATOR ------------------------- */
.content ul.pager {text-align:left;}

.content ul.pager li {
	margin:0px 1px;
	overflow:hidden;
	padding: 0;
	display: inline-block;
}

	.content ul.pager li a:hover, .content ul.pager li.pager-current ,
	.content ul.pager li a, .content ul.pager li.pager-current {
		
	}


/* ------------------------- PORTFOLIO ------------------------- */

#main-wrapper .isotope-element img {
	width: 100%;
}

.add-magnify {
	margin-bottom:20px;
	background: #000;
}

.view-portfolio .isotope-element .views-field-field-portfolio-image a {
	display:block;
	background: url(../images/magnify.png) 50% 50% no-repeat;
}

	.view-portfolio .isotope-element .views-field-field-portfolio-image a img {
		-webkit-transition: all 400ms ease;
		-moz-transition: all 400ms ease;
	    -ms-transition: all 400ms ease;
	    -o-transition: all 400ms ease;
		transition: all 400ms ease;
	}
	.view-portfolio .isotope-element .views-field-field-portfolio-image a img:hover {
		opacity: 0.5;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	}

.isotope-element .views-field-title {
	margin: 10px 0;
}

#filters {
	margin-bottom: 20px;
	text-align: right;
}

#isotope-options {
	background: none;
}

#filters li {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 0;
	background: none;
}

.isotope-element img {
	width: 100%;
	height: auto;
}

#isotope-container {
	margin-left: -10px;
	margin-right: -10px;
}

.isotope-element {
	background: none;
	color: inherit;
	margin: 0px;
	height: auto;
	width: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 30px;
}



/* ------------------------- POLL'S BARS ------------------------- */
.poll .total, .poll .title  {margin-bottom:15px;}
.poll .bar { 
	background-color:#fff;
	border:1px solid #8c8c8c;
	padding:1px;
	height:10px;
	margin-bottom:15px;
	padding-left:10px;
}
.poll .bar .foreground { 
	height:10px; 
	display:none;
	background-color:#3e3e3e;
}
	
.poll .percent { float:right; position: relative;
top: -40px;
left: 20px;}
.poll .vote-form { text-align: left; padding-bottom: 15px;}
.poll .vote-form .choices { /*width: 100%;*/}

#block-poll-recent ul.links li {
	background: none;
	padding-left: 0;
}

#block-comment-recent .content li a { display:inline-block;}

#block-comment-recent li span, .views-field-timestamp {
	display: block;
}

#block-forum-new .contextual-links-wrapper { display:none;}

#block-system-navigation .content li { margin:0;}

.links {
	list-style: none;
}

.links li {
	display: inline-block;
	margin-right: 10px;
}


/* ------------------------- BLOCK SEARCH ------------------------- */
#block-search-form { width: 150px; float:left; margin-top: 35px; }
#block-search-form .form-text, #search-block-form .container-inline .form-text {
	/* width:100%; */
	width: 130px;
	padding:8px 5px;
	border:none;
	background:none;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#block-search-form .container-inline, #search-block-form .container-inline { /* Modified */
	overflow:hidden;
	/* background:#e1e1e1; */
	border: 1px solid #3578b4;
	width: 200px;
	height: 27px;
	display:inline-block;
	position: relative;
}
#block-search-form .container-inline .form-item, #search-block-form .container-inline .form-item {float:left; margin:0;}
#block-search-form .container-inline .form-actions, #search-block-form .container-inline .form-actions {position: absolute; top: 0; right: 0;}

	
#block-search-form .form-submit, #search-block-form .form-submit { /* Modified */
	background:url(../images/search.png) no-repeat center center #E1E1E1;
	border:0;
	/* width:32px; */
	/* height:32px; */
	width: 78px;
	height: 27px;
	padding:0;
	margin:0;
	vertical-align:middle;
	cursor:pointer;
	text-indent:-9999px;
}
	#search-block-form #edit-submit:hover, #search-block-form .form-submit:hover {opacity: 0.8; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);}

	

/* ------------------------- FORUM ------------------------- */
.action-links {
	padding: 0 0 25px 0px;
}
	.action-links a {
		font-weight:bold;
	}
		.action-links a:hover {
			text-decoration:none;
		}

#forum a {
	font-size:12px;
}
	#forum a:hover {text-decoration: underline;}

#forum table {
	border:1px solid #c8c8c8;
	width:100%;
}

#forum th {
	border:1px solid #3e3e3e;
	color:#fff; 
	font-size:14px;
	padding:3px 5px;
}
	#forum th a {
		color:#fff;
	}

#forum td.container { 
	padding:10px;
}

#forum td {
	border:1px solid #c8c8c8;
	padding: 5px;
}

#forum td.topics, #forum td.posts, #forum td.replies{
	text-align:center;
}

.field-name-taxonomy-forums {
	overflow:hidden;
	padding-bottom:20px;
	margin-top: 20px;
	width:100%;
}
	.field-name-taxonomy-forums .field-label {
		font-size:14px;
		vertical-align:middle;
		margin-bottom: 0;
		line-height:22px;
		float:left;
		margin-right:10px;
		font-family:Arial;
		letter-spacing:0;
	}

	.field-name-taxonomy-forums .links a {
		background:none;
		box-shadow: none;
		display:inline;
		font-size: 14px;
		padding:0;
		text-transform: none;
	}
		.field-name-taxonomy-forums .links a:hover {
			background:none;
		}

.page-forum- #main-wrapper .active img {
	padding: 0;
	background: 0;
	border: none;
	margin-left: 5px;
	margin-top: 4px;
}


/* ------------------------- COMMENTS FORM ------------------------- */
.panels-flexible-region-1-contacts_region {
	width:auto;
}


#edit-actions input {
	margin-right: 10px;
}


#edit-comment-body {margin-bottom:15px;}
.filter-help a {font-size:10px; display:inline-block;}
.filter-help a {
	padding-left: 0;
}
#comments {
	margin-bottom: 30px;
	clear: both;
}

article.comment header{overflow:hidden; margin-bottom: 0;}
.user-picture { float:left; margin-right:15px;}

section#comments h2.title {
	margin-bottom:15px;
}

#comment-form label,
#contact-site-form label {
	vertical-align:middle;
}
.form-required {
	color: #f00 !important;
}

#comment-form .form-text,
#user-login .form-text,
#contact-site-form input.form-text,
.search-form .form-text {
	width:220px;
}
	
#comment-form .form-textarea {
	height:120px;
	margin-bottom: 10px;
	
}
	#contact-site-form textarea#edit-message {  /*Contact form texrarea*/
		margin-right:0;
		width:98%;
		height: 100px;
	}
	
.resizable-textarea .grippie {
	display:none;
}

.form-type-item {
	overflow:hidden;
	width:100%;
}
	.form-type-item label {
		float:left;
		padding-right:10px;
	}	
	
.form-type-select { margin:0;}

#edit-comment-body-und-0-format-guidelines {
	padding-top:15px;
}
	#edit-comment-body-und-0-format-guidelines ul li{
		font-size:12px;
		overflow:hidden;
		width:100%;
	}

/* ------------------------- COMMENTS OUTPUT ------------------------- */
#comments {
	margin-top: 30px !important;
}
.comment-wrapper {overflow:hidden;}

article.comment .submitted {
	margin:2px 0 10px;
}
	article.comment .submited .permalink, p .permalink {
		display:none;
	}

article.comment {
	background:#fff;
	border:1px solid #c2c2c2;
	margin-bottom:15px;
	padding:15px;
	padding-bottom: 25px;
}	
	article.comment h2 {
		color:#292a2b;
		font-size:18px;
		font-weight:normal;
		text-decoration:none;
	}
	
.node article.comment footer {
	overflow:hidden;
	padding:0;
}

#edit-comment-body-und-0-format { border:1px solid #d6d2c6;}
	#edit-comment-body-und-0-format .fieldset-wrapper > * {padding-left:0; padding-right:0;}
	#edit-comment-body-und-0-format .fieldset-wrapper {padding:20px 10px;}
	#edit-comment-body-und-0-format .fieldset-wrapper label {display:inline;}

#comment-form-wrapper { margin-top:30px;}
#comment-form-wrapper .title {
	margin-left:0;
	margin-right:0;
}
article.comment span.new { position:absolute; top:0; right:0;}
.comment-preview { background:none;}

.compose-tips li {margin-bottom:10px;}
.compose-tips h3 {margin-bottom:10px;}

.comment .field-items {margin-bottom: 20px;}

/* ------------------------- TABLE STYLES ------------------------- */
tr.odd, tr.even {
	background: #fff;
	border-bottom: 1px solid #E0E0E0;
}
	tr.even {
		background: #f8f8f8;
	}

th {background:#3e3e3e; color: #fff; padding: 5px;}



.page-faq-questions-top .views-row {
	margin-bottom: 30px;
}


.view-faq {
	margin-bottom: 30px;
}



/* ------------------------- 404 PAGE NOT FOUND ------------------------- */
.page-page-404 #search-block-form {width:400px;}
.panel-separator {display:none;}

.panel-pane.error-page {margin-bottom:30px;}
	.panel-pane.error-page .pane-content {overflow:hidden;}
		.panel-pane.error-page .pane-content span.err {
			float:left;
			font-weight:bold;
			font-size:150px;
			line-height:180px;
		}
.panel-pane.error-page .pane-content .extra {
	background:url(../images/v_line.gif) 40px 0 repeat-y;
	padding-left:80px;
}
.panel-pane.error-page .pane-content .err-title {
	display:block;
	font-size:70px;
	line-height:84px;
	padding-top:20px;
	text-transform:uppercase;
}
.panel-pane.error-page .pane-content .err-body {
	display:block;
	font-size:20px;
	line-height:24px;
	margin-bottom:15px;
	width:300px;
}
.page-page-404 .pane-search-form {text-align:center;}
	.page-page-404 .pane-search-form .pane-content {display:inline-block; padding-top:40px;}
	.page-page-404 .pane-search-form #search-block-form .form-text {width:300px;}


html.js .collapsible.collapsed.collapsible .fieldset-legend {background-image:url(../images/menu-collapsed.png);}
html.js .collapsible.collapsible .fieldset-legend {background-image:url(../images/menu-expanded.png);}

input[type="text"], input[type="password"], input[type="search"], textarea {
	background:#fff;
	border:1px solid #ddd;
	color:#666 !important;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:8px 5px;
}

/* ------------------------- FIRST-TIME PAGE ------------------------- */
#first-time {
	display:none;
}
	#first-time p {
		padding:10px 0;
	}
	
#first-time .item-list ul li{
	background:none;
	display:block;
	float:left;
	margin:0;
}
	#first-time .item-list ul li a {
		color:#3e3e3e;
		display:block;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
		#first-time .item-list ul li:hover { background:none; }
		#first-time .item-list ul li a:hover { background:none; }
		
/* ------------------------- BREADCRUMB ------------------------- */
#breadcrumb { 
	color:#b3b3b3;
	margin-top:16px;
	padding:0px 3px 15px;
}
	#breadcrumb a { 
		color:#b3b3b3;
		font-size:12px;
		text-decoration:none;
		padding:0 3px;
	}
		#breadcrumb a:last-child { padding-right:0;}
		#breadcrumb a:hover { color:#3e3e3e;}
	
/* ------------------------- ADMIN TAB ------------------------- */
.tabs-wrapper { margin: 1px 0 20px;}
div.tabs { overflow:hidden;}

.tabs ul.primary {
	border:0;
	border-bottom:1px solid #c9c9c9;
	margin:10px 0 10px 0;
	overflow:hidden;
	padding:4px 0;
}
	.tabs ul.primary li {
		margin-bottom:-1px;
	}
		.tabs ul.primary li a { 
			background:#EDEDED;
			border:1px solid #BBB;
			border-bottom:0;
			border-radius:3px 3px 0 0;
			color:#b3b3b3;
			font-size:12px;
			font-weight:normal;
			margin:0;
			overflow:hidden;
			padding:3px 15px 4px;
			text-shadow:0 1px 0 #FFF;
			-webkit-transition:background 0.1s linear;
			-moz-transition:background 0.1s linear;
		}
			.tabs ul li a.active, .tabs ul li a:hover { 
				background:#3e3e3e;
				color:#fff;
				text-shadow:none;
			}

/* ------------------------- ADMIN MENU BG ------------------------- */
ul.contextual-links li a:hover {}

.page-blog .field-name-field-blog-image {
	width: 300px;
}

.page-blog .node-teaser .field-type-image {float:left; margin:0 20px 6px 0;}
.field-type-image {margin-bottom:0px;}

.profile .user-picture { margin-left:20px;}
.profile h3 { overflow:hidden;}

#block-views-our-team-block .views-field-field-employee-photo {
	margin-bottom: 15px;
}
#block-views-our-team-block {
	padding: 50px 0 0;
	background: url(../images/border-1.png) left top repeat-x;
}
#block-views-our-team-block .views-row {}
#block-views-our-team-block .views-row.views-row-first {
	border-top: none;
}
#block-views-our-team-block .views-field-title a { font-weight:bold; text-decoration:none;}

#block-views-our-team-block .views-field-body, #block-views-our-team-block  .views-row {
	margin-bottom: 15px;
}


.filter-type {margin-bottom:30px;}

label.option {vertical-align:middle;}

.node-author .username {
	padding-right: 0;
	margin-right: 0;
	border: none;
}

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////// JIN //////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


/* page layout */

header,
#main-wrapper ,footer{
	
	width:100%;
    margin: 0 auto;
	
}
#outer-container {
	background: #e9e9e9;
}

#inner-container {
	width: 1130px;
margin: 0 auto;
background: #fff;
padding: 0 10px;
}



h1#page-title {
	background: #3173a6;
	color: #fff !important;
	margin-bottom: 0 !important;
	padding: 10px 10px 5px 10px;
	border-bottom: 5px solid red;
}
#block-system-main br {
	display: none;
}
a {
	color: #df2f00;
}
a:hover {
	/* zoom: 1; */
	filter: alpha(opacity=50);   /* IE 5-7 */
	opacity: 0.5;   /* Good browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";   /* IE 8 */
    -khtml-opacity: 0.5;   /* Safari 1.x */
}
ol li {
	margin-left: 20px;
}
article {
	background: #fff;
	padding: 20px;
	min-height: 1035px;
}
article a {
	color: blue;
}
article p {
	line-height: 1.2;
	margin-bottom: 10px;
}
article ul li {
	margin-left: 30px;
}
article table tr td {
	border: 1px solid #000;
}
article img {
	margin-bottom: 20px;
}

#block-system-user-menu {
	float:right;
}
#block-system-user-menu a {
	color: #3173a6;
}
#block-system-user-menu ul li {
	display: inline;
	padding: 0 5px;
}
#block-system-main .form-type-item {
	display: none;
}



/* Banner */
section#block-views-publicite-block,
section#block-views-banner-2-block {
	float:left;
	width: 728px;

	/* overflow: auto; */
}
section#block-views-publicite-block ol.flex-control-nav,
section#block-views-banner-2-block ol.flex-control-nav {
	display: none;
}
section#block-views-publicite-block img,
section#block-views-banner-2-block img {
	width: 708px;
}
section#block-views-publicite-block ul,
section#block-views-banner-2-block ul {
	margin-bottom: 0;
}
section#block-views-publicite-block ul li,
section#block-views-banner-2-block ul li {
	padding: 0 !important;
}
section#block-views-publicite-block h2,
section#block-views-banner-2-block h2 {
	display: none;
}



/* Main Navigation */
.section-2 {
	width: 1152px;
	margin: 0 auto;
}



/* Slide */
#block-views-slider-block {
	float:left;
	width: 566px;
	height:520px;
	padding-bottom: 45px !important;
}
#block-views-slider-block .views-field-field-slide-image {
	position: relative;
}
#block-views-slider-block .views-field-title,
#block-views-slider-block .views-field-body {
	width: 526px;
	padding: 0 10px;
	margin: 10px;
	position: absolute;
	background-color: rgba(212, 244, 244, 0.7);
    background-color: rgb(212, 244, 244)\9; /* IE 8 and below */
	*background-color: rgb(212, 244, 244); /* IE 7 and below */
	_background: rgb(212, 244, 244); /* IE 6 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	 /* background-color: #D4F4F4; */
 	/* filter: alpha(opacity=70); */
}
#block-views-slider-block .views-field-title {
	margin-top: -120px;
	padding-top: 10px;
	height: 26px;
}
#block-views-slider-block .views-field-title a {
	color: #db3e3a;
	font-weight: bold;
	font-size: 18px;
}
#block-views-slider-block .views-field-body {
	color: #515151;
	margin-top: -84px;
	margin-bottom: 0;
	height: 70px;
}
#block-views-slider-block .views-field-body p {
	margin-bottom: 0;
	line-height: 1.5;
}

#block-views-slider-block .views-field-body .views-more-link {
	color: #db3e3a;
	font-weight: bold;
	font-size: 12px;
}



/* Color Block */
#block-views-color-block-block {
	float: left;
	width: 566px;
}
#block-views-color-block-block h2 {
	display: none;
}
#block-views-color-block-block table { 
	color: #fff;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	letter-spacing: 1px;
	margin:0;
	padding:0;
}
#block-views-color-block-block table tr {
	padding: 0;
}
#block-views-color-block-block table tr td {
	width: 282px;
	height: 259px;
	vertical-align: middle;
	line-height: 1;
	padding: 0;
	margin: 0 !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.banner-block table tr td {
	}
}
#block-views-color-block-block table tr td p {
	margin-bottom: 0;
}
#block-views-color-block-block table tr.views-row-first {
	background-color: #6cc169 !important;
	float:left;
}
#block-views-color-block-block table tr.even {
	background-color: #f1e76e;
	float:left;
}
#block-views-color-block-block table tr.odd {
	background-color: #dc3c3b;
	float:left;
}
#block-views-color-block-block table tr.views-row-last {
	background-color: #2e6faa;
	float:left;
}
#block-views-color-block-block table tr td.views-field-body {
	display: none;
	color: #686868;
	opacity: 0;
	position: absolute;
	margin-top: -259px !important;
	padding: 20px;
	width: 243px;
	height: 219px;
	background: #fff;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#block-views-color-block-block table tr:hover td.views-field-body {
	display: block;
	line-height: 1.2;
	opacity: 1;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#block-views-color-block-block a.views-more-link {
	color: #DF2F00 !important;
	font-weight: bold;
	letter-spacing: -0.5px !important;
}



/* Scrolling Images */
section#block-views-image-scroller-block,
section#block-views-scrolling-images-2-block,
section#block-views-scrolling-images-3-block {
	background: #fff;
	clear:both;
	padding-bottom: 0 !important;
}
section#block-views-image-scroller-block h2,
section#block-views-scrolling-images-2-block h2,
section#block-views-scrolling-images-3-block h2 {
	font-size: 14px;
	text-align: center;
	background: #dddddd;
	margin-bottom: 0px;
}
section#block-views-image-scroller-block .jcarousel-container,
section#block-views-scrolling-images-2-block .jcarousel-container,
section#block-views-scrolling-images-3-block .jcarousel-container {
	/* position: static !important; */
	margin-left: 0px;
	width: 1065px;
	height: 85px;
	padding: 0 35px;
}
section#block-views-image-scroller-block .jcarousel-container a.jcarousel-next,
section#block-views-scrolling-images-2-block .jcarousel-container a.jcarousel-next,
section#block-views-scrolling-images-3-block .jcarousel-container a.jcarousel-next {
	right: 0px;
	top: 25px;
}
section#block-views-image-scroller-block .jcarousel-container a.jcarousel-prev,
section#block-views-scrolling-images-2-block .jcarousel-container a.jcarousel-prev,
section#block-views-scrolling-images-3-block .jcarousel-container a.jcarousel-prev {
	left: 0px;
	top: 25px;
}
section#block-views-image-scroller-block .jcarousel-container .jcarousel-clip,
section#block-views-scrolling-images-2-block .jcarousel-container .jcarousel-clip,
section#block-views-scrolling-images-3-block .jcarousel-container .jcarousel-clip {
	width: 1065px;
}
section#block-views-image-scroller-block .jcarousel-container .jcarousel-clip ul li,
section#block-views-scrolling-images-2-block .jcarousel-container .jcarousel-clip ul li,
section#block-views-scrolling-images-3-block .jcarousel-container .jcarousel-clip ul li {
	padding: 0;
	background: none;
	width: 170px !important;
	border: none;
	height: 85px;
}



/* Feeds and Quebec News on homepage */

section#block-views-feed-1-block,
section#block-views-feed-2-block,
section#block-views-quebec-news-block {
	width: 260px;
	height: 370px;
	position: relative;
	float: left;
	margin-right: 10px;
}
section#block-views-quebec-news-block {
	margin-right: 0;
}

section#block-views-feed-2-block h2,
section#block-views-quebec-news-block h2,
section#block-views-feed-1-block h2 {
	font-size: 14px;
	text-align: center;
	background: #dddddd;
	margin-bottom: 10px;
	text-transform: none;
}
section#block-views-feed-2-block h2 {
	background-image:url("../images/rds.jpg"), url("../images/rss.png");
	background-repeat:no-repeat;
	background-position:left,right; 
}

section#block-views-feed-1-block h2 {
	background-image:url("../images/TennisCanadaLogo.jpg"), url("../images/rss.png");
	background-repeat:no-repeat;
	background-position:left,right; 
}

section#block-views-feed-1-block p,
section#block-views-feed-2-block p,
section#block-views-quebec-news-block p {
	margin-bottom: 0;
       
}
section#block-views-feed-1-block strong,
section#block-views-feed-2-block strong,
section#block-views-quebec-news-block strong {
	margin-bottom: 0;
        font-weight:normal;
       
}

section#block-views-feed-1-block br,
section#block-views-feed-2-block br, 
section#block-views-quebec-news-block br {
	display: none;
}
section#block-views-feed-1-block .views-field-title,
section#block-views-feed-2-block .views-field-title,
section#block-views-quebec-news-block .views-field-title {
	display: table;
	/* height: 65px; */
	line-height: 1;
	overflow: hidden;
	margin: 10px 0;
	letter-spacing: 1.5px;
	font-size: 16px;
	color: #2e6faa;
	font-weight: bold;
}
section#block-views-feed-1-block .views-field-title a:first-letter ,
section#block-views-feed-2-block .views-field-title a:first-letter ,
section#block-views-quebec-news-block .views-field-title a:first-letter {
	color: #2E6FAA;
	height:40px;
	text-transform:uppercase;
}


section#block-views-feed-1-block .views-field-title a ,
section#block-views-feed-2-block .views-field-title a,
section#block-views-quebec-news-block .views-field-title a{
	color: #2E6FAA;
	height:40px;
	
}


section#block-views-feed-1-block .views-field-title .field-content,
section#block-views-feed-2-block .views-field-title .field-content,
section#block-views-quebec-news-block .views-field-title .field-content {
	display: table-cell;
	vertical-align: middle;
}
section#block-views-feed-1-block .views-field-field-description,
section#block-views-feed-2-block .views-field-field-description2,
section#block-views-quebec-news-block .views-field-body {
	font-size: 12px;
	line-height: 1.5;
	float: left;
	text-transform: none;
	/* margin-bottom: 10px; */
}
section#block-views-feed-1-block .views-field-nothing,
section#block-views-feed-2-block .views-field-nothing,
section#block-views-quebec-news-block .views-field-nothing {
	background: #2e6faa;
	width: 130px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	clear:both;
	float: left;
	bottom: 0;
	position: absolute;
}
section#block-views-feed-1-block .views-field-nothing a,
section#block-views-feed-2-block .views-field-nothing a,
section#block-views-quebec-news-block .views-field-nothing a {
	color: #fff;
	/* background: #2e6faa; */
	/* padding: 5px; */
}



/* Poll */
section#block-views-poll-block {
	clear: both;
	padding-top: 20px;
	padding-bottom: 0;
	margin-bottom: 0;
}
section#block-views-poll-block header {
	padding-left:0;
	padding-right: 0;
}
.poll{
	background:#2e6faa;
	color:white;
	height: 235px;
}
.poll .vote-form{
	background:#2e6faa;
	color:white;
	float:right;
}
.poll .field-name-field-image-background {
	width:470px;
	float:left;
}
section#block-views-poll-block .field-items{
 width:470px;
}
section#block-views-poll-block article {
	padding: 0;	
}
section#block-views-poll-block .vote-form{
	width: 260px;
	float:right;
}
section#block-views-poll-block .views-row,
section#block-views-poll-block .views-row article,
section#block-views-poll-block .views-row article {
	padding-bottom: 0;
	margin-bottom: 0;
	/*background-image:url("../images/poll-background.jpg");
	background-repeat:no-repeat;*/
}
#block-views-tennis-mag-block{
	margin-top:20px;
}
section#block-views-poll-block h2 {
	font-size: 14px;
	text-align: center;
	background: #dddddd;
	margin-bottom: 10px;
	
}
section#block-views-poll-block header h2 {
	background: #fff;
	text-align: left;
	margin-bottom: 0;
	padding: 10px 10px 0 10px;
	width: 450px;
	float: left;
	/* height: 190px; */
   background:#df2f00;
   
}
section#block-views-poll-block header h2 a {
	color: #fff;
	pointer-events: none;
}
section#block-views-poll-block .poll {
	padding-right: 20px;
}
section#block-views-poll-block form#poll-view-voting .form-item{
}
section#block-views-poll-block form#poll-view-voting .form-item input,
section#block-views-poll-block form#poll-view-voting .form-item label {
	float: left;
	float: none\0;
}
section#block-views-poll-block form#poll-view-voting .form-item input {
	margin-top: 6px;
}
section#block-views-poll-block form#poll-view-voting .form-item label {
	width: 140px;
	margin-bottom: 10px;
}
section#block-views-poll-block form#poll-view-voting input#edit-vote {
	margin: 10px;
	float: right;
}
section#block-views-poll-block .poll .bar {
	margin-bottom: 0;
	right:-10px;
	position:relative;
	width:360px;
	
}
section#block-views-poll-block .text{
	right:-10px;
	position:relative;
	width:360px;
}
section#block-views-poll-block .percent{

}
section#block-views-poll-block img {
	width: 470px;
	height: 265px;
}



/* Follow site */
section#block-block-11 {
	clear:both;
	margin-top: 10px;
	padding-bottom: 15px !important;
}
section#block-block-11 h2 {
	font-size: 14px;
	float:left;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 10px;
	color: #2e6faa;
	letter-spacing: 0.5px;
	font-weight:bold;
}
section#block-block-11 p {
	margin-bottom: 0;
}
section#block-block-11 img {
	margin: 10px 4px 0px 3px;
}



/* Sidebar Right */
.sidebar-right {
	clear:both;
	background: #f8f8f8;
	padding-bottom: 0 !important;
	margin-bottom: 15px;
}
.sidebar-right h2 {
	/* background: #df2f00; */
	background: #3173A6;
	border-bottom: 3px solid #FF0000;
	color: #fff;
	text-transform: none;
	padding: 10px;
	margin-bottom: 0;
}
.sidebar-right p {
	margin-bottom: 0;
}
.sidebar-right .views-row {
	margin-bottom: 0;
	padding: 10px 0;
	border-top: 1px solid #f3cdc3;
}
.sidebar-right .views-field-title a {
	font-size: 14px;
	color: #df2f00;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 20px;
	line-height: 1.2;
	display: block;
	background-image: url("../images/competition-arrow.png");
	background-repeat:no-repeat;
	background-position: 0px 1px; 
}
.sidebar-right .views-field-body {
	margin-bottom: 0;
	margin-left: 30px;
}
.sidebar-right .item-list,
.sidebar-right .item-list ul {
	margin-bottom: 0;
	margin-left: 5px;
}
.sidebar-right .item-list ul li a {
	font-size: 12px;
}




/* Tennis Zone Image on Homepage */
section#block-views-sidebar-ads-block {
	clear:both;
	/* padding-bottom: 0 !important; */
}
section#block-views-sidebar-ads-block h2 {
	display: none;
}
section#block-views-sidebar-ads-block ul {
	margin: 0;
}
section#block-views-sidebar-ads-block ul li {
	padding: 0;
	margin: 0;
}
section#block-views-sidebar-ads-block ol {
	display: none;
}


/* Competitions and Events */
section#block-views-competitions-and-events-block {
	padding-bottom: 15px !important;
}
section#block-views-competitions-and-events-block h2 {
	background: #df2f00;
	color: #fff;
	text-transform: none;
	padding: 10px;
	margin-bottom: 0;
}
section#block-views-competitions-and-events-block p {
	margin-bottom: 0;
}
section#block-views-competitions-and-events-block .view-competitions-and-events {
	background: #f8f8f8 !important;
}
section#block-views-competitions-and-events-block .views-row {
	margin-bottom: 0;
	padding: 10px 0;
	border-top: 1px solid #f3cdc3;
}
section#block-views-competitions-and-events-block .views-field-title a {
	font-size: 14px;
	color: #df2f00;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 20px;
	line-height: 1.2;
	display: block;
	background-image: url("../images/competition-arrow.png");
	background-repeat:no-repeat;
	background-position: 0px 1px; 
}
section#block-views-competitions-and-events-block .views-field-body {
	margin-bottom: 0;
	margin-left: 30px;
}
section#block-views-competitions-and-events-block .views-row-1 .views-field-nothing,
section#block-views-competitions-and-events-block .views-row-2 .views-field-nothing,
section#block-views-competitions-and-events-block .views-row-3 .views-field-nothing {
	display: none;
}
section#block-views-competitions-and-events-block .views-row-4 .views-field-nothing {
	background: #df2f00;
	padding: 5px;
	margin-left: 10px;
	width: 50px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}
section#block-views-competitions-and-events-block .views-row-4 .views-field-nothing a {
	color: #fff;
}

#block-block-13 {
	padding-bottom: 0 !important;
}

/* Tennis Mag Image on Homepage */
section#block-views-tennis-mag-block h2 {
	display: none;
}



/* Video on Homepage */
section#block-views-videos-block {
	clear:both;
	padding-top: 20px;
}
section#block-views-videos-block h2 {
	background: #dddddd;
	font-size: 14px;
	text-align: center;
	/*background-image: url("../images/media-title-rds.png");*/
	background-repeat:no-repeat;
	background-position: right;
	margin-bottom: 10px;
}
.minplayer-default-logo {
	display: none;
}
.minplayer-default-preview img {
	width: 560px !important;
	height: 410px !important;
	margin: 0 !important; 
}
.minplayer-default {
	width: 560px;
}
.osmplayer-default-playlist {
	width: 240px !important;
}
.osmplayer-default-teaser {
	height: 55px;
	overflow: auto;
	padding: 5px 0 0px 0 !important;
	/* margin: 0; */
	/* padding: 0; */
}
.osmplayer-default-teaser .osmplayer-default-teaser-image {
	float: left;
	width: 74px !important;
	height: 54px !important;
}
.osmplayer-default-teaser .osmplayer-default-teaser-image img {
	width: 70px !important;
	height: 50px !important;
	border: 2px solid #323232;
	margin: 0 !important;
}

.osmplayer-default-teaser .osmplayer-default-teaser-info {
	float: left;
	width: 150px !important;
	height: 48px !important;
	padding: 0 !important;
	margin: 0 !important;
	line-height: 1.2;
	color: #fff !important;
	font-weight: bold !important;
	
}

.osmplayer-default-teaser-title{
  color:#fff;
  font-weight:normal;
}

#block-gtranslate-gtranslate{
display:none;
}
.adsense-placeholder{
 height:40px;
}
#block-adsense-search-0{
width: 100px;
float: right;
position:relative;
right:115px;
bottom:-20px;



}
#block-adsense-search-0 input[type=text]{
 width:120px;
 height:15px;
}
#block-adsense-search-0 input[type=submit]{
background:url(../images/search.png) no-repeat center center #E1E1E1;
color: transparent;
height:32px;
width:66px;
position:absolute;

}

#block-adsense-search-0 input[type=radio],label{
display:inline;

}

#block-adsense-search-0 img{
display:none;

}
#block-adsense-search-0 #ss0 ,label[for="ss0"]{
display:none;

}

#block-adsense-search-0 #ss1 ,label[for="ss1"]{


}

#block-adsense-search-0 #ss1{


}

#block-adsense-search-0 #ss1 ,label[for="ss2"]{


}

a .lowercase{ text-transform:lowercase;}



.show{
display:block;
}


.hide{
display:none;
}
