/* ========== GENERAL ========== */
body {
	margin: 0;
	font: 14px/21px "PT Sans", Arial, "Helvetica Neue", Helvetica, Ubuntu, sans-serif;
	color: #333;
	background: #fff;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 1.5em;
	padding: 0;
	font-weight: bold;
	color: #333;
}

h1 {
	font-size: 36px;
	line-height: 40px;
}

h2 {
	font-size: 23px;
	line-height: 40px;
}

h3 {
	font-size: 20px;
	line-height: 32px;
}

h4 {
	font-size: 18px;
	line-height: 30px;
}

h5 {
	font-size: 16px;
	line-height: 26px;
}

h6 {
	font-size: 14px;
	line-height: 24px;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	margin: 8px 0 10px;
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #fff;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p, ul, ol {
	margin-bottom: 1.5em;
}

p a, footer a {
	color: #21409a;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

p a:hover,
	footer a:hover {
	text-decoration: underline;
}

/* ---------- Links --------- */
a:link {
	color: #21409a;
	text-decoration: none;
}

a:visited {
	color: #182f70;
}

a:hover {
	color: #5ba255;
	outline: 0;
}

a:active {
	outline: 0;
}

a:focus {
	outline: thin dotted;
}

/* ---------- Tables --------- */
table {
	max-width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: transparent;
}

/* ---------- Image --------- */
.image-box-left,
.image-box-right {
	width: 290px;
	padding: 4px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.image-box-left img,
.image-box-right img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.image-box-left figcaption,
.image-box-right figcaption {
	padding: 3px 0;
	line-height: 1.1;
	color: #666;
	text-align: center;
	font-style: italic;
}

.picture-left,
.picture-right {
	max-width: 30%;
	border: 1px solid #d9e0e6;
	border-bottom-color: #c8cdd2;
	border-right-color: #c8cdd2;
	background: #fff;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.image-box-left,
img.picture-left {
	float: left;
	margin: .5em 1em 1em 0;
}

.image-box-right,
img.picture-right {
	float: right;
	margin: .5em 0 1em 1em;
}

/* ---------- Button --------- */
.btn {
	display: inline-block;
	position: relative;
	padding: 5px 10px;
	font-size: 14px;
	vertical-align: baseline;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(../img/bg-button.png);
	background-position: bottom left, top right, 0 0, 0 0;
	background-clip: border-box;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: inset 0 0 1px #fff;
	-moz-box-shadow: inset 0 0 1px #fff;
	box-shadow: inset 0 0 1px #fff;
	-webkit-transition: background-position 1s;
	-moz-transition: background-position 1s;
	-o-transition: background-position 1s;
	transition: background-position 1s;
}

.btn:hover {
	background-position: top left;
	background-position: top left, bottom right, 0 0, 0 0;
}

.btn:active {
	bottom: -1px;
	left: 1px;
}

.orange.btn {
	color: #693e0a;
	border: 1px solid #bea280;
	background-color: #e38d27;
	background-image: url(../img/bg-button.png), url(../img/bg-button.png), -moz-radial-gradient(center bottom, circle, #e8bd2d 0, rgba(232, 189, 45, 0) 100px), -moz-linear-gradient(#f1982f, #d4821f);
	background-image: url(../img/bg-button.png), url(../img/bg-button.png), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(#e8bd2d), to(rgba(232, 189, 45, 0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f1982f), to(#d4821f));
}

.orange.btn:hover {
	background-color: #ec9732;
	background-image: url(../img/bg-button.png), url(../img/bg-button.png), -moz-radial-gradient(center bottom, circle, #f1c034 0, rgba(241, 192, 52, 0) 100px), -moz-linear-gradient(#f9a746, #e18f2b);
	background-image: url(../img/bg-button.png), url(../img/bg-button.png), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(#f1c034), to(rgba(241, 192, 52, 0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9a746), to(#e18f2b));
}

.gray.btn {
	color: #525252;
	border: 1px solid #a5a5a5;
	background-color: #a9adb1;
	background-image: url(../img/bg-button.png), url(../img/bg-button.png), -moz-radial-gradient(center bottom, circle, #c5c7ca 0, rgba(197, 199, 202, 0) 100px), -moz-linear-gradient(#c5c7ca, #92989c);
	background-image: url(../img/bg-button.png), url(../img/bg-button.png), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(#c5c7ca), to(rgba(197, 199, 202, 0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#c5c7ca), to(#92989c));
}

.gray.btn:hover {
	background-color: #b6bbc0;
	background-image: url(../img/bg-button.png), url(../img/bg-button.png), -moz-radial-gradient(center bottom, circle, #cacdd0 0, rgba(202, 205, 208, 0) 100px), -moz-linear-gradient(#d1d3d6, #9fa5a9);
	background-image: url(../img/bg-button.png), url(../img/bg-button.png), -webkit-gradient(radial, 50% 100%, 0, 50% 100%, 100, from(#cacdd0), to(rgba(202, 205, 208, 0))), -webkit-gradient(linear, 0% 0%, 0% 100%, from(#d1d3d6), to(#9fa5a9));
}

/* ========== HEADER ========== */
.header-main {
	background: rgba(255, 255, 255, 0.7) url(../img/bg-header.png) -40% 100% repeat-x;
}

.logo {
	margin: 0;
	font-size: 0;
	line-height: 1;
}

.logo a {
	text-decoration: none;
}

.logo a:hover {
	opacity: .7;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.logo a img {
	max-width: 100%;
	height: auto;
}

/* ---------- Navigation --------- */
.header-navigation ul,
.footer-navigation ul {
	margin-bottom: 0;
	z-index: 999;
}

.header-navigation ul > li,
.footer-navigation ul > li {
	display: inline-block;
	position: relative;
}

.header-navigation ul > li .nav-link,
.footer-navigation ul > li .nav-link {
	display: block;
	padding: 3px 14px;
	font-size: 19px;
	font-weight: bold;
	color: #21409a;
	text-decoration: none;
}

.header-navigation ul > li .active,
.footer-navigation ul > li .active {
	color: #5ba255;
}

.header-navigation ul > li ul,
.footer-navigation ul > li ul {
	position: absolute;
	top: 25px;
	opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease-in;
	-moz-transition: opacity 0.3s ease-in;
	-o-transition: opacity 0.3s ease-in;
	transition: opacity 0.3s ease-in;
	background: #fff;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.header-navigation ul > li ul li,
.footer-navigation ul > li ul li {
	display: block;
	min-width: 140px;
	white-space: nowrap;
	margin: 0;
}

.header-navigation ul > li ul li a,
.footer-navigation ul > li ul li a {
	display: block;
	margin-right: 0;
	padding: 3px 14px;
	color: #21409a;
	text-decoration: none;
}

.header-navigation ul > li ul li a:hover,
.footer-navigation ul > li ul li a:hover {
	color: #fff;
	background: #5ba255;
}

.header-navigation ul > li:hover > ul,
.footer-navigation ul > li:hover > ul {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.header-navigation ul > li:hover > .nav-link,
.footer-navigation ul > li:hover > .nav-link {
	color: #5ba255;
}

.header-navigation ul > li:last-child a,
.footer-navigation ul > li:last-child a {
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.header-navigation ul li:last-child .nav-link,
.footer-navigation ul li:last-child .nav-link {
	padding-right: 0;
}

.header-navigation {
	float: right;
	margin-top: 90px;
}

/* ========== SLIDER ========== */
.slider-wrapper {
	position: relative;
	height: 330px;
	background: transparent url(../img/parallax-slider/bg-slider.jpg) repeat;
}

/* ========== BANNERS ========== */
.banners {
	padding: 25px 0;
	background: url(../img/gradient-banners.png) no-repeat 50% 0, url(../img/bg-banners.jpg) repeat;
}

.banner,
.banner-item,
.banner-item img,
.banner-item h3,
.banner-item h3 a {
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}

.banner .banner-item {
	display: block;
	position: relative;
	overflow: hidden;
}

.banner .banner-item img {
	display: block;
	width: 100%;
}

.banner .banner-item h3 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 10px 14px 4px;
	font-size: 22px;
	line-height: 1;
	font-weight: normal;
	color: #fbf000;
	background: rgba(0, 0, 0, 0.4);
	opacity: 1;
	z-index: 100;
}

.banner .banner-item h3 span {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
}

.banner .banner-item:hover h3 {
	padding-bottom: 12px;
	line-height: 1;
	font-weight: normal;
}

/* ========== TRAINING ========== */
.training {
	padding: 25px 0;
	background: #ececec url(../img/bg-training.jpg);
}

.training h2 {
	margin: 0;
}

.training .read-more-link a,
.training .news a {
	text-decoration: underline;
}

.training .read-more-link a:hover,
.training .news a:hover {
	text-decoration: none;
}

/* ---------- Shedule --------- */
.schedule h4 {
	margin: 0 0 10px;
	line-height: 1;
	font-weight: bold;
	color: #5ba255;
}

.schedule .schedule-container {
	margin-bottom: 20px;
}

#schedule-tabs {
	width: 100%;
	margin: 0;
}

#schedule-tabs li {
	float: left;
}

#schedule-tabs li a {
	float: left;
	width: 120px;
	height: 35px;
	padding: 0 20px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	-webkit-box-shadow: -4px 0 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: -4px 0 0 rgba(0, 0, 0, 0.2);
	box-shadow: -4px 0 0 rgba(0, 0, 0, 0.2);
	background: #48981d;
	background: -webkit-linear-gradient(220deg, transparent 10px, #48981d 10px);
	background: -moz-linear-gradient(220deg, transparent 10px, #48981d 10px);
	background: -ms-linear-gradient(220deg, transparent 10px, #48981d 10px);
	background: -o-linear-gradient(220deg, transparent 10px, #48981d 10px);
	background: linear-gradient(220deg, transparent 10px, #48981d 10px);
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

#schedule-tabs li a:hover {
	opacity: .8;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#schedule-tabs #current a {
	background: #fbf000;
	background: -webkit-linear-gradient(220deg, transparent 10px, #fbf000 10px);
	background: -moz-linear-gradient(220deg, transparent 10px, #fbf000 10px);
	background: -ms-linear-gradient(220deg, transparent 10px, #fbf000 10px);
	background: -o-linear-gradient(220deg, transparent 10px, #fbf000 10px);
	background: linear-gradient(220deg, transparent 10px, #fbf000 10px);
	color: #48981d;
	text-shadow: 0 1px 1px rgba(72, 152, 29, 0.5);
}

#schedule-content {
	padding: 15px;
	overflow: auto;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(to bottom, #fff, #ddd);
	-moz-box-shadow: 0 0 10px rgba(150, 150, 150, 0.9), 0 -1px 0 #fff inset;
	-webkit-box-shadow: 0 0 10px rgba(150, 150, 150, 0.9), 0 -1px 0 #fff inset;
	box-shadow: 0 0 10px rgba(150, 150, 150, 0.9), 0 -1px 0 #fff inset;
}

#schedule-content div {
	min-height: 220px;
}

#schedule-content div p {
	margin: 0 0 4px;
}

/* ---------- Events --------- */
.events-header hr {
	margin-bottom: 16px;
}

.events-header h2 {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.events-header .nav-tabs {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	text-align: center;
}

.events-header .nav-tabs li {
	display: inline-block;
	width: 16px;
	margin: 0 6px 0 0;
}

.events-header .nav-tabs li#current a {
	color: #333;
	background: #fff;
	-webkit-box-shadow:  -1px -1px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:  -1px -1px 0 rgba(0, 0, 0, 0.4);
	box-shadow:  -1px -1px 0 rgba(0, 0, 0, 0.4);
}

.events-header .nav-tabs li:hover a {
	color: #48981d;
	background: #fbf000;
}

.events-header .nav-tabs li a {
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	outline: 0;
	background: #48981d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow:  1px 1px 2px rgba(0, 0, 0, 0.4);
	text-shadow: 0 0 1px #000;
}

.tab-banner-item {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 12px;
}

.tab-banner-item img {
	width: 100%;
}

.tab-banner-item .event-desc {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 8px 14px;
	font-size: 22px;
	line-height: 1.2;
	font-weight: normal;
	color: #fbf000;
	background: rgba(0, 0, 0, 0.4);
	z-index: 10;
}

.tab-banner-item .event-desc span {
	display: block;
	font-size: 14px;
	color: #fff;
}

.tab-banner-item:hover {
	opacity: .7;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(rgba(0, 0, 0, 0.4)));
}

/* ---------- News --------- */
.training .news p,
.sidebar .news p {
	margin: 0 0 16px;
	line-height: 1.4;
	color: #333;
}

.training .news span,
.sidebar .news span {
	display: block;
	color: #999;
	font-size: 12px;
}

/* ========== ACTIVITY ========== */
.activity-box {
	padding: 25px 0 40px;
	background: url(../img/bg-activity-box.jpg);
}

.activity-box hr {
	margin: 20px 0 24px;
}

.activity-box h2,
	.sidebar .activity-post h2,
	.sidebar .youtube h2 {
	margin: 0;
	padding-left: 38px;
	line-height: 24px;
	background: url(../img/sprite-ico-activity.png) no-repeat;
}

.activity-box div img {
	max-width: 100% !important;
}

/* ---------- Social-group --------- */
.social-group {
	position: relative;
}

.social-group .tab-social > div {
	margin: 0 10px;
	padding: 0 0 10px;
}

#nav-tabs-social {
	position: absolute;
	left: -120px;
	top: 105px;
	width: 220px;
	height: 30px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	background: none;
}

#nav-tabs-social li {
	display: inline-block;
}

#nav-tabs-social li#current a {
	color: #999999;
}

#nav-tabs-social li a {
	display: block;
	margin: 0;
	padding: 0 2px;
	border: 0;
	text-transform: uppercase;
	outline: 0;
	font-weight: bold;
}

#nav-tabs-social li a:hover {
	color: #48981d;
	background: 0;
}

/* ---------- Tweets --------- */
.tweets header h2 {
	background-position: 15px -72px;
}

.tweets iframe {
	max-width: 100%;
	min-width: 180px;
}

/* ---------- YouTube --------- */
.youtube h2 {
	background-position: 4px -141px;
}

/* ========== Footer-menu ========== */
.footer-menu {
	position: relative;
	padding: .8em 0;
	line-height: 1;
	vertical-align: middle;
	background: url(../img/parallax-slider/bg-slider.jpg);
}

/* ---------- Footer-navigation --------- */
.footer-navigation {
	float: none;
	margin: 0;
}

.footer-navigation li:hover {
	background: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}

.footer-navigation li:last-child:hover {
	background: #fbf000;
}

/* ---------- Form-search --------- */
.form-search {
	position: relative;
	width: 100%;
	vertical-align: middle;
}

.form-search input {
	border: none;
}

.form-search .input-search {
	width: 100%;
	height: 24px;
	padding: 3px 27px 3px 6px;
	line-height: 18px;
	outline: none;
	color: #999;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.form-search .input-search::-webkit-search-cancel-button {/*hides a clear button*/
	-webkit-appearance: none;
}

.form-search .input-search:focus {
	color: #333333;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.form-search .submit {
	position: absolute;
	top: 0;
	right: 0;
	width: 23px;
	height: 100%;
	background: url(../img/btn-search.png) no-repeat 0 50%;
	opacity: 0.5;
}

.form-search .submit:hover {
	opacity: 0.8;
}

/* ========== FOOTER ========== */
.main-footer {
	padding: 35px 0 80px;
	background: url(../img/bg-footer-main.jpg) no-repeat 50% 0, #d8d8d8 url(../img/bg-gray-footer-main.jpg);
}

.main-footer h4 {
	margin: 0 0 10px;
	line-height: 1;
}

.main-footer p {
	margin: 0 0 8px;
}

/* ---------- Social-r --------- */
#social-r a {
	display: block;
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 6px 6px 0;
	text-indent: -9999px;
	background: url(../img/sprite-icons-social.png) no-repeat;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#social-r a a img {
	border: none;
}

#social-r .facebook:hover {
	background-position: -26px 0;
}

#social-r .vkontakte {
	background-position: 0 -25px;
}

#social-r .vkontakte:hover {
	background-position: -26px -25px;
}

#social-r .youtube-channel {
	background-position: 0 -50px;
}

#social-r .youtube-channel:hover {
	background-position: -26px -50px;
}

#social-r .google {
	background-position: 0 -75px;
}

#social-r .google:hover {
	background-position: -26px -75px;
}

#social-r .rss {
	background-position: 0 -100px;
}

#social-r .rss:hover {
	background-position: -26px -100px;
}

/* ---------- Phone --------- */
.phone-number {
	font-size: 24px;
	font-weight: normal;
}

/* ========== SECONDARY PAGE ========== */
.secondary-page {
	background: url(../img/bg-berimbau.jpg) no-repeat 72.5% 0;
}

/* ---------- Submenu --------- */
#submenu {
	padding: 10px 0;
	background: #47971c;
	-webkit-box-shadow: 0 6px 8px #00a302;
	-moz-box-shadow: 0 6px 8px #00a302;
	box-shadow: 0 6px 8px #00a302;
}

#submenu nav {
	text-align: center;
}

#submenu nav a {
	margin-right: 1em;
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#submenu nav a:hover,
#submenu nav a:active {
	color: #fbf000;
}

/* ========== CONTENT ========== */
.content {
	background: rgba(238, 238, 238, 0.8);
}

.padding-reset-right {
	padding-right: 0 !important;
}

.padding-reset-left {
	padding-left: 0 !important;
}

.page-head {
	margin: .8em 0;
	font: 700 36px/1.3 "PT Sans", Arial, "Helvetica Neue", Helvetica, Ubuntu, sans-serif;
	color: #00a14b;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

/* ---------- Main --------- */
.main {
	padding: 20px 16px;
	background: rgba(255, 255, 255, 0.7);
}

.main .main-item {
	margin-bottom: 24px;
}

.main h2, .main h3, .main h4 {
	margin: 1em 0 .8em;
	line-height: 1.2;
}

.main p {
	margin-bottom: .8em;
	font-size: 16px;
}

.main ul, .main ol {
	margin: 0 0 .5em 1.35em;
	font-size: 16px;
}

.main ul li {
	position: relative;
	padding: 0 0 0 12px;
}

.main ul li:before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #48981d;
}

.main ol {
	counter-reset: li;
}

.main ol li {
	position: relative;
	padding: 0 18px;
}

.main ol li:before {
	content: counter(li) ".";
	counter-increment: li;
	position: absolute;
	top: 1px;
	left: 0;
	color: #48981d;
	font-weight: bold;
}

.main .table {
	width: 100%;
	margin-top: 2em;
}

.main .table thead {
	border-bottom: 1px solid #ddd;
	background: #eee;
}

.main .table tr {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.main .table tr:nth-child(even) {
	background: #f4f4f4;
}

.main .table tr:hover {
	background: #eee;
}

.main .table tr th {
	text-transform: uppercase;
}

.main .table tr th:first-child {
	color: #48981d;
}

.main .table tr th,
.main .table tr td {
	padding: 3px 3px 0;
	text-align: center;
}

.main .table tr th:first-child,
.main .table tr td:first-child {
	text-align: left;
}

/* ========== SIDEBAR ========== */
.sidebar {
	padding: 20px 0 0 30px;
	background: rgba(238, 238, 238, 0.5) url(../img/gradient-aside.png) no-repeat 0 50%;
}

.sidebar .events,
.sidebar .news {
	margin-bottom: 32px;
}

.sidebar h2 {
	margin: 0 15px 0 0;
	line-height: 24px;
}

.sidebar .youtube h2 {
	background: url(../img/sprite-ico-activity.png) no-repeat 4px -141px;
}

.sidebar .youtube hr {
	margin-bottom: 16px;
}

/* ========== MEDIA responsive web-design ========== */
#rwd-header-nav-btn,
#rwd-footer-nav-btn,
.rwd-header-nav,
.rwd-footer-nav {
	display: none;
}

.rwd-btn-right,
.rwd-btn-left {
	position: absolute;
	top: 10px;
	z-index: 2001;
}

.rwd-btn-right {
	right: 1em;
}

.rwd-btn-left {
	left: 1em;
	top: 0;
}

.rwd-header-nav,
.rwd-footer-nav {
	position: absolute;
	top: 10px;
	z-index: 2000;
	padding: 1em;
	line-height: 1.2;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(to bottom, #fff, #ddd);
	-moz-box-shadow: 0 0 10px rgba(150, 150, 150, 0.9), 0 -1px 0 #fff inset;
	-webkit-box-shadow: 0 0 10px rgba(150, 150, 150, 0.9), 0 -1px 0 #fff inset;
	box-shadow: 0 0 10px rgba(150, 150, 150, 0.9), 0 -1px 0 #fff inset;
}

.rwd-header-nav ul,
.rwd-footer-nav ul {
	margin-bottom: 6px;
}

.rwd-header-nav ul li a:hover,
.rwd-footer-nav ul li a:hover {
	text-decoration: underline;
}

.rwd-header-nav ul .nav-link,
.rwd-footer-nav ul .nav-link {
	font-weight: bold;
}

.rwd-header-nav ul li ul,
.rwd-footer-nav ul li ul {
	margin-left: 1em;
}

.rwd-header-nav {
	right: 7em;
}

.rwd-footer-nav {
	left: 7em;
	width: 450px;
	height: 330px;
}

.rwd-footer-nav ul ul li {
	display: inline-block;
	margin-left: 10px;
}

/* ---------- Smaller than 1200 (devices and browsers) --------- */
@media only screen and (max-width: 1199px) {
	.header-navigation ul li .nav-link {
		padding: 3px 6px;
		font-size: 18px;
	}

	#schedule-tabs li:first-child a {
		width: 60px;
	}

	#schedule-tabs li a {
		width: 104px;
		padding: 0 14px;
	}

	#schedule-content div {
		height: 170px;
		min-height: 170px;
		overflow: auto;
	}

	#schedule-content div p {
		margin: 0;
	}

	.training .news p {
		margin: 0 0 10px;
		line-height: 1.2;
	}

	.footer-navigation ul li .nav-link {
		padding: 3px 6px;
		font-size: 16px;
	}
}

