/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */


/* ===========================================================
    Box-sizing borderbox with exception for 3rd party elements
   =========================================================== */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

iframe *, object * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

* iframe {
    border: none;
}

/* --------------------------------------------------------------------------
FONTS
--------------------------------------------------------------------------- */
@font-face {
    font-family: gs_light_regular;
    src: url("../font/GillSansStd-Light.otf");
    src: url("../font/gs_light_regular.woff") format("woff");
    font-weight: normal;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    width: 700px;
    height: 480px;
    margin: 0 auto;
}

    body * {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-weight: normal;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        color: #3b4250;
        font-size: 12px;
        line-height: 18px;
    }

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    color: #440066;
}

h1 {
    font-family: 'gs_light_regular',Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
}

h2 {
    font-weight: bold;
}

* strong {
    font-weight: bold;
    color: inherit;
}



/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */


/* ===== royalSlider Styles ==================================================
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
    direction: ltr;
}

    .royalSlider > * {
        float: left;
    }

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
}

.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: 700px !important;
    height: 480px !important;
    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: 406px;
    width: 1000px;
}

.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 {
    /*left: 0;
	top: 0;
	position: absolute;*/
    /*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
    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(grab.png) 8 8, move;
}

.grabbing-cursor {
    cursor: url(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(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: '../images/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 {
}

    .rsDefault .rsOverflow {
    }


    /***************
*
*  1. Arrows
*
****************/

    .rsDefault .rsArrow {
        height: 44px;
        width: 44px;
        position: absolute;
        display: block;
        cursor: pointer;
        z-index: 21;
    }

        .rsDefault .rsArrow.rsArrowDisabled .rsArrowIcn {
            opacity: 1;
            filter: alpha(opacity=100);
        }


    .rsDefault .rsArrow {
        height: 44px;
        width: 44px;
        position: absolute;
        bottom: 0;
        display: block;
        cursor: pointer;
        z-index: 250;
    }

    .rsDefault.rsHor .rsArrowLeft, .rsDefault.rsHor .rsArrowRight {
        right: 260px;
        bottom: 10px;
        width: 43px;
        height: 48px;
        cursor: pointer;
        background: url('../images/pager_tab_left.png');
        background-position: left center;
        overflow: hidden;
    }

        .rsDefault.rsHor .rsArrowLeft.rsArrowDisabled, .rsDefault.rsHor .rsArrowLeft.rsArrowDisabled:hover {
            width: 15px;
            cursor: default;
        }

        .rsDefault.rsHor .rsArrowRight.rsArrowDisabled, .rsDefault.rsHor .rsArrowRight.rsArrowDisabled:hover {
            width: 15px;
            right: 45px;
            cursor: default;
        }



    .rsDefault.rsHor .rsArrowRight {
        right: 17px;
        bottom: 10px;
        background: url('../images/pager_tab_right.png');
        background-position: right center;
    }

        .rsDefault.rsHor .rsArrowLeft:hover, .rsDefault.rsHor .rsArrowRight:hover {
            width: 50px;
        }

        .rsDefault.rsHor .rsArrowRight:hover {
            right: 10px;
        }


    .rsDefault .rsArrowDisabled .rsArrowIcn {
        opacity: .2;
        filter: alpha(opacity=20);
        *display: none;
    }


    /***************
*
*  2. Bullets
*
****************/

    .rsDefault .rsBullets {
        position: absolute;
        z-index: 35;
        right: 70px;
        bottom: 15px;
        height: 34px;
        width: 180px;
        line-height: 25px;
        overflow: hidden;
    }

    .rsDefault .rsBullet {
        position: relative;
        float: left;
        display: block;
        margin: 8px 8px;
        cursor: pointer;
        color: #9f9f9f;
        font-size: 20px;
        font-family: 'gs_light_regular',Verdana,Arial,Helvetica,sans-serif;
    }

        .rsDefault .rsBullet.rsNavSelected {
            color: #440066;
            font-family: 'gs_light_regular',Verdana,Arial,Helvetica,sans-serif;
            font-weight: bold;
            font-size: 22px;
            margin: 7px 8px;
        }






    /***************
*
*  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('../images/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('../images/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(../images/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('../images/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(../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;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

#plannerWrapper {
    display: none;
    position: relative;
    height: 480px;
    width: 700px;
    background: url(../images/background.jpg);
}

#homeWrapper {
    position: relative;
    height: 480px;
    width: 700px;
    background: url(../images/background.jpg);
    background: url(../images/home_background.jpg);
}

.plannerSideShadeLeft, .plannerSideShadeRight {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0px;
    overflow: visible;
    z-index: 1000;
}

    .plannerSideShadeLeft img, .plannerSideShadeRight img {
        display: block;
        position: relative;
        float: left;
        z-index: 1000;
        height: 495px;
        width: 15px;
    }

.plannerSideShadeRight {
    right: 15px;
    left: auto;
    top: 0;
}


.plannerTitle {
    position: absolute;
    left: 15px;
    bottom: 20px;
    width: auto;
}

    .plannerTitle h1 {
        font-size: 19px;
        color: #9f9f9f;
        line-height: 30px;
    }

        .plannerTitle h1 a {
            font-size: inherit;
            color: inherit;
            line-height: inherit;
            font-family: inherit;
            text-decoration: none;
        }

.navSlith {
    position: absolute;
    right: 266px;
    bottom: 0;
    height: 65px;
    width: 0px;
    overflow: visible;
    z-index: 1000;
}

    .navSlith.right {
        right: 60px;
    }

    .navSlith img {
        display: block;
        position: relative;
        float: left;
        z-index: 1000;
        height: 65px;
        width: 6px;
    }

.tipN, .tipNE, .tipE, .tipSE, .tipS, .tipSW, .tipW, .tipNW {
    display: block;
    position: absolute;
    height: 80px;
    width: 80px;
    z-index: 500;
}

.tipN {
    background: url(../images/tip-icon_N.png) no-repeat;
}



.tipE {
    background: url(../images/tip-icon_E.png) no-repeat;
}

.tipSE {
    background: url(../images/tip-icon_SE.png) no-repeat;
}

.tipS {
    background: url(../images/tip-icon_S.png) no-repeat;
}

.tipSW {
    background: url(../images/tip-icon_SW.png) no-repeat;
}

.tipW {
    background: url(../images/tip-icon_W.png) no-repeat;
}

.tipNW {
    background: url(../images/tip-icon_NW.png) no-repeat;
}

.tipNE,
.slide6 .tip6-1 {
    background: url(../images/tip-icon_NE.png) no-repeat;
}

/* ==========================================================================
   Home styles
   ========================================================================== */

