@charset "utf-8";

/*
Template Name: Surogou
Author: <a href="https://www.os-templates.com/">OS Templates</a>
Author URI: https://www.os-templates.com/
Copyright: OS-Templates.com
Licence: Free to use under our free template licence terms
Licence URI: https://www.os-templates.com/template-terms
File: Layout CSS
*/

@import url("fontawesome-free/css/fontawesome-all.min.css");
@import url("framework.css");

/* Rows
--------------------------------------------------------------------------------------------------------------- */

body {
    font-family: Verdana, Geneva, sans-serif;
}

.heading {
    font-family: Verdana, Geneva, sans-serif;
}

.row0,
.row0 a {}

.row1,
.row1 a {}

.row2,
.row2 a {}

.row3,
.row3 a {
    color: #c16e2a;
}

.row4,
.row4 a {}

.row5 {
    border-top: 1px solid;
}


/* Top Bar
--------------------------------------------------------------------------------------------------------------- */

#topbar {
    padding: 15px 0;
    font-size: .8rem;
    text-transform: uppercase;
}

#topbar ul li {
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    border-right: 1px solid;
}

#topbar ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

#topbar i {
    line-height: normal;
}


/* Header
--------------------------------------------------------------------------------------------------------------- */

#header {
    padding: 10px 0;
}

#header #logo * {
    margin: 0;
    padding: 0;
    line-height: 1;
}

#header #logo h1 {
    font-size: 32px;
    font-weight: 700;
}

#header #logo h1 span {
    font-size: 4rem;
    font-weight: 400;
}

#header ul {}

#header ul li {}

#header ul li div {
    position: relative;
    min-height: 60px;
    padding: 0 0 0 80px;
}

#header ul li div i {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 22px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
}

#header ul li div span {
    display: block;
    padding: 8px 0 0 0;
}

#header div:last-child {
    margin-bottom: 0;
}


/* Used when elements stack in small viewports */


/* Page Intro
--------------------------------------------------------------------------------------------------------------- */

#pageintro {
    padding: 180px 0;
}

#pageintro article {
    display: block;
    max-width: 75%;
}

#pageintro .heading {
    margin-bottom: 20px;
    font-size: 3rem;
}

#pageintro p:first-of-type {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 1.6rem;
    letter-spacing: 5px;
}

#pageintro footer {
    margin-top: 50px;
}


/* Content Area
--------------------------------------------------------------------------------------------------------------- */

.container {
    padding: 40px 0;
}


/* Content */

.container .content {}

.sectiontitle {
    display: block;
    max-width: 55%;
    margin: 0 auto 80px;
    text-align: center;
}

.sectiontitle * {
    margin: 0;
}

.ringcon {
    display: inline-block;
    border: 1px solid;
    border-radius: 50%;
}

.ringcon i {
    display: block;
    width: 160px;
    height: 160px;
    line-height: 160px;
    font-size: 56px;
}

.overview {}

.overview>li {
    margin-bottom: 30px;
}

.overview>li:nth-last-child(-n+3) {
    margin-bottom: 0;
}


/* Removes bottom margin from the last three items - margin is restored in the media queries when items stack */

.overview>li:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
}


/* Removes the need to add class="first" */

.overview>li figure {
    position: relative;
    max-width: 348px;
}


/* Uses the one_third width in pixels */

.overview>li figure figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
}

.overview>li figure a::after,
.overview>li figure figcaption {}

.overview>li figure:hover a::after,
.overview>li figure:hover figcaption {
    opacity: 0;
}

.overview>li figure figcaption * {
    margin: 0;
}

.overview>li figure .heading {
    margin-bottom: 10px;
    font-size: 1.2rem;
}


/* Comments */

#comments ul {
    margin: 0 0 40px 0;
    padding: 0;
    list-style: none;
}

#comments li {
    margin: 0 0 10px 0;
    padding: 15px;
}

#comments .avatar {
    float: right;
    margin: 0 0 10px 10px;
    padding: 3px;
    border: 1px solid;
}

#comments address {
    font-weight: bold;
}

#comments time {
    font-size: smaller;
}

