body {
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    padding-top: 0px;
    color: black;
    background-color: White;
    font-family: Sans-Serif;
}

ul {
    text-align: left;
}

#returnPrint {
    display: none;
}

/**************************************/
/****      BANNER  *background:#C6C8CA;*******************/
/**************************************/

#bannerPrint {
    display: none;
}

#subBannerPrint {
    display: none;
}

#banner {
    width: 100%;
}

#subBanner {
}

    #subBanner input {
        background: #fff;
        margin: 0px;
        font-size: xx-small;
        border-color: #6699CC;
        border-style: solid;
        border-width: 1px;
        height: 18px;
    }

    #subBanner select {
        background: #fff;
        width: 130px;
        font-size: xx-small;
        border-color: #669999;
        border-style: solid;
        border-width: 1px;
    }

#graySolid {
    width: 100%;
    background-image: URL('/images/sub_banner/sub_banner_grey_solid.gif');
    background-repeat: repeat;
    padding-top: 3px;
    padding-left: 5px;
    font-weight: bold;
    font-size: 8pt;
}

#grayStripe {
    width: 100%;
    background-image: URL('/images/sub_banner/sub_banner_grey_stripe.gif');
    background-repeat: repeat;
    padding-left: 5px;
    font-weight: bold;
    font-size: 8pt;
    vertical-align: middle;
}

    #grayStripe h1 {
        margin: 0px;
        border: 0px;
        font-size: 12pt;
        background-color: #C6C8CA;
        display: inline
    }

#grayStripe2 {
    width: 100%;
    background-image: URL('/images/sub_banner/sub_banner_grey_stripe2.gif');
    background-repeat: repeat;
}

/* this  was replaced by the h1 style above */
/*.subBannerTitle {margin:0px; border: 0px; font-size:12pt;background-color:#C6C8CA;}*/



/**************************************/
/****LEFT COLUMNS********************/
/**************************************/


#nav {
    width: 200px;
    text-align: center;
}

    #nav ul {
        list-style-type: none;
        text-align: right;
        margin-left: .5em;
    }

        #nav ul li {
            /*margin: 0em .2em 1em 0em;*/
            margin: 0em .5em .5em 0em;
        }

    #nav a:link {
        font-size: .90em;
        color: Black;
        font-weight: bold;
        text-decoration: none;
    }

    #nav a:hover {
        font-size: .90em;
        color: Blue;
        font-weight: bold;
        text-decoration: none;
    }

    #nav a:visited {
        font-size: .90em;
        color: Black;
        font-weight: bold;
        text-decoration: none;
    }

#leftColor {
    margin-top: 0px;
    padding-top: 4px;
    padding-bottom: 1px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    text-align: center;
    background-color: #78bde7;
}

    #leftColor p {
        text-align: center;
        color: Black;
        font-size: .9em;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 3px;
        padding-bottom: 5px;
        line-height: 1em;
    }


    #leftColor a:link {
        text-align: left;
        color: black;
        font-size: .7em;
        line-height: 1em;
    }

    #leftColor a:hover {
        text-align: left;
        color: blue;
        font-size: .7em;
        line-height: 1em;
    }

    #leftColor a:visited {
        color: black;
        font-size: .7em;
        line-height: 1em;
    }

#content {
    padding-left: 5px; /*20px*/
    width: 99%;
}




/**************************************/
/**** FONTS* **************************/
/**************************************/

#p, pre, ul, ol, td {
    font-size: .90em;
    line-height: 1.2em;
    margin-top: .25em;
}

blockquote {
    margin: 0px 5px 20px 10px;
}

ul ul {
    font-size: 1em;
}

ol ol {
    font-size: 1em;
}

#dataTable th {
    font-size: .9em
}

td p {
    font-size: 1em;
}

td ul {
    font-size: 1em;
}

td ol {
    font-size: 1em;
}

a {
    text-decoration: underline;
    font-weight: normal;
}

h1 a {
    text-decoration: none;
    font-weight: bold;
}

h2 a {
    text-decoration: none;
    font-weight: bold;
}

h3 a {
    text-decoration: none;
    font-weight: bold;
}

h4 a {
    text-decoration: none;
    font-weight: bold;
}

h5 a {
    text-decoration: none;
    font-weight: bold;
}

h1 {
    font-size: 1.4em;
    font-weight: bold;
}

h2 {
    font-size: 1.3em;
    color: #666666;
    margin-bottom: .25em;
    padding: 4px 0px 4px 0px;
}

h3 {
    font-size: 1.2em;
    margin-bottom: .25em;
    margin-top: 1em;
    padding: 4px 0px 4px 0px;
}

h4 {
    font-size: .95em;
    margin-bottom: .25em;
}

h5 {
    font-size: .90em;
    margin-bottom: .25em;
}

h6 {
    font-size: .85em;
    margin-bottom: .25em;
}

.noMargin {
    margin: 0px;
}

.small {
    font-size: xx-small;
}

.red {
    color: red;
}

/**************************************/
/**** RIGHT COLUMN ********************/
/**************************************/


#rightContentLinks a:link {
    color: Black;
    text-decoration: none;
}

#rightContentLinks a:hover {
    text-decoration: none;
    color: Blue;
}

#rightContentLinks a:visited {
    text-decoration: none;
    color: Black;
}

#rightContent form {
    margin: 0 0 7 0;
    padding: 0px;
}

.rightContentSubmit {
    font-size: .75em;
    width: 30px;
}

#rightContent select {
    background: #fff;
    width: 70%;
    font-size: .75em;
}

#rightContent input {
    font-size: .75em;
}

#index {
    border: 1px solid #000;
    padding: 10px;
    width: 165px;
    margin-left: auto;
    margin-right: auto;
}

