@import url('https://fonts.googleapis.com/css?family=Titillium+Web');

html, body {    
    font-family: 'Titillium Web', sans-serif;    
    color: #000;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}

section {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

ul {
    padding: 15px;
}

.head-slider {
    background-image: url(../img/cap-60343_640.jpg);
    background-position: center center;
    min-height: 100vh;
}

.row-slider {
    min-height: 75vh;
    color: #000;
    text-transform: uppercase;
}

.row-slider h2 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 7px;
    line-height: 43px;
    padding: 0px;
    color: #fff;
}

.head-desc {
    color: #fff;
    margin-top: 50px;
}

#tabForm {
    margin-top: 30px;
}

.result-label {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
    display: block;
}

.group-result {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.component-result-price {
    padding-left: 20px;
}

.tab-nav {
    list-style: none;
}

.paragraph-name {
    text-align: center;
    font-size: 18px;
}

.cell-img {
    width: 100px;
}

.table td {
    vertical-align: middle;
}

.final-price {
    float: left;
    font-weight: bold;
    font-size: 20px;
    margin-top: 15px;
}

.goto-form {
    margin-top: 30px;
}

.price {
    font-weight: bold;
}


.after-slider-a {
    width: 100%;
    display: block;
    padding: 15px 0 15px 0;
    margin-bottom: 10px;
    text-align: center;    
    background: #A0A9B2;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 3px;
    border: 0;
    cursor: pointer;
}

.after-slider-a.active {
    background: #0395B9;    
}

.after-slider-a:hover {
    background: #0395B9;
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.after-slider-a:focus {
    background: #0395B9;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

#collapseConfig {
    margin-top: 30px;
}

.info-block {
    margin-top: 30px;
    margin-bottom: 30px;
}

.info-block h3 {
    width: 50%;
    text-transform: uppercase;
    margin-bottom: 30px;    
}

.info-block p {
    letter-spacing: 0px;
    line-height: 25px;
    text-align: left;
}

.section-with-bg {
    background-position: left bottom;
    background-size: 100%;
}

.section-with-bg .row {
    min-height: 70vh;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .section-with-bg .row {
        min-height: 40vh;
    }
}

@media screen and (max-width: 767px) {
    .section-with-bg .row {
        min-height: 90vh;
    }
}

.section-with-bg-one {
    background-image: url(../img/cap-60343_640.jpg);
}

@media screen and (min-width: 768px) {
    .section-with-bg-one {
        background-size: 60%;
        background-position: center left;
    }
}

@media screen and (min-width: 992px) {
    .section-with-bg-one {
        background-size: 67%;
    }
}

.info-block-section-with-bg {
    padding-top: 30px;
    padding-bottom: 30px;
}

.info-block-section-with-bg h3 {
    width: 50%;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.info-block-section-with-bg  p {
    letter-spacing: 0px;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
}

.section-with-bg-two {
    background-image: url(../img/cap-60343_640.jpgcap-60343_640.jpgcap-60343_640.jpg);
}


.section-with-bg-three {
    background-image: url(../img/cap-60343_640.jpgcap-60343_640.jpg);
}

.section-with-bg-four {
    background-image: url(../img/cap-60343_640.jpg);
}


.section-with-bg-five {
    background-image: url(../img/cap-60343_640.jpg);

}

.tech-details h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 30px;
}

.tech-details ul > li {
    line-height: 28px;
    font-size: 16px;
    border-bottom: 1px solid #C8C8C8;
    padding: 10px 0 10px 0;
}

.selectVR-a {
    display: block;
    width: 60px;
    height: 40px;
    cursor: pointer;
    opacity: 1;
    transition: all 0.2s;
    position: relative;
    margin-bottom: 30px;
}

.selectVR-a:active {
    transition: all 0.2s;
    opacity: 0.6;
}

.selectVR-a.one {
    background-color: #252525;
}

.selectVR-a.one:before {
	content: "";
	position: absolute;
	top: -14.5px; 
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 15px solid #252525;
}


.selectVR-a.one:after {
    content: "";
	position: absolute;
	bottom: -14.5px; 
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 15px solid #252525;
}

.selectVR-a.two {
    background-color: #DC4C25;
}

.selectVR-a.two:before {
	content: "";
	position: absolute;
	top: -14.5px; 
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 15px solid #DC4C25;
}


.selectVR-a.two:after {
    content: "";
	position: absolute;
	bottom: -14.5px; 
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 15px solid #DC4C25;
}

.selectVR-a.three {
    background-color: #A81717;
}

.selectVR-a.three:before {
	content: "";
	position: absolute;
	top: -14.5px; 
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 15px solid #A81717;
}


.selectVR-a.three:after {
    content: "";
	position: absolute;
	bottom: -14.5px; 
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 15px solid #A81717;
}

.selectVR-a.four {
    background-color: #A6D2E8;
}

.selectVR-a.four:before {
	content: "";
	position: absolute;
	top: -14.5px; 
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 15px solid #A6D2E8;
}


.selectVR-a.four:after {
    content: "";
	position: absolute;
	bottom: -14.5px; 
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 15px solid #A6D2E8;
}

.selectVR-a.five {
    background-color: #546B5C;
}

.selectVR-a.five:before {
	content: "";
	position: absolute;
	top: -14.5px; 
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 15px solid #546B5C;
}


.selectVR-a.five:after {
    content: "";
	position: absolute;
	bottom: -14.5px; 
	left: 0;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-top: 15px solid #546B5C;
}

#KeyShotVRtwo, #KeyShotVRthree{
    display: none;
}

.footer-img {
    height: 80vh;
    background-image: url(../img/cap-60343_640.jpg);    
}

footer {
    background: #000;
    padding: 30px;
    color: #fff;
}

.config-cat {
    padding-top: 0;
}

.config-cat a {
    width: 100%;
    display: block;
    padding: 10px 0 10px 0;
    margin-bottom: 10px;
    text-align: center;    
    background: #A0A9B2;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    text-decoration: none;
}

.config-cat a:hover {
    background: #0395B9;
    opacity: 0.6;
}

.config-cat a.active {
    background: #0395B9;
}


#collapseTables {
    display: none;
}

