body {
	font-family: "Calibri",Arial, Helvetica, sans-serif;
	font-size:15px;
	color:#000;
	line-height:1.5;
}
.starter-template {
  padding: 70px 15px 120px 15px;
  text-align: center;
  max-width:936px;
  margin-left:auto;
  margin-right:auto;
}
.starter-template.gall {
	max-width:1100px;
}
.starter-template p {
	text-align: justify;
}
.homebanner {
	position:relative;
}
.tophead {
	height:50px;
	background:#143F64;
}
.al .navbar {
	margin-bottom:0;
}
.almenu {
	padding-top:92px;
}
.allogo {
	padding-left:4%;
	margin-top:2%;
	margin-bottom:1%;
}
.topsearch {
	float:right;
	margin-top:100px;
	margin-right:47%;
}
input.topsearch {
	background:url(img/search.png) no-repeat;
	background-position:right 10px center;
	border:1px solid #C6C8CA;
}
.caption {
	position:absolute;
	z-index:99;
	margin:auto;
	top: 0 ;
	right: 0 ;
	bottom : 0 ;
	left : 0 ;
	width:90%;
	height:20%;
	text-align:center;
}
.caption  h1 {
	color:#fff;
	font-size:45px;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	margin-bottom:30px;
}
.caption img.arrimg {
	width:auto !important;
	display:inline-block !important;
	vertical-align:middle;
	margin-left:15px;
}
.caption a:hover {
	text-decoration:none;
	color:#fff;
	background:#000;
}
.caption a {
	vertical-align:middle;
	background:#143F64;
	text-transform:uppercase;
	display:inline-block;
	padding:14px 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 15px;
	color:#fff;
	transition:         all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition:    all .25s ease-in-out;
  -o-transition:      all .25s ease-in-out;
}
img.alba {
	min-height:600px;
}

.owl-prev {
	width:50px;
	height:50px;
	background:url(img/left.png) no-repeat;
	position:absolute;
	top:48%;
	left:3%;
	
}
.owl-next {
	width:50px;
	height:50px;
	background:url(img/right.png) no-repeat;
	position:absolute;
	top:48%;
	right:3%;
	
}
.owl-nav > div:hover {
	opacity:1;
}
.owl-nav > div {
	opacity:0.7;
	transition:         all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition:    all .25s ease-in-out;
  -o-transition:      all .25s ease-in-out;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
	background: none;
}
.almenu .dropdown-menu {
	background:#F1F1F2;
	opacity:0.9;
}
.almenu .dropdown-menu>li>a {
	padding: 6px 60px 6px 25px;
}

.almenu .dropdown-menu>li {border-bottom:1px solid #DBDCDE;
}
.almenu .dropdown-menu>li:last-child {
	border-bottom:none;	
}
.subbanner {
	min-height:140px;
}
.sub-title h1 {
	font-size:25px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
}
.sub-title {
	margin-top:45px;
}
.bread a {
	color:#fff;
}
.bread {
	margin-top:45px;
	color:#fff;
}
.sd {
	margin-top: -60px;
	background:url(img/topsd.png) no-repeat top center;
	background-size:100%;
}
.mainimg {
	margin-bottom:30px;
}
.sd img {
	max-width:100%;
	height:auto;
}
.rightproduct {
	font-size:20px;
	text-align:left;
}
a.subbtn {
	font-size:15px;
	background:#143F64;
	display:inline-block;
	padding:8px 10px 5px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	color:#fff;
}
a.subbtn:hover {
	background:#000;
}
a:hover {
	text-decoration:none;
}
a {
	transition:         all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition:    all .25s ease-in-out;
  -o-transition:      all .25s ease-in-out;
}
h1.pagetitle {
	font-size:25px;
	color:#000;
	font-weight:bold;
	text-align:left;
}
h1.pagetitle:after {
	content:"";
	display:block;
	margin-top:6px;
	height:2px;
	margin-bottom:20px;
	width:40px;
	background:#0098D1;
}
.gallerylist li {
	list-style:none;
	width:19%;
	float:left;
	margin-right:1%;
	margin-bottom:4%;
}
.gallerylist li img {
	max-width:100%;
	height:auto;
}
.gallerylist  ul {
	margin:0;
	padding:1% 1% 1% 2%;
}
.contacttb {
	
	width:100%;
	font-size:13px;
}
.bb {
	border:1px solid #DBDCDE;
	text-align:left;
	padding:25px 30px;
}
.contacttb img {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
}
.contacttb td {
	vertical-align:middle;
}
.contacttb span.small {
	font-size:9px;
}
.contacttb td a {
	color:#000;
}
.contacttb span.tt {
	width:20px;
	display:inline-block;
}







@media (min-width: 769px) {
	.almenu .navbar-inverse {
		background:none;
		border:none;
	}
	.almenu .navbar-inverse a {
		color: #231F20 !important;
		padding-left:25px;
		padding-right:25px;
		font-weight:bold;
	}
	.almenu .navbar-inverse a:hover {
		color: #143F64 !important;
	}
	.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
		color: #143F64 !important;
		background:none;
	}
}

@media (max-width: 991px) {
	.almenu {
		padding-top:15px;
	}
	
	.subbanner > .container .row > .col-md-6 {
		width:60%;
		float:left;
	}
}

@media (min-width: 769px)  and (max-width: 991px) {
	.navbar-nav>li {
		float:none;
		display:inline-block;
	}
	.navbar-nav {
		float:none;
		text-align:center;
	}
}

@media (max-width: 768px) {
	.tophead {
		height:20px;
	}
	.almenu {
		padding-top:15px;
		padding-left:0;
		padding-right:0;
	}
	.almenu .dropdown-menu>li {
		border-bottom:1px solid #444;
	}
	.sd {
		background:#fff;
		margin-left:2%;
		margin-right:2%;
	}
	.topsearch {
		margin-right:0;
	}
	.gallerylist li {
		width: 32%;
	}
}

@media (max-width: 480px) {
	.caption {
		width:70%;
	}
	.bb {
		border:1px solid #DBDCDE;
		text-align:left;
		padding:15px 10px;
	}
	.caption h1 {
		font-size:32px;
	}
	.caption a {
		font-size:13px;
	}
	.gallerylist li {
		width: 49%;
	}
}

