@charset "utf-8";

/**/

@font-face {
    font-family: 'HelveticaNeueLTStdTh';
    src: url('fonts/HelveticaNeueLTStdTh.eot');
    src: url('fonts/HelveticaNeueLTStdTh.eot') format('embedded-opentype'), url('fonts/HelveticaNeueLTStdTh.html') format('woff2'), url('fonts/HelveticaNeueLTStdTh.woff') format('woff'), url('fonts/HelveticaNeueLTStdTh.ttf') format('truetype'), url('fonts/HelveticaNeueLTStdTh.svg#HelveticaNeueLTStdTh') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStdLt';
    src: url('fonts/HelveticaNeueLTStdLt.eot');
    src: url('fonts/HelveticaNeueLTStdLt.eot') format('embedded-opentype'), url('fonts/HelveticaNeueLTStdLt.html') format('woff2'), url('fonts/HelveticaNeueLTStdLt.woff') format('woff'), url('fonts/HelveticaNeueLTStdLt.ttf') format('truetype'), url('fonts/HelveticaNeueLTStdLt.svg#HelveticaNeueLTStdLt') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStdMd';
    src: url('fonts/HelveticaNeueLTStdMd.eot');
    src: url('fonts/HelveticaNeueLTStdMd.eot') format('embedded-opentype'), url('fonts/HelveticaNeueLTStdMd.html') format('woff2'), url('fonts/HelveticaNeueLTStdMd.woff') format('woff'), url('fonts/HelveticaNeueLTStdMd.ttf') format('truetype'), url('fonts/HelveticaNeueLTStdMd.svg#HelveticaNeueLTStdMd') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueLTStdBlk';
    src: url('fonts/HelveticaNeueLTStdBlk.eot');
    src: url('fonts/HelveticaNeueLTStdBlk.eot') format('embedded-opentype'), url('fonts/HelveticaNeueLTStdBlk.html') format('woff2'), url('fonts/HelveticaNeueLTStdBlk.woff') format('woff'), url('fonts/HelveticaNeueLTStdBlk.ttf') format('truetype'), url('fonts/HelveticaNeueLTStdBlk.svg#HelveticaNeueLTStdBlk') format('svg');
}

@font-face {
    font-family: 'square';
    src: url('fonts/square.eot');
    src: url('fonts/square.eot') format('embedded-opentype'), url('fonts/square.html') format('woff2'), url('fonts/square.woff') format('woff'), url('fonts/square.ttf') format('truetype'), url('fonts/square.svg#square') format('svg');
}


/**/

.body {
    font-size: 16px;
    color: #666666;
    overflow-x: hidden;
    font-family: Calibri;
}

.container {
    border-left: 0px dashed #000;
    border-right: 0px dashed #000;
    width: 100%;
    max-width: 1170px;
}

.container-fluid {
    border-left: 0px dashed #000;
    border-right: 0px dashed #000;
}

.container-sm {
    border-left: 0px dashed #F00;
    border-right: 0px dashed #F00;
    width: 100%;
    max-width: 1060px;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
}

strong,
b {}

.wrapper {
    min-height: 100%;
	padding-top:67px;
}


/**/

.middle {
    position: absolute !important;
    width: 100%;
    z-index: 1000;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/**/

.text-blue {
    color: #1f51a0;
}

.text-orange {
    color: #ee8b37;
}

ul {
    list-style-position: inside;
}

.btn,
a {
    outline: none !important;
    transition: all 0.2s ease 0s;
}

a:hover .fa1,a:focus .fa1 {
    transform: scale(0.8);
    transition: transform 0.2s ease 0s;
}

.line {
    height: 1px;
    float: left;
    width: 100%;
    background: #00a5e2;
    margin: 50px 0;
}


/**/

.btn {
    border-radius: 0;
}

.btn:hover {}

.btn-sm {
    font-size: 12px !important;
    padding: 5px 10px !important;
}

.btn-dark {
    background-color: #f18c37;
    color: #fff;
    border: 3px solid #f18c37;
    font-size: 18px;
    padding: 10px 15px;
    min-width: 100px;
    transition: all .5s ease-in-out;
}

.btn-dark:hover {
    border: 3px solid #757575;
    color: #fff;
    background-color: #757575;
}

.btn-dark i {
    font-size: 30px;
    position: relative;
    top: 4px;
    height: 0;
    line-height: 0;
}

.pagination {
    text-align: center;
    margin: 10px 0;
    border-radius: 0;
}

.pagiantion li {
    border-radius: 0;
    display: inline-block;
}

.pagination li a {
    background-color: transparent;
    border-radius: 0;
    color: #165084;
    border: 0px solid #165084;
    font-size: 14px;
    margin-bottom: 1px;
    display: inline-block;
    padding: 5px 10px;
}

.pagination li:hover a,
.pagination li:focus a,
.pagination li.active a {
    background-color: #165084;
    color: #fff;
}
.pagination a:focus
{
    background-color: #165084;
    color: #fff;
}


.table th {
    font-weight: bold;
    border-bottom: 0 !important;
    text-transform: uppercase;
    color: #1f51a0;
}

.table td {
    border: 0 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f8f2;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}

.table1 th {
    padding: 20px 20px !important;
    background: #3399cc;
    color: #fff;
}

.table1 td {
    padding: 10px 20px !important;
    vertical-align: middle !important;
}

.table2 th {
    padding: 10px 15px;
    background: #cabc8b;
    color: #fff;
}

.table2 td {
    padding: 10px 15px;
}

.table tfoot td {
    background: #ff0f18;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    border-bottom: 0 !important;
    text-transform: uppercase;
}

.panel-default {
    border: 0 !important;
    box-shadow: none;
    margin: 0 !important;
    margin-bottom: 0px !important;
}

.panel-default .panel-group {
    margin-bottom: 0;
}

.panel-default .panel-heading {
    color: #fff;
    border-radius: 0;
    border: 0 !important;
}

.panel-default .panel-heading.title1 {
    background: #cabc8b;
}

.panel-default .panel-heading.title1 a {
    color: #fff;
    text-decoration: none;
}

.panel-default .panel-heading.title2 {
    background: #f3f0e6;
    padding-left: 40px;
    padding-right: 20px;
}

.panel-default .panel-heading.title2 a {
    color: #666;
    text-decoration: none;
}

.panel-default .panel-body {
    border: 0 !important;
    padding: 0;
}

.panel-default .text {
    padding: 20px;
    background: #fcfcf9;
}


/**/

.form-control::-webkit-input-placeholder {
    color: #165084;
}

.form-control:-moz-placeholder {
    color: #165084;
}

.form-control::-moz-placeholder {
    color: #165084;
}

.form-control:-ms-input-placeholder {
    color: #165084;
}

/*.form-required:focus{
    border: 1px solid red;
}
*/
.form-group {
    margin-bottom: 15px;
    position: relative;
}

.form-group label {
    font-weight: normal;
}

.form-control {
    border-color: #ee8b37;
    border-radius: 0;
    box-shadow: none;
    min-height: 48px;
    padding: 15px 20px;
    color: #165084;
}

.form-group.icon .form-control {
    padding-left: 70px;
}

.form-group.icon .form-control + i {
    left: 15px;
    line-height: 57px;
    padding: 0;
    position: absolute;
    top: 7px;
    bottom: 7px;
    width: 42px;
    text-align: center;
}

.form-group.icon .form-control + i img {
    width: auto;
}

.form-control.no-bg {
    border: 0;
    padding: 0;
    min-height: inherit;
    line-height: normal;
    height: 18px;
    margin-top: -1px;
}

.form-control.input-sm {
    padding: 5px 10px;
    height: auto !important;
    min-height: inherit;
}

.form-control.input-sm .nice-select:after {
    top: -8px;
}

.control-label.border {
    border-right: 1px solid #000;
}

.form1 label {
    padding-top: 1px;
    color: #1f51a0;
}


/**/

.checkbox {}

.checkbox input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.checkbox input[type=checkbox].css-checkbox + label.css-label {
    font-weight: normal;
    min-height: inherit;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-bottom: 0;
    padding-left: 30px;
    vertical-align: middle;
}

.checkbox input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -16px;
}

.checkbox label.css-label {
    background-image: url(../images/checkbox.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/**/

.checkbox input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.checkbox input[type=radio].css-checkbox + label.css-label {
    min-height: inherit;
    background-position: left 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin-bottom: 0;
    padding-left: 30px;
    vertical-align: middle;
}

.checkbox input[type=radio].css-checkbox:checked + label.css-label {
    background-position: left -16px;
}


/**/

.checkbox2 {
    color: #ee8b37;
    font-weight: bold;
    font-size: 20px;
}

.checkbox2 input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.checkbox2 input[type=checkbox].css-checkbox + label.css-label {
    font-weight: bold;
    min-height: inherit;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    margin-bottom: 0;
    padding-left: 50px;
    vertical-align: middle;
    background-size: 40px;
    margin-right: 20px;
}

.checkbox2 input[type=checkbox].css-checkbox:checked + label.css-label {
    background-image: url(../images/checkbox2-active.png);
    background-position: 0 0px;
}

.checkbox2 label.css-label {
    background-image: url(../images/checkbox2.png);
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/**/

.checkbox2 input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.checkbox2 input[type=radio].css-checkbox + label.css-label {
    font-weight: normal;
    min-height: inherit;
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    line-height: 27px;
    margin-bottom: 0;
    padding-left: 40px;
    vertical-align: middle;
}

.checkbox2 input[type=radio].css-checkbox:checked + label.css-label {
    font-weight: normal;
    background-image: url(../images/checkbox2-active.png);
    background-position: 0 0px;
}


/**/

.itembox {
    border: 1px solid #cccccc;
    line-height: normal;
    padding: 10px 15px;
    margin-bottom: -1px;
}

.itembox.green {
    background: #cabc8b;
    color: #fff;
    border: 0 none;
}

.itembox.green .checkbox2 label.css-label {
    background-image: url(../images/checkbox2-white.html);
    vertical-align: middle;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.itembox.green input[type=checkbox].css-checkbox:checked + label.css-label {
    background-image: url(../images/checkbox2-white-active.html);
    background-position: 0 0px;
}

.itembox2 {
    border: 1px solid #cccccc;
    line-height: normal;
    padding: 30px;
    margin-bottom: -1px;
}

.top-bar {
    position: relative;
    z-index: 9;
}

.top-bar .links {
    margin-bottom: 0;
    float: right;
    /*margin-top: 43px;*/
    margin-top: 63px;
	padding:0;
}

.top-bar .links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-bar .links li {
    display: inline-block;
    float: left;
    margin-left: 1px;
    text-align: center;
    margin: 0 8px;
}

.top-bar .links li a {
    color: #5e5e5e;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
}

.top-bar .links li a:hover {
    color: #0e76bc;
}

.top-bar .links li a:focus {
    color: #0e76bc;
}

/**/

header {
/*    background: #fff;*/
    position: fixed!important;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
    transition: all .5s ease-in-out;
}



/* ==========================================================
   [ Added @08/01/2017 ]
   ======================================================= */

.read_more {
    text-align: right;
    display: none;
}


/* pagination */

.pagination {
    display: block;
    text-align: center;
    padding-top: 15px;
    float: left;
    width: 100%;
}

.pagination ul {
    list-style: none;
}

.pagination ul li {
    display: inline-block;
}


/* button */

.button.spacer {
    padding: 15px 5px;
}


/* Main Menu */

#main-menu .nav ul {
    left: 18px;
    top: 100%;
    min-width: 100%;
    white-space: nowrap;
    background: #0e76bc;
    padding: 0;
}

#main-menu .nav ul {
    position: absolute;
    left: 0;
    padding: 0;
}

#main-menu .nav li:hover > ul, #main-menu .nav li:focus > ul {
    display: block;
}

.touch #main-menu .nav li.curr > ul {
    display: block;
}

#main-menu .nav ul li {
    padding: 0;
}

    #main-menu .nav ul li a {
        font-size: 16px;
        color: #5e5e5e;
        transition: all .2s ease-out;
        position: relative;
        font-weight: normal;
        line-height: 16px;
        padding: 5px 0;
    }
#main-menu .nav ul li a:hover,#main-menu .nav ul li a:focus {color:#fff;background: #159bef;padding:5px}


/* Checkbox styles */

.checkbox-group input {
    display: none;
}

.checkbox-group input + label {
    display: block;
    padding-left: 28px;
    position: relative;
}

.checkbox-group input + label:before {
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    border: 3px solid #ee8b37;
    top: 2px;
    left: 0;
    position: absolute;
}

.checkbox-group input:checked + label:after {
    display: inline-block;
    content: '';
    width: 10px;
    height: 10px;
    background: #1f51a0;
    top: 7px;
    left: 5px;
    position: absolute;
}

.unlistlinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.unlistlinks ul li a {
    color: #666666;
}

.footer .social {
    text-align: left;
}

.footer .social ul li:first-child {
    padding-left: 0;
}

.footer .links {
    text-align: left;
}

.footer .links ul li a {
    font-size: 16px;
}

.spacer-top {
    padding-top: 30px;
}

.footer .copy {
    padding-top: 7px;
}