#search {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    padding-bottom: 10px;
}


/* bootstrap adjustments */
.container {
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

html {
    -ms-overflow-style: scrollbar;
    /*auto | none | scrollbar | -ms-autohiding-scrollbar*/
}

html {
    /*  overflow-y: -moz-scrollbars-vertical;*/
    overflow-y: scroll;
    /*  -ms-overflow-y: scroll;*/
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #1f1e1e;
    background: #fff;
    font-size: 12px;
    line-height: 21px;
}
/*a {
    color: inherit;
    text-decoration: none;
}*/
a:hover,
a:focus {
    color: inherit;
    outline: none;
    text-decoration: underline;
}
/* ================== */
/* === TYPOGRAPHY === */
ul,
ol {
    padding-left: 16px;
    margin-bottom: 20px;
}

.list-styled {
    list-style: none;
    padding: 0 0 16px 28px;
}

    .list-styled li {
        background: transparent url("../images/list-styled1.png") no-repeat left 6px;
        color: #000;
        font-weight: 600;
        padding: 3px 0 5px 15px;
        font-size: 16px;
        line-height: 17px;
    }

        .list-styled li a:hover {
            color: #3b5a9a;
            text-decoration: underline;
        }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    color: #333;
    margin: 0 0 20px 0;
}

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
}

h2 {
    font-size: 45px;
    line-height: 45px;
}

h3 {
    font-size: 22px;
    line-height: 23px;
}

    h3 span {
        display: block;
        color: #3460a1;
        font-size: 17px;
        line-height: 19px;
    }

p {
    margin: 0 0 20px 0;
    color: #1f1e1e;
}

hr {
    border-top: 1px solid #eae9e9;
    margin: 10px 0 43px 0;
}
/* main menu */
.navbar {
    min-height: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 4px solid #ffcc39;
    border-bottom: 1px solid #787878;
    background: #fff;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 50px;
}
/*.navbar-default .navbar-nav {
  margin-top: 10px;
}
.navbar-default .navbar-nav > li > a {
  color: #214283;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  border-left: 2px solid #f8f1e0;
  padding: 15px 17px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background: #204383;
  color: #fbce3d;
}
.navbar-default .navbar-nav > li:first-child > a {
  border-left: 0;
}
.navbar-brand {
  height: auto;
}
.topArea {
  width: 450px;
}
.topMenu {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: 700;
  margin: 0 -10px 0 0;
  padding: 15px 0;
}
.topMenu li {
  border-left: 1px solid #4591b6;
  padding: 0 11px;
  font-size: 15px;
  line-height: 15px;
}
.topMenu li:first-child {
  border-left: 0;
}
.topMenu li a:hover {
  color: #989898;
  text-decoration: underline;
}*/
/* menu sticky after scroll */
.navbar-default.withAnimation {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.navbar-default.affix {
    min-height: 0;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #E3E3E3;
    height: auto;
    padding-bottom: 3px;
}

    .navbar-default.affix .navbar-brand {
        padding-top: 7px;
        padding-bottom: 5px;
    }

        .navbar-default.affix .navbar-brand img {
            height: 50px;
        }

    .navbar-default.affix .topArea {
        display: none;
    }

    .navbar-default.affix .navbar-nav {
        margin-top: 10px;
    }

@media (min-width: 1230px) {
    .menuWrapperAffix {
        min-height: 150px;
    }
}

.searchForm {
    position: relative;
    padding-right: 44px;
}

    .searchForm #changeFontSize {
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: 3px;
    }

    .searchForm .aaaText1,
    .searchForm .aaaText2,
    .searchForm .aaaText3 {
        display: block;
        background: transparent url("../images/aaa1.png") no-repeat 0 0;
        height: 18px;
        width: 11px;
    }

    .searchForm .aaaText2 {
        width: 14px;
        background-image: url("../images/aaa2.png");
    }

    .searchForm .aaaText3 {
        width: 17px;
        background-image: url("../images/aaa3.png");
    }

    .searchForm input[type="search"] {
        display: inline-block;
        width: 100%;
        max-width: 287px;
        height: 39px;
        padding: 10px 0 10px 20px;
        font-size: 14px;
        line-height: 19px;
        color: #333;
        font-style: italic;
        background-color: #fff;
        background-image: none;
        border: 1px solid #00689b;
        border-radius: 0;
        -webkit-transition: none;
        transition: none;
    }

        .searchForm input[type="search"]::-moz-placeholder {
            color: #706e6e;
            opacity: 1;
        }

        .searchForm input[type="search"]:-ms-input-placeholder {
            color: #706e6e;
        }

        .searchForm input[type="search"]::-webkit-input-placeholder {
            color: #706e6e;
        }

        .searchForm input[type="search"]:focus {
            border-color: #66afe9;
            outline: 0;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }

    .searchForm input[type="submit"] {
        background: #00689b url("../images/search-ico.png") no-repeat center center;
        font-size: 0;
        color: transparent;
        border: 0;
        width: 46px;
        height: 39px;
        position: absolute;
        top: 0;
        right: 0;
    }

.nav-tabs {
    border-bottom: 0;
    margin-bottom: 34px;
}
.nav-link {
    color: white;
}

    .nav-tabs.five_items > li {
        width: 20%;
    }

    .nav-tabs + .tab-content {
        max-height: 390px;
        overflow-y: auto;
    }

    .nav-tabs > li {
        float: left;
        margin: 0;
        text-align: center;
    }

        .nav-tabs > li > a {
            font-family: 'PT Sans Narrow', sans-serif;
            font-weight: 700;
            margin-right: 2px;
            font-size: 16px;
            line-height: 16px;
            border: 0;
            border-radius: 0;
            background: #555555;
            color: #fff;
            text-transform: uppercase;
            padding: 35px 2px 31px 2px;
        }

            .nav-tabs > li > a:hover,
            .nav-tabs > li > a:focus {
                background: #969696;
                border: 0;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #010415;
            background-color: #ffcc39;
            border: 0;
        }

