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

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	margin: 0;
	padding: 0;
}

/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}

html, body{
	width:100%;
	height:100%;
	font-family: 'Exo', sans-serif;
	
}

.container-fluid {
	width: 100%;
	height:auto;
	overflow:hidden;
	padding:0px;	
}

.header {
	position:relative;
	width: 100%;
	height:auto;
	overflow:hidden;
	padding-bottom:20px;
	border-bottom: 1px solid #f2f2f2;	
}

.header .content {
	position:relative;
	max-width: 1200px;
	width:100%;
	height:auto;
	padding:20px 10px 20px 10px;
	margin:0 auto;	
}

.header .logo {
	width:125px;
	height:70px;
	opacity: 0.5;
	background: url(../images/logo-covalsaga-black.png) no-repeat;	
}

.header .logo:hover {
	opacity: 1;	
	background: url(../images/logo-covalsaga.png) no-repeat;
	transition: ease-in 0.5s;
	-webkit-transition: ease-in 0.5s;
	-moz-transition: ease-in 0.5s;
	-ms-transition: ease-in 0.5s;
	-o-transition: ease-in 0.5s;
	cursor: pointer;
}

.sticky {position:fixed; top:0px; z-index:999; background-color:#fff;}

.blank {
	width:100%;
	height:70px;
	background:none;	
}

/* Navigation */

.navbar-default{
	background-color:rgba(255,255,255,0);
	border:none;
	font-family: 'Exo', sans-serif;
	color: #000;
	padding:none;
	margin-bottom:0px;
	margin-top:10px;
}

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

.navbar-default .navbar-toggle .icon-bar{
	background-color:#6C7479;
}

.navbar-default .navbar-toggle:hover{
	background-color:#B2C0CD;
}

.navbar-default .navbar-toggle:focus{
	background-color:#fff;
}

.navbar-default .navbar-toggle:hover .icon-bar:hover{
	background-color:#B2C0CD;
}

.glyphicon {
	margin-left:3px;
	margin-right:5px;
	font-size:70%;	
}

.navbar-default .navbar-nav>li>a{color:#6C7479; font-family: 'Exo', sans-serif; font-size:100%; font-weight:300; padding:-10px;}
.navbar-default .navbar-nav>li>a:hover{color:#B2C0CD; padding-bottom:-5px;}
.navbar-default .navbar-nav>li>a:focus{color:#B2C0CD;}
.navbar-default .navbar-nav>li>a:active{color:#B2C0CD;}

.navbar-default .navbar-nav>li>dropdown open{color:#fff; background-color:#6C7479;}

.navbar-default .navbar-nav>.open>a:focus{color:#fff;background-color:#B2C0CD;}

.navbar-default .navbar-left{
	margin-left:-20px;	
}

.dropdown .dropdown-menu{
	background-color:#6C7479;
	z-index:999999;	
}

.dropdown .dropdown-menu>li>a{
	font-family: 'Exo', sans-serif;
	color: #6C7479;	
}

.dropdown .dropdown-menu>li>a:hover{
	background-color:#eebed8;
	color:#fff;	
}

.dropdown .dropdown-menu>li>a{
	font-family: 'Exo', sans-serif;
	color: #fff;	
}


/* Effect 5: same word slide in and border bottom */
.cl-effect-6 a {
	margin: 0 10px;
	padding: 10px 20px;
}

.cl-effect-6 a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #D7D4C7;
	content: '';
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	transition: top 0.3s;
}

.cl-effect-6 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #D7D4C7;
	content: '';
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cl-effect-6 a:hover::before {
	top: 100%;
	opacity: 1;
}

.cl-effect-6 a:hover::after {
	height: 100%;
} 

/* End of Navigation */

#ueArea {
	width:100%;
	height:auto;
	background-color: #f6f6f6;
}

#ueArea .content {
	position:relative;
	max-width:1200px;
	width:100%;
	height:auto;
	overflow:hidden;
	padding: 50px 10px 50px 10px;
	margin: 0 auto;	
}

#ueArea img {
	margin: 0px 0px 30px 0px;
	opacity: 0.8;	
}

#ueArea img:hover {
	opacity: 1;
	transition: ease-in 0.5s;
	-webkit-transition: ease-in 0.5s;
	-moz-transition: ease-in 0.5s;
	-ms-transition: ease-in 0.5s;
	-o-transition: ease-in 0.5s;
	cursor: pointer;	
}

#ueArea h1 {
	font-family: 'Exo', sans-serif;
	color: #000;
	font-size:140%;
	font-weight:300;
	line-height:32px;
	text-align:center;
	margin: 30px 0px 30px 0px;
}

#ueArea p {
	font-family: 'Exo', sans-serif;
	color: #000;
	font-size:140%;
	font-weight:300;
	line-height:32px;
	text-align:center;
	margin: 30px 0px 30px 0px;
}

