/** Your theme modifications here **/

.contact-header
{
    color: #fff;
    font-family: "centuryRegular";
    font-size: 20px;
    text-align: center;
    top: 20px;
}
.contact-header span
{
    margin: 0px 10px;
}
#top .menu .navbar-btn
{
    margin: 0px;
}
#top .menu .social
{
    text-align: right;
}
.navbar-nav > li
{
    text-align: center;
}

.container-videos
{
    padding: 0px;
}
.container-videos .col-md-12
{
    padding: 0px;
}

.container-videos .item img
{
  width: 100%
}
video::-webkit-media-controls {
  display: none;
}

/* Could Use thise as well for Individual Controls */
video::-webkit-media-controls-play-button {
    display: none;
}

video::-webkit-media-controls-volume-slider {
    display: none;
}

video::-webkit-media-controls-mute-button {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
}

video::-webkit-media-controls-current-time-display {
    display: none;
}

/*.owl-wrapper-outer
{
    height: 500px;
}*/
.caption_owl
{
    max-width: 80%;
    padding: 10px;
    position: absolute;
}
.caption_owl h3
{
    font-family: "centuryBold";
    font-weight: 600;
    margin: 0px;
    opacity: 0.8;
    -webkit-text-stroke: 1px white;
}
.radio-inline, .checkbox-inline 
 {
    margin-bottom: 5px;
 }
 .modal-title
 {
    color: #000;
    font-family: "centuryBold";
 }
 .btnTwoSelect
 {
    margin-top: 10px;
 }

.btnLang
{
    position: absolute;
    top: 0px;
}
.btnLang span
{
    color: #fff;
    font-size: 15px;
}

.btnLang .first_flag
{
    margin-right: 5px;
}

.btnLang img
{
    width: 22px;
}

.bootstrap-select
{
    width: 100% !important;
}

.navbar-nav > li
{
    height: 70px;
}
.navbar-nav > li > a
{
    height: 100%;
    padding-bottom: 0px;
    padding-top: 14px;
}   
.navbar-nav > li .short
{
    padding-top: 25px;
}
#footer img
{
    width: 150px;
}
#all
{
    margin-top: 30px;
}

.materials h2
{
    font-size: 19px;
    margin-top: 0px;
}
.materials p
{
    margin: 0px;
}
#btnSearch
{
    float: right;
}
#search
{
    margin-top: 16px;
}
.bx-pager
{
    background: #fff;
    border: 5px solid #fff;
    box-shadow: 0 0 5px #ccc;
    left: -5px;
}
.bx-pager img
{
    border: 3px solid #fff;
    box-shadow: 0 0 5px #ccc;
    padding: 3px;
    width: 90px;
}
.bx-wrapper
{
    margin: 0px !important;
}
.materialDetail h1
{
    margin-top: 0px;
}
.characteristicsMaterial
{
    border: 2px solid #ccc;
    border-radius: 8px;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.characteristicsMaterial li
{
    border-bottom: 2px solid #ccc;
    padding: 5px;
}
.characteristicsMaterial li:last-child
{
    border-bottom: none;
}
.characteristicsMaterial li span
{
    font-weight: 600;
}

.bx-wrapper .bx-controls-direction a
{
    z-index: 100;
}

.number-materials
{
    background: #737277;
    border-radius: 22px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 30px;
    padding: 4px 0px 0px 0px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 5px;
    width: 30px;
}
#basket-overview .navbar-btn
{
    margin-bottom: 0px;
}
#basket-overview img
{
    width: 30px !important;
}
.img_load
{
    height: auto !important;
    width: 21px !important;
}
#modalFooter, #modalFooterConfirmSend
{
    display: none;
}
.img-detail
{
    cursor: pointer;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.img-detail:hover
{
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}
.numerItems
{
    background-color: #d5e835;
    border-radius: 3px;
    font-weight: 600;
    padding: 2px 5px;
}
.working_hours
{
    display: inline;
    margin: 0px;
}
.working_hours p
{
    display: inline-flex;
}
.div-working
{
    margin-left: 7px;
}
.modalError
{
    display: none;
}
.content-loading
{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -moz-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    -webkit-align-self: center;
}
.content-loading center
{
    background-color: rgba(0,0,0,0.6);
    border-radius: 10px;
    padding: 10px;
}
.content-loading img
{
    height: 200px;
    width: 200px;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
}
#return-to-top i 
{
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i 
{
    color: #fff;
    top: 5px;
}

.bs-searchbox .form-control
{
    width: 100% !important;
}

span.text-right
{
    float: right;
}

span.text-dark
{
    font-family: "centuryBold";
    font-weight: 600;
}

.img-logo-ethix
{
    max-height: 100%;
    width: auto;
}
.img-background-service
{
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.img-background-service:hover
{
    -webkit-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

.logo-ethix-lg
{
    margin-top: -4px;
}

.info-ckeditor img
{
    height: auto !important;
    max-width: 100%;
}

#modalLoading p
{
    color: #fff;
    font-size: 19px;
    margin-top: 7px;
}

#logo-xs
{
    width: 125px;
}

.text-danger
{
    font-size: 15px;
}

.extra-documents p
{
    margin: 0 0 10px;
}

.extra-documents h2
{
    font-size: 17px;
    font-weight: bold;
}
.link-footer:visited
{
    color: #D5E835;
}
.link-footer:hover
{
    color: #fff;
}

.comodo img{
    width: 100px!important;
}

.loading-mini
{
    display: none;
    margin-bottom: 7px;
}

.row-1
{
    align-items: center;
    display: flex;
}

.content-store
{
    margin-bottom: 20px;
    text-align: center;
}

.content-store a
{

}

.content-store img
{
    margin: 5px;
    width: 160px;
}