/* Minification failed. Returning unminified contents.
(274,1): run-time error CSS1019: Unexpected token, found '@import'
(274,9): run-time error CSS1019: Unexpected token, found 'url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,500)'
(1345,1): run-time error CSS1019: Unexpected token, found '@-webkit-keyframes'
(1346,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
(1359,1): run-time error CSS1019: Unexpected token, found '@keyframes'
(1360,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '0%'
 */


/*.templatemo-top-bar {
    min-height: 60px;
    background-color: #fff;
    color: #333;
    padding-bottom: 15px;
    padding-top: 15px;
}*/

.navbar-brand {
    max-height: 40px;
    max-width: 30%;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
      /*background-color: #fff;*/
     text-indent: -9999px;
}

.mybanner {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(http://inside/templates/images/bannerlogo@2x.png ) no-repeat;
    background-size: 150px 150px;
    width: 150px; /* Width of new image */
    height: 150px; /* Height of new image */
    padding-left: 150px; /* Equal to width of new image */
    margin-top: -60px;
  
}
/*TWITTER TYPEAHEAD STYLES START*/
.typeahead,
.tt-query,
.tt-hint {
    width: 100%;
    height: 30px;
    padding: 8px 12px;
    font-size: 13px;
    /*line-height: 30px;*/
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
}

    .typeahead:focus {
        border: 2px solid #0097cf;
 
    }

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 6px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 13px;
    /*line-height: 24px;*/
    overflow-y: auto;
}

    .tt-suggestion:hover {
        cursor: pointer;
        color: #fff;
        background-color: #0097cf;
     
    }

    .tt-suggestion.tt-cursor {
        color: #fff;
        background-color: #0097cf;
    
    }

    .tt-suggestion p {
        margin: 0;
    }
/*TWITTER TYPEAHEAD STYLES END*/

#tag {
    padding-top: 20px;
    margin-left: 160px;
    color: #C3360B;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top:0;
    height: 0;
    overflow: hidden;
    z-index: 0;


}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;


    }
.embed-container { 
position: relative; 
height: 0; 
overflow: hidden; 
width: 100%; 
height: auto; 
}

.embed-container iframe, .embed-container object, .embed-container embed { 
    width: 100%;
}


.videoWrapper {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 0;
 height: 0;
}

.videoWrapper iframe{
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
.numblue ol {
  color: #0097cf;
}


#accordion-first .accordion-group {
    margin-bottom: 10px;
}

#accordion-first .accordion-heading, #accordion-first .accordion-toggle:hover, #accordion-first .accordion-heading .accordion-toggle.active {
    background: none repeat scroll 0% 0% transparent;
}
#accordion-first .accordion-heading {
    /*border-bottom: 0px none;
    font-size: 16px;*/


       padding: 2px 2px;
        cursor: pointer;
        color: #333;
        margin: 2px 0 2px;
        font-size: 1.0em;
        /*line-height: 1.5;*/
        /*background: #7cc4cc;*/
        /*border-radius: 10px;*/
        font-weight: 500;
}

#accordion-first .accordion-heading .accordion-toggle {
    display: block;
    cursor: pointer;
    padding: 5px 0px !important;
    color: #222;
    outline: medium none !important;
     color: #2a95be;
    text-decoration: underline
}

/*#accordion-first .accordion-heading .accordion-toggle.active em{background-color: #333;}*/

#accordion-first .accordion-heading .accordion-toggle > em {
    background-color: #222;
    border-radius: 100px;
    color: #FFF;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    text-align: center;
    width: 32px;}

