@charset "utf-8";
/* CSS Document */

html {
    height:100%;
}

body {
  height: 100%;
  margin: 0;
  font-family: helvroman;
  font-size: 12px;
  color: #5a5a5a;
}

.clear {
	clear: both;
}

*:focus {
    outline: none;
}

a {
	color: #5a5a5a;
	text-decoration: underline;
}

a:hover {
	color: #5a5a5a;
	text-decoration: none;
}

.wrap {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -180px;
	padding-bottom: 180px;
}

.footer {
	min-height: 180px;
	background: #283593;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.container {
	max-width: 1400px;
}

.pad0 {
	padding: 0px;
}

.pad01 {
	padding-left: 0px;
}

.pad10 {
	padding-right: 0px;
}

.mar0 {
	margin: 0px;
}

.w30 {
	width: 30%;
}

.w40 {
	width: 40%;
}

.header {
	min-height: 160px;
}

.logo {
	padding: 23px 0px 0px 20px;
}

.mainmenu_body {
	padding-top: 58px;
	font-size: 16px;
	font-family: helvbold;
}

.mainmenu > li > a {
	display: block;
	height: 35px;
	background: url(../images/arrow_down.png) no-repeat right top 11px;
	padding: 3px 13px 3px 10px;
	color: #5a5a5a;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

.mainmenu .active a,
.mainmenu > li > a:hover,
.mainmenu > li > a:focus {
	background: url(../images/arrow_up.png) no-repeat right top 11px;
	color: #283593;
}

.mainmenu .open > a,
.mainmenu .open > a:hover,
.mainmenu .open > a:focus {
	background: url(../images/arrow_up.png) no-repeat right top 11px;
	color: #283593;
}

.dropdown-menu {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 224px;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  font-size: 16px;
  list-style: none;
  background: #ffffff;
  border: #ededed 1px solid;
  border-bottom: #509afe 6px solid;
  border-radius: 0px !important;
  border-top-left-radius: 25px !important;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
          box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
}

.dropdown-menu-2 {
	margin: -1px 0px 0px 0px !important;
}

.dropdown-menu > li > a {
	display: block;
	background: url(../images/submenu_elipse.png) no-repeat 9px center;
	padding: 10px 10px 10px 24px;
	margin: 0px;
	color: #5a5a5a;
	text-align: left;
  	white-space: nowrap;
  	text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #eeeff7 url(../images/submenu_elipse_hov.png) no-repeat 9px center;
  color: #5a5a5a;
  text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: #eeeff7 url(../images/submenu_elipse_hov.png) no-repeat 9px center;
  color: #5a5a5a;
  text-decoration: none;
  outline: 0;
}

.dd_25 {
	border-top-left-radius: 25px !important;
}

.lang {
	padding: 50px 0px 0px 0px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: helvbold;
	line-height: 22px;
}

.lang a {
	color: #F5BB21;
	text-decoration: none;
}
/*
.lang a:hover {
	color: #9D9D9D;
}
*/
.report a {
	display: block;
	height: 52px;
	margin: 46px 0px 0px 0px;
	background: #398DFF;
	border-radius: 25px;
	font-family: helvbold;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	padding: 16px 0px 0px 0px;
	text-decoration: none;
}

.report a:hover {
	background: #2760AE;
}

.lupa {
	float: right;
	width: 52px;
	height: 52px;
	background: url(../images/lupa.png) no-repeat;
	margin: 46px 0px 0px 0px;
	cursor: pointer;
}

.slider_body {
	height: 350px;
}

.slider_news {
	height: 350px;
	background: #283593;
	border-top-left-radius: 40px;
	font-family: helvbold;
}

.slider_pic {
	height: 350px;
}

.slider_cal {
	float: right;
	width: 37px;
	height: 41px;
	background: url(../images/calendar.png) no-repeat;
	margin: 15px 15px 15px 0px;
	position: relative;
	z-index: 10;
	cursor: pointer;
}

.slider_cal:hover {
	background: url(../images/calendar_hov.png) no-repeat;
}

.slider_news_title {
	padding: 0px 15px 5px 15px;
	color: #ffffff;
	font-size: 20px;
}

.slider_news_title a {
	color: #ffffff;
	text-decoration: none;
}

.slider_news_date {
	padding: 0px 0px 15px 15px;
	color: #509AFE;
	font-size: 18px;
}

.slider_news_desc {
	padding: 0px 15px 15px 15px;
	color: #adb2d6;
	font-size: 16px;
	font-family: helvmedium;
}

.slider_more a {
	display: inline-block;
	padding: 0px 0px 0px 15px;
	margin-bottom: 20px;
	color: #F5BB21;
	font-size: 16px;
	text-decoration: none;
	position: relative;
	z-index: 102;
}

.slider_arrows {
	width: 70px;
	height: 34px;
	border: #bcc0dd 2px solid;
	border-radius: 17px;
	background: url(../images/between_arrows2.png) no-repeat center 5px;
	margin: -50px 0px 0px 0px;
}

.news_home {
	background: #ececec;
	padding: 40px 45px 40px 45px;
}

.news_home_block {
	cursor: pointer;
	background: #ffffff;
	color: #283593;
}

.news_home_block:hover {
	background: #eeeff7;
	color: #398DFF;
}

.news_home_label {
	padding: 0px 0px 35px 0px;
}

.news_home_pic {
	height: 150px;
	border-top-left-radius: 40px;
}

.news_home_text {
	min-height: 220px;
	box-shadow: 3px 3px 5px #cecece;
}

.news_home_title {
	padding: 16px 15px 10px 15px;
	font-size: 17px;
	font-family: helvbold;
}

.news_home_title a {
	color: #283593;
	text-decoration: none;
}

.news_home_desc {
	padding: 0px 15px 10px 15px;
	font-size: 14px;
	color: #5a5a5a;
}

.news_home_date {
	padding: 0px 15px 7px 15px;
	color: #283593;
	font-family: helvbold;
	font-size: 14px;
}

.allnews a {
	float: right;
	width: 235px;
	height: 70px;
	background: url(../images/allnews.png) no-repeat center;
	margin: 7px 0px 0px 0px;
	font-family: helvbold;
	color: #F5BB21;
	font-size: 18px;
	text-align: center;
	padding-top: 20px;
	text-decoration: none;
}

.allnews a:hover {
	color: #398DFF;
}

.iconmenu_item {
	margin: 45px 0px 60px 0px;
	text-align: center;
}

.iconmenu_item a {
	color: #398DFF;
	text-decoration: none;
}

.iconmenu_pic {
	width: 100px;
	height: 120px;
	padding-bottom: 25px;
}

.iconmenu_pic_projects {
	min-width: 140px;
	background: url(../images/projects.png) no-repeat center top;
	background-size: 100px auto;
	color: #398DFF;
	text-align: center;
}

.iconmenu_pic_projects:hover {
	background: url(../images/projects_hov.png) no-repeat center top;
	background-size: 100px auto;
	color: #283593;
}

.iconmenu_pic_stat {
	min-width: 140px;
	background: url(../images/announcements.png) no-repeat center top;
	background-size: 100px auto;
	color: #398DFF;
	text-align: center;
}

.iconmenu_pic_stat:hover {
	background: url(../images/announcements_hov.png) no-repeat center top;
	background-size: 100px auto;
	color: #283593;
}

.iconmenu_pic_repo {
	min-width: 140px;
	background: url(../images/accounts.png) no-repeat center top;
	background-size: 100px auto;
	color: #398DFF;
	text-align: center;
}

.iconmenu_pic_repo:hover {
	background: url(../images/accounts_hov.png) no-repeat center top;
	background-size: 100px auto;
	color: #283593;
}

.iconmenu_title {
	font-family: helvbold;
	font-size: 18px;
	padding-top: 120px;
}

.mission_body {
	background: #ececec;
	padding: 30px 0px 30px 0px;
	text-align: center;
}

.mission_title {
	display: inline-block;
	height: 76px;
	padding: 19px 0px 0px 23px;
	margin-bottom: 20px;
	font-family: helvbold;
	font-size: 26px;
	color: #283593;
	background: url(../images/mission_elipse.png) no-repeat left top;
}

.mission_text {
	padding: 0px 45px;
	font-family: helvmedium;
	font-size: 16px;
}

.contact_label {
	padding: 20px 0px 20px 40px;
	font-family: helvmedium;
	font-size: 18px;
	color: #398DFF;
}

.contact_item {
	height: 36px;
	padding: 0px 0px 0px 80px;
	font-size: 18px;
	color: #a9aed4;
}

.subs_label {
	padding: 20px 0px 40px 0px;
	font-family: helvmedium;
	font-size: 18px;
	color: #398DFF;
}

.subs_area {
	width: 100%;
	font-size: 14px;
	color: #ffffff;
	background: none;
	border: none;
	margin: 6px 0px 0px 0px;
	padding: 2px 0px;
	border-bottom: #ffffff 1px solid;
}

.subs_area::placeholder {
  color: #ffffff;
}

.subs_button {
	width: 100%;
	height: 40px;
	background: #a2a8d0;
	border: none;
	border-radius: 20px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	margin: 0px;
	font-family: helvbold;
	font-size: 16px;
	color: #1B1D56;
	cursor: pointer;
}

.subs_button:hover {
	color: #398DFF;
}

.soc {
	float: right;
	width: 237px;
	height: 52px;
	background: url(../images/soc2.png) no-repeat;
	margin: 45px 30px 40px 10px;
	padding: 17px 0px 0px 55px;
}

.soc img {
	margin-right: 15px;
}

.soc_title {
	float: right;
	font-family: helvbold;
	font-size: 16px;
	color: #DFDFDF;
	padding-top: 60px;
}

.copy {
	font-size: 16px;
	color: #9ca2cd;
	text-align: right;
	padding-right: 30px;
}

.inner_line {
	min-height: 30px;
	background: url(../images/inner_line.png) repeat-x left 0px top 27px;
	margin-bottom: 30px;
}

.inner_title {
	display: inline;
	font-family: helvbold;
	font-size: 40px;
	color: #B2B2B2;
	background: #FFFFFF;
	text-transform: uppercase;
	padding: 0px 10px;
}

.inner_text {
	text-align: justify;
	padding: 0px 0px 50px 0px;
	font-size: 16px;
}

.news_item {
	min-height: 170px;
	box-shadow: 3px 3px 5px #cecece;
	border-top-left-radius: 40px;
	cursor: pointer;
	margin-bottom: 70px;
	color: #283593;
	text-decoration: none;
}

.news_item:hover {
	background: #eeeff7;
	color: #398DFF;
}

.news_pic {
	height: 170px;
	border-top-left-radius: 40px;
}

.news_title {
	padding: 20px 30px 10px 15px;
	font-family: helvbold;
	font-size: 20px;
}

.news_desc {
	padding: 0px 30px 20px 15px;
	font-family: helvmedium;
	font-size: 16px;
	color: #515151;
}

.news_date {
	padding: 0px 30px 5px 15px;
	font-family: helvbold;
	font-size: 16px;
	color: #398DFF;
}

.inner_news_pic {
	height: 430px;
	border-top-left-radius: 40px;
}

.inner_news_pic_left {
	float: left;
	width:50%;
	margin: 0px 30px 20px 0px;
}

.inner_news_title {
	padding: 0px 0px 10px 0px;
	margin: -10px 0px 0px 0px;
	font-family: helvbold;
	font-size: 28px;
	color: #3C3F8D;
}

.inner_news_title_line {
	float: left;
	width: 47%;
	height: 1px;
	margin-bottom: 12px;
	background: #bababa;
}

.inner_news_date {
	padding: 0px 0px 50px 0px;
	font-family: helvbold;
	font-size: 18px;
	color: #509AFE;
}

.inner_news_text {
	padding: 0px 0px 0px 0px;
	font-size: 16px;
	text-align: justify;
}

.news_line {
	height: 1px;
	background: #d9d9d9;
	margin: 60px 0px;
}

.news2_item {
	min-height: 250px;
	border: #eeeeee 1px solid;
	border-top-left-radius: 40px;
	box-shadow: 3px 3px 5px #cecece;
	margin-bottom: 75px;
}

.news2_title {
	padding: 20px 15px 10px 15px;
	font-family: helvbold;
	font-size: 20px;
	color: #3C3F8D;
}

.news2_desc {
	padding: 0px 15px 20px 15px;
	font-family: helvmedium;
	font-size: 16px;
	color: #515151;
}

.news2_date {
	padding: 0px 15px 0px 15px;
	font-family: helvbold;
	font-size: 16px;
	color: #398DFF;
}

.search_block {
	float: right;
	width: 239px;
	height: 52px;
	background: url(../images/search_block.png) no-repeat;
	border-radius: 25px;
	margin: 46px 0px 0px 0px;
	position: relative;
	z-index: 3;
}

.search_area {
	float: left;
	width: 163px;
	height: 52px;
	background: none;
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 24px;
	color: #828282;
	font-size: 16px;
	font-family: helvmedium;
}

.search_area::placeholder {
  color: #828282;
}

.search_close {
	float: left;
	width: 24px;
	font-size: 18px;
	color: #828282;
	font-family: helvbold;
	padding-top: 13px;
	text-align: center;
}

.search_close a {
	color: #398DFF;
	text-decoration: none;
}

.search_button {
	float: left;
	width: 52px;
	height: 52px;
	border-radius: 25px;
	background: none;
	border: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}

.cal_block {
	position: fixed;
	width: 250px;
	height: 250px;
	background: #ffffff;
	z-index: 5;
	border-top-left-radius: 40px;
}

.pagination {
	margin-bottom: 50px;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #5a5a5a;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ba61ad;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 3;
  background-color: #398DFF;
  border-color: #398DFF;
  color: #fff;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #398DFF;
  border-color: #398DFF;
}

.share_print {
	float: right;
	width: 22px;
	height: 22px;
	margin: 0px 15px 0px 0px;
	cursor: pointer;
	background: url(../images/share_print.png) no-repeat;
}

.share_print:hover {
	background: url(../images/share_print_hov.png) no-repeat;
}

.share_twitter {
	float: right;
	width: 22px;
	height: 18px;
	margin: 2px 15px 0px 0px;
	cursor: pointer;
	background: url(../images/share_twitter.png) no-repeat;
}

.share_twitter:hover {
	background: url(../images/share_twitter_hov.png) no-repeat;
}

.share_facebook {
	float: right;
	width: 12px;
	height: 20px;
	margin: 1px 15px 0px 0px;
	cursor: pointer;
	background: url(../images/share_facebook.png) no-repeat;
}

.share_facebook:hover {
	background: url(../images/share_facebook_hov.png) no-repeat;
}

#myCarousel1 .carousel-control {
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 12px;
  width: 8px;
  height: 14px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 101;
}

