/** Generated: Tuesday, 15th of September 2026, 07:56:57 PM // Powered by AIOM+ (All In One Minify) created by David Karich **/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b2 | 201101
   NOTE: THIS IS A BETA VERSION (see previous line)
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/

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

body {
	margin: 0px;
}

[class*='col-'] {
	float: left;
	padding-right: 0px;
}

[class*='col-']:last-of-type {
	padding-right: 0px;
}

.grid {
	width: 100%;
	max-width: 1180px;
	min-width: 755px;
	margin: 0 auto;
	overflow: hidden;
	/*outline: 8px dotted red; */
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-pad {
	padding: 20px 0 0px 20px;
}

.grid-pad > [class*='col-']:last-of-type {
	padding-right: 0px;
}

.push-right {
	float: right;
}

/* Content Columns */

.col-1-1 {
	width: 100%;
}
.col-2-3, .col-8-12 {
	width: 66.66%;
}

.col-1-2, .col-6-12 {
	width: 50%;
}

.col-1-3, .col-4-12 {
	width: 33.33%;
}

.col-1-4, .col-3-12 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-1-6, .col-2-12 {
	width: 16.667%;
}

.col-1-7 {
	width: 14.28%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-9 {
	width: 11.1%;
}

.col-1-10 {
	width: 10%;
}

.col-1-11 {
	width: 9.09%;
}

.col-1-12 {
	width: 8.33%
}

/* Layout Columns */

.col-11-12 {
	width: 91.66%
}

.col-10-12 {
	width: 83.333%;
}

.col-9-12 {
	width: 75%;
}

.col-5-12 {
	width: 41.66%;
}

.col-7-12 {
	width: 58.33%
}

@media handheld, only screen and (max-width: 767px) {

	.grid {
		width: 98%;
		min-width: 0;
		margin-left: 00px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
		margin: 0 auto;
	}
	
	[class*='col-'] {
		width: auto;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/site/templates/js/slick/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/site/templates/js/slick/fonts/slick.eot');
    src: url('/site/templates/js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/site/templates/js/slick/fonts/slick.woff') format('woff'), url('/site/templates/js/slick/fonts/slick.ttf') format('truetype'), url('/site/templates/js/slick/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px\9; /*lte IE 8*/
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* v1.0.6 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	width: 600px;
	height: 400px;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
	-webkit-backface-visibility: hidden;
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;

}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-moz-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	-o-transition:visibility 0s linear 0.3s,opacity 0.3s linear;
	transition:visibility 0s linear 0.3s,opacity 0.3s linear;
}


.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition:  0s;
	transition:  0s;
	display: none;
}

.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	
	height: 100%;
	width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
	height: auto;
}

.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}

.rsPreloader {
	position:absolute;
	z-index: 0;	
}

.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color:rgba(0,0,0,0.25);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.grab-cursor {
	cursor:url(/site/templates/css/grab.png) 8 8, move; 
}

.grabbing-cursor{ 
	cursor:url(/site/templates/css/grabbing.png) 8 8, move;
}

.rsNoDrag {
	cursor: auto;
}

.rsLink {
	left:0;
	top:0;
	position:absolute;
	width:100%;
	height:100%;
	display:block;	
	z-index: 20;
	background: url(/site/templates/css/blank.gif);
}

/******************************
*
*  RoyalSlider Default Skin 
*
*    1. Arrows 
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*    
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
* 
******************************/


/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
	background: #151515;
	color: #FFF;
}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsVer .rsArrow {
	width: 100%;
	height: 44px;
	
}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 0; top: 0; }
.rsDefault.rsHor .rsArrowRight { right: 0; top:0; }