#ueArea article {
	font-family: 'Exo', sans-serif;
	color: #6C7479;
	font-size:100%;
	font-weight:300;
	text-align:center;
	margin: 30px 0px 30px 0px;
}

.scroll {
	position: absolute;
	width:50px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	left:0px;
	right:0px;
	bottom: 1%;
	z-index:9;
	font-size: 25px;
	color:#fff;
	text-align:center;
}

.scroll:hover {
	cursor: pointer;
	color:#eebed8;
}

.scroll span {
	font-family: 'Dosis', sans-serif;
	font-size:40%;
	font-weight:300;
}

.bounce {
  -webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-moz-animation-direction: alternate;
	-webkit-animation-timing-function: eaze-in-out;
	-moz-animation-timing-function: eaze-in-out;
}

#despre {
	width:100%;
	height:auto;
	overflow:hidden;
}

#despre .content {
	position:relative;
	max-width:1200px;
	width:100%;
	height:auto;
	overflow:hidden;
	padding: 50px 10px 50px 10px;
	margin: 0 auto;	
}

#despre h1 {
	font-family: 'Exo', sans-serif;
	color: #000;
	font-size:240%;
	font-weight:300;
	line-height:32px;
	text-align:center;
	margin: 30px 0px 30px 0px;
}

#despre h2 {
	font-family: 'Exo', sans-serif;
	color: #6C7479;
	font-size:180%;
	font-weight:300;
	line-height:32px;
	text-align:center;
	margin: 30px 0px 30px 0px;
}

#despre article {
	font-family: 'Exo', sans-serif;
	color: #6C7479;
	font-size:120%;
	font-weight:300;
	line-height:42px;
	text-align:left;
	margin: 30px 0px 30px 0px;
}

#despre img {
	margin: 30px 0px 30px 0px;
}


#servicii {
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#f6f6f6;
}

#servicii .content {
	position:relative;
	max-width:1200px;
	width:100%;
	height:auto;
	overflow:hidden;
	padding: 50px 10px 50px 10px;
	margin: 0 auto;	
}

#servicii h1 {
	font-family: 'Exo', sans-serif;
	color: #000;
	font-size:240%;
	font-weight:300;
	line-height:32px;
	text-align:center;
	margin: 30px 0px 30px 0px;
}

#servicii h2 {
	font-family: 'Exo', sans-serif;
	color: #6C7479;
	font-size:180%;
	font-weight:300;
	line-height:32px;
	text-align:left;
	margin: 30px 0px 30px 0px;
}

#servicii article {
	font-family: 'Exo', sans-serif;
	color: #6C7479;
	font-size:120%;
	font-weight:300;
	line-height:42px;
	text-align:left;
	margin: 30px 0px 30px 0px;
}

#servicii img {
	margin: 30px 0px 30px 0px;
}

#program {
	width:100%;
	height:auto;
	overflow:hidden;
}