#myCarousel1 .carousel-control.left {
  background: url(../images/arrow_left.png) no-repeat;
  width:8px;
  height:14px;
}

#myCarousel1 .carousel-control.left:hover {
	background: url(../images/arrow_left_hov.png) no-repeat;
}

#myCarousel1 .carousel-control.right {
  right: 12px;
  left: auto;
  background: url(../images/arrow_right.png) no-repeat;
  width:8px;
  height:14px;

}

#myCarousel1 .carousel-control.right:hover {
	 background: url(../images/arrow_right_hov.png) no-repeat;
}

.arrow_left {
	float: left;
	width:12px;
	height:14px;
	background: url(../images/arrow_left2.png) no-repeat;
	margin: 8px 0px 0px 12px;
}

.arrow_left:hover {
	background: url(../images/arrow_left2_hov.png) no-repeat;
}

.arrow_right {
	float: right;
	width:12px;
	height:14px;
	background: url(../images/arrow_right2.png) no-repeat;
	margin: 8px 8px 0px 0px;
}

.arrow_right:hover {
	background: url(../images/arrow_right2_hov.png) no-repeat;
}

#popup_box {
    display: none;
    position: fixed;
    _position: absolute;
    /*height: 500px;*/
    width: 40%;
    background: #ffffff;
    left: 30%;
    top: 45%;
    z-index: 105;
    margin-left: 0px;
    padding: 40px 0px;
    font-size: 18px;
	border: #eeeeee 1px solid;
	box-shadow: 3px 3px 5px #cecece;
	text-align: center;
	font-family: helvbold;
}

