@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semiboldd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf')  format('truetype'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Light';
  src: url('../fonts/OpenSans-Lightd41d.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf')  format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
:root {
	--blue:#f19331;
	--white: #ffffff;
  }

.top
{
	background:#378dbd;
}
.top p
{
	color:#fff;
	font-family: 'OpenSans-Semibold';
	padding-top:10px;
	font-size:13px;
}
.soc p
{
		display:inline-block;
		margin:5px 10px 10px;
}
.soc a
{
	color:#fff;
}
.logo
{
	margin-top:13px;
}
.logo h5
{
	font-family: 'OpenSans-Semibold';
	color:#378dbd;
	font-weight:bold;
	font-size:16px;
}
.phone p
{
	font-family: 'OpenSans-Semibold';
	color:#6a7f96;
}
.off h4
{
	margin-top:30px;
}
.off h4 a
{
	font-family: 'OpenSans-Semibold';
	color:#fff;
	padding:10px;
	background:#378dbd;
	text-decoration:none;
	font-size:14px;
}
.stellarnav, .stellarnav li {
	position: relative;
	line-height: normal
}
.stellarnav {
	width: 100%;
	z-index: 9900;
	border:solid 1px #ccc;
}
.stellarnav ul {
	margin: 0;
	padding: 0;
}
.stellarnav li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;

}
.stellarnav li a {
	padding: 15px;
	display: block;
	text-decoration: none;
	color: #777;
	font-family: 'OpenSans-Semibold';
	box-sizing: border-box;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out
}
.stellarnav>ul>li {
	display: inline-block
}
.stellarnav>ul>li>a {
	padding: 20px 35px
}
.stellarnav ul ul {
	top: auto;
	width: 220px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #ddd
}
.stellarnav li li {
	display: block
}
.stellarnav .dd-toggle, .stellarnav li.call-btn-mobile, .stellarnav li.location-btn-mobile, .stellarnav.hide-arrows li li.has-sub>a:after, .stellarnav.hide-arrows li.drop-left li.has-sub>a:after, .stellarnav.hide-arrows li.has-sub>a:after {
	display: none
}
.stellarnav ul ul ul {
	top: 0;
	left: 220px
}
.stellarnav>ul>li:hover>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 0
}
.stellarnav>ul>li.drop-left>ul {
	right: 0
}
.stellarnav li.drop-left ul ul {
	left: auto;
	right: 220px
}
.stellarnav.light, .stellarnav.light ul ul {
	background: rgba(255,255,255,1) !important;
}
.stellarnav.light li a {
	color: #000
}
.stellarnav.light .call-btn-mobile, .stellarnav.light .location-btn-mobile, .stellarnav.light .menu-toggle {
	color: rgba(0,0,0,1)
}
.stellarnav.dark, .stellarnav.dark ul ul {
	background: rgba(0,0,0,1)
}
.stellarnav.dark li a {
	color: #FFF
}
.stellarnav.dark .call-btn-mobile, .stellarnav.dark .location-btn-mobile, .stellarnav.dark .menu-toggle {
	color: rgba(255,255,255,1)
}
.stellarnav.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999
}
body.stellarnav-noscroll-x {
	overflow-x: hidden
}
.stellarnav li.has-sub>a:after {
	content: '\f0d7';
	font-family: FontAwesome;
	margin-left: 10px
}
.stellarnav li li.has-sub>a:after {
	content: '\f0da';
	font-family: FontAwesome;
	margin-left: 10px
}
.stellarnav li.drop-left li.has-sub>a:after {
	float: left;
	content: '\f0d9';
	font-family: FontAwesome;
	margin-right: 10px
}
.stellarnav .call-btn-mobile, .stellarnav .close-menu, .stellarnav .location-btn-mobile, .stellarnav .menu-toggle {
	display: none;
	text-transform: uppercase;
	text-decoration: none
}
.stellarnav .dd-toggle {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	text-align: center;
	z-index: 9999;
	border: 0
}
.stellarnav .dd-toggle i {
	position: absolute;
	margin: auto;
	top: 33%;
	left: 0;
	right: 0;
	-webkit-transition: transform .3s ease-out;
	-moz-transition: transform .3s ease-out;
	transition: transform .3s ease-out
}
.stellarnav.mobile>ul>li>a.dd-toggle {
	padding: 0
}
.stellarnav li.open>a.dd-toggle i {
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg)
}

