@charset "utf-8";

/* CSS Document */

/*------------------------------------------------------------------

[CSS Table of contents]

1.  Body / Typography 
2.  Form Elements
3.  Buttons
4.  General / Elements
        4.1 Section space
        4.2 Margin space
        4.3 Padding space
        4.4 Background color
        4.5 Features
        4.6 Bullets 
        4.7 Call to actions
        4.8 Img hover effect
        4.9 Icon
        -----------------------
5. Header / Navigations
        5.1 Header Regular
        5.2 Header Transparent
        5.3 Navigation Regular
        5.4 Page Header

        -----------------------
6. Slider
        6.1 Slider
        -----------------------
7. Content
8. Footers
9. Pages
    9.1  About us
    9.2  Service list
    9.3  Faq's
    9.4  Testimonial
    9.5  Team
    9.6  Pricing
    9.7 Contact us
    ------------------------------------
10.Blog
    10.1 Blog Default
    10.2 Blog Single
    10.3 Blog two column
    10.4 Blog three column
    10.5 Add new if new update
    ------------------------------------
11.Gallery
    11.1 Video Gallery
    11.2 Filtarable Gallery - 3 Column
    11.3 Masonry Style Gallery
    11.4 Zoom - Popup Gallery
    ------------------------------------    
12.Sidebar
    11.1 Widget
    11.2 Sidenav
    ------------------------------------
13. Shortcodes
    12.1 Tabs
    12.2 Accordions
    12.3 Columns
    12.4 Alerts
    --------------------------

14. Media Queries
-------------------------------------------------------------------*/

/*-----------------------------------
    1. Body / Typography 
-----------------------------------*/

