/*  CSS MAIN DOCUMENT */

/* ------------------ FONTS LIST ------------------------- */
.font_playFair { 
    /*font-family: 'Playfair Display SC', Arial, serif; 
    font-family: 'Oswald', sans-serif;*/
    font-family: 'Alegreya Sans SC', sans-serif;
    font-weight: 600; 
}

.font_Oswald {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}

.font_Monset {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;            
}

.contactUsList li {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;            
}

.font_Ubuntu {
    font-family: 'Ubuntu Condensed', sans-serif;
    font-size: 12px;
}


/* ------------ END OF FONTS LIST ------------------------- */

*{-moz-box-sizing:border-box;box-sizing:border-box} 

html, body { height:100%; }

body {

    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;

    background: #e3e3e3;
    list-style: none;
    /*    line-height: 1.15;
    font-size: .85em;
    color: #444;
    background-image: url('../images/overlay_pattern.png');*/
    background-color: white;
    color: #333;
    font-size: 12px;
    line-height: 20px;
}

a {
    text-decoration: none;
    color: black;
}

nav a {
    display: inline-block;
    margin: 0 8px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #A59D9D;
    border-bottom: 2px solid red;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;

    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

ul {
    list-style: none;
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;    
}

h1 {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

#chrUnit{
    margin: 0px;
    border-bottom:1px solid rgba(0,0,0,.45);
}

#chrDescription{
  margin-top: 0px;
  border-top:1px solid rgba(0,0,0,.15);
}

#unitDetails {
	visibility: hidden; width: 230px; position: absolute; top: 95px; right: 15px;  border: 1px solid rgba(0, 0, 0, 0.4); border-top-left-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; border-bottom-left-radius: 8px; display: block; -webkit-box-shadow: rgba(50, 50, 50, 0.592157) 0px 0px 30px 0px; box-shadow: rgba(50, 50, 50, 0.592157) 0px 0px 30px 0px;
	background-color: #F8F8F8;
}

#vidDisplayCaption {
	/* width: 220px; position: absolute; display: block; bottom: -25px; right: 5px; */ 
	text-align: center; margin-top: 0px; font-weight: 800;
}

#vidDisplay {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border: 2px solid gray;
	display: block;
	background: black;
	margin: auto;
}

#header {
	height: 85px;
	background-color: white;
	position: fixed;
	/* margin: auto; */
	width: 100%;
	-moz-box-shadow: 0px 5px 32px 0px #999999;
	-webkit-box-shadow: 0px 5px 32px 0px #999999;
	box-shadow: 0px 5px 32px 0px #999999;
	z-index: 900;
}

#headerBgFixed{
	width: 100%;
	max-width: 1024px;
	/* height: 100%; */
	height: 85px;
	overflow: hidden;
	margin: auto;
	/* position: fixed; */
	background-color: white;
	/* z-index: 100; */
}

#machineBBuilt {
	width: 200px;
	position: relative;
	top: -122px;
	left: 740px;
	height: 144px;
	/* right: 10%; */
	text-align: right;
}

h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
h3 {
  margin: 10px 0px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-bottom: 14px;
}

/* ---------------------- QUOTE MSG  ---------------------------- */
.quotemsg {
  direction: ltr;
  font-family: Ubuntu+Condensed, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 24px;
  font-weight: 300;
  text-align: justify;
  text-transform: none;
  list-style-type: none;
}
.quoteheading {
  margin-bottom: 2px;
  padding-bottom: 0px;
  font-family:'Varela Round', sans-serif;
  text-align: center;
}
/* ------------------ END OF QUOTE MSG  ------------------------- */

/* ------------------ OVERLAY CONTAINER ------------------------- */
.overlayCont {
    position: fixed; width: 100%; height:100%; top: 0px; left: 0px; /*bottom: 0px; right: 0px;*/ background-color: rgba(128,128,128,.05); z-index: 99999; display: none; overflow-y:  auto; overflow-x: hidden; 
    /*background: #fff;
    filter: alpha(opacity=.05); 
    opacity: .05;
    visibility: hidden;*/
}

.chatCont {
    border-radius: 6px 6px 0px 0px; border: 1px solid rgba(0, 0, 0, 0.5); border-image: none; width: 250px; right: 5px; bottom: 20px; overflow: hidden; position: fixed; background-color: white;
    z-index: 9999; height: 36px;

}

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    /*height: 550px;*/
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}       

