@charset "utf-8";
html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%}
body {
    font-style: normal;
    font-weight: 400;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    background-color:#FFF;
}
body { margin: 0}
footer,header,hgroup,main,menu,nav,section,summary {    display: block}
audio,
canvas,
progress,
video {    display: inline-block; vertical-align: baseline}
[hidden],template {    display: none}
a {    background-color: transparent}
a:active,a:hover {    outline: 0}
abbr[title] {    border-bottom: 1px dotted}
b,strong {    font-weight: 700}
dfn {    font-style: italic}
img {    border: 0}
svg:not(:root) { overflow: hidden}
figure {    margin: 1em 40px}
pre {    overflow: auto}
code,kbd,pre,samp {    font-family: monospace, monospace;    font-size: 1em}
button,input,optgroup,select,textarea {    margin: 0;    font: inherit;    color: inherit}
button {    overflow: visible}
button,select {    text-transform: none}
button,
html input[type=button],input[type=reset],input[type=submit] {    -webkit-appearance: button;    cursor: pointer}
button[disabled],html input[disabled] {    cursor: default}
button::-moz-focus-inner,input::-moz-focus-inner {    padding: 0;    border: 0}
input {    line-height: normal}
input[type=checkbox],input[type=radio] {    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;    padding: 0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button { height: auto}
input[type=search] { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration { -webkit-appearance: none}
fieldset {  padding: .35em .625em .75em;    margin: 0 2px;    border: 1px solid silver}
legend {    padding: 0;    border: 0}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :after,
    :before {
        color: #000!important;
        text-shadow: none!important;
        background: 0 0!important;
        -webkit-box-shadow: none!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img { max-width: 100%!important }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {display: none  }
        .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {    font-size: 10px;    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
button,input,select,textarea {    font-family: inherit;    font-size: inherit;    line-height: inherit}
figure {    margin: 0}
img {    vertical-align: middle}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {    cursor: pointer}

.text-center {    text-align: center}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857143
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

@media (min-width:300px) {
    .container {
        width: 100%;
		  padding-right: 15px;
    padding-left: 15px;
	
    }
}

@media (min-width:768px) {
    .container {
        width: 100%;
		  padding-right: 15px;
    padding-left: 15px;
	
    }
}

@media (min-width:992px) {
    .container {
        width: 100%;
		  padding-right: 15px;
    padding-left: 15px;
	
    }
}


@media (min-width:1200px) {
    .container {
        width: 100%;
		  padding-right: 25px;
    padding-left: 25px;
	
    }
}
@media (min-width:1400px) {
    .container {
        width: 100%;
		  padding-right: 25px;
    padding-left: 25px;
	
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:992px) {
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px
}
}

@media (max-width:991px) {

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
	 padding-right: 5px;
    padding-left: 5px
   
}
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}



@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }

}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,

    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }

}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
 
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;

    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
	

}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}



.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 18px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

@media (max-width: 1168px) {
.dropdown-menu-left-end {
  right: 0;
    left: auto
}
}

@media (min-width: 1168px){.dropdown-menu-left-end {
    right: auto;
    left: 0
}}


.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:971px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}

@media  (max-width: 1040px) {
.nav {
    padding-left:0%;
    margin-bottom: 0;
    list-style: none
}

}
@media  (min-width: 1041px) {
.nav {
    padding-left: 2%;
    margin-bottom: 0;
    list-style: none;
	padding-right:2.5%
}

}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: none;
    border-color: none
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}


.navbar {
	position: relative;
	min-height: 50px;
	
}

@media (min-width:972px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:972px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1)
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:972px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}



.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:972px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top{z-index:1000;border-width:0 0 1px}

@media (min-width:971px) {
    .navbar-static-top {
        border-radius: 0
    }
}


.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	
   
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:972px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:972px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:972px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}



.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}



