
/* jquery.bxslider.css */

/* 1   */ /**
/* 2   *|  * BxSlider v4.1.2 - Fully loaded, responsive content slider
/* 3   *|  * http://bxslider.com
/* 4   *|  *
/* 5   *|  * Written by: Steven Wanderski, 2014
/* 6   *|  * http://stevenwanderski.com
/* 7   *|  * (while drinking Belgian ales and listening to jazz)
/* 8   *|  *
/* 9   *|  * CEO and founder of bxCreative, LTD
/* 10  *|  * http://bxcreative.com
/* 11  *|  */
/* 12  */ 
/* 13  */ 
/* 14  */ /** RESET AND LAYOUT
/* 15  *| ===================================*/
/* 16  */ 
/* 17  */ .bx-wrapper {
/* 18  */ 	position: relative;
/* 19  */ 	margin: 0 auto 60px;
/* 20  */ 	padding: 0;
/* 21  */ 	*zoom: 1;
/* 22  */ }
/* 23  */ 
/* 24  */ .bx-wrapper img {
/* 25  */ 	max-width: 100%;
/* 26  */ 	display: block;
/* 27  */ }
/* 28  */ 
/* 29  */ .bx-wrapper ul {
/* 30  */ 	margin:auto;
/* 31  */ 	padding:0;
/* 32  */ }
/* 33  */ .bx-wrapper ul li
/* 34  */ {
/* 35  */ 	margin:auto;
/* 36  */ 	overflow:auto;
/* 37  */ }
/* 38  */ 
/* 39  */ .tslider blockquote {
/* 40  */ 	margin: 0;
/* 41  */ 	padding: 0;
/* 42  */ }
/* 43  */ 
/* 44  */ .tslider blockquote p {
/* 45  */ 	font-size: 1.2em;
/* 46  */ 	color: #888;
/* 47  */ 	font-weight: 300;
/* 48  */ 	margin: 0.4em 0 1em;
/* 49  */ }
/* 50  */ 

/* jquery.bxslider.css */

/* 51  */ .tslider blockquote footer,.tslider blockquote footer a {
/* 52  */ 	font-size: 1em;
/* 53  */ 	color:#47a3da;
/* 54  */ 	text-align:right;
/* 55  */ }
/* 56  */ 
/* 57  */ .tslider blockquote footer:before {
/* 58  */ 	content: '― ';
/* 59  */ }
/* 60  */ 
/* 61  */ .tslider .cbp-qtcontent img {
/* 62  */ 	float: left;
/* 63  */ 	margin-right: 3em;
/* 64  */ 	box-shadow:none;
/* 65  */ 	border-radius:none;
/* 66  */ 	max-width:20%;
/* 67  */ 	
/* 68  */ 	border-radius:100%;
/* 69  */ 	-moz-border-radius:100%;
/* 70  */ 	-webkit-border-radius:100%;
/* 71  */ }
/* 72  */ 
/* 73  */ /** THEME
/* 74  *| ===================================*/
/* 75  */ .bx-wrapper .bx-pager,
/* 76  */ .bx-wrapper .bx-controls-auto {
/* 77  */ 	position: absolute;
/* 78  */ 	bottom: -30px;
/* 79  */ 	width: 100%;
/* 80  */ }
/* 81  */ 
/* 82  */ /* LOADER */
/* 83  */ 
/* 84  */ .bx-wrapper .bx-loading {
/* 85  */ 	min-height: 50px;
/* 86  */ 	background: url(/wp-content/plugins/hrm_testimonials/images/bx_loader.gif) center center no-repeat #fff;
/* 87  */ 	height: 100%;
/* 88  */ 	width: 100%;
/* 89  */ 	position: absolute;
/* 90  */ 	top: 0;
/* 91  */ 	left: 0;
/* 92  */ 	z-index: 2000;
/* 93  */ }
/* 94  */ 
/* 95  */ /* PAGER */
/* 96  */ 
/* 97  */ .bx-wrapper .bx-pager {
/* 98  */ 	text-align: center;
/* 99  */ 	font-size: .85em;
/* 100 */ 	font-family: Arial;

/* jquery.bxslider.css */

/* 101 */ 	font-weight: bold;
/* 102 */ 	color: #666;
/* 103 */ 	padding-top: 20px;
/* 104 */ }
/* 105 */ 
/* 106 */ .bx-wrapper .bx-pager .bx-pager-item,
/* 107 */ .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
/* 108 */ 	display: inline-block;
/* 109 */ 	*zoom: 1;
/* 110 */ 	*display: inline;
/* 111 */ }
/* 112 */ 
/* 113 */ .bx-wrapper .bx-pager.bx-default-pager a {
/* 114 */ 	background: #666;
/* 115 */ 	text-indent: -9999px;
/* 116 */ 	display: block;
/* 117 */ 	width: 10px;
/* 118 */ 	height: 10px;
/* 119 */ 	margin: 0 5px;
/* 120 */ 	outline: 0;
/* 121 */ 	-moz-border-radius: 5px;
/* 122 */ 	-webkit-border-radius: 5px;
/* 123 */ 	border-radius: 5px;
/* 124 */ }
/* 125 */ 
/* 126 */ .bx-wrapper .bx-pager.bx-default-pager a:hover,
/* 127 */ .bx-wrapper .bx-pager.bx-default-pager a.active {
/* 128 */ 	background: #000;
/* 129 */ }
/* 130 */ 
/* 131 */ /* DIRECTION CONTROLS (NEXT / PREV) */
/* 132 */ 
/* 133 */ .bx-wrapper .bx-prev {
/* 134 */ 	left: 10px;
/* 135 */ 	background: url(/wp-content/plugins/hrm_testimonials/images/controls.png) no-repeat 0 -32px;
/* 136 */ }
/* 137 */ 
/* 138 */ .bx-wrapper .bx-next {
/* 139 */ 	right: 10px;
/* 140 */ 	background: url(/wp-content/plugins/hrm_testimonials/images/controls.png) no-repeat -43px -32px;
/* 141 */ }
/* 142 */ 
/* 143 */ .bx-wrapper .bx-prev:hover {
/* 144 */ 	background-position: 0 0;
/* 145 */ }
/* 146 */ 
/* 147 */ .bx-wrapper .bx-next:hover {
/* 148 */ 	background-position: -43px 0;
/* 149 */ }
/* 150 */ 

