body {
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    background: #3e3e3e url(../img/bg.jpg);
}
html {
    width: 100%;
    height: 100%;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 35px;
    font-weight: 700;
    letter-spacing: -1px;
    text-shadow: 2px 2px 3px #000;
}
p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}
@media(min-width: 768px) {
    p {
        margin: 0 0 30px;
        font-size: 20px;
        line-height: 1.6;
    }
}
a {
    color: #ffde00;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover, a:focus {
    text-decoration: none;
    color: #6768ab;
}
.yellow {
	color: #ffde00!important;
}
.blue {
	color: #3bc0ff!important;
}
.light {
    font-weight: 400;
}
.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #000;
}
.navbar-custom .navbar-brand {
    font-weight: 700;
    letter-spacing: -1px;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}
.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 8px;
    font-size: 16px;
    color: #fff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 1px 1px 0 #000;
    font-size: 18px;
}
.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255, 255, 255, .8);
    background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}
.navbar-custom .nav li.active {
    outline: 0;
}
.navbar-custom .nav li.active a {
    background-color: #6768ab;
}
.navbar-custom .nav li.active a:hover, .navbar-custom .nav li.active a:focus {
    color: #fff;
}
.navbar-brand>img {
    width: 85%;
    max-width: 378px;
    margin-top: -5%;
    margin-left: 0;    
}
@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: -1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }
    .navbar-custom.top-nav-collapse a {
    	color: #fff;
    	text-shadow: none;
    }
}
.intro {
    display: table;
    width: 100%;
    height: 100%;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    /*background: url(../img/lvr.jpg) no-repeat center center scroll;*/
    background: url(../img/lvr-c.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.intro .copyright {
    position: absolute;
    top: 200px;
    left: -85px;
    color: rgba(128, 172, 196, 0.75);
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 1px 0 #000;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    padding-top: 25%;
}
.intro .intro-body .brand-heading {
    font-size: 30px;
    text-shadow: 2px 2px 3px #000;
    position: relative;
}
.stamp {
    max-width: 210px;
}
.intro .intro-body .brand-heading span {
    font-style: italic;
}
.intro .intro-body .intro-text, .promo h2 {
    font-size: 18px;
    text-shadow: 2px 2px 3px #000;
}
.intro-text .fd {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
@media(min-width: 768px) {
    .intro {
        height: 100%;
        padding: 0;
    }
    .intro .intro-body .brand-heading {
        font-size: 90px;
    }
    .intro .intro-body .intro-text, .promo h2 {
        font-size: 26px;
    }
}
@media(min-width: 1100px) {
    .stamp {
        position: absolute;
        margin-left: 30px;
        margin-top: 100px;
    }
}
.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.btn-circle:hover, .btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}
.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}
.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}
@-o-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.content-section {
    padding: 0;
}
.showcase-section {
    width: 100%;
    min-height: 600px;
    padding: 200px 0 100px 0;
    color: #fff;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    border: 2px solid rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.pc {
    background: url(../img/showcase.jpg) no-repeat top center scroll;
}
.xt {
    background: url(../img/showcase2.jpg) no-repeat top center scroll;
}
.showcase-section p {
    text-shadow: 2px 2px 3px #000;
}
.showcase-section span {
    font-size: 16px;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.projects-section {
    padding: 200px 0 100px 0;
}
ul li {
    list-style-type: none;
    text-align: center;
    padding-bottom: 0.2em;
}
#map {
    width: 100%;
    height: 200px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background: transparent url(../img/map.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
@media(min-width:768px) {
    #map {
        height: 400px;
    }
}
.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-default {
    border: 1px solid #ffde00;
    background-color: #ffde00;
    color: #000;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 10px #000;
    -moz-box-shadow: 3px 3px 10px #000;
    box-shadow: 3px 3px 10px #000;
    font-size: 20px;
    margin-bottom: 50px;
}
.btn-default:hover, .btn-default:focus {
    border: 1px solid #ffde00;
    outline: 0;
    color: #fff;
    background-color: #000;
}
.btn-lg {
    margin: 1em;
    padding: 1em 1.5em;
    font-weight: bold;
}
@media(max-width:768px) {
    .navbar-custom a {
    	color: #fff;
    }
    #bc2 {
        display: none!important;
    }
    #bc1 {
        display: inline-block!important;
    }
}
.up {
    text-align: center;
    margin: 2em auto 3em auto;
}
#back {
    line-height: 1;
}
.spacer {
    clear: both;
    height: 100px;
}
footer {
    padding: 50px 0;
}
footer p {
    margin: 0;
    font-size: 75%;
}
::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}
::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255, 255, 255, .2);
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
body {
    webkit-tap-highlight-color: rgba(255, 255, 255, .2);
}
#bc1 {
    display: none;
}
#postere, #posters, #servicii, #services {
    padding: 50px 0 0 0;
}
.tgl, .pass {
    margin: 50px auto;
    padding-bottom: 25px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.tgl .last, .tgl:last-child, .pass .last, .pass:last-child {
    border-bottom: none;
}
.tgl h3.ttl, .pass h3.ttl {
    text-shadow: 1px 1px 0 #000;
    cursor: pointer;
    position: relative;
    user-select: none;
    transition: all .5s;
    line-height: 2;
}
.tgl h3.ttl img, .pass h3.ttl img {
    max-width: 300px;
}
.tgl h3.ttl:hover, .tgl h3.ttl:focus, .navbar-brand img:hover, .navbar-brand img:focus, .pass h3.ttl:hover, .pass h3.ttl:focus, .navbar-brand img:hover, .navbar-brand img:focus {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.descr {
    font-weight: normal;
    font-style: italic;
    font-size: 80%;
    color: #aaa;
}
.pass a {
    color: #fff;
}
.pass a:hover, .pass a:focus {
    color: #ffde00;
}
.tgl .content {
    display: none;
    margin-bottom: 15px;
}
.tgl .content h4 {
    text-align: left;
    padding: 30px 0 30px 30px;
    margin: 0;
    font-size: 1.5em;
}
.tgl .content h4:before, .tgl .content h4:after {
    content: " - ";
}
.tgl .content ul li {
    color: #231f20;
    list-style-type: disc;
    list-style-position: outside;
    margin-left: 20px;
    text-align: left;
}
figure img, .bordered {
	border: 1px solid #d1d3d4;
}
.tgl .content h4.ctr, .ctr {
    text-align: center;
}
.tgl .content h4.ctr:before, .tgl .content h4.ctr:after {
    content: '';
}
.promo {
	text-align: justify;
}
.promo h2 {
	text-align: center;
}
.promo h3 {
	margin: 50px 0 10px 0;
}
.promo ul {
	padding-left: 2em;
	text-align: justify;
}
.promo ul li {
	list-style-type: disc;
	list-style-position: outside;
	padding: 5px 0;
	margin: 0;
	text-align: left;
	font-size: 18px;
}
.promo ul.check {
    padding-left: 1em;
}
.promo ul.check li {
    list-style-type: none;
    padding-left: 1em;
    text-indent: -1em;
}
.promo ul.check li:before {
    content: '\2713\0020\0020\0020\0020\0020';
    color: #3bc0ff;
    font-weight: bold;
}
@media(min-width: 768px) {
    .promo ul li {
        font-size: 20px;
    }
}
.promo img.inline {
    float: right;
    max-width: 350px;
    margin: 0 0 15px 20px;
}
.smaller {
    font-size: 85%;
}
.larger {
	font-size: 125%;
}
.padded {
	padding: 15px 50px;
    margin: 10px 0;
    background: #555;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#loading {
    position: absolute;
    margin-left: 5px;
    color: #3bc0ff;
}
#loading:after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 900ms infinite;      
    animation: ellipsis steps(4, end) 900ms infinite;
    content: "\2026";
    width: 0px;
}
@keyframes ellipsis {
    to {
        width: 1.25em;
    }
}
@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }
}
/*#bp:before, #geometrie:before, #calendare:before, #faianta:before, #foto:before, #scoarte:before, #esarfe:before {
    content: 'Căutăm distribuitori';
    position: absolute;
    width: 140px;
    height: 70px;
    top: 0;
    margin-top: -30px;
    margin-left: -60px;
    background: #6768ab;
    color: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    text-shadow: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.5;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.3);
}
#bpen:before, #geometry:before, #calendars:before, #tiles:before, #photo:before, #rugs:before, #scarves:before {
    content: 'Looking 4 Distributors';
    position: absolute;
    width: 140px;
    height: 70px;
    top: 0;
    margin-top: -30px;
    margin-left: -60px;
    background: #6768ab;
    color: #fff;
    padding: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    text-shadow: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.5;
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    -o-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 10px 5px 15px rgba(0, 0, 0, 0.3);
}*/