@media only screen and (max-width :768px) {
.stellarnav {
	overflow: hidden;
	display: block
}
.stellarnav ul {
	position: relative;
	display: none
}
}
.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile, .stellarnav .menu-toggle {
	color: #777;
	padding: 15px;
	box-sizing: border-box
}
.stellarnav .full {
	width: 100%
}
.stellarnav .half {
	width: 50%
}
.stellarnav .third {
	width: 33%;
	text-align: center
}
.stellarnav .location-btn-mobile.third {
	text-align: center
}
.stellarnav .location-btn-mobile.half {
	text-align: right
}
.stellarnav.light .half, .stellarnav.light .third {
	border-left: 1px solid rgba(0,0,0,.15)
}
.stellarnav.light .half:first-child, .stellarnav.light .third:first-child {
	border-left: 0
}
.stellarnav.dark .half, .stellarnav.dark .third {
	border-left: 1px solid rgba(255,255,255,.15)
}
.stellarnav.dark .half:first-child, .stellarnav.dark .third:first-child {
	border-left: 0
}
.stellarnav.mobile, .stellarnav.mobile.fixed {
	position: static
}
.stellarnav.mobile ul {
	position: relative;
	display: none;
	text-align: left;
	background: rgba(221,221,221,1)
}
.stellarnav.mobile.active>ul, .stellarnav.mobile>ul>li {
	display: block
}
.stellarnav.mobile.active {
	padding-bottom: 0
}
.stellarnav.mobile>ul>li>a {
	padding: 15px
}
.stellarnav.mobile ul ul {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: auto;
	display: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none
}
.stellarnav.mobile ul ul ul {
	left: auto;
	top: auto
}
.stellarnav.mobile li.drop-left ul ul {
	right: auto
}
.stellarnav.mobile li a {
	border-bottom: 1px solid rgba(255,255,255,.15)
}
.stellarnav.mobile li.has-sub a {
	padding-right: 50px
}
.stellarnav.mobile>ul {
	border-top: 1px solid rgba(255,255,255,.15)
}
.stellarnav.mobile.light li a {
	border-bottom: 1px solid rgba(0,0,0,.15)
}
.stellarnav.mobile.light>ul {
	border-top: 1px solid rgba(0,0,0,.15)
}
.stellarnav.mobile li a.dd-toggle, .stellarnav.mobile.light li a.dd-toggle {
	border: 0
}
.stellarnav.mobile .call-btn-mobile, .stellarnav.mobile .close-menu, .stellarnav.mobile .dd-toggle, .stellarnav.mobile .location-btn-mobile, .stellarnav.mobile .menu-toggle {
	display: inline-block
}
.stellarnav.mobile li.call-btn-mobile {
	border-right: 1px solid rgba(255,255,255,.1);
	box-sizing: border-box
}
.stellarnav.mobile li.call-btn-mobile, .stellarnav.mobile li.location-btn-mobile {
	display: inline-block;
	width: 50%;
	text-transform: uppercase;
	text-align: center
}
.stellarnav.mobile li.call-btn-mobile.full, .stellarnav.mobile li.location-btn-mobile.full {
	display: block;
	width: 100%;
	text-transform: uppercase;
	border-right: 0;
	text-align: left
}
.stellarnav.mobile li.call-btn-mobile i, .stellarnav.mobile li.location-btn-mobile i {
	margin-right: 5px
}
.stellarnav.mobile.light ul {
	background: rgba(255,255,255,1)
}
.stellarnav.mobile.dark ul {
	background: rgba(0,0,0,1)
}
.stellarnav.mobile.dark ul ul {
	background: rgba(255,255,255,.08)
}
.stellarnav.mobile.light li.call-btn-mobile {
	border-right: 1px solid rgba(0,0,0,.1)
}
.stellarnav.mobile.top {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999
}
.stellarnav.mobile li li.has-sub>a:after, .stellarnav.mobile li.drop-left li.has-sub>a:after, .stellarnav.mobile li.has-sub>a:after {
	display: none
}

@media only screen and (max-width :420px) {
.stellarnav.mobile .call-btn-mobile.third span, .stellarnav.mobile .location-btn-mobile.third span {
	display: none
}
}

@media only screen and (max-width : 1000px) {
	.stellarnav > ul > li > a { padding: 20px 23px; }
}
.menu
{
	position: relative;
    top: 28px;
	z-index:9999999;
}
/*
 *	generated by WOW Slider 8.7
 *	template Stream
 */
@import url(https://fonts.googleapis.com/css?family=PT+Sans&amp;subset=latin,latin-ext);
#wowslider-container1 { 
	display: table;
	zoom: 1; 
	position: relative;
	width: 100%;
	max-width: 1600px;
	max-height:400px;
	z-index:90;
	text-align:left; /* reset align=center */
	font-size: 10px;
	text-shadow: none; /* fix some user styles */

	/* reset box-sizing (to boostrap friendly) */
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box; 
}
* html #wowslider-container1{ width:1600px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:100%;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	position: relative;
	width:1%;
	height:100%;
	line-height:0; /*opera*/
	overflow: hidden;
	float:left;
	/*font-size:0;*/
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	height:100%;
	max-height:400px;
	max-width: 1600px;
	vertical-align: top;
	border:none;
	overflow: hidden;
}
#wowslider-container1 .ws_images ul a{
	width:100%;
	height:100%;
	max-height:400px;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
	margin:0;
}
#wowslider-container1 .ws_images > div > img {
	max-height:600px;
}

#wowslider-container1 .ws_images iframe {
	position: absolute;
	z-index: -1;
}

#wowslider-container1 .ws-title > div {
	display: inline-block !important;
}

#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
	font-size: 0px;
}
/* compatibility with Joomla styles */
#wowslider-container1  .ws_bullets a {
	line-height: 0;
}

#wowslider-container1  .ws_script{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
	position: static;
	width: 100%;
	height: 100%;
}

#wowslider-container1 .ws_photoItem {
	border: 2em solid #fff;
	margin-left: -2em;
	margin-top: -2em;
}
#wowslider-container1 .ws_cube_side {
	background: #A6A5A9;
}


