/** TYPOGRAPHY **/
#mainbody p.small {
    font-size: 12px;
    line-height: 18px;
    color: #007681
}

#mainbody p.lead {
    font-size: 16px;
    line-height: 26px;
    color: #007681;
    margin: 15px 0
}

h2,h3 {
    color: #007681
}

h4 {
    text-transform: none
}

h1 {
    color: #007681;
    padding: 0;
    margin: 20px 0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 300
}

h3 {
    font-size: 20px;
    line-height: 30px
}

h2 {
    font-size: 26px;
    line-height: 36px
}

#mainbody li {
    font-family: 'Lora',Times,serif;
    line-height: 22px
}

#mainbody ul {
    padding: 0;
    margin: 0;
    list-style-position: inside
}

/** GENERAL **/
#content-area {
    padding: 0
}

body {
    font-family: 'Lato',Arial,sans-serif
}

#mainbody p {
    font-family: 'Lora',Times,serif;
    line-height: 22px
}

a {
    color: #007681
}

a:hover {
    color: #666
}

.container {
    padding: 20px
}

/** TABLES **/
.table {
    font-family: 'Lora',Times,serif
}

.table strong {
    color: #007681
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    border-bottom: 1px solid #f1f1f1
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: none
}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f1f1f1
}

/** HEADER **/
#header h3 {
    color: #007681
}

#mod-finder-searchform.form-search input {
    padding: 6px 12px;
    font-size: 12px;
    color: #666;
    border: none;
    background: #f1f1f1
}

#mod-finder-searchform.form-search input:hover,#mod-finder-searchform.form-search input:focus {
    padding: 6px 12px;
    color: #fff;
    border: none;
    background: #666;
    outline: none
}

#mod-finder-searchform.form-search input.input-medium {
    width: 170px
}

#header .header-left {
    margin: 15px 0
}

#header .header-right {
    margin-top: 60px
}

/** FOOTER AREA **/
#footer,#footer .container {
    background-color: transparent;
    font-size: 13px;
    color: #666
}

#footer {
    border-bottom: 10px solid #007681;
    border-top: 1px solid #977B4A
}

#footer a {
    color: #007681
}

#footer a:hover {
    color: #666;
    text-decoration: none
}

ul.social li a {
    font-size: 20px;
    color: #fff!important;
    background-image: none;
    background: #999;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0;
    margin: 0
}

ul.social li a:hover {
    backround-image: none;
    opacity: 1;
    color: #fff;
    background: #977B4A
}

ul.social>li {
    padding-left: 0;
    padding-right: 2px
}

.list-inline {
    margin-left: 0
}

#footer p {
    margin: 0 0 5px;
    line-height: 145%
}

#footer p:last-child {
    margin: 10px 0 0
}

small {
    line-height: 14px
}

ul.credit-logos {
    margin: 0;
    padding: 0
}

ul.credit-logos li {
    margin-left: 15px;
    float: right
}

ul.credit-logos li:last-child {
    margin-right: 0
}

.credit-logos a {
    display: block
}

.credit-logos img {
    height: 75px;
    width: auto
}

/** MENU AREA **/
#menu {
    background: #999
}

#menu .container {
    border: none;
    padding: 0 20px
}

.navbar-nav>li>a {
    padding: 12px 25px;
    color: #fff;
    font-size: 20px;
    font-weight: 300
}

.navbar-nav>li>a:hover,.navbar-nav>li.active>a,.navbar-nav>li.active>a:hover {
    background: #666
}

.dropdown-menu {
    border: none;
    box-shadow: none;
    background: #f1f1f1;
    padding: 0;
    border-radius: 0
}

.dropdown-menu>li>a {
    padding: 7px 20px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ccc
}

.dropdown-menu>li>a:hover,.dropdown-menu>li.active>a,.dropdown-menu>li.active>a:hover {
    color: #007681;
    background-color: #ccc
}

.dropdown-submenu > .dropdown-menu {
    left: 100%!important
}

.navbar-nav > li:hover > a {
    background: #666
}

.dropdown-menu > li:hover > a {
    background: #ccc;
    color: #007681
}

