
/* settings.css */

/* 1   */ /*-----------------------------------------------------------------------------
/* 2   *| 
/* 3   *| 	-	revolution slider -
/* 4   *| 
/* 5   *| Screen Stylesheet
/* 6   *| 
/* 7   *| author:		themepunch
/* 8   *| email:     	info@themepunch.com
/* 9   *| website:   	http://www.themepunch.com
/* 10  *| -----------------------------------------------------------------------------*/
/* 11  */ 
/* 12  */ 
/* 13  */ /*********************************
/* 14  *| 	-	SPECIAL TP CAPTIONS -
/* 15  *| **********************************/
/* 16  */ .tp-caption .frontcorner		{
/* 17  */ 										width: 0;
/* 18  */ 										height: 0;
/* 19  */ 										border-left: 40px solid transparent;
/* 20  */ 										border-right: 0px solid transparent;
/* 21  */ 										border-top: 40px solid #00A8FF;
/* 22  */ 										position: absolute;left:-40px;top:0px;
/* 23  */ 									}
/* 24  */ 
/* 25  */ .tp-caption .backcorner		{
/* 26  */ 										width: 0;
/* 27  */ 										height: 0;
/* 28  */ 										border-left: 0px solid transparent;
/* 29  */ 										border-right: 40px solid transparent;
/* 30  */ 										border-bottom: 40px solid #00A8FF;
/* 31  */ 										position: absolute;right:0px;top:0px;
/* 32  */ 									}
/* 33  */ 
/* 34  */ .tp-caption .frontcornertop		{
/* 35  */ 										width: 0;
/* 36  */ 										height: 0;
/* 37  */ 										border-left: 40px solid transparent;
/* 38  */ 										border-right: 0px solid transparent;
/* 39  */ 										border-bottom: 40px solid #00A8FF;
/* 40  */ 										position: absolute;left:-40px;top:0px;
/* 41  */ 									}
/* 42  */ 
/* 43  */ .tp-caption .backcornertop		{
/* 44  */ 										width: 0;
/* 45  */ 										height: 0;
/* 46  */ 										border-left: 0px solid transparent;
/* 47  */ 										border-right: 40px solid transparent;
/* 48  */ 										border-top: 40px solid #00A8FF;
/* 49  */ 										position: absolute;right:0px;top:0px;
/* 50  */ 									}

/* settings.css */

/* 51  */ 
/* 52  */ /******************************
/* 53  *| 	-	WRAPPER STYLES		-
/* 54  *| ******************************/
/* 55  */ 
/* 56  */ 
/* 57  */ 
/* 58  */ .rev_slider_wrapper{
/* 59  */ 	position:relative;
/* 60  */ }
/* 61  */ 
/* 62  */ .rev_slider_wrapper >ul	{
/* 63  */ 	visibility:hidden;
/* 64  */ }
/* 65  */ 
/* 66  */ .rev_slider{
/* 67  */ 	position:relative;
/* 68  */ 	overflow:visible;
/* 69  */ }
/* 70  */ 
/* 71  */ 
/* 72  */ .rev_slider img{
/* 73  */ 	max-width:none !important;
/* 74  */ 	-moz-transition: none 0 !important;
/* 75  */ 	-webkit-transition: none 0 !important;
/* 76  */ 	-o-transition: none 0 !important;
/* 77  */ 	transition: none 0 !important;
/* 78  */ 	margin:0px !important;
/* 79  */ 	padding:0px !important;
/* 80  */ 	border-width:0px !important;
/* 81  */ 	border:none;
/* 82  */ 	visibility:visible !important;
/* 83  */ }
/* 84  */ 
/* 85  */ .rev_slider .no-slides-text{
/* 86  */ 	font-weight:bold;
/* 87  */ 	text-align:center;
/* 88  */ 	padding-top:80px;
/* 89  */ }
/* 90  */ 
/* 91  */ .rev_slider ul{
/* 92  */ 	margin:0px !important;
/* 93  */ 	padding:0px !important;
/* 94  */ 	list-style: none !important;
/* 95  */ 	list-style-type: none !important;
/* 96  */ 	background-position:0px 0px !important;
/* 97  */ }
/* 98  */ 
/* 99  */ .rev_slider ul li,
/* 100 */ .rev_slider >ul >li,

