/*
Theme Name: Football Club for SportsPress
Theme URI: http://themeboy.com/products/footballclub/
Description: Designed by <a href="http://themeboy.com">ThemeBoy</a>.
Author: ThemeBoy
Author URI: http://themeboy.com
Version: 1.5
Tags: light, white, gray, two-columns, right-sidebar, fixed-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, theme-options, translation-ready, rtl-language-support, responsive
*/
a { text-decoration: none; color: inherit; }
a img { border: none; }
table { border-collapse: collapse; border-spacing: 0; }
/* html5 elements */
header, nav, article, footer, address { display: block; }

body {
	background-color: #dadada;
	margin: 0;
        font-size: 14px;
        font-family: arial;
	font-weight: 300;
}
p {
	line-height: 1.4; /**was 1.6 changed by jigar**/
	margin: 0 0 1.5em;
}
.content-right .sp-template {
    margin-bottom: 15px !important;
}

.home .banner_right .home-widgets.content-right {
    height: 351px !important;
    padding: 11px !important;
}
table {
	width: 100%;
}
textarea {
	display: block;
}
.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	width: 100%;
}
.clear {
	clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.hidden {
	display: none;
}
.not-found form ul,
.not-found form ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Header */
.sp-header {
	position: relative;
	overflow: visible;
}
#maintitle .textwidget {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    margin-top: 25px;/**was 14 changed by jigar**/
    width: 320px; /**was 220 changed by jigar**/
    font-weight: 800;/** added by jigar**/
    text-shadow: 2px 2px #113096;/** added by jigar**/
    margin-left: 25px;/** added by jigar**/
}
/* ZEBRA STYLES */

.odd {
	background: #f5f5f5;
	background-color: rgba(0,0,0,0.04);
}

.even {
	background: #fafafa;
	background-color: rgba(0,0,0,0.02);
}

/* LINK BUTTON */

.link-button {	
	display: block;
	border: 1px solid #CCC;
	padding: 1px;
	float: right;
}
.link-button a {
	background: #aeaeae;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #aeaeae),
		color-stop(1, #7a7a7a)
	);
	background-image: -moz-linear-gradient(
		center top,
		#aeaeae 0%,
		#7a7a7a 100%
	);
	cursor: pointer;
	color: #fff;
	padding: 6px 8px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.link-button a:hover {
	color: #fff;
}

#wrapper {
	width: 994px;
	margin: 24px auto 0;
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
}
#header {
 background: url(images/header_bg.jpg) no-repeat center top !important;
    min-height: 140px;
    padding-left: 16px;
    position: relative;
}.header-contct-right {
    float: right;
}
#header #logo {
	padding: 6px 12px;
	background: transparent;
	border: none;
	float: left;
}
#header #logo img {
	margin-top: -24px;
}
#header #maintitle {
	float: left;
	padding-top: 32px;
	padding-bottom: 16px;
}
#header #maintitle h1 {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-family: HelveticaNeue-CondensedBlack, HelveticaNeue-CondensedBold, Impact, Futura-CondensedExtraBold, AvenirNextCondensed-Bold, "Helvetica Narrow","Arial Narrow", Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	font-size: 60px;
	font-weight: bold;
	line-height: 60px;
	color: #333;
	text-transform: uppercase;
}
#header #maintitle h1 a {
	color: #333;
	padding-left: 16px;
}
#header #maintitle h2 {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
	color: #dd0000;
	font-weight: bold;
}
#header #maintitle h2 a {
	color: #dd0000;
	padding-left: 16px;
}
#header #sponsor {
	float: right;
	margin: 16px 16px 16px 0;
}

/* HEADERS */

h1, h2, h3, h4, h5 {
	 color: #021293;
    font-family: HelveticaNeue,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    font-weight: normal;
    margin: 0 0 0.5em;
}
div.entry-title,
div.page-title,
h1.entry-title,
h1.page-title {
   border-bottom: 1px solid #010d8e;
    color: #021293;
    line-height: 32px;
    margin: 12px 28px;
    padding-bottom: 10px;
}
.single #sidebar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    float: right;
    margin: 18px 17px 8px 0;
    padding: 0;
    width: 318px;
}
.entry-title h1,
.page-title h1 {
	font-size: 24px;
	float: left;
	margin: 0;
}
h2 {
  color: #021293 !important;
    font-size: 24px;
}
h3 {
	  color: #021293 !important;
    font-size: 24px;
}
h4 {
  color: #021293 !important;
    font-size: 24px;
}
h5 {
	  color: #021293 !important;
    font-size: 24px;
}
.post-date {
	  font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
}
.entry-content {
    margin-bottom: 12px;
}
.twitter-share-button {
    float: left;
    margin-top: 1px;
}.fb_iframe_widget {
    display: inline-block;
    float: left;
    margin-right: 9px;
    position: relative;
}
.entry-title .post-date, .page-title .post-date {
	float: right;
}
.entry-title .post-date.with_author, .page-title .post-date.with_author {
	line-height: 1.5;
}


/* Alignment */
.page #sidebar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    float: right;
    margin: 18px 17px 8px 0;
    padding: 0;
    width: 318px;
}
.home #sidebar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    float: right;
    margin: 18px 17px 8px 0;
    padding: 0;
    width: 328px;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.entry-title > a {
    color: #021394;
}
/* SOCIAL */

#header #social {
	position: absolute;
	left: -48px;
	top: 182px;
}
#social {
	text-align: center;
	clear: both;
	padding-top: 8px;
}
#social li {
	display: inline-block;
	margin: 0 2px;
	overflow: hidden;
	text-indent: -999px;
}
#social li a {
	background: url(images/social.png) no-repeat 0 0;
	display: block;
	height: 36px;
	width: 36px;
}

#social .facebook a { background-position: 0 0; }
#social .twitter a { background-position: -40px 0; }
#social .pinterest a { background-position: -80px 0; }
#social .linkedin a { background-position: -120px 0; }
#social .gplus a { background-position: -160px 0; }
#social .youtube a { background-position: -200px  0; }
#social .vimeo a { background-position: -240px 0; }
#social .instagram a { background-position: -280px 0; }
#social .vine a { background-position: -320px 0; }
#social .audioboo a { background-position: -360px 0; }
#social .skype a { background-position: -400px 0; }
#social .paypal a { background-position: -440px 0; }
#social .myspace a { background-position: -480px 0; }
#social .digg a { background-position: -520px 0; }
#social .tumblr a { background-position: -560px 0; }
#social .picasa a { background-position: -600px 0; }
#social .flickr a { background-position: -640px 0; }
#social .dribbble a { background-position: -680px 0; }
#social .lastfm a { background-position: -720px 0; }
#social .blogger a { background-position: -760px 0; }
#social .stumbleupon a { background-position: -800px 0; }
#social .behance a { background-position: -840px 0; }
#social .deviantart a { background-position: -880px 0; }
#social .viddlr a { background-position: -920px 0; }
#social .forrst a { background-position: -960px 0; }
#social .gowala a { background-position: -1000px 0; }
#social .rss a { background-position: -1040px 0; }

#social .facebook a:hover { background-position: 0 -40px; }
#social .twitter a:hover { background-position: -40px -40px; }
#social .pinterest a:hover { background-position: -80px -40px; }
#social .linkedin a:hover { background-position: -120px -40px; }
#social .gplus a:hover { background-position: -160px -40px; }
#social .youtube a:hover { background-position: -200px -40px; }
#social .vimeo a:hover { background-position: -240px -40px; }
#social .instagram a:hover { background-position: -280px -40px; }
#social .vine a:hover { background-position: -320px -40px; }
#social .audioboo a:hover { background-position: -360px -40px; }
#social .skype a:hover { background-position: -400px -40px; }
#social .paypal a:hover { background-position: -440px -40px; }
#social .myspace a:hover { background-position: -480px -40px; }
#social .digg a:hover { background-position: -520px -40px; }
#social .tumblr a:hover { background-position: -560px -40px; }
#social .picasa a:hover { background-position: -600px -40px; }
#social .flickr a:hover { background-position: -640px -40px; }
#social .dribbble a:hover { background-position: -680px -40px; }
#social .lastfm a:hover { background-position: -720px -40px; }
#social .blogger a:hover { background-position: -760px -40px; }
#social .stumbleupon a:hover { background-position: -800px -40px; }
#social .behance a:hover { background-position: -840px -40px; }
#social .deviantart a:hover { background-position: -880px -40px; }
#social .viddlr a:hover { background-position: -920px -40px; }
#social .forrst a:hover { background-position: -960px -40px; }
#social .gowala a:hover { background-position: -1000px -40px; }
#social .rss a:hover { background-position: -1040px -40px; }

/* MAIN MENU */

#menu {
   background-color: #f1c318;
     font-weight: normal;
    min-height: 48px;
    width: 100%;
    z-index: 20;
}
#menu li a, #menu #searchform input#searchsubmit {
    color: #0b30b2 !important;
}
#menu ul {
	margin: 0;
	padding: 0;
}
#menu li {
	   border-left: 0 none !important;
    border-right: 1px solid #cfa301 !important;
    display: block;
    float: left;
    position: relative;
    z-index: 98;
}
#menu .menu li:hover {
  background-color: #3f66e7 !important;
    background-image: none !important;
    border-left-color: #0c33b4 !important;
    border-right-color: #000064 !important;
}
.current-menu-item{
      background-color: #3f66e7 !important;
}
#menu li a {
  color: #cccccc;
    display: block;
    font-size: 13px;
    height: 28px;
    letter-spacing: 2px;
    line-height: 28px;
    padding: 10px 12px;
    text-transform: uppercase;
}
#menu li:hover a, #menu li:hover input, #menu #searchform input#searchsubmit:hover, .image-rotator .image_thumb ul li.active, .image-rotator .image_thumb ul li.active a, #content section h3, #content .sp-table-caption, .widget-container .widget-title, .contactform .button:hover, input[type="submit"]:hover, #menu li.current-menu-item a, .sp-tournament-bracket thead td {
    color: #ffffff !important;
}#menu li.current-menu-item a {
    color: #ffffff !important;
}
#menu {
    background-color: #f1c318 !important;
    background-image: none !important;
}
#menu li.current-menu-item a {
	color: #fff;
}
#menu li:hover a,
#menu li:hover input {
	color: #fff;
}
#menu li:hover a {
	text-shadow: none;
}

/* MENU LEVEL 2 */

#menu li ul.children,
#menu li ul.sub-menu {
	position: absolute;
	top: 48px;
	left: -1px;
	background: #cf060c;
	background: rgba(207,6,12,0.8);
	display: none;
	z-index: 10000;
	border: 1px solid rgba(255,255,255,0.25);
	border-top: none;
}
#menu li .sub-menu li a {
    padding: 0 19px !important;
    text-decoration: none !important;
    text-transform: capitalize;
}
#menu li .sub-menu li {
   border-left: 0 none !important;
    border-right: medium none !important;
    display: block;
    float: left;
    position: relative;
    z-index: 98;
}
#menu li:hover ul.children,
#menu li:hover ul.sub-menu {
	display: block;
	padding: 6px 0 12px;
}
#menu li ul.children li,
#menu li ul.sub-menu li {
	clear: both;
	border: none;
	width: 100%;
}
#menu li ul.children li a,
#menu li ul.sub-menu li a {
	height: auto;
	white-space: nowrap;
	padding: 6px 12px;
}
#menu li ul.children li:hover,
#menu li ul.sub-menu li:hover {
	background: none;
}
#menu li ul.children a:hover,
#menu li ul.sub-menu a:hover {
	text-decoration: underline;
}

/* MENU LEVEL 3 */

