/* 	--------------------------------------------------------------

	ceda.com.au Custom CSS
		-> Extends Twitter Bootstrap CSS base
		-> Add all custom CSS here to avoid issues when upgrading base CSS files

	Standard Colours:
		red			#E11837 corporate (about, blog, contact)
		grey 		#58595B std body copy
		orange		#F37021 researh
		yellow		#E8B909 news
		green		#75A319 members
		blue		#008CC1 events

	Standard Fonts:
		Headings 	font-family:'HelveticaNeueW01-Thin';
		Regular		font-family:'HelveticaNeueW01-45Ligh';
		Bold 		font-family:'HelveticaNeueW01-65Medi';


	-------------------------------------------------------------- */

body {
    font-family: 'HelveticaNeueW01-45Ligh', Helvetica, Arial, sans-serif;
    color: #58595b;
    padding-bottom: 30px !important;
}

[class^="icon-"],
[class*=" icon-"] {
    background-image: url("/CEDA/media/CEDA-Theme/glyphicons-halflings-1.png");
}
/*{ background-image: url("/CEDA/media/CEDA-Theme/glyphicons-halflings.png"); }*/
.icon-white {
    background-image: url("/CEDA/media/CEDA-Theme/glyphicons-halflings-white.png");
}

.icon-grey {
    background-image: url("/CEDA/media/CEDA-Theme/glyphicons-halflings-grey.png");
}

/*
				Updated by Evocate to fix the IE9 bug in breadcrumb navagation.
	/*
		.breadcrumb 				{ background-color: #f6f6f6; border-radius: 0; background-color: #fff; padding: 0; }
	.breadcrumb a 				{ color: #A1A1A1 !important; }
	.breadcrumb .active 		{ color: #58595B !important; }
	*/
.breadcrumb {
    background-color: #f6f6f6;
    border-radius: 0;
    background-color: #fff;
    padding: 0;
    display: inline-block;
}

    .breadcrumb a {
        color: #A1A1A1 !important;
        display: inline-block;
    }

    .breadcrumb .active {
        color: #58595B !important;
        display: inline-block;
    }
/*
				----------------------------------------------------------------
		*/

.addthis_toolbox {
    margin-bottom: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'HelveticaNeueW01-Thin', Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 20px;
}

h1, h2, h3 {
    line-height: 40px;
}

h1 {
    font-size: 38.5px;
}

h1 {
    font-size: 31.5px;
}

h2 {
    font-size: 25.5px;
}

h3 {
    font-size: 17.5px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 17.5px; /* custom resized for state of the nation panel session headings*/
}

h1 small {
    font-size: 24.5px;
}

h1 small {
    font-size: 17.5px;
}

h2 small {
    font-size: 14px;
}

h3 small {
    font-size: 14px;
}

strong {
    font-family: 'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
}

a:link {
    color: #58595B;
    text-decoration: none;
}

a:visited {
    color: #58595B;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.content-area a:link {
    color: #008CC1;
    text-decoration: underline;
}

.content-area a:visited {
    color: #008CC1;
    text-decoration: underline;
}

.content-area a:hover {
    color: #1D6C8A;
    text-decoration: underline;
}

.well a {
    text-decoration: none !important;
}

.btn-default {
    color: #58595B !important;
}

.blue {
    text-decoration: none !important;
}

.tab {
    color: #008CC1;
}

a span {
    cursor: pointer;
}

label {
    cursor: default;
}
/* show mouse pointer on titles inside the repeaters - changed to check if its an anchor span tag */

hr {
    clear: both;
    color: #cfcfcf;
    height: 1px;
    border: 0;
    background-color: #cfcfcf;
}

dt p {
    text-align: left;
}

.red {
    color: #E11837 !important;
}

.grey {
    color: #58595B !important;
}

.orange {
    color: #F37021 !important;
}

.yellow {
    color: #E8B909 !important;
}

.green {
    color: #75A319 !important;
}

.blue {
    color: #008CC1 !important;
}

.purple {
    color: #603F99 !important;
}

/* 	--------------------------------------------------------------
			Event List
	-------------------------------------------------------------- */
.cal-stamp {
    text-align: center;
    padding: 5px 20px 5px 20px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
}

.cal-state {
    color: #008CC1;
    font-family: 'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.cal-date {
    font-family: 'HelveticaNeueW01-65Medi', Helvetica, Arial, sans-serif;
    font-size: 16px;
}

/* 	--------------------------------------------------------------
			Primary Form Button
	-------------------------------------------------------------- */
.btn-primary {
    color: #FFFFFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #008CC1; /*#00698F;*/
    *background-color: #008CC1; /*#00698F;*/
    background-image: -moz-linear-gradient(top, #008CC1, #00698F);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008CC1), to(#00698F));
    background-image: -webkit-linear-gradient(top, #008CC1, #00698F);
    background-image: -o-linear-gradient(top, #008CC1, #00698F);
    background-image: linear-gradient(to bottom, #008CC1, #00698F);
    background-repeat: repeat-x;
    border-color: #008CC1; /*#00698F;*/
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008CC1', endColorstr='#00698F', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .btn-primary.disabled,
    .btn-primary[disabled] {
        color: #FFFFFF;
        background-color: #008CC1; /*#00698F;*/
        *background-color: #003bb3;
    }

.btn-primary-turned-off {
    color: rgb(29, 108, 138);
    cursor: default;
    pointer-events: none;
    background-color: rgb(230, 230, 230);
}


/* 	--------------------------------------------------------------
		Content Styles
	-------------------------------------------------------------- */

.wrapper {
    width: 100%;
    margin: 0;
    padding: 0;
}

#header {
    margin-top: 10px;
}

.logo-main {
    float: left;
    margin-top: 20px;
}

.logo-footer {
    float: right;
    margin-top: 10px;
}

.spacetop {
    margin-top: 40px !important;
}

.content {
    margin-top: 15px;
}

#custom-search-form {
    margin: 0;
    padding: 0;
    float: right;
    width: 218px;
}

    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    #custom-search-form button {
        border: 0;
        background: none;
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        z-index: 10;
        background-color: #fff;
    }

.search-query:focus + button {
    z-index: 3;
}

.footer {
    color: #58595B;
}

    .footer h3 {
        margin: 0;
        padding: 0;
    }

        .footer h3 small {
            float: right;
            margin-top: 15px;
        }

    .footer hr {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .footer hr {
        height: 4px;
    }

.footer-light {
    background-color: #F6F6F6;
}

.footer-dark {
    background-color: #E6E6E6;
}

.footer-light .container {
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer-dark .container {
    padding-top: 20px;
}

.footer-links,
.footer-links a {
    color: #999;
    margin: 20px 0;
}

.footer-light .speech {
    background: transparent url(/CEDA/media/CEDA-Theme/icon_chat.png) no-repeat 0 5px;
}

    .footer-light .speech h3 {
        padding-left: 40px !important;
    }

    .footer-light .speech p {
       /* color: #E11837; */
    }

    .footer-light .speech img {
        float: right;
        margin-left: 20px;
    }

.footer-light .announce {
    background: transparent url(/CEDA/media/CEDA-Theme/icon_announce.png) no-repeat 0 5px;
}

    .footer-light .announce h3 {
        padding-left: 40px !important;
    }

.footer-light .stream {
    background: transparent url(/CEDA/media/CEDA-Theme/icon_twitter.png) no-repeat 0 5px;
}

    .footer-light .stream h3 {
        padding-left: 40px !important;
    }

.footer-dark hr {
    height: 2px !important;
}

.footer-dark .connected a {
    margin: 0 10px 0 0;
}
/* 18.02.2014 - <img> has been changed with the <a> tag. */

body#ctl00_MasterBody h3 {
    margin: 0;
    padding: 0;
}

    body#ctl00_MasterBody h3 small {
        float: right;
        margin-top: 15px;
    }

body#ctl00_MasterBody hr {
    margin-top: 0;
    margin-bottom: 10px;
}

body#ctl00_MasterBody hr {
    height: 4px;
}