#program .content {
	position:relative;
	max-width:1200px;
	width:100%;
	height:auto;
	overflow:hidden;
	padding: 50px 10px 50px 10px;
	margin: 0 auto;	
}

#program h1 {
	font-family: 'Exo', sans-serif;
	color: #000;
	font-size:180%;
	font-weight:300;
	line-height:32px;
	text-align:center;
	margin: 30px 0px 30px 0px;
}

#program h2 {
	font-family: 'Exo', sans-serif;
	color: #6C7479;
	font-size:180%;
	font-weight:300;
	line-height:32px;
	text-align:center;
	margin: 30px 0px 30px 0px;
}

#program article {
	font-family: 'Exo', sans-serif;
	color: #6C7479;
	font-size:120%;
	font-weight:300;
	line-height:42px;
	text-align:left;
	margin: 30px 0px 30px 0px;
}

#program p {
	font-family: 'Exo', sans-serif;
	color: #6C7479;
	font-size:100%;
	font-weight:300;
	line-height:42px;
	text-align:center;
	margin: 30px 0px 30px 0px;
}

#program img {
	margin: 40px 0px 30px 0px;
}

#program .logoArea {
	width:100%;
	max-width:1000px;
	height:auto;
	overflow: hidden;
	margin: 0 auto;
}

#program .case {
	max-width:200px;
	width:100%;	
}

#contact {
	width:100%;
	height:auto;
	overflow:hidden;
	background-color:#f6f6f6;
}

#contact .content {
	position:relative;
	max-width:1200px;
	width:100%;
	height:auto;
	overflow:hidden;
	padding: 50px 10px 50px 10px;
	margin: 0 auto;	
}

#contact h1 {
	font-family: 'Exo', sans-serif;
	color: #000;
	font-size:240%;
	font-weight:300;
	line-height:32px;
	text-align:center;
	margin: 30px 0px 30px 0px;
}

#contact h2 {
	font-family: 'Exo', sans-serif;
	color: #6C7479;
	font-size:180%;
	font-weight:300;
	line-height:32px;
	text-align:center;
	margin: 30px 0px 30px 0px;
}

#contact p {
	font-family: 'Exo', sans-serif;
	color: #6C7479;
	font-size:120%;
	font-weight:300;
	line-height:42px;
	text-align:left;
	margin: 30px 0px 30px 0px;
}

#contact .form-bridge{
	margin:30px 0px 30px 0px;	
}

#contact label{
	font-family: 'Exo', sans-serif; 
	font-size:130%;
	color:#000;
	font-weight:300;
	border-radius: 5px;
}

#contact #first_last, #email_addr, #web, .form-control{
	height:50px;
	border-radius: 5px;	
}

#contact .btn-lg {
	background-color: #6C7479;
	border: none;
	font-family: 'Exo', sans-serif; 
	font-size:130%;
	color:#fff;	
}

#contact .btn-lg:hover {
	background-color: #B2C0CD;
	font-family: 'Exo', sans-serif;
	font-size:130%;
	color:#000;	
}

.bottom-bar {
	position:relative;
	max-width:1200px;
	height:auto;
	width:100%;
	overflow: hidden;
	padding:10px;
	margin: 0 auto;
	padding:10px;
}

.bottom-bar p{
	font-family: 'Dosis', sans-serif;
	font-weight:300;
	text-align:left;
	font-size:100%;
	color: #000;
}

/*HACKS*/

/***********************************************************************************************/
/* Go to top Button */
/***********************************************************************************************/
.go-top {
	width:40px;
	height:40px;
	background-color:#6C7479;
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-align: center;
	padding-top:8px;
	padding-left:5px;
	display: none;
	border:none;
	color:#fff;
}

.go-top:hover {
	color: #000;
	background-color:#B2C0CD;
}


@media screen and (min-width: 320px) and (max-width: 767px) {

	
}

@media (max-width: 800px) {
	
	.navbar-default {
		width:100%;
		clear:both;
		float:none;	
	}
	
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