/*MEDIA QUERIES  SIZE ****************************************************/
@media (max-width:991px) {

    .navbar-nav > li > a {
        text-transform: uppercase;
        font-size: .75em;
    }

    .mybanner {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(http://inside/templates/images/bannerlogo100@2x.png ) no-repeat;
        background-size: 100px 100px;
        width: 100px; /* Width of new image */
        height: 100px; /* Height of new image */
        padding-left: 100px; /* Equal to width of new image */
        margin-top: -50px;
       
    }


}


@media (max-width:320px) {
    .mybanner {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(http://inside/templates/images/bannerlogo75@2x.png ) no-repeat;
        background-size: 75px 75px;
        width: 75px; /* Width of new image */
        height: 75px; /* Height of new image */
        padding-left: 75px; /* Equal to width of new image */
        margin-top: -42px;
   
    }
}



@media (min-width:1400px) {


    .mybanner {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(http://inside/templates/images/bannerlogo.png) no-repeat;
        width: 150px; /* Width of new image */
        height: 150px; /* Height of new image */
        padding-left: 150px; /* Equal to width of new image */
        margin-top: -60px;
     
    }
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,500);
html,
body {
    /*padding-top: 160px;*/
    /*background: #fff;*/
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #282828;
    height: 100%;
    margin: 0;
    padding: 0;
}

#wrapper {
    min-height: 100%;
    position: relative;
}

#header {
    padding: 10px;
}

#content {
    padding-top: 150px;
    padding-bottom: 60px; /* Height of the footer element */
    /*background: #f6fafa;*/
}

.body-content {
    padding-left: 25px;
    padding-right: 25px;
}
/***********************
********* Footer ******
************************/
#footer {
    /*padding-top: 45px;*/
    color: #fff;
    background: #555555;
    font-size: 12px;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}

#footer a {
    color: #eee;
}

    #footer a:hover {
        color: #fff;
    }

#footer ul {
    list-style: none;
    padding: 15px;
    margin: 0 -7.5px;
    /*margin-top: 5px;*/
}

    #footer ul > li {
        display: inline-block;
        padding: 6px 0;
        text-align: center;
    }

#footer .social-icons {
    list-style: none;
    padding: 0;
    margin-top: 15px;
    -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
    padding-bottom: 10px;
    float: left;
}

    #footer .social-icons > li {
        display: inline-block;
        color: #fff;
    }

        #footer .social-icons > li > a {
            display: inline-block;
            color: #fff;
            font-size: 1.7em;
            padding: 3px 0;
            width: 37px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.09);
        }

            #footer .social-icons > li > a:hover {
                border: 1px solid #fff;
            }

#footer .level1 {
    list-style: none;
    padding: 5px;
    -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
    text-align: center;
}

    #footer .level1 > li {
        display: inline-block;
        color: #fff;
    }

        #footer .level1 > li > a {
            display: inline-block;
            text-align: center;
            font-size: 12px;
            color: #fff;
            margin: 10px 2px 2px 2px;
            padding: 2px 2px 2px 2px;
        }

            #footer .level1 > li > a:hover {
                color: #eee;
                padding: 1px 1px 1px 1px;
                border: 1px solid #fff;
            }
