@import url('https://fonts.googleapis.com/css?family=Russo+One&display=swap');
#gtco-logo #logo{
    width: 200px;
}

#smallLogo{
    position: absolute;
    top: 0;
    width: 180px;
}

nav{
    background: rgba(33,33,33,.8);
}

.customLogo{
    color: #ffffff !important;
}

.gtco-nav ul li.active > a,
.sigFont,
.purple,
.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active,
.gtco-staff .fh5co-social li a, .gtco-item .fh5co-social li a{
    color: #ab2c70 !important;
}

.dark{
    color: #000000 !important;
}

#heading, .sigFont, .customLogo{    
    font-family: 'Russo One', sans-serif;
}

.shadows{
    text-shadow: 1px 1px 1px #000;
}

#hero{
    position: absolute;
    top: 0;
    width: 100vw;
}

.heroInner{
    height: 90vh;
    padding-top: 34vh;
    background-position: center center;
}

.heroInner h2{
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #000000;
    font-weight: bolder;
    font-size: 2.7em;
}

.thumbnail{
    border-radius: 0;    
}

.subNavs{
    position: fixed;
    padding: 10px;
}

.thumbnail img{
    height: 250px;
}

.btn-special{
    color: #ffffff;
}

.markets{
    width: 100%;
}

#mapid{
    height: 400px;
}

#about_intro, #products_intro{
    margin-top: 90vh;
}

.customTabsNavs{
    margin: 10px;
    cursor: pointer;
}

.customTabsNavs:hover span
{
    color: #212121 !important;
}

.tabPanels{
    display: none;
}

#builiding{
    display: block;
}

#quotation{
    margin-bottom: 10px;
}

#quotation #myform {
    margin: 50px auto;
    margin-bottom: 0px;
    width: 43%;
}

#quotation header {
    color: #212121;
    font-size: 1.7em;
    padding: 3% 0;
    border-bottom: 2px solid #212121;
}

#quotation .area {
    color: #212121;
    width: 100%;
    margin: 40px 0;
}

#quotation label {
    line-height: 35px;
    display: table-header-group;
    font-size: 1.05em;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

#quotation input, #quotation select, textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    border: 2px solid #212121;
    border-radius: 5px;
    background: transparent;
    color: #212121;
    display: table-row-group;
    transition: all 0.3s ease;
    font-size: 1.05em;
}

#quotation input:focus , #quotation select:focus{
    outline: none !important;
    border-color: #69B692;
}

#quotation input:focus + label, #quotation select:focus + label{
    color: #69b692;
}

#quotation .row {
    margin: 20px 0;
    width: 100%;
    padding: 0;
    display: table;
}

#quotation .col2 {
    display: table;
    width: 47%;
    float: left;
}

#quotation .col2:nth-child(2) {
    float: right;
    display: table;
}

#quotation .ckeckarea input[type="checkbox"] {
    display: none;
}

#quotation .ckeckarea label {
    position: relative;
    display: inline-block;
    padding: 3px 3px 3px 30px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
}

#quotation .ckeckarea label::before,
#quotation .ckeckarea label::after {
    position: absolute;
    content: '';
    -webkit-transition: all .2s;
    transition: all .2s;
}

#quotation .ckeckarea label::before {
    top: 50%;
    left: 0;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    background: transparent;
    border: 2px solid #212121;
    border-radius: 3px;
}

#quotation .ckeckarea label::after {
    opacity: 0;
    top: 50%;
    left: 3px;
    width: 8px;
    height: 4px;
    margin-top: -4px;
    border-left: 2px solid #69B692;
    border-bottom: 2px solid #69B692;
    -webkit-transform: rotate(-45deg) scale(.5);
    transform: rotate(-45deg) scale(.5);
}

#quotation .ckeckarea label:hover::before {
    border-color: #69B692;
}

#quotation .ckeckarea input[type="checkbox"]:checked + label::before {
    border: 1px solid #69B692;
}

#quotation .ckeckarea input[type="checkbox"]:checked + label::after {
    opacity: 1;
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

#quotation .ckeckarea input[type="checkbox"]:checked ~ label {
    color: #69B692;
}

#quotation .btn {
    width: 35%;
    margin-right: 3%;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.9em;
    transition: all 0.3s ease;
}

#quotation .btn:hover {
    background: #69B692;
    border-color: #69B692;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    #myform {
	margin: 50px auto;
	width: 80%;
    }
    #quotation .col2 {
	display: table;
	width: 100%;
	float: left;
    }
    
    #quotation .ckeckarea label {
	line-height:20px;
    }
}

@media screen and (max-width: 600px) {
    #myform {
	margin: 50px auto;
	width: 100%;
    }
    
}


#adPopup{
    position: fixed;
    top: 0;
    z-index: 10000;
    background: rgba(33,33,33,.7);
    height: 100vh;
    width: 100vw;
    padding-top: 10vh;
}

#adPopup .panel-heading{
    font-size: 1.5em;
    font-family: 'Russo One', sans-serif;    
}

#adPopup .panel-body{
    text-align: center;
    font-size: 2em;
    color: #ab2c70 !important;
    font-family: 'Russo One', sans-serif;
}

#adPopup p{
    font-size: .5em !important;
    background: #ab2c70;
    text-shadow: 1px 1px 1px #000
}