/* settings.css */

/* 101 */ .rev_slider >ul >li:before{
/* 102 */ 
/* 103 */ 	list-style:none !important;
/* 104 */ 	position:absolute;
/* 105 */ 	visibility:hidden;
/* 106 */ 	margin:0px !important;
/* 107 */ 	padding:0px !important;
/* 108 */ 	overflow-x: visible;
/* 109 */ 	overflow-y: visible;
/* 110 */ 	list-style-type: none !important;
/* 111 */ 	background-image:none !important;
/* 112 */ 	background-position:0px 0px !important;
/* 113 */ 	text-indent: 0em !important;
/* 114 */ }
/* 115 */ 
/* 116 */ .rev_slider .tp-caption,
/* 117 */ .rev_slider .caption, {
/* 118 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; 	position:absolute; visibility: hidden;
/* 119 */ }
/* 120 */ 
/* 121 */ /* ADDED FOR SLIDELINK MANAGEMENT */
/* 122 */ .tp-caption { z-index:1;}
/* 123 */ 
/* 124 */ 
/* 125 */ 
/* 126 */ .tp_inner_padding	{	box-sizing:border-box;
/* 127 */ 						-webkit-box-sizing:border-box;
/* 128 */ 						-moz-box-sizing:border-box;
/* 129 */ 						max-height:none !important;	}
/* 130 */ 
/* 131 */ 
/* 132 */ .tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}
/* 133 */ 
/* 134 */ /******************************
/* 135 *| 	-	WRAPPER STYLES END	-
/* 136 *| ******************************/
/* 137 */ 
/* 138 */ /******************************
/* 139 *| 	-	IE8 HACKS	-
/* 140 *| *******************************/
/* 141 */ .noFilterClass {
/* 142 */ 	filter:none !important;
/* 143 */ }
/* 144 */ /******************************
/* 145 *| 	-	IE8 HACKS ENDS	-
/* 146 *| *******************************/
/* 147 */ 
/* 148 */ /********************************
/* 149 *| 	-	FULLSCREEN VIDEO	-
/* 150 *| *********************************/

/* settings.css */

/* 151 */ .caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
/* 152 */ .caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}
/* 153 */ 
/* 154 */ .tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
/* 155 */ .tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}
/* 156 */ /********************************
/* 157 *| 	-	FULLSCREEN VIDEO ENDS	-
/* 158 *| *********************************/
/* 159 */ 
/* 160 */ 
/* 161 */ 
/* 162 */ /**********************************************
/* 163 *| 	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
/* 164 *| **********************************************/
/* 165 */ 
/* 166 */ .fullscreen-container {
/* 167 */ 		width:100% !important;
/* 168 */ 		position:relative;
/* 169 */ 		padding:0;
/* 170 */ }
/* 171 */ 
/* 172 */ 
/* 173 */ 
/* 174 */ .fullwidthbanner-container{
/* 175 */ 	width:100% !important;
/* 176 */ 	position:relative;
/* 177 */ 	padding:0;
/* 178 */ 	overflow:hidden;
/* 179 */ }
/* 180 */ 
/* 181 */ .fullwidthbanner-container .fullwidthabanner{
/* 182 */ 	width:100% !important;
/* 183 */ 	position:relative;
/* 184 */ }
/* 185 */ 
/* 186 */ 
/* 187 */ /****************************************************************
/* 188 *| 
/* 189 *| 	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -
/* 190 *| 
/* 191 *| ******************************************************************/
/* 192 */ 
/* 193 */ .tp-simpleresponsive .slotholder *,
/* 194 */ .tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
/* 195 */ 										  -webkit-backface-visibility: hidden;
/* 196 */ 										  -webkit-perspective: 1000;
/* 197 */ 									}
/* 198 */ 
/* 199 */ 
/* 200 */ /************************************************

/* settings.css */