body {font-family: 'Roboto Condensed', sans-serif; font-size: 16px; -webkit-font-smoothing: antialiased; line-height: 1.3; color: #555; }
h1, h2, h3, h4, h5, h6 { margin: 0px 0px 10px 0px; color: #373433; }
.h1-white { color: #fff; line-height: 1;}
.h2-white { color: #fff; line-height: 1;}
.h2-blue { color: #012f47; line-height: 1;}
.h3-white { color: #fff; line-height: 1;}
h1 { font-size: 30px; line-height: 1.6; }
h2 { font-size: 26px; }
.h2-small { font-size: 20px; color: #9C4F1B; }
.h2-orange { color: #9C4F1B;}
.h2-edge { font-size: 30px; color: #9C4F1B; font-weight: 600}
.blue {color: #043c5b;}
.orange {color: #9C4F1B;}
h3 { font-size: 20px; line-height: 1.5; }
.small { font-size: 18px; line-height: normal; }
.reverse-box { height: auto; padding: 10px 40px; background:#00529c; color: #fff; text-align: center;}
.blue-divider { height: 10px; background:#00529c; color: #fff; text-align: center;}
.h3-orange { color: #9C4F1B; line-height: 1;font-weight: 700;}
.med { font-size: 20px; line-height: normal; }
.h2-number { color: #00529c; font-size: 20px; font-weight: 550; margin: 0px 0px 0px 0px; }
.h3-number { color: #00529c; font-weight: 550; margin: 0px 0px 0px 0px; }
h4 { font-size: 15px; }
p { margin: 0 0 10px; }
ul, ol { }
ul li, ol li { }
a { color: #00529c; text-decoration: underline; }
a:focus, a:hover {
	text-decoration: underline;
	color: #043c5b;
}
strong { font-weight: 700; }
.highlight { color: #dd9a80; }
.text-italic { font-style: italic; }
.small-text { font-size: 14px; }
blockquote { padding: 5px 0px; margin: 0 0 20px; font-size: 22px; border-left: transparent; color: #043c5b; line-height: 30px; }
blockquote.alignright { max-width: 50%; }
blockquote.alignleft { max-width: 50%; }
.alignleft { float: left; margin: 0px 30px 40px 0; }
.alignright { float: right; margin: 0px 0 20px 20px; }
p:last-child {
    margin-bottom: 0px;
}
.listnone { list-style: none; margin: 0px 0px 0px 0px; padding: 0; }
.lead { font-size: 20px; color: #373433; font-weight: 500; line-height: 36px; margin-bottom: 30px; font-family: 'Libre Baskerville', serif; }
.lead-strong { }
.section-title {color:#9C4F1B; margin-top:40px;}
.btn-action-block { padding-top: 20px; }
.text-white { color: #fff; }
.text-default { color: #dd9a80; }
.title { color: #373433; }
.meta-link { color: #7e7b76; }
.box-shadow { box-shadow: 0px 0px 5px 0px rgba(222, 222, 222, 1); }
.outline { border: 1px solid #f2f1ed; }
::selection { background: #ffecb3; color: #333; }

/*-----------------------------------
    2. Form css 
-----------------------------------*/
label { color: #383c40; }
.control-label { }
.form-control { color: #96968e; font-size: 12px; text-transform: uppercase; width: 100%; height: 52px; background-image: none; background-color: #fff; border-radius: 4px;  border: 1px solid #ededea; -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075); }
.form-control:focus { outline: 0; background-color: #fff; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); }
.required { font-size: 10px; color: #ab0303; }
textarea.form-control { border-radius: 2px; height: auto; }
select.form-control { background-color: #fff; color: #96968e; -webkit-appearance: none; -moz-appearance: none; background-position: 97% 50%; background-repeat: no-repeat; background-image: url(../images/down-arrow.png); padding-right: 15px; margin-bottom: 15px; }
button.btn { height: 47px; padding: 10px 40px; background:#00529c; color: #fff; }
.checkbox-inline, .radio-inline { position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: 400; vertical-align: middle; cursor: pointer; line-height: 1.4; }

/* Error Messages */
#errorLi{
	border:none;
	padding: none;
}
form li.error {
	border-radius: 1em 1em;
	background-color: #EEEEEE !important;
}
#errorMsg b{
	background-color: #EEEEEE !important;
	border-radius: 1em 1em;
}
#logo a {
	background-color: white;
}

/*-----------------------------------
    3. Buttons 
-----------------------------------*/
.btn { font-size: 12px; border-radius: 2px; line-height: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; padding: 14px 19px; border: none; white-space: normal; }
.btn-default { background-color: #9C4F1B; color: #fff; border-color: #9C4F1B; }
.btn-default:hover { color: #fff; background-color: #7e390a; border-color: #7e390a; }
.btn-default.focus, .btn-default:focus { color: #fff; background-color: #7e390a; border-color: #7e390a; }
.btn-blue { font-size: 16px; background-color: #00529c; color: #fff; width: 300px; padding-top: 12px; padding-right: 20px; padding-bottom: 12px; padding-left: 20px; text-align: center; border-radius: 2px; line-height: 12px; text-transform: none; letter-spacing: normal; font-weight: normal;}
.btn-blue:hover { background-color: #093f6e; color: #fff; }
.btn-sidebar { font-size: 16px; background-color: #00529c; color: #fff; width: 100%; height: auto; padding-top: 12px; padding-right: 20px; padding-bottom: 12px; padding-left: 20px; text-align: center; border-radius: 2px; line-height: 20px; text-transform: none; letter-spacing: normal; font-weight: normal; white-space: normal;}
.btn-sidebar:hover { background-color: #093f6e; color: #fff; }
.btn-primary { background-color: #373433; color: #fff; border-color: #373433; }
.btn-primary:hover { color: #fff; background-color: #8e666f; border-color: #8e666f; }
.btn-primary.focus, .btn-primary:focus { color: #fff; background-color: #8e666f; border-color: #8e666f; }
.btn-secondary { background-color: #fff; color: #dd9a80; }
.btn-secondary:hover { }
.btn-outline { background-color: transparent; color: #dd9a80; border-color: #dd9a80; }
.btn-outline:hover { color: #dd9a80; background-color: transparent; border-color: #dd9a80; }
.btn-outline.focus, .btn-outline:focus { color: #5b5955; background-color: #fff; border: 2px solid #dddad4; }
.btn-lg { padding: 24px 60px; font-size: 12px; text-align: center; }
.btn-sm { padding: 10px 15px; }
.btn-xs { padding: 5px 10px; }
.btn-link { color: #9C4F1B; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.btn-link:hover { text-decoration: none; color: #373433; }
.btn-link-white { color: #fff; font-weight: 600; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; border-bottom: 2px solid #fff; padding-bottom: 4px; }
.btn-link-white:hover { padding-bottom: 4px; color: #fff; }
.btn-link-orange { }
.btn-link-white:hover { }

/*-----------------------------------
    4. General / Elements 
-----------------------------------*/

/*----------------------- 
    4.1 Section space :
-------------------------*/

/*Note: Section space help to create top bottom space;*/

.space-small { padding-top: 40px; padding-bottom: 40px; }
.space-medium { padding-top: 20px; padding-bottom: 20px; }
.space-large { padding-top: 100px; padding-bottom: 100px; }
.space-ex-large { padding-top: 120px; padding-bottom: 120px; }

/*----------------------
    4.2 Margin Space
 -----------------------*/
.mb0 { margin-bottom: 0px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb60 { margin-bottom: 60px; }
.mb80 { margin-bottom: 80px; }
.mb100 { margin-bottom: 100px; }
.mt0 { margin-top: 0px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt60 { margin-top: 60px; }
.mt80 { margin-top: 80px; }
.mt100 { margin-top: 100px; }
.mt190 { margin-top: 190px; }

.ml10 { margin-left: 10px; }

/*----- less margin space from top --*/
.mt-20 { margin-top: -20px; }
.mt-40 { margin-top: -40px; }
.mt-60 { margin-top: -60px; }
.mt-80 { margin-top: -80px; }

/*-----------------------
    4.3 Padding space
-------------------------*/
.nopadding { padding: 0px; }
.nopr { padding-right: 0px; }
.nopl { padding-left: 0px; }
.pinside10 { padding: 10px; }
.pinside20 { padding: 20px; }
.pinside30 { padding: 30px; }
.pinside40 { padding: 40px; }
.pinside50 { padding: 50px; }
.pinside60 { padding: 60px; }
.pinside80 { padding: 80px; }
.pinside130 { padding: 130px; }
.pdt1 { padding-top: 1px; }
.pdt5 { padding-top: 5px; }
.pdt10 { padding-top: 10px; }
.pdt20 { padding-top: 20px; }
.pdt30 { padding-top: 30px; }
.pdt40 { padding-top: 40px; }
.pdt60 { padding-top: 60px; }
.pdt80 { padding-top: 80px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }
.pdb30 { padding-bottom: 30px; }
.pdb40 { padding-bottom: 40px; }
.pdb60 { padding-bottom: 60px; }
.pdb80 { padding-bottom: 80px; }
.pdl0 { padding-left: 0px; }
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.pdl40 { padding-left: 40px; }
.pdl60 { padding-left: 60px; }
.pdl80 { padding-left: 80px; }
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.pdr40 { padding-right: 40px; }
.pdr60 { padding-right: 60px; }
.pdr80 { padding-right: 80px; }

/*--------------------------------
 4.4 Background & Block color 
----------------------------------*/
.bg-light { background-color: #f9f9f7; }
.bg-primary { background-color: #d5504f; color: #fff; }
.bg-dark {background-color:#043c5b;}
.bg-readysc-blue {background-color:#5e87a1;}
.bg-default { background-color: #f8f7f4; }
.bg-white { background-color: #fff; }
.outline { border: 1px solid #f2f1ed; }
.link-title { }
.small-title { font-size: 12px; color: #373433; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; border-bottom: 1px solid #eee; padding-bottom: 30px; margin-bottom: 29px; }
.bdr-btm { }
.orange-text { color: #dd9a80; }
.well-bg { background-color: #f4f4f1; padding: 10px; }

/*--------------------------------
 4.5 Features Block 
----------------------------------*/

/*-- Features block class--*/

.feature { }
.feature-icon { }
.feature .feature-icon { }

/*-- Feature icon left --*/
.feature-left { }
.feature-left .feature-icon { }
.feature-left .feature-content { }
.feature-content { }

/*--------- feature center --------*/
.feature-center { }
.feature-center .feature-icon { }
.feature-number { }
.feature-number-box { }
.feature-num-left { }
.feature-num-left .feature-number-box { }
.feature-num-left .feature-content { }
.feature-title { font-size: 20px; color: #373433; border-bottom: 1px solid #f2f1ed; margin-bottom: 10px;}
.feature-box {
	min-height: 363px; background-color: #fff; }
.feature-box-short {
	min-height: 325px; background-color: #fff; }
.feature-box-aa {
	background-color: #fff; }
.feature-ctn { }
.title-caps { font-size: 18px; color: #043c5b; text-transform: uppercase; font-weight: bold; letter-spacing: 0px; }
.logo-slider-title { font-size: 15px; color: #043c5b; text-transform: uppercase; letter-spacing: 0px;  }
.feature-btn { text-align: left; }

/*--------------------------------
 4.6 Bullet 
----------------------------------*/
.bullet { position: relative; padding-left: 25px; line-height: 36px; }
.bullet-angle-double-right li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 15px; color: #043c5b; content: "\f101"; }
.bullet-circle li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 12px; color: #043c5b; content: "\f10c"; }

.bullet-arrow-circle-right li:before { font-family: 'FontAwesome'; display: block; position: absolute; left: 0; font-size: 16px; color: #9C4F1B; content: "\f0a9"; }
/*--------------------------------
 4.7 Call to actions 
----------------------------------*/
.cta { }
.cta-title { font-size: 30px; color: #373433; }
.cta-text { text-transform: uppercase; }
.cta-ctn { padding-bottom: 60px; padding-top: 60px; }
.cta-img { }
.cta-bg { background-color: #dd9a80; }

/*--------------------------------
 4.8 Image Hover Effect 
----------------------------------*/
img { width: auto; max-width: 100%; height: auto; margin: 0; padding: 0; border: none; line-height: normal; vertical-align: middle; }
.imghover { display: block; position: relative; max-width: 100%; }
.imghover::before, .imghover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; transition: all .3s ease-in-out; }
.imghover::before { top: 0; right: 0; bottom: 0; left: 0; }
.imghover::after { top: 50%; left: 50%; width: 50px; height: 50px; line-height: 50px; margin: -25px 0 0 -25px; content: "\f055"; font-family: "FontAwesome"; font-size: 60px; }
.imghover:hover::before, .imghover:hover::after { opacity: 1; }
.imghover:hover::before { background: rgba(4, 60, 91, .5); }
.imghover:hover::after { color: #FFFFFF; }

.vidhover { display: block; position: relative; max-width: 100%; }
.vidhover::before, .vidhover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; transition: all .3s ease-in-out; }
.vidhover::before { top: 0; right: 0; bottom: 0; left: 0; }
.vidhover::after { top: 50%; left: 50%; width: 50px; height: 50px; line-height: 50px; margin: -25px 0 0 -25px; content: "\f144"; font-family: "FontAwesome"; font-size: 60px; }
.vidhover:hover::before, .vidhover:hover::after { opacity: 1; }
.vidhover:hover::before { background: rgba(4, 60, 91, .5); }
.vidhover:hover::after { color: #FFFFFF; }

.video-hover { display: block; position: relative; max-width: 100%;}
.video-hover::before, .video-hover::after { display: block; position: absolute; content: ""; text-align: center; opacity: 0; transition: all .3s ease-in-out; }
.video-hover::before { top: 0; right: 0; bottom: 0; left: 0; }
.video-hover::after {}
.video-hover:hover::before, .video-hover:hover::after { opacity: 1; }
.video-hover:hover::before { background: rgba(4, 60, 91, .5);  }
.video-hover:hover::after { color: #FFFFFF; }

/*--------------------------------
 4.9 Icon 
----------------------------------*/
.icon { }
.icon-size-regular { font-size: 19px; }
.icon-size-x { font-size: 30px; }
.icon-size-xx { font-size: 36px; }
.icon-1x { font-size: 24px; }
.icon-size-xxx { font-size: 42px; }
.icon-default { color: #dd9a80; }
.icon-primary { color: #afaca7; }
.icon-secondary { color: #bcbcbc; }

/*--------------------------------
 5 Header / Navigations 
----------------------------------*/

/*--------------------
     5.1 Header Regular 
    ----------------------*/

.searchbar { }
.search-area { padding: 30px; }
.top-bar { background-color: #043c5b;}
.bdr { border-right: 1px solid #085e8d; }
.bdr-right { border-right: 1px solid #ccc; }
.address-info, .call-info { font-size: 15px; color: #999; font-weight: 500; padding-top: 12px; padding-bottom: 12px; padding-right: 24px;text-align: center; border-right: 1px solid #085e8d; }
.address-info i, .call-info i {font-size: 15px; }
.location-address {color: #ccc; }
.location-address a {color: #ccc; }
.location-address a:hover {color: #fff; }
.call-info { }
.call-no { }
.location-address.call-no { text-align: center; }
.location-address .call-no i { font-size: 16px; }
.top-social { text-align: center; padding: 12px; }
.top-social a { padding: 5; color: #ccc; display: inline-block; font-size: 16px; }
.top-social a:hover { color: #fff; }
.top-btn { padding: 10px; }

/*--------------------------
     5.2 Navigations Regular
    ----------------------------*/
.header { background-color: #fff; padding-top: 0px; padding-bottom: 0px; position: relative; z-index: 99; 	background-image: url(../images/header-background.png);
	background-repeat: no-repeat;
	background-position: right center;}
.header-1 { border-bottom: 1px solid #eee; padding-top: 24px; padding-bottom: 24px; z-index: 9; background-color: #fff; position: relative; }
.logo { padding-top: 6px; }
.search-nav { padding-top: 10px; }
.navigation { }
.navigation-collapse { background-color: #dd9a80; }
.right-navigation{
	float: right;
	margin-top: 50px;
}
.is-sticky .header { border-bottom: 1px solid #eee; }
#navigation { float: right; }
#navigation, #navigation ul, #navigation ul li, #navigation ul li a, #navigation #navigation-button { margin: 0; padding: 0; border: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#navigation:after, #navigation > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#navigation #menu-button { display: none; }
#navigation { font-family: 'Roboto Condensed', sans-serif; background: transparent; }
#navigation > ul > li { float: left; 
}
#navigation.align-center > ul { font-size: 0; text-align: center; }
#navigation.align-center > ul > li { display: inline-block; float: none; }
#navigation.align-center ul ul { text-align: left; }
#navigation.align-right > ul > li { float: right; }
#navigation > ul > li > a { padding: 20px; font-size: 17px; letter-spacing: 0px; text-decoration: none; color: #043c5b; font-weight: bold; }
#navigation > ul > li:hover > a {
	color: #fff;
	background-color: #043c5b;
}
#navigation > ul > li.has-sub > a { padding-right: 25px; }
	
/*#navigation > ul > li.has-sub > a:after {position: absolute; top: 22px; right: 11px; width: 8px;
  height: 2px; display: block; background: #dddddd; content: '';}*/
#navigation > ul > li.has-sub > a:before { position: absolute; right: 14px; font-family: FontAwesome; content: "\f107"; }

/*#navigation > ul > li.has-sub:hover > a:before {top: 23px; height: 0;}*/
#navigation ul ul { position: absolute; left: -9999px; }
#navigation.align-right ul ul { text-align: right; }
#navigation ul ul li { height: 0; }
#navigation li:hover > ul { left: auto; }
#navigation.align-right li:hover > ul { left: auto; right: 0; }
#navigation li:hover > ul > li { height: auto; }
#navigation ul ul ul { margin-left: 100%; top: 0; }
#navigation.align-right ul ul ul { margin-left: 0; margin-right: 100%; }
#navigation ul ul li a { padding: 14px 15px; width: 240px; font-size: 15px; text-decoration: none; color: #fff; font-weight: 200; background: #043c5b; }
#navigation ul ul li:last-child > a, #navigation ul ul li.last-item > a { border-bottom: 0; }
#navigation ul ul li:hover > a, #navigation ul ul li a:hover { color: #fff; background: #9C4F1B;  }
#navigation ul ul li.has-sub > a:after { position: absolute; top: 16px; right: 11px; width: 8px; height: 2px; display: block; background: #9C4F1B; content: ''; }
#navigation.align-right ul ul li.has-sub > a:after { right: auto; left: 11px; }
#navigation ul ul li.has-sub > a:before { position: absolute; top: 13px; right: 14px; display: block; width: 2px; height: 8px; background: #9C4F1B; content: '';}
#navigation.align-right ul ul li.has-sub > a:before { right: auto; left: 14px; }
#navigation ul ul > li.has-sub:hover > a:before { top: 17px; height: 0; }
#navigation.small-screen { width: 100%; }
#navigation.small-screen ul { width: 100%; display: none; }
#navigation.small-screen.align-center > ul { text-align: left; }
#navigation.small-screen ul li { width: 100%; }
#navigation.small-screen ul ul li, #navigation.small-screen li:hover > ul > li { height: auto; }
#navigation.small-screen ul li a, #navigation.small-screen ul ul li a { width: 100%; border-bottom: 1px solid #eee; padding: 20px; border-top: 0px solid transparent; }
#navigation.small-screen > ul > li { float: none; }
#navigation.small-screen ul ul li a { padding-left: 25px; }
#navigation.small-screen ul ul ul li a { padding-left: 35px; }
#navigation.small-screen ul ul li a { color: #043c5b; background: none; }
#navigation.small-screen ul ul li:hover > a, #navigation.small-screen ul ul li.active > a { color: #9C4F1B; }
#navigation.small-screen ul ul, #navigation.small-screen ul ul ul, #navigation.small-screen.align-right ul ul { position: relative; left: 0; width: 100%; margin: 0; text-align: left; }
#navigation.small-screen > ul > li.has-sub > a:after, #navigation.small-screen > ul > li.has-sub > a:before, #navigation.small-screen ul ul > li.has-sub > a:after, #navigation.small-screen ul ul > li.has-sub > a:before { display: none; }
#navigation.small-screen #menu-button { display: block; padding: 17px; color: #999; cursor: pointer; font-size: 12px; font-weight: 700; position: absolute;
	width: 47px;
	height: 30px;
	text-align: center;
	background: #043c5b;
	margin-top: -40px;
	right: 2px;	z-index: 99999999;
	-webkit-border-radius: 10%;
	-moz-border-radius: 10%;
	border-radius: 10%;
 }
#navigation.small-screen #menu-button:after { position: absolute; top: 16px; right: 13px; display: block; height: 8px; width: 20px; border-top: 2px solid #fff; border-bottom: 2px solid #fff; content: ''; }
#navigation.small-screen #menu-button:before { position: absolute; top: 11px; right: 13px; display: block; height: 2px; width: 20px; background: #fff; content: ''; }
#navigation.small-screen #menu-button.menu-opened:after { top: 15px; border: 0; height: 2px; width: 15px; margin-right: 3px; background: #fff; -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#navigation.small-screen #menu-button.menu-opened:before { top: 15px; background: #fff; width: 15px; margin-right: 3px; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#navigation.small-screen .submenu-button { position: absolute; z-index: 99; right: 0; top: 0; display: block; border-left: 1px solid #eee; height: 52px; width: 50px; cursor: pointer; }
#navigation.small-screen .submenu-button.submenu-opened { background: #043c5b; }
#navigation.small-screen ul ul .submenu-button { height: 34px; width: 34px; }
#navigation.small-screen .submenu-button:after { position: absolute; top: 17px; right: 19px;  display: block; color: #dddddd; content: '\f0d7'; font-family: 'FontAwesome';}
#navigation.small-screen ul ul .submenu-button:after { top: 15px; right: 13px; }
#navigation.small-screen .submenu-button.submenu-opened:after { position: absolute; top: 17px; right: 19px;  display: block; color: #fff; content: '\f0d8'; font-family: 'FontAwesome';}
#navigation.small-screen .submenu-button:before { position: absolute; top: 17px; right: 19px;  display: block; color: #fff; content: '\f0d7'; font-family: 'FontAwesome';}
#navigation.small-screen ul ul .submenu-button:before { top: 12px; right: 16px; }
#navigation.small-screen .submenu-button.submenu-opened:before { display: none; }
#navigation.small-screen.select-list { padding: 5px; }

/*----------------------------------------------
     5.4 Page Header
 ----------------------------------------------*/
.page-section { }
.page-header { background-color: #1a557d; color: #fff; margin: 0; border: none; position: relative; padding: 0px; }
.page-description { padding-top: 20px; padding-bottom: 20px; }
.page-title { color: #fff; font-size: 24px; text-transform: uppercase; line-height: 24px; margin-bottom: 0px; }
.page-text { font-family: 'Libre Baskerville', serif; font-size: 16px; color: #4c4845; font-style: italic; }
.page-breadcrumb { background-color: #fff; border-bottom: 1px solid #eee;
 }
.page-breadcrumb .breadcrumb { background-color: #fff; padding: 10px 0px; margin-bottom: 0px; font-size: 11px; font-weight: 600; border: none; letter-spacing: 2px; text-transform: uppercase; }
.page-breadcrumb .breadcrumb>li a { color: #1a557d; }
.page-breadcrumb .breadcrumb>li a:hover { color: #333; }
.page-breadcrumb .breadcrumb>.active { color: #333; }
.page-breadcrumb .breadcrumb>li+li:before { padding: 0 5px; color: #333; content: "\f105"; font: normal normal normal 12px/1 FontAwesome; }

/*-----------------------------------
     6. Slider 
-------------------------------------*/
.slider {}
.slider-captions { position: absolute; bottom: 180px; background: rgba(255,255,255,0.8);  padding: 40px; border-radius: 4px;  }

.slider-title { color: #043c5b; font-size: 28px; line-height: 32px; margin-bottom: 5px ; }

.slider-title-caption { color: #043c5b; font-size: 28px; line-height: 32px; margin-bottom: 5px ; }
.slider-call-text { font-size: 20px; color: #4c4845; text-decoration: underline; margin-bottom: 40px; }
.slider-text { color: #043c5b; font-size: 18px; }
.slider-img { position: relative; min-height: 200px; }
.slider-img img { position: relative; z-index: -1; display: block; width: 100%; height: auto; min-height: 200px;}
#slider { }
#slider .owl-buttons { }
#slider .owl-buttons div { background-color: transparent; }
#slider .owl-prev, #slider .owl-next { font-size: 22px; line-height: 1.3 }
#slider .owl-prev { position: absolute; top: 50%; left: 20px; }
#slider .owl-next { position: absolute; top: 50%; right: 20px; }
#slider .owl-pagination { position: absolute; bottom: 20px; margin: 0 auto; width: 100%; }
#slider .owl-controls .owl-page span { background-color: #dedad8; border-color: #dedad8; width: 8px; height: 8px; border-radius: 50%; }
#slider .owl-pagination .owl-page.active span { background-color: #765157; }
#slider .owl-controls { margin-top: 0px; }

/*-----------------------------------
7. Content 
-------------------------------------*/
.content { padding-bottom: 100px; padding-top: 100px; }
.content-area { }
.sidebar-area { background-color: #f4f4f1; padding: 10px; }
.sidebar {}
.sidebar { }

/*-----------------------------------
8. Footer 
-------------------------------------*/
.footer {
	background-color: #043c5b; padding-top: 40px; padding-bottom: 40px;
}
.footer-navigation { }
.footer-navigation ul { }
.footer-navigation ul li { }
.footer-navigation ul li a { float: left; padding: 10px 20px; text-transform: uppercase; font-size: 14px; color: #6e7f9e; letter-spacing: 1px; font-weight: 600; }
.footer-navigation ul li a:hover { color: #d5504f; }
.dark-line { border-top: 2px solid #999999; }
.widget-footer { color: #ccc; line-height: 22px;}
.widget-footer ul { }
.widget-footer ul li { margin-bottom: 5px; }
.widget-footer ul li a { font-size: 15px; color: #ccc; }
.widget-footer ul li a:hover { color: #ffffff; }

.footer-title { color: #d8e0e0; text-transform: uppercase; font-weight: 600; font-size: 20px; }
.address-text { font-size: 16px; color: #999999; display: inline-block; word-break: break-word; }
.footer-logo { margin-top:30px; padding-bottom: 13px; margin-bottom: 19px;}
.time-text { }
.footer-social { }
.footer-social ul { }
.footer-social ul li { font-size: 15px; color: #545450; text-transform: uppercase; font-weight: 600; float: left; }
.footer-social ul li a { color: #545450; text-align: center; padding: 5px; font-size: 12px; display: inline-block; line-height: 25px; margin-right: 10px; text-transform: uppercase; }
.footer-social ul li a i { padding-right: 10px; }
.footer-social ul li a:hover { color: #fff; }
.newsletter-title { font-size: 13px; color: #fff; text-transform: uppercase; border-bottom: 1px solid #575753; padding-bottom: 20px; margin-bottom: 19px; }
.tiny-footer { background-color: #30302e; font-size: 13px; padding-top: 6px; padding-bottom: 6px; color: #999999; }
.tiny-footer a { color: #999999; }
.tiny-footer a:hover { color: #ffffff; }
.newsletter-form { }
.newsletter-form .form-control { background-color: #575753; border-color: #575753; }

/*-----------------------------------
9. Pages 
-------------------------------------*/

/*-------------------------
  9.1 About us
---------------------------*/

.about-call-text { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; font-weight: 700; color: #96968e; }
.video-section { position: relative; }
.video-section-1 { }
.video-img { position: relative;}
.video-img-1 { }
.video-img img { width: 100%; }
.video-action { position: absolute; top: 23%; left: 40%; }
.video-action-1 { }

/*-------------------------
  9.2  Service / single / sidebar
--------------------------*/
.service-box { position: relative; }
.service-img { position: relative; }
.service-caption {position: relative; background-color: #9C4F1B; width: 100%; display: inline-block; text-align: center; padding-bottom: 15px; padding-top: 15px; color: #fff; height: 70px;}
.service-title { font-size: 16px; color: #fff; }
.service-img img { width: 100%; }
.service-caption a { background-color: #00529c; width: 100%; display: inline-block; text-align: center; padding-bottom: 15px; padding-top: 15px; color: #fff; height: 70px; }
.service-caption a:hover { background-color: #00529c;color: #fff;  width: 100%; }

.service-btn { }
.call-text { border-top: 1px solid #eee; margin-top: 29px; padding-top: 30px; }

/*-----------------------------------------
     service side-nav
    ------------------------------------------*/
.sidenav { background-color: #79525a; }
.sidenav li { position: relative; font-weight: 700; }
.sidenav li a { padding-top: 29px; padding-bottom: 29px; display: block; border-bottom: 1px solid #373433; line-height: 14px; color: #fff; font-size: 14px; padding-left: 40px; text-transform: uppercase; }
.sidenav li a:hover { color: #fff; border-bottom: 1px solid #373433; background-color: #373433; }
.sidenav li.active a { color: #fff; background-color: #373433; }
.sidenav li.active a:before { color: #fff; }
.sidenav li a:before { margin-right: 10px; font-family: FontAwesome; position: absolute; right: 4px; width: 20px; font-size: 16px; color: #fff; content: "\f101"; left: 20px; }
.sidenav li a:hover:before { color: #fff; }
.angle-double-right li:last-child { border-bottom: 0px solid #373433; }
.angle-double-right li a:before { margin-right: 10px; font-family: FontAwesome; position: absolute; left: 20px; width: 20px; font-size: 16px; color: #5a5a5a; content: "\f101"; font-weight: normal; }

/*--------------------------
  9.3  Faq's
----------------------------*/
.st-accordion { }
.widget-faq-category { }
.st-accordion .sign { color: #9C4F1B; padding: 0 2px; position: absolute; right: 0px; top: 2px; }
.st-accordion .accordion .panel-heading.active .sign { color: #9C4F1B; }
.st-accordion .accordion .panel-heading.active { border-bottom: 1px solid #dd9a80; }
.st-accordion .panel-title { margin-top: 0; margin-bottom: 0; font-size: 18px; color: #9C4F1B; position: relative; font-weight: bold;}
.sign { color: #084988; padding: 0 2px; position: absolute; right: -10px; top: 6px; }
.st-accordion .panel-heading.active .sign { color: #dd9a80; }
.st-accordion .panel { margin-bottom: 20px; background-color: #fff; border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; }
.st-accordion .panel-default { border-color: transparent; }
.st-accordion .panel-group .panel { margin-bottom: 10px; border-radius: 0px; }
.st-accordion .panel-default>.panel-heading { color: #9C4F1B; background-color: #fff; padding: 20px; border-bottom: 1px solid #ededea; }
.st-accordion .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body { border-color: transparent; }
.st-accordion .panel-group .panel-heading+.panel-collapse>.list-group, .st-accordion .panel-group .panel-heading+.panel-collapse>.panel-body { }
.st-accordion .panel-body { margin-left: 5px; }
.st-accordion .panel-body p:first-child { padding-top: 15px; }
.st-accordion .panel-body p:last-child { margin-bottom: 0px; }
.st-accordion .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body { }

/*--------------------------
  9.5  Testimonial
---------------------------*/
#testimonial { }
.testimonial { }
.testimonial-box { }
.customer-box { padding: 20px 0px 40px 30px; }
.testimonial-img { float: left; margin-top: 10px; }
.customer-name { font-size: 14px; color: #373433; text-transform: uppercase; font-weight: 600; padding-left: 40px; display: inline-block; padding-top: 20px; }
.testimonial-meta { font-size: 12px; color: #7b7674; font-weight: 600; padding-left: 140px; }
.testimonial-ctn { }
.testimonial-info { }
.testimonial-ctn .customer-name { padding-left: 0px; padding-right: 10px; }
.testimonial-text { font-size: 18px; color: #373433; font-style: italic; line-height: 36px; margin-bottom: 0px; font-family: 'Libre Baskerville', serif; }
.testimonial-img-1 { }

/*--------------------------
  9.6  Team
---------------------------*/
.team-block { border-radius: 2px; }
.team-img { }
.team-img img { width: 100%; }
.team-content { }
.team-name { font-size: 18px; color: #373433; letter-spacing: 1px; }
.team-meta { font-size: 12px; color: #838989; letter-spacing: 1px; text-transform: uppercase; }
.team-social { }
.team-social a { color: #c7c7c4; padding: 5px; font-size: 20px; display: inline-block; line-height: 1px; }
.team-social a:hover { color: #dd9a80; }
.doctor-block { }
.doctor-img { }
.doctor-title { }
.doctor-meta { line-height: 34px; font-size: 12px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; color: #7e7b76; }
.doctor-header { }
.doctor-social { }

/*---------------------------
  9.7 Pricing
----------------------------*/
.pricing-block { padding: 30px; background-color: #fff; margin-bottom: 30px; font-size: 16px; }
.pricing-title { font-size: 18px; text-transform: uppercase; color: #043c5b; border-bottom: 1px solid #f2f1ed; margin-bottom: 30px; padding-bottom: 29px; font-weight: 700; }
.price-box { background-color: #ededea; padding: 10px; margin-top: -30px; margin-bottom: 60px; }
.price { font-size: 16px; color: #373433; text-align: center; font-weight: 800; letter-spacing: 1px; margin-bottom: 0px; }

/*-------------------------
  9.8 Contact us
---------------------------*/
.contact-block { }
.contact-title { font-size: 14px; color: #373433; letter-spacing: 1px; font-weight: 600; margin-left: 20px; text-transform: uppercase; }
.icon-box { border-bottom: 1px solid #ededea; margin-bottom: 30px; padding-bottom: 29px; }
.icon-box i { float: left; }
.location-box { }
.hours-box { }
.info-box { text-align:center; line-height: normal; padding:15px; background-color: #044669;}
.social-box { }
.social-box i { margin-left: 20px; }
.social-box a { color: #96968e; }
.social-box a:hover { color: #dd9a80; }
.map { height: 400px; }

/*------------------------
 10. Blog pages
--------------------------*/
.post-holder { }
.post-img { position: relative; }
.post-sticky { position: absolute; top: 10px; right: 25px; background: url(../images/sticky.png); width: 28px; height: 35px; z-index: 9; }
.post-title { color: #9C4F1B; margin-bottom: 2px; padding-bottom: 0px; font-weight: 600; }
.post-block { background-color: #f8f7f4; padding: 30px; min-height: 850px; }
.post-header { }
#post-gallery { margin-bottom: 40px; }
#post-gallery .owl-pagination { margin-top: -20px; z-index: 1; position: relative; text-align: center; }
#post-gallery .owl-buttons { }
.meta { line-height: 34px; font-size: 12px; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; color: #7e7b76; }
.meta-date { color: #dd9a80; }
.meta-comment { font-size: 12px; color: #9c9694; }
.meta-author { padding-left: 15px; }
.meta-cat { }
.meta-date, .meta-comment, .meta-author, .meta-cat { }
.post-content { }
.quote-block { background-color: #ccc; }
.quote-block p { font-size: 20px; line-height: 30px; color: #fff; font-weight: 300; }
.quote-block-line {border-bottom: 1px solid #9C4F1B; }
.related-post { }
.related-post-title { margin-bottom: 40px; padding-bottom: 39px; border-bottom: 1px solid #e3e9e9; }
.related-content { }
.related-img { margin-bottom: 30px; }
.related-title { line-height: 28px; font-size: 18px; color: #373433; }
.post-navigation { }
.nav-links { }
.nav-previous { }
.prev-link, .next-link { color: #b7b1ae; margin-bottom: 20px; display: block; text-decoration: underline; text-transform: uppercase; font-weight: 600; font-size: 14px; letter-spacing: 1px; }
.nav-next { }
.next-link { }
.prev-link { }
.prev-link:hover, .next-link:hover { color: #dd9a80; }
.next-title { }
.previous-title { }
.next-title, .previous-title { line-height: 28px; font-size: 18px; color: #373433; }
.post-author { }
.author-block { background-color: #dd9a80; padding: 30px; color: #fff; }
.author-post-title { margin-bottom: 40px; padding-bottom: 39px; border-bottom: 1px solid #e3e9e9; }
.post-author-name { font-size: 24px; color: #fff; margin-bottom: 30px; }
.author-content { font-family: 'Libre Baskerville', serif; font-style: italic; line-height: 36px; font-size: 20px; }
.author-info { }
.author-social { }
.author-social a { color: #fff; padding-left: 10px; padding-top: 3px; font-size: 16px; display: inline-block; font-size: 12px; }
.author-social a>i:hover { color: #fff; }

/*----- comments-----*/
.comments-area { }
.comments-title { margin-bottom: 40px; padding-bottom: 39px; border-bottom: 1px solid #e3e9e9; }
.comment-list { }
.comment { }
.comment-body { }
.comment-author { }
.comment-author img { float: left; }
.comment-info { padding-left: 160px; }
.comment-header { }
.user-title { font-size: 18px; color: #373433; margin-bottom: 0px; }
.comment-meta { margin-bottom: 20px; font-size: 12px; font-weight: 400; text-transform: uppercase; margin-top: 10px; }
.comment-meta-date { font-size: 12px; color: #b7b1ae; text-transform: uppercase; font-weight: 600; letter-spacing: 1px; }
.comment-content { }
.reply { }
.reply-title { margin-bottom: 40px; padding-bottom: 39px; border-bottom: 1px solid #e3e9e9; }
.childern { padding-left: 140px; border-top: 1px solid #e3e9e9; }
.childern .comment { }
.childern .comment-body { padding: 20px; }
.leave-comments { }
.reply-form { background-color: #f4f4f1; }

/*-------------Pagination-------------*/
.st-pagination { }
.st-pagination .pagination>li>a, .pagination>li>span { position: relative; float: left; margin-left: -1px; line-height: 1.42857143; color: #fff; text-decoration: none; font-size: 13px; border-color: #c8c3c2; font-weight: 800; text-transform: uppercase; margin-right: 7px; margin-bottom: 5px; padding: 10px 15px; background-color: #c8c3c2; border-top-left-radius: 0px; border-bottom-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; }
.st-pagination .pagination>li>a:focus, .st-pagination .pagination>li>a:hover, .st-pagination .pagination>li>span:focus, .st-pagination .pagination>li>span:hover { z-index: 2; color: #fff; background-color: #dd9a80; border-color: #dd9a80; }
.st-pagination .pagination>li:first-child>a, .st-pagination .pagination>li:first-child>span { margin-left: 0; }
.st-pagination .pagination>li:last-child>a, .st-pagination .pagination>li:last-child>span { }
.st-pagination .pagination>.active>a, .st-pagination .pagination>.active>a:focus, .st-pagination .pagination>.active>a:hover, .st-pagination .pagination>.active>span, .st-pagination .pagination>.active>span:focus, .st-pagination .pagination>.active>span:hover { z-index: 3; color: #fff; cursor: default; background-color: #dd9a80; border-color: #dd9a80; }

/*------------------------
 11. Gallery pages
--------------------------*/

/*-------- filter gallery -------*/

.isotope-item { z-index: 2; }
.isotope-hidden.isotope-item { pointer-events: none; z-index: 1; }
.isotope, .isotope .isotope-item {    /* change duration value to whatever you like */
-webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; transition-duration: 0.8s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; transition-property: transform, opacity; }
.portfolioContainer { }
.portfolioFilter { margin-bottom: 30px; text-align: center; }
.portfolioFilter a { text-transform: uppercase; background-color: #c8c3c2; padding: 9px 26px; display: inline-block; color: #fff; font-size: 12px; font-weight: 600; margin-bottom: 5px; letter-spacing: 1px; }
.portfolioFilter a:hover { color: #fff; background-color: #dd9a80; }
.portfolioFilter a.current { color: #fff; text-decoration: none; background-color: #dd9a80; }

/*----------------- Gallery Wide ---------------*/
.gallery-thumbnail img { width: 100%; }
.gallery-img img { width: 100%; }
.gallery-block { }

/*--------------------------------
 video gallery  
---------------------------------*/
.video-block { }
.video-content { }
.video-title { font-size: 20px; color: #373433; margin-bottom: 0px; line-height: 30px; }
.video-block .video-action { position: absolute; top: 20%; left: 40%; }

/*------------------------
  12. Sidebar / Widgets
--------------------------*/
.sidebar { }
.widget { background-color: #f8f7f4; margin-bottom: 10px; padding: 30px; }
.widget-title { font-size: 14px; color: #373433; text-transform: uppercase; font-family: 'Roboto Condensed', sans-serif; font-weight: 800; letter-spacing: 2px; border-bottom: 1px solid #f2f1ed; padding-bottom: 20px; margin-bottom: 19px; }
.widget-search { }
.widget-category { }
.widget-category li a, .widget-archives li a { padding-top: 10px; padding-bottom: 10px; display: block; line-height: 16px; color: #043c5b; font-size: 16px; font-weight: 500; }
.widget-category li a i, .widget-archives li a i { padding-right: 10px; }
.widget-category li a:hover, .widget-archives li a:hover { color: #00529c; }
.widget-archives { }
.widget-recent-post { }
.recent-block { }
.recent-title { font-size: 14px; color: #373433; line-height: 20px; margin-bottom: 0px; }
.widget-tags { }
.widget-tags a { text-transform: uppercase; background-color: #b9b1ae; border-color: #b9b1ae; padding: 8px 10px; display: inline-block; margin-bottom: 5px; font-weight: 700; font-size: 10px; line-height: 12px; color: #fff; letter-spacing: 1px; }
.widget-tags a:hover { background-color: #dd9a80; color: #fff; border-color: #dd9a80; }

/*---------------------------------
13. Shortcodes
----------------------------------*/

/*-----------------
    12.1 Tabs
-------------------*/

.st-tabs { }
.st-tabs .nav-tabs { border-bottom: 1px solid transparent; }
.st-tabs .nav-tabs>li>a { margin-right: 0px; line-height: 1.42857143; border: 1px solid #ededea; border-radius: 2px 2px 0 0; background-color: #fff; font-size: 12px; text-transform: uppercase; color: #96968e; font-weight: 600; padding: 20px 8px; letter-spacing: 1px; }
.st-tabs .nav-tabs>li>a:hover { background-color: #dd9a80; border-bottom: 1px solid #eae7e3; color: #fff; border-color: transparent; }
.st-tabs .nav-tabs>li.active>a, .st-tabs .nav-tabs>li.active>a:focus, .st-tabs .nav-tabs>li.active>a:hover .st-tabs .nav-tabs>li>a:hover { background-color: #dd9a80; border-bottom: 1px solid #eae7e3; color: #fff; border-color: transparent; }
{ color: #96968e; cursor: default; background-color: #f8f7f4; border: 1px solid #dee7f2; border-bottom-color: transparent; }
.st-tabs .tab-content { padding: 30px; background-color: #fff; border-left: 1px solid #ededea; border-right: 1px solid #ededea; border-bottom: 1px solid #ededea; }
.st-tabs .nav-tabs.nav-justified>.active>a, .st-tabs .nav-tabs.nav-justified>.active>a:focus, .st-tabs .nav-tabs.nav-justified>.active>a:hover { background-color: #dd9a80; border: 1px solid #dd9a80; border-bottom: 1px solid #dd9a80; color: #fff; }

/*----------------------
    12.2 Accordion
-----------------------*/
.st-accordion { }
.widget-faq-category { }
.st-accordion .sign { color: #043c5b; padding: 0 2px; position: absolute; right: 0px; top: 2px; }
.st-accordion .accordion .panel-heading.active .sign { color: #043c5b; }
.st-accordion .accordion .panel-heading.active { border-bottom: 1px solid #dd9a80; }
.st-accordion .panel-title { margin-top: 0; margin-bottom: 0; font-size: 18px; color: inherit; position: relative; color: #043c5b;}
.sign { color: #084988; padding: 0 2px; position: absolute; right: -10px; top: 6px; }
.st-accordion .panel-heading.active .sign { color: #dd9a80; }
.st-accordion .panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 0px; -webkit-box-shadow: none; box-shadow: none; }
.st-accordion .panel-default { border-color: transparent; }
.st-accordion .panel-group .panel { margin-bottom: 10px; border-radius: 0px; }
.st-accordion .panel-default>.panel-heading { color: #043c5b; background-color: #fff; padding: 20px; }
.st-accordion .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body { border-color: transparent; }
.st-accordion .panel-group .panel-heading+.panel-collapse>.list-group, .st-accordion .panel-group .panel-heading+.panel-collapse>.panel-body { }
.st-accordion .panel-body { }
.st-accordion .panel-body p:first-child { padding-top: 15px; }
.st-accordion .panel-body p:last-child { margin-bottom: 0px; }
.st-accordion .panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body { }

/*----------------------
    12.2 Alert
-----------------------*/

/*-----------------
    12.4 Column
-------------------*/

.column-block { margin-bottom: 30px; }

/*--------------------------------
 Extra Plugin CSS - Back to top  
---------------------------------*/
.cd-top { display: inline-block; height: 40px; width: 40px; position: fixed; bottom: 40px; right: 10px; overflow: hidden; text-indent: 100%; white-space: nowrap; visibility: hidden; border-radius: 5px; background: #085e8d url(../images/cd-top-arrow.svg) no-repeat center 50%; opacity: 0; -webkit-transition: opacity .3s 0s, visibility 0s .3s; -moz-transition: opacity .3s 0s, visibility 0s .3s; transition: opacity .3s 0s, visibility 0s .3s; border-radius: 20px; }
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover { -webkit-transition: opacity .3s 0s, visibility 0s 0s; -moz-transition: opacity .3s 0s, visibility 0s 0s; transition: opacity .3s 0s, visibility 0s 0s; background-color: #999; }
.cd-top.cd-is-visible {  background-color: #085e8d;   /* the button becomes visible */
visibility: visible; opacity: 1; }
.cd-top.cd-is-visible:hover {  background-color: #999;   }
.cd-top.cd-fade-out {   /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
opacity: 1; }
.no-touch .cd-top:hover { background-color: #999; opacity: 1; }

/*-------------------------------- 
    Media Query 
--------------------------------*/
@media screen and (max-width:1366px) {

    /* slider */
	.slider-captions { position: absolute; bottom: 80px; background: rgba(255,255,255,0.8);  padding: 40px; border-radius: 4px; text-align: center; width: 100%; }   
	.slider-title { color: #373433; font-size: 30px; line-height: 36px; margin-bottom: 0px; }
    .slider-text { color: #043c5b; font-size: 18px; margin-bottom: 20px; }
    #slider .owl-prev { position: absolute; top: 50%; left: 10px; }
    #slider .owl-next { position: absolute; top: 50%; right: 10px; }
    #slider .owl-prev, #slider .owl-next { font-size: 12px; width: 30px; height: 30px; line-height: 1.5; }
    #slider .owl-pagination { position: absolute; bottom: 0px; margin: 0 auto; width: 100%; }

    /* page header */
    .page-section { padding: 15px 0px 15px 0px; }
}
@media screen and (max-width:1440px) {

    /* slider */
	.slider-captions { position: absolute; bottom: 60px; background: rgba(255,255,255,0.8);  padding: 40px; border-radius: 4px; text-align: center; width: 100%; }    
	.slider-title {
	color: #333333;
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 20px;
}
    .slider-text { color: #043c5b; }
    #slider .owl-prev { position: absolute; top: 50%; left: 10px; }
    #slider .owl-next { position: absolute; top: 50%; right: 10px; }
    #slider .owl-prev, #slider .owl-next { font-size: 12px; width: 30px; height: 30px; line-height: 1.5; }
    #slider .owl-pagination { position: absolute; bottom: 0px; margin: 0 auto; width: 100%; }

    /* page header */
    .page-section { padding: 15px 0px 15px 0px; }
}
@media only screen and (max-width:1024px) {

    /* header */
    #navigation > ul > li > a { padding: 10px; font-size: 12px; letter-spacing: 1px; text-decoration: none; color: #043c5b; font-weight: 700; }

    /* slider */
	.slider-captions { position: absolute; bottom: 20px; background: rgba(255,255,255,0.8);  padding: 40px; border-radius: 4px; text-align: center; width: 100%; }
    .slider-title { color: #043c5b; font-size: 30px; line-height: 40px; margin-bottom: 20px; }
    .slider-text { font-size: 18px; }
    #slider .owl-prev { position: absolute; top: 30%; left: 10px; }
    #slider .owl-next { position: absolute; top: 30%; right: 10px; }
    #slider .owl-prev, #slider .owl-next { font-size: 12px; width: 30px; height: 30px; line-height: 1.5; }
    #slider .owl-pagination { position: absolute; bottom: 0px; margin: 0 auto; width: 100%; }

    /* page header */
    .page-section { padding: 15px 0px 15px 0px; }
}
@media only screen and (max-width:768px) {

    /* slider */
	.slider-captions { position: absolute; bottom: 10px; background: rgba(255,255,255,0.8);  padding: 40px; border-radius: 4px; text-align: center; width: 100%; }
    .slider-title { font-size: 26px; line-height: 32px; margin-bottom: 20px; }
    #slider .owl-prev { position: absolute; top: 40%; left: 10px; }
    #slider .owl-next { position: absolute; top: 40%; right: 10px; }
    #slider .owl-prev, #slider .owl-next { font-size: 12px; width: 30px; height: 30px; line-height: 1.5; }
    #slider .owl-pagination { position: absolute; bottom: 0px; margin: 0 auto; width: 100%; }
    .header { padding-top: 5px; padding-bottom: 5px; }

    /* page header */
    .page-section { padding: 15px 0px 15px 0px; }

    /* blog single page comments*/
    .childern { padding-left: 0px; }
	.slider-img img { position: relative; z-index: -1; display: block; min-width: 1100px; min-height: 275px; align-content: center; }
}
@media only screen and (max-width:375px) {
	.slider-captions { position: absolute; bottom: 10px; background: rgba(255,255,255,0.8);  padding: 40px; border-radius: 4px; text-align: center; width: 100%; }
    .slider-title { color: #373433; font-size: 18px; line-height: 21px; }
	#slider .owl-prev { position: absolute; top: 30%; left: 10px; }
    #slider .owl-next { position: absolute; top: 30%; right: 10px; }
    #slider .owl-prev, #slider .owl-next { font-size: 12px; width: 30px; height: 30px; line-height: 1.5; }
    #slider .owl-pagination { position: absolute; bottom: 0px; margin: 0 auto; width: 100%; }
    .header { padding-top: 5px; padding-bottom: 5px; }
	.slider-img { position: relative; }
	.slider-img img { position: relative; z-index: -1; display: block; min-width: 1200px; min-height: 350px;}
}

.treatment-icon-block { text-align: center; margin-bottom: 0px; margin-top: 20px; width: 110px; margin-right: 10px; margin-left: 10px;}
.treatment-circle { background-color: #ffffff; border-radius: 100%; padding: 10px; width: 110px; height: 110px; font-size: 50px; margin: 0 auto 5px auto; }
.treatment-circle:hover { background-color: #eaeae5; color: #fff; }
.treatment-circle:hover a { color: #fff; }
.treatment-caption { }
.treatment-title { font-size: 12px; }
.treatment-content { margin-bottom: 30px; width: 100%;  }

.infographic-title { line-height: 28px; font-size: 56px; color: #9C4F1B; font-weight: 600; text-align:center; padding-top: 20px; padding-bottom:20px;}
.infographic-title-white { line-height: 28px; font-size: 56px; color: #fff; font-weight: 600; text-align:center; padding-top: 20px; padding-bottom:20px;}
.infographic-subtitle { line-height: normal; font-size: 20px; color: #fff; font-weight: 600; text-align:center; padding-top: 20px; padding-bottom:20px; text-transform: uppercase;}
.info-box-clear { text-align:center; line-height: normal; padding:15px; }
.infographic-text-white { font-size: 14px; color: #fff; text-align:center; padding-top: 20px; padding-bottom:20px;}
.infographic-text-small { font-size: 14px; color: #ccc; text-align:center; padding-top: 20px; padding-bottom:20px;}
.infographic-text-small-dark { font-size: 14px; color: #999; text-align:center; padding-top: 20px; padding-bottom:20px;}
.step-block { padding: 20px; position: relative; min-height: 270px; margin-bottom: 40px; text-align: center; }
.step-icon { font-size: 42px; margin-bottom: 20px; color: #f38b00; }
.step-content {line-height: 20px; color: #555 }
.step-title { margin-bottom: 20px; font-size: 18px; letter-spacing: 0px; font-weight: 600; color: #043c5b; line-height: 20px; }
.step-number { text-align: center; }
.step-circle { background-color: #fbf9f4; border: 2px solid #f38b00; width: 40px; height: 40px; position: absolute; border-radius: 100%; color: #b5b1a7; line-height: 30px; left: 40%; text-align: center; bottom: -20px; }
.step-block:hover .step-circle { color: #023c5b; border: 2px solid #023c5b; background-color: #fff; }
.step-block:hover .step-icon { color: #023c5b; }

.divider.striptags{
	width: 100%;
	height: 5px;
	border-top: 0;
	background: url(../images/striptags.png) repeat;
	margin-top: 30px;
	margin-bottom: 30px;
}

.divider{
	border-top: 1px solid #eee;
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-right: -10;
	margin-bottom: 20px;
	margin-left: -10;
}
.divider-edge{
	border-top: 1px solid #e8e4d8;
	width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-right: -10;
	margin-bottom: 5px;
	margin-left: -10;
}
.divider-blog{
	border-top: 2px solid #00529c;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-right: -10;
	margin-bottom: 20px;
	margin-left: -10;
}

.box-header {
	background: #9C4F1B;
	color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.ft_address { margin-top: 25px; }
.ft_icon { float: left; padding-right: 10px; padding-bottom: 30px; color: #f38b00; }
 
/* Chart */
.chart{
	text-align: center;
}
.chart-box{ width: 100%; height:auto; min-height: 370px; text-align: center; padding:15px;}
.chart.easyPieChart{
	text-align: center;
	position: relative;
	color: #333;
    font-weight: 800;
    font-size: 34px;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.chart.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}	
.chart-txt-dkorange {
	font-size: 26px;
	color: #9C4F1B;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 20px;
}
.chart-txt-green {
	font-size: 26px;
	color: #4a632e;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 20px;
}
.chart-txt-ltgreen {
	font-size: 26px;
	color: #739b38;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 20px;
}
.chart-txt-blue {
	font-size: 26px;
	color: #4a616d;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 20px;
}
.chart-txt-dkblue {
	font-size: 26px;
	color: #043c5b;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 20px;
}
.chart-txt-ltorange {
	font-size: 26px;
	color: #c96908;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 20px;
}

.aa-info-box{ width: 100%; height:auto; min-height: 320px; text-align: center; padding:20px; background: #f5f4f0;}

.aa-dual-info-box{ width: 100%; height:auto; min-height: 400px; text-align: center; padding:20px; background: #f5f4f0;}

/* Form fields, general styles first. */
.button,
button{
	font-size: 14.3px;
	margin-bottom: 2px;
	background: #043c5b;
	color: #fff;
	border: 1px solid #fff;
}
.button,
button a:hover{
	font-size: 14.3px;
	margin-bottom: 2px;
	background: #00529c;
	color: #fff;
	border: 1px solid #fff;
}
.button,
button:hover{
	background: #9C4F1B;
	color: #fff;
}
input,
select,
textarea {
	color: #333;
	padding: 9px 15px 10px;
	border: 1px solid #ccc;
	font-family: inherit;
	margin-bottom: 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input:focus,
select:focus,
textarea:focus {
	border: 1px solid #ddd;
	background: #fbfbfb;
	color: #333;
	outline: 0;
}
select{
	padding: 8px 15px 9px;
}
input[type=file]{
	padding: 8px 15px;
}

#alpha_box {
	width: auto;
	height: auto;
	float: left;
}

#alpha_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#alpha_box li {
	display: inline;
}

#alpha_box a {
	display: block;
	float: left;
	width: 12px;
	height: 10px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 10px;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background-color: #00529c;
	margin-right: 2px;
}

#alpha_box a:hover {
	background: #9C4F1B;
	text-decoration: none;
}

#alpha_box .active a {
	background: #00529c;
	color: #FFFFFF;
}

.hdr-white {
	color: #ffffff;
	font-weight: bold;
}
.hdr-blue {
	color: #00529c;
}
.hdr-orange {
	color: #9C4F1B;
}
.caption_txt {
	font-size: 13px;
	line-height: normal;
}

    .logo-slider {
	width: 55%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
    }

    .slick-slide {
      margin: 0px 10px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }

	/* Icon Box*/
.iconbox{
	text-align: center;
	background: #f5f4f0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	min-height:110px;

}
.iconbox.hover:hover{
	color: #fff;
	background: #eae8dc;

}
.iconbox.hover:hover .heading-title{
}

.iconbox.hoverin,
.iconbox.hoverin .heading-title{
	color: #fff;
	background: #f5f4f0;
}
.iconbox .icon{
	font-size: 22px;
	width: 40px;
	height: 40px;
	padding-top: 10px;
	color: #B2A97D;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.iconbox .heading-title{
	color: #555;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.iconbox .icon-content{
	margin-bottom: 10px
}
.iconbox-resources{
	text-align: center;
	background: #ebf7fb;
	min-height: 250px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 40px 20px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.iconbox-resources.hover:hover{
	cursor: pointer;
	background: #e0f2f8;

}
.iconbox-resources.hover:hover .heading-title{
}
.iconbox-resources.hoverin,
.iconbox-resources.hoverin .heading-title{
	color: #fff;
}
.iconbox-resources .icon{
	font-size: 39px;
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	padding-top: 20px;
	color: #18365c;
	background: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.iconbox-resources .heading-title{
	color: #18365c;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	line-height: normal;
}
.iconbox-resources .icon-content{
	margin-bottom: 20px
}
	
a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color:#9C4F1B;
	text-transform: uppercase;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow:auto;
    margin: 10px 35%;
    padding:5px;
    border-radius: 15px;
    border:4px solid #fff;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}

.wufoo span.req{
  color: #bb0404 !important;
}

#saveForm {background-color: #9C4F1B; color: #fff; border-color: #9C4F1B; border-radius: 2px; padding: 14px 19px; border: none;}
#saveForm:hover { color: #fff; background-color: #7e390a; border-color: #7e390a; }



.icon-next{
    color: #fff;
    margin-top: -20px;
	font-size: 40px;
	text-decoration: none;
}
.icon-prev{
    color: #fff;
    margin-top: -20px;
	font-size: 40px;
	text-decoration: none;
}

table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px 20px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #f1f1f1;
}
.table > tbody > tr > th {
  background: #fbfbfb
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
  border-left: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }

	
.btn-circle { font-size: 12px; border-radius: 2px; line-height: 12px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 700; padding: 14px 19px; border: none; }
.btn-default-circle { background-color: #00529c; color: #fff;}
.btn-default-circle:hover { color: #fff; background-color: #7e390a;}
.btn-default-circle.focus, .btn-default:focus { color: #fff; background-color: #7e390a; border-color: #7e390a; }	

}

.alert {
    margin-bottom: 0;
    text-align: center;
    padding: 8px;
    color: #043c5b;
    background: #d9edf7;
    border-color: #000;
}
.alert-info {
    color: #043c5b;
    background-color: #d9edf7;
	text-align: center;
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert-dismissable .close, .alert-dismissible .close {
    right: 12px;
}
.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #043c5b;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .5;
    margin-right: 20px;
}
.alert p {
    font-size: 16px;
}
.alert>p, .alert>ul {
    margin-bottom: 0;
}
.alert a {
    color: #043c5b;
    font-size: 16px;
}
.alert a:hover{
    color: #9C4F1B;
    font-size: 16px;
}
.alert {
    margin-bottom: 0;
    text-align: center;
    padding: 15px;
    color: #043c5b;
    background: #d9edf7;
}

.hdr-bg { font-size: 20px; background-color: #00529c; color: #fff; width: 100%; height: auto; padding-top: 15px; padding-right: 20px; padding-bottom: 15px; padding-left: 20px; text-align: left; border-radius: 2px; line-height: 16px; text-transform: uppercase; letter-spacing: normal; font-weight: normal; white-space: normal;}

.st-accordion { }
.st-accordion .panel-group { margin-bottom: 20px; }
.st-accordion .panel { margin-bottom: 0px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05); box-shadow: 0 0px 0px rgba(0, 0, 0, .05); }
.st-accordion .panel-default { border-color: transparent; }
.st-accordion .panel-heading { padding-top: 15px; padding-bottom: 10px; padding-left: 15px; padding-right: 15px; border-bottom: 1px solid transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.st-accordion .panel-default>.panel-heading { color: #333; background-color: #00529c; border-color: #fbf9f4; }
.st-accordion .panel-title { 
	margin-top: 2px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2px;}

.st-accordion .panel-title a:hover{ 
	margin-top: 2px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2px;}

.st-accordion .panel-title a:visited{ 
	margin-top: 2px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2px;}

.st-accordion .panel-body { padding: 40px; background-color: #fbf9f4; border-top: 1px solid #ebe8e2 !important; }

.st-accordion2 { }
.st-accordion2 .panel-group { margin-bottom: 20px; }
.st-accordion2 .panel { margin-bottom: 5px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05); box-shadow: 0 0px 0px rgba(0, 0, 0, .05); }
.st-accordion2 .panel-default { border-color: transparent; }
.st-accordion2 .panel-heading { padding: 20px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; }
.st-accordion2 .panel-default>.panel-heading { color: #333; background-color: #fbf9f4; border-color: #fbf9f4; }
.st-accordion2 .panel-title { margin-top: 0; margin-bottom: 0; font-size: 18px; color: inherit; font-weight: 400; }
.st-accordion2 .panel-body { padding: 40px; background-color: #fbf9f4; border-top: 1px solid #ebe8e2 !important; }