body#ctl00_MasterBody .research h3,
body#ctl00_MasterBody .research h3 small {
    color: #F37021;
}

body#ctl00_MasterBody .research hr {
    color: #F37021;
    background-color: #F37021;
}

body#ctl00_MasterBody .research .thumb {
    float: left;
    margin-right: 20px;
}

body#ctl00_MasterBody .news h3,
body#ctl00_MasterBody .news h3 small {
    color: #E8B909;
}

body#ctl00_MasterBody .news hr {
    color: #E8B909;
    background-color: #E8B909;
}

body#ctl00_MasterBody .events h3,
body#ctl00_MasterBody .events h3 small {
    color: #008CC1;
}

body#ctl00_MasterBody .events hr {
    color: #008CC1;
    background-color: #008CC1;
}

body#ctl00_MasterBody .blog h3,
body#ctl00_MasterBody .blog h3 small {
    color: #E11837;
}

body#ctl00_MasterBody .blog hr {
    color: #E11837;
    background-color: #E11837;
}

body#ctl00_MasterBody .members h3,
body#ctl00_MasterBody .members h3 small {
    color: #75A319;
}

body#ctl00_MasterBody .members hr {
    color: #75A319;
    background-color: #75A319;
}

body#ctl00_MasterBody .members img {
    margin: 0 20px 30px 0px;
}

body#ctl00_MasterBody .videos h3,
body#ctl00_MasterBody .videos h3 small {
    color: #603F99;
}

body#ctl00_MasterBody .videos hr {
    color: #603F99;
    background-color: #603F99;
}

#ctl00_CPH_Body_div_FeaturedVideos > div.span3 {
	margin-left: 18px;
}

#ctl00_CPH_Body_div_FeaturedVideos > div.span3 > a > img {
	margin: 0 20px 20px 0;
    width: 100%;
}

/* CWC-58 */
/*div#div_Videos {
	display: none!important;
}*/

/* CWC-66 */
a[href="http://html5box.com/html5gallery/watermark.php"] {
	display: none!important;
}

.imageGalleryTitle {
	font-family: 'HelveticaNeueW01-Thin', Helvetica, Arial, sans-serif;
	font-size: 24.5px;
	color: #603F99;
	line-height: 40px;				
}
			
.imageGallerySpeakers {
	font-family: 'HelveticaNeueW01-45Ligh', Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #58595B;
	line-height: 20px;
}

.btn-reports {
    color: #FFFFFF !important;
    float: right;
    border-radius: 0;
    background-color: #F37021;
}

.btn-news {
    color: #FFFFFF !important;
    float: right;
    border-radius: 0;
    background-color: #CCA414;
}

.btn-events {
    color: #FFFFFF !important;
    float: right;
    border-radius: 0;
    background-color: #03759E;
}

.btn-members {
    color: #FFFFFF !important;
    float: right;
    border-radius: 0;
    background-color: #678F17;
}

.btn-corp {
    color: #FFFFFF !important;
    float: right;
    border-radius: 0;
    background-color: #BF1730;
}

.corner {
    background: transparent url(/CEDA/media/CEDA-Theme/corner-grey.png) no-repeat bottom right;
}

    .corner p {
        margin: 5px 10px 10px 10px;
    }

    .corner .btn {
        float: right;
        clear: both;
    }

.corner-grey {
    background-image: url(/CEDA/media/CEDA-Theme/corner-grey.png);
}

.corner-green {
    background-image: url(/CEDA/media/CEDA-Theme/corner-green.png);
    color: #fff;
}

.corner-orange {
    background-image: url(/CEDA/media/CEDA-Theme/corner-orange.png);
    color: #fff;
}

.corner-yellow {
    background-image: url(/CEDA/media/CEDA-Theme/corner-yellow.png);
    color: #fff;
}

.corner-red {
    background-image: url(/CEDA/media/CEDA-Theme/corner-red.png);
    color: #fff;
}

.corner-blue {
    background-image: url(/CEDA/media/CEDA-Theme/corner-blue.png);
    color: #fff;
}



/* 	--------------------------------------------------------------
		Navigation / Link Styles
	-------------------------------------------------------------- */

.sf-menu {
    clear: right;
    float: right !important;
    margin-top: 30px !important;
}

.util {
    height: 40px;
    border-bottom: 4px solid #E11837;
    float: right;
}

    .util ul {
        margin: 5px 0 0 0;
        padding: 0;
        float: right;
    }

        .util ul li {
            float: left;
            list-style-type: none;
            padding: 0 20px 0 0;
        }

    .util a:link,
    .util a:visited {
        color: #999;
        text-decoration: none;
    }

    .util a:hover {
        color: #58595B;
        text-decoration: none;
    }

    .util ul ul {
        border-radius: 0;
    }

    .util ul li li {
        display: block;
        width: auto;
        float: none;
        padding: 0;
    }

.m-about:hover,
.m-about *:hover,
.m-about .sfHover .sf-with-ul,
.sfHover .m-about {
    background: #E11837 !important;
    background-color: #E11837 !important;
    color: #fff !important;
}

a.m-about.sf-with-ul {
    padding-right: 1em;
}

    a.m-about.sf-with-ul:after {
        border: none;
    }

.m-news:hover,
.m-news *:hover,
.m-news .sfHover .sf-with-ul,
.sfHover .m-news {
    background: #E8B909 !important;
    background-color: #E8B909 !important;
    color: #fff !important;
}

a.m-news.sf-with-ul {
    padding-right: 1em;
}

    a.m-news.sf-with-ul:after {
        border: none;
    }

.m-research:hover,
.m-research *:hover,
.m-research .sfHover .sf-with-ul,
.sfHover .m-research {
    background: #F37021 !important;
    background-color: #F37021 !important;
    color: #fff !important;
}

a.m-research.sf-with-ul {
    padding-right: 1em;
}

    a.m-research.sf-with-ul:after {
        border: none;
    }

.m-events:hover,
.m-events *:hover,
.m-events .sfHover .sf-with-ul,
.sfHover .m-events {
    background: #008CC1 !important;
    background-color: #008CC1 !important;
    color: #fff !important;
}

a.m-events.sf-with-ul {
    padding-right: 1em;
}

    a.m-events.sf-with-ul:after {
        border: none;
    }

.m-members:hover,
.m-members *:hover,
.m-members .sfHover .sf-with-ul,
.sfHover .m-members {
    background: #75A319 !important;
    background-color: #75A319 !important;
    color: #fff !important;
}

a.m-members.sf-with-ul {
    padding-right: 1em;
}

    a.m-members.sf-with-ul:after {
        border: none;
    }

.m-blog:hover,
.m-blog *:hover,
.m-blog .sfHover .sf-with-ul,
.sfHover .m-blog {
    background: #E11837 !important;
    background-color: #E11837 !important;
    color: #fff !important;
}

a.m-blog.sf-with-ul {
    padding-right: 1em;
}

    a.m-blog.sf-with-ul:after {
        border: none;
    }

.m-contact:hover,
.m-contact *:hover,
.m-contact .sfHover .sf-with-ul,
.sfHover .m-contact {
    background: #E11837 !important;
    background-color: #E11837 !important;
    color: #fff !important;
}