.media > .pull-left {
    margin-right: 25px;
}

.media-heading {
    font-size: 16px;
    line-height: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin: 6px 0 8px 0;
}

.media p {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 2px 0;
}

.media a {
    color: #1b88c8;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 11px;
}

    .media a:hover {
        text-decoration: underline;
    }

.media {
    padding-bottom: 18px;
    border-bottom: 1px solid #eae9e9;
    margin-bottom: 18px;
}

.area1 {
    background: #f6f6f6;
    padding: 65px 0 54px 0;
    margin: 0 0 40px 0;
}

.column1,
.column2,
.column3,
.column4,
.column5 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.column1 {
    width: 48%;
}

    .column1 > .inner {
        padding-right: 40px;
    }

.column2 {
    width: 52%;
}

    .column2 > .inner {
        padding-left: 12px;
    }

.column3 {
    width: 30%;
}

.column4 {
    width: 26.5%;
    padding-top: 10px;
}

.column5 {
    width: 43.5%;
    padding-top: 20px;
}

.photoFrame {
    background: #fff;
    padding: 8px;
    border: 1px solid #eaeaea;
    position: relative;
}

.arrow-play {
    display: block;
    width: 133px;
    height: 133px;
    background: transparent url("../images/play-ico.png") no-repeat 0 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -67px 0 0 -67px;
}

.videoBox .inner {
    padding: 19px 10px;
}

.videoBox h2 {
    font-size: 26px;
    line-height: 28px;
    color: #323131;
    text-transform: uppercase;
    margin: 9px 0 9px 7px;
}

.videoBox h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #013e60;
    font-size: 17px;
    line-height: 22px;
    overflow: hidden;
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: 0;
    white-space: nowrap;
    padding: 15px 35px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 0;
}

    .btn:hover,
    .btn:focus {
        color: #ffcc39;
        text-decoration: none;
    }

    .btn:active,
    .btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.main-page {
    margin-right: 20px;
    margin-left: 20px;
    display: inline;
}

.btn-default {
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    padding: 12px 30px;
    color: #fff;
    background-color: #00689b;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open > .dropdown-toggle .btn-default {
        color: #fff;
        background: #065981;
    }

.btn-primary {
    color: #161a12 !important;
    background-color: #ffcc39 !important;

}

.user-history-table {
    background-color: #00689b;
    color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px;
}

#divwell{
    width: 50rem;
}


.table-secondary th a{
    color: black;
    font-weight: bold;
}


.PGheader button {
    text-transform: none;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open > .dropdown-toggle .btn-primary {
        color: #161a12;
        background: #f5c12d;
    }

.form-control {
    display: block;
    width: 100%;
    padding: 5px 18px;
    font-size: 14px;
    line-height: 33px;
    color: #555;
    background: #fff;
    border: 1px solid #dde2e4;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    transition: none;
}

.form-label {
    font-weight: bold !important;
}

.form-select {
    font-size: 12px !important;
    height: calc(2.375rem + 5px);
}

.card {
    border-top-width: 25px;
    border-top-color: #00689b;
}

textarea.form-control {
    min-height: 70px;
}

.form-control::-moz-placeholder {
    color: #a3abaf;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #a3abaf;
}

.form-control::-webkit-input-placeholder {
    color: #a3abaf;
}

.form-inline {
    float: right;
}

    .form-inline input[type="email"] {
        width: 310px;
    }

.categoryPhoto {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 25px;
    max-width: 370px;
}

    .categoryPhoto img {
        width: 100%;
    }

.linkstdStyle {
    width: 29% !important;
    font-size:13px;
}

.categoryPhoto h4 {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-size: 23px;
    line-height: 24px;
    background: #9cb63c;
    color: #fff;
    padding: 13px 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}

.categoryPhoto.cat_2 h4 {
    background: #ce782c;
}

.categoryPhoto.cat_3 h4 {
    background: #00689b;
}

.categoryPhoto.cat_4 h4 {
    background: #00689b;
}

.categoryPhoto.cat_5 h4 {
    background: #00a88d;
}

.categoryPhoto.cat_6 h4 {
    background: #c3922e;
}

.categoryPhoto.cat_7 h4 {
    background: #262961;
}

.categoryPhoto.cat_8 h4 {
    background: #ce782c;
}

.categoryPhoto.cat_9 h4 {
    background: #00a88d;
}

#footer {
    background: #1c3c4c;
    color: #fff;
    padding: 20px 0 0 0;
    /* margin-top: 50px;*/
}

    #footer p {
        color: #fff;
        font-size: 13px;
    }

    #footer .inner {
        padding: 0 40px;
    }

    #footer hr {
        border-top: 1px solid #425449;
        border-top: 1px solid rgba(255, 204, 57, 0.17);
    }

    #footer a {
        color: inherit;
        text-decoration: none;
    }

        #footer a:hover,
        a:focus {
            color: #cca300;
            outline: none;
            text-decoration: underline;
        }
    /*
#footer .postfooter {
  background: #0f2530;
  padding: 34px 0;
  margin-top: 20px;
  font-size: 13px;
  line-height: 15px;
}
#footer .postfooter .inner {
  padding: 0 90px;
}
#footer .postfooter p {
  margin: 0;
  font-size: 13px;
  line-height: 15px;
}
#footer .postfooter a:hover {
  color: #3594c2;
  text-decoration: underline;
}
    */

    #footer h2 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 700;
        color: #ffcc39;
        font-size: 19px;
        line-height: 21px;
        text-transform: uppercase;
        margin: 5px 0 20px 0;
    }

        #footer h2 + .list-unstyled > li {
            padding: 2px 0;
        }

            #footer h2 + .list-unstyled > li a:hover {
                color: #3594c2;
                text-decoration: underline;
            }

    #footer h3 {
        color: #c9c9c9;
        font-size: 18px;
        line-height: 18px;
    }

        #footer h3 span {
            padding-top: 3px;
            color: #c9c9c9;
            font-size: 12px;
            line-height: 12px;
        }

    #footer h4 {
        color: #c9c9c9;
        font-size: 15px;
        line-height: 16px;
        margin: 0 0 5px 0;
        text-transform: uppercase;
    }
