@charset "utf-8";
/* CSS Document */

html {
    height:100%;
}

body {
  height: 100%;
  margin: 0;
  font-family: regu;
  font-size: 16px;
  color: #2F3840;
}

.clear {
	clear: both;
}

*:focus {
    outline: none;
}

a {
	color: #2F3840;
	text-decoration: underline;
}

a:hover {
	color: #2F3840;
	text-decoration: none;
}

.wrap {
	min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -260px;
	padding-bottom: 340px;
}

.footer {
	min-height: 260px;
	background: #3d3d3d;
}

.desktop {
	display: block;
}

.mobile {
	display: none;
}

.container {
	max-width: 1400px;
}

.pad0 {
	padding: 0px;
}

.pad01 {
	padding-left: 0px;
}

.pad10 {
	padding-right: 0px;
}

.mar0 {
	margin: 0px;
}

.header {
	min-height: 145px;
}

.logo {
	display: inline-block;
	padding: 25px 0px 0px 4px;
}

.header_right_block {
	min-height: 80px;
	margin: 30px 0px 0px 0px;
	border-right: #cbcaca 1px solid;
}

.currency {
	float: right;
	color: #8a8b8d;
	line-height: 26px;
	font-family: caps;
	padding-right: 15px;
}

.currency_name {
	color: #484A4C;
	border: #bde2ff 1px solid;
	padding: 2px 8px 1px 8px;
	text-transform: uppercase;
	border-radius: 6px;
}

.icon_calendar {
	float: left;
	width: 80px;
	height: 80px;
	background: #84C9FF url(../images/icon_calendar.png) no-repeat center;
	border-radius: 40px;
	cursor: pointer;
}

.today_title {
	float: left;
	font-family: caps;
	color: #84C9FF;
	line-height: 26px;
	padding: 12px 0px 0px 8px;
	font-size: 14px;
}

.icon_weather {
	float: left;
	width: 80px;
	height: 80px;
	background: #7198b6;
	border-radius: 40px;
}

.weather_title {
	float: left;
	font-family: caps;
	color: #7198B6;
	line-height: 26px;
	padding: 24px 0px 0px 8px;
}

.header_icon {
	float: right;
	height: 24px;
	margin: 35px 0px 20px 20px;
}

.search {
	float: right;
	width: 138px;
	height: 38px;
	background: #e8e8e8;
	border-radius: 3px;
}

.search_area {
	float: left;
	width: 100px;
	height: 38px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	border: none;
	background: none;
	font-family: regu;
	font-size: 14px;
	color: #6e6e6e;
}

.search_btn {
	float: left;
	width: 38px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: url(../images/icon_lupa.png) no-repeat center;
	cursor: pointer;
}

.mainmenu_body {
	height: 60px;
	font-family: caps;
	background: #33A5FE;
	margin-bottom: 50px;
}

