html{
	font-size: 14px;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
}
a{
	color: #F37004;
}
a:hover,
a:focus{
	text-decoration: underline;
	color: #F37004;
}
.orange-bg{
	background-color: #F37004;
}
.green-bg{
	background-color: #79B43C;
}
.white-bg{
	background-color: #fff;
}
.orange-text{
	color: #FF6600;
}
.green-text {
    color: #79B43C;
}
.container {
    padding: 60px 40px;
}
.container--inner{
	padding: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
}
.main-content{
	min-height: 400px;
}
footer{
	border-top: 1px solid #ccc;
	padding-top: 15px;
	margin-top: 50px;
	font-size: 11px;
	text-align: center;
	display: inline-block;
	width: 100%;
}
.plr-15{
	padding: 0 15px;
}
.no-br{
	white-space: nowrap;
}
.participants-table {
    counter-reset: section;
}
.participants-table tbody tr td:first-child::before {
    counter-increment: section;
    content: counter(section);
}
.participants-table tbody tr td:nth-child(2) {
    white-space: nowrap;
}
/* Header Top */
.header__top{
	text-align: center;
}
.logo {
    margin-bottom: 15px;
}
.logo img {
    max-width: 450px;
    width: 100%;
}
.association-with {
    margin: 12px 0;
}
.association-with p {
    font-size: 16px;
    font-weight: 700;
}
.association-with img {
    /*margin: -10px 0 -5px;*/
    max-width: 100px;
}
.navbar{
	min-height: 35px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.navbar-default {
    background: #DBDBDB;
    background: -moz-linear-gradient(top, #EDEDED 0%, #CFCFCF 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #EDEDED), color-stop(100%, #CFCFCF));
    background: -webkit-linear-gradient(top, #EDEDED 0%, #CFCFCF 100%);
    background: -o-linear-gradient(top, #EDEDED 0%, #CFCFCF 100%);
    background: -ms-linear-gradient(top, #EDEDED 0%, #CFCFCF 100%);
    background: linear-gradient(to bottom, #EDEDED 0%, #CFCFCF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EDEDED', endColorstr='#CFCFCF', GradientType=0 );
    border-color: transparent;
    border-width: 0;
}
.navbar-nav > li > a {
    padding: 8px 18px;
    font-weight: 500;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    box-shadow: 0 100px 0 0 #f37004 inset;
    -webkit-transition: all 1.5s ease 0s;
    -moz-transition: all 1.5s ease 0s;
    -ms-transition: all 1.5s ease 0s;
    -o-transition: all 1.5s ease 0s;
    transition: all 1.5s ease 0s;
    color: #fff;
}
.navbar-toggle{
	background-color: #000;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin: 0 0 0 5px;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
/* Introduction */
.introduction--by{
	margin-top: 25px;
}
.introduction__row + .introduction__row {
    border-top: 1px solid #cacaca;
    margin-top: 25px;
    padding-top: 25px;
}
.table > thead > tr > th{
	background-color: #45aadd;
	color: #fff;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
	border-bottom-width: 1px;
}
.participant__row + .participant__row {
    border-top: 1px dashed #ccc;
    margin-top: 25px;
    padding-top: 20px;
}
.program__row + .program__row {
    border-top: 1px dashed #ccc;
    margin-top: 25px;
    padding-top: 20px;
}
.program__title{
	font-size: 2rem;
	font-weight: 600;
	color: #79b43c;
	text-align: center;
	margin-bottom: 25px;
	margin-top: 0;
}
.download_list li{
	color: #F37004;
}
.gallery__list li {
    float: left;
    margin-bottom: 0.5%;
    margin-right: 0.5%;
    width: 16.25%;
}
.gallery__list li:nth-child(6n){
	margin-right: 0;
}
.gallery__list li a {
    border: 2px solid #777777;
    float: left;
    padding: 3px;
    width: 100%;
}
.video__list li {
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
    width: 24.25%;
}
.video__list li:nth-child(4n) {
    margin-right: 0;
}
.video__playlist li {
    float: left;
    width: 100%;
}
.owl-nav {
    float: right;
}
.gid-event-photos-slider .owl-nav div {
    border: 1px solid #79b43c;
    color: #79b43c;
    float: left;
    font-weight: 600;
    margin-left: 10px;
    padding: 3px 10px;
    text-transform: capitalize;
}
.gid-event-photos-slider .owl-nav div:hover {
    background-color: #f37004;
    border-color: #f37004;
    color: #ffffff;
}
.gid-event-photos-slider .owl-item img{
	height: 104px;
}
.col-4 li {
    float: left;
    margin-bottom: 1%;
    margin-right: 1%;
    width: 24.25%;
}
.gallery__row + .gallery__row{
	border-top: 1px dashed #ccc;
    margin-top: 50px;
    padding-top: 20px;
    float: left;
    width: 100%;
}
.gallery__title{
	font-size: 2rem;
    font-weight: 600;
    color: #79b43c;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
}
.gallery__row .tab-pane {
    padding-top: 15px
}
.gid-event-gallery-carousel {
    padding-bottom: 40px;
}
.gid-event-gallery-carousel .swiper-slide > a {
    display: block;
    border: 2px solid #777777;
    padding: 3px;
    width: 100%;
}
.gid-event-gallery-carousel .swiper-slide > a > img{ 
    width: 100%;
}

.gid-event-gallery-carousel .swiper-button-prev,
.gid-event-gallery-carousel .swiper-button-next {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 51px;
    height: 30px;
    margin-top: 0;
    background-size: 100%;
    border: 1px solid #79b43c;
    color: #79b43c;
    background-image: none;
    padding: 3px 8px;
    transition: all 0.5s;
}

.gid-event-gallery-carousel .swiper-button-prev {
    left: auto;
    right: 72px;
}

.gid-event-gallery-carousel .swiper-button-prev:after,
.gid-event-gallery-carousel .swiper-button-next:after {
    width: 100%;
    position: absolute;
    height: 100%;
    font-size: 15px;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
}

.gid-event-gallery-carousel .swiper-button-prev:after {
    content: "Prev";
}

.gid-event-gallery-carousel .swiper-button-next:after {
    content: "Next";
}
.gid-event-gallery-carousel .swiper-button-prev:hover,
.gid-event-gallery-carousel .swiper-button-next:hover {
    background-color: #f37004;
    border-color: #f37004;
    color: #ffffff;
}