.rsDefault .rsArrowIcn {		
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin-top:-16px;	
	margin-left: -16px;

	position: absolute;	
	cursor: pointer;	
	background: url('/site/templates/css/skins/default/rs-default.png');

	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	
	border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
	background-color: rgba(0,0,0,0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .2; filter: alpha(opacity=20);  *display: none; }


/***************
*
*  2. Bullets
*
****************/

.rsDefault .rsBullets {
	position: absolute;
	z-index: 35;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	margin: 0 auto; 

	background: #000;
	background: rgba(0,0,0,0.75);

	text-align: center;
	line-height: 8px;
	overflow: hidden;
}
.rsDefault .rsBullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	*display:inline; 
	*zoom:1;
	padding: 6px 5px 6px;
}
.rsDefault .rsBullet span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #777;
	background: rgba(255,255,255,0.5);
}
.rsDefault .rsBullet.rsNavSelected span {
	background-color: #FFF;
}





/***************
*
*  3. Thumbnails
*
****************/

.rsDefault .rsThumbsHor {
	width: 100%;
	height: 72px;
}
.rsDefault .rsThumbsVer {
	width: 96px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}
.rsDefault.rsWithThumbsHor .rsThumbsContainer {
	position: relative;
	height: 100%;
}
.rsDefault.rsWithThumbsVer .rsThumbsContainer {
	position: relative;
	width: 100%;
}
.rsDefault .rsThumb {
	float: left;
	overflow: hidden;
	width: 96px;
	height: 72px;
}
.rsDefault .rsThumb img {
	width: 100%;
	height: 100%;
}
.rsDefault .rsThumb.rsNavSelected {
	background: #02874a;
}
.rsDefault .rsThumb.rsNavSelected img {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.rsDefault .rsTmb {
	display: block;
}

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	color: #FFF;
}
.rsDefault .rsTmb span {
	color: #DDD;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 18px;
}



