@charset "UTF-8";
/* Style CSS */

html, body {
	width:100%;
	height:100%;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	background:url(../images/bg-pattern.png) #f5f5e9 repeat;
}

img {
	max-width:100%;
}

.center_wrap {
	width:90%;
	margin:0 auto;
}

/* Global Styles ==================== */

/* Layout Elements */
.full_col {
	width:100%;
	float:none;
	margin: 0 0;

}
.col_three {
	width:32%;
	float:left;
	margin:0 2% 0 0;
}
.col_four {
	width:23.5%;
	float:left;
	margin:0 2% 0 0;
}
.col_two_third {
	width:68%;
	float:left;
	margin:0 2% 0 0;
}
.col_one_third {
	width:30%;
	float:left;
	margin:0 2% 0 0;
}
.half_col {
	width:49%;
	float:left;
	margin:0 2% 0 0;
}

/* Sep */
.sep_full {
	width:100%;
	height:2px;
	margin:30px 0 10px 0;
	padding:0;
	background:rgba(0, 0, 0, 0.2);
}

/* List */
ul.default_list {
	margin:20px 0 0 20px;
	list-style-image:url(../images/title-icon-horse.png);
}
ul.default_list li p {
	margin-top:10px;
	font-weight:bold;
}

/* Header ======================= */
.header_wrap {
	width:100%;
	height:90px;
	margin:0 auto;
	padding:10px 0;
	background:#fff;
	position:relative;
	z-index:2;
}

/* Logo */
a.logo_wrap {
	float:left;
	margin:0 auto;
}
a.logo_wrap img {
	position:relative;
	top:0;
}
a.logo_wrap:hover img {
	top:-2px;
}

/* Header Contact */
.header_cnt_wrap {
	float:right;
	margin:0 20px 0 0;
	padding:0;
}
.header_cnt_box {
	float:left;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
}
.header_cnt_sep {
	width:1px;
	height:90px;
	margin:0 20px;
	background:#ccc;
	float:left;
}

.header_cnt_content p{
	margin:12px 0 0 0;
	text-align:right;
	font-weight:bold;
	font-size:  1.1em ;
}
.header_cnt_content p a {
}
.header_cnt_content p img {
	position:relative;
	top:4px;
	margin-right:10px;
}

.header_socail_wrap a{
	display:block;
	margin:10px 0;
	position:relative;
	z-index:2;
}
.header_socail_wrap a:after {
	content:'';
	width:10px;
	height:10px;
	background:url(../images/btn-icon-launch.png) no-repeat;
	position:absolute;
	right:0;
	top:10px;
	z-index:-1;
}
.header_socail_wrap a:hover:after {
	right:-15px;
}

/* Main Navigation ====================== */
.nav_center_wrap {
	width:1000px;
}
nav.nav_wrap {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	background:#554c9c;
	border-radius:0 0 4px 4px;
	position:relative;
	z-index:1;
	overflow:hidden;
}
nav.nav_wrap ul {
	display:block;
	width:100%;
}
nav.nav_wrap ul li{
	display:inline-block;
	float:left;
	list-style:none;
}
nav.nav_wrap ul li a {
	width:auto;
	height:auto;
	color:#fff;
	font-weight:bold;
	line-height:50px;
	text-decoration:none;
	padding:14.5px 15px;
	font-size:1em;
}
nav.nav_wrap ul li a.windows_nav {
	padding:16px 15px;
}
nav.nav_wrap ul li a:hover {
	background:#655bb7;
}
nav.nav_wrap ul li a.active {
	color:#8f8082;
	background:#fff;
}

nav.nav_wrap ul li.li_last {
	float:right;
}
nav.nav_wrap ul li.li_last a {
	background:#ef9a49;
}
nav.nav_wrap ul li.li_last a:hover {
	background:#ffa754;
}
nav.nav_wrap ul li.li_last a img {
	position:relative;
	top:4px;
	margin:0 5px 0 0;
}

/* Stick Nav */
.sticky {
	position: fixed !important;
	top:0;
	left:0;
	right:0;
	z-index:99;
}

/* menu Icon */
.menu_icon_wrap {
	width: 40px;
	height: 40px;
	margin: 25px 0 0 0;
	float: left;
	overflow: hidden;
	background-color: #F5F5E9;
	border:1px solid #ddd;
	cursor: pointer;
	background-image: url("/images/icon-menu.png");
	background-position: center left;
}
.menu_icon_wrap:hover {
	background-color: #e7e7d0;
}
.menu_icon_wrap_close {
	background-position: center right;
	background-color: #f00;
	border:1px solid #e20c0c;
}
.menu_icon_wrap_close:hover {
	background-color: #e94343;
	border:1px solid #f65555;
}