#comments .comcont {
    display: block;
    margin: 0;
    padding: 0;
}

#comments .comcont p {
    margin: 10px 5px 10px 0;
    padding: 0;
}

#comments form {
    display: block;
    width: 100%;
}

#comments input,
#comments textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid;
}

#comments textarea {
    overflow: auto;
}

#comments div {
    margin-bottom: 15px;
}

#comments input[type="submit"],
#comments input[type="reset"] {
    display: inline-block;
    width: auto;
    min-width: 150px;
    margin: 0;
    padding: 8px 5px;
    cursor: pointer;
}


/* Sidebar */

.container .sidebar {}

.sidebar .sdb_holder {
    margin-bottom: 50px;
}

.sidebar .sdb_holder:last-child {
    margin-bottom: 0;
}


/* Testimonials
--------------------------------------------------------------------------------------------------------------- */

#testimonials {}

#testimonials article {
    text-align: center;
}

#testimonials article * {
    margin: 0;
    padding: 0;
}

#testimonials article img {
    margin-bottom: 20px;
    border-radius: 50%;
}

#testimonials article blockquote {
    margin-bottom: 20px;
    padding: 20px;
}

#testimonials article blockquote::before {
    top: 5px;
    left: 5px;
    font-size: 30px;
    line-height: 30px;
}

#testimonials article .heading {
    font-size: 1.4rem;
}

#testimonials article em {
    display: block;
    margin-top: -5px;
    font-size: .8rem;
    font-style: normal;
}


/* Latest
--------------------------------------------------------------------------------------------------------------- */

#latest {}

#latest article {}

#latest article figure {
    display: block;
    position: relative;
}

#latest article figure img {}

#latest article figure figcaption {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
}

#latest article figure figcaption * {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1;
}

#latest article figure figcaption time {
    width: 100%;
}

#latest article figure figcaption time strong {
    padding: 12px 0;
    font-size: 18px;
}

#latest article figure figcaption time em {
    padding: 8px 0;
}

#latest article .excerpt {
    padding: 25px 20px;
}

#latest article .excerpt .heading {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
}

#latest article .excerpt .meta {}

#latest article .excerpt .meta li {
    display: inline-block;
    font-size: .8rem;
}

#latest article .excerpt .meta li::after {
    margin-left: 5px;
    content: "|";
}

#latest article .excerpt .meta li:last-child::after {
    margin: 0;
    content: "";
}

#latest article .excerpt p {}

#latest article .excerpt footer {
    margin-top: 30px;
}


/* Click to Action
--------------------------------------------------------------------------------------------------------------- */

#cta {}

#cta .sectiontitle {
    margin-bottom: 50px;
}

#cta ul {}

#cta ul li {}

#cta ul li:last-child {
    margin-bottom: 0;
}


/* Used when elements stack in small viewports */

#cta ul li div {
    position: relative;
    min-height: 60px;
    padding: 20px;
    padding-left: 100px;
}

#cta ul li div i {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    line-height: 58px;
    font-size: 22px;
    text-align: center;
    border: 1px solid;
    border-radius: 50%;
}

#cta ul li div span {
    display: block;
    padding: 8px 0 0 0;
}

#cta ul li div span strong {
    display: block;
    text-transform: capitalize;
}


/* Footer
--------------------------------------------------------------------------------------------------------------- */

#footer {
    padding: 80px 0;
}

#footer .heading {
    margin-bottom: 50px;
    /*font-size: 1.8rem;*/
}

#footer h1 {
    margin-bottom: 40px;
    font-size: 32px;
    font-weight: 700;
}

#footer h1 span {
    font-size: 4rem;
    font-weight: 400;
}

#footer .linklist li {
    display: block;
    margin-bottom: 15px;
    padding: 0 0 15px 0;
    border-bottom: 1px solid;
}

#footer .linklist li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

#footer .linklist li::before,
#footer .linklist li::after {
    display: table;
    content: "";
}

#footer .linklist li,
#footer .linklist li::after {
    clear: both;
}

#footer input,
#footer button {
    border: 1px solid;
}

#footer input {
    display: block;
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#footer button {
    padding: 8px 18px 10px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}


