html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
br,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0 none;
    font-size: 100%;
    padding: 0;
    vertical-align: baseline;
}

html,
body {
    width: 100%;
}

html {
    margin-bottom: 1px;
}

body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    line-height: 1.5;
    background-color: #fff;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
fieldset,
img,
abbr {
    border: 0 none;
}

br {
    clear: both;
    display: block;
    line-height: 0;
}

address,
caption,
cite,
code,
dfn,
h1,
h2,
h3,
h4,
h5,
h6,
th,
var {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: lighter;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

h1 {
    font-size: 1.8888em;
}

h2 {
    clear: both;
    color: #000000;
    font-size: 1.66666em;
    font-weight: lighter;
    padding-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #b8b8b8;
}

h3 {
    font-size: 1.4533333em;
    clear: both;
    color: #006ebf;
    display: block;
}

h4 {
    font-size: 1.322222em;
}

h5 {
    font-size: 1.233333em;
}

h6 {
    font-size: 1.11111em;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #333;
}

p {
    margin: 0.5em 0;
    word-wrap: break-word;
    color: #333;
}

.small {
    font-size: 0.833333em;
    line-height: 1.4;
}

ul,
ol,
dl {
    list-style-position: outside;
    margin: 1em 0;
}

ul li,
ol li {
    line-height: 1.5;
    margin-left: 2em;
}

ul,
li {
    list-style-type: none;
}

ul {
    list-style-type: disc;
}

ol {
    margin-left: 2em;
}

li ul {
    margin-left: 1em;
}

a,
a:link,
a:visited,
a:active {
    color: #000000;
}

#page {
    margin: 0 auto;
    width: 100%;
    background: none repeat scroll 0 0 #fff;
}

#page img {
    max-width: 100%;
    height: auto;
}

a.view-more,
a.view-more:link,
a.view-more:visited,
a.view-more:active {
    background-color: #666666;
    clear: both;
    color: #ffffff;
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-top: 5px;
    padding: 5px 10px;
}

a.view-more:hover {
    color: #FFFFFF;
}

input {
    border: 1px solid #bdbdbd;
    background-color: #fff;
}

div.area {
    margin: 0;
}

#section,
#header,
#navigation,
#footer,
#sitemap {
    display: table;
    position: relative;
    width: 1020px;
}

#header,
#navigation {
    z-index: 10;
}

.shadow {
    -moz-box-shadow: 3px 3px 4px #000000;
    -webkit-box-shadow: 3px 3px 4px #000000;
    box-shadow: 3px 3px 4px #000000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.banner-title,
.banner-images {
    display: none;
}

.padding110 {
    padding-top: 110px;
}

@media (max-width: 767px) {
    .padding110 {
        padding-top: 67px;
    }
}

/*--------------------------------------------------*\
         Header
\*--------------------------------------------------*/

#header {
    background: #394D55;
    position: fixed;
    margin: 0 auto;
    padding: 0 20px;
    top: 40px;
    height: 110px;
    width: 100%;
    z-index: 99;
}

#header .navbar-right {
    clear: right;
}

#header .navbar-brand {
    padding-top: 40px;
}

#header .navbar-brand img {
    max-height: 70px;
    max-width: 210px;
}

@media (max-width: 991px) {
    #header .navbar-brand img {
        max-height: 42px;
        max-width: 126px;
    }
}

#header .element-content {
    margin-top: 20px;
}

#header .navbar-toggle {
    font-size: 24px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    #header {
        height: 70px;
    }

    #header .navbar-toggle {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    #header .navbar-brand {
        padding-top: 20px;
    }

    #header-title {
        font-size: 20px !important;
    }

    #contact-section .contact-office {
        font-size: 12px !important;
    }
}