.attentionModal {
    position: fixed;
    top: 40%;
    left: 40%;           
    /*top: 348px;
    left: 283px;
    position: relative;
    margin: 25% auto;*/
    z-index: 1080;
    width: 269px;
    /*height: 226px;
    margin-left: -280px;
     background-color: #ffffff; */
    /* border: 1px solid #999; */
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

.overlayDialogCont {
    position: absolute; width: 100%; height:100%; top: 0px; left: 0px; bottom: 0px; right: 0px; z-index: 999999; display: none;
    /*background: #fff;
    filter: alpha(opacity=0); 
    opacity: 0;
    visibility: hidden;*/
}

.dialogModal {
    /*position: fixed;
    top: 348px;
    left: 283px;*/
    position: relative;
    margin: 25% auto;
    z-index: 1200;
    width: 269px;
    /*height: 226px;
    margin-left: -280px;*/
     background-color: #ffffff; 
    /* border: 1px solid #999; */
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    outline: none;
}

.dialogHeading {
    margin: 10px 0px 5px 0px;
    text-align: center;
}

/* ---------------END OF OVERLAY CONTAINER ---------------------- */

/* Attention Getter Dialog Box */
.attGetter {
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    position: absolute;
    left: 274px;
    margin-top: 22px;
    padding: 0px 10px;
    height: 32px;
    color: white;
    background: #595959; /* GRAY #CC3299; MAGENTA #e62163;*/
    border: 0px;
    font: 14px Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    line-height: 32px;
    white-space: nowrap;            
}

.attGetter:before {
    /* width: 0; */
    height: 0px;
    left: -7px;
    top: 12px;
    content: '';
    position: absolute;
    border-top: 4px solid transparent;
    border-right: 8px solid #595959;
    border-bottom: 4px solid transparent;           
}


.attGetterError {
    display: none;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    position: absolute;
    left: 274px;
    margin-top: 22px;
    padding: 0px 10px;
    height: 32px;
    color: white;
    /* background: #595959;  GRAY #CC3299; MAGENTA #e62163; */
    background-color: #d2322d;
    border-color: #ac2925;          
    border: 0px;
    font: 14px Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
    line-height: 32px;
    white-space: nowrap;                        
}

.attGetterError:before {
    /* width: 0; */
    height: 0px;
    left: -8px;
    top: 12px;
    content: '';
    position: absolute;
    border-top: 4px solid transparent;
    border-right: 8px solid #d2322d;
    border-bottom: 4px solid transparent;           
}

/* ----------------- END OF ATTENTION GETTER DIALOG BOX ------------- */

/* --------------  ALL BUTTONS ---------------------------------- */
.button {
  display: inline-block;
  margin-top: 11px;
  margin-bottom: 11px;
  padding: 4px 14px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
  width:250px;
  border:1px solid white;
  border-radius: 3px;
}

.button:hover {
    background-color: #00a2ff;
}

.selectedButton {
    background: darkgreen;
}

.roundButton {
    width: 215px;
    height: 30px;
    border-radius: 2000px;
    background-color: #333;

    background-image: -webkit-linear-gradient(bottom,#1A1A1A 0,#4B4B4B 100%);
    background-image: -moz-linear-gradient(bottom,#1A1A1A 0,#4B4B4B 100%);
    background-image: -o-linear-gradient(bottom,#1A1A1A 0,#4B4B4B 100%);
    background-image: -ms-linear-gradient(bottom,#1A1A1A 0,#4B4B4B 100%);
    background-image: linear-gradient(bottom,#1A1A1A 0,#4B4B4B 100%);

    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.25);
    text-align: center;
    text-decoration: none;
}

.showCustButton {
    visibility: hidden;
}

/* New Look for FORM Buttons -----------------------------------> */
.button_lb{
    border:1px solid #72021c; 
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
      margin-top: 11px;
      margin-bottom: 11px;
      padding: 4px 15px;
      background-color: black;
      color: white;
      text-align: center;
      text-decoration: none;
    /*  width:250px;
    font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; */ 
    display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
    background-color: #a90329; background-image: -webkit-gradient(linear, left top, left bottom, from(#a90329), to(#6d0019));
    background-image: -webkit-linear-gradient(top, #a90329, #6d0019);
    background-image: -moz-linear-gradient(top, #a90329, #6d0019);
    background-image: -ms-linear-gradient(top, #a90329, #6d0019);
    background-image: -o-linear-gradient(top, #a90329, #6d0019);
    background-image: linear-gradient(to bottom, #a90329, #6d0019);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#a90329, endColorstr=#6d0019);
}

.button_lb:hover{
     border:1px solid #450111;
     background-color: #77021d; background-image: -webkit-gradient(linear, left top, left bottom, from(#77021d), to(#3a000d));
     background-image: -webkit-linear-gradient(top, #77021d, #3a000d);
     background-image: -moz-linear-gradient(top, #77021d, #3a000d);
     background-image: -ms-linear-gradient(top, #77021d, #3a000d);
     background-image: -o-linear-gradient(top, #77021d, #3a000d);
     background-image: linear-gradient(to bottom, #77021d, #3a000d);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#77021d, endColorstr=#3a000d);
}

.buttonLook {
    width: 160px !important;
    display: block !important;
    font-size: 14px !important;
    line-height: 16px !important;
    color: #FFF !important;
    font-weight: bold !important;
    text-decoration: none !important;
    margin: 0px 3% 0px 0px !important;
    background-color: #00b2ee;
    padding: 13px 0 !important;
    text-align: center !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;
    -webkit-box-shadow: inset -3px -3px 0px 0px #155f8c !important;
    -moz-box-shadow: inset -3px -3px 0px 0px #155f8c !important;
    box-shadow: inset -3px -3px 0px 0px #155f8c !important;     
}

.buttonLook:hover{
    background-color: #6B9CC7 !important;   
}

.buttonLook:active{
    -webkit-box-shadow: inset 0px -1px 0px 0px #155f8c !important;
    -moz-box-shadow: inset 0px -1px 0px 0px #155f8c !important;
    box-shadow: inset 0px -1px 0px 0px #155f8c !important;          
}

.selectedButtonLook {
    background-color: darkgreen;
    -webkit-box-shadow: inset 0px -1px 0px 0px #155f8c !important;
    -moz-box-shadow: inset 0px -1px 0px 0px #155f8c !important;
    box-shadow: inset 0px -1px 0px 0px #155f8c !important       
}

/* ------------------  EMD OF NEW BUTTON LOOK  --------------------- */


/* --------------------  PROMOTIONS STICKERS  ---------------------- */
.aSticker:hover{
     /*border:2px solid darkgreen;*/
}

.imgSticker {
    width: 70%; border:1px solid gray; box-shadow: rgb(47, 47, 47) 0px 5px 20px 0px;  
}

.imgSticker:hover{
     border:2px solid darkgreen;
}


/* --------------------  PROMOTIONS STICKERS  ---------------------- */


/* ------------------  FINANCIALS LOOK & FEEL  --------------------- */
.financials {
    position: absolute;
    width: 260px;
    height: 670px;
    border: 1px solid rgba(0, 0, 0, 0.4);
    /*#d2d2d8; */
    /*#2c2c2c*/
    /* #e8e3e3; */
    border-radius: 6px;
    background-color:#F8F8F8; 
/*#DBDCDC */
/*  background-color: rgba(9, 9, 9, .35);
    height: 620px;
    #DEDDDE*  top: 220px; */
    top: 95px;
    left: 5px; /*right:  30px;*/
    visibility: hidden;
    color: black;
    text-align: center;
    overflow: hidden;
-webkit-box-shadow: rgba(50, 50, 50, 0.592157) 0px 0px 30px 0px;
box-shadow: rgba(50, 50, 50, 0.592157) 0px 0px 30px 0px;
}

.arrowslr:hover {
	color: red; font-size: 36px;
}

.accordion_slides {
    text-align: left;
    /*width: 225px;
    margin: 4px;
	display: inline-flex;
	width:245px;
	margin: 0px;
	*/
    width: 98%;
    margin-left: 2px;
    margin-right: 2px;
    
    border-top: 1px solid gray;
}

.accordion_caption {
    width: 222px;
    font-weight: bold;
    float: left;
}

.accordion_divider {
    /*width: 100%;
    border-top: 1px solid gray;
    border-bottom: 1px solid white;
    As per Gino Make it look better 09/16/2014*/

width: 100%;
border-top: 1px solid gray;
border-bottom: 1px solid rgb(231, 231, 231);
border-top: 1px solid rgba(0,0,0,.25);
height: 3px;
}

.imgPlus {
    width: 22px;
    height: 22px;
    background: url(../images/accordion_sprite.png) 0 -22px;
}

.imgMinus {
    width: 22px;
    height: 22px;
    background: url(../images/accordion_sprite.png) 22px 0px;
}

.panel {
    width: 100%; max-height: 195px; overflow-y: scroll; display: none;
}

.panelFax {
    width: 100%; max-height: 195px; overflow: hidden;
}

.panelOther {
    width: 98%; max-height:195px; overflow-y: scroll;
}
/* ------------------  END OF FINANCIALS LOOK & FEEL ------------- */

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}


/* STYLES FROM MAIN DOCUMENT */

        #navSlider {
            position: relative;
            width: 150px;
            left: 43%;
            /*top: -24px;*/
            top: -5px;
        }

        #navSlider li {
            display: inline-block;
            background: white;
            font-size: 11px;
            line-height: 16px;
            color: gray;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            box-shadow: 0px 3px 8px #aaa, inset 0px 2px 3px #fff;
            text-align: center;
        }

        #navSlider li a {
            color: black;
        }

        #navSlider li a:hover {
            color: #5d5d5d;
            border-radius: 2px solid gray;
        }

        #infoSlides li {
            display: inline-block;
            width: 1024px;
            padding: -2px;
        }

        #infoBoxes li {
            display: inline-block;
            width: 200px;
            padding: 8px;
/*          border-radius: 5px;
            border:1px solid gray;*/
        }       

        #infoSlides li:first-child {
            margin-left: -40px;
        }

        #infoSlides li > img {
            width: 850px;
            border: 0px;
        }

        .ctrimg {
            display: block;
            width: 250px;
            margin-right: auto;
            margin-left: auto;
        }

        .unitcaption {
            text-align: center;
        }

        .unitinfo {
            font-weight: 700;
            text-align: right;
        }

        .unitdesc {
            display: block;
            margin: 10px auto 30px;
            text-align: center;
        }

        .stepcaptions {
            display: block;
            margin-right: auto;
            margin-left: auto;
            padding-top: 15px;
            padding-bottom: 6px;
        }

        .stepnumber {
            margin-right: 2px;
            float: right;
        }

        .stepcolumn {
            background-color: rgba(0, 0, 0, 0);
        }

        .stepsection {
            background-color: #141313;
            color: #e8e3e3;
        }





        .boxDropShadow {
            border-radius: 5px;
            -webkit-box-shadow: 5px 5px 5px rgba(47, 47, 47,.5);
            box-shadow: 5px 5px 5px rgba(47, 47, 47,.5); 
        }

        .boxList {
            margin-right: 50px;
            float: left;
            border-radius: 5px;
            position: relative;
        }

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

        .boxSteps {
            width: 110px;
            text-align: center;
        }

        .boxMagenta {
            background-color: #E82094;
            color: white;
        }

        .boxYellow {
            background-color: #FEC200;
            color: black;
        }

        .boxCyan {
            background-color: #27B1EF;
            color: black;
        }

        .boxBlack {
            background-color: #494949;
            color: white;
        }


        .ad-panel {
            position: fixed;
            z-index: 100;
            right: 16px;
            bottom: 16px;
            width: 240px;
            background: #fff;
            border-radius: 3px;

            -webkit-box-shadow: 0 4px 23px 5px rgba(0,0,0,.2),0 2px 6px rgba(0,0,0,.15);
            box-shadow: 0 4px 23px 5px rgba(0,0,0,.2),0 2px 6px rgba(0,0,0,.15);
            font-family: TeXGyreAdventorRegular,Arial,Sans-serif;
            color: #333;
            cursor: pointer;

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

            -webkit-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
            transition: all 300ms ease-in;
        }

        .roundabout-holder {
            list-style: none;
            padding: 0;
            margin: 0;
            height: 5em;
            width: 5em;
        }

        .roundabout-moveable-item {
            height: 4em;
            width: 4em;
            cursor: pointer;
            background-color: #ccc;
            border: 1px solid #999;
        }

        .roundabout-in-focus {
            cursor: auto;
        }

        .unit_arrowsRight {
            background-position: right top;
        }

        #Stage_arrowsLeft:hover {
            background-image: url(../images/arrows-48-48-2.png);
            background-repeat: no-repeat;
            background-position: left bottom;
        }



        #Stage_arrowsRight:hover {
            background-position: right bottom;
        }



        .highlight {
            background-color: #f7f7f7;
            border: 1px solid #fff;
            border-radius: 6px;

            -webkit-box-shadow: 0px 0px 1px #888;
            box-shadow: 0px 0px 1px #888;

            -webkit-background-clip: padding;
            -moz-background-clip: padding;
            background-clip: padding;
        }

        #unitBuildUp{
            display: none;
        }

        #optionsList {
            margin-top: 0px;
            display: none;
        }


        .Absolute-Center {
            margin: auto;
            position: absolute;
            top: 0; left: 0; bottom: 0; right: 0;
        }

        .txtfield { 
          display: block;
          width: 100%;
          padding: 6px 5px;
          margin-bottom: 15px;
          font-family: 'Helvetica Neue', Helvetica, Verdana, sans-serif;
          color: #7988a3;
          font-size: 1.4em;
          text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
          background-color: #fff;
          background-image: -webkit-gradient(linear, left top, left bottom, from(#edf3f9), to(#fff));
          background-image: -webkit-linear-gradient(top, #edf3f9, #fff);
          background-image: -moz-linear-gradient(top, #edf3f9, #fff);
          background-image: -ms-linear-gradient(top, #edf3f9, #fff);
          background-image: -o-linear-gradient(top, #edf3f9, #fff);
          background-image: linear-gradient(top, #edf3f9, #fff);
          border: 1px solid;
          border-color: #abbce8 #c3cae0 #b9c8ef;
          -webkit-border-radius: 4px;
          -moz-border-radius: 4px;
          border-radius: 4px;
          -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
          -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.4);
          -webkit-transition: all 0.25s linear;
          -moz-transition: all 0.25s linear;
          transition: all 0.25s linear;
        }
         
        .txtfield:focus {
          outline: none;
          color: #525864;
          border-color: #84c0ee;
          -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
          -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 7px #96c7ec;
        }

        input:required:invalid, input:focus:invalid {
            background-color: rgba(0,0,0,0,.05);
            border-color: red;
/*          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAeVJREFUeNqkU01oE1EQ/mazSTdRmqSxLVSJVKU9RYoHD8WfHr16kh5EFA8eSy6hXrwUPBSKZ6E9V1CU4tGf0DZWDEQrGkhprRDbCvlpavan3ezu+LLSUnADLZnHwHvzmJlvvpkhZkY7IqFNaTuAfPhhP/8Uo87SGSaDsP27hgYM/lUpy6lHdqsAtM+BPfvqKp3ufYKwcgmWCug6oKmrrG3PoaqngWjdd/922hOBs5C/jJA6x7AiUt8VYVUAVQXXShfIqCYRMZO8/N1N+B8H1sOUwivpSUSVCJ2MAjtVwBAIdv+AQkHQqbOgc+fBvorjyQENDcch16/BtkQdAlC4E6jrYHGgGU18Io3gmhzJuwub6/fQJYNi/YBpCifhbDaAPXFvCBVxXbvfbNGFeN8DkjogWAd8DljV3KRutcEAeHMN/HXZ4p9bhncJHCyhNx52R0Kv/XNuQvYBnM+CP7xddXL5KaJw0TMAF8qjnMvegeK/SLHubhpKDKIrJDlvXoMX3y9xcSMZyBQ+tpyk5hzsa2Ns7LGdfWdbL6fZvHn92d7dgROH/730YBLtiZmEdGPkFnhX4kxmjVe2xgPfCtrRd6GHRtEh9zsL8xVe+pwSzj+OtwvletZZ/wLeKD71L+ZeHHWZ/gowABkp7AwwnEjFAAAAAElFTkSuQmCC);
            background-position: right top;
            background-repeat: no-repeat;
            -moz-box-shadow: none;*/
        }
        input:required:valid, input:focus:valid {
            background-color: white;
            border-color: blue;
/*          background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAepJREFUeNrEk79PFEEUx9/uDDd7v/AAQQnEQokmJCRGwc7/QeM/YGVxsZJQYI/EhCChICYmUJigNBSGzobQaI5SaYRw6imne0d2D/bYmZ3dGd+YQKEHYiyc5GUyb3Y+77vfeWNpreFfhvXfAWAAJtbKi7dff1rWK9vPHx3mThP2Iaipk5EzTg8Qmru38H7izmkFHAF4WH1R52654PR0Oamzj2dKxYt/Bbg1OPZuY3d9aU82VGem/5LtnJscLxWzfzRxaWNqWJP0XUadIbSzu5DuvUJpzq7sfYBKsP1GJeLB+PWpt8cCXm4+2+zLXx4guKiLXWA2Nc5ChOuacMEPv20FkT+dIawyenVi5VcAbcigWzXLeNiDRCdwId0LFm5IUMBIBgrp8wOEsFlfeCGm23/zoBZWn9a4C314A1nCoM1OAVccuGyCkPs/P+pIdVIOkG9pIh6YlyqCrwhRKD3GygK9PUBImIQQxRi4b2O+JcCLg8+e8NZiLVEygwCrWpYF0jQJziYU/ho2TUuCPTn8hHcQNuZy1/94sAMOzQHDeqaij7Cd8Dt8CatGhX3iWxgtFW/m29pnUjR7TSQcRCIAVW1FSr6KAVYdi+5Pj8yunviYHq7f72po3Y9dbi7CxzDO1+duzCXH9cEPAQYAhJELY/AqBtwAAAAASUVORK5CYII=);
            background-position: right top;
            background-repeat: no-repeat;*/
        }

        input:focus:valid {
            background-color: white;
            border-color: green;    
        }




        .formElements {
            width: 510px;
            border-radius: 3px;
            border: 1px solid rgba(128,128,128,.35);
            padding: 5px 3px;
/*          font-size: 18px;*/
            font-size: 13px;
            margin: 5px 13px;
        }

        .formElementsSmall {
            width: 510px;
            border-radius: 3px;
            border: 1px solid rgba(128,128,128,.35);
            padding: 5px 3px;
            font-size: 12px;
            margin: 5px 13px;
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4) inset;
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4) inset;
        -ms-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4) inset;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4) inset;
        }

        #nextUnit i, #prevUnit i:hover{
            color: red;
        }

        .backdrop {
          background: url(../images/background_UnitBuild.png) no-repeat center center fixed; 
          -webkit-background-size: cover;
          -moz-background-size: cover;
          -o-background-size: cover;
          background-size: cover;
        }

        .fsbg {
            height: auto;
            width: 100%;
            position: fixed;
            z-index: -100;
            left: 0px;
            top: 0px;
            min-height: 100%;
            min-width: 1040px;
        }


        thead tr th {
            border-bottom: 1px solid #000;
            text-align: left;
        }

        th {
            font-size: 13px;
        }

        tr {
            font-size: 11px;
            line-height: 15px;
            border-bottom: 1px solid rgba(0,0,0,.05);
        }


        #maintenanceDetail th {
            font-size: 11px;
        }

        #maintenanceDetail tr {
            font-size: 10px;
            line-height: 13px;
            border-bottom: 1px solid rgba(0,0,0,.05);
        }


        .starOff {
            color: gray;
        }

        .starOn {
            color: darkgreen;
        }

    #focuses .focus .delete {
        position: absolute;
        display: block;
        height: 26px;
        width: 26px;
        top: 10px;
        right: -38px;
        background: rgba(255,255,255,0);
        border-radius: 100px;
        cursor: pointer;
        font-size: 12px;
        line-height: 26px;
        opacity: 0;
        -webkit-transition: all 0.1s ease-in-out;
        -webkit-transform-origin: 50% 50%;
        border: 1px solid rgba(255,255,255,0);
    }

    .pricing-column:hover {
        -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
        -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
        box-shadow: 0 0 20px 0 rgba(0,0,0,0.4);
        z-index: 1;
        }       

    .ribbonSmall {
      background-color: #a00;
      overflow: hidden;
      white-space: nowrap;
      /* top left corner
      position: absolute; */
      left: -50px;
      top: 40px;
      /* 45 deg ccw rotation */
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      /* shadow */
      -webkit-box-shadow: 0 0 10px #888;
         -moz-box-shadow: 0 0 10px #888;
              box-shadow: 0 0 10px #888;
    }
    .ribbonSmall a {
      border: 1px solid #faa;
      color: #fff;
      display: block;
      font: bold 69.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
      margin: 1px 0;
      padding: 8px 50px;
      text-align: center;
      text-decoration: none;
      /* shadow */
      text-shadow: 0 0 5px #444;
    }


