@-webkit-viewport{ width: device-width; }
@-moz-viewport{ width: device-width; }
@-ms-viewport{ width: device-width; }
@-o-viewport{ width: device-width; }
@viewport{ width: device-width; }
* {max-height: 100000px;}
body {
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	background: #fff;
	font:400 15px/1.2 'Open Sans',Arial, Helvetica, sans-serif;
}
a{
	outline: none;
	color: #04b404;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #0b610b;
	outline: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus{
	outline: none;
}
@font-face {
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?79292457');
	src: url('../fonts/fontello.eot?79292457#iefix') format('embedded-opentype'),
	url('../fonts/fontello.woff?79292457') format('woff'),
	url('../fonts/fontello.ttf?79292457') format('truetype'),
	url('../fonts/fontello.svg?79292457#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: 'fontello';
		src: url('../fonts/fontello.svg?79292457#fontello') format('svg');
	}
}
[class^="icon-"]:before, [class*=" icon-"]:before {

	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-moz-osx-font-smoothing: grayscale;
}
.icon-left:before { content: '\e800'; }
.icon-right:before { content: '\e801'; }
.icon-twitter:before { content: '\e802'; }
.icon-facebook:before { content: '\e803'; }
.icon-gplus:before { content: '\e804'; }
.icon-mail:before { content: '\e805'; }
.icon-paper-plane:before { content: '\e806';}
.icon-laptop:before { content: '\e807'; }
.icon-users:before { content: '\e808'; }
.icon-book:before { content: '\e809'; }
.icon-doc-text:before { content: '\e80a'; }
input [type="email"],
input [type="tel"],
input[type="search"],
input[type="text"],
input[type="password"],
input[type="file"],
input[type="submit"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius:0;
}
input[type="tel"] {-webkit-appearance: none;}
input[type="email"] {-webkit-appearance: none;}
input[type="tel"]::-webkit-tel-cancel-button {-webkit-appearance: none;}
input[type="email"]::-webkit-email-cancel-button {-webkit-appearance: none;}
input[type="tel"]::-webkit-tel-decoration {display: none;}
input[type="email"]::-webkit-email-decoration {display: none;}
fieldset {
	min-width: 0;
}
@-moz-document url-prefix() {
	fieldset {
		display: table-cell;
		vertical-align: top;
	}
}
p{margin-bottom: 25px;}
.btn,.heading{
	letter-spacing: 1px;
	font-family: 'Fjalla One', Arial, Helvetica, sans-serif;
	font-weight: 300;
	text-transform: uppercase;
}
.btn.sm{
	background: #4765a0;
	color: #fff;
	border-radius: 0;
	font-size: 18px;
	border:none;
}
.btn.sm:hover{
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	-webkit-box-shadow: inset 150px 0 0 0  rgba(0, 0, 0, .5);
	box-shadow: inset 150px 0 0 0 rgba(0, 0, 0, .5);
}
.btn.sm i{
	font-size: 14px;
}
#wrapper{
	width: 100%;
	position: relative;
	overflow: hidden;
}
#header{
	padding-top: 78px;
	background: #dcdcdc;
}
.navbar-header{
	margin-top: 5px;
}
.navbar-default.navbar-shrink{
	background: rgba(220,220,220,.8);
	padding: 2px 0;
}
.navbar-default.navbar-shrink .social{
	display: none;
}
.navbar-default.navbar-shrink .navbar-header{
	margin-top: 0;
}
.navbar-fixed-top{
	margin: 0;
	padding: 6px 0;
	min-height: 0;
	border-color: transparent;
	background: #ffffff;
}
.navbar > .container .navbar-brand{
	width: 196px;
	height: auto;
	padding: 0;
	margin: 0;
}
.navbar.navbar-shrink > .container .navbar-brand{
	width: 120px;
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	opacity: 0.8;
}
.navbar.navbar-shrink .navbar-right{
	padding: 6px 0;
	-webkit-transition: padding 0.2s linear 0s;
	transition: padding 0.2s linear 0s;
}
.navbar-brand img{
	max-width: 100%;
	height: auto;
}
.nav.navbar-nav{
	font:16px/1.2 'Fjalla One',Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: right;
	float: none !important;
	padding-top: 3px;
}
.navbar-nav > li{
	float: none !important;
	display:inline-block;
	vertical-align:top;
}
.navbar-nav > li > a{
	padding: 6px 10px;
	color: #004d97;
}
.navbar-default a,
.navbar-default .navbar-nav > li > a{
	-webkit-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
	color: #777;
}
.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li.active > a:focus,
.navbar-default .navbar-nav > li.active > a:hover,
.navbar-default .navbar-nav > li:hover > a{
	color: #fff;
	background: #4765a0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-nav > li{
	margin-left: 2px;
}
.navbar-collapse.collapse{
	overflow: hidden;
}
.social{
	padding:0 10px 0 0;
	margin:0;
	list-style:none;
	text-align: right;
	font-size: 26px;
}
.social li{
	padding: 0;
}
.social a{
	color: #004d97;
}
.social .icon-facebook{
	color: #3b5998;
}
.social .icon-twitter{
	color: #00aced;
}
.social .icon-gplus{
	color: #dd4b39;
}
.social a:hover{
	opacity: 0.6;
}
.heading{
	margin-top: 0;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img{
	width: 100%;
	height: auto;
	position: relative;
}
/*.carousel-inner > .item:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.3);
}*/
.carousel .carousel-control .glyphicon-chevron-left,
.carousel .carousel-control .glyphicon-chevron-right,
.carousel .carousel-control .icon-next,
.carousel .carousel-control .icon-prev{
	font-size: 60px;
	margin-top: 30px;
}
.block .heading,
.block .heading small{
	color: #6b6262;
}
.block h1.heading{
	margin-bottom: 30px;
}
.intro-block .heading,
.intro-block .heading small{
	color: #d27426;
}
.block{
	padding: 40px 0;
}
.block.alternate{
	background: #eee ;
}
.offer-block h3{
	margin-bottom: 20px;
}
.ico{
	font-size: 50px;
	border: 3px solid #4765a0;
	border-radius: 50%;
	display:inline-block;
	vertical-align:top;
	padding: 12px;
	height: 100px;
	width: 100px;
	margin-bottom: 10px;
	color: #4765a0;
}
.ico.red{
	color: #bb2b20;
	border-color: #bb2b20;
}
.ico.green{
	color: #748f43;
	border-color: #748f43;
}
.ico.yellow{
	color: #f0ad4e;
	border-color: #f0ad4e;
}
.ico.blue{
	color: #d008d2;
	border-color: #d008d2;
}
.ico i{
	display:inline-block;
	vertical-align:top;
	margin: 6px 6px 0 0;
}
.avatar img{
	vertical-align: top;
	width:auto;
	height: 100px;
	max-width: none;
}
.avatar .name{
	display: block;
}
.avatar .image{
	display:inline-block;
	vertical-align:top;
	width: 100px;
	height: 100px;
	border: 2px solid #ccc;
	margin-bottom: 5px;
	border-radius: 50%;
	overflow: hidden;
}
.avatar{
	margin-bottom: 20px;
}
span.avatar{
	display: block;
}
.testimonial{
	overflow: hidden;
}
.testimonial .carousel-inner{
	padding: 0 25px;
}
.testimonial .carousel-inner > .item:after{display: none;}
.testimonial blockquote{
	border: none;
	padding: 0;
	font-size: 16px;
}
.testimonial blockquote q{
	display: block;
	margin-bottom: 10px;
	font-style: italic;
}
.testimonial blockquote cite{
	display: block;
	font-style: normal;
}
.testimonial .carousel .carousel-control {
	width: auto;
	background: none !important;
	bottom: auto;
	top: 0;
	margin-top: -15px;
	display:inline-block !important;
	vertical-align:top;
	color: #333;
	z-index: 100;
}
.testimonial .carousel .carousel-control .glyphicon-chevron-left,
.testimonial .carousel .carousel-control .glyphicon-chevron-right,
.testimonial .carousel .carousel-control .icon-next,
.testimonial .carousel .carousel-control .icon-prev{
	font-size:22px;
	line-height: 18px;
	background: #333;
	color: #fff;
	top: 15px;
	margin-top: 0;
}
.testimonial .carousel-control .glyphicon-chevron-right,.testimonial .carousel-control .icon-next{
	right: 0;
}
.testimonial .carousel .carousel-control.left{
	right: 34px;
	left: auto;
}
.affilate-block h2.heading{
	margin-bottom: 40px;
}
.btn.fixed{
	position: fixed;
	top:72%;
	left: -55px;
	z-index: 100;
	background: #ff0101;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.footer-holder{
	font-size: 14px;
	padding: 40px 0 20px;
	background: #191B28;
	color: #fff;
}
.footer-holder a{
	color: #fff;
}
.footer-holder a:hover{
	color: #ccc;
}
.footer-holder h3{
	font-size: 18px;
	margin-bottom: 20px;
}
.footer-links{
	padding:0;
	margin:0;
	list-style:none;
}
.footer-links li{
	margin-bottom: 3px;
}
.footer-frame{
	background: #597b1c;
	color: #fff;
	padding: 10px 0;
	font-size: 12px;
}
.footer-frame a{
	color: #fff;
}
.footer-frame a:hover{
	color: #04b404;
}
.footer-frame p{margin: 0;}
.sidebar{
	margin-bottom: 30px;
}
.title-box{
	-webkit-background-size: cover;
	background-size: cover;
	padding: 40px 0;
	position: relative;
	margin-bottom: 30px;
}
.title-box:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.3);
}
.title-box h1{
	margin: 0;
	font-size: 46px;
	font-family:'Fjalla One', Arial, Helvetica, sans-serif;
	color: #eee;
	text-shadow: 0 0 4px #000;
	position: relative;
	z-index: 2;
}
.panel.main-holder{
	-webkit-box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.2);
}
.panel.main-holder .avatar .name{
	font-size: 18px;
}
#map{
	height: 400px;
	overflow: hidden;
	border: solid 2px #000;
}
#map iframe{
	width: 100%;
	height:400px;
	border: none;
}
.address{
	display: block;
	font-size: 16px;
}
.addres .name{
	font-size: 18px;
	font-family:'Fjalla One', Arial, Helvetica, sans-serif;
}
#success-alert{
	position: fixed;
	z-index: 100;
	top: 44%;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	text-align: center;
}
#success-alert:before{
	content: '';
	position: fixed;
	top: 0;bottom: 0;left: 0;right: 0;
	z-index: -9;
	background: rgba(0,0,0,.3);
}
.thumbnail.hover:hover{
	-webkit-box-shadow: 0 0 2px 4px rgba(0, 0, 0, .1);
	box-shadow: 0 0 2px 4px rgba(0, 0, 0, .1);
}
.thumbnail.hover h3{
	font-size: 18px;
	font-family:'Fjalla One', Arial, Helvetica, sans-serif;
	margin: 0;
}
.full-image{
	max-width: 400px;
	margin:0 auto 20px;
}
.full-image img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
table .menu a{
	color: #000;
}
table .menu a:hover{
	color: #ccc;
}
table .menu .action{
	padding: 0 3px;
}
.padding-top{
	padding-top: 20px;
}
.logo-test{
	max-width: 250px;
	margin:0 auto;
	height: 200px;
	white-space: nowrap;
}
.logo-test:after{
	content: '';
	display:inline-block;
	vertical-align:middle;
	height: 100%;
	width: 1%;
}
.logo-test a{
	display:inline-block;
	vertical-align:middle;
	white-space: normal;
}
.logo-test img{
	width: 100%;
	height: auto;
	vertical-align: top;
}
.list li{
	margin-bottom: 12px;
	padding-top: 12px;
	border-top: solid 2px #333;
}
.list li:first-child{
	border: none;
	padding-top: 0;
}
.list .title{
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}
.main-holder .main-image{
	margin-bottom: 10px;
}
.main-holder .title{
	font-size: 22px;
	display: block;
	margin-bottom: 10px;
}
.panel.panel-info .heading{
	color: #000;
	font-size: 24px;
}
.panel.panel-info .title{
	display:inline-block;
	vertical-align:top;
	padding-right: 5px;
}
.panel.panel-info .list-unstyled li{
	margin-bottom: 5px;
}
 *  Owl Carousel - Animate Plugin
 */
 .owl-carousel .animated {
 	-webkit-animation-duration: 1000ms;
 	animation-duration: 1000ms;
 	-webkit-animation-fill-mode: both;
 	animation-fill-mode: both;
 }
 .owl-carousel .owl-animated-in {
 	z-index: 0;
 }
 .owl-carousel .owl-animated-out {
 	z-index: 1;
 }
 .owl-carousel .fadeOut {
 	-webkit-animation-name: fadeOut;
 	animation-name: fadeOut;
 }

 @-webkit-keyframes fadeOut {
 	0% {
 		opacity: 1;
 	}

 	100% {
 		opacity: 0;
 	}
 }
 @keyframes fadeOut {
 	0% {
 		opacity: 1;
 	}

 	100% {
 		opacity: 0;
 	}
 }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
 .owl-height {
 	-webkit-transition: height 500ms ease-in-out;
 	-moz-transition: height 500ms ease-in-out;
 	-ms-transition: height 500ms ease-in-out;
 	-o-transition: height 500ms ease-in-out;
 	transition: height 500ms ease-in-out;
 }

