@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,400);

@font-face {
    font-family: gotham-light;
    src: url('../font/gotham-light-webfont.woff');
}

@font-face {
    font-family: gotham-light-italic;
    src: url('../font/gotham-lightitalic-webfont.woff');
    font-style: italic;
}

@font-face {
    font-family: gotham-bold;
    src: url('../font/gotham-bold-webfont.woff');
}

.html, body {
    height: 100%;
   
}

body {
    font-size: 14px;
    font-weight: 400;
}

.container-fluid {
    padding: 0;
}

.container {
    padding: 0;
}

.divider {
    margin-top: 20px;
    height: 40px;
    width: 1px;
    background-color: #f8d263;
}

@media (max-width: 996px) {
.divider {
    margin-top: 0px;
    height: 0px;
    display: none;
}    
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: white;
}

.navbar-default .navbar-toggle {
    border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
    color: yellow;
}

@media (max-width: 996px) {
#fix {
    margin-left: 0;
}
}

/** Navigation **/

.header {
    height: 100px;
    display: inline;
}

.navbar-default {
    margin-right: auto;
    margin-left: auto;
    height: 86px;
    background-color: #ebc33c;
    border: 0;
    border-radius: 0;
    z-index: 1000;
}

.navbar-default ul{
    margin-left: 240px;
}

.navbar-default .navbar-nav>li>a {
    color: #363436;
    padding: 32px 16px;
    font-family: gotham-light;
    font-size: 16px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    height: 86px;
    border-bottom: 2px solid #2f3763;
}

.navbar-default .navbar-nav>.active>a {
    background: none;
    color: #363436;
    font-family: gotham-bold;
}

.navbar-default .navbar-nav>.active>a:hover {
    background: none;
    color: #363436;
    border-bottom: 2px solid #2f3763;
}


.navbar>.container .navbar-brand {
    margin: 0;
    background-image: url(../images/logo.png);
    min-height: 135px;
    width: 248px;
    position: absolute;
    z-index: 1001;
}

@media (min-width:280px) and (max-width:440px) {
.navbar>.container .navbar-brand {
    margin: 0;
    margin:16px 0px 0px 10px;
    background-image: url(../images/Logo-small.png);
    background-repeat: no-repeat;
    min-height:61px;
    width: 240px;
}
}

@media (max-width: 996px) {
    .navbar-header {
        float: none;
    }

    .navbar-nav {
        float: none!important;
        margin: 0px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #d21935;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-toggle {
        margin-top: 26px;
    }
} 

h1 {
    text-align: center;
    font-size: 36px;
    font-family: gotham-light;
    text-transform: uppercase;
    color: #fff;
}

h2 {
    text-align: center;
    font-size: 24px;
    font-family: gotham-light;
    padding: 14px;
    color: #fff;
}
a
h3 {
    margin-left: 12px;
    font-family: gotham-light;
}

p {
    padding: 6px 12px; 
    margin: 0;
}

.lnk {
    text-decoration: underline;
}

.lnk:hover {
    color: #d21935;
    text-decoration: underline;
}

/** Carousel Styling **/

.slider {
    margin-top: -100px;
}

.imaginefundal {
    background-image: url(../images/slide1.jpg);
    height:664px;
    background-position:bottom center;
}

.carousel-caption {
    top: 40%;
    text-shadow: none;
    height: 240px;
}

@media screen and (max-width:640px) {
.carousel-caption {
    top: 10%;
    text-shadow: none;
}
}

.carousel-caption p{
    color: #333;
    background-color: rgba(255,255,255,0.4);
    text-align: left;
    max-width: 440px;
    font-family: gotham-light;
    font-size: 24px;
}

.afla {
    margin: auto;
    display: block;
    background-color: #febf10;
    color: #fff;
    text-align: center;
    max-width: 240px;
    height: 52px;
    padding: 16px;
}

.afla:hover {
    margin: auto;
    display: block;
    background-color: #f09221;
    color: #fff;
    text-align: center;
    max-width: 240px;
    height: 52px;
    padding: 16px;
    text-decoration: underline;
}

/** Despre **/

.despre {
    background-color: #252e5c;
}

.despre p {
    color: #fff; 
    font-family: gotham-light;
    font-size: 18px;
}

.despre .quote {
    color: #febf10;
    font-family: gotham-light-italic;
    font-style: italic;
    font-size: 24px;
    text-align: center;
}

/** Servicii **/

.servicii h2 {
    color: #d21935;
}

.col-md-3 {
    padding: 0;
}

.item-wrap {
    display: block;
}


/* servicii items */
.item .item-wrap {
	overflow: hidden;
	position: relative;
}
.item .item-wrap a {
	display: block;
	cursor: pointer;
}
.item .item-wrap .overlay {
	background: #f0b207;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;	
}
.item .item-wrap img {
	vertical-align: bottom;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.item .item-wrap .portfolio-item-meta {
	position: absolute;
	top: 74%;
    width: 100%;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	opacity: 0;
	zoom: 1;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.item .item-wrap .portfolio-item-meta h5 {
	font-size: 16x;
	margin: 0;
	color: white;
    font-weight: bold;
    text-transform: uppercase;
	word-wrap: break-word;
    text-align: center;
}

.item .item-wrap .portfolio-item-meta p {
    font-family: gotham-light;
	font-size: 18px;
	color: #fff;
	margin: 0;
    padding: 10px 0px;
    text-align: center;
}

.item .item-wrap .portfolio-item-metam h5 {
	font-size: 14px;
	margin: 0;
	color: #000;
    font-weight: bold;
    text-transform: uppercase;
	word-wrap: break-word;
    text-align: center;
}
.item .item-wrap .portfolio-item-metam p {
	font-size: 12px;
	color: #000;
	margin: 0;
    padding: 10px 0px;
    text-align: left;
}

/* on item hover */
.item:hover .overlay {
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 0.8;
	zoom: 1;
}
.item:hover .portfolio-item-meta {
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity: 1;
	zoom: 1;
}

.item:hover .item-wrap img {
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

/** Zona Contact **/

.contact {
    background-image: url(../images/contact-bg.png);
    min-height: 344px;
    background-position: top center;
    background-size: cover; 
    position: relative;
    z-index: 100;
}

.contact p {
   color: #fff; 
    font-family: gotham-light;
    font-size: 18px;
}

.map {
    position: relative;
    z-index: 100;
}



/** Echipa **/

h1 {
    color: #000;
}

h3 {
    color: #000;
    text-align: center;
    font-family: gotham-light;
}



.team-title {
    font-family: gotham-bold;
    font-size:18px;
    color: #000;
    text-align: center;
}
.team-description {
    color: #000;
    text-align: center;
    font-family: gotham-light;
    font-size: 18px;
}