/* 201 *| 	  - SOME CAPTION MODIFICATION AT START  -
/* 202 *| *************************************************/
/* 203 */ .tp-simpleresponsive .caption,
/* 204 */ .tp-simpleresponsive .tp-caption {
/* 205 */ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute;
/* 206 */ }
/* 207 */ 
/* 208 */ 
/* 209 */ /******************************
/* 210 *| 	-	SHADOWS		-
/* 211 *| ******************************/
/* 212 */ .tp-bannershadow  {
/* 213 */ 		position:absolute;
/* 214 */ 
/* 215 */ 		margin-left:auto;
/* 216 */ 		margin-right:auto;
/* 217 */ 		-moz-user-select: none;
/* 218 */         -khtml-user-select: none;
/* 219 */         -webkit-user-select: none;
/* 220 */         -o-user-select: none;
/* 221 */ 	}
/* 222 */ 
/* 223 */ .tp-bannershadow.tp-shadow1 {	background:url('/wp-content/plugins/revslider/rs-plugin/assets/shadow1.png') no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;}
/* 224 */ .tp-bannershadow.tp-shadow2 {	background:url('/wp-content/plugins/revslider/rs-plugin/assets/shadow2.png') no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
/* 225 */ .tp-bannershadow.tp-shadow3 {	background:url('/wp-content/plugins/revslider/rs-plugin/assets/shadow3.png') no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
/* 226 */ 
/* 227 */ 
/* 228 */ /******************************
/* 229 *| 	-	BUTTONS	-
/* 230 *| *******************************/
/* 231 */ 
/* 232 */ .tp-button{
/* 233 */ 			padding:6px 13px 5px;
/* 234 */ 			border-radius: 3px;
/* 235 */ 			-moz-border-radius: 3px;
/* 236 */ 			-webkit-border-radius: 3px;
/* 237 */ 			height:30px;
/* 238 */ 			cursor:pointer;
/* 239 */ 			color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
/* 240 */ 			background:url('/wp-content/plugins/revslider/rs-plugin/images/gradient/g30.png') repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
/* 241 */ 			text-decoration:none;
/* 242 */ 		}
/* 243 */ 
/* 244 */ .tp-button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url('/wp-content/plugins/revslider/rs-plugin/images/gradient/g40.png') repeat-x top;}
/* 245 */ 
/* 246 */ 
/* 247 */ .purchase:hover,
/* 248 */ .tp-button:hover,
/* 249 */ .tp-button.big:hover		{	background-position:bottom, 15px 11px;}
/* 250 */ 

/* settings.css */

/* 251 */ 
/* 252 */ 	@media only screen and (min-width: 480px) and (max-width: 767px) {
/* 253 */ 		.tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
/* 254 */ 		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
/* 255 */ 	}
/* 256 */ 
/* 257 */     @media only screen and (min-width: 0px) and (max-width: 479px) {
/* 258 */ 		.tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
/* 259 */ 		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
/* 260 */ 	}
/* 261 */ 
/* 262 */ 
/* 263 */ /*	BUTTON COLORS	*/
/* 264 */ 
/* 265 */ .tp-button.green, .tp-button:hover.green,
/* 266 */ .purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }
/* 267 */ 
/* 268 */ 
/* 269 */ .tp-button.blue, .tp-button:hover.blue,
/* 270 */ .purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}
/* 271 */ 
/* 272 */ 
/* 273 */ .tp-button.red, .tp-button:hover.red,
/* 274 */ .purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}
/* 275 */ 
/* 276 */ .tp-button.orange, .tp-button:hover.orange,
/* 277 */ .purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}
/* 278 */ 
/* 279 */ .tp-button.darkgrey,.tp-button.grey,
/* 280 */ .tp-button:hover.darkgrey,.tp-button:hover.grey,
/* 281 */ .purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}
/* 282 */ 
/* 283 */ .tp-button.lightgrey, .tp-button:hover.lightgrey,
/* 284 */ .purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}
/* 285 */ 
/* 286 */ 
/* 287 */ 
/* 288 */ ************************
/* 289 */ 	-	NAVIGATION	-
/* 290 */ *************************/
/* 291 */ 
/* 292 */ /** BULLETS **/
/* 293 */ 
/* 294 */ .tpclear		{	clear:both;}
/* 295 */ 
/* 296 */ 
/* 297 */ .tp-bullets								{	z-index:1000; position:absolute;
/* 298 */ 												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 299 */ 												-moz-opacity: 1;
/* 300 */ 												-khtml-opacity: 1;

/* settings.css */

/* 301 */ 												opacity: 1;
/* 302 */ 												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
/* 303 */ 											}
/* 304 */ .tp-bullets.hidebullets					{
/* 305 */ 												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 306 */ 												-moz-opacity: 0;
/* 307 */ 												-khtml-opacity: 0;
/* 308 */ 												opacity: 0;
/* 309 */ 											}
/* 310 */ 
/* 311 */ 
/* 312 */ .tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url('/wp-content/plugins/revslider/rs-plugin/assets/boxed_bgtile.png'); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}
/* 313 */ 
/* 314 */ .tp-bullets.simplebullets.navbar-old					{ 	 background:url('/wp-content/plugins/revslider/rs-plugin/assets/navigdots_bgtile.png'); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}
/* 315 */ 
/* 316 */ 
/* 317 */ .tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/bullet.png') no-repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:-10px; margin-left:3px;}
/* 318 */ .tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px;}
/* 319 */ 
/* 320 */ .tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/bullets.png') no-repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:-12px;}
/* 321 */ .tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}
/* 322 */ 
/* 323 */ 
/* 324 */ /**	SQUARE BULLETS **/
/* 325 */ .tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/bullets2.png') no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
/* 326 */ .tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}
/* 327 */ 
/* 328 */ 
/* 329 */ /**	SQUARE BULLETS **/
/* 330 */ .tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/bullets2.png') no-repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
/* 331 */ .tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}
/* 332 */ 
/* 333 */ 
/* 334 */ /** navbar NAVIGATION VERSION **/
/* 335 */ .tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/bullet_boxed.png') no-repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px;}
/* 336 */ 
/* 337 */ .tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
/* 338 */ .tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}
/* 339 */ 
/* 340 */ 
/* 341 */ 
/* 342 */ /** navbar NAVIGATION VERSION **/
/* 343 */ .tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/navigdots.png') no-repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
/* 344 */ .tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important;}
/* 345 */ .tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important;}
/* 346 */ 
/* 347 */ 
/* 348 */ .tp-bullets.simplebullets .bullet:hover,
/* 349 */ .tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }
/* 350 */ 

