@charset "utf-8";

html {
    height: 100%;
    width: 100%;
}

body {
    background-color: #ffffff;
    font-family: 'Exo', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 300px) {
    body {
        width: 300px;
    }
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    margin: 10px 0 30px 0;
    padding: 0;
}

h1 {
    font-size: 3.0em;
}

h2 {
    font-size: 2.6em;
}

h3 {
    font-size: 2.2em;
}

h4 {
    font-size: 1.8em;
}

h5 {
    font-size: 1.4em;
}

h6 {
    font-size: 1.2em;
}

table {
    border-collapse: collapse;
    border-color: #cccccc;
}

table tr th {
    background-color: #525252;
    border-color: #ADADAD;
    color: #ffffff;
}

table tr td {
    border-color: #ADADAD;
}

img {
    border: 0;
}

hr {
    background-color: #ADADAD;
    border: 0;
    height: 1px;
}

.hide_meta {
    display: none;
}

.top_notice {
    clear: both;
    display: none;
    height: auto;
    margin: 0 auto;
    padding: 5px 0;
    position: relative;
    width: 100%;
}

.jump_anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

.red_notice {
    background-color: red;
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Exo', sans-serif;
    height: auto;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: calc(100% - 20px);
}

/* INFO BAR */

.info_bar {
    background-color: rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid #f39b20;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 10px 2%;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: calc(100% - 4%);
    z-index: 2;
}

@media screen and (max-width: 560px) {
    .info_bar {
        background-color: rgba(0, 0, 0, 1.0);
    }
}

@media screen and (max-width: 300px) {
    .info_bar {
        min-width: 300px;
    }
}

.info_bar.sticky {
    padding: 10px 2%;
    position: fixed;
    top: 0;
    width: calc(100% - 4%);
    z-index: 100;
}

.logo {
    display: table-cell;
    height: auto;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
    width: 100px;
}

.logo img {
    display: block;
    height: 100px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: auto !important;
}

@media screen and (max-width: 1200px) {
    .logo img {
        height: 80px;
    }
}

@media screen and (max-width: 560px) {
    .logo img {
        height: 60px;
    }
}

.logo.sticky img {
    height: 60px !important;
}

.navigation {
    display: table-cell;
    height: auto;
    padding: 0;
    vertical-align: top;
    width: calc(100% - 100px);
}

/* SLIDER IMAGES */

.slider {
    clear: both;
    height: 100%;
    margin: 0 auto -120px auto;
    padding: 0;
    position: relative;
    top: -120px;
    width: 100%;
    z-index: 1;
}

@media screen and (max-width: 1200px) {
    .slider {
        margin: 0 auto -100px auto;
        top: -100px;
    }
}

@media screen and (max-width: 767px) {
    .slider {
        height: 500px;
    }
}

@media screen and (max-width: 560px) {
    .slider {
        height: 360px;
        margin: 0 auto;
        top: 0;
    }
}

.slider_holder {
    background: no-repeat scroll;
    background-size: cover !important;
    clear: both;
    display: table-cell;
    height: 100%;
    padding: 0;
    position: relative;
    width: 100%;
}

@keyframes animateSliderInfo {
    0% {
        bottom: -500px;
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }

    100% {
        bottom: 30px;
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }
}

@-moz-keyframes animateSliderInfo {
    0% {
        bottom: -500px;
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }

    100% {
        bottom: 30px;
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }
}

@-webkit-keyframes animateSliderInfo {
    0% {
        bottom: -500px;
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }

    100% {
        bottom: 30px;
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }
}

@-o-keyframes animateSliderInfo {
    0% {
        bottom: -500px;
        filter: blur(10px);
        -webkit-filter: blur(10px);
    }

    100% {
        bottom: 30px;
        filter: blur(0px);
        -webkit-filter: blur(0px);
    }
}

