@import url('googlefont.css');
@import url('font-awesome.min.css');

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #454545;
	line-height: 2.2;
}

a {
	text-decoration: none;
	color: #000000;
}

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

.navbar-brand {
    float: left;
    height: 88px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 58px;
}

.navbar-default {
    background-color: rgba(0,0,0,0.8);
    border-bottom-width: 0;
    padding: 0 0px ;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    line-height: 20px;
    padding-top: 34px;
    padding-bottom: 34px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: transparent;
    border-bottom: 1px solid #ffffff;
}

@media (max-width: 767px) {
	.navbar-brand {
	    float: left;
	    height: 88px;
	    padding: 15px 15px;
	    font-size: 18px;
	    line-height: 58px;
	}

	.navbar-default .navbar-nav > li > a {
	    color: #ffffff;
	    line-height: 20px;
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: rgba(0,0,0,0.8);
}

.dropdown-menu {
    background-color: rgba(0,0,0,0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
}

.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.8;
    color: #ffffff;
    white-space: nowrap;
}

.headbg {
	height: 500px;
	width: 100%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
  	-moz-background-size: cover !important;
  	-o-background-size: cover !important;
  	background-size: cover !important;
}


.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857143;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
}

.btn-lg {
	padding: 12px 30px;
}


.btn-default {
    color: #454545;
    background-color: #ffffff;
    border-color: #454545;
}

.btn-warning {
  color: #fff;
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #e1b400;
  border-color: #e1b400;
}
.btn-warning:hover {
  color: #fff;
  background-color: #e1b400;
  border-color: #e1b400;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #e1b400;
  border-color: #e1b400;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #ffcc00;
  border-color: #ffcc00;
}

.btnovergreen:hover {
	background-color: #ffcc00;
	border-color: #ffcc00;
}

.btn-primary {
  color: #fff;
  background-color: #1655c6;
  border-color: #000000;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #1146a6;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1146a6;
  border-color: #000000;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #1146a6;
  border-color: #000000;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #1655c6;
  border-color: #000000;
}

.btn-success {
  color: #fff;
  background-color: #B9CB67;
  border-color: #B9CB67;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #96a553;
  border-color: #B9CB67;
}
.btn-success:hover {
  color: #fff;
  background-color: #96a553;
  border-color: #B9CB67;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #96a553;
  border-color: #B9CB67;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #B9CB67;
  border-color: #B9CB67;
}




.btn-noborder {
	border: 0px !important;
}


.carousel-container {
	position: relative;
}

.home-carousel {
}

.home-carousel .item {
	height: 530px;
	width: 100%;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	-webkit-background-size: cover !important;
  	-moz-background-size: cover !important;
  	-o-background-size: cover !important;
  	background-size: cover !important;
}

@media (max-width: 767px) {
	.home-carousel .item {
		height: 200px !important;
		width: 100%;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		-webkit-background-size: cover !important;
	  	-moz-background-size: cover !important;
	  	-o-background-size: cover !important;
	  	background-size: cover !important;
	}
}

.home-carousel .item .item-text {
	position: absolute;
	top: 45%;
	left: 0px;
	width: 100%;
	text-align: center;
	color: #ffffff;
}

.home-carousel .item .item-text h1 {
	font-size: 50px;
}

.home-carousel .owl-nav {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 70px;
}

.home-carousel .owl-nav .nav-prev, .home-carousel .owl-nav .nav-next {
	position: absolute;
	bottom: 0px;
	background-color: transparent;
	border: 2px solid #ffffff;
	opacity: 0.5;
}

.home-carousel .owl-nav .nav-prev:hover, .home-carousel .owl-nav .nav-next:hover {
	opacity: 1;
}

.home-carousel .owl-nav .nav-prev {
	left: 50%;
	margin-left: 48px;
		-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

.home-carousel .owl-nav .nav-next {
	right: 50%;
	margin-right: 48px;
		-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);

}

.home-carousel .owl-nav .nav-prev i, .home-carousel .owl-nav .nav-next i {
	border: 2px solid #ffffff;
	width: 16px;
	height: 16px;
	margin: 10px;
	display: block;
}

