@charset "utf-8";
/*	Copyright 2013. MyPassion.
	Template Version 1.0.0
/*

/**************************************************/
/*	LIST OF SECTION :
		
		1)  HEADER & NAV
		2)  SLIDER
		3)  CONTENT
			a) COMMENTS
			b) PAGER
			c) ELEMENTS
			
		4)  SIDEBAR
			a) TWITTER
			b) FLICKR
			
		5)  FOOTER

/**************************************************/
body{
	/*background:#CCC url(/themes/bs/default/images/bs_background.jpg) no-repeat fixed center top;*/
	/*background-size:cover;*/
	background: #e2e2e2 url(/themes/bs/default/images/bs_background.jpg) no-repeat;
	margin:0 auto;
	overflow:visible !important;
}
.body-wrapper{
	width:100%;
	margin:0 auto;
	padding:0;
	float:left;
	z-index:9999;
	position:relative;
	height:auto;
	min-height:100%;
}
.controller{
	width:100%;
	min-height:100%;
	max-width:1600px;
	margin:0 auto;
}
.controller2{
	/*width:100%;*/
	float:left;
	background:#FFF;
	min-height:100%;
	width: -moz-calc(100% - 308px);/* Firefox */
	width: -webkit-calc(100% - 308px);/* WebKit */
	width: -o-calc(100% - 308px);/* Opera */
	width: calc(100% - 308px);/* Standard */
}
/*#ads_right {
	display:none;
}*/
#ads_right {
	float:left;
	text-align:right;
	vertical-align:top;
	width:304px;
}
	#ads_right .big_skyscraper{
		height:600px;
		margin-left:4px;
		width:300px;
	}
#mobile_ad{display:none;}

/*------------------------------------------------------------------*/ 
/*	1) HEADER & NAV
/*------------------------------------------------------------------*/
#header{
	height:auto;
	width:98%;
	float:left;
	position:relative;
	margin:0 1%;
}
.logo{
	float:left;
	width:auto;
	max-width:452px;
	height:auto;
	margin:35px 0 20px 0;
}
.search{
	background:#fafafa;
	width:33%;
	float:right;
	margin-top:30px;
}
.search .ft{
	background:none;
	padding:5px;
	margin:4px 0 0 10px;
	width:150px;
	color:#898989;
}
.search .fs{
	background:#ea4748 url(/themes/bs/default/img/search.png) no-repeat center;
	border:none;
	margin:0;
	height:34px;
	width:43px;
	float:right;
}
.login{
	clear:right;
	width:280px;
	float:right;
	margin-top:30px;
}

nav#nav{
	float:left;
	clear:both;
	border-bottom:1px solid #ea4748;
	width:100%;
	margin-top:20px;
}
.sf-menu{
	list-style-type:none;
	clear:both;
	margin:0;
	padding:0;
}
.sf-menu>li{
	float:left;
	margin-right:30px;
}
.sf-menu>li>a{
	padding:0 0 7px 0;
	display:block;
	position:relative;
}
.sf-menu li a{
	color:#696969;
	font-family: 'Merriweather Sans', Arial, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}
.sf-menu li a:hover{
	color:#696969;
}
.sf-menu>li>a{
	border-bottom:3px solid #FFF;
}
.sf-menu>li>a:hover{
	border-bottom:3px solid #ea4748;
	text-decoration:none;
}
.sf-menu li.current>a{
	color:#696969;
	text-decoration:none;
	border-bottom:3px solid #ea4748;
}
.device-menu{
	display:none;
	width:100%;
	border:1px solid #CCC;
	padding:5px;
	margin-bottom:10px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
}
.top_banner{margin-bottom:16px;}
.imu{width:300px;margin:0 auto;}
.skyscraper{float:left;width:160px;margin:0 auto;}
.column-two-third .skyscraper{height:800px;}
/*------------------------------------------------------------------*/ 
/*	2) SLIDER
/*------------------------------------------------------------------*/
#slider{
	clear:both;
	width:100%;
	margin-bottom:30px;
}
#slider .container{
	margin: 0 auto;
}
.main-slider{
	width:47%;
	margin-right:1%;
	margin-left:2%;
	height:auto;
	float:left;
}
.slider2, .slider3, .slider4{
	float:left;
	width:21%;
	margin:0 2%;
	position:relative;
}
/*.slider2{
	float:left;
	width:380px;
	margin:0 10px 14px 10px;
	position:relative;
}
.slider3, .slider4{
	float:left;
	width:180px;
	margin:0 10px;
	position:relative;
}*/
.slider2 img, .slider3 img, .slider4 img{
	max-width:100%;
	max-height:250px;
}
.caption {
    background: url(/themes/bs/default/img/pixel.png) repeat;
    bottom: 0;
    color: #FFFFFF;
    font-size: 14px;
    left: 0;
    line-height: 18px;
    padding: 10px;
    position: absolute;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
	text-align:left;
	font-size:12px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
p.caption{
	margin-bottom:5px;
	color:#ddd;
}
p.caption a{
	font-size:14px;
	color:#fff;
	margin-bottom:10px;
	display:block;
}
p.caption a:hover{
	text-decoration:underline;
}
.slider2 p.caption a, .slider3 p.caption a, .slider4 p.caption a{
	font-size:12px;
	margin-bottom:0;
}
.badg{
	position:absolute;
	float:left;
	background:#ea4748;
	z-index:3;
	top:0;
	padding:5px 30px;
}
.badg p{
	margin:0;
	color:#FFF;
}
.badg a{
	color:#FFF;
}
/*------------------------------------------------------------------*/ 
/*	3) CONTENT
/*------------------------------------------------------------------*/
.clr{clear:both;}
#content{
	float:left;
	clear:both;
	width:100%;
	margin-top:20px;
}
.breadcrumbs{
	border-bottom:1px solid #dbdbdb;
}
.breadcrumbs p{
	margin:0 0 5px 0;
	padding:0;
}
.breadcrumbs p a{
	color:#696969;
}
.main-content{
	float:left;
	/*width:640px;*/
	width: -moz-calc(66% - 20px);/* Firefox */
	width: -webkit-calc(66% - 20px);/* WebKit */
	width: -o-calc(66% - 20px);/* Opera */
	width: calc(66% - 20px);/* Standard */
	width:65%;
	margin-bottom:20px;
}
div.left-sidebar{
	float:right;
}
.full-width{
	float:left;
	width:100%;
	margin-bottom:20px;
}
h5.line{
	border-bottom:1px solid #ea4748;
	padding-bottom:8px;
	position:relative;
	margin-bottom:10px;
	text-transform:uppercase;
}
h5.line>span{
	width:auto;
	border-bottom:4px solid #ea4748;
	padding-bottom:7px;
}
.alignright{ float:right;  margin:0 0 10px 20px}
.alignleft{ float:left;  margin:0 20px 10px 0}
.floatleft{ float:left}
.floatright{ float:right}