/* settings.css */

/* 351 */ .tp-bullets.simplebullets.round .bullet:hover,
/* 352 */ .tp-bullets.simplebullets.round .bullet.selected,
/* 353 */ .tp-bullets.simplebullets.navbar .bullet:hover,
/* 354 */ .tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }
/* 355 */ 
/* 356 */ 
/* 357 */ 
/* 358 */ /*************************************
/* 359 *| 	-	TP ARROWS 	-
/* 360 *| **************************************/
/* 361 */ .tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 362 */ 															-moz-opacity: 1;
/* 363 */ 															-khtml-opacity: 1;
/* 364 */ 															opacity: 1;
/* 365 */ 															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
/* 366 */ 
/* 367 */ 														}
/* 368 */ .tparrows.hidearrows									{
/* 369 */ 															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
/* 370 */ 															-moz-opacity: 0;
/* 371 */ 															-khtml-opacity: 0;
/* 372 */ 															opacity: 0;
/* 373 */ 														}
/* 374 */ .tp-leftarrow											{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/large_left.png') no-repeat top left;	width:40px;	height:40px;   }
/* 375 */ .tp-rightarrow											{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/large_right.png') no-repeat top left;	width:40px;	height:40px;   }
/* 376 */ 
/* 377 */ 
/* 378 */ .tp-leftarrow.round										{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/small_left.png') no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left; margin-top:-7px;	}
/* 379 */ .tp-rightarrow.round									{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/small_right.png') no-repeat top left;	width:19px;	height:14px;  margin-right:0px; float:left;	margin-top:-7px;}
/* 380 */ 
/* 381 */ 
/* 382 */ .tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/arrow_left.png') no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:-13px;	}
/* 383 */ .tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/arrow_right.png') no-repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:-13px;}
/* 384 */ 
/* 385 */ 
/* 386 */ .tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/small_left_boxed.png') no-repeat top left;	width:20px;	height:15px;   float:left;	margin-right:6px; margin-top:12px;}
/* 387 */ .tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/small_right_boxed.png') no-repeat top left;	width:20px;	height:15px;   float:left;	margin-left:6px; margin-top:12px;}
/* 388 */ 
/* 389 */ 
/* 390 */ .tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/arrowleft.png') no-repeat top left;		width:9px;	height:16px;   float:left;	margin-right:6px; margin-top:10px;}
/* 391 */ .tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/arrowright.png') no-repeat top left;	width:9px;	height:16px;   float:left;	margin-left:6px; margin-top:10px;}
/* 392 */ 
/* 393 */ .tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
/* 394 */ .tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }
/* 395 */ 
/* 396 */ .tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/arrow_left2.png') no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
/* 397 */ .tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/arrow_right2.png') no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}
/* 398 */ 
/* 399 */ 
/* 400 */ .tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/arrow_left2.png') no-repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}

/* settings.css */

/* 401 */ .tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/arrow_right2.png') no-repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}
/* 402 */ 
/* 403 */ 
/* 404 */ .tp-leftarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/large_left.png') no-repeat 0 0;	width:40px;	height:40px;
/* 405 */ 
/* 406 */ 														}
/* 407 */ .tp-rightarrow.default									{	z-index:100;cursor:pointer; position:relative;	background:url('/wp-content/plugins/revslider/rs-plugin/assets/large_right.png') no-repeat 0 0;	width:40px;	height:40px;
/* 408 */ 
/* 409 */ 														}
/* 410 */ 
/* 411 */ 
/* 412 */ 
/* 413 */ 
/* 414 */ .tp-leftarrow:hover,
/* 415 */ .tp-rightarrow:hover 									{	background-position:bottom left; }
/* 416 */ 
/* 417 */ 
/* 418 */ 
/* 419 */ 
/* 420 */ 
/* 421 */ 
/* 422 */ /****************************************************************************************************
/* 423 *| 	-	TP THUMBS 	-
/* 424 *| *****************************************************************************************************
/* 425 *| 
/* 426 *|  - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)
/* 427 *| 
/* 428 *|  - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)
/* 429 *| 
/* 430 *|  *****************************************************************************************************/
/* 431 */ 
/* 432 */ 
/* 433 */ .tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
/* 434 */ 												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
/* 435 */ 												margin-top:-50px;
/* 436 */ 											}
/* 437 */ 
/* 438 */ 
/* 439 */ .fullwidthbanner-container .tp-thumbs		{  padding:3px;}
/* 440 */ 
/* 441 */ .tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
/* 442 */ 												overflow:hidden; position:relative;}
/* 443 */ 
/* 444 */ 
/* 445 */ .tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}
/* 446 */ 
/* 447 */ .tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
/* 448 */ 												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
/* 449 */ 												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
/* 450 */ 												/*filter: alpha(opacity=50);	*/

