@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900|Open+Sans:300,400,600,700,800|Roboto:100,300,400,500,700,900');


html{height:100%!important;}

body{ height:100%; }
.pb-5{ padding-bottom:5px; }
.pt-5{ padding-top:5px; }
.header.fixed { padding:0px; }
.main-banner{ height:100%; }

#slideshow { 
    position: relative; 
    width: 100%; 
    height: 100%; 
	overflow:hidden;
}


#slideshow > div { 
    position: absolute; 
	width:100%;
}

#slideshow > div > img{ width:100%; }

.gallery-box .owl-buttons {
    display: block;
}

.gallery-box .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-image: url(../images/prev.png);
    height: 50px;
    pointer-events: visible;
    width: 32px;
    border-radius: 0;
    color:transparent;
	float:left;
}

.gallery-box .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-image: url(../images/next.png);
    height: 50px;
    pointer-events: visible;
    color: transparent;
    width: 32px;
    border-radius: 0;
	float:right;
}

.gallery-box .owl-carousel {
    height: 100%;
}

    .gallery-box .owl-carousel .owl-wrapper-outer {
        height: 100%;
    }

    .gallery-box .owl-carousel .owl-wrapper {
        height: 100%;
    }

    .gallery-box .owl-carousel .owl-item {
        height: 100%;
    }

.gallery-box .owl-controls {
    pointer-events: none;
    position: absolute;
    top: 45%;
    width: 100%;
}

.gallery-box .owl-pagination {
    display: none;
}

.gallery-close {
    display: inline-block;
    width: auto;
    height: 20px;
    padding: 0px;
    margin: 10px;
    line-height: 0.5;
    text-decoration: none;
    z-index: 10;
}

.top {
    position: absolute;
    top: 0;
}

.right {
    position: absolute;
    right: 0;
}
.logo{margin-bottom:10px;}

.full-height{ height:100%; }

.main-navigation.animated .navbar-default .navbar-nav > li:last-child > a
{ padding-right:0; }
.main-navigation .navbar-default .navbar-nav {margin-top:20px; }
.main-navigation .navbar-default .navbar-nav > li{ margin:0 }
.main-navigation .navbar-default .navbar-nav > li > a {
 font-weight:600; 
 font-size:14px; 
 border-right:#ddd thin solid;
 padding:5px 15px;
}
.gallery-box .owl-buttons {
    display: block;
}

.gallery-box .owl-theme .owl-controls .owl-buttons div.owl-prev {
    background-image: url(../images/prev.png);
    height: 50px;
    pointer-events: visible;
    width: 32px;
    border-radius: 0;
    color: transparent;
}
.gallery-box .owl-theme .owl-controls .owl-buttons div.owl-next {
    background-image: url(../images/next.png);
    height: 50px;
    pointer-events: visible;
    color: transparent;
    width: 32px;
    border-radius: 0;
}
.m-0{margin:0;} 
.main-navigation .navbar-default .navbar-nav > li:last-child > a{ border-right:none; }
.inline-block{display:inline-block;}
.footer-logo{width:180px;}

.nav.nav-tabs.style-2{ white-space:nowrap; /*overflow:auto;*/}
.nav.nav-tabs.style-2 li{ float:none; display:inline-block; white-space:normal; }

