/*+--------------------------------+*/
/*| SLIDER                         |*/
/*+--------------------------------+*/
/* BLOCO PRINCIPAL */
.ct-slider{
	padding-left:0px;
	padding-right:0px;
}
.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #fff;
}
.bs-slider:hover {
    /*cursor: -moz-grab;
    cursor: -webkit-grab;*/
}
.bs-slider:active {
   /* cursor: -moz-grabbing;
    cursor: -webkit-grabbing;*/
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/* SETAS ESQUERDA/DIREITA */
.control-round .carousel-control {
	position: absolute;
    top: 46%;
    width: 38px;
    height: 38px;
	display: block;
	
    z-index: 100;
    color: White;
	background: transparent;
   
    cursor: pointer;
    overflow: hidden;
	
	font-size: 38px;
    line-height: 38px;
    text-shadow: none;

}
.control-round .carousel-control.left {
    left: -5%;
	-webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.control-round .carousel-control.right {
    right: -5%;
	-webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.control-round:hover .carousel-control.left {
    left: 1%;
	-webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
	
}
.control-round:hover .carousel-control.right {
    right: 1%;
	-webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: White;
	background: transparent;
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}

/* INIDICADORES DE PÁGINA */
.indicators-line> .carousel-indicators{
   /* right: 45%; */
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 25px;
    font-size: 0;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
    padding-left: 0; 
   /* padding-right: 10px; */
   /* padding-top: 1px;*/
    margin-left: 0;
    white-space: nowrap;
	
}
.indicators-line> .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(255, 255, 255);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
  
    background: rgb(255, 255, 255);
    -webkit-border-radius: 0%;
    border-radius: 0%;
    margin-right: 5px;
    z-index: 10;
    cursor:pointer;
}
.indicators-line> .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line> .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    background: rgb(158, 158, 158);
    position: relative;
	border: 0px;
}
.indicators-line> .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: rgb(158, 158, 158);
    content:"";
    position: absolute;
	width:15px;
    height:15px;
    left:0px;
    top:0px;
	border: 0px;
   /* border-radius: 50%;*/
}


/* FADE */
.fader {
    opacity: 1;
}
.fader .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fader .item:first-child {
    top: auto;
    position: relative;
}
.fader .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/* TEXTO DOS SLIDES */
.slide-text {
    left: 0;
	top:0;
    margin-top: 216px;
    right: 0;
    position: absolute;
    text-align: left;
}
.slide-text .ttl{
	display:block;
	margin-bottom: 20px;
}
.slide-text .ttl>p{
	display:inline-block;
	
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 42px;
	
	color:white;
	background:RGBA(0,0,0,0.5);	
	
	padding:15px;
}
.slide-text .ttl>p>span{
	color:#ecbb3a;
	background:transparent;
}
.slide-text .txt{
	display:block;
	margin-bottom:20px;
}
.slide-text .txt>p{
	display:inline-block;
	padding:15px;
	
	font-family:'GillSansMTPro-Medium';
	text-transform:uppercase;
	font-size: 20px;
	
	color:white;
	background:RGBA(0,0,0,0.5);
}
.slide-text .btn{
	display:inline-block;
	
	padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
	
	background:#ecbb3a;
	
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 15px;
	color:white;
	border-radius:0px;
}