#menu li ul.children li ul.children,
#menu li ul.sub-menu li ul.children,
#menu li ul.children li ul.sub-menu,
#menu li ul.sub-menu li ul.sub-menu {
	top: -6px;
	left: 100%;
	display: none;
	z-index: 9800;
	border: 1px solid rgba(255,255,255,0.25);
	border-left: none;
	border-top: none;
}
#menu li ul.children li:hover ul.children,
#menu li ul.sub-menu li:hover ul.children,
#menu li ul.children li:hover ul.sub-menu,
#menu li ul.sub-menu li:hover ul.sub-menu {
	display: block;
	padding: 6px 0 12px;
}
#menu #searchform {
	height: 34px;
	float: right;
}
#menu #searchform li {
	height: 48px;
}
#menu #searchform li.query {
	border-left: none;
	padding: 0 12px;
}
#menu #searchform label,
#menu #searchform input {
	float: left;
}
#menu #searchform label {
	color: #ccc;
}
#menu #searchform input#s {
  border: medium none;
    box-shadow: none;
    color: #000000 !important;
    height: 34px;
    line-height: 14px;
    margin-top: 7px;
    padding: 0 3px;
}
#menu #searchform input#searchsubmit {
	background: transparent;
	border: none;
	color: #ccc;
	cursor: pointer;
	height: 48px;
	padding: 0 12px;
	font-weight: bold;
	
}
#menu #searchform input#searchsubmit:hover {
	color: #fff;
}

/* FEATURED IMAGE */

.featured-image {
	text-align: center;
}
.main_banner_area{width: 994px;}
.banner_right{width: 354px;float: right;}

.banner_right .home-widgets.content-right {
    padding: 11px !important;
}

/* IMAGE ROTATOR */
.home_logo_slides{       background: none repeat scroll 0 0 #f1c318;
    margin-top: -13px;
    width: 994px;}
.home_logo_slides #logo-slider {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
 
}
.home_logo_slides .slide {
    list-style: outside none none;
    margin: 40px 0 0 !important;
    width: 870px !important;
}
.image-rotator {
	/*width: 994px;*/
	width: 640px;
	height: 360px;
	background: #f5f5f5;
	float: left;
}
.image-rotator .main_image {
	width: 640px;
	height: 360px;
	float: left;
	background: #000;
	position: relative;
	overflow: hidden;
	color: #fff;
	z-index: 10;
}
.image-rotator .main_image ul {
	padding: 0;
	margin: 0l
	list-style: none;
}
.image-rotator .main_image ul li {
	width: 640px;
	height: 360px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.image-rotator .main_image h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: normal;
	padding: 10px 0 10px 16px;
	width: 480px;
	color: #fff;
        /**visibility:hidden;added by jigar**/
}
.image-rotator .main_image h3 a {
	 color: #ffffff !important;
}
.image-rotator .block small { /*--We'll be using this same style on our thumbnail list--*/
	font-size: 1em;
	padding: 0 0 0 20px;
	background: url(icon_calendar.gif) no-repeat 0 center;
}
.image-rotator .main_image .block time {
	position: absolute;
	top: 19px;
	right: 16px;
	color: #999;
	font-weight: bold;
	color: #ccc;
}
.image-rotator .main_image .block time a {
	color: #ccc;
}
.image-rotator .main_image .desc{
	position: absolute;
	bottom: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.image-rotator .main_image .block{
	background: rgb(0,0,0);
	background: rgba(0,0,0,0.5);
	position: relative;
        /**visibility: hidden; added by jigar**/
}
.image-rotator .image_thumb {
	float: left;
	width: 354px;
}
.image-rotator .image_thumb img {
	float: left;
}
.image-rotator .image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.image-rotator .image_thumb ul li{
	margin: 0;
	padding: 10px 0 11px 10px;
	width: 344px;
	height: 50px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-color: rgba(128,128,128,0.4);
	position: relative;
}
.image-rotator .image_thumb ul li.hover {
	background: #fff;
	background-color: rgba(255,255,255,0.5);
	cursor: pointer;
}
.image-rotator .image_thumb ul li.active {
	color: #fff;
	cursor: default;
}
.image-rotator .image_thumb ul li a {
	color: #333;
}
.image-rotator .image_thumb ul li.active a {
	cursor: default;
}
.image-rotator  .image_thumb ul li h3 {
	margin: 0;
	font-size: 20px;
	padding: 0;
	line-height: 28px;
}
.image-rotator .image_thumb ul li time a {
	color: #666;
}
.image-rotator .image_thumb ul li .more {
	position: absolute;
	right: 10px;
	top: 38px;
}
.image-rotator .image_thumb ul li .more a {
	color: #666;
}
.image-rotator .image_thumb ul li .more a:hover {
	text-decoration: underline;
	cursor: pointer;
	color: #333;
}
.image-rotator .image_thumb ul li.active .more a:hover {
	color: #fff;
}
.image-rotator .image_thumb ul li.active a {
	color: #fff;
}
.image-rotator .image_thumb ul li .block {
	float: left;
	margin-left: 10px;
	padding: 0;
	width: 274px;
}

/* MINI IMAGE ROTATOR */

.mini-rotator {
	width: 582px;
	height: 288px;
	border: 1px solid #ccc;
	border-color: rgba(0, 0, 0, 0.2);
	border-bottom: none;
	margin-bottom: 8px;
}
.mini-rotator .main_image {
	width: 288px;
	height: 288px;
}
.mini-rotator .main_image h3 {
	margin: 0;
	width: 268px;
}
.mini-rotator .main_image .block time {
	display: none;
}
.mini-rotator .image_thumb {
	width: 293px;
}
.mini-rotator .image_thumb ul li{
	width: 283px;
	border-left-width: 1px;
	border-left-style: solid;
}
.mini-rotator .image_thumb ul li .block{
	width: 213px;
}

/* MAIN AREA */

#main {
	clear: both;
	background: url(images/dot.png) repeat-y 640px 0;
}
.home #main,
.page-template-page-onecolumn-php #main,
.page-template-page-home-php #main {
	background: transparent;
}
#container {
	  float: left;
    margin-bottom: 27px;
    width: 640px;
}
.page-template-page-onecolumn-php #container {
	width: auto;
	float: none;
}
.home #content .post-row {
    background: none repeat scroll 0 0 #f1f1f1;
    border-bottom: medium none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) -moz-use-text-color;
    margin-bottom: 0;
    padding: 13px;
    width: 587px;
}
#content,
#comments {
	padding: 0 28px;
}
#respond {
	clear: both;
}
#respond h3 {
	  font-size: 24px;
    line-height: 24px;
    margin-bottom: 22px;
    margin-top: 16px;
}
.commentlist {
	padding: 8px;
	background: #f0f0f0;
}
.commentlist .comment {
	padding: 10px;
	border: 1px solid #ccc;
	margin: 8px;
	background: #fff;
}
.commentlist .comment .comment-body {
	position: relative;
	padding: 8px;
}
.commentlist .comment .comment-body:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.commentlist .comment .comment-author {
	float: left;
}
.commentlist .comment .comment-author .avatar {
	float: left;
	display: block;
	padding: 8px;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(
	    linear,
		left top,
	    right bottom,
	    color-stop(0, #fff),
	    color-stop(1, #f0f0f0)
	);
	background-image: -moz-linear-gradient(
		left top,
		#fff 0%,
		#f0f0f0 100%
	);
	border: 1px solid #aeaeae;
	margin-right: 8px;
	border-left-color: #e3e3e3;
	border-top-color: #e3e3e3;
}
.commentlist .comment .comment-author .fn {
	line-height: 48px;
	font-size: 24px;
	font-style: normal;
}
.commentlist .comment .comment-author .says {
	display: none;
}
.commentlist .comment .comment-awaiting-moderation {
	position: absolute;
	right: 0;
	top: 0;
	color: #666;
}
.commentlist .comment .comment-meta {
	float: left;
	clear: left;
	margin-top: 10px;
}
.commentlist .comment p {
	clear: both;
	padding-top: 8px;
}
#wpcf7-f202-p116-o1 p span input {
    background: none repeat scroll 0 0 #e9e9fc;
    border: 2px solid #6c6cc0;
    padding: 12px;
}
#wpcf7-f202-p116-o1 .wpcf7-form > p {
    margin-bottom: 10px;
}
#wpcf7-f202-p116-o1 p span textarea{
  background: none repeat scroll 0 0 #e9e9fc;
    border: 2px solid #6c6cc0;
    height: 90px;
    padding: 12px;
    width: 90%;
}
.page-id-116 .entry-content table tbody tr th, table tbody tr td {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    vertical-align: top;
}
body.custom-background {
    background-size: 100% auto;
}
.commentlist .comment .reply {
	display: block;
	border: 1px solid #ccc;
	padding: 1px;
	float: right;
}
.commentlist .comment .reply a {
	background: #aeaeae;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #aeaeae),
		color-stop(1, #7a7a7a)
	);
	background-image: -moz-linear-gradient(
		center top,
		#aeaeae 0%,
		#7a7a7a 100%
	);
	cursor: pointer;
	color: #fff;
	padding: 6px 8px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.commentlist .comment .reply a:hover {
	color: #fff;
}
.commentlist .comment .children {
	margin-top: 10px;
}

.home #main #content,
.page-template-page-home-php #main #content {
	width: 632px;
	padding: 8px 0 28px 8px;
}
#content section {
	margin:0 0 18px;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,0.2);
	padding: 0;
	position: relative;
}
.ngg-album-compact h4 .ngg-album-desc {
  display: block !important;
   /* height: inherit !important;*/
    margin-top: 0 !important;
    overflow: hidden !important;
    
}
.ngg-gallery-thumbnail img {
    width: 100% !important;
}
.ngg-album-compactbox::after{
    content: inherit !important;
}
.ngg-album-compactbox::before{
    content: inherit !important;
}
.ngg-album-compact {
    float: left;
    margin: 0 !important;
    padding: 0 12px 24px 0 !important;
    text-align: center !important;
}
#respond #commentform input {
    padding: 8px;
    width: 41%;
}
.ngg-gallery-thumbnail-box {
    width: 189px !important;
      margin-bottom: 10px;
}
a, .highlighted, h2.entry-title {
    color: #021293 !important;
}
#sidebar section {
	position: relative;
}

#main #content:after,
#content section:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content section .inner {
	padding: 16px;
	background: #f9f9f9;
	background-color: rgba(128,128,128,0.04);
	border: none;
}
.sp-template-event-performance {
	margin:0 0 8px;
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,0.2);
	padding: 1px;
	position: relative;
}
#content section.left-section,
.sp-template-event-performance:nth-child(2n) {
	width: 282px;
	float: left;
	clear: left;
}
#content section.right-section,
.sp-template-event-performance:nth-child(2n-1)  {
	width: 282px;
	float: right;
	clear: right;
}

