﻿/* COMMON Styles, should contain info common to all themes
----------------------------------------------------------*/

.ui-widget {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important;
}
#terms .ui-state-default, .ui-widget-content .ui-state-default, #terms .ui-widget-header .ui-state-default {
    color: #269db8 !important;
    background-color: #f2f2f2 !important;
    border: 1px solid #f2f2f2 !important;
}
#terms .ui-state-default .ui-icon {
    background-image: url("/Scripts/css/caboodle/images/ui-icons_ffffff_256x240_updated_right_arrow_O_teal.png") !important;
}
#terms h3:hover, #terms .ui-state-active, #terms .ui-widget-content .ui-state-active, #terms .ui-widget-header .ui-state-active, #terms .ui-state-hover, #terms .ui-widget-content .ui-state-hover, #terms .ui-widget-header .ui-state-hover, #terms .ui-state-focus, #terms .ui-widget-content .ui-state-focus, #terms .ui-widget-header .ui-state-focus {
    background-color: #269db8 !important;
    border-color: #269db8 !important;
    color: #fff !important;
    background-image: none !important;
}
#terms:hover .ui-state-default .ui-icon {
    background-image: url("/Scripts/css/caboodle/images/ui-icons_ffffff_256x240.png") !important;
}

/* BANNER  
----------------------------------------------------------*/
.royalSlider .container {
    position: relative;
    z-index: 2000;
}

img.rsImg {
    position: absolute;
    top: 0;
    z-index: 1;
}

.rsDefault .rsBullets {
    background: transparent none repeat scroll 0 0;
    line-height: 30px;
    overflow: visible;
    right: 25%;
    width: auto;
    left: auto;
}

.rsDefault .rsBullet.rsNavSelected span {
    background-color: #269db8;
}

.rsDefault .rsBullet {
    width: 16px;
}

.rsDefault .rsBullet span {
    background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
    height: 10px;
    width: 10px;
}

.banner-content {
    background-color: #269db8;
	border-bottom: 7px solid #ea62a0;
    padding: 15px 20px 25px;
    width: 314px;
    position: absolute;
    top: 0;
    margin-left: 100px;
}

.rsSlide:nth-child(2) .banner-content {

	background-color: #ea62a0;
    border-bottom: 7px solid #269db8;
}

.rsSlide:nth-child(3) .banner-content {
    background-color: #e6862c;
	border-bottom: 7px solid #99cd6a;
}

.rsSlide:nth-child(4) .banner-content {
    background-color: #99cd6a;
	border-bottom: 7px solid #e6862c;
}

.rsSlide:nth-child(5) .banner-content {
    background-color: #a180c1;
	border-bottom: 7px solid #269db8;
}

.banner-content h1 {
    color: #fff;
    font-size: 400%;
    line-height: 98%;
    margin: 0;
    padding: 0;
}

.banner-content p {
    color: #2f296e;
    font-size: 180%;
    line-height: 110%;
    margin: 0;
}

.banner-link {
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3000;
}

@media only screen and (min-width: 1200px) {
    .royalSlider {
        height: 390px !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .royalSlider {
        height: 390px !important;
        width: 100% !important;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
    .royalSlider {
        height: 340px !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 1200px) {
    .banner-content {
        width: 310px;
    }
    .banner-content h1 {
        font-size: 440%;
    }
    .banner-content p {
        font-size: 180%;
    }
}

@media only screen and (max-width: 992px) {
    .banner-content {
        width: 250px;
    }
    .banner-content h1 {
        font-size: 320%;
    }
    .banner-content p {
        font-size: 150%;
    }
}

@media only screen and (max-width: 767px) {
    .royalSlider {
        height: 300px !important;
        width: 100% !important;
    }
    .banner-content {
        width: 250px;
    }
    .banner-content h1 {
        font-size: 270%;
        margin-bottom: 8px;
    }
    .banner-content p {
        font-size: 130%;
    }
}

@media only screen and (max-width: 550px) {
    .banner-content {
        font-size: 85%;
        width: 185px;
        margin-left: 15px;
    }
}

.addThisFloat 
{
  position:fixed;
  right:0;
  top:50%;
  width:30px;
  height:105px;
  margin-top:-52px;
  z-index:1000;
}

.addthis_floating_style {
   background:none !important;
}