@media (max-width: 1066px) {
	.slide-text {
		top:30%;
		margin-top:0px;
	}	
}
@media (max-width: 991px) {
	.slide-text {
		top:28%;
		margin-top:0px;
	}	
	
    .slide-text .ttl>p{
        font-size: 38px; 
    }
    .slide-text .txt>p{
        font-size: 18px;
    }
	.slide-text .btn{
		font-size: 14px;
	}
}
@media (max-width: 891px) {
	.slide-text{
		top:26%;
		margin-top:0px;
	}
}
@media (max-width: 791px) {
	.slide-text{
		top:25%;
	}
    .slide-text .ttl>p{
        font-size: 34px; 
    }
    .slide-text .txt>p{
        font-size: 16px;
    }
	.slide-text .btn{
		font-size: 13px;
	}
	.control-round .carousel-control{
        display: none;
    }

}
@media (max-width: 691px) {
	.slide-text{
		top:23%;
	}
}
@media (max-width: 591px) {
	.slide-text{
		top:20%;
	}
	.slide-text .ttl>p{
        font-size: 28px; 
    }
    .slide-text .txt>p{
        font-size: 14px;
    }
	.slide-text .btn{
		font-size: 12px;
	}
	.control-round .carousel-control{
        display: none;
    }
	.indicators-line> .carousel-indicators{
		bottom: 10px;
	}
}
@media (max-width: 491px) {
	.slide-text{
		top:8%;
	}
	.slide-text .ttl>p{
        font-size: 22px; 
    }
    .slide-text .txt>p{
        font-size: 12px;
    }
	.slide-text .btn{
		font-size: 10px;
	}
	.control-round .carousel-control{
        display: none;
    }
	.indicators-line> .carousel-indicators{
		bottom: 0;
	}
}
@media (max-width: 391px) {
	.slide-text{
		top:17%;
	}
  	.slide-text .ttl>p{
        font-size: 22px; 
    }
    .slide-text .txt>p{
		display:none;
    }
	.slide-text .btn{
		font-size: 10px;
	}
	
	.control-round .carousel-control{
        display: none;
    }
}
@media (max-width: 340px) {
	.slide-text{
		top:8%;
	}
}
@media (max-width: 312px) {
	.slide-text{
		top:15%;
	}
	.slide-text .ttl>p{
        font-size: 16px; 
    }
	.slide-text .btn{
		padding-top:10px;
		padding-bottom:10px;
		padding-left:15px;
		padding-right:15px;
	}
}
@media (max-width: 272px) {
	.slide-text{
		top:6%;
	}
}

/*+--------------------------------+*/
/*| BARRA POS - SLIDE              |*/
/*+--------------------------------+*/
.br-sp-ctt{
	min-height:90px;
	background:#ecbb3a;	
	margin-bottom:40px;
}
.br-sp-ctt p{
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 20px;
	color:white;
	padding-top:31px;
}
.br-sp-ctt .br-msg {
	display:inline-block;
}
.br-sp-ctt .br-ctt{
	display:inline-flex;
}
.br-sp-ctt .br-ctt-1{
	display:inline-block;
	width: 265px;
	height: 90px;
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-o-transform: skew(-25deg);
	background: #DCAF36;
	text-align:center;
	float:left;
}
.br-sp-ctt .br-ctt-1>a>p{
	-webkit-transform: skew(25deg);
	-moz-transform: skew(25deg);
	-o-transform: skew(25deg);
	font-size:17px;
	display:inline-block;
	position:relative;
	left:-7px;
	padding-bottom:3px;
	padding-top:33px;

}
.br-sp-ctt .br-ctt-2{
	display:inline-block;
	
	width: 15px;
	height: 90px;
	-webkit-transform: skew(-25deg);
	-moz-transform: skew(-25deg);
	-o-transform: skew(-25deg);
	background: #DCAF36;
	margin-left:10px;
	float:left;
}

@media (max-width: 1291px) {
	.br-sp-ctt p{
		font-size: 17px;
		padding-top:33px;
	}
}
@media (max-width: 991px) {
	.br-sp-ctt .br-ctt{
		margin-left:auto;
		margin-right:auto;
		display: table;
	}
}
@media (max-width: 351px) {
	.br-sp-ctt{ min-height:60px; }
	.br-sp-ctt .bt-ctt{ display: table; }
	.br-sp-ctt .br-ctt-1>a>p{
		-webkit-transform: skew(25deg);
		-moz-transform: skew(25deg);
		-o-transform: skew(25deg);
		font-size:11px;
		display:inline-block;
		position:relative;
		left: -3px;
		padding-bottom: 3px;
		padding-top: 23px;
	}
	.br-sp-ctt .br-ctt-1{
		width: 190px;
		height: 60px;
	}
	.br-sp-ctt .br-ctt-2{
		height: 60px;
		display:none;
	}
}


