.main-slideshow {
    width: 100%;
    top: 0px;
    height: 550px;
}

.carousel-caption {
    font-size: 24px;
}

.carousel-caption h1 {
    font-weight: bold;
    font-size: 110px;
}

.carousel-caption .slideshow-main-img {
    width: 400px;
    padding-top: 90px;
}

.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0px;
    text-indent: -999px;
    border: 1px solid #ff5595;
    border-radius: 10px;
    cursor: pointer;
    background-color: #ff5595;
    margin-right: 5px;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #000;
    border: 1px solid #000;
    margin-right: 5px;
}

.carousel-inner>.item {
    /*cursor: pointer;*/
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left:15%;
    padding-right:15%;
    color: #ff5595;
    text-align: left;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0.6);
}

.carousel-caption h1{
    font-family: 'Montserrat', sans-serif;
    font-size:42pt;
    letter-spacing: 5px;
    word-spacing: 20px;
    font-weight: normal;
    color:#ff5595;
    display: block;
    text-align: left;
}

.carousel-caption h2{
    font-size:28pt;
    letter-spacing: 5px;
    word-spacing: 20px;
    font-weight: normal;
}

.carousel-caption a{
    border:solid 1px #000;
    font-size:16pt;
    color:#000;
    padding:15px 80px;
    border-radius: 25px;
    height:40px;
    text-decoration: none;
    letter-spacing: 5px;
    word-spacing: 2px;
    margin-left:80px;
}

.carousel-caption a:hover{
    border:solid 1px #000;
    background-color:#000;
    font-size:16pt;
    color:#fff;
    padding:15px 80px;
    border-radius: 25px;
    height:40px;
    text-decoration: none;
    letter-spacing: 5px;
    word-spacing: 2px;
    margin-left:80px;
}

.carousel-caption .main-botton:hover{
    border:solid 2px #fff;
    font-size:12pt;
    color:#000;
    background-color: #fff;
    padding:15px 40px;
    border-radius: 25px;
    height:40px;
    text-decoration: none;
    letter-spacing: 5px;
    word-spacing: 2px;
}

.carousel-caption .main-botton:hover{
    text-decoration: none;
}

.slideshow-bottom{
    position: absolute;
    bottom:80px;
    z-index:99;
    text-align: center;
    display: block;
    width:100%;
}

.slideshow-bottom a{
    color:#fff;
    text-decoration: none;
    padding-top:60px;
    font-size:10pt;
}

.slideshow-bottom a:hover{
    color:#ddd;
    text-decoration: none;
    padding-top:30px;
}

.carousel-indicators {
    position: absolute;
    bottom: 40px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}


/*.carousel-inner .active {*/
/*!*opacity: 1;*!*/
/*-webkit-animation: slideshow_animat 120s linear infinite;*/
/*animation: slideshow_animat 120s linear infinite;*/
/*}*/

/*.carousel-fade .carousel-inner .active.left,*/
/*.carousel-fade .carousel-inner .active.right {*/
/*left: 0;*/
/*opacity: 0;*/
/*z-index: 1;*/
/*}*/

/*.carousel-fade .carousel-inner .next.left,*/
/*.carousel-fade .carousel-inner .prev.right {*/
/*opacity: 1;*/
/*}*/

/*.carousel-fade .carousel-control {*/
/*z-index: 2;*/
/*}*/

.carousel-caption {
    height: 100%;
    left: 0px;
    right: 0px;
}

.homelogo {
    display: none;
    width: 15%;
}

.carousel-caption-content img {
    width: inherit;
    height: inherit;
}



@media only screen and (max-width: 1440px) {

}

@media only screen and (max-width: 1366px) {

}

@media only screen and (max-width: 1024px) {

}

@media only screen and (max-width: 992px) {

    .main-slideshow {
        width: 100%;
        top: 0px;
        height: 400px;
    }

    .carousel-caption{
        display: none;
    }

    .carousel-caption .slideshow-main-img {
        width: 80%;
        padding-top: 150px;
    }

    .carousel-caption {
        font-family: serif, Times New Roman, cursive;
        font-size: 16px;
    }

    .carousel-caption h1 {
        font-family: serif, Times New Roman, cursive;
        font-weight: bold;
        font-size: 36px;
    }

    @-webkit-keyframes slideshow_animat {
        0% {
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        50% {
            -moz-transform: scale(1.2);
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }
        100% {
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    }

    @keyframes slideshow_animat {
        0% {
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        50% {
            -moz-transform: scale(1.4);
            -webkit-transform: scale(1.4);
            transform: scale(1.4);
        }
        100% {
            -moz-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
        }
    }

    .carousel-caption-content img {
        width: 50%;
        height: auto;
    }

    .carousel-caption h1{
        font-family: 'Montserrat', sans-serif;
        font-size:14pt;
        letter-spacing: 0px;
        word-spacing: 0px;
        font-weight: normal;
    }

    .carousel-caption h2{
        font-size:12pt;
        letter-spacing: 0px;
        word-spacing: 0px;
        font-weight: normal;
    }

    .slideshow-bottom {
        position: absolute;
        bottom: 20px;
        z-index: 99;
        text-align: center;
        display: block;
        width: 100%;
    }

}

@media only screen and (max-width: 480px) {

}