/* Copyright
--------------------------------------------------------------------------------------------------------------- */

#copyright {
    padding: 20px 0;
}

#copyright * {
    margin: 0;
    padding: 0;
}


/* Transition Fade
This gives a smooth transition to "ALL" elements used in the layout - other than the navigation form used in mobile devices
If you don't want it to fade all elements, you have to list the ones you want to be faded individually
Delete it completely to stop fading
--------------------------------------------------------------------------------------------------------------- */

*,
*::before,
*::after {
    transition: all .3s ease-in-out;
}

#mainav form * {
    transition: none !important;
}


/* ------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------ */


/* Navigation
--------------------------------------------------------------------------------------------------------------- */

nav ul,
nav ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mainav,
#breadcrumb,
.sidebar nav {
    line-height: normal;
}

#mainav .drop::after,
#mainav li li .drop::after,
#breadcrumb li a::after,
.sidebar nav a::after {
    position: absolute;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    font-size: 10px;
    line-height: 10px;
}


/* Top Navigation */

#mainav {
    position: relative;
    margin-bottom: -30px;
    padding: 0;
    z-index: 999;
}

#mainav ul {
    text-transform: uppercase;
}

#mainav ul ul {
    z-index: 9999;
    position: absolute;
    width: 180px;
    text-transform: none;
    text-align: left;
}

#mainav ul ul ul {
    left: 180px;
    top: 0;
}

#mainav li {
    display: block;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

#mainav li:last-child {
    margin-right: 0;
}

#mainav li li {
    width: 100%;
    margin: 0;
}

#mainav li a {
    display: block;
    padding: 20px;
}

#mainav li li a {
    border: solid;
    border-width: 0 0 1px 0;
}

#mainav .drop {
    padding-left: 15px;
}

#mainav li li a,
#mainav li li .drop {
    display: block;
    margin: 0;
    padding: 10px 15px;
}

#mainav .drop::after,
#mainav li li .drop::after {
    content: "\f0d7";
}

#mainav .drop::after {
    top: 25px;
    left: 5px;
}

#mainav li li .drop::after {
    top: 15px;
    left: 5px;
}

#mainav ul ul {
    visibility: hidden;
    opacity: 0;
}

#mainav ul li:hover>ul {
    visibility: visible;
    opacity: 1;
}

#mainav form {
    display: none;
    margin: 0;
    padding: 0;
}

#mainav form select,
#mainav form select option {
    display: block;
    cursor: pointer;
    outline: none;
}

#mainav form select {
    width: 100%;
    padding: 5px;
    border: none;
}

#mainav form select option {
    margin: 5px;
    padding: 0;
    border: none;
}


/* Breadcrumb */

#breadcrumb-home {
    padding: 200px 0px
}

#breadcrumb {
    padding: 100px 0px
}

#breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
}

#breadcrumb li {
    display: inline-block;
    margin: 0 6px 0 0;
    padding: 0;
}

#breadcrumb li a {
    display: block;
    position: relative;
    margin: 0;
    padding: 0 12px 0 0;
    font-size: 12px;
}

#breadcrumb li a::after {
    top: 4px;
    right: 0;
    content: "\f0da";
}

#breadcrumb li:last-child a {
    margin: 0;
    padding: 0;
}

#breadcrumb li:last-child a::after {
    display: none;
}

#breadcrumb .heading {
    margin: 0;
    font-size: 3rem;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 600;
}


/* Sidebar Navigation */

.sidebar nav {
    display: block;
    width: 100%;
}

.sidebar nav li {
    margin: 0 0 3px 0;
    padding: 0;
}

.sidebar nav a {
    display: block;
    position: relative;
    margin: 0;
    padding: 5px 10px 5px 15px;
    text-decoration: none;
    border: solid;
    border-width: 0 0 1px 0;
}

#logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    /*width: 20%;*/
    height: 60px;
}


.sidebar nav a::after {
    top: 10px;
    left: 5px;
    content: "\f0da";
}

.sidebar nav ul ul a {
    padding-left: 35px;
}

.sidebar nav ul ul a::after {
    left: 25px;
}