#wowslider-container1.ws_gestures {
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABwSURBVEjH7ZJBEsAgCAMT/v/n9NCOSqe2oD2yNx1JggB4BCEFWyFASP2KMQE7ywWhe/tTRGCGogLk02tFctiW/SUgaMyQG4PdPzDn31rQbMb8FiAXgvsEJNax1yVlVGAjA93apP3HFhZTGIqiKH7iADB6HxPlHdNVAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE0LTA3LTA3VDEzOjQ5OjEwKzAyOjAwm7WiFAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNC0wNy0wN1QxMzo0OToxMCswMjowMOroGqgAAAAASUVORK5CYII="), move;
}
#wowslider-container1.ws_gestures.ws_grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAABaSURBVEjH7ZMxCkAhDEOT8u9/5TpJ+xWkFse8IYutJgEB8RCHL1qCc90BEFnT6QH7mwgFHBUf8wJyS1TDLuc3vmighx37LZdIth3E5hKj9n6O0HRh+oJCiFcMxRUUDxR1CTMAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTQtMDctMDdUMTM6NDk6MzgrMDI6MDDqf+sOAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE0LTA3LTA3VDEzOjQ5OjM4KzAyOjAwmyJTsgAAAABJRU5ErkJggg=="), move;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets,
#wowslider-container1.ws_video_playing .ws_fullscreen,
#wowslider-container1.ws_video_playing .ws_next,
#wowslider-container1.ws_video_playing .ws_prev {
	display: none;
}


/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
	position: absolute;
	display: none;
	cursor: pointer;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 55;
}
#wowslider-container1 .ws_video_btn.ws_youtube,
#wowslider-container1 .ws_video_btn.ws_vimeo {
	display: block;
}
#wowslider-container1 .ws_video_btn div {
	position: absolute;
	background-image: url(playvideo.html);
	background-size: 200%;
	top: 50%;
	left: 50%;
	width: 7em;
	height: 5em;
	margin-left: -3.5em;
	margin-top: -2.5em;
}
#wowslider-container1 .ws_video_btn.ws_youtube div {
	background-position: 0 0;
}
#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
	background-position: 100% 0;
}
#wowslider-container1 .ws_video_btn.ws_vimeo div {
	background-position: 0 100%;
}
#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
	background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
	display: none !important;
}
#wowslider-container1  .ws_bullets { 
	padding: 15px 0; 
}
#wowslider-container1 .ws_bullets a { 
	width:12px;
	height:12px;
	border-radius: 50%;
	background: #34495E;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	margin-left:5px;
	color:transparent;
}
#wowslider-container1 .ws_bullets a.ws_selbull{
	background: #ffffff;
	color:#ffffff;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position: absolute;
	top: 50%;
	height: 7em;
	margin-top: -3.5em;
	width: 5em;
	z-index: 60;
}
#wowslider-container1 a.ws_next{
	right:0;
}

#wowslider-container1 a.ws_next span i:after,
#wowslider-container1 a.ws_next span b:after,
#wowslider-container1 a.ws_next span i:before,
#wowslider-container1 a.ws_next span b:before,
#wowslider-container1 a.ws_prev span i:after,
#wowslider-container1 a.ws_prev span b:after,
#wowslider-container1 a.ws_prev span i:before,
#wowslider-container1 a.ws_prev span b:before{
	content: '';
	position: absolute;
	width: 100%;
	height: .3em;
	background: #ffffff;
	top: 3.2em;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;

	/* Fix  */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	outline: 1px solid transparent;
}
#wowslider-container1 a.ws_next span b:after,
#wowslider-container1 a.ws_next span b:before,
#wowslider-container1 a.ws_prev span b:after,
#wowslider-container1 a.ws_prev span b:before{
	background: #34495E;
	width: 0;
}
#wowslider-container1 a.ws_next span i:after,
#wowslider-container1 a.ws_next span b:after,
#wowslider-container1 a.ws_prev span i:after,
#wowslider-container1 a.ws_prev span b:after{
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
}
#wowslider-container1 a.ws_next span i:before,
#wowslider-container1 a.ws_next span b:before,
#wowslider-container1 a.ws_prev span i:before,
#wowslider-container1 a.ws_prev span b:before{
	-webkit-transform: rotate(-40deg);
	-ms-transform: rotate(-40deg);
	transform: rotate(-40deg);
}

#wowslider-container1 a.ws_prev span i:after,
#wowslider-container1 a.ws_prev span i:before,
#wowslider-container1 a.ws_prev span b:after,
#wowslider-container1 a.ws_prev span b:before{
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	left: 1em;
}
#wowslider-container1 a.ws_next span i:after,
#wowslider-container1 a.ws_next span i:before,
#wowslider-container1 a.ws_next span b:after,
#wowslider-container1 a.ws_next span b:before{
	-webkit-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0;
	right: 1em;
}

#wowslider-container1 a.ws_next:hover span i:before,
#wowslider-container1 a.ws_next:hover span b:before,
#wowslider-container1 a.ws_prev:hover span i:before,
#wowslider-container1 a.ws_prev:hover span b:before{
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
#wowslider-container1 a.ws_next:hover span i:after,
#wowslider-container1 a.ws_next:hover span b:after,
#wowslider-container1 a.ws_prev:hover span i:after,
#wowslider-container1 a.ws_prev:hover span b:after{
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
#wowslider-container1 a.ws_prev:hover span b:after,
#wowslider-container1 a.ws_prev:hover span b:before,
#wowslider-container1 a.ws_next:hover span b:after,
#wowslider-container1 a.ws_next:hover span b:before{
	width:100%;
}

