#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel [class*=carousel-control] {
    background: none;
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    background-color: transparent;
    visibility: visible !important;
    opacity: 1;
    border: 1px solid #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:1;
}



#minimal-bootstrap-carousel .carousel-control-prev {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 1%;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height:500px;
    max-height: 100%;
    width: 100%;
}


.slider-content-style .content {
    text-align: center;
    position: relative;
    z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0;
}

.slider-content-style .content h2 {
    color: #fff;
    font-size:36px;
    font-weight: 600;
    font-family: 'work_sansbold';;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
	line-height:40px;
	background:rgba(230, 176, 68, .7);
	padding:7px 20px;
}
.slider-content-style .content h5 {
    color: #000;
    font-size:18px;
    letter-spacing:2px;
    font-weight:400;
    font-family:'OpenSans-Regular';
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
	text-transform:lowercase;
	padding:0 0 15px;
}
.slider-content-style .content p {
    font-family:'OpenSans-Regular';
    font-weight: 600;
    font-size: 26px;
    color: #000;
    margin-top: 20px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slider-content-style .content a.thm-btn {
    background:transparent;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size:16px;
    font-family: 'work_sansmedium';
    padding:10px 25px;
    margin-top: 27px;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
	text-transform:uppercase;
	text-decoration:none;
	border:3px solid #fff;
}
.slider-content-style .content a.thm-btn2 {
    background: #c8030a;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size:14px;
    font-family: 'work_sansmedium';
    padding:15px 30px;
    margin-top: 27px;
    transition: all 1s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
	text-transform:uppercase;
	text-decoration:none;
}

.slider-content-style .content a.thm-btn:hover {
    background: #333;
}
.slider-content-style .content a.thm-btn2:hover {
    background: #000;
}



/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sb-search {
	position: absolute;
	width: 0%;
	right:0;
	top:0;
	min-width:120px;
	height:86px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #d7b740;
	width: 100%;
	height:86px;
	margin: 0;
	z-index: 10;
	padding: 15px 120px 15px 20px;
	font-family: inherit;
	font-size:16px;
	color: #000;
}

.sb-search-input::-webkit-input-placeholder {
	color: #195152 ;
}

.sb-search-input:-moz-placeholder {
	color: #195152 ;
}

.sb-search-input::-moz-placeholder {
	color: #195152 ;
}

.sb-search-input:-ms-input-placeholder {
	color: #efb480;
}

.sb-icon-search,
.sb-search-submit  {
	width:120px;
	height:40px;
	display: block;
	position: absolute;
	right: 0;
	top:20px;
	padding: 0;
	margin: 0;
	line-height:38px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #c8030a;
	z-index: 90;
	font-size:14px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	border-radius:30px;
}
.sb-icon-search span{
	color: #fff;
	font-size:14px;
	font-family: 'work_sanssemibold';
	text-transform:uppercase;
	padding:2px 0 0 10px;
	display:inline-block;
}

.sb-icon-search:before {
	content: "\e000";
	float:right;
	padding:0 20px 0 0;
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #c8030a;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}

@media (max-width:1200px){
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height:450px;
    max-height: 100%;
    width: 100%;
}
.slider-content-style .content h2 {
    font-size:36px;
	line-height:50px;
}
.slider-content-style .content h5 {
    font-size:16px;
    letter-spacing:2px;
	padding:0 0 10px;
}
.slider-content-style .content p {
    font-size: 16px;
    margin-top: 20px;
}

.slider-content-style .content a.thm-btn {
    font-size:14px;
    padding:12px 25px;
    margin-top: 20px;
}
.slider-content-style .content a.thm-btn2 {
    font-size:14px;
    padding:12px 25px;
    margin-top: 20px;
}
}



@media (max-width:990px) {
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height:270px;
    max-height: 100%;
    width: 100%;
}
.sb-icon-search { font-size:18px;}
.sb-icon-search,
.sb-search-submit  {
	width:40px;
	height:40px;
	line-height:40px;
}
.sb-search-input {
	top: 0;
	right: 0;
	height:40px;
	padding: 10px 45px 10px 10px;
	font-size:16px;
	box-shadow:2px 2px 10px #ccc;
}
.sb-search {
	min-width:40px;
	height:40px;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search {
	right:0;
	top:-85px;
	min-width:40px;
	height:80px;
}

.sb-search-input {
	top: 0;
	right: 0;
	height:86px;
	padding: 15px 50px 15px 20px;
	font-size:14px;
}
.sb-icon-search:before {
	content: "\e000";
	float:right;
	padding:0 12px 0 0;
}
.slider-content-style .content h2 {
    font-size:50px;
	line-height:50px;
}
.slider-content-style .content h5 {
    font-size:14px;
    letter-spacing:1px;
	padding:0 0 7px;
}
.slider-content-style .content p {
    font-size: 14px;
    margin-top: 15px;
}

.slider-content-style .content a.thm-btn {
    font-size:14px;
    padding:10px 20px;
    margin-top: 15px;
}
.slider-content-style .content a.thm-btn2 {
    font-size:14px;
    padding:10px 20px;
    margin-top: 15px;
}
.slider-content-style .content h2 {
    width:100%;
	font-size:32px;
	line-height:38px;
}
}
	
@media (max-width:768px) {
.sb-icon-search { font-size:16px;}
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height:250px;
}
.slider-content-style .content h2 {
    font-size:40px;
	line-height:40px;
}
.sb-search {
	right:0;
	top:-75px;
	min-width:40px;
	height:75px;
}
#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 5%;
    left: 5%;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}
.slider-content-style .content h2 {
    width:100%;
	font-size:28px;
	line-height:28px;
}
.slider-content-style .content p {
    font-size: 14px;
    margin-top: 8px;
	display:none;
}
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 5%;
    left: 5%;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}
.slider-content-style .content h2 {
    width:100%;
	font-size:22px;
	line-height:20px;
}
.slider-content-style .content p {
    font-size: 14px;
    margin-top: 8px;
	display:none;
}
}


@media (max-width:568px) {
.sb-icon-search { font-size:14px;}
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height:250px;
}
.slider-content-style .content h2 {
    font-size:18px;
	line-height:30px;
}
.slider-content-style .content h5 {
    font-size:13px;
    letter-spacing:1px;
	padding:0 0 5px;
}
.slider-content-style .content p {
    font-size: 13px;
    margin-top: 8px;
}
.slider-content-style .content a.thm-btn {
    font-size:13px;
    padding:8px 15px 3px;
    margin-top:10px;
}
.slider-content-style .content a.thm-btn2 {
    font-size:13px;
    padding:8px 15px 3px;
    margin-top:10px;
}
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width:25px;
        height: 25px;
        font-size: 14px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 5%;
    left: 5%;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}
.slider-content-style .content h2 {
    width:100%;
	font-size:16px;
	line-height:20px;
}
.slider-content-style .content p {
    font-size: 12px;
    margin-top: 8px;
	display:none;
}
.slider-content-style .content a.thm-btn {
    font-size:12px;
    padding:5px 10px 3px;
    margin-top:10px;
}
}

@media (max-width:425px){
.sb-search {
	right:0;
	top:-70px;
	min-width:40px;
	height:70px;
}
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height:160px;
}



.slider-content-style .content a.thm-btn2 {
    font-size:13px;
    padding:8px 15px 3px;
    margin-top:10px;
	display:none;
}
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}