.sidebar nav ul ul ul a {
    padding-left: 55px;
}

.sidebar nav ul ul ul a::after {
    left: 45px;
}


/* Pagination */

.pagination {
    display: block;
    width: 100%;
    text-align: center;
    clear: both;
}

.pagination li {
    display: inline-block;
    margin: 0 2px 0 0;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination a,
.pagination strong {
    display: block;
    padding: 8px 11px;
    border: 1px solid;
    background-clip: padding-box;
    font-weight: normal;
}


/* Back to Top */

#backtotop {
    z-index: 999;
    display: inline-block;
    position: fixed;
    visibility: hidden;
    bottom: 20px;
    left: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    opacity: .2;
    width:40px;
}

#backtotop i {
    display: block;
    width: 100%;
    height: 100%;
    line-height: inherit;
}

#backtotop.visible {
    visibility: visible;
    opacity: .5;
}

#backtotop:hover {
    opacity: 1;
}


/* Tables
--------------------------------------------------------------------------------------------------------------- */

table,
th,
td {
    border: 1px solid;
    border-collapse: collapse;
    vertical-align: top;
}

table,
th {
    table-layout: auto;
}

table {
    width: 100%;
    margin: 15px 0;
}

th,
td {
    padding: 5px 8px;
}

td {
    border-width: 0 1px;
}


/* Gallery
--------------------------------------------------------------------------------------------------------------- */

#gallery {
    display: block;
    width: 100%;
    margin-bottom: 50px;
}

#gallery figure figcaption {
    display: block;
    width: 100%;
    clear: both;
}

#gallery li {
    margin-bottom: 30px;
}


/* Font Awesome Social Icons
--------------------------------------------------------------------------------------------------------------- */

.faico {
    margin: 0;
    padding: 0;
    list-style: none;
}

.faico li {
    display: inline-block;
    margin: 8px 5px 0 0;
    padding: 0;
    line-height: normal;
}

.faico li:last-child {
    margin-right: 0;
}

.faico a {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    text-align: center;
}

.faico a {
    color: #FFFFFF;
    background-color: #c16e2a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.fas:hover {
    color: #f8a764;
}

.fab:hover {
    color: #f8a764;
}

.faicon-dribble:hover {
    background-color: #EA4C89;
}

.faico a:hover {
    background-color: #f8a764;
}

.faico a i {
    color: #FFFFFF!important;
}


/* .faicon-facebook:hover {
        background-color: #3B5998;
    } */

.faicon-google-plus:hover {
    background-color: #DB4A39;
}

.faicon-linkedin:hover {
    background-color: #0E76A8;
}

.faicon-twitter:hover {
    background-color: #00ACEE;
}

.faicon-vk:hover {
    background-color: #4E658E;
}


/* ------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------ */


/* Colours
--------------------------------------------------------------------------------------------------------------- */

body {
    color: #474747;
    background-color: #FFFFFF;
}

.linklist a:hover {
    color: #c16e2a!important;
    text-decoration: none !important;
}

.linklist a {
    color: #c16e2a!important;
    text-decoration: none !important;
}

a:active,
a:focus {
    background: transparent;
}


/* IE10 + 11 Bugfix - prevents grey background */

hr,
.borderedbox {
    border-color: #D7D7D7;
}

label span {
    color: #FF0000;
    background-color: inherit;
}

input:focus,
textarea:focus,
*:required:focus {
    border-color: #56AED4;
}

.overlay {
    color: #FFFFFF;
    background-color: inherit;
}

.overlay::after {
    color: inherit;
    background-color: rgba(0, 0, 0, 0.3);
}

.overlay.light {
    color: #474747;
}

.overlay.light::after {
    background-color: rgba(255, 255, 255, .7);
}

.btn,
.btn.inverse:hover {
    color: #FFFFFF;
    background-color: #c16e2a;
    border-color: #c16e2a;
}

.btn:hover,
.btn.inverse {
    color: inherit;
    background-color: transparent;
    border-color: inherit;
}

.logoname {
    color: #c16e2a;
}

.logoname span {
    color: #c16e2a;
}


/* Rows */