/*playpause*/
#wowslider-container1 .ws_playpause {
    position: absolute;
    width: 3em;
    height: 2em;
    top: 1.5em;
    left: 0.5em;
    z-index: 59;
}

#wowslider-container1 .ws_pause span i, #wowslider-container1 .ws_pause span b{
	position: absolute;
  	width: 0.2em;
  	height: 2em;
  	background: #ffffff;
	-webkit-transition: background 300ms ease-in-out;
	transition: background 300ms ease-in-out;
}

#wowslider-container1 .ws_pause span i{
	left: 1.4em;
}

#wowslider-container1 .ws_pause span b{
	left: 2.1em;
}


#wowslider-container1 .ws_play span{
	border: solid transparent;
	position: absolute;
  	pointer-events: none;
	border-left-color: #ffffff;
	border-width: 10px;
	top: 0;
	left: 1.4em;
	-webkit-transition:  border-left-color 300ms ease-in-out;
	transition:  border-left-color 300ms ease-in-out;
}

#wowslider-container1 .ws_pause:hover span i, #wowslider-container1 .ws_pause:hover span b{
	background: #34495E;
}
#wowslider-container1 .ws_play:hover span{
	border-left-color: #34495E;
}
/* bottom center */
#wowslider-container1  .ws_bullets {
    bottom: 0px;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws_bulframe span {
	visibility: visible;
	opacity: 1;
	position: absolute;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #ffffff;
	bottom: -5px;
	margin-left: -5px;
	left: 50%;
}#wowslider-container1 .ws-title{
	position: absolute;
	font: 1.8em 'PT Sans', sans-serif;	
	margin-right:10em;
	z-index: 50;
    color: #34495E;
	background: none;
	padding: 30px;
	bottom: 0px;
	top: auto;
	opacity: 1;
}
#wowslider-container1 .ws-title div,#wowslider-container1 .ws-title span{
	display:inline-block;
	background-color:#ffffff;
}
#wowslider-container1 .ws-title div{
	display:block;
	margin-top:0.5em;
	font-size: 0.8em;
	line-height: 1.15em;
	padding: 5px 20px;
}
#wowslider-container1 .ws-title span{
	font-size: 1.6em;
	padding: 10px 20px;
}#wowslider-container1 .ws_images > ul{
	animation: wsBasic 16s infinite;
	-moz-animation: wsBasic 16s infinite;
	-webkit-animation: wsBasic 16s infinite;
}
@keyframes wsBasic{0%{left:-0%} 12.5%{left:-0%} 25%{left:-100%} 37.5%{left:-100%} 50%{left:-200%} 62.5%{left:-200%} 75%{left:-300%} 87.5%{left:-300%} }
@-moz-keyframes wsBasic{0%{left:-0%} 12.5%{left:-0%} 25%{left:-100%} 37.5%{left:-100%} 50%{left:-200%} 62.5%{left:-200%} 75%{left:-300%} 87.5%{left:-300%} }
@-webkit-keyframes wsBasic{0%{left:-0%} 12.5%{left:-0%} 25%{left:-100%} 37.5%{left:-100%} 50%{left:-200%} 62.5%{left:-200%} 75%{left:-300%} 87.5%{left:-300%} }


* html #wowslider-container1 .ws_shadow{/*ie6*/
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.html', sizingMethod='scale');
}
*+html #wowslider-container1 .ws_shadow{/*ie7*/
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.html', sizingMethod='scale');
}
#wowslider-container1 .ws_bulframe div div{
	height: auto;
}

