.centrar{
    margin: 0 auto;
}

.help {
    width: 70px;
    height: 70px;
    background-color: #ff9f00;
    position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
    right: 0; /* Establecemos la barra en la izquierda */
    top: 500px; /* Bajamos la barra 200px de arriba a abajo */
    z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
.help a{
    bottom: 0;
    color: #fff;
    font-family: "roboto";
    font-size: 12px;
    padding: 8px;
    position: absolute;
    font-weight: bolder;
}

.help a:hover{    
    color: #000;    
}

.help a i{
    padding: 1px 12px;
}
.override {
    -webkit-padding-start:20px !important;
}
.sngl_tstm i{
	color: #ff9f00;
}

hr{
	border-top: 1px solid #ff9f00;
}

#nav_menu ul li a.idioma{
	padding: 25px 4px;
}

#nav_menu ul li a.idioma.active1{
	color: #ff9f00;
}

.btn-primary{
	border-color: transparent;
}

#pr_sec{
	padding-bottom: 280px;
}

.skeny{
	color: #666666;
	letter-spacing: 1px;
}

a:focus, a:hover{
	color: #FF9F00;
}

.portfolio-link {
    display: block;
    position: relative;
    /*max-width: 400px;*/
    margin: 0 auto;
}

.portfolio-hover {
    background-color: #ff9f00;
    position: absolute;
    width: 100%;
    height: 100%;
    
    opacity: 0;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
}
.portfolio-hover:hover {
    opacity: 1;
}
.portfolio-caption {
    max-width: 400px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding: 25px;
}

.portfolio-caption h4{
	color: #ff9F00;
	font-size: 15px;
}

#protfolio_sec * {
    z-index: 2;
}



.portfolio-hover-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: #fff;
}

.portfolio-hover-content i {
    margin-top: -12px;
}

.portfolio-filter ul{
	-webkit-padding-start: 0px;
}

.modal-body {
    position: relative;
    padding: 0px;
}
.close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #222;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}
.rl {
    height: 75px;
    width: 1px;
    background-color: #222;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}

.modal-content{
	padding: 100px 0px;
}

.btn-primary:hover {
    color: #000;
    
    border-color: #ffffff;
}



#myImg, #myImg2, #myImg3 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover, #myImg2:hover, #myImg3:hover {opacity: 0.7;}

.skander img{
	padding: 10px;
}


/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: auto;    
}



/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 25px;
    right: 20%;
    color: #ff9f00;
    font-size: 50px;
    opacity: 0.9;
    font-weight: bold;
    transition: 0.3s;
    z-index: 99;
}
.close { 
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.9s;
    animation-name: zoom;
    animation-duration: 0.9s;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}


@media (max-width: 667px){
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
        max-height: 550px;
        border-top: 0px;
        overflow-x: hidden;
        overflow-y: hidden;
        min-width: 150px;
        box-shadow: none;
        position: relative;
        right: 28px;
    }
    #nav_menu ul{
        float: left;
        margin-top: 55px;
        max-width: 180px;
        
    }

    #nav_menu ul a{
        padding: 5px 14px;
    }
    .espacio{
        padding-bottom: 150px;
    }
    #pr_sec{
        padding-bottom: 80px;
    }

    .multi{
        padding-bottom: 400px;
    }
    .lft_hd img{
        max-width: 43px
    }

    .help {
    width: 30px;
    height: 30px;    
    top: 300px;
}
   .help a{
    padding: 2px;
   }

      

    .help a i{
        padding: 2px;
    }

}

@media (min-width: 767px) and (max-width: 991px){
    #nav_menu ul a{
        padding: 15px 5px;
        font-size: 16px;
    }
}

@media (min-width: 767px) and (max-width: 1024px){
    #pr_sec{
        padding-bottom: 70px;
    }
    .espacio{
        padding-bottom: 120px;
    }

    .peryk{
        width: 97%;
    }
    .help {
    width: 30px;
    height: 30px;    
    top: 400px;
}
   .help a{
    padding: 2px;
   }

      

    .help a i{
        padding: 2px;
    }
}

@media (max-width: 481px){

}