.row0,
.row0 a {
    color: #FFFFFF;
    background-color: #c16e2a;
}

.row1 {
    color: #474747;
    background-color: #FFFFFF;
}

.row2 {
    color: #474747;
    background-color: #F4F4F4;
}

.row3 {
    color: #474747;
    background-color: #FFFFFF;
}

.row4 {
    color: #474747;
    background-color: #FFFFFF;
}

.row5,
.row5 a {
    color: #474747;
    background-color: #FFFFFF;
}

.row5 {
    border-color: rgba(0, 0, 0, .1);
}

.gradient {
    color: #FFFFFF;
    background: linear-gradient(to bottom right, #c16e2a, #4FB5F5);
}


/* Top Bar */

#topbar ul li {
    border-color: rgba(255, 255, 255, .4);
}

#topbar div:first-of-type li:first-child a {
    color: #fff;
}


/* Header */

#header a {
    color: inherit;
}

#header ul li div i {
    border-color: rgba(0, 0, 0, .1);
}


/* Page Intro */

#pageintro {
    color: #FFFFFF;
}


/* Content Area */

.ringcon {
    background-color: #FFFFFF;
    border-color: rgba(0, 0, 0, .2);
}

.ringcon:hover {
    color: #FFFFFF;
    background-color: #c16e2a;
}

.overview>li figure a::after {
    background-color: rgba(0, 0, 0, .5);
}

.overview>li figure figcaption {
    color: #FFFFFF;
}


/* Testimonials */

#testimonials article blockquote {
    color: #474747;
    background-color: #FFFFFF;
}

#testimonials article blockquote::before {
    color: rgba(0, 0, 0, .1);
}


/* Latest */

#latest article figure figcaption {
    color: #FFFFFF;
}

#latest article figure figcaption time strong {
    background-color: #1B2026;
}

#latest article figure figcaption time em {
    background-color: #0F1620;
}

#latest article .excerpt {
    color: inherit;
    background-color: #FFFFFF;
}


/* Click to Action */

#cta ul li {
    color: #474747;
    background-color: #FFFFFF;
}

#cta ul li div i {
    color: #4FB5F5;
    border-color: rgba(0, 0, 0, .1);
}


/* Footer */


/*#footer .heading {*/


/*    color: #000000;*/


/*}*/

#footer hr,
#footer .borderedbox,
#footer .linklist li {
    border-color: rgba(0, 0, 0, .1);
}

#footer input,
#footer button {
    border-color: transparent;
}

#footer input {
    color: #FFFFFF;
    background-color: #c16e2a;
}

#footer input:focus {
    border-color: #c16e2a;
}

#footer button {
    color: #FFFFFF;
    background-color: #c16e2a;
    border-radius: 5px;
    margin-bottom: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#footer button:hover {
    background-color: #f8a764;
}


/* Navigation */

#mainav {
    color: #FFFFFF;
    background-color: #c16e2a;
    display: flex;
    justify-content: center;
    align-items: center;
}

#mainav li a {
    color: inherit;
}

#mainav .active a,
#mainav a:hover,
#mainav li:hover>a {
    color: #f8a764;
    background-color: inherit;
}

#mainav li li a,
#mainav .active li a {
    color: #FFFFFF;
    background-color: #c16e2a;
    /* #c16e2a */
    border-color: rgba(0, 0, 0, .6);
}

#mainav li li:hover>a,
#mainav .active .active>a {
    color: #f8a764;
    background-color: #c16e2a;
}

#mainav form select {
    color: #474747;
    background-color: #FFFFFF;
}

#breadcrumb a {
    color: inherit;
    background-color: inherit;
}

#breadcrumb li:last-child a {
    color: #c16e2a;
}

.container .sidebar nav a {
    color: inherit;
    border-color: #D7D7D7;
}

.container .sidebar nav a:hover {
    color: #c16e2a;
}

.pagination a,
.pagination strong {
    border-color: #D7D7D7;
}

.pagination .current * {
    color: #FFFFFF;
    background-color: #c16e2a;
}

#backtotop {
    color: #FFFFFF;
    background-color: #c16e2a;
}


/* Tables + Comments */