@media all and (max-width:760px) {
	#wowslider-container1 .ws_fullscreen {
		display: block;
	}
}
@media all and (max-width:400px){
	#wowslider-container1 .ws_controls,
	#wowslider-container1 .ws_bullets,
	#wowslider-container1 .ws_thumbs{
		display: none
	}
}
.who h3
{
	font-family: 'OpenSans-Semibold';
	color:var(--blue);
	text-align:center;
	font-size:32px;
}
.who p
{
	 font-family: 'OpenSans-Light';
	 color:#000000;
	 line-height:27px;
	 text-align:justify;
	 font-size:16px;
}
.who h5
{
	font-family: 'OpenSans-Semibold';
	text-align:center;
}
.who h5 a
{
	padding:10px;
	border:solid 1px var(--blue);
	border-right:solid 7px var(--blue);
	color:#020202;
	text-decoration:none;
}
.one
{
	background:var(--blue);
	padding:10px;
}
.one h5
{
	font-family: 'OpenSans-Semibold';
	color:#fff;
}
.one:hover
{
	background:#378dbd;
	cursor:pointer;
}
.clear
{
	clear:both;
	margin-bottom:20px;
}
.bor img
{
	border:solid 6px #e7e7e7;
}
.our
{
	padding:20px;
	background:#f1f1f1;
}
.our h3
{
	font-family: 'OpenSans-Semibold';
	color:var(--blue);
	text-align:center;
	font-size:32px;
}
.our p
{
	color:#474747;
	text-align:center;
	font-size:16px;
	font-family: 'OpenSans-Light';
}
.two h4
{
	font-family: 'OpenSans-Semibold';
	text-align:center;
}
.two
{
	background:#fff;
	border-radius:10px;
}
.our h5 a {
    padding: 10px;
    border-right: solid 7px #000;
    color: #fff;
    text-decoration: none;
	background:#378dbd;
}
.our h5
{
	font-family: 'OpenSans-Semibold';
	text-align:center;
}
.latest
{
	padding:20px;
}
.latest h3
{
	font-family: 'OpenSans-Semibold';
	color:var(--blue);
	font-size:32px;
}
.latest h5
{
	font-family: 'OpenSans-Semibold';
}
.latest p
{
	font-family: 'OpenSans-Light';
	font-size:16px;
}
.latest a
{
	font-family: 'OpenSans-Semibold';
	color:#000;
	text-decoration:none;
}
.for
{
	background:#fff;
	padding:20px;
	box-shadow: 0px 0px 5px 1px #ccc;
}
.for h3
{
	font-size:24px;
}
.for p
{
	color:#888888;
	line-height:37px;
}
.latest textarea.form-control {
    height: 84px;
}
.latest .btn 
{
	background:#378dbd;
	color:#fff;
	font-family: 'OpenSans-Semibold';
	margin-left:15px;
}
.test 
{
	padding:20px;
	background:#eeeeee;
}
/* content */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

#amazingcarousel-1  {	
	position: relative;
	padding: 0px;
	width: 40%;
	float: left;
}

#amazingcarousel-1 .amazingcarousel-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

#amazingcarousel-1 .amazingcarousel-text {
	width: 100%;
	float: left;
}

#amazingcarousel-1 .amazingcarousel-title {
	position:relative;
	font-family: 'OpenSans-Semibold';
	font-size:16px;
	color:#333333;
	margin:6px;
	text-align:left;
	line-height: 27px;
	height:25px;
	overflow: hidden;
}

#amazingcarousel-1 .amazingcarousel-description {
	position:relative;
font-family: 'OpenSans-Light';
	font-size:16px;
	color:#333333;
	margin:6px;
	text-align:left;
	line-height: 27px;		
	height: 140px;
	overflow: hidden;
}

/* carousel */

#amazingcarousel-container-1 {
	padding: 32px 43px; 
}

#amazingcarousel-1 .amazingcarousel-list-container { 
	padding: 16px 0;
}
.amazingcarousel-list-container
{
	width:100% !important;
}
.amazingcarousel-list-wrapper
{
	width:100% !important;
}
/* item */

#amazingcarousel-1 .amazingcarousel-item-container {
	text-align: center;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #ddd;
	-moz-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
	-webkit-box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
	box-shadow: 0px 0px 5px 1px rgba(96, 96, 96, 0.1);
}

/* arrows */

#amazingcarousel-1 .amazingcarousel-prev {
	right: 0%;
	top: 0%;
	margin-right: 32px;
	margin-top: -16px;
}

#amazingcarousel-1 .amazingcarousel-next {
	right: 0%;
	top: 0%;
	margin-right: 0px;
	margin-top: -16px;
}

/* navigation bullets */

#amazingcarousel-1 .amazingcarousel-nav {
	position: absolute;
	top: 0%;
	right: 0%;
	margin-right: 72px;
	margin-top: -8px;
}

#amazingcarousel-1 .amazingcarousel-bullet-wrapper {
	margin: 0;
}
.client
{
	padding:20px;
}
.client h3
{
	font-family: 'OpenSans-Semibold';
	color:var(--blue);
	text-align:center;
	font-size:32px;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.footer
{
	background:#378dbd;
	padding:20px;
}
.line
{
	border:solid 2px #378dbd;
	width:35%;
}
.lines
{
	border:solid 2px #378dbd;
	width:20%;
}
.footer h3
{
	font-family: 'OpenSans-Semibold';
	color:#fff;
}
.footer p
{
	color:#fff;
	font-family: 'OpenSans-Light';
	text-align:justify;
	font-size:16px;
}
.footer .btn {
    background: #378dbd;
    color: #fff;
    font-family: 'OpenSans-Semibold';
	border:0;
}
.footer p a
{
	color:#fff;
	font-family: 'OpenSans-Light';
}
.footer .fa
{
	/* background:#192e48; */
	color:#fff;
	padding:10px;
}
.foot
{
	background:#2f2f2f;
}
.foot p
{
	color:#fff;
	font-family: 'OpenSans-Light';
	font-size:16px;
	text-align:center;
	padding-top:10px;
}
.foot p a
{
	color:#fff;
}
.who .col-md-4
{
	margin-bottom:10px;
}
.who h5 a:hover
{
	background:var(--blue);
	color:#fff;
}
.our h5 a:hover
{
	color:#fff;
	background:var(--blue);
}
.latest .btn:hover
{
	color:#fff;
	background:var(--blue);
}
.footer .btn:hover
{
		color:#fff;
	background:#192e48;
}
.our .col-md-4
{
	margin-bottom:10px;
}
.about
{
	padding:20px;
}
.about h3 {
    font-family: 'OpenSans-Semibold';
    color: var(--blue);
    text-align: center;
    font-size: 32px;
}
.about h3 span
 {
    color:#378dbd;
}
.about p {
    color: #474747;
    text-align: center;
    font-size: 16px;
    font-family: 'OpenSans-Light';
	line-height:27px;
}
.about h4 {
    font-family: 'OpenSans-Semibold';
    color: var(--blue);
    font-size: 32px;
}
.overall
{
	margin-top:20px;
}
.overall p
{
	text-align:justify;
	line-height:27px;
	padding:5px;
}
#myCarousel
{
	border:solid 1px #ccc;
}
#myCarousel1
{
	border:solid 1px #ccc;
}
#myCarousel img
{
	width:100%;
}
#myCarousel1 img
{
	width:100%;
}
.clients
{
	background:#e3e3e3;
}
.contact
{
	padding:20px;
}
.contact h3 {
    font-family: 'OpenSans-Semibold';
    color: var(--blue);
    text-align: center;
    font-size: 32px;
}
.contact label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
  font-family: 'OpenSans-Semibold';
}

