.main .slide-tmargin.mar-2 {
    margin-top: -92px;
}

@media only screen and (max-width: 1000px) {
    .main .slide-tmargin.mar-2  {
        margin-top: 0px;
    }
}

.main .header-inner-tmargin {
    margin-top: -92px;
}

@media screen and (max-width: 1000px) {
    .main .header-inner-tmargin {
        margin-top: 0px;
    }
}

.main .header-inner .overlay {
    background-color: rgba(0, 0, 0, .35);
}

.main .header-inner .text {
    position: absolute;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.main .header-inner .text .sub-title {
    margin-bottom: 3px;
}

.main .header-inner.less-height .text {
    height: auto;
    padding: 0;
}

/*.main .pagenation-holder {*/
  /*-webkit-box-shadow:rgba(0,0,0,.16) 0 7px 8px -4px,rgba(0,0,0,.23) 0 7px 8px -4px;*/
  /*box-shadow:0 7px 8px -4px rgba(0,0,0,.16),0 7px 8px -4px rgba(0,0,0,.23);*/
/*}*/

.main .pagenation-holder {
    padding: 12px 0 10px;
}

.main .pagenation-holder .title {
    /*font-family: "Oswald", sans-serif;*/
    text-transform: uppercase;
    margin: 12px 0 10px;
    padding: 0;
}

.main .pagenation-holder .breadcrumb {
    padding: 8px 0;
    float: none;
}

/*.main .pagenation-holder .breadcrumb li::after {
    font-family: "FontAwesome";
    content: "\f105";
    padding: 0 5px;
}*/

/*.main .pagenation-holder .breadcrumb li:last-child::after {
    content: "";
}*/

/* feature box 38
 ------------------------------ */

.ce-feature-box-38{
	width:100%;
	float:left;
	padding:40px;
	background-color:#202020;
	transition: all 0.3s ease-out 0s;
}

.ce-feature-box-38 .icon{
	color:#747474;
}

.ce-feature-box-38 .title{
	color:#ababab;
}

.ce-feature-box-38:hover, .ce-feature-box-38.active{
	background-color:#fff;
}

.ce-feature-box-38:hover .title, .ce-feature-box-38.active .title{
	color:#000;
}

