.container { width: 1000px; }
html,
body {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
body {
  font-family: 'agendamedium', 'Helvetica Neue', Arial, sans-serif;
}
hr {  border:solid 1px #fff;}
hr.light {
  border-color: white;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #fff;
}
a:hover,
a:focus {
  color: #fff;
  text-decoration:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'agendabold', 'Helvetica Neue', Arial, sans-serif;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.bg-primary {
  background-color: #fff;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 40px 0 40px;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: white;
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'agendamedium', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

#backtotop {
    display: none;
    position: fixed;
    z-index: 9999;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    filter: alpha(opacity=65);
    opacity: .65;
}

#mainNav { height:100px;}
.navbar-default .navbar-header { width:100%;}

.navbar-default .navbar-header .navbar-brand{
    float: left;
	padding:0;
    padding-top: 18px;
	vertical-align:middle;
	width:280px;
	height:auto;
}

.navbar-default .navbar-header .navbar-brand-right {
    float: right;
	padding:0;
    padding-top: 18px;
	vertical-align:middle;
	width:205px;
	height:auto;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #222222;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fff;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fff !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    background-color: white;
    border-color: none;
	line-height:100px;
	
  }
	.navbar-default .navbar-header .navbar-brand{
		float: left;
		padding:0;
		padding-top: 18px;
		vertical-align:middle;
		width:280px;
		height:auto;
	}
	
	.navbar-default .navbar-header .navbar-brand-right {
		float: right;
		padding:0;
		padding-top: 18px;
		vertical-align:middle;
		width:205px;
		height:auto;
	}
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #222222;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #fff;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../img/pib_img-s1-bg-pat.jpg');
  text-align: center;
  color: white;
  z-index:9;
}
header .header-content {
  position: relative;
  text-align: left;
  padding: 140px 15px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner p {
  color:#fff;
  font-size: 16px;
  font-family: 'agendamedium', 'Helvetica Neue', Arial, sans-serif;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    padding: 95px 0 30px !important;
	/*padding: 170px 50px 50px;*/
  }
  
  header .header-subcontent {
	font-size:16px;
	padding:0 30px;
  }
  
  header .header-subcontent .cpoint {
	  padding:17px 45px 19px;
  }
  
  header .header-subcontent b{ font-size:26px; font-family: 'agendabold', 'Helvetica Neue', Arial, sans-serif;}
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 42px;
	margin-bottom:5px;
	line-height:40px;
  }
  header .header-content .header-content-inner p {
    font-size: 21px;
	margin-bottom:15px;
	padding:0;
	line-height:25px;
    text-align:justify;
	padding-right:30px;
  }
}

section.way-of-banking {
position: relative;
width: 100%;
min-height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background-position: center;
background-image: url('../img/pib_img-s2-bg.jpg');
text-align: center;
color:#fff;
background-attachment: fixed;
}

section.way-of-banking h1 {font-family: 'agendabold', 'Helvetica Neue', Arial, sans-serif; font-size:42px;}
section.way-of-banking p {font-size:21px; padding:0; line-height:23px;}
section.way-of-banking p a{font-family: 'agendabold', 'Helvetica Neue', Arial, sans-serif; font-size:25px; text-decoration:underline;}
section.way-of-banking p.dashbbottom {border-bottom:dashed 2px #fff;}
section.way-of-banking p.small {font-size:16px; padding:10px 50px 0; line-height:18px;}


section.three-features {
position: relative;
width: 100%;
min-height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background-position: center;
background-image: url('../img/pib_img-s3-1-bg.jpg');
text-align: center;
color:#fff;
}


section.quiz {
position: relative;
width: 100%;
min-height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background-position: center;
background-image: url('../img/pib_img-s4-bg.jpg');
text-align: center;
color:#fff;
background-attachment: fixed;
}

section.quiz h1 {font-family: 'agendabold', 'Helvetica Neue', Arial, sans-serif; font-size:70px;}
section.quiz p {font-size:27px; padding:0; line-height:33px;}

section.quiz p.error-msg { font-size:18px;}

section.quiz h3 {font-family: 'agendabold', 'Helvetica Neue', Arial, sans-serif; font-size:17px; padding:0 30px; min-height:80px;}
section.quiz button {font-family: 'agendamedium', 'Helvetica Neue', Arial, sans-serif; font-size:15px; margin-bottom:10px; background:transparent; border:2px solid #fff; outline:none; padding:8px 15px; text-align:center; width:220px; height:70px; line-height:17px; position:relative;}

section.quiz button.active {background:#2BB673; border:2px solid #2BB673;}
section.quiz button.error {background:#ED1C2B; border:2px solid #ED1C2B;}
section.quiz button i{position:absolute; left:2px; top:2px; font-size:16px; color:#414042;}
section.quiz button i.text { text-align:left !important;}

section.quiz input[type=button] {font-family: 'agendabold', 'Helvetica Neue', Arial, sans-serif; background:#27AAE1; border:2px solid #27AAE1; padding:7px; width:220px; margin-top:15px; font-size:15px;}



section.quiz .qbutton-aclick {background-color: #177EE5;}


section.footer {
position: relative;
width: 100%;
min-height: 100%;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
background-position: center;
background-image: url('../img/pib_img-s5-bg.jpg');
text-align: center;
color:#fff;
padding: 130px 0 0 !important;
background-attachment: fixed;
}
section.footer h1 {font-family: 'agendabold', 'Helvetica Neue', Arial, sans-serif; font-size:60px;}
section.footer p {font-size:21px; padding:0; padding-bottom:10px; line-height:24px;}
section.footer p b {font-family: 'agendabold', 'Helvetica Neue', Arial, sans-serif; font-size:23px;}

section.footer p.small {font-size:18px; padding:0; padding-bottom:8px; margin:0; line-height:22px;}

.section-heading {
  margin-top: 0;
}

.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #fff;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #fff;
  border-color: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #ee4b28;
  border-color: #ed431f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fff;
  border-color: #fff;
}
.btn-primary .badge {
  color: #fff;
  background-color: white;
}
.btn {
  font-family: 'agendamedium', 'Helvetica Neue', Arial, sans-serif;
  border: none;
  border-radius: 300px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}




	.slider-cover {
		position: relative;
		width: 100%;
		height:100% !important;
		min-height: 100vh;
		overflow:hidden;
	}
	
	
	.slider-item {
		position:absolute;
		top:0;
		left:0;
		width: 100%;
		min-height: 100% !important;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
		background-position: center;
		text-align: center;
		color:#fff;
		padding: 30px 0 0 !important;
	}
	
	/*
				Demo styles
			*/
	#slider-item-1 {
		position:absolute;
		top:0;
		left:0;
		width: 100%;
		min-height: 100% !important;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		background-size: cover;
		-o-background-size: cover;
		background-position: center;
		background-image: url('../img/pib_img-s3-bg-pat.jpg');
		text-align: center;
		color:#fff;
		padding: 130px 0 0 !important;
	}
	
	
	#slider-item-1 h1 {font-family: 'agendabold', 'Helvetica Neue', Arial, sans-serif; font-size:77px; line-height:79px; padding-top:30px;}
	#slider-item-1 p {font-family: 'agendamedium', 'Helvetica Neue', Arial, sans-serif; font-size:31px;}
	
	
	/*
				Navigation
			*/

.go-prev {
	float:left;
	left:0;
	cursor:pointer;
	transition:all .2s;
	position:absolute;
	top:40%;
	z-index:999;
}

.go-next {
	float:right;
	right:0;
	cursor:pointer;
	transition:all .2s;
	position:absolute;
	top:40%;
	z-index:999;
}
	
	#pslide1cover {
		width:100%;
		height:320px;
		background-color: transparent;
		margin:0 auto;
		padding-top:20px;
	}
	
	#pslide1bg{
		position:absolute;
		background-color:transparent;
		overflow:hidden;
		width:100%;
		height:250px;
		visibility:hidden;
	}	
	
	#pslider-1-bg{
		overflow:hidden;
		display:inline-block;
		margin:0 auto;
	}
	
	#pslider-1-car{
		overflow:hidden;
		margin:0 auto;
		margin-top:-70px;
		
	}
	
	#pslider-1-user{
		overflow:hidden;
		margin:0 auto;
		margin-top:-70px;
		display:inline-block;
	}
	
	#pslider-1-user2{
		overflow:hidden;
		margin:0 auto;
		margin-top:-70px;
		display:inline-block;
	}
	
	#pslider-1-user img, #pslider-1-user2 img {
		position:relative;
		display:inline-block;}
	
	#pslider-comp{
		overflow:hidden;
		margin:0 auto;display:inline-block;
		margin-top:-250px;
	}
	
	
	#slider-item-2 h1, #slider-item-3 h1, #slider-item-4 h1 { font-family: 'agendabold', 'Helvetica Neue', Arial, sans-serif; color:#00AEEF; font-size:85px; padding-top:35px;}
	#slider-item-2 p, #slider-item-3 p, #slider-item-4 p { font-family: 'agendamedium', 'Helvetica Neue', Arial, sans-serif; color:#fff; font-size:28px; line-height:32px;}
	
	
	#pslide2cover {
		width:700px;
		height:325px;
		background-color: transparent;
		margin:0 auto;
		padding-top:0;
	}
	
	#pslide2bg{
		position:absolute;
		background-color:transparent;
		overflow:hidden;
		width:700px;
		height:325px;
		visibility:hidden;
	}
	
	
	#pslider-2 {margin:0 auto; position:absolute; overflow:hidden; opacity:1;}
		
	#pslider-2-bg {margin:0 auto; position:absolute; overflow:hidden;}
	
	
	#pslide3cover {
		width:920px;
		height:300px;
		background-color: transparent;
		margin:0 auto;
		padding-top:0;
	}
	
	#pslide3bg{
		position:absolute;
		background-color:transparent;
		overflow:hidden;
		width:920px;
		height:300px;
		/*visibility:hidden;*/
	}
	
	
	#pslider3-ico1 {margin:0 auto; display:inline-block;}
	#pslider3-ico2 {margin:0 auto; display:inline-block;}
	#pslider3-ico3 {margin:0 auto; display:inline-block;}
	#pslider3-ico4 {margin:0 auto; display:inline-block;}
	#pslider3-ico5 {margin:0 auto; display:inline-block;}
	
	
	
	#pslider3-ico6{
		overflow:hidden;
		margin:0 auto;
		margin-top:-70px;
		position:absolute;
		left:140px;
		bottom:70px;
	}
	
	#pslider3-ico8{
		overflow:hidden;
		margin:0 auto;
		margin-top:-70px;
		position:absolute;
		right:115px;
		bottom:60px;
	}

	
	#pslider3-ico7{
		overflow:hidden;
		margin:0 auto;
		margin-top:-262px;
	}
	
	#slider{
		width: 450px;
		height:21px;
		margin:0 auto;
		background:#70C2ED;
		margin-top:320px;
		border-radius: 13px;
    	border: 0;
	}
	
	#slider2{
		width: 450px;
		height:21px;
		margin:0 auto;
		background:#70C2ED;
		margin-top:350px;
		border-radius: 13px;
    	border: 0;
	}
	
	#slider3{
		width: 450px;
		height:21px;
		margin:0 auto;
		background:#70C2ED;
		margin-top:350px;
		border-radius: 13px;
    	border: 0;
	}
	
	
	
	input[type="button"]{
	  -webkit-appearance: button;
	  padding:5px;
	  margin-right:5px;
	  margin-bottom:5px;
	  }