.order-form {
    margin-top: 30px;
}

.component-result-name {
    font-weight: bold;
}

.hidden {
    opacity: 0;
}

#hellopreloader_preload {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    background: #A0A9B2 url(../img/cap-60343_640.jpg) center center no-repeat;
    background-size:55px;
}

.popup {
	position: fixed;
	height:100%;
	width:100%;
	bottom:0;
    z-index: 9998;
	left:0;
	display:none;
	text-align:center;
}

.popup_bg {
	background:rgba(0,0,0,0.4);
	position:absolute;
    z-index: 9998;
	height:100%;
	width:100%;
}


.popup_img {
	position: relative;
	margin: 0 auto;
	z-index:9999;
	max-height:94%;
	max-width:94%;
	margin:1% 0 0 0;
    background: #fff;
    padding: 20px;
}

.cell-img img {
    cursor: pointer;
}

.table-container {
    overflow: auto;
    padding: 15px;
    margin-bottom: 20px;
}

.calc {
    margin-top: 30px;
}

.logo {
    max-width: 100px;
}

.navbar {
    font-size: 16px;
    background-color: rgba(255,255,255,.6);
}

.nav-footer {
    padding: 0;
}

.nav-footer a {
    color: #fff;
}

.copyright {
    padding: 0;
    margin: 0;
}

.navbar-toggler {
    z-index: 1000;
}


@media screen and (min-width: 768px) {
    .table-container {
        max-height: 90vh;
    }
    
}

@media screen and (max-width: 767px) {
    .component-result-name {
        line-height: 40px;
    }
    .section-with-bg {
        background: none !important;
    }

}