a.m-contact.sf-with-ul {
    padding-right: 1em;
}

    a.m-contact.sf-with-ul:after {
        border: none;
    }

.menu-sub {
    margin: 0;
    padding: 0;
}

    .menu-sub li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .menu-sub .selected {
        font-family: 'HelveticaNeueW01-65Medi';
    }

.navbar-inner {
    border-radius: 0;
}

.navbar .form-search {
    padding-top: 10px !important;
    clear: both;
}

.bigblocks {
    margin: 0;
    padding: 0;
}

    .bigblocks li {
        margin: 0;
        padding: 0px;
        display: block;
        float: left;
        width: 50%;
        padding: 7px 0;
        text-align: center;
        list-style-type: none;
        font-size: 10px;
    }

    .bigblocks a {
        margin: 0;
        padding: 10px 0;
        width: 90% !important;
        color: #fff;
        display: block;
    }

.smlblocks {
    margin: 0;
    padding: 0;
    clear: both;
    text-align: center;
}

    .smlblocks li {
        float: left;
        padding: 10px 20px 10px 0;
        list-style-type: none;
    }

/* MOBILE NAVIGATION */
.navbar .m-about a {
    background-color: transparent !important;
    color: #333 !important;
    border-bottom: 4px solid #E11837;
    text-align: left;
    padding-left: 4px;
    font-family: 'HelveticaNeueW01-65Medi';
    padding-bottom: 2px;
}

.navbar .m-news a {
    background-color: transparent !important;
    color: #333 !important;
    border-bottom: 4px solid #E8B909;
    text-align: left;
    padding-left: 4px;
    font-family: 'HelveticaNeueW01-65Medi';
    padding-bottom: 2px;
}

.navbar .m-research a {
    background-color: transparent !important;
    color: #333 !important;
    border-bottom: 4px solid #F37021;
    text-align: left;
    padding-left: 4px;
    font-family: 'HelveticaNeueW01-65Medi';
    padding-bottom: 2px;
}

.navbar .m-events a {
    background-color: transparent !important;
    color: #333 !important;
    border-bottom: 4px solid #008CC1;
    text-align: left;
    padding-left: 4px;
    font-family: 'HelveticaNeueW01-65Medi';
    padding-bottom: 2px;
}

.navbar .m-members a {
    background-color: transparent !important;
    color: #333 !important;
    border-bottom: 4px solid #75A319;
    text-align: left;
    padding-left: 4px;
    font-family: 'HelveticaNeueW01-65Medi';
    padding-bottom: 2px;
}

.navbar .m-blog a {
    background-color: transparent !important;
    color: #333 !important;
    border-bottom: 4px solid #58595B;
    text-align: left;
    padding-left: 4px;
    font-family: 'HelveticaNeueW01-65Medi';
    padding-bottom: 2px;
}

.navbar .m-contact a {
    background-color: transparent !important;
    color: #333 !important;
    border-bottom: 4px solid #E11837;
    text-align: left;
    padding-left: 4px;
    font-family: 'HelveticaNeueW01-65Medi';
    padding-bottom: 2px;
}

/* 	--------------------------------------------------------------
		Themes
	-------------------------------------------------------------- */
body#corp .section {
    background-color: #E11837;
    height: 140px;
    margin-bottom: 25px;
    clear: both;
}

    body#corp .section h1 {
        color: #fff;
        margin-top: 70px;
        font-size: 54px;
    }

body#corp .sf-menu .selected,
body#corp .menu-sub .selected {
    color: #E11837;
    font-family: 'HelveticaNeueW01-65Medi';
}

body#corp .content {
    padding-bottom: 40px;
}

    body#corp .speech p,
    body#corp .content p.lead {
        color: #E11837;
    }

    body#corp .content hr {
        clear: both;
        color: #E11837;
        height: 1px;
        border: 0;
        background-color: #E11837;
    }

    body#corp .content .span3 hr {
        height: 4px;
    }

    body#corp .content h1,
    body#corp .content h2,
    body#corp .content h3,
    body#corp .content h4 {
        color: #E11837;
    }

body#corp .menu-sub ul {
    margin: 0;
    padding: 0;
}

body#corp .menu-sub li li { /*background: transparent url(/CEDA/media/CEDA-Theme/nav_arrow-red.png) no-repeat 0px 1px;*/
    padding-left: 20px;
    margin-left: 5px;
}

body#news .section {
    background-color: #E8B909;
    height: 140px;
    margin-bottom: 25px;
    clear: both;
}

    body#news .section h1 {
        color: #fff;
        margin-top: 70px;
        font-size: 54px;
    }

body#news .sf-menu .selected,
body#news .menu-sub .selected {
    color: #E8B909;
    font-family: 'HelveticaNeueW01-65Medi';
}

body#news .content {
    padding-bottom: 40px;
}

    body#news .speech p,
    body#news .content p.lead {
        color: #E8B909;
    }

    body#news .content hr {
        clear: both;
        color: #E8B909;
        height: 1px;
        border: 0;
        background-color: #E8B909;
    }

    body#news .content .span3 hr {
        height: 4px;
    }

    body#news .content h1,
    body#news .content h2,
    body#news .content h3,
    body#news .content h4 {
        color: #E8B909;
    }

body#news .menu-sub ul {
    margin: 0;
    padding: 0;
}

body#news .menu-sub li li { /*background: transparent url(/CEDA/media/CEDA-Theme/nav_arrow-yellow.png) no-repeat 0px 1px;*/
    padding-left: 20px;
    margin-left: 5px;
}

body#research .section {
    background-color: #F37021;
    height: 140px;
    margin-bottom: 25px;
    clear: both;
}

    body#research .section h1 {
        color: #fff;
        margin-top: 70px;
        font-size: 54px;
    }

body#research .sf-menu .selected,
body#research .menu-sub .selected {
    color: #F37021;
    font-family: 'HelveticaNeueW01-65Medi';
}

body#research .content {
    padding-bottom: 40px;
}

    body#research .speech p,
    body#research .content p.lead {
        color: #F37021;
    }

    body#research .content hr {
        clear: both;
        color: #F37021;
        height: 1px;
        border: 0;
        background-color: #F37021;
    }

    body#research .content .span3 hr {
        height: 4px;
    }

    body#research .content h1,
    body#research .content h2,
    body#research .content h3,
    body#research .content h4 {
        color: #F37021;
    }

body#research .menu-sub ul {
    margin: 0;
    padding: 0;
}

body#research .menu-sub li li { /*background: transparent url(/CEDA/media/CEDA-Theme/nav_arrow-orange.png) no-repeat 0px 1px;*/
    padding-left: 20px;
    margin-left: 5px;
}

body#events .section {
    background-color: #008CC1;
    height: 140px;
    margin-bottom: 25px;
    clear: both;
}

    body#events .section h1 {
        color: #fff;
        margin-top: 70px;
        font-size: 54px;
    }

body#events .sf-menu .selected,
body#events .menu-sub .selected {
    color: #008CC1;
    font-family: 'HelveticaNeueW01-65Medi';
}

body#events .content {
    padding-bottom: 40px;
}

    body#events .speech p,
    body#events .content p.lead {
        color: #008CC1;
    }

    body#events .content hr {
        clear: both;
        color: #008CC1;
        height: 1px;
        border: 0;
        background-color: #008CC1;
    }

    body#events .content .span3 hr {
        height: 4px;
    }

    body#events .content h1,
    body#events .content h2,
    body#events .content h3,
    body#events .content h4 {
        color: #008CC1;
    }

body#events .menu-sub ul {
    margin: 0;
    padding: 0;
}