.mainmenu > li > a {
	display: block;
	height: 60px;
	background: url(../images/menu_sep.png) no-repeat right center;
	padding: 20px 10px 0px 10px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

.mainmenu .active a,
.mainmenu > li > a:hover,
.mainmenu > li > a:focus {
	background: url(../images/menu_sep.png) no-repeat right center;
	color: #ffffff;
	border-bottom: #ffffff 9px solid;
}

.mainmenu .open > a,
.mainmenu .open > a:hover,
.mainmenu .open > a:focus {
	background: url(../images/menu_sep.png) no-repeat right center;
	color: #ffffff;
	border-bottom: #ffffff 9px solid;
}

.no_border {
	background: none !important;
}

.dropdown-menu {
  position: absolute;
  top: 0px;
  right: 0;
  z-index: 1000;
  display: none;
  float: right;
  min-width: 200px;
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: left;
  list-style: none;
  background: #33A5FE;
  border: none;
  border-radius: 0px !important;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
          box-shadow: 0 0px 0px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
	display: block;
	background: none;
	padding: 10px 10px 10px 15px;
	margin: 0px 10px 10px 0px;
	color: #ffffff;
	text-align: right;
  	white-space: nowrap;
  	text-decoration: none;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: none;
  color: #ffffff;
  text-decoration: none;
  border-right: #ffffff 5px solid;
  margin: 0px 5px 10px 0px;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background: none;
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  border-right: #ffffff 5px solid;
  margin: 0px 5px 10px 0px;
}

.slider {
	height: 380px;
	margin-bottom: 50px;
}

.slider_pic {
	height: 380px;
	margin-bottom: 50px;
}

.slider_text {
	height: 380px;
	margin-bottom: 50px;
	padding-right: 10px;
}

.slider_date {
	padding: 0px 0px 10px 0px;
	font-family: caps;
	font-size: 18px;
	color: #33A5FE;
}

.slider_title {
	padding: 0px 0px 30px 0px;
	font-family: caps;
	font-size: 18px;
	color: #151617;
}

.slider_title a {
	color: #151617;
	text-decoration: none;
}

.slider_title a:hover {
	color: #7198B6;
}

.slider_desc {
	padding: 0px 0px 10px 0px;
}

.news_main_label {
	padding: 0px 0px 6px 0px;
	font-family: caps;
	color: #2F3840;
	font-size: 24px;
}

.news_main_pic {
	position: relative;
	height: 190px;
	margin-bottom: 15px;
}

.news_main_date {
	padding: 0px 0px 10px 0px;
	font-family: caps;
	font-size: 18px;
	color: #33A5FE;
}

.news_main_title {
	padding: 0px 0px 0px 0px;
	font-family: caps;
	font-size: 18px;
	color: #151617;
}

.news_main_title a {
	color: #151617;
	text-decoration: none;
}

.news_main_title a:hover {
	color: #7198B6;
}

.icon_video {
	position: absolute;
	width: 70px;
	height: 70px;
	background: #33A5FE url(../images/icon_video.png) no-repeat center;
	bottom: -35px;
	right: 8px;	
}

.news_home_label_line {
	height: 40px;
	border-bottom: #4d545c 1px solid;
	margin-bottom: 20px;
}

.news_home_label {
	display: inline-block;
	height: 40px;
	background: #ffffff;
	font-family: caps;
	font-size: 24px;
	color: #2F3840;
	padding: 15px 120px 6px 0px;
}

.news_home_pic {
	height: 190px;
	margin-bottom: 20px;
}

.news_home_cat {
	padding: 0px 0px 0px 15px;
	margin-bottom: 8px;
	font-family: caps;
	font-size: 16px;
	color: #4B535A;
	font-weight: bold;
	border-left: #33a5fe 9px solid;
}

.news_home_cat a {
	color: #4B535A;
	text-decoration: none;
}

.news_home_cat a:hover {
	color: #7198B6;
	text-decoration: none;
}

.news_home_title {
	padding: 0px 0px 0px 24px;
	margin-bottom: 8px;
	font-family: caps;
	font-size: 16px;
	color: #4B535A;
}

.news_home_title a {
	color: #4B535A;
	text-decoration: none;
}

.news_home_title a:hover {
	color: #7198B6;
	text-decoration: none;
}

.news_home_desc {
	padding: 0px 0px 20px 24px;
}

.news_photo_label {
	padding: 5px 0px 21px 0px;
	font-family: caps;
	color: #2F3840;
	font-size: 24px;
}

.news_photo_pic {
	position: relative;
	height: 380px;
	margin-bottom: 15px;
}

.icon_photo {
	position: absolute;
	width: 70px;
	height: 70px;
	background: #33A5FE url(../images/icon_photo.png) no-repeat center;
	bottom: -35px;
	right: 8px;	
}

.fmenu {
	padding: 45px 0px;
	font-family: caps;
	color: #ffffff;
}

.fmenu a {
	color: #ffffff;
	text-decoration: none;
}

.fmenu a:hover {
	color: #33A5FE;
}

.fmenu2 {
	font-family: caps;
	color: #9c9c9c;
	font-size: 14px;
}

.fmenu2 a {
	display: block;
	color: #9c9c9c;
	text-decoration: none;
	margin-bottom: 20px;
}

.fmenu2 a:hover {
	color: #ffffff;
}

.footer_address {
	float: right;
	height: 24px;
	margin: 55px 10px 15px 0px;
	padding: 2px 40px 0px 0px;
	font-family: caps;
	color: #9c9c9c;
	font-size: 14px;
	background: url(../images/icon_footer_address.png) no-repeat right 1px center;
}

.footer_phone {
	float: right;
	height: 24px;
	margin: 0px 10px 15px 0px;
	padding: 2px 40px 0px 0px;
	font-family: caps;
	color: #9c9c9c;
	font-size: 14px;
	background: url(../images/icon_footer_phone.png) no-repeat right 0px center;
}

.footer_mail {
	float: right;
	height: 24px;
	margin: 0px 10px 50px 0px;
	padding: 1px 40px 0px 0px;
	font-family: caps;
	color: #9c9c9c;
	font-size: 14px;
	background: url(../images/icon_footer_mail.png) no-repeat right 0px center;
}

.copy {
	color: #a6a6a6;
	font-size: 14px;
	font-family: caps;
	padding-right: 12px;
	text-align: right;
}

.inner_title {
	padding: 2px 0px 0px 5px;
	margin: 0px 0px 50px 0px;
	border-left: #33A5FE 9px solid;
	font-family: caps;
	font-size: 24px;
	color: ##2F3840;
	line-height: 22px;
}

.inner_text {
	padding-bottom: 50px;
}

.inner_text2 {
	padding-bottom: 30px;
}


.news_pic {
	height: 190px;
	margin-bottom: 10px;
}

.news_date {
	padding: 0px 0px 7px 0px;
	font-family: caps;
	font-size: 18px;
	color: #33A5FE;
}

.news_title {
	padding: 0px 0px 7px 0px;
	font-family: caps;
	font-size: 16px;
	color: #151617;
}

.news_title a {
	color: #151617;
	text-decoration: none;
}

.news_title a:hover {
	color: #7198B6;
}

.news_desc {
	padding: 0px 0px 30px 0px;
}

.inner_pic {
	float: left;
	width: 50%;
	margin: 0px 5px 5px 0px;
}

.inner_pic img {
	width: 98%;
}

.inner_date {
	padding: 0px 0px 7px 0px;
	font-family: caps;
	font-size: 18px;
	color: #33A5FE;
}

.inner_title2 {
	padding: 0px 0px 10px 0px;
	font-family: caps;
	font-size: 18px;
	color: #151617;
}

.share_facebook {
	float: left;
	margin-right: 15px;
}

.share_twitter {
	float: left;
	margin-right: 15px;
}

.share_print {
	float: left;
}

.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: #2F3840;
  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: #33A5FE;
  border-color: #33A5FE;
  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: #33A5FE;
  border-color: #33A5FE;
}

