<link rel="stylesheet" href="http://cdn.bootcss.com/animate.css/3.5.1/animate.min.css">


* CROUSAL-STARTS */
#sg-carousel {
    position: relative;
    height: 100vh;
}
#sg-carousel .carousel-inner .item {
    height: 100vh;
}
.carousel-caption{top:20%;}
.carousel-caption h1 {
    font-size: 6em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
#sg-carousel .carousel-control.left {
    top: 37%;
}
#sg-carousel .carousel-control.right {
    top: 37%;
}
.uppr-txt {
    text-transform: uppercase;
    color: #fff;
    font-size: 35px;
}
#sg-carousel .carousel-control.left,
#sg-carousel .carousel-control.right {
    background-image: none;
    background-repeat: no-repeat;
    opacity: 0;
    text-shadow: none;
    transition: all 0.8s ease 0s;
}
.carousel-control {
    bottom: 0;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: 0;
    width: auto;
    transition: all 0.8s ease 0s;
}
.carousel-inner {
    box-shadow: 2px 6px 21px;
}
.fa-angle-right,
.fa-angle-left {
    font-size: 80px;
}
#sg-carousel:hover .carousel-control.left {
    left: 38px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.right {
    right: 38px;
    transition: all .2s ease 0;
}
#sg-carousel:hover .carousel-control.left,
#sg-carousel:hover .carousel-control.right {
    opacity: 1;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    font-size: 80px;
}
.carousel-caption {
    left: 10%;
    padding-bottom: 5%;
    right: 0;
    text-align: left;
}

.carousel-caption h1 {
    font-family: raavi;
    font-size: 60px;
    font-weight: 600;
    line-height: 18px;
}
.carousel-caption > p {
    font-size: 30px;
    color: #fff;
}
.carousel-caption > a {
    text-transform: uppercase;
    color: #fff;
    background: #041132;
    padding: 6px 12px;
}
.button--tamaya {
    border: 2px solid #40a304 !important;
    border-radius: 5px;
    color: #7986cb;
    min-width: 180px;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.button--border-thick {
    border: 3px solid;
}
.button {
    background: #1a4a72 none repeat scroll 0 0;
    border: medium none;
    color: inherit;
    display: block;
    float: left;
    max-width: 100px;
    min-width: 100px;
    padding: 0.5em 0em;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}
.button--tamaya::before {
    padding-top: 1em;
    top: 0;
}
.button--tamaya::before,
.button--tamaya::after {
    background: #40a304;
    color: #fff;
    content: attr(data-text);
    height: 50%;
    left: 0;
    overflow: hidden;
    position: absolute;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1) 0s;
    width: 100%;
}
.button--tamaya::after {
    bottom: 0;
    line-height: 0;
}
.button--tamaya:hover::before {
    transform: translate3d(0px, -100%, 0px);
}
.button--tamaya:hover::after {
    transform: translate3d(0px, 100%, 0px);
    color: #40a304;
}
.button--tamaya:hover {
    color: #40a304;
    font-weight: 600;
}
.carousel-indicators li {
    background-color: #b3b5b9;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 1px;
    text-indent: -999px;
    width: 12px;
    border: 0;
}
.carousel-indicators .active {
    background-color: #041132;
    height: 12px;
    margin: 0;
    width: 12px;
    border: 0;
}
#sg-carousel h1 {
    animation-delay: 1s;
	margin-bottom:25px;
}
#sg-carousel p {
    animation-delay: 2s;
}
#sg-carousel button {
    animation-delay: 3s;
	margin-top:25px;
}
@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);
    }
}

@media (min-width:320px) and (max-width:480px){
	#sg-carousel{
		height:auto !important;
	}
	
	#sg-carousel .carousel-inner .item {
    height: 18vh; 
}
	
	.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	height:auto !important;
}

.carousel{
	height:auto !important;
}

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

.carousel {
    position: relative;
    margin-top: 10%;
}

.slider-caption{
	background:rgba(0,0,0,.5);
	padding:10px 10px;
	font-size:17px;
}

.carousel-caption {
    top: 0%;
}



#sg-carousel .carousel-control.left {
    top: 5%;
}

#sg-carousel:hover .carousel-control.left {
    left: 0px;
    transition: all .2s ease 0;
}

#sg-carousel .carousel-control.right {
    top: 5%;
}

#sg-carousel:hover .carousel-control.right {
    right: 0px;
    transition: all .2s ease 0;
}

.carousel-indicators {
    position: absolute;
    top: 80%;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
#sg-carousel button {
     visibility: hidden;
}

}





@media (min-width:481px) and (max-width:510px){
	
	#sg-carousel{
		height:auto !important;
	}
	
	#sg-carousel .carousel-inner .item {
    height: 23vh; 
}
	
	.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	height:auto !important;
}

.carousel{
	height:auto !important;
}

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

.carousel {
    position: relative;
    margin-top: 8%;
}