/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
	height: 100%;
	width: 20px;
	position: absolute;
	display: block;
	cursor: pointer;	
	z-index: 21;	
	background: #000;
	background: rgba(0,0,0,0.75);
}
.rsDefault .rsThumbsArrow:hover {
	background: rgba(0,0,0,0.9);
}
.rsDefault.rsWithThumbsVer .rsThumbsArrow {
	width: 100%;
	height: 20px;
}
.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft { top: 0; left: 0; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft { left: 0; top: 0; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight { right: 0; top:0; }

.rsDefault .rsThumbsArrowIcn {		
	width: 16px;
	height: 16px;
	top: 50%;
	left: 50%;
	margin-top:-8px;	
	margin-left: -8px;
	position: absolute;	
	cursor: pointer;	
	background: url('/site/templates/css/skins/default/rs-default.png');
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -128px -32px; }
.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn { background-position: -144px -32px; }
.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn { background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled { display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
	.rsDefault .rsThumb {
		width: 59px;
		height: 44px;
	}
	.rsDefault .rsThumbsHor {
		height: 44px;
	}
	.rsDefault .rsThumbsVer {
		width: 59px;
	}
}




/***************
*
*  4. Tabs
*
****************/

.rsDefault .rsTabs {
	width: 100%;
	height: auto;
	margin: 0 auto;
	text-align:center;
	overflow: hidden; padding-top: 12px; position: relative;
}
.rsDefault .rsTab {
	display: inline-block;
	cursor: pointer;
	text-align: center;
	height: auto;
	width: auto;
	color: #333;
	padding: 5px 13px 6px;
	min-width: 72px;
	border: 1px solid #D9D9DD;
	border-right: 1px solid #f5f5f5;
	text-decoration: none;

	background-color: #FFF;
	background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4); 
	background-image:    -moz-linear-gradient(top, #fefefe, #f4f4f4);
	background-image:         linear-gradient(to bottom, #fefefe, #f4f4f4);

	-webkit-box-shadow: inset 1px 0 0 #fff;
	box-shadow: inset 1px 0 0 #fff;

	*display:inline; 
	*zoom:1;
}
.rsDefault .rsTab:first-child {
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.rsDefault .rsTab:last-child { 
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;

	border-right:  1px solid #cfcfcf;
}
.rsDefault .rsTab:active { 
	border: 1px solid #D9D9DD;   
	background-color: #f4f4f4;
	box-shadow:  0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsDefault .rsTab.rsNavSelected { 
	color: #FFF;
	border: 1px solid #999;
	text-shadow: 1px 1px #838383;
	box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
	background: #ACACAC;
	background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
	background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
	background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}





/***************
*
*  5. Fullscreen button
*
****************/

.rsDefault .rsFullscreenBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 22;
	display: block;
	position: absolute;
	cursor: pointer;
	
}
.rsDefault .rsFullscreenIcn {
	display: block;
	margin: 6px;
	width: 32px;
	height: 32px;

	background: url('/site/templates/css/skins/default/rs-default.png') 0 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
	border-radius: 2px;

}
.rsDefault .rsFullscreenIcn:hover {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault.rsFullscreen .rsFullscreenIcn {
	background-position: -32px 0;
}





/***************
*
*  6. Play/close video button
*
****************/

.rsDefault .rsPlayBtn {
	-webkit-tap-highlight-color:rgba(0,0,0,0.3);
	width:64px;
	height:64px;
	margin-left:-32px;
	margin-top:-32px;
	cursor: pointer;
}
.rsDefault .rsPlayBtnIcon {
	width:64px;
	display:block;
	height:64px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;

	background:url(/site/templates/css/skins/default/rs-default.png) no-repeat 0 -32px;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
	background-color: rgba(0,0,0,0.9);
}
.rsDefault .rsBtnCenterer {
	position:absolute;
	left:50%;
	top:50%;
}
.rsDefault .rsCloseVideoBtn {
	right: 0;
	top: 0;
	width: 44px;
	height: 44px;
	z-index: 500;
	position: absolute;
	cursor: pointer;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	
}
.rsDefault .rsCloseVideoBtn.rsiOSBtn {
	top: -38px;
	right: -6px;
}

.rsDefault .rsCloseVideoIcn {
	margin: 6px;
	width: 32px;
	height: 32px;
	background: url('/site/templates/css/skins/default/rs-default.png') -64px 0;
	background-color: #000;
	background-color: rgba(0,0,0,0.75);
	*background-color: #000;
}
.rsDefault .rsCloseVideoIcn:hover {
	background-color: rgba(0,0,0,0.9);
}



/***************
*
*  7. Preloader
*
****************/

.rsDefault .rsPreloader {
	width:20px;
	height:20px;
	background-image:url(/site/templates/css/skins/preloaders/preloader-white.gif);

	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;	
}




/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
	position: absolute;
	float: none;
	bottom: 6px;
	left: 6px;
	text-align: left;

	background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.75);

	color: #FFF;
	padding: 2px 8px;
	width: auto;
	font-size: 12px;
	border-radius: 2px;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.4;
  max-width: 1180px;
  margin: 0 auto;
  overflow-y: scroll;
  color: black;
  margin-top: 1.5rem;
}
@media handheld, only screen and (max-width: 767px) {
  body {
    margin-top: 0;
    padding: .5rem;
  }
}
p a:link,
p a:visited {
  color: inherit;
}
p a:hover {
  color: #ffffff;
}
em {
  font-style: italic;
}
strong {
  font-weight: 700;
}
.padding1 {
  padding: 1rem;
}
.padding2 {
  padding: 2rem;
}
.logo {
  float: left;
}
.logo img {
  max-width: 100%;
}
@media handheld, only screen and (max-width: 767px) {
  .logo img {
    max-width: 95%;
  }
}
a.button {
  margin-top: .5rem;
  padding: .4rem .6rem;
}
a.button:link,
a.button:visited {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  color: white;
  font-weight: 700;
  background-color: #80ca2b;
  font-size: .8rem;
}
#page-home a.button:link,
#page-home a.button:visited {
  display: block;
  text-align: center;
  width: 50%;
  clear: left;
  margin: 0 auto;
  margin-bottom: .25rem;
}
a.button:hover {
  background-color: #255a86;
}
a.button.website {
  background-color: #255a86;
  text-transform: uppercase;
  font-size: .5rem;
  letter-spacing: 2px;
}
a.button.website:hover {
  color: #255a86;
  background-color: #d4d5d7;
}
ul.navigation {
  overflow: hidden;
  margin: 0 auto;
  padding: 1.5em;
  float: right;
}
@media handheld, only screen and (max-width: 767px) {
  ul.navigation {
    width: 100%;
    padding: 0;
  }
}
ul.navigation li {
  font-family: 'Open Sans', sans-serif;
  font-size: .8rem;
  float: left;
  text-align: center;
}
ul.navigation li a {
  padding: 16px 7px;
}
ul.navigation li a:link,
ul.navigation li a:visited {
  text-decoration: none;
  border-right: 1px solid #D5D8DB;
  color: black;
}
@media handheld, only screen and (max-width: 767px) {
  ul.navigation li a:link,
  ul.navigation li a:visited {
    display: block;
    height: auto;
    border-right: 0;
    background-color: rgba(37, 90, 134, 0.15);
  }
}
ul.navigation li a:hover {
  background: #e9eaed;
}
@media handheld, only screen and (max-width: 767px) {
  ul.navigation li {
    width: 100%;
    float: none;
    display: block;
  }
}
ul.navigation li.last a {
  border-right: 0;
}
ul.navigation li.current a {
  background: #255a86;
  color: white;
  border-right: 0;
}
.royalSlider {
  width: 100%;
}
.banner-container {
  width: 100%;
  margin: 2rem 0;
}
.banner-single {
  border-bottom: 4px solid #80ca2b;
}
.banner-single img {
  float: left;
}
@media handheld, only screen and (max-width: 767px) {
  .banner-single img {
    max-width: 100%;
  }
}
.title-holder {
  text-align: centre;
  display: block;
  position: absolute;
  z-index: 5000;
  width: 100%;
  padding: 3.3rem;
  color: white;
}
@media handheld, only screen and (max-width: 767px) {
  .title-holder {
    padding: .5rem;
  }
}
.title-holder h1 {
  font-size: 2.8rem;
  text-align: center;
  color: white;
  letter-spacing: -3px;
  text-shadow: 2px 2px 4px #000000;
}
@media handheld, only screen and (max-width: 767px) {
  .title-holder h1 {
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: 0;
  }
}
.title-holder p {
  font-weight: 700;
  display: block;
  position: relative;
  top: 4rem;
  font-size: 1.4rem;
  text-align: center;
  text-shadow: 2px 2px 4px #000000;
}
@media handheld, only screen and (max-width: 767px) {
  .title-holder p {
    font-size: .7rem;
    top: 1.5rem;
  }
}
.content h1 {
  font-size: 2.3rem;
  clear: left;
  text-align: center;
  line-height: 1.12;
  font-weight: 100;
}
@media handheld, only screen and (max-width: 767px) {
  .content h1 {
    font-size: 1.5rem;
  }
}
.content h2 {
  clear: left;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 1rem;
}
#page-contact .content h2 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
}
@media handheld, only screen and (max-width: 767px) {
  .content h2 {
    font-size: 1.1rem;
  }
}
.content h3 {
  clear: left;
}
.content p,
.content li {
  margin-bottom: 1rem;
}
.content ul {
  float: left;
  width: 40%;
  margin-bottom: 1rem;
  margin-left: 8.2rem;
}
.content ul li {
  list-style-type: disc;
  margin-bottom: 0;
}
@media handheld, only screen and (max-width: 767px) {
  .content ul {
    width: 100%;
    float: none;
    margin-left: 1.2rem;
  }
}
.centered {
  clear: both;
  margin: 0 auto;
  float: none;
  display: block;
  margin-bottom: 2rem;
}
i.menu-bar {
  display: none;
}
@media handheld, only screen and (max-width: 767px) {
  i.menu-bar {
    text-align: center;
    display: block;
    padding: 0;
    padding: .85em 0;
    z-index: -200;
  }
  i.menu-bar span {
    font-size: 1.2rem;
    color: white;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    top: -.2em;
  }
}
.off {
  display: none;
}
.on {
  display: block;
}
.hidden {
  display: none;
}
.mobile-nav {
  display: none;
}
@media handheld, only screen and (max-width: 767px) {
  .mobile-nav {
    float: right;
    display: inline-block;
    padding-right: .5rem;
  }
}
@media handheld, only screen and (max-width: 767px) {
  .dropdown {
    background-color: white;
    box-shadow: 0px 5px 18px #444;
  }
}
.centered_container {
  text-align: center;
}
#page-home {
  text-align: center;
}
#page-home h2 {
  font-size: 1.7rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media handheld, only screen and (max-width: 767px) {
  #page-home h2 {
    font-size: 1.2rem;
  }
}
#page-home h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
#page-home p {
  margin-bottom: 1rem;
}
.external_site {
  float: left;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1rem;
}
.external_site img {
  display: block;
  margin: 0 auto;
  margin-bottom: .5rem;
}
.external_site a {
  padding: 1rem;
  display: block;
}
.external_site a:link,
.external_site a:visited {
  text-decoration: none;
  font-weight: 700;
  font-size: .9rem;
  color: #255a86;
  background-color: rgba(37, 90, 134, 0.15);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.external_site a:hover {
  background-color: #255a86;
  color: white;
}
ul.home-services {
  list-style-type: none;
  margin-bottom: 2rem;
  overflow-y: hidden;
}
ul.home-services li {
  width: 25%;
  float: left;
}
ul.home-services li h4 {
  text-align: center;
  font-weight: 700;
  color: #255a86;
  margin-bottom: .25rem;
  padding: 0 2rem;
}
ul.home-services li img {
  max-width: 95%;
  display: block;
  margin: 0 auto;
  margin-bottom: .5rem;
}
@media handheld, only screen and (max-width: 767px) {
  ul.home-services li {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.sub-services h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #255a86;
  margin-bottom: 1rem;
}
ul.sub-service {
  display: block;
  overflow-y: hidden;
  margin-bottom: 2rem;
}
ul.sub-service li {
  float: left;
  margin-bottom: 2rem;
}
ul.sub-service li h3 {
  font-weight: 700;
  color: #80ca2b;
  margin-bottom: .3rem;
}
ul.sub-service li p {
  font-size: .9rem;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
  padding-right: 1rem;
}
ul.sub-service li a {
  margin-top: .5rem;
  padding: .4rem .6rem;
}
ul.sub-service li a:link,
ul.sub-service li a:visited {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  color: white;
  font-weight: 700;
  background-color: #80ca2b;
  font-size: .8rem;
}
ul.sub-service li a:hover {
  background-color: #255a86;
}
ul.sub-service.columns-2 li {
  width: 50%;
}
@media handheld, only screen and (max-width: 767px) {
  ul.sub-service.columns-2 li {
    width: 100%;
    padding-right: 1rem;
  }
}
ul.sub-service.columns-3 li {
  width: 33.3333%;
}
@media handheld, only screen and (max-width: 767px) {
  ul.sub-service.columns-3 li {
    width: 100%;
    padding-right: 1rem;
  }
}
.free-pest-control {
  text-align: center;
  background-color: rgba(37, 90, 134, 0.1);
  padding: 2rem;
}
@media handheld, only screen and (max-width: 767px) {
  .free-pest-control {
    padding: 1rem;
  }
}
.free-pest-control h2 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #255a86;
  margin-bottom: 1rem;
}
.free-pest-control p {
  font-size: .9rem;
  width: 60%;
  margin: 0 auto;
  margin-bottom: .4rem;
}
.free-pest-control p a:link,
.free-pest-control p a:visited {
  text-decoration: underline;
}
.free-pest-control p a:hover {
  color: #255a86;
}
@media handheld, only screen and (max-width: 767px) {
  .free-pest-control p {
    width: 100%;
  }
}
.free-pest-control a.free-pest-link:link,
.free-pest-control a.free-pest-link:visited {
  display: inline-block;
  margin-top: 1rem;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  padding: .7rem;
  background-color: #255a86;
  font-size: .8rem;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.free-pest-control a.free-pest-link:hover {
  background-color: rgba(37, 90, 134, 0.7);
  color: white;
}
/* Forms */
form {
  margin-bottom: 3em;
  overflow: hidden;
  font-size: .9rem;
}
@media handheld, only screen and (max-width: 767px) {
  form {
    text-align: center;
  }
}
form label.InputfieldHeaderHidden {
  display: none;
}
form input[type=text],
form input[type='number'],
form input[type='email'],
form input[type='textarea'],
form #Inputfield_message,
form #Inputfield_email {
  border: 1px solid #d4d5d7;
  padding: .55rem;
  margin-bottom: 1em;
  border-radius: 5px;
}
form textarea {
  padding: .5rem;
  width: 100%;
  margin-bottom: 1em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
@media handheld, only screen and (max-width: 767px) {
  form textarea {
    width: 100%;
  }
}
.Inputfield {
  vertical-align: none;
}
.ui-widget-header {
  vertical-align: top;
}
label {
  display: inline-block;
  width: 9rem;
}
@media handheld, only screen and (max-width: 767px) {
  label {
    width: 100%;
    text-align: left;
  }
}
.ui-widget-content {
  display: inline-block;
}
.ui-widget-content p.notes {
  font-size: .7rem;
}
@media handheld, only screen and (max-width: 767px) {
  .ui-widget-content {
    width: 100%;
  }
}
#FormBuilder_contact input {
  width: 100%;
}
@media handheld, only screen and (max-width: 767px) {
  #FormBuilder_contact input {
    width: 100%;
  }
}
button[type=submit] {
  background-color: #efefef;
  padding: .5rem;
  border: 1px solid #d4d5d7;
  font-size: .9rem;
  border-radius: 5px;
  color: #7b7b7b;
}
@media handheld, only screen and (max-width: 767px) {
  button[type=submit] {
    margin: 0 auto;
    display: inline-block;
  }
}
.client-logos div img {
  display: block;
  margin: 0 auto;
}
@media handheld, only screen and (max-width: 767px) {
  .client-logos div img {
    max-width: 100%;
    padding: .2rem;
  }
}
.footer {
  clear: both;
  overflow: hidden;
  padding: 1.5em 0;
  border-top: 3px solid #255a86;
  text-align: left;
}
.footer .copyright {
  padding: 0 1rem;
}
ul.footer-nav {
  float: left;
}
@media handheld, only screen and (max-width: 767px) {
  ul.footer-nav {
    float: none;
    margin-bottom: 1rem;
  }
}
ul.footer-nav li {
  font-family: 'Open Sans', sans-serif;
  font-size: .7rem;
  font-weight: 300;
  display: inline-block;
}
ul.footer-nav li a:link,
ul.footer-nav li a:visited {
  text-decoration: none;
  padding: 8px 3px;
  border-right: 1px solid #D5D8DB;
  color: black;
}
@media handheld, only screen and (max-width: 767px) {
  ul.footer-nav li a:link,
  ul.footer-nav li a:visited {
    border-right: 0;
    padding: 0;
    display: block;
    text-align: center;
  }
}
ul.footer-nav li a:hover {
  background: #e9eaed;
}
@media handheld, only screen and (max-width: 767px) {
  ul.footer-nav li {
    line-height: 2;
    display: block;
  }
}
ul.footer-nav li.last a {
  border-right: 0;
}
ul.footer-nav li.current a {
  font-weight: 700;
}
ul.footer-contact {
  float: right;
  overflow: hidden;
}
@media handheld, only screen and (max-width: 767px) {
  ul.footer-contact {
    float: none;
  }
}
ul.footer-contact li {
  font-family: 'Open Sans', sans-serif;
  font-size: .7rem;
  font-weight: 300;
  display: inline-block;
}
@media handheld, only screen and (max-width: 767px) {
  ul.footer-contact li {
    line-height: 2;
    display: block;
    text-align: center;
  }
}
/* Edit button when oged in */
a.editpage {
  position: fixed;
  bottom: 0;
  right: 0;
  text-align: center;
  background-color: red;
  padding: .9rem;
  margin: .2rem;
}
a.editpage:link,
a.editpage:visited {
  font-family: 'Open Sans', sans-serif;
  color: white;
  text-decoration: none;
}
a.editpage:hover {
  text-decoration: underline;
}
