@font-face {
    font-family: DancingScript;
    src: url(../fonts/DancingScript-Regular.otf);    
}

body {
    background-color: #F9F4AB;
    background-repeat: repeat;
    font-family: DancingScript;
}
h1.logo{
    font-size: 42px;
    text-align: center;
}

span{
    font-size: 1.5em;
}

.banner{
    background-image: url("../images/banner.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 225px;
    width: 100%;
    background-repeat: none;
}

.header-logo{
    position: relative;
    top: 105px;
    width: 100%;
    color: #B20B10;
    font-style: italic;   
}

.banner-small {
    background-image: url("../images/banner.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 169px;
    height: 169px;
    width: 100%;
    background-repeat: none;
}

.header-logo-small{
    position: relative;
    width: 100%;
    top: 44px;
    color: #B20B10;
    font-style: italic;
    display: block;
    margin-left: auto;
    margin-right: auto;    
}
.logo-small{
    text-align: center;
}




#container{
    color: #856019;
    padding-top: 1px;
    padding-bottom: 1px;
}


.center{
    margin-left: auto;
    margin-right: auto;
}
/***********************MENU STARTS*********************************/
.main-menu{
    height: 50px;
    margin-bottom: 40px;
}

.main-menu-vertical{
    height: 150px;
    margin-bottom: 30px;
}

.manu-wrapper{
    width:59%;
    padding-top: 16px;	
}

.manu-wrapper .btn-group-justified>.btn-group .btn {
    width: 100%;
    background-color: #960002;
    color: #FFD700;
    border-color: #C59542;
    height: 43px;
    font-size: 1.3em;
}
.btn-primary {
    color: #fff;
    background-color: #960002;
    border-color: #7B0305;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #00B2FF;
    border-color: #0B66B2;
    transition: all 400ms
}

.manu-wrapper .btn-group-justified>.btn-group .btn:hover{
    color: #FFF;
    background-color: #E88D8E;
    border-color: #C59542;
    transition: all 400ms;
}



.manu-wrapper a:hover{
    text-decoration:underline;
}
.main-menu-vertical div.manu-wrapper{
    width:87%;
}
.main-menu-vertical div.manu-wrapper a{
    text-decoration: none;
}



/***********************MENU ENDS*********************************/

/***********************SLIDER STARTS*********************************/

#slideshow {
    position:relative;
    height:500px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

#slideshow IMG{
    width:100%;
}


.sliderControl{
    width: 89.7%;
    position: absolute;
    bottom: 2%;
    display: table-cell;
    text-align: center;    
}

.sliderControl img{
    width: 2%;
}

#sliderWrap{
    position: relative;
    width: 87%;
    height: 600px;
    background-color: #F9E88F;
    padding: 4% 4.5%;
    margin: 0 auto;
}


/***********************SLIDER ENDS*********************************/

.gold{
    background-color: rgb(249, 232, 143);
    transition: all 2000ms;    
}

.gold:hover{
    background-color: gold;
}

.color_change{
    background-color: blue;
}

.content-box{
    overflow:auto;
    width: 87%;
    margin: 30px auto;
}

.image-centered{
    width: 83%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 4px 4px 5px rgb(165, 139, 0);
}
.image-word-box{
    overflow: hidden;
}

.image-box{
    margin-top: 30px;
    margin-bottom: 30px;
/*    new*/
    position: relative;
    right: 800px;
}

.word-box{ 
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 83%;
    margin-bottom: 30px;
/*-----------new----------*/
    position: relative;
    left: 800px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

/*******************Image gallery***************************/

.gallery .gallery-box img{
    width:100%;
    cursor: pointer;
}

img#arrow_left, img#arrow_right{
    cursor: pointer;
}

.gallery-box{  
    overflow: hidden;
    margin-bottom: 15px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}

#gallery_backdrop{    
    position: fixed;
    top:0;
    right:0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    z-index: 1;
    visibility:hidden;
}
#full_size_image{ 
    width: 70%;
    position: fixed;
    margin: 0 auto;
    top:45px;
    right:0;
    bottom: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    display: table-cell;
    text-align: center;
    visibility: hidden;
}
#full_size_image img{    
    height: auto;
    max-height: 600px;
    max-width: 600px;

    z-index: 2;
}
img#cross{
    position: absolute;
    width: 4%;
    cursor: pointer;
}
img#arrow_left,img#arrow_right{
    width: 12%;
    position: absolute;    
}

/* TODO: FOOTER */
/* ---------------Footer-------------------------- */
.footer{
    height:150px;
    background-color:#960000;
    color: yellow;
    text-align: center;
}
.footer_content{
    padding-top:50px;
}

/**********Responsive CSS***************************/
@media screen and (max-width: 1199px){
    h1.logo {
        font-size: 39px;
    }
    #banner {        
        height: 198px;        
    }
}

@media screen and (max-width: 991px){
    h1.logo {
        font-size: 30px;
    }
    #banner {        
        height: 150px;        
    }
    .banner-small {        
        background-size: 100% 185px;
        height: 185px;
        width: 100%;
    }
    .sliderControl img{
        width: 2.5%;
    }

}

@media (min-width: 992px){
    .word-box{
        display: table-cell;
        vertical-align: middle;
    }

}

@media screen and (max-width: 767px){
    h1.logo {
        font-size: 29px;
    }
    #banner {        
        height: 120px;        
    }
    .banner-small {        
        background-size: 100% 150px;
        height: 150px;
        width: 100%;
    }
    .sliderControl{
        position: absolute;
        bottom: 2%; 
    }
    .sliderControl img{
        width: 2.5%;
    }
}
@media screen and (max-width: 480px) {
    h1.logo {
        font-size:18px;
    }
    #banner {        
        height: 80px;        
    }
    .banner-small {        
        background-size: 100% 100px;
        height: 100px;
        width: 100%;
    }
    .sliderControl{
        position: absolute;
        bottom: 0%; 
    }
    .sliderControl img{
        width: 2.5%;
    }
    img#cross{
        position: absolute;
        width: 6%;
    }
}