#content article {
	display: block;
	clear: both;
}
#content article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .half-width {
	width: 284px;
	clear: none;
}
body.home #content .half-width {
	width: 308px;
}
.content-left {
	float: left;
	clear: left;
}
.content-right {
	float: right;
	clear: right;
}
.content-left, .content-right {
	width: 288px;
}
body.home .home-widgets {
	margin: 0;
	padding: 0;
}
body.home .content-left, body.home .content-right,
body.page-template-page-home-php .content-left, body.page-template-page-home-php .content-right {
	width: 332px;
}
.home-bottom {
	clear: both;
}
#prev{
    background: url(images/right_arrow.png) no-repeat !important;
     margin-right: -90px !important;
      margin-top: -8px;
}
#next{
        background: url(images/left_arrow.png) no-repeat !important;
       margin-left: -93px !important;
         margin-top: -8px;
}
.home_logo_slides .slider-controls a {
    display: inline-block;
    height: 54px;
    text-indent: -9000px;
    width: 54px;
}
#content section h3,
#content .sp-table-caption {
	   color: #ffffff;
    font-size: 19px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 1px;
    margin-top: 0;
    padding: 16px 8px;
}
section .tb_section_views {
	position: absolute;
	top: 1px;
	right: 1px;
	margin: 0;
}
section .tb_section_views li {
	display: block;
	float: left;
	margin-right: 4px;
}
section .tb_section_views li a {
	display: block;
	width: 24px;
	height: 24px;
	color: #fff;
	background-position: 4px 4px;
	background-repeat: no-repeat;
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: pointer;
}
section .tb_section_views li a.list {
	background-image: url(images/list-view-icon.png);
}
section .tb_section_views li a.gallery {
	background-image: url(images/gallery-view-icon.png);
}
section .tb_section_views li a.selected,
section .tb_section_views li a:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
section .tb_section_views li span {
	display: none;
}
ul.tb_matches-sidebar,
ul.tb_results-sidebar {
	display: block;
	clear: both;
	padding: 0;
}
ul.tb_matches-sidebar li {
	display: block;
	clear: both;
	padding: 8px;
	border-bottom: 1px solid #fff;
}
ul.tb_matches-sidebar li.last {
	border-bottom: none;
}
ul.tb_matches-sidebar .kickoff {
	text-align: center;
	color: #333;
	font-size: 13px;
	line-height: 22px;
	min-height: 50px;
}
ul.tb_matches-sidebar .kickoff a {
	color: #333;
}
ul.tb_matches-sidebar .kickoff time,
ul.tb_matches-sidebar .kickoff .score,
.sp-event-blocks .event-time,
.sp-event-blocks .event-results {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
ul.tb_matches-sidebar .home-logo,
.widget_sp_event_blocks .team-logo.logo-odd {
	float: left;
	max-width: 50px;
	margin: 0 10px 0 0;
}
ul.tb_matches-sidebar .away-logo,
.widget_sp_event_blocks .team-logo.logo-even {
	float: right;
	max-width: 50px;
	margin: 0 0 0 10px;
}
ul.tb_matches-sidebar h4.teams,
.sp-event-blocks .event-title {
	margin: 5px 0;
	text-align: center;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	text-transform: uppercase;
}
ul.tb_matches-sidebar .competition,
ul.tb_results-sidebar .competition,
ul.tb_matches-sidebar .season,
ul.tb_results-sidebar .season,
ul.tb_matches-sidebar .team,
ul.tb_results-sidebar .team {
	text-align: center;
	line-height: 1.6;
}
a.tb_view_all,
a.sp-view-all-link,
.sp-pagination {
   background: none repeat scroll 0 0 #c6c6c6 !important;
    clear: both;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0;
    text-align: right;
    text-shadow:inherit !important;
}
a.tb_view_all, a.sp-view-all-link, .sp-pagination a{
        text-shadow:inherit !important;
}
.sp-data-table.sp-pagination tr {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}
a.tb_view_all,
a.sp-view-all-link {
	display: block;
}
.sp-pagination a {
	color: #666;
	display: block;
	padding: 6px 8px;
	text-align: center;
	cursor: pointer;
}
a.tb_view_all:hover,
a.sp-view-all-link:hover,
.sp-pagination a {
	color: #333;
}

/* WIDGETS */

.widget-container ul {
	clear: both;
}

ul.xoxo {
	margin: 0;
}
#footer-widgets ul.xoxo {
    margin: 0;
    padding: 0 0 0 11px;
}
.footer-sponser > img {
    margin-top: 7px !important;
    width: 97%;
}
#footer-widgets {
    background-color: #021394 !important;
}
/* SIDEBAR */

#sidebar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    float: right;
    margin: 18px 17px 8px 0;
    padding: 0;
    width: 328px;
}
.xoxo .fb_iframe_widget iframe {
    position: absolute;
    width: 328px !important;
}
.sp-scrollable-table-wrapper thead tr {
    background: none repeat scroll 0 0 #c6c6c6 !important;
    padding: 20px !important;
}
.sp-scrollable-table-wrapper tr {
    background: none repeat scroll 0 0 #f1f1f1 !important;
}
.sp-scrollable-table-wrapper tr:nth-child(2n) {
    background: none repeat scroll 0 0 #e9e9e9 !important;
}
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-container {
 background: none repeat scroll 0 0 #ffffff;
    border: 1px solid rgba(128, 128, 128, 0.4);
    display: block;
    margin-bottom: 8px;
    padding: 0;
}
.widget-container, .sp-tournament-bracket tbody {
  background-color: inherit !important;
    border: 0 !important;
}

.widget-container .widget-title {
  color: #ffffff;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 1px;
    margin-top: 0;
    padding: 16px 8px;
    text-align: center;
    text-transform: capitalize;
}
.widget-container li {
	display: block;
	padding: 8px;
}
.widget-container #searchform ul {
	padding: 4px;
}
.widget-container #searchform li {
	display: inline;
	padding: 0;
}
.widget-container #searchform input#s {
	line-height: 20px;
}
/* widgetized sections */
#content .widget-container section {
	border: none;
	margin: 0;
	padding: 0;
}

/* TWITTER WIDGET */

.twitter-widget .loading {
	text-align: left;
	height: 64px;
	background: url(images/loading-32.gif) no-repeat 16px 16px;
}
.twitter-widget .profile {
	padding: 8px;
	height: 48px;
}
.twitter-widget .profile_image {
	float: left;
	height: 48px;
	width: 48px;
}
.twitter-widget .username {
	float: left;
	margin-left: 8px;
	width: 228px;
	font-size: 24px;
}
.twitter-widget .follow {
	float: right;
	margin: 3px 0 0;
	font-weight: bold;
}
.twitter-widget .tweets {
	clear: both;
}
.twitter-widget .tweets .tweet {
	display: block;
	padding: 8px;
	border-bottom: 1px solid #fff;
}
.twitter-widget .tweets .last {
	border-bottom: none;
}
.twitter-widget .tweets .tweet:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.twitter-widget .tweets .tweet .intents {
	display: block;
	text-transform: lowercase;
	font-size: 10px;
	margin-top: 4px;
}
.twitter-widget .tweets .tweet .intents li {
	border: none;
	padding: 0;
	display: block;
	float: left;
	margin-right: 16px;
}
.twitter-widget .tweets .tweet .intents li.last {
	margin-right: 0;
}
#sidebar .twitter-widget .tweets .tweet .intents li {
	padding: 0;
}

/* DEFAULT SEARCH WIDGET */
.widget_search #searchform ul {
	text-align: center;
}
.widget_search #searchform ul #s {
	width: 220px;
}
/* FOOTER */

#footer-widgets {
	background: #333 url(images/footer-bg.png) repeat-y 0 0;
	color: #999;
	line-height: 20px;
	height: 100%;
}
#footer-widgets p {
	line-height: 20px;
	margin: 0 0 1em;
}
#footer-widgets a {
	color: #999;
}
#footer-widgets a:hover {
	color: #fff;
}
#footer-widgets li {
	background: transparent;
}
#footer-widgets .widget-area {
	width: 362px;
	float: left;
	padding: 12px 18px;
}
#footer-widgets .widget-area#footer-logo {
	width: 162px;
}
#footer-widgets .widget-area p,
#footer-widgets .widget-area ul li {
	  color: #ffffff;
    margin-top: 6px;
}
#footer-widgets .widget-area th,
#footer-widgets .widget-area td {
	padding: 4px;
}
#footer-widgets #footer-logo {
  background-position: center center;
    background-repeat: no-repeat;
    background-size: 72% auto;
    border-left: medium none;
    min-height: 180px;
}
#footer-widgets #fourth {
	border-right: none;
}
#footer-widgets .widget-area .widget-title {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #7283ff;
    color: #cccccc;
    filter: none;
    font-size: 23px;
    margin-bottom: 12px;
    padding: 0 0 10px;
    text-align: left;
}
#footer-widgets .widget-area ul li {
	padding: 2px 0;
}
#footer-widgets .widget-container {
	margin: 0;
	border: none;
	padding: 0;
	background: transparent;
}
#footer-widgets ul li {
	border-color: #666;
	border-color: rgba(255,255,255,0.2);
}
footer {
	width: 994px;
	margin: 6px auto 28px;
	color: #333;
	font-weight: bold;
}
footer .left {
	float: left;
}
footer .right {
	float: right;
}
footer a {
	color: #333;
}
footer a:hover {
	color: #000;
}

/* LIST POSTS */
.post-row {
	  background: none repeat scroll 0 0 #f1f1f1;
    border-bottom: medium none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) -moz-use-text-color;
    margin-bottom: 0;
    padding: 13px;
    width: 561px;
}
.home #content .post-row:nth-child(2n) {
    background: none repeat scroll 0 0 #e9e9e9;
}
.post-row:nth-child(2n) {
    background: none repeat scroll 0 0 #e9e9e9;
}
.post-row .post-thumbnail {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dfdfdf;
    display: block;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    padding: 8px;
}
.archive #sidebar {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
    float: right;
    margin: 18px 17px 8px 0;
    padding: 0;
    width: 318px;
}
.post-row .post-thumbnail img {
	border: 1px solid rgba(0,0,0,0.2);
	border-bottom-color: rgba(0,0,0,0.1);
	border-right-color: rgba(0,0,0,0.1);
	display: block;
}
.home-widgets .entry-title > a {
    color: #021192;
}
.post-row .post {
	float: left;
	width: 390px;
}
.post-row .post .entry-title {
	font-size: 24px;
	line-height: 24px;
}
.post-row .post .entry-summary {
	margin-top: 6px;
}
.post-row .post .entry-summary .readmore {
	float: right;
}

/* PAGE NAVIGATION */

#content #nav-above {
	margin-bottom: 20px;
}
#content #nav-below {
	padding-top: 8px;
	padding-bottom: 8px;
	clear: both;
}
#content .navigation .nav-previous,
#content .navigation .nav-next {

}
#content .navigation .nav-previous {
	float: left;
}
.head-contact {
    color: #ffffff;
    font-size: 17px !important;
    margin: 0;
}
.head-contact > a {
    color: #f1c318 !important;
}
.header-contct-right {
     /**background: url("images/call_us.png") no-repeat scroll left top 4px rgba(0, 0, 0, 0);removed by jigar**/
    float: right;
    margin-right: 21px;
    margin-top: 57px;
    padding-left: 59px;
}
#content .navigation .nav-next {
	float: right;
}
#content .navigation .nav-previous a,
#content .navigation .nav-next a {
   background: none repeat scroll 0 0 #f1c318;
    color: #ffffff !important;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 8px;
}
#content .navigation .nav-previous a:hover,
#content .navigation .nav-next a:hover {
	color: #fff;
}

/* TABLES */

#main table {
	font-size: 12px;
	width: 100%;
}
#main table thead tr th,
table #main thead tr td,
table tbody tr.labels th {
   font-weight: bold;
    line-height: normal;
    padding: 10px 8px;
    text-align: left;
}
#main table tbody tr {
	height: 25px;
	line-height: 25px;
	border-bottom: 1px solid #fff;
}
#main table tbody tr.last {
	border-bottom: none;
}
#main .staff-post table {
	margin-bottom: 16px;
}
#main .staff-post table tbody tr {
	background: none;
	border-bottom: 1px solid #eee;
}
#main .staff-post table tbody tr.last {
	border-bottom: none;
}
#main .staff-post table tbody tr th {
	padding-left: 0;
}
#main .staff-post table tbody tr td {
	padding-right: 0;
}