/* Index Three Cols ===================== */
.index_three_col_wrap {
	margin-bottom:45px;
}
.titles span{
	display:inline-block;
	width:calc( 100% - 40px);
	vertical-align:top;
}
.title_icon {
	display:inline-block;
	margin-right:5px;
}
.index_three_col {
	width:calc( 100% - 40px);
	height:auto;
	margin:25px 0;
	padding:10px 20px 30px 20px;
	background:#fff;
	position:relative;
}
.index_col_one {
	border-top:4px solid #ffcd7c;
}
.index_col_two {
	border-top:4px solid #b4abff;
}
.index_col_three {
	border-top:4px solid #d8babe;
}

.index_three_col p.date{
	font-weight:bold;
	color:#8f8082;
}
.index_three_col p.name{
	font-weight:bold;
	font-size:1em;
	margin-top:10px;
}
.index_three_col button {
	position:absolute;
	top:auto;
	bottom:-42px;
	left:0;
	right:auto;
	margin:0 !important;
}
.index_gal_slider_wrap {
	width:100%;
	height:120px;
	margin:20px 0 0 0;
	background:#F5F5E9;
	overflow:hidden;
}
.index_gal_slider_wrap img {
	width:100%;
}

/* Index Gallery slider */
.fadein { position:relative; height:120px; width:100%; }
.fadein img { position:absolute; left:0; top:50%; margin-top:-95px;}


/* About Us Section ==================== */
.pad_wrap {
	padding:10px 0 30px 0;
}
.white_wrap {
	background:#fff;
}

/* About */
.index_abt_in {
	width:calc(100% - 20px);
	padding-left:20px;
}
.index_abt_wrap h1 {
	font-size: 1.777em ;
	line-height:1.35;
}
.index_abt_wrap .img_radius_wrap {
	margin:20px 0 0 0;
}
.index_abt_wrap .img_radius_wrap img {
	margin-bottom:-5px;
}

/* Note */
.index_president_in {
	width:calc(100% - 20px);
	padding-right:20px;
}

.index_author_wrap {
	margin:20px 0 0 0;
	display:block;
}
.index_author_wrap .img_radius_wrap {
	width:70px;
	height:70px;
	border-radius:50% !important;
	-webkit-border-radius:50% !important;
	-moz-border-radius:50% !important;
	-o-border-radius:50% !important;
	overflow:hidden;
	float:left;
	margin-right:10px;
}
.index_author_wrap .img_radius_wrap img {
	width:100%;
	height:auto;
}
.index_author_wrap p.author_name {
	font-weight:bold;
	font-size:1em;
	color:#423739;
	margin:10px 0 0 0;
	float:left;
	width:calc( 100% - 80px);
}
.index_author_wrap p.author_name span{
	font-size:0.875em;
	color:#ef9a49;
}

/* Sponsors ==================== */
.sponsor_wrap .col_four{
	text-align:center;
}
.sponsor_img_wrap {
	width:140px;
	height:140px;
	margin:20px auto 0 auto;
	border-radius:50% !important;
	-webkit-border-radius:50% !important;
	-moz-border-radius:50% !important;
	-o-border-radius:50% !important;
	overflow:hidden;
	text-align:center;
	background:#fff;
	position:relative;
}
div.bg_blue {
	background:#30ABDE !important;
}
.sponsor_img_wrap img {
	position:relative;
	top:50%;
	left:0;
	margin-top:-55px;
}