.dropdown-menu > li:hover > a::after {
    border-color: transparent transparent transparent #007681
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: 0;
    border-radius: 0
}

.dropdown-submenu > li:hover > a {
    box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.4)
}

.dropdown-menu > li:hover li > a {
    box-shadow: inset 7px 0 9px -7px rgba(0,0,0,0.4)
}

/** BUTTONS **/
.btn {
    display: inline-block;
    padding: 6px 12px;
    border: none;
    border-radius: 0;
    font-family: 'Lato',Arial,sans-serif
}

.btn-default {
    color: #fff;
    background-color: #999;
    position: relative
}

.btn-default:hover {
    background-color: #977B4A;
    color: #fff
}

.btn-default:after {
    content: '\f054';
    position: absolute;
    top: 0;
    right: -34px;
    color: #999;
    font-family: FontAwesome;
    padding: 6px 12px;
    background: #f1f1f1
}

.btn-default:hover:after {
    color: #977B4A
}

/** GO TO TOP **/
.go-top {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #007681;
    font-size: 12px;
    padding: 5px 10px
}

/** HOMEPAGE FEATURE PANELS **/
#below-content {
    border-top: 1px solid #ccc;
    padding-top: 20px
}

#below-content .feature {
    padding: 15px;
    background: #f1f1f1;
    color: #fff;
    min-height: 140px
}

#below-content .feature h3 {
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 15px;
    position: relative
}

#below-content .feature h3 a {
    color: #fff
}

#below-content .feature h3 a:hover {
    color: rgba(255,255,255,0.5)
}

#below-content .feature h3:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    content: "\f054";
    color: #fff;
    font-size: 14px
}

#below-content .feature p {
    margin: 0;
    line-height: 19px;
    font-size: 13px
}

#below-content .feature img {
    float: left;
    margin-right: 10px
}

#below-content .feature.feature-green {
    background: #007681
}

#below-content .feature.feature-red {
    background: #5B527E
}

#below-content .feature.feature-blue {
    background: #005EB8
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.sidebar-right {
    padding-top: 20px
}

ul.credit-logos li {
    margin-right: 5px;
    margin-left: 0;
    float: left
}

.credit-logos img {
    height: 40px
}

ul.credit-logos {
    margin-top: 10px
}

#slider:before {
    display: none
}

.mm-menu.mm-light .mm-list > li > a.mm-subclose {
    background: #999;
    color: #fff
}

.navbar-nav>li>a {
    padding: 10px 20px;
    color: #666;
    font-size: 14px;
    font-weight: 400
}

.navbar-nav>li>a:hover,.navbar-nav>li.active>a,.navbar-nav>li.active>a:hover {
    background: #ccc;
    color: #007681
}

.mm-menu.mm-light .mm-list > li:after {
    border-color: #ccc
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
    border-color: #ccc
}

.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    margin-left: 0
}

.mm-menu.mm-light .mm-list > li > a.mm-subopen:after,.mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
    border-color: #007681
}

.mm-menu .mm-list {
    padding: 10px 0
}

.dropdown-menu>li>a {
    border-bottom: none
}

.mob-menu-below .mm-menu .mm-list {
    padding: 0
}

.mob-menu-below {
    margin-top: 10px
}

.mob-menu-below .mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
    border: none
}

.mob-menu-below .mm-list > li {
    display: inline-block
}

.mob-menu-below p {
    margin-top: 5px
}

.mm-menu.mm-front.mm-top,.mm-menu.mm-front.mm-bottom {
    height: 90%
}

.mm-menu > .mm-panel {
    padding-top: 10px
}

.btn-block.btn-lg.btn-default {
    padding: 8px 16px
}

.btn-block.btn-lg.btn-default a {
    color: #fff
}

.btn-block.btn-lg.btn-default:after {
    display: none
}

#mainbody .container {
    padding-top: 0
}

#below-content .feature {
    margin-bottom: 20px
}

#header .header-left {
    margin-top: 55px
}

h1 {
    margin: 15px 0
}

#mainbody .container {
    padding-bottom: 0
}