/*
 *  Core Owl Carousel CSS File
 */
 .owl-carousel {
 	display: none;
 	width: 100%;
 	-webkit-tap-highlight-color: transparent;
 	/* position relative and z-index fix webkit rendering fonts issue */
 	position: relative;
 	z-index: 1;
 }
 .owl-carousel .owl-wrapper-outer{
 	overflow: hidden;
 	position: relative;
 	width: 100%;
 	z-index: 1;
 }
 .owl-carousel .owl-stage {
 	position: relative;
 	-ms-touch-action: pan-Y;
 }
 .owl-carousel .owl-stage:after {
 	content: ".";
 	display: block;
 	clear: both;
 	visibility: hidden;
 	line-height: 0;
 	height: 0;
 }
 .owl-carousel .owl-stage-outer {
 	position: relative;
 	overflow: hidden;
 	/* fix for flashing background */
 	-webkit-transform: translate3d(0px, 0px, 0px);
 }
 .owl-carousel .owl-controls .owl-nav .owl-prev,
 .owl-carousel .owl-controls .owl-nav .owl-next,
 .owl-carousel .owl-controls .owl-dot {
 	cursor: pointer;
 	cursor: hand;
 	-webkit-user-select: none;
 	-khtml-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 }
 .owl-carousel.owl-loaded {
 	display: block;
 }
 .owl-carousel.owl-loading {
 	opacity: 0;
 	display: block;
 }
 .owl-carousel.owl-hidden {
 	opacity: 0;
 }
 .owl-carousel .owl-refresh .owl-item {
 	display: none;
 }
 .owl-carousel .owl-item {
 	position: relative;
 	min-height: 1px;
 	float: left;
 	-webkit-backface-visibility: hidden;
 	-webkit-tap-highlight-color: transparent;
 	-webkit-touch-callout: none;
 	-webkit-user-select: none;
 	-moz-user-select: none;
 	-ms-user-select: none;
 	user-select: none;
 }
 .owl-carousel .item{
 	height: 70px;
 	position: relative;
 }
 .owl-carousel .owl-item img {
 	display: block;
 	width: 100%;
 	height: auto;
 	-webkit-transform-style: preserve-3d;
 	max-height: 100%;
 	max-width: 100%;
 	width: auto;
 	height: auto;
 	position: absolute;
 	top: 0;
 	bottom: 0;
 	left: 0;
 	right: 0;
 	margin: auto;
 }
 .owl-carousel.owl-text-select-on .owl-item {
 	-webkit-user-select: auto;
 	-moz-user-select: auto;
 	-ms-user-select: auto;
 	user-select: auto;
 }
 .owl-carousel .owl-grab {
 	cursor: move;
 	cursor: -webkit-grab;
 	cursor: -o-grab;
 	cursor: -ms-grab;
 	cursor: grab;
 }
 .owl-carousel.owl-rtl {
 	direction: rtl;
 }
 .owl-carousel.owl-rtl .owl-item {
 	float: right;
 }

 /* No Js */
 .no-js .owl-carousel {
 	display: block;
 }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
 .owl-carousel .owl-item .owl-lazy {
 	opacity: 0;
 	-webkit-transition: opacity 400ms ease;
 	-moz-transition: opacity 400ms ease;
 	-ms-transition: opacity 400ms ease;
 	-o-transition: opacity 400ms ease;
 	transition: opacity 400ms ease;
 }
 .owl-carousel .owl-item img {
 	transform-style: preserve-3d;
 }

