/* Reset CSS Start  */
@media print {
    *
    {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited
    {
        text-decoration: underline;
    }
    a[href]:after
    {
        content: " (" attr(href) ")";
    }
    abbr[title]:after
    {
        content: " (" attr(title) ")";
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after
    {
        content: "";
    }
    pre,
    blockquote
    {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead
    {
        display: table-header-group;
    }
    tr,
    img
    {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3
    {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3
    {
        page-break-after: avoid;
    }
    select
    {
        background: #fff !important;
    }
}

*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*:before,
*:after
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background-color: transparent;
    font-family: 'segoeui', sans-serif;
    text-decoration:none;
}

audio,
canvas,
progress,
video
{
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls])
{
    display: none;
    height: 0;
}
[hidden],
template
{
    display: none;
}
abbr[title]
{
    border-bottom: 1px dotted;
}
b,
strong
{
    font-weight: bold;
}
dfn
{
    font-style: italic;
}
mark
{
    background: #ff0;
    color: #000;
}
small
{
    font-size: 80%;
}
sub,
sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup
{
    top: -0.5em;
}
sub
{
    bottom: -0.25em;
}
svg:not(:root)
{
    overflow: hidden;
}
figure
{
    margin: 1em 40px;
}
hr
{
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre
{
    overflow: auto;
}
code,
kbd,
pre,
samp
{
    font-family: 'segoeui', sans-serif;
    font-size: 1em;
}
fieldset
{
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend
{
    border: 0;
    padding: 0;
}
textarea
{
    overflow: auto;
}
optgroup
{
    font-weight: bold;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th
{
    padding: 0;
}

figure
{
    margin: 0;
}
hr
{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

img
{
    vertical-align: middle;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
output
{
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
}
a
{
    color: #428bca;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    outline: none;
}
a:active,
a:hover,
a:focus
{
    color: #428bca;
    text-decoration: none;
    outline: 0;
}
label
{
    display: inline-block;
    margin: 0;
}
button,
input,
optgroup,
select,
textarea
{ 
    margin: 0;
    font-family: 'Cuprum';
}
button
{
    overflow: visible;
}
button,
select
{
    text-transform: none;
    -webkit-appearance: none !important;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]
{
    -webkit-appearance: none !important;
    cursor: pointer;
}
button[disabled],
html input[disabled]
{
    cursor: default;
    background-color: #dddddd;
}
button::-moz-focus-inner,
input::-moz-focus-inner
{
    border: 0;
    padding: 0;
}
input::-moz-placeholder
{
    color: #999;
}
input::-webkit-placeholder
{
    color: #999;
}
input[type="email"]
{
    text-transform: lowercase;
}
input[type="file"]
{
    text-transform: lowercase;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 3px;
    color: #666666;
    display: inline-block;
    float: left;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill
{
    background-color: #fff !important;
}
input:-moz-autofill, textarea:-moz-autofill, select:-moz-autofill
{
    background-color: #fff !important;
}

input[type="button"]:focus
{
    background-color: #ff0000;
}

input[readonly="true"]
{
    background-color: #dddddd;
}
textarea[readonly="true"]
{
    background-color: #dddddd;
}
input[readonly="readonly"]
{
    background-color: #dddddd;
}
input
{
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"]
{
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button
{
    height: auto;
}
input[type="search"]
{
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration
{
    -webkit-appearance: none !important;
}
input,
button,
select,
textarea
{
    font-family: 'segoeui', sans-serif;
    font-size: inherit;
    line-height: inherit;
}
input[type="search"]
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"]
{
    margin: 0;
    line-height: normal;
}
input[type="range"]
{
    display: block;
    width: 100%;
}
select[multiple],
select[size]
{
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus
{ 
    outline: 0;
    outline-offset: 0;
}
input[type="search"]
{
    -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"]
{
    line-height: 34px;
    line-height: 1.42857143;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"]
{
    cursor: default;
}
select
{
    float: left;
    height: 2em;
    width: 14em;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 100%;
    font-size: 0.95em;
    line-height: normal;
    text-align: left;
    vertical-align: middle;
    padding: 0; 
    -webkit-appearance: none !important;
}
select:focus
{
    box-shadow: -1px 1px 6px #47a3da;
    outline: none;
}
@-ms-viewport {
    width: device-width;
}
/* Reset CSS Close  */

html
{ 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: 'segoeui', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-appearance: none;
}
body.bg_color
{
    background-color: #2c2c38;
    font-family: 'segoeui', sans-serif;
    line-height: 1.42857143;
    color: #333;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-text-stroke: 0px!important;
    -webkit-font-smoothing: antialiased !important;
    padding: 0;
    font-weight: normal;
    float:left;
    width:100%;
}
body
{
    font-family: 'segoeui', sans-serif;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0;
    text-rendering: optimizeLegibility;
    -webkit-text-stroke: 0px!important;
    -webkit-font-smoothing: antialiased !important;
    padding: 0;
    font-weight: normal;
}

/* CSS for rows and columns */
.row
{
    width: 100%;
    float: left;
}
.left
{
    float: left !important;
}
.right
{
    float: right !important;
}

.col_lg_1, .col_lg_2, .col_lg_3, .col_lg_4, .col_lg_5, .col_lg_6,
.col_lg_7, .col_lg_8, .col_lg_9, .col_lg_10, .col_lg_11, .col_lg_12, 
.col_md_1, .col_md_2, .col_md_3, .col_md_4, .col_md_5, .col_md_6,
.col_md_7, .col_md_8, .col_md_9, .col_md_10, .col_md_11, .col_md_12, 
.col_sm_1, .col_sm_2, .col_sm_3, .col_sm_4, .col_sm_5, .col_sm_6,
.col_sm_7, .col_sm_8, .col_sm_9, .col_sm_10, .col_sm_11, .col_sm_12
{
    position: relative;
    min-height: 1px;
    float: left;
}
.col_lg_1
{
    width: 8.33333333%;
}
.col_lg_2
{
    width: 17.66666667%;
}
.col_lg_3
{
    width: 25%;
}
.col_lg_4
{
    width: 33.33333333%;
}
.col_lg_5
{
    width: 41.66666667%;
}
.col_lg_6
{
    width: 50%;
}
.col_lg_7
{
    width: 58.33333333%;
}
.col_lg_8
{
    width: 66.66666667%;
}
.col_lg_9
{
    width: 75%;
}
.col_lg_10
{
    width: 83.33333333%;
}
.col_lg_11
{
    width: 91.66666667%;
}
.col_lg_12
{
    width: 100%;
}

.pull_1
{
    margin-left: 2%;
}
.pull_3
{
    margin-left: 3%;
}

.center
{
    float: none;
    margin: 0 auto;
    display: table;
}

.show_for_lg
{
    display: block;
}
.hide_for_lg
{
    display: none;
}
.auto_width {
    width: 3em !important;
}