ul.center_menu, ul.center_submenu {
	list-style-type: none;
	text-align: left;
	margin: 0;
	margin-bottom: 20px;
	padding: 5px;
	clear:both;
}
ul.center_menu li, ul.center_submenu li {
	display: inline;
}
ul.center_menu li a, ul.center_submenu li a {
	border: 1px solid #EA4748;
	padding: 2px 5px;
	margin: 0;
}
ul.center_menu li.selected a, ul.center_submenu li.selected a, ul.center_menu li a:hover, ul.center_submenu li a:hover {
	background-color: #EA4748;
	color: #ffffff;
}
fieldset{border:1px solid #EA4748;padding:1em;}
legend{border:1px solid #EA4748;color:#EA4748;font-size:90%;font-weight:bold;text-align:right;padding:0.2em 0.5em;}
article#article{float:left;
	width: -moz-calc(100% - 200px);/* Firefox */
	width: -webkit-calc(100% - 200px);/* WebKit */
	width: -o-calc(100% - 200px);/* Opera */
	width: calc(100% - 200px);/* Standard */padding:0 0 0 25px;text-align:justify;}
article#article h2, article#article h3, article#article h4{color:#23afe1;}
article#article img{display:block;width:98% !important;height:auto !important;max-width:560px;margin:0 auto;}
article#article iframe{width:100%;}
article#article blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D";
}
article#article blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.5em;
}
article#article blockquote p {
  display: inline;
  color:#999;
  font-weight:bold;
  font-size:1.6em;
  padding:0;
  line-height: 1.6em;
}
.img_copyright{float:right;color:#999;font-size:10px;margin-right:16px;margin-bottom:5px;}
.kalooga_13054{margin:0 auto;}

.block{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	list-style-type:none;
}
.block li{
	border-bottom:1px solid #dbdbdb;
	float:left;
	width:100%;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}
.block li:nth-last-child(1){
	border-bottom:none;
}
.block p{
	margin-bottom:10px;
}
.block span{
	color:#ea4748;
	display:block;
	margin-bottom:5px;
	font-size:11px;
}
.block a{
	color:#696969;
}
.block a:hover{
	text-decoration:underline;
}
.block span.rating{
	background:url(/themes/bs/default/img/stars2.png) no-repeat;
	width:53px;
	height:9px;
	position:relative;
	display:block;
	float:left;
	cursor:pointer;
}
.block span.rating span{
	background:url(/themes/bs/default/img/stars.png) no-repeat;
	height:9px;
}
.wnews{
	margin:10px 0 0 0;
	padding:0;
	list-style-type:none;
	width:620px;
	float:left;
}
.wnews li{
	float:left;
	width:620px;
	margin:0 0 0 0;
}
.wnews li img{
	margin-bottom:10px;
}
.wnews li h6{
	margin-top:0;
}
.block2{
	float:left;
	width:100%;
	margin:20px 0 0 0;
	padding:0;
	list-style-type:none;
}
.block2 li{
	border-bottom:1px solid #dbdbdb;
	float:left;
	clear:left;
	/*width:300px;*/
	width: -moz-calc(50% - 30px);/* Firefox */
	width: -webkit-calc(50% - 30px);/* WebKit */
	width: -o-calc(50% - 30px);/* Opera */
	width: calc(50% - 30px);/* Standard */
	width:49%;
	padding:0 0 10px 0;
	margin:0 1% 20px 0;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.block2 li.m-r-no{clear:none;}
.block2 li:nth-child(2n){
	margin-right:0;
}
.block2 li img{
	float:left;
}
.block2 p{
	margin-bottom:10px;
}
.block2 span{
	color:#ea4748;
	display:block;
	margin-bottom:5px;
	font-size:11px;
}
.block2 a{
	color:#696969;
}
.block2 a:hover{
	text-decoration:underline;
}
span.rating{
	background:url(/themes/bs/default/img/stars2.png) no-repeat;
	width:53px;
	height:9px;
	position:relative;
	display:block;
	float:left;
	cursor:pointer;
}
span.rating span{
	background:url(/themes/bs/default/img/stars.png) no-repeat;
	height:9px;
	display:block;
}

.outertight{
	width: -moz-calc(50% - 20px);/* Firefox */
	width: -webkit-calc(50% - 20px);/* WebKit */
	width: -o-calc(50% - 20px);/* Opera */
	width: calc(50% - 20px);/* Standard */
	width:49%;
	margin-right:1%;
	float:left;
	margin-top:10px;
	position:relative;
}
.outertight .outertight{width:100%;}
.outertight_sky{
	width: -moz-calc(98% - 160px);/* Firefox */
	width: -webkit-calc(98% - 160px);/* WebKit */
	width: -o-calc(98% - 160px);/* Opera */
	width: calc(98% - 160px);/* Standard */
	margin:0 2%;
	float:left;
	position:relative;
}
.outerwide{
	width:100%;/*620px;*/
	float:left;
	position:relative;
}
li.m-r-no, div.m-r-no{
	margin-right:0;
}
.m-t-no{
	margin-top:0;
}
img.headimage{
	width:98%;
	max-width:300px;
}
span.meta{
	font-size:12px;
	color:#ea4748;
	margin-bottom:10px;
	display:block;
}
span.meta a{color:#ea4748;}
ul.block2 a.title, ul.block a.title{
	font-size: 13px;
}
h6.regular{
	font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
	margin-top:10px;
	font-size: 16px;
	font-weight:normal;
}
.navbar{
	width:100%;
	position:absolute;
	margin:-20px 0 0 0;
	
}
.prev{
	
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#878787), to(#565656)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #878787, #565656);/* Safari 5.1, Chrome 10+ */  
	background: -moz-linear-gradient(top, #878787, #565656); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #878787, #565656); /* IE 10 */ 
	background: -o-linear-gradient(top, #878787, #565656);/* Opera 11.10+ */ 
	background-color:#333;
	width:19px;
	height:19px;
	display:block;
	float:right;
	margin:0 2px 0 0;
}
.prev span{
	width:19px;
	height:19px;
	background-image:url(/themes/bs/default/img/slider-nav2.png);
	background-position: 5px 4px;
	background-repeat:no-repeat;
	float:left;
}
.next{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#878787), to(#565656)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #878787, #565656);/* Safari 5.1, Chrome 10+ */  
	background: -moz-linear-gradient(top, #878787, #565656); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #878787, #565656); /* IE 10 */ 
	background: -o-linear-gradient(top, #878787, #565656);/* Opera 11.10+ */ 
	background-color:#333;
	width:19px;
	height:19px;
	display:block;
	float:right;
}
.next:hover, .prev:hover {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ee6c6d), to(#bd3a3b)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #ee6c6d, #bd3a3b);/* Safari 5.1, Chrome 10+ */  
	background: -moz-linear-gradient(top, #ee6c6d, #bd3a3b); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #ee6c6d, #bd3a3b); /* IE 10 */ 
	background: -o-linear-gradient(top, #ee6c6d, #bd3a3b);/* Opera 11.10+ */ 
	background-color:#ea4748;
}
.next span{
	width:19px;
	height:19px;
	background:url(/themes/bs/default/img/slider-nav2.png) no-repeat;
	background-position: -14px 4px;
	background-repeat:no-repeat;
	float:left;
}
#carousel li:nth-last-child(4){
	border-bottom:none;
}
.minislide{
	list-style-type:none;
	margin:0;
	padding:0;
}
.minislide li{
	float:left;
	margin:0;
}
.navbar2{
	position:relative;
	z-index:10;
}
.navbar2 a.prev{
	margin:-31% 0 0 0;
	float:left;
}
.navbar2 a.next{
	margin:-31% 0 0 0;
}

.single h6.title{
	margin:20px 0 10px 0;
	font-size: 16px;
}
ul.sharebox {
	list-style-type:none;
	width:100%;
	float:left;
	clear:both;
	margin:20px 0;
	padding:0;
}
ul.sharebox li{
	float:right;
	margin-right:5px;
	font-size:11px;
}
ul.sharebox li a{
	color:#696969;
	border:1px solid #dbdbdb;
	padding:5px 15px 2px 10px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #fff, #f0f0f0);/* Safari 5.1, Chrome 10+ */  
	background: -moz-linear-gradient(top, #fff, #f0f0f0); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #fff, #f0f0f0); /* IE 10 */ 
	background: -o-linear-gradient(top, #fff, #f0f0f0);/* Opera 11.10+ */ 
	background-color:#f0f0f0;
}
ul.sharebox li a:hover{
	text-decoration:none;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f0f0f0), to(#fff)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #f0f0f0, #fff);/* Safari 5.1, Chrome 10+ */  
	background: -moz-linear-gradient(top, #f0f0f0, #fff); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #f0f0f0, #fff); /* IE 10 */ 
	background: -o-linear-gradient(top, #f0f0f0, #fff);/* Opera 11.10+ */ 
	background-color:#fff;
}
ul.sharebox li span.facebook{
	background:url(/themes/bs/default/img/share-f.png) no-repeat left center;
	padding:2px 0 0 20px;
}
ul.sharebox li span.pinterest{
	background:url(/themes/bs/default/img/share-p.png) no-repeat left center;
	padding:2px 0 0 20px;
}
ul.sharebox li span.twitter{
	background:url(/themes/bs/default/img/share-t.png) no-repeat left center;
	padding:2px 0 0 20px;
}
.authorbox{
	width:96%;
	height:50px;
	padding:0;
	margin:0;
	padding-top:4px;
	float:left;
	background:#fafafa;
	border: #DBDBDB solid 1px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
/*.authorbox img{
	width:80px;
	height:80px;
	margin:0 20px 5px 0;
	float:left;
}*/
.authorbox h6{
	font-size:12px;
	margin:0 0 5px 0;
}
.authorbox table, .authorbox td{border:0;}
.balloon-box{width:110px;font-size:12px;}
.balloon-box img{float:left;margin-right:5px;}
.balloon-count{float:left;color:#666;background-color:#fff;border-width:1px;border-style:solid;border-color:#cdd5e5;position: relative;height:16px;margin-top:1px;}
.balloon-count i,.balloon-count u {border: solid transparent;border-right-color: #D7D7D7;top: 4px;left: -5px;display: block;position: absolute;height: 1px;border-width: 4px 5px 4px 0;}
.balloon-count i {left: -3px;z-index: 5;border-right-color: white;}

#fault{clear:both;padding-top:10px;font-size:10px;text-align:right;}
#fault a{color:#666;}
.relatednews{
	clear:both;
	width:100%;
	margin:20px 0;
}
.relatednews ul{
	list-style-type:none;
	clear:both;
	width:100%;
	margin:20px 0 0 0;
	padding:0;
}
.relatednews ul li{
	width:23%;
	float:left;
	margin:0 2% 10px 0;
	min-width:150px;
	height:160px;
}
.relatednews ul li:nth-last-child(1){
	margin-right:0;
}
.relatednews ul li img{
	max-width:140px;
}
.relatednews ul li p{
	margin:0 0 5px 0;
}
.relatednews ul li a{
	color:#696969;
	display:block;
}
.relatednews ul li span{
	color:#EA4748;
}
/*  :: COMMENTS ::  */
/*.comments{
	width:100%;
	clear:both;
	margin-top:10px;
	padding-top:20px;
	float:left;
	margin-bottom:10px;
}
.comments, .comments p{
	color:#c5c5c5;
}
.comments ul{
	margin:20px 0 0 0;
	padding:0;
	list-style-type:none;
}
.comments ul li{
	margin:0;
	padding:0;
}
.comments ul li>div{
	padding:10px;
	background:#fafafa;
	float:left;
	
}
.comment-avatar{
	width:80px;
	height:80px;
	float:left;
	margin:0 20px 0 0;
}
.comment-avatar img{
	width:80px;
	height:80px;
}
.commment-text-wrap{
	float:left;
	width:500px;
}
.comment-data p{
	color:#696969;
}
a.url{
	color:#696969;
}
.comment-data p span{
	font-size:11px;
	text-transform:uppercase;
	color:#ea4748;
}
a.comment-reply-link{
	color:#FFF;
	background:#9E9E9E;
	padding:2px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition:background-color 0.4s ease-in;  
	-moz-transition:background-color 0.4s ease-in;  
	-o-transition:background-color 0.4s ease-in;  
	transition:background-color 0.4s ease-in;
}
a.comment-reply-link:hover{
	background:#ea4748;
	text-decoration:none;
}
.comment-text{
	color:#929292;
}
ul.children{
	margin:10px 0 0 10px;
	float:left;
	border-left:1px solid #e1e1e1;
}
ul.children li{
	padding:0 0 0 19px;
	float:left;
}
ul.children li div.commment-text-wrap{
	width:470px;
}
ul.children li li div.commment-text-wrap{
	width:440px;
}
ul.children li li li div.commment-text-wrap{
	width:410px;
}
ul.children li li li ul.children{
	margin-left:0;
	border:0;
	margin-left:-19px;
}

.comment-form, .contact-form{
	clear:both;
	width:100%;
	margin-top:20px;
	padding-top:20px;
	float:left;
}
.comment-form form{
	margin:20px 0 0 0;
}*/
.comments{clear:left;}
#comments_outer{margin:10px;}
#comments .comment{border:1px solid #EA4748;clear:both;float:left;margin:5px;width: -moz-calc(100% - 12px);/* Firefox */width: -webkit-calc(100% - 12px);/* WebKit */width: -o-calc(100% - 12px);/* Opera */width: calc(100% - 12px);/* Standard */position:relative;/*-moz-border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;-khtml-border-radius:10px 10px 0 0;border-radius:10px 10px 0 0;*/}
#comments .admin{border:1px solid #21AEE1;}
#comments .comment .comment_show, #comments .comment .comment_show_user {background-color: #EA4748;padding: 1px;padding-left: 5px;color: #ffffff;/*-moz-border-radius:10px;-webkit-border-radius:10px;-khtml-border-radius:10px;border-radius:10px;*/}
#comments .admin .comment_show, #comments .admin .comment_show_user {background-color: #21AEE1;}
#comments .comment .comment_show a, #comments .comment .comment_show_user a {color: #ffffff;cursor: pointer;cursor: hand;}
#comments .comment .comment_user {background-color: #EA4748;
	background:-webkit-linear-gradient(#EA4748, #ed1c23);
	background:-moz-linear-gradient(#EA4748, #ed1c23);
	background:-ms-linear-gradient(#EA4748, #ed1c23);
	background:-o-linear-gradient(#EA4748, #ed1c23);
	background:linear-gradient(#EA4748, #ed1c23);padding: 1px;padding-left: 5px;float: left;
		width: -moz-calc(100% - 129px);/* Firefox */
		width: -webkit-calc(100% - 129px);/* WebKit */
		width: -o-calc(100% - 129px);/* Opera */
		width: calc(100% - 129px);/* Standard */color: #ffffff;/*-moz-border-radius:10px 0 0 0;-webkit-border-radius:10px 0 0 0;-khtml-border-radius:10px 0 0 0;border-radius:10px 0 0 0;*/}
#comments .admin .comment_user {background-color: #21AEE1;}
#comments .comment .comment_user a {color: #ffffff;}
#comments .comment .comment_date {float:right;background-color: #EA4748;
	background:-webkit-linear-gradient(#EA4748, #ed1c23);
	background:-moz-linear-gradient(#EA4748, #ed1c23);
	background:-ms-linear-gradient(#EA4748, #ed1c23);
	background:-o-linear-gradient(#EA4748, #ed1c23);
	background:linear-gradient(#EA4748, #ed1c23);padding: 1px;width:120px;float: left;text-align: right;color: #ffffff;/*-moz-border-radius:0 10px 0 0;-webkit-border-radius:0 10px 0 0;-khtml-border-radius:0 10px 0 0;border-radius:0 10px 0 0;*/}
#comments .admin .comment_date {background-color: #21AEE1;}
#comments .comment .comment_info {clear:left;padding: 4px;width: 108px;float: left;}
#comments .comment .comment_photo {}
#comments .comment .comment_plusmin {text-align: center;font-weight: bold;cursor: pointer;cursor: hand;margin-left:20px;}
#comments .comment .comment_plusmin .plus {color: #006400;}
#comments .comment .comment_plusmin .min {color: #FF0000;}
#comments .comment .comment_plusmin .zero {color: #000000;}
a.plus, a.plus_selected {display: inline-block;margin-left: 5px;width: 16px;height: 16px;background: transparent url(/imagessite/plus.gif) no-repeat;cursor: pointer;cursor: hand;}
a.plus:hover, a.plus_selected {background-position: -16px 0;}
a.min, a.min_selected {display: inline-block;margin-right: 5px;width: 16px;height: 16px;background: transparent url(/imagessite/min.gif) no-repeat;cursor: pointer;cursor: hand;}
a.min:hover, a.min_selected {background-position: -16px 0;}
a.mustread, a.mustread_selected {display: inline-block;margin-left: 5px;width: 32px;height: 32px;background: transparent url(/imagessite/mustread.png) no-repeat;cursor: pointer;cursor: hand;}
a.mustread:hover, a.mustread_selected {background-position: -32px 0;}
a.interesting, a.interesting_selected {display: inline-block;margin-right: 5px;width: 32px;height: 32px;background: transparent url(/imagessite/interesting.png) no-repeat;cursor: pointer;cursor: hand;}
a.interesting:hover, a.interesting_selected {background-position: -32px 0;}
#comments .comment .comment_text {float: left;padding: 3px;padding-bottom:35px;
		width: -moz-calc(100% - 122px);/* Firefox */
		width: -webkit-calc(100% - 122px);/* WebKit */
		width: -o-calc(100% - 122px);/* Opera */
		width: calc(100% - 132px);/* Standard */line-height:16px;color:#696969;}
#comments .comment .comment_text img {max-width:380px;}
#comments .comment .comment_text .quote {clear: both;padding: 3px;margin: 10px;margin-top: 0;border: 1px dashed #cccccc;/*-moz-border-radius:10px;-webkit-border-radius:10px;-khtml-border-radius:10px;border-radius:10px;*/}
.quote {display:inline-block; padding: 3px;margin: 10px;margin-top: 0;border: 1px dashed #cccccc;}
#comments .comment .comment_tools {float:left;position:absolute;bottom:0;right:0;vertical-align: middle;height: 32px;/*-moz-border-radius:10px;-webkit-border-radius:10px;-khtml-border-radius:10px;border-radius:10px;*/}
#comments .comment .comment_tools a.comment_tool {display: table-cell;float: left;margin:0;padding: 1px;font-size: 10px;line-height: 1.1em;height: 32px;vertical-align: middle;text-align: center;cursor: pointer;cursor: hand;/*-moz-border-radius:10px;-webkit-border-radius:10px;-khtml-border-radius:10px;border-radius:10px;*/}
* #comments .comment .comment_tools{height: 35px;} /** IE7 and below **/
/** MATCH **/
.match-results{width:100%;float:left;background:url(https://static.sportid.be/bs/images/seperate.png) 50% 23px no-repeat;}
.teams-box{width:50%;}
.teams-box.first-team{float:left;}
.teams-box.second-team{float:right;}
.first-team .team-flag{float:left;padding:6px 0 0 0;width:62px;}
.first-team .team-name{float:left;font-family:Arial, Helvetica, sans-serif;font-size:20px;font-weight:bold;color:#000;line-height:23px;padding:25px 0 0 10px;}
.first-team .team-score{font-family:Arial, Helvetica, sans-serif;font-size:65px;line-height:67px;font-weight:bold;float:right;padding:0px 0;margin-right:24px;width:40px;}
.second-team .team-flag{float:right;padding:6px 0 0 0;}
.second-team .team-name{float:right;font-family:Arial, Helvetica, sans-serif;font-size:20px;font-weight:bold;color:#000;line-height:23px;padding:25px 10px 0 0;}
.second-team .team-score{font-family:Arial, Helvetica, sans-serif;font-size:65px;line-height:67px;font-weight:bold;float:left;padding:0px 0;margin-left:24px;width:40px;}
.score-row{width:100%;float:left;line-height:15px;padding-top:10px;padding-bottom:5px;}
.score-row span{float:left;padding:0 5px 0 0;}
.second-team .score-row{width:100%;float:left;text-align:right;}
.second-team .score-row span{float:right;padding:0 0px 0 5px;}
.highlight-text{text-align:center;font-family:Arial, Helvetica, sans-serif;font-size:14px;padding:20px 0 10px 0;float:left;width:100%;color:#555;}
fieldset#choose_favorite legend{text-align:center;}
fieldset#choose_favorite label{font-size:11px;padding-bottom:2px;}
.support_option{font-weight:bold;width:80%;cursor:pointer;padding:2px;margin-bottom:8px;}
.support_option:HOVER, .support_option.active{background-color:#F2F2F2;padding:2px;-moz-border-radius: 5px;-webkit-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;-moz-box-shadow: 0 0 5px #888;webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;}
.supportmeter_hometeam, .supportmeter_awayteam{height:5px;}
.supportmeter_hometeam{background-color:#ff0000;}
.supportmeter_awayteam{background-color:#0000ff;}
.redBar{display:inline-block;background-color:red;cursor:pointer;height:14px;width:1px;margin-top:6px;}
.redArrow{display:inline-block;width:0;height:0;cursor:pointer;border-top: 7px solid transparent;border-bottom: 7px solid transparent;border-left:7px solid red;margin-top:6px;}
.greenBar{display:inline-block;background-color:darkgreen;cursor:pointer;height:14px;width:1px;margin-top:6px;}
.greenArrow{cursor:pointer;display:inline-block;width:0;height:0;border-top: 7px solid transparent;border-bottom: 7px solid transparent;border-left:7px solid darkgreen;margin-top:6px;}
.profilePic{border:0;float:left;height:120px;padding:5px;text-align:center;vertical-align:middle;width:130px;}
.profilePicSmall{width:50px;height:50px;}
.profilePicSmall img{border:0;padding:5px;max-height:50px;max-width:50px;}
.minute{font-size:14px;font-weight:bold;font-style:italic;color:#323947;}
.rounded-corners {-moz-border-radius: 5px;-webkit-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;-moz-box-shadow: 0 0 5px #888;webkit-box-shadow: 0 0 5px#888;box-shadow: 0 0 5px #888;}
.highlight_event{width:96%;margin:2%;margin-bottom:24px;background-color:#f5f5f5;}
.highlight_info{width:10%;float:left;}
.highlight_minute{font-size:24px;font-weight:bold;padding:8px 2px;}
.highlight_image{padding:5px;}
.highlight_title{font-size:14px;}
.highlight_text{float:left;padding:1%;width:88%;text-align:left;background-color:#fff;-moz-border-radius: 5px;-webkit-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;}
.highlight_text ul{margin:0;padding:0;padding-left:80px;margin-top:5px;}
.highlight_text ul li{margin:0;padding-left:10px;padding:0;line-height:16px;list-style-image: url(https://static.sportid.be/bs/images/arrow.png);}
.highlight_photo{float:right;width:100px;}
.highlight_rating{border-top: 1px solid #ccc;padding:8px;text-align:center;}
.buttongreen {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 3px;
	text-decoration:none;
	text-shadow:1px 1px 0px #689324;
}
.buttonred {-moz-box-shadow:inset 0px 1px 0px 0px #f29c93;-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;box-shadow:inset 0px 1px 0px 0px #f29c93;background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');background-color:#fe1a00;-moz-border-radius:6px;-webkit-border-radius:6px;border-radius:6px;border:1px solid #d83526;display:inline-block;color:#ffffff;font-family:arial;font-size:11px;font-weight:bold;padding:3px 3px;text-decoration:none;text-shadow:1px 1px 0px #b23e35;}
.rating{overflow: hidden;display: inline-block;}
.rating-input {position: absolute;right:0;bottom: -10px;}
.rating:hover .rating-star:hover,.rating:hover .rating-star:hover ~ .rating-star,.rating-input:checked ~ .rating-star {background-position: 0 0;}
.rating-star,.rating:hover .rating-star {float: right;display: block;width: 16px;height: 16px;background: url('https://static.sportid.be/bs/images/rating_stars.png') 0 -16px;}
/** FORM **/
.form{
	float:left;
	clear:both;
	margin-bottom:15px;
}
.form2{
	float:left;
	clear:both;
}
.form label{
	margin:0 0 5px;
	float:left;
	color:#929292;
}
.input input{
	float:left;
	width:278px;
	margin:4px 0;
	padding:8px 5px;
	background:none;
	border:1px solid #dbdbdb;
	color:#c5c5c5;
	clear:both;
}
.form textarea{
	border:1px solid #dbdbdb;
	background:none;
	width:600px;
	height:100px;
	clear:both;
	float:left;
	padding:5px;
	resize:vertical;
	color:#c5c5c5;
}
.input input:focus, .form textarea:focus{
	border:1px solid #999;
}
input.post-comment{
	padding:10px 15px;
	cursor:pointer;
	color:#FFF;
	clear:both;
	float:left;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ee6c6d), to(#bc393a)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #ee6c6d, #bc393a);/* Safari 5.1, Chrome 10+ */  
	background: -moz-linear-gradient(top, #ee6c6d, #bc393a); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #ee6c6d, #bc393a); /* IE 10 */ 
	background: -o-linear-gradient(top, #ee6c6d, #bc393a);/* Opera 11.10+ */ 
	background-color:#ea4748;
}
input.post-comment:hover{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bc393a), to(#ee6c6d)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #bc393a, #ee6c6d);/* Safari 5.1, Chrome 10+ */  
	background: -moz-linear-gradient(top, #bc393a, #ee6c6d); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #bc393a, #ee6c6d); /* IE 10 */ 
	background: -o-linear-gradient(top, #bc393a, #ee6c6d);/* Opera 11.10+ */ 
	background-color:#555;
}
a.send{
	padding:10px 15px;
	cursor:pointer;
	color:#FFF;
	clear:both;
	float:left;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ee6c6d), to(#bc393a)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #ee6c6d, #bc393a);/* Safari 5.1, Chrome 10+ */  
	background: -moz-linear-gradient(top, #ee6c6d, #bc393a); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #ee6c6d, #bc393a); /* IE 10 */ 
	background: -o-linear-gradient(top, #ee6c6d, #bc393a);/* Opera 11.10+ */ 
	background-color:#ea4748;
}
a.send:hover{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bc393a), to(#ee6c6d)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #bc393a, #ee6c6d);/* Safari 5.1, Chrome 10+ */  
	background: -moz-linear-gradient(top, #bc393a, #ee6c6d); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #bc393a, #ee6c6d); /* IE 10 */ 
	background: -o-linear-gradient(top, #bc393a, #ee6c6d);/* Opera 11.10+ */ 
	background-color:#555;
	text-decoration:none;
}
.alertMessage{
	width:100%;
	float:left;
	clear:both;
	margin-top:10px;
}
.alertMessage ul{
	padding:0 0 0 15px;
	font-size:14px;
	color:#E4593A;
}
#map{
	width:100%;
	height:300px;
	margin-bottom:30px;
}
.contact-info{
	background:#fbfbfb;
	padding:20px;
}
.contact-info p i{
	font-size:20px;
	margin-right:15px;
	width:20px;
	margin-bottom:20px;
	float:left;
	margin-top:-7px;
}

/*  :: PAGER ::  */
.pager{
	width:auto;
	float:left;
	clear:both;
	margin:10px 10px 20px 0px;
}
.pager ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.pager ul li{
	float:left;
	margin-bottom:10px;
}
.pager ul li a{
	padding:3px 10px 4px 10px;
	margin:0 5px 0 0;
	color:#696969;
	display:block;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e2e2e2), to(#c9c9c9)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #e2e2e2, #c9c9c9);/* Safari 5.1, Chrome 10+ */  
	background: -moz-linear-gradient(top, #e2e2e2, #c9c9c9); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #e2e2e2, #c9c9c9); /* IE 10 */ 
	background: -o-linear-gradient(top, #e2e2e2, #c9c9c9);/* Opera 11.10+ */ 
	background-color:#555;
}
.pager ul li a:hover{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ee6c6d), to(#bc393a)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #ee6c6d, #bc393a);/* Safari 5.1, Chrome 10+ */  
	background: -moz-linear-gradient(top, #ee6c6d, #bc393a); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #ee6c6d, #bc393a); /* IE 10 */ 
	background: -o-linear-gradient(top, #ee6c6d, #bc393a);/* Opera 11.10+ */ 
	background-color:#ea4748;
	color:#fff;
	text-decoration:none;
}
.pager ul li a.active{
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ee6c6d), to(#bc393a)); /* Safari 4-5, Chrome 1-9 */ 
	background: -webkit-linear-gradient(top, #ee6c6d, #bc393a);/* Safari 5.1, Chrome 10+ */  
	background: -moz-linear-gradient(top, #ee6c6d, #bc393a); /* Firefox 3.6+ */ 
	background: -ms-linear-gradient(top, #ee6c6d, #bc393a); /* IE 10 */ 
	background: -o-linear-gradient(top, #ee6c6d, #bc393a);/* Opera 11.10+ */ 
	background-color:#ea4748;
	color:#fff;
}
.pager ul li a.first-page{
	background:#6c6c6c url(/themes/bs/default/img/slider-nav2.png) no-repeat center;
	background-position:8px 8px;
	padding:0;
	width:25px;
	display:block;
	height:26px;
}

.pager ul li a.last-page{
	background:#6c6c6c url(/themes/bs/default/img/slider-nav2.png) no-repeat center;
	background-position:-11px 8px;
	padding:0;
	width:25px;
	display:block;
	height:26px;
}



/*  :: Elements ::  */
ul, ol{
	margin:0;
	padding:0 0 0 20px;
	color:#686d71;
}
.features ul, .features ol{
	float:left;
	margin-right:100px;
}
ul.check{
	list-style-type:none;
	padding:0;
}
ul.check li{
	background:url(/themes/bs/default/img/check.png) no-repeat left center;
	padding:0 0 0 20px;
}
blockquote{
	margin:10px;
	font-style:italic;
	color:#777;
	background:url(/themes/bs/default/img/blockquote.png) no-repeat left top;
	padding:0 0 10px 60px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	min-height:40px;
}
.features blockquote{
	float:left;
	margin:30px 0 0 0;
}
.error{
	border:1px solid #fc7d68;
	color:#fc7d68;
	background:#ffddd6;
}
.error p{
	margin:0;
	color:#fc7d68;
	padding:0 40px 0 0;
}
.info{
	border:1px solid #1fbcf0;
	color:#1fbcf0;
	background:#caefff;
	
}
.info p{
	margin:0;
	color:#20a1c6;
	padding:0 40px 0 0;
}
.success{
	border:1px solid #25e04d;
	color:#25e04d;
	background:#d7ffd6;
	
}
.success p{
	margin:0;
	color:#25e04d;
	padding:0 40px 0 0;
}
.notice{
	border:1px solid #e9bd61;
	color:#e9bd61;
	background:#fff1d5;
	
}
.notice p{
	margin:0;
	color:#e9bd61;
	padding:0 40px 0 0;
}
.notifications{
	padding:10px;
	height:auto;
	position:relative;
	margin-bottom:15px;
}
.notifications span{
	font-weight:bold;
	margin:0 10px 0 0;
}
.notifications span.closer{
	width:20px;
	margin:0 0 0 20px;
	height:20px;
	cursor:pointer;
	float:right;
	position:absolute;
	right:10px;
	top:10px;
}
span.dropcap{
	font-size:30px;
	float:left;
	margin:3px 20px 5px 0;
	line-height:1;
	padding:15px 20px;
	background:#ea4748;
	color:#fff;
}
span.dropcap2{
	font-size:30px;
	float:left;
	margin:3px 20px 5px 0;
	line-height:1;
	padding:15px 20px;
	background:#ea4748;
	color:#fff;
	-webkit-border-radius: 40px;	
	-moz-border-radius: 40px;	
	border-radius: 40px;
}
span.highlight{
	background:#ea4748;
	padding:2px 7px;
	color:#FFF;
}
.ui-tooltip, .arrow:after {
	background:#252525;
	border: 1px solid #444;
	box-shadow:none;
	border-radius:0px;
	color:#eee;
	font-size:12px;
	padding:5px 15px;
}
table{
	width:100%;
	text-align:left;
	border-top:1px solid #ededed;
	border-left:1px solid #ededed;
	border-spacing: 0;
	margin-bottom:15px;
	color:#696969;
}
table th{
	vertical-align:top;
	background:#fafafa;
	border-right:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding:10px;
}
table td{
	vertical-align:top;
	border-right:1px solid #ededed;
	border-bottom:1px solid #ededed;
	padding:10px;
}
#matchdiv table, #matchdiv table td{border:0;}
#matchdiv table td{padding:0px;}
#matchdiv {color:#696969;}


/*------------------------------------------------------------------*/ 
/*	4) SIDEBAR
/*------------------------------------------------------------------*/
.sidebar{
	margin-bottom:30px;
	float:left;
	width:100%;
}
.sidebar h5.line{
	margin-bottom:20px;
}
ul.social{
	list-style-type:none;
	margin:0 0 0 0;
	padding:0;
	float:left;
	width:100%;
}
ul.social li{
	width:30%;
	height:140px;
	background:#fafafa;
	margin-right:3px;
	float:left;
	text-align:center;
	margin-bottom:3px;
}
ul.social li:nth-last-child(1){
	margin-right:0;
}
ul.social li a{
	display:block;
	width:100%;
	height:55px;
	background:#316db7;
	padding:15px 0 0 0;
}
ul.social li a.facebook{ background:#316db7; }
ul.social li a.twitter{ background:#17a8dd; }
ul.social li a.rss{ background:#ff9204; }
ul.social li a i{
	font-size:26px;
	color:#FFF;
}
ul.social li a:hover{
	opacity:0.8;
}
ul.social li span{
	margin-top:17px;
	float:left;
	text-align:center;
	width:100%;
	color:#696969;
	padding:0 5px;
	font-weight:bold;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
ul.social li span i{
	font-weight:normal;
}
.crowdynews{
	width:95%;
	text-align:center;
}
.sidebar.center{text-align:center;}
.sidebar.center h5{text-align:left;}
ul.ads125{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.ads125 li{
	float:left;
}
ul.ads125 li a{
	padding:10px;
	margin:0 5px 5px 0;
	background:#fafafa;
	float:left;
	display:block;
}
ul.ads125 li a img{
	width:125px;
	height:125px;
	float:left;	
}
#block_results_ranking a{color:#696969;}
.ui-tabs .ui-tabs-nav li{
	text-transform:uppercase;
	font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
.ui-tabs-panel a.title{
	color:#696969;
}
.ui-tabs-panel ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.ui-tabs-panel ul li{
	border-bottom:1px solid #dbdbdb;
	float:left;
	width:100%;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
}
.ui-tabs-panel ul li:nth-last-child(1){
	border-bottom:none;
}
#results table{border:0;}
#results td{border:0;padding:0;margin:0;}
#results td a{font-size:10px;}

/*  :: TWITTER ::  */
ul.tweetList{
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}
.jtwt_picture{display:none;}

ul.tweetList li{
	margin:0 0 15px 0;
	background:url(/themes/bs/default/img/twitterfeed.png) no-repeat left top;
	padding:0 0 0 35px;
}
ul.tweetList li p{
	margin:0;
}
ul.tweetList li p a{
	text-decoration:none;
}
ul.tweetList li p a:hover{
	text-decoration:underline;
}
p.timestamp{
	font-size:10px;
	color:#CCC;
}
/*  :: FLICKR ::  */
.flickrfeed{
	width:100%;
	float:left;
	margin:0;
	display:block;
}
ul li.hide{
	display:none;
}
.thumbs { 
	margin: 0; 
	padding: 0; 
	overflow: hidden; 
}
.thumbs li { 
	list-style: none; 
	float: left; 
	margin: 4px; 
	padding:2px; 
	background: #999; 
	-webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	   -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	    -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	     -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	        transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
}
.thumbs li:hover { background:#333;}
.thumbs li img {
	display:block; 
	width:60px; 
	height:60px;
}
/*------------------------------------------------------------------*/ 
/*	5) FOOTER
/*------------------------------------------------------------------*/
#footer{
	height:auto;
	width:100%;
	bottom:0;
	padding:20px 0 0 0;
	border-bottom:4px solid #ea4748;
	float:left;
	background:#fafafa;
}
#footer h5.line{
	margin-bottom:15px;
}
ul.footnav{
	list-style-type:none;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
ul.footnav  li{
	margin:0 0 5px 0;
}
ul.footnav a{
	color:#696969;
	font-size:14px;
	font-family: 'Merriweather Sans', Arial, Helvetica, sans-serif;
	font-weight:bold;
}
p.copyright{
	color:#FFFFFF;
	margin:5px 0 0 20px;
	float:right;
	font-size:12px;
	clear:both;
	background:#ea4748;
	margin:0;
	padding:10px;
}

/*
* 	960 version - 1.0
* 	Copyright 2012, MyPassion
* 	09/29/2012
*/
	
/* ---------------------------------------------------------------------- */
/*  Custom  960 Grid System
/* ---------------------------------------------------------------------- */
	.container{
		width:100%;/*960px;*/
		margin:0 auto;
		clear:both;
		display:block;
		position:relative;
	}
	.column {
		/*width:940px;*/
		width: -moz-calc(100% - 20px);/* Firefox */
		width: -webkit-calc(100% - 20px);/* WebKit */
		width: -o-calc(100% - 20px);/* Opera */
		width: calc(100% - 20px);/* Standard */
		position:relative;
		margin-right:10px;
		margin-left:10px;
		margin-bottom:20px;
		float:left;
	}
	 
	.column-one-half,
	.column-one-third,
	.column-one-fourth,
	.column-two-third,
	.column-three-fourth {
		float:left;
		margin-right:1%;
		margin-left:1%;
		margin-bottom:20px;
	}
	.last{
		margin-right:0;	
	}
	.first{
		margin-left:0;
	}
	 
	.column-one-half        {
		width: -moz-calc(50% - 20px);/* Firefox */
		width: -webkit-calc(50% - 20px);/* WebKit */
		width: -o-calc(50% - 20px);/* Opera */
		width: calc(50% - 20px);/* Standard */
		/*width:460px;*/
		width:48%;
	}
	.column-one-third       {
		width: -moz-calc(33% - 20px);/* Firefox */
		width: -webkit-calc(33% - 20px);/* WebKit */
		width: -o-calc(33% - 20px);/* Opera */
		width: calc(33% - 20px);/* Standard */
		/*width:300px;*/
		width:31%;
	}
	.column-one-fourth      {
		width: -moz-calc(25% - 20px);/* Firefox */
		width: -webkit-calc(25% - 20px);/* WebKit */
		width: -o-calc(25% - 20px);/* Opera */
		width: calc(25% - 20px);/* Standard */
		/*width:220px;*/
		width:25%;
		width:23%;
	}
	
	.column-two-third       {
		width: -moz-calc(100% - 20px);/* Firefox */
		width: -webkit-calc(100% - 20px);/* WebKit */
		width: -o-calc(100% - 20px);/* Opera */
		width: calc(100% - 20px);/* Standard */
		/*width:620px;*/
		width:98%;
	}
	.column-three-fourth    {
		width: -moz-calc(75% - 20px);/* Firefox */
		width: -webkit-calc(75% - 20px);/* WebKit */
		width: -o-calc(75% - 20px);/* Opera */
		width: calc(75% - 20px);/* Standard */
		/*width:700px;*/
		width:73%;
	}
	
	h1 { font-size: 24px; }
	h2 { font-size: 22px; }
	h3 { font-size: 20px; }
	h4 { font-size: 18px; }
	h5 { font-size: 16px; }
	h6 { font-size: 14px; }


/* ---------------------------------------------------------------------- */
/*  Custom Margins
/* ---------------------------------------------------------------------- */
	.m-a			{ margin:0 auto; }
	.m-top-25		{ margin-top:25px; }
	.m-bottom-25	{ margin-bottom:25px; }
	.m-left-25		{ margin-left:25px; }
	.m-right-25		{ margin-right:25px; }
	.m-top-20		{ margin-top:20px; }
	.m-bottom-20	{ margin-bottom:20px; }
	.m-left-20		{ margin-left:20px; }
	.m-right-15		{ margin-right:20px; }
	.m-top-15		{ margin-top:15px; }
	.m-bottom-15	{ margin-bottom:15px; }
	.m-left-15		{ margin-left:15px; }
	.m-right-15		{ margin-right:15px; }
	.m-top-10		{ margin-top:10px; }
	.m-bottom-10	{ margin-bottom:10px; }
	.m-left-10		{ margin-left:10px; }
	.m-right-10		{ margin-right:10px; }
	.m-top-5		{ margin-top:5px; }
	.m-bottom-5		{ margin-bottom:5px; }
	.m-left-5		{ margin-left:5px; }
	.m-right-5		{ margin-right:5px; }