.home-carousel .owl-nav .nav-prev i {
	border-left:0;
	border-bottom:0;
}

.home-carousel .owl-nav .nav-next i {
	border-right:0;
	border-top:0;
}

.home-carousel .owl-dots {
	position: absolute;
	right: 46px;
	top: 45%;
}

.home-carousel .owl-dot span {
	width: 14px;
	height: 14px;
	margin-bottom: 6px;
	border: 2px solid #ded1c1 !important;
	border-radius: 50%;
	display: inline-block;
}

.home-carousel .owl-dot.active span {
	width: 14px;
	height: 14px;
	margin-bottom: 6px;
	border: 2px solid #ded1c1 !important;
	background-color: #ded1c1;
	border-radius: 50%;
	display: inline-block;
}


.gallery-carousel {
	margin-top: 40px;
}

.gallery-carousel .owl-dots {
	position: absolute;
	left: 0;
	right: 0px;
	top: -40px;
	text-align: center;
}

.gallery-carousel .owl-dot {
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}

.gallery-carousel .owl-dot span {
	width: 14px;
	height: 14px;
	border: 2px solid #ded1c1 !important;
	border-radius: 50%;
	display: inline-block;
}

.gallery-carousel .owl-dot.active span {
	width: 14px;
	height: 14px;
	border: 2px solid #ded1c1 !important;
	background-color: #ded1c1;
	border-radius: 50%;
	display: inline-block;
}

.carousel-container .top-owl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.carousel-container .carousel-tobot {
	position: absolute;
	bottom: 60px;
	z-index: 1;
	left: 50%;
	margin-left: -30px;
	background-color: transparent;
	border: 2px solid #ffffff;
	width: 60px;
	height: 60px;
	display: inline-block;
		-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.carousel-container .carousel-tobot i {
	border: 2px solid #ffffff;
	width: 24px;
	height: 24px;
	margin: 16px;
	display: inline-block;
	border-left:0;
	border-top:0;
}

.card {
	width: 100%;
	position: relative;
	margin-bottom: 30px;
}

.card img {
	width: 100%;
	opacity: 0.9;
}

.card p {
	position: absolute;
	bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 1);
}

.card a:hover img {
	opacity: 1;
}

.card-news {
	margin-bottom: 30px;
}

.card-news img {
	width: 100%;
	opacity: 0.9;
}

.card-news .caption-news {
	height: 60px;
	overflow: hidden;
	width: 100%;
}

.card-news p {
	line-height: 25px;
	padding-top: 10px;
}

.card-news a:hover img {
	opacity: 1;
}

.newsmore-container {
	margin-top: 350px;
	padding-bottom: 0px;
}

.newsmore-title h1 {
	font-size: 35px;
	color: #ffffff;
	background-color: rgba(28,47,92,0.84);
	border-left: 10px solid #ffcc00;
	padding: 19px 16px;
	margin-top: 0px;
	margin-bottom: 24px;
}

.newsmore-mainbody {
	border-top: 12px solid #0d2b61;
	background-color: #ffffff;
	padding: 55px 34px;
}

.newsmore-body {
	text-align: justify;
	margin-bottom: 30px;
}

.newsmore-body img {
	max-width: 100% !important;
}

.newsmore-sidebar {
	margin-right: 20px;
	margin-left: 20px;
	padding:10px;
	background-color: #ffffff;
	margin-top: -172px;
}

@media (max-width: 767px) {
	.newsmore-sidebar {
		margin-top: 0px;
		margin-right: 0;
		margin-left: 0;
	}
}

.newsmore-sidebar .mediani p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #a0a0a0;
	line-height: 18px;
}

.newsmore-sidebar .mediani p > strong {
	font-weight: normal;
	color: #000000;
}

.newsmore-sidebar .section {
	margin-top: 30px;
}

.newsmore-sidebar .section > h4 {
	font-size: 21px;
	color: #000000;
}