.truncate {
    max-width: 250px;
   /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.bidname {
   width: 250px;
 
}
.selectAll {
    width: 100px;
    text-align: center;
}
.anchor {
    display: block;
    height: 100px; /* this is the height of your header */
    margin-top: -100px; /* this is again negative value of the height of your header */
    visibility: hidden;
}
.panel-default {
    min-height: 121px; 
}
 .command {
    min-height: 50px!important;
}

.inactive {
    min-height: 10px !important;
    padding-bottom: 5px !important;
}
.notify {
    min-height: 180px !important;
}
.dl-horizontal dt {
    white-space: normal;
}
.modal-header {
    background: #555555;
    color: #fff;
}
.top-buffer {
    margin-top: 8px;
}
.left-margin-35 {
    margin-left: 35px;
}
.modal-link {
    cursor: pointer;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    /*max-width: 280px;*/
}
.checkbox {
    padding-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.titlecentered {
    text-align: center;
}
textarea {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    -ms-overflow-style: auto;
}
.mylistbox {
    width: 100%;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
}

#myPopoverContent {
    display: none;
    /*float: right;*/
}

.popover {
    max-width: 50%;
}
.dropdown-menu {
    min-width: 180px !important;
}

.pull-right .dropdown-menu:after {
    left: auto;
    right: 13px;
}
.pull-right .dropdown-menu {
    left: auto;
    right: 0;
}
#tulsaskyimage {
    height: 100%;
    width: 100%;
    background-image: url("../images/bg_TulsaSky1.jpg"); 
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slider-caption {
  background-color: rgba(0, 128, 128, .5);
  position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    text-align: center;
    bottom: 60px;
    padding: 0;
}

    .slider-caption h2 {
        position: absolute;
        bottom: 20%;
        left: 0;
        width: 100%;
        color: #ffffff;
        font-weight: 500;
        font-size: 40pt;
    }

    .slider-caption h2 span {
     font-size: 24pt;
    }
        .slider-caption h2 a {
            font-size: 18pt;
        }

.input-validation-error {
    border: 1px solid red !important;
    -moz-box-shadow: 0 0 2px red !important;
    -webkit-box-shadow: 0 0 2px red !important;
    box-shadow: 0 0 2px red !important;
}
.container-fluid, .col-md-7, .row {
    height: 100%;
    padding: 0;
    margin: 0;
}
.spacer150 {
    height: 150px;
}
.bgimage {
    background-image: url("../images/bgsky2.jpg");
    background-size: 100%;
    min-height: 100%;
}

.bgimage-inside {
    padding-top: 37.36%; /* this is actually (426/1140)*100 */
}
html {
    -webkit-tap-highlight-color: rgba(0,0,0,0);

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;

}
h1 {
    font-size: 1.5em;
}

h2 {
    color:#A33220;
}
ol {
    list-style-type: decimal;
}

    ol > li > ol {
        list-style-type: lower-alpha;
    }

        ol > li > ol > li > ol {
            list-style-type: upper-roman;
        }

a {
    color: #2a95be;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

    a:hover,
    a:active,
    a:focus {
        text-decoration: none;
        color: #45aed6;

    }

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.tel, .tel:visited {
    color: #333;
}

    .tel:hover, .tel:focus {
        color: #000;
    }

.tel2, .tel2:visited {
    color: #fff;
}

    .tel2:hover, .tel2:focus {
        color: #fff;
    }



.list-columns {
    -moz-column-count: 2;
    -moz-column-gap: 3px;
    -webkit-column-count: 2;
    -webkit-column-gap: 3px;
    column-count: 2;
    column-gap: 3px;
    list-style-type: none;
    padding-left: 0;
}
.list-columns-3 {
    -moz-column-count: 3;
    -moz-column-gap: 3px;
    -webkit-column-count: 3;
    -webkit-column-gap: 3px;
    column-count: 3;
    column-gap: 3px;
    list-style-type: none;
    padding-left: 0;
}
.list-columns-5 {
    -moz-column-count: 5;
    -moz-column-gap: 3px;
    -webkit-column-count: 5;
    -webkit-column-gap: 3px;
    column-count: 5;
    column-gap: 3px;
    list-style-type: none;
    padding-left: 0;
}
.list-columns-4 {
    -moz-column-count: 4;
    -moz-column-gap: 3px;
    -webkit-column-count: 4;
    -webkit-column-gap: 3px;
    column-count: 4;
    column-gap: 3px;
    list-style-type: none;
    padding-left: 0;
}
.list-columns-3 {
    -moz-column-count: 3;
    -moz-column-gap: 3px;
    -webkit-column-count: 3;
    -webkit-column-gap: 3px;
    column-count: 3;
    column-gap: 3px;
    list-style-type: none;
    padding-left: 0;
}
.graybg {
    background: #eeeef2;
}
.marginroles {
    margin-left: 25px !important;
}
.mylistbox select:hover {
    cursor: pointer;
    /*color: #333;*/
    background-color: #007B83;
}
.affidavit {
    margin: 0;
    padding: 0;
    font-family: Times New Roman;
}
.vendors table td {
    margin: 0;
    padding: 4px;
    text-align: left;
    font-family: Times New Roman;
    font-weight: bold;
    font-size: 12pt;
    color: #000000;

}
.vendors table {
    width: 100%;
    vertical-align: bottom;
    /*font-family: Times New Roman;
    font-weight: 700;
    font-size: 12pt;
    color: #000000;*/
}
.filters {
    background-color: #eee;
    border: 2px solid #333;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

    /*.filters ul {
        list-style: none;
        padding: 0;
        margin: 5px;
    }

        .filters ul > li {
            display: inline-block;
            /*border: 1px solid rgba(255, 255, 255, 0.09);*/
            /*padding: 3px 0;
            vertical-align: bottom;*/
            /*width:31px;*/
        /*}*/
.filters-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 10px;
}

div.filters-columns {
    flex: 1;
    padding:0;
    min-width: 0;

}
    div.filters-columns p {
        font-weight: 600;
        font-size: 10px;
    }
    div.filters-columns:nth-of-type(5) {
        flex: 2;
    }

div.filters-columns button.multiselect {
    background-color: #fff;
    /*text-align: left;*/
    /*border: 1px solid #ced4da;*/
    width: 280px;
    /*width: 100%;*/
    height: 30px;
    padding: 2px 2px;
    font-size: 13px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}



/*TWITTER TYPEAHEAD STYLES override for greenSTART*/



.typeahead,
.tt-query,
.tt-hint {
}

.typeahead {
}

    .typeahead:focus {
        /*border: 2px solid #0097cf;*/
        border: 2px solid #007B83;
    }


.tt-suggestion:hover {
    background-color: #007B83;
}

.tt-suggestion.tt-cursor {
    background-color: #007B83;
}


.typeahead {
    min-width: 250px;
}

input.typeahead.searchbidname {
    min-width: 280px;
}



.tt-query,
.tt-hint {
    width: 100%;
    height: 30px;
    padding: 6px 12px;
    font-size: 13px;
    /*line-height: 30px;*/
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.datefilter {
    /*width: 100%;*/
    height: 30px;
    padding: 2px 12px;
    font-size: 13px;
    /*line-height: 30px;*/
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.datefilter {
    background-color: #fff;
    font-size: 13px;
    font-weight: 500;
}

.datefiltertype {
    width: 150px;
    height: 30px;
    padding: 2px 2px;
    font-size: 13px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

    .datefiltertype select:hover {
        cursor: pointer;
        color: #333;
        background-color: #007B83;
    }

    .datefiltertype:focus {
        border: 2px solid #007B83;
    }

.activefiltertype {
    height: 30px;
    padding: 2px 6px;
    font-size: 13px;
    /*line-height: 30px;*/
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

    .activefiltertype select:hover {
        cursor: pointer;
        color: #333;
        background-color: #007B83;
    }

    .activefiltertype:focus {
        border: 2px solid #007B83;
    }


#linkbox {
    /*padding: 100px 0 70px;    #f0eeee*/
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 30px;
    /*height: 100%;*/
    /*background:#f0eeee;*/
}

    #linkbox ul.linkbox {
        list-style: none;
        padding: 0;
        margin: 10px 0 10px;
        border: 1px solid #D0D0D0;
        padding: 5px;
        text-align: center;
    }

        #linkbox ul.linkbox li {
            display: block;
            padding: 2px;
        }

            #linkbox ul.linkbox li.plan-header {
                /* background: #D0D0D0; */
                margin: -1px -1px 1px;
                padding: 1px 1px 1px;
                border: 0;
            }

                #linkbox ul.linkbox li.plan-header .link-duration {
                    position: relative;
                    margin-top: 5px;
                    top: -5px;
                    display: inline-block;
                    width: 100%;
                    height: 10px;
                    color: #fff;
                    /*color: #333;*/
                    /*background: #E4E4E4;*/
                }

                    #linkbox ul.linkbox li.plan-header .link-duration > span {
                        display: block;
                        line-height: 1;
                    }

                        #linkbox ul.linkbox li.plan-header .link-duration > span.link {
                            font-size: 24px;
                            font-weight: 700;
                            margin-top: 10px;
                        }

                        #linkbox ul.linkbox li.plan-header .link-duration > span.duration {
                            margin-top: 5px;
                        }

                #linkbox ul.linkbox li.plan-header .plan-name {
                    margin-top: 5px;
                    font-size: 24px;
                    color: #272727;
                    /*font-weight: bold;*/
                    line-height: 1;
                    text-transform: uppercase;
                }

        #linkbox ul.linkbox .event_lbl {
            margin-top: 5px;
            font-size: 12px;
            color: #000;
            /*font-weight: bold;*/
            line-height: 1;
            font-weight: 700;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        #linkbox ul.linkbox a .event_lbl {
            color: #272727;
        }

        #linkbox ul.linkbox a:hover .event_lbl {
            color: #585858;
        }

        #linkbox ul.linkbox .event_lbl2 {
            /*margin-top: 5px;*/
            font-size: 12px;
            /*color: #272727;*/
            line-height: 1;
            color: #C3360B;
            font-weight: 700;
            text-align: left;
            /*text-transform: uppercase;*/
        }

        #linkbox ul.linkbox.featured {
            background: #fff;
            border-radius: 5px;
            min-height: 75px;
        }

            #linkbox ul.linkbox.featured li.plan-header {
                 background: #555555;
                border-radius: 5px;
            }

                #linkbox ul.linkbox.featured li.plan-header .plan-name {
                    color: #fff;
               
                }