.navbar-nav > li {
    margin-left: 0;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-nav > li > a {
    display: inline-block;
    line-height: 14px;
    text-transform: uppercase;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .navbar-nav > li {
        border-left: 1px solid #999999;
    }

    .navbar-nav > li:last-child,
    .navbar-nav > li:nth-last-child(2) {
        display: none;
    }
}

@media (max-width: 767px) {
    .navbar-nav > li {
        margin-top: 10px;
    }
}

.navbar-nav > li:first-child {
    display: none;
}

.navbar-nav > li:nth-child(2) {
    border-left: none;
}

.navbar-nav .dropdown.open > a {
    background-color: transparent;
}

.navbar-nav .dropdown .dropdown-menu {
    padding-top: 0px !important;
    padding-bottom: 0;
    transition: all 0.9s ease;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    opacity: 1;
    background: #5a7a86;
    border-radius: 0;
    left: 0;
    right: auto;
}

.navbar-nav .dropdown .dropdown-menu li a {
    padding: 10px;
    border-bottom: 1px solid #bcbcbc;
    line-height: 14px;
    text-transform: uppercase;
    white-space: normal;
}

@media (max-width: 767px) {
    .navbar-nav .dropdown .dropdown-menu li a {
        padding: 5px;
    }
}

.navbar-nav .dropdown .dropdown-menu li a:hover {
    color: #fff;
    background-color: #333333 !important;
    background-image: none;
}

.navbar-nav .dropdown .dropdown-menu li.active a {
    background-image: none;
}

@media (min-width: 768px) {
    .navbar-nav .dropdown .dropdown-menu li {
        margin-left: 0;
        width: 260px;
    }
}

@media (max-width: 767px) {
    .navbar-nav .dropdown .dropdown-menu {
        max-height: 200px;
        overflow-y: auto;
        margin-left: 9px;
    }
}

.navbar-nav li a {
    background-color: transparent !important;
}

.navbar-nav li.active > a {
    color: #A8CCD7;
}

/*--------------------------------------------------*\
        Section
\*--------------------------------------------------*/

#section {
    min-height: 400px;
    width: 100%;
    padding: 0;
    margin-top: 0;
    padding-top: 10px;
}

#section .container {
    padding-bottom: 60px;
}

#section .element-content h3 {
    font-size: 1.5em;
    color: #000000;
    line-height: 1.5;
    padding-bottom: 15px;
}

#section .element-content p {
    line-height: 1.5;
    padding-bottom: 15px;
    font-size: 14px;
    text-align: justify;
}

#section .section_title {
    border-bottom: 2px solid #e3e3e3;
    margin-bottom: 25px;
    padding-bottom: 10px;
}

#section .section_title .font {
    background: none repeat scroll 0 0 #e3e3e3;
    height: 30px;
    padding: 5px 10px;
    vertical-align: middle;
}

#section .section_title .font p {
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0;
    margin: 0;
}

#section .section_title .font .aa {
    float: left;
    line-height: 20px;
}

#section .section_title .font .aa .active {
    font-size: 10px;
    padding: 0 0 0 5px;
}

#section .section_title .font .aa .large {
    font-size: 14px;
    padding: 0 0 0 5px;
}

#section a[name] {
    display: block;
    position: relative;
    top: -111px;
    visibility: hidden;
}

@media (max-width: 767px) {
    #section a[name] {
        top: -68px;
    }
}

#section.home {
    font-size: 1.2em;
}

#Sidebar_content {
    display: none;
}

#social {
    border-top: 1px solid #e3e3e3;
    background-color: #fff;
}

#sitemap {
    width: 100%;
    color: #fff;
    font-size: 12px;
    padding: 20px 0 20px;
    display: table;
    *height: 180px;
    height: 100%;
    margin: 0 auto;
    background-color: #394D55;
}

#sitemap .sitemap-area {
    width: 980px;
    margin: 0 auto;
    padding: 20px;
}

#footer {
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
    background-color: #C2C9CA;
}

#footer p {
    font-size: 10px;
    color: #394d55;
}

#footer a {
    color: #394d55;
}

@media (max-width: 1090px) {
    #footer {
        padding-bottom: 55px;
    }
}

#javascript {
    height: 0;
}

/*--------------------------------------------------*\
        Banner
\*--------------------------------------------------*/

#banner {
    left: 0;
    top: 0;
    display: block;
    position: relative;
    padding: 0;
    height: 300px;
    width: 100%;
    margin: 0;
    background-size: 1920px auto;
    background-attachment: fixed;
    background-clip: padding-box;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-position: center 110px;
    overflow: hidden;
}

#banner.homepage {
    height: auto;
}