/*
h1 {

  margin-right: 0px;

  margin-bottom: 10px;

  margin-left: 0px;

  font-size: 38px;

  line-height: 44px;

  font-weight: 700;

}

h2 {

  margin: 10px 0px;

  font-size: 32px;

  line-height: 36px;

  font-weight: 700;

}

h3 {

  margin: 10px 0px;

  font-size: 24px;

  line-height: 30px;

  font-weight: 700;

}

h4 {

  margin: 10px 0px;

  font-size: 18px;

  line-height: 24px;

  font-weight: 700;

}

h5 {

  margin: 10px 0px;

  font-size: 14px;

  line-height: 20px;

  font-weight: 700;

}

h6 {

  margin: 10px 0px;

  font-size: 12px;

  line-height: 18px;

  font-weight: 700;

}

*/

.content-block {

  width: 92%;

  margin-top: 25px;

  margin-bottom: 25px;

  padding-left: 25px;

}

.left-sidebar {

  position: static;

  padding: 50px 0px 22px;

  text-align: center;

}

.content-column {

  padding-top: 50px;

  padding-right: 0px;

  padding-left: 0px;

  border-left: 1px solid #ccc;

}

.logo {

  margin-bottom: 13px;

}

.nav-link {

  display: block;

  padding-top: 21px;

  padding-bottom: 21px;

  border-bottom: 1px solid #ccc;

  color: #a6a6a6;

  font-size: 16px;

  font-style: normal;

  text-align: center;

  text-decoration: none;

  text-transform: uppercase;

}

