/* 	Reset Styling
----------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, img {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	outline: none;
	padding: 0px;
	margin: 0px
}

/*	General Styling
----------------------------------------------------------------------*/
body {
	margin: 0 auto;
	background: #ccc url(/images/backgrounds/1.jpg) fixed;
	color: #7A7A7A;
	line-height: 24px;
	font-family: "Helvetica", Tahoma, Arial;
	font-size: 13px
}
::selection{
	color:#fff;
	background:#5486da
}
::-moz-selection{
	color:#fff;
	background:#5486da
}
img {
	border: none;
	max-width: 100%
}
a {
	color: #000;
	text-decoration: none !important;
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out
}
a:hover, 
.custom_block1 li.active a, 
.custom_block1 li.active a i,
.preve:hover, .nexte:hover,
.breadcrumbIn ul li a:hover,
.active_link,
.foot-menu li a:hover,
.post_meta a:hover,
.post_more {
	-webkit-transition: color 0.1s ease-in-out;
	transition: color 0.1s ease-in-out;
	color: #5486da
}
.active_link:hover {
	color: #ccc
}
h1, h2, h3, h4, h5, h6 {
	color: #484747;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: "Raleway", Helvetica, Tahoma, Arial;
	font-weight: 700;
	line-height: 20px
}
h1 { font-size: 32px }
h2 { font-size: 26px }
h3 { font-size: 20px }
h4 { font-size: 18px }
h5 { font-size: 14px }
h6 { font-size: 12px }
p {
	margin-bottom: 30px
}
p:last-child {
	margin-bottom: 0
}
strong {
	font-weight: bold
}
em {
	font-style: italic
}
ol {
	padding: 0;
	margin: 0
}
ol li {
	list-style: decimal;
	padding: 0 0 10px 0;
	margin: 0 0 0 20px;
	line-height: 24px
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}
cite {
	float: right;
	padding: 0 0 5px 0
}
hr {
	background: #e6e6e6;
	border: 0;
	clear: both;
	width: 100%;
	height: 1px;
	padding: 0;
	margin: 20px 0;
	position: relative
}
pre {
	color: #333;
	white-space: initial;
	border-radius: 3px;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	white-space: initial;
	margin: 5px 0 20px 0;
	overflow: auto;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
code {
	color: #333;
	background: #ccc;
	border-left: 8px solid #1ABC9C;
	padding: 14px 20px;
	border-radius: 3px;
	margin: 5px 0 20px 0;
	clear: both;
	display: block;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
iframe {
	max-width: 100%;
}
mark {
	padding: 3px 5px;
}
textarea { 
	white-space:pre; 
}
/*	Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}

/*	Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha {
	margin-left: 0 !important
}
.omega {
	margin-right: 0 !important
}

/*	Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.grid_1 {
	width:6.333%;
}
.grid_2 {
	width:14.667%;
}

.grid_3 {
	width:23.0%;
}

.grid_4 {
	width:31.333%;
}

.grid_5 {
	width:39.667%;
}

.grid_6 {
	width:48.0%;
}

.grid_7 {
	width:56.333%;
}

.grid_8 {
	width:64.667%;
}

.grid_9 {
	width:73.0%;
}

.grid_10 {
	width:81.333%;
}

.grid_11 {
	width:89.667%;
}
.grid_12 {
	width:98.0%;
}
.grid_12:after {
	content: "";
	clear: both;
}
.grid_full {
	width:100%;
}
.grid_1_5 {
	width:18.0%;
}
.grid_2_5 {
	width:38.0%;
}
.grid_3_5 {
	width:58.0%;
}
.grid_4_5 {
	width:78.0%;
}
.grid_1.alpha,.grid_1.omega {
	width:7.333%;
}
.grid_2.alpha,.grid_2.omega {
	width:15.667%;
}
.grid_3.alpha,.grid_3.omega {
	width:24.0%;
}
.grid_4.alpha,.grid_4.omega {
	width:32.333%;
}
.grid_5.alpha,.grid_5.omega {
	width:40.667%;
}
.grid_6.alpha,.grid_6.omega {
	width:49.0%;
}
.grid_7.alpha,.grid_7.omega {
	width:57.333%;
}
.grid_8.alpha,.grid_8.omega {
	width:65.667%;
}
.grid_9.alpha,.grid_9.omega {
	width:74.0%;
}
.grid_10.alpha,.grid_10.omega {
	width:82.333%;
}
.grid_11.alpha,.grid_11.omega {
	width:90.667%;
}
.grid_12.alpha,.grid_12.omega {
	width:99.0%;
}
.grid_1_5.alpha,.grid_1_5.omega {
	width:19.0%;
}
.grid_2_5.alpha,.grid_2_5.omega {
	width:39.0%;
}
.grid_3_5.alpha,.grid_3_5.omega {
	width:59.0%;
}
.grid_4_5.alpha,.grid_4_5.omega {
	width:79.0%;
}
.row {
	width: 1060px;
	margin: 0 auto;
	position: relative;
}
.boxed {
	margin: 0 auto;
	width: 1140px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.boxed-margin {
	margin: 30px auto;
	width: 1140px;
	background: #fff;
	position: relative;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	border-radius: 10px
}
#layout {
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}
.full {
	width: 100%;
	margin: 0 auto;
	background: #fff
}
.left-sidebar .posts, 
.left-sidebar .shop {
	float: right
}

#nprogress {
	pointer-events: none;
}
#nprogress .bar {
	background: #29d;
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
}
#nprogress .peg {
	display: block;
	position: absolute;
	right: 0px;
	width: 100px;
	height: 100%;
	box-shadow: 0 0 10px #29d, 0 0 5px #29d;
	opacity: 1.0;
	-webkit-transform: rotate(3deg) translate(0px, -4px);
	-ms-transform: rotate(3deg) translate(0px, -4px);
	transform: rotate(3deg) translate(0px, -4px);
}
#nprogress .spinner {
	display: block;
	position: fixed;
	z-index: 100;
	top: 15px;
	right: 15px;
}
#nprogress .spinner-icon {
	width: 18px;
	height: 18px;
	box-sizing: border-box;
	border: solid 2px transparent;
	border-top-color: #29d;
	border-left-color: #29d;
	border-radius: 50%;
	-webkit-animation: nprogress-spinner 400ms linear infinite;
	animation: nprogress-spinner 400ms linear infinite;
}
@-webkit-keyframes nprogress-spinner {
	0%   { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
	0%   { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

/*	Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
.clear {
	  clear: both;
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:before,
.clearfix:after {
	  content: '\0020';
	  display: block;
	  overflow: hidden;
	  visibility: hidden;
	  width: 0;
	  height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

/* 	Header
----------------------------------------------------------------------------------------------------*/
#header {
	position : relative
}
#header h1 {
  float: left;
  margin: 45px 0 0 15px;
}
.boxed-margin .head_up {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.headdown {
	position: relative;
	border-bottom: 2px solid #E4E4E4;
	border-bottom: 2px solid rgba(209, 209, 209, 0.4);
	background: url(/images/header.png) repeat-x top;
	z-index: 999;
}
.logo {
	float: left;
	margin: 10px 0 10px 0;
}
#header .facebook {
    float: right;
    margin-top: 20px;
  }