#banner .banner {
    position: relative;
    top: 50%;
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#banner p {
    margin: 0;
    font-size: 1.7em;
    line-height: 1.5em;
    font-weight: 800;
    color: #fff;
    padding: 10px 0;
    width: 600px;
    text-shadow: 0 0 3px#111;
}

#banner p.title {
    font-size: 3.2em;
    text-shadow: none;
    line-height: 55px;
    max-width: 600px;
    font-weight: 400;
    color: #333;
    padding: 0 0px;
}

#banner p a,
#banner p a:hover,
#banner p a:visited {
    color: #000000;
    text-decoration: none;
}

#banner p:last-child {
    margin-top: 10px !important;
}

#banner #slider ul li {
    background: none !important;
}

.carousel .item {
    border: none;
    width: auto;
    height: 100%;
}

#myCarousel .item p a {
    text-align: left;
    font-size: 100%;
    line-height: 35px;
    width: 100%;
    font-weight: lighter;
}

.carousel .item:hover {
    border: none;
}

#myCarousel .carousel-inner {
    height: 400px;
}

.banner_content {
    display: block;
    font-weight: 100;
    color: #000000;
    text-shadow: 0 1px 1px #333333;
    vertical-align: middle;
    line-height: 2px;
    padding-top: 150px;
    padding-right: 20px;
}

.banner_content .title {
    color: #fff;
    z-index: 999;
    font-size: 3.5em;
    line-height: 1;
    display: table;
    padding: 15px;
    font-weight: 400;
    margin-bottom: 100px;
    background: rgb(58, 78, 86);
    background: rgba(58, 78, 86, 0.8);
    text-transform: uppercase;
}

.banner_content .content {
    font-size: 20px;
    line-height: 25px;
    padding-top: 10px;
}

#ob_container #ob_content {
    height: auto !important;
    width: auto !important;
    border: none;
}

#ob_container #ob_float {
    margin-bottom: -221px !important;
}

#ob_container #ob_close {
    height: auto;
    right: 0;
    left: auto;
    top: -21px;
    width: auto;
    color: #fff;
}

#ob_container #ob_window {
    padding: 0;
    max-width: 640px !important;
    width: 100% !important;
}

#ob_container #ob_video {
    width: 100% !important;
    height: 100% !important;
}

/***********************
    Tool bar in content section 
************************/

.bar_menu {
    display: block;
    position: relative;
    margin: 0 0 0 25px;
    padding: 5px 0;
    border-top: 1px solid #b8b8b8;
    clear: both;
}

@media (max-width: 991px) {
    .bar_menu {
        margin-left: 0;
    }
}

.bar_menu h4 {
    margin: 0;
    padding: 10px 0;
    clear: both;
    color: #713847;
    font-weight: bold;
}

.bar_menu ul {
    margin: 20px;
    padding: 0;
    margin-right: 0;
    margin-top: 0;
    margin-left: 0 !important;
}

.bar_menu ul li {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.bar_menu ul li:hover {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.bar_menu ul li a {
    font-weight: normal;
    color: #000000;
}

.bar_menu ul li a:hover {
    font-weight: bold;
    color: #000000;
}

.sub_menu > ul > li > span {
    color: #1AB2D8 !important;
}

.btn_services {
    display: block;
    position: relative;
    float: left;
    clear: both;
}

.btn_services ul {
    display: table;
    margin: 0px 0 20px 25px;
    height: auto;
    padding: 5px;
    background: #efefef;
}

@media (max-width: 991px) {
    .btn_services ul {
        margin-left: 0;
    }
}

.btn_services ul li {
    display: table;
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    border-bottom: 1px solid #aaa;
}

.item:hover a {
    text-decoration: none;
}

#tool_bar {
    height: 100%;
    padding: 0;
    margin-top: 35px;
}

#tool_bar .item a {
    width: 100%;
    float: left;
}

#tool_bar .book,
#tool_bar .downloadnewsletter {
    margin: 0 0 0 25px;
    padding: 20px 0;
    border-top: 1px solid #b8b8b8;
    line-height: 50px;
    display: block;
    clear: both;
}

@media (max-width: 991px) {

    #tool_bar .book,
    #tool_bar .downloadnewsletter {
        margin-left: 0;
    }
}