table,
th,
td,
#comments .avatar,
#comments input,
#comments textarea {
    border-color: #D7D7D7;
}

#comments input:focus,
#comments textarea:focus,
#comments *:required:focus {
    border-color: #c16e2a;
}

th {
    color: #FFFFFF;
    background-color: #373737;
}

tr,
#comments li,
#comments input[type="submit"],
#comments input[type="reset"] {
    color: inherit;
    background-color: #FBFBFB;
}

tr:nth-child(even),
#comments li:nth-child(even) {
    color: inherit;
    background-color: #F7F7F7;
}

table a,
#comments a {
    background-color: inherit;
}


/* ------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------ */


/* ------------------------------------------------------------------------------------------------------------ */


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */

@-ms-viewport {
    width: device-width;
}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */

@media screen and (min-width:1140px) {
    .hoc {
        max-width: 1140px;
    }
}


/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:978px) {
    .hoc {
        max-width: 90%;
    }
    #topbar {}
    #header {}
    #mainav {
        padding: 15px;
    }
    #mainav ul {
        display: none;
    }
    #mainav form {
        display: block;
    }
    #breadcrumb {}
    .container {}
    #comments input[type="reset"] {
        margin-top: 10px;
    }
    .pagination li {
        display: inline-block;
        margin: 0 5px 5px 0;
    }
    #footer {}
    #copyright {}
    #copyright p:first-of-type {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:750px) {
    .imgl,
    .imgr {
        display: inline-block;
        float: none;
        margin: 0 0 10px 0;
    }
    .fl_left,
    .fl_right {
        display: block;
    }
    .group .group>*:last-child,
    .clear .clear>*:last-child,
    .clear .group>*:last-child,
    .group .clear>*:last-child {
        margin-bottom: 0;
    }
    /* Experimental - Needs more testing in different situations, stops double margin when stacking */
    .one_half,
    .one_third,
    .two_third,
    .one_quarter,
    .two_quarter,
    .three_quarter {
        display: block;
        float: none;
        width: auto;
        margin: 0 0 30px 0;
        padding: 0;
    }
    #topbar {
        padding-top: 15px;
        text-align: center;
    }
    #topbar ul {
        margin: 0;
        line-height: normal;
    }
    .container.gallery-container {
        background-color: #fff;
        color: #35373a;
        min-height: 100vh;
        padding: 30px 50px;
    }
    .gallery-container h1 {
        text-align: center;
        margin-top: 50px;
        font-family: 'Droid Sans', sans-serif;
        font-weight: bold;
    }
    .gallery-container p.page-description {
        text-align: center;
        margin: 25px auto;
        font-size: 18px;
        color: #999;
    }
    .tz-gallery {
        padding: 40px;
    }
    /* Override bootstrap column paddings */
    .tz-gallery .row>div {
        padding: 2px;
    }
    .tz-gallery .lightbox img {
        width: 100%;
        border-radius: 0;
        position: relative;
    }
    .tz-gallery .lightbox:before {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -13px;
        margin-left: -13px;
        opacity: 0;
        color: #fff;
        font-size: 26px;
        font-family: 'Glyphicons Halflings';
        content: '\e003';
        pointer-events: none;
        z-index: 9000;
        transition: 0.4s;
    }
    .tz-gallery .lightbox:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background-color: rgba(46, 132, 206, 0.7);
        content: '';
        transition: 0.4s;
    }
    i:hover {
        color: green;
    }
    .tz-gallery .lightbox:hover:after,
    .tz-gallery .lightbox:hover:before {
        opacity: 1;
    }
    .baguetteBox-button {
        background-color: transparent !important;
    }
    @media(max-width: 768px) {
        body {
            padding: 0;
        }
    }
    #pageintro article {
        max-width: none;
        text-align: left;
    }
    #pageintro .heading {
        font-size: 2rem;
    }
    #pageintro p:first-of-type {
        font-size: 1rem;
    }
    .sectiontitle {
        max-width: none;
    }
    .overview>li:nth-last-child(-n+3) {
        margin-bottom: 30px;
        /* margin-left: -40px!important; */
    }
    #latest article {
        max-width: 348px;
    }
    /* Uses the one_third width in pixels */
    #footer {
        padding-bottom: 50px;
    }
    /* Not required, just looks a little better */
}