/* ---------- Smaller than 1010 (devices and browsers) --------- */
@media only screen and (min-width: 980px) and (max-width: 995px) {
	.header-navigation,
	.footer-navigation {
		display: none;
	}

	#rwd-footer-nav-btn,
	#rwd-header-nav-btn {
		display: inline-block;
	}

	#schedule-tabs li:first-child a {
		width: auto;
	}

	#schedule-tabs li a {
		width: auto;
		padding: 0 6px;
		}
	}

/* ---------- Tablet Portrait size to standard 960 (devices and browsers) --------- */
@media only screen and (min-width: 768px) and (max-width: 979px) {
	.header-navigation,
	.footer-navigation {
		display: none;
	}

	#rwd-footer-nav-btn,
	#rwd-header-nav-btn {
		display: inline-block;
	}

	.schedule-header h2 {
		line-height: 1;
	}

	#schedule-tabs li:first-child a {
		width: auto;
	}

	#schedule-tabs li a {
		width: auto;
		padding: 0 6px;
	}

	.training .news p {
		margin: 0 0 5px;
		line-height: 1;
	}

	.page-head {
		margin: .6em .1em;
	}

	.image-box-left,
	.image-box-right {
		width: 220px;
	}
}

/* ---------- Mobile Sizes (devices and browsers) --------- */
@media only screen and (max-width: 767px) {
	.header-navigation,
	.footer-navigation,
	#submenu {
		display: none;
	}

	#rwd-footer-nav-btn,
	#rwd-header-nav-btn {
		display: inline-block;
	}
}