#homeWrapper.home .homeContent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

#homeWrapper.home .introVideoLink {
    position: absolute;
    height: 165px;
    width: 284px;
    top: 210px;
    left: 30px;
    background: url(../images/home_videolink.png);
}

#homeWrapper.home .homeText {
    position: absolute;
    height: 225px;
    width: 275px;
    bottom: 0;
    left: 365px;
}


    #homeWrapper.home .homeText p {
        margin: 5px 0;
    }

        #homeWrapper.home .homeText p strong {
            font-weight: bold;
        }

    #homeWrapper.home .homeText a.gill {
        display: block;
        position: absolute;
        right: 5px;
        bottom: 25px;
        font-family: 'gs_light_regular',Verdana,Arial,Helvetica,sans-serif;
        font-weight: normal;
        font-size: 26px;
        color: #5c005c;
        text-decoration: none;
    }


#homeWrapper.home .rsArrowRight {
    display: block;
    position: absolute;
    width: 43px;
    height: 48px;
    cursor: pointer;
    overflow: hidden;
    right: 17px;
    bottom: 10px;
    background: url('../images/pager_tab_right.png');
    background-position: right center;
}

    #homeWrapper.home .rsArrowRight:hover {
        width: 50px;
        right: 10px;
    }

/* ==========================================================================
   Global slide styles
   ========================================================================== */

