@charset "utf-8";
body { margin: 0; padding: 0; font-family: 'Montserrat', sans-serif; color: #333333; line-height: 1.42857; font-weight: 400; font-size: 14px; }
*, input[type="search"] { -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
img { max-width: 100%; }
.wrapper a:focus { text-decoration: none; outline: none; }
a { color: #1f8ecd; text-decoration: none; }
a:hover { color: #50caf5; text-decoration: underline; }
h1, h2, h3, h4, h5, h6 { font-weight: 500; }
.h1, .h2, .h3, h1, h2, h3 { margin-bottom: 10px; margin-top: 20px; }
b, strong { font-weight: 700; }
*:focus, a:focus { outline: none; }
.container { padding: 0 15px; }
/***Header***/
.header, .header .container { background: #1a1349 none repeat scroll 0 0; }
.header .container { padding: 0; }
.header .navbar-inner { background: #1a1349; background-image: none; }
.header .navbar-inner { border: none; -moz-border-radius: 0; -ms-border-radius: 0; -o-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; padding: 0; padding: 10px 0; }
.navbar .brand { float: none; font-size: 13px; display: inline-block; }
.brand object { width: 248px; height: 88px; }
.brand span { display: block; color: #222222; font-weight: 400; margin-bottom: 3px; }
.header a { text-decoration: none; }
.navbar .brand { padding: 0; margin: 0; }
.logo { display: inline-block; margin: 0 -2px; vertical-align: middle; width: 35%; }
.navMain { display: inline-block; margin: 0 -2px 0; vertical-align: middle; width: 65%; text-align: right; }
.header .navbar.navbar-static { margin: 0; }
.navigation-menu li ul li { display: block; width: 100%; }
.menu ul { margin: 0; }
.menu ul li { text-align: left; }
.menu a { -moz-transition: all linear 0.15s; -ms-transition: all linear 0.15s; -o-transition: all linear 0.15s; -webkit-transition: all linear 0.15s; transition: all linear 0.15s; color: #fff; letter-spacing: 1px; font-weight: 500; }
.menu li:hover > a, .menu .current-item > a { text-decoration: none; color: #fff; }
.menu .arrow { font-size: 11px; line-height: 0%; }
/*----- Top Level -----*/
.menu > ul > li { display: inline-block; position: relative; font-size: 18px; text-transform: uppercase; padding: 10px 5px; }
.menu > ul > li { padding-right: 0; }
.menu > ul > li > a { display: inline-block; }
.menu > ul > li:last-child > a, .menu > ul > li:nth-child(4) > a { color: #50caf5; }
.menu > ul > li:hover > a, .menu > ul > .current-item > a { color: #1f8ecd; }
.menu > ul > li:last-child { padding-left: 10px; }
.menu > ul > li:last-child::before { color: #50caf5; content: "."; left: 0; position: absolute; top: 4px; }
/*----- Bottom Level -----*/
.menu li:hover ul, .menu li > ul > li:hover > ul { z-index: 1; opacity: 1; }
.menu li > ul > li { position: relative; }
.menu li > ul > li > ul { right: 0; top: 0; }
.menu li > ul, .menu li > ul > li > ul { width: 160%; position: absolute; top: 100%; left: 0px; z-index: -1; opacity: 0; -moz-transition: opacity linear 0.15s; -ms-transition: opacity linear 0.15s; -o-transition: opacity linear 0.15s; -webkit-transition: opacity linear 0.15s; transition: opacity linear 0.15s; -moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.2); -ms-box-shadow: 0px 2px 3px rgba(0,0,0,0.2); -o-box-shadow: 0px 2px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.2); box-shadow: 0px 2px 3px rgba(0,0,0,0.2); background: #50caf5; }
.menu li > ul li, .menu li > ul li > ul li { display: block; font-size: 16px; }
.menu li > ul li a, .menu li > ul li > ul li a { display: block; font-size: 16px; padding: 10px 15px; text-transform: capitalize; }
.menu li > ul li a:hover, .menu li > ul .current-item a, .menu li > ul li > ul li a:hover { background: #1f8ecd; }
/******Banner****/
.banner { background: #f0f0f0; padding: 30px 0 40px; }
.banner .btn-default, .seminarBtn .btn-default { background: #ffffff; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border-color: #cccccc; color: #333333; text-decoration: none; padding: 6px 12px; }
.banner .btn-default:hover, .banner .btn-default:focus, .seminarBtn .btn-default:hover, .seminarBtn .btn-default:focus { background: rgb(230,230,230); }
/****Content****/
.event-date { background: #50caf5; border: 1px solid rgba(0, 0, 0, 0.05); border-radius: 3px; -moz-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1); -ms-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1); -o-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1); padding: 10px; text-align: center; text-transform: uppercase; width: 56px; position: absolute; left: 0; top: 0; }
.upcoming-seminar .row-fluid.eventRow { margin: 30px -15px; }
.upcoming-seminar > h3 { margin-top: 40px; }
.event-col { position: relative; padding-left: 70px; min-height: 65px; margin-bottom: 20px; }
.event-date p { margin: 0; font-size: 80%; line-height: 1.1; }
.event-date .dd { color: rgba(255, 255, 255, 0.8); }
.event-date p.dt { font-size: 140%; line-height: 1; }
.upcoming-seminar .span6.upcomingCols { float: left; margin: 0; padding: 0 15px; }
.block { display: block; }
.seminarBtn p { margin-left: auto; margin-right: auto; width: 50%; }
.seminarBtn .btn-default { border-radius: 6px; font-size: 18px; line-height: 1.33333; padding: 10px 16px; }
.beacome-member .span6.b-memberCol { margin-left: 33.3333%; width: 50%; }
.beacome-member { background: url(../img/img1.jpg) no-repeat; background-size: cover; background-position: 85% 30%; padding: 120px 0 60px; margin-top: 40px; }
.beacome-member p, .beacome-member h2 { color: #fff; -moz-text-shadow: 0 1px 2px #000000; -ms-text-shadow: 0 1px 2px #000000; -o-text-shadow: 0 1px 2px #000000; -webkit-text-shadow: 0 1px 2px #000000; text-shadow: 0 1px 2px #000000; }
.beacome-member p { font-size: 21px; margin-bottom: 20px; line-height: 1.4; }
.b-memberCol { margin-left: 33.33%; width: 50%; }
.b-memberCol .btn { background: #337ab7; padding: 10px 16px; border-color: #286090; font-size: 18px; line-height: 1.33333; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }
.b-memberCol .btn:hover, .b-memberCol .btn:focus { background: #286090 }
.partner-col { margin-bottom: 30px; margin-top: 20px; height: 80px; }
.partners { padding: 20px 0; }
.partner-col img { -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */ filter: grayscale(100%); height: auto; max-height: 100%; max-width: 100%; opacity: 0.85; width: auto; }
.partner-col img:hover { -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */ filter: grayscale(0%); opacity: 1; }
/*****Footer****/
.footer { background: #1f8ecd none repeat scroll 0 0; color: rgba(255, 255, 255, 0.95); padding: 30px 0 20px; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); }
.footer a { color: rgba(255, 255, 255, 0.7); }
.footer a:hover, .footer a:focus { color: #fff; text-decoration: none; }
.footer ul { list-style: none; margin: 0 0 20px; }
.innerFoot { margin-left: 15px; }
.social li i { padding-right: 5px; font-size: 20px; color: #fff; }
.social li { margin-bottom: 2px; }
.footerCol-in address span { display: block; }
.footerCol-in address { margin: 0; }
.copy { font-size: 0.9em; margin-top: 20px; }
/********Inner Page****/
.inner-banner { background-size: cover; width: 100%; background-position: 50% 25%; min-height: 400px; margin-bottom: 30px; }
.inner-box { margin-bottom: 50px; }
.inner-box h3 a { color: #444444; }
.inner-box h3 a:hover, .inner-box h3 a:focus { color: #50caf5; }
main { padding-bottom: 40px; padding-top: 20px; }
.lead { font-size: 21px; font-weight: 300; line-height: 1.4; margin-bottom: 20px; }
div.footerCol-pos{    float: right;
    margin-top: 8%!important;
}
#zoneToolBar table a{font-size: 14px!important;}

input[type=text],input[type=password],select{height:30px;margin-bottom: 0;}