#wrap, #hp-slider {
    height: 300px !important;
}

#wrap, #hp-slider .item1, .item2, .item3, .item4{
    height: 300px !important;
}


#wrap, #hp-slider .item3 h3
{
    margin-top:141px;
    color:  rgb(255,255,255);
    font-weight: bold;
    font-size: 32px;
    float:left;
}

#wrap, #hp-slider .item3 img
{
    margin-top:100px;
    float:left;
}

#wrap, #hp-slider .item3 .text
{
    background: rgb(209,87,77); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(209,87,77,1) 0%, rgba(220,29,59,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(209,87,77,1)), color-stop(100%,rgba(220,29,59,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1574d', endColorstr='#dc1d3b',GradientType=1 ); /* IE6-9 */


    -webkit-box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);
    -moz-box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);
    box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);

    font-size: 15px;
    border-radius: 5px;

    padding: 13px 13px 13px 30px;

    margin-top: 115px;
    margin-left: 270px;
}

#wrap, #hp-slider .item4 .text
{
    background: rgb(209,87,77); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(209,87,77,1) 0%, rgba(220,29,59,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(209,87,77,1)), color-stop(100%,rgba(220,29,59,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1574d', endColorstr='#dc1d3b',GradientType=1 ); /* IE6-9 */


    -webkit-box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);
    -moz-box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);
    box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);

    font-size: 15px;
    border-radius: 5px;

    padding: 13px 13px 13px 30px;

    margin-top: 115px;
    margin-left: 270px;
}

#slideshowButton
{
    display: block;
    font-size: 25px;
    margin-left: 205px;
    margin-top: 223px;
}

#slideshowButton .slideshowButton
{
    background: rgb(209,87,77); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(209,87,77,1) 0%, rgba(220,29,59,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(209,87,77,1)), color-stop(100%,rgba(220,29,59,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1574d', endColorstr='#dc1d3b',GradientType=1 ); /* IE6-9 */


    -webkit-box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);
    -moz-box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);
    box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);


    border:none;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    width: 300px;
    height: 40px;

    margin:0;
    text-align: center;
}

#slideshowButton:hover
{
    text-decoration: none;
}
#slideshowButton .slideshowButton:hover
{
    background: rgb(220,29,59);
}

/* Slideshow Button FAQ */

#faqButton
{
    display: block;
    font-size: 15px;
    width: 420px;
}

#faqHeader
{
    color:#DC1D3B;
    font-weight: bold;
    font-size: 40px;
    margin-top: 70px;
}


#faqButton .faqButton
{
    background: rgb(209,87,77); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(209,87,77,1) 0%, rgba(220,29,59,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(209,87,77,1)), color-stop(100%,rgba(220,29,59,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1574d', endColorstr='#dc1d3b',GradientType=1 ); /* IE6-9 */


    -webkit-box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);
    -moz-box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);
    box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);


    border:none;
    border-radius: 3px;
    color: white;
    width: 420px;
    height: 105px;

    margin:0;
    text-align: center;
    padding: 15px;
}

#faqButton:hover
{
    text-decoration: none;
}
#faqButton .faqButton:hover
{
    background: rgb(220,29,59);
}

.circle {

    background: #DC1F3B;

    border-radius: 50%;
    width: 300px;
    height: 300px;
    /*line-height: 300px;*/
    text-align: center;
    color: #ffffff;
}

.linked:active,
.linked:focus,
.linked:link,
.linked:hover {
    outline: none !important;
    background: rgb(209,87,77); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(209,87,77,1) 0%, rgba(220,29,59,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(209,87,77,1)), color-stop(100%,rgba(220,29,59,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1574d', endColorstr='#dc1d3b',GradientType=1 ); /* IE6-9 */


/*    -webkit-box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);
    -moz-box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);
    box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);*/

    text-decoration: none;
}

.circleSmall {

    background: #DC1F3B;

    border-radius: 50%;
    width: 100px;
    height: 100px;
    text-align: center;
    color: #ffffff;

    z-index: 1000;
}

.circleSmall:active,
.circleSmall:focus,
.circleSmall:link,
.circleSmall:hover {
    outline: none !important;
    background: rgb(209,87,77); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(209,87,77,1) 0%, rgba(220,29,59,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(209,87,77,1)), color-stop(100%,rgba(220,29,59,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(209,87,77,1) 0%,rgba(220,29,59,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1574d', endColorstr='#dc1d3b',GradientType=1 ); /* IE6-9 */


/*    -webkit-box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);
    -moz-box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);
    box-shadow: 4px 9px 28px -8px rgba(0,0,0,0.76);*/

    text-decoration: none;
}

.circle .headline1 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 60px;

    font-size: 28px;
    font-weight: 500;
    line-height: 1.1;

    text-align: center;
}

.circle .headline2 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 120px;

    font-size: 20px;
    font-weight: 500;
    line-height: 1.1;

    text-align: center;
}

.circle .headline3 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 120px;

    font-size: 28px;
    font-weight: 600;
    line-height: 1.1;

    text-align: center;
}

.circle p.textNormal {
    margin-top: 30px;
    margin-left: 25px;
    width: 250px;

    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;

    text-align: center;
}

.tooltip-inner {
    background-color: rgb(56, 58, 54);
}