/*
#footer .form-control {
  width: 260px;
  height: 47px;
  padding: 7px 18px;
  font-size: 15px;
  line-height: 33px;
  color: #bbb;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
}
#footer .form-control::-moz-placeholder {
  color: #c9c9c9;
  opacity: 1;
}
#footer .form-control:-ms-input-placeholder {
  color: #c9c9c9;
}
#footer .form-control::-webkit-input-placeholder {
  color: #c9c9c9;
}
    */
.barMedia {
    border-bottom: 1px solid #425449;
    border-bottom: 1px solid rgba(255, 204, 57, 0.17);
    padding: 0 0 5px 0;
    margin: 0 0 35px 0;
    position: relative;
}

    .barMedia:before {
        display: block;
        content: " ";
        width: 1px;
        background: #425449;
        background: rgba(255, 204, 57, 0.17);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 286px;
    }

    .barMedia h3 {
        max-width: 280px;
        margin-top: 7px;
    }

    .barMedia .btn-default {
        font-size: 15px;
        line-height: 15px;
        padding: 15px 28px;
        border: 1px solid #fff;
        margin-left: -1px;
    }

        .barMedia .btn-default:hover,
        .barMedia .btn-default:focus,
        .barMedia .btn-default:active,
        .barMedia .btn-default.active,
        .open > .dropdown-toggle .barMedia .btn-default {
            border: 1px solid #fff;
        }

    .barMedia .form-inline {
        margin-top: 10px;
    }

        .barMedia .form-inline .form-group {
            display: block;
            float: left;
            margin-bottom: 5px;
        }

.postftMenu {
    margin: 0 -20px 0 0;
}

    .postftMenu > li {
        position: relative;
        padding: 0 22px;
        line-height: 10px;
    }

        .postftMenu > li:before {
            content: " ";
            position: absolute;
            left: -3px;
            top: 0;
            bottom: 0;
            width: 1px;
            background: #fff;
        }

        .postftMenu > li:first-child:before {
            display: none;
            height: 0;
        }

.socLinks {
    margin-left: -1px;
}

    .socLinks > li {
        padding: 1px 0 4px 1px;
    }

.area2 .socLinks {
    margin-top: -12px;
}

body .socLinks2 {
    margin-left: -2px;
}

    body .socLinks2 li {
        padding: 1px;
    }

        body .socLinks2 li a {
            display: block;
            text-align: center;
            width: 35px;
            height: 35px;
            border: 1px solid #c9c9c9;
            color: #c9c9c9;
            font-size: 21px !important;
            line-height: 32px !important;
        }

            body .socLinks2 li a:hover {
                color: #3594c2;
                border-color: #3594c2;
            }

.subPage {
    margin: 48px 0 100px 0;
}

.topSection {
    background: #1c3c4c;
    padding: 14px 0;
}

.breadcrumb {
    padding: 10px 20px;
    margin: 0;
    background: transparent;
    border-radius: 0;
    color: #c5c5c5;
    font-size: 12px;
}

    .breadcrumb > .active {
        color: #fff;
    }

.sidebarSection > h2 {
    color: #fff;
    background: #00689b;
    font-size: 21px;
    line-height: 22px;
    padding: 15px 20px;
    text-transform: uppercase;
    margin: 0;
}

    .sidebarSection > h2 a:hover {
        text-decoration: underline;
    }

.list-menu {
    color: #13113f;
    margin-top: 16px;
}

    .list-menu a:hover {
        text-decoration: underline;
    }

    .list-menu li {
        border-top: 1px solid #dedede;
        padding: 14px 20px;
    }

        .list-menu li:first-child {
            border-top: 0;
        }

.list-details {
    color: #13113f;
    font-size: 14px;
}

    .list-details li {
        background: #fbfbfb;
        border-top: 1px solid #e9eaed;
        position: relative;
    }

        .list-details li:before {
            content: " ";
            border: 2px solid #c3c3c3;
            width: 11px;
            height: 11px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            top: 16px;
            left: 11px;
        }

        .list-details li:hover {
            background: transparent;
        }

            .list-details li:hover:before {
                border-color: #6dc1e7;
            }

        .list-details li a {
            display: block;
            padding: 10px 10px 10px 32px;
        }

        .list-details li span {
            display: block;
            font-size: 12px;
            color: #c6c6c6;
        }

.list-simple {
    color: #00689b;
}

    .list-simple li {
        padding: 0 0 0 31px;
        line-height: 19px;
        background: transparent url("../images/list-simple-arrow.png") no-repeat 20px 5px;
        margin: 9px 0;
    }

    .list-simple a:hover {
        text-decoration: underline;
    }