body#events .menu-sub li li { /*background: transparent url(/CEDA/media/CEDA-Theme/nav_arrow-blue.png) no-repeat 0px 1px;*/
    padding-left: 20px;
    margin-left: 5px;
}

body#membership .section {
    background-color: #75A319;
    height: 140px;
    margin-bottom: 25px;
    clear: both;
}

    body#membership .section h1 {
        color: #fff;
        margin-top: 70px;
        font-size: 54px;
    }

body#membership .sf-menu .selected,
body#membership .menu-sub .selected {
    color: #75A319;
    font-family: 'HelveticaNeueW01-65Medi';
}

body#membership .content {
    padding-bottom: 40px;
}

    body#membership .speech p,
    body#membership .content p.lead {
        color: #75A319;
    }

    body#membership .content hr {
        clear: both;
        color: #75A319;
        height: 1px;
        border: 0;
        background-color: #75A319;
    }

    body#membership .content .span3 hr {
        height: 4px;
    }

    body#membership .content h1,
    body#membership .content h2,
    body#membership .content h3,
    body#membership .content h4 {
        color: #75A319;
    }

body#membership .menu-sub ul {
    margin: 0;
    padding: 0;
}

body#membership .menu-sub li li { /*background: transparent url(/CEDA/media/CEDA-Theme/nav_arrow-green.png) no-repeat 0px 1px;*/
    padding-left: 20px;
    margin-left: 5px;
}

.lead a {
    color: #008cc1;
    text-decoration: underline;
}

    .lead a:hover {
        color: #1d6c8a;
    }

.lead {
    font-weight: normal;
}





/*---------------logindropdown------------*/

.login-btn{
	border:none;
	border-radius:0px;
	background:none;
	color:#999;
	font-weight:200;
	font-size:12px;
}
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
.login-sectn{
 background: #ededed none repeat scroll 0 0;
    max-width: 370px;
    padding: 15px 30px !important;
    position: absolute;
    top: 53px;
    z-index: 99;
	display:none;
}
.login-sectn h1{
	font-size:24px;
	color:#000;
	border-bottom:#000 1px solid;
	padding-bottom:20px;
	margin-bottom:20px;
}
.input-fld {
    background: #fff none repeat scroll 0 0;
    border: medium none !important;
    color: #acabab;
    font-size: 13px !important;
    font-weight: 200;
    padding: 11px 75px 11px 10px !important;
	display:block !important;
}
.login-sectn span{
	font-size:13px;
	color:#3e3e3e;
}
.login-sectn input[type="checkbox"]{
	margin-right:8px;
	margin-top:-2px;
}
.login-sectn .sign-bttun{
	background:#e11339 !important;
	border:none;
	display:block;
	color:#fff;
	text-align:center;
	padding:10px 20px;
	margin-top:15px;
	font-size:18px;
	width:100%;
}
.login-sectn p{
	margin-top:30px;
	margin-bottom:30px;
}
.login-sectn .username{
	color:#444242;
	font-size:14px;
}
.login-sectn .send-bttun{
	background:#fff !important;
	border:none;
	display:block;
	color:#383737;
	text-align:center;
	padding:10px 20px;
	margin-top:15px;
	width:100%;
	font-size:18px;
}

/*-------------------change-password-----------------*/
.red-bg{
	background:#e11339;
    margin-bottom: 25px;
    min-height: 140px;
}
.blue-bg{
	background:#008cc1;
    margin-bottom: 25px;
    min-height: 140px;
}
.dark-blu-bg{
	background:#003399;
    margin-bottom: 25px;
    min-height: 140px;
}
.green-bg{
	background:#a5bb29;
    margin-bottom: 25px;
    min-height: 140px;
}
.inner-header{
	margin-bottom:60px;
}
.wrapper h1 {
    color: #fff;
    font-size: 34px;
    margin-top: 70px;
	font-weight:200;
}
.innerpage .paswrd-bx{
	border:#cdcdcd 1px solid;
	padding:30px;
	max-width:900px;
	margin:0px auto;
	margin-bottom:80px;
}
.innerpage .paswrd-bx p{
	color:#757575;
	font-size:19px;
	padding-top:10px;
}
.innerpage .paswrd-bx .input-fld{
	background:#f5f5f5;
	border:#cdcdcd 1px solid !important;
	box-shadow:none;
	padding: 12px 20px;
	width:80%;
}
.innerpage .paswrd-bx .main-bx{
	margin-bottom:30px;
}
.red-buttn{
	background:#008cc1 !important;
	font-size:15px;
	color:#fff !important;
	padding:13px 25px;
	text-align:center;
	border:none;
	border-radius:5px;
}
/*---------------------directory-details----------------*/
.innerpage .content-section{
	margin-bottom:80px;
}
.innerpage .content-section .bosco-text h1{
	color:#0f78d9;
	font-size:16px;
	font-weight:700;
}
.innerpage .content-section .bosco-text p{
	color:#787676;
	font-size:14px;
}
.innerpage .content-section .bosco-text p a{
	color:#27689f;
}
.innerpage .content-section .bosco-logo{
	text-align:right;
}
.innerpage .content-section .company-detils{
	margin-top:20px;
}
.innerpage .content-section .company-detils p{
	color:#787676;
	font-size:14px;
	line-height:30px;
}
/*---------------------------------directorysearch-----------------*/
.innerpage .directory-box{
	border:#cdcdcd 1px solid;
	padding:30px;
	margin-bottom:30px;
}
.innerpage .directory-box .fld-mainbx{
	border-bottom:#bdbdbd 2px dotted;
	padding-bottom:35px;
	margin-bottom:35px;
}
.innerpage .directory-box .fld-mainbx h2{
	color:#4c4b4b;
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
}