.slide-header{ 
	text-align:center;
 	margin-bottom:30px; 
	font-size:16px;
}
.ml-5{margin-left:5px;}
.ml-5{margin-right:5px;}
.p-10{padding:10px;}
.mt-0{margin-top:0;}
.mb-0{margin-bottom:0;}
.slide-header h2{ font-weight:800; font-size:40px; } 
.slide-header h2 span{font-family:Caveat; text-transform:capitalize; font-weight:100; }
.slide-header p{ margin-bottom:0;  }
.product{ background-color:#FFFFFF; }
.product .image-box .image-wrap{ 
	height:200px; 
	overflow:hidden; 
	position:relative;
}
.product .image-box .image-wrap .arrow{ 
	width:20px; 
	height:20px; 
	background-color:#fff; 
	transform:rotate(45deg); 
	position:absolute; 
	left:48%;
	bottom:-10px;
}

.product .image-box .image-wrap .arrow.top{ top:-10px; }

.product .image-box .image-wrap img{
	min-width:112%;
    max-width:unset;
	position:absolute;
	margin-left:-6%; 
	margin-top:-3%;
	transition: all 0.2s ease 0.2s;
	height:115%;
}
.product .overlay-container:hover .overlay-top{height:50.05%;}
.product:hover .image-box .image-wrap .arrow{background-color:#42789e; transition: background-color 0.3s;}

.product .image-box:hover .image-wrap img{
  min-width:100%;
  margin-left:0%; 
  margin-top:0%;
  height:100%;
 }
.product h3{ color: #42789e;
font-weight: 800 !important;
font-size: 16px;
text-transform: uppercase; }
.product p{
	color: #666666;
	margin: 0;
	font-weight: 400;}
.product a.btn{padding: 5px;
font-weight: 800;
font-size: 16px;
margin: 0;
margin-bottom: 20px;
text-transform: uppercase;
 }
.product .content{position:relative;padding-top:30px;height:200px;}
.product:hover{background-color:#42789e;color:#FFFFFF; transition: background-color 0.3s;}
.product:hover h3{color:#FFFFFF;}
.product:hover p{color:#FFFFFF;}
.product:hover a.btn{ color:#FFF; }
.footer-top-content{text-align:center;}
.border-top{ border-top:#ddd thin solid; }

footer h2{ font-family:open sans; }
footer h4{ font-family:open sans; }
.footer-menu li:last-child a{border-right:none;}
.footer-menu li a{ padding:5px 10px; margin:10px 0; border-right:#dddddd thin solid; }

.partner li div{
	width:100px; height:50px; padding:5px; 
	vertical-align:middle; 
}
.partner li img{  max-width:100px; max-height:50px; }
.footer-top-content{ display:inline-block; width:auto; }
	.media-menu {
	    background-color: #FFF;
	    display: inline-block;
	    width: 100%;
	    background-color: #fff;
	    border-bottom: #ddd thin solid;
		overflow:auto;
	}
	
	.media-menu ul{white-space:nowrap; margin:0; }
	
	.media-menu ul li{ display:inline-block; float:none; }
	
    .media-menu ul li.active a {
        border-bottom: #0859a1 5px solid;
    }

    .media-menu ul li a:hover {
        border-bottom: #0859a1 5px solid;
    }

    .media-menu ul li a {
        padding: 22px 30px;
        color: #000;
        font-weight: 700;
        height: 65px;
        text-align: center;
        font-size: 16px;
        border-left: #ddd thin solid;
		min-width:140px;
    }
	
.table-ul{display:inline-table;padding-left:0;}
.table-ul li{display:table-row;}
.table-ul li div{display:table-cell; vertical-align:middle;}



.table-ul-borderd li {}
.table-ul-borderd li div{padding:10px; border-bottom:#CCC thin solid;}
.style-2 + .tab-content {
    border-top: #ddd thin solid;
    box-shadow: rgba(0,0,0,0.05) 0px 0px 15px;
}
.style-2 li.active a {
    margin-bottom: -5px !important;
    padding-bottom: 12px;
    border-color: #ddd !important;
    border-bottom: 0;
    border-bottom-color: currentcolor;
}
.banner-overflow{overflow:hidden;}
.bold-600{font-weight:600;}
.list-group-item.bg-primary{background-color:#337ab7;}
.left-menu{font-weight:400;padding-right:0;}
.left-menu li a{ color:#666;}
.left-menu li a.active{color:#337ab7;}
.banner{ position:relative; }
.banner .overlay{ 
	position:absolute; 
	bottom:0; 
	z-index:9; 
	left:0; right:0;
	top:35%;
	vertical-align:middle;
}
.banner h1{ 
	color: #FFFFFF;
	font-size: 50px;
	text-shadow: rgba(0,0,0,0.5) 0 0 15px;
} 

.absolute{ position:absolute; }
.relative{ position:relative; }

.print{height:auto;border:#ddd thin solid;}

.print .image{ padding:0; margin:0; }

.print .image li div{vertical-align:middle;} 

.print .image{
    height: auto;
    width: 100%;
}

.full-width{ width:100%; }

.print .image img{
	width: 100%;
	height: auto;
}

.print p{ padding:10px; }

.print p a{ color:#333333; text-decoration:none; font-weight:500; }

.print.ad{ height:270px;}

.online-media{height:350px;border:#ddd thin solid; margin-bottom:30px;}
.online-media .image{ padding:0; margin:0; width:100%; }
.online-media .image li div{vertical-align:middle;} 
.online-media .image{height:220px;}
.online-media .image img{max-height:220px;}
.online-media p{ padding:10px; }
.online-media p a{ color:#333333; text-decoration:none; font-weight:500;}
.bordered.dark-bordered{border-color:#ccc;}
.mr-5{margin-right:5px;}
.event{display:inline-block; width:100%; background-color:#eee; margin-bottom:30px; }
.event .image{ height:300px; width:100%; display:inline-block; overflow:hidden;  }
.event .content{ padding:10px; }

.height-full{ height:100%; }

.product-box{
    display: inline-block;
    height: 550px;
    position:relative;
    vertical-align: top;
    width:100%;
	margin:15px 0;
	text-align:center;
	border:#ddd thin solid;
}
	
.product-box div.det{
padding-top:15px;
    bottom: 12px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;}


.product-box div.det img {
   height: 360px;
   margin: 35px 0 5px;
   display:inline-block;
}
	
.product-box div.shadow{
	background-image: url("../images/pro-shadow.png");
	background-size: 100% auto;
	background-repeat:no-repeat;
	bottom: 0;
	background-color:#fff;
	height: 12px;
	position: absolute;
	width: 100%;
	display: none;
}
	
.product-box h2{ 
    border: medium none;
	font-size: 18px;
	height: 23px;
	margin: 0 0 2px;
	padding: 0;
	width: 100%;
	font-family: open sans;
	font-weight: 600;
} 
	
.product-box p{
	font-size:15px;
	margin-bottom:5px;
	text-align: center;
} 	
.pay2{ display:none; }

.gallary {
    top: 2px;
    position: absolute;
    right: 2px;
    
    border-radius: 7px;
    height: 20px;
    padding: 3px;
}

.partner{ font-weight:500; }
.partner div:first-child{ border:none; }
.partner div{ border-left:#ddd thin solid; }
.pl-15{ padding-left:15px; }
.pr-15{ padding-right:15px; }

@media only screen and (max-width:1200px)
{
 .main-banner{ max-height:500px; }	
}

@media only screen and (max-width:1024px)
{
 .main-banner{ max-height:400px; }
 .container{ width:100%; }	
}

@media only screen and (max-width:991px)
{
 .main-navigation .navbar-default .navbar-nav {margin-top:0px; }
 .main-banner{max-height:350px;}
 .product .content{height:150px; padding-top:15px; }	
 .product .image-box .image-wrap{height:150px;}	
 .product h3{ font-size:13px; }
 .product a.btn{ font-size:13px; }
 .product p{ font-size:12px; }
 .main-container{ padding:25px 0; }
 .business p{font-size:13px;  margin-bottom:5px; }
 .business h3{ margin-bottom:5px; }
 .business .separator-2{margin-bottom:10px;}
 .business .overlay-container img{ min-height:260px; width:100%; height:auto; }
}
@media only screen and (max-width:800px)
{
 .main-banner{max-height:300px;}
}

@media only screen and (max-width:767px)
{

.m-0-xs{margin:0;}
.radius-0-xs{ border-radius:0;}

	
.media-menu .container{ padding:0; }	
 .business .overlay-container img{ min-height:inherit;}
 	
.footer{ padding:15px 0;}	
.partner{ 
  padding-bottom:10px; border-bottom:#ddd thin solid; 
}	
.main-navigation .navbar-default .navbar-nav {
  width:100%;
  margin:0;
}
.main-navigation .navbar-default .navbar-collapse.collapse
{
position: fixed;
left: 0;
top: -1px;
padding:0;
width: 225px;
margin-left:-225px;
bottom: 0;
z-index: 10;
background-color: #fff;
height: auto !important;
display: block;
box-shadow: rgba(0,0,0,0.3) 0 0 5px;
padding-right:0;
transition:ease 0.5s;
}
.main-navigation .navbar-default .navbar-collapse.collapsing{
 position: fixed;
left: 0;
top: -1px;
width: 225px;
margin-left:-225px;
bottom: 0;
z-index: 10;
background-color: #fff;
height: auto !important;
display: block;
box-shadow: rgba(0,0,0,0.3) 0 0 5px;
padding-right:0;
transition:ease 0.5s;
}

.main-navigation .navbar-default .navbar-collapse.collapse.in
{
position: fixed;
left: 0;
top: -1px;
width: 225px;
margin-left:0px;
bottom: 0;
z-index: 10;
background-color: #fff;
height: auto !important;
display: block;
box-shadow: rgba(0,0,0,0.3) 0 0 5px;
padding-right:0;
transition:ease 0.5s;
}

.main-navigation.animated .navbar-default .navbar-nav > li > a{ padding:10px; }
.main-banner {
    max-height: 250px;
}	
.product .image-box .image-wrap{ height:auto;}
.product .image-box .image-wrap img{ 
	min-width:inherit; 
	width:100%; 
	height:auto; 
	position:static; 
	margin:0; 
	min-height:inherit; 
	max-height:inherit;
 }
.product .image-box:hover .image-wrap img{ height:auto; }
.nav.footer-menu.navbar-nav li{ display:inline-block; }
.copyright{ text-align:center; }
.copyright .pull-right{ float:none !important; display:inline-block; }
.logo {  width:auto; display:inline-block; position:absolute; }
.logo img{ height:50px; }
h2.title{ text-align:center; font-size:22px; }
.slide-header{ margin-bottom:15px; }
.slide-header h2{text-align:center; font-size:22px; margin:10px 0; } 
 p{font-size:13px; }
 .banner h1{ font-size:25px; margin:0; }
 .p-xs-0{ padding-left:0; padding-right:0; }
 .col-sm-3.mt-20{ margin-top:0; }
 .left-menu {
    font-weight: 400;
    width: 100%;
    padding: 0;
 }
 
 h1{ font-size:25px; }
 .opening{ border-radius:0; }
 .opening > div.p-20{ padding:10px; }
 .opening h3{
	font-size: 18px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0px;
    font-family: open sans;
    margin-bottom: 5px;
 }
 .opening h4{ font-size:15px; font-weight:600; }
 .opening p{font-weight:400; }

  .opening ol { display:inline-block; width:100%; } 
  .opening ol li{ font-size:13px; }
  #grid-adjust{ position:relative !important; margin:0; }
}

@media only screen and (max-width:668px)
{
 #grid-adjust > .absolute{ width:100% !important;}
}

@media only screen and (max-width:600px)
{
 .main-banner{
  max-height:200px;
 }	
 .main-container{ padding:15px 0; }
 .slide-header h2{ margin-bottom:5px; }
}

@media only screen and (max-width:500px){
 .mobile{ width:100%; display:inline-block; }	
 .pay2{ display:inline-block; }
 .pay{ display:none; }
 .main-banner {
    max-height: 170px;
 }
 footer h2{font-size:20px;}
 footer h4{font-size:17px;}
 footer h4 span{ margin-bottom:10px; }
 .footer-menu li a{ margin-bottom:0; }

}

@media only screen and (max-width:360px){
.main-banner {
    max-height: 140px;
}	 
}

@media only screen and (max-width:360px){
 .main-banner {
   max-height: 120px;
 }
}
@media only screen and (min-width:768px){
.business-box .div-table > div > div.product:nth-child(2n) .overlay-container{ position:static; }

.business-box .div-table > div > div.product:nth-child(2n) .overlay-container .image-wrap{ 
	position: absolute;
	bottom: 0;
	width: 100%; 
}

.business-box .div-table > div > div.product:nth-child(2n) .overlay-container .image-wrap .arrow{top:-10px;} 

.business-box .div-table > div > div.product:nth-child(2n) .overlay-container .content{ 
	position: absolute;
	top: 0;
	width: 100%;
}	
.div-table{display:inline-table;padding-left:0; width:100%;}
.div-table > div {display:table-row;}
.div-table > div > div{display:table-cell;vertical-align:middle;float:none;}
.div-table > div > div.product{width:20%;}
}

@media only screen and (min-width:1600px){
	.main-banner{ height:750px; }  
}

.mt-20 {
    margin-top:20px;
}
.p-0 {
    padding: 0px;
}
