body {
    background-color: #FFFFFF
}
.affix-top.navbar-default .nav>li>a, .affix-top.navbar-default .nav>li>a:focus {
    color: #3F3F3F;
}
ul.list-social li a {
    color: #3F3F3F;
}
.p_f_color, .p_f_color:hover {
    color: #3F3F3F;
}
.s_f_color, .s_f_color:hover {
    color: #F7F7F7;
}
.f_f_color, .f_f_color:hover {
    color: #000000;
}
.b_f_color, .b_f_color:hover {
    color: #FFFFFF;
}
.p_b_color {
    background-color: #3F3F3F;
}
.s_b_color {
    background-color: #F7F7F7;
}
.f_b_color {
    background-color: #000000;
}
.b_b_color {
    background-color: #FFFFFF;
}
.navbar-nav .active {
    background-color: #6D6074
}
.navbar-nav .active a {
    color: #3F3F3F !important;
}
.navbar-default .nav>li.active>a, .navbar-default .nav>li.active>a:focus {
    color: #FFF !important;
    background-color: transparent;
}
.navbar-default .nav>li>a:focus:hover, .navbar-default .nav>li>a:hover {
    color: #222;
}
.affix-top .nav>li>a:focus:hover, .affix-top .nav>li>a:hover {
    color: #3F3F3F;
}
input::-webkit-input-placeholder {
color: #F7F7F7;
}
input:-ms-input-placeholder {
color: #F7F7F7;
}
input::-webkit-input-placeholder {
color: #F7F7F7;
}
input::-moz-placeholder {
color: #F7F7F7;
}
input::-moz-placeholder {
color: #F7F7F7;
}

	::-webkit-input-placeholder {
color:#F7F7F7;
}
textarea:-moz-placeholder, input:-moz-placeholder {
color:#F7F7F7;
}
#message input {
    color: #000000;
}
#message textarea {
    color: #000000;
}
.form-control {
    border: 1px solid #F7F7F7;
    color: #000000;
}
.bg-purple {
    background-color: #3F3F3F;
    color: #FFFFFF;
    padding: 10px;
}
.btn.bg-purple:hover {
    color: #FFFFFF;
}
.comment-content {
    padding: 10px 0px;
    color: #777
}
.comment-footer a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
.comment-reply-wrap {
    padding: 10px;
    background-color: #EEEEEE
}
.comment-reply-wrap .bg-purple {
    background-color: #F7F7F7;
    color: #FFFFFF;
    padding: 10px;
}
.comment-reply-wrap .bg-purple:hover {
    background-color: #F7F7F7;
    color: #FFFFFF;
}
.fa-comments {
    color: #F7F7F7
}
.comment-reply-wrap .form-control {
    background-color: #fff;
}
.comment-update-btn {
    color: #FFFFFF;
    background-color: #F7F7F7;
    border-color: #FFFFFF;
}
.comment-update-btn.active.focus, .comment-update-btn.active:focus, .comment-update-btn.active:hover, .comment-update-btn.focus, .comment-update-btn:focus, .comment-update-btn:hover, .open>.dropdown-toggle.comment-update-btn.focus, .open>.dropdown-toggle.comment-update-btn:focus, .open>.dropdown-toggle.comment-update-btn:hover {
    color: #FFFFFF;
    background-color: #F7F7F7;
    border-color: #FFFFFF;
}
.comment-update-btn.focus, .comment-update-btn:focus {
    color: #FFFFFF;
    background-color: #F7F7F7;
    border-color: #FFFFFF;
}
.swiper-slide {
    height: auto;
    background: inherit !important;
}
#loading {
    color: #3F3F3F;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    opacity: 1;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
#loading-image {
    vertical-align: middle;
    padding-top: 10em;
    z-index: 100;
}
section {
    overflow: hidden;
}
.bkw {
    background-color: #fff
}
.telephone-wrap a {
    color: #3F3F3F;
}
.telephone-wrap a:hover {
    color: #F7F7F7;
}
.telephone-wrap .action-wrap td {
    padding: 0.3em;
}
#telephone .telephone-parent-wrap table th {
    padding: 0em 1em 1em 1em;
}
#telephone .telephone-parent-wrap table td {
    padding: 0.3em;
}
#telephone .telephone-horizone {
    padding: 1em;
    background-color: #3F3F3F;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
}
#telephone .telephone-parent-wrap {
    padding: 0em 1em;
    margin: 3em 0em;
}


