@charset "UTF-8";
/* CSS Document */

/* GSL-PROJECTS STYLES */

.prostyle {
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(80,80,70,1) 100%);
    color: #aaa;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 16px;
    font-stretch: normal;
    line-height: 1.625;
	padding-bottom: 100px;
    padding-top: 100px;
    }
    
.prostyle h1 {
	font-family: 'Playfair Display', serif;
	color: #FFFFFF;
    margin-top: 0px;
    padding-top: 0px;
	padding-bottom: 20px;
    margin-bottom: 40px;
    }

.prostyle h2 {
	font-family: 'Playfair Display', serif;
	color: #B39E70;
    border-bottom: 1px dotted #FFFFFF;
    margin-top: 0px;
    padding-top: 0px;
	padding-bottom: 20px;
    margin-bottom: 50px;
    }

.prostyle h2.v2 {
	border-bottom: 0px !important;
    margin-bottom: 10px !important;
    }

.prostyle h5 {
	color: #FFFFFF;
    }

/* CLASSES FOR TESTING */
/* TESTING ROBOTO FONT WEIGHT BY NUMBERS */

.robolight {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    }

.robolightita {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: italic;
    }

.robomedium {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    }


/* Language Selector in Navbar */
.dropdown.language {
    position: absolute; 
    right: 25px; 
    width: auto;
    }
    
@media (max-width: 1199px) {
    .dropdown.language {
        position: absolute;
        right: 100px;
        top: 10px;
        }
    }

.profoot {
    background-color: #F4F2F2;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    border-top-style: solid;
    border-top-width: 10px;
    border-top-color: #B39E70;
    }
    
footer.profoot a {
    color: #000;
    text-decoration: none;
	}

footer.profoot a:hover {
    text-decoration: underline;
	}



.foot1logo {
    text-align: center;
    }

.foot2 {
    border-left: 1px solid #B39E70;
    }

.foot3logo {
    text-align: center;
    }

.foot4 {
    border-left: 1px solid #B39E70;
    }
    
@media (max-width: 767px) {
    .foot1logo, .foot3logo {
        border: 2px solid #B39E70;
        border-radius: 10px;
        padding-top: 15px;
        }
    }

/* TOP-LOGO-BAR STYLING */

#topbar {
    background-color: #000000;
	background: linear-gradient(180deg, rgba(80,80,70,1) 25%, rgba(0,0,0,1) 100%);
    padding-top: 100px;
    padding-bottom: 40px;
    position: relative;
    }
.topdegra {
    width: 100%;
    height: 40px;
    background-image: url("../GSL-projects/imagesPRO/top-degra1.jpg");
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    }
.topdegra2 {
    width: 100%;
    height: 40px;
    background-image: url("../GSL-projects/imagesPRO/top-degra2.jpg");
    background-repeat: repeat-x;
    position: absolute;
    bottom: 0;
    }

/* END TOP-LOGO-BER STYLING */

.bordergold {
    border-style: solid;
    border-width: 1px;
    border-color: #B39E70;
    border-radius: 10px;
    background-color: #000000;
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(80,80,70,1) 100%);
    }
.rc10px {
    border-radius: 10px;
    }

.font-fix {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    }
    
    
/* oooooooooo ISOTOPE STYLING oooooooooo */

.grid-item-content {
    /*background: #555;*/
    /*border: 1px solid #B39E70;*/
    /*border-radius: 10px;*/
    }

.picborder {
	border: 1px solid #505046;
	}

.filters ul {
    display: flex;
    justify-content: center;
    list-style: none;
    border-bottom: 1px solid #B39E70;
    margin: 30px 15px
    }

.filters ul li {
    display: inlnie-block;
    text-align: center;
    margin-right: 12px;
    padding: 0 5px 8px 5px;
    font-weight: 400;
    font-size: 14px; 
    cursor: pointer;
    position: relative;
    margin-bottom: -2px;
    color: #B39E70;
    transition: 0.3s;
    text-transform: uppercase;
    }

.filters ul li:hover {
    color: #FFFFFF;
    }

.filters ul li.is-checked {
	color: #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    }

.filters ul li:last-child {
    margin-right: 0;
    }
 
.grid .grid-item h1 {
    background: #EEEEEE;
    height: 150px;
    line-height: 150px;
    color: white;
    font-size: 3em;
    text-align: center;
    margin-bottom: 30px;
    }
    
.textwrap {
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    }

.textwrap h3 {
    font-family: 'Playfair Display', serif;
    color: #FFFFFF;
    /*border-bottom: 1px solid #B39E70;*/
    padding-bottom: 10px;
    margin-bottom: 10px;
    }

.textwrap p {
	font-size: 14px;
    margin-bottom: 5px;    
    }

.badge-gold {
    background-color: #B39E70;
	color: #000;
    margin-right: 10px;
    }
    
.prostyle h2.iso {
	font-family: 'Playfair Display', serif;
	color: #FFFFFF;
    text-align: center;
    border-bottom: 0px;
    margin-bottom: 0px;
    }

/* oooooooooo END ISOTOPE STYLING oooooooooo */
    
h3.sacra-gold {
    font-family: 'Sacramento', cursive;
    font-size: 60px;
	color: #B39E70;
    }
    
h3.sacra-white {
    font-family: 'Sacramento', cursive;
    font-size: 60px;
	color: #FFF;
    }
    
.mapbar {
    background-color: #FFFFFF;
    padding-top: 0px;
	padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.nomargpad {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.prostyle a:link {
    color: #FFFFFF;
    text-decoration: none;
    }
.prostyle a:visited {
    color: #FFFFFF;
    text-decoration: none;
    }
.prostyle a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    }
.prostyle a:active {
    color: #FFFFFF;
    text-decoration: none;
    }

a.prophonelink {
    font-weight: 400 !important;
    color: #B39E70 !important;
    text-decoration: underline !important;
    }
a.prophonelink:hover {
    color: #FFFFFF !important;
    text-decoration: underline !important;
    }
    
.details {

}
.details h1 {
    margin-bottom: 0px;
    }
.bb {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-color: #B39E70;
    border-bottom-style: solid;
    }
.prohead {
    color: #B39E70;
    text-transform: uppercase;
    font-weight: bold;
    }
    
#projectfotos {
    padding-top: 50px;
    }
#projectfotos img {
    margin-bottom: 20px;
    }


.creditspro {
    background-color: #000000;
	background: linear-gradient(180deg, rgba(80,80,70,1) 0%, rgba(0,0,0,1) 100%);
	color: #aaa;
    font-family: 'Open Sans', sans-serif;
	font-weight: 300;
    font-size: 14px;
	text-align: center;
	}
.creditspro a:link {
    color: #aaa;
    text-decoration: none;
    }
.creditspro a:visited {
    color: #aaa;
    text-decoration: none;
    }
.creditspro a:hover {
    color: #FFFFFF;
    text-decoration: underline;
    }
.creditspro a:active {
    color: #aaa;
    text-decoration: none;
    }