#mm-sidebar .nav > li.parent > a:hover,#mm-sidebar .nav > li.parent > a:focus {
    background-color: rgba(0,0,0,0.02)
}
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
/* Styles */

}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
/* Styles */

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.credit-logos img {
    height: 70px
}
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
.navbar-nav>li>a {
    padding: 12px
}
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
#menu .nav.menu.navbar-nav > li {
    border-top: none
}

.navbar-nav>li>a {
    padding: 8px 10px;
    font-size: 16px
}

#header h3 {
    font-size: 18px
}

#header .header-right {
    margin-top: 50px
}

#below-content .feature h3 {
    font-size: 18px
}

#below-content .feature img {
    display: none
}
}

/** GENERAL CAT BLOG **/
.item-image img {
    width: 100%
}

.blog.default .items-leading {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc
}

.blog .item .category-blog-introtext p,.blog .items-leading .category-blog-introtext p {
    margin-top: 0
}

.items-row {
    margin-bottom: 0
}

.item {
    margin-bottom: 10px
}

/** BLOG: FEATURE **/
.blog.feature .item h2,.blog.feature .items-leading h2 {
    background: #007681;
    padding: 10px 15px;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    margin: 0
}

.blog.feature .item h2 a,.blog.feature .items-leading h2 a {
    color: #fff
}

.blog.feature .item .category-blog-introtext,.blog.feature .items-leading .category-blog-introtext {
    background: #f1f1f1;
    padding: 15px
}

/** BLOG: DEFAULT **/
.blog.default .item h2,.blog.default .items-leading h2 {
    padding: 15px 0;
    font-size: 22px;
    color: #007681;
    margin: 0;
    line-height: 22px
}

.blog.default .item h2 a,.blog.default .items-leading h2 a {
    color: #007681
}

/** BLOG: ACCORDION **/
.item h2 a:after,.items-leading h2 a:after {
    content: '\f078';
    font-family: FontAwesome;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
    position: relative
}

.item h2 a.collapsed:after,.items-leading h2 a.collapsed:after {
    content: '\f054'
}

/** BREADCRUMBS **/
.breadcrumb {
    padding: 0;
    text-transform: uppercase
}

.breadcrumb>.active {
    color: #999
}

.breadcrumb .divider img {
    display: none
}

/**  CAROUSEL **/
#above-content {
    margin-bottom: 20px
}

.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span {
    background: #007681
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 56px;
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    opacity: .8
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    opacity: 1
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 3%
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 3%
}

.owl-theme .owl-nav {
    margin-top: 0
}

ul li.dropdown-submenu .caret {
    border-color: #666
}

.owl-dots {
    line-height: 20px
}

.owl-theme .owl-dots .owl-dot span {
    margin-bottom: 0;
    margin-top: 10px
}

/** HOME NEWS **/
.item .newsflash h4.newsflash-title {
    margin-top: 0
}

.item .newsflash hr {
    display: none
}

/** RIGHT COLUMN **/
.sidebar-right .headline h4 {
    background: #007681;
    padding: 10px 15px;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    margin: 0
}

.sidebar-right .newsflash h4.newsflash-title {
    text-transform: none
}

.sidebar-right .module {
    margin-bottom: 20px
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #ccc
}

.sidebar-right {
    padding-left: 15px
}

/** RS FORM **/
fieldset.formFieldset ol.formContainer li {
    padding: 0
}

.formResponsive .formHorizontal .rsform-block {
    margin-bottom: 5px
}

.formResponsive textarea,.formResponsive input[type=text],.formResponsive input[type=password] {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    color: #007681;
    display: inline-block;
    margin-bottom: 0;
    padding: 5px;
    height: 30px
}

.formResponsive .formHorizontal .formControlLabel {
    font-family: 'Lora',Times,serif;
    text-align: left
}

.formResponsive textarea {
    height: auto
}

.formResponsive textarea:focus,.formResponsive input[type=text]:focus,.formResponsive input[type=password]:focus,.formResponsive select:focus {
    background: #007681;
    border: 1px solid #007681;
    box-shadow: none;
    color: #fff
}

.formResponsive input[type=submit] {
    background-color: #999;
    position: relative;
    background-image: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    padding: 6px 12px;
    text-shadow: none;
    font-size: 14px
}

.formResponsive input[type=submit]:hover {
    background-color: #977B4A;
    border: none
}