.projects_left a {
	display: block;
	height: 56px;
	padding: 14px 0px 0px 30px;
	margin: 0px 0px 50px 0px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #ffffff;
	background: #B8B8B8 url(../images/projects_ongoing.png) no-repeat right 15px center;
	font-family: helvbold;
	font-size: 20px;
	text-decoration: none;
}

.projects_left_active a {
	display: block;
	height: 56px;
	padding: 14px 0px 0px 30px;
	margin: 0px 0px 50px 0px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	color: #ffffff;
	background: #283593 url(../images/projects_ongoing.png) no-repeat right 15px center;
	font-family: helvbold;
	font-size: 20px;
	text-decoration: none;
}

.projects_right a {
	display: block;
	height: 56px;
	padding: 14px 0px 0px 15px;
	margin: 0px 0px 50px 0px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	color: #ffffff;
	background: #B8B8B8 url(../images/projects_completed.png) no-repeat right 15px center;
	font-family: helvbold;
	font-size: 20px;
	text-decoration: none;
}

.projects_right_active a {
	display: block;
	height: 56px;
	padding: 14px 0px 0px 15px;
	margin: 0px 0px 50px 0px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	color: #ffffff;
	background: #283593 url(../images/projects_completed.png) no-repeat right 15px center;
	font-family: helvbold;
	font-size: 20px;
	text-decoration: none;
}