/******2017.01.17******/
.image-slider {}
.image-slider .box {margin: 10px;overflow: hidden;}
.image-slider .box img {max-width: 100%;width: 100%;transition: all .3s ease-out;transform: scale(1);}
.image-slider .box figure {overflow: hidden;margin-bottom: 15px;}
.image-slider .box .info {}
.image-slider .box .info h3 {margin: 0;color: #000;position: relative;padding-bottom: 10px;margin-bottom: 10px;font-size: 20px;font-weight: bold;}
.image-slider .box .info h3 a {color: #000;text-decoration: none;}
.image-slider .box .info h3:after {content: "";position: absolute;height: 4px;background: #0e76bc;width: 50px;left: 0;bottom: 0;transition: all .3s ease-out;}
.image-slider .box .info h5 {margin: 0;font-size: 18px;}
.image-slider .box .info p {line-height: normal;}
.image-slider .box:hover img {transform: scale(1.2);}
.image-slider .box:hover .info h3 a {color: #f18c37;}
.image-slider .box:hover .info h3:after {width: 50%;}
.image-slider .owl-buttons div {cursor: pointer;display: inline-block;width: 36px;font-size: 0;background: #f18c37;color: #fff;margin: 5px;height: 36px;line-height: 40px;text-align: center;}
.image-slider .owl-buttons div:after {font-family: FontAwesome;font-size: 36px;line-height: 35px;}
.image-slider .owl-buttons div.owl-prev:after {content: "\f104";}
.image-slider .owl-buttons div.owl-next:after {content: "\f105";}
.image-slider .owl-buttons div:hover {transform: scale(1.2);transition: all 0.5s cubic-bezier(0.9, 0.01, 0, 1);background-color: #0e76bc;}
.image-slider .owl-buttons {position: absolute;right: 26px;top: -60px;}
.image-slider .line-box {padding: 0 30px;}
.image-slider .item {margin: 0 10px 30px; overflow: hidden;}

.page.mc {padding-left: 0;padding-right: 0;}
.page.mc .line-box figure{margin:0;}
.mc_date {background: #f18c37;clear: both;color: #fff;display: inline-block;padding: 3px 10px;font-size: 20px;}
.page.mc .text-section > h3, .mcpb .text-section > h3 {color: #1f51a0;font-size: 30px;font-weight: bold;margin: 0;padding: 0 30px 20px;}
.page.mc  .page-head {padding-left: 30px;padding-right: 30px;}

.page.pb {padding-left: 0;padding-right: 0;}
.page.pb  .page-head {padding-left: 30px;padding-right: 30px;}
.page.pb .text-section{padding-left: 30px;padding-right: 30px;}
.project-box {overflow:hidden;width: 100%;float: left;margin-bottom: 30px;color: #666666;border-bottom: 1px solid #6acbd5;padding-bottom: 20px;}
.project-box figure {border:4px solid #f18c37;overflow:hidden;margin-bottom: 10px;}
.project-box h3 {margin-top:0;}
.project-box:hover .text h3 a{
    color: #23527c;
}
.project-box:hover .text h3 a:hover{text-decoration: none;}
.project-box figure img {height: auto;float: left;width: 100%;margin: 0;}

.left-menu .navbar-nav > li .box .text, .left-menu .navbar-nav > li .box {display:block;}
.left-menu .navbar-nav > li .box a {display:block;}
.left-menu .navbar-nav > li .text.plus i {position: relative;top: 4px;right:10px;}
/*.left-menu .navbar-nav > li .sub div > a {font-size: 20px;}*/
.left-menu .navbar-nav > li .sub {padding-left: 15px;}
.left-menu .navbar-nav > li .plus a.collapsed .fa-caret-down {float: right;display:block;}
.left-menu .navbar-nav > li .plus a .fa-caret-down {display:none;}
.left-menu .navbar-nav > li .plus a.collapsed .fa-caret-up {display:none;}
.left-menu .navbar-nav > li .plus a .fa-caret-up {float: right;display:block;}

.mcpb .image-slider .line-box {padding: 0;}
.mcpb .text-section > h3 {padding: 0 10px 20px;}
.mcpb .image-slider .owl-buttons {right: 6px;}

h2.aw_title {color: #0e76bc;font-size: 30px;font-weight: bold;margin-bottom: 10px;}
.aw_date {padding: 10px 0 15px;}

.member-box {text-align:center;padding-bottom:20px;}
.member-box figure {overflow:hidden;}
.member-box figure img {width:75%;float:none;transition: all .3s ease-out;transform: scale(1);}
.member-box .doc_icon {position:absolute;right:10px;bottom:10px;width:auto;opacity:0;transition: all .3s ease-out;transform: scale(.5);}
.member-box:hover .doc_icon {opacity:1;transition: all .3s ease-out;transform: scale(1);}
/*.member-box:hover img {transform: scale(1.2);cursor:pointer;}*/
    .member-box:hover img {
        opacity: 0.6;
        transform: scale(0.99);
    }

#ev_mc > h3 {color: #1f51a0;font-size: 30px;font-weight: bold;margin: 0;padding-bottom: 20px;}
#ev_mc .image-slider .line-box {padding: 0 10px;}
#ev_mc .image-slider .item {margin: 0 0 30px;}
#ev_mc .image-slider .owl-buttons {right:5px;}

#carouselButtons {margin-left: 100px;position: absolute;bottom: 20px;z-index:1;}
.btn-group-xs>.btn, .btn-xs {padding: 4px 10px;font-size: 12px;line-height: 1.5;border: 0;background: rgba(255,255,255,.7);color: #000;}
#playButton{display:none;}
.banner .box .more {position: absolute;bottom: -40px;padding: 10px 15px;background: rgba(51, 122, 183,0.8);color: #FFF;left: 0;font-size: 18px;font-weight: bold;}
#main-menu ul.dropdown-menu {border: none;background:#0e76bc;padding: 10px 13px;}
#main-menu .nav ul li a {color:#FFF;}
.navbar-default .navbar-nav > li span {padding: 5px 15px;cursor:pointer;}
.navbar-default .navbar-nav > li.dropdown.curr.open :hover > a {background: none!important;}
.navbar-default .navbar-nav > .open > a:hover {background:#0e76bc!important;}


@media (max-width: 1200px) {
    header {
        position: absolute;
    }
header .container-fluid {
    padding: 0;
    background: rgba(240, 240, 240,1);
}
.navbar-default .navbar-nav > li > a {line-height:30px;}
.navbar-default .navbar-nav {height: auto;}
.navbar-default .navbar-nav > li span {padding: 0 15px!important;line-height: 40px}
.navbar-header {margin: 0!important;}
/*.top-bar .links {right: 60px!important;}*/
}

.nav-up {
    top: -30px;
}

.nav-up .navbar-default .navbar-brand {
    max-width: 100px;
}

.navbar-default {
    border: 0;
    border-radius: 0;
    background: rgba(240, 240, 240,.9);
    margin-bottom: 0px;
	height: 73px;
/*    padding: 20px 0;*/
}

.navbar-default .container {
    padding-bottom: 10px;
}

.navbar-default .navbar-toggle {
    background: #165084 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    float: right;
    font-size: 22px;
    height: 40px;
    line-height: 0;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    /*background: #f9f9f9 none repeat scroll 0 0 !important;*/
}

.navbar-default .navbar-collapse {
/*    float: right;*/
    padding: 0;
	text-align:center;
}

.navbar-default .container {
    position: relative;
    border-bottom: 1px solid #ff0f18;
    padding-bottom: 20px;
}

.navbar-default .navbar-brand {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
/*    margin-top: 15px;*/
}

.navbar-default .navbar-brand img {
    height: auto;
/*    width: 100%;*/
    transition: all .5s ease-in-out;
}

.navbar-default .navbar-nav {
    height: 30px;
    margin-top: 37px;
	float:none;
	display:inline-block;
	text-align:left;
}

.navbar-header,.logo2 {padding-top:5px;} 
.navbar-default .navbar-nav ul {
    list-style: none;
    padding: 0;
}

.navbar-default .navbar-nav > li {}

.navbar-default .navbar-nav > li img {float: left;margin-top: 0;margin-right: 0;}

.navbar-default .navbar-nav > li:first-child span {
    display: none;
}



.navbar-default .navbar-nav > li h2{
    margin-top: 0;
    margin-bottom:0;
color:rgb(94, 94, 94);
cursor:pointer;
display:inline-block;
font-family:Calibri;
font-size:18px;
height:30px;
line-height:20px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
padding-bottom:5px;
padding-left:10px;
padding-right:25px;
padding-top:5px;
text-align:left;
text-size-adjust:100%;
width:90.2969px;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}


.navbar-default .navbar-nav > li > a:before {
    content: "";
    margin-right: 0;
    background: url(../images/nav-line.png) no-repeat center center;
    height: 30px;
    width: 1px;
    float: left;
    /*margin-top: -20px;
    margin-top: -16px;
	background-size: 1px 30px;*/
}

.navbar-default .navbar-nav > li:first-child > a:before {
    display: none;
}

.navbar-default .navbar-nav > li:last-child > a {
    padding-right: 0;
}

.navbar-default .navbar-nav > li.active a {
    background: inherit !important;
    color: #0e76bc;
    font-weight: bold;
    font-style: normal;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    left: 0px;
    background: #0e76bc!important;

}

.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    color: #5e5e5e;
    transition: all .2s ease-out;
    position: relative;
    left: 0;
    padding-right: 0;
}

.navbar-default .navbar-nav > li:hover > a,.navbar-default .navbar-nav > li.open :hover > a  {
    color: #0e76bc;
    left: 0px;
    background: #1F51A0!important;
}

.navbar-default .navbar-nav > li span {
    display: inline-block;
    padding: 5px 15px;
}
.navbar-default .navbar-nav > li.dropdown span {padding: 5px 30px 5px 10px;}

.navbar-default .navbar-nav > li:hover span {
    transition: all .3s ease-in-out;
    color: #fff;
    position: relative;
    background: #f18c37;
}


/*.navbar-default .navbar-nav > li:hover span:after { content: ""; position: absolute;  top:0; outline:5px solid #ff0f18; padding:5px; opacity:0.5; width: 100%;  left: 0; right: 0; height: 100%; }*/

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background: none !important;border-color: #ddd!important;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {}

.navbar-default .navbar-nav .dropdown > a:focus {
    background: #0e76bc !important;
	color:#FFF;
}

.navbar-default .navbar-nav .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    top: 50px;
    min-width: 170px !important;
    padding: 0;
    border-top: 5px solid #ff0f18;
}

.navbar-default .navbar-nav .dropdown .caret {
    border-top: 0px solid #fff;
    margin: 0;
    position: absolute;
    right: 17px;
    top: 5px;
}
.navbar-default .navbar-nav .dropdown .caret:after {
    content: "\f0d7";
    font-family: FontAwesome;
}
.navbar-default .navbar-nav .dropdown:hover .caret:after {
	color:#FFF;
}

.navbar-default .navbar-nav .dropdown-menu li strong {
    border-bottom: 0px solid #eeeeee;
    color: #000;
    padding-bottom: 0;
    text-transform: uppercase;
}

.navbar-default .navbar-nav .dropdown-menu li a {
    background: none;
    font-size: 14px;
    color: #888;
    padding: 8px 15px;
    text-decoration: none;
}

.navbar-default .navbar-nav .dropdown-menu li a:hover {
    color: #ce181f;
}

.navbar-default .navbar-nav .dropdown:hover .caret {
    border-top: 0px solid #00a5e2;
}

.navbar-default .navbar-toggle.sub-arrow {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
}

.navbar-default .logo2 {
    float: right;
    margin-left: 40px;
    position: relative;
    z-index: 9;
}
header img {
    max-height: 55px;
}

.menu-collapser {
    line-height: 40px;
    margin-top: 5px;
    position: relative;
    text-align: left;
    width: 100%;
    padding-left: 30px;
}

.collapse-button {
    box-sizing: border-box;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    cursor: pointer;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.slimmenu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.slimmenu:before,
ul.slimmenu:after {
    content: '';
    display: table;
}

ul.slimmenu:after {
    clear: both;
}

ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
}

ul.slimmenu.collapsed li > ul {
    position: static;
    display: none;
}

ul.slimmenu.collapsed li a {
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.slimmenu.collapsed li > a {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px;
}

ul.slimmenu.collapsed li .sub-toggle {
    height: 38px;
}

ul.slimmenu li {
    position: relative;
    display: inline-block;
}

ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
    min-width: 200px;
}

ul.slimmenu li ul li {
    width: 100%;
    margin-bottom: 1px;
}

ul.slimmenu li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    display: none;
    width: 100%;
}

ul.slimmenu li > ul > li ul {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    display: none;
    width: 100%;
}

ul.slimmenu li a {
    display: block;
    transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -webkit-transition: background-color 0.5s ease-out;
}

ul.slimmenu li > .sub-toggle {
    cursor: pointer;
    height: 100%;
    padding: 0 5px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 999;
}

ul.slimmenu li li .sub-toggle {
    padding-right: 15px;
}

ul.slimmenu li .sub-toggle:before {
    content: '';
    display: inline-block;
    height: 100%;
    margin-right: -0.25em;
    vertical-align: middle;
}

ul.slimmenu li .sub-toggle > i {
    display: inline-block;
    font-size: 13px;
    opacity: 0;
}

ul.slimmenu > li {
    border-left: 0px solid #999;
}

ul.slimmenu > li:first-child,
ul.slimmenu > li.has-submenu + li {
    border-left: 0;
}


/**/


/*.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #165084;
    z-index: 99999;
}*/

.overlay {
    position: absolute;
    width: 100%;
    /* height: 100%;*/
    top: 100%;
    left: 0;
    padding: 20px 0;
    background: #165084;
    z-index: 99999;
}

@media (min-width: 1201px) {
    .overlay {
        padding: 40px 0;
    }
.navbar-nav > li:first-child {width:32px;}
}

.overlay .overlay-close {
    background: rgba(0, 0, 0, 0) url("../images/cross.png") no-repeat scroll center center / 100% auto;
    border: medium none;
    color: rgba(0, 0, 0, 0);
    height: 30px;
    outline: medium none;
    overflow: hidden;
    position: absolute;
    right: 50px;
    text-indent: 200%;
    top: 50px;
    width: 30px;
    z-index: 100;
}

.overlay nav {
    text-align: center;
    position: relative;
    top: 0;
    /*
    height: 60%;*/
    font-size: 24px;
    margin: 0 30px;
    /* -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.overlay-hugeinc {
    display: none;
}


/*.overlay-hugeinc {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}

.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
*/

.overlay-hugeinc nav {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.overlay .box {
    border-bottom: 1px solid #6485b1;
    margin: auto;
    max-width: 800px;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

@media (max-width: 1200px) {
    .overlay .box {
        padding-bottom: 8px;
    }
    .overlay .overlay-close {
        right: 15px;
        top: 11px;
    }
}

.overlay .box input#search {
    outline: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding-right: 60px;
    border: 0 solid #ffffff;
    border-radius: 0;
    color: #ffffff;
    float: left;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 0px;
    text-transform: uppercase;
    width: 100%;
}

.overlay .box input#search::-webkit-input-placeholder {
    color: #6485b1;
}

.overlay .box input#search:-moz-placeholder {
    /* Firefox 18- */
    color: #6485b1;
}

.overlay .box input#search::-moz-placeholder {
    /* Firefox 19+ */
    color: #6485b1;
}

.overlay .box input#search:-ms-input-placeholder {
    color: #6485b1;
}

.overlay .box button.icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #ffffff;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: -10px;
    transition: all 0.55s ease 0s;
    width: 10px;
}

.overlay .box:hover button.icon,
.overlay .box:active button.icon,
.overlay .box:focus button.icon {
    outline: none;
    opacity: 1;
    margin-left: -60px;
}

.overlay .box hover button.icon:hover {
    background: white;
}


/**/

.banner {
    position: relative;
    margin-bottom: 0px;
}

.banner .carousel,
.banner.item,
.active {
    height: 100%;
}

.banner .carousel-inner {
    height: 100%;
}

.banner .carousel-inner .item {
    height: 100%;
}

.banner .fill {
    width: 100%;
    background-position: center;
    background-size: cover;
    height: 100%;
    min-height: 370px;
}

.banner .box {
    top: 0;
    bottom: 0;
    height: 100%;
    max-width: 630px;
    width: 100%;
}

    .banner .caption {
        color: #fff;
        /*background: rgba(0, 0, 0, 0.8);*/
        background: #262727;
        padding: 10px 15px;
        line-height: normal;
        max-width: 800px;
        position: absolute;
        bottom: 90px;
        transition: all .3s ease-in-out;
        left: 13px;
    }
.banner .caption:hover {
    background: rgba(241, 140, 55, 0.8);
}

.banner .caption h2 {
    font-size: 26px;
    margin: 0px;
    font-family: 'square';
    line-height: normal;
}

.banner .caption h2 a,
.banner .caption h2 a:hover {
    color: #fff;
    text-decoration: none;
    display: block;
}

.banner .caption p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px;
}

.banner .carousel-control {
	z-index: 2;
    top: 49%;
    text-shadow: none;
    width: 50px;
    opacity: 0.2;
    height: 50px;
    margin-top: -20px;
    font-size: 70px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: transparent;
    border: 0;
}

.banner .carousel-indicators {
    bottom: 20px;
    margin: 0;
    text-align: left;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    float: left;
    width: auto;
    padding: 7px 5px;
}

.banner .control {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 0;
}

.banner .carousel-indicators li {
    background: #00aeef none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    float: left;
    margin: 0 3px;
    width: 12px;
    height: 12px;
}

.banner .carousel-indicators li:hover {
    background: #fff;
}

.banner .carousel-indicators li.active {
    background: none;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
}

.whatsnew {
    bottom: 0;
    position: absolute;
    right: 0;
    background: url(../images/bg1.png);
    color: #fff;
    max-width: 330px;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.whatsnew .title {
    border: 0 none;
    border-radius: 0;
    display: table;
    font-size: 50px;
    vertical-align: middle;
    font-weight: bold;
    width: 100%;
    border-top: 5px solid #6acbec;
    margin-bottom: 0px;
    padding: 0 25px;
    padding-top: 15px;
}

.whatsnew .title b {
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
    padding-left: 20px;
    color: #fff;
}

.whatsnew .box {
    padding: 0;
}

.whatsnew .list-group {
    margin-bottom: 0;
    padding: 0;
}

.whatsnew .list-group-item {
    border-radius: 0;
    padding: 25px;
    border-bottom: 1px solid #8da6be;
    color: #fff;
    line-height: normal;
    float: left;
    width: 100%;
}

.whatsnew .list-group-item:last-child {
    border-bottom: 0;
}

.whatsnew .list-group-item:hover {
    background: none;
    color: #fff;
}

.whatsnew .list-group-item .text {
    display: table-cell;
    padding-left: 25px;
    line-height: normal;
}

.whatsnew .list-group-item h4 {
    font-size: 24px;
    margin-top: 0;
    display: inline-block;
    background: #fff;
    color: #000;
    padding: 0 10px;
    transition: all .3s ease-in-out;
}

.whatsnew .list-group-item b {
    color: #fff;
}

.whatsnew .list-group-item p {
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.whatsnew .list-group-item p a{
    font-size: 24px;
    margin: 0;
    padding: 0;
    color: #fff;
}


.whatsnew .list-group-item .icon {
    min-width: 60px;
    background-image: url(../images/icon-arrow.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 48px;
    vertical-align: middle;
    width: 48px;
    float: right;
    transition: all .2s ease-in-out;
}

.whatsnew .list-group-item .icon:hover {
    position: relative;
    left: 0px;
    transition: all .2s ease-in-out;
}

.whatsnew .list-group-item .icon:hover {
    cursor: pointer;
    background-position: 10px;
    center;
}

.whatsnew .list-group-item:hover h4 {
    background: #f18c37;
    color: #fff;
}

.whatsnew .social {
    text-align: center;
    padding: 10px;
    padding-top: 15px;
}

.whatsnew .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.whatsnew .social ul li {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    transition: all .3s ease-out;
    transform: scale(1);
}

.whatsnew .social ul li a {
    font-size: 40px;
    color: #d5dde6;
}

.whatsnew .social ul li:hover {
    transform: scale(1.2);
}

.whatsnew .social ul li:hover a {
    color: #fff;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-carousel .owl-carousel .grabbing {
    cursor: url(grabbing.html) 8 8, move;
}

.dotslider {
    margin: 0 -5px;
}

    .dotslider .icon-slider {
        position: relative;
        margin-top: 30px;
        float: left;
        width: 100%;
    }

    .dotslider .owl-controls {
        float: right;
        position: absolute;
        right: 5px;
        top: -30px;
        left: 0;
        margin: auto;
        text-align: center;
    }

        .dotslider .owl-controls .owl-page {
            border: 3px solid #fff;
            width: 25px;
            height: 25px;
            display: inline-block;
            cursor: pointer;
            margin-left: 5px;
             text-indent: -9999px;
        }

            .dotslider .owl-controls .owl-page:hover {
                border: 3px solid #f18c37;
            }

            .dotslider .owl-controls .owl-page.active {
                background: #fff;
                border: 3px solid #fff;
            }

    .dotslider .item {
        margin: 5px;
    }

        .dotslider .item .box {
            text-align: center;
            margin-top: 40px;
            position: relative;
            padding: 10px;
            cursor: pointer;
            display: block;
            background: rgba(14, 118, 188,0.5);
        }

            .dotslider .item .box:hover {
                text-decoration: none;
            }

            .dotslider .item .box figure {
                position: relative;
                z-index: 2;
                /*    display: inline-block;
    background: #0e76bc;
    border: 3px solid #FFF;
    border-radius: 53px;
    overflow: hidden;
    width: 106px;
    height: 106px;
*/
            }

            .dotslider .item .box .name {
                font-size: 28px;
                font-weight: bold;
                color: #fff;
                position: relative;
                z-index: 2;
            }

            .dotslider .item .box::before {
                position: absolute;
                display: inline-block;
                content: "";
                width: 0;
                bottom: -20px;
                opacity: 1;
                height: 0;
                top: 50%;
                left: 50%;
                background: rgba(14, 118, 188,0.5);
                transition: all 0.3s ease-in-out;
                border-radius: 5px;
            }

        .dotslider .item:hover .box::before {
            background: rgba(14, 118, 188,0.8);
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

.know-section {
    background: url(../images/know-bg.jpg);
    padding: 30px 0;
}

    .know-section .title {
        color: #fff;
        text-align: center;
        font-size: 40px;
        font-weight: bold;
        margin-bottom: 30px;
    }

.stay-section {
    padding: 30px 0;
}

.stay-section .title {
    color: #0e76bc;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

.stay-slider {}

.stay-slider .box {
    margin: 10px;
    overflow: hidden;
}

/*.stay-slider .box img {
    background: #1077bc;
    max-width: 100%;
    width: 100%;
    transition: all .3s ease-out;
    transform: scale(1);
}*/

.stay-slider .box figure {
    /*overflow: hidden;*/
    margin-bottom: 15px;
}

.stay-slider .box .info {}

.stay-slider .box .info h3 {
    margin: 0;
    color: #000;
    /*position: relative;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.stay-slider .box .info h3 a {
    color: #000;
    text-decoration: none;
}

/*.stay-slider .box .info h3:after {
    content: "";
    position: absolute;
    height: 4px;
    background: #0e76bc;
    width: 50px;
    left: 0;
    bottom: 0;
    transition: all .3s ease-out;
}*/

.stay-slider .box .info h5 {
    margin: 0;
    font-size: 18px;
}

.stay-slider .box .info p {
    line-height: normal;
}

/*.stay-slider .box:hover img {
    transform: scale(1.1);
}*/

.stay-slider .box:hover .info h3 a {
    color: #f18c37;
}

.stay-slider .box:hover .info h3:after {
    width: 50%;
}

.stay-slider .owl-buttons {
    text-align: center;
    margin-bottom: 50px;
}

.stay-slider .owl-buttons div {
    cursor: pointer;
    display: inline-block;
    width: 44px;
    text-transform: capitalize;
    background: #0e76bc;
    color: #fff;
    margin: 5px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.stay-slider .owl-buttons div:hover {
    transform: scale(1.2);
    transition: all 0.5s cubic-bezier(0.9, 0.01, 0, 1);
    background-color: #f18c37;
}



.time-slider {}

.time-slider .owl-item{cursor: pointer;}

.time-slider .box {
    margin: 5px;
    color: #1f51a0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.time-slider .box:before {
    color: #6acbd5;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    position: absolute;
    top: 5px;
    left: 42%;
    font-family: FontAwesome;
    font-size: 20px;
}

/*.time-slider .box:hover {
    background: #1f51a0;
}*/

.time-slider .owl-buttons {
    text-align: center;
    margin-top: 5px;
    position: relative;
}

.time-slider .owl-buttons::after {
    content: "";
    background: #6acbd5;
    height: 1px;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 18px;
    z-index: -1;
}

.time-slider .owl-buttons div {
    cursor: pointer;
    display: inline-block;
    width: 35px;
    text-transform: capitalize;
    background: #666666;
    color: #fff;
    margin: 5px;
    height: 36px;
    line-height: 40px;
    text-align: center;
}

/*.time-slider .owl-buttons div:after {
    font-family: FontAwesome;
    font-size: 36px;
    line-height: 35px;
}

.time-slider .owl-buttons div.owl-prev:after {
    content: "\f104";
}

.time-slider .owl-buttons div.owl-next:after {
    content: "\f105";
}
*/
.video-slider {
    max-width: 80%;
    margin: auto;
}

.video-slider .box {
    margin: 0px;
    color: #1f51a0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    position: relative;
    padding-top: 25px;
}

.video-slider .box:before {
    content: "";
    height: 18px;
    width: 18px;
    background: #6acbd5;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    margin-left: -30px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.video-slider .box:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #6acbd5;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 8px;
    left: 0;
    right: 0;
}

.video-slider .box:hover:before {
    background: #f18c37;
    z-index: 99;
}

.video-slider .owl-buttons {
    text-align: center;
    margin-top: 5px;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
}

.video-slider .owl-buttons::after {
    content: "";
    background: #000;
    height: 1px;
    position: absolute;
    left: 5px;
    right: 5px;
    top: 23px;
    z-index: -1;
}

.video-slider .owl-buttons div {
    cursor: pointer;
    display: inline-block;
    width: 36px;
    font-size: 0;
    background: #666666;
    color: #fff;
    margin: 5px;
    height: 36px;
    line-height: 40px;
    text-align: center;
}

.video-slider .owl-buttons div:after {
    font-family: FontAwesome;
    font-size: 36px;
    line-height: 35px;
}

.video-slider .owl-buttons div.owl-prev:after {
    content: "\f104";
}

.video-slider .owl-buttons div.owl-next:after {
    content: "\f105";
}

.video-slider .owl-buttons .owl-prev {
    float: left;
    margin-left: -70px;
}

.video-slider .owl-buttons .owl-next {
    float: right;
    margin-right: -70px;
}

.doc-slider {}

.doc-slider .box {
    margin: 5px;
    color: #fff;
    background: #f18c37;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    cursor: pointer;
}

.doc-slider .owl-buttons {
    text-align: right;
    margin-top: 5px;
    position: relative;
}

.doc-slider .owl-buttons div {
    cursor: pointer;
    display: inline-block;
    width: 36px;
    font-size: 0;
    background: #666666;
    color: #fff;
    margin: 5px;
    height: 36px;
    line-height: 40px;
    text-align: center;
}

.doc-slider .owl-buttons div:hover {
    background: #f18c37;
}

.doc-slider .owl-buttons div:after {
    font-family: FontAwesome;
    font-size: 36px;
    line-height: 35px;
}

.doc-slider .owl-buttons div.owl-prev:after {
    content: "\f104";
}

.doc-slider .owl-buttons div.owl-next:after {
    content: "\f105";
}

.gallery-slider {
    position: relative;
    overflow: hidden;
}

.gallery-slider .owl-carousel {
    position: static;
}

.gallery-slider .thumb {
    margin: 0;
    margin-top: 20px;
}

.gallery-slider .owl-controls {
    bottom: 46px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    border: 0px solid #000000;
    width: 100%;
}

.gallery-slider .owl-buttons {
    bottom: 0;
    display: table-cell;
    vertical-align: middle;
    width: 6000px;
}

.gallery-slider .item .box {
    margin: 0 5px;
}

.gallery-slider .item .box img {
    max-width: 100%;
    width: 100%;
}

.gallery-slider .owl-buttons div {
    cursor: pointer;
    display: inline-block;
    width: 36px;
    font-size: 0;
    background: #f18c37;
    color: #fff;
    margin: 0px;
    height: 36px;
    line-height: 40px;
    text-align: center;
}

.gallery-slider .owl-buttons div:hover {
    background: #555;
}

.gallery-slider .owl-buttons .owl-prev {
    float: left;
    margin-left: 5px;
}

.gallery-slider .owl-buttons .owl-next {
    float: right;
    margin-right: 5px;
}

.gallery-slider .owl-buttons div:after {
    font-family: FontAwesome;
    font-size: 36px;
    line-height: 35px;
}

.gallery-slider .owl-buttons div.owl-prev:after {
    content: "\f104";
}

.gallery-slider .owl-buttons div.owl-next:after {
    content: "\f105";
}


/**/

.banner-search {
    bottom: 50px;
    left: 0;
    position: absolute;
    right: 0;
}

.banner-search .inner {
    max-width: 428px;
    color: #ffffff;
    margin-left: 70px;
}

.banner-search .inner h3 {
    margin-bottom: 20px;
    font-size: 30px;
    margin-top: 10px;
}

.banner-search .inner .form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 0;
    color: #ffffff !important;
    min-height: 45px;
}

.banner-search .inner .form-control::-webkit-input-placeholder {
    color: #ffffff;
}

.banner-search .inner .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}

.banner-search .inner .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

.banner-search .inner .form-control:-ms-input-placeholder {
    color: #ffffff;
}

.banner-search .inner .input-group-addon {
    position: relative;
    background: #ffffff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0;
    color: #ff0f18;
    cursor: pointer;
    font-size: 20px;
    min-width: 45px;
}

.banner-search .inner .input-group-addon:after {
    background: #165084;
    content: "";
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.55s ease 0s;
}

.banner-search .input-group-addon:hover:after {
    width: 100%;
    color: #CCC;
}

.banner-search .input-group-addon:hover .fa {
    position: relative;
    z-index: 2;
    color: #fff;
}

.banner-search .inner .input-group-addon:after {
    background: #165084;
    content: "";
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.55s ease 0s;
}

.banner-search .input-group-addon:hover:after {
    width: 100%;
    color: #CCC;
}

.banner-search .input-group-addon:hover .fa {
    position: relative;
    z-index: 2;
    color: #fff;
}


/**/

.home-title {
    text-align: center;
    color: #999999;
    margin-bottom: 50px;
    margin-top: 0;
}

.home-services {
    float: left;
    margin-bottom: 60px;
    width: 100%;
}

.home-services ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.home-services ul li {
    padding: 0px;
    border-style: solid;
    border-color: #ccc;
    height: 100px;
    border-top-width: 1px;
    position: relative;
    border-right-width: 0px;
    border-bottom-width: 1px;
    border-left-width: 1px;
}

.home-services ul li:last-child {
    border-right-width: 1px;
}

.home-services ul li .box {
    text-align: center;
    padding: 20px 20px;
    cursor: pointer;
}

.home-services ul li:after {
    background: #ff0f18;
    content: "";
    height: 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 0;
    transition: all 0.55s ease 0s;
}

.home-services ul li:hover:after {
    height: 100%;
}

.home-services ul li .box .icon {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    z-index: 1;
}

.home-services ul li .box b {
    color: #333333;
    font-size: 18px;
    width: auto;
    text-align: left;
    font-weight: normal;
    position: relative;
    z-index: 1;
}

.bg-light {
    background-color: #fbfbfb;
    float: left;
    width: 100%;
    position: relative;
}

.bg-dark {
    background-color: #e0e0e0;
    float: left;
    width: 100%;
    position: relative;
}

.bg-dark:before {
    border-top: 600px solid #e0e0e0;
    content: "";
    position: absolute;
    top: -600px;
    left: 0;
    right: 0;
    z-index: 0;
}

.space1 {
    padding: 30px;
}


/**/

.footer {
    background-color: #f0f0f0;
    float: left;
    width: 100%;
    padding: 30px 0;
    position: relative;
}

.footer .links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 40px;
}

.footer .links ul li {
    display: inline-block;
    padding: 10px 0;
    color: #0e76bc;
    font-size: 16px;
    position: relative;
}

.footer .links ul li h2{
    margin-bottom: 0;
    margin-top:0;
    font-size: 20px;
}

.footer .links ul li a {
    color: #757575;
    text-decoration: none;
    position: relative;
    font-size: 20px;
}

.footer .links ul li:last-child a:after {
    display: none;
}

.footer .links ul li a:hover {
    color: #0e76bc;
}

.footer .links ul li a:after {
    content: "/";
    margin-left: 15px;
    margin-right: 15px;
    color: #0e76bc;
    font-weight: bold;
}

.footer .links ul li:after {
    position: absolute;
    width: 100%;
    display: block;
    height: 0;
    background: #ff0f18;
    top: -10px;
    left: -8px;
    content: "";
    transition: all .2s ease-out;
}

.footer .links ul li:hover:after {
    height: 0px;
}

.footer .social {
    text-align: center;
    padding-top: 0;
    margin-bottom: 40px;
}

.footer .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .social ul li {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    font-size: 30px;
    color: #757575;
    transition: all .3s ease-out;
    transform: scale(1);
}

.footer .social ul li a {
    color: #0e76bc;
}

.footer .social ul li:hover {
    transform: scale(1.2);
}

.footer .copy {
    color: #757575;
    font-size: 18px;
    float: left;
}

.footer .container{position:relative;}
.footer .back {
    float: right;
    font-size: 18px;
    transition: all .3s ease-out;
    position: absolute;
	right:0;
	bottom:60px
}

.footer .back a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.footer .back:hover {
    bottom: 70px;
    color: #0e76bc;
}

.breadcrumb {
    background: none;
    text-align: left;
    padding: 0;
    margin: 0;
    border-radius: 0;
    font-size: 14px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb li {
    font-size: 14px;
    color: #1f51a0;
    text-decoration: none;
    display: inline-block;
}

.breadcrumb li a {
    font-size: 14px;
    color: #1f51a0;
    text-decoration: none;
}

.breadcrumb li:hover a {
    color: #000;
}

.breadcrumb li.active span {
    font-weight: bold;
}

.inner-banner {
    position: relative;
    float: left;
    width: 100%;
}

.inner-banner .fill {
    min-height: 370px;
    background-size: cover;
}

.inner-banner .text {
    position: absolute;
    top: 70px;
    z-index: 1;
}

.inner-banner .text h1 {
  /*  box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.8);*/
    color: #fff;
    font-size: 44px;
    margin: 0px;
    font-family: 'square';
    line-height: normal;
    background: #000;
    padding: 5px 15px;
}

.left-menu {
    background-color: #1f51a0;
    /*background-image: url(../images/menu-bg.png);*/
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 50px;
    margin-top: -30px;
}

.left-menu .navbar-header {
    width: 100%;
    font-size: 24px;
    padding-left: 0;
    height: inherit;
    width: 100%;
    color: #fff;
}

.left-menu .navbar-brand {
    color: #ffffff;
    font-size: 30px;
    height: inherit;
    padding: 30px 20px;
    width: 100%;
    font-weight: bold;
    border-bottom: 1px solid #258bc5;
}

.left-menu .navbar-collapse {
    padding: 0;
}

.left-menu .navbar-nav {
    width: 100%;
    padding: 20px;
}

.left-menu .navbar-nav > li {
    width: 100%;
    position: relative;
    display: table-row;
    padding: 0;
    float: left;
}

.left-menu .navbar-nav > li:last-child {
    border-bottom: 0;
}

.left-menu .navbar-nav > li .box {
/*    display: table;*/
}

.left-menu .navbar-nav > li .box a {
    padding: 5px 0;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s ease 0s;
}

.left-menu .navbar-nav > li .box .icon {
    display: table-cell;
    vertical-align: middle;
    margin-right: 20px;
    padding-right: 20px;
}

.left-menu .navbar-nav > li .box .text {
    font-weight: bold;
    font-size: 18px;
/*    display: table-cell;*/
    vertical-align: middle;
}

.left-menu .navbar-nav > li:hover .box a {
    padding-left: 10px;
}
.left-menu .navbar-nav > li:hover .box a:hover {
    background: #0e76bc;
    color: #fff;
}

.left-menu .navbar-nav > li.active a {
    color: #79F2FF;
    font-weight: bold;
}

.left-menu .navbar-nav > li.heading {
    border: 0;
}

.left-menu .navbar-nav > li ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
}

.left-menu .navbar-nav > li li a {
    font-size: 16px;
    text-decoration: none;
}

.left-menu .navbar-nav > li .sub {}

.left-menu .navbar-nav > li .sub div > a {
    color: #79F2FF;
/*    font-size: 20px;*/
}

.left-menu .navbar-nav > li .sub > div > a:hover {
    color: #fff;
}

.left-menu .navbar-nav > li .sub li a {
    color: #79F2FF;
    text-transform: uppercase;
    margin-left: 20px;
}

.left-menu .navbar-nav > li .sub li.active a {
    color: #f0ff00;
    font-size: 24px;
    margin-left: 40px;
}

.page {
    float: left;
    margin-top:0;
    position: relative;
    width: 100%;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    /*padding: 30px;*/
    padding: 30px 30px 30px 0;
}

@media (max-width: 990px) {
    .page {
        padding: 30px;
        background: none;
    }

     .page-head{padding: 10px!important;margin-bottom: 20px}

     .navbar-default .navbar-brand img{}


}

.page .col1 {
    padding: 0;
}

.page .col2 {
    padding: 0;
}


/**/

.leftside {
    min-height: 200px;
    background: #cabc8b;
    margin-left: 70px;
    padding: 20px 20px 10px;
}

.rightside {
    max-width: 100%;
}


/**/

.leftside h2 {
    margin-top: 0;
    color: #ff0f18;
    font-size: 14px;
    text-transform: uppercase;
}

.leftside h3 {
    margin-top: 0;
    color: #333;
    font-size: 12px;
}

.leftside ul.links1 {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}

.leftside ul.links1 li {}

.leftside ul.links1 li.active a {
    color: #333;
}

.leftside ul.links1 li a {
    color: #fff;
    font-size: 12px;
    transition: all 0.55s ease 0s;
}

.leftside ul.links1 li a:hover {
    color: #333;
    text-decoration: none;
    padding-left: 5px;
}

.leftside ul.links2 {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 15px;
}

.leftside ul.links2 li {
    padding-left: 20px;
}

.leftside ul.links2 li a {
    color: #fff;
    font-size: 12px;
}

.leftside ul.links2 li a:hover {
    color: #333;
    text-decoration: none;
}

.content {
    float: left;
    width: 100%;
    position: relative;
}

.content ul {
    list-style-position: initial;
}

.page-head {
    float: left;
    position: relative;
    top: 0;
    width: 100%;
    padding-bottom: 50px;
}

.page-head .title {
    border: 0px solid #000000;
    float: left;
    position: relative;
    width: 100%;
}

.page-head .title h2 {
    font-size: 40px;
    color: #1f51a0;
    margin: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.page-head .title b {
    color: #333333;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}

.page-head .square {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

.square {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
}

.square li {
    border: 3px solid #c2c2c2;
    width: 25px;
    height: 25px;
    display: inline-block;
    cursor: pointer;
}

.square li a {
    display: block;
    line-height: 25px;
}

.square li.active {
    background: #ff0f18;
    border: 3px solid #ff0f18;
}

.topbar {
    background: #165084;
    color: #fff;
    font-size: 20px;
    padding: 10px 20px;
    position: relative;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.topbar:after {
    color: #ffffff;
    content: "\f107";
    display: block;
    font-family: FontAwesome;
    font-size: 30px;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 4px;
    transition: all 0.15s ease-in-out 0s;
}

.square-box {
    margin-bottom: 5px;
    width: 100%;
    float: left;
    width: 100%;
    text-align: right;
}

.award-list {}

.award-box {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    transition: all 0.55s ease 0s;
    color: #666666;
    border-bottom: 1px solid #6acbd5;
    padding-bottom: 30px;
}

.award-box:hover {}

.award-box .text {
    padding-left: 0;
}

.award-box .text h3 {
    margin-top: 0;
    color: #1f51a0;
    font-size: 18px;
    font-weight: bold;
}

.award-box .text .date {
    color: #1f51a0;
    margin-bottom: 10px;
    font-style: italic;
}

.award-box .text .number {
    color: #cabc8b;
    margin-bottom: 5px;
}

.award-box .text p {}

.award-box .text .link {
    color: #ff0f18;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.55s ease 0s;
}

.award-box .text .link:hover {
    padding-left: 10px;
}

.award-box figure {margin-bottom:15px;overflow:hidden;}
.award-box:hover .text h3 a{
    color: #23527c;
}
.award-box:hover .text h3 a:hover{text-decoration: none;}
.award-box figure img {
    height: auto;
    float: left;
    width: 100%;
    margin: 0;
}

.award-box figure .title {
    float: left;
    height: 120px;
    line-height: 14px;
    list-style: outside none none;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    color: #000;
}

.award-box figure .title .wrap {
    display: block;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.award-box figure .title span {
    display: block;
    color: #999999;
}

.member-list {}

.member-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    transition: all 0.55s ease 0s;
    color: #666666;
    border-bottom: 1px solid #6acbd5;
    min-height: 420px;
    transition: all 0.55s ease 0s;
}

.member-box p {margin:0;}

.member-box figure {
    position: relative;
}

.member-box .text {
    padding-left: 0;
    float: left;
    width: 100%;
    min-height: 210px;
}

.member-box .text h3 {
    margin-top: 0;
    color: #1f51a0;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    transition: all 0.55s ease 0s;
}

.member-box .text .value {
    color: #1f51a0;
    margin-bottom: 10px;
    font-style: italic;
}

.member-box .text .number {
    color: #cabc8b;
    margin-bottom: 5px;
}

.member-box .text p {}

.member-box .text .link {
    color: #ff0f18;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.55s ease 0s;
}

.member-box .text .link:hover {
    padding-left: 10px;
}

.member-box figure {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.member-box figure img {
    height: auto;
    float: left;
    width: 100%;
    margin: 0;
}

.member-box:hover h3 {
    color: #f18c37;
}


/**/


/**/

.nice-select {
    -moz-user-select: none;
    background-color: rgb(255, 255, 255);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-weight: normal;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out 0s;
    white-space: nowrap;
    width: 100%;
}

.nice-select:hover {
    border-color: #d0dae5;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #333333;
}

.nice-select:after {
    border-bottom: 0px solid #969192;
    border-right: 0px solid #969192;
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: -8px;
    transition: all 0.15s ease-in-out 0s;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 30px;
    color: #969192;
}

.nice-select.open:after {}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #e7ecf2;
    color: #90a1b5;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #cdd5de;
}

.form-control.wide {
    width: 100%;
}

.form-control.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .list {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .list {
    border: 0px solid #FFF;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
    left: 0;
}

.nice-select .list:hover .option:not(:hover) {}

.nice-select .option {
    cursor: pointer;
    font-weight: normal;
    list-style: outside none none;
    outline: medium none;
    padding: 7px 10px;
    text-align: left;
    transition: all 0.2s ease 0s;
    background-color: #858182;
    color: #FFF;
    border-bottom: 0px solid #FFF;
}

.nice-select .option:last-child {
    border-bottom: 0;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #58585b;
}

.nice-select .option.selected {}

.nice-select .option.disabled {
    background-color: transparent;
    color: #90a1b5;
    cursor: default;
}

.blue-orange {
    background: #f18c37;
    color: #fff;
    border: 0;
    font-size: 18px;
    height: auto;
    padding: 15px 20px;
    line-height: 25px;
    float: none;
}

.blue-orange:after {
    color: #fff;
    top: 16px;
    right: 15px;
}

.blue-orange .list {
    border: 0;
    right: 0;
}

.blue-orange .option {
    padding: 10px 20px;
    font-size: 14px;
}


/**/

.upload {
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
}

.upload input[type="file"] {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.upload .upload-btn {
    background-color: #666666;
    border: 0 none;
    border-radius: 0;
    bottom: 0;
    box-sizing: content-box;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-size: 14px;
    left: 0;
    line-height: 1;
    padding: 4px 25px;
    position: absolute;
    top: 0;
    width: auto;
}

.upload .fileName {
    display: block;
    font-size: 14px;
    overflow: hidden;
    padding-left: 130px;
    padding-top: 16px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.upload .upload-up {
    display: none;
}


/**/

.text-section {
    float: left;
    width: 100%;
}

.top-button {
    float: right;
    max-width: 325px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    text-align: right;
}

.top-button .form-label {
    font-size: 24px;
    color: #f18c37;
    padding-top: 10px;
    padding-right: 0;
    text-align: left;
}

.top-button .select {
    max-width: 100%;
    width: auto;
    padding-right: 45px;
    display: inline-block;
    min-width: 100px;
}

.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered .timeline-entry {
    position: relative;
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:hover .timeline-icon:after {
    background: #555;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: #f18c37;
    color: #737881;
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #fff;
    padding: 0;
    margin-left: 60px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}

.timeline-centered .timeline-entry:before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    background: #ee8b37;
    top: 20px;
    bottom: 20px;
    margin-left: 0;
    left: -5px;
    right: 0;
    z-index: 9999;
    height: 100%;
}

.timeline-centered .timeline-entry:last-child:before {
    display: none;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon:after {
    content: "";
    background: #ee8b37;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 9999;
}

.doc-timeline {}

.doc-timeline .timeline-entry {
    min-height: 60px;
}

.doc-timeline .timeline-entry .timeline-icon {
    border: 3px solid #f18c37;
    background-color: #fff !important;
}

.doc-timeline .timeline-icon:after {
    border: 2px solid #fff;
    background: #fff !important;
    content: "";
    width: 100%;
    display: inline-block;
    height: 24px;
    border-radius: 50%;
}

.doc-timeline .active .timeline-icon {
    background-color: #ee8b37 !important;
}

.doc-timeline .active .timeline-icon:after {
    border: 2px solid #fff;
    content: "";
    background-color: #ee8b37 !important;
    width: 100%;
    display: inline-block;
    height: 24px;
    border-radius: 50%;
}

.doc-timeline .timeline-label {
    color: #ee8b37;
    font-size: 20px;
    margin-left: 40px !important;
}

.line-box {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    transition: all 0.55s ease 0s;
    color: #666666;
}
.col-md-6.line-box {width:50%;}
.line-box:hover {}

.line-box .text {
    padding-left: 0;
}

.line-box .text h3 {
    margin-top: 0;
    color: #1f51a0;
    font-size: 18px;
    font-weight: bold;
}

.line-box:hover .text h3 a{
    color: #23527c;
}

.line-box .text h3 a:hover{
   text-decoration: none;
}


.line-box.text .date {
    color: #1f51a0;
    margin-bottom: 10px;
    font-style: italic;
}

.line-box .text .date img {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.line-box .text .number {
    color: #cabc8b;
    margin-bottom: 5px;
}

.line-box .text p {
    line-height: normal;
}

.line-box .text .link {
    color: #ff0f18;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.55s ease 0s;
}

.line-box .text .link:hover {
    padding-left: 10px;
}

.line-box figure {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.line-box figure img {
    height: auto;
    float: left;
    width: 100%;
    margin: 0;
}

.line-box figure .title {
    float: left;
    height: 120px;
    line-height: 14px;
    list-style: outside none none;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    color: #000;
}

.line-box figure .title .wrap {
    display: block;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.line-box figure .title span {
    display: block;
    color: #999999;
}

.doc-box {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    transition: all 0.55s ease 0s;
    color: #666666;
    background: #fbfbfb;
    padding: 20px;
    border-bottom: 1px solid #6acbd5;
}

.doc-box:hover {
    background: #eee;
    border-bottom: 1px solid #f18c37;
}

.doc-box .text {
    padding-left: 0;
}

.doc-box .text h3 {
    margin-top: 0;
    color: #1f51a0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.doc-box .text .date {
    color: #1f51a0;
    margin-bottom: 10px;
    font-style: italic;
}

.doc-box .text .date img {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.doc-box .text .number {
    color: #cabc8b;
    margin-bottom: 5px;
}

.doc-box .text p {
    line-height: normal;
    margin-bottom: 20px;
}

.doc-box .text .link {
    color: #ff0f18;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.55s ease 0s;
}

.doc-box .text .link:hover {
    padding-left: 10px;
}

.doc-box figure {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.doc-box figure img {
    height: auto;
    float: left;
    width: 100%;
    margin: 0;
}

.doc-box figure .title {
    float: left;
    height: 120px;
    line-height: 14px;
    list-style: outside none none;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    color: #000;
}

.doc-box figure .title .wrap {
    display: block;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.doc-box figure .title span {
    display: block;
    color: #999999;
}

.news-box {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    transition: all 0.55s ease 0s;
    color: #666666;
    border-bottom: 1px solid #6acbd5;
    padding-bottom: 30px;
}

.news-box:hover {}

.news-box .text {
    padding-left: 0;
}

.news-box .text h2 {
    margin-top: 0;
    color: #1f51a0;
    font-size: 30px;
    font-weight: bold;
}

.news-box .text h3 {
    margin-top: 0;
    color: #1f51a0;
    font-size: 24px;
    font-weight: bold;
}

.news-box:hover .text h3 a{
    color: #23527c;
}

.news-box:hover .text h3 a:hover{
    text-decoration: none;
}

.news-box .text .date {
    color: #1f51a0;
    margin-bottom: 10px;
    font-style: italic;
}

.news-box .text .date img {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.news-box .text .number {
    color: #cabc8b;
    margin-bottom: 5px;
}

.news-box .text p {
    line-height: normal;
}

.news-box .text .link {
    color: #ff0f18;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.55s ease 0s;
}

.news-box .text .link:hover {
    padding-left: 10px;
}

.news-box figure {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.news-box figure img {
    height: auto;
    float: left;
    width: 100%;
    margin: 0;
}

.news-box figure .title {
    float: left;
    height: 120px;
    line-height: 14px;
    list-style: outside none none;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    color: #000;
}

.news-box figure .title .wrap {
    display: block;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.news-box figure .title span {
    display: block;
    color: #999999;
}

.video-box {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    transition: all 0.55s ease 0s;
    color: #666666;
}

.video-box:hover {}

.video-box .text {
    padding-left: 0;
}

.video-box .text h2 {
    margin-top: 0;
    color: #1f51a0;
    font-size: 30px;
    font-weight: bold;
}

.video-box .text h3 {
    margin-top: 0;
    color: #1f51a0;
    font-size: 20px;
    font-weight: bold;
}

.video-box:hover .text h3 a{
    color: #23527c;
}
.video-box:hover .text h3 a:hover{text-decoration: none;}

.video-box .text .date {
    color: #1f51a0;
    margin-bottom: 10px;
    font-style: italic;
}

.video-box:hover .text h3 {
    color: #23527c;
}

.video-box .text .date img {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.video-box .text .number {
    color: #cabc8b;
    margin-bottom: 5px;
}

.video-box .text p {
    line-height: normal;
}

.video-box .text .link {
    color: #ff0f18;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.55s ease 0s;
}

.video-box .text .link:hover {
    padding-left: 10px;
}

.video-box figure {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.video-box figure img {
    height: auto;
    float: left;
    width: 100%;
    margin: 0;
}

.video-box figure .title {
    float: left;
    height: 120px;
    line-height: 14px;
    list-style: outside none none;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    color: #000;
}

.video-box figure .title .wrap {
    display: block;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.video-box figure .title span {
    display: block;
    color: #999999;
}

.video-thumb {
    position: relative;
}

.yt-thumb {
    overflow: hidden;
    background: #f1f1f1;
    font-size: 0;
    vertical-align: middle;
    display: inline-block;
}

.video-time {
    margin-top: 0;
    margin-right: 0;
    padding: 0 4px;
    font-weight: 500;
    font-size: 11px;
    background-color: #000;
    color: #fff!important;
    height: 14px;
    line-height: 14px;
    opacity: .75;
    filter: alpha(opacity=75);
    display: -moz-inline-stack;
    vertical-align: top;
    display: inline-block;
}

.video-time, .video-time-overlay {
    position: absolute;
    right: 2px;
    bottom: 2px;
}

.event-box {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    transition: all 0.55s ease 0s;
    color: #666666;
    background: #fbfbfb;
    padding: 20px;
    border-bottom: 1px solid #6acbd5;
}

.event-box:hover {
    background: #eee;
}
.event-box a:hover {
    color: #f18c37;
	text-decoration: none;
}

.event-box .text {
    padding-left: 0;
}

.event-box .text h3 {
    margin-top: 0;
    color: #1f51a0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.event-box .text .date {
    color: #1f51a0;
    margin-bottom: 10px;
    font-style: italic;
}

.event-box .text .date img {
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.event-box .text .number {
    color: #cabc8b;
    margin-bottom: 5px;
}

.event-box .text p {
    line-height: normal;
    margin-bottom: 20px;
}

.event-box .text .link {
    color: #ff0f18;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.55s ease 0s;
}

.event-box .text .link:hover {
    padding-left: 10px;
}

.event-box figure {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}

.event-box figure img {
    height: auto;
    float: left;
    width: 100%;
    margin: 0;
}

.event-box figure .title {
    float: left;
    height: 120px;
    line-height: 14px;
    list-style: outside none none;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
    color: #000;
}

.event-box figure .title .wrap {
    display: block;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.event-box figure .title span {
    display: block;
    color: #999999;
}

.search-item {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    transition: all 0.55s ease 0s;
    color: #666666;
    background: #fff;
    border-bottom: 1px solid #6acbd5;
}

.search-item:hover {}

.search-item .text {
    padding-left: 0;
}

.search-item .text h3 {
    margin-top: 0;
    color: #1f51a0;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.search-item .text .url {
    color: #ee8b37;
    margin-bottom: 0px;
}

.search-item .text .url a {
    color: #ee8b37;
    margin-bottom: 0px;
    word-wrap: break-word;
}

.search-item .text .date {
    color: #1f51a0;
    margin-bottom: 10px;
    font-style: italic;
}

.search-item .text .number {
    color: #cabc8b;
    margin-bottom: 5px;
}

.search-item .text p {
    line-height: normal;
    margin-bottom: 20px;
}

.search-item .text .link {
    color: #ff0f18;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.55s ease 0s;
}

.checkbox-filter {
    margin-bottom: 30px;
}

.checkbox-filter {}

.checkbox-filter .checkbox2 {
    margin-bottom: 5px !important;
    display: inline-block;
}

.checkbox-filter .checkbox2:hover {
    color: #757575;
}

.top-title .title {
    font-size: 30px;
    color: #1f51a0;
}

.top-title .social {
    text-align: right;
    padding-top: 0;
    margin-bottom: 0px;
}

.top-title .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-title .social ul li {
    transition: all 0.55s ease 0s;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    font-size: 30px;
    color: #757575;
    border: 1px solid #ee8b37;
    min-width: 60px;
    margin-bottom: 3px;
}

.top-title .social ul li a {
    transition: all 0.55s ease 0s;
    color: #ee8b37;
}

.top-title .social ul li:hover {
    background: #0e76bc;
    cursor: pointer;
}

.top-title .social ul li:hover a {
    color: #fff;
}

.blue-title {
    background: #1f51a0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    margin-bottom: 20px;
    word-wrap: break-word;
}

.ceoblog {
    padding: 30px 0;
    overflow: hidden;
}

.ceoblog .title {
    color: #0e76bc;
    font-size: 40px;
    margin-bottom: 20px;
}

.ceoblog-slider {
    margin: 0 -10px;
    width: auto !important;
}

.ceoblog-slider .box {
    margin: 0 10px;
}

.ceoblog-slider .box img {
    max-width: 100%;
    margin-bottom: 0px;
    width: 100%;
}

.ceoblog-slider .box .info {}

.ceoblog-slider .box .info h3 {
    margin: 0;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.ceoblog-slider .box .info h3 a {
    color: #000;
    text-decoration: none;
}

.ceoblog-slider .box .info h3:after {
    content: "";
    position: absolute;
    height: 4px;
    background: #0e76bc;
    width: 50px;
    left: 0;
    bottom: 0;
}

.ceoblog-slider .box .info h5 {
    margin: 0;
    font-size: 20px;
    background: #ee8b37;
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.ceoblog-slider .box .info p {
    line-height: normal;
    font-size: 20px;
    color: #000;
}

.ceoblog-slider .owl-buttons {
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: -65px;
    right: 10px;
}

.ceoblog-slider .owl-buttons div {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    font-size: 0;
    background: #ee8b37;
    color: #fff;
    margin: 2px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.ceoblog-slider .owl-buttons div:hover {
    background: #0e76bc;
}

.ceoblog-slider .owl-buttons div:after {
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 30px;
}

.ceoblog-slider .owl-buttons div.owl-prev:after {
    content: "\f104";
}

.ceoblog-slider .owl-buttons div.owl-next:after {
    content: "\f105";
}

.event-menu {
    float: left;
    width: 80px;
    padding-left: 20px;
}

.event-menu .link {
    margin-bottom: 5px;
}

.event-menu .link > a {
    color: #6acbd5;
    font-weight: bold;
    text-decoration: none;
}

.event-menu .link > a:before {
    transition: all 0.55s ease 0s;
    content: "";
    height: 18px;
    width: 18px;
    background: #6acbd5;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-top: 2px;
    margin-right: 10px;
    margin-left: -30px;
}

.event-menu .link > a:hover:before {
    background: #0e76bc;
}

.event-menu .link ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event-menu .link ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.event-menu .link ul li a {
    color: #ee8b37;
}


/*.event-list {
    padding-left: 80px;
}
*/

.tabsbox {}

.tabsbox .nav-tabs {
    border: 0;
}

.tabsbox .nav-tabs > li {}

.tabsbox .nav-tabs > li > a {
    color: #1f51a0;
    font-size: 18px;
    border-radius: 0;
    padding: 10px 30px;
}

.tabsbox .nav-tabs > li.active a {
    background: #ee8b37;
    color: #fff;
    font-weight: bold;
}

.tabsbox .tab-content {
    padding-top: 20px;
}

div.orgChart {
    padding: 5px;
    margin-bottom: 50px;
}

div.orgChart h2 {
    margin: 0px;
    font-size: initial;
    border-bottom: none;
    padding: 0;
}

div.orgChart ul {
    list-style: none;
    margin: 4px;
    padding: 0px;
    font-size: 0.8em;
    text-align: left;
}

div.orgChart ul.stack,
div.orgChart ul.stack ul {
    text-align: center;
}

div.orgChart table {
    width: 100%;
}

div.orgChart tr.lines td.line {
    width: 1px;
    height: 10px;
    float: none;
    background: none;
    margin: auto;
}

div.orgChart tr.lines td.top {
    border-top: 1px solid #258bc5;
}

div.orgChart tr.lines td.left {
    border-right: 1px solid #258bc5;
}

div.orgChart tr.lines td.right {
    border-left: 1px solid #258bc5;
}

div.orgChart td {
    text-align: center;
    vertical-align: top;
    padding: 0px 5px;
}

div.orgChart div.node {
    cursor: default;
    padding: 0;
    width: 100%;
    max-width: 250px;
    height: 80px;
    margin: auto;
}

div.orgChart div.hasChildren {}

div.orgChart.interactive div.hasChildren {
    cursor: pointer;
}

div.orgChart div.node.hover {
    background-color: white;
}

div.orgChart div.adjunct.node {
    position: absolute;
    margin-top: 8px;
    margin-left: -110px;
    width: 80px;
    height: 40px;
    background-color: #efefef;
}

div.orgChart div.adjunct-link {
    display: inline-block;
    position: absolute;
    margin-left: -20px;
    margin-top: 25px;
    width: 20px;
    border: 1px dashed black;
}

.chart-box {}

.chart-box .item {
    border: 2px solid transparent;
    background: #258bc5;
    color: #fff;
    height: 80px;
    vertical-align: middle;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
}

.chart-box .item:hover {
    border: 2px solid #f18c37;
    box-sizing: border-box;
}

.chart-box .item figure {
    float: left;
    margin-right: 20px;
}

.chart-box .item figure img {
    max-width: 100%;
    height: 80px;
}

.chart-box .item h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    line-height: 20px;
    padding-left: 15px;
}

.chart-box .item h4 span {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
}

.chart-box .level1 .item {
    background: #258bc5;
}

.chart-box .level2 .item {
    background: #0c4ca3;
}

.chart-box .level3 .item {
    background: #017dc7;
}

.chart-box .level4 .item {
    background: #1ca9de;
}


/*============================================================================================*/

@media (min-width: 990px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.navbar-default .logo2 {margin: 0;}
/*.navbar-default .logo2 img {width:100%;}*/
.nav > li > a {padding:0;}
.top-bar .links {margin-top: 40px;}


@media (min-width:1200px) and (max-width:1410px) {
.navbar-header {width: 220px;padding-top: 10px;}
.navbar-default .logo2 {width:80px;}
.navbar-default .navbar-nav > li > a:before {width: 1px;}
.navbar-default .navbar-nav > li span {padding-left: 13px;padding-right: 13px;}
.navbar-default .navbar-nav > li.dropdown span {padding: 5px 25px 5px 10px;}
}

@media (max-width: 1200px) {
	.navbar > .container-fluid .navbar-brand {margin-left: 0;}
    .navbar-default .navbar-header {
        float: left;
        width: 100%;
        position: absolute;
    }
    .navbar-default .navbar-toggle {
        display: inline-block !important;
        margin-right: 30px;
        margin-top: 15px;
        background: none;
        font-size: 26px;
    }
    .navbar-default .navbar-toggle span {
        color: #555;
        float: left;
        padding: 3px 5px;
		background:#f0f0f0;
        position: relative;
        z-index: 99999;
    }
    .navbar-default .navbar-toggle i {
        display: none;
        float: left;
        font-size: 14px;
        font-style: normal;
        line-height: 32px;
        font-weight: bold;
        margin-left: 5px;
    }
    .navbar-default .navbar-toggle:hover {
        background: none;
    }
    .navbar-default .navbar-toggle:hover span {}
    .navbar-default .navbar-collapse {
        background: rgba(255, 255, 255, 0.0) none repeat scroll 0 0;
        border: 0 none;
        box-shadow: none;
        margin: 10px 0 0 !important;
        padding: 0 !important;
        width: 100%;
        border-top: 0px solid #eee;
    }
    .navbar-default .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-default .navbar-nav {
        margin: 0;
        width: 100%;
		height:auto;
    }
    .navbar-default .navbar-nav > li {
        float: none;
        background: rgba(255, 255, 255, 0.0) none repeat scroll 0 0;
		overflow:hidden;
		height:41px;
    }
	.navbar-default .navbar-nav > li.dropdown.open {height: auto;}
    .navbar-default .navbar-nav > li > a {
        padding-left: 0;
        padding-right: 0;
        border-top: 1px solid #ddd;
    }
    .navbar-default .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-default .collapsing {
        overflow: hidden !important;
    }
    .navbar-default .navbar-nav .open .dropdown-menu {
        background-color: rgba(0, 0, 0, 0);
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }
    .navbar-default .navbar-nav .open .dropdown-menu li a {
        margin-left: 10px;
    }
    .navbar-default .navbar-nav .open ul ul li a {
        margin-left: 15px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        padding: 10px 15px;
    }
    .navbar-default .navbar-nav > li > a:before {
        display: none;
    }
    .navbar-default .navbar-nav > li img {
        display: none;
    }
    .navbar-default .navbar-nav > li:first-child span {
        display: block;
    }
    .navbar-default .logo2 {
        margin-right: 60px;
    }
.navbar-default .navbar-nav .dropdown.curr.open .caret:after {content: "\f0d8";}
#main-menu .nav ul {position:static;display:block;background:#0e76bc;min-width:initial;float:none;}
#main-menu .nav li:hover > ul {display:inherit;}
#main-menu .nav ul li {padding:0 0 5px 0;}
#main-menu .nav ul li a {padding:5px 0;color:#FFF;font-size:18px;line-height: 22px;}
#main-menu .dropdown-menu > li a:hover  {background: none!important;}
.navbar-default .navbar-nav > li span {display:block;padding:10px 20px;margin-right:44px;z-index: 1}
.navbar-default .navbar-nav > li.open :hover > a {background:none!important;}
.navbar-default .navbar-nav .dropdown .caret {    margin-top: 0;
    float: right;
    position: absolute;
    width: 44px;
    right: 0;
    top: 0;
    text-align: center;
    padding: 5px 0 35px;}
.navbar-default {background: rgba(240, 240, 240,.95);}

@media (max-width: 1100px) {}

@media (max-width: 1060px) {
    .container-sm {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 767px;
    }
    .footer .icons {
        text-align: center;
        margin-top: 20px;
    }
    /*.footer .col:nth-child(1) {
    max-width: 100% !important;
    width: 100%;
    text-align: center;
}

.footer .col:nth-child(2) {
    max-width: 100%;
    width: 100%;
    text-align: center;
}
*/
    .footer .col {
        padding: 0 15px !important;
    }
}

@media (max-width: 1024px) {}

@media (max-width: 990px) {
    .left-menu {
        padding-bottom: 0;
    }
    .left-menu .navbar {
        border: 0;
    }
    .left-menu .navbar-header {
        float: none;
        padding: 0;
    }
    .left-menu .navbar-toggle {
        background: #1F51A0 none repeat scroll 0 0;
        border: 0 solid rgba(0, 0, 0, 0);
        border-radius: 0;
        display: block;
        float: right;
        margin: 0;
        padding: 13px 20px;
        position: absolute;
        right: 0;
    }
    .left-menu .navbar-brand {
        padding: 20px;
        border: 0;
        font-size: 20px;
    }
    .left-menu .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        padding: 0;
    }
    .left-menu .navbar-collapse.collapse {
        display: none !important;
    }
    .left-menu .navbar-nav {
        float: none !important;
        margin: 0;
    }
    .left-menu .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .left-menu .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .left-menu .navbar-collapse.collapse.in {
        display: block !important;
    }
    .left-menu .navbar-nav .open .dropdown-menu {
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }
    .left-menu .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .left-menu .collapsing {
        overflow: hidden !important;
    }
    .award-box figure {
        float: left;
        margin-bottom: 20px;
        width: 100%;
    }
    .page-head .title h2 {}
    .page-links .navbar-nav li a {
        margin-right: 0;
        margin-left: 0;
    }
    .page-links .navbar-nav li a {
        font-size: 16px;
    }
    ul.slimmenu li > .sub-toggle {
        padding-right: 15px;
    }
    .nav-up {
        top: 0 !important;
    }
    .navbar-new .navbar-header {
        float: none;
    }
    .navbar-new .navbar-brand {
        display: inline-block;
    }
    .navbar-new .navbar-toggle {
        display: block;
    }
    .navbar-new .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-new .navbar-collapse.collapse {
        display: none !important;
        padding: 0 0px;
    }
    .navbar-new .navbar-nav {
        float: left !important;
        margin: 0px;
        width: 100%;
    }
    .navbar-new .navbar-nav li {
        width: 100% !important;
    }
    .navbar-new .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-new .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-new .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-new .navbar-nav .open .dropdown-menu {
        border: 0 none;
        box-shadow: none;
        float: none;
        margin-top: 0;
        position: static;
        width: auto;
    }
    .navbar-new .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 5px 15px 5px 25px;
    }
    .navbar-new .collapsing {
        overflow: hidden !important;
    }
    .top-button {
        float: left;
        max-width: 100%;
        position: relative;
        text-align: left;
        width: 100%;
    }
    .gallery-slider .owl-controls {
        bottom: 60px;
    }
}

@media (max-width: 768px) {
    .gallery-slider .owl-controls {
        bottom: 45px;
    }
.col-md-6.line-box {width:100%;}
.member-list .col.col-md-4 {width: 100%!important;float:none;}
.member-box figure.photo {max-width: 300px;margin: 0 auto;float: none;}
}

@media (max-width: 800px) {
.navbar-default .navbar-nav > li:hover span {
    /*display: inline-block;*/
}

.inner-banner .fill {
min-height: 170px;
/* background-size: cover;*/
background-repeat:no-repeat;
background-size:contain;
background-position:center;
}

.top-bar .links i {margin-left: 5px;}
    .top-bar .links {
        /*background: rgba(14, 118, 188, 0.5) none repeat scroll 0 0;
        color: rgb(255, 255, 255);*/
        margin: 0;
        padding: 0;
        position: absolute;
        right: 10px;
        top: -50px;
        width: 110px;
        z-index: 1;
    }
    .top-bar .links li {
        display: block;
        height: 50px;
        line-height: 50px;
        margin: 0;
        text-align: center;
        /*width: 100%;*/
        font-size: 24px;
		padding: 0;
    }
    .top-bar .links li a {
        /*color: #fff;*/
        font-size: 18px;
    }
    .top-bar .links li a:hover {
        color: #f18c37;
    }
    .navbar-default {
        padding: 10px 0;
    }
    .navbar-default .navbar-toggle {
        margin-top: 0;
        top: 0;
        margin-right: 10px;
    }
    .navbar-default .navbar-header {
        float: none;
        position: relative;
        border-bottom: 0px solid #f9f9f9;
        width: auto !important;
    }
    .navbar-default .navbar-brand img {
        max-height: 35px;
        width: auto;
    }
    .inner-banner .text h1 {
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 24px;
    margin: 0px;
    font-family: 'square';
    line-height: normal;
    background: #000;
    padding: 5px 15px;
    }
    .navbar-default .navbar-brand {
        margin-top: 0;
    }
    .navbar-default .logo2 {
        margin-right: 150px;
        position: absolute;
        right: 0;
        top: 10px;
    }
    .navbar-default .logo2 img {
        max-height: 40px;
    }
    .whatsnew {
		max-width:none;
		position:static;
       /* display: none;*/
    }
	.whatsnew .box {overflow:hidden;}
	.know-section {clear: both;}
    .top-title .social {
        text-align: left;
        margin-bottom: 20px;
    }
	.overlay {width:auto;right: 0;top: 65px;}
	.overlay .box input#search {padding-right:0;}
	.embed-wrap {padding:0!important;margin-top:60px}
}

@media (max-width: 720px) {}

@media (max-width: 640px) {

.inner-banner .fill {
min-height: 170px;
/* background-size: cover;*/
background-repeat:no-repeat;
background-size:contain;
background-position:center;
}

    .banner .fill {
        min-height: 400px;
    }
    .banner .caption h2 {
        font-size: 22px;
    }
	.banner .caption {
		max-width: 70%;
		bottom: 105px;
	}
    .banner .carousel-indicators {
        bottom: 20px;
    }
    .footer .links ul li {
        display: block;
        margin: auto;
        max-width: 150px;
        text-align: left;
        width: 100%;
    }
    .footer .links ul li a::after {
        display: none;
    }
    .footer .links ul li a::before {
        color: #0e76bc;
        content: "/";
        font-weight: bold;
        margin-left: 15px;
        margin-right: 15px;
    }
    .footer .social ul li:first-child {
        /*display: block;*/
    }
    .footer .copy {
        width: 100%;
    }
    .footer .back {
        margin-top: 30px;
        width: 100%;
    }
    .news-box figure {
        margin-bottom: 20px;
        width: 100%;
    }
    .news-box .text {
        padding: 15px;
    }
    .top-filter {
        margin-top: 10px;
        max-width: 100%;
        width: 100%;
        position: relative;
    }
    .inner-banner .text h2 {
        font-size: 24px;
    }
    .buttons {
        text-align: left;
    }
    .hint {
        width: 100%;
        text-align: left;
    }
    .gallery-slider .owl-controls {
        bottom: 27px;
    }
    .tabsbox .nav-tabs > li {
        width: 100%;
    }
    .tabsbox .nav-tabs > li a {
        padding: 10px;
    }
    .chart-box {
        margin: 0 -30px;
    }
    .chart-box div.node {
        max-width: 150px;
        height: 80px;
        margin: auto;
    }
    .chart-box .item h4 {
        padding-left: 5px;
        padding-top: 10px;
        line-height: normal;
        font-size: 14px;
    }
    .chart-box div.orgChart td {
        padding: 0px 1px;
    }
    .chart-box .item figure {
        display: none;
    }
}

@media (max-width: 480px) {
.banner .carousel-indicators li, .banner .carousel-indicators li.active {width:24px;height:24px;}
.btn-group-xs>.btn, .btn-xs {font-size: 20px!important;}
#carouselButtons {margin-left:160px!important;}
.page {padding: 30px 10px;}
.event-box {padding:10px;}
.navbar-default .logo2 {margin-right: 140px;}
header .container-fluid {padding:0 5px;}
}

@media (max-width: 360px) {}

@media screen and ( max-height: 600px) {}


@media (max-width: 991px) {
    .footer .col,
    .footer .social {
        text-align: center;
    }
    .footer .copy {
        text-align: right;
        float: none;
    }
	.overlay .box {margin-bottom: 20px;max-width:none;}
.footer .back {position: static;text-align: center;clear: both;line-height: 50px;}
.member-list .col.col-md-4 {width: 33.33333333%;float:left;}
}

@media (max-width: 640px) {
    .footer .links ul {
        text-align: center;
    }
    .footer .links ul li {
        display: inline-block;
        max-width: none;
        width: auto;
    }
    .footer .copy {
        text-align: center;
    }
.overlay-hugeinc nav {margin:0;}
.overlay-hugeinc .container{padding:0;}
}

}
/*Latest CSS -Shiyon*/
.project-thumb img {width: 251px;max-width: 100%;/*background: #0e76bc*/}
.project-thumb .col-md-4 {text-align:center;margin-bottom:20px;}
/*.project-thumb figure {padding:20px;border:2px solid #CCC;min-height: 330px; background: url(../images/know-bg.jpg);}*/

.project-thumb figure {
    padding: 20px 20px 10px 20px;
    border: 2px solid #CCC;
    min-height: 250px;
    background: url(../images/know-bg.jpg);
}
.project-thumb figure h3 a{color: #fff;}
/*Media Center Gallery - Bijeesh*/
.media-gallery{
	height:100vh;
}
.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.gallery-top {
	height: 80%;
	width: 100%;
}
.gallery-thumbs {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
	margin-top:10px;
}
.gallery-thumbs .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
	cursor: pointer;
}
.gallery-thumbs .swiper-slide-active {
	opacity: 1;
}
.media-gallery .swiper-button-next{
	width: 36px;
	height: 36px;
	right: 0;
	background: url(../images/arrow-right.png) right center no-repeat;
}
.media-gallery .swiper-button-next:hover{
	background: url(../images/arrow-right-down.png) right center no-repeat;
}
.media-gallery .swiper-button-prev{
	width: 36px;
	height: 36px;
	left: 0;
	background: url(../images/arrow-left.png) left center no-repeat;
}
.media-gallery .swiper-button-prev:hover{
	background: url(../images/arrow-left-down.png) left center no-repeat;
}

#videogal {text-align:center;}
#videogal .col-md-4 {display:inline-block;width:auto;float:none;}
.video-box iframe {max-width:100%;}
.video-thumb img {max-width:230px;}
.video-box.video-thumb {max-width:230px;float:none;margin: 0 10px 10px;transition: all 0.55s ease 0s;color: #666666;display: inline-block;text-align:left;}
#structure img{width:100%;max-width:100%;}
.panel-heading.active {
    background-color: green;
}

#accordion .table-responsive {background:#EEE;}
#accordion .panel-default {position: relative;}
#accordion .text-blue a {display: block;}
#accordion .text-blue a:hover {text-decoration:none;}
.accordion-toggle {position: absolute;top: 20px;right: 0;display: block;width: 44px;height: 44px;text-align: center;line-height: 44px;}
.accordion-toggle:link, .accordion-toggle:hover, .accordion-toggle:active, .accordion-toggle:visited {text-decoration:none;}
.accordion-toggle:after {content: "\f106";font-family: FontAwesome;font-size: 30px;color:#757575;}
.accordion-toggle.collapsed:after {content: "\f107";}

.popup {width:100%;height:100%;display:none;position:fixed;top:0px;left:0px;background:rgba(0,0,0,0.75);z-index:999;}
/* Inner */
.popup-inner {max-width:700px;width:90%;padding:40px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);box-shadow:0px 2px 6px rgba(0,0,0,1);border-radius:3px;background:#fff;}
/* Close Button */
.popup-close {width:30px;height:30px;padding-top:4px;display:inline-block;position:absolute;top:0px;right:0px;transition:ease 0.25s all;-webkit-transform:translate(50%, -50%);transform:translate(50%, -50%);border-radius:1000px;background:#ee8b37;font-family:Arial, Sans-Serif;font-size:20px;text-align:center;line-height:100%;color:#fff;}
.popup-close:hover {-webkit-transform:translate(50%, -50%) rotate(180deg);transform:translate(50%, -50%) rotate(180deg);text-decoration:none;}
.notext {opacity:0;}

.stay-section .owl-controls.clickable {position: static;}
.owl-controls.clickable {position: absolute;top: 0;width: 100%;}
.time-slider .box {margin:0;padding:30px 0 0;}
.time-slider .owl-buttons,.time-slider .owl-buttons div {margin:0;position:relative;}
.time-slider .owl-buttons div.owl-prev {float: left;left: -30px;}
.time-slider .owl-buttons div.owl-next {float: right;right: -30px;}
.owl-carousel .owl-wrapper-outer {position: relative;}
.owl-carousel .owl-item {position:relative;}
.time-slider-wrap {padding:0 30px;margin-bottom:30px;}

header.nav-down.nav-up1 .navbar-header,header.nav-down.nav-up1 .logo2,header.nav-down.nav-up1 .top-bar {/*opacity:0;transition: all 0.55s ease 0s;*/}
header.nav-down .navbar-header,header.nav-down .logo2,header.nav-down .top-bar {opacity:1;transition: all 0.55s ease 0s;}

#epar_content img {max-width:100%;}
#epar_content figure{
    background: #0e76bc;
    border-radius: 50%;
    width: 94%;
}


.ui-accordion-content {background: #EEE;}
.btn-more {
	display:inline-block;
    background-color: #f18c37;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    transition: all .5s ease-in-out;
	min-width:100px;
}

.btn-more:hover {
	color:#FFF;
    text-decoration:none;
    background-color: #757575;
}

/* Styles for dialog window */

.white-popup {
  position: relative;
  background: #FFF;
  padding: 40px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
  text-align: center;
}

.mfp-close-btn-in .mfp-close {
    color: #FFF!important;
    background: #f18c37;
    margin: 5px;
	opacity: 1;
    transition: all .5s ease-in-out;
}
.swiper-button-disabled {pointer-events:auto!important;}
.gallery-thumbs .swiper-slide-active {opacity:1!important;}
.embed-wrap {padding: 15px 400px 0 0;}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; left:5%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.boxvideo{overflow: hidden;}
.zoom {
display:inline-block;
position: relative;
}

/* magnifying glass icon */
.zoom:after {
content:'';
display:block; 
width:33px; 
height:33px; 
position:absolute; 
top:0;
right:0;
/*background:url(../images/icon.png);
*/}

.zoom img {
display: block;
}

.zoom img::selection { background-color: transparent; }

.image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}


/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out; 
    -moz-transition: all 0.3s ease-out; 
    -o-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
        opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
        opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
    opacity: 0;
}



/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
    padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
    top: 0;
    bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
    padding: 0;
}


.settings-popover {
    background-color: #fff;
    border: solid 1px #ebebeb;
    color: #9c9c9c;
    padding: 15px;
    position: absolute;
    width: 250px;
    right: 3%;
    top: 100%;
    margin-left: -175px;
    box-shadow: 0 3px 3px 0 rgba(50,50,50,0.35);
    font-size: 11px;
    display: none;
    z-index: 1032;
}

.w140{width: 140px}
iframe{border:none;width: 100%}
.settings-popover {     
    background-color: #fff;     
    border: solid 1px #ebebeb;      
    color: #9c9c9c;     
    padding: 15px;      
    position: absolute;     
    width: 350px;       
    top: 100%;      
    margin-left: -175px;        
    box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.35);     
    font-size: 11px;        
    display: none;      
    z-index: 1032       
}       
.settings-popover .close {      
    position: absolute;     
    right: 5px;     
    top: 5px        
}       
.settings-popover.show {        
    display: block      
}       
/*.settings-popover:before,     
.settings-popover:after {       
    content: '';        
    width: 0;       
    height: 0;      
    border-style: solid;        
    position: absolute;     
    left: 50%       
}       
.settings-popover:before {      
    border-width: 10px;     
    border-color: transparent transparent #ebebeb transparent;      
    margin-left: -10px;     
    top: -20px      
}.settings-popover:after {      
    border-width: 8px;      
    border-color: transparent transparent #fff transparent;     
    margin-left: -8px;      
    top: -16px      
}*/     
.settings-popover .disablity {      
    color: #9c9c9c;     
    display: inline-block;      
    width: 48%;     
    position: relative;     
    padding-top: 30px;      
    height: 45px;       
    text-align: center;     
    border-right: solid 1px #e1e1e1;        
    vertical-align: top     
}       
.settings-popover .disablity:before {       
    content: '';        
    background-image: url("../images/icons.png");       
    background-repeat: no-repeat;       
    display: inline-block;      
    vertical-align: middle;     
    overflow: hidden;       
    text-indent: -999em;        
    font-size: 0;       
    line-height: 0;     
    width: 48px;        
    height: 48px;       
    background-position: -936px -336px;     
    position: absolute;     
    top: -10px;     
    left: 50%;      
    margin-left: -24px      
}       
.settings-popover .print {      
    color: #9c9c9c;     
    width: 30%;     
    position: relative;     
    padding-top: 30px;      
    height: 45px;       
    border-right: solid 1px #e1e1e1;        
    vertical-align: top;        
    display: none       
}       
.settings-popover .print:before {       
    content: '';        
    background-image: url("../images/icons.png");       
    background-repeat: no-repeat;       
    display: inline-block;      
    vertical-align: middle;     
    overflow: hidden;       
    text-indent: -999em;        
    font-size: 0;       
    line-height: 0;     
    width: 48px;        
    height: 48px;       
    background-position: -744px -408px;     
    position: absolute;     
    top: -10px;     
    left: 50%;      
    margin-left: -24px      
}       
.settings-popover .rsbtn {      
    margin-top: 20px;       
    height: auto;       
    text-align: center;     
    margin-bottom: 0;       
    background-color: #fafafa;      
    border: solid 1px #d8d8d8;      
    line-height: 53px       
}       
.settings-popover .rsbtn .rsbtn_play,       
.settings-popover .listen-to-page {     
    line-height: 53px;      
    display: block;     
    color: #9c9c9c;     
    float: none     
}       
.settings-popover .rsbtn .rsbtn_play.hidden,        
.settings-popover .listen-to-page.hidden {      
    display: none       
}       
.settings-popover .rsbtn .rsbtn_play:hover,     
.settings-popover .listen-to-page:hover {       
    background-color: #e1e1e1       
}       
.settings-popover .rsbtn .rsbtn_play:after,     
.settings-popover .listen-to-page:after {       
    content: '';        
    background-image: url("../images/icons.png");       
    background-repeat: no-repeat;       
    display: inline-block;      
    vertical-align: middle;     
    overflow: hidden;       
    text-indent: -999em;        
    font-size: 0;       
    line-height: 0;     
    width: 48px;        
    height: 48px;       
    background-position: -1248px -288px     
}       
.settings-popover .rsbtn.rsexpanded .rsbtn_exp {        
    float: none;        
    margin: 0 auto;     
    display: inline-block       
}       
.settings-popover .rsbtn .rsbtn_powered {       
    left: 50%;      
    right: auto;        
    white-space: nowrap;        
    margin-left: -85px      
}       
.settings-popover .reset {      
    margin: 15px auto 0;        
    background-color: #fff;     
    color: #989898;     
    font-size: 13px;        
    text-transform: uppercase;      
    border: 0;      
    outline: 0      
}       
.settings-popover .themes-section {     
    display: inline-block;      
    width: 50%;     
    text-align: center;     
    vertical-align: top     
}       
.settings-popover ul.themes {       
    margin: 0;      
    padding: 0;     
    text-align: center;     
    white-space: nowrap     
}       
.settings-popover ul.themes li {        
    display: inline-block;      
    text-align: center;     
    vertical-align: top;        
    width: 34px;        
    height: 30px        
}       
.settings-popover ul.themes li a {      
    width: 24px;        
    height: 20px;       
    text-indent: 9999px;        
    display: block;     
    background-color: #455562;      
    box-sizing: content-box;        
    border: solid 3px #fff;     
    position: relative;     
    overflow: hidden        
}       
.settings-popover ul.themes li a:hover,     
.settings-popover ul.themes li a.selected {     
    border-color: #dedede       
}       
.settings-popover ul.themes li a:before {       
    content: '';        
    width: 0;       
    height: 0;      
    border-style: solid;        
    border-width: 0 24px 20px 0;        
    position: absolute;     
    top: 0;     
    right: 0        
}       
.settings-popover ul.themes li a.orange-color:before {      
    border-color: transparent #f8901d transparent transparent       
}       
.settings-popover ul.themes li a.green-color:before {       
    border-color: transparent #018751 transparent transparent       
}       
.settings-popover ul.themes li a.blue-color:before {        
    border-color: transparent #0055a5 transparent transparent       
}       
.settings-popover ul.themes li:last-child {     
    margin: 0       
}       
.settings-popover.has-print .print {        
    display: inline-block       
}       
.settings-popover.has-print .disablity {        
    width: 30%      
}       
.settings-popover.has-print .themes-section {       
    width: 40%      
}       
.settings-popover .font-adjustments {       
    border-bottom: solid 1px #e1e1e1;       
    padding-bottom: 20px;       
    margin-bottom: 20px     
}       
.settings-popover .font-decrease-label {        
    position: absolute;     
    left: 26px;     
    top: 48px;      
    text-align: center;     
    cursor: pointer     
}       
.settings-popover .font-decrease-label:before {     
    content: 'A-';      
    color: #475459;     
    font-weight: 700;       
    display: block;     
    font-size: 14px;        
    line-height: 18px       
}       
.settings-popover .font-increase-label {        
    position: absolute;     
    right: 26px;        
    top: 48px;      
    cursor: pointer     
}       
.settings-popover .font-increase-label:before {     
    content: 'A+';      
    color: #475459;     
    font-weight: 700;       
    display: block;     
    font-size: 18px;        
    line-height: 18px       
}       
.settings-popover .irs-line {       
    height: 30px        
}       
.settings-popover .irs-with-grid {      
    height: 1px;        
    margin: 20px 40px 40px      
}       
.settings-popover .irs-with-grid .irs {     
    height: 30px;       
    z-index: 5;     
    position: absolute;     
    left: 0;        
    right: 0;       
    top: -15px;     
    cursor: pointer     
}       
.settings-popover .irs-grid-text {      
    display: none       
}       
.settings-popover .irs-slider {     
    background-color: transparent;      
    border: 0;      
    width: 20px;        
    height: 20px;       
    top: -10px;     
    z-index: 6;     
    cursor: pointer     
}       
.settings-popover .irs-slider:after {       
    background-color: #fff;     
    border-radius: 50%;     
    content: '';        
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);       
    width: 10px;        
    height: 10px;       
    display: block;     
    margin: 5px auto        
}       
.settings-popover .irs-grid-pol {       
    background: #e1e1e1;        
    height: 12px;       
    top: 13px       
}       
.settings-popover .irs-grid-pol.small {     
    display: none       
}       
.settings-popover .irs-single {     
    display: none       
}       
.settings-popover .irs-bar {        
    height: 1px;        
    top: 0      
}       
.settings-popover .google-translate {       
    margin-top: 15px;       
    height: 53px;       
    text-align: center;     
    margin-bottom: 0;       
    background-color: #fafafa;      
    border: solid 1px #d8d8d8       
}       
.settings-popover .goog-te-gadget {     
    display: inline-block;      
    margin-top: 12px        
}       
.settings-popover .goog-te-gadget-simple {      
    border: 1px solid #e8e8e8       
}       
.settings-popover .translate-to {       
    font-size: 12px;        
    line-height: 53px;      
    margin-right: 10px      
}       
.irs {      
    position: relative;     
    display: block;     
    -webkit-touch-callout: none;        
    -webkit-user-select: none;      
    -moz-user-select: none;     
    -ms-user-select: none;      
    user-select: none       
}       
.irs-line {     
    position: relative;     
    display: block;     
    overflow: hidden;       
    outline: none!important     
}       
.irs-line-left,     
.irs-line-mid,      
.irs-line-right {       
    position: absolute;     
    display: block;     
    top: 0      
}       
.irs-line-left {        
    left: 0;        
    width: 11%      
}       
.irs-line-mid {     
    left: 9%;       
    width: 82%      
}       
.irs-line-right {       
    right: 0;       
    width: 11%      
}       
.irs-bar {      
    position: absolute;     
    display: block;     
    left: 0;        
    width: 0;       
    background-color: #fabf7d;      
    height: 10px        
}       
.irs-bar-edge {     
    position: absolute;     
    display: block;     
    top: 0;     
    left: 0     
}       
.irs-shadow {       
    position: absolute;     
    display: none;      
    left: 0;        
    width: 0        
}       
.irs-slider {       
    position: absolute;     
    display: block;     
    cursor: default;        
    z-index: 1;     
    height: 22px;       
    width: 22px;        
    border: 5px solid #fabf7d;      
    border-radius: 50%;     
    top: -6px;      
    background: #fff        
}       
.irs-slider.type_last {     
    z-index: 2      
}       
.irs-min {      
    position: absolute;     
    display: none;      
    left: 0;        
    cursor: default     
}       
.irs-max {      
    position: absolute;     
    display: none;      
    right: 0;       
    cursor: default     
}       
.irs-from,      
.irs-to,        
.irs-single {       
    position: absolute;     
    display: block;     
    left: 0;        
    cursor: default;        
    white-space: nowrap;        
    z-index: 1;     
    background-color: #71797c;      
    color: #fff;        
    padding: 5px 15px;      
    font-size: 10px;        
    top: -48px      
}       
.irs-from:before,       
.irs-to:before,     
.irs-single:before {        
    content: '';        
    width: 10px;        
    position: absolute;     
    bottom: -10px;      
    margin: auto;       
    left: 0;        
    right: 0;       
    border-top: 10px solid #71797c;     
    border-right: 5px solid transparent;        
    border-left: 5px solid transparent      
}       
.irs-grid {     
    position: absolute;     
    display: none;      
    bottom: 0;      
    left: 0;        
    width: 100%;        
    height: 20px        
}       
.irs-with-grid {        
    background: #e6e6e6;        
    height: 10px;       
    margin-top: 50px;       
    margin-bottom: 40px     
}       
.irs-with-grid .irs-grid {      
    display: block      
}       
.irs-grid-pol {     
    position: absolute;     
    top: 25px;      
    left: 0;        
    width: 1px;     
    height: 8px;        
    background: #000        
}       
.irs-grid-pol.small {       
    height: 4px     
}       
.irs-grid-text {        
    position: absolute;     
    bottom: 0;      
    left: 0;        
    white-space: nowrap;        
    text-align: center;     
    font-size: 9px;     
    line-height: 9px;       
    padding: 0 3px;     
    color: #000;        
    top: 40px       
}       
.irs-disable-mask {     
    position: absolute;     
    display: block;     
    top: 0;     
    left: -1%;      
    width: 102%;        
    height: 100%;       
    cursor: default;        
    background: rgba(0, 0, 0, 0);       
    z-index: 2      
}       
.irs-disabled {     
    opacity: .4     
}       
.lt-ie9 .irs-disabled {     
    filter: alpha(opacity=40)       
}       
.irs-hidden-input {     
    position: absolute!important;       
    display: block!important;       
    top: 0!important;       
    left: 0!important;      
    width: 0!important;     
    height: 0!important;        
    font-size: 0!important;     
    line-height: 0!important;       
    padding: 0!important;       
    margin: 0!important;        
    outline: none!important;        
    z-index: -9999!important;       
    background: none!important;     
    border-style: solid!important;      
    border-color: transparent!important     
}


#video-controls {
    position: absolute;
    bottom: 8%;
    width: 60%
    left: 0;
    padding: 5px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s;
    -ms-transition: opacity .3s;
    transition: opacity .3s;
    background-image: linear-gradient(bottom, rgb(47, 139, 222) 13%, rgb(47, 139, 222) 100%);
    background-image: -o-linear-gradient(bottom, rgb(47, 139, 222) 13%, rgb(47, 139, 222) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(47, 139, 222) 13%, rgb(47, 139, 222) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(47, 139, 222) 13%, rgb(47, 139, 222) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(47, 139, 222) 13%, rgb(47, 139, 222) 100%);

    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.13, rgb(47, 139, 222)),
        color-stop(1, rgb(47, 139, 222))
    );
}

#video-container:hover #video-controls {
    opacity: .9;
}
#seek-bar {
    width: 40%;
}

#volume-bar {
    width: 10%;
}

#video-container input[type=range]{display: inline-block;}

#video-container button {
    background: rgba(0,0,0,.5);
    border: 0;
    color: #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#video-container button:hover {
    cursor: pointer;
}

#zoomSlider {
    border-top: 1px solid #c5c5c5;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

#contact .error {
    background-color: #f2dede;
    color: #b94a48;
    border: solid 1px #eed3d7;
    padding: 4px 10px;
    top: -9px;
    right: 0
}
/*#contact .error:before,
#contact .error:after {
    content: '';
    border-style: solid;
    height: 0;
    position: absolute;
    width: 0
}
#contact .error:after {
    border-color: #f2dede transparent transparent transparent;
    border-width: 5px 4px;
    bottom: -10px;
    right: 10px
}
#contact .error:before {
    border-color: #eed3d7 transparent transparent transparent;
    border-width: 6px 5px;
    bottom: -13px;
    right: 9px
}*/

.text-red{
    color: red;
}