#weaverpix-content-in-page61 {
	margin: 0px;
	padding: 0px;
}/* @group Pagination */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#bootstrappage61 .pagination {
  height: 40px;
  margin: 20px 0;
}
#bootstrappage61 .pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 0;
}
#bootstrappage61 .pagination ul > li {
  display: inline;
}
#bootstrappage61 .pagination ul > li > a,
#bootstrappage61 .pagination ul > li > span {
  float: left;
  padding: 0 14px;
  line-height: 38px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
  color: #4c4c4c;
}
#bootstrappage61 .pagination ul > li > a:hover,
#bootstrappage61 .pagination ul a.active {
  background-color: #f5f5f5;
  color: #4c4c4c;
}
#bootstrappage61 .pagination a.active {
  color: #999999;
  cursor: default;
}
#bootstrappage61 .pagination ul a.disabled,
#bootstrappage61 .pagination ul a.disabled:hover {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
#bootstrappage61 .pagination ul > li:first-child > a,
#bootstrappage61 .pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#bootstrappage61 .pagination ul > li:last-child > a,
#bootstrappage61 .pagination ul > li:last-child > span {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#bootstrappage61 .pagination-centered {
  text-align: center;
}
#bootstrappage61 .pagination-right {
  text-align: right;
}

/* @end */

/* @group Bootstrap */

body.modal-open {
	margin-right: 0px
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: auto;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .50;
}

.modal-header {
	min-height: 16.42857143px;
	padding: 15px;
}

.modal-header h4 {
	color: #404040;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 0px;
}

.modal-body img {
	max-width: 100%;
	height: auto;
}

.modal-footer {
	padding: 19px 20px 20px;
	margin-top: 0px;
	text-align: right;
	color: #777777;
	text-align: left;
}

/* Added by WW - 28/08/2013 */

@media screen and (min-width:368px){
	.weaver-pix-modal .modal-dialog {
		left: 50%;
		right: auto;
		width: 300px;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-left: -150px;
	}
}

@media screen and (min-width:468px){
	.weaver-pix-modal .modal-dialog {
		left: 50%;
		right: auto;
		width: 400px;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-left: -200px;
	}
}

@media screen and (min-width:568px){
	.weaver-pix-modal .modal-dialog {
		left: 50%;
		right: auto;
		width: 500px;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-left: -250px;
	}
}

@media screen and (min-width:668px){
	.weaver-pix-modal .modal-dialog {
		left: 50%;
		right: auto;
		width: 600px;
		padding-top:30px;
		padding-bottom:30px;
		margin-left: -300px;
	}
}

@media screen and (min-width:768px){
	.weaver-pix-modal .modal-dialog {
		left: 50%;
		right: auto;
		width: 700px;
		padding-top:30px;
		padding-bottom:30px;
		margin-left: -350px;
	}
}

@media screen and (min-width:868px){
	.weaver-pix-modal .modal-dialog {
		left: 50%;
		right: auto;
		width: 800px;
		padding-top:30px;
		padding-bottom:30px;
		margin-left: -400px;
	}
}

@media screen and (min-width:968px){
	.weaver-pix-modal .modal-dialog {
		left: 50%;
		right: auto;
		width: 900px;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-left: -450px;
	}
}

@media screen and (min-width:1068px){
	.weaver-pix-modal .modal-dialog {
		left: 50%;
		right: auto;
		width: 1000px;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-left: -500px;
	}
}

@media screen and (min-width:1168px){
	.weaver-pix-modal .modal-dialog {
		left: 50%;
		right: auto;
		width: 1000px;
		padding-top: 30px;
		padding-bottom: 30px;
		margin-left: -500px;
	}
}



/* @end */

/* @group Thumbnails */

#bootstrappage61 .thumbWrap {
	text-align: center;
	display: block;
	overflow: hidden;
}

#bootstrappage61 *,
#bootstrappage61 *:after,
#bootstrappage61 *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.thumbIn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

#bootstrappage61 .phoneSupport {
	display: none;
}

#bootstrappage61 .thumbnail {
	display: inline-block;
	padding: 4px;
	line-height: 1;
	border: 1px solid #dddddd;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	background: #ffffff;
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 308px;
	height: 308px;
	vertical-align: middle;
	z-index: 4;
}

#bootstrappage61 .thumbnail:hover {
	border-color: #0088cc;
	-webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	-moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
	box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

#bootstrappage61 a,
#bootstrappage61 a:hover,
#bootstrappage61 a:active,
#bootstrappage61 a:focus {
	outline: none;
	border: none;
	background: none;
}

#bootstrappage61 .thumbnail img {
	max-width: 100%;
	height: auto;
	z-index: 0;
	position: absolute;
	vertical-align: middle;
}




#bootstrappage61 .thumbIn .thumbicon {
	display: none;
}


#bootstrappage61 .thumbIn .thumbicon {
	position: absolute;
	top: 50%;
	left: 0%;
	margin-top: -20px;
	width: 100%;
	text-align: center;
	height: 40px;
	z-index: 20;
	font: 30px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 37px;
	border-radius: 20px;
	color: #ffffff;
	text-align: center;
	opacity: 0.80;
	transition: all 300ms ease-in-out;
	display: block;
}

#bootstrappage61 .thumbIn .thumbicon [class^="fa fa-"] {
	color: #ffffff;
}

#bootstrappage61 .thumbIn:hover .thumbicon {
	opacity: 0.40;
}


.captionpage61 {
	display: none;
}




#bootstrappage61 .loading-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
}