.title-simple {
    color: #fff;
    text-transform: uppercase;
    font-size: inherit;
    line-height: inherit;
    background: #9bb73c url("../images/title-simple-arrow.png") no-repeat right center;
    margin-top: 21px;
}

    .title-simple:hover {
        background-color: #73892a;
    }

    .title-simple a {
        display: block;
        line-height: 58px;
        padding: 2px 50px 2px 15px;
    }

    .title-simple span {
        display: inline-block;
        font-size: 17px;
        line-height: 19px;
        color: #fff;
        vertical-align: middle;
    }

    .title-simple.type2 {
        background-color: #ce782c;
    }

        .title-simple.type2:hover {
            background-color: #9d5b21;
        }

    .title-simple.type3 {
        background-color: #00689b;
    }

        .title-simple.type3:hover {
            background-color: #0d4b69;
        }

.infoBox {
    background: #1c3c4c;
    padding: 27px 23px 25px 23px;
    font-size: 11px;
    line-height: 17px;
    color: #fff;
    margin: 0 0 20px 0;
}

    .infoBox * {
        color: #fff;
    }

    .infoBox p {
        margin: 0;
    }

        .infoBox p + p {
            margin-top: 25px;
        }

    .infoBox h2 {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .infoBox a:hover {
        text-decoration: underline;
    }

.row.gutter6 {
    margin-right: -3px;
    margin-left: -3px;
}

    .row.gutter6 .col-xs-1,
    .row.gutter6 .col-sm-1,
    .row.gutter6 .col-md-1,
    .row.gutter6 .col-lg-1,
    .row.gutter6 .col-xs-2,
    .row.gutter6 .col-sm-2,
    .row.gutter6 .col-md-2,
    .row.gutter6 .col-lg-2,
    .row.gutter6 .col-xs-3,
    .row.gutter6 .col-sm-3,
    .row.gutter6 .col-md-3,
    .row.gutter6 .col-lg-3,
    .row.gutter6 .col-xs-4,
    .row.gutter6 .col-sm-4,
    .row.gutter6 .col-md-4,
    .row.gutter6 .col-lg-4,
    .row.gutter6 .col-xs-5,
    .row.gutter6 .col-sm-5,
    .row.gutter6 .col-md-5,
    .row.gutter6 .col-lg-5,
    .row.gutter6 .col-xs-6,
    .row.gutter6 .col-sm-6,
    .row.gutter6 .col-md-6,
    .row.gutter6 .col-lg-6,
    .row.gutter6 .col-xs-7,
    .row.gutter6 .col-sm-7,
    .row.gutter6 .col-md-7,
    .row.gutter6 .col-lg-7,
    .row.gutter6 .col-xs-8,
    .row.gutter6 .col-sm-8,
    .row.gutter6 .col-md-8,
    .row.gutter6 .col-lg-8,
    .row.gutter6 .col-xs-9,
    .row.gutter6 .col-sm-9,
    .row.gutter6 .col-md-9,
    .row.gutter6 .col-lg-9,
    .row.gutter6 .col-xs-10,
    .row.gutter6 .col-sm-10,
    .row.gutter6 .col-md-10,
    .row.gutter6 .col-lg-10,
    .row.gutter6 .col-xs-11,
    .row.gutter6 .col-sm-11,
    .row.gutter6 .col-md-11,
    .row.gutter6 .col-lg-11,
    .row.gutter6 .col-xs-12,
    .row.gutter6 .col-sm-12,
    .row.gutter6 .col-md-12,
    .row.gutter6 .col-lg-12 {
        padding-right: 3px;
        padding-left: 3px;
    }

.mainContent {
    margin-left: 20px;
}

    .mainContent h1,
    .mainContent h2,
    .mainContent h3,
    .mainContent h4,
    .mainContent h5,
    .mainContent h6 {
        color: #2d566a;
    }

    .mainContent h1 {
        margin: -2px 0 18px 0;
    }

    .mainContent hr {
        margin-bottom: 34px;
    }

.customSelect {
    width: 260px;
}

.select2-container .select2-choice {
    display: block;
    height: 42px;
    padding: 0 25px;
    overflow: hidden;
    position: relative;
    border: 1px solid #e7e7e7;
    line-height: 42px;
    color: #5f5f5f;
    text-transform: uppercase;
    font-family: 'PT Sans Narrow', sans-serif;
    font-weight: 700;
    font-size: 17px;
    text-decoration: none;
    border-radius: 2px;
    background: #fff;
    filter: none;
}

    .select2-container .select2-choice .select2-arrow {
        width: 42px;
        border: 0;
        border-radius: 0 2px 2px 0;
        background: #1f1f1f;
        filter: none;
    }

        .select2-container .select2-choice .select2-arrow b {
            background: transparent url("../images/select2/select2-arrow.png") no-repeat center center !important;
            background-size: auto !important;
        }

.select2-drop-active {
    border-color: #e7e7e7;
}

.select2-results .select2-result-label {
    padding: 15px 6px;
    font-size: 16px;
    border-bottom: 1px solid #d1d1d1;
    margin: 0 15px;
}

.select2-results .select2-highlighted {
    background: #1f1f1f;
}

    .select2-results .select2-highlighted .select2-result-label {
        border-color: #1f1f1f;
    }

.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus {
    outline: 0;
}

.flex-control-nav,
.flex-direction-nav,
.slides {
    margin: 0;
    padding: 0;
    list-style: none;
}

@font-face {
    font-family: flexslider-icon;
    src: url(../css/font/flexslider-icon.eot);
    src: url(../css/font/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(../css/font/flexslider-icon.woff) format('woff'), url(../css/font/flexslider-icon.ttf) format('truetype'), url(../css/font/flexslider-icon.svg#flexslider-icon) format('svg');
    font-weight: 400;
    font-style: normal;
}

.flexslider {
    padding: 0;
}

    .flexslider .slides > li {
        display: none;
        -webkit-backface-visibility: hidden;
    }

    .flexslider .slides img {
        width: 100%;
        display: block;
    }

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides > li:first-child {
    display: block;
}

.flexslider {
    margin: 0 0 60px;
    background: #fff;
    border: 4px solid #fff;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    /*  -o-border-radius: 4px;*/
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    /*  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

    .flex-direction-nav a {
        text-decoration: none;
        display: block;
        width: 40px;
        height: 40px;
        margin: -20px 0 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        overflow: hidden;
        opacity: 0;
        cursor: pointer;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all 0.3s ease;
    }

    .flex-direction-nav .flex-prev {
        left: -50px;
    }

    .flex-direction-nav .flex-next {
        right: -50px;
        text-align: right;
    }

.flexslider:hover .flex-prev {
    opacity: .7;
    left: 10px;
}

.flexslider:hover .flex-next {
    opacity: .7;
    right: 10px;
}

    .flexslider:hover .flex-next:hover,
    .flexslider:hover .flex-prev:hover {
        opacity: 1;
    }

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    /*  filter: alpha(opacity=0);*/
    cursor: default;
}

.flex-direction-nav a:before {
    font-family: flexslider-icon;
    font-size: 40px;
    display: inline-block;
    content: '\f001';
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000000;
}

    .flex-pauseplay a:before {
        font-family: flexslider-icon;
        font-size: 20px;
        display: inline-block;
        content: '\f004';
    }

    .flex-pauseplay a:hover {
        opacity: 1;
    }

    .flex-pauseplay a.flex-play:before {
        content: '\f003';
    }

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
}

    .flex-control-nav li {
        margin: 0 6px;
        display: inline-block;
        zoom: 1;
        *display: inline;
    }

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    /*  -o-border-radius: 20px;*/
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    /*  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);*/
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

    .flex-control-paging li a:hover {
        background: #333;
        background: rgba(0, 0, 0, 0.7);
    }

    .flex-control-paging li a.flex-active {
        background: #000;
        background: rgba(0, 0, 0, 0.9);
        cursor: default;
    }

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

    .flex-control-thumbs li {
        width: 25%;
        float: left;
        margin: 0;
    }

    .flex-control-thumbs img {
        width: 100%;
        display: block;
        opacity: .7;
        cursor: pointer;
    }

        .flex-control-thumbs img:hover {
            opacity: 1;
        }

    .flex-control-thumbs .flex-active {
        opacity: 1;
        cursor: default;
    }

@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}
/* reset styles */
.flexslider {
    margin: 0;
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    /*  -o-border-radius: 0;*/
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    /*  -o-box-shadow: none;*/
    box-shadow: none;
}

    .flexslider .flex-direction-nav a {
        opacity: 1;
        text-shadow: none;
        -webkit-transition: none;
        -moz-transition: none;
    }

    .flexslider .flex-direction-nav a {
        opacity: 1;
        text-shadow: none;
        -webkit-transition: none;
        -moz-transition: none;
    }

    .flexslider .flex-direction-nav .flex-prev {
        left: 20px;
    }

    .flexslider .flex-direction-nav .flex-next {
        right: 20px;
        text-align: center;
    }

    .flexslider:hover .flex-prev {
        opacity: 1;
        left: 20px;
    }

    .flexslider:hover .flex-next {
        opacity: 1;
        right: 20px;
    }

    .flexslider .slides > li {
        -webkit-backface-visibility: visible;
    }

    .flexslider .slides img {
        width: 100%;
    }

    .flexslider .flex-direction-nav a {
        text-align: center;
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
        color: #333;
        line-height: 1;
    }

        .flexslider .flex-direction-nav a:hover {
            color: #1d8fad;
        }

    .flexslider .flex-direction-nav .flex-disabled {
        display: none;
    }

.captionSlider {
    border-top: 5px solid #3a443f;
    border-bottom: 8px solid #ffcc39;
    margin: 0;
}

    .captionSlider .flexslider .slides > li {
        max-height: 482px;
        overflow: hidden;
        position: relative;
    }

        .captionSlider .flexslider .slides > li img {
            display: inline-block;
            width: auto;
        }

        .captionSlider .flexslider .slides > li > img {
            width: 100%;
        }

    .captionSlider .bgimage {
        visibility: hidden;
    }

    .captionSlider .text-caption {
        display: none;
        position: absolute;
        width: 1170px;
        left: 50%;
        margin-left: -585px;
        top: 50%;
    }

        .captionSlider .text-caption * {
            color: #fff;
        }

        .captionSlider .text-caption h2 {
            text-shadow: 0px 0px 9.5px rgba(1, 1, 1, 0.67);
        }

        .captionSlider .text-caption p {
            font-size: 18px;
            line-height: 21px;
            text-shadow: 0px 0px 9.5px rgba(1, 1, 1, 0.67);
        }

        .captionSlider .text-caption hr {
            border-top: 4px solid #ffcc39;
            max-width: 170px;
            margin: 30px 0 22px 0;
            text-align: left;
        }

    .captionSlider .flex-control-nav {
        bottom: 20px;
        z-index: 10;
    }

        .captionSlider .flex-control-nav li {
            margin: 0 4px;
        }

    .captionSlider .flex-control-paging li a {
        width: 14px;
        height: 14px;
        background: transparent;
        border: 2px solid #fff;
        cursor: pointer;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        /*  -o-border-radius: 20px;*/
        border-radius: 20px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        /* -o-box-shadow: none;*/
        box-shadow: none;
    }

        .captionSlider .flex-control-paging li a.flex-active {
            background: #00689b;
        }

.arrowLink {
    display: inline-block;
    background: transparent url("../images/arrow-circle-ico.png") no-repeat left center;
    padding-left: 43px;
    text-shadow: 0px 0px 4.5px rgba(1, 1, 1, 0.46);
    color: #ffcc39 !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 34px;
    min-height: 34px;
    text-transform: uppercase;
}

    .arrowLink:hover {
        text-decoration: underline;
    }

.text-size2 p,
.text-size2 li,
.text-size2 li a {
    font-size: 120% !important;
    line-height: 1.2 !important;
}

.text-size2 .media-heading {
    font-size: 22px;
    line-height: 1;
}

.text-size2 .videoBox h3 {
    font-size: 21px;
    line-height: 1.1;
}

.text-size2 h3 {
    font-size: 26px;
    line-height: 1;
}

    .text-size2 h3 span {
        font-size: 22px;
        line-height: 1;
    }

.text-size2 #footer h3 {
    font-size: 22px;
    line-height: 1;
}

    .text-size2 #footer h3 span {
        font-size: 17px;
        line-height: 1;
    }