@media (min-width:972px) {
    .navbar-left {
        float: left!important
    }
    .navbar-right {
        float: right!important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
	background-color: #ffffff;

	border-top: solid 1px  #D5D5D5;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.navbar-default li .dropdown-toggle {
   color: #000
}


.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #002C56;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:972px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #006699
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}


.dropdown-submenu {
  position: relative;
}
.dropdown.dropdown-inverse a {
  color: #fff;
}
.dropdown.dropdown-inverse a:hover {
  color: #fff;
  background-image: linear-gradient(to top, #0087c1, #0099da);
}
.dropdown.dropdown-inverse ul {
  background-color: #333;
  color: #fff;
  border-color: #222;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 0px rgba(255, 255, 255, 0.75);
}
.dropdown.dropdown-inverse .divider {
  background-color: #555;
}
.dropdown.dropdown-inverse .dropdown-header {
  border-color: #555;
  box-shadow: none;
  color: #ccc;
}
.dropdown > a:after,
.dropdown-submenu > a:after {
  top: 8px;
  right: 9px;
  font-size: 11px;
  content: "\f105";
  position: absolute;
  font-weight: normal;
  display: inline-block;
  font-family: FontAwesome;
}
.dropdown > a:after {
  top: 18px;
  right: 15px;
  content: "\f107";
}
.dropdown-submenu > .dropdown-menu {
  top: -1px;
  left: 100%;
  margin-top: -5px;
  margin-left: 0px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
@media (max-width: 972px) {
  .dropdown-submenu > .dropdown-menu {
    display: block;
    margin-left: 15px;
  }
  .dropdown > a {
    border-bottom: solid 1px #ddd;
    margin: 0;
  }
  .dropdown.open > a,
  .dropdown.open > a:focus,
  .dropdown.open > a:active {
    border-bottom: solid 1px #ddd;
  }
  .dropdown a {
    padding: 0 6px;
  }
  .dropdown-submenu {
    padding: 0;
    margin-top: -5px;
  }
  .dropdown-submenu a {
    padding: 5px 0;
    margin: 0;
  }
  .dropdown-submenu > a:after {
    content: " ";
  }
  .dropdown > a:after {
    top: 10px;
    right: 15px;
    content: "\f104";
  }
  .dropdown.open > a:after {
    top: 10px;
    right: 15px;
    content: "\f107";
  }
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.dropdown-header {
  text-align: center;
  border-bottom: solid 1px #e5e5e5;
  border-top: solid 1px #e5e5e5;
  padding: 6px 0;
  margin: 9px 0;
}


.dropdown-menu li a {
  position: relative;
}
.dropdown-menu li a .label {
  position: absolute;
  right: 10px;
  top: 8px;
}
.dropdown-menu li a:hover .label {
  background-color: #fff;
  color: #0099da;
}
@media (min-width: 972px) {
  /*Navbar Collapse*/
  .navbar-collapse {
    padding: 0;
  }
  /*Navbar*/
  .navbar-default .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 15px;
    margin-top: -1px;
    color: #010563;

    font-size: 16px;
    font-weight: 400;
  }
  .navbar-default .navbar-nav > li.dropdown > a {
    padding-right: 30px;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:active,
  .navbar-default .navbar-nav > li > a:focus,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a {
    background-color: #002c56;

    color: #fff;  
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {

    background-image: linear-gradient(to top, #002c56,#0f3f65);
    
    color: #fff;
  }
 
  .dropdown-menu {
    padding: 0;
    min-width: 200px;
    border-radius: 0;
    z-index: 9999 !important;
    margin-top: 0px !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
  }
  .dropdown-menu li a {
    font-size: 13px;
    font-weight: 400;
    padding: 6px 15px;
  }
  .dropdown-menu .active > a,
  .dropdown-menu li > a:hover,
  .dropdown-menu li > a:focus,
  .dropdown-menu li > a:active {
    background-color: #0f3f65;
    background-image: linear-gradient(to top, #0f3f65, #0f3f65);
    color: #fff;
  }
}

/*! *  Font Awesome 4.4.0 by @davegandy - https://fontawesome.io - @fontawesome *  License - https://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) *//* FONT PATH * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto;  -webkit-font-smoothing: antialiased;  -moz-osx-font-smoothing: grayscale;}
.fa-angle-down:before {content: "\f107";}  



.fa-circle:before{content:"\f111"}
.fa-circle{font-size: 6px; vertical-align: middle;}

.header-full{min-height: 125px; margin-right: 5%; margin-left: 5%}
@media (min-width: 1280px) {.nav-mar{padding-left: 12%; }}

@media (min-width: 1081px){.nav-mar{padding-left: 6%; }}



.header-full-title {  padding-left: 0px;}
@media (min-width: 972px) {.header-full{min-height: 125px; margin-right: 10%; margin-left: 10%}
.header-full-title {
  float: left;
  overflow: hidden;
  padding-top: 20px;
  background-repeat: no-repeat;
  background-position: left center;
}
}
.top-nav {
  float: right;
  position: relative;
}

.top-nav-social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-left: 20px;
  background-color: #f1f1f1;
  box-shadow: inset 0 0 1px #ffffff;
  border: solid 1px #e3e6e8;
  border-top: 0;
  overflow: hidden;
}
.top-nav-social li {
  float: left;
  margin: 0;
}
.top-nav-social a {
  font-size: 1.5em;
  margin: 0;
  color: #444;
  display: inline-block;
  padding: 7px 10px;
  min-width: 40px;
  text-align: center;
  transition: all .25s ease;
}

.xs-bg{height: 500px; background-image: url(../img/bg-xs.png); background-size: cover; background-position: center }


.sl2{background-image: url(../img/slide-8.png); background-size: cover; background-position: top center}
.sl1{ background-image: url(../img/slide-3.png); background-size: cover; background-position: center}
.sl3{background-image: url(../img/slide-4.png); background-size: cover; background-position: center}
.sl4{background-image: url(../img/slide-2.png); background-size: cover; background-position: center}
.sl5{background-image: url(../img/slide-5.png); background-size: cover; background-position: center}
.sl6{background-image: url(../img/slide-7.png); background-size: cover; background-position: center}


@media (min-width:767px) {  .sl1, .sl2, .sl3, .sl4, .sl5, .sl6{height: 600px;}}

@media (min-width:1800px) {  .sl1, .sl2, .sl3, .sl4, .sl5, .sl6{height: 700px;}}
@media (min-width:2200px) {  .sl1, .sl2, .sl3, .sl4, .sl5, .sl6{height: 800px;}}   
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../fonts/glyphicons-halflings-regular.woff) format('woff'), url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}
@media (min-width:941px) {
 .carousel {
    position: relative;
	

}}
@media (min-width:300px) and (max-width: 940px) {.carousel {
    position: relative;
	

}

}

.carousel-inner { position: relative; width: 100%; overflow: hidden;}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1;
	
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right { left: 0}

.carousel-inner>.active.left {  left: -100%}

.carousel-inner>.active.right { left: 100%}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}
.carousel-control .icon-prev:before { content: '\2039'}
.carousel-control .icon-next:before { content: '\203a'}
.carousel-indicators {    position: absolute;    bottom: 10px;    left: 50%;    z-index: 15;    width: 60%;    padding-left: 0;    margin-left: -30%;    text-align: center;    list-style: none}

.carousel-indicators li {    display: inline-block;    width: 10px;    height: 10px;    margin: 1px;    text-indent: -999px;    cursor: pointer;    background-color: #000\9;    background-color: rgba(0, 0, 0, 0);    border: 1px solid #fff;    border-radius: 10px}
.carousel-indicators .active {    width: 12px;    height: 12px;    margin: 0;    background-color: #fff}
.carousel-caption { position: absolute;    right: 15%;    bottom: 50px;    left: 15%;    z-index: 10;    padding-top: 20px;    padding-bottom: 20px;    color: #FFF;    text-align: center;}
.carousel-caption .btn { text-shadow: none}
@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {  width: 30px;   height: 30px;   margin-top: -15px;    font-size: 30px    }
    .carousel-control .glyphicon-chevron-left,  .carousel-control .icon-prev {  margin-left: -15px    }
    .carousel-control .glyphicon-chevron-right,  .carousel-control .icon-next {   margin-right: -15px    }
    .carousel-caption {     right: 20%;        left: 20%;        padding-bottom: 30px   }
    .carousel-indicators {    bottom: 20px  }
}

h1 { padding-top: 25px;  margin: 0px;    font-style: normal;    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;    font-size: 30px; }
.h1-main{    padding-top: 25px;font-weight: 400;    margin: 0px;    color:  #002c56;  text-align: center}
p {     margin-bottom: 10px;margin-left: 0; margin-right: 0;margin-top: 10px; font-size: 18px; font-weight:500}
.indent{ padding-left:40px;}
a {color: #006699; text-decoration: none}
a:focus,
a:hover {color: #006699;text-decoration: underline}
.min-title{font-weight: 700; color: #002c56}
img{display: block;  margin: 0 auto;}
img {display:block;max-width:100%;height:auto}
.text-center {text-align:center;}
html, body {  height: 100%;}
.wrapper { min-height: 100%; height: auto !important; height: 100%;}
hr {  margin-top: 20px;    margin-bottom: 20px;    border: 0;    height: 1px;    background-color: rgba(220,220,220,1.00);}
.inner-h1{padding-left: 11%; font-weight: 400;   color: #fff;    text-align: left}
.bg{ background:#002c56; padding-top: -5px; min-height: 100px;}

@media (max-width: 767px){
    .inner-h1{ padding-top: 0px; padding-left: 0px; font-weight: 400;  color: #fff; text-align: center  }

	.bg {   display: flex;
  justify-content: center;
  align-items: center;}
}


.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
@media (min-width: 768px) {
  .timeline-2 {
    border-left: solid 5px #eee;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-left: 110px;
  }
  .timeline-2 li {
    position: relative;
  }
  .timeline-2-point {
    top: 20px;
    left: -10px;
    width: 10px;
    height: 10px;
    position: absolute;
    background:#0C4B86;
    margin: 0 0 0 -17px;
    box-shadow: 0 0 0 4px #eee;
    -webkit-font-smoothing: antialiased;
    border-radius: 30px;
    z-index: 20;
  }
  .timeline-2 li:hover .timeline-2-point {
    background-color:  #5C9EDB;
  }
  .timeline-2 li .timeline-time {
    position: relative;
    top: 0px;
    left: -150px;
    z-index: 20;
    text-align: right;
    display: block;
    width: 100px;
  }
  .timeline-2 li .timeline-time span {
    display: block;
    font-size: 1.6em;
  }
  .timeline-2 li .panel{
    margin-top: -45px;
    position: relative;
    top: 0;
  }
}
@media (max-width: 767px) {
  .timeline-2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .timeline-2-point {
    display: none;
  }
  .timeline-2 li {
    margin-bottom: 40px;
  }
  .timeline-2 li .timeline-time {
    font-size: 1.6em;
    padding-bottom: 20px;
    display: block;
  }
}
.accordion {margin-bottom: 35px;}
.accordion p{padding-right: 8%; font-size: 16px}
.accordion a{color: #fff;}
.accordion a:hover{color: #fff;}
.accordion-group {margin-bottom: 8px;border: none;  -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.accordion-heading {border-bottom: 0 none;  padding-bottom: 10px}
.accordion-heading .accordion-toggle {position: relative;display: block;padding: 15px;text-decoration: none;font-size: 16px; -webkit-transition: all 0.1s linear 0s;-moz-transition: all 0.1s linear 0s;-ms-transition: all 0.1s linear 0s; -o-transition: all 0.1s linear 0s;transition: all 0.1s linear 0s;   background-color:#002C56;   }
.accordion-toggle {cursor: pointer;}
.accordion-toggle:hover{text-decoration:none;}
.accordion-heading:hover .accordion-toggle,
.accordion-heading:hover .accordion-toggle.inactive {color: #fff;background-color:#0C4B86;}
.accordion-heading .accordion-toggle.active {color: #fff;background-color: #FFFFFF;}
.accordion-heading .accordion-toggle.inactive {background-color: #000000;}
.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {position:absolute ;  top: 50%;right: 20px;margin: -8px 0 0 0;color: #FFF;font-size: 18px;-webkit-transition: all 0.1s linear 0s; -moz-transition: all 0.1s linear 0s;-ms-transition: all 0.1s linear 0s; -o-transition: all 0.1s linear 0s;  transition: all 0.1s linear 0s;}
.accordion-heading:hover .accordion-toggle i {color: #fff;}
.accordion-heading .accordion-toggle.active i,
.accordion-heading:hover .accordion-toggle.inactive i {color: #666;}
.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {color: #fff;-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);   -ms-transform: rotate(180deg);-o-transform: rotate(180deg); transform: rotate(180deg);}
.accordion-heading.togglize .accordion-toggle i {margin: -8px 0 0 0;font-size: 18px;}
.accordion-heading.togglize .accordion-toggle .fa-plus-circle{display:block;}
.accordion-heading.togglize .accordion-toggle.active .fa-plus-circle{display:none;}
.accordion-heading.togglize .accordion-toggle .fa-minus-circle{display:none;}
.accordion-heading.togglize .accordion-toggle.active .fa-minus-circle{display:block;}
.accordion-inner {padding: 16px;  border-radius: 5px; border: solid 1px #cccccc; }
.accordion-inner a{ color: #337ab7; text-decoration: none}
.accordion-inner a:hover{ color: #23527c; text-decoration: underline}


.content-box {
  display: block;
  text-align: center;
  overflow: hidden;
  padding: 15px;
  margin-bottom: 5px;
}
.content-box.box-default {
  background-color: #f6f6f6;
  border: solid 1px #e5e5e5;
}
.content-box.box-default:hover {
  background-color: #f3f3f3;
}
.content-box.box-primary .content-box-title,
.content-box.box-info .content-box-title,
.content-box.box-success .content-box-title,
.content-box.box-warning .content-box-title,
.content-box.box-danger .content-box-title,
.content-box.box-royal .content-box-title {
  color: #fff;
}
.content-box-title.counter {
  font-size: 3em;
  color: #333;
  margin-top: 0;
}
.text-icon {
  margin-bottom: 30px;
  overflow: hidden;
}
.text-icon .icon-ar {
  float: left;
  margin-top: 5px;
}
.text-icon-content {
  padding-left: 70px;
  font-size: .9em;
}
.text-icon-content p {
  margin-top: 5px;
}
.content-box-title.counter {
  font-size: 3em;
  color: #333;
  margin-top: 0;
}
.color{ color:#0E46A3; }

@media (min-width:250px) and (max-width: 940px) {.xs-padding{padding-left:5%; padding-right:5%;}}
@media (min-width:992px){.logo{position: absolute;
    z-index:5000;
    top:18px;
    margin-top: 0px;
    margin-left:100px;}
}
@media (max-width:991px){
    .logo{position: absolute;   z-index:5000;
    top: 25px;
    margin-top: 20px;
    margin-left:0px;}
    
}

@media (min-width:180px){
.top-p{padding-top:50px; padding-left: 10%; padding-right: 10%}
}

@media (min-width:2000px){
    .top-p{padding-top:50px; padding-left: 20%; padding-right: 20%}

}
.top-30{padding-top: 30px}
@media (min-width:250px) and (max-width: 992px) {.mo-center{ text-align:center}}
.box{ padding-left:10px; padding-right:10px;}
.top-box{    height: 10px;    background-color: #002c56;}
footer {
    color: #fff;
    padding: 1px 0;
    text-align: left;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    background-color: #002c56;
}
@media (min-width:992px) {.fp{padding-left:10%; padding-right:10%}}
@media (min-width:2000px){.fp{padding-left:20%; padding-right:20%}}

.line{ border-right:rgba(255,255,255,1) 1px solid}
footer .box{padding-left: 25px; padding-right: 25px}
footer p {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    margin: 10;
    padding: 0; 
} 
footer a { color: #ffffff; text-decoration: underline;}
footer a:hover{ text-decoration: none; color: #ffffff;}
footer hr {border-top: 1px solid #fff}
footer h2 {    color:#fff;    margin-top: 10px;    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;    font-size: 25px;    font-weight: 200;    margin-bottom: 10px;}

@media (min-width:992px){.padding-sf{ padding-left:20%}}
.navbg{
    min-height: 353px;
    width: 100%;
    z-index: 1030;
    position: absolute;
    margin-bottom:-290px;
    background-repeat: no-repeat;
}
.pcopy{padding-top: 140px;} 

.top-info {
    margin: 0;
    padding: 0;
    
    list-style-type: none;
    display: inline-block;
  background-color: #002c56;
    margin-left: 20px;
  
  border:solid 2px #002c56;
  
    border-top: 0;
    overflow: hidden;
    }
  .top-info li {
     margin: 0;
  }
  .top-info a {
    
    font-size:16px;
    margin: 0;
  color: #ffffff;
    display: inline-block;
    padding: 13px 10px;
    min-width: 40px;
    text-align: center;
    transition: all .25s ease;
  }.top-info a:hover {
    background-color: #0C4B86;
    color: #ffffff;
    text-decoration: none;
    }
  
    .gsc-control-cse,
.gsc-control-cse .gsc-table-result {    width:300px !important;}
    .gsc-control-cse {  padding: 5px !important;}
    .gsc-control-cse {  background-color: transparent!important;  border: none!important;}
    .gsc-clear-button {background-image: none !important; margin: 0px !important; padding:0px !important}
    .gsc-search-button-v2{    border-color: #0f3f65 !important;     background-color:#0f3f65 !important;}
    .gsc-search-button-v2:hover {   border-color: #0f3f65 !important;   background-color: #6C7687 !important;}
    input{background-image: none !important}
@media (min-width:992px){.pblock{padding-left:3%; padding-right:3%;}}
    @media (max-width:992px){.pblock{padding-left:2%; padding-right:2%;}}
.italic{ font-style: italic;}
 @media (max-width:992px) {.mobile-s{ padding-right:35%;} }
      @media (max-width:900px) {.mobile-s{ padding-right:33%;} }
      @media (max-width:807px) {.mobile-s{ padding-right:31%;}}
      @media (max-width:715px) { .mobile-s{ padding-right:30%;}}
      @media (max-width:695px) { .mobile-s{ padding-right:28%;}}
       @media (max-width:600px) { .mobile-s{ padding-right:25%;}}
       @media (max-width:555px) {     .mobile-s{ padding-right:20%;}}
       @media (max-width:490px) { .mobile-s{ padding-right:15%;}}     
@media (max-width:426px) { .mobile-s{ padding-right:10%;}}
@media (max-width:380px) { .mobile-s img{ padding-right:0%; width:40px;}}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F2F2F2
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}


.margin-bottom-li-25 li {margin-bottom: 25px}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.clearfix:after,
.container-fluid:after,
.container:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.row:after {
    clear: both
}
.affix {    position: fixed}
@-ms-viewport {width: device-width}
@media (max-width:767px) { .hidden-xs { display: none!important }}
@media (min-width:768px) and (max-width:991px) {.hidden-sm { display: none!important }}
@media (min-width:992px) and (max-width:1199px) { .hidden-md { display: none!important }}
@media (min-width:1200px) { .hidden-lg { display: none!important }}
@media (min-width:767px) { .v-xs { display: none!important }}

