body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333 !important;
	font-weight: normal;
    background:transparent;
}
.wrapper {
	padding: 0;
    width:100%;
    margin: 0 auto;
    max-width: 945px;
}
.time-line-item {
    border: 1px solid #b7b7b7;
}
.tabs {
    border-bottom: 1px solid #b7b7b7;
}
.ar-ae .headline-left .date-time,
.ar-ae .date-time {
    text-align: right;
    direction:ltr;
}
.circle-pager {
    display: none;
}
.tabs li {
    margin: 0 3px -1px 0 !important;
}
.ar-ae .footer {
    text-align: right;
    direction: rtl;
}
.footer {
    font-size: 13px;
}
.tabItem {
    padding: 5px 10px !important;
    position: relative;
    background: #fff !important;
    z-index: 1;
    line-height: normal!important;
    height:auto!important;
    color: #b28b33;
    border:1px solid #b28b33;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none !important;
    outline: none;
}
.tab-active {
    border-bottom:none;
    color: #fff;
    border:1px solid #b28b33;
    text-decoration: none !important;
    background: #b28b33 !important;
}

.btn,
.btn:hover,
.btn:active,
.btn:focus {
    line-height: normal;
    background-color: #00325B;
    padding: 10px 25px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border: 0px;
    border-radius:0;
    color: #fff;
    margin-bottom: 10px;
    box-shadow:none;
}

.form input, 
.form select {
    border: 1px solid #555;
}
.check-subscription-link {
    color: #337ab7;
    font-weight: normal;
}
.check-subscription-link:hover {
    color: #23527c;
    font-weight: normal;
}
/* 
.footer a:link:focus,
.check-subscription-link:focus {
    text-decoration: underline;
}
 */


@media (max-width: 370px) {
    .subscription-section {
        width: 100% !important;
        text-align: center !important;
    }
    #PastEventsContainer .attachments {
        margin-top: 0!important;
    }
    .button-wrraper {
        margin-top: 1em!important
    }
    .headline .headline-right {
        float: none;
        margin-top: 0.5em;
    }
    .export-section {
        float: none;
    }
    .subscription-section {
        display: block;
        float: none;
        text-align:center;
    }
    .btn, .btn-primary {
        width: 60%;
    }
    .tabs {
        background: transparent !important;
        text-align: center;
    }
    .tabs li {
        display: inline-block;
        float: none;
        text-align: center;
        width: 60%;
    }
    .tabs {
        border-bottom: none;
    }
    .export-section {
        margin-bottom: 15px;
    }
    .tabItem {
        margin-right: 0;
    }
    .btn-subscribe {
        letter-spacing: normal;
    }
    .subscription-section .btn-subscribe-wrapper {
        float: none;
        width: 60% !important;
    }
    .subscription-section .btn-subscribe-wrapper {
        width: 100% !important;
    }
}

@media (max-width: 320px) {
    .subscription-section .subscription-header {
        text-align: center !important;
        width: 100%!important;
        float: none !important;
    }
}