.nav-link:hover {

  background-color: #ccc;

  color: white;

}

.image-example {

  height: 380px;

  background-image: url(../images/example-bg.png);

}

.caption {

  margin-top: 10px;

  margin-bottom: 10px;

}

.italic-text {

  margin-top: 18px;

  margin-bottom: 17px;

  color: #adadad;

  font-style: italic;

  font-weight: 400;

}

.italic-text.footer {

  width: 90%;

}

.social-icon {

  display: inline-block;

  width: 40px;

  height: 40px;

  margin-right: 5px;

  margin-left: 5px;

  padding-top: 9px;

  border-radius: 50px;

  background-color: #ccc;

}

.social-icon:hover {

  background-color: #adadad;

}

.footer-section {

  padding-top: 25px;

  padding-bottom: 25px;

  padding-left: 25px;

  background-color: #ededed;

}

.fixed-nav {

  position: fixed;

  width: 33.34%;

}

@media (max-width: 991px) {

  .image-example {

    background-image: url(../images/example-bg.png);

  }

}

@media (max-width: 767px) {

  .left-sidebar {

    padding-top: 29px;

  }

  .content-column {

    padding-top: 0px;

  }

  .image-example {

    background-image: url(../images/example-bg.png);

  }

  .fixed-nav {

    position: static;

    width: auto;

  }

}

@media (max-width: 479px) {

  .image-example {

    background-image: url(../images/example-bg.png);

  }

}

/* ------------------------------------------------------------------------------------------------------ */

/*   STYLE 4 CSS ---------------------------------------------------------------------------------------- */

/* @charset "UTF-8"; */

.a_demo_four {

    background-color:#3bb3e0;

    font-family: 'Open Sans', sans-serif;

    font-size:12px;

    text-decoration:none;

    color:#fff;

    position:relative;

    padding:10px 20px;

    padding-right:50px;

    width: 120px;

    background-image: linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);

    background-image: -o-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);

    background-image: -moz-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);

    background-image: -webkit-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);

    background-image: -ms-linear-gradient(bottom, rgb(44,160,202) 0%, rgb(62,184,229) 100%);

    background-image: -webkit-gradient(

    linear,

    left bottom,

    left top,

    color-stop(0, rgb(44,160,202)),

    color-stop(1, rgb(62,184,229))

    );

    -webkit-border-radius: 5px;

    -moz-border-radius: 5px;

    -o-border-radius: 5px;

    border-radius: 5px;

    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;

    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;

    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;

    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 5px 0px 0px #156785, 0px 10px 5px #999;

}



.a_demo_four:active {

    top:3px;

    background-image: linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);

    background-image: -o-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);

    background-image: -moz-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);

    background-image: -webkit-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);

    background-image: -ms-linear-gradient(bottom, rgb(62,184,229) 0%, rgb(44,160,202) 100%);

    background-image: -webkit-gradient(

    linear,

    left bottom,

    left top,

    color-stop(0, rgb(62,184,229)),

    color-stop(1, rgb(44,160,202))

    );

    -webkit-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;

    -moz-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;

    -o-box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;

    box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #156785, 0px 5px 3px #999;

}



.a_demo_four::before {

    background-color:#2591b4;

    background-image:url(../images/right_arrow.png);

    background-repeat:no-repeat;

    background-position:center center;

    content:"";

    width:20px;

    height:20px;

    position:absolute;

    right:15px;

    top:50%;

    margin-top:-9px;

    -webkit-border-radius: 50%;

    -moz-border-radius: 50%;

    -o-border-radius: 50%;

    border-radius: 50%;

    -webkit-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;

    -moz-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;

    -o-box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;

    box-shadow: inset 0px 1px 0px #052756, 0px 1px 0px #60c9f0;

}



.a_demo_four:active::before {

    top:50%;

    margin-top:-12px;

    -webkit-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;

    -moz-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;

    -o-box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;

    box-shadow: inset 0px 1px 0px #60c9f0, 0px 3px 0px #0e3871, 0px 6px 3px #1a80a6;

}

/* ----------------------------------------------------------------------------------------------------- */

/* ICON MOON FONT ICONS */

@font-face {

    font-family: 'icomoon';

    src: url('fonts/icomoon.eot');

    src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');

    font-weight: normal;

    font-style: normal;

}



/* Use the following CSS code if you want to use data attributes for inserting your icons */

[data-icon]:before {

    font-family: 'icomoon';

    content: attr(data-icon);

    speak: none;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

}



/* Use the following CSS code if you want to have a class per icon */

/*

Instead of a list of all class selectors,

you can use the generic selector below, but it's slower: 

[class*="icon-"]  {

    

 */

.icon-arrow-left,.icon-untitled,.icon-twitter,.icon-facebook,.icon-googleplus,.icon-cog,.icon-check-alt,.icon-x-altx-alt,.icon-plus-alt,.icon-minus-alt,.icon-contrast,.icon-search,.icon-dashboard,.icon-cog-2,.icon-spinner,.icon-download,.icon-upload,.icon-cart,.icon-contrast-2,.icon-radio-unchecked,.icon-radio-checked,.icon-search-2 {

    font-family: 'icomoon';

    speak: none;

    font-style: normal;

    font-weight: normal;

    font-variant: normal;

    text-transform: none;

    line-height: 1;

    -webkit-font-smoothing: antialiased;

}



