html, button, input, select, textarea {
	color: #404141;
}
body {
	font-size: 14px;
	line-height: 18px;
	font-family: 'Oxygen', sans-serif;
	background: #fff;
}
h1, h2, h3, h4, h5 {
	font-weight: normal;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
 background: #b3d4fc;
 text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
	vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */

textarea {
	resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
a {
	text-decoration: none;
	color: #00AFF0;
}
#wrapper {
	width: 100%;
	margin:0px;
	background: #fff;
}
.container {
	margin: 0 auto;
	width: 860px;
}
.header {
	position:fixed;
	width: 860px;
	background: #fff;
	height: 60px;
	-webkit-box-shadow: 0px 1px 6px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 1px 6px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 1px 6px rgba(50, 50, 50, 0.75);
	z-index: 9000000;
}
.bg-top-image {
	position:relative;
	left:0;
	top:0;
	right:0;
	width:100%;
	background-size:cover;
	z-index:2;
}
.bg-top-image .wrapper {
	content:"";
	display:block;
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.33);
	opacity:0;
	transition:opacity 0.5s;
	-webkit-transition:opacity 0.5s;
}
.bg-top-image.shaded .wrapper {
	opacity:1;
}
.bg-top-image {
	height:400px;
	background:url(../img/main6.jpg) 50% 0 scroll;
	background-size:cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
#mainHeader .contents {
	width:890px;
	/* width:64.5%;*/
    min-width:504px;
	max-width:890px;
	position:relative;
	margin: 0 auto;
}
#mainHeader h1 strong {
	font-weight: normal !important;
	font-size: 50px;
}
#mainHeader h1 .animate {
	color:#1F9CE0;
	display:inline-block;
	/*text-shadow:none;*/
    width:240px;
	height:50px;
	overflow:visible;
	vertical-align:middle;
	position:relative;
}
#mainHeader h1 .animate .item {
	position:absolute;
	left:0;
	top:0;
}
#mainHeader h1 .animate .item.step1 {
	top:100%;
	opacity:0;
	-webkit-transition:none;
	transition:none;
}
#mainHeader h1 .animate .item.step2 {
	top:0;
	opacity:1;
	-webkit-transition:top 0.3s, opacity 0.3s;
	transition:top 0.3s, opacity 0.3s;
}
#mainHeader h1 .animate .item.step3, #mainHeader h1 .animate .item.step4, #mainHeader h1 .animate .item.step5, .item.step6, .item.step7, .item.step8, .item.step9, .item.step10, .item.step11, .item.step12 {
	opacity:0;
	top:-100%;
	-webkit-transition:top 0.3s, opacity 0.3s;
	transition:top 0.3s, opacity 0.3s;
}
#mainHeader {
	/*height:580px;*/
    position:relative;
	overflow:visible;
	z-index:5;
}
#mainHeader .h-wrapper {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
#mainHeader .contents {
	height:100%;
}
#mainHeader .menu {
	position:absolute;
	right:10px;
	top:0;
}
#mainHeader .menu a {
	display:inline-block;
	padding-top:16px;
	position:relative;
}
#mainHeader h1 {
	font-size:35px;
	position:absolute;
	font-family: 'Oxygen', sans-serif;
	bottom:80px;
	margin:0;
	color:#ebebeb;
	font-weight:300;
	text-shadow:0 0 17px rgba(0,0,0,0.75);
	line-height: 45px;
	margin-left: 10px;
}
.logo {
	display: inline-block;
	width: 170px;
	height: 60px;
	background:#005F92 url(../img/infosapp-logo.png) no-repeat center center;
	float: left;
}
/* Nav */
.header nav {
	float: left;
	width: 500px;
	margin-left: 20px;
}
.header nav ul {
	margin: 0px;
	padding: 0px;
}
.header nav ul li {
	display: inline;
	list-style:none;
	padding: 0px 10px 0px 10px;
}
.header nav ul li a {
	padding: 19px 0px;
	display: inline-block;
	font-weight: normal;
	color: #666;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}
.header nav ul li a:hover {
	color: #4784B8;
}
.header nav ul li a.menu-current, .header nav ul li a.menu-parent {
	border-bottom: 4px solid #2F97FF;
	color: #C7C7C7;
}
.login {
	float: right;
	margin-top: 20px;
	font-weight: normal;
	margin-right: 30px;
}
.login a:hover {
	color: #32659D;
}
.footer-login {
	font-size: 14px;
	font-weight: bold;
	margin-left: 40px;
	color: #404141;
}
.footer-login img {
	margin-top: -10px;
}
.footer-login:hover {
	color: #fff;
}
.slides {
}
.topcontent {
	position: absolute;
	top: 70px;
	z-index: 500000;
	width: 400px;
	float: right;
	margin-left: 470px;
}
.tagline h2 {
	color: #fff;
	font-size: 35px;
	float: left;
	margin-top: -140px;
	position: relative;
	z-index: 200;
	margin-left: 6px;
	font-family: 'Oxygen', sans-serif;
	font-weight: normal;
}
.contactform {
	width: 298px;
	height: 335px;
	background: url(../img/paper-curl.png) no-repeat;
	margin-left: 35px;
}
.inner {
	width: 230px;
	height: 250px;
	margin: 50px auto;
}
.inner h2 {
	color: #666;
	line-height: 15px;
	font-size: 24px;
	font-family: 'Oxygen', sans-serif;
	margin: 0px 0 5px 0;
}
.inner h3 {
	color: #666;
	font-size: 14px;
	font-family: 'Oxygen', sans-serif;
	margin: 0px;
}
.inner form input[type='text'], .inner form select {
	display: block;
	width: 220px;
	margin-top: 10px;
	padding: 5px;
	border:solid #CCDADD 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 12px;
	color: #666;
	background: #FBFCFC;
	-webkit-box-shadow: 0px 0px 18px #CCDADD;
	-moz-box-shadow:    0px 0px 18px #CCDADD;
	box-shadow:         0px 0px 18px #CCDADD;
}
.inner form select {
	width: 232px;
}
.inner .submit {
	border:none;
	background: transparent;
	float: right;
	color: #224085;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}
.inner .submit img {
	margin-top: -5px;
}
.inner .submit:hover {
	color: #666;
}
.newswire {
	height: 40px;
	width: 100%;
	background: url(../img/news-wire-bg.png) repeat-x;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top: 5px;
}
.newswire .container {
	padding-bottom: 10px;
}
.newswire .container h2 {
	float: left;
	font-size: 14px;
	margin-right: 0px;
	margin-top: 0px;
}
.newswire a {
	color: #3298D1;
	font-size: 12px;
}
.home-content {
	float: left;
	width: 520px;
	position: relative;
	z-index: 200;
	padding-bottom: 50px;
}
.home-content h1 {
	font-weight: normal;
	line-height: 32px;
	color: #404141;
	font-size: 22px;
	padding-top: 5px;
	font-family: 'Oxygen', sans-serif;
}
.home-content h1 a {
	font-size: 18px;
	color: #3D75AD;
}
.home-content h1 a:hover {
	color: #333;
}
.home-content p {
	color: #666 !important;
	font-size: 12px;
}
.featured {
	float: right;
	width: 330px;
	height: 330px;
	background: url(../img/imac.png) 50% 90% no-repeat;
	margin-top: 0px;
}
.featured h2 {
	font-size: 18px;
	color: #404141;
	padding-left: 0px;
	font-family: 'Oxygen', sans-serif;
	font-weight: normal;
}
.featured .client-logo {
	width: 305px;
	height: 173px;
	margin-left: 13px;
	margin-top: 20px;
	overflow: hidden;
}
.featured .client-logo ul {
	padding: 0px;
	margin: 0px;
}
.featured .client-logo ul li {
	list-style: none;
}
.featured .client-logo img {
	width: 180px;
	height: 150px;
	margin-left: 57px;
	margin-top: 10px;
}
#prevBtn a {
	float: right;
	margin-top: -155px;
	margin-right:20px;
	background: url(../img/br_up.png) no-repeat;
	height: 16px;
	width: 16px;
	cursor: pointer;
}
#nextBtn a {
	float: right;
	margin-top: -8px;
	margin-right:20px;
	background: url(../img/br_down.png) no-repeat;
	height: 16px;
	width: 16px;
	cursor: pointer;
}
.portfolio-filter {
	float: right;
	width: 180px;
	margin-top: 10px;
	margin-right: 25px;
}
.filter-btn {
	font-family: 'Oxygen', sans-serif;
	font-weight: bold;
	cursor: pointer;
	border: solid 2px #D5D5D5;
	padding: 5px 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	/* Opera */ 
background-image: -o-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #EEEEEE));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #FFFFFF 0%, #EEEEEE 100%);
}
.pfactive {
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);
	/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #CCCCCC));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #CCCCCC 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #CCCCCC 100%);
}
.filter-btn span {
	width: 25px;
	border-left: solid 1px #D5D5D5;
	float: right;
	background: url(../img/arrow_state_blue_expanded.png) no-repeat center center;
}
.filter-btn span.opened {
	background: url(../img/arrow_state_blue_closed.png) no-repeat center center;
}
.filter-list {
	border: solid 2px #D5D5D5;
	border-top: none;
	position: absolute;
	z-index: 20;
	width: 166px;
	padding: 5px;
	background: #fff;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	display: none;
}
.filter-list ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.filter-list ul li a {
	display: inline-block;
	width: 145px;
	padding: 5px 10px;
	color: #666;
	font-size: 12px;
}
.filter-list ul li a:hover {
	background: #3975D7;
	color: #fff;
}
.page {
}
.left-content {
	float: left;
	width: 860px;
	padding-top: 10px;
	padding-bottom: 60px;
	font-size: 16px;
	color: #909090;
	font-family: 'Oxygen', sans-serif;
	line-height: 24px;
}
.left-content h2 {
	font-size: 40px;
	color: #000;
	font-weight: normal;
	font-family: 'Oxygen', sans-serif;
	line-height: 20px;
}
.left-content h3 {
	font-size: 20px;
	font-family: 'Oxygen', sans-serif;
	line-height: 25px;
	margin: 0px;
}
.left-content a {
	color: #00AFF0;
}
.left-content a:hover {
	color: #333;
}
.right-content {
	float: right;
	width:290px;
	min-height: 630px;
	background: url(../img/sub-nav-bg.jpg) no-repeat;
	padding: 50px 0px 0px 40px;
}
.right-content p {
	color:#AAAAAA;
}
.right-content .sidenav ul {
	padding: 0px;
	margin-bottom: 30px;
}
.right-content .sidenav ul li a {
	font-size: 14px;
	color: #00AFF0;
	margin-bottom: 5px;
	margin-top: 4px;
	display: inline-block;
	font-family: 'Oxygen', sans-serif;
}
.right-content .sidenav ul li {
	border-bottom:none;/* solid 1px #E6E6E6*/
	background: url(../img/sub-arrow2.png) no-repeat left center;
	padding-left: 20px;
}
.right-content .sidenav ul li a.menu-current {
	color: #666;
}
.right-content .sidenav ul li a:hover {
	color: #666;
}
footer {
	background: url(../img/footer-bg.jpg) repeat-x;
	width: 100%;
	min-height: 400px;
	font-size: 12px;
	padding-top: 20px;
}
footer a {
	color: #fff
}
footer a:hover {
	color: #404141;
}
footer nav {
	display: inline;
}
footer nav ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}
footer nav ul li {
	display: inline;
	margin-right: 5px;
	font-size: 12px;
}
.copyright {
	color: #32C7FF !important;
	font-size: 12px;
}
.breadcrumb {
	font-size: 12px;
}
span.pagination {
	float: left;
	margin-right: 10px;
}
span.pagination a {
	display: block;
	text-decoration: none;
	color: #717171;
	font: bold 11px 'Oxygen', sans-serif;
	text-shadow: 0px 1px white;
	padding: 5px 8px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.35);
	background: #f9f9f9;
	background: -webkit-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
	background: -moz-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
	background: -o-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
	background: -ms-linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
	background: linear-gradient(top, #f9f9f9 0%, #e8e8e8 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#e8e8e8', GradientType=0 );
}
span.pagination-current {
	color: white;
	text-shadow: 0px 1px #3f789f;
	padding: 5px 8px;
	font: bold 11px 'Oxygen', sans-serif;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.8);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.8);
	background: #7cb9e5;
	background: -webkit-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
	background: -moz-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
	background: -o-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
	background: -ms-linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
	background: linear-gradient(top, #7cb9e5 0%, #57a1d8 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7cb9e5', endColorstr='#57a1d8', GradientType=0 );
}
span.pagination a:hover {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.55);
	background: #fff;
	background: -webkit-linear-gradient(top, #fff 0%, #e8e8e8 100%);
	background: -moz-linear-gradient(top, #fff 0%, #e8e8e8 100%);
	background: -o-linear-gradient(top, #fff 0%, #e8e8e8 100%);
	background: -ms-linear-gradient(top, #fff 0%, #e8e8e8 100%);
	background: linear-gradient(top, #fff 0%, #e8e8e8 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#e8e8e8', GradientType=0 );
}
span.pagination a:active, span.pagination-current a:active {
	-webkit-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5), 0px 1px 1px 0px rgba(255,255,255,1) !important;
	-moz-box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5), 0px 1px 1px 0px rgba(255,255,255,1) !important;
	box-shadow: inset 0px 1px 3px 0px rgba(0,0,0,0.5), 0px 1px 1px 0px rgba(255,255,255,1) !important;
}
span.pagination-current a:hover {
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.9);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.9);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.9);
	background: #99cefc;
	background: -webkit-linear-gradient(top, #99cefc 0%, #57a1d8 100%);
	background: -moz-linear-gradient(top, #99cefc 0%, #57a1d8 100%);
	background: -o-linear-gradient(top, #99cefc 0%, #57a1d8 100%);
	background: -ms-linear-gradient(top, #99cefc 0%, #57a1d8 100%);
	background: linear-gradient(top, #99cefc 0%, #57a1d8 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cefc', endColorstr='#57a1d8', GradientType=0 );
}
/* Overlay */

/* the overlayed element */
.apple_overlay {
	/* initially overlay is hidden */
    display:none;
	/* growing background image */
    background-color:#005F92;
	width:830px;
	/* some padding to layout nested elements nicely  */
    padding:15px;
	/* a little styling */ 
    min-height:200px;
	border:none;
	z-index: 20000;
	color: #fff;
}
.apple_overlay h1 {
	color: #fff;
	font-size: 27px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-weight: normal;
	font-family: 'Oxygen', sans-serif;
}
.apple_overlay img {
	float: left;
	margin-right: 10px;
}
.apple_overlay {
}
.apple_overlay .pull-left {
	color: #fff;
	width: 320px;
	float: left;
	padding-left:10px;
	font-size: 14px;
	line-height: 22px;
}
.apple_overlay .pull-right {
	color: #fff;
	width: 500px;
	float: right !important;
	min-height: 320px;
}
/* default close button positioned on upper right corner */
.apple_overlay .close {
	background:url(../img/close.png) no-repeat;
	position:absolute;
	right:5px;
	top:10px;
	cursor:pointer;
	height:32px;
	width:32px;
}
/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:30px;
	float: right;
	margin-top: -10px;
}
/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}
/* link inside the tab. uses a background image */
ul.tabs a {
	font-size:12px;
	font-weight: bolder;
	font-family: 'Oxygen', sans-serif;
	display:block;
	line-height:20px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:5px 20px;
	margin:0px;
	position:relative;
	top:1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #CCCCCC;
	margin-right: 10px;
	margin-top: 5px;
}
ul.tabs a:active {
	outline:none;
	background: #6799CC;
	color: #fff;
}
/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background: #6799CC;
	color:#fff;
}
/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;
	cursor:default !important;
	color:#fff !important;
	background: #6799CC;
}
/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.s {
	background-position: -553px 0;
	width:81px;
}
ul.tabs a.s:hover {
	background-position: -553px -31px;
}
ul.tabs a.s.current {
	background-position: -553px -62px;
}
/* width 2 */
ul.tabs a.l {
	background-position: -248px -0px;
	width:174px;
}
ul.tabs a.l:hover {
	background-position: -248px -31px;
}
ul.tabs a.l.current {
	background-position: -248px -62px;
}
/* width 3 */
ul.tabs a.xl {
	background-position: 0 -0px;
	width:248px;
}
ul.tabs a.xl:hover {
	background-position: 0 -31px;
}
ul.tabs a.xl.current {
	background-position: 0 -62px;
}
/* initially all panes are hidden */
.panes .pane {
	display:none;
}
.panes > div {
	display:none;
	padding:15px 10px;
	border-top:0;
	min-height:100px;
	font-size:14px;
	margin-top: 10px;
}
.rs-slideshow div {
	min-height: 320px !important;
	padding: 0px 0px 0px 0px !important;
}
.rs-slideshow {
	    min-height: 200px;
	    margin: 0px;
	    overflow: hidden;
	    position: relative;
	    width: 450px;
	float: right;
	padding: 0px 0px 0px 0px !important;
	display: block;
}
.rs-slideshow ol {
	display: none;
}
  .panes .rs-slideshow div.slide-container {
	display: block !important;
	    height: 100%;
	    left: 0;
	    overflow: hidden;
	    position: absolute;
	    top: 0;
	padding: 0px 0px 0px 0px !important
}
.panes hr {
	visibility: hidden;
}
.panes .rs-controls {
	display: block !important;
	height: 10px;
	min-height: 10px;
	float: right;
	margin-top: 0px;
	margin-right: 385px;
	margin-bottom: 20px;
}
.panes .rs-controls ul li {
	list-style: none;
	display: inline;
	margin-right: 10px;
	margin-top: 10px;
}
.panes .rs-controls ul li a {
	height: 10px;
	width: 10px;
	color: #fff;
	background:#fff;
	display: inline-block;
	-webkit-border-radius: 99px;
	font-size: 0px;
	-moz-border-radius: 99px;
	border-radius: 99px;
}
.panes .rs-controls .rs-active {
	color: #000;
	background:#000;
}
.rs-slideshow .slide-container img {
	    position: absolute;
	width: 450px;
	margin-right: 0px;
	height: 300px;
}
  /*    Hide the slide data container    */