/*+--------------------------------+*/
/*| BARRA SEPARADORA               |*/
/*+--------------------------------+*/
.br-sp{
	height:20px;
	background:#F4F4F5;
}


/*+--------------------------------+*/
/*| PRODUTOS                       |*/
/*+--------------------------------+*/
.pd-sec{
	padding-top:40px;
	padding-bottom:100px;
	text-align:center;
}
.pd-sec img{
	width:100px;
	height:73px;
	display:inline-block;
	
}
.pd-sec a:nth-of-type(4)>div>img{
	width:122px;
}
.pd-sec a:nth-of-type(5)>div>img{
	width:75px;
}
.pd-sec p:first-of-type{
	margin-top:25px;
	display:inline-block;
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 15px;
	color:black;
	padding-bottom:3px;
	border-bottom: 4px solid #ecbb3a;
}
.pd-sec p:nth-of-type(2){
	margin-top:20px;
	font-family:'GillSansMTPro-Medium';
	color:#8A8989;
	font-size: 13px;
}
.pd-sec .col-sm-6{
	margin-top:50px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#fff;
	border-radius:2px;
	-webkit-transition: background ease-in-out 0.3s;
    -moz-transition: background ease-in-out 0.3s;
    -ms-transition: background ease-in-out 0.3s;
    -o-transition: background ease-in-out 0.3s;
    transition: background ease-in-out 0.3s;
}
.pd-sec a:hover .col-sm-6{
	background-color:#f5f5f5;
	
	-webkit-transition: background ease-in-out 0.3s;
    -moz-transition: background ease-in-out 0.3s;
    -ms-transition: background ease-in-out 0.3s;
    -o-transition: background ease-in-out 0.3s;
    transition: background ease-in-out 0.3s;	
	
}

