
html {
    box-sizing: border-box;
    height: 100%;
}
*, *:before, *:after { box-sizing: inherit; }
* {
    margin: 0;
    padding: 0;
}
ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset, mejs-container { margin: 0 0 14px; }
html, body, div, span, applet, embed, object, iframe, frameset, p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center, h1, h2, h3, h4, h5, h6, b, strong, big, u, ins, i, cite, em, var, dfn, address, s, strike, del, dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt, fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    border: 0;
    background: none;
}
body {
    color: #444;
    font: 14px/20px Arial, sans-serif;
    background: #fff;
    min-width: 975px;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary { display: block; }
a {
    text-decoration: underline;
    color: #00509d;
    outline: none;
}
a:hover { text-decoration: none; }
img {
    max-width: 100%;
    height: auto;
}
video, iframe, object, embed { max-width: 100%; }
input, textarea, select {
    font: 100% 'source_sans_proregular', Arial, sans-serif;
    vertical-align: middle;
    color: #666;
    overflow:inherit !important;
}
tinput[type="text"], input[type="tel"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
    background: #fff;
    margin: 0;
    -webkit-appearance: none;
    border: 1px solid #ccc;
    padding: 3px 4px;
    overflow: inherit !important;
}
label { vertical-align: middle; }
button::-moz-focus-inner, input::-moz-focus-inner {
 padding:0;
 border:0;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    border: none;
    outline: none;
    padding: 15px 5px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
button, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { opacity: 0.9; }
.input-col input[type="submit"] {
    min-width: 70px;
    padding: 12px 5px;
}
input[type="search"] { -webkit-appearance: none; }
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration {
display:none;
}
textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
}
label { vertical-align: middle; }
button::-moz-focus-inner, input::-moz-focus-inner {
 padding:0;
 border:0;
}
input[type="search"] { -webkit-appearance: none; }
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration {
display:none;
}
input[type=text], input[type=checkbox], input[type=password], input[type=file], input[type=submit], input[type="email"], button[type="submit"] button[type="search"], textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
}
h1, h2, h3, h4, h5, h6, b, strong, th { font-weight: bold; }
h1 {
    color: #00509d;
    font-size: 48px;
    line-height: 40px;
    font-weight: normal;
    margin: 0 0 10px;
}
h2 {
    font-size: 31px;
    line-height: 35px;
    font-weight: normal;
    margin: 0 0 10px;
    color: #00509d;
}
h3 {
    color: #00509d;
    font-size: 18px;
    line-height: 23px;
    font-weight: normal;
    margin: 0 0 10px;
}
h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    margin: 0 0 10px;
}
h5 {
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 10px;
}
h6 {
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    margin: 0 0 10px;
}
i, cite, em, var, dfn, address { font-style: italic; }
u, ins { text-decoration: underline; }
s, strike, del { text-decoration: line-through; }
blockquote, blockquote:before, blockquote:after, q, q:before, q:after { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }
blockquote {
    border-left: 4px solid #ccc;
    padding-left: 10px;
    margin-left: 14px;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup { top: -0.5em; }
sub { bottom: -0.25em; }
table, caption, tbody, tfoot, thead, tr, th, td {
    border-collapse: collapse;
    border-spacing: 0;
}
th, td {
    border: 1px solid #ccc;
    padding: 3px 7px;
    text-align: left;
    vertical-align: top;
}
th {
    border-color: #999;
    text-align: center;
    vertical-align: middle;
}
ul { margin-left: 1px; }
ul, ol { padding-left: 3em; }
ul ul, ul ol, ol ul, ol ol {
    padding-left: 3em;
    margin: 0;
}
ul>li { list-style-type: disc; }
dl dt {
    float: left;
    clear: left;
    padding-right: 4px;
    font-weight: bold;
}
.widget:after {
    display: block;
    clear: both;
    content: "";
}
.widget { margin-bottom: 14px; }
.widget ul { padding-left: 2em; }
.widget select { min-width: 150px; }
.comment-form textarea, .post-password-form input[type="password"], .comment-form input[type="text"], .search-form input[type="text"] {
    width: 280px;
    height: 42px;
    margin: 0;
    padding: 12px 10px;
    outline: none;
    border: none;
    color: #6e6e6e;
}
.post-password-form input[type="password"], .search-form input[type="text"], input[type="search"] {
    width: 165px;
    height: 42px;
    margin: 0;
    padding: 12px 10px;
    outline: none;
    border: none;
    color: #6e6e6e;
}
.post-password-form input[type="password"] {
    display: inline-block;
    vertical-align: middle;
    width: 165px;
    height: 42px;
    margin: 0;
    padding: 12px 10px;
    outline: none;
    border: none;
    color: #6e6e6e;
}
.post-password-form input[type="submit"] {
    display: inline-block;
    vertical-align: middle;
    min-width: 70px;
    padding: 12px 5px;
    margin: 3px 0 0;
}
.commentlist { margin: 0 0 14px; }
.commentlist .edit-link { margin: 0; }
.commentlist-item .commentlist-item { padding: 0 0 0 3em; }
.comment, .commentlist-holder { overflow: hidden; }
.commentlist-item .commentlist-item, .commentlist-item + .commentlist-item { padding-top: 14px; }
.commentlist .avatar-holder {
    float: left;
    margin: 0 14px 4px 0;
}
.comment-form label {
    display: block;
    padding-bottom: 4px;
}
.comment-form textarea {
    width: 280px;
    height: 190px;
    resize: none;
    padding: 12px 12px;
    margin: 0 0 14px;
    color: #000;
}
.gallery-item dt {
    float: none;
    padding: 0;
}
.navigation {
    overflow: hidden;
    margin: 0 0 14px;
}
.navigation .next { float: left; }
.navigation .prev { float: right; }
.wp-caption {
    max-width: 98%;
    clear: both;
    border: 1px solid #ccc;
    padding: 5px;
}
.wp-caption img { vertical-align: top; }
.wp-caption p { margin: 10px 0 0; }
div.aligncenter { margin: 0 auto 14px; }
img.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignleft {
    float: left;
    margin: 0 14px 4px 0;
}
.alignright {
    float: right;
    margin: 0 0 4px 14px;
}
::-webkit-input-placeholder {
 color: #565656;
}
:-moz-placeholder {
 color: #565656;
}
::-moz-placeholder {
 color: #565656;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #565656;
}
#wrapper .notification {
    display: none;
    width: 100%;
    background: #000;
    padding:24px 0 19px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.notification .holder {
    max-width: 762px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
}
.notification .holder .img-box {
    float: left;
    width: 45px;
    height: 45px;
    margin: 0 12px 0 0;
}
.notification .holder .img-box img { display: block; }
.notification .holder p { margin: 0 0 10px; }
.notification .holder p a {
    color: #b80101;
    font-weight: bold;
    text-transform: uppercase;
}
#wrapper {
    width: 100%;
    overflow: hidden;
}
#header:after {
    display: block;
    clear: both;
    content: "";
}
#header {
    width: 100%;
    position: relative;
    z-index:9999;
}
#header .header-holder {
    max-width: 960px;
    margin: 0 auto 17px;
    position: relative;
}
.header-holder .login:after {
    width: 31px;
    height: 33px;
    content: "";
    position: absolute;
    left: -31px;
    top: 0;
    background: url(images/icon-tip.png) no-repeat;
}
.header-holder .login {
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    min-width: 155px;
    font-size: 15px;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    text-align: right;
    padding: 0 18px 3px 15px;
    background: #1d966f;
}
.header-holder .login span {
    display: block;
    padding:0 0 0 18px;
    background: url(images/icon-login.png) no-repeat 2px 7px;
}
.header-holder .login:hover { opacity: 0.8; }
.header-holder .frame {
    overflow: hidden;
    padding: 33px 0 0;
}
.header-holder .logo {
    float: left;
    width: 378px;
    height: 50px;
    margin: -8px 0 0 14px;
}
.header-holder .logo a { display: block; }
.header-holder .logo a img {
    display: block;
    width: 100%;
    height: auto;
}
.header-holder .language{
    float: right;
    height: 22px;
    width: 164px;
    background: url(images/bg-languages.png) no-repeat;
    padding: 3px 0 0 50px;
    margin: 25px 10px 0 0;
    font-size: 12px;
    line-height: 15px;
}
.header-holder .language select{
    width: 114px;
}
.header-holder .tel {
    float: right;
    font-family: "Museo-700", serif;
	font-size: 25px;
	/*font: 700 25px/30px "museo", serif; 
	font-weight: normal; */
    color: #00509d;
    margin: 20px 0 0;
    text-decoration: none;
    cursor: default;
}
#header .nav-block {
    width: 100%;
    background: #00509d;
    padding: 15px 0 0;
}
#header .nav-block.has-nonactive:after{
    background: #00509d;
    height:10px;
    content:"";
    width:100%;
    bottom:-10px;
    position:absolute;
    left:0;
}
.nav-block .nav-holder:after {
    display: block;
    clear: both;
    content: "";
}
.nav-block .nav-holder {
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}
.nav-block .form-area {
    float: right;
    width: 208px;
    height: 34px;
    background: #fff;
    margin: 0 15px 0 0;
    padding: 0 10px 0 15px;
}
.form-area input[type="search"]::-webkit-input-placeholder {color: #6e6e6e;}
.form-area input[type="search"]:-moz-placeholder {color: #6e6e6e;}
.form-area input[type="search"]::-moz-placeholder {
 color: #6e6e6e;
 opacity: 1;
}
.form-area input[type="search"]:-ms-input-placeholder {color: #6e6e6e;}
.form-area input[type="search"] {
    float: left;
    color: #6e6e6e;
    background: none;
    border: none;
    outline: none;
    height: 34px;
    padding: 8px 10px 8px 0;
    font: 15px/18px Arial,sans-serif;
}
.form-area input[type="submit"] {
    float: right;
    width: 16px;
    height: 16px;
    margin: 8px 0 0;
    border: none;
    outline: none;
    cursor: pointer;
    text-indent: -9999px;
    background: url(images/btn-search.png) no-repeat;
}
.form-area input[type="submit"]:hover { opacity: 0.5; }
#nav {
    float: left;
    max-width: 720px;
    padding: 8px 0 0;
}
#nav > ul {
    margin: 0;
    padding: 0;
    font: 15px/18px 'Roboto', sans-serif;
    text-transform: uppercase;
}
#nav > ul > li {
    float: left;
    padding: 0 39px 0 44px;
    list-style: none;
    background: url(images/separator-1.png) no-repeat 0 3px;
}
#nav > ul > li:first-child { background: none; }
#nav > ul > li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    padding: 0 0 12px;
}
#nav > ul > li:hover > a,
#nav > ul > li.active > a{ color:#bcdaf4;}
#nav > ul > li:hover a{
    position:relative;
    z-index:999;    
}
#nav > ul > li.active span.arrow, #nav > ul > li:hover span.arrow{
    width: 0; 
    height: 0; 
    border-left: 10px solid #00509d;
    border-right: 10px solid #00509d;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 50%;
    top: 100%;
    height: 10px;
    margin:0 0 0 -10px;
    z-index:1;
    pointer-events:none;
}
#nav > ul > li.active span.arrow:after, #nav > ul > li:hover span.arrow:after{
    background: #00509d;
    padding:0 0 0 9999px;
    margin:0 0 0 -9999px;
    content: '';
    left: -10px;
    top: 0;
    position: absolute;
    height: 10px;
    z-index:9999;
}
#nav > ul > li.active span.arrow:before, #nav > ul > li:hover span.arrow:before{
    background: #00509d;
    padding:0 9999px 0 0;
    margin:0 -9999px 0 0;
    content: '';
    left: 10px;
    top: 0;
    position: absolute;
    height: 10px;
}
#nav > ul > li:hover{z-index: 300;}
#nav > ul > li:active span.arrow{z-index: 300;}
#nav > ul > li .drop-holder {
    position: absolute;
    top: -9999px;
    left: -9999px;
    width: 100%;
    background: #fff;
    z-index: 5;
}
#nav > ul > li:hover .drop-holder {
    top: 38px;
    left: 0;
}
.drop-holder .tab-area { overflow: hidden; }
.tab-area > .tabset-area{
    float: left;
    background: #ebebeb;
    width: 33.1%;
    min-height:437px;
    padding: 107px 20px 14px 56px;
}
.tab-area > .tabset-area > .tabset {
    margin: 0;
    padding: 0 0 16px;
    font: 15px/18px Arial, sans-serif;
    text-transform: uppercase;
}
.tabset > li {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}
.tabset > li:hover a, .tabset > li.active a {
    color: #00549f;
    font-weight: bold;
}
.tabset > li > a {
    display: block;
    color: #6e6e6e;
    text-decoration: none;
}
.tab-area .tabset-area a{
    display: block;
    color: #6e6e6e;
    text-decoration: none;
}
.tab-area .tabset-area a:hover{
    color: #00549f;
    font-weight: bold;
}
.tab-area .tab-content {
    float: left;
    width: 66.9%;
    min-height:437px;
    padding: 23px 20px 14px 57px;
}
.tab-content .btn-view-all {
    display: block;
    text-align: center;
    width: 333px;
    margin: 0 auto 10px;
    color: #6e6e6e;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 28px;
    background: #ebebeb;
    padding: 0 9px;
}
.btn-view-all span {
    padding: 0 17px 0 0;
    background: url(images/arrow-img3.png) no-repeat 100% 3px;
}
.tab-content .btn-view-all:hover {
    color: #26b6e5;
}
.tab-area .content-box {
    overflow: hidden;
    margin: 0;
}
.tab-area .content-holder{
    overflow: hidden;
    margin: 0 0 10px;
}
.tab-area .tab-box {
    overflow: hidden;
    margin: 0 0 -8px;
}
.tab-content .column:first-child,
.tab-content .info-box ul {
    width: 257px;
    padding: 0 10px 0 0;
    float: left;
}
.tab-content .column {
    float: right;
    width: 310px;
}
.tab-content .info-box {
    overflow: hidden;
    margin: 0 0 5px;
}
.tab-content .sub-title {
    color: #00509d;
    display:block;
    font: italic 17px/20px 'Roboto', sans-serif;
    margin: 0 0 4px;
    text-transform: capitalize;
}
.tab-content ul {
    font: 14px/14px Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-transform: capitalize;
}
.tab-content ul li {
    margin: 0 0 5px;
    list-style: none;
}
.tab-content ul li a {
    display: block;
    color: #6e6e6e;
    text-decoration: none;
}
.tab-content ul li a:hover{
    color: #26b6e5;
}
.drop-holder .info-block {
    overflow: hidden;
    width:100%;
    padding: 58px 45px 48px 108px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.info-block .box:first-child { margin: 0; }
.info-block .box {
    float: left;
    width: 175px;
    margin: 0 0 0 27px;
}
.info-block .box .title {
    display:block;
    font: italic 16px/20px 'Roboto', sans-serif;
    text-transform: capitalize;
    color: #00509d;
    margin: 0;
}
.info-block .box ul {
    margin: 0;
    padding: 0;
    font: 500 14px/19px 'Roboto', sans-serif;
    text-transform: capitalize;
}
.info-block .box ul li {
    list-style: none;
    margin: 0;
}
.info-block .box ul li a { 
    color: #6e6e6e;
    text-decoration: none;
}
.info-block .box ul li a:hover{
    color: #26b6e5;
}
.drop-holder .update-block {
    background: #ebebeb;
    padding: 34px 101px 44px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.update-block .sub-title {
    display:block;
    font: italic 17px/20px 'Roboto', sans-serif;
    text-transform: capitalize;
    color: #00509d;
    margin: 0 0 21px;
}
.update-block > ul {
    margin: 0 0 0 24px;
    padding: 0;
    font: 14px/18px Arial, sans-serif;
    text-transform: none;
}
.update-block > ul li {
    list-style: none;
    margin: 0 0 7px;
    padding: 0 0 0 15px;
    background: url(images/arrow-img4.png) no-repeat 0 4px;
}
.update-block > ul li span {
    float: left;
    color: #6e6e6e;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 0 6px 0 0;
}
.update-block ul li a { color: #00509d; }
#header .js-slide-hidden {
    display: block !important;
    left: 0 !important;
    position: relative !important;
    top: 0 !important;
}
#header .open-close { position: relative; }
#header .opener { display: none; }
#wrapper .caption-block {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.caption-block img {
    display: block;
    width: 100%;
}
.caption-block .caption-holder {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 129px 0 0;
    text-align: center;
}
.caption-block .caption {
    max-width: 632px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 30px;
    color: #fff;
}
.caption-block .heading-box {
    width: 100%;
    border: 3px solid #fff;
    padding: 13px 10px 10px;
    margin: 0 0 39px;
}
.caption h1 {
	font-family: "Museo-700Italic", serif;
	font-size: 52px/56px;
    /* font: italic 700 52px/56px "museo",serif;
	font-weight: normal; */
    margin: 0 0 10px;
    letter-spacing: 2px;
    color:#fff;
}
.caption h1 span { color: #58bdec; }
.caption-block .text-box {
    overflow: hidden;
    max-width: 450px;
    margin: 0 auto;
}
.caption-block p { margin: 0; }
.caption-block p strong { color: #58bdec }
.index #main {
    overflow: hidden;
    max-width: 960px;
    margin: -34px auto 19px;
    position: relative;
}
#main:after {
    display: block;
    clear: both;
    content: "";
}
#main {
    max-width: 960px;
    margin: 0 auto 19px;
}
#main .three-col {
    text-align: center;
    width: 100%;
    margin: 0 0 25px;
}
.three-col .col {
    display: inline-block;
    vertical-align: top;
    width:32.8%;
    min-height:365px;
    margin: 0 1px 20px;
    position: relative;
    font-size: 15px;
    line-height: 20px;
}
.three-col .col img {
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.three-col .col .text-holder {
    position:relative;
    padding: 47px 10% 60px;
}
.three-col .col h2 {
    position: relative;
	font-family: "Museo-700Italic", serif;
	font-size: 25px;
    /* font: italic 700 25px/31px "museo",serif;
	font-weight: normal; */
    padding: 0 0 28px;
    margin: 0 0 22px;
    letter-spacing: 1px;
    color: #00509d;
}
.three-col .col h2 a:hover{
    color: #26b6e5;
}
.three-col .col h2:after {
    width: 89px;
    height: 1px;
    background: #1d966f;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    margin: 0 0 0 -43px;
}
.three-col .col p { margin: 0 0 20px; }
.three-col .col .btn-readmore {
    display:block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background:#1d966f;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    padding: 26px 10px;
}
.three-col .col .btn-readmore span {
    padding: 0 21px 0 0;
    background: url(images/arrow-img1.png) no-repeat 100% 3px;
}
.three-col .col .btn-readmore:hover { background:rgba(29,150,111,0.72); }
#wrapper .three-box {
    overflow: hidden;
    width: 100%;
    text-align: center;
}
.three-box .box {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 0 0 20px;
    padding: 0 36px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-left: 1px solid #d8d8d8;
}
.three-box .box:first-child { border: none; }
.three-box .box .holder {
    overflow: hidden;
    margin: 0 0 20px;
    min-height: 160px;
    position: relative;
}
.three-box .box .holder:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -43px;
    content: "";
    width: 89px;
    height: 1px;
    background: #00549f;
}
.three-box .box a {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}
/*.three-box .box h2 a:hover,
.three-box .box a:hover h2,
.three-box .box h2 a.hover,
.three-box .box a.hover h2 {color: #26b6e5;}  */
.three-box .box img {
    margin: 0 auto 23px;
}
/*.three-box .box a .enable{display: block;}
.three-box .box a .disable{display: none;}
.three-box .box a:hover .disable,
.three-box .box a.hover .disable{display: block;}
.three-box .box a:hover .enable,
.three-box .box a.hover .enable{display: none;}  */
.three-box .box:first-child img, 
.three-box .box.add img{
    margin:0 auto 23px;
}
.three-box .box h2 {
    font: italic 500 25px/26px "museo", serif;
    margin: 0 0 28px;
    color: #00509d;
    letter-spacing: 1px;
}
#footer {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    border-top: 1px solid #d8d8d8;
    padding: 22px 0;
}
#footer .footer-nav {
    text-align: center;
    margin: 0 0 17px;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}
