﻿@font-face {
    font-family: 'ManifoldCF';
    src: url('ManifoldCF-Regular.eot');
    src: url('ManifoldCF-Regular.eot.eot?#iefix') format('embedded-opentype'), url('ManifoldCF-Regular.woff') format('woff'), url('ManifoldCF-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Heldane text web';
    src: url('https://uploads-ssl.webflow.com/5f2c03f928c15ddb8254c1c1/5f6dac947ee5e88e864d4566_heldane-text-web-regular-italic.woff2') format('woff2'), url('https://uploads-ssl.webflow.com/5f2c03f928c15ddb8254c1c1/5f6dac940fb42e5a8d4ed8e0_heldane-text-web-regular-italic.eot') format('embedded-opentype'), url('https://uploads-ssl.webflow.com/5f2c03f928c15ddb8254c1c1/5f6dac940348b25c9f734056_heldane-text-web-regular-italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Heldane text web';
    src: url('https://uploads-ssl.webflow.com/5f2c03f928c15ddb8254c1c1/5f6dac947ee5e8b6474d4565_heldane-text-web-regular.woff2') format('woff2'), url('https://uploads-ssl.webflow.com/5f2c03f928c15ddb8254c1c1/5f6dac94376b4f815295026d_heldane-text-web-regular.eot') format('embedded-opentype'), url('https://uploads-ssl.webflow.com/5f2c03f928c15ddb8254c1c1/5f6dac942ee39e16780562ea_heldane-text-web-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Heldane text web';
    src: url('https://uploads-ssl.webflow.com/5f2c03f928c15ddb8254c1c1/5f6dac94f9507a64c5698b30_heldane-text-web-bold.woff2') format('woff2'), url('https://uploads-ssl.webflow.com/5f2c03f928c15ddb8254c1c1/5f6dac94e1b16c3bfe7e9c6d_heldane-text-web-bold.eot') format('embedded-opentype'), url('https://uploads-ssl.webflow.com/5f2c03f928c15ddb8254c1c1/5f6dac940e2e9605173a8de5_heldane-text-web-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
body {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    margin: 0;
    padding: 0;
    height: 100%;
    clear: both;
    background-color: #f5f3eb;
}
#gtx-trans {
    display: none !important;
}
.radius {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.textnudge{
    margin-left:18px;
          }
/*campaign*/
.campaignbar{
    width:960px;
    height: 190px;
}
A.campaignlink:link {
    display: block;
    width: 100%;
    height: 100%;
}
A.colourlink:link {
    font-weight:300;
}
A.colourlink:hover {
    font-weight:600;
    text-decoration:none!important;

}


/*-------Standards-------*/
.normal {
    font-weight: normal !important;
}
.left {
    float: left;
}
.leftfullonly {
    float: left;
}
.right {
    float: right;
}

.clear {
    clear: both;
}

.strong {
    font-weight: bold;
    text-align:left !important;
}
p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

span {
}
.middle {
    /* IE 7 hack */
    *zoom: 1;
    *display: inline;
    vertical-align: middle;
}
hr{
    width:100%;
    height:0.5px;
    background-color: #000;
    margin:20px 0 20px 0;
}
.bottom {
    bottom: 0;
}

.overflowhide {
    overflow: hidden;
}

.showmobile {
    display: none !important;
}
.boxmargin {
    margin: 0 1% 0 1%;
}
/*Text Align*/
.center {
    text-align: center;
}
.middle {
    margin-left: auto !important;
    margin-right: auto !important;
}
.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}
.textspace{
    letter-spacing:3px;
}
.justify {
    text-align: justify;
}
.titles {
    width: 50%;
    margin: 0 0 0 3%;
    letter-spacing: 3px;
}
/*Text*/
.whitetext {
    color: #FFF;
}
.upper {
    text-transform: uppercase;
}
.textmedium{
    font-size:14px!important;
}


/*Fonts*/
.manifold {
    font-family: ManifoldCF;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}
/*Lists*/
li {
    margin-left:20px;
}

/*Image Variables*/
.cover {
    object-fit: cover;
}

.nocover {
    object-fit: none;
    max-width:64px
}

img {
    width: 100%;
    height: 100%;
    z-index:1;
}

.barbreak {
    font-size: 1.2em;
    letter-spacing: 5px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
/*Padding*/
.padding10 {
    padding: 10px;
}
.padding20 {
    padding: 20px;
}
.padding-hoz-st {
    padding: 0px 10px 0px 10px;
}

.padding-vertical {
    padding: 10px 0px 10px 0px;
}

.padding-hoz {
    padding: 0px 10px 0px 10px;
}

.margin-bottom {
    margin-bottom: 15px;
}
.margin-bottom-small {
    margin-bottom: 6px;
}
.margin-vertical {
    margin: 10px 0 10px 0;
}
.margin20up {
    margin-top: 20px;
}
.margin40up {
    margin-top: 40px!important;
    line-height:40px;
}
.margin200up {
    margin-top: 85px;
}
.margindown {
    margin-top: 170px;
}
.margin-top {
    margin-top: 10px;
}
.margin-left {
    margin-left: 20px!important;
}

.curve {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.middle{
    margin:0 auto 0 auto;
}
.curvetop {
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.logo-contain{
    background-size: 50px 100px;
}
.content-contain {
    width: 100%;
    max-width: 1232px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.fixedwidth{
    max-width:1090px;
}
.content-contain-top {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

/*Links*/
a:link, a:visited {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}


a.menunav:link, a.menunav:visited {
    color: #000;
    text-decoration: none;
    padding: 0 16px 0 0;
    margin-bottom:30px;
    font-size:14px;
}

a.menunav:hover {
    color: #000;
    text-decoration: underline;
}

A.interestbutton:link {
    padding: 5px;
    max-width: 200px;
    color: white !important;
    display: block;
    background: #000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0 auto 20px auto;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    cursor: pointer;
}

A.interestbutton:visited {
    padding: 5px;
    color: white !important;
    display: block;
    background: #000;
}

A.interestbutton:hover {
    background: #F5F3EB !important;
    color: #000 !important;
}
A.interestbutton2:link {
    padding: 5px;
    color: white !important;
    display: block;
    background: #000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0 10px 20px auto;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    padding:5px 20px 5px 20px;
}

A.interestbutton2:visited {
    padding: 5px;
    color: white !important;
    display: block;
    background: #000;
}

A.interestbutton2:hover {
    background: #F5F3EB !important;
    color: #000 !important;
}
a.overlaycolour{
    display:block;
}
a.overlaycolour:hover {
    color: #FFF;
    display:block;
    width:100%;
    height:100%;
    z-index:99999;
    position:absolute;
}
a.topbutton {
    max-width: 300px;
    color: black !important;
    display: block;
    background: #fde3bd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0px 8px auto auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    padding: 8px 16px 8px 16px;
    margin-bottom:4px;
}
    a.topbutton:hover {
        max-width: 300px;
        color: white !important;
        display: block;
        background: #000;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        margin: 0px 8px auto auto;
        text-align: center;
        font-family: 'Open Sans', sans-serif;
        text-decoration: none;
        font-size: 14px;
        line-height: 14px;
        padding: 8px 16px 8px 16px;
    }

a.whitelink:link {
    color: #FFF;
    font-weight: normal;
}
a.whitelink:visited {
    color: #FFF;
}
a.whitelink:hover {
    color: #ffd800;
}

a.blacklink:link {
    color: #000;
    font-weight: normal;
}

a.blacklink:visited {
    color: #000;
}

a.blacklink:hover {
    color: #fe9808;
}

a.toplink {
    color: black;
    text-decoration:none;
    border-bottom: 1px solid black;
    font-size:16px;
}

a.toplink:hover {
    margin-top: 40px;
    color: black;
    text-decoration: none;
    border-bottom: 3px solid black;
}
    a.toplink:visited {
        margin-top: 40px;
        color: black;
        text-decoration: none;
        border-bottom: 1px solid black;
    }


/*Backgrounds*/
.greyback {
    background: #535559;
    color: #FFF;
}
.newsback{
    background:#1D6A8B;
    color:#FFF;
}
.articleback{
    background-color:#5F9AD6;
    color:#FFF;
}
.lightgreyback {
    background: rgba(224, 224, 224, 0.7);
}

.darkgreyback {
    background: #2c2f35;
}

.rowhighlight {
    background-color: #e0e0e0;
}

.no-opacity {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.whiteback {
    background-color: #fff;
}
.tanback {
    background-color: #fde3bd;
    margin-bottom: 32px;
}
.borderbottom {
    border-bottom: 1px solid dimgray;
}

.border {
    border: 1px solid rgba(224, 224, 224, 0.7);
}

.greyline {
    width: 100%;
    border: 0;
    height: 1px;
    background: #d6d6d6;
}
.rule {
    border-top: 0.5px solid #90BABB;
    line-height:23.5px;
    height:23.5px;
}
/*Layout Grid*/
.gridside{
    width:1%;
    min-width:1%;
    float:left;
}
.gridmain {
    width: 98%;
    margin-left:auto;
    margin-right:auto;
}


/*Column Master Set*/
/*--------------------Columns-----------------------*/
.column00 {
    width: 2%;
    margin: 6px 0 10px 0px;
}

.column001 {
    width: 96%;
    margin: 6px 0 10px 0px;
}


.column01 {
    width: 14%;
    margin: 10px 0 10px 0px;
}

.column1 {
    width: 8.33333333%;
    margin: 10px 0 10px 0px;
}

.column1-template {
    width: 4%;
    margin: 10px 0 10px 0px;
}


.column2 {
    width: 16.66666667%;
}

.column2b {
    width: 18.33%;
    margin: 10px 0 10px 0;
}

.column3 {
    width: 23%;
}
.column3-gallery {
    width: 23%;
    margin: 10px 1% 20px 1%;
}
.column3bare {
    width: 23%;
}

.column4 {
    width: 31.33333333%;
    margin: 0 1% 0 1%;
}
.column4b {
    width: 31.33333333%;
    margin: 0 1% 0 1%;
    float:left;
}

.column4image {
    width: 31.33333333%;
}


.column5 {
    width: 39.66666667%;
    margin: 0 1% 0 1%;
}

.column6 {
    width: 50%;
    margin: 0 1% 0 1%;
}
.column6image {
    width: 50%;
    margin: 0;
}

.column6f {
    width: 50%;
}

.column6b {
    width: 45%;
    margin: 0 2% 0 2%;
    float:left;
}

.column7 {
    width: 58.33333333%;
}

.column8 {
    width: 66.66666667%;
}
.column8-news {
    width: 66.66666667%;
    margin: 10px 0 10px 0;
}

.column9 {
    width: 75%;
    margin: 10px 0 10px 0;
}

.column10 {
    width: 83.33333333%;
    margin: 10px 0 10px 0;
}

.column11 {
    width: 91.66666667%;
    margin: 10px 0 10px 0;
}

.column11a {
    width: 91.66666667%;
    margin: 20px 0 10px 10px;
}

.column12 {
    width: 100%;
    margin: 0 0 0 0;
}
.column12b {
    width: 100%;
    margin: 0 0 0 20px;
}

.column-button {
    width: 16.66666667%;
    margin: 10px 0 10px 0;
}

.column-search {
    width: 83.33333333%;
    margin-left:0;
}


.column99 {
    width: 96%;
}

.colmin{
    min-height:100px;
}

/*Header*/
.header {
    width: 100%;
    background-color: #FFF;
    height: 80px;
    max-height:80px;
    line-height: 120px;
    position: relative;
    margin-bottom:20px;
}
.headerlogo{
    max-height:80px;
}

/*Footer*/
.footer {
    background-color: #E0D7CC;
    color: black;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 200%;
    margin-top: 170px;
}

.footerlinks {
    margin-bottom: 10px;
    width: 100%;
    font-size: 12px;
}

.footersocial {
    width: 40px;
    margin: 0px 10px 0 0;
    display: inline-block;
}
.hr footer {
    width: 100%;
    height: 0.5px !important;
    background-color: #000 !important;
    margin: 20px 0 20px 0;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

/*Fields & Forms*/
/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }


label {
    display: block;
    font-weight: 600;
    text-align:left;
}

    label.checkbox {
        display: inline;
    }

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 100%;
}
select {
    color: #FFF;
    width: 100%;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fde3bd !important;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    border-color: #000 !important;
}

    select select {
        background-color: #fde3bd;
    }

textarea {
    font-family: inherit;
    width: 90%;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

input[type="checkbox"] {
    background: transparent;
    border: inherit;
    width: auto;
}

input[type="number"] {
    background: transparent;
    border: 1px solid black;
    width: auto;
}
input[type="tel"] {
    background: transparent;
    border: 1px solid black;
    width: 100%;
}


input[type="submit"],
input[type="button"],
button {
    padding: 5px;
    max-width: 200px;
    color: #FFF;
    display: block;
    background: #000;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0 auto 0 auto;
    border: none;
    height: 36px;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}
    input[type="submit"]:hover,
    input[type="button"]:hover,
    button {
        padding: 5px;
        max-width: 200px;
        color: #000;
        display: block;
        background: #F5F3EB;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 7px;
        margin: 0 auto 0 auto;
        border: none;
        font-size: 14px;
        height: 36px;
    }




div.input-group input[type=text] {
    height: 30px;
    margin: 0;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    border: 1px solid #eee;
    border-left: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


div.input-group input[type="submit"],
input[type="button"],
button {
    height: 34px;
    max-width: 300px;
    color: #FFF;
    display: block;
    background: #fe9808;
    margin: 0;
    border: none;
    font-size: 14px;
    padding: 0;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

    div.input-group input[type="submit"]:hover,
    input[type="button"]:hover,
    button {
        background: #ff6a00;
        cursor: pointer;
    }

.input-group {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 34px;
    margin-bottom: 20px;
}
.input-group-btn {
    padding: 5px;
    max-width: 300px;
    color: #FFF;
    display: block;
    background: #fe9808;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin: 0 auto 0 auto;
    border: none;
    font-size: 14px;
}


/*Mobile*/
@media only screen and (max-width : 620px) {
    .leftfullonly {
        float: none;
        margin:auto!important;
    }
    A.interestbutton2:link {
    max-width:70%;
    text-align:center;
    }

    .titles {
        width: 94%;
        margin: 0 0 0 3%;
        word-spacing:3px;
    }
    .padding-hoz-st {
        padding: 0px 0px 0px 0px;
    }

    .footer {
        margin-top: 70px;
    }


    /*Column Master Set*/
    /*--------------------Columns-----------------------*/
    .column00 {
        width: 2%;
        margin: 6px 0 10px 0px;
    }
    .column001 {
        width: 96%;
        margin: 6px 0 10px 0px;
    }
    .column01 {
        width: 6.33333333%;
        margin: 10px 0 10px 0px;
    }

    .column1 {
        width: 8.33333333%;
        margin: 10px 0 10px 0px;
    }

    .column2 {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .column3 {
        width:100%;
        margin: 10px 1% 20px 1%;
        text-align:center;
    }
    .column3-gallery {
        width: 100%;
        margin: 10px 1% 20px 1%;
    }
    .column4 {
        width: 100%;
        margin: 0 0 0 0;
    }

    .column4b {
        width: 90%;
        margin: 0 auto 20px auto!important;
        float:none;
    }


    .column5 {
        width: 100%;
        margin: 10px 0 10px 2%;
    }

    .column6 {
        width: 50%;
        margin: 10px 0 10px 0;
    }
    .column6image {
        width: 100%;
        margin: 0;
    }

    .column6f {
        width: 100%;
        overflow: hidden;
        padding: 0 0 0 0;
    }

    .column6b {
        width: 90%;
        margin:0 auto 20px auto!important;
        float: none!important;
        position:relative;
    }

    .column7 {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .column8 {
        width: 100%;
        margin: 10px 0 10px 0;
    }
    .column8-news {
        width: 100%;
        margin: 10px 0 10px 0;
        text-align:center;
    }

    .column9 {
        width: 100%;
        margin: 10px 0 10px 0;
    }

    .column10 {
        width: 83.33333333%;
        margin: 10px 0 10px 0;
    }

    .column11 {
        width: 91.66666667%;
        margin: 10px 0 10px 0;
    }

    .column11a {
        width: 91.66666667%;
        margin: 20px 0 10px 10px;
    }

    .column12 {
        width: 100%;
        margin: 0 0 0 0;
    }
    .column12b {
        width: 100%;
        margin: 0 0 0 0;
        text-align:center;
    }

    .column-button {
        width: 100%;
        text-align: center;
    }

    .column-search {
        width: 96%;
    }


    .hidemobile {
        display: none !important;
    }

    .mobilecenter {
        text-align: center !important;
        padding: 10px 0 10px 0;
        width: 100%;
        margin-left:auto;
        margin-right: auto;
    }

    .barbreak {
        font-size: 0.8em;
    }

    .showmobile {
        display: block !important;
    }
    .btn {
        margin-left: auto;
        margin-right: auto;
    }
    .pricing-box{
        text-align:center;
    }
    .inputsmall {
        width: 30%;
        margin: 0 auto 0 auto;
    }

    A.button2:link {
        margin-left: auto !important;
        margin-right: auto !important;
    }


}

/*	----------------------------------------------------------------
	DROPDOWN MENU
	----------------------------------------------------------------
*/
.loginbar {
    position: relative;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #000;
    font-weight: normal;
}

    .loginbar input {
        padding: 5px;
        line-height: 10px;
        margin-right:20px;
        
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
.menu-contain {
    width: 100%;
    height: 10px;
    line-height: 10px;
    background-color: #fe9808;
    color: #fff;
    margin-top:20px;
    margin-bottom:20px;
    z-index: 2;
}

/* Add a white background color to the top navigation */
.topnav {
    background-color: #FFF;
    overflow: hidden;
    z-index: 2;
}

    /* Style the links inside the navigation bar */
    .topnav a {
        float: right;
        display: block;
        color: #333;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        /* Change the color of links on hover */
        .topnav a:hover {
            background-color: #f4f4f4;
            color: black;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

        .topnav a.bg-news:hover {
            background-color: #1D6A8B;
            color: #FFF;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

        .topnav a.bg-articles:hover {
            background-color: #5F9AD6;
            color: #FFF;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }
        .topnav a.bg-gallery:hover {
            background-color: #16A085;
            color: #FFF;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }
        .topnav a.bg-social:hover {
            background-color: #F39C11;
            color: #FFF;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }
        .topnav a.bg-podcast:hover {
            background-color: #AAB7B7;
            color: #FFF;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }


/* Add an active class to highlight the current page */


.active a:hover {
    color: #333 !important;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    .menu-contain {
        margin-top: 0px;
    }


    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: left;
        }
}
/*	----------------------------------------------------------------
	MaxCycle (Fullscreen Slideshow for use with jQuery Cycle Plugin)
	----------------------------------------------------------------
	
	Demo at: http://www.aaronvanderzwan.com/maxcycle/
	Download and Info at: http://github.com/akv2/MaxCycle---jQuery-Plugin/
	Copyright (c) 2007-2011 Aaron Vanderzwan
	Dual licensed under the MIT and GPL licenses.
	
*/
/*! Version: 2.0.73 (12-Oct-2012) */


.mc-hide-scrolls {
    overflow: hidden;
}

body .mc-cycle {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

div.mc-image {
    /*NOTE: Mozilla flickers when fading and using 'all', so we have to be specific with what property we want to transition:
	 	If you are using fading transitions, use 'opacity: */
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    /*If you are using horizontal slide transitions, use the following CSS:
	-webkit-transition: left 1s ease-in-out; 
	-moz-transition: left 1s ease-in-out; 
	-o-transition: left 1s ease-in-out; 
	transition: left 1s ease-in-out;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    width: 100%;
}

.mc-old-browser .mc-image {
    overflow: hidden;
}


/*Table Code for Functional Areas*/

.row {
    clear: both;
    margin: 0 auto 0 auto;
}

.panel {
    margin-bottom: 20px;
    background-color: #fde3bd;
    border: 1px solid transparent;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

    .panel-body:before, .panel-body:after {
        content: " ";
        display: table;
    }

    .panel-body:after {
        clear: both;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    background-color: #fde3bd;
}

    .panel-heading > .dropdown .dropdown-toggle {
        color: inherit;
    }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: bold;
    color: inherit;
    background-color: #fde3bd;
}

    .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
        color: inherit;
    }

.panel-footer {
    padding: 10px 0px 10px 15px;
    background-color: #fde3bd;
    border-top: 1px solid #fde3bd;
    font-size: 12px;
    font-weight: bold;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}

.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

    .panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
        background-color: #fde3bd;
    }

    .panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
        background-color: #fde3bd !important;
    }

    .panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
        background-color: #fde3bd;
    }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border: none;
}

.list-group + .panel-footer {
    border: none;
}

.panel > .table, .panel > .table-responsive > .table, .panel > .panel-collapse > .table {
    margin-bottom: 0;
}

    .panel > .table caption, .panel > .table-responsive > .table caption, .panel > .panel-collapse > .table caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table:first-child, .panel > .table-responsive:first-child > .table:first-child {
        border-top-right-radius: 7px;
        border-top-left-radius: 7px;
    }

        .panel > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 7px;
            border-top-right-radius: 7px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 7px;
            }

            .panel > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 7px;
            }

    .panel > .table:last-child, .panel > .table-responsive:last-child > .table:last-child {
        border-bottom-right-radius: 7px;
        border-bottom-left-radius: 7px;
    }

        .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 7px;
            border-bottom-right-radius: 7px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 7px;
            }

            .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 7px;
            }

    .panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
        border-top: 1px solid #fde3bd;
    }

    .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0;
}

    .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 7px;
    }

        .panel-group .panel + .panel {
            margin-top: 5px;
        }

    .panel-group .panel-heading {
        border-bottom: 0;
    }

        .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
            border-top: 1px solid #fde3bd;
        }

    .panel-group .panel-footer {
        border-top: 0;
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #fde3bd;
        }

.panel-default {
    border-color: #fde3bd;
}

    .panel-default > .panel-heading {
        color: #333333;
        background-color: #fde3bd;
        border-color: #fde3bd;
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #fde3bd;
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333333;
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #fde3bd;
    }

.panel-primary {
    border-color: #710000;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #710000;
        border-color: #710000;
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #710000;
        }

        .panel-primary > .panel-heading .badge {
            color: #710000;
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #710000;
    }

.panel-success {
    border-color: #d6e9c6;
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6;
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d;
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6;
    }

.panel-info {
    border-color: #bce8f1;
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1;
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f;
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1;
    }

.panel-warning {
    border-color: #faebcc;
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc;
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b;
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc;
    }

.panel-danger {
    border-color: #ebccd1;
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1;
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442;
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1;
    }


.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

    .table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
        height:23.8px;
        line-height: 23.8px;
        border-top: 0.5px solid #90BABB;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 0.5px solid #90BABB;
        font-size: 12px;
        text-align: left;
    }

    .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #F4D9B8;
    }

    .table .table {
        background-color: #fde3bd;
    }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    background-color: #fde3bd;
}

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
        border: 1px solid #fde3bd;
    }

    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fde3bd;
}

.table-hover > tbody > tr:hover {
    background-color: #F4D9B8;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
.td {
    background-color: #fde3bd!important;
    line-height:23.5px;
    height:23.5px;
}
.th{
    font-weight:600;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #fde3bd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}


div.input-group input[type=text] {
    height: 30px;
    margin: 0;
    border-radius: 0;
    border: 1px solid #eee;
    border-left: 0;
}


div.input-group input[type="submit"],
input[type="button"],
button {
    height: 34px;
    max-width: 300px;
    color: #FFF;
    display: block;
    background: #fe9808;
    margin: 0;
    border: none;
    font-size: 14px;
    padding: 0;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

    div.input-group input[type="submit"]:hover,
    input[type="button"]:hover,
    button {
        background: #ff6a00;
        cursor: pointer;
    }

.input-group {
    float: left;
    width: 100%;
    height: 35px;
    line-height: 34px;
    margin-bottom: 20px;
}

.element1 {
    width: 20%;
    display: block;
    text-align: center;
    background: #EEE;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #eee;
    border-right: 0;
}

.element2 {
    width: 40%;
    display: block;
    margin-bottom: 20px;
    height:34px;
}

.input-group-btn {
    padding: 5px;
    max-width: 300px;
    color: #FFF;
    display: block;
    background: #fe9808;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 auto 0 auto;
    border: none;
    font-size: 14px;
}
.pricing-box {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 18px;
    font-family: 'heldane', serif;
}
.details-box {
    width: 100%;
    float: left;
}
A.button:link {
    padding: 5px;
    max-width: 200px;
    color: #FFF;
    display: block;
    background: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 10px 0 0;
    text-align: center;
}

A.button:visited {
    padding: 5px;
    color: #FFF;
    display: block;
    background: #000;
}

A.button:hover {
    background: #0e2849;
}

A.button2:link {
    padding: 5px;
    max-width: 200px;
    color: #FFF;
    display: block;
    background: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 10px 0 0;
    text-align: center;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

A.button2:visited {
    padding: 5px;
    color: #FFF;
    display: block;
    background: #000;
}

A.button2:hover {
    background: #0069d9;
    color: #FFF;
}
A.button3:link {
    padding: 5px;
    max-width: 200px;
    color: #FFF;
    display: block;
    background: #fe9808;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 10px 0 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

A.button3:visited {
    padding: 5px;
    color: #FFF;
    display: block;
    background: #fe9808;
}

A.button3:hover {
    background: #f59ad6;
}

.titleoverlay-main {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #FFF;
    background: rgba(207, 0, 15, 0.5);
    padding: 1px 0px 10px 10px;
    font-size: 1.3em;
    text-align:center;
}

.titleoverlay {
    position: absolute;
    width: 99%;
    bottom: 0;
    color: #FFF;
    background: rgba(0, 0, 0, 0.5);
    padding: 1px 0px 10px 10px;
    font-size: 1.0em;
}

.titleoverlay-contain {
    width: 90%;
}
.checkout-buttons{
    width: 40%;
    text-align:center;
    margin-left: auto;
    margin-right: auto;

}