
/*Google Fonts ***************************************************************/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700,700italic,900,900italic);
/*
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Droid Sans', sans-serif;
*/

/******************************Close Google Fonts******************************/

/*Reset & Basics ***********************************************************/
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        /*padding: 0;*/
        border: 0;
        font-size: 100%;
        font: inherit;
        text-align: left; }
        
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        display: block; }

body {
    line-height: 1.5;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/******************************Close Reset & Basics******************************/

/*Basics Style ***********************************************************/
body {
    background: #fff;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
}
/******************************Close Basics Style******************************/

/*Typography ***********************************************************/
h1, h2, h3, h4, h5, h6 {
    color: #262626;
    font-weight: 300;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
    font-weight: 600;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 46px;
    line-height: 50px;
    margin-bottom: 14px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

h3 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 30px;
}

h4 {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 20px;
}

h5 {
    font-size: 17px;
    line-height: 24px;
}

h6 {
    font-size: 14px;
    line-height: 21px;
}

p {
    margin: 0 0 20px 0;
}

p img {
    margin: 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: 600;
}

small,
.small {
    font-size: 90%;
}

.big {
    font-size: 125%;
    line-height: 1.7;
}

.small {
    font-size: 90%;
}

.fa {
    text-decoration: none;
    position: relative;
}

.fa.solo {}

.fa.solo span {
    display: none
}

.fa:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.25em;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

sup {
    font-size: 70%;
    position: relative;
    top: 0;
}
/******************************Close Typography******************************/

/*Blockquotes ***********************************************************/
blockquote,
blockquote p {
    font-size: 17px;
    line-height: 24px;
    color: #777;
    font-style: italic;
}

blockquote {
    margin: 0 0 20px;
    padding: 9px 20px 0 19px;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 12px;
    color: #555;
}

blockquote cite:before {
    content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
    color: #555;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 30px 0 50px;
    height: 0;
}
/******************************Close Blockquotes******************************/

/*Links ***********************************************************/
a {
    color: #791214;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    cursor: pointer;
}

a:hover {
    color: #791214;
    font-family: inherit;
    font-size: inherit;
}

.editMode .tbl a,
.editMode .tbl a:hover {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

p a {
    line-height: inherit;
}
/******************************Close Links******************************/

/*Lists ***********************************************************/
main ul,
main ol {
    margin-bottom: 20px;
}

main ul {
    list-style: none outside;
}

main ol {
    list-style: decimal;
}

main ol,
main ul.square,
main ul.circle,
main ul.disc {
    margin-left: 30px;
}

main ul.square {
    list-style: square outside;
}

main ul.circle {
    list-style: circle outside;
}

main ul.disc {
    list-style: disc outside;
}

main ul ul,
main ul ol,
main ol ol,
main ol ul {
    margin: 4px 0 5px 30px;
    font-size: 90%;
}

main ul ul li,
main ul ol li,
main ol ol li,
main ol ul li {
    margin-bottom: 6px;
}

main li {
    line-height: 18px;
    margin-bottom: 12px;
}

main ul.large li {
    line-height: 21px;
}

main li p {
    line-height: 21px;
}

ul.float-right,
ul.inline-list li {
    display: inline-block;
}

ul.inline-list li {
    margin-right: 10px;
}

ul.bullet-list {
    margin-left: 25px;
}

ul.bullet-list li {
    list-style: disc outside;
    margin-bottom: 5px;
}

ul.custom-list {
    padding-left: 30px;
}

ul.custom-list li {
    position: relative;
}

ul.custom-list li .fa {
    position: absolute;
    top: 4px;
    left: -30px;
}

ul.custom-list li h6,
#theme_sub ul.custom-list li h6 {
    margin-bottom: 5px;
    line-height: 1;
}
/******************************Close Lists******************************/

/*Images ***********************************************************/

img.scale-with-grid {
    width: 100%;
    height: auto;
}
/******************************Close Images******************************/

/*Buttons ***********************************************************/
.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    background: #791214;
    border: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-shadow: none;
    
    cursor: pointer;
    margin: 10px 5px;
    padding: 5px 20px 7px;
    line-height: normal;


    font-family: 'Open Sans', sans-serif;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    background: #b32025;
    color: #fff;
}

.btn:hover span,
button:hover span {
    opacity: 0.5;
}

.btn.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
    width: 100%;
    padding-left: 0!important;
    padding-right: 0!important;
    text-align: center;
}

.btn-red {
    background: #bb2825;
}

.btn-red:hover {
    background: #8c1e1c;
}

.btn-blue {
    background: #1d6aa2;
}

.btn-blue:hover {
    background: #104687;
}

.btn .fa-chevron-circle-right {
    top: 1px;
    margin-left: 5px;
}

.big.btn {
    font-weight: 400;
    letter-spacing: 0.01em;
    padding: 10px 30px 13px;
    font-size: 150%;
    line-height: 2;
}

.big.btn .fa {
    font-size: 135%;
    top: 4px;
    margin-left: 10px;
}

.btn-border {
    border-style: solid;
    border-width: 4px;
    border-color: inherit;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 2px;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.btn-border:hover {
    text-decoration: none;
}

.btn-border.border-white {
    color: #fff;
    border-color: #fff;
    background: rgba(0, 0, 0, 0.4);
}

.btn-border.border-white:hover {
    background: #fff;
    color: #1a1a1a;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
/******************************Close Buttons******************************/

/*Margin & Padding & float & align **********************************************/
.mb0 {
    margin-bottom: 0!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mt0 {
    margin-top: 0!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt20 {
    margin-top: 20px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt50 {
    margin-top: 50px!important;
}

.mt80 {
    margin-top: 80px!important;
}
.mzero {
    margin: 0!important;
}

.pt20 {
    padding-top: 20px;
}

.pb20 {
    padding-bottom: 20px;
}
.pt40 {
    padding-top: 40px;
}

.pb40 {
    padding-bottom: 40px;
}

.p20 {
    padding: 20px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.float-none {
    float: none;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

a.align-center {
    display: table;
    margin-right: auto;
    margin-left: auto;
}
/*******************Close Margin & Padding & float & align***********************/


/*Color *******************************************************/

.blue {
    color: #1d6aa2;
}
.lightblue{color:#b32025;}
.darkblue{color:#791214;}
.bg-blue {
    background-color: #1d6aa9;
}

.bg-lightblue{background-color:#b32025;}
.bg-darkblue{background-color:#791214;}

.m-grey {
    color: #c9d0d0;
}

.bg-m-grey {
    background-color: #c9d0d0;
}

.orange {
    color: #E26B2F;
}

.bg-orange {
    background-color: #E26B2F;
}

.white {
    color: #fff;
}

.bg-white {
    background-color: #fff;
}

.red {
    color: #bb2825;
}

ul.icon-list li .fa.bg-red,
.bg-red {
    background-color: #bb2825;
}

.border-this {
    border: 1px solid #7d7b7b;
}

.ie-8 .fa.circled {
    border: none!important;
}

.editMode #page {
    width: 100%;
    margin: 10px auto 50px;
}

img.align-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bg-transparent {
    background-color: transparent;
}

.hidden {
    display: none;
}