.rsContent {
    overflow: visible;
}

    .rsContent > * {
        display: block;
        position: absolute;
    }

    .rsContent .plannerSlideHeader {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 15000;
    }

    .rsContent .textBlock {
        background-color: white;
        height: auto;
        padding: 15px;
        box-shadow: #444 1px 1px 5px 0px;
    }

        .rsContent .textBlock h2 {
            font-size: 100%;
        }

        .rsContent .textBlock p {
            position: relative;
            margin: 0;
            float: left;
        }

            .rsContent .textBlock p span {
                margin: 0;
                color: #440066;
                font-weight: bold;
            }

            .rsContent .textBlock p a,
            .rsContent a.purple {
                margin: 0;
                color: #440066;
            }


        .rsContent .textBlock ol {
            list-style-position: outside;
            margin: 0;
        }




/* ==========================================================================
   slide 1 content
   ========================================================================== */

.slide1 .textBlock {
    top: 100px;
    left: 0;
    width: 460px;
    height: 265px;
    padding-left: 30px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url(../images/popup_1_1_background.jpg);
    background-repeat: no-repeat;
    background-position: 40px 125px;
    background-size: 45%;
}

    .slide1 .textBlock h2 {
        font-size: 100%;
    }

    .slide1 .textBlock ol,
    .slide1 .textBlock ul {
        padding-left: 19px;
        margin: 0;
        position: relative;
    }

    .slide1 .textBlock li {
    }

.slide1 .page1Img {
    left: 159px;
    top: 54px;
}

.slide1 .imgRuler1 {
    top: 75px;
    left: 408px;
}

.slide1 .imgPolaroids1 {
    top: 175px;
    left: 358px;
    z-index: 8;
}

.slide1 .imgTapeMeasure1 {
    top: 68px;
    left: 498px;
}

.slide1 .imgPencil1 {
    top: 68px;
    left: 280px;
    z-index: 9;
}

.slide1 .imgPen1 {
    top: 217px;
    left: 217px;
}

.slide1 .tip1-1 {
    top: 137px;
    left: 460px;
}


.slide1 .tip1-2 {
    top: 300px;
    left: 250px;
}


.slide1 .philButton.slidebutton.graphButton {
    position: absolute;
    width: auto;
    max-width: 65%;
    right: 30px;
    bottom: 10px;
    margin: 1em 0;
    background-image: url(../images/download_button.png);
    background-repeat: no-repeat;
    background-position: 98% 5px;
    padding-right: 40px;
}

/* ==========================================================================
   slide 2 content
   ========================================================================== */

.slide2 .imgPaper2 {
    top: 90px;
    left: 10px;
}

.slide2 .textBlock {
    top: 170px;
    left: 400px;
    width: 300px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}


.slide2 .imgPencil2 {
    top: 275px;
    left: -125px;
}


.slide2 .tip2-1 {
    top: 95px;
    left: 390px;
}



/* ==========================================================================
   slide 3 content
   ========================================================================== */

.slide3 #accordion {
    position: absolute;
    height: auto;
    width: auto;
    left: 0;
    top: 90px;
    padding-left: 25px;
}

.slide3 h2 {
    display: block;
    cursor: pointer;
    font-family: 'gs_light_regular',Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: white;
    margin: 15px 0 10px;
    padding-left: 15px;
    background-image: url(../images/accordeon-menu_arrow.png);
    background-size: 8px 11px;
    background-position: 0 3px;
    background-repeat: no-repeat;
    width: 335px;
}

    .slide3 h2.ui-accordion-header-active {
        background-image: url(../images/accordeon-menu_arrow_down.png);
        background-size: 11px 8px;
        background-position: 0 3px;
        background-repeat: no-repeat;
    }

.slide3 .textBlock {
    padding: 0 15px;
    border-radius: 5px;
    width: 325px;
}

    .slide3 .textBlock p {
        margin: 15px 0;
    }

.slide3 .imgPaper3 {
    top: 25px;
    left: 395px;
}

.slide3 .tip3-1 {
    top: 115px;
    left: 560px;
}

.slide3 .tip3-2 {
    top: 300px;
    left: 505px;
}

.slide3 .imgPaper3b {
    top: 52px;
    left: 395px;
}