/* settings.css */

/* 451 */ 												-moz-opacity: 0.5;
/* 452 */ 												-khtml-opacity: 0.5;
/* 453 */ 												opacity: 0.5;
/* 454 */ 
/* 455 */ 												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
/* 456 */ 											}
/* 457 */ 
/* 458 */ 
/* 459 */ .tp-bullets.tp-thumbs .bullet:hover,
/* 460 */ .tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
/* 461 */ 
/* 462 */ 												-moz-opacity: 1;
/* 463 */ 												-khtml-opacity: 1;
/* 464 */ 												opacity: 1;
/* 465 */ 											}
/* 466 */ .tp-thumbs img								{	width:100%; }
/* 467 */ 
/* 468 */ 
/* 469 */ 
/* 470 */ 
/* 471 */ /************************************
/* 472 *| 		-	TP BANNER TIMER		-
/* 473 *| *************************************/
/* 474 */ .tp-bannertimer								{	width:100%; height:10px; background:url('/wp-content/plugins/revslider/rs-plugin/assets/timer.png');position:absolute; z-index:200; top:0px;}
/* 475 */ .tp-bannertimer.tp-bottom					{	top:auto; bottom:0px !important;height:5px;}
/* 476 */ 
/* 477 */ 
/* 478 */ 
/* 479 */ 
/* 480 */ /***************************************
/* 481 *| 	-	RESPONSIVE SETTINGS 	-
/* 482 *| ****************************************/
/* 483 */ 
/* 484 */ 
/* 485 */ 	@media only screen and (min-width: 480px) and (max-width: 767px) {
/* 486 */ 			.responsive .tp-bullets.tp-thumbs				{	width:300px !important; height:30px !important;}
/* 487 */ 			.responsive .tp-bullets.tp-thumbs .tp-mask		{	width:300px !important; height:30px !important;}
/* 488 */ 			.responsive .tp-bullets.tp-thumbs .bullet		{	width:60px !important;height:30px !important;}
/* 489 */ 
/* 490 */ 	}
/* 491 */ 
/* 492 */     @media only screen and (min-width: 0px) and (max-width: 479px) {
/* 493 */ 				.responsive .tp-bullets	{	display:none}
/* 494 */ 				.responsive .tparrows	{	display:none;}
/* 495 */ 	}
/* 496 */ 
/* 497 */ 
/* 498 */ /*********************************************
/* 499 *| 
/* 500 *| 	-	BASIC SETTINGS FOR THE BANNER	-

/* settings.css */