table tbody tr th,
table tbody tr td {	
	padding: 8px;
	text-align: left;
}
table tbody tr th,
table tbody tr td {
	line-height: 25px;
	font-weight: normal;
}
table tbody tr.highlighted th,
table tbody tr.highlighted td,
table tbody tr a {
	font-weight: bold;
}
.event-title > a {
    color: #051a9b;
    letter-spacing: 2px;
}
#logo-slider .logo-img {
     background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    height: 81px;
    margin-right: 24px;
    padding: 17px;
      width: 19%;
}
#logo-slider li a:last-child .logo-img {
    margin-right: 0;
}
.home_logo_slides #logo-slider-wraper {
    left: 64px !important;
    position: relative;
    width: 868px !important;
}
table tbody tr.inactive th,
table tbody tr.inactive td {
	color: #999;
}
table.tb_standings tr td.club {
	text-align: left;
}
table tbody tr td.club .pos {
	margin-right: 10px;
	float: left;
}
table tbody tr td.club img.crest {
	margin-right: 6px;
	float: left;
	text-align: center;
}
table tbody tr .logo img {
	height: 25px;
}
table tbody tr img.flag {
}
table tbody tr td.flag {
	text-align: center;
	width: 16px;
	padding: 0 4px 0 8px;
}
table tbody tr td.flag img.flag {
	margin-right: 0;
}
#sidebar table.tb_standings tbody tr td.club .name {
	display: none;
}
#sidebar table.tb_standings tbody tr td.club img.crest {
	margin-right: 0;
}
table.tb_matches-normal .crest {
	float: left;
	margin-right: 4px;
}
table.tb_fixtures .home,
table.tb_fixtures .away,
table.tb_results .home,
table.tb_results .away,
table .date {
	text-align: left;
}
table caption {
	line-height: 40px;
}
table tbody .number {
	width: 10%;
}

table.sp-event-blocks thead {
	display: none;
}

table.sp-event-blocks tbody tr td {
	text-align: center;
	padding: 8px;
	background: #fafafa;
	background-color: rgba(0,0,0,0.02);
}

table.sp-event-blocks tbody tr.alternate td {
	background: #f5f5f5;
	background-color: rgba(0,0,0,0.04);
}

/* MATCH STATISTIC NOTES */
.notes .goal,
.notes .assist,
.notes .yellowcard,
.notes .redcard,
.notes .sub {
	display: block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	float: left;
	background: url(images/notes.png) no-repeat;
	overflow: hidden;
	text-indent: -100px;
}
.notes .goal { background-position: -5px -5px; }
.notes .assist { background-position: -165px -5px; }
.notes .yellowcard { background-position: -45px -5px; }
.notes .redcard { background-position: -85px -5px; }
.notes .sub { background-position: -125px -5px; }

/* PLAYERS */

.tb_players td,
.tb_players th {
	text-align: left;
}
.tb_players .gallery-view {
	margin: 16px 16px 0;
	padding: 0;
}
.tb_players .gallery-view li {
	display: block;
	float: left;
	margin-right: 12px;
	margin-bottom: 16px;
	width: 100px;
	position: relative;
}
.tb_players .gallery-view li.first {
	clear: left;
}
.tb_players .gallery-view li.last {
	margin-right: 0;
}
.tb_players .gallery-view li img {
	display: block;
	clear: both;
}
.tb_players .gallery-view li .number {
	font-weight: bold;
	position: absolute;
	top: 76px;
	left: 0;
}
.tb_players .gallery-view li .number a {
	color: #fff;
	height: 16px;
	line-height: 16px;
	min-width: 12px;
	text-align: center;
	padding: 4px 6px;
	display: block;
	background-color:rgb(216, 216, 216);/**added by jigar**/
}
.tb_players .gallery-view li .name {
	clear: both;
	background: #f5f5f5;
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0, rgba(0,0,0,0.02)),
		color-stop(1, rgba(0,0,0,0.06))
	);
	background-image: -moz-linear-gradient(
		left top,
		rgba(0,0,0,0.02) 0%,
		rgba(0,0,0,0.06) 100%
	);
	border: 1px solid #ccc;
	border-color: rgba(0,0,0,0.2);
	border-left-color: rgba(0,0,0,0.1);
	border-top-color: rgba(0,0,0,0.1);
}
.tb_players .gallery-view li .name a {
	color: #333;
	opacity: 0.7;
	font-weight: bold;
	line-height: 16px;
	width: 90px;
	padding: 4px;
	display: block;
	font-size:12px!important;
}
.tb_players .gallery-view li .name a:hover {
	opacity: 1;
}
.tb_players .list-view  .number {
	width: auto;
}

/* STAFF */

.staff .post-row {
	margin: 16px;
}
.staff .post-row .staff-post {
	width: 358px;
	float: left;
}
.staff .last {
	margin-bottom: 0;
	border-bottom: none;
}
.sp-staff-details dt {
	float: left;
}

/* PROFILE PAGES */

#content .profile-box {
	padding: 0;
	border: none;
}
#content .profile-box .entry-title {
	float: left;
}
#content .profile-box #switch-player-profile {
	   float: right;
    margin-bottom: 0;
    padding: 8px;
}
#content .profile-image {
	    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(left top , rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.06) 100%) repeat scroll 0 0 #f5f5f5;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.1);
    border-image: none;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    clear: left;
    float: left;
    margin-bottom: 8px;
    padding: 10px;
    width: 35%;
}
#content .profile-image img {
   -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #cccccc #e3e3e3 #e3e3e3 #cccccc;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    float: left;
    height: auto;
    max-height: 240px;
    max-width: 240px;
    width: 100%;
}
#content .profile-details {
	width: 346px;
	float: right;
	clear: none;
}
#content .profile-box .profile-details tr th {
	font-weight: bold;
}
#content .profile-box .profile-details tr td {
	text-align: left;
}

/* VENUE INFORMATION */

.venue-info {
	clear: both;
	padding-bottom: 12px;
	font-size: 12px;
}
.venue-info .details {
	padding-top: 10px;
}
.venue-info .with-map {
	width: 259px;
}
.venue-info h4 {
	padding: 6px 8px;
	text-align: center;
}
.venue-info p {
	padding: 6px 8px;
	margin: 0.25em 0;
}
.venue-info .address {
	background: #f0f0f0;
	background-color: rgba(0,0,0,0.05);
}

/* MATCH DETAILS */

.match-info .date,
.match-info time,
.match-info .score {
	display: block;
	float: right;
	clear: right;
}
.match-info .date {
	margin-top: 4px;
}
.fixtures-info time,
.match-info .score {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 8px;
}
.match-info .teams {
	float: left;
	margin-bottom: 16px;
	margin-top: 16px;
	clear: left;
}
.match-info .teams .home-logo,
.match-info .teams .away-logo,
.widget_sp_event_blocks .team-logo,
.match-info .teams span {
	float: left;
}
.match-info .teams span {
	margin: 0 8px;
	line-height: 50px;
	font-size: 18px;
	font-weight: bold;
}
.match-info .competition,
.match-info .season,
.match-info .team {
	display: block;
	float: left;
	clear: left;
	font-weight: bold;
}

/* GOOGLE MAP */

.google-map {
	display: block;
	float: right;
	margin-left: 16px;
}

/* CONTACT FORM */

.contactform form {
	margin: 16px;
}
.contactform form .eroror {
	margin-left: 6px;
}
.contactform li {
	margin-top: 16px;	
}
.contactform label {
	line-height: 24px;
	font-weight: bold;
	display: block;
	clear: both;
}
.contactform input {
	width: 240px;
	padding: 6px;
	border: 1px solid #ccc;
	margin: 0 0 10px;
}
.contactform textarea {
	width: 532px;
	padding: 6px;
	border: 1px solid #ccc;
}
.contactform .actions:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.contactform .actions span {
	padding: 1px;
	border: 1px solid #ccc;
	display: block;
	float: left;
}
.contactform .button {
	background: #aeaeae;
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #aeaeae),
		color-stop(1, #7a7a7a)
	);
	background-image: -moz-linear-gradient(
		center top,
		#aeaeae 0%,
		#7a7a7a 100%
	);
	cursor: pointer;
	color: #fff;
	padding: 12px;
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	border: none;
}
.contactform .button:hover {
	color: #fff;
}
.error {
	font-weight: bold;
	color: #d00;
	line-height: 24px;
}
.contactform .thanks {
	font-size: 24px;
	line-height: 24px;
	margin: 40px 20px;
	text-align: center;
}


/* GALLERY */

.gallery .gallery-icon a {
	float: left;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(
		linear,
		left top,
		right bottom,
		color-stop(0, #fff),
		color-stop(1, #f0f0f0)
	);
	background-image: -moz-linear-gradient(
		left top,
		#fff 0%,
		#f0f0f0 100%
	);
	border: 1px solid #ccc;
	border-left-color: #e3e3e3;
	border-top-color: #e3e3e3;
	padding: 10px;
	margin-bottom: 8px;
	
}
.gallery .gallery-icon a img {
	border: 1px solid #ccc;
	border-bottom-color: #e3e3e3;
	border-right-color: #e3e3e3;
}

/* 404 PAGE */

.not-found form {
	display: block;
	background: #f0f0f0;
	padding: 8px;
	height: 32px;
	margin-top: 16px;
	border-radius: 5px;
}
.not-found form input {
	display: block;
}
.not-found form input#s {
    color: #333333;
    float: left;
    font-size: 12px;
    line-height: 12px;
    padding: 8px;
    width: 450px;
}
.not-found form input#searchsubmit {
	float: left;
	padding: 4px;
	line-height: 19px;
	font-size: 12px;
	font-weight: bold;
	float: right;
	width: 100px;
}

/* SPONSORS */

.sp-footer-sponsors .sp-sponsors {
	border-top: 1px solid #ccc;
	border-color: rgba(128,128,128,0.4);
	padding: 15px 10px;
}
.sp-footer-sponsors .sp-sponsors .sp-sponsors-title {
	margin: 30px 0 0;
}

#sponsors {
	clear: both;
	background: #f0f0f0;
	border-top: 1px solid #ccc;
	border-color: rgba(128,128,128,0.4);
}
.sponsors {
	padding: 30px 10px 20px;
	text-align: center;
	margin: 0;
}
.sponsors li {
	margin: 14px;
	display: inline;
	font-size: 24px;
}
.sponsors li a {
	color: #333;
}
#content .sponsor-details {
	padding: 20px;
}
#content .sponsor-details .sponsor-logo {
	text-align: center;
}
.sponsor-details .entry-content {	
	margin-top: 10px;
}

/* TOURNAMENTS */

.sp-template-tournament-bracket {
	margin-bottom: 8px;
	border: 1px solid #ccc;
	border-color: rgba(128,128,128,0.4);
	padding: 1px;
	display: block;
	background: #fff;
}
.sp-tournament-bracket thead th {
	color: #fff;
	font-size: 12px;
	padding: 6px 8px;
	margin-top: 0;
	margin-bottom: 1px;
	line-height: 1;
	font-weight: bold;
}
#main .sp-tournament-bracket thead th {
	text-align: center;
}
.sp-tournament-bracket tbody {
	background: #f4f4f4;
}

#image-ad img {
	margin: 9px;
}

.tb_ground_status_display {
	background: url(images/ground-status.jpg) repeat-y 0 0;
	width: 318px;
	height: 120;
	line-height: 120px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}

input[type="submit"] {
 background: none repeat scroll 0 0 #f1c318;
    border: medium none;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 12px;
}
input[type="submit"]:hover {
	color: #fff;
}

#menu select#drop-nav {
	display: none;
	margin: 10px;
	width: 580px;
	padding: 5px;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	border: 1px solid transparent;
}

a.tb-club-link {
	color: inherit;
	font-weight: inherit;
}
a.readmore {
	 clear: both;
    display: block;
    float: right;
    margin-top: 16px;
    color: #010F90;
}

/* SportsPress */

/* Header */
.sp-header {
	position: relative;
	overflow: visible;
}