.mysearchtext{font-size: .9em;}
.mysearchtext h3 {font-size: 1.2em;}
/*.mysearchtext a {font-size: .85em;}*/
.mysearchtext p {font-size: .9em;}
.mysearchtext span {font-size: .9em;}
.mysearchtext h4 {font-size: 1.2em;}
.mysearchtext .resultPreviewDetails {font-size: .9em;}



.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
    margin-bottom: 0;
}

    .section-header .section-title {
        font-size: 44px;
        color: #333;
        /*color: #A33220;*/
        text-transform: uppercase;
        position: relative;
        padding-bottom: 20px;
        margin: 0 0 20px;
    }

        .section-header .section-title:before {
            content: "";
            position: absolute;
            width: 140px;
            bottom: 0;
            left: 50%;
            margin-left: -70px;
            height: 4px;
        }



.button-outline {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;

    zoom: 1;
    color: #fff;
    padding: 10px 25px;
    border: 2px solid #fff;
    border-radius: 0px;
    font-size: 24px;
    font-weight: 400;
    background: rgba(255,255,255,0.15);
}

    .button-outline:hover {
        color: #fff;
        background: rgba(255,255,255,0.35);
    }


    .button-outline:visited,
    .button-outline:active,
    .button-outline:focus {
        color: #fff;
        /*background: rgba(255,255,255,0.35);*/
    }