.contact .uneditable-input, .contact input[type=text], .contact input[type=password], .contact input[type=datetime], .contact input[type=datetime-local], .contact input[type=date], .contact input[type=month], .contact input[type=time], .contact input[type=week], .contact input[type=number], .contact input[type=email], .contact input[type=url], .contact input[type=search], .contact input[type=tel], .contact input[type=color], .contact textarea {
    background: #f8f8f8;
    border: 1px solid #CCC;
    box-shadow: none;
    color: #666;
   font-family: 'OpenSans-Semibold';
    height: 50px;
    line-height: 20px;
	border-radius:5px;
    margin: 0 0 20px;
    padding: 1px 10px;
    transition: all .3s ease 0s;
    width: 100%;
}

.contact .message-box {
    height: 150px;
    margin-bottom: 10px;
}
.contact .but input {
    border: 1px solid #933e14 !important;
    height: 35px !important;
    margin-bottom: 15px !important;
    background-color: #e53935 !important;
    padding: 0 30px !important;
    color: #FFF !important;
	border-radius:5px;
	  font-family: 'OpenSans-Semibold';
}
.contact p
{
	    font-family: 'OpenSans-Semibold';
}
.contact .fa
{
	color:#e53935;
	font-size:20px;
}
iframe
{
	border:0;
}
.track
{
	padding:20px;
}
.track h3 {
    font-family: 'OpenSans-Semibold';
    color: var(--blue);
    text-align: center;
    font-size: 32px;
}
.track p
{
	       color: #474747;
    text-align: center;
    font-size: 16px;
    font-family: 'OpenSans-Light';
}
.track h5
{
	    font-family: 'OpenSans-Semibold';
    color:var(--blue);
    text-align: center;
    font-size: 24px;
	text-decoration:underline;
	margin-top:20px;
}
.vec h4 span
{
	background:var(--blue);
	color:#fff;
	padding: 13px 5px 13px 5px;
	border-radius:5px;
}
.vec input
{
	border:solid 1px #ccc;
}

.track h2 a {
    padding: 10px;
    border: solid 1px var(--blue);
    border-right: solid 7px var(--blue);
    color: #020202;
    text-decoration: none;
}
.track h2
{
	font-size:16px;
	 font-family: 'OpenSans-Semibold';
}
.track h2 a:hover
{
	background:#378dbd;
	color:#fff;
}
.contract
{
	padding:20px;
}
.contract h3 {
    font-family: 'OpenSans-Semibold';
    color:var(--blue);
    text-align: center;
    font-size: 32px;
}
.contract p {
    color: #474747;
    text-align: center;
    font-size: 16px;
    font-family: 'OpenSans-Light';
	line-height:27px;
}
.contract  h5 {
    font-family: 'OpenSans-Semibold';
    color: var(--blue);
    text-align: center;
    font-size: 24px;
    text-decoration: underline;
    margin-top: 20px;
}
.contract .form-control
{
	height:50px;
	 font-family: 'OpenSans-Semibold';
}
.contract .btn
{
	background:#378dbd;
	color:#fff;
	padding:10px 20px;
	 font-family: 'OpenSans-Semibold';
}
.material
{
	padding:20px;
}
.material h3 {
    font-family: 'OpenSans-Semibold';
    color:var(--blue);
    text-align: center;
    font-size: 32px;
}
.material p {
    color: #474747;
    text-align: center;
    font-size: 16px;
    font-family: 'OpenSans-Light';
	line-height:27px;
}
.effect-zoe img
{
	border:solid 1px #ccc;
}
.effect-zoe h3
{
	font-size:20px;
	text-align:left;
}
.material .btn {
    background: #378dbd;
    color: #fff;
    font-family: 'OpenSans-Semibold';
    margin-left: 15px;
}
.build
{
	padding:20px;
}
.build h3 {
    font-family: 'OpenSans-Semibold';
    color:var(--blue);
    text-align: center;
    font-size: 32px;
}
.build p
 {
    color: #474747;
    text-align: center;
    font-size: 16px;
    font-family: 'OpenSans-Light';
}
.over
{
	background:#f7f7f7;
}
.build h4 {
    font-family: 'OpenSans-Semibold';
    color:var(--blue);
    font-size: 22px;
}
.bg
{
	background:#fff;
	padding:20px;
}
.build h5
{
	    font-family: 'OpenSans-Semibold';
		text-align:center;
		font-size:18px;
}
.bg p
{
	font-family: 'OpenSans-Semibold';
	font-size:14px;
}
.bg 
{
	border:solid 1px #ccc;
}
.paginate{position: relative;}
.pagination>li>a, .pagination>li>span {
  padding: 6px 16px;
  margin-left: 3px;
  margin-right: 3px;
  line-height: 1.42857143;
  color: #337ab7;
  background-color: #ECF0F1;
  border: 0px;
  font-size: 20px;
}
.pagination>li>a.page-prev, .pagination>li>span.page-prev,.pagination>li>a.page-next, .pagination>li>span.page-next {
  background-color:var(--blue);
  color: #FFF;
}
.pagination>li>a.page-prev, .pagination>li>span.page-prev{
  position: absolute;
  right: 60px;
}
.pagination>li>a.page-next, .pagination>li>span.page-next{
  position: absolute;
  right: 0px;
}
.value
{
	padding:20px;
}
.value h3 {
    font-family: 'OpenSans-Semibold';
    color:var(--blue);
    text-align: center;
    font-size: 32px;
}
.value p
 {
    color: #474747;
    text-align: center;
    font-size: 16px;
    font-family: 'OpenSans-Light';
}
.offer
{
	    padding: 54px 10px 10px 39px;
}