.icon-arrow-left:before {

    content: "e000";

}



.icon-untitled:before {

    content: "e001";

}



.icon-twitter:before {

    content: "e002";

}



.icon-facebook:before {

    content: "e003";

}



.icon-googleplus:before {

    content: "e004";

}



.icon-cog:before {

    content: "e005";

}



.icon-check-alt:before {

    content: "e006";

}



.icon-x-altx-alt:before {

    content: "e007";

}



.icon-plus-alt:before {

    content: "e008";

}



.icon-minus-alt:before {

    content: "e009";

}



.icon-contrast:before {

    content: "e00a";

}



.icon-search:before {

    content: "e00b";

}



.icon-dashboard:before {

    content: "e00c";

}



.icon-cog-2:before {

    content: "e00d";

}



.icon-spinner:before {

    content: "e00e";

}



.icon-download:before {

    content: "e00f";

}



.icon-upload:before {

    content: "e010";

}



.icon-cart:before {

    content: "e011";

}



.icon-contrast-2:before {

    content: "e012";

}



.icon-radio-unchecked:before {

    content: "e013";

}



.icon-radio-checked:before {

    content: "e014";

}



.icon-search-2:before {

    content: "e015";

}



.fs1 {

    font-size: 2em;

    color: white;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3000)";

    filter: alpha(opacity=3000);

    opacity: .3;

}



/* --------------END OF ICON FONT CSS ----------*/

#divBrowser {

    height: 90px;



    border-bottom: 2px solid rgb(36, 35, 35);

/*    background-image: -webkit-linear-gradient(#9e9999 55%, #615858);

    background-image: -o-linear-gradient(#9e9999 55%, #615858);

    background-image: linear-gradient(#9e9999 55%, #615858);

    box-shadow: rgb(47, 47, 47) 0px 5px 31px 0px;

    

.header-bar {

*/

    /*position: fixed;*/

/*  z-index: 50000; #5D5956;  #e8e4e0 */

    background-color: #F7F7F7;

    width: 100%;

/*  -moz-box-shadow: 0px 5px 32px 0px #999999;

    -webkit-box-shadow: 0px 5px 32px 0px #999999;

    box-shadow: 0px 5px 32px 0px #999999;*/

}

    

  /*  background: url(images/header_LEFT.png), url(images/header_CENTER.png), url(images/header_MENU.png), url(images/header_RIGHT.png);

    background: url(images/DSBLS_header_LEFT.png), url(images/DSBLS_header_CENTER.png), url(images/DSBLS_header_MENU.png), url(images/DSBLS_header_RIGHT.png);   

    background-repeat: no-repeat, repeat, no-repeat, no-repeat;

    background-position: left, center, right, right; 

}*/



/*linear-gradient(to right, rgba(255, 255, 255, 0),  rgba(255, 255, 255, 1)),*/

#title {

    position: absolute;

    font-variant: small-caps;

    font-size: 26px;

    font-style: bold;

    color: darkgreen;

    float: right;

    text-shadow: 1px 1px 1px black;

    left: 47%;

    top: 3px;

}



#nav {

    /*Changed on 02/05/14 

    position: absolute;*/

    position: relative;

    list-style-type: none;

    /*background-color: grey;

    top: 165px;*/

    bottom: 5px;

    height: 27px;

    /*left: 82px;

    border-top: 1px solid rgb(105, 104, 104);

    border-bottom: 1px solid rgb(71, 70, 70);

    left: 3%;*/
    left: 20%;

    width: 1024px;/*1088px;*/

    z-index: 5;
    
    

}



#nav > li {

    color: #333;

    font-family: "UniversLTW01-47LightCn", sans-serif;

    text-align: center;

    float: left;

    padding-top: 4px;

    /*padding-right: 48px;*/
    padding-right: 30px;

    font-weight: bold;

    font-size: 16px;

    line-height: 16px;

    text-transform: uppercase;

}



#menuitem6 {

    position: absolute;

    right: -62px;

}





#nav li:last-child {

       padding-right: 0; 

}



#nav > li a {

    text-decoration: none;

    color: black;

}



#nav > li a:hover {

    color: #006400; 
    border-top: 1px solid #006400 ;/*#efecec;#525864*/
    border-bottom: 1px solid #006400 ;/*#efecec;#525864*/

}



#nav > li a:selected {

    color: blue;

}

#nav > li a:active {

    color: darkgreen;

}



#divWebsite {

    /*  width:  1024px;

    height:  600px;

    background: #e3e3e3;

  

    width: 1264px;

    height: 735px;*/
    height: 100%;

    position: relative;

    margin: auto;

    /*background-image: url('videos/vidBackground.png'); */

    background: repeat-x; 

    background-position: top;

    }



#infoCenter {

    position: absolute;

    padding: 5px;

    border: 1px solid black;

    border-radius: 5px;

    width: 366px;

    height: 120px;

    left: 278px;

/*    width: 450px;

    height: 250px;

    left: 300px;*/

    background: white;

    overflow: hidden;



    -webkit-box-shadow: 0px 8px 8px #7F7F7F;

    box-shadow: 0px 8px 8px #7F7F7F;

    z-index: 500;

    display: none;

}



#infoCenter a {

    text-transform: uppercase;

    text-decoration: none;

    color: black;

}



#infoCenter a:hover {

    color: orange;

}



.normal {

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -o-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

}



.bigger {

    -webkit-transform: scale(1.5);

    -moz-transform: scale(1.5);

    -o-transform: scale(1.5);

    -ms-transform: scale(1.5);

    transform: scale(1.5);

}



#divUnit {

    position: absolute; 

    /*  width:  250px;

    height:  250px;

    top:  175px;

    left:  387px;*/

    width: 400px;

    height: 400px;

    top: 120px;

    left: 322px;

    border: 1px solid gray;

    border-radius: 50%;

    background: white;

}



.clsSteps {

    position: absolute;

    width: 50px;

    height: 50px;

    background: grey;

    visibility: hidden;



    -webkit-box-shadow: 0px 8px 8px #7F7F7F;

    box-shadow: 0px 8px 8px #7F7F7F;

    border-width: 3px solid #C8C5C5;

    background-color: #FFFFFF;

    border-radius: 100%;

}



.lblSteps {

    position: absolute;

    text-align: center;

    font-variant: small-caps;

    width: 50px;

    margin: auto; 

    /*border:  1px solid black;*/

    left: -1px;

    bottom: -60px;

}



.lblSteps a {

    text-decoration: none;

    color: black;

}



#divStep1,#colorSelection {

    bottom: 55px;

    left: 357px;

}



/* Color Selection Checkbox ------------------------------------------------------*/

#blkColor{

    font:62.5%/1 "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

    cursor:pointer;

    -webkit-appearance:none;

    /*border-radius*/

    -webkit-border-radius:50px;

       -moz-border-radius:50px;

            border-radius:50px;

    width:50px;

    height:50px;

    margin:0px 3px 0 0;

    vertical-align:middle;

    border:5px solid hsl(0,0%,80%);

    background:hsl(255,0%,40%);

    /*box-shadow*/

    -webkit-box-shadow:0 1px 0 hsla(255,0%,100%,.6);

       -moz-box-shadow:0 1px 0 hsla(255,0%,100%,.6);

            box-shadow:0 1px 0 hsla(255,0%,100%,.6);

    /*transition*/

    -webkit-transition:border-width .2s cubic-bezier(.26, .08, .15, 1);

       -moz-transition:border-width .2s cubic-bezier(.26, .08, .15, 1);

         -o-transition:border-width .2s cubic-bezier(.26, .08, .15, 1);

            transition:border-width .2s cubic-bezier(.26, .08, .15, 1);

}





#blkColor:checked:active,#blkColor:active {

    border: 10px solid green;



    -webkit-transition-duration: .1;

    -moz-transition-duration: .1;

    -o-transition-duration: .1;

    -ms-transition-duration: .1;

    transition-duration: .1;

}