#tool_bar .btn_more {
    height: auto !important;
    padding: 0;
    width: 100%;
}

#tool_bar .btn_more:hover a {
    text-decoration: none;
    background-position: 0 -50px;
}

#tool_bar .btn_services ul,
#tool_bar .video,
#tool_bar .btn_more,
#tool_bar .book,
#tool_bar .downloadnewsletter,
#tool_bar .bar_menu {
    width: 100%;
    max-width: 240px;
}

#tool_bar .item span.text,
#tool_bar .btn_more span.text {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-size: 14px;
    font-weight: lighter;
    text-align: left;
}

@media (max-width: 991px) {
    #tool_bar .item span.text,
    #tool_bar .btn_more span.text {
        font-size: 16px;
    }
}

#tool_bar .btn_services .item a,
#tool_bar .btn_more a {
    background-color: #ffffff;
    color: #333;
}

#tool_bar .btn_services .item a .text,
#tool_bar .btn_more a .text {
    float: none;
    width: auto;
    display: block;
}

#tool_bar .btn_services .item a .text .fa,
#tool_bar .btn_more a .text .fa {
    padding-right: 10px;
}

#tool_bar .btn_services .item a,
#tool_bar .book a {
    padding: 15px;
}

#tool_bar .btn_more.download_newsletter a {
    line-height: 1;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 0;
}

#tool_bar .btn_more.download_newsletter a:hover {
    text-decoration: none;
    color: #fff;
}

#hr {
    background: url("/cache/dZzO0tbZoNbsouFy/5FF5C273179BB47EEE0D3F93248EC277.png") no-repeat scroll center center transparent;
    height: 2px;
    margin: 35px 0;
}

#videoCarousel .item {
    overflow: hidden;
    opacity: 0;
    transition-property: opacity;
}

#videoCarousel .carousel-inner .active {
    opacity: 1;
}

#videoCarousel .carousel-inner .active.left,
#videoCarousel .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

#videoCarousel .carousel-inner .next.left,
#videoCarousel .carousel-inner .prev.right {
    opacity: 1;
}

#videoCarousel .carousel-control {
    z-index: 2;
}

/*--------------------------------------------------*\
       Sitemap_menu
 \*--------------------------------------------------*/

#Sitemap_menu {
    color: #fff !important;
    display: table;
    font-size: 13px;
    list-style-type: none !important;
    position: relative;
    padding-top: 0;
    margin: 0 auto;
    text-transform: uppercase;
}

#Sitemap_menu ul {
    height: 100%;
    list-style: none outside none;
    margin: 0;
    text-align: center;
    color: #fff !important;
    display: block;
}

#Sitemap_menu li {
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff !important;
    display: block;
    margin-right: 7px;
    width: 155px;
}

#Sitemap_menu li a {
    color: #fff;
    font-weight: bold;
    display: block;
    letter-spacing: 0;
    text-align: left;
    text-decoration: none;
    font-size: 13px;
}

#Sitemap_menu li a:hover {
    text-decoration: underline;
}

#Sitemap_menu li li {
    list-style-type: disc;
    padding-top: 3px;
}

#Sitemap_menu li li a {
    color: #fff;
    display: block;
    font-size: 11px;
    line-height: 13px;
    opacity: 0.99;
    text-align: left;
    font-weight: normal;
}

#Sitemap_menu li li:first-child {
    display: block;
}

#Sitemap_menu li.last {
    margin-right: 0;
}

#Sitemap_menu li ul {
    padding-top: 4px;
    list-style-type: disc;
}

#Sitemap_menu li:first-child {
    display: block;
}

#Sitemap_menu > li:last-child,
#Sitemap_menu > li:nth-last-child(2),
#Sitemap_menu > li:nth-last-child(3) {
    display: none;
}

/*******************************************************
          Google Search
*********************************************************/

#googlesearch {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}

#googlesearch input[type=text],
#googlesearch input[type=submit] {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
}

#googlesearch input[type=submit]:hover {
    background-color: #EB7C21 !important;
}

/*-------------------------------------------------*\
      btn_more CSS
\*-------------------------------------------------*/