.gal_pic {
	height: 300px;
	border-top-left-radius: 40px;
}

.gal_title {
	min-height: 100px;
	background: #ffffff;
	box-shadow: 3px 3px 5px #cecece;
	padding: 25px 15px 15px 15px;
	margin-bottom: 50px;
	color: #283593;
	font-size: 20px;
	font-family: helvbold;
	line-height: 26px;
}

.gal_title a {
	color: #283593;
	text-decoration: none;
}

.gal_pic_inner {
	height: 300px;
	margin-bottom: 50px;
	border: #eeeeee 1px solid;
	box-shadow: 3px 3px 5px #cecece;
}

.cal {
	width: 100%;
	background: none;
}

.cal_top {
	height: 60px;
	padding: 0px 10px 0px 10px;
	color: #5a5a5a;
	font-size: 16px;
	font-family: helvbold;
}

.cal_year {
	float: right;
	width: 65px;
	height: 33px;
	background: url(../images/cal_arrows.png) no-repeat;
	margin-top: 20px;
}

.calmonthleft:link,.calmonthleft:visited,.calmonthleft:active {
	float: left;
	width: 8px;
	height: 14px;
	background: url(../images/cal_arrow_left.png) no-repeat;
	margin: 10px 0px 0px 12px;
}

.calmonthleft:hover {
	background: url(../images/cal_arrow_left_hov.png) no-repeat;
}