@media screen and (max-width:450px) {
    #topbar ul li {
        margin-bottom: 2px;
        padding-right: 0;
        border-right: none;
    }
    #logo img {
        width: 125px!important;
        height: auto!important;
    }
}


/* Other
--------------------------------------------------------------------------------------------------------------- */

@media screen and (max-width:650px) {
    .scrollable {
        display: block;
        width: 100%;
        margin: 0 0 30px 0;
        padding: 0 0 15px 0;
        overflow: auto;
        overflow-x: scroll;
    }
    .scrollable table {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }
    .inline li {
        display: block;
        margin-bottom: 10px;
    }
    .pushright li {
        margin-right: 0;
    }
    .font-x2 {
        font-size: 1.4rem;
    }
    .font-x3 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 750px) {
    .container.gallery-container {
        padding: 0 !important;
    }
    #logo img {
        width: 125px!important;
        height: auto!important;
    }
}

article h1 {
    font-size: 3rem;
    font-family: Verdana, Geneva, sans-serif;
    font-weight: 600;
}

a:hover {
    color: #f8a764
}


 
/*@media screen and (-webkit-min-device-pixel-ratio:0) {*/
/*    #logo img {*/
/*        width: 55% !important;*/
/*        height: 55%!important;*/
/*    }*/
/*} */

.success {
    background-color: #42ba96;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media screen and (max-width: 750px) {
    .tz-gallery {
        padding: 0px!important;
    }
    .tz-gallery img {
        margin-bottom: 22px;
    }
}

#MyTable_length select {
    padding: 5px 20px!important;
}

.btn-download a {
    color: #fff!important;
    border-radius: 5px;
}

.btn-download {
    border-radius: 5px;
}

.btn:focus {
    outline: none!important;
}

.btn-download:hover {
    background: #c16e2a;
    opacity: 0.8;
}

p {
    font-size: 16px;
}

.date {
    background-color: #c16e2a;
    color: #fff;
    float: left;
    height: 80px;
    overflow: hidden;
    width: 80px;
}

.event {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 13px;
    margin-bottom: 10px;
    min-height: 80px;
    overflow: hidden;
    padding-bottom: 10px;
}

.event aside {
    padding-left: 85px;
}

.date .day {
    font-size: 34px;
    position: relative;
    text-align: center;
    top: 5px;
}

.date .month {
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
}

.item img {
    height: 600px!important;
    object-fit: fill;
}

.carousel-inner {
    height: 600px!important;
}

.text-over-slider {
    position: absolute;
    top: 45%;
    color: #fff;
    left: 12%;
}

@media screen and (max-width: 750px) {
    .carousel-inner {
        height: auto!important;
    }
    .item img {
        height: 250px!important;
        object-fit: cover center;
    }
    .one_third-1 {
        width: 100%!important;
    }
    .one_third-2 {
        width: 100%!important;
    }
    .one_third-3 {
        width: 100%!important;
    }
    #MyTable_length label {
        display: none;
    }
    #MyTable_filter label {
        display: none;
    }
    form {
        width: 100%;
    }
    .one_third-3 {
        margin-left: -40px!important;
    }
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block!important;
    }
    .text-over-slider {
        position: absolute;
        top: 50px;
        color: #fff;
        left: 10%;
    }
    .text-over-slider h1 {
        font-size: 30px;
    }
    .btn-plan {
        display: none
    }
    .open-button {
        bottom: 18px!important;
        right: 10px!important;
    }
    .container {
        padding-right: 0!important;
        padding-left: 0!important;
        margin-right: auto;
        margin-left: auto;
    }
    .one_third-3 {
        margin-left: -40px!important;
    }
}

.mobile-view {
    display: none;
}

