@font-face {
    font-family: 'Conv_Calibri';
    src: url('../fonts/Calibri.eot');
    src: local('☺'), url('../fonts/Calibri.woff') format('woff'), url('../fonts/Calibri.ttf') format('truetype'), url('../fonts/Calibri.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body header#header{opacity: 0.8;}

body.shrinkBody header#header{opacity: 1!important;-webkit-transform: translateZ(0);}

body .navblock.hidden-xs{display: none!important;}

body .rs-content-section {
    z-index: 1;
    font-family: "Conv_Calibri", sans-serif!important;
}

.rs-content-section .rs-pattern-overlay {
    padding: 110px 0 32px;
    /* Incase of overlay problems just increase the min-height*/
}

body .rs-content-section h1, .rs-content-section h3 {
    text-align: center;
    color: #fff;
    font-family: "Conv_Calibri", sans-serif!important;
}

.rs-content-section h1 {
    font-size: 110px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 40px auto 0px;
    text-shadow: 1px 1px 1px #000;
    -webkit-text-shadow: 1px 1px 1px #000;
    -moz-text-shadow: 1px 1px 1px #000;
}

.rs-content-section h3 {
    font-size: 25px;
    font-weight: lighter;
    margin: 0px auto 15px;
    padding-top: 10px;
}
.centerbox{
    padding:110px 0 15px 0;
}
.centerbox a{
    border: 2px solid #fff;
    padding: 10px 20px;
    color: #FFF;
    font-size: 20px;
    text-decoration: none;
    background-color: rgba(50, 50, 50, 0.65);
}
.centerbox a:hover, .rs-button.rs-button-slide a:hover{
    background-color: #000;
    color: #cc0000;
    text-decoration: none;
}
.rs-content-section .rs_player {
    font-size: 1px;
}

.rs-home-slider-bottom {
    max-width: 98%;
    text-align: center;
    position: relative;
    top: 42.56%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top:10%;
}

.rs-button.rs-button-slide{
    display: block;
    position: relative;
    text-align: left;
    padding: 5px 0px;
}

.rs-button.rs-button-slide a{ 
    width: auto; 
    font-family: "Conv_Calibri", sans-serif!important;
    font-weight: 700;
    border: 2px solid #fff;
    font-size: 19px;
    letter-spacing: 0;
    line-height: 45px;
    height: 50px;
    transition: background 0.3s ease;
    text-decoration: none;
    background-color: rgba(50, 50, 50, 0.65);
    text-transform: none;
    letter-spacing: 0.9px;
    padding: 10px 25px;
    color:#fff;
    text-transform: uppercase;
    
}

.rs-button.rs-button-slide a:hover{text-decoration: none;}

.rs_control_btn{
	position: absolute;;
	right: 10px;
	bottom:10px;
    text-align: right;
}
.rs_control_btn a{font-size: 35px; color:#fff; padding:10px 5px;}

.player {font-size: 1px;}

.rs-content-section .buttonBar{display:none;}

.bsp-volume-wrap{
    display: none;
}

.bsp-volume-wrap button {
    background: none;
    border: none;
    color: #fff;
    font-size: 35px;
    padding: 0 10px;
    height: 40px;
    outline: none;
    transition: color 0.2s;
    cursor: pointer;
    float: left;
    margin-top: 10px
}

.bsp-volume-wrap button:hover {
    color: white;
}

.bsp-volume-wrap {
    padding: 0 10px 0 0;
    display: inline-block;
    position: relative;
    top: 8px;
}

.bsp-volume-wrap #bsp-volume {
    float: left;
}

.bsp-volume-wrap.bsp-volume-show button {
    color: white;
}

.bsp-volume-wrap.bsp-volume-show .bsp-volume-panel {
    width: 73px;
}

.bsp-volume-wrap .bsp-volume-panel {
    float: left;
    height: 40px;
    width: 73;
    overflow: hidden;
    transition: width 0.2s;
    cursor: pointer;
    margin-top: 10px;
}

.bsp-volume-wrap .bsp-volume-panel .bsp-volume-slider {
    position: relative;
    height: 100%;
}

.bsp-volume-wrap .bsp-volume-panel .bsp-volume-slider-track {
    height: 2px;
    width: 70px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
    background: gray;
}

.bsp-volume-wrap .bsp-volume-panel .bsp-volume-slider-progress {
    height: 100%;
    width: 0%;
    background: red;
    position: relative;
}

.bsp-volume-wrap .bsp-volume-panel .bsp-volume-slider-handle {
    height: 12px;
    width: 3px;
    position: absolute;
    top: -5px;
    right: 0;
    background: white;
}