.button-outline-small {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    vertical-align: middle;
    /* ReSharper disable once CssNotResolved */
    zoom: 1;
    color: #fff;
    padding: 7px 20px;
    border: 2px solid #fff;
    border-radius: 0px;
    font-size: 14px!important;
    font-weight: 400;
    background: rgba(255,255,255,0.15);
}

    .button-outline-small:hover {
        color: #fff;
        background: rgba(255,255,255,0.35);
    }


    .button-outline-small:visited,
    .button-outline-small:active,
    .button-outline-small:focus {
        color: #fff;
        /*background: rgba(255,255,255,0.35);*/
    }
.btnStyleOne {
    color: #A33220;
    border: 0;
}


    .btnStyleOne:hover,
    .btnStyleOne:focus {
        color: #A33220;
    }
.icon-red {
    background: #A33220;

}
.icon-green {
    color: #3d8b3d;
}
.icon-blue {
    color: #0d47a1;
}
.btn {
    /*border-width: 0;
    border-radius: 0;*/
}
.tspacer {
    padding: 2px;
}
.btn-icon {
    border-width: 0;
    border-radius: 0;
}
    .btn.btn-main {
        background:  #A33220;
        border-radius: 5px;
        color: #fff;
    }

        .btn.btn-main:hover,
        .btn.btn-main:focus {
         background: #C3360B;
        }
.btn.btn-main-red {
    background: #fff;
    border-radius: 5px;
    border-color: #c4c4c4;
    color: #A33220;
}

        .btn.btn-main-red:hover,
        .btn.btn-main-red:focus {
           color: #C3360B;
        }