#account .account-parent-wrap table th {
    padding: 0em 1em 1em 1em;
}
#account .account-parent-wrap table td {
    padding: 0.3em;
}
#account .account-horizone {
    padding: 1em;
    background-color: #3F3F3F;
    color: #FFFFFF;
    text-align: center;
    font-weight: 700;
}
#account .account-parent-wrap {
    padding: 0em 1em;
    margin: 3em 0em;
}

#telephone .ft1-1 .name {
	text-align: left;
    margin-top: 1em;
    margin-bottom: 0.3em;
}

#telephone .ft1-1 .number {
    text-align: right;
    display: inline-block;
    border: 1px solid #FFF;
    border-radius: 10px;
    margin: 0.3em 0 0.3em auto;
    padding: 0.2em 1em;
    color: #555;
    background-color: #fff;
    box-shadow: 0 0.1em 0.3em 0 rgba(0, 0, 0, .3);
}
#telephone .ft1-1 .number:hover {
    color: #333;
    background-color: #f5de1e;
}


.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 1.8rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001
}
.fb_reposition {
    overflow: hidden;
    position: relative
}
.fb_invisible {
    display: none
}
.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal
}
.fb_reset>div {
    overflow: hidden
}
@keyframes fb_transform {
from {
opacity:0;
transform:scale(.95)
}
to {
opacity:1;
transform:scale(1)
}
}
.fb_animate {
    animation: fb_transform .3s forwards
}
.fb_hidden {
    position: absolute;
    top: -10000px;
    z-index: 10001
}
.fb_reposition {
    overflow: hidden;
    position: relative
}
.fb_invisible {
    display: none
}
.fb_reset {
    background: none;
    border: 0;
    border-spacing: 0;
    color: #000;
    cursor: auto;
    direction: ltr;
    font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-spacing: normal
}
.fb_reset>div {
    overflow: hidden
}
@keyframes fb_transform {
from {
opacity:0;
transform:scale(.95)
}
to {
opacity:1;
transform:scale(1)
}
}
.fb_animate {
    animation: fb_transform .3s forwards
}
.fb_dialog {
    background: rgba(82, 82, 82, .7);
    position: absolute;
    top: -10000px;
    z-index: 10001
}
.fb_dialog_advanced {
    border-radius: 8px;
    padding: 10px
}
.fb_dialog_content {
    background: #fff;
    color: #373737
}
.fb_dialog_close_icon {
    background: url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 15px;
    position: absolute;
    right: 18px;
    top: 17px;
    width: 15px
}
.fb_dialog_mobile .fb_dialog_close_icon {
    left: 5px;
    right: auto;
    top: 5px
}
.fb_dialog_padding {
    background-color: transparent;
    position: absolute;
    width: 1px;
    z-index: -1
}
.fb_dialog_close_icon:hover {
    background: url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -15px transparent
}
.fb_dialog_close_icon:active {
    background: url(https://connect.facebook.net/rsrc.php/v3/yq/r/IE9JII6Z1Ys.png) no-repeat scroll 0 -30px transparent
}
.fb_dialog_iframe {
    line-height: 0
}
.fb_dialog_content .dialog_title {
    background: #6d84b4;
    border: 1px solid #365899;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin: 0
}
.fb_dialog_content .dialog_title>span {
    background: url(https://connect.facebook.net/rsrc.php/v3/yd/r/Cou7n-nqK52.gif) no-repeat 5px 50%;
    float: left;
    padding: 5px 0 7px 26px
}
body.fb_hidden {
    height: 100%;
    left: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    top: -10000px;
    transform: none;
    width: 100%
}
.fb_dialog.fb_dialog_mobile.loading {
    background: url(https://connect.facebook.net/rsrc.php/v3/ya/r/3rhSv5V8j3o.gif) white no-repeat 50% 50%;
    min-height: 100%;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 10001
}
.fb_dialog.fb_dialog_mobile.loading.centered {
    background: none;
    height: auto;
    min-height: initial;
    min-width: initial;
    width: auto
}
.fb_dialog.fb_dialog_mobile.loading.centered #fb_dialog_loader_spinner {
    width: 100%
}
.fb_dialog.fb_dialog_mobile.loading.centered .fb_dialog_content {
    background: none
}
.loading.centered #fb_dialog_loader_close {
    clear: both;
    color: #fff;
    display: block;
    font-size: 18px;
    padding-top: 20px
}
#fb-root #fb_dialog_ipad_overlay {
    background: rgba(0, 0, 0, .4);
    bottom: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10000
}
#fb-root #fb_dialog_ipad_overlay.hidden {
    display: none
}
.fb_dialog.fb_dialog_mobile.loading iframe {
    visibility: hidden
}
.fb_dialog_mobile .fb_dialog_iframe {
    position: sticky;
    top: 0
}
.fb_dialog_content .dialog_header {
    background: linear-gradient(from(#738aba), to(#2c4987));
    border-bottom: 1px solid;
    border-color: #043b87;
    box-shadow: white 0 1px 1px -1px inset;
    color: #fff;
    font: bold 14px Helvetica, sans-serif;
    text-overflow: ellipsis;
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0;
    vertical-align: middle;
    white-space: nowrap
}
.fb_dialog_content .dialog_header table {
    height: 43px;
    width: 100%
}
.fb_dialog_content .dialog_header td.header_left {
    font-size: 12px;
    padding-left: 5px;
    vertical-align: middle;
    width: 60px
}
.fb_dialog_content .dialog_header td.header_right {
    font-size: 12px;
    padding-right: 5px;
    vertical-align: middle;
    width: 60px
}
.fb_dialog_content .touchable_button {
    background: linear-gradient(from(#4267B2), to(#2a4887));
    background-clip: padding-box;
    border: 1px solid #29487d;
    border-radius: 3px;
    display: inline-block;
    line-height: 18px;
    margin-top: 3px;
    max-width: 85px;
    padding: 4px 12px;
    position: relative
}
.fb_dialog_content .dialog_header .touchable_button input {
    background: none;
    border: none;
    color: #fff;
    font: bold 12px Helvetica, sans-serif;
    margin: 2px -12px;
    padding: 2px 6px 3px 6px;
    text-shadow: rgba(0, 30, 84, .296875) 0 -1px 0
}
.fb_dialog_content .dialog_header .header_center {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
    vertical-align: middle
}
.fb_dialog_content .dialog_content {
    background: url(https://connect.facebook.net/rsrc.php/v3/y9/r/jKEcVPZFk-2.gif) no-repeat 50% 50%;
    border: 1px solid #4a4a4a;
    border-bottom: 0;
    border-top: 0;
    height: 150px
}
.fb_dialog_content .dialog_footer {
    background: #f5f6f7;
    border: 1px solid #4a4a4a;
    border-top-color: #ccc;
    height: 40px
}
#fb_dialog_loader_close {
    float: left
}
.fb_dialog.fb_dialog_mobile .fb_dialog_close_icon {
    visibility: hidden
}
#fb_dialog_loader_spinner {
    animation: rotateSpinner 1.2s linear infinite;
    background-color: transparent;
    background-image: url(https://connect.facebook.net/rsrc.php/v3/yD/r/t-wz8gw1xG1.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 24px;
    width: 24px
}
@keyframes rotateSpinner {
0% {
transform:rotate(0deg)
}
100% {
transform:rotate(360deg)
}
}
.fb_iframe_widget {
    display: inline-block;
    position: relative
}
.fb_iframe_widget span {
    display: inline-block;
    position: relative;
    text-align: justify
}
.fb_iframe_widget iframe {
    position: absolute
}
.fb_iframe_widget_fluid_desktop, .fb_iframe_widget_fluid_desktop span, .fb_iframe_widget_fluid_desktop iframe {
    max-width: 100%
}
.fb_iframe_widget_fluid_desktop iframe {
    min-width: 220px;
    position: relative
}
.fb_iframe_widget_lift {
    z-index: 1
}
.fb_iframe_widget_fluid {
    display: inline
}
.fb_iframe_widget_fluid span {
    width: 100%
}
.fb_mpn_mobile_landing_page_slide_out {
    animation-duration: 200ms;
    animation-name: fb_mpn_landing_page_slide_out;
    transition-timing-function: ease-in
}
.fb_mpn_mobile_landing_page_slide_out_from_left {
    animation-duration: 200ms;
    animation-name: fb_mpn_landing_page_slide_out_from_left;
    transition-timing-function: ease-in
}
.fb_mpn_mobile_landing_page_slide_up {
    animation-duration: 500ms;
    animation-name: fb_mpn_landing_page_slide_up;
    transition-timing-function: ease-in
}
.fb_mpn_mobile_bounce_in {
    animation-duration: 300ms;
    animation-name: fb_mpn_bounce_in;
    transition-timing-function: ease-in
}
.fb_mpn_mobile_bounce_out {
    animation-duration: 300ms;
    animation-name: fb_mpn_bounce_out;
    transition-timing-function: ease-in
}
.fb_mpn_mobile_bounce_out_v2 {
    animation-duration: 300ms;
    animation-name: fb_mpn_fade_out;
    transition-timing-function: ease-in
}
.fb_customer_chat_bounce_in_v2 {
    animation-duration: 300ms;
    animation-name: fb_bounce_in_v2;
    transition-timing-function: ease-in
}
.fb_customer_chat_bounce_in_from_left {
    animation-duration: 300ms;
    animation-name: fb_bounce_in_from_left;
    transition-timing-function: ease-in
}
.fb_customer_chat_bounce_out_v2 {
    animation-duration: 300ms;
    animation-name: fb_bounce_out_v2;
    transition-timing-function: ease-in
}
.fb_customer_chat_bounce_out_from_left {
    animation-duration: 300ms;
    animation-name: fb_bounce_out_from_left;
    transition-timing-function: ease-in
}
.fb_invisible_flow {
    display: inherit;
    height: 0;
    overflow-x: hidden;
    width: 0
}
@keyframes fb_mpn_landing_page_slide_out {
0% {
margin:0 12px;
width:100% - 24px
}
60% {
border-radius:18px
}
100% {
border-radius:50%;
margin:0 24px;
width:60px
}
}
@keyframes fb_mpn_landing_page_slide_out_from_left {
0% {
left:12px;
width:100% - 24px
}
60% {
border-radius:18px
}
100% {
border-radius:50%;
left:12px;
width:60px
}
}
@keyframes fb_mpn_landing_page_slide_up {
0% {
bottom:0;
opacity:0
}
100% {
bottom:24px;
opacity:1
}
}
@keyframes fb_mpn_bounce_in {
0% {
opacity:.5;
top:100%
}
100% {
opacity:1;
top:0
}
}
@keyframes fb_mpn_fade_out {
0% {
bottom:30px;
opacity:1
}
100% {
bottom:0;
opacity:0
}
}
@keyframes fb_mpn_bounce_out {
0% {
opacity:1;
top:0
}
100% {
opacity:.5;
top:100%
}
}
@keyframes fb_bounce_in_v2 {
0% {
opacity:0;
transform:scale(0, 0);
transform-origin:bottom right
}
50% {
transform:scale(1.03, 1.03);
transform-origin:bottom right
}
100% {
opacity:1;
transform:scale(1, 1);
transform-origin:bottom right
}
}
@keyframes fb_bounce_in_from_left {
0% {
opacity:0;
transform:scale(0, 0);
transform-origin:bottom left
}
50% {
transform:scale(1.03, 1.03);
transform-origin:bottom left
}
100% {
opacity:1;
transform:scale(1, 1);
transform-origin:bottom left
}
}
@keyframes fb_bounce_out_v2 {
0% {
opacity:1;
transform:scale(1, 1);
transform-origin:bottom right
}
100% {
opacity:0;
transform:scale(0, 0);
transform-origin:bottom right
}
}
@keyframes fb_bounce_out_from_left {
0% {
opacity:1;
transform:scale(1, 1);
transform-origin:bottom left
}
100% {
opacity:0;
transform:scale(0, 0);
transform-origin:bottom left
}
}
@keyframes slideInFromBottom {
0% {
opacity:.1;
transform:translateY(100%)
}
100% {
opacity:1;
transform:translateY(0)
}
}
@keyframes slideInFromBottomDelay {
0% {
opacity:0;
transform:translateY(100%)
}
97% {
opacity:0;
transform:translateY(100%)
}
100% {
opacity:1;
transform:translateY(0)
}
}


#gallery 
{
	height: 27em;
    margin-bottom: 1em;
}
#gallery .image-container
{
	height: 100%;
	overflow-y: hidden;
	overflow-x: scroll;
	white-space: nowrap;
}
#gallery .image-container a
{
	display: inline-block;
	height: 20em;
	margin: 2.5em 0.6em;
	border-radius: 3em;
	overflow: hidden;
	box-shadow: 0.3em 0.5em 1em 0 #BBB;
}
#gallery .image-container a img
{
	display: block;
	height: 100%;
}