.slide3 .tip3-3 {
    top: 275px;
    left: 450px;
}

.slide3 .tip3-4 {
    top: 60px;
    left: 435px;
}

.slide3 .imgPaper3c {
    top: 48px;
    left: 407px;
}

.slide3 .tip3-5 {
    top: 55px;
    left: 622px;
}

.slide3 .tip3-6 {
    top: 300px;
    left: 463px;
}



.slide3 .js3b,
.slide3 .js3c {
    display: none;
}


/* ==========================================================================
   slide 4 content
   ========================================================================== */

.slide4 .imgPaper4 {
    top: 40px;
    left: 40px;
}

.slide4 .textBlock {
    top: 100px;
    left: 380px;
    width: 320px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.slide4 .tip4-1 {
    top: 295px;
    left: 475px;
}

.slide4 .tip4-2 {
    top: 250px;
    left: 236px;
}

.slide4 .tip4-3 {
    top: 75px;
    left: 80px;
}

.slide4 .tip4-4 {
    top: 250px;
    left: 50px;
}

.slide4 .imgLegend4 {
    top: 290px;
    left: 0px;
}

/* ==========================================================================
   slide 5 content
   ========================================================================== */

.slide5 .imgPaper5 {
    top: 40px;
    left: 215px;
}

.slide5 .textBlock {
    top: 120px;
    left: 0px;
    width: 260px;
    padding-left: 45px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.slide5 .tip5-1 {
    top: 280px;
    left: 605px;
}

.slide5 .tip5-2 {
    top: 265px;
    left: 230px;
}

.slide5 .tip5-3 {
    top: 189px;
    left: 393px;
}

.slide5 .tip5-4 {
    top: 137px;
    left: 502px;
}


/* ==========================================================================
   slide 6 content
   ========================================================================== */

.slide6 .imgPaper6 {
    top: 135px;
    left: 320px;
    z-index: 200;
}

.slide6 .textBlock {
    top: 90px;
    left: 0px;
    width: 395px;
    padding: 15px 75px 15px 45px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}

.whiteBar {
    width: 100%;
    height: 85px;
    top: 321px;
    left: 0;
    background-color: white;
}

.imgProd6-1 {
    top: 280px;
    left: 55px;
}

.imgProd6-2 {
    top: 275px;
    left: 220px;
}

.imgProd6-3 {
    top: 279px;
    left: 380px;
}

.imgProd6-4 {
    top: 278px;
    left: 535px;
}

.imgProd6-1,
.imgProd6-2,
.imgProd6-3,
.imgProd6-4 {
    height: 100px;
    width: 100px;
}

.lnkProd, .lnkProd:hover {
    display: block;
    display: block;
    top: 376px;
    text-decoration: none;
    width: 131px;
    font-size: 11px;
    line-height: 14px;
}

    .lnkProd .arrowRight {
        display: inline-block;
        position: relative;
        background-image: url(../images/content_arrow_purple.png);
        background-size: contain;
        height: 8px;
        width: 7px;
        margin-left: 5px;
    }

.lnkProd6-1 {
    left: 60px;
}

.lnkProd6-2 {
    left: 225px;
}

.lnkProd6-3 {
    left: 385px;
}

.lnkProd6-4 {
    left: 540px;
}

.glare6 {
    z-index: 1;
    left: 430px;
    top: 52px;
    width: 250px;
}


.slide6 .tip6-1 {
    top: 200px;
    left: 300px;
}

.slide6 .textblock p {
    margin-top: 0;
}

.slide6 .philButton {
    float: left;
    position: relative;
    display: block;
    margin: 16px 0 0;
}


/* ==========================================================================
   Global modal styles
   ========================================================================== */
.simplemodal-overlay {
    position: absolute !important;
    height: 100% !important;
    width: 100% !important;
    background: url(../images/lightbox_background_black70.png) !important;
}

.simplemodal-container {
    height: 0 !important;
    width: 0 !important;
    overflow: visible !important;
}

.modalTip {
    display: none;
    width: 400px;
    height: auto;
    max-height: 450px;
    left: 150px;
    right: 150px;
    position: absolute;
    background-color: white;
    border-radius: 5px;
    padding: 25px;
    overflow: auto;
}

    .modalTip.full {
        top: 25px;
        bottom: 25px;
        left: 25px;
        right: 25px;
        width: 650px;
        height: 430px;
        margin-top: 0 !important;
        overflow: auto;
    }

    .modalTip.fullWidth,
    #tip3-2,
    #tip3-5
     {
        left: 25px;
        right: 25px;
        width: 650px;
        overflow: auto;
    }


    .modalTip .modalCloseImg, .modalTipFull .modalCloseImg {
        position: absolute;
        z-index: 20000;
        right: 10px;
        top: 10px;
        height: 16px;
        width: 16px;
        background: url(../images/lightbox_close-button.png) no-repeat;
        cursor: pointer;
    }

    .modalTip > * {
        position: relative;
        float: left;
        clear: both;
    }

    .modalTip h2,
    .modalTip h3 {
        font-family: 'gs_light_regular', Verdana, Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: normal;
        width: 95%;
        line-height: 30px;
    }

#homeWrapper .modalTip h2 {
    margin-bottom: 10px;
}

.modalTip p a {
    color: #0b5ed7;
}



/* ==========================================================================
   Modal specific styles
   ========================================================================== */

#tipStart iframe {
    margin-top: 16px;
}



