body { overflow-x: hidden; font-family: 'Open Sans', sans-serif; color: #444; font-size: 14px; }
p { font-size: 14px; line-height: 1.5; }
p.large { font-size: 16px; }
a,
a:hover,
a:focus,
a:active,
a.active { outline: 0; }
a { color: #7e0915; }
a:hover,
a:focus,
a:active,
a.active { color: #cb7a65; }
h1,
h2,
h3,
h4,
h5,
h6 { font-family: 'Exo 2', sans-serif; font-weight: 700; }
hr { border-color: #e5e5e5; }
.full-image { width:100%; }
.relative { position:relative; }
.exo { font-family: 'Exo 2', sans-serif; }
.img-centered { margin: 0 auto; }
.bg-light-gray { background-color: #eeeeee; }
.btn { border-radius: 0; font-weight: 600!important; -webkit-transition: all .2s; -moz-transition: all .2s; transition: all .2s; }
.btn-primary { border-color: #7e0915; font-weight: 700; color: #fff; background-color: #7e0915; }
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active { border-color: #801414; color: #fff; background-color: #801414; }
.navbar-default { background-color: transparent!important; background: url(/assets/img/header-bg.png) repeat-x; height: 60px; border-bottom: 1px solid rgba(255,255,255,.2); -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
.navbar-default .navbar-brand { background-image: url(/assets/img/logo-w.png); background-size: contain; background-repeat: no-repeat; width: 250px; height: 27px; display: block; margin-top: 16px; }
.navbar-default .navbar-collapse { border-color: rgba(255,255,255,.02); }
.navbar-default .navbar-toggle { border-color: #7e0915; background-color: #7e0915; float:left; margin-left:10px; margin-right:0; }
.navbar-default .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #7e0915; }
.navbar-default .navbar-nav>li>a:focus, .navbar-default .nav li a { color: #ccc; letter-spacing: 1px; line-height: 30px; padding: 15px 20px; }
.navbar-default .navbar-nav>li>a:hover { outline: 0; color: #fff; }
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus { border-radius: 0; color: #fff; background: none; }
.navbar-default.navbar-shrink .navbar-brand { background-image: url(/assets/img/logo.png); }
.navbar-default.navbar-shrink { background-color: #fff!important; background-image: none; border-bottom: 1px solid #ddd; }
.navbar-default.navbar-shrink .nav li a { color: #999; }
.navbar-default.navbar-shrink .nav li a:hover { color: #801414; }
.navbar-default.navbar-shrink .navbar-nav>.active>a,
.navbar-default.navbar-shrink .navbar-nav>.active>a:hover,
.navbar-default.navbar-shrink .navbar-nav>.active>a:focus { color: #801414; }
.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand { margin-left: 0; }
section { padding: 70px 0; }
section#home { padding: 0; }
section h2.section-heading { margin-top: 0; margin-bottom: 40px; font-size: 32px; text-align: center; font-weight: 400; color: #444; }
.project-links { text-align: center; margin-bottom: 30px; }
.project-links a { font-size: 13px; font-weight: bold; color: #cc7c65; display: inline-block; margin-left: 10px; margin-right: 10px; padding-bottom: 6px; text-decoration: none; }
.project-links a.active { color: #801414; border-bottom: 1px solid #801414; }
.all-projects .project-item { position: relative; text-align: center; color: #fff; overflow: hidden; margin-bottom: 30px; }
.all-projects .project-item .overlay { position: absolute; left: 0; top: -200px; right: 0; bottom: 0; width: 100%; height: 100%; background: rgba(128,20,20,.7); visibility: hidden; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; }
.all-projects .project-item .overlay .title { font-size: 16px; font-weight: 600; margin-top: 20px; }
.all-projects .project-item .overlay .category { font-size: 12px; color: #ddd; margin-top: 20px; }
.all-projects .project-item .overlay .button { margin-top: 30px; }
.all-projects .project-item img { width: 100%; }
.all-projects .project-item:hover .overlay { top: 0; visibility: visible; }
.container.absolute-container { position:absolute; left:50%; }
#contact-map { width: 100%; border:5px solid rgba(128,20,20,.5); }

@media(max-width:479px) {
.navbar-brand { width:180px!important; }
.languages { top:12px!important; }
.languages .dropdown-toggle{ border-left:1px solid #ddd!important; }
}

@media(min-width:480px) and (max-width:767px) {
  .languages { right:80px!important; top:10px!important; }
  .languages .dropdown-toggle, .languages .dropdown-menu { background:#ddd!important; }
}

@media(max-width:767px) {
section#home { padding-top: 60px; }
.navbar-default { background-color: #fff!important; background-image: none; border-bottom: 1px solid #ddd; }
.navbar-default .navbar-brand { background-image: url(/assets/img/logo.png); margin-left: 15px!important; }
footer { text-align: center; }
footer .footer-logo { padding-top: 15px; padding-bottom: 15px; margin-top: 15px; border-top: 1px solid rgba(255,255,255,.25); }
footer .footer-logo img { margin-left: auto; margin-right: auto; float: none!important; }
.navbar-collapse { background: #7e0915; }
.navbar-default .nav li a,
.navbar-default.navbar-shrink .nav li a { color: #fff!important; }
.navbar-default.navbar-shrink .navbar-nav>.active>a,
.navbar-default.navbar-shrink .navbar-nav>.active>a:hover,
.navbar-default.navbar-shrink .navbar-nav>.active>a:focus { color: #cb7a65!important; }
.news-detail-content { margin-top:10px; }
.container.absolute-container { left:0; }
#contact-map { height:200px; }
.slider-content { top: 100px; }
}

@media(min-width:768px) {
section h2.section-heading { margin-bottom: 50px!important; font-size: 36px!important; }
.navbar-default .nav { margin-left: 30px; }
.nav li a { padding:15px 10px!important; }
.container.absolute-container { margin-left:-375px!important; }
#contact-map { height:300px; }
.slider-content { top: 250px; }
}

@media(min-width:768px) and (max-width:992px) {
.navbar-default .navbar-brand { width:200px; }
}

@media(min-width:992px) {
.navbar-right { margin-top: 10px; }
.navbar-default .nav { margin-left: 70px; }
.nav li a {padding: 15px 22px!important;}
.container.absolute-container { margin-left:-485px!important; }
#contact-map { height:300px; }
}

@media (min-width: 1200px) {
.container { width: 970px; }
}
section#contact { background-color: #fff; background-image: url(/assets/img/map-image.png); background-repeat: no-repeat; background-size: contain; background-position: center center; }
section#contact .section-heading { color: #7e0915; }
section#contact .form-group { margin-bottom: 25px; }
section#contact .form-group input,
section#contact .form-group textarea { padding: 12px; }
section#contact .form-group .form-control { height: auto; border-radius: 0!important; }
section#contact .form-group textarea.form-control { height: 236px; }
section#contact .form-control:focus { border-color: #7e0915; box-shadow: none; }
section#contact::-webkit-input-placeholder, section#contact:-moz-placeholder, section#contact::-moz-placeholder, section#contact:-ms-input-placeholder { font-weight: 700; color: #bbb; }
section#contact .text-danger { color: #e74c3c; }
section#contact .contact-phone { margin-top: 0; }
footer { padding: 15px 0; background: #801414; font-size: 11px; line-height:20px; }
footer,
footer a { color: #eee; }
.social-link { display: inline-block; margin: 0 5px; }

/* */
.section { padding-top: 120px; }
.campaign-image img { border: 2px solid #ddd; width: 100%; }
.campaign-title { color: #801414; margin: 15px 0; }
.news-item { background: #fff; padding: 5px; -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0px 1px 3px 0px rgba(0,  0, 0, 0.15); box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15); margin-bottom: 3px; cursor:pointer; }
.news-title,
.news-date { padding-left: 5px; padding-right: 5px; }
.news-title { margin-top: 10px; font-size: 14px; font-weight: 600; color: #666; }
.news-date { color: #cc7c65; font-size: 12px; font-weight: 600; margin: 5px 0; }
.news-image img { width: 100%; }
.languages { position:absolute; right:0; top:15px; }
.languages .dropdown-toggle { background:none; border:0; border-left:1px solid rgba(255,255,255,.25); padding:5px 10px; margin:0; line-height:1; }
.languages .dropdown-toggle { color:#ccc; }
.languages .dropdown-menu { min-width:40px; font-size:12px; font-weight:600; border-radius:0; margin:0; border:0; padding:0; background:rgba(255,255,255,.75); -webkit-box-shadow:none; box-shadow:none; }
.languages .dropdown-menu>li>a { padding:5px; }
.navbar-default.navbar-shrink .languages .dropdown-toggle { border-left:1px solid rgba(0,0,0,.1); }