.calmonthright:link,.calmonthright:visited,.calmonthright:active {
	float: right;
	width: 8px;
	height: 14px;
	background: url(../images/cal_arrow_right.png) no-repeat;
	margin: 10px 12px 0px 0px;
}

.calmonthright:hover {
	background: url(../images/cal_arrow_right_hov.png) no-repeat;
}

.cal_month {
	float: left;
	padding: 27px 0px 0px 0px;
}

.cal_body {
	width: 100%;
	padding: 0px 5px 0px 5px;
	font-size: 14px;
	color: #5a5a5a;
}

.cal_wday {
	float: left;
	width: 14%;
	height: 28px;
	color: #c5deff;
	text-align: center;
	padding-top: 2px;
}

.cal_wday_last {
	float: left;
	width: 14%;
	height: 28px;
	color: #c5deff;
	text-align: center;
	padding-top: 2px;
}

.cal_date {
	float: left;
	width: 14%;
	height: 25px;
	text-align: center;
	color: #5a5a5a;
	padding-top: 2px;
}

.cal_date_link {
	font-family: helvmedium;
}

.cal_today {
	float: left;
	width: 14%;
	height: 25px;
	text-align: center;
	background: #398dff;
	color: #ffffff;
	border-radius: 11px;
	padding-top: 2px;
}