.offer .btn {
    background: #0086bf;
    color: #fff;
    padding: 10px 20px;
    font-family: 'OpenSans-Semibold';
	border-radius:4px;
}
.offer .form-control
{
	height:40px;
	border:solid 1px #ccc;
}
.ride
{
	/*position:relative;
	top:-60px;
	background:#ffffff;
	padding:10px;*/
	padding: 15px;
    background: rgba(0,0,0,.1);
    transition: all .5s ease;
    width: 100%;
    height: auto;
}
.ride span{
	    color:#378dbd;
		padding: 12px;
		font-size: 16px;
		position: absolute;
}
.input_book{
	padding: 6px 30px;
	height: 40px;
    border: none;
}
.rid
{
font-family: 'OpenSans-Semibold';
}
.rid .col-md-3
{
	border-right:solid 1px #ccc;
}
.tra .fa
{
	color:#378dbd;
}
.job
{
	padding:20px;
}
.job h3 {
    font-family: 'OpenSans-Semibold';
    color: var(--blue);
    font-size: 32px;
}
.jo img
{
	padding:10px;
}
.jos p
 {
    color: #474747;
    text-align: center;
    font-size: 16px;
    font-family: 'OpenSans-Light';
}
.jos img
{
	margin-left:40px;
}
.job .panel-default>.panel-heading
{

}
.job .panel-title a
{
	text-decoration:none;
	 font-family: 'OpenSans-Semibold';
}
.job .panel-body h3
{
	font-size:16px;
	color:#378dbd;
	font-family: 'OpenSans-Semibold';
}
.job .panel-body p
{
	text-align:justify;
	line-height:27px;
}
.jo .btn
{
	background:#378dbd;
	color:#fff;
	font-family: 'OpenSans-Semibold';
}
.jo input
{
	font-family: 'OpenSans-Semibold';
}
.jo h5
{
	background:#378dbd;
	text-align:center;
	font-family: 'OpenSans-Semibold';
	color:#fff;
	padding:10px;
}


#enquirypopup .modal-dialog {
    width: 50%;
    padding: 0px ;
    position: relative;
}

#enquirypopup .modal-dialog {
    width: 50%;
    padding: 0px ;
    position: relative;
}
#enquirypopup .modal-dialog:before {
    content: '';
    height: 0px;
    width: 0px;
    border-left: 50px solid #17B6BB;
    border-right: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 1px;
    left: -14px;
    z-index: 99;
}

.custom-modal-header {
    text-align: center;
    color: #17b6bb;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 4px solid;
}