.btn_more {
    margin: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    width: 110px;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.btn_more a {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: lighter;
    display: block;
    color: #fff;
}

/*******************************************************
       video bar CSS
*********************************************************/

.video {
    cursor: pointer;
    text-align: center;
    padding: 20px 0;
    clear: both;
    border-top: 1px solid #b8b8b8;
    margin: 0 0 0 25px;
    width: 100%;
    max-width: 240px;
}

@media (max-width: 991px) {
    .video {
        margin-left: 0;
    }
}

.video .videoplay {
    text-align: center;
}

.video .title {
    display: block;
    height: 30px;
    width: 100%;
    background-color: #002060;
    color: #fff;
    margin-top: -29px;
    position: absolute;
    line-height: 30px;
}

@media (max-width: 991px) {
    .video .title {
        font-size: 11px;
    }
}

.video .overlay {
    width: 100%;
    height: 100%;
}

.video .overlay img {
    margin: auto auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.8;
}

@media (max-width: 991px) {
    .video .overlay img {
        width: 35px;
    }
}

.video:hover > div {
    border-color: #002060;
}

.video:hover .title {
    background-color: #64b5e5;
    cursor: pointer;
}

.video:hover .overlay img {
    opacity: 1;
}

.videoloop {
    display: none;
    position: relative;
    border: 1px solid #9BBBDF;
    overflow: hidden;
    width: 100%;
}

/*****************************************
      Large content_body 
******************************************/

#section h1 {
    color: #394D55;
    margin-bottom: 20px;
    font-weight: lighter;
}

#section h1 + div {
    margin-top: 20px;
}

.content_body a,
.content_body a:link,
.content_body a:visited,
.content_body a:active {
    color: #713847;
}

.content_body a:hover {
    color: #713847;
}

.content_body label {
    font-size: 16px;
    color: #15567d;
    font-weight: normal;
}

.content_body ul {
    margin-left: 0 !important;
}

.content_body ul li {
    font-size: 14px;
    list-style: circle outside none;
    padding: 0 0 10px;
}

.content_body ul.floatleft {
    display: table;
}

.content_body ul.floatleft li {
    float: left;
}

.content_body div.address div {
    clear: none;
    float: left;
}

.content_body p {
    padding-bottom: 15px;
}

.content_body h1,
.content_body h2,
.content_body h3,
.content_body h4,
.content_body h5 {
    color: #333;
    font-weight: lighter;
    clear: both;
}

.content_body h3 {
    color: #009FDC;
}

.content_body h3 a,
.content_body h3 a:link,
.content_body h3 a:visited,
.content_body h3 a:active {
    text-decoration: none;
    font-weight: lighter;
}

.content_body h4 {
    color: #333;
    font-weight: 600;
}

.content_body address {
    font-size: 0.8em;
}

.content_body.large p,
.content_body.large li,
.content_body.large a,
.content_body.large strong,
.content_body.large em,
.content_body.large h6,
.content_body.large span,
.content_body.large address {
    font-size: 1.1em;
}

.content_body.large h1 {
    font-size: 2.0em;
}

.content_body.large h2 {
    font-size: 1.888em;
}

.content_body.large h3 {
    font-size: 1.6666em;
}

.content_body.large h4 {
    font-size: 1.533em;
}

.content_body.large h5 {
    font-size: 1.4555em;
}

.content_body.large .text-size p {
    font-size: 16px;
}

.content_body.large address {
    font-size: 1.0em;
}

.content_body.large label {
    font-size: 18px;
}

.content_body.large p.large {
    font-size: 1.7em;
}

.aa a.active {
    color: #006ebf;
}

.hidden {
    display: none;
}

/*****************************************
           Contact us page with map
********************************************/

#map {
    width: 90%;
    height: 400px;
    clear: both;
}

#map1 {
    width: 90%;
    height: 400px;
    clear: both;
}

#appointments {
    width: 100%;
    border: 2px solid #eee;
    margin-bottom: 20px;
    margin-top: 0;
    background-color: #f4f4f5;
}

#appointments .helper_message {
    display: block;
    font-size: 12px;
    clear: both;
    padding: 15px;
    color: #666666;
    text-align: right;
    margin-bottom: 20px;
}

#appointment_form {
    padding: 15px 15px 0 15px;
}

#appointment_form .form-group input {
    background-color: #fff;
    height: 30px;
}