/* 501 *| 
/* 502 *| ***********************************************/
/* 503 */ 
/* 504 */  .tp-simpleresponsive img {
/* 505 */ 		-moz-user-select: none;
/* 506 */         -khtml-user-select: none;
/* 507 */         -webkit-user-select: none;
/* 508 */         -o-user-select: none;
/* 509 */ }
/* 510 */ 
/* 511 */ 
/* 512 */ .tp-simpleresponsive ul {
/* 513 */ 	list-style:none;
/* 514 */ 	padding:0;
/* 515 */ 	margin:0;
/* 516 */ }
/* 517 */ 
/* 518 */ .tp-simpleresponsive >ul li{
/* 519 */ 	list-style:none;
/* 520 */ 	position:absolute;
/* 521 */ 	visibility:hidden;
/* 522 */ }
/* 523 */ 
/* 524 */ /*  CAPTION SLIDELINK   **/
/* 525 */ .caption.slidelink a div,
/* 526 */ .tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url('/wp-content/plugins/revslider/rs-plugin/assets/coloredbg.png') repeat;}
/* 527 */ 
/* 528 */ .tp-loader 	{	background:url('/wp-content/plugins/revslider/rs-plugin/assets/loader.gif') no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
/* 529 */ 				border-radius: 3px;
/* 530 */ 				-moz-border-radius: 3px;
/* 531 */ 				-webkit-border-radius: 3px;
/* 532 */ 			}
/* 533 */ 
/* 534 */ 