#enquirypopup .modal-dialog .close {
    z-index: 99999999;
    color: white;
    text-shadow: 0px 0px 0px;
    font-weight: normal;
    top: 4px;
    right: 6px;
    position: absolute;
    opacity: 1;
}
.page-header {
    color: #0086bf;
    border-bottom: 1px solid #0086bf;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;

}
.page_content {
    text-shadow: 0 0 0.009em #CCC;
    line-height: 25px;
}
.info_links .link {
    width: 100%;
    height: auto;
    border-right: 1px dashed #CCC;
}
.info_links h4 {
    color: #999;
}
.info_links .link img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
link div:last-child {
    padding-right: 15px;
}
.info_links .link div {
    width: 100%;
    padding: 10px 0;
    margin: 0 auto;
}
.custom-modal-header .modal-title {
    /* font-weight: bold; */
    font-size: 18px;
}
.book_head {
    width: 255px;
    margin-left: 0.1%;
    color: #FFF;
    border-radius: 0px 68px 0px 0px;
	margin-bottom:-2px;
}
.book_head, .head_slope {
    height: 40px;
    background: #0086bf;
}
.book_head .head_text {
    padding: 10px;
    font-size: 16px;
    text-shadow: 0 0 0.009em #FFF;
}
.head_slope {
    width: 55px;
    top: 0;
    left: 255px;
	height: 40px;
    background: #0086bf;
	position: absolute;
	border-radius: 0px 55px 0px 0px;
}
.head_close {
    color: #EDEDED;
    font-weight: 700;
    font-size: 20px;
    left: 260px;
    top: 6px;
	position: absolute;
}
.input_book_popup {
    height: 40px;
    border-radius: 4px;
    border: 2px solid #EDEDED;
    background: #FFF;
    box-shadow: inset 0 0 0.2em #484848;
    padding-left: 30px;
    margin-bottom: 5px;
}
#booking_info span.fa {
    color: #0086bf;
}
#booking_info span.fa, .booking_panel span.fa {
    padding: 12px;
    font-size: 16px;
    position: absolute;
}
.vehicle_panel {
    height: 200px;
    margin: 10% auto 0;
    padding: 28px;
}
.vehicle_panel img {
    width: auto;
    height: 100%;
    display: block;
}
#est_amount1{
    padding: 7px !important;
    font-size: 22px !important;
	background: #FAFAFA !important;
    text-shadow: 0 0 0.009em #000 !important;
    color: #484848 !important;
}
.fa-inr{
    padding: 7px !important;
    font-size: 22px !important;
	background: #FAFAFA !important;
    text-shadow: 0 0 0.009em #000 !important;
    color: #484848 !important;
}
.info_head {
    color: #484848;
    text-shadow: 0 0 0.009em #999;
    font-weight: 400;
    text-align: center;
}
#booking_info tr td {
    font-size: 13px;
    text-shadow: 0 0 0.001em #999;
}
#confirm_data {
    background: rgba(250,250,250,.8);
    color: #484848;
    min-height: 500px;
    height: auto;
    overflow-y: auto;
    margin-top: 2%;
    margin-left: 0;
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}
.est_amount {
    background: #FAFAFA;
    text-shadow: 0 0 0.009em #000;
    color: #484848;
	padding:10px;
}
#confirm_data .list-group-item {
    background: 0 0;
    color: #484848;
    border: none;
    border-bottom: 1px solid #CCC;
    overflow: hidden;
	border-radius: 0;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.details_right, .marker {
    float: right;
}
#coupon_panel {
    width: 100%;
    min-height: 500px;
    height: auto;
    background: #EDEDED;
    border: 1px dashed #CCC;
    margin-top: 2%;
    border-radius: 1px;
}
#coupon_panel span {
    font-size: 15px;
    color: #7E52A1;
    margin: 0;
    padding: 0;
}
.custom_hr {
    border: 0;
    height: 1px;
    margin: 15px 0;
    background-image: linear-gradient(to right,rgba(126,82,161,.1),rgba(126,82,161,.8),rgba(126,82,161,.1));
}
#coupon_panel input {
    height: 40px;
}
.input_book_popup {
    height: 40px;
    border-radius: 4px;
    border: 2px solid #EDEDED;
    background: #FFF;
    box-shadow: inset 0 0 0.2em #484848;
    padding-left: 30px;
    margin-bottom: 5px;
}
.quote {
    background: #7E52A1;
    color: #FFF;
    box-shadow: inset 0 0 0.4em #484848;
}
.info_panel {
    padding: 5px 10px;
    background: #CCC;
    margin-top: 15px;
}
.est_amount {
    font-weight: bolder;
    font-size: 30px;
}
.info_head .fa {
    color: #0086bf;
}
.quote {
    background: #0086bf;
    color: #FFF;
}
.note {
    background: #EDEDED;
    color: #484848;
    border: 1px solid #CCC;
    width: 100%;
    height: auto;
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 13px;
	padding:10px;
}
#enquirypopup .modal-dialog:after {
    content: '';
    height: 0px;
    width: 0px;
    /* border-right: 50px solid rgba(255, 0, 0, 0.98); */
    border-right: 50px solid #17b6bb;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 1px;
    right: -14px;
    z-index: 999999;
}

.form-group {
    margin-bottom: 15px !important;
}

.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.pop h3
{
	font-family: 'OpenSans-Semibold';
	text-align:center;
	color:#000;
}
.pop h5
{
	font-family: 'OpenSans-Semibold';
	text-align:center;
}
.pop .form-control
{
	width:45%;
	border:solid 1px #000;
}
.pop .btn
{
	background:#378dbd;
	color:#fff;
	font-family: 'OpenSans-Semibold';
}
.pop h2
{
	font-family: 'OpenSans-Semibold';
	text-align:center;
}
.socs .fa
{
	color:#fff;
	font-size:25px;
	
}
.socs
{
	text-align:center;
}
.map iframe
{
	box-shadow:1px 0px 10px #000;
}
 #enquirypopup
{
	z-index:9999999999;
}
@media (min-width: 768px)
{
.mo .modal-dialog
 {
 width:100% !important;
    margin: 30px auto;
}
}
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#loader {
  position: absolute;
    left: 50%;
    top: 61%;
    z-index: 1;
    width: 110px;
    height: 134px;
    margin: -72px 0 0 -75px;
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}


#flexiselDemo3 img
{
	border:solid 1px #ccc;
	padding:2px;
}
.det p
{
	text-align:left;
}
.faq p
{
	text-align:left;
}