.newsmore-sidebar .section .media p {
	color: #000000;
	font-size: 13px;
}

.newsmore-sidebar .section .media img {
	border: 1px solid #000000;
}

.newsmore img {
	max-width: 100%;
}

.section-banner a.item {
	padding: 10px 10px;
	border: 1px solid #b4b4b4;
	text-align: left;
	margin-bottom: 6px;
	display: block;
}

.section-banner a.item:hover {
	border: 1px solid #000000;
}

.section-banner a.item img {
	max-width: 100%;
}




.namtar .container {
	margin-bottom: 30px;
}

.namtar .carousel-container {
	margin-bottom: 50px;
}

.namtar p {
	line-height: 30px;
	text-align: justify;
	margin-bottom: 20px;
}

.namtar h1 {
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 600;
}

.namtar .top-owl {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	bottom: 0px;
	padding-top: 150px;
	background-color: rgba(0,0,0,0.33);
	z-index: 1;
	text-align: center;
}

.namtar .top-owl h1 {
	font-size: 49px; 
	color: #ffffff;
	margin-bottom: 38px;
}

.namtar .top-owl ul {
	list-style-type: none;
	padding-left: 0px;
}

.namtar .top-owl ul li {
	display: inline-block;
	padding: 5px 26px;
	font-size: 21px;
	font-weight: 700;
}

.namtar .top-owl ul li a {
	color: #ffffff;
}

.namtar .top-owl ul li a:hover {
	border-bottom: 5px solid #ffffff;
}

blockquote {
	padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #ccc;
    background-color: #efefef;
}

.list-icon-chevron li {
	line-height: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.list-icon-chevron li:first-child {
	padding-top: 0;
}

.list-icon-chevron li .glyphicon {
	float: right;
	line-height: 20px;
	color: #ccc;
}

.gallery-carousel-item {
	position: relative;
	cursor: pointer;
}

.gallery-carousel-item p {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 15px;
	position: absolute;
	bottom: 0px;
	color: #ffffff;
}


.wwave {
	position: relative;
}

.wwave .wave {
	position: absolute;
	top: 16px;
	left: -130px;
	right: 0px;
	background: url('../img/wave.png');
	background-repeat: no-repeat;
	width: 100%;
	height: 10px;
	z-index: -1;
}


.rsidebar {
}

.rsidebar .nav-stacked > li {
    border-bottom: 1px solid #efefef;
}

.rsidebar .nav-stacked > li + li {
    margin-top: 0;
    margin-left: 0;
}

.rsidebar .nav-pills > li > a {
    border-radius: 0;
}

.rsidebar .nav-pills > li.active > a, .rsidebar .nav-pills > li.active > a:hover, .rsidebar .nav-pills > li.active > a:focus {
    color: #666666;
    background-color: #efefef;
}

.footer {
	font-size: 14px;
	border-top: 1px solid #efefef;
	margin-top: 60px;
	padding-top: 40px;
	padding-bottom: 40px;
}



.pt26 {
	padding-top: 26px;
}

.pb26 {
	padding-bottom: 26px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb26 {
	margin-bottom: 26px;
}

.mb40 {
	margin-bottom: 40px;
}





a, ul, li, div, img, input, span, button {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms;
}





.scrollToTop {
	display:inline-block;
	padding:2px;
	text-align:center;
	position:fixed;
	z-index:10001;
	bottom:10px;
	display:none;
	right:10px;
}
.scrollToTop>i {
	display:inline-block;
	color:#687991;
	font-size:48px;
	opacity:0.7;
	filter:alpha(opacity=70);
}
.scrollToTop:hover {
	cursor:pointer;
}
.scrollToTop:hover>i {
	opacity:1;
	filter:alpha(opacity=100);
}
@media (min-width: 992px) {
	.scrollToTop{
		right:10px;
	}
}
@media (max-width: 991px) {
	.scrollToTop{
		right:10px;
	}
	.scrollToTop>i{
		font-size:48px;
	}
}






a.online-counter {
	position: relative !important;
	top: 0px !important;
	background-image: none !important;
}