.slider-caption{
	background:rgba(0,0,0,.5);
	padding:10px 10px;
	font-size:17px;
}

#sg-carousel button {
    animation-delay: 3s;
    margin-top: 16px;
}

.carousel-caption {
    top: 0%;
}

#sg-carousel button{
	display:hide;
}

#sg-carousel .carousel-control.left {
    top: 10%;
}

#sg-carousel:hover .carousel-control.left {
    left: 0px;
    transition: all .2s ease 0;
}

#sg-carousel .carousel-control.right {
    top: 10%;
}

#sg-carousel:hover .carousel-control.right {
    right: 0px;
    transition: all .2s ease 0;
}

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

}


@media (min-width:511px) and (max-width:640px){
	
	#sg-carousel{
		height:auto !important;
	}
	
	#sg-carousel .carousel-inner .item {
    height: 25vh; 
}
	
	.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	height:auto !important;
}

.carousel{
	height:auto !important;
}

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

.carousel {
    position: relative;
    margin-top: 8%;
}

.slider-caption{
	background:rgba(0,0,0,.5);
	padding:10px 10px;
	font-size:17px;
}

#sg-carousel button {
    animation-delay: 3s;
    margin-top: 16px;
}

.carousel-caption {
    top: 0%;
}

#sg-carousel button{
	display:hide;
}

#sg-carousel .carousel-control.left {
    top: 10%;
}

#sg-carousel:hover .carousel-control.left {
    left: 0px;
    transition: all .2s ease 0;
}

#sg-carousel .carousel-control.right {
    top: 10%;
}

#sg-carousel:hover .carousel-control.right {
    right: 0px;
    transition: all .2s ease 0;
}

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

}



@media (min-width:641px) and (max-width:768px){
	.wsmenu-list > li > a{
		padding-left: 0px !important;
    padding-right: 0px !important;

	}
	
	
	#sg-carousel{
		height:auto !important;
	}
	
	#sg-carousel .carousel-inner .item {
    height: 30vh; 
}
	
	.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	height:auto !important;
}

.carousel{
	height:auto !important;
}

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

.carousel {
    position: relative;
    margin-top: 6%;
}

.slider-caption{
	background:rgba(0,0,0,.5);
	padding:10px 10px;
	font-size:25px;
}

#sg-carousel button {
    animation-delay: 3s;
    margin-top: 16px;
}

.carousel-caption {
    top: 10%;
}

#sg-carousel button{
	display:hide;
}

#sg-carousel .carousel-control.left {
    top: 20%;
}

#sg-carousel:hover .carousel-control.left {
    left: 0px;
    transition: all .2s ease 0;
}

#sg-carousel .carousel-control.right {
    top: 20%;
}

#sg-carousel:hover .carousel-control.right {
    right: 0px;
    transition: all .2s ease 0;
}

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

}


@media (min-width:769px) and (max-width:840px){
	
	.wsmenu-list > li > a{
		padding-left: 0px !important;
    padding-right: 0px !important;

	}
	
	#sg-carousel{
		height:auto !important;
	}
	
	#sg-carousel .carousel-inner .item {
    height: 35vh; 
}
	
	.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	height:auto !important;
}

.carousel{
	height:auto !important;
}

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

.carousel {
    position: relative;
    margin-top: 6%;
}

.slider-caption{
	background:rgba(0,0,0,.5);
	padding:10px 10px;
	font-size:25px;
}

#sg-carousel button {
    animation-delay: 3s;
    margin-top: 16px;
}

.carousel-caption {
    top: 10%;
}

#sg-carousel button{
	display:hide;
}

#sg-carousel .carousel-control.left {
    top: 22%;
}

#sg-carousel:hover .carousel-control.left {
    left: 0px;
    transition: all .2s ease 0;
}

#sg-carousel .carousel-control.right {
    top: 22%;
}

#sg-carousel:hover .carousel-control.right {
    right: 0px;
    transition: all .2s ease 0;
}

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

}


@media (min-width:841px) and (max-width:919px){
	
	.wsmenu-list > li > a{
		padding-left: 0px !important;
    padding-right: 0px !important;

	}
	
	
	#sg-carousel{
		height:auto !important;
	}
	
	#sg-carousel .carousel-inner .item {
    height: 38vh; 
}
	
	.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	height:auto !important;
}

.carousel{
	height:auto !important;
}

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

.carousel {
    position: relative;
    margin-top: 5%;
}

.slider-caption{
	background:rgba(0,0,0,.5);
	padding:10px 10px;
	font-size:25px;
}

#sg-carousel button {
    animation-delay: 3s;
    margin-top: 40px;
}

.carousel-caption {
    top: 10%;
}

#sg-carousel button{
	display:hide;
}

#sg-carousel .carousel-control.left {
    top: 25%;
}

#sg-carousel:hover .carousel-control.left {
    left: 0px;
    transition: all .2s ease 0;
}

