/*fonts*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Paytone+One);

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.clr {
    clear: both;
    line-height: 0;
    font-size: 0;
}
img.alignright {
    float:right;

}
img.alignleft {
    float:left;
    margin:0 1em 1em 0
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
a img.alignright {
    float:right;
    margin:0 0 1em 1em
}
a img.alignleft {
    float:left;
    margin:0 1em 1em 0
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

h1 {
    font-size: 26px;
    font-weight:700;
    color: #333333;
    margin: 0 0 20px;
}
h2 {
    font-size: 24px;
    font-weight:700;
    color: #333333;
    margin: 0 0 25px;
}
h3 {
    font-size: 22px;
    font-weight:700;
    color: #333333;
    margin: 0 0 20px;
}
h4 {
    font-size: 21px;
    font-weight:700;
    color: #333333;
    margin: 0 0 20px;
}
h5 {
    font-size: 20px;
    font-weight:700;
    color: #333333;
    margin: 0 0 15px;
}
h6 {
    font-size: 18px;
    font-weight:700;
    color: #333333;
    margin: 0 0 15px;
}
p {
    font-weight: 300;
    line-height: 22px;
    margin:  0 0 30px;
}
ul {
    list-style: disc;
    padding: 0 0 20px 22px;
}
ul li {
    line-height: 22px;	
}
ol {
    list-style: decimal;
    padding: 0 0 20px 26px;
}
a {
    color: #f18f00;
    display: inline-block;
    text-decoration: none;	
}
a:hover {
    text-decoration: none;
}
/* Main */
body {
    background: url(../images/body-image.jpg) no-repeat center top #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
}
#main {
    width: 1024px;
    margin: 0 auto;
}
/* Header */
header {
    height: 120px;
    padding:17px 0 0 0;
    margin: 0 0 17px;
}
.due-social-icons {
    float: right;
}
.due-social-icons a {
    width: 26px;
    height: 26px;
    display: block;
    float: left;
    margin: 0 0 0 12px;
}
.due-social-icons a:hover {
    background: #90bb1f;
    border-radius: 5px;
}
#due-logo {
    width: 319px;
    height: 103px;
    margin: 10px auto 0;
}
#due-logo a {
    width: 319px;
    height: 103px;
    display: block;
    text-indent: -9000px;
    background: url(../images/logo.png) no-repeat;
}

/* Navigation */
.due-primary-nav {
    text-align: center;
    margin-bottom:4px;
}
.due-primary-nav ul {
    list-style: none;
    padding: 0;
}
.due-primary-nav ul li {
    display: inline-block;
    padding: 0 19px;
    position: relative;
}
.due-primary-nav ul li a {
    color: #b0b0af;
    font-size: 20px;
    font-family: 'Paytone One', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}
.due-primary-nav ul li a:hover {
    color: #f18f00;
}
.due-primary-nav ul li.current-menu-item a {
    color: #e5332a;
}
.due-primary-nav ul ul {
    display: none;
    position: absolute;
    left: 0;
    width: 170px;
}
.due-primary-nav ul ul li {
    display: block;
    padding: 0 0 0 19px;
    text-align: left;
}
.due-primary-nav ul ul li a {
    color: #b0b0af;
    font-size: 14px;
    font-family: 'Paytone One', sans-serif;
    text-decoration: none;
}
.due-primary-nav ul ul ul {
    display: none;
    position: absolute;
    left: 170px;
    top: 0;
}


