﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}


.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


.dl-horizontal dt {
    white-space: normal;
}


input,
select,
textarea {
    max-width: 280px;
}*/


.menu-text{
    /*font-weight:bold;*/
    font-size:14px;
    min-width:130px;
    
}

.box-div {
    background-color: #F7941E;
    width: 300px;
    height:120px;
    vertical-align:middle;
    display:block;
    cursor:pointer;
    
    text-align:center;
    padding: 10px;
    margin: 15px;
}

img.img-list-td {
    height: 70px;
    width: 100px;
}

.inputstl-holiday {
    padding: 9px;
    border: solid 1px #460023;
    outline: 0;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #FFCEE7), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #FFCEE7 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

 .input-validation-error {
        border: 1px solid #ff0000 !important;
        background-color: #ffcccc;
 }


 

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    margin-top:35px;
    border-radius:5px;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


body {
    padding-top: 70px;
    padding-bottom: 20px;
    width: 100%;
    overflow-x:hidden;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
    max-width:100%;
    
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}




.home-sm-box-text{
   display: flex;
  align-items: center;
  justify-content: center

}


/*filter*/
.filter {
	position: fixed;
	background: #FFF;
	height: 50%;
	top: 95px;
	left: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow-y: hidden;
	display: none;
    border-top:2px solid red;
    z-index:1000;
    padding-bottom:20px;
}
.filter1 .wrap_filter {
	padding: 0 20px 10px;
}
.filter1 .head_filter {
	padding: 5px 0;
}

.filter1 .head_filter .txt_search {
	border-color: #118cd0;
	height: 36px;
	line-height: 36px;
	width: 50%;
	max-width: 416px;
	font-size: 13px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    color:black;
    background-color:transparent;
    /*border-bottom:5px solid red;*/
    border-color:grey;
    /*width:100%;*/
}

.navbar-inverse {
    border-color: grey;
}

    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > .active > a:focus {
        outline: none;
        /*border-bottom: 5px solid red;*/
        color: black;
        /*width: 100%;*/
    }

.navbar-toggle{
    background-color:grey;
}

#p-cat-div {
    margin: 0 auto;
    display: block;
    padding-top: 5%;
    text-align: center;
}



a {
    color: grey;
    font-family: 'Montserrat', sans-serif;
}

p {
    color: grey;
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: grey;
    font-family: 'Montserrat', sans-serif;
}

a:hover, a:focus{
    color: black;
    text-decoration:none;
}

.navbar-nav > li > a:hover {
    color: black;
}

.start-img {
    text-align:center;
    display:block;
    margin:0 auto;
    margin-top:15%;
    
}

.test {
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
    -webkit-animation: fadein 8s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 8s; /* Firefox < 16 */
    -ms-animation: fadein 8s; /* Internet Explorer */
    -o-animation: fadein 8s; /* Opera < 12.1 */
    animation: fadein 8s;
    
}



@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}




.carousel-indicators-numbers li {
    text-indent: 0;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 100%;
    line-height: 30px;
    color: #fff;
    background-color: #999;
    transition: all 0.25s ease;
}

    .carousel-indicators-numbers li.active, .carousel-indicators-numbers li:hover {
        margin: 0 2px;
        width: 30px;
        height: 30px;
        background-color: dimgray;
    }


.Hide-Div{
    display:none;
}

.Show-Div {
    display: block;
}

.my-menu {
    font-size: 14px;
    min-width: 160px;
    text-decoration:none;
    padding:5px 30px 5px 30px;
    cursor:pointer;
}

/*.carousel-control.left, .carousel-control.right {
    background-image: none;
}*/


.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .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;
}

/*
  WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
  Need to override the 3.3 new styles for modern browsers & apply opacity
*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

        .carousel-fade .carousel-inner > .item.next.left,
        .carousel-fade .carousel-inner > .item.prev.right,
        .carousel-fade .carousel-inner > .item.active {
            opacity: 1;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
}