.btn.btn-main-green {
    background: #3d8b3d;
    border-radius: 5px;
    color: #fff;
}

    .btn.btn-main-green:hover,
    .btn.btn-main-green:focus {
        background: #82b74b
    }

    .btn.btn-primary-cc {
        background: #A33220;
        border-radius: 10px;
        font-size: 1.2em;
        color: #fff;
    }

        .btn.btn-primary-cc :hover,
        .btn.btn-primary-cc :focus {
            background: #2a95be;
            font-size: 1.2em;
            color: #fff;
        }


    .btn.btn-primary {
         /*background: #A33220;*/
        /*border-radius: 10px;*/
     /*font-size: 1.2em;
        color: #fff;*/
    }

        /*.btn.btn-primary:hover,
        .btn.btn-primary:focus {
             background: #fff;
         font-size: 1.2em;
            color:#A33220;
        }*/

    .btn.btn-primary-vision {
        background: #A33220;
        border-radius: 10px;
        font-size: 1.2em;
        color: #fff;
    }

        .btn.btn-primary-vision :hover,
        .btn.btn-primary-vision :focus {
            background: #F45D2F;
            font-size: 1.2em;
            color: #fff;
        }

    .btn.btn-primary-juv {
        background: #444;
        border-radius: 10px;
        color: #fff;
        width: 100%;
        font-size: .85em;
    }

        .btn.btn-primary-juv:hover,
        .btn.btn-primary-juv:focus {
            background: #222;
            color: #fff;
            width: 100%;
            font-size: .85em;
        }

    .btn.btn-primary-levee {
        background: #444;
        border-radius: 10px;
        color: #fff;
        width: 100%;
        font-size: .85em;
    }

        .btn.btn-primary-levee:hover,
        .btn.btn-primary-levee:focus {
            background: #222;
            color: #fff;
            width: 100%;
            font-size: .85em;
        }

    .btn.btn-primary-rel {
        background: #fff;
        border: 1px solid #A33220;
        color: #A33220;
        width: 100%;
        font-size: .9em;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .btn.btn-primary-rel:hover,
        .btn.btn-primary-rel:focus,
        .btn.btn-primary-rel:active {
            background: #30609b;
            border: 1px solid #fff;
            color: #fff;
            width: 100%;
            font-size: .9em;
        }


.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

    .column-title:after {
        content: " ";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 60%;
        border-bottom: 1px solid  #A33220;
           /*border-bottom: 1px solid #A33220;*/

    }

.column-title2 {
    margin-top: 0;
    padding-bottom: 15px;
    /*border-bottom: 1px solid #eee;*/
    /*border-bottom: 1px solid #A33220;*/
     border-bottom: 1px solid  #A33220;
    margin-bottom: 15px;
    position: relative;
}

.column-title3 {
    margin-top: 0;
    padding-bottom: 2px;
    /*border-bottom: 1px solid #eee;*/
    /*border-bottom: 1px solid #A33220;*/
     border-bottom: 1px solid  #A33220;
    margin-bottom: 2px;
    position: relative;
}
.column-spacer {
    margin-top: 0;
    padding-bottom: 5px;
    margin-bottom: 5px;
    position: relative;
}



ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

    ul.nostyle i {
        color: #45aed6;
    }


.scaleIn {
    -webkit-animation-name: scaleIn;
    /* ReSharper disable once CssNotResolved */
    animation-name: scaleIn;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #45B1DA;
}


@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

    .isotope .isotope-item {
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -ms-transition-property: -ms-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
    }
        /**** disabling Isotope CSS3 transitions ****/
        .isotope.no-transition,
        .isotope.no-transition .isotope-item,
        .isotope .isotope-item.no-transition {
            -webkit-transition-duration: 0s;
            -moz-transition-duration: 0s;
            -ms-transition-duration: 0s;
            -o-transition-duration: 0s;
            transition-duration: 0s;
        }
    /* End: Recommended Isotope styles */
    /* disable CSS transitions for containers with infinite scrolling*/
    .isotope.infinite-scrolling {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 0px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-bottom: 15px;
}



.nav.main-tab {
    background: #eee;
    border-bottom: 3px solid #222534;
    border-radius: 3px 3px 0 0;
}

    .nav.main-tab > li > a {
        color: #272727;
    }

    .nav.main-tab > li.active > a {
        background: #222534;
        color: #45aed6;
    }

    .nav.main-tab > li:first-child > a {
        border-radius: 3px 0 0 0;
    }

    .nav.main-tab > li:last-child > a {
        border-radius: 0 3px 0 0;
    }

.tab-content {
    border: 1px solid #eee;
    border-top: 0;
    padding: 20px 20px 10px;
    border-radius: 0 0 3px 3px;
}


#tcbanner {
    /*padding: 10px 0 20px;*/
    /*height: 350px;*/
    position: absolute;
    z-index: 12;
    width: 100%;
    /*text-align: center;*/
    top: 0;
    left: 0;
    /*padding: 5px 20px 5px 20px;*/
    /*background: rgba(252, 247, 247, 0.60);*/
}