@media (max-width: 1199px) and (min-width: 991px){
	.pd-sec .col-sm-6{
		height:315px;
	}
}
@media (max-width: 768px) {
	.pd-sec p:nth-of-type(2){
		width: 350px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 380px){
	.pd-sec p:nth-of-type(2){
		 margin-right: 0px; 
		 width: auto;
	}
}


/*+--------------------------------+*/
/*| NOTICIAS                       |*/
/*+--------------------------------+*/
.ntc-sec{
	margin-top:100px;
	margin-bottom:100px;
}
.hd-ntc-sec{
	margin-bottom:30px;
}

.hd-ntc-p{
	display:inline-block;
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 20px;
	color:black;
	padding-bottom:3px;
	border-bottom: 4px solid #ecbb3a;
	
	opacity:1;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
	
}
.hd-ntc-sec>div>a:hover>.hd-ntc-p{
	opacity:0.7;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}

/* IMAGEM */
.ntc-sec .ntc-img{
	max-width:360px;
	max-height:210px;
	background:white;
	position:relative;
}
.ntc-sec .ntc-img img{
	display: block;
    max-width: 100%;
    height: auto;
}

.ntc-sec .ntc-img-oly {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	background-color: RGBA(255,255,255,.7);

	-webkit-transition: opacity ease-in-out 0.3s;
	-moz-transition: opacity ease-in-out 0.3s;
	-ms-transition: opacity ease-in-out 0.3s;
	-o-transition: opacity ease-in-out 0.3s;
	transition: opacity ease-in-out 0.3s;
}
.ntc-sec .ntc-img:hover .ntc-img-oly {
	opacity: 1;
  
	-webkit-transition: opacity ease-in-out 0.3s;
	-moz-transition: opacity ease-in-out 0.3s;
	-ms-transition: opacity ease-in-out 0.3s;
	-o-transition: opacity ease-in-out 0.3s;
	transition: opacity ease-in-out 0.3s;
}
.ntc-sec .ntc-img-oly .ntc-img-plus{
	width:60px;
	height:60px;
	
	position: relative;
	top: 16%;
	transform: translateY(-50%);
	margin: 0 auto;
	z-index:-1;
	
	-webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.ntc-sec .ntc-img:hover .ntc-img-oly .ntc-img-plus{
	z-index:0;
	top: 50%;
	
	-webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}



.ntc-ttl-dt-dsc-bt{
	margin-left:22px;
	margin-right:22px;
	margin-bottom:50px;
	
	max-width:360px;
}

/*TÍTULO*/
.ntc-sec .ntc-ttl{
	width:100%;
	
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
}
.ntc-sec .ntc-ttl p{
	padding-top:20px;
	
	border-top: 4px solid #ecbb3a;
	
	font-family: 'GillSansMTPro-Bold';
	font-size: 17px;
	color:black;	
	text-transform:uppercase;
}

/*DATA*/
.ntc-sec .ntc-data{
	display:inline-block;
	
	padding-top:15px;
	
	color:#58585B;
}
.ntc-sec .ntc-data img{
	display:inline;
	vertical-align:-1px;
	margin-right:10px;
	width:12px;
}
.ntc-sec .ntc-data p{
	display:inline;
	
	font-family: 'GillSansMTPro-Bold';
	font-size: 13px;
	text-transform:uppercase;
}

/* DESCRIÇÃO */
.ntc-sec .ntc-desc{
	padding-top:15px;
	padding-bottom:15px;
}
.ntc-sec .ntc-desc p{
	font-size: 13px;
	color:#8A8989;
}

/* BOTÃO - VER MAIS */
.ntc-sec .ntc-bt{
	width: 134px;
	height: 38px;
	background: transparent;
	opacity:1;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}
.ntc-sec .ntc-bt:hover{
	opacity:0.7;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}
.ntc-sec .ntc-bt .bg-bt{
    position: absolute;
    display: block;
    background-color: #e9b72b;
    width: 99px;
    height: 39px;

}
.ntc-sec .ntc-bt .shp-bt{
	margin-left: 12px;
    float: left;
    display: block;
    width: 100px;
    height: 39px;
	
	-webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
	-o-transform: skew(-30deg);
	background: #e9b72b;
	
}
.ntc-sec .ntc-bt .shp-bt p{
	-webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
	-o-transform: skew(30deg);
	
	font-family: 'GillSansMTPro-Bold';
	font-size: 12px;
	color:white;
	text-transform:uppercase;
	
	margin-top: 12px;
}
.ntc-sec .ntc-bt .shp-bt-bld{
    margin-left: 105px;
    display: block;
    width: 15px;
    height: 39px;
	
	-webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
	-o-transform: skew(-20deg);
	background: #ddb037;
}

@media (max-width: 991px) {
	.hd-ntc-sec{
		text-align:center;
	}
}
@media (max-width: 768px) {
	.ntc-sec .ntc-img{
		margin-left:auto;
		margin-right:auto;
	}
	.ntc-ttl-dt-dsc-bt{
		margin-left:auto;
		margin-right:auto;
	}
	
	
}



/*+--------------------------------+*/
/*| GALERIA | DOWLOAD              |*/
/*+--------------------------------+*/
.gl-dwnld-sec{
	margin-top:100px;
	margin-bottom:65px;
}
.gl-dwnld-sec .col-md-6{
	margin-bottom:45px;
}
.gl-dwnld-ttl>div>a>p{
	display:inline-block;
	
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 20px;
	
	color:black;
	
	padding-bottom:3px;
	border-bottom: 4px solid #ecbb3a;
	
	opacity:1;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}
.gl-dwnld-ttl>div>a:hover>p{
	opacity:0.7;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}
.gl-dwnld-desc p{
	font-size:15px;
	color:#58585B;
	
	padding-top:20px;
	padding-bottom:20px;
}

.gl-dwnld-img .img-ctn{
	position:relative;
	
	max-width:538px;
	min-height:218px;
	
    background-repeat: no-repeat;
    background-position: right;
	
	opacity:1;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}
.gl-dwnld-img .img-ctn.gl{
	background-image: url("../../res/img/index/galeria.png");
}
.gl-dwnld-img .img-ctn.dwnld{
	background-image: url("../../res/img/index/download.png");
}
.gl-dwnld-img .img-ctn img{
    display: block;
    float: right;
    width: 30px;
    height: 26px;
    right: 55px;
    top: 110px;
    position: relative;
}
.gl-dwnld-img .img-ctn p{
	position: relative;
	top: 150px;
	right:25px;
	
    float: right;
	
	font-family: 'GillSansMTPro-Bold';
    text-transform: uppercase;
    font-size: 12px;
    color: #58585B;
	text-align:justify;
	
    
	padding-bottom:6px;
}
.gl-dwnld-img>a:hover>div{
	opacity:0.7;
	
	-webkit-transition: opacity ease-in-out 0.3s;
    -moz-transition: opacity ease-in-out 0.3s;
    -ms-transition: opacity ease-in-out 0.3s;
    -o-transition: opacity ease-in-out 0.3s;
    transition: opacity ease-in-out 0.3s;
}
@media (max-width: 991px) {
	.gl-dwnld-sec{
		text-align:center;
	}
	.gl-dwnld-img .img-ctn{
		margin-left:auto;
		margin-right:auto;
		
	}
}


/*+--------------------------------+*/
/*| PARALLAX                       |*/
/*+--------------------------------+*/
.parallax-sec {
	min-height: 300px;
	background: rgba(0,0,0,0);
	position: relative;
}
.parallax-sec::before {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,.6);
}
.parallax-sec.prlx-min{min-height:90px;}
.parallax-sec>div{
	display: table; 
	height: 300px; 
	overflow: hidden;
}
.parallax-sec>div>div{
	display: table-cell; vertical-align: middle;
}
.parallax-sec .prlx-msg{
	display:inline-block;
}
.parallax-sec .prlx-br-sep{
	width:100px;
	height:4px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:45px;
	margin-top:45px;
	background: #ecbb3a;
}
.parallax-sec .pllx-ttl{
	
	padding:10px;
	
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 28px;
	
	color:white;
	background:RGBA(0,0,0,0.5);
	
	-webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	
	text-align:center;	
}
.parallax-sec .pllx-ttl span{
	color:#ecbb3a;
	background:transparent;
	
}

@media (max-width: 380px){
	.parallax-sec .pllx-ttl{
		font-size: 20px;
	}
}


/* Página 404 - NOT FOUND */
.img_404_sec{
	width:100%;
	height:800px;
	text-align:center;
	background: url(../img/404/background_404.jpg) no-repeat;
	background-position:center;
	background-size:110%;
}
.img_404_sec .ttl{
	position:relative;
	top:28%;
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 175px;
	text-align:center;
	color:#fff;
}
.img_404_sec .msg1{
	font-family: 'GillSansMTPro-Bold';
	text-transform:uppercase;
	font-size: 40px;
	color:#fff;
	text-align:center;
	
	position:relative;
	top:26%;
}
.img_404_sec .msg2{
	font-family: 'GillSansMTPro-Bold';
	font-size: 16px;
	color:#fff;
	text-align:center;
	
	position:relative;
	top:36%;
}
.img_404_sec .br-sp-ctt{
	background:RGBA(0,0,0,0);
	position:relative;
	top:40%;
	
}
.img_404_sec .br-sp-ctt .br-ctt{
	margin-left:auto;
	margin-right:auto;
	display: table;	
}
.img_404_sec .br-sp-ctt .br-ctt-1{
	background:#ecbb3a;	
}

.search_box_404{
	text-align:center;
	margin-top:100px;
	margin-bottom:100px;
}
.search_box_404>.ttl{
	font-family: 'GillSansMTPro-Bold';
	font-size: 22px;
	color:#ecbb3a;
	text-transform:uppercase;
}
.search_box_404>.msg{color: #58585B;}
.search_box_404 .input_search{
	margin-top:20px;
	width:60%;
	font-family: 'GillSansMTPro-Bold';

	
	background:#f1f1f2;
	
	border:none;
	outline: none;
	
	color:#58585B;
	
	padding:12px;
	margin-bottom:15px;
}
@media (max-width: 1199px) {
	.img_404_sec{
		background-size:123%;
	}
}
@media (max-width: 1078px) {
	.img_404_sec{
		background-size:110%;
		height:700px;
	}
	.img_404_sec .ttl{
		top:20%;
	}
	.img_404_sec .msg1{
		top:18%;
	}
	.img_404_sec .msg2{
		top:28%;
	}
	.img_404_sec .br-sp-ctt{
		top:32%;
	}
}
@media (max-width: 991px) {
	.img_404_sec{
		background-size:100%;
		height:550px;
	}
	.img_404_sec .ttl{
		top:28%;
		font-size: 100px;
	}
	.img_404_sec .msg1{
		top:26%;
		font-size: 24px;
	}
	.img_404_sec .msg2{
		top:36%;
		font-size: 12px;
	}
	.img_404_sec .br-sp-ctt{
		top:40%;
	}
	.img_404_sec  .br-ctt-1{
		width: 185px;
		height: 65px;
	}
	.img_404_sec .br-sp-ctt .br-ctt-1>a>p {
		padding-top:23px;
		font-size:15px;
	}
}
@media (max-width: 770px) {
	.img_404_sec{
		background-size:100%;
		height:450px;
	}
	.img_404_sec .ttl{
		top:28%;
		font-size: 80px;
	}
	.img_404_sec .msg1{
		top:26%;
		font-size: 18px;
	}
	.img_404_sec .msg2{
		top:38%;
	}
	.img_404_sec .br-sp-ctt{
		top:43%;
	}
	.img_404_sec  .br-ctt-1{
		width: 165px;
		height: 55px;
	}
	.img_404_sec .br-sp-ctt .br-ctt-1>a>p {
		padding-top:20px;
		font-size:12px;
	}
}
@media (max-width: 570px) {
	.img_404_sec{
		background-size:100%;
		height:375px;
	}
	.img_404_sec .ttl{
		top:20%;
		font-size: 80px;
	}
	.img_404_sec .msg1{
		top:18%;
		font-size: 18px;
	}
	.img_404_sec .msg2{
		top:30%;
	}
	.img_404_sec .br-sp-ctt{
		top:33%;
	}
	.img_404_sec  .br-ctt-1{
		width: 165px;
		height: 55px;
	}
	.img_404_sec .br-sp-ctt .br-ctt-1>a>p {
		padding-top:20px;
		font-size:12px;
	}
}
@media (max-width: 470px) {
	.img_404_sec{
		background-size:100%;
		height:350px;
	}
	.img_404_sec .ttl{
		top:25%;
		font-size: 80px;
	}
	.img_404_sec .msg1{
		top:23%;
		font-size: 18px;
	}
	.img_404_sec .msg2{
		display:none;
	}
}
@media (max-width: 470px) {
	.img_404_sec{
		background-size:100%;
		height:300px;
	}
	.img_404_sec .ttl{
		top:22%;
		font-size: 80px;
	}
	.img_404_sec .msg1{
		top:20%;
		font-size: 18px;
	}
	.img_404_sec .msg2{
		display:none;
	}
	.img_404_sec .br-sp-ctt{
		top:30%;
	}
}

/* PLACE HOLDER */
::-webkit-input-placeholder {
	color:#D1D2D4;
}
:-moz-placeholder {
	color:#D1D2D4;
}
::-moz-placeholder {
	color:#D1D2D4;
}
:-ms-input-placeholder {  
	color:#D1D2D4;
}