/*
 * 	Owl Carousel - Video Plugin
 */
 .owl-carousel .owl-video-wrapper {
 	position: relative;
 	height: 100%;
 	background: #000;
 }
 .owl-carousel .owl-video-play-icon {
 	position: absolute;
 	height: 80px;
 	width: 80px;
 	left: 50%;
 	top: 50%;
 	margin-left: -40px;
 	margin-top: -40px;
 	background: url("owl.video.play.png") no-repeat;
 	cursor: pointer;
 	z-index: 1;
 	-webkit-backface-visibility: hidden;
 	-webkit-transition: scale 100ms ease;
 	-moz-transition: scale 100ms ease;
 	-ms-transition: scale 100ms ease;
 	-o-transition: scale 100ms ease;
 	transition: scale 100ms ease;
 }
 .owl-carousel .owl-video-play-icon:hover {
 	-webkit-transition: scale(1.3, 1.3);
 	-moz-transition: scale(1.3, 1.3);
 	-ms-transition: scale(1.3, 1.3);
 	-o-transition: scale(1.3, 1.3);
 	transition: scale(1.3, 1.3);
 }
 .owl-carousel .owl-video-playing .owl-video-tn,
 .owl-carousel .owl-video-playing .owl-video-play-icon {
 	display: none;
 }
 .owl-carousel .owl-video-tn {
 	opacity: 0;
 	height: 100%;
 	background-position: center center;
 	background-repeat: no-repeat;
 	-webkit-background-size: contain;
 	-moz-background-size: contain;
 	-o-background-size: contain;
 	background-size: contain;
 	-webkit-transition: opacity 400ms ease;
 	-moz-transition: opacity 400ms ease;
 	-ms-transition: opacity 400ms ease;
 	-o-transition: opacity 400ms ease;
 	transition: opacity 400ms ease;
 }
 .owl-carousel .owl-video-frame {
 	position: relative;
 	z-index: 1;
 }
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: black;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}

.lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 10000;
	text-align: center;
	line-height: 0;
	font-weight: normal;
}

.lightbox .lb-image {
	display: block;
	height: auto;
	max-width: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.lightbox a img {
	border: none;
}

.lb-outerContainer {
	position: relative;
	background-color: white;
	*zoom: 1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.lb-outerContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-container {
	padding: 4px;
}

.lb-loader {
	position: absolute;
	top: 43%;
	left: 0;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

.lb-cancel {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 auto;
	background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.lb-container > .nav {
	left: 0;
}

.lb-nav a {
	outline: none;
	background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
	height: 100%;
	cursor: pointer;
	display: block;
}

.lb-nav a.lb-prev {
	width: 34%;
	left: 0;
	float: left;
	background: url(../images/prev.png) left 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-nav a.lb-next {
	width: 64%;
	right: 0;
	float: right;
	background: url(../images/next.png) right 48% no-repeat;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-webkit-transition: opacity 0.6s;
	-moz-transition: opacity 0.6s;
	-o-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.lb-dataContainer {
	margin: 0 auto;
	padding-top: 5px;
	*zoom: 1;
	width: 100%;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
	content: "";
	display: table;
	clear: both;
}

.lb-data {
	padding: 0 4px;
	color: #ccc;
}

.lb-data .lb-details {
	width: 85%;
	float: left;
	text-align: left;
	line-height: 1.1em;
}

.lb-data .lb-caption {
	font-size: 13px;
	font-weight: bold;
	line-height: 1em;
}

.lb-data .lb-number {
	display: block;
	clear: left;
	padding-bottom: 1em;
	font-size: 12px;
	color: #999999;
}

.lb-data .lb-close {
	display: block;
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/close.png) top right no-repeat;
	text-align: right;
	outline: none;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
	cursor: pointer;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
@media only screen and (max-width: 991px){
	.nav.navbar-nav{
		font-size: 14px;
	}
	.navbar-nav > li > a{
		padding: 8px 4px;
	}
}
@media only screen and (max-width: 767px){
	.navbar-nav > li{
		display: block;
	}
	.navbar-default .navbar-nav > .active > a, .navbar-nav > li{
		margin: 0 0 2px;
	}
	.navbar-nav > li > a{
		padding: 10px 20px;
	}
	.footer-holder .col{
		margin-bottom: 15px;
	}
	.offer-block .col,
	.col-small{
		margin-bottom: 20px;
	}
	.footer-frame .text-right{
		text-align: left;
	}
}