#blkColor:checked {

    border: 10px solid #1ABC9C;



    -webkit-box-shadow: inset 0 1px 2px hsla(255,50%,0%,.4), 0 1px 0 hsla(0,0%,100%,.6);

    box-shadow: inset 0 1px 2px hsla(255,50%,0%,.4), 0 1px 0 hsla(0,0%,100%,.6);

}



/* NEW COLOR SELECTION to work with Internet Explorer ----------------------->  */



.wrap{

  margin: 0 auto;

  width: 160px;

}



.btn{

  position: relative;

  float: left;

  margin-left: 30px;

  width: 50px;

  height: 50px;

  border-radius: 50%;

  background: rgb(151,202,218);

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3Y2FkYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2OGI2ZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

  box-shadow: inset 0 5px 5px -2px #E1EFF4, 0 0 3px 2px #5A8491, inset 0 -3px 5px -2px #478BA0;

  color: #fff;

  color: transparent;

  text-align: center;

  font-size: 30px;

  line-height: 50px;

  cursor: pointer;

}



.btn:after{

  position:absolute;

  top: -6px;

  left: -6px;

  z-index: -1;

  width: 62px;

  height: 62px;

  border-radius: 50%;

  background: #F9FDFD;

  box-shadow: 0 0 3px 0 #ABB0B2, 0 2px 5px -1px #787E80;

  content: "";

}



.btn.active {

  background: rgb(84,143,163);

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0OGZhMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NDlkYWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

  box-shadow: inset 0 4px 6px 2px #3B6B7A;

  color: #fff;

  text-shadow: 0 -1px 0 #757878;

}



.btn.active:after {

  background: rgb(172,172,172);

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FjYWNhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcxJSIgc3RvcC1jb2xvcj0iI2Q2ZDZkNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

  box-shadow: none;

}





/* Speed Range ---------------------------------------------------->



/* Range Elements

===============================*/

#speedrange{

/*input[type='range'] {    */

    position: absolute;
    cursor: pointer;
    right: 10px;
    left: 10px;
    width: 150px;
    -webkit-appearance: none;
    border-radius: 6px;
    background: #34495E;
    height: 10px;
    margin: 0px auto;
}



input[type="range"]::-ms-fill-upper {

    background-color: gray;

}

input[type="range"]::-ms-fill-lower {

        background-color: limegreen;

}



/*.rangeClass input[type='range']::-webkit-slider-thumb {

    -webkit-appearance: none;

    border-radius: 100px;

    background-color: #1ABC9C;

    height: 20px;

    width: 20px;

}*/



/* End of Color Selection */

#divStep2,#feeder, #cart, #finisher, #fax, #other {
    /*bottom: 65px;
    left: 322px; */
    overflow: hidden;
}


#divStep3,#dispMainframe {
    bottom: 55px;
    left: 497px;
}


#dispMainframe {
    overflow: hidden;
}


#divStep3,#dispMainframe > span {
    line-height: 1.15em;
    bottom: -45px;
}



#divStep4,#cart {
    bottom: -15px;

    /*left: 567px; */

    left: 502px;

    overflow: hidden;    

}



#divStep5,#finisher {

    /*bottom: 55px;*/

    bottom: 65px;

    left: 682px;

    overflow: hidden;    

}



#termMenu {

    width: 175px;

    padding: 0;

    margin: 0 auto;

}



#termMenu a {

    background: #72ce3f;

}



#termMenu a li {

    font-size: 9px;

    line-height: 12px;

    display: inline;

    border: 1px solid gray;

    border-radius: 100%;

    font-weight: bold;

}



/* ---FOOTER STARTS HERE ----*/

#autoadvise {

    position: absolute;

    background: black;

    top: 440px;

    right: 5px;

    width: 300px; 



/*    margin: 0 auto;

    padding: 0;*/

    visibility: hidden;



    height: 173px; 

    border: 7px solid black; 

    border-radius: 7px; 



    -webkit-box-shadow: 0px 8px 8px #7F7F7F;

    box-shadow: 0px 8px 8px #7F7F7F;





}



#vidAutoadvise {

   /* position: absolute;

     video 55px;

    top: 11px;

    left: 120px; */

    visibility: hidden;

}



#autoadvise img {

    position: absolute;

    top: 11px;

    right: 0;

}



#featuredUnit {

    position: absolute;

    background: white;

    top: 630px;

     right: 5px;

    width: 300px;

    height: 175px;

    display: none;

    margin: 0 auto;

    border: 7px solid black; 

    border-radius: 7px; 

/*

    -webkit-box-shadow: 0px 8px 8px #7F7F7F;

    box-shadow: 0px 8px 8px #7F7F7F;  */  

}



#featuredUnit img{

/*    margin: 10 auto;

    width:308px;

    height:220px;*/

    

}



#featuredUnit #centerImg {

    margin: 5px auto;

    width: 60%;

/*  position: absolute;  

height: 60%;

    top: 20px;

    left:30px;*/

}



#featuredUnit #centerImg #featuredImg  {            

    display:table-cell;

    width: 100%;

    height: 100%;

    vertical-align: middle;

}



/* -- PRICING TABLE STARTS HERE   -- */



#pricing-table {

    /*margin: 100px auto;*/

    position: absolute;

    top: 160px;

    left: 10px;

    text-align: center;

    width: 250px; /* total computed width = 222 x 3 + 226 */

    overflow: hidden;

    height: 655px; /* 250px; half size */

    border-radius: 15px;

    -moz-box-shadow: 20px 0 15px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);

    -webkit-box-shadow: 20px 0 15px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);

    box-shadow: 20px 0 15px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15); 

    display: none;  

    /*transition: all .3s ease-in-out;   */

}



#pricing-table .plan {

    font: 10px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;

    text-shadow: 0 1px rgba(255,255,255,.8);        

    background: #fff;      

    border: 1px solid #ddd;

    color: #333;

    padding: 5px 20px;

    width: 210px; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */  

    height: 98%;    

    float: left;

    position: relative;

}



#pricing-table #dt01 {

    height: 32px;

}



#pricing-table #most-popular {

    z-index: 2;

    top: -13px;

    border-width: 3px;

    padding: 30px 20px;

    -moz-border-radius: 5px;

    -webkit-border-radius: 5px;

    border-radius: 5px;

    -moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);

    -webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);

    box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    

}



/* --------------- */   



#pricing-table h3 {

    font-size: 20px;

    font-weight: normal;

    padding: 10px;

    margin: -20px -20px 50px -20px;

    background-color: #eee;

    background-image: -moz-linear-gradient(#fff,#eee);

    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    

    background-image: -webkit-linear-gradient(#fff, #eee);

    background-image: -o-linear-gradient(#fff, #eee);

    background-image: -ms-linear-gradient(#fff, #eee);

    background-image: linear-gradient(#fff, #eee);

}



#pricing-table #most-popular h3 {

    background-color: #ddd;

    background-image: -moz-linear-gradient(#eee,#ddd);

    background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));    

    background-image: -webkit-linear-gradient(#eee, #ddd);

    background-image: -o-linear-gradient(#eee, #ddd);

    background-image: -ms-linear-gradient(#eee, #ddd);

    background-image: linear-gradient(#eee, #ddd);

    margin-top: -30px;

    padding-top: 30px;

    -moz-border-radius: 5px 5px 0 0;

    -webkit-border-radius: 5px 5px 0 0;

    border-radius: 5px 5px 0 0;         

}



/*

#pricing-table .plan:nth-child(1) h3 {

    -moz-border-radius: 5px 0 0 0;

    -webkit-border-radius: 5px 0 0 0;

    border-radius: 5px 0 0 0;       

}



#pricing-table .plan:nth-child(4) h3 {

    -moz-border-radius: 0 5px 0 0;

    -webkit-border-radius: 0 5px 0 0;

    border-radius: 0 5px 0 0;       

}   

*/



#pricing-table h3 span {

    display: block;

    font: bold 20px/100px Georgia, Serif;

    color: #777;

    background: #fff;

    border: 5px solid #fff;

    height: 100px;

    width: 100px;

    margin: 10px auto -65px;

    -moz-border-radius: 100px;

    -webkit-border-radius: 100px;

    border-radius: 100px;

    -moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;

    -webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;

    box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;

}



/* --------------- */



#pricing-table .accordion {
	margin: 10px;
}
.accordion {
   margin-top: 0px; 
	clear: both;
}

#pricing-table .accordion dt, dd {

    margin: 5px 0;

      padding: 5px 0;

    border-top: 1px solid #ddd;

      border-bottom: 0; 

      border-right:0;

      border-left:0;

      &:last-of-type {

        border-bottom: 1px solid gray; 

   }

}



#pricing-table .accordion dd {

     border-top: 0; 

     font-size: 11px;

     &:last-of-type {

       border-top: 1px solid grey;

       position: relative;

       top: -1px;

     }

  }



#pricing-table .accordion dt a {

    text-decoration: none;

/*  display: block;*/

    color: black;

    font-weight: bold;

    text-align: left;

}



#pricing-table .titleLeft {

    text-align: left;

    left: -90px;

}