#tip1-1 {
    background-image: url(../images/popup_1_1_background.jpg);
    background-repeat: no-repeat;
    background-position: 210px bottom;
    background-size: 55%;
}

    #tip1-1 p,
    #tip2-1 p,
    #tip3-1 p,
    #tip3-2 p,
    #tip3-3 p,
    #tip3-5 p,
    #tip3-6 p,
    #tip4-2 p,
    #tip3-4 p {
        width: 50%;
    }


#tip1-2 > p {
    width: 60%;
    margin-bottom: 25px;
}

#tip1-2 > .philButton {
    clear: none;
    float: right;
    padding: 10px 25px;
}

#tip1-2 div,
#tip4-4 div {
    width: 50%;
    float: left;
    clear: none;
    margin-bottom: 25px;
}

#tip4-4 .left div,
#tip4-4 .right div {
    width: 100%;
}


#tip1-2 div img,
#tip4-4 div img {
    float: left;
}

#tip1-2 div p,
#tip4-4 div p {
    float: left;
    width: 150px;
    margin: 10px;
}



#tip2-1 {
    float: right;
    clear: none;
    height: auto;
    background-image: url(../images/popup_2_1_background.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#tip3-1 img,
#tip3-2 img,
#tip3-3 img,
#tip3-4 img,
#tip3-5 img,
#tip3-6 img,
#tip4-2 img {
    float: right;
    clear: none;
}

#tip3-1 .philButton,
#tip3-2 .philButton,
#tip3-3 .philButton,
#tip3-4 .philButton,
#tip3-5 .philButton,
#tip3-6 .philButton,
#tip3-7 .philButton,
#tip4-2 .philButton {
    float: right;
    padding: 7px 15px;
    clear: right;
}

#tip4-1 {
    background-image: url(../images/popup_4_1_1.jpg);
    background-repeat: no-repeat;
    background-position: 350px top;
}

    #tip4-1 h2 {
        width: 55%;
    }

    #tip4-1 p {
        width: 58%;
        margin-bottom: 0px;
    }


    #tip4-1 .lplTHead {
        position: absolute;
        height: 10px;
        left: 0;
        right: 0;
        bottom: 200px;
        width: 650px;
        background-image: url(../images/popup_4_1_2_slith.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        z-index: 100;
    }

        #tip4-1 .lplTHead td {
            font-family: 'gs_light_regular', Verdana, Arial, Helvetica, sans-serif;
            font-size: 20px;
            color: #440066;
            padding: 0 25px;
            line-height: 30px;
        }

    #tip4-1 td.col1 {
        width: 250px;
    }

    #tip4-1 .lplTBody {
        position: absolute;
        height: 210px;
        left: 0;
        right: 0;
        bottom: 0;
        width: 650px;
        overflow-y: scroll;
    }

        #tip4-1 .lplTBody tr {
            border-bottom: solid 1px #D8D8D8;
        }

            #tip4-1 .lplTBody tr.grey {
                background-color: #F2F2F2;
            }

        #tip4-1 .lplTBody td {
            vertical-align: top;
        }

            #tip4-1 .lplTBody td.col1 {
                border-right: solid 1px #D8D8D8;
                font-weight: bold;
                padding-left: 55px;
            }

        #tip4-1 .lplTBody td {
            padding: 10px 20px;
        }