.footer-nav li:first-child { background: none; }
.footer-nav li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 0 13px;
    background: url(images/separator-2.png) no-repeat 0 3px;
}
.footer-nav li a {
    display: block;
    text-decoration: none;
    color: #00509d;
    position:relative;
}
.footer-nav li a:hover{ color: #26b6e5;}
.footer-nav li.last a:after{
    width:15px;
    height:15px;
    position:absolute;
    top:1px;
    right:-21px;
    content:"";
    background:url(images/icon-6.png) no-repeat 100% 0;
}
.footer-nav li.last a:hover:after{
    background:url(images/icon-6-1.png) no-repeat 100% 0;
}
#footer .copyright {
    display: block;
    text-align: center;
    color: #6e6e6e;
    margin: 0 0 17px;
    font-size: 15px;
    line-height: 18px;
}
.copyright a{
    color: #6e6e6e;
    text-decoration:none !important;
}
.copyright a:hover{ color: #26b6e5;}
#footer .info-lniks {
    margin: 0;
    padding: 0;
    text-align: center;
}
.info-lniks li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
}
.info-lniks li a { display: block; }
.info-lniks li a:hover{ opacity:0.8;}
.info-lniks li a img { display: block; }
#wrapper .visual-section {
    width: 100%;
    position: relative;
    margin: 0 0 22px;
}
.visual-section img {
    display: block;
    max-width: inherit;
}
.visual-section .holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 36px 20px 10px 36px;
}
.visual-section .caption {
    max-width: 440px;
    min-height: 196px;
    background: rgba(255,255,255,0.8);
    padding: 43px 15px 20px 32px;
}
.visual-section p { margin: 0 0 5px; }
.visual-section h1 {
	font-family: "Museo-700Italic", serif;
	font-size: 33px;
    /* font: italic 700 33px/38px "museo",serif;
	font-weight: normal; */
    color: #00509d;
    margin: 0 0 10px;
    letter-spacing: 0;
}
#wrapper .twocolumns { width: 100%; }
#content {
    overflow:hidden;
}
#content .breadcrumb {
    width: 100%;
    overflow: hidden;
    margin: 0 0 32px;
    padding: 0 0 2px;
    color: #6e6e6e;
    font: 700 12px/15px 'Roboto', sans-serif;
	/* font-weight: normal; */
    border-bottom: 1px solid #c5c5c5;
}
.breadcrumb li {
    float: left;
    list-style: none;
    padding: 0 12px;
    background: url(images/arrow-img2.png) no-repeat 0 6px;
}
.breadcrumb li:first-child {
    background: none;
    padding: 0 10px 0 0;
}
.breadcrumb li a {
    display: block;
    color: #6e6e6e;
    text-decoration: none;
}
.breadcrumb li a:hover { opacity: 0.5; }
#content .text-area {
    overflow: hidden;
    margin: 0 0 33px;
}
.text-area h2 {
	font-family: "Museo-700Italic", serif;
	font-size: 25px/30px;
    /* font: italic 700 25px/30px "museo",serif;
	font-weight: normal; */
    color: #1d966f;
    margin: 0 0 20px;
}
.text-area p { margin: 0 0 13px; }
.text-area .info {
    padding: 0;
    margin: 0 0 20px;
}
.info li {
    list-style: none;
    margin: 0 0 -3px;
    padding: 0 0 0 10px;
}
.info li a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    font-weight:700;
	font-weight: normal;
}
.info li a:hover{ opacity:0.7;}
.info li a:after {
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #00509d;
    position: absolute;
    top: 8px;
    left: -10px;
    content: "";
}
#sidebar {
    float: right;
    width: 32.6%;
    margin:18px 0 0 7.2%;
}
#sidebar .form-block {
    overflow: hidden;
    margin: 0 0 51px;
    padding: 0 0 10px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    background: #1d966f;
}
.form-block .head {
    text-align: center;
    margin: 0 0 10px;
    padding: 14px 19px 21px;
    background: url(images/border-tip.png) repeat-x 0 100%;
}
.form-block .head h2 {
	font-family: "Museo-700Italic", serif;
	font-size: 26px/36px;
    /* font: italic 700 26px/30px "museo",serif;
	font-weight: normal; */
    color: #fff;
    margin: 0 0 8px;
}
.form-block .header .text {
    display: block;
    margin: 0 0 5px;
}
.form-block .form-box {
    overflow: hidden;
    padding: 0 20px 0 19px;
    margin: 0;
}
.form-block .form-box input[type="text"], .form-block .form-box input[type="email"] {
    width: 100%;
    height: 33px;
    margin: 0 0 5px;
    padding: 7px 10px;
    border: none;
	font-family: "Museo-700Italic", serif;
	font-size: 15px/19px;
    /* font: italic 700 15px/19px "museo",serif;
	font-weight: normal; */
    background: #fff;
    outline: none;
    color: #565656;
}
.form-block .form-box textarea {
    width: 100%;
    height: 118px;
    margin: 0 0 9px;
    padding: 7px 10px;
    border: none;
	font-family: "Museo-700Italic", serif;
	font-size: 15px/19px;
    /* font: italic 700 15px/19px "museo",serif;
	font-weight: normal; */
    background: #fff;
    outline: none;
    color: #565656;
    resize: none;
}
.form-block .form-box input[type="submit"] {
    width: 100%;
    background: #035830;
    text-align: center;
	font-family: "Museo-700", serif;
    font-size: 18px/24px;
	/* font: 700 18px/24px "museo",serif;
	font-weight: normal; */
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px 5px 13px;
}
#sidebar .widget-box {
    overflow: hidden;
    padding: 5px 14px 0 21px;
    border-left: 1px solid #d8d8d8;
    font-size: 15px;
    line-height: 25px;
}
.widget-box h2 {
	font-family: "Museo-700Italic", serif;
	font-size: 25px/30px;
    /* font: italic 700 25px/30px "museo",serif;
	font-weight: normal; */
    padding: 6px 0 13px 56px;
    background: url(images/icon-4.png) no-repeat 0 0;
}
.widget-box p { margin: 0 0 5px; }
@media only screen and (max-width: 1199px) {
    body { min-width: 320px; }
    #header .header-holder { padding: 0 10px; }
    .nav-block .nav-holder { padding: 0 10px; }
    #nav > ul > li { padding: 0 18px; }
    #wrapper .caption-block{ margin:0 0 20px;}
    .caption-block .caption-holder { padding: 75px 10px 0; }
    .caption-block .caption {
        font-size: 19px;
        line-height: 25px;
        padding:33px 0 0;
    }
    .caption-block .heading-box { margin: 0 0 35px; }
    .caption h1 {
        font-size: 40px;
        line-height: 46px;
    }
    #main { padding: 0 10px; }
    .index #main { margin: 0 auto; }
    .caption-block { height: 320px; }
    .caption-block img {
        max-width: 1600px;
        width: auto;
        margin: -80px 0 0;
    }
    .three-col .col {
        font-size: 12px;
        line-height: 17px;
        width: 32%;
        min-height: 280px;
    }
    .three-col .col .text-holder { padding: 26px 9% 60px; }
    .three-col .col h2 {
        font-size: 19px;
        line-height: 24px;
        margin: 0 0 15px;
        padding: 0 0 15px;
    }
    .three-col .col p { margin: 0 0 15px; }
    .three-col .col .btn-readmore {
        font-size: 16px;
        line-height: 20px;
        padding: 18px 10px;
    }
    .three-col .col .btn-readmore span { background-position: 100% 1px; }
    .three-box .box {
        padding: 0 20px;
        width: 32%;
        font-size: 12px;
        line-height: 17px;
    }
    .three-box .box h2 {
        font-size: 19px;
        line-height: 24px;
        margin: 0 0 20px;
    }
    #footer .footer-nav {
        font-size: 12px;
        line-height: 15px;
        margin:0 16px 17px;
    }
    .footer-nav li {
        padding: 0 8px;
        background-position: 0 1px;
    }
    #footer .copyright {
        font-size: 13px;
        line-height: 15px;
    }
}
@media only screen and (max-width: 1090px) {
    .visual-section img { margin: 0 -10px; }
    .visual-section .holder { padding: 20px 20px 10px 36px; }
    .tab-area > .tabset-area { padding: 100px 8px 20px 10px; }
    .tab-area .tab-content { padding: 30px 15px 20px; }
    .tab-content .column { width: 223px; }
    .tab-content .sub-title {
        font-size: 15px;
        line-height: 18px;
    }
    .tab-content ul {
        font-size: 12px;
        line-height: 15px;
    }
    .drop-holder .info-block { padding: 30px 15px; }
    .info-block .box {
        margin: 0 0 0 10px;
        width: 165px;
    }
    .drop-holder .update-block { padding: 30px 15px; }
    .tab-content .column:first-child, .tab-content .info-box ul{
        width: 50%;
    }
}
@media only screen and (max-width: 767px) {
    .header-holder .login {
        min-width: 100%;
        text-align: center;
        padding: 5px 18px 3px 15px;
    }
    .header-holder .login span {
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 22px;
        background-position: 2px 6px;
    }
    .header-holder .login:after { display: none; }
    .header-holder .frame { text-align: center; }
    #header .header-holder { margin: 0 auto 0; }
    .header-holder .tel {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 20px 0;
    }
    .nav-block .nav-holder { padding: 0; }
    .header-holder .logo {
        float: none;
        overflow: hidden;
        height: 42px;
        margin: 0 auto 14px;
        width: 294px;
    }
    #header .nav-block{ padding:15px 0;}
    #header .opener {
        display: block;
        position: absolute;
        top:0;
        left: 10px;
        width: 31px;
        height: 31px;
        text-indent: -9999px;
        overflow: hidden;
        z-index: 99;
        background:url(images/nav-open.png) no-repeat;
    }
    #header .open-close.active .opener {
        background:url(images/nav-close.png) no-repeat;
    }
    #header .js-slide-hidden {
        display: block !important;
        left: -9999px !important;
        position: absolute !important;
        top: -9999px !important;
    }
    .open-close .slide{
        position:absolute;
        top:48px;
        left:0;
        background:#00509d;
        z-index:5;
        width:100%;
    }
    #nav {
        max-width: 100%;
        width: 100%;
    }
    #nav > ul > li{
        float:none;
        display:block;
        background:none;
        padding:0;
        margin:0 0 10px;
    }
    #nav > ul > li:hover > a:after{ background:none;}
    #nav > ul > li > a{
        padding:10px 15px 0;
    }
    #nav > ul > li.active > a{
        background:#6e6e6e;
    }
    #nav > ul > li:hover > a{
        background:#6e6e6e;
        padding:10px 15px 0;
    }
    #nav > ul > li .drop-holder {
        left: 0;
        top: 0;
        margin: 0 0 10px;
        position: relative;
        display: none;
    }
    #nav > ul > li.hover .drop-holder, #nav > ul > li:hover .drop-holder {
        top: 0;
        left: 0;
        display: block;
    }
    .tab-area > .tabset-area{
        float: none;
        width: 100%;
        min-height:inherit;
        overflow: hidden;
        height: auto !important;
        padding: 30px 18px 20px;
    }
    .tab-area .tab-content {
        float: none;
        width: 100%;
        min-height:inherit;
        height: auto !important;
        overflow: hidden;
    }
    .tab-content .column,  .tab-content .column:first-child,
    .tab-content .info-box ul {
        float: none;
        width: 100%;
    }
    .tab-content .btn-view-all {
        font-size: 12px;
        width: 290px;
    }
    .btn-view-all span { background-position: 100% 2px; }
    .update-block > ul { margin: 0; }
    .info-block .box,  .info-block .box:first-child {
        float: none;
        overflow: hidden;
        margin: 0 0 20px;
    }
    .update-block > ul li span {
        float: none;
        display: block;
    }
    .nav-block .form-area { margin: 0 10px 0 0; }
    .caption-block .caption-holder { padding: 45px 10px 0; }
    .three-col .col {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 18px;
    }
    .three-col .col .text-holder { 
        padding: 40px 9% 60px;
    }
    .three-col .col h2 {
        font-size: 22px;
        line-height: 24px;
        margin: 0 0 25px;
        padding: 0 0 25px;
    }
    .three-box .box {
        display: block;
        font-size: 14px;
        line-height: 18px;
        padding: 15px 20px;
        margin: 0;
        width: 100%;
        height: auto !important;
        border-width: 1px 0 0 0;
        border-style: solid;
        border-color: #d8d8d8;
    }
    .three-box .box:first-child img,
    .three-box .box.add img,
    .three-box .box img{
        width: 50px;
        height: 50px;
        margin: 0 auto 10px;
    }
    .three-box .box .holder { min-height: inherit; }
    .visual-section .holder { padding: 30px 10px 10px; }
    .visual-section .caption { padding: 20px 13px; }
    .caption h1 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 0 5px;
    }
    #content, #sidebar{
        float: none;
        overflow: hidden;
        width: 100%;
        margin: 0 0 20px;
        display:table-header-group
    }
    #sidebar{
        display:table-footer-group;
        float: none;
        overflow: hidden;
        width: 100%;
        margin: 0 0 20px;
    }
    .header-holder .language{
        display: block;
        margin: 0 auto 20px;
        float: none;
    }
    #footer .footer-nav {
        font-size: 14px;
        line-height: 18px;
    }
    .footer-nav li {
        padding: 0 8px;
        margin: 0 0 8px;
    }
#nav > ul > li.active span.arrow, #nav > ul > li:hover span.arrow{
    border-left: 10px solid #6E6E6E;
    border-right: 10px solid #6E6E6E;
    border-bottom: 10px solid transparent;
}
#nav > ul > li.active span.arrow:before,
#nav > ul > li:hover span.arrow:before,
#nav > ul > li.active span.arrow:after,
#nav > ul > li:hover span.arrow:after{
    background:#6E6E6E;
}