.cal_today a {
	color: #ffffff; 
	text-decoration: none;
}

.img_printed {
	display: none;
}

.team_pic {
	height: 300px;
	border-top-left-radius: 40px;
	margin-bottom: 20px;
}

.team_title {
	padding: 0px 0px 5px 0px;
	color: #283593;
	font-size: 20px;
	font-family: helvbold;
}

.team_desc {
	padding: 0px 0px 10px 0px;
	color: #398DFF;
	font-size: 18px;
	font-family: helvbold;
}

.team_text {
	padding: 0px 0px 50px 0px;
	color: #515151;
	font-size: 16px;
	font-family: helvmedium;
}

.mob_menu_icon {
	float: right;
	padding: 40px 0px 0px 0px;
	cursor: pointer;
}

.mob_menu {
	position: fixed;
	top: 0;
	right: -70%;
	width: 70%;
	min-height: 200px;
	transition: all 0.5s linear;
	padding: 0px;
	background: #ffffff;
	z-index: 101;
	color: #ffffff;
	font-size: 16px;
	overflow-y: auto;
	padding: 15px;
}

.mob_menu_close {
	float: right;
	width: 31px;
	height: 31px;
	margin: 15px 0px 0px 0px;
	background: url(../images/mob_menu_close.png) no-repeat;
	cursor: pointer;
}

.mob_menu_item a {
	display: block;
	color: #c1c1c1;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
}

.mob_menu_item2 a {
	display: block;
	color: #717171;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
}

.mob_menu_item3 a {
	display: block;
	color: #717171;
	text-decoration: none;
	padding: 0px 0px 7px 15px;
	font-size: 14px;
}

.left3 {
	padding-left: 3px;
}

.right3 {
	padding-right: 3px;
}

.no_dec {
	text-decoration: none;
}

.video {
	width: 100%;
	height: 400px;
}

.contact_item_geo {
	height: 40px;
	padding-top: 0px;
	font-size: 13px;
}

.logo_350 {
	display: block;
}

.logo_300 {
	display: none;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 47%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 2px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ececec;
  border: none;
  border-radius: 6px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: #283593;
  border: none;
  border-radius: 6px;
}





.dropdown-submenu{position: relative;}
.dropdown-submenu .caret{-webkit-transform: rotate(-90deg); transform: rotate(-90deg); color: #337ab7;}
.dropdown-submenu > .dropdown-menu {top:0; left:100%; margin-top:-6px; margin-left:-1px;}
.dropdown-submenu.open > a:after{border-left-color:#fff;}
.dropdown-submenu.open > .dropdown-menu, .dropdown-submenu.open > .dropdown-menu {display: block;}
.dropdown-submenu .dropdown-menu{margin-bottom: 8px;}
.navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color: #f6f6f6;}
.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#333;}
.navbar .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a{padding-left: 30px;}
@media screen and (min-width:992px){
    .dropdown-submenu .dropdown-menu{margin-bottom: 2px;}
    .navbar .navbar-nav .open .dropdown-submenu .dropdown-menu > li > a{padding-left: 25px;}
    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#fff;}
    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul{background-color:#fff;}
}



.navbar {
	min-height: inherit;
	margin-bottom: 0px;
}



.nav > li > a {
	display: block;
	height: 35px;
	background: url(../images/arrow_down.png) no-repeat right top 11px;
	padding: 3px 13px 3px 10px;
	color: #5a5a5a;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

.nav .active a,
.nav > li > a:hover,
.nav > li > a:focus {
	background: url(../images/arrow_up.png) no-repeat right top 11px;
	color: #283593;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background: url(../images/arrow_up.png) no-repeat right top 11px;
	color: #283593;
}