div.tableHead {
    position: relative;
    width: 100%;
    height: 30px;
    background: #992c96;
    padding: 6px 0 0 55px;
    margin: 0;
    font-family: 'gs_light_regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #ffffff;
}

    div.tableHead .item-icon {
        float: left;
        position: absolute;
        left: 5px;
        top: -10px;
        z-index: 999;
    }

#tip4-3 {
    overflow: hidden;
}

#tip4-4 {
    overflow: auto;
}

    #tip4-3 .left,
    #tip4-3 .right,
    #tip5-1 .left,
    #tip5-1 .right,
    #tip5-3 .left,
    #tip5-3 .right {
        position: relative;
        width: 300px;
        float: left;
        padding-right: 20px;
    }

    #tip4-3 .right,
    #tip5-1 .right,
    #tip5-3 .right {
        width: 296px;
        clear: none;
        padding-top: 16px;
        padding-right: 0;
    }

    #tip4-3 .right {
        padding-top: 0;
    }

        #tip4-3 .right iframe,
        #tip5-1 .right iframe,
        #tip5-3 .right iframe {
            margin-bottom: 8px;
        }

         #tip4-3 .right iframe{
            margin-bottom: 4px;
        }

    #tip4-4 .left,
    #tip4-4 .right {
        margin-bottom: 0;
    }


        #tip4-4 .left p {
            width: 95%;
        }

        #tip4-4 .left div p,
        #tip4-4 .right div p {
            width: 145px;
        }

#tip5-2 {
    background-image: url(../images/popup_5_1_image.jpg);
    background-position: 290px 96px;
    background-repeat: no-repeat;
}

    #tip5-2 p {
        width: 60%;
    }

#tip5-4 {
    background-image: url(../images/popup_5_4_image.jpg);
    background-position: 225px 70px;
    background-repeat: no-repeat;
}

    #tip5-4 p {
        width: 55%;
    }



#tip6-1 img {
    width: 100%;
    margin-top: 10px;
}

/* ==========================================================================
   buttons
   ========================================================================== */

.philButton {
    position: relative;
    color: #FFFFFF;
    background-color: #f08b27;
    border-radius: 2px;
    font-family: 'gs_light_regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-decoration: none;
    color: white;
    cursor: pointer;
    padding: 7px 25px;
    margin: 1em 0;
}

    .philButton:hover {
        text-decoration: none;
    }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clear {
    clear: both;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.listDIV {
    padding: 15px;
    border-bottom: #F3f3f3 2px solid;
}

    .listDIV.odd img {
        float: left;
    }

    .listDIV.even img {
        float: right;
    }

    .listDIV h3 {
        float: left;
        margin-left: 20px;
        font-size: 21px;
        display: inline;
        margin-bottom: 0px;
        max-width: 450px;
    }

    .listDIV h4 {
        float: left;
        margin-left: 20px;
        font-family: 'gs_light_regular', Verdana, Arial, Helvetica, sans-serif;
        font-size: 18px;
        display: inline;
        margin-bottom: 0px;
        max-width: 450px;
    }

    .listDIV p {
        margin-top: 0px;
        width: 440px;
        margin-left: 20px;
        float: left;
    }

.slideheader h3 {
    /*font-family: 'gs_light_regular',Verdana,Arial,Helvetica,sans-serif;*/
    margin-bottom: 20px;
    margin-top: 10px;
}

.philButton.slidebutton {
    display: block;
    margin: 0;
    background-color: #5c005c;
}