@media only screen and (max-width : 480px) {
  #header .facebook img {
    height: 25px;
  }
  #header h1 {
    margin-top: 65px;
  }
}
/*	Page Content
----------------------------------------------------------------------*/
@media only screen and (max-width : 768px) {
  .page-content {
	margin: 30px 0;
  }
}
@media only screen and (min-width : 769px) {
  .page-content {
  	margin: 50px 0;
  }
  #GoContent {
    margin-top: 20px;
    min-height: 250px;
  }
}

/* 	Filters
----------------------------------------------------------------------------------------------------*/
.filterable { position : relative }
.filterable ul.filter {
	padding: 0;
	margin: 0 auto;
	text-align: center;
}
.filterable ul.filter li {
	display: inline-block;
	position: relative;
	z-index: 2;
	margin: 0 5px;
}
.filterable li a, .load_more_portfolio a {
	padding: 6px 16px;
	font-size: 13px;
	color: #999;
	border-radius: 10px;
	border: 1px solid;
	z-index: 10;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer
}
.filterable li.current a, .filterable li a:hover, .load_more_portfolio a:hover {
	border-color: #5486da;
	color: #fff;
	background: #5486da;
}

/*	Accordion, Toggle
----------------------------------------------------------------------*/
.accordion-head,
.toggle-head {
	position: relative;
	padding: 10px 0 10px 60px;
	margin: 8px 0 0 0;
	font-size: 14px;
	cursor: pointer;
	border-bottom: 0;
	color: #fff;
	background: #2c3337;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.accordion-head i,
.toggle-head i {
	padding-right: 8px;
}
.sub-accordion:first-child .accordion-head,
.sub-toggle:first-child .toggle-head {
	margin: 0;
}
.active .accordion-content,
.active .toggle-content {
	border: 0;
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.active .icon-minus-sign {
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.active .icon-plus-sign {
	-webkit-animation: fadeInDown 0.4s;
	animation: fadeInDown 0.4s
}
.accordion-content,
.toggle-content {
	padding:16px;
	overflow:hidden;
}
.accordion-head-sign,
.toggle-head-sign {
	margin: 0;
	background: #5486DA;
	color: #FFF;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px 16px;
}
.accordion-head-sign i,
.toggle-head-sign i {
	padding: 0;
	margin: 0;
}


/*	Notification Boxes
----------------------------------------------------------------------*/
.notification-box {
	position: relative;
	margin-bottom: 10px;
	border-radius: 10px;
	padding: 20px 32px 20px 20px;
	color:#fff;
	font-size: 14px;
	font-weight: normal;
	-webkit-animation: fadeInUp 1.3s;
	animation: fadeInUp 1.3s;
}
a.notification-close {
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 12px;
}
.notification-box p {
	margin: 0;	
}
.notification-box p i {
	padding-right: 10px;
	border-right: 1px solid;
	margin-right: 10px;
}
.notification-box-info {
	color: #65cad3;
	border: 1px solid #65cad3;
}
.notification-box-success {
	color: #1abc9c;
	border: 1px solid #1abc9c;
}
.notification-box-warning {
	color: #eed880;
	border: 1px solid #eed880;
}
.notification-box-error {
	color: #e06f6f;
	border: 1px solid #e06f6f;
}
.notification-box-info a {
	color: #65cad3;
}
.notification-box-success a {
	color: #1abc9c;
}
.notification-box-warning a {
	color: #eed880;
}
.notification-box-error a {
	color: #e06f6f;
}
.notification-box ul.limited-height {
	list-style-type: circle;
	list-style-position: inside;
	max-height: 75px;
	overflow: auto;
}
.notification-box ul.limited-height li {
	padding-left: 20px;
}

/*	Buttons
----------------------------------------------------------------------*/
.tbutton {
	display:inline-block;
	cursor:pointer;
	position:relative;
	word-spacing:0.2em;
	background:#5486da;
	border-radius: 6px;
	color:#fff;
	white-space: nowrap;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.tbutton:hover {
	background: none;
	border-color: #5486da;
	color: #5486da;
}
.tbutton.color2 {
	background: #9AD147;
}
.tbutton.color2:hover {
	background: none;
	border-color: #6F9733;
	color: #6F9733
}
.tbutton.color3 {
	background: #5200FF
}
.tbutton.color3:hover {
	background: none;
	border-color: #4203C7;
	color: #4203C7
}
.tbutton.color4 {
	background: #09F
}
.tbutton.color4:hover {
	background: none;
	border-color: #0C6BAA;
	color: #0C6BAA
}
.tbutton.color5 {
	background: #F00
}
.tbutton.color5:hover {
	background: none;
	border-color: #971919;
	color: #971919
}
.tbutton.color6 {
	background: #2FEFF7
}
.tbutton.color6:hover {
	background: none;
	border-color: #28C7CE;
	color: #28C7CE
}
.tbutton.color7 {
	background: #A58080
}
.tbutton.color7:hover {
	background: none;
	border-color: #A58080;
	color: #A58080
}
.tbutton.color8 {
	background: #809FA5;
}
.tbutton.color8:hover {
	background: none;
	border-color: #809FA5;
	color: #809FA5
}
.tbutton.color9 {
	background: #3DE4B5;
}
.tbutton.color9:hover {
	background: none;
	border-color: #3DE4B5;
	color: #3DE4B5
}
.tbutton span {
	display: block;
	overflow: hidden;
}
.tbutton span {
	padding: 0 10px;
	line-height: 2.4em;
}
.tbutton.small {
	font-size: 12px;
}
.tbutton.medium {
	font-size: 14px;
}
.tbutton.large {
	font-size: 16px;
}
.tbutton.small span {
	padding: 0 14px;
	line-height: 2.3em;
}
.tbutton.medium span {
	padding: 0 16px;
	line-height: 2.5em;
}
.tbutton.large span {
	padding: 0 18px;
	line-height: 2.7em;
}
input.default-field, select.default-select {
	display: block;
	width: 100%;
	border: 1px solid #EAEAEA;
	border-radius: 10px;
	padding: 0 10px;
	line-height: 24px;
	height: 34px;
	background: #F7F7F7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
input[type=submit].default, button.default {
	width: auto;
	margin-top: 10px;
	display:inline-block;
	cursor:pointer;
	position:relative;
	padding: 6px 14px;
	background: none;
	color: #747474;
	border: 1px solid #999;
	display: inline-block;
	border-radius: 10px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	text-decoration: none !important;
}

/*	Top Scroll
----------------------------------------------------------------------*/
#toTop {
	position: relative;
	width: 26px;
	height: 26px;
	float: right;
	color: #BEBEBE;
	border: 1px solid #EBEBEB;
	margin: 20px 0;
	border-radius: 6px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease
}
#toTop i {
	padding: 0px 0 0 7.5px;
	display: block;
	font-size: 14px
}
#toTop:hover {
	border-color: #5486da;
	color: #5486da
}

/* 	Tables
----------------------------------------------------------------------*/

.table {
	background:transparent !important;
	font-size:13px;
	text-align:center;
	border-collapse:collapse;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.table th {
	font-size:14px;
	font-weight:normal;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-align:center;
	padding: 14px 8px !important;
	color:#ffffff;
	background-color:#5486DA;
	text-shadow:none;
}
.table td { 
	padding: 14px 8px !important;
	text-align: center;
}
.table tr {
	border-bottom:1px solid #fff;
	background-color:#f8f8f8;
	-moz-transition:all .2s;
	-webkit-transition:all .2s;
	-o-transition:all .2s;
}
.table tr:hover, tr.topic-sticky {
	background: #F0F0F0;
	background: rgba(84, 134, 218, 0.20);
	-webkit-transition:all .2s;
	transition:all .2s;
}
.table tfoot td {
	padding: 14px !important;
	text-align: left;
	background:#5486DA;
	color:#ffffff;
	font-size:11px;
	text-shadow:none;
}
.table tfoot tr:hover {
	background:#63b1be;
}

/*	Footer
----------------------------------------------------------------------*/
#footer {
	background: #f7f7f7;
	border-top: 2px solid #e4e4e4;
}
.footer-last {
	border-top: 2px solid #e4e4e4;
	background: #fff;
}
.copyright {
	line-height: 5;
	float: left;
}

/*	More Styles
----------------------------------------------------------------------*/
.mi { margin-right: 4px !important }
.mid { margin-right: 8px !important }
.mii { margin-left: 4px !important }
.miid { margin-left: 8px !important }

.mt { margin-top: 20px !important }
.mtt { margin-top: 30px !important }
.mtf { margin-top: 40px !important }
.mtff { margin-top: 50px !important }
.mts { margin-top: 70px !important }

.mb { margin-bottom: 20px !important }
.mbt { margin-bottom: 30px !important }
.mbf { margin-bottom: 40px !important }
.mbff { margin-bottom: 50px !important }
.mbs { margin-bottom: 70px !important  }

.pt { padding-top: 120px }

.fll { float: left; margin: 0 20px 10px 0 !important }
.flr { float: right; margin: 0 0 10px 20px !important }
.tac { text-align: center !important }
.tar { text-align: right !important }
.tal { text-align: left !important }
.tacIMG, .tacIMG img {margin: 0 auto !important; text-align: center;}

.two-radius { border-radius: 2px !important; -webkit-border-radius: 2px !important }
.three-radius { border-radius: 3px !important; -webkit-border-radius: 3px !important }
.four-radius { border-radius: 4px !important; -webkit-border-radius: 4px !important }
.five-radiu { border-radius: 5px !important; -webkit-border-radius: 5px !important }
.six-radius { border-radius:6px !important; -webkit-border-radius: 6px !important }
.ten-radius { border-radius: 10px !important; -webkit-border-radius: 10px !important }
.circle-radius { border-radius: 100% !important; -webkit-border-radius: 100% !important }

.relative {position: relative !important}
.righter {float: right !important}
.lefter {float: left !important}
.hidden { display: none }

.t-red { color: red }
.t-bold { font-weight: bold }

/*	Display
----------------------------------------------------------------------*/
#mobilepro {
	font-size: 20px;
	font-weight: bold;
	display: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	padding: 4px 8px;
	cursor: pointer;
	float: right;
	background-color: #5486DA;
	color: #FFF;
	margin: 21px 0
}

/*	Fight&Go content
----------------------------------------------------------------------*/

#GoContent .sections div {
  max-height: 40vh;
  overflow-y: scroll;
}
#GoContent .information-normal .head, #GoContent .information-formals-only .head {
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
#GoContent .information-normal .head sup, #GoContent .information-formals-only .head sup {
  font-size: 75%;
}
#GoContent .competitors .empty {
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  color: #e06f6f;
}
#GoContent .access {
  margin-right: auto;
  margin-left: auto;
  float: none;
  display: block;
  text-align: center;
}
table .colors {
  padding: 0px !important;
  vertical-align: middle !important;
  width: 12px;
}
table .colors span {
  display: inline-block;
  width: 10px;
  height: 40px;
}
.color-mats {
  background-color: #000000;
}
.color-boards {
  background-color: #FF0000;
}
.color-points {
  background-color: #204a87;
}
.color-secretary {
  background-color: #4e9a06;
}

/* print styles */

#GoContent .sections *,
#GoContent .competitors,
.print-button,
.facebook,
#footer,
.ui-helper-hidden-accessible {
	display: none;
}

.page-content {
	margin-top: 20px;
}