.colr li {
    width: 100%;
    list-style: none;
    font-size: 16px;
    margin: 4px 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.colr li:last-child {
    border-bottom: none;
    margin-bottom: 30px;
}

.top-left-2 ul li a {
    color: #474747;
    text-decoration: none;
}


/* .top-left-2 ul li:hover a {
    color: #f8a764;
} */

.top-left-2 {
    margin-left: -40px
}


/* .one_third-1 {
    margin-left: -40px!important;
} */

.overview li {
    list-style: none;
    text-decoration: none;
}

a:hover {
    text-decoration: none!important;
}


/* 
.one_third-3 .heading_h4 {
    margin-left: 70px;
} */

.one_third-3 .heading_h4:after {
    background: #c16e2a;
    content: "";
    display: block;
    height: 4px;
    margin-top: 5px;
    width: 55px;
}

.btn-plan {
    padding: 13px 25px!important;
    background: #c16e2a;
    border-radius: 5px;
    border: none;
    opacity: 1;
    color: #fff!important;
    font-size: 16px;
    text-transform: uppercase;
}

.btn-plan:hover {
    background: transparent;
    border: 1px solid #c16e2a!important;
    color: #c16e2a!important;
}

.open-button {
    background: #37499D;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    position: fixed;
    bottom: 21px;
    right: 26px;
    padding: 13px 25px;
    border: none;
    color: #fff!important;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 5px;
}

.open-button:hover {
    opacity: 0.8;
}

.one_third-3 .heading_h4 {
    margin-left: 40px;
}

.one_third-3 .heading_h4:after {
    background: #c16e2a;
    content: "";
    display: block;
    height: 4px;
    margin-top: 5px;
    width: 55px;
}

marquee {
    max-height: 510px;
}

li {
    font-size: 16px;
}

#more {
    display: none;
}

#myBtn {
    background: #c16e2a;
    border: navajowhite;
    padding: 6px 10px;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    padding: 0.6rem 1.5rem;
    font-size: 1em;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    cursor: pointer;
}

#myBtn:hover {
    background: #c16e2a;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.mobile-view {
    display: none;
}

.one_third-1 .heading_h4:after {
    background: #c16e2a;
    content: "";
    display: block;
    height: 4px;
    margin-top: 5px;
    width: 55px;
}


/* .one_third-3 {
    margin-left: -40px;
} */

@media screen and (max-width: 750px) {
    .desktop-view {
        display: none;
    }
    .mobile-view {
        display: block!important;
    }
    .text-over-slider {
        position: absolute;
        top: 50px;
        color: #fff;
        left: 10%;
    }
    .text-over-slider h1 {
        font-size: 30px;
    }
    marquee {
        max-height: auto;
        margin-right: -30px;
    }
    .one_third-2 {
        padding: 0!important;
    }
      .btn-sub {
        margin-top: -135px!important;
    }
    .float-call{
   	bottom:85px!important;
    left: 26px!important;
}
}

.text-over-slider p:after {
    background: #c16e2a;
    content: "";
    display: block;
    height: 2px;
    margin-top: 5px;
    width: 100px;
}

.text-over-slider h1 {
    margin: 0 !important;
}

.fl_left a:hover {
    color: #f8a764;
    ;
}

.block span a {
    color: #c16e2a;
}

.fl_left {
    font-size: 14px!important;
}

.fl_left a {
    /*font-weight: bold;*/
}

::placeholder {
    color: #fff !important;
}

.one_third-1 {
    width: 30%;
    margin: 0!important;
}

.one_third-2 {
    width: 40%;
    margin: 0!important;
    padding-left: 45px;
}

.one_third-3 {
    width: 30%;
    margin: 0;
}

.iswhc-btn {
    padding: 13px 25px;
    background-color: #c16e2a;
    color: #FFFFFF!important;
    border-radius: 5px;
    opacity: 1;
}

.iswhc-btn:hover {
    opacity: 0.8;
}
.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:21px;
    left: 26px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.float-call{
    position:fixed;
	width:50px;
	height:50px;
	bottom:21px;
    left: 90px;
	background-color:#37499D;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100; 
}
.float:focus {
 background-color:#25d366;
}
.float-call:focus {
 	background-color:#37499D;
}
.float-call:hover .my-float{
    color: #fff !important;
}
.float:hover .my-float{
    color: #fff !important;
}


.my-float{
	margin-top:11px;
}