/* need to blank it out to see what is making it square... 7/26/13

#pricing-table ul {

    margin: 20px 0 0 0;

    padding: 0;

    list-style: none;

}



#pricing-table li {

    border-top: 1px solid #ddd;

    padding: 10px 0;

}



 --------------- */

    

#pricing-table .signup {

    position: relative;

    padding: 2px 20px;

    margin: 2px 0 0 0;  

    color: #fff;

    width: 40px;

    font: bold 14px Arial, Helvetica;

    text-transform: uppercase;

    text-decoration: none;

    display: inline-block;       

    background-color: #72ce3f;

    background-image: -moz-linear-gradient(#72ce3f, #62bc30);

    background-image: -webkit-gradient(linear, left top, left bottom, from(#72ce3f), to(#62bc30));    

    background-image: -webkit-linear-gradient(#72ce3f, #62bc30);

    background-image: -o-linear-gradient(#72ce3f, #62bc30);

    background-image: -ms-linear-gradient(#72ce3f, #62bc30);

    background-image: linear-gradient(#72ce3f, #62bc30);

    -moz-border-radius: 3px;

    -webkit-border-radius: 3px;

    border-radius: 3px;     

    text-shadow: 0 1px 0 rgba(0,0,0,.3);        

    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);

    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);

    box-shadow: 0 1px 0 rgba(255, 255, 255, .5), 0 2px 0 rgba(0, 0, 0, .7);

}



#pricing-table .signup:hover {

    background-color: #62bc30;

    background-image: -moz-linear-gradient(#62bc30, #72ce3f);

    background-image: -webkit-gradient(linear, left top, left bottom, from(#62bc30), to(#72ce3f));      

    background-image: -webkit-linear-gradient(#62bc30, #72ce3f);

    background-image: -o-linear-gradient(#62bc30, #72ce3f);

    background-image: -ms-linear-gradient(#62bc30, #72ce3f);

    background-image: linear-gradient(#62bc30, #72ce3f); 

}



#pricing-table .signup:active, #pricing-table .signup:focus {

    background: #62bc30;       

    top: 2px;

    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;

    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset;

    box-shadow: 0 0 3px rgba(0, 0, 0, .7) inset; 

}


/* ---------- MODEL GRID STYLES ------------------------ */
.modelDiv {
	padding: 1%; float: left;
}

.modelDivHide {
	padding: 0px; float: left; display: none;
}

.modelCont {
width: 225px; border: 1px solid #cacaca; background-color: rgba(255, 255, 255, 0.5); border-radius: 5px; height: 135px; text-align: center; 
/* float: left;  margin-left: 20px;
margin-top: 10px; margin:1%; */ 
display: inline-block;
}

/* ----------------------------------------------------- */



/* --------------- */



.clear:before, .clear:after {

  content:"";

  display:table

}



.clear:after {

  clear:both

}



.clear {

  zoom:1

}



/* ------------ SPEECH BUBLE ------------------------*/

p.speech

{

    position: relative;

    width: 200px;

    height: 100px;

    text-align: center;

    line-height: 100px;

    background-color: #fff;

    border: 8px solid #666;

    -webkit-border-radius: 30px;

    -moz-border-radius: 30px;

    border-radius: 30px;

    -webkit-box-shadow: 2px 2px 4px #888;

    -moz-box-shadow: 2px 2px 4px #888;

    box-shadow: 2px 2px 4px #888;

}



p.speech:before

{

    content: ' ';

    position: absolute;

    width: 0;

    height: 0;

    left: 30px;

    top: 100px;

    border: 25px solid;

    border-color: #666 transparent transparent #666;

}



p.speech:after

{

    content: ' ';

    position: absolute;

    width: 0;

    height: 0;

    left: 38px;

    top: 100px;

    border: 15px solid;

    border-color: #fff transparent transparent #fff;

}



/*  ------------------------------------------------*/ 

p.thought

{

    position: relative;

    width: 130px;

    height: 100px;

    text-align: center;

    line-height: 100px;

    background-color: #fff;

    border: 8px solid #666;

    -webkit-border-radius: 58px;

    -moz-border-radius: 58px;

    border-radius: 58px;

    -webkit-box-shadow: 2px 2px 4px #888;

    -moz-box-shadow: 2px 2px 4px #888;

    box-shadow: 2px 2px 4px #888;

}



p.thought:before, p.thought:after

{

    left: 10px;

    top: 70px;

    width: 40px;

    height: 40px;

    background-color: #fff;

    border: 8px solid #666;

    -webkit-border-radius: 28px;

    -moz-border-radius: 28px;

    border-radius: 28px;

}



p.thought:after

{

    width: 20px;

    height: 20px;

    left: 5px;

    top: 100px;

    -webkit-border-radius: 18px;

    -moz-border-radius: 18px;

    border-radius: 18px;

}



/* ----------- END OF SPEECH BUBBLE ----------------*/



/* ----- Use this for the bubble ------------------*/



.progress-info {

    background: #1f222c;

    border-radius: 3px;

    color: #ccc;

    display: block;

    font-size: 12px;

    height: 32px;

    left: -68px;

    line-height: 32px;

    position: absolute;

    top: -48px;

    width: 190px;

}



.progress-info:after {

    background: #1f222c;

    content: '';

    display: block;

    height: 16px;

    left: 45%;

    position: absolute;

    top: 24px;

    -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    transform: rotate(45deg);

    width: 16px;

}



/* ----------END OF BUBBLE---------- */

/* ----- FOOTER CSS STARTS HERE ----- */



#badge-ribbon {

 position: relative;

 background: red;

 height: 100px;

 width: 100px;

 -moz-border-radius:    50px;

 -webkit-border-radius: 50px;

 border-radius:         50px;

}



#badge-ribbon:before,

#badge-ribbon:after {

  content: '';

  position: absolute;

  border-bottom: 70px solid red;

  border-left: 40px solid transparent;

  border-right: 40px solid transparent;

  top: 70px;

  left: -10px;

  -webkit-transform: rotate(-140deg);

  -moz-transform:    rotate(-140deg);

  -ms-transform:     rotate(-140deg);

  -o-transform:      rotate(-140deg);

}



#badge-ribbon:after {

  left: auto;

  right: -10px;

  -webkit-transform: rotate(140deg);

  -moz-transform:    rotate(140deg);

  -ms-transform:     rotate(140deg);

  -o-transform:      rotate(140deg);

}



/* Visit for more shapes --- http://css-tricks.com/examples/ShapesOfCSS/ ------ */



#burst-12 {

    background: red;

    width: 80px;

    height: 80px;

    position: relative;

    text-align: center;

}

#burst-12:before, #burst-12:after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    height: 80px;

    width: 80px;

    background: red;

}

#burst-12:before {

    -webkit-transform: rotate(30deg);

       -moz-transform: rotate(30deg);

        -ms-transform: rotate(30deg);

         -o-transform: rotate(30deg);

}

#burst-12:after {

    -webkit-transform: rotate(60deg);

       -moz-transform: rotate(60deg);

        -ms-transform: rotate(60deg);

         -o-transform: rotate(60deg);

}





#footer {

    position: absolute;

    bottom: 0;

    border-top: 2px solid gray;

    padding-top: 2px;

    font-size: 12px;

    left: 4px;

    width: 100%;

    top: 830px;

    z-index:-10;

}



#magnifying-glass

{

 font-size: 10em; /* This controls the size. */

 display: inline-block;

 width: 0.4em;

 height: 0.4em;

 border: 0.1em solid red;

 position: relative;

 border-radius: 0.35em;

}

#magnifying-glass::before

{

 content: "";

 display: inline-block;

 position: absolute;

 right: -0.25em;

 bottom: -0.1em;

 border-width: 0;

 background: red;

 width: 0.35em;

 height: 0.08em;

 -webkit-transform: rotate(45deg);

    -moz-transform: rotate(45deg);

     -ms-transform: rotate(45deg);

      -o-transform: rotate(45deg);

}


.category {

background: #e7e6e6 url('../images/assets/category-bg-fold.png') no-repeat bottom right;

text-shadow: 1px 1px 0 #fff;

color: #347cb0;

padding: 0 6px 0 0;

width: 100%;

position: relative;

margin-top: 13px;

}



.ribbon {

background: #e7e6e6 url('../images/assets/category-bg.png') repeat-x bottom right;

display: block;

padding: 8px 5px 13px 20px;

}



/*#footer {

    position: fixed;

    width: 1264px;

    height: 20px;

    display: inline;

    margin: auto; *//*clear: left;

    

    overflow: auto;

    

    text-align:  center;

    

     */

/*    border-top: 2px solid grey;

    bottom: 5px;

    padding-top: 2px;

    font-size: 12px;

}*/



#footer #main_footer {

    float: left;

    padding-left: 5px;

}