/* ---------- Mobile Landscape Size to Tablet Portrait (devices and browsers) --------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.header-navigation,
	.footer-navigation,
	#rwd-footer-nav-btn,
	#submenu {
		display: none;
	}

	#rwd-header-nav-btn {
		display: inline-block;
	}

	.banners,
	.training {
		padding: 5% 5% 0 5%;
	}

	.banner {
		padding-bottom: 5%;
	}

	#schedule-content div {
		height: 100%;
		min-height: 180px;
		overflow: auto;
	}

	.read-more-link {
		font-weight: bold;
	}

	.social-group,
	.tweets,
	.youtube {
		margin: 0 auto 1em;
	}

	.social-group {
		width: 65%;
	}

	.tweets {
		width: 75%;
	}

	.footer-menu {
		padding: 1em 25%;
	}

	.main-footer {
		padding: 5% 5% 0;
	}

	.phone {
		margin-top: 40px;
	}

	.page-head {
		margin: .5em .1em;
	}
}

/* ---------- Mobile Portrait Size to Mobile Landscape Size (devices and browsers) --------- */
@media only screen and (max-width: 479px) {
	.header-navigation,
	.footer-navigation,
	#rwd-footer-nav-btn,
	#submenu {
		display: none;
	}

	#rwd-header-nav-btn {
		display: inline-block;
	}

	.banners,
	.training,
	.social-group,
	.tweets,
	.youtube {
		padding: 5% 5% 0 5%;
	}

	.banner {
		padding-bottom: 5%;
	}

	#schedule-tabs li:first-child a {
		width: 50px;
	}

	#schedule-tabs li a {
		width: 100px;
		padding: 0 10px;
	}

	#schedule-content div {
		height: 100%;
		min-height: 180px;
		overflow: auto;
	}

	.read-more-link {
		font-weight: bold;
	}

	.footer-menu {
		padding: 1em 10%;
	}

	.main-footer {
		padding: 5% 5% 0;
	}

	.phone {
		margin-top: 40px;
	}

	.page-head {
		margin: .2em .1em;
	}

	.image-box-left,
	.image-box-right {
		width: 160px;
	}

	.table {
		font-size: 10px;
	}

	.table th,
	.table td {
		padding: 0;
	}

	.secondary-page {
		background: 0;
	}
}