.innerpage .directory-box .fld-mainbx .slct-fld {
    background:  #f5f5f5 none repeat scroll 0 0 !important;
    border: 1px solid #c0c0c0;
    padding: 18px;
    width: 40%;
}
.innerpage .directory-box .fld-mainbx span{
	color:#4c4b4b;
	font-size:15px;
	font-style:italic;
	font-weight:normal;
	text-transform:none;
	margin-left:30px;
}
.innerpage .directory-box .fld-mainbx p{
	color:#605f5f;
	font-size:15px;
	font-weight: 600;
	margin-bottom:10px;
}
.innerpage .directory-box .fld-mainbx input[type="checkbox"]{
	margin-top:-3px;
	margin-right:13px;
}
.innerpage .directory-box .fld-mainbx .input-box{
	background:#f5f5f5;
	border: 1px solid #c0c0c0;
    padding: 18px;
	width:96%;
}
.border-non{
	border:none !important;
}
.innerpage .directory-box .buttons{
	text-align:right;
}
.innerpage .adres-section{

}
.innerpage .adres-section h1{
	color:#494848;
	font-size:16px;
	font-weight:600;
}
/*-------------------------event-details-------------*/
.txt-colr{
	color: #003399 !important;
}
.innerpage .content-section .event-detail-bx h1 {
    color: #008cc1;
    font-size: 23px;
    font-weight: 300;
}
.innerpage .content-section .event-detail-bx .date{
	background:#f0f0f0;
	padding:15px;
	border-radius:5px;
	float:left;
	text-align:center;
}
.innerpage .content-section .event-detail-bx .date span {
    color: #008cc1;
    font-size: 18px;
}
.innerpage .content-section .event-detail-bx .txt{
	color:#58595b;
	font-size:15px;
	margin-left:100px;
	line-height:24px;
}
/* .innerpage .content-section .event-detail-bx .sub-content-txt{
	margin-top:30px;
} */
.innerpage .content-section .event-detail-bx .sub-content-txt p{
	line-height:24px;
}
.innerpage .content-section .event-detail-bx .sub-content-txt h1{
	color:#008cc1;
	font-size:20px;
	font-weight:200;
}
.innerpage .content-section .event-detail-bx .sub-content-txt h2{
	color:#008cc1;
	font-size:15px;
	font-weight:200;
}
.border-btm{
	border-bottom:#ccc 1px solid;
	padding-bottom:10px;
}
.innerpage .content-section .event-detail-bx .sub-content-txt a{
	color:#008cc1;
}
.innerpage .content-section .event-detail-bx .reg-fee{
	margin-top:20px;
	color:#8d8e8f;
	font-size:15px;
}
.innerpage .content-section .event-detail-bx .reg-fee .gst-txt{
	margin-top:15px;
	width:365px;
}
.innerpage .content-section .event-detail-bx .reg-fee .gst-txt p{
	float: left;
    width: 215px;
}
.innerpage .content-section .side-box{
	background:#eeeeee;
	padding:15px;
	margin-bottom:20px;
}
.innerpage .content-section .side-box h1{
	color:#4a4949;
	font-size:19px;
	text-transform:uppercase;
	border-bottom:#4a4949 1px solid;
	font-weight:600;
}
.innerpage .content-section .side-box p{
	font-size:16px;
	color:#5f5f5f;
	font-weight:400;
	padding-top:15px;
	line-height:24px;
}
.innerpage .content-section .side-box .btn-bx {
    margin-bottom: 30px;
    margin-top: 35px;
}
.innerpage .content-section .side-box .btn-bx .sold-bg{
	background:#008cc1;
	color:#fff;
}
.innerpage .content-section .side-box .btn-bx a,
.innerpage .content-section .side-box .blue-links a.contact{
	background:#f3f3f3;
	color:#5f5f5f;
	font-size:16px;
	border:#c1c1c1 1px solid;
	/*padding:15px 69px;*/
	margin-right:15px;
	border-radius:5px;
	text-align:center
}

.innerpage .content-section .side-box .btn-bx a.contact{
	padding:15px 30px;
}
.innerpage .content-section .side-box .btn-bx .gray-bg{
	background:#505151;
	color:#fff;
}
.innerpage .content-section .side-box .btn-bx .blu_bg{
	background:#008cc1;
	color:#fff;
	padding:15px 20px;
}
.innerpage .content-section .side-box .blue-links{
	margin:20px 0;
}
.innerpage .content-section .side-box .blue-links a{
	background:#008cc1;
	color:#fff;
	text-align:center;
	font-size:14px;
	padding:15px 20px;
	display:block;
	margin-bottom:10px;
	border-radius:5px;
}
.innerpage .content-section .side-box .blue-links a.gray_clr{
	color:#5f5f5f;
	background:#f3f3f3;
	border:#c1c1c1 1px solid;
}
.innerpage .content-section .side-box .blue-links a.register{
	color:#393939;
	background:#c8caca;
	border:#c1c1c1 1px solid;
}
.innerpage .content-section .side-box .blue-links a.dark_blu{
	background:#003399;
}
.innerpage .content-section .side-box p span{
	margin-right:0px;
	float:right;
}
.innerpage .content-section .event-detail-bx .sub-content-txt input{
	color:#858484;
	font-size:13px;
	border-radius:5px;
	box-shadow:none;
	font-weight:200;
	padding:5px 10px;
	font-style:italic;
	margin-right:15px;
	margin-bottom:15px;
}
.innerpage .content-section .event-detail-bx .input-bx{
	width:50%;
}
.innerpage .content-section .event-detail-bx .sub-content-txt .bg1{
	background: url(/CEDA/media/CEDA-Theme/icn1.png) right 10px center no-repeat #efeded;
}
.innerpage .content-section .event-detail-bx .sub-content-txt .bg2{
	background: url(/CEDA/media/CEDA-Theme/icn2.png) right 10px center no-repeat #efeded;
}
.innerpage .content-section .event-detail-bx .sub-content-txt .bg3{
	background: url(/CEDA/media/CEDA-Theme/icn3.png) right 10px center no-repeat #efeded;
}
.innerpage .content-section .event-detail-bx .sub-content-txt .bg4{
	background: url(/CEDA/media/CEDA-Theme/icn4.png) right 10px center no-repeat #efeded;
}
.innerpage .content-section .event-detail-bx .sub-content-txt .profile-section{
	border-bottom:#cccccc 1px solid;
	padding-bottom:25px;
}
.innerpage .content-section .event-detail-bx .sub-content-txt .profile-section h1{
	color:#095dac;
	font-size:19px;
	font-weight:600;
}
.innerpage .content-section .event-detail-bx .sub-content-txt .profile-section .profile-img{
	float:left;
	background:#306499;
	padding:15px;
}
.innerpage .content-section .event-detail-bx .sub-content-txt .profile-section .profile-txt{
	margin-left:220px;
}
.innerpage .content-section .event-detail-bx .sub-content-txt .profile-section .profile-txt h2{
	font-size:18px;
	color:#454546;
	font-weight:600;
}
.innerpage .content-section .event-detail-bx .sub-content-txt span img{
	margin-top:10px;
}
.innerpage .content-section .event-detail-bx .sub-content-txt .heading{
	font-size:15px;
	text-transform:uppercase;
}
.innerpage .content-section .event-serch-bx{
	  border-bottom: 2px dotted #bdbdbd;
    margin-bottom: 35px;
    padding-bottom: 35px;
}
.innerpage .content-section .event-serch-bx .select-bx  select{
	background:#f5f5f5;
	border:#b4b5b5 1px solid;
	padding:10px 15px;
	height:40px;
	width:185px;
	margin-right:15px;
	font-weight:200;
	margin-top:10px;
}
.innerpage .content-section .event-serch-bx .select-bx .select-bx2{
	width:165px;
}
.innerpage .content-section .list-bx{
	background:#f8f8f8;
	margin-bottom:30px;
}
.innerpage .content-section .side-list{
	margin-bottom:0px;
	margin-right:-7px;
}
.innerpage .content-section .pagination{
	text-align:center;
	color:#000;
	font-size:15px;
	font-weight:600;
	border:#dddddd 1px solid;
	margin:0 auto;
	width:35%;
	border-radius:5px;
}
.innerpage .content-section .pagination a{
	color:#58595b;
	padding:15px 0;
	display:inline-block;
	font-size:14px;
	font-weight:400;
	padding-right:7px;
}
.innerpage .content-section .pagination a+a{
	border-left:#dddddd 1px solid;
	padding-left:15px;
	padding-right:15px;
}
.innerpage .content-section .total_page{
	text-align:center;
	margin-top:15px;
}
.innerpage .reg-bx{
}
/*.innerpage .reg-bx .span7{
	width: 732px;
}*/
.innerpage .reg-bx h2{
	color:#6c6a6a;
	font-size:17px;
	font-weight:600;
}
.innerpage .content-section .side-box .btn-bx .blue-bg{
	background:#008cc1;
	color:#fff;
}
.innerpage .content-section .reg-form{
	margin-top:20px;
}
.innerpage .content-section .reg-form h4{
	color:#6c6a6a;
	font-size:17px;
	font-weight:700;
}
.innerpage .content-section .reg-form .form-box1 {
    border: 1px solid #c9c9c9;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
}
.innerpage .content-section .reg-form .form-box1 h1{
	color:#6c6a6a;
	font-size:17px;
	font-weight:700;
	background:#f6f6f6;
	padding:8px 15px;
	margin:0px;
}
.innerpage .content-section .reg-form .form-box1 .text-boxs{
	padding:15px;
}
.innerpage .content-section .reg-form .form-box1 .text-boxs .main-txt-bx .price-box a{
	color:#008cc1;
}
.innerpage .content-section .reg-form .form-box1 .main-txt-bx{
	margin-bottom:15px;
}
.innerpage .content-section .reg-form .form-box1 .main-txt-bx .txt-name{
	color:#58595b;
	font-size:15px;
	font-weight:400;
	float:left;
	padding-top:5px;
	width:130px;
}
.innerpage .content-section .reg-form .form-box1 .main-txt-bx .txt-fld{
	margin-left:150px;
}
.innerpage .content-section .reg-form .form-box1 .main-txt-bx .txt-fld select{
	background:#f5f5f5;
	border:#b4b5b5 1px solid;
	color:#959393;
	height:36px;
	width:100%;
	font-weight:200;
	color:#959393;
	font-size:13px;
	box-shadow:none;
}
.innerpage .content-section .reg-form .form-box1 .main-txt-bx .txt-fld input{
	background:#f5f5f5;
	border:#b4b5b5 1px solid;
	color:#959393;
	height:25px;
	width:95%;
	font-weight:200;
	color:#959393;
	font-size:13px;
	box-shadow:none;
}
.reg-btn {
    border: medium none !important;
    color: #fff !important;
    float: right;
    height: auto !important;
    width: auto !important;
}
.mrgn-btm{
	margin-bottom:25px;
}
.innerpage .content-section .reg-form .form-box1 .main-txt-bx .price-box{
	background:#f5f5f5;
	padding:10px;
	color:#58595b;
	font-size:13px;
}
.innerpage .content-section .reg-form .form-box1 .main-txt-bx .price-box p{
	width:85%;
	float:left;
}
.innerpage .content-section .reg-form .form-box1 .main-txt-bx .total-bg{
	background:#dfdfdf;
	color:#000;
}
.innerpage .content-section .reg-form .total-box{
	background:#dfdfdf;
	color:#000;
	margin:20px 35px;
	padding:10px;
}
.innerpage .content-section .reg-form .total-box p{
	width:85%;
	float:left;
}
.innerpage .content-section .reg-form .pay-now {
    font-size: 13px;
    margin: 20px 0;
    padding: 10px;
}
.innerpage .content-section .reg-form .pay-now a{
	background:#008cc1;
	font-size:15px;
	color:#fff;
	padding:13px 25px;
	text-align:center;
	border:none;
	border-radius:5px;
}
.innerpage .content-section .reg-form .pay-now p{
	width:75%;
	float:left;
	padding-top:12px;
}
.bordr-non{
	border:none !important;
}

input[type=radio].css-checkbox {
	position:absolute; 
	z-index:-1000; 
	left:-1000px; 
	overflow: hidden; 
	clip: rect(0 0 0 0); 
	height:1px; 
	width:1px; 
	margin:-1px; 
	padding:0; 
	border:0;
}

input[type=radio].css-checkbox + label.css-label {
	padding-left:20px;
	height:15px; 
	display:inline-block;
	line-height:15px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
}

input[type=radio].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
}
label.css-label {
	background-image:url(/CEDA/media/CEDA-Theme/checkbox.png);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mrgn-btm10{
	margin-bottom:10px;
}
.innerpage .reg-bx h3{
	color:#222324;
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
	border-bottom:#c0c0c0 1px solid;
	padding-bottom:10px;
	margin-bottom:20px;
}
.btm15{
	margin-bottom:45px !important;
}
.innerpage .content-section .dtail-form {
    margin: 0 30px;
}
.innerpage .content-section .reg-form .form-box1 .main-txt-bx .slct-box2{
	width:42% !important;
}
.innerpage .content-section .reg-form .form-box1 .main-txt-bx .input-box2{
	width:40% !important;
	margin-right:10px;
}
.innerpage .content-section .bx1 {
    float: left;
    margin-right: 30px;
    width: 30%;
}
.innerpage .content-section .join-box{
	background:#dedede;
	padding:15px 20px;
	text-align:center;
}
.innerpage .content-section .active-join{
	background:#f3f3f3;
}
.innerpage .content-section .join-box h1{
	color:#010101;
	font-size:18px;
	border-bottom:#000 1px solid;
	padding-bottom:10px;
}
.innerpage .content-section .join-box .dollor {
    border: 9px solid #fff;
    border-radius: 100px;
    color: #fff !important;
    font-size: 38px;
    font-weight: 700;
    height: 165px;
    line-height: 148px;
    margin: 40px auto;
    padding: 10px;
    text-align: center;
    width: 165px;
}
.innerpage .content-section .join-box .blue{
	background-color:#2476f2;
}
.innerpage .content-section .join-box .green{
	background-color:#69b90c;
}
.innerpage .content-section .join-box .orange{
	background-color:#f7bf16;
}
.innerpage .content-section .join-box .apply-btn{
	margin:35px 0;
}
.innerpage .content-section .join-box .apply-btn a{
	background:#121d77;
	color:#fff;
	font-size:17px;
	font-weight:700;
	padding:12px 55px;
}
.innerpage .content-section .member-box{
	border:#d7d7d7 1px solid;
	margin-bottom:25px;
}
.innerpage .content-section .member-box h1{
	background:#59595b;
	color:#fff;
	font-size:18px;
	padding:8px 15px;
	margin:0px;
}
.innerpage .content-section .member-box .member-txt{
	padding:25px 15px;
}
.innerpage .content-section .member-box .member-txt .chk-bx{
	margin:30px 0;
}
.innerpage .content-section .member-box .member-txt .chk-bx input[type="checkbox"]{
	margin-top:-2px;
	margin-right:10px;
}
.innerpage .content-section .member-box .member-txt .dlr-amt{
	font-size:30px;
}
.innerpage .content-section .member-box .member-txt .credit-box{
	 margin: 15px auto;
    width: 80%;
}
.innerpage .content-section .member-box .member-txt .credit-box .main-credit-bx{
	margin-bottom:10px;
}
.innerpage .content-section .member-box .member-txt .credit-box .main-credit-bx .name-bx{
	float:left;
	width:150px;
	padding-top:5px;
}
.innerpage .content-section .member-box .member-txt .credit-box .main-credit-bx .name-fld{
	margin-left:155px;
}
.innerpage .content-section .member-box .member-txt .credit-box .main-credit-bx .name-fld input{
	background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #b4b5b5;
    box-shadow: none;
    color: #959393;
    font-size: 13px;
    font-weight: 200;
    height: 25px;
    width: 85%;
}
.innerpage .content-section .member-box .member-txt .credit-box .main-credit-bx .name-fld p{
	color:#e11339;
}
.innerpage .content-section .member-box .member-txt .credit-box .cridt-nmbr-bx{
	float:left;
	width:48%;
}
.innerpage .content-section .member-payment-bx{
	margin-bottom:50px;
}
.innerpage .content-section .member-payment-bx h1{
	color:#000;
	font-size:18px;
}
.innerpage .content-section .member-payment-bx p{
	padding:0px 15px;
	line-height:24px;
}
.table th, .table td{
	border:none;
}
.titile{
	font-size:15px;
	text-transform:uppercase;
	color:#000;
	font-weight:600;
}
.total-sctn{
	color:#18248a;
	font-size:15px;
	text-align:right !important;
}
.innerpage .content-section .links{
	margin-bottom:50px;
}
.active-menu{
	color:#2d2d2d !important;
}
.tbl-border{
	border:#cecece 1px solid;
}
.tbl-heading{
  color: #413f3f;
    font-size: 18px;
    height: 30px;
    padding: 20px !important;
	border-right:#cecece 1px solid !important; 
}
.tbl-text{
  color: #7b7b7b;
    font-size: 15px;
    height: 30px;
	font-weight:200;
    padding: 20px !important;
	padding-bottom:10px !important;
	border-right:#cecece 1px solid !important; 
}
.tr-bg{
	background:#fafafa;
}
.tr-bg1{
	background:#f3f3f3;
}
.select-style {
	background-color: #fff;
    background-image: url(/CEDA/media/CEDA-Theme/slct-arrow.jpg);
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid #dfdfdf;
    border-radius: 0px;
    color: #ccc;
    float: left;
    font-weight: normal;
    height: 35px;
    margin-right: 5px;
    margin-top: -5px;
    overflow: hidden;
    width: 235px;
	font-size:13px;
}

.select-style select {
    padding: 5px 8px;
    width: 113%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
}

.select-style select:focus {
    outline: none;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	font-size: 12px;
    font-weight: 200;
}
.mrgn_btm15{
	margin-bottom:15px;
}
.mrgn_0{
	margin-bottom:0px;
}
.innerpage .content-section .bredcrumbs {
    margin-bottom: 50px;
}
.innerpage .content-section .bredcrumbs a.active{
	color:#343535;
}
.innerpage .content-section .event-detail-bx .sub-content-txt .member{
	float:left;
	margin-right:15px;
	border-radius:5px;
	border:#c7c7c7 1px solid;
}
.txt-bold{
	font-weight:600;
}
.innerpage .content-section .event-detail-bx .bottom_buttns{
	margin-top:40px;
}
.innerpage .content-section .event-detail-bx .bottom_buttns a {
    background: #28a7d7 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px 20px;
    text-align: center;
    width: 30%;
}
.innerpage .content-section .event-detail-bx .bottom_buttns a.dark_blu {
	background:#003399;
}
.pdng_lft{
	padding-left:10px;
}
.padng0{
	padding:0px !important;
}
.innerpage .table_form{
	margin:0;
}
.innerpage .table_form .form_bx + .form_bx {
    border-top: 1px solid #d2d0d0;
    margin-top: 8px;
    padding-top: 30px;
}
.innerpage .table_form .form_bx .frm_bx1{
	margin-bottom:15px;
}
.innerpage .table_form .form_bx .frm_bx1 .txt_bx{
	float:left;
	width:290px;
}
.innerpage .table_form .form_bx .frm_bx1 .txt_bx .emil_bx{
	float:left;
	width:80px;
	padding-top:9px;
}
.innerpage .table_form .form_bx .frm_bx1 .txt_bx .mail_txt_fld{
	float:left;
	width:178px;
}
.innerpage .table_form .form_bx .frm_bx1 .txt_bx .mail_txt_fld input[type="text"]{
	width:100%;
	border:#cfcece 1px solid;
	background:#fff;
	box-shadow:none;
	border-radius:5px;
	padding:8px;
}
.innerpage .table_form .form_bx .frm_bx1 .txt_bx .select-style {
	width:185px;
	height:40px;
	overflow: hidden;
	background-image: url(/CEDA/media/CEDA-Theme/iner_arow.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
	background-position: right center;
	color:#434343;
	margin:0px;
	border:#e6e6e6 1px solid;
	font-size:16px;
	float:left;
	border-radius:5px;
}
.innerpage .table_form .form_bx .frm_bx1 .txt_bx .select-style select {
    padding: 5px 8px;
    width: 110%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
	font-size:13px;
	height:40px;
	margin:0px;
}
.innerpage .table_form .form_bx .frm_bx1 .txt_bx .select-style select:focus {
    outline: none;
}
.innerpage .table_form .form_bx .frm_bx1 .txt_bx2{
	width:230px;
}
.innerpage .table_form .form_bx .frm_bx1 .txt_bx .mail_txt_fld2{
	width:128px;
}
.innerpage .table_form .form_bx .frm_bx1 .txt_bx .select2 {
	width:142px;
}
.innerpage .table_form .form_bx .frm_bx1 .txt_bx .select2 select{
	width:113%;
}
.innerpage .table_form .form_bx .frm_bx1 .txt_bx .pdng_lft{
	padding-left:25px;
	width:50px;
}
.innerpage .table_form .button_bx{
	border-top: 1px solid #d2d0d0;
    margin-top: 8px;
	padding-top: 30px;
}
.innerpage .table_form .button_bx input[type="button"]{
	background: #a3132e none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    font-size: 15px;
    padding: 13px 25px;
    text-align: center;
}

/* 	--------------------------------------------------------------
		Screen Overrides
	-------------------------------------------------------------- */

/* Large desktop */
@media (min-width: 1200px) {
	#ctl00_CPH_Body_div_FeaturedVideos > a > div.span3 {
		margin-left: 18px!important;
	}
}
/* Regular desktop */
@media (min-width: 980px) and (max-width: 1199px) {
	
.innerpage .content-section .event-detail-bx .input-bx {
    width: 75%;
}
}

@media screen, print {
	#ctl00_CPH_Body_div_FeaturedVideos > a > div.span3 {
		margin-left: 12px;
	}
}
@media all and (min-width:1200px) {
	#ctl00_CPH_Body_div_FeaturedVideos > a > div.span3 {
		margin-left: 18px;
	}
}
@media screen, print {
	#ctl00_CPH_Body_div_FeaturedVideos > a > div.span3 {
		margin-left: 12px;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .hidden-tablet {
        display: none !important;
    }
	
	#ctl00_CPH_Body_div_FeaturedVideos > div.span3 {
		margin-left: 12px;
	}
}
/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
    body {
        padding: 0;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo-main {
        margin: 20px 0 20px 20px;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    body {
        padding: 0;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section h1 {
        margin-top: 50px !important;
        font-size: 36px !important;
    }

    .logo-main {
        margin: 20px 0 20px 20px;
    }

    .big_white {
        font-size: 12px !important;
    }

    .medium_text {
        display: none;
    }

    .tp-bullets {
        bottom: 0 !important;
    }
}

@media (max-width: 767px) {
    iframe {
        max-width: 100% !important;
        max-height: 100% !important;
    }
	.innerpage .content-section .event-detail-bx{
		padding:10px;
	}
	.innerpage .content-section .side-list{
		margin-right:0px;
	}
}


/*
--------------------------------------------------------
	CUSTOM PLUG-INS / EXTENDS
--------------------------------------------------------
*/

.big_white {
    font-weight: normal !important;
}

.fullwidthbanner-container {
    margin-bottom: 30px;
}

.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sf-menu li {
        position: relative;
    }

    .sf-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .sf-menu > li {
        float: left;
    }

    .sf-menu li:hover > ul,
    .sf-menu li.sfHover > ul {
        display: block;
    }

    .sf-menu a {
        display: block;
        position: relative;
    }

    .sf-menu ul ul {
        top: 0;
        left: 100%;
    }

.sf-menu {
    float: left;
    margin-bottom: 1em;
}

    .sf-menu ul {
        box-shadow: 2px 2px 6px rgba(0,0,0,.2);
        min-width: 12em; /* allow long menu items to determine submenu width */
        *width: 12em; /* no auto sub width for IE7, see white-space comment below */
    }

    .sf-menu a {
        border-left: 1px solid #fff;
        border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
        border-top: 1px solid rgba(255,255,255,.5);
        padding: .75em 1em;
        text-decoration: none;
        zoom: 1; /* IE7 */
    }

    .sf-menu a {
        color: #58595B;
    }

    .sf-menu li {
        background: #fff;
        white-space: nowrap; /* no need for Supersubs plugin */
        *white-space: normal; /* ...unless you support IE7 (let it wrap) */
        -webkit-transition: background .2s;
        transition: background .2s;
    }

    .sf-menu ul li {
        background: #fff;
    }

    .sf-menu ul ul li {
        background: #fff;
    }

    .sf-menu li:hover,
    .sf-menu li.sfHover {
        background: #fff;
        /* only transition out, not in */
        -webkit-transition: none;
        transition: none;
    }

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
    padding-right: 2.5em;
    *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
    /* styling for both css and generated arrows */
    .sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -3px;
        height: 0;
        width: 0;
        /* order of following 3 rules important for fallbacks to work */
        border: 5px solid transparent;
        border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
        border-top-color: rgba(255,255,255,.5);
    }

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
    border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent;
    border-left-color: #ccc; /* edit this to suit design (no rgba in IE8) */
    border-left-color: rgba(150,150,150,.5);
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color: white;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

.nbs-flexisel-ul {
    position: relative;
    width: 9999px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
}

.nbs-flexisel-inner {
    overflow: hidden;
    float: left;
    width: 100%;
}

.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

    .nbs-flexisel-item img {
        width: 100%;
        cursor: pointer;
        positon: relative;
        margin-top: 10px;
        margin-bottom: 10px;
        max-width: 210px;
        max-height: 100px;
    }

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    display: none;
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    z-index: 300;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(/CEDA/media/CEDA-Theme/button-previous.png) no-repeat;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(/CEDA/media/CEDA-Theme/button-next.png) no-repeat;
}

/* ==========================================================================
Responsive Tables CSS and Media Queries 
========================================================================== */
.column, .cell {
    display: inline-block;
    vertical-align: top;
}

.table-responsive-two-rows .cell {
    padding: 10px;
    border: 0;
    width: 150px;
}

.table-responsive-two-rows .inner-cell {
    display: inline-block !important;
}
@media screen and (max-width: 1199px) {
	.innerpage .content-section .member-box .member-txt .credit-box{
		width:100%;
	}
	.innerpage .table_form .form_bx .frm_bx1 .txt_bx {
		float: left;
		width: 234px;
	}
	.innerpage .table_form .form_bx .frm_bx1 .txt_bx2 {
		width: 187px;
	}
}
@media screen and (max-width: 980px) {
    .table-responsive-break-rows strong {
        display: block;
    }

    .table-responsive-break-rows br {
        display: none;
    }

    .column-1, .column-2, .column-3, .column-4, .column-5 {
        width: 20% !important;
        margin: 0 3% 3% 0;
    }
	.login-btn {
		color: #58595b;
	}
	.nav-collapse.in .btn-group {
   		 margin-top: 9px;
	}
	.login-sectn{
		 padding: 15px !important;
		  margin-bottom: 50px;
		position: relative;
		top: 53px;
	}
	.innerpage .paswrd-bx .input-fld{
		width:60%;
	}
	.innerpage .content-section .bosco-logo{
		text-align:left;
	}
	.innerpage .directory-box .fld-mainbx .slct-fld{
		width:60%;
	}
		.innerpage .content-section .side-box .btn-bx a{
		display:block;
		margin-bottom:10px;
		text-align:center;
	}
	.innerpage .table_form .form_bx .frm_bx1 .txt_bx {
		width: 425px;
	}	
	.innerpage .table_form .form_bx .frm_bx1 .txt_bx .emil_bx {
		float: none;
		margin-bottom: 10px;
		width: auto;
	}
	.innerpage .table_form .form_bx .frm_bx1 .txt_bx .mail_txt_fld {
		width: 420px;
	}
	.innerpage .table_form .form_bx .frm_bx1 .txt_bx .select-style {
		width: 393px;
		height:46px;
	}
	.innerpage .table_form .form_bx .frm_bx1 .txt_bx .mail_txt_fld input[type="text"]{
		width:90%;
	}
	.innerpage .table_form .form_bx .frm_bx1 .txt_bx .pdng_lft {
   	   padding-left: 0;
	}

}
@media screen and (max-width: 979px) {
	.innerpage .content-section .bx1 {
		float: none;
		margin-bottom: 20px;
		margin-right: 30px;
		width: 100%;
	}
	.innerpage .content-section .member-box .member-txt .credit-box .cridt-nmbr-bx {
		float: none;
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.innerpage .table_form .form_bx .frm_bx1 .txt_bx {
		width: 300px;
	}
	.innerpage .table_form .form_bx .frm_bx1 .txt_bx .mail_txt_fld {
		width: 270px;
	}
	.innerpage .table_form .form_bx .frm_bx1 .txt_bx .select-style {
		width: 258px;
	}
}
@media screen and (max-width: 640px) {
	.innerpage .content-section .event-detail-bx .reg-fee .gst-txt {
		margin-bottom: 20px;
		width: auto;
	}
		.innerpage .content-section .event-detail-bx .sub-content-txt .profile-section .profile-img{
		float:none;
		text-align:center;
	}
	.innerpage .content-section .event-detail-bx .sub-content-txt .profile-section .profile-txt{
		margin:0px;
	}
	.innerpage .content-section .event-serch-bx .select-bx select{
		width:100%;
	}
	.innerpage .content-section .event-serch-bx .select-bx .select-bx2{
		width:100%;
	}
	.innerpage .content-section .event-detail-bx .date{
		float:none;
	}
	.innerpage .content-section .event-detail-bx .txt{
		margin-left:0px;
		margin-top:10px;
	}
	.innerpage .content-section .reg-form .form-box1 .main-txt-bx .txt-name{
		float:none;
		width:auto;
		margin-bottom:5px;
	}
	.innerpage .content-section .reg-form .form-box1 .main-txt-bx .txt-fld{
		margin:0px;
	}
	.innerpage .content-section .reg-form .total-box{
		margin: 20px 0;
	}
	.innerpage .content-section .reg-form .total-box p{
		width:80%;
	}
	.innerpage .content-section .reg-form .pay-now{
		margin: 20px 0;
	}
	.innerpage .content-section .reg-form .pay-now p{
		width:100%;
	}
	.innerpage .content-section .reg-form .form-box1 .main-txt-bx .slct-box2{
		width:100% !important;
	}
	.innerpage .content-section .reg-form .form-box1 .main-txt-bx .input-box2 {
		margin-right: 0px;
		width: 93% !important;
	}
	.innerpage .content-section .member-box .member-txt .credit-box .main-credit-bx .name-fld{
		margin:0px;
	}
	.innerpage .content-section .member-box .member-txt .credit-box .main-credit-bx .name-bx {
		float: none;
		width: auto;
	}
	.innerpage .table_form .form_bx .frm_bx1 .txt_bx, .innerpage .table_form .form_bx .frm_bx1 .txt_bx .mail_txt_fld {
		width: 100%;
	}
	.innerpage .table_form .form_bx .frm_bx1 .txt_bx .select-style {
		width: 96%;
	}
}

@media screen and (max-width: 600px) {
    .table-responsive-break-rows .column-1, .table-responsive-break-rows .column-2, .table-responsive-break-rows .column-3 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .table-responsive-break-rows .column-2 {
        width: 100%;
    }

    .column-1, .column-2, .column-3, .column-4, .column-5 {
        width: 30% !important;
        margin: 0;
    }
}

@media screen and (max-width: 426px) {
    .column-1, .column-2, .column-3, .column-4, .column-5 {
        width: 100% !important;
        margin: 0;
    }
}