.text-size2 #footer h4 {
    font-size: 19px;
    line-height: 1;
}

.text-size2 #footer h2,
.text-size2 .sidebarSection h2 {
    font-size: 23px;
    line-height: 1;
    word-break: break-all;
}

.text-size2 .media a,
.text-size2 .list-details li span {
    font-size: 16px;
    line-height: 1.4;
}

.text-size3 p,
.text-size3 li,
.text-size3 li a {
    font-size: 130% !important;
    line-height: 1.2 !important;
}

.text-size3 .media-heading {
    font-size: 24px;
    line-height: 1;
}

.text-size3 .videoBox h3 {
    font-size: 23px;
    line-height: 1.1;
}

.text-size3 h3 {
    font-size: 28px;
    line-height: 1;
}

    .text-size3 h3 span {
        font-size: 24px;
        line-height: 1;
    }

.text-size3 #footer h3 {
    font-size: 24px;
    line-height: 1;
}

    .text-size3 #footer h3 span {
        font-size: 19px;
        line-height: 1;
    }

.text-size3 #footer h4 {
    font-size: 21px;
    line-height: 1;
}

.text-size3 #footer h2,
.text-size3 .sidebarSection h2 {
    font-size: 25px;
    line-height: 1;
    word-break: break-all;
}

.text-size3 .media a,
.text-size3 .list-details li span {
    font-size: 18px;
    line-height: 1.4;
}
/* salvatorre footer columns*/
#grid {
    margin: 0 -10px;
}