#appointment_form .form-group input,
#appointment_form .form-group textarea {
    box-shadow: none;
    border-radius: 0;
}

#appointment_form .form-group textarea {
    height: 150px;
}

#appointment_form .form-group button[type=submit] {
    max-width: 200px;
    width: 100%;
    height: 30px;
    float: right;
    background: #394d55;
    color: #fff;
    border: 1px solid #002060;
    cursor: pointer;
    border-radius: 0;
}

#appointment_form .form-group button[type=submit]:hover {
    background: #713847;
    border: 1px solid #713847;
}

#appointment_form .form-group.hidden {
    display: none;
}

#appointment_form .form-group label {
    font-weight: bold;
    font-size: 14px;
}

#appointment_form .form-group:not(.has-error) label {
    color: #000000;
}

@media(min-width:768px) {
    #appointment_form .form-group:not(.has-error) label {
        text-align: right;
        display: block;
    }
}

.content h2 {
    padding-top: 0;
}

#social .social_sharing {
    margin-top: 6px;
}

#social .social_sharing h4 {
    display: block;
    color: #006ebf;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 30px 0 0;
    float: left;
}

#social .social_sharing a {
    display: inline-block;
    color: #006ebf;
    font-size: 18px;
}

#social .social_sharing a:hover {
    text-decoration: none;
    color: #002060;
}

#social .social_sharing .label {
    font-size: 16px;
    float: left;
    padding-right: 10px;
    padding-top: 0;
    font-weight: bold;
    color: #999999;
    padding-left: 0;
}

@media (max-width: 767px) {
    #social .social_sharing .social-icons {
        clear: left;
    }
}

#social .gsc-input-box {
    height: auto;
    width: 160px;
}

#social table.gsc-search-box {
    width: 200px;
}

#social table.gsc-search-box #gs_tti50 {
    padding-top: 2px;
    padding-bottom: 2px;
}

#social .cse .gsc-search-button input.gsc-search-button-v2,
#social input.gsc-search-button-v2 {
    width: 69px;
    height: 27px;
    outline: none;
}

@media (max-width: 300px) {

    #social .cse .gsc-search-button input.gsc-search-button-v2,
    #social input.gsc-search-button-v2 {
        width: 50px;
        height: auto;
        padding: 6px 17px;
    }
}

#social .gsc-results-wrapper-overlay .gsc-selected-option-container {
    width: auto !important;
}

div#at4-share {
    padding-right: 0 !important;
}

div#at4-share.at4-hide {
    padding-right: 17px !important;
}

div#at4-share .title {
    display: block;
    color: white;
    background: #f8694d;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    padding: 2px 0;
}

#lifestream {
    font-size: 14px;
    margin: 10px 1px 0 0 !important;
    padding: 5px 0 12px !important;
    background-color: #fff;
}

#lifestream ul {
    margin: 0;
    list-style: none;
    width: 100% !important;
}

#lifestream ul li {
    margin: 0;
    list-style: none;
    padding: 5px 3px 5px 25px;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 5 !important;
    width: 100% !important;
}

#lifestream ul li:hover {
    color: #545454;
}

#lifestream a {
    color: #545454;
    text-decoration: none;
}

#lifestream a:hover {
    color: #454545;
    text-decoration: underline;
}

#lifestream .timeago {
    opacity: .5;
}

/*  Blog CSS */

.post-area {
    padding-left: 0;
    padding-bottom: 15px;
    min-height: 230px;
}

.post-area,
.post-title,
.post-date,
.post-content {
    display: inline-block;
    clear: both;
    height: 100%;
    width: 100%;
}

.post-title h4 a {
    color: #7d7d7d;
}

.post-share {
    margin-top: 30px;
}

.post-share ul {
    margin: 0 0 0.7em !important;
    padding: 0;
    width: 500px;
}

.post-share ul li {
    margin-top: 15px;
    padding: 0;
    float: left !important;
    margin-right: 10px;
}

.post-share ul li a {
    border: 1px solid #999999;
    border-radius: 3px;
    padding: 5px 8px 5px 25px;
    color: #999999;
    display: block;
    font: 13px/1 'arial';
    float: left;
}

.post-share ul li a:hover {
    border-color: #545454;
}