.dacontent {
    background-image: url("../images/bwsky.png");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    /*color: #333;*/

}


.pageSection {
    min-height: 600px;
    padding: 20px;
    background: #dddddd;
}

    .pageSection:nth-child(odd) {
        background: #eeeeee;
    }

#contact-us {
    padding: 20px 0 20px;
}

    #contact-us h1,
    #contact-us h2 {
    }



#emailprint {
    /*padding-top: 45px;
    padding-bottom: 45px;*/
    margin-left: 15px;
    color: #333;
    font-size: 20px;
    /*background: #333;*/
}

    #emailprint a {
        color: #333;
    }

        #emailprint a:hover {
            color: #777;
        }

    #emailprint ul {
        list-style: none;
        padding: 0;
        margin: 0 -7.5px;
    }

        #emailprint ul > li {
            display: inline-block;
            border: 1px solid rgba(255, 255, 255, 0.09);
            padding: 3px 0;
            width: 31px;
            text-align: center;
        }


/*MERGED FROM DESIGN 1*/

.title-section {
    background: #7cc4cc;
    position: relative;
    padding-top: 40px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0px;
}

    .title-section h1 {
        margin: 0 0 5px 0;
        line-height: 58px;
        font-size: 40px;
        font-weight: 700;
        color: #fff;
    }

    .title-section ul {
        background: none;
        position: relative;
        margin: 0;
        padding: 9px 0 10px 0;
        border-top: 1px solid #597275;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .title-section ul li {
            line-height: 18px;
            font-size: 13px;
            color: #5f6775;
        }

            .title-section ul li a {
                color: #fff;
            }

h2.post_title {
    margin: 0;
    padding: 5px 0 5px 0;
    font-size: 1.3em;
    background-color: #A33220;
    /*background-color: #A33220;*/
    border: 1px solid #D0D0D0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    font-weight: 400;
}

    h2.post_title a {
        color: #fff;
        border-bottom-style: solid;
        border-bottom-color: #7cc4cc;
    }

        h2.post_title a:hover {
            text-decoration: none;
            color: #fff;
        }

#top {
    position: relative;
}

.topHome {
    position: fixed;
    bottom: 37px;
    right: 20px;
    z-index: 5;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 5px;
 
}

    .topHome i {
        /*color: #333;*/
        color: rgba(0, 0, 0, 0.5);
        /*color:#A33220;*/
        font-size: 25px;
    }
/*MERGED FROM DESIGN 4*/
/*MERGED FROM DESIGN 5*/
.templatemo-top-bar {
    min-height: 50px;
    background: #80b2b1;
        background: #fff;
    color: #fff;
    padding-bottom: 3px;
    padding-top: 3px;
}

    .templatemo-top-bar i {
        /*color: #fff;*/
        color: #fff;
        /*color: #7cc4cc;*/
    }

#header .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
    padding-bottom: 10px;
}

    #header .social-icons > li {
        display: inline-block;
        color: #333;
    }

        #header .social-icons > li > a {
            display: inline-block;
            color: #333;
            font-size: 1.5em;
            padding: 3px 0;
            /*width: 31px;*/
            text-align: center;
        }

#header .topmenu {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: height 1s; /* For Safari 3.1 to 6.0 */
    transition: height 1s;
    /*background: rgba(0, 0, 0,0.5);*/
}

    #header .topmenu > li {
        display: inline-block;
        color: #333;
    }

        #header .topmenu > li > a {
            display: inline-block;
            text-align: center;
            font-size: 12px;
            color:#C3360B;
        
            text-transform: uppercase;
            /*position: relative;*/
            padding-bottom: 0;
            margin: 0 0 5px;
            font-weight: 600;
        }

            #header .topmenu > li > a:hover {
                display: inline-block;
                text-align: center;
                font-size: 12px;
                text-transform: uppercase;
                text-decoration: underline;
                /*position: relative;*/
                padding-bottom: 0;
                margin: 0 0 5px;
                font-weight: 600;
            }

.tccalfull {
    padding: 10px;
}

.imgcaption {
    text-indent: 400px;
    vertical-align: top;
}

.mybanner {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/bannerlogo@2x.png ) no-repeat;
    background-size: 150px 150px;
    width: 150px; /* Width of new image */
    height: 150px; /* Height of new image */
    padding-left: 150px; /* Equal to width of new image */
    margin-top: -60px;
}