.scolumn {
    float: left;
    padding: 0 10px;
    width: 20%;
}
/* default - 5 columns */
#grid[data-columns]::before {
    content: '5 .scolumn.size-1of5';
}
/* define width */
.size-1of5 {
    width: 20%;
}

.size-1of3 {
    width: 33.33%;
}

.size-1of2 {
    width: 50%;
}
/* IE8 */
.ie8 .gcol {
    float: left;
    width: 20%;
}

.ie8 .navbar-brand img {
    height: 110px;
}

.ie8 .captionSlider .flex-control-paging li a {
    background-image: url("../images/blank.png");
}
/* responsive columns */
@media screen and (max-width: 480px) {
    #grid[data-columns]::before {
        content: '2 .scolumn.size-1of2';
    }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    #grid[data-columns]::before {
        content: '3 .scolumn.size-1of3';
    }
}

@media screen and (min-width: 769px) {
    #grid[data-columns]::before {
        content: '5 .scolumn.size-1of5';
    }
}

#simple-menu {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

/* media queries, adjustments */
.navbar-default .navbar-toggle {
    padding: 10px;
    margin: 28px 28px 10px 25px;
}

.isMobile {
    /* remove shadow */
}

    .isMobile input[type="text"],
    .isMobile input[type="email"],
    .isMobile input[type="search"],
    .isMobile input[type="password"],
    .isMobile textarea {
        -webkit-appearance: none;
    }

    .isMobile .nav-tabs + .tab-content {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
    }

@media (max-width: 1500px) {
    .captionSlider .flexslider .slides > li > img {
        width: 120%;
        max-width: none;
        margin-left: -10%;
    }
}

@media (max-width: 1229px) {
    .navbar-brand img {
        height: 60px;
    }

    .topArea {
        width: 705px;
    }

    .searchForm {
        float: right;
        width: 340px;
        margin-top: 2px;
    }

    .topMenu {
        float: left;
    }

    .searchForm input[type="search"] {
        max-width: 200px;
    }

    .navbar-default .navbar-nav {
        margin-top: 0;
    }

    .captionSlider .text-caption {
        width: 1150px;
        margin-left: -575px;
    }
}