.post-date {
    margin: 5px 0;
    font-size: 10px;
    font-style: italic;
}

.month-blog {
    border: 1px solid #dbdbdb;
    padding: 10px;
}

.month-blog h2 {
    color: #002060;
    margin: 0 0 10px 0;
}

.preview-image {
    display: block;
    float: left;
    width: 200px;
    height: 180px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
}

.preview-image img {
    width: auto;
    height: 100%;
}

.preview-content {
    display: block;
    width: auto;
}

.post-link {
    margin-top: 10px;
}

.post-content a {
    color: #777777;
}

.og-share-wrap {
    margin-left: 0 !important;
    width: 100%;
}

@media (max-width: 991px) {
    .og-share-wrap .og-share-image {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .og-share-wrap .og-share-content {
        width: auto;
    }
}

.no-records {
    padding-bottom: 10px;
    font-style: italic;
}

.form-message {
    padding: 20px 10px 0;
    padding-left: 170px;
    font-size: 1.3em;
    font-weight: lighter;
    color: #999999;
}

#_atssh {
    display: none;
}

/*****************************************
           pop up dialog
********************************************/

.ui-dialog form label {
    display: block;
    font-weight: normal;
}

.ui-dialog form input {
    width: 100%;
}

.ui-corner-all {
    border-radius: 0 !important;
}

/*# sourceMappingURL=site-71.css.map */

@media screen and (max-height: 575px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: right;
        -webkit-transform-origin: right;
    }

    .g-recaptcha div {
        width: 100px;
    }
}

.list li {
    list-style: circle outside none;
    font-size: 14px;
}

#contact-section {
    background: #C2C9CA;
    color: #394D55 !important;
    position: fixed;
    display: block;
    margin: 0 auto;
    top: 0px;
    z-index: 99;
    width: 100%;
    height: 40px;
}

#contact-section .contact-office {
    float: right;
    height: 40px;
    padding-top: 9px;
}

#header-title {
    font-size: 28px;
    color: #fff;
}

.nav a {
    color: #fff;
}

.quickaction {
    padding: 5px 10px;
    color: #fff !important;
    background: #713847;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    width: 240px;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
}

@media (min-width: 992px) {
    .quickaction {
        margin-left: 25px !important;
    }
}

.glyphicon-menu-hamburger {
    color: #fff !important;
}

.section_body {
    margin-top: 30px;
}

.content_body h5 {
    font-size: 14px !important;
    color: #333 !important;
    font-weight: 600 !important;
    letter-spacing: 0.1em;
    line-height: 2.6em;
    text-transform: uppercase;
    margin: 0 0 1.325em;
}

.dropdown-menu > li > a {
    color: #fff;
}

.name p {
    color: #333;
    border-bottom: 1px dotted #5A7A86;
    margin-bottom: 25px;
    padding-bottom: 5px;
    font-weight: 600;
}

/** third level navi **/

.navbar-nav .dropdown .dropdown-menu .dropdown-menu {
    padding-top: 0px !important;
    padding-bottom: 0;
    transition: all 0.9s ease;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    box-shadow: none;
    opacity: 1;
    background: #7294a0;
    border-radius: 0;
}

.open .open .dropdown-menu {
    display: block;
    margin-top: 0px;
}

@media (min-width: 768px) {
    #banner {
        background-position: center 150px;
    }

    .open .open .dropdown-menu {
        float: left;
        position: absolute;
        list-style: none inside none !important;
        margin-top: -35px;
        margin-left: 260px;
    }

    #footer p {
        text-align: right;
    }
}

#team-rotation {
    border-top: 1px solid #e3e3e3;
    background-color: #fff;
    padding: 20px 0px;
}

.boxes button {
    border: none !important;
    background: none !important;
}

.sponsor_info {
    position: absolute;
    bottom: 5px;
    width: 208px;
    height: 80px;
    display: block;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
}

.sponsor_info p {
    color: #fff !important;
}

#Sitemap_menu li li li a {
    padding-left: 20px;
}

/** community modal list **/

.first li {
    list-style: none !important;
}

.bsp-text-container {
    padding-bottom: 0px !important;
}

.content_body li.bspHasModal {
    padding-bottom: 0;
    text-align: center;
    cursor: pointer;
}