.slider_info {
    animation-delay: 0.0s;
    -moz-animation-delay: 0.0s;
    -o-animation-delay: 0.0s;
    -webkit-animation-delay: 0.0s;
    animation-duration: 3.0s;
    -moz-animation-duration: 3.0s;
    -o-animation-duration: 3.0s;
    -webkit-animation-duration: 3.0s;
    animation-name: animateSliderInfo;
    -moz-animation-name: animateSliderInfo;
    -o-animation-name: animateSliderInfo;
    -webkit-animation-name: animateSliderInfo;
    bottom: -500px;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    height: auto;
    left: 0;
    margin: 0 auto;
    padding: 0 15%;
    position: absolute;
    right: 0;
    width: 70%;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.slider_logo {
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 20px;
    text-align: center;
    bottom: 20px;
    width: auto;
}

@media screen and (max-width: 1200px) {
    .slider_logo {
        top: 120px;
    }
}

@media screen and (max-width: 560px) {
    .slider_logo {
        display: none;
    }
}

.slider_logo img {
    display: table;
    height: auto !important;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 1080px) {
    .slider_logo img {
        width: 16%;
    }
}

@media screen and (max-width: 767px) {
    .slider_logo img {
        width: 12%;
    }
}

.slider_title {
    color: #ffffff;
    font-family: 'Exo', sans-serif;
    font-size: 3.6em;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 2px 2px 1px #000;
}

@media screen and (max-width: 1200px) {
    .slider_title {
        font-size: 3.2em;
    }
}

@media screen and (max-width: 1080px) {
    .slider_title {
        font-size: 2.6em;
    }
}

@media screen and (max-width: 767px) {
    .slider_title {
        font-size: 2.2em;
    }
}

@media screen and (max-width: 560px) {
    .slider_title {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 440px) {
    .slider_title {
        font-size: 1.6em;
    }
}

.slider_description {
    color: #ffffff;
    font-family: 'Exo', sans-serif;
    font-size: 2.8em;
    font-weight: 400;
    line-height: 1.2em;
    margin: 0;
    padding: 0;
    text-align: center;
    text-shadow: 2px 2px 1px #000;
    text-transform: uppercase;
}

.slider_button {

}

/* FLOATING BAR */

.floating_bar {
    background-color: #434343;
    height: auto;
    margin: 0;
    padding: 5px 5px;
    position: fixed;
    top: calc(50% - 55px);
    transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    width: 45px;
    z-index: 50;
}

@media screen and (max-width: 767px) {
    .floating_bar {
        bottom: 0;
        height: auto;
        left: 0;
        margin: 0 auto;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: auto;
        transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -webkit-transform: translateY(0);
        width: 100%;
    }
}

.floating_bar .fa {
    border: 1px solid #ffffff;
    border-radius: 50%;
    clear: both;
    color: #ffffff;
    float: none;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin: 5px 0 5px 0;
    padding: 0 0 0 5px;
    position: relative;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 35px;
}

@media screen and (max-width: 767px) {
    .floating_bar .fa {
        font-size: 15px;
        height: 35px;
        line-height: 35px;
        margin: 5px 2px;
        width: 30px;
    }
}

.floating_bar .fa:hover {
    background-color: #f39b20;
    border: 1px solid #f39b20;
    color: #434343;
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    z-index: 2;
}

/* MAIN CONTENT */

.main_content {
    background-attachment: fixed;
    background-image: url('../images/main_content_bg.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover !important;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 30px 15%;
    position: relative;
    width: calc(100% - 30%);
}

@media screen and (max-width: 1080px) {
    .main_content {
        padding: 30px 10%;
        width: calc(100% - 20%);
    }
}

@media screen and (max-width: 767px) {
    .main_content {
        background-image: none;
    }
}

@media screen and (max-width: 560px) {
    .main_content {
        padding: 15px 10%;
    }
}

.main_content p {
    line-height: 1.4em;
}

@media screen and (max-width: 560px) {
    .main_content p {
        font-size: 0.9em;
    }
}

.content_h2_header {
    color: #3e3e3e;
    font-size: 2.2em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
    .content_h2_header {
        font-size: 2.0em;
    }
}

@media screen and (max-width: 1080px) {
    .content_h2_header {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 767px) {
    .content_h2_header {
        font-size: 1.6em;
    }
}

.content_h2_sub_header {
    background-attachment: scroll;
    background-image: url('../images/content_h2_img.gif');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 40px !important;
    color: #3e3e3e;
    font-size: 2.2em;
    font-weight: 700;
    margin: 0;
    padding: 0 0 40px 0;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
    .content_h2_sub_header {
        font-size: 2.0em;
    }
}

@media screen and (max-width: 1080px) {
    .content_h2_sub_header {
        font-size: 1.8em;
    }
}

@media screen and (max-width: 767px) {
    .content_h2_sub_header {
        background-size: auto 30px !important;
        font-size: 1.6em;
        padding: 0 0 30px 0;
    }
}

@media screen and (max-width: 560px) {
    .content_h2_sub_header {
        background-size: auto 20px !important;
        padding: 0 0 20px 0;
    }
}

.main_content img {
    height: auto !important;
    max-width: 100%;
}

.main_content ol li,
.main_content ul li {
    padding: 2px 0;
}

@media screen and (max-width: 560px) {
    .main_content ol li,
    .main_content ul li {
        font-size: 0.9em;
    }
}

/* MEMBERS */

.members {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.member_holder {
    width: calc(100% - 20px - 2px);
    height: auto;
    padding: 10px;
    margin: 10px auto;
    position: relative;
    clear: both;
    display: table;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.member_info {
    width: 40%;
    height: auto;
    padding: 0 20px 0 0;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 1080px) {
    .member_info {
        width: calc(100%);
        float: none;
        padding:  0 0 10px 0;
        clear: both;
        display: table;
        text-align: center;
        border-bottom: 1px solid rgb(243, 155, 32, 0.5);
    }
}

.member_name {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 5px 0;
    position: relative;
    clear: both;
    display: table;
    color: #7594cb;
    font-weight: 600;
    font-size: 1.5em;
    text-transform: uppercase;
}

@media screen and (max-width: 1080px) {
    .member_name {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 767px) {
    .member_name {
        font-size: 1.2em;
    }
}

.member_category {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    color: #4c4c4c;
    font-weight: 600;
    font-size: 1.2em;
}

@media screen and (max-width: 1080px) {
    .member_category {
        font-size: 1.0;
    }
}

.member_contacts {
    width: 60%;
    height: auto;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 1080px) {
    .member_contacts {
        width: 100%;
        float: none;
        clear: both;
        display: table;
        padding: 10px 0 0 0;
    }
}

.member_contacts .fa {
    width: 35px;
}

.member_contact_holder {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 2px 0;
    position: relative;
    clear: both;
    display: table;
}

@media screen and (max-width: 1080px) {
    .member_contact_holder {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .member_contact_holder {
        font-size: 0.8em;
        margin: 0 0 5px 0;
    }
}

/* PAGE BUTTONS */

.buttons {
    clear: both;
    display: table;
    float: none;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
    text-align: center;
}

.buttons:hover {
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.buttons_top {
    width: 100%;
    height: 15px;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
    background-image: url('../images/button_top.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 15px !important;
}

@media screen and (max-width: 767px) {
    .buttons_top {
        display: none;
    }
}

.buttons_bottom {
    width: 100%;
    height: 15px;
    margin: 0 auto 5px auto;
    position: relative;
    clear: both;
    display: table;
    background-image: url('../images/button_bottom.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% 15px !important;
}

@media screen and (max-width: 767px) {
    .buttons_bottom {
        display: none;
    }
}

.button_link {
    clear: both;
    color: #ffffff;
    display: table;
    float: none;
    font-size: 1.0em;
    height: auto;
    margin: -2px auto;
    padding: 5px 20px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: #7594cb;
    width: calc(100% - 40px);
}

@media screen and (max-width: 767px) {
    .button_link {
        padding: 10px;
        font-size: 0.8em;
        width: calc(100% - 20px);
        margin: 0 auto 10px auto;
    }
}

.button_link:hover {
    color: #444444;
}

/* SEE AND DO */

.see_and_do {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.see_and_do_holder {
    width: calc(100% - 30px - 2px);
    height: auto;
    padding: 15px;
    margin: 0 auto 10px auto;
    position: relative;
    clear: both;
    display: table;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.see_and_do_image {
    width: 40%;
    height: auto;
    padding-bottom: 25%;
    margin: 0 0 10px 20px;
    float: right;
    clear: none;
    display: block;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover !important;
}

@media screen and (max-width: 1200px) {
    .see_and_do_image {
        width: 45%;
        padding-bottom: 30%;
    }
}

@media screen and (max-width: 1080px) {
    .see_and_do_image {
        width: 50%;
        padding-bottom: 35%;
    }
}

@media screen and (max-width: 767px) {
    .see_and_do_image {
        width: 55%;
        padding-bottom: 40%;
    }
}

@media screen and (max-width: 560px) {
    .see_and_do_image {
        width: 100%;
        padding-bottom: 55%;
        margin: 0 0 15px 0;
    }
}

.see_and_do_title {
    width: 100%;
    height: auto;
    padding: 0 0 10px 0;
    margin: 0;
    position: relative;
    clear: both;
    display: table;
    font-size: 1.5em;
    color: #7594cb;
    text-transform: uppercase;
}

@media screen and (max-width: 1080px) {
    .see_and_do_title {
        font-size: 1.2em;
        text-align: center;
    }
}

.see_and_do_description {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    position: relative;
    display: block;
    text-align: justify;
    line-height: 1.4em;
}

@media screen and (max-width: 767px) {
    .see_and_do_description {
        font-size: 0.9em;
    }
}

.see_and_do_jumps {
    display: block;
    position: relative;
    top: -95px;
    visibility: hidden;
}

.jump_links {
    width: 100%;
    height: auto;
    padding: 10px 0;
    margin: 0 auto 10px auto;
    text-align: center;
    background-color: #f49c20;
}

@media screen and (max-width: 767px) {
    .jump_links {
        padding: 0;
    }
}

.jump_links a,
.jump_links a:visited {
    display: inline-block;
    clear: none;
    width: auto;
    height: auto;
    margin: 0 8px;
    letter-spacing: 0.01em;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: bold;
    border-bottom: 2px solid rgba(0, 0, 0, 0.0);
    color: #4c6185;
}

@media screen and (max-width: 767px) {
    .jump_links a,
    .jump_links a:visited {
        display: table;
        clear: both;
        width: 100%;
        margin: 0;
        padding: 10px 0 8px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
}

.jump_links a:hover,
.jump_links a:visited:hover {
    border-bottom: 2px solid #4c6185;
}

@media screen and (max-width: 767px) {
    .jump_links a:hover,
    .jump_links a:visited:hover {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
}

/* READ MORE BOXES */

.qboxes {
    background-color: #d9d9d9;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 15px 15px 20px 15px;
    position: relative;
    width: calc(100% - 30px);
}

.qbox_link {
    text-decoration: none !important;
}

.qbox_holder {
    background-attachment: scroll, scroll;
    background-color: #eeeeee;
    background-repeat: repeat, no-repeat;
    background-size: cover, cover !important;
    border: 5px solid #ffffff;
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0;
    padding-bottom: calc(100% / 4 - 10px);
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: calc(100% / 4 - 7px);
}

@media screen and (max-width: 767px) {
    .qbox_holder {
        padding-bottom: calc(100% / 2 - 10px);
        width: calc(100% / 2 - 10px);
    }
}

@media screen and (max-width: 440px) {
    .qbox_holder {
        padding-bottom: calc(100% / 1);
        width: calc(100% / 1);
    }
}

.qbox_holder:hover {
    background-size: 0 0, cover !important;
}

.qboxes:nth-child(4n+1) .qbox_holder {
    margin: 0 0 -5px 0;
}

.qbox_link:nth-child(4n+2) .qbox_holder,
.qbox_link:nth-child(4n+3) .qbox_holder,
.qbox_link:nth-child(4n+4) .qbox_holder {
    margin: 0 0 -5px -5px;
}

@media screen and (max-width: 767px) {
    .qbox_link:nth-child(4n+2) .qbox_holder,
    .qbox_link:nth-child(4n+3) .qbox_holder,
    .qbox_link:nth-child(4n+4) .qbox_holder {
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .qbox_link:nth-child(2n+1) .qbox_holder {
        margin: 0 0 -5px 0;
    }
}

@media screen and (max-width: 767px) {
    .qbox_link:nth-child(2n+2) .qbox_holder {
        margin: 0 0 -5px -5px;
    }
}

@media screen and (max-width: 440px) {
    .qbox_link:nth-child(1n+1) .qbox_holder {
        margin: 0;
    }
}

@media screen and (max-width: 440px) {
    .qbox_link:nth-child(1n+1) .qbox_holder {
        margin: 0 0 -5px 0;
    }
}

.qbox_title {
    bottom: 20px;
    height: auto;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 2;
}

.qbox_title_top_line {
    background-color: #7594cb;
    display: table;
    height: 2px;
    margin: 0 30% 0 0;
    padding: 0;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: 70%;
}

.qbox_holder:hover .qbox_title_top_line {
    margin: 0;
    width: 100%;
}

.qbox_title_text {
    color: #ffffff;
    font-size: 1.1em;
    font-weight: 700;
    height: auto;
    line-height: 1.1em;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 1px 2px #000000;
    width: calc(100% - 10px);
}

@media screen and (max-width: 1080px) {
    .qbox_title_text {
        font-size: 1.0em;
    }
}

@media screen and (max-width: 767px) {
    .qbox_title_text {
        font-size: 0.9em;
    }
}

.qbox_title_bottom_line {
    background-color: #f39b20;
    display: table;
    height: 2px;
    margin: 0 0 0 30%;
    padding: 0;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: 70%;
}

.qbox_holder:hover .qbox_title_bottom_line {
    margin: 0;
    width: 100%;
}

/* INSERT 1 */

.insert1 {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
    clear: both;
    display: table;
    height: auto;
    margin: auto 0;
    padding: 50px 10%;
    position: relative;
    width: calc(100% - 20%);
}

@media screen and (max-width: 1200px) {
    .insert1 {
        padding: 60px 5%;
        width: calc(100% - 10%);
    }
}

@media screen and (max-width: 767px) {
    .insert1 {
        padding: 40px 5%;
    }
}

@media screen and (max-width: 560px) {
    .insert1 {
        padding: 30px 5%;
    }
}

.insert1_h2_header {
    color: #ffffff;
    font-size: 2.2em;
    font-weight: 300;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

.insert1_h2_sub_header {
    background-attachment: scroll;
    background-image: url('../images/content_h2_img.gif');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 40px !important;
    color: #ffffff;
    font-size: 2.2em;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 0 0 40px 0;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .insert1_h2_sub_header {
        background-size: auto 30px !important;
        padding: 0 0 30px 0;
    }
}

@media screen and (max-width: 560px) {
    .insert1_h2_sub_header {
        background-size: auto 20px !important;
        padding: 0 0 20px 0;
    }
}

.insert1_description {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Exo', sans-serif;
    font-size: 1.2em;
    height: auto;
    margin: 0 10%;
    padding: 0 0 35px 0;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    width: calc(100% - 20%);
}

@media screen and (max-width: 767px) {
    .insert1_description {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 560px) {
    .insert1_description {
        font-size: 1.1em;
    }
}

.insert1_button {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: auto;
}

.insert1_button a,
.insert1_button a:visited {
    background-attachment: scroll;
    background-image: url('../images/button_bg_white.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain !important;
    clear: both;
    color: #444444;
    display: table;
    font-family: 'Exo', sans-serif;
    font-size: 1.8em;
    height: auto;
    margin: 0 auto;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: auto;
}

@media screen and (max-width: 767px) {
    .insert1_button a,
    .insert1_button a:visited {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 560px) {
    .insert1_button a,
    .insert1_button a:visited {
        font-size: 1.2em;
    }
}

.insert1_button a:hover,
.insert1_button a:visited:hover {
    border: 0;
    color: #f39b20;
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

/* INSERT 2 */

.insert2 {
    background-color: #7594cb;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 20px 10%;
    position: relative;
    table-layout: fixed;
    width: calc(100% - 20%);
}

.insert2_title {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    display: table-cell;
    font-size: 1.8em;
    font-weight: 700;
    height: auto;
    padding: 0 20px 0 0;
    text-transform: uppercase;
    vertical-align: middle;
    width: calc(50% - 1px - 20px);
}

@media screen and (max-width: 1080px) {
    .insert2_title {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 767px) {
    .insert2_title {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 767px) {
    .insert2_title {
        border: 0;
        clear: both;
        display: table;
        float: none;
        margin: 0;
        padding: 0 0 10px 0;
        text-align: center;
        width: 100%;
    }
}

.insert2_info {
    color: #ffffff;
    display: table-cell;
    font-size: 1.0em;
    font-weight: 300;
    height: auto;
    padding: 0 0 0 20px;
    vertical-align: middle;
    width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
    .insert2_info {
        clear: both;
        display: table;
        float: none;
        font-size: 0.9em;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }
}

.insert2_description {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.insert2_button {
    clear: both;
    display: table;
    height: auto;
    margin: 10px 0;
    padding: 0;
    position: relative;
    width: auto;
}

@media screen and (max-width: 767px) {
    .insert2_button {
        margin: 10px auto;
        text-align: center;
    }
}

.insert2_button_link {
    background-attachment: scroll;
    background-image: url('../images/button_bg_white.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
    clear: both;
    color: #444444;
    display: table;
    font-size: 1.8em;
    font-weight: 400;
    height: auto;
    margin: 0 60px 0 0;
    min-width: 220px;
    padding: 15px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 767px) {
    .insert2_button_link {
        font-size: 1.6em;
        margin: 0 auto;
        min-width: 220px;
        padding: 10px;
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width: 560px) {
    .insert2_button_link {
        background-size: contain !important;
        font-size: 1.4em;
        padding: 10px;
        text-align: center;
        width: 100%;
    }
}

.insert2_button_link:hover {
    color: #f39b20;
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

/* MAP */

.map {
    clear: both;
    display: table;
    height: auto;
    margin: 10px auto 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

/* MEDIA BOXES GALLERY */

.page_images_container {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

/* EVENTS */

.events_popup_container {
    background-color: #7594cb;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    clear: both;
    color: #ffffff;
    display: table;
    height: auto;
    margin: 0 auto 10px auto;
    padding: 15px;
    position: relative;
    width: calc(100% - 30px);
}

.events_popup_header {
    color: #f39b20;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.8em;
    font-weight: 400;
    margin: 0;
    padding: 0 0 6px 0;
    text-align: center;
    text-transform: uppercase;
}

.events_popup_label {
    font-weight: 600;
}

.events_popup_dates {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0 0 6px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

.events_popup_description {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0 0 6px 0;
    position: relative;
    text-align: center;
    width: 100%;
}

/* FOOTER */

.footer {
    background-color: #231f20;
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 20px 5%;
    position: relative;
    width: calc(100% - 10%);
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 20px 5% 65px 5%;
    }
}

.footer_essential_info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0 0 15px 0;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.sitemap {
    display: table-cell;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: calc(50% - 50px);
}

@media screen and (max-width: 1080px) {
    .sitemap {
        clear: both;
        display: table;
        float: none;
        margin: 0 auto;
        padding: 0 0 20px 0;
        position: relative;
        text-align: center;
        width: 100%;
    }
}

.sitemap_header {
    color: #c4c4c4;
    padding: 0 0 2px 0;
}

.sitemap ul {
    margin: 0;
    padding: 0;
}

.sitemap ul li {
    display: inline-block;
    padding: 0 10px 0 0;
}

.sitemap ul li a,
.sitemap ul li a:visited {
    color: #ffffff;
    font-size: 0.8em;
    text-decoration: none;
}

.sitemap ul li a:hover,
.sitemap ul li a:visited:hover {
    color: #f39b20;
    font-size: 0.9em;
    text-decoration: none;
}

.footer_contacts {
    display: table-cell;
    height: auto;
    padding: 0;
    vertical-align: middle;
    width: 50%;
}

@media screen and (max-width: 1080px) {
    .footer_contacts {
        clear: both;
        display: table;
        float: none;
        margin: 0 auto;
        padding: 0;
        position: relative;
        text-align: center;
        width: 100%;
    }
}

.footer_contact_icon {
    display: table-cell;
    height: auto;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
    width: 100px;
}

@media screen and (max-width: 1080px) {
    .footer_contact_icon {
        display: none;
    }
}

.footer_contact_icon .fa {
    color: #d8cb6f;
    font-size: 6.0em;
}

.footer_contacts {
    display: table-cell;
    height: auto;
    padding: 0 0 0 20px;
    text-align: right;
    vertical-align: middle;
    width: calc(100% - 100px - 20px);
}

@media screen and (max-width: 1080px) {
    .footer_contacts {
        clear: both;
        display: table;
        float: none;
        margin: 0 auto;
        padding: 0;
        text-align: center;
        width: 100%;
    }
}

.footer_contact_holder {
    clear: both;
    color: #afafaf;
    display: table;
    float: none;
    height: auto;
    margin: 0;
    padding: 0 0 2px 0;
    text-align: right;
    width: 100%;
}

@media screen and (max-width: 1080px) {
    .footer_contact_holder {
        margin: 0 auto;
        text-align: center;
    }
}

.footer_contact_holder a,
.footer_contact_holder a:visited {
    color: #afafaf;
    text-decoration: none;
}

.footer_contact_holder a:hover,
.footer_contact_holder a:visited:hover {
    color: #f39b20;
    text-decoration: none;
}

.credentials {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Exo', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
}

.credits {
    clear: both;
    color: #ffffff;
    display: table;
    font-family: 'Exo', sans-serif;
    font-size: 0.8em;
    font-weight: 400;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    width: 100%;
}

.credits a,
.credits a:visited {
    color: #c4c4c4;
    text-decoration: none;
}

.credits a:hover,
.credits a:visited:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* NEWS UPDATES */

.news_updates {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: 100%;
}

.news_updates_holder {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    position: relative;
    width: calc(100% - 20px - 2px);
}

.news_updates_image {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
    display: table-cell;
    height: auto;
    padding: 0;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    vertical-align: top;
    white-space: nowrap;
    width: 30%;
}

@media screen and (max-width: 767px) {
    .news_updates_image {
        width: 50%;
        float: none;
        clear: both;
        display: table;
        margin: 0 auto 6px auto;
        text-align: center;
        padding-bottom: 30%;
    }
}

@media screen and (max-width: 560px) {
    .news_updates_image {
        width: 70%;
        padding-bottom: 40%;
    }
}

@media screen and (max-width: 440px) {
    .news_updates_image {
        width: 100%;
        padding-bottom: 50%;
    }
}

.news_updates_holder_inner .news_updates_image {
    display: none;
}

.news_updates_image_inner {
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
    clear: none;
    float: right;
    height: auto;
    margin: 0 0 10px 10px;
    padding-bottom: 25%;
    width: 40%;
}

@media screen and (max-width: 1080px) {
    .news_updates_image_inner {
        padding-bottom: 30%;
        width: 45%;
    }
}

@media screen and (max-width: 767px) {
    .news_updates_image_inner {
        padding-bottom: 50%;
        width: 100%;
    }
}

.news_updates_holder:hover .news_updates_image {
    background-size: 110% auto !important;
}

.news_updates_info {
    display: table-cell;
    height: auto;
    padding: 0 10px 0 20px;
    vertical-align: top;
    width: calc(70% - 30px);
}

@media screen and (max-width: 767px) {
    .news_updates_info {
        width: 100%;
        float: none;
        clear: both;
        display: table;
        padding: 0;
    }
}

.news_updates_holder_inner .news_updates_info {
    display: block;
    width: calc(100% - 30px);
}

@media screen and (max-width: 767px) {
    .news_updates_holder_inner .news_updates_info {
        display: block;
        width: 100%;
    }
}

.news_updates_title {
    clear: both;
    color: #444444;
    display: table;
    font-family: 'Exo', sans-serif;
    font-size: 1.6em;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .news_updates_title {
        font-size: 1.4em;
    }
}

.news_updates_publish_date {
    clear: both;
    color: #444444;
    display: table;
    font-family: 'Exo', sans-serif;
    font-size: 0.9em;
    height: auto;
    margin: 0 auto;
    padding: 5px 0 5px 0;
    position: relative;
    text-align: center;
    width: 50%;
}

.news_updates_summary {
    clear: both;
    color: #656565;
    display: table;
    font-size: 0.9em;
    font-style: italic;
    height: auto;
    line-height: 1.4em;
    margin: 0 auto;
    padding: 0 5% 10px 5%;
    position: relative;
    text-align: center;
    width: calc(100% - 10%);
}

.news_updates_summary:before {
    content: '\f10d';
    font-family: 'FontAwesome', sans-serif;
    padding: 0 5px 0 0;
}

.news_updates_summary:after {
    content: '\f10e';
    font-family: 'FontAwesome', sans-serif;
    padding: 0 0 0 5px;
}

.news_updates_button {
    clear: both;
    display: table;
    height: auto;
    margin: 20px auto;
    padding: 0;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    width: auto;
}

.news_updates_button:hover {
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.news_updates_button a,
.news_updates_button a:visited {
    background-attachment: scroll;
    background-image: url('../images/button_bg_blue.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto !important;
    color: #ffffff;
    font-family: 'Exo', sans-serif;
    font-size: 1.4em;
    height: auto;
    margin: 0;
    min-width: 260px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .news_updates_button a,
    .news_updates_button a:visited {
        font-size: 1.2em;
    }
}

.news_updates_button a:hover,
.news_updates_button a:visited:hover {
    color: #252525;
    transform: scale(1.10, 1.10);
    -moz-transform: scale(1.10, 1.10);
    -ms-transform: scale(1.10, 1.10);
    -o-transform: scale(1.10, 1.10);
    -webkit-transform: scale(1.10, 1.10);
}

.news_updates_content {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

.news_updates_download {
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
    position: relative;
    clear: both;
    display: table;
}

.news_updates_download a,
.news_updates_download a:visited {
    width: auto;
    height: auto;
    padding: 15px 20px;
    margin: 15px auto;
    position: relative;
    clear: both;
    display: table;
    border: 2px solid #7395cd;
    color: #7395cd;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.2em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 560px) {
    .news_updates_download a,
    .news_updates_download a:visited {

        font-size: 1.0em;
    }
}

.news_updates_download a:hover,
.news_updates_download a:visited:hover {
    border: 2px solid #495e82;
    color: #495e82;
}

/* FORM STYLING */

.form_group {
    clear: both;
    display: table;
    height: auto;
    margin: 0 0 15px 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_group_full {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_group_left {
    clear: none;
    display: table;
    float: left;
    height: auto;
    margin: 0 2% 0 0;
    padding: 0;
    position: relative;
    width: 48%;
}

@media screen and (max-width: 560px) {
    .form_group_left {
        clear: both;
        float: none;
        margin: 0 0 15px;
        width: 100%;
    }
}

.form_group_right {
    clear: none;
    display: table;
    float: right;
    height: auto;
    margin: 0 0 0 2%;
    padding: 0;
    position: relative;
    width: 48%;
}

@media screen and (max-width: 560px) {
    .form_group_right {
        clear: both;
        float: none;
        margin: 0;
        width: 100%;
    }
}

.form_label {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0 0 4px 0;
    position: relative;
    width: 100%;
}

.form_label label {
    color: #4d4d4d;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.2em;
    font-weight: 500;
}

label.error {
    color: red;
    font-size: 0.8em;
    font-weight: 600;
    position: relative;
}

label.error:before {
    content: '\f071';
    font-family: 'FontAwesome', sans-serif;
    padding: 0 4px 0 0;
}

.form_field {
    clear: both;
    display: table;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.form_field input[type="text"],
.form_field input[type="number"] {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Exo', sans-serif;
    height: 25px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: calc(100% - 40px - 2px);
}

.form_field input[type="text"]:hover,
.form_field input[type="text"]:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_field select {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Exo', sans-serif;
    height: 47px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
}

.form_field select:hover,
.form_field select:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_field textarea {
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    font-family: 'Exo', sans-serif;
    height: 125px;
    margin: 0;
    outline: none;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: calc(100% - 40px - 2px);
}

.form_field textarea:hover,
.form_field textarea:focus {
    background-color: #f2f2f2;
    border: 1px solid #c4c4c4;
}

.form_group_full .enquire_btn {
    background-color: #7594cb;
    border: 0;
    clear: none;
    color: #ffffff;
    cursor: pointer;
    float: right;
    font-family: 'FontAwesome', 'Exo', sans-serif;
    font-size: 1.5em;
    margin: 0;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.form_group_full .enquire_btn:hover {
    border: 0;
    color: #4e502e;
}

.form_oneliner_label {
    display: table-cell;
    height: auto;
    padding: 0 2% 0 0;
    vertical-align: middle;
    width: 48%;
}

.form_oneliner_field {
    display: table-cell;
    height: auto;
    padding: 0 0 0 2%;
    vertical-align: middle;
    width: 48%;
}

.form_note {
    clear: both;
    color: #c4c4c4;
    display: table;
    font-size: 0.8em;
    height: auto;
    margin: 2px 0 0 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.red_asterisk {
    color: red;
    font-size: 0.6em;
    vertical-align: super;
}

.red_asterisk:before {
    color: red;
    content: '\f069';
    font-family: 'FontAwesome', sans-serif;
    font-size: 0.6em;
    vertical-align: super;
}

.hfield {
    display: none;
}

/* PAGING */

.paging_current,
.paging_nonactive,
.paging_link {
    border: 2px solid #C4C4C4;
    color: #8A8A8A;
    display: inline-block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin: 0 4px;
    padding: 0;
    text-align: center !important;
    text-decoration: none;
    width: 28px;
}

.paging_link {
    background-color: transparent;
}

.paging_link:hover {
    background-color: rgba(117, 148, 203, 1.0);
    color: #ffffff;
}

.paging_current {
    background-color: rgba(117, 148, 203, 0.7);
    color: #ffffff;
}

.paging_nonactive {
    background-color: #E1E1E1;
}

.paging_holder {
    clear: both;
    display: table;
    height: auto;
    margin: 0 auto;
    padding: 10px 0;
    position: relative;
    width: auto;
}