/* Title */
.sp-event-teams {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

/* Data Tables */
.sp-scrollable-table-wrapper {
	overflow: auto;
}
.sp-data-table {
	width: 100%;
	position: relative;
}
.sp-scrollable-table-wrapper .sp-data-table {
	margin-bottom: 0;
}
.sp-data-table thead th {
	white-space: nowrap;
}
.sp-data-table thead .sorting,
.sp-data-table thead .sorting_asc,
.sp-data-table thead .sorting_desc,
.sp-data-table thead .sorting_asc_disabled,
.sp-data-table thead .sorting_desc_disabled {
	cursor: pointer;
}
.sp-data-table .sorting:after,
.sp-data-table .sorting_asc:after,
.sp-data-table .sorting_desc:after {
	font-family: dashicons;
}
.sp-data-table .sorting:after {
	content: "\f156";
	color: transparent;
	position: absolute;
}
.sp-data-table .sorting_asc:after {
	content: "\f142";
	position: absolute;
}
.sp-data-table .sorting_desc:after {
	content: "\f140";
	position: absolute;
}

/* Pagination */
.sp-paginated-table {
	margin-bottom: 0 !important;
}
.sp-pagination {
	margin-top: 0 !important;
	border-top: 0 !important;
}
.sp-pagination tfoot tr td {
	text-align: center;
	cursor: pointer;
}
.sp-pagination tfoot tr td.prev {
	text-align: left;
}
.sp-pagination tfoot tr td.next {
	text-align: right;
}
.sp-pagination tfoot tr td a {
	cursor: inherit;
}
.sp-pagination tfoot tr td.active a {
	opacity: 0.5;
	cursor: default;
}
.sp-pagination tfoot tr td.disabled a {
	opacity: 0;
	cursor: default;
}
.widget .sp-pagination tfoot tr td.prev,
.widget .sp-pagination tfoot tr td.next {
	text-align: center;
}

/* League Table */
.sp-league-table td {
	line-height: 2em;
}
.sp-league-table .data-name .team-logo {
	width: 2em;
	height: 2em;
	margin-right: 0.25em;
	display: block;
	float: left;
	text-align: center;
}
.sp-league-table .data-name .team-logo img {
	width: auto;
	height: auto;
	max-width: 2em;
	max-height: 2em;
}

/* Countdown */
.sp-countdown-wrapper .event-name {
	padding: 10px 10px 0;
}
.sp-countdown-wrapper .sp-countdown {
	text-align: center;
	font-size: 20px;
	margin-bottom: 0;
	padding: 10px;
	background-color: #333333;
	background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, #5b5b5b), color-stop(0.3, #333333) );
	background-image: -moz-linear-gradient( center top, #5b5b5b 0%, #333333 30% );
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

/* Button */
.sp-button {
	border: none;
	cursor: pointer;
}

/* Event Performance */
.sp-event-performance .sub-in,
.sp-event-performance .sub-out {
	cursor: default;
}
.sp-event-performance .sub-in:before,
.sp-event-performance .sub-out:before {
	font-family: dashicons;
}
.sp-event-performance .sub-in:before {
	content: "\f140";
}
.sp-event-performance .sub-out:before {
	content: "\f142";
}

/* Event Venue */
#main .sp-event-venue thead tr th {
	padding: 6px 8px;
	text-align: center;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	padding-top: 0.75em;
	padding-bottom: 0;
}
#main .sp-event-venue tbody tr td {
	text-align: center;
}

/* Event Calendar */
#content .sp-template-event-calendar {
	margin: 0 20px 10px;
}
.sp-event-calendar tbody td, .sp-event-calendar thead th {
	text-align: center;
}
#main .sp-calendar th {
	text-align: center;
}
#content .sp-calendar .sp-table-caption {
	background: transparent;
	margin-top: 10px;
}
.sp-event-calendar #next {
	text-align: right;
}
.sp-event-calendar #prev {
	text-align: left;
}

/* Event List */
.sp-event-list .column-article {
	white-space: nowrap;
}
.sp-event-list .column-article a .dashicons {
	padding-right: 3px;
}

/* Event Blocks */
.sp-event-blocks thead {
	display: none;
}
.sp-event-blocks .event-date,
.sp-event-blocks .event-time,
.sp-event-blocks .event-results,
.sp-event-blocks .event-title {
	text-align: center;
	display: block;
	margin: 10px 0;
	clear: none;
}
.widget-container .sp-event-blocks .event-date,
.widget-container .sp-event-blocks .event-time,
.widget-container .sp-event-blocks .event-results,
.widget-container .sp-event-blocks .event-title {
	margin: 0;
}
.widget-container .sp-event-blocks .event-title {
	clear: both;
}
.sp-event-blocks .team-logo {
	width: 20%;
	height: auto;
	margin: 10px;
	max-width: 6em;
}
.sp-event-blocks .logo-odd {
	float: left;
}
.sp-event-blocks .logo-even {
	float: right;
}
.widget .sp-event-blocks .event-title {
	margin: 10px;
	padding: 0;
}

/* Google Maps */
.sp-google-map {
	height: 320px;
}
.sp-google-map img {
	max-width: none !important;
}
.sp-venue-map {
	margin-bottom: 4em;
}

/* View all */
.sp-view-all-link {
	display: block;
}

/* Alternate */
.sp-data-table tbody tr.odd,
.sp-data-table tbody tr.alternate,
.sp-calendar tbody td#today {
	background: rgba(0, 0, 0, 0.02);
}

@media only screen and (max-width: 40em) {
	.sp-responsive-table {
		margin-bottom: 0;
	}

	.sp-pinned-table {
		position: absolute;
		left: 0;
		top: 0;
		width: 50%;
		overflow: hidden;
		overflow-x: scroll;
		box-shadow: 0 0 1em rgba(0,0,0,0.5);
	}
	.sp-pinned-table table {
		border-right: none;
		border-left: none;
		width: 100%;
	}
	.sp-pinned-table table th,
	.sp-pinned-table table td {
		white-space: nowrap;
	}
	.sp-pinned-table td:last-child {
		border-bottom: 0;
	}
	
	.sp-responsive-table-wrapper {
		position: relative;
		overflow: hidden;
		background: #fff;
	}
	.sp-responsive-table-wrapper .scrollable {
		margin-left: 50%;
	}
	.sp-responsive-table-wrapper .scrollable {
		overflow: scroll;
		overflow-y: hidden;
	}	
	
	.sp-responsive-table-wrapper .scrollable td,
	.sp-responsive-table-wrapper .scrollable th {
		position: relative;
		white-space: nowrap;
		overflow: hidden;
	}
	.sp-responsive-table-wrapper .scrollable .data-number,
	.sp-responsive-table-wrapper .scrollable .data-name,
	.sp-responsive-table-wrapper .scrollable .data-rank,
 	.sp-responsive-table-wrapper .scrollable .data-date {
		display: none;
	}
}

/* Extend SP */

.widget-container .sp-table-caption {
	display: none;
}
.sp-league-table .team-logo img {
	width: auto;
	height: auto;
	max-width: 25px;
	max-height: 25px;
	float: left;
	margin-right: 6px;
}
.profile-details img {
	float: left;
	margin-right: 6px;
}
.sp-team-profile-logo {
	margin-bottom: 20px;
	text-align: center;
}
.sp-event-blocks .team-logo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

/* ADMIN UTILITIES */

.entry-utility {
	clear: both;
	display: block;
	padding-top: 16px;
}



.page-id-2 .image_thumb {
    display: none;
}
.footer-contact-no > a {
    color: #fff !important;
}


.page-id-2 h1 {
    border: medium none;
    margin: 0;
}



/*--------18-2-2015-------*/
#wonderplugincarousel-1 .amazingcarousel-image img{ height: 100px;}