.carousel-indicators {
  position: absolute;
  left: 67%;
  z-index: 15;
  padding: 0;
  margin: 0px;
  text-align: left;
  list-style: none;
  background: none;
  bottom: 48px;
}

.carousel-indicators li {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0px 1px 0px 1px;
  padding: 2px 0px 0px 0px;
  text-indent: 0px;
  cursor: pointer;
  border: none;
  border-radius: 0px;
  background: #d2d2d2;
  font-size: 12px;
  font-family: caps;
  color: #8A8A8A;
  text-align: center;
}

.carousel-indicators .active {
  width: 18px;
  height: 18px;
  margin: 0px 1px 0px 1px;
  padding: 2px 0px 0px 0px;
  background: #33A5FE;
  border: none;
  border-radius: 0px;
  color: #ffffff;
  font-size: 12px;
  font-family: caps;
}

#myCarousel1 .carousel-control {
  position: absolute;
  top: auto;
  bottom: 50px;
  left: auto;
  right: 36px;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 99;
}

#myCarousel1 .carousel-control.left {
  background: #ffffff url(../images/arrow_left.png) no-repeat center;
  width: 30px;
  height: 30px;
  box-shadow: 3px 3px 5px #d6d6d6;
}

#myCarousel1 .carousel-control.left:hover {
	background: #ffffff url(../images/arrow_left_hov.png) no-repeat center;
}

#myCarousel1 .carousel-control.right {
  right: 0px;
  left: auto;
  background: #ffffff url(../images/arrow_right.png) no-repeat center;
  width: 30px;
  height: 30px;
  box-shadow: 3px 3px 5px #d6d6d6;
}