/* jquery.bxslider.css */

/* 151 */ .bx-wrapper .bx-controls-direction a {
/* 152 */ 	position: absolute;
/* 153 */ 	top: 50%;
/* 154 */ 	margin-top: -16px;
/* 155 */ 	outline: 0;
/* 156 */ 	width: 32px;
/* 157 */ 	height: 32px;
/* 158 */ 	text-indent: -9999px;
/* 159 */ 	z-index: 9999;
/* 160 */ }
/* 161 */ 
/* 162 */ .bx-wrapper .bx-controls-direction a.disabled {
/* 163 */ 	display: none;
/* 164 */ }
/* 165 */ 
/* 166 */ /* AUTO CONTROLS (START / STOP) */
/* 167 */ 
/* 168 */ .bx-wrapper .bx-controls-auto {
/* 169 */ 	text-align: center;
/* 170 */ }
/* 171 */ 
/* 172 */ .bx-wrapper .bx-controls-auto .bx-start {
/* 173 */ 	display: block;
/* 174 */ 	text-indent: -9999px;
/* 175 */ 	width: 10px;
/* 176 */ 	height: 11px;
/* 177 */ 	outline: 0;
/* 178 */ 	background: url(/wp-content/plugins/hrm_testimonials/images/controls.png) -86px -11px no-repeat;
/* 179 */ 	margin: 0 3px;
/* 180 */ }
/* 181 */ 
/* 182 */ .bx-wrapper .bx-controls-auto .bx-start:hover,
/* 183 */ .bx-wrapper .bx-controls-auto .bx-start.active {
/* 184 */ 	background-position: -86px 0;
/* 185 */ }
/* 186 */ 
/* 187 */ .bx-wrapper .bx-controls-auto .bx-stop {
/* 188 */ 	display: block;
/* 189 */ 	text-indent: -9999px;
/* 190 */ 	width: 9px;
/* 191 */ 	height: 11px;
/* 192 */ 	outline: 0;
/* 193 */ 	background: url(/wp-content/plugins/hrm_testimonials/images/controls.png) -86px -44px no-repeat;
/* 194 */ 	margin: 0 3px;
/* 195 */ }
/* 196 */ 
/* 197 */ .bx-wrapper .bx-controls-auto .bx-stop:hover,
/* 198 */ .bx-wrapper .bx-controls-auto .bx-stop.active {
/* 199 */ 	background-position: -86px -33px;
/* 200 */ }

/* jquery.bxslider.css */

/* 201 */ 
/* 202 */ /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* 203 */ 
/* 204 */ .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
/* 205 */ 	text-align: left;
/* 206 */ 	width: 80%;
/* 207 */ }
/* 208 */ 
/* 209 */ .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
/* 210 */ 	right: 0;
/* 211 */ 	width: 35px;
/* 212 */ }
/* 213 */ 
/* 214 */ /* IMAGE CAPTIONS */
/* 215 */ 
/* 216 */ .bx-wrapper .bx-caption {
/* 217 */ 	position: absolute;
/* 218 */ 	bottom: 0;
/* 219 */ 	left: 0;
/* 220 */ 	background: #666\9;
/* 221 */ 	background: rgba(80, 80, 80, 0.75);
/* 222 */ 	width: 100%;
/* 223 */ }
/* 224 */ 
/* 225 */ .bx-wrapper .bx-caption span {
/* 226 */ 	color: #fff;
/* 227 */ 	font-family: Arial;
/* 228 */ 	display: block;
/* 229 */ 	font-size: .85em;
/* 230 */ 	padding: 10px;
/* 231 */ }
/* 232 */ .testimonials-slider-full li
/* 233 */ {
/* 234 */ 	margin:10px auto;
/* 235 */ 	overflow:auto
/* 236 */ }
