/* Limited CSS reset */
@font-face {
    font-family: 'Quicksand-Regular';
    src: url('fonts/Quicksand-Regular.eot');
    src: url('fonts/Quicksand-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/Quicksand-Regular.woff2') format('woff2'),
    url('fonts/Quicksand-Regular.woff') format('woff'),
    url('fonts/Quicksand-Regular.ttf') format('truetype'),
    url('fonts/Quicksand-Regular.svg#Quicksand-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NeutraDisplay-Bold';
    src: url('fonts/NeutraDisplayBold.eot');
    src: url('fonts/NeutraDisplayBold.eot?#iefix') format('embedded-opentype'),
    url('fonts/NeutraDisplayBold.woff2') format('woff2'),
    url('fonts/NeutraDisplayBold.woff') format('woff'),
    url('fonts/NeutraDisplayBold.ttf') format('truetype'),
    url('fonts/NeutraDisplayBold.svg#NeutraDisp-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, button, input, select, textarea {
    font-family: 'Quicksand-Regular', sans-serif;
    font-weight: 300;
    color: #000;
}

aside, article, section, header, footer, nav {
    display: block;
}

aside, article, section, header, footer, nav, html, body, p, h1, h2, h3, div {
    margin: 0;
    padding: 0;
    font-size: 100%;   /* use browser default font size, usually 16px */
}

html, .ui-content, .ui-page {
    background-color: #fff;
}

table {
    border-collapse: collapse;
    width: 100%;
}
th, td {
    padding: 0.25rem;
    text-align: left;
}

.clearfix {
    overflow: auto;
}

/* Layout styles ------------------------------------------------------------------------------------------------------------*/
#center {
    padding: 0 5px 0 5px;
}

.align-l {
    text-align: left;
}

.align-r {
    text-align: right;
}

.align-c {
    text-align: center;
}

.text-b {
    font-weight: bold;
}

/* --------------------------------------------------------------------------------------------------------------------------*/
/* header styles ------------------------------------------------------------------------------------------------------------*/
#header {
    display: inline-block;
    padding: 0;
    margin: 22px 0 0;
    width: 100%;
    height: 95px;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    background: #000 url(../images/header_bg.png) 0 0/auto 95px;
}

#header__logo {
    position: absolute;
    z-index: 50;
    display: block;
    float: left;
    padding: 10px 20px 20px;
    width: 190px;
    margin: 0;
}

.ui-icon-menuicon-right  {
    background:url(../images/menu-button.png);
    /* Make your icon fit */
    background-size: 40px 40px!important;
    width: 40px;
    height: 40px;
    display: block;
    float: right;
    clear: both;
    position: absolute;
    right: 10px;
    top: 40px;
}


/* --------------------------------------------------------------------------------------------------------------------------*/
/* Content styles -----------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4 {
    font-family: 'NeutraDisplay-Bold', 'Quicksand-Regular', sans-serif;
    color: #58c5c7;
    word-spacing: 3px;
}

p, li {
    font-size: 0.85em;
    line-height: 1.5em;
    margin: 5px 0;
    padding: 0 0;
}

h1 {
    font-size: 1.7em;
}

h2 {
    font-size: 1.45em;
}

h3 {
    font-size: 1.27em;
    line-height: 1.4em;
}

.ui-content {
    width: 91%;
    margin: 8px auto 0;
    background: none;
}

#page-content-wrapper {
    background: url(../images/bkground_main_small.png) 0 0/100% 100% no-repeat;
}

.user-content-block {
    margin-bottom: 10px;
    padding: 4px 10px;
    background-color: #fff;
}

.user-content-block a,
.user-content-block a:visited,
.user-content-block h2 > a,
.footer a,
.footer a:visited {
    color: #58c5c7;
    font-weight: bold;
    text-decoration: underline;
}

.user-content-block a:hover,
.user-content-block > .user-content-block h2 > a:hover,
.footer a:hover {
    text-decoration: none;
}

hr {
    clear: both;
    margin-top: 2px;
    margin-bottom: 2px;
    border: 0;
    border-top: 1px solid #ddd;
}

#top {
    clear: both;
    width: 100%;
    float: left;
}

.full-width-img {
    width: 100%;
    height: auto;
}


/* Footer styles -----------------------------------------------------------------------------------------------------------*/
.footer {
    font-size: .85em;
    text-align: center;
    margin-top: 0;
    padding: 10px;
    position: relative;
    letter-spacing: 1px;
}

.footer p {
    color: #fff;
    text-shadow: none;
}

.ui-icon-ctpd-phone {
    background: rgba(0, 0, 0, 0) url(../images/icon_phone_39x37.png) 5px 4px/25px 25px no-repeat;
}

.ui-icon-ctpd-email {
    background: rgba(0, 0, 0, 0) url(../images/icon_email_37x28.png) 5px 9px/26px 17px no-repeat;
}