.content_body .imgWrapper {
    max-height: none;
}

.clearfix {
    display: none !important;
}

.directormsg {
    position: absolute;
    text-align: right;
    right: 25%;
    margin-top: 40px;
    color: white;
    background-color: rgba(57, 77, 85, 0.62);
    padding: 0px 40px;
    border-top: 1px solid #fff;
    z-index: 88;
}

.directormsg a {
    color: #fff !important;
    font-size: 16px;
    line-height: 2.5em;
}

#videoModal .modal-dialog {
    margin-top: 150px;
}

@media (max-width: 767px) {
    #banner p.title {
        font-size: 2em;
        line-height: 1.2em;
        max-width: 80%;
    }

    #banner p {
        font-size: 1.3em;
        max-width: 80%;
    }

    .banner_content .title {
        font-size: 2em;
    }

    .directormsg a {
        font-size: 12px;
    }

    #videoModal .modal-dialog {
        margin-top: 110px;
    }
}

.member {
    min-height: 280px;
}

.g-recaptcha {
    float: right;
}

.modal-custom {
    margin-top: 30%;
}

/****************************************************\
     			Pagination
\****************************************************/

ul.pagination {
    clear: both;
    position: relative;
    width: 100%;
    text-align: right;
    padding: 0 8px !important;
}

ul.pagination > li {
    color: #DBDBDB;
    font-weight: bold;
    -moz-transition-duration: 100ms;
    -o-transition-duration: 100ms;
    -webkit-transition-duration: 100ms;
    transition-duration: 100ms;
}

ul.pagination > li:before {
    content: "";
    display: inline-block;
    width: 20px;
}

ul.pagination > li.cur {
    color: #394d55;
}

ul.pagination > li:hover {
    cursor: pointer;
}

ul.pagination > li:hover {
    color: #394d55;
}

.prev,
.next {
    color: #394d55;
    font-weight: bold;
}


@media (max-width: 767px) {
    ul.pagination {
        text-align: left;
    }
}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-left,
    .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }
}

.fkc_service {
    display: table;
    clear: both;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
}

.fkc_service li {
    margin: 0 20px 0 0;
    padding: 0 !important;
    float: left;
    display: block;
    list-style: none;
    border: 1px solid #eee;
}

.fkc_service li a {
    display: block;
    text-align: center;
    position: relative;
    height: 150px;
    width: 195px;
}

.fkc_service li a img {
    width: 100%;
}

.fkc_service li a span {
    width: 100%;
    background: #222;
    color: #fff;
    padding: 10px 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    font-size: 0.8em;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.resize-image {
    height: 135px;
}

.fkc {
    padding: 15px 30px;
    color: #fff !important;
    background: rgb(113, 57, 71);
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    width: 240px;
    font-weight: 600 !important;
    margin-bottom: 0px !important;
    margin-left: 25px;
}

.fkc:hover {
    text-decoration: none;
    opacity: 0.7;
}

.fkc-service.btn_services ul {
    display: table;
    margin: 20px 0 20px 20px;
    height: auto;
    padding: 0;
    background: white;
}

#tool_bar .fkc-service .item {
    display: block;
    width: 240px;
    border: 1px solid #ddd;
    text-align: left;
    float: left;
    margin-bottom: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #c2c9ca;
    margin: 0 0 12px 5px;
}

#tool_bar .fkc-service .item:hover {
    opacity: 0.7;
}

#tool_bar .fkc-service .item > a {
    float: left;
    padding: 20px;
    width: 100%;
    height: auto;
    background-color: transparent;
}

#tool_bar .fkc-service .item > a span {
    font-weight: lighter;
    line-height: 1;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
}

.fkc-page #tool_bar {
    margin-top: 10px;
}

#searchLoadingImg {
    text-align: center;
}

.pagination > li > a {
    float: none;
    padding: 0px;
    border: 0px;
    color: #DBDBDB !important;
}

.pagination > .active > a,
.pagination > li > a > i {
    color: #394d55 !important;
    font-weight: bold;
}

.pagination > .active > a,
.pagination > li > a:focus,
.pagination > li > a:hover {
    background-color: #ffffff00 !important;
}

.pagination > li > a:hover {
    color: #394d55 !important;
}