.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flex-item {
    padding: 5px;
    width: 50%;
    height: 100%;
    /*margin-top: 10px;
  line-height: 150px;*/
    /*color: white;
  font-weight: bold;
  text-align: center;*/
}


.content_filler {
    margin-bottom: 500px;
}

#tag {
    padding-top: 35px;
    margin-left: 180px;
  color:  #C3360B;
    font-weight:400;
     font-size: 1.3em;

}

#promo {
    width: 100%;
    padding: 0 0 0 0;
    margin: 40px 0 0 0;
   background-color: #A33220;
   color: #fff;
}

    #promo h2 {
        font-size: 1.0em;
    }

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    z-index: 0;
}

    .video-container iframe,
    .video-container object,
    .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }


.ui-timepicker-standard {
    font-size: 0.95em;
}

.bootstrap-timepicker-widget.dropdown-menu {
    z-index: 1050 !important;
}

.hidetime {
    display: none !important;
}





/*MEDIA QUERIES  SIZE ****************************************************/
@media (max-width:991px) {
    .margin_bottom_2col {
        margin-bottom: 20px;
    }

    .navbar-nav > li > a {
        text-transform: uppercase;
        font-size: .75em;
    }

    .mybanner {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /*background: url(../images/banner/bannerlogo100.png) no-repeat;*/
        background: url(../images/bannerlogo100@2x.png ) no-repeat;
        background-size: 100px 100px;
        /*background: url(../images/translogo310.png) no-repeat;*/
        width: 100px; /* Width of new image */
        height: 100px; /* Height of new image */
        padding-left: 100px; /* Equal to width of new image */
        margin-top: -50px;
    }


           #tag {
      font-size: 1.5em;
    }
        .templatemo-top-bar {
        min-height: 80px;
    }


}

/*HAD TO OVERRIDE*/
.datepicker > div {
    display: block;
}

@media (max-width:320px) {
      .mybanner {
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(../images/bannerlogo75@2x.png ) no-repeat;
        background-size: 75px 75px;
        /*background: url(../images/translogo310.png) no-repeat;*/
        width: 75px; /* Width of new image */
        height: 75px; /* Height of new image */
        padding-left: 75px; /* Equal to width of new image */
        margin-top: -42px;
    }

    .navbar-nav > li > a {
        text-transform: uppercase;
        font-size: 1.0em;
    }

    #header .topmenu > li > a {
        font-size: 10px;
    }

        #header .topmenu > li > a:hover {
            font-size: 10px;
        }

    #linkbox ul.linkbox.featured {
        min-height: 0;
    }

    .templatemo-top-bar {
        min-height: 40px;
    }
    #tag {
        font-size: .9em;
        margin-left: 100px;
    }

}

@media (max-width:767px) {
    .flex-control-nav {
        display: none;
    }

    .tccalfull {
        display: none;
    }

    h2.post_title {
        font-size: 1.1em;
    }

    .content_filler {
        margin-bottom: 20px;
    }


    #tag {
        font-size: .9em;
        margin-left: 100px;
    }



    .button-outline-small {
        padding: 4px 15px;
        font-size: 12px;
    }

    .juvheader {
    margin-bottom: 10px;
     top: 25px;
  
}
       .leveeheader {
    margin-bottom: 10px;
     top: 25px;
  
}
}

@media (min-width :767px) {
    .eventlist {
        display: none;
    }

        .topHome {
          bottom: 5px;
    }


}




@media (min-width:1400px) {
   

    .mybanner {
       display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url(../images/bannerlogo.png) no-repeat;
        width: 150px; /* Width of new image */
        height: 150px; /* Height of new image */
        padding-left: 150px; /* Equal to width of new image */
        margin-top: -60px;
    }




}







/*MEDIA QUERIES  PRINT****************************************/
@media print {
    #footer {
        display: none;
    }

    .topHome {
        display: none;
    }

 
    body {
        padding-top: 0;
        margin-top: 0;
    }

    #emailprint {
        display: none;
    }

    h2.post_title {
        border: 0;
    }

    a[href]:after {
        content: none !important;
    }

    .filler -top {
        display: none;
    }
}



