

.fullbkgimg
{
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-image: url('../media/bkg/bkg_01.png');
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)
{
    .fullbkgimg
    {
        background-attachment: scroll;
        background-image: url('../media/bkg/bkg_01.png');
    }
}

.rh_textbottom
{
    bottom: 0;
    position: absolute;
    margin-bottom: 6px;
    right: 0;
    width: 100%;
    text-align: center;
}

.rh_logo
{
    -webkit-filter: drop-shadow(0 0 3px #000000);
    filter: drop-shadow(0 0 3px #000000);
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    display: table-cell;
}

.rh_navbar
{
    height: 100px;
    background-image: url('../media/ui/bkg_top_01.png');
    width: 100%;
    min-width: 100%;
    background-repeat: repeat;
}

.carosel_img
{
    padding: 0px;
    outline: 0px solid #ffffff;
    outline-offset: 0px;
    -moz-outline-radius: 0px;
    -webkit-outline-radius: 0px;
    -webkit-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -o-transition: opacity .5s linear;
    transition: opacity .5s linear;
    opacity: 1;
    height: 512px;
}

.carosel_img:hover
{
    -webkit-transition: opacity 0s linear;
    -moz-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear;
    opacity: 1;
}

.logo_floating_left
{
    z-index: 1000;
    position: absolute;
    width: 100px;
}

.img_effect_01
{
    height: 100%;
    width: 100%;
    transition: background-color .5s linear;
    background-color: rgba(70, 70, 70, 0.3);
}

.img_effect_01:hover
{
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all 0.1s ease-in-out;
    background-color: rgba(23, 60, 74, 0);
}

.sideshadow
{
    width: 25%;
    height: 100%;
    z-index: 999;
    background-size: 100%;
    min-height: 500px;
    background-repeat: repeat-y;
    display: inherit;
    position: fixed;
    background: linear-gradient(90deg, rgba(0,0,0,.3), rgba(0,0,0,0));
}

.bw
{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.bkg_middlegradient
{
    background: linear-gradient(to right, #22272b 0%, #2c3136 50%, #22272b 100%);
}

.rh_image_bottom
{
    vertical-align: bottom;
    display: block;
    height: 1px;
    min-height: 1px;
    margin: 5px auto;
    background: linear-gradient(-90deg, #222,#888,#222);
    max-width: 100%;
}

.shadowed
{
    -webkit-filter: drop-shadow(0 0 3px #000000);
    filter: drop-shadow(0 0 3px #000000);
}

.rh_fullwidth_carousel
{
    height: 300px;
    width: auto;
    overflow: hidden;
    margin-top: auto;
    margin-bottom: auto;
}

.rh_carousel_overlay_logo
{
    margin: auto;
    z-index: 100;
    width: 100%;
    position: absolute;
}

.rh_topbarspacer
{
    height: 150px;
    min-height: 150px;
    display: flex;
}

.rh_column_border
{
    min-height: 328px;
    height: 328px;
    padding: 20px;
}

.rh_column_inner_border
{
    border: solid 1px;
    border-color: #888888;
    height: 100%;
    max-width: 100%;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.31);
}

.rh_blur_bkg
{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.rh_overflow_hidden
{
    overflow: hidden;
}

@media (min-width:992px)
{
    .rh_title_h2
    {
        font-size: 40px;
    }
}

@media (max-width:991px)
{
    .rh_title_h2
    {
        font-size: 60px;
    }
}

@media (min-width:992px)
{
    .rh_h4_custom
    {
        font-size: 50px;
        letter-spacing: 2px;
    }
}

@media (max-width:991px)
{
    .rh_h4_custom
    {
        font-size: 40px;
    }
}

@media (max-width:767px)
{
    .rh_h4_custom
    {
        font-size: 25px;
    }
    .rh_italic_header_h3
    {
        font-size: 20px;
    }
}

@media (min-width:480px)
{
    .rh_italic_header_h3
    {
        font-size: 20px;
    }
}

@media (min-width:992px)
{
    .rh_italic_header_h3
    {
        font-size: 30px;
    }
}

@media (max-width:767px)
{
    .rh_title_h2
    {
        font-size: 45px;
    }
}

@media (max-width:479px)
{
    .rh_title_h2
    {
        font-size: 30px;
    }
}

.rh_fix_to_bottom
{
    position: absolute;
    bottom: 50px;
    display: inline-block;
}

@media (min-width:768px)
{
    .rh_italic_header_h3
    {
        font-size: 30px;
    }
}

.rh_transparent
{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.rh_thumbnail_container
{
    padding: 2px;
}

.rh_thumbnail_container_inner {
    overflow: hidden;
    border: solid red;
    border:0;


}

.pull-bottom
{
    display: inline-block;
    vertical-align: bottom;
    float: none;
}

/* Carousel Fading slide */

.carousel-fade .carousel-inner
{
    background: #000;
}

.carousel-fade .carousel-control
{
    z-index: 2;
}

.carousel-fade .item
{
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active
{
    opacity: 0;
    background-color: #9b1717;
}

.carousel-fade .active.left,
  .carousel-fade .active.right
{
    left: 0;
    opacity: 0;
    z-index: 1;
}

/* Safari Fix */

@media all and (transform-3d), (-webkit-transform-3d)
{
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right
    {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left
    {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active
    {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.client {
outline:0;
outline: 1px solid transparent;
	    opacity: 0.6;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.client:hover
{
    transform: scale(1.1);
    opacity: 1;
}

a, a:active, a:focus
{
    outline: none;
    text-decoration: none;
}

.clipdivstyle
{
    height: 40px;
    border-top: 40px solid #722;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    max-width: 512px;
    margin-left: auto;
    margin-right: auto;
}