#footer #side_footer {

    float: right;

    padding-right: 5px;

    line-height: 16px;

}



#presenter {

    position:absolute;  

    z-index:0; 

    width: 260px; 

    height: 165px; 

    overflow: hidden; 

    /*

    border: 7px solid black; 

    border-radius: 7px; 

    padding: 0;

    -webkit-box-shadow: 0px 8px 8px #7F7F7F;

    box-shadow: 0px 8px 8px #7F7F7F;

    */

}



#mutePresenter {

    position:absolute;  

    width: 421px; 

    height: 291px; 

    background-color: rgba(255,255,255,.1);

    right: 0;

    overflow: hidden;   

}



/* Marquee for both Presenter and Unit Information... */



.scroll, .presScroll{

    width:530px;

    height:21px;

    overflow:hidden;

    position:relative;

    bottom: -650px;

    margin: 0 auto;

    background-color: gray;

    border-radius: 8px;

}



.presScroll {

    border-radius: 0px;

    background: black;

    width:260px;

    /*left: 12px;*/

    bottom: -145px;

}



.scrollingtext{

    padding: 3px;

    white-space:nowrap;

    position:absolute;

    color: white;

}

    



/* -------------  Pulsating Notification Ring  -------------- */





@keyframes pulse {

 0% {

    -webkit-transform: scale(0.3);

    -moz-transform: scale(0.3);

    -o-transform: scale(0.3);

    -ms-transform: scale(0.3);

    transform: scale(0.3);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    filter: alpha(opacity=0);

    opacity: 0;

 }

 25% {

    -webkit-transform: scale(0.3);

    -moz-transform: scale(0.3);

    -o-transform: scale(0.3);

    -ms-transform: scale(0.3);

    transform: scale(0.3);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

    filter: alpha(opacity=20);

    opacity: 0.2;

 }

 50% {

    -webkit-transform: scale(0.5);

    -moz-transform: scale(0.5);

    -o-transform: scale(0.5);

    -ms-transform: scale(0.5);

    transform: scale(0.5);

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

    filter: alpha(opacity=100);

    opacity: 1;

 }

 100% {

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

    filter: alpha(opacity=0);

    opacity: 0;

    -webkit-transform: scale(1);

    -moz-transform: scale(1);

    -o-transform: scale(1);

    -ms-transform: scale(1);

    transform: scale(1);

 }



}



@-moz-keyframes pulse {

 0% {

   -moz-transform: scale(0.3);

   transform: scale(0.3);

   filter: alpha(opacity=0);

   opacity: 0;

 }

 25% {

   -moz-transform: scale(0.3);

   transform: scale(0.3);

   filter: alpha(opacity=20);

   opacity: 0.2;

 }

 50% {

   -moz-transform: scale(0.5);

   transform: scale(0.5);

   filter: alpha(opacity=100);

   opacity: 1;

 }

 100% {

   filter: alpha(opacity=0);

   opacity: 0;

   -moz-transform: scale(1);

   transform: scale(1);

 }



}



@-webkit-keyframes pulse {

 0% {

   -webkit-transform: scale(0.3);

   transform: scale(0.3);

   filter: alpha(opacity=0);

   opacity: 0;

 }

 25% {

   -webkit-transform: scale(0.3);

   transform: scale(0.3);

   filter: alpha(opacity=20);

   opacity: 0.2;

 }

 50% {

   -webkit-transform: scale(0.5);

   transform: scale(0.5);

   filter: alpha(opacity=100);

   opacity: 1;

 }

 100% {

   filter: alpha(opacity=0);

   opacity: 0;

   -webkit-transform: scale(1);

   transform: scale(1);

 }



}



@-ms-keyframes pulse {

 0% {

   -ms-transform: scale(0);

   transform: scale(0);

   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

   filter: alpha(opacity=100);

   opacity: 1;

 }

 15% {

   -ms-transform: scale(0.1);

   transform: scale(0.1);

   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

   filter: alpha(opacity=20);

   opacity: 0.2;

 }

 50% {

   -ms-transform: scale(0.5);

   transform: scale(0.5);

   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

   filter: alpha(opacity=100);

   opacity: 1;

 }

 100% {

   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

   filter: alpha(opacity=100);

   opacity: 1;

   -ms-transform: scale(1);

   transform: scale(1);

 }



}



@-o-keyframes pulse {

 0% {

   -o-transform: scale(0);

   transform: scale(0);

   filter: alpha(opacity=100);

   opacity: 1;

 }

 15% {

   -o-transform: scale(0.1);

   transform: scale(0.1);

   filter: alpha(opacity=20);

   opacity: 0.2;

 }

 50% {

   -o-transform: scale(0.5);

   transform: scale(0.5);

   filter: alpha(opacity=100);

   opacity: 1;

 }

 100% {

   filter: alpha(opacity=100);

   opacity: 1;

   -o-transform: scale(1);

   transform: scale(1);

 }



}



.pulsing {

    margin: 0 auto;

    border-radius: 100px;

    position: absolute;

    z-index: 99;



    -webkit-border-image: initial;

    -moz-border-image: initial;

    border-image: initial;

    background-color: transparent;



    -webkit-animation: pulse 3s linear infinite;

    -moz-animation: pulse 3s linear infinite;

    -ms-animation: pulse 3s linear infinite;

    -o-animation: pulse 3s linear infinite;

    animation: pulse 3s linear infinite;

}



.pulse_holder

  {

    display: none;

    position: absolute;

    width: 250px;

    height: 250px;

    top: 195px; 

    left: 230px;

    z-index: 0;

  }





.pulse_holder .pulse_rays-bigger 

  {

    right: -26px;

    top: -26px;

    opacity: 0.4;

    width: 250px;

    height: 250px;

    border-radius: 100%;

    border: 2px solid rgba(14, 153, 231, 0.9);

    box-shadow: 0px 0px 3px rgba(14, 153, 231, 0.5), 0 0 3px rgba(0,0,0,.5) inset;

    background: rgba(14, 153, 231, 0.1);

  }



.pulse_holder .pulse_rays-medium {

    right: -12px;

    top: -12px;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";

    filter: alpha(opacity=20);

    opacity: 0.2;

    width: 225px;

    height: 225px;

    border-radius: 100%;

    border: 1px solid rgba(14, 153, 231, 0.9);



    -webkit-box-shadow: 0px 0px 2px rgba(14, 153, 231, 0.5), 0 0 3px rgba(0,0,0,.5) inset;

    box-shadow: 0px 0px 2px rgba(14, 153, 231, 0.5), 0 0 3px rgba(0,0,0,.5) inset;

    background: rgba(255,255,255,.4);

}    