/* Social Media ==================== */
.social_md_wrap {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
.social_fb_wrap, .social_tw_wrap, .social_yt_wrap {
	width:calc( 50% - 80px);
	height:auto;
	margin:0;
	height:70px;
	background:#4769b2;
	float:left;
	padding:0 40px;
}
.social_fb_wrap {
}
.social_fb_wrap:hover {
	background:#2e4880;
}
.social_tw_wrap {
	background:#55acee;
}
.social_tw_wrap:hover {
	background:#4699d8;
}
.social_yt_wrap {
	background:#ff4848;
}
.social_yt_wrap:hover {
	background:#ca3737;
}

.social_fb_wrap p, .social_tw_wrap p, .social_yt_wrap p {
	font-weight:bold;
	font-size:1em;
	color:#fff;
	line-height:70px;
	margin:0;
}
.social_fb_wrap p {
	text-align:right;
}
.social_fb_wrap p img, .social_tw_wrap p img, .social_yt_wrap p img {
	position:relative;
	top:15px;
	margin:0 10px;
}

/* Footer ======================= */
.footer_wrap {
	width:100%;
	height:auto;
	margin:0 auto;
	background: url(../images/bg-pattern-footer.png) repeat #423739;
}

/* Nav */
.foot_nav_wrap {
	width:100%;
	margin:0 auto;
	text-align:center;
	border-bottom:2px solid #5d4f52;
}
.foot_nav_wrap ul {
	display:inline-block;
	margin:20px 0;
}
.foot_nav_wrap ul li {
	display:inline-block;
	float:left;
	list-style:none;
}
.foot_nav_wrap ul li a {
	width:auto;
	height:auto;
	color:#fff;
	font-weight:bold;
	line-height:1.4em;
	text-decoration:none;
	padding:5px 15px;
	font-size:0.875em;
	color:#b4a2a4;
}
.foot_nav_wrap ul li a:hover {
	color:#fff;
}
/* Copy */
.foot_copy_wrap {
	margin:0;
	text-align:center;
}
.foot_copy_wrap p{
	margin:20px 0 0 0;
	color:#8f8082;
	font-size:0.75em;
	font-weight:bold;
	line-height:1.8;
}
.foot_copy_wrap p a {
	color:#ddd;
	border-bottom:1px dashed #ddd;
}

/* Other Page ==================== */
.main_other_wrap {
	width:100%;
	height:auto;
	padding:0;
}

/* Title */
.main_title_wrap {
	margin:25px 0;
	width:calc( 100%);
	height:auto;
	background:#fff;
	overflow:hidden;
	padding:30px 0;
	background-position:center;
	background-size:cover;
	background-repeat:no-repeat;
}
.title_bg_1 {
	background-image:url(../images/title-bg-1.jpg);
}
.main_title_wrap h1 {
	background:#fff;
	display:inline-block;
	padding:10px 20px;
	color:#221969;
	font-size: 2.369em ;
	line-height:1.25;
	margin:0;
}

/* Main Content */
.main_left_content_wrap {
	width:calc( 70%);
	height:auto;
	margin:0 0 25px 0;
	float:left;
	border-radius:4px 0 0 4px;
}
.main_left_content_white {
	width:calc( 70% - 40px);
	background:#fff;
	padding:10px 20px 30px 20px;
}
.spcl_box {
	width:calc( 100% - 40px);
	height:auto;
	background:#F5F5E9;
	border:1px solid #ddd;
	padding:10px 20px 30px 20px;
	margin:25px 0 0 0;
}
.sponsor_center_wrap {
	border-top:4px solid rgba(0, 0, 0, 0.1);
}
.main_image {
	margin:30px 0 0 0;
}

/* About Page ====== */
.abt_author_wrap {
	float:right;
}
.quote_box {
	position:relative;
}
.quote_box img.quote_icon {
	position:absolute;
	top:10px;
	right:10px;
}

/* News, Results, Events Page ====== */
.row_wrap {
	width:calc( 100% - 42px); 
	height:auto;
	margin:0 0 25px 0;
	padding:10px 20px 30px 20px;
	background:#fff;
}

/* Date and Image */
.default_date {
	float:left;
	display:inline-block;
	width:120px;
	height:auto;
	margin:20px 20px 0 0;
	padding:0;
	background:#eee;
	border:1px solid #ddd;
	border-bottom:2px solid rgba(255, 255, 255, 0.4);
	-webkit-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.2);
	font-family: 'Dosis', sans-serif;
	font-size:2.369em;
	line-height:0.75em;
	text-align:center;
	padding:0 0 10px 0;
	color:#423739;
}
.default_date span,.default_date strong  {
	display:block;
}
.default_date span.month {
	font-family:'Sintony', sans-serif;
	font-size:0.422em;
	font-weight:bold;
	color:#fff;
	background:#ef9a49;
	margin-bottom:10px;
}
.default_date span.year {
	font-family:'Rufina', sans-serif;
	font-size:0.375em;
	line-height:0.5em;
	margin:10px 0 0 0;
	color:#8f8082;
}
.text_date {
	font-weight:bold;
	color:#8f8082;
	margin-bottom:-20px;
	font-size:0.75em;
}

/* Thumb Image */
.default_thumb {
	float:left;
	display:inline-block;
	width:200px;
	height:auto;
	background:#ddd;
	margin:20px 20px 0 0;
}
.trophy_icon {
	position:relative;
	top:6px;
	width:25px;
	height:auto;
}

/* Desc */
.default_desc {
	float:left;
	width:calc( 100% - 142px);
}
.desc_img_thumb {
	width:calc( 100% - 222px);
}
.desc_title {
	font-size: 1.333em ;
	line-height:1.4;
}
.desc_title a{
	color:#221969;
}
.default_desc button.btn {
	margin:20px 0 0 0 !important;
}
.default_desc button.desc_link {
	content:"Show Details";
}