#myCarousel1 .carousel-control.right:hover {
	 background: #ffffff url(../images/arrow_right_hov.png) no-repeat center;
}

#myCarousel2 .carousel-control {
  position: absolute;
  top: -44px;
  bottom: auto;
  left: 245px;
  right: auto;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  text-shadow: 0;
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 101;
}

#myCarousel2 .carousel-control.left {
  background: #ffffff url(../images/arrow_left.png) no-repeat center;
  width: 30px;
  height: 30px;
  box-shadow: 3px 3px 5px #d6d6d6;
}

#myCarousel2 .carousel-control.left:hover {
	background: #ffffff url(../images/arrow_left_hov.png) no-repeat center;
}

#myCarousel2 .carousel-control.right {
  right: auto;
  left: 281px;
  background: #ffffff url(../images/arrow_right.png) no-repeat center;
  width: 30px;
  height: 30px;
  box-shadow: 3px 3px 5px #d6d6d6;
}

#myCarousel2 .carousel-control.right:hover {
	 background: #ffffff url(../images/arrow_right_hov.png) no-repeat center;
}

.gallery_pic {
	height: 250px;
	margin-bottom: 50px;
	border: #2F3840 2px solid;
}

.banner {
	margin-bottom: 20px;
}

.mob_menu_icon {
	float: right;
	padding: 60px 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-family: caps;
	font-size: 16px;
	overflow-y: auto;
	padding: 15px;
}

.mob_menu_close {
	float: right;
	padding: 45px 0px 0px 0px;
	margin-bottom: 20px;
	cursor: pointer;
}

.mob_menu_item a {
	display: block;
	color: #828485;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
}

.mob_menu_item a:hover {
	color: #33A5FE;
}

.mob_menu_item2 a {
	display: block;
	color: #828485;
	text-decoration: none;
	padding: 0px 0px 10px 0px;
	margin-left: 15px;
}

.mob_menu_item2 a:hover {
	color: #33A5FE;
}

.cal_block {
	position: absolute;
	width: 250px;
	height: 250px;
	background: #ffffff;
	z-index: 5;
	border-radius: 3px;
	border: #33A5FE 1px solid;
	margin-top: 83px;
}

.cal {
	width: 100%;
	background: none;
}

.cal_top {
	height: 60px;
	padding: 0px 10px 0px 10px;
	color: #2F3840;
	font-size: 16px;
	font-family: caps;
}

.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: 14px;
	height: 23px;
	background: url(../images/arrow_left.png) no-repeat;
	margin: 20px 0px 0px 0px;
}

.calmonthleft:hover {
	background: url(../images/arrow_left_hov.png) no-repeat;
}

.calmonthright:link,.calmonthright:visited,.calmonthright:active {
	float: right;
	width: 14px;
	height: 23px;
	background: url(../images/arrow_right.png) no-repeat;
	margin: 20px 0px 0px 0px;
}

.calmonthright:hover {
	background: url(../images/arrow_right_hov.png) no-repeat;
}

.cal_month {
	float: left;
	width: 202px;
	padding: 22px 0px 0px 0px;
	text-align: center;
}

.cal_body {
	width: 100%;
	padding: 0px 5px 0px 5px;
	font-size: 14px;
	color: #5a5a5a;
}

.cal_wday {
	float: left;
	width: 14%;
	height: 28px;
	color: #33A5FE;
	text-align: center;
	padding-top: 2px;
}

.cal_wday_last {
	float: left;
	width: 14%;
	height: 28px;
	color: #33A5FE;
	text-align: center;
	padding-top: 2px;
}

.cal_date {
	float: left;
	width: 14%;
	height: 25px;
	text-align: center;
	color: #2F3840;
	padding-top: 2px;
}

.cal_date_link {
	font-family: helvmedium;
}

.cal_today {
	float: left;
	width: 14%;
	height: 25px;
	text-align: center;
	background: #33A5FE;
	color: #ffffff;
	border-radius: 4px;
	padding-top: 2px;
}

.cal_today a {
	color: #ffffff; 
	text-decoration: none;
}