/*!
 * Materialize v0.96.1 (http://materializecss.com)
 * Copyright 2014-2015 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
 ul li {
    list-style-type: none;
 }
.slider {
 position:relative;
 height:auto;
 width:100%
}
.slider.fullscreen {
 height:100%;
 width:100%;
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0
}
.slider.fullscreen ul.slides {
 height:100%
}
.slider.fullscreen ul.indicators {
 z-index:2;
 bottom:30px
}
.slider .slides {
 background-color:#f2f1ef;
 margin:0;
 height:490px;
 width:100%;
}
.slider .slides li {
 opacity:0;
 position:absolute;
 top:0;
 left:0;
 z-index:1;
 width:100%;
 height:inherit;
 overflow:hidden
}
.slider .slides li img {
 height:100%;
 width:100%;
 background-size:cover;
 background-position:center
}
.slider .slides li .caption {
 color:#fff;
 position:absolute;
 top:35%;
 left:15%;
 width:70%;
 opacity:0
}
.slider .slides li .caption p {
 color:#e0e0e0
}
.slider .slides li.active {
 z-index:2
}
.slider .indicators {
 position:absolute;
 text-align:center;
 left:0;
 right:0;
 bottom:0;
 margin:0
}
.slider .indicators .indicator-item {
 display:inline-block;
 position:relative;
 cursor:pointer;
 height:16px;
 width:16px;
 margin:0 12px;
 background-color:#e0e0e0;
 -webkit-transition:background-color .3s;
 -moz-transition:background-color .3s;
 -o-transition:background-color .3s;
 -ms-transition:background-color .3s;
 transition:background-color .3s;
 border-radius:50%
}
h3 {
    font-size: 2.92rem;
    line-height:12px;
    margin: 1.46rem 0 1.168rem 0;
	font-family:oswald, sans-serif;
	font-weight:bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.slogun {
    font-size:50px;
    line-height:62px;
    margin: 1rem 0 1.168rem 0;
	font-family:oswald, sans-serif;
	font-weight:bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
h5{
font-size:30px;
line-height:36px;
margin: 0.82rem 0 0.656rem 0;
font-family:Dosis, sans-serif;
	font-weight:bold;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
}
.slider .indicators .indicator-item.active {
 background-color:#4CAF50
}
.slider .slides li .caption {
    color: #fff;
}
.left-align {
    text-align: left;
}

@media only screen and (min-width: 180px) and (max-width: 480px) {
	.slider .slides {height:400px;} .slider .slides li .caption {top:10%;} h5{font-size:22px; line-height:28px;} h3{font-size:30px; margin-top:10px; line-height:35px;} .ship-bx{width:50%; padding:10px 0px;} .ship-mar-rt{margin-right:0px;} .ship-icon{width:15%;} .sh-head-txt{font-size:11px;} .sh-sub-txt{font-size:8px;} .slogun{font-size:22px; line-height:26px;}
}