/* Hidden */
.desc_hidden_wrap {
	margin:0;
	display:none;
	padding:20px 0 10px 0;
}
.desc_hidden_wrap p{
	margin:10px 0 0 0;
}
.desc_hidden_wrap p strong {
	display:inline-block;
	margin-right:5px;
}
.desc_hidden_wrap p span {
	display:inline-block;
	vertical-align:top;
}

.text_desc {
	max-height:none;
}
.text_desc_show {
	max-height:none;
}

/* Gallery Page */
.gal_wrap {
	margin-top:20px;
	background:#fff;
	position:relative;
	height:120px;
	overflow:hidden;
	text-align:center;
}
.gal_wrap:nth-child(3n+3) {
	margin-right: 0;
}
.gal_wrap img {
	opacity:1;
	margin-bottom:-5px;
}
.gal_wrap:after {
	content:'';
	width:26px;
	height:26px;
	margin:-13px 0 0 -13px;
	padding:0;
	position:absolute;
	left:50%;
	top:50%;
	background:url(../images/icon-zoom.png) no-repeat;
	opacity:0;
}
.gal_wrap:hover {
	background: #000;
}
.gal_wrap:hover:after {
	opacity:0.8;
}

.gal_wrap:hover img {
	opacity:0.4;
}

/* Members Page ======= */
.member_col {
	margin-top:20px;
}
.member_col_full {

}
.member_col img.member_img {
	float:left;
	width:110px;
	margin:0 20px 0 0;
}
.member_col .member_info_wrap {
	width:calc( 100% - 130px);
	float:left;
	margin:0;
}
.member_col .member_info_wrap h4{
	font-size:0.875em;
	color:#ef9a49;
}
.member_col .member_info_wrap p {
	font-size:0.75em;
	font-weight:bold;
	margin:0;
	color:#8f8082;
}
.member_col .member_info_wrap p.member_name {
	font-size: 1em ;
	font-weight:bold;
	line-height:1.4;
	margin:10px 0 0 0;
	color:#0f0406;
}
.member_col .member_info_wrap p.member_desc {
	font-size:0.875em;
	margin:10px 0;
	font-weight: normal;
	color:#423739;
}

/* Contact Page ===== */
.contact_boxes {
	margin:25px 0 0 0;
}
.contact_boxes img{
	display:inline-block;
	margin:0 20px 0 0;
	float:left;
}
.contact_boxes button.btn img {
	float:none;
	margin-right:0;
}
.contact_boxes div.contact_info_wrap {
	float:left;
	width:calc(100% - 70px);
}
.contact_boxes div.contact_info_wrap p {
	font-weight:bold;
	margin: 0 0 0;
	font-size:1em;
	line-height:1.7;
}
.contact_boxes div.contact_info_wrap p span.no_bold {
	font-weight:normal;
}

/* Captcha */
.captcha_icon_wrap {
	background:#ffcd7c;
	background:#eee;
	display:inline-block;
	width:50px;
	height:50px;
	border-radius:50%;
	text-align:center;
	margin:10px 0;
	position:relative;
}
.captcha_icon_wrap input {
	margin:0;
	border:none;
	outline:none;
}
input.captcha_radio {
	width:50px;
	height:50px;
	opacity:0;
	cursor:pointer;
	position:relative;
	z-index:99;
}
.captcha_icon {
	position:absolute;
	top:10px;
	left:18.5px;
}
.captcha_icon_wrap:hover {
	background:#ffd693;
}
.captcha_selected {
	background:#f3c170 !important;
}

/* Aside ========== */
aside.aside_wrap {
	width:calc( 30% - 20px);
	height:auto;
	margin:0 0 25px 0;
	padding:0;
	background:none;
	float:right;
}
aside.aside_wrap_other{
	width:calc(30%);
	background:#F0EDE5;
	padding-bottom:10px;
	margin-top:30px;
}
aside.aside_wrap .col_three{
	display:block;
	width:100%;
	margin:0 0 70px 0;
	float:none;
}
aside.aside_wrap .index_three_col{
	margin:0;
}
aside.aside_wrap a.aside_button_wrap {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
aside.aside_wrap a.aside_button_wrap button{
	width:100%;
	font-size:1em;
	margin:0;
	text-transform:capitalize;
	text-align:left;
	padding:10px 20px 18px 20px;
	border-radius:0 4px 4px 0;
	overflow:hidden;
	line-height:1.6em;
	color:#fff;
}
aside.aside_wrap a.aside_button_wrap button img {
	position:relative;
	top:10px;
	margin-right:5px;
}
aside.aside_wrap a.aside_button_wrap button:hover img {
	right:auto;
	margin-left:10px;
}
.bank-details-wrap p {
    margin-top: 8px !important;
    font-weight: bold !important;
    font-size: 15px !important;
}