@media only screen and (min-width: 1024px) and (max-width:1100px) {
#next{margin-left: -75px !important;}
#prev{margin-right: -73px !important;}
.footer-contact-no a{color:#ffffff !important;}



} 
@media only screen and (min-width: 800px) and (max-width:1023px) { 
.main_banner_area { width: 100% !important;}
.image-rotator {width: 60% !important;}
.image-rotator .main_image ul li{height: auto !important;width: 100% !important;}
.image-rotator .main_image{width: 100% !important;}
.home_logo_slides{width: 100% !important;}
.main_banner_area { width: 100% !important;}
#logo-slider{left: -40px;width: 76% !important;}
.banner_right{width: 40% !important;}
#wrapper, footer { width: 97% !important;}
body.custom-background { background-size: cover !important;}

}
@media only screen and (min-width: 670px) and (max-width: 768px) { 
a.readmore{ margin-bottom: 8px;}
#wrapper, footer { width: 97% !important;}
.main_banner_area { width: 100% !important;}
.image-rotator {width: 60% !important; height: auto !important;}
.image-rotator .main_image ul li{height: auto !important;width: 100% !important;}
.image-rotator .main_image{width: 100% !important;height: 242px !important;}
.home_logo_slides{width: 100% !important;}
.main_banner_area { width: 100% !important;}
#logo-slider{ left: -1px !important; width: 100% !important;}
.banner_right{width: 40% !important;}
.home .banner_right .home-widgets.content-right{ height: auto !important;}
.home_logo_slides #logo-slider-wraper{width: 91% !important;}
#prev{margin-right: -14px !important;}
#text-3 .textwidget > div{width: 100% !important;}
#next{margin-left: -73px !important; margin-top: -49px;}
.post-row .post-thumbnail {float: left !important; margin-right: 15px !important;}
#container { width: 62% !important;}
.home #content .post-row{ width:95% !important;}
.post-row .post {clear: none !important; float: left !important; padding: 0 0 0 13px !important; width: 53% !important;}
.post-row .post .entry-title { font-size: 20px !important; line-height: 26px !important;}
.home #sidebar{width: 34% !important;margin: 10px 10px 0 0 !important;}
.page #sidebar{width: 35% !important;}
h2{font-size: 19px !important;}
h3{font-size: 19px !important;}
#main {background-position: 465px 0 !important;}
#main table{width: 100% !important;} 
.tb_players .gallery-view li{height: auto !important;margin-bottom: 16px !important; width: 161px !important;}
div.entry-title, div.page-title, h1.entry-title, h1.page-title{margin: 12px !important;}
.tb_players .gallery-view li .name a{width: 83% !important;}
.single #sidebar{width: 35% !important;}
#content .profile-details{float: right !important;  margin: 0 !important; width: 71% !important;}
#content .profile-image{width: 23% !important;float: left !important;height: auto !important;}
#content .profile-box #switch-player-profile { clear: none !important; float: right !important;  margin: -4px auto !important;}
.ngg-gallery-thumbnail-box{width: 32% !important;}
.ngg-gallery-thumbnail img { width: 90% !important;}
#logo-slider .logo-img{height: auto !important; width: 12% !important; display: inline-block !important;}
#logo-slider{height: 120px !important;}
#main .status-publish #content .post-row { width: 96% !important;}
.home #main #content, .page-template-page-home-php #main #content { padding: 0 !important;}
#content, #comments {  padding: 0 9px !important;}
.page-id-2 #container .home-widgets #content .post-row .post {width: 53% !important;}
body.custom-background { background-size: cover !important;}
.page-id-103 #content section { float: none !important; margin: 0 !important;  width: 100% !important;}
.page-id-105 #content section { float: none !important; margin: 0 !important;  width: 100% !important;}
.profile-box > section { margin: 0 !important;  width: 100% !important;}
.page-id-107 #content section { float: none !important;  margin: 0 !important;  width: 100% !important;}
#maintitle .textwidget{width: 264px !important;}
.home_logo_slides .slide{width: 100% !important;margin: 20px 0 0 !important;}
.slider-controls #prev{ margin-top: -48px !important;}
#footer-widgets .widget-area p, #footer-widgets .widget-area ul li{ display: block !important;}
.footer-contact-no a{color:#ffffff !important;}
.alignright { display: block !important;  float: none !important;   margin: 0 auto !important;}
.fb_iframe_widget {  margin: 0 1px 0 0 !important;}
.tb_players .gallery-view li img { margin: 0 auto !important;}
.tb_players .gallery-view li .number { left: 33px !important;}

.banner_right .alternate .event-title > a {  font-size: 8px !important;}
ul.tb_matches-sidebar .home-logo, .widget_sp_event_blocks .team-logo.logo-odd { max-width: 40px;}
ul.tb_matches-sidebar .away-logo, .widget_sp_event_blocks .team-logo.logo-even {max-width: 40px;}
.sp-table-wrapper tr td { font-size: 12px !important;}
.widget-container .widget-title{font-size: 12px !important; padding: 7px 8px;}
.content-right .sp-template { margin-bottom: 0 !important;}
.widget-container{margin-bottom: 6px !important;}
.home .banner_right .home-widgets.content-right{padding: 10px !important;}
.entry-content{font-size: 14px !important;}
.postid-284 #container #content section{ margin: 0 0 5px !important;}
#content section.left-section, .sp-template-event-performance:nth-child(2n) { width: 48% !important;height: auto !important;}
#content section.right-section, .sp-template-event-performance:nth-child(2n-1) { width: 48% !important;height: auto !important;}
.postid-288 #content section { margin: 0 0 8px;}

.home-widgets.content-left {  margin: 10px 0 10px 10px !important;}
/*--------18-2-2015------------*/
#wonderplugincarousel-1 .amazingcarousel-prev{margin-left: -36px !important;}
#wonderplugincarousel-1 .amazingcarousel-next {margin-right: -37px !important;}
#wonderplugincarousel-1 .amazingcarousel-item-container{ left: 12px !important; position: relative !important; width: 77% !important;}
#wonderplugincarousel-1 .amazingcarousel-image img { height: 90px !important;}






}
@media only screen and (min-width: 486px) and (max-width: 670px) {

/*#wrapper #header #logo img { height: auto;  max-width: inherit !important;  width: 21% !important;}*/

.main_banner_area { width: 100% !important;}
.image-rotator {float: none !important; height: auto !important; margin: 0 auto !important; width: 100% !important;}
.image-rotator .main_image ul li{height: auto !important;width: 100% !important;}
.image-rotator .main_image{width: 100% !important;height: 242px !important; float: none !important;}
.home_logo_slides{width: 100% !important;}
.main_banner_area { width: 100% !important;}
.banner_right{float: none !important; margin: 0 auto !important; width: 100% !important;}
.home .banner_right .home-widgets.content-right{ height: auto !important;}
.home_logo_slides #logo-slider-wraper{width: 91% !important;}
#prev{margin-right: -5px !important;margin-top: -33px !important;}
#text-3 .textwidget > div{width: 100% !important;}
#next{margin-left: -78px !important; margin-top: -34px;}
.post-row .post-thumbnail {float: none !important;  margin: 0 auto !important;}
#container {width: 100% !important; float: none !important;  margin: 0 auto !important;}
.home #content .post-row{ margin: 0 auto !important; width: 95% !important;}
.post-row .post {clear: none !important; float: left !important; padding: 0 0 0 13px !important; width: 53% !important;}
.post-row .post .entry-title { font-size: 20px !important; line-height: 26px !important;}
.home #sidebar{width: 34% !important;}
.page #sidebar{ clear: both !important; float: none !important; margin: 0 auto !important;   width: 57% !important;}
h2{font-size: 21px !important;}
h3{font-size: 21px !important;}
#main table{width: 100% !important;} 
.tb_players .gallery-view li{height: auto !important;margin-bottom: 16px !important;}
div.entry-title, div.page-title, h1.entry-title, h1.page-title{margin: 12px !important;}
.tb_players .gallery-view li .name a{width: 100% !important;}
.single #sidebar{float: none !important; margin: 0 auto !important;  width: 64% !important;}
.ngg-gallery-thumbnail img { width: 90% !important;}
.header-contct-right { float: none !important; margin: 0 auto !important;  padding: 0 !important;}
#maintitle .textwidget{margin: 0 auto !important;}
#menu select#drop-nav{width: 96% !important;text-align: center !important; cursor: pointer !important;} 
#wrapper header { background-size: 100% 100% !important; min-height: inherit !important;}
#footer-widgets #footer-logo{background-size: 28% auto !important; height: auto !important;} 
#footer-widgets .widget-area, #footer-widgets #footer-logo.widget-area { float: none !important; margin: 0 auto !important;width: 90% !important;}
.image-rotator .main_image ul li img { background-size: 100% 100% !important; height: auto !important; margin: 0 auto !important;width: 100% !important;}
/*#logo-slider .logo-img{width: 14% !important;margin-right: 20px !important;height: auto !important;}
.home_logo_slides .slide{width: 100% !important;}
#logo-slider{height: 159px !important;}*/
.home_logo_slides #logo-slider{left: -27px !important;height: 151px !important; margin: 0 auto !important;width: 92% !important;}
#logo-slider .logo-img{width: 14% !important;height: 42px !important;}
.page-id-2 #container .home-widgets #content .post-row .post { float: none !important; margin: 20px auto !important; width: 90% !important;}
.home #main #content, .page-template-page-home-php #main #content{padding: 8px !important;}
#sidebar #facebook .fb_iframe_widget, .fb_iframe_widget span{ margin: 0 auto 5px !important; max-width: inherit !important; width: 100% !important;}
#footer-widgets .widget-area .widget-title{text-align: center !important;}
#footer-widgets{text-align: center !important;}
#footer-widgets .widget-area ul li{text-align: center !important;}
#main { background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;}
/*#menu select#drop-nav { background-image: url("images/toggle.png") !important;  background-position: right center !important;background-repeat: no-repeat !important;}*/
.post-row{width: 95% !important;}
#content section{margin: 0 auto !important; width: 100% !important;}
.tb_players .gallery-view li{display: block !important;  float: none !important;  margin: 0 auto !important; text-align: center !important; width: 50% !important;}
.tb_players .gallery-view li img{ margin: 0 auto !important;}
.tb_players .gallery-view li .number{top: 77px !important; left: 85px !important;}
#wrapper #menu { margin-top: -9px !important;}
.ngg-gallery-thumbnail-box{width: 34% !important; float: none !important; margin: 0 auto !important;}
.post-row .post {  float: none !important;  margin: 18px auto !important;   padding: 0 !important;  width: 85% !important;}
.post-96 #content .entry-content #content .post-row{text-align: center !important;}
.home_logo_slides .slide{width: 100% !important;}

#content .profile-image{float: none !important;  height: auto !important;  margin: 9px auto !important;  width: 32% !important;}
#content .profile-box .entry-title { float: none !important;  text-align: center !important;}
#content .profile-box #switch-player-profile { clear: none !important; float: none !important; margin: 0 auto !important;width: 36% !important;}
#content .profile-details{float: none !important; width: 75% !important;}
#content section{width: 75% !important;}
#content, #comments { margin: 0 auto !important;  padding: 0 !important;  width: 90.6% !important;}
.sp-table-wrapper .sp-player-statistics tr .data-name { display: block !important;}
#content .navigation .nav-previous {  float: none !important;  margin: 4px auto !important;}
#content .navigation .nav-next {  float: none !important;}
#content #nav-below{margin: 0 auto !important;width: 67.5% !important;}
#sidebar #primary { margin: 0 auto !important;}
body.custom-background { background-size: cover !important;}
#wrapper, footer { width: 96% !important;}
.slider-controls #next { margin-left: -64px !important;}
.slider-controls #prev {margin-right: 12px !important;  margin-top: -33px;}
#content section.left-section, .sp-template-event-performance:nth-child(2n) {float: none !important;margin: 5px auto !important; width: 70% !important;}
#content section.right-section, .sp-template-event-performance:nth-child(2n-1) {float: none !important; margin: 3px auto !important; width: 70% !important;}
.footer-contact-no a{color:#ffffff !important;}
#content section { margin: 0 auto !important;  width: 75% !important;}
.alignright { display: block !important;  float: none !important;   margin: 0 auto !important;}

#wrapper{overflow:hidden !important;}
#header #logo img {  margin-top: 7px !important;  width: 27% !important;}
#maintitle .textwidget{font-size: 17px !important;}
.fb_iframe_widget { display: block !important;  float: none !important;  margin: 0 auto !important;} 
#maintitle .textwidget{width: 43% !important;}
.home #main #content, .page-template-page-home-php #main #content {  margin: 0 auto !important;  width: 97% !important;padding: 0 !important;}
#wonderplugincarousel-1 .amazingcarousel-prev { margin-left: -70px !important;  margin-top: -27px !important;}
#wonderplugincarousel-1 .amazingcarousel-next { margin-right: -70px !important; margin-top: -27px !important;}
                       
                       
}

@media screen and (min-width:475px) and (max-width:485px) {
#wrapper, footer { width: 96% !important;}
.main_banner_area { width: 100% !important;}
.image-rotator {float: none !important; height: auto !important; margin: 0 auto !important; width: 100% !important;}
.image-rotator .main_image ul li{height: auto !important;width: 100% !important;}
.image-rotator .main_image{width: 100% !important;height: 242px !important; float: none !important;}
.home_logo_slides{width: 100% !important;}
.main_banner_area { width: 100% !important;}
.banner_right{float: none !important; margin: 0 auto !important; width: 100% !important;}
.home .banner_right .home-widgets.content-right{ height: auto !important;}
.home_logo_slides #logo-slider-wraper{ width: 88% !important;}
#prev{margin-right: 2px !important; margin-top: -49px !important;}
#text-3 .textwidget > div{width: 100% !important;}
#next{margin-left: -72px !important; margin-top: -52px;}
.post-row .post-thumbnail {float: none !important;  margin: 0 auto !important;}
#container {width: 100% !important; float: none !important;  margin: 0 auto !important;}
.home #content .post-row{ margin: 0 auto !important; width: 95% !important;}
.post-row .post {clear: none !important; float: left !important; padding: 0 0 0 13px !important; width: 53% !important;}
.post-row .post .entry-title { font-size: 20px !important; line-height: 26px !important;}
.home #sidebar{width: 34% !important;}
.page #sidebar{ clear: both !important; float: none !important; margin: 0 auto !important;width: 81% !important;}
h2{font-size: 21px !important;}
h3{font-size: 21px !important;}
#main table{width: 100% !important;} 
.tb_players .gallery-view li{height: auto !important;margin-bottom: 16px !important;}
div.entry-title, div.page-title, h1.entry-title, h1.page-title{margin: 12px !important;}
.tb_players .gallery-view li .name a{width: 100% !important;}
.single #sidebar{float: none !important; margin: 0 auto !important;width: 81% !important;}
#content .profile-image{width: 26% !important;float: left !important;height: auto !important;}
#content .profile-box #switch-player-profile { clear: none !important; float: right !important; margin: 0 auto 0px !important;}
.ngg-gallery-thumbnail img { width: 90% !important;}
.header-contct-right { float: none !important; margin: 0 auto !important;  padding: 0 !important;}
#maintitle .textwidget{margin: 0 auto !important;}
#menu select#drop-nav{width: 96% !important;text-align: center !important; cursor: pointer !important;} 
#wrapper header { background-size: 100% 100% !important; min-height: inherit !important;}
#footer-widgets #footer-logo{background-size: 28% auto !important; height: auto !important;} 
#footer-widgets .widget-area, #footer-widgets #footer-logo.widget-area { float: none !important; margin: 0 auto !important;width: 90% !important;}
.image-rotator .main_image ul li img { background-size: 100% 100% !important; height: auto !important; margin: 0 auto !important;width: 100% !important;}
/*#logo-slider .logo-img{width: 14% !important;margin-right: 20px !important;height: auto !important;}
.home_logo_slides .slide{width: 100% !important;}
#logo-slider{height: 159px !important;}*/
.home_logo_slides #logo-slider{left: -16px !important;margin: 0 auto !important;height: 119px !important; width: 98% !important;}
.#logo-slider .logo-img{width: 11% !important; height: auto !important;margin-right: 13px !important;}
.page-id-2 #container .home-widgets #content .post-row .post { float: none !important; margin: 20px auto !important; width: 90% !important;}
.home #main #content, .page-template-page-home-php #main #content{padding: 8px !important;}
#sidebar #facebook .fb_iframe_widget, .fb_iframe_widget span{ margin: 0 auto 5px !important; max-width: inherit !important; width: 100% !important;}
#footer-widgets .widget-area .widget-title{text-align: center !important;}
#footer-widgets{text-align: center !important;}
#footer-widgets .widget-area ul li{text-align: center !important;}
#main { background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;}
/*#menu select#drop-nav { background-image: url("images/toggle.png") !important;  background-position: right center !important;background-repeat: no-repeat !important;}*/
.post-row{width: 95% !important;}
.tb_players .gallery-view li{display: block !important;  float: none !important;  margin: 0 auto !important; text-align: center !important; width: 50% !important;}
.tb_players .gallery-view li img{ margin: 0 auto !important;}
.tb_players .gallery-view li .number{top: 77px !important; left: 85px !important;}
#wrapper #menu { margin-top: -9px !important;}
.ngg-gallery-thumbnail-box{width: 34% !important; float: none !important; margin: 0 auto !important;}
.post-row .post {  float: none !important;  margin: 18px auto !important;   padding: 0 !important;  width: 85% !important;}
.post-96 #content .entry-content #content .post-row{text-align: center !important;}
#wrapper, footer { width: 95% !important;}
.ngg-album-compact { float: none !important; margin: 10px auto !important; padding: 0 !important; text-align: center !important; width: 50% !important;}
.ngg-album-compactbox .Thumb{width: 100% !important;}
.xoxo .fb_iframe_widget iframe{width: 100% !important;}
.home_logo_slides .slide{width: 100% !important;margin: 28px 0 0 !important;}  
#logo-slider .logo-img{margin-right: 5px !important;width: 13% !important; height: 32px !important;}
#content .profile-image{float: none !important;  height: auto !important;  margin: 9px auto !important;  width: 32% !important;}
#content .profile-box .entry-title { float: none !important;  text-align: center !important;}
#content .profile-box #switch-player-profile { clear: none !important; float: none !important; margin: 0 auto !important; width: 48% !important;}
#content .profile-details{float: none !important; width: 90% !important;}
#content section{ margin: 6px auto !important;  width: 90% !important;}
#content, #comments { margin: 0 auto !important;  padding: 0 !important;  width: 90.6% !important;}
body.custom-background { background-size: cover !important;}
.sp-table-wrapper .sp-player-statistics tr .data-name { display: block !important;}
#content #nav-below{  margin: 0 auto !important; width: 84% !important;}
#content .navigation .nav-previous {  float: none !important;  margin: 4px auto !important;}
#content .navigation .nav-next {  float: none !important;}
.entry-utility{ padding: 0 !important;}
#sidebar #primary { margin: 0 auto !important;}
.footer-contact-no a{color:#ffffff !important;}
.alignright { display: block !important;  float: none !important;   margin: 0 auto !important;}
#wrapper{overflow:hidden !important;}
#header #logo img {  margin-top: 7px !important;  width: 33% !important;}
#maintitle .textwidget{font-size: 17px !important;}
.fb_iframe_widget { display: block !important;  float: none !important;  margin: 0 auto !important;} 
#maintitle .textwidget{width: 55% !important;}
/* Slider*/
.slider-controls #prev {margin-right: 13px !important;  margin-top: -41px !important; background-size: 100% 100% !important;}
.home_logo_slides .slider-controls a {  background-size: 100% 100% !important;   display: inline-block;  height: 36px;   width: 36px;}
#prev{background-size: 100% 100% !important;}
.slider-controls #next { background-size: 100% 100% !important;  margin-left: -58px !important;  margin-top: -41px;}
#next{background-size: 100% 100% !important;}

/*-------18-2-2015-------*/
#wonderplugincarousel-1 .amazingcarousel-prev{margin-left: -93px !important;  margin-top: -26px !important;}
#wonderplugincarousel-1 .amazingcarousel-next { margin-right: -94px !important; margin-top: -26px !important;}


}

@media only screen and (min-width: 320px) and (max-width: 475px)
{
.main_banner_area { width: 100% !important;}
.image-rotator {float: none !important; height: auto !important; margin: 0 auto !important; width: 100% !important;}
.image-rotator .main_image ul li{height: auto !important;width: 100% !important;}
.image-rotator .main_image{width: 100% !important;height: 193px !important; float: none !important;}
.home_logo_slides{width: 100% !important;}
.main_banner_area { width: 100% !important;}
.banner_right{float: none !important; margin: 0 auto !important; width: 100% !important;}
.home .banner_right .home-widgets.content-right{ height: auto !important;}
.home_logo_slides #logo-slider-wraper{width: 83% !important;}
#prev{ margin-right: 0 !important; margin-top: -60px !important;}
#text-3 .textwidget > div{width: 100% !important;}
#next{margin-left: -71px !important; margin-top: -64px;}
.post-row .post-thumbnail {float: none !important;  margin: 0 auto !important;}
#container {width: 100% !important; float: none !important;  margin: 0 auto !important;}
.home #content .post-row{ margin: 0 auto !important; width: 91% !important;}
.post-row .post {clear: none !important; float: left !important; padding: 0 0 0 13px !important; width: 53% !important;}
.post-row .post .entry-title { font-size: 20px !important; line-height: 26px !important;}
.home #sidebar{width: 34% !important;}
.page #sidebar{ clear: both !important; float: none !important; margin: 0 auto !important; width: 94% !important;}
h2{font-size: 21px !important;}
h3{font-size: 21px !important;}
#main table{width: 100% !important;} 
.tb_players .gallery-view li{height: auto !important;margin-bottom: 16px !important;}
div.entry-title, div.page-title, h1.entry-title, h1.page-title{margin: 12px !important;}
.tb_players .gallery-view li .name a{width: 100% !important;}
.single #sidebar{float: none !important; margin: 0 auto !important;width: 81% !important;}
#content .profile-image{width: 26% !important;float: left !important;height: auto !important;}
#content .profile-box #switch-player-profile { clear: none !important; float: right !important; margin: 0 auto 0px !important;}
.ngg-gallery-thumbnail img { width: 90% !important;}
.header-contct-right { float: none !important; margin: 0 auto !important;  padding: 0 !important;}
#maintitle .textwidget{margin: 0 auto !important;}
#menu select#drop-nav{ width: 94% !important;text-align: center !important; cursor: pointer !important;} 
#wrapper header { background-size: 100% 100% !important; min-height: inherit !important;}
#footer-widgets #footer-logo{background-size: 28% auto !important; height: auto !important;} 
#footer-widgets .widget-area, #footer-widgets #footer-logo.widget-area { float: none !important; margin: 0 auto !important;width: 90% !important;}
.image-rotator .main_image ul li img { background-size: 100% 100% !important; height: auto !important; margin: 0 auto !important;width: 100% !important;}
/*#logo-slider .logo-img{width: 14% !important;margin-right: 20px !important;height: auto !important;}
.home_logo_slides .slide{width: 100% !important;}
#logo-slider{height: 159px !important;}*/
.home_logo_slides #logo-slider{height: 93px !important; left: -27px !important; margin: 0 auto !important;  width: 95% !important;}
.#logo-slider .logo-img{width: 11% !important; height: auto !important;margin-right: 13px !important;}
.page-id-2 #container .home-widgets #content .post-row .post { float: none !important; margin: 20px auto !important; width: 90% !important;}
.home #main #content, .page-template-page-home-php #main #content{padding: 8px !important;}
#sidebar #facebook .fb_iframe_widget, .fb_iframe_widget span{ margin: 0 auto 5px !important; max-width: inherit !important; width: 100% !important;}
#footer-widgets .widget-area .widget-title{text-align: center !important;}
#footer-widgets{text-align: center !important;}
#footer-widgets .widget-area ul li{text-align: center !important;}
#main { background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;}
/*#menu select#drop-nav { background-image: url("images/toggle.png") !important;  background-position: right center !important;background-repeat: no-repeat !important;}*/
.post-row{width: 95% !important;}
.tb_players .gallery-view li{display: block !important;  float: none !important;  margin: 0 auto !important; text-align: center !important; width: 50% !important;}
.tb_players .gallery-view li img{ margin: 0 auto !important;}
.tb_players .gallery-view li .number{top: 77px !important; left: 85px !important;}
#wrapper #menu { margin-top: -9px !important;}
.ngg-gallery-thumbnail-box{width: 34% !important; float: none !important; margin: 0 auto !important;}
.post-row .post {  float: none !important;  margin: 18px auto !important;   padding: 0 !important;  width: 85% !important;}
.post-96 #content .entry-content #content .post-row{text-align: center !important;}
#wrapper, footer { width: 95% !important;}
.ngg-album-compactbox .Thumb{width: 100% !important;}
.xoxo .fb_iframe_widget iframe{width: 100% !important;}
.home_logo_slides .slide{width: 100% !important;margin: 28px 0 0 !important;}  
#logo-slider .logo-img{width: 18.4% !important;height: 30px !important; padding: 5px !important; margin: 0 4px 0 0 !important;}
#content .profile-image{float: none !important;  height: auto !important;  margin: 9px auto !important;  width: 32% !important;}
#content .profile-box .entry-title { float: none !important;  text-align: center !important;}
#content .profile-box #switch-player-profile { clear: none !important; float: none !important; margin: 0 auto !important; width: 48% !important;}
#content .profile-details{float: none !important; width: 90% !important;}
#content section{ margin: 6px auto !important;  width: 90% !important;}
#content, #comments { margin: 0 auto !important;  padding: 0 !important;  width: 90.6% !important;}
.sp-table-wrapper .sp-player-statistics tr .data-name { display: block !important;}
#content #nav-below{  margin: 0 auto !important; width: 84% !important;}
#content .navigation .nav-previous {  float: none !important;  margin: 4px auto !important;}
#content .navigation .nav-next {  float: none !important;}
.entry-utility{ padding: 0 !important;}
.entry-title h1, .page-title h1{font-size: 21px !important;}
.ngg-albumoverview .ngg-album-compact { float: none !important; margin: 10px auto !important;  padding: 0 !important; text-align: center !important;  width: 60% !important;}
#post-218 .entry-content > p {  height: auto !important;  margin: 0 auto !important;text-align: center !important;}
#content #post-218 .entry-content img {  float: none !important;  height: auto !important;  margin: 0 auto !important;  text-align: center !important;  width: 53% !important;}
.image-rotator .main_image h3{height: auto !important;}
.page-id-92 .wpb_wrapper iframe { height: 300px !important; max-width: inherit !important;  width: 100% !important;}
h2 { font-size: 19px !important;}
h3 { font-size: 19px !important;}
.page-id-474 #wrapper #main #container .post-row {margin: 0 auto !important; padding: 10px 0 !important;  width: 100% !important;}
#sidebar #primary { margin: 0 auto !important;}
body.custom-background { background-size: cover !important;}
.footer-contact-no a{color:#ffffff !important;}
#content section { width: 90% !important;}
#content section h3, #content .sp-table-caption { font-size: 15px;}
.alignright { display: block !important;  float: none !important;   margin: 0 auto !important;}
ul.tb_matches-sidebar h4.teams, .sp-event-blocks .event-title{font-size: 10px !important;}

#wrapper{overflow:hidden !important;}
#header #logo img {  margin-top: 7px !important;  width: 50% !important;}
#maintitle .textwidget{font-size: 17px !important;}
a.readmore{float: none !important;} 
.fb_iframe_widget { display: block !important;  float: none !important;  margin: 0 auto !important;}
/* Slider*/
.slider-controls #prev {margin-right: 13px !important; margin-top: -51px !important; background-size: 100% 100% !important;}
.home_logo_slides .slider-controls a {  background-size: 100% 100% !important;   display: inline-block;  height: 36px;   width: 36px;}
#prev{background-size: 100% 100% !important;}
.slider-controls #next {margin-left: -61px !important; margin-top: -53px; background-size: 100% 100% !important;}
#next{background-size: 100% 100% !important;}
/*---------18-2-2015--------*/
#wonderplugincarousel-1 .amazingcarousel-image img { height: 72px !important;  margin: 0 auto !important;}
#wonderplugincarousel-1 .amazingcarousel-item-container{height: 80px !important; left: 16px !important; position: relative !important;
    width: 75% !important;}
#wonderplugincarousel-1 .amazingcarousel-prev{  margin-top: -27px !important;}
#wonderplugincarousel-1 .amazingcarousel-next{margin-top: -27px !important;}


}


@media only screen and (min-width: 200px) and (max-width: 320px) 
{
.main_banner_area { width: 100% !important;}
.image-rotator {float: none !important; height: auto !important; margin: 0 auto !important; width: 100% !important;}
.image-rotator .main_image ul li{height: auto !important;width: 100% !important;}
.image-rotator .main_image{width: 100% !important;height: 171px !important; float: none !important;}
.home_logo_slides{width: 100% !important;}
.main_banner_area { width: 100% !important;}
.banner_right{float: none !important; margin: 0 auto !important; width: 100% !important;}
.home .banner_right .home-widgets.content-right{ height: auto !important;}
.home_logo_slides #logo-slider-wraper{width: 72% !important;}
#prev{ margin-right: 5px !important; margin-top: -60px !important;}
#text-3 .textwidget > div{width: 100% !important;}
#next{margin-left: -100px !important; margin-top: -64px;}
.post-row .post-thumbnail {float: none !important;  margin: 0 auto !important;}
#container {width: 100% !important; float: none !important;  margin: 0 auto !important;}
.home #content .post-row{ margin: 0 auto !important; width: 91% !important;}
.post-row .post {clear: none !important; float: left !important; padding: 0 0 0 13px !important; width: 53% !important;}
.post-row .post .entry-title { font-size: 20px !important; line-height: 26px !important;}
.home #sidebar{width: 34% !important;}
.page #sidebar{ clear: both !important; float: none !important; margin: 0 auto !important; width: 94% !important;}
h2{font-size: 21px !important;}
h3{font-size: 21px !important;}
#main table{width: 100% !important;} 
.tb_players .gallery-view li{height: auto !important;margin-bottom: 16px !important;}
div.entry-title, div.page-title, h1.entry-title, h1.page-title{margin: 12px !important;}
.tb_players .gallery-view li .name a{width: 100% !important;}
.single #sidebar{float: none !important; margin: 0 auto !important; width: 84% !important;}
#content .profile-image{width: 26% !important;float: left !important;height: auto !important;}
#content .profile-box #switch-player-profile { clear: none !important; float: right !important; margin: 0 auto 0px !important;}
.ngg-gallery-thumbnail img { width: 90% !important;}
.header-contct-right { float: none !important; margin: 0 auto !important;  padding: 0 !important;}
#maintitle .textwidget{margin: 0 auto !important;}
#menu select#drop-nav{ width: 94% !important;text-align: center !important; cursor: pointer !important;} 
#wrapper header { background-size: 100% 100% !important; min-height: inherit !important;}
#footer-widgets #footer-logo{background-size: 28% auto !important; height: auto !important;} 
#footer-widgets .widget-area, #footer-widgets #footer-logo.widget-area {  float: none !important; margin: 0 auto !important;width: 88% !important;}
.image-rotator .main_image ul li img { background-size: 100% 100% !important; height: auto !important; margin: 0 auto !important;width: 100% !important;}
/*#logo-slider .logo-img{width: 14% !important;margin-right: 20px !important;height: auto !important;}
.home_logo_slides .slide{width: 100% !important;}
#logo-slider{height: 159px !important;}*/
.home_logo_slides #logo-slider{height: 93px !important;left: -21px !important; margin: 0 auto !important;width: 100% !important;}
.#logo-slider .logo-img{width: 11% !important; height: auto !important;margin-right: 13px !important;}
.page-id-2 #container .home-widgets #content .post-row .post { float: none !important; margin: 20px auto !important; width: 90% !important;}
.home #main #content, .page-template-page-home-php #main #content{padding: 8px !important;}
#sidebar #facebook .fb_iframe_widget, .fb_iframe_widget span{ margin: 0 auto 5px !important; max-width: inherit !important;  width: 96% !important;}
#footer-widgets .widget-area .widget-title{text-align: center !important;}
#footer-widgets{text-align: center !important;}
#footer-widgets .widget-area ul li{text-align: center !important;}
#main {background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;}
#drop-nav { background-image: url(".../images/toggle.png") no-repeat scroll center right rgba(0, 0, 0, 0) !important;}  

.post-row{width: 95% !important;}
.tb_players .gallery-view li{display: block !important;  float: none !important;  margin: 0 auto !important; text-align: center !important; width: 50% !important;}
.tb_players .gallery-view li img{ margin: 0 auto !important;}
.tb_players .gallery-view li .number{top: 77px !important; left: 16px !important;}
#wrapper #menu { margin-top: -9px !important;}
.ngg-gallery-thumbnail-box{width: 34% !important; float: none !important; margin: 0 auto !important;}
.post-row .post {  float: none !important;  margin: 18px auto !important; width: 85% !important;}
.post-96 #content .entry-content #content .post-row{text-align: center !important;}
#wrapper, footer { width: 95% !important;}
.ngg-album-compactbox .Thumb{width: 100% !important;}
.xoxo .fb_iframe_widget iframe{width: 94% !important;}
.home_logo_slides .slide{width: 100% !important;margin: 28px 0 0 !important;}  
/*#logo-slider .logo-img{margin-right: 5px !important;width: 18.4% !important;height: 28px !important; padding: 5px !important;}*/
#logo-slider .logo-img {
    height: 28px !important;
    margin-right: 5px !important;
    padding: 5px !important;
    width: 15.4% !important;
}
#content .profile-image{float: none !important;  height: auto !important;  margin: 9px auto !important;  width: 32% !important;}
#content .profile-box .entry-title { float: none !important;  text-align: center !important;}
#content .profile-box #switch-player-profile { clear: none !important; float: none !important; margin: 0 auto !important; width: 48% !important;}
#content .profile-details{float: none !important; width: 90% !important;}
#content section{ margin: 6px auto !important;  width: 90% !important;}
#content, #comments {width: 92% !important;}
.sp-table-wrapper .sp-player-statistics tr .data-name { display: block !important;}
#content #nav-below{  margin: 0 auto !important; width: 84% !important;}
#content .navigation .nav-previous {  float: none !important;  margin: 4px auto !important;}
#content .navigation .nav-next {  float: none !important;}
.entry-utility{ padding: 0 !important;}
.entry-title h1, .page-title h1{font-size: 21px !important;}
.ngg-albumoverview .ngg-album-compact { float: none !important; margin: 10px auto !important;  padding: 0 !important; text-align: center !important;  width: 60% !important;}
#post-218 .entry-content > p {  height: auto !important;  margin: 0 auto !important;text-align: center !important;}
#content #post-218 .entry-content img {  float: none !important;  height: auto !important;  margin: 0 auto !important;  text-align: center !important;  width: 53% !important;}
.image-rotator .main_image h3{height: auto !important;}
.page-id-92 .wpb_wrapper iframe {height: 265px !important; max-width: inherit !important;  width: 100% !important;}
h2 {font-size: 17px !important;}
h4 {font-size: 17px !important;}
h3 {font-size: 16px !important;}
.page-id-474 #wrapper #main #container .post-row {margin: 0 auto !important; padding: 10px 0 !important;  width: 100% !important;}
#sidebar #primary {  margin: 0 !important;}
body.custom-background { background-size: cover !important;}
#logo-slider .logo-img{margin: 0 auto 0 3px !important;}
.home #main #content, .page-template-page-home-php #main #content {padding: 0 !important;}
#maintitle .textwidget{width: 82% !important;}
#respond #commentform input{width: 93% !important; margin: 0 auto !important;display: block !important;}
#post-96 #content article, #content > .post { margin: 0 auto !important; padding: 0 !important;  width: 100% !important;}
#content input, #content textarea { width: 97% !important;}
.home #content .post-row { margin: 0 auto !important; padding: 9px 0 !important;  width: 100% !important;}
.page-id-116 #content input, #content textarea { width: 90% !important;}
.page-id-439 #content, #comments { width: 65% !important;}
#content input, #content textarea { width: 90% !important;}
#content section.left-section, .sp-template-event-performance:nth-child(2n) { float: none !important;  margin: 0 auto !important;  width: 91% !important;}
#content section.right-section, .sp-template-event-performance:nth-child(2n-1) {float: none !important;  margin: 0 auto !important; width: 91% !important;}
.footer-contact-no a{color:#ffffff !important;}
.profile-box h4 { font-size: 15px !important;}
.alignright { display: block !important;  float: none !important;   margin: 0 auto !important;}
/* Slider*/
.slider-controls #prev {margin-right: 13px !important; margin-top: -51px !important; background-size: 100% 100% !important;}
.home_logo_slides .slider-controls a {  background-size: 100% 100% !important;   display: inline-block;  height: 36px;   width: 36px;}
#prev{background-size: 100% 100% !important;}
.slider-controls #next { margin-left: -91px !important; background-size: 100% 100% !important; margin-top: -55px;}
#next{background-size: 100% 100% !important;}




.entry-content {width: 100% !important;}
.match-info .teams .home-logo, .match-info .teams .away-logo, .widget_sp_event_blocks .team-logo, {  float: none !important;} 
.match-info .date {  margin: 0 auto !important;}
.match-info .date, .match-info time, .match-info .score { clear: none !important; display: block !important; float: none !important;  margin: 0 auto !important;  text-align: center !important;  width: 89% !important;}
#content article .match-info { margin: 0 auto !important;}
.match-info .teams {  clear: none !important;  float: none !important;  margin: 0 auto !important;   width: 60% !important;}

#wrapper{overflow:hidden !important;}
#header #logo img {  margin-top: 7px !important;  width: 50% !important;}
#maintitle .textwidget{font-size: 17px !important;}

.fb_iframe_widget { display: block !important;  float: none !important;  margin: 0 auto !important;}

/**/
.home #main #content, .page-template-page-home-php #main #content {  width: 100% !important;}   
#container #content #respond #commentform textarea {  width: 97% !important;}
#post-94 .entry-content p {  font-size: 13px !important;}
.post-row .post .entry-title {  font-size: 17px !important;  margin: 0 auto 8px !important;}
/*--18-22015----------------*/
#wonderplugincarousel-1 .amazingcarousel-prev { margin-left: -35px !important; margin-top: -25px !important;}
#wonderplugincarousel-1 .amazingcarousel-next{ margin-right: -35px !important; margin-top: -25px !important;}
#wonderplugincarousel-1 .amazingcarousel-item-container { height: 67px !important; left: 26px !important; position: relative !important;
    width: 65% !important;}
#wonderplugincarousel-1 .amazingcarousel-image img { height: 60px !important;}


}




#wonderplugincarousel-1 .amazingcarousel-prev{ background: url("images/left_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
 height: 57px !important; margin-left: -63px; margin-top: -33px; width: 55px !important;}
#wonderplugincarousel-1 .amazingcarousel-next{   background: url("images/right_arrow.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0) !important; height: 57px !important;
    margin-right: -65px; margin-top: -29px; right: 0;  top: 50%;  width: 55px !important;}

.ngg-album-compactbox img
{
  height: 150px !important;
  width: 150px !important;
}    

.ngg-gallery-thumbnail img
{
    height: 100px !important;
   width: 174px !important;
}


#fancybox-overlay
{
  display: none !important;
}
#fancybox-wrap
{
  display: none !important;
}
#fancybox-content
{
  display: none !important;
}