#sg-carousel .carousel-control.right {
    top: 25%;
}

#sg-carousel:hover .carousel-control.right {
    right: 0px;
    transition: all .2s ease 0;
}

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

}


@media (min-width:920px) and (max-width:990px){
	
	.wsmenu-list > li > a{
		padding-left: 1px !important;
    padding-right: 1px !important;

	}
	
	#sg-carousel{
		height:auto !important;
	}
	
	#sg-carousel .carousel-inner .item {
    height: 43vh; 
}
	
	.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	height:auto !important;
}

.carousel{
	height:auto !important;
}

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

.carousel {
    position: relative;
    margin-top: 0%;
}

.slider-caption{
	background:rgba(0,0,0,.5);
	padding:10px 10px;
	font-size:25px;
}

#sg-carousel button {
    animation-delay: 3s;
    margin-top: 40px;
}

.carousel-caption {
    top: 15%;
}

#sg-carousel button{
	display:hide;
}

#sg-carousel .carousel-control.left {
    top: 2	5%;
}

#sg-carousel:hover .carousel-control.left {
    left: 0px;
    transition: all .2s ease 0;
}

#sg-carousel .carousel-control.right {
    top: 25%;
}

#sg-carousel:hover .carousel-control.right {
    right: 0px;
    transition: all .2s ease 0;
}

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

}


@media (min-width:991px) and (max-width:1050px){
	
	.wsmenu-list > li > a{
		padding-left: 2px !important;
    padding-right: 2px !important;

	}
	
	#sg-carousel{
		height:auto !important;
	}
	
	#sg-carousel .carousel-inner .item {
    height: 46vh; 
}
	
	.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	height:auto !important;
}

.carousel{
	height:auto !important;
}

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

.carousel {
    position: relative;
    margin-top: 0%;
}

.slider-caption{
	background:rgba(0,0,0,.5);
	padding:10px 10px;
	font-size:20px;
}

#sg-carousel button {
    animation-delay: 3s;
    margin-top: 40px;
}

.carousel-caption {
    top: 25%;
}

#sg-carousel button{
	display:hide;
}

#sg-carousel .carousel-control.left {
    top: 25%;
}

#sg-carousel:hover .carousel-control.left {
    left: 0px;
    transition: all .2s ease 0;
}

#sg-carousel .carousel-control.right {
    top: 25%;
}

#sg-carousel:hover .carousel-control.right {
    right: 0px;
    transition: all .2s ease 0;
}

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

}

@media (min-width:1051px) and (max-width:1200px){
	
	.wsmenu-list > li > a{
		padding-left: 8px !important;
    padding-right: 8px !important;

	}
	
	#sg-carousel{
		height:auto !important;
	}
	
	#sg-carousel .carousel-inner .item {
    height: 53vh; 
}
	
	.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	height:auto !important;
}

.carousel{
	height:auto !important;
}

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

.carousel {
    position: relative;
    margin-top: 0%;
}

.slider-caption{
	background:rgba(0,0,0,.5);
	padding:10px 10px;
	font-size:35px;
}

#sg-carousel button {
    animation-delay: 3s;
    margin-top: 40px;
}

.carousel-caption {
    top: 15%;
	
}

#sg-carousel button{
	display:hide;
}

#sg-carousel .carousel-control.left {
    top: 28%;
}

#sg-carousel:hover .carousel-control.left {
    left: 0px;
    transition: all .2s ease 0;
}

#sg-carousel .carousel-control.right {
    top: 28%;
}

#sg-carousel:hover .carousel-control.right {
    right: 0px;
    transition: all .2s ease 0;
}

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

}

@media (min-width:1201px) and (max-width:1336px){
	
	.wsmenu-list > li > a{
		padding-left: 15px !important;
    padding-right: 15px !important;

	}
	
	#sg-carousel{
		height:auto !important;
	}
	
	#sg-carousel .carousel-inner .item {
    height: 60vh; 
}
	
	.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
	height:auto !important;
}

.carousel{
	height:auto !important;
}

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

.carousel {
    position: relative;
    margin-top: 0%;
}

.slider-caption{
	background:rgba(0,0,0,.5);
	padding:10px 10px;
	font-size:30px;
}

#sg-carousel button {
    animation-delay: 3s;
    margin-top: 40px;
}

.carousel-caption {
    top: 25%;
}

#sg-carousel button{
	display:hide;
}

#sg-carousel .carousel-control.left {
    top: 32%;
}

#sg-carousel:hover .carousel-control.left {
    left: 0px;
    transition: all .2s ease 0;
}

#sg-carousel .carousel-control.right {
    top: 32%;
}

#sg-carousel:hover .carousel-control.right {
    right: 0px;
    transition: all .2s ease 0;
}

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

}

@media (min-width:920px) and (max-width:940px){
	
	.wsmenu-list > li > a{
		padding-left: 0px !important;
    padding-right: 0px !important;

	}
	
}