.rs-slideshow .slides {
	    display: none;
}
.slide-container .slide-caption {
	color: #fff;
	display: block;
	position: absolute;
	text-align: center;
	right: 0;
	margin-right: 25px;
	float: right;
	margin-top: 310px;
	margin-bottom: 20px;
}
.mask {
	height: 222px;
	width: 100%;
	display: block;
	background: url(../img/transparent-mask2.png) 50% 50%;
	position: absolute;
	z-index: 2000;
}
.subbanner {
	height: 222px;
	width: 100%;
	display: block;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
	background-color: transparent;
	border: 0;
	overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
	content: "";
	display: block;
	width: 0;
	height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
	display: none !important;
	visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
	visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before, .clearfix:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.clearfix:after {
	clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
 *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
 @media only screen and (-webkit-min-device-pixel-ratio: 1.5),  only screen and (min-resolution: 144dpi) {
/* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
* {
	background: transparent !important;
	color: #000 !important; /* Black prints faster: h5bp.com/s */
	box-shadow:none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
/*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,  a[href^="javascript:"]:after,  a[href^="#"]:after {
	content: "";
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group; /* h5bp.com/t */
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
 margin: 0.5cm;
}
p,  h2,  h3 {
	orphans: 3;
	widows: 3;
}
h2,  h3 {
	page-break-after: avoid;
}
}
.social {
	float: right;
	width: 200px;
	margin-top: -65px;
	text-align: right;
}
.social a {
	margin-left: 5px;
}
.social img {
	width: 32px;
}
.btn2 {
	float: right;
	padding: 0 20px;
	background: #8a9295;
	letter-spacing: 1px;
	margin: 0 0 0 12px;
	background: #98a0a3;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk4YTBhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YTkyOTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #98a0a3 0%, #8a9295 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #98a0a3), color-stop(100%, #8a9295));
	background: -webkit-linear-gradient(top, #98a0a3 0%, #8a9295 100%);
	background: -o-linear-gradient(top, #98a0a3 0%, #8a9295 100%);
	background: -ms-linear-gradient(top, #98a0a3 0%, #8a9295 100%);
	background: linear-gradient(to bottom, #98a0a3 0%, #8a9295 100%);
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}
.hidden {
	display: none !important;
}
.non-display {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
input.btn {
	outline: none;
	border: 0;
	cursor: pointer;
}
.jcf-radio, .jcf-checkbox {
	display: inline-block;
	vertical-align: middle;
	margin: 0 9px 0 0;
	width: 8px;
	height: 8px;
	position: relative;
	border: 1px solid #b6c3ca;
	background: #fff;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 1%, #f8f8f8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), color-stop(100%, #f8f8f8));
	background: -webkit-linear-gradient(top, #ffffff 1%, #f8f8f8 100%);
	background: -o-linear-gradient(top, #ffffff 1%, #f8f8f8 100%);
	background: -ms-linear-gradient(top, #ffffff 1%, #f8f8f8 100%);
	background: linear-gradient(to bottom, #ffffff 1%, #f8f8f8 100%);
	-webkit-border-radius: 18px;
	border-radius: 18px;
	padding: 5px;
}
#header {
	min-width: 1000px;
	text-shadow: 0 1px 0 #000;
	background: #485053;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ4NTA1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzYjQ0NDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #485053 0%, #3b4447 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #485053), color-stop(100%, #3b4447));
	background: -webkit-linear-gradient(top, #485053 0%, #3b4447 100%);
	background: -o-linear-gradient(top, #485053 0%, #3b4447 100%);
	background: -ms-linear-gradient(top, #485053 0%, #3b4447 100%);
	background: linear-gradient(to bottom, #485053 0%, #3b4447 100%);
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .3);
	color: #c8cacb;
	border-top: 1px solid #2d3235;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 100;
}
.intro {
	background: #006699;
	text-shadow: 0 2px 0 rgba(0, 0, 0, .3);
	position: relative;
	height: 481px;
	overflow: hidden;
	color: #fff;
	font-size: 21px;
	line-height: 26px;
}
.intro:before {
	content: '';
	position: absolute;
	top: 0;
	right: 50%;
	width: 50%;
	height: 100%;
	background: rgb(238,235,228);
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWJlNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNGY1ZjAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(238,235,228,1) 0%, rgba(244,245,240,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(238,235,228,1)), color-stop(100%, rgba(244,245,240,1)));
	background: -webkit-linear-gradient(top, rgba(238,235,228,1) 0%, rgba(244,245,240,1) 100%);
	background: -o-linear-gradient(top, rgba(238,235,228,1) 0%, rgba(244,245,240,1) 100%);
	background: -ms-linear-gradient(top, rgba(238,235,228,1) 0%, rgba(244,245,240,1) 100%);
	background: linear-gradient(to bottom, rgba(238,235,228,1) 0%, rgba(244,245,240,1) 100%);
}
.intro .photo {
	margin: 0 -362px;
}
.intro .photo img {
	display: block;
	width: 100%;
	height: auto;
}
.intro .prev, .intro .next, .quote-box .prev, .quote-box .next {
	position: absolute;
	top: 218px;
	left: 10px;
	z-index: 9;
	color: #ccc;
	text-indent: -999em;
	width: 34px;
	height: 40px;
	opacity: .2;
	outline: none;
	text-shadow: none;
}
.intro .prev:hover, .intro .next:hover, .quote-box .prev:hover, .quote-box .next:hover {
	opacity: .5;
	text-decoration: none;
}
.intro .prev:after, .intro .next:after, .quote-box .prev:after, .quote-box .next:after, .calendar-caption .prev:after, .calendar-caption .next:after {
	font: 36px/50px 'SSStandard';
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '◅';
	text-align: center;
}
.intro .next {
	left: auto;
	right: 34px;
}
.intro .next:after, .quote-box .next:after, .calendar-caption .next:after {
	content: '▻';
}
.intro .section {
	position: absolute;
	top: 0;
	left: 50%;
	width: 980px;
	margin-left: -430px;
	z-index: 2;
}
.intro .section.slide-active {
	z-index: 3;
}
.intro .content-holder {
	width: 500px;
	position: absolute;
	top: 333px;
	left: 0;
	z-index: 40000;
}
.intro .alt .content-holder {
}
.intro h1 {
	margin: 0 0 15px;
	font-size: 35px;
	line-height: 54px;
	letter-spacing: -2px;
	font-weight: normal;
	font-family: 'Oxygen', sans-serif;
	display: inline-block;
}
.intro h1 sup {
	font-size: 18px;
	line-height: 24px;
}
.intro .more {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, .5);
	display: inline-block;
	width: 120px;
	text-align: center;
	height: 33px;
	font: 11px/33px 'Avenir LT W01 45 Book', 'Oxygen', sans-serif;
	background: rgba(255, 255, 255, .0);
	background: url(../img/hslides/transparent4efc.gif?7607);
	color: #fff;
	letter-spacing: 1px;
	text-shadow: none;
	position: relative;
	margin-top: 9px;
	float: right;
}
.intro .more:hover {
	background: rgba(255, 255, 255, .1);
	text-decoration: none;
}
.intro blockquote p {
	margin: 0 0 13px;
}
.intro blockquote footer {
	display: block;
	text-align: right;
	font: 13px 'Avenir LT W01 65 Medium', Arial, Helvetica, sans-serif;
	text-shadow: none;
	padding: 0 118px 0 0;
}
.intro blockquote {
	display: block;
	padding: 0 0 25px 9px;
	text-indent: -11px;
	margin: 0;
	font-family: 'Avenir LT W01 35 Light', Arial, Helvetica, sans-serif;
}
.intro footer span {
	color: #ee3728;
}
.intro blockquote sup {
	padding: 0 0 0 10px;
}/* intro end *//* offer */
.slider-code {
	height: 347px;
	width: 495px;
	overflow:hidden;
	margin-top: -20
}
.slider-code .viewport {
	float: left;
	width: 466px;
	height: 347px;
	margin-left: 20px;
	margin-top: -50px;
	overflow: hidden;
	position: relative;
}
.slider-code .buttons {
	display: block;
	position: relative;
	z-index: 10000;
}
.slider-code .next {
	float: right;
	display: inline-block;
	margin-top: -220px;
	margin-right:0px;
	background: url(../img/right.png) no-repeat;
	height: 43px;
	width: 34px;
	cursor: pointer;
}
.slider-code .prev {
	display: inline-block;
	float: left;
	position: relative;
	top: 130px;
	margin-left:0px;
	z-index: 2000;
	background: url(../img/left.png) no-repeat;
	height: 43px;
	width: 34px;
	cursor: pointer;
}
.slider-code .disable {
	visibility: hidden;
}
.slider-code .overview {
	list-style: none;
	position: absolute;
	padding: 0;
	margin: 0;
	left: 0;
	top: 0;
}
.slider-code .overview li {
	float: left;
	margin: 0 20px 0 0;
	padding: 1px;
	height: 347px;
	width: 456px;
}
#submit-btn {
	background: #3B699F;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	padding: 8px 14px !important;
	font-weight: bold;
	display: inline-block;
	border: none;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#submit-btn:hover {
	background-color: #444;
	color: #ccc;
}
#submit-btn:active {
	background-color: #333;
}
/* Forms */
.infosapp-form td {
	font-size: 14px;
}
.infosapp-form input[type='text'], .infosapp-form input[type='file'], .infosapp-form textarea {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DCDCDC;
	box-shadow:inset 0 0 5px 1px #eee;
	background: #FEFEFE;
	font-family: arial;
	outline: none;
	font-size: 12px;
	padding: 10px 15px;
	width: 300px;
}
.contact-form {
	width: 490px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form input[type="tel"], .contact-form textarea, .contact-form select {
	padding: 10px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #DCDCDC;
	box-shadow:inset 0 0 5px 1px #eee;
	background: #FEFEFE;
	font-family: arial;
	outline: none;
	font-size: 12px;
	-webkit-appearance: none;
}
.contact-form input {
	width: 168px;
}
.contact-form input[type="checkbox"] {
	width: 20px;
}
.contact-form input[type="submit"] {
	min-width: 100px;
}