@media (max-width: 1199px) {
    .captionSlider .text-caption {
        width: 950px;
        margin-left: -475px;
    }

    #footer h2 {
        font-size: 15px;
        line-height: 17px;
    }

    .column3,
    .column4,
    .column5 {
        width: 33.33%;
    }

    #footer .postfooter .inner {
        padding: 0;
    }

    .barMedia:before {
        display: none;
        height: 0;
    }
}
/* shared styles for tablet and mobile */
@media (max-width: 991px) {
    .captionSlider .text-caption {
        width: 730px;
        margin-left: -365px;
    }

    .captionSlider .flexslider .slides > li > img {
        width: 160%;
        margin-left: -30%;
    }

    .column1 {
        width: 54%;
    }

    .column2 {
        width: 46%;
    }

    .column1 > .inner {
        padding-right: 5px;
    }

    .column2 > .inner {
        padding-left: 5px;
    }

    .customSelect {
        float: left !important;
    }

    .nav-tabs > li > a {
        font-size: 15px;
    }

    .form-inline input[type="email"] {
        width: auto;
        max-width: 100%;
    }

    .form-inline {
        float: none;
    }

        .form-inline .form-group {
            display: block;
        }

    .categoryPhoto h4 {
        font-size: 14px;
        line-height: 16px;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .categoryPhoto {
        padding-bottom: 28px;
    }

    .list-styled {
        padding-left: 16px;
    }

    #footer .inner {
        padding: 0 5px;
    }

    #footer .postfooter {
        text-align: center;
    }

        #footer .postfooter .inner {
            padding: 0 10px;
        }

    .postftMenu {
        margin: 20px 0 0 0;
        text-align: center;
    }

    .mainContent {
        margin-left: 0;
    }

    .sidebarSection {
        margin-top: 40px;
    }

    .subPage {
        margin-bottom: 40px;
    }
}
/* tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        float: none;
        text-align: center;
    }

    .navbar-default .navbar-brand {
        float: none;
        display: inline-block;
    }

    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }
}
/* mobile */
@media (max-width: 767px) {
    h2 {
        font-size: 34px;
        line-height: 36px;
    }

    .captionSlider .text-caption {
        width: 460px;
        margin-left: -230px;
    }

    .captionSlider .flexslider .slides > li > img {
        width: 200%;
        margin-left: -50%;
    }

    .navbar-default .navbar-brand {
        float: left;
    }

    .topArea {
        width: auto;
        text-align: left;
        clear: both;
    }

    .topMenu {
        margin: 0 !important;
        text-align: center;
    }

    .searchForm .aaaText {
        display: none;
    }

    .searchForm {
        width: auto;
        clear: both;
        text-align: center;
        width: 100%;
    }

        .searchForm input[type="search"] {
            max-width: 100%;
            padding-left: 15px;
        }

        .searchForm input[type="submit"] {
            bottom: 0;
            top: auto;
        }

    .navbar-default .navbar-nav {
        float: left;
        width: 100%;
        clear: both;
    }

    .area1 {
        padding: 30px 0;
    }

    .column1,
    .column2 {
        float: none;
        width: 570px;
        margin: 0 auto;
        padding: 0;
    }

        .column1 > .inner,
        .column2 > .inner {
            padding: 0;
        }

    .column2 {
        margin-top: 50px;
    }

    .customSelect {
        float: right !important;
    }

    .column3,
    .column4,
    .column5 {
        width: 300px;
        margin: 0 auto 25px auto;
        float: none;
    }

    .categoryPhoto {
        max-width: 370px;
        margin: 30px auto 15px auto;
    }

        .categoryPhoto + .list-styled {
            max-width: 370px;
            margin: 0 auto;
        }

    hr {
        margin: 10px 0;
    }

    body {
        padding-top: 68px;
    }

    .navbar-default {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

        .navbar-default .navbar-brand {
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .navbar-default .navbar-brand img {
                height: 50px;
            }

        .navbar-default .navbar-toggle {
            margin-top: 14px;
            margin-bottom: 8px;
        }

    .sidr-open .navbar.navbar-default {
        right: 240px;
    }

    .sidr {
        display: none;
        position: absolute;
        position: fixed;
        top: 0;
        height: 100%;
        z-index: 999999;
        width: 240px;
        overflow-x: auto; /* none;*/
        overflow-y: auto;
        /* Theme Settings */
        font-size: 15px;
        background: #f8f8f8;
        color: #333333;
        -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
        -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
        box-shadow: inset 0 0 5px 5px #ebebeb;
    }

        .sidr .sidr-inner {
            padding: 0 0 15px;
        }

            .sidr .sidr-inner > p {
                margin-left: 15px;
                margin-right: 15px;
            }

        .sidr.right {
            left: auto;
            right: -240px;
        }

        .sidr.left {
            left: -240px;
            right: auto;
        }

        .sidr > ul {
            display: block;
            margin: 0 0 15px;
            padding: 0;
            border-top: 1px solid #dfdfdf;
            border-bottom: 1px solid white;
        }

        .sidr ul {
            margin-bottom: 15px;
        }

        .sidr > ul > li {
            display: block;
            margin: 0;
            line-height: 30px;
            border-top: 1px solid white;
            border-bottom: 1px solid #dfdfdf;
        }

            .sidr > ul > li > a,
            .sidr > ul > li > span {
                padding: 0 15px;
                display: block;
                text-decoration: none;
                color: #333333;
            }

        .sidr ul li ul {
            border-bottom: none;
        }
}

@media (max-width: 600px) {
    .column1,
    .column2 {
        width: 100%;
        padding: 0 20px;
    }

    .postftMenu > li {
        padding: 7px 11px;
    }

        .postftMenu > li:before {
            display: none;
            height: 0;
        }
}

@media (max-width: 550px) {
    .captionSlider {
        margin-bottom: 60px;
    }

        .captionSlider .flex-control-paging li a {
            border-color: #333;
        }

        .captionSlider .flex-control-nav {
            bottom: -55px;
        }

        .captionSlider .text-caption {
            width: 100%;
            margin-left: 0;
            left: auto;
            padding: 0 10px;
        }

            .captionSlider .text-caption h2 {
                font-size: 18px;
                line-height: 20px;
                margin-bottom: 8px;
            }

            .captionSlider .text-caption p {
                font-size: 14px;
                line-height: 16px;
                margin-bottom: 8px;
            }

            .captionSlider .text-caption hr {
                display: none;
            }

    .nav-tabs > li > a {
        padding: 15px 0;
    }

    .nav-tabs.five_items > li {
        width: 33.33%;
        margin-bottom: 2px;
    }

    .tab-content .media > .pull-left {
        margin-right: 0;
        float: none !important;
        display: inline-block;
    }

    .tab-content .media-body {
        overflow: visible;
        margin: 5px 0 0 0;
    }

    .sidr-open .navbar.navbar-default {
        left: -240px;
    }
}