/*content*/
#due-content {
    margin:0 0 20px;
}
.due-inner-content {
    background: url(../images/inner-content-bg.png) repeat;
    padding: 30px 38px 60px 38px;
    border-bottom: 1px solid #6e6e6e;
}
/*index*/
#due-slideshow {
    width: 1023px;
    height: 366px;
    margin-bottom: 15px;
}
#due-page {
    width: 530px;
    background: url(../images/inner-content-bg.png) repeat;
    float: left;
    padding: 30px 31px 70px 38px;
}
.due-sidebar {
    width: 407px;
    float: right;
}
.due-sidebar ul {
    padding: 0;
    text-decoration: none;
}
.due-sidebar ul li {
    margin: 0 0 13px 0;
    line-height: 0;
}
.due-sidebar ul li a {
    background: url(../images/accordion-sprite.png) no-repeat top left;
    width: 360px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 31px 0 31px 47px;
}
.due-sidebar a.due-active {
    background-position: left bottom !important;
}
.due-sidebar a:hover {
    text-decoration: none;

}
#due-coming-event {
    width: 407px;
}
.due-coming-event h1 a, .due-past-event h1 a {
    color: #333333;
}
#due-coming-event a, #due-past-event a {
    background: url(../images/dropdown-bg.png) repeat-x;
    height: 21px;
    padding: 22px 0 0 47px;
    border-bottom: 1px solid #7d7d7d;
}
#due-coming-event a:last-child, #due-coming-event a:hover:last-child {
    border-bottom: none;
}
#due-past-event a:last-child, #due-past-event a:hover:last-child {
    border-bottom: none;
}
#due-coming-event a:hover, #due-past-event a:hover {
    background: url(../images/dropdown-hover.jpg) repeat-x;
    color: #fff;
    border-bottom: 1px solid #906262;
}
#due-mailing-list-form {
    background: url(../images/dropdown-bg.png) repeat;
    width: 363px;
    padding: 22px 22px 47px 22px;
}
#due-mailing-list-form p {
    color: #fff;
}
#due-mailing-list-form input[type=text], #due-mailing-list-form input[type=email] {
    width: 329px;
    height: 19px;
    border: 1px solid #4c4c4c;
    padding: 5px 10px;
    font-family: 'Open Sans', sans-serif;
    line-height: 19px;
    margin-bottom: 9px;
}
#due-mailing-list-form label {
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 15px;
}
#due-mailing-list-form button {
    background: url(../images/btn.png) repeat-x;
    width: 159px;
    line-height: 38px;
    float: right;
    color: #fff;
    font-size: 26px;
    border-radius: 7px;
    border-left: 1px solid #4c4c4c;
    border-bottom: 1px solid #4c4c4c;
    border-right: 1px solid #4c4c4c;
    border-top: 0;
    box-shadow: 4px 5px 7px #171717;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    cursor: pointer;
}
#due-mailing-list-form button:hover {
    background: url(../images/btn-hover.png) repeat-x;
}
.due-sidebar ul li > div {
    display: none;
}
/*events*/
.due-past-event {
    margin: 0 0 20px;
    overflow: hidden;
    background: url(../images/inner-content-bg.png) repeat;
}
.due-past-event-gall {
    width: 276px;
    float: left;
}
.due-past-event-gall img {
    width: 276px;
    height: 205px;
    margin: 0 0 20px 0;
}
.due-past-event-gall a {
    display: block;
    width: 236px;
    padding: 20px;
    background: #616160;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    line-height: 20px;
}
.due-past-event-gall a:hover {
    text-decoration: none;
    background: url(../images/gallery-hover1.png) repeat-x top #4c4c4c;
}
.due-past-event-detail {
    width: 640px;
    padding: 21px 46px 0 61px;
    float: left;
}
.due-logo-slider-wrap {
    width: 1024px;
    margin: 0 auto;
}
.due-logo-slider-wrap h3 {
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    background: url(../images/bg-present-by.jpg) repeat-x;
    width: 171px;
    line-height: 37px;
    height: 37px;
    border-left: #4b4b4b 1px solid;
    border-right: #4b4b4b 1px solid;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 0 39px;
}
.due-inner-logo-slider {
    width: 956px;
    height: 143px;
    border-top: #8c8c8c 1px solid;
    padding: 5px 28px 15px 28px;
}
.due-inner-logo-slider ul {
    padding: 0;
}
.due-inner-logo-slider ul li img {
    float: left;
    width: 168px;
    height: 112px;
    margin: 0 11px 0 12px;
}
#due-slider{}
#main #due-slider #logo-slider-wraper {
    left: 0px !important; 
}
.due-grey-btn {
    width: 368px;
    padding: 15px 20px 18px;
    line-height: 24px;
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    background: url(../images/bg-grey-btn.jpg) repeat-x;
    margin: 0 0 20px;
}
.due-grey-btn:hover {
    text-decoration: none;
    background: url(../images/gallery-hover1.png) repeat-x top #4c4c4c;
}
#due-venue-date {
    background: url(../images/inner-content-bg.png) repeat;
    padding: 25px 14px 15px 22px;
    overflow: hidden;
}
.due-venu-desc {
    clear: both;
}
.due-venu-desc h6{
    text-transform: uppercase;
}
.due-venu-desc p {
    width: 334px;
    float: left;
}
.due-venu-desc span{
    float: right;
    margin-top: 10px;
}
#due-video-accord1, #due-video-accord2, #due-video-accord3 {
    background: #000000;
    padding: 19px 14px;
    width: 379px;
}
.due-sidebar ul li #due-video > div {
    display: none;
}
#due-video a{
    background: url(../images/bg-dark-grey.png) repeat;
    padding: 22px 33px 22px 14px;
    line-height: 20px;
}
/*coming event*/
.due-coming-event {
    margin: 0 0 20px;
    overflow: hidden;
}
.due-coming-event .due-coming-event-text {
    border: 0;
    float: left;
    width: 522px;
    background: url(../images/inner-content-bg.png) repeat;
    padding: 30px 38px 0px 38px;
}
/* Footer */
footer {
    background: url(../images/footer-border.png) repeat-x top;
    margin: 0 0 100px;
}
.due-secondary-nav {
    text-align: center;
    background: url(../images/footer-border.png) repeat-x bottom;
    height: 43px;
    line-height: 43px;
}
.due-secondary-nav ul {
    list-style: none;
    padding: 0;
}
.due-secondary-nav ul li {
    display: inline-block;
    padding: 0 24px;
}
.due-secondary-nav ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #999999;
}
.due-secondary-nav ul li a:hover {
    color: #f18f00;
}
.flex-viewport {
    display: none;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
        font-style: italic;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
