@charset "utf-8";
/* CSS Document */

body
{
	background-color:rgba(21,20,20,1.00);
	font-family: 'Roboto', sans-serif;
}

p
{
	text-align:justify;
}

p.f
{
	text-align:left;
}

h3
{
	font-size:16px;
	font-weight:600;
}

h4.title
{
	width:120px;
	padding:5px 20px 5px 0px;
	border-bottom:2px solid #1b998b;
}

h4.title-news
{
	width:auto;
	padding:5px 20px 5px 0px;
	border-bottom:2px solid #1b998b;
}

h4.title-c1
{
	width:380px;
	padding:5px 20px 5px 5px;
	border-left:10px solid #2CBFDD;
}

h4.title-c2
{
	width:auto;
	padding:5px 20px 5px 5px;
	border-left:10px solid #D43073;
}

h4.title-c3
{
	width:auto;
	padding:5px 20px 5px 5px;
	border-left:10px solid #f06449;
}

h4.title-c4
{
	width:auto;
	padding:5px 0px 5px 5px;
	border-left:35px solid #f06449;
	
	color:#EDEDED;
}

.xsbtn
{
	margin:8px 0px 10px 0;
}

.head
{
	height:auto;

	background:url(../images/header-bg_V2.jpg) no-repeat; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}

@media (max-width: 360px) {
	.head
	{
		height:auto;
	
		background:url(../images/bg-mob.jpg) no-repeat; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	
}

.header-left-block
{
	height:auto;
	padding:10px 10px 10px 10px;
}

.logo-panel
{
	width:auto;
	margin:10px 0 15px 10px;
	padding:0;
	height:70px;
}

.logo
{
	padding:0;
	height:70px;
}

.lang
{
	height:auto;
	text-align:right;	
}

.lang a
{
	color:#000;
	font-size:12px;
	font-weight:600;
	text-decoration:none;
}

.lang a:hover
{
	color:#186B9A;
	font-size:12px;
	font-weight:600;
	text-decoration:none;
}


.header-title
{
	padding:10px 0 5px 0px;
	margin:0px 0 15px 10px;
	height:auto;
	
	font-size:40px;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
	color:#000;
	line-height:1em;
}

.l-yellow
{
	color:#f1bf27;
}


.menu
{
	height:50px;
	padding:0;
}

.navbar-default {
  padding:0;
  background-color:rgba(17,22,2,1);
  border-bottom:2px solid #d3af43;
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #111110;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #a7af79;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #111602;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #111110;
  background-color: #d3af43;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li.divider {
  background-color: #d3af43;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #111110;
  background-color: #d3af43;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #111110;
  background-color: #d3af43;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #111110;
  background-color: #d3af43;
}
.navbar-default .navbar-toggle {
  border-color: #d3af43;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #d3af43;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #111110;
}

.tbtn
{
	background-color:#d3af43;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #111110;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #111110;
    background-color: #d3af43;
  }
}


.report
{
	padding:0;
}

.load-report
{
	padding:0;
}

.dmsg
{
	padding:10px;
	background-color:#232423;
	height:auto;
}

.dir-bg
{
	padding:0;
	height:auto;
}

.title-card
{
	margin:0 auto;
	padding:5px;
	height:auto;
	background-color:#e8e8e8;
	
	text-align:center;
}

.cnt-bar
{
	background-color:#fff;
	height:auto;
}

.tab-list
{
	background-color:#fff;
}

.tab-list li{
	margin:0;
}

.tab-list li a
{
	padding:16px 10px;
	color:#000;
	font-size:14px;
	background-color:#E1CA87;
}

.tab-list li a:hover
{
	color:#000;
	height:auto;
	background-color: #ccddb7;
}

.tab-list > li.active > a, .tab-list > li.active > a:focus, .tab-list > li.active > a:hover {
	margin-top:5px;
    padding:10px 10px;
	color: #000;
    background-color: #ccddb7;
	border-top:1px solid #487F0F;
	border-bottom:1px solid #487F0F;
}

.gallery
{
	padding:0;
}

#exTab1 .tab-content {
  color :#232423;
  height:auto;
  padding:10px 0px 10px 0px;
  text-align:justify;
  
  background-color:#fff;
}

#exTab1 .nav-pills > li > a {
  margin-bottom:2px;
  background-color:#EDEDED;
  border-radius: 0;
  color:#000;
}

#exTab1 .nav-pills > li.active > a
{
	background-color:#55B446;
	color:#fff;
}

.prj-img
{
	margin-top:10px;
	padding:0;
}

.prj-cnt{
	padding:0 20px 0 15px;
	height:250px;
	overflow:hidden;
}

.prj-cnt-big
{
	height:auto;
}

@media (max-width: 320px) {
	.prj-cnt
	{
		padding:0 10px 0 0;
		height:auto;
	}
	
}

.news-block
{
	height:auto;
	background-color:#DADADA;
}

.p1{
	height:auto;
	color:#D3D3D3;
	background-color:#0d0e10;
}

.p2{
	height:auto;
	color:#D3D3D3;
	background-color:#1d2024;
}

.p3{
	height:auto;
	color:#D3D3D3;
	background-color:#23262b;
}

.l1{
	padding:0;
	height:auto;
	background-color:#ECECEC;
}

.l2{
	padding:0;
	padding-bottom:25px;
	height:auto;
	background-color:#FFFFFF;
}

.l3{
	margin-top:20px;
	padding:0;
	padding-bottom:30px;
	height:auto;
	background-color:#DADADA;
}

.l3-home{
	padding:0;
	height:auto;
	background-color:#DADADA;
}

.partner-logo
{
	margin:10px 5px 10px 10px;
	padding:0;
	width:100px;
	height:100px;
}

.partner-logo img
{
	width:120px;
	height:auto;
	opacity:0.5;
}

.partner-logo img:hover
{
	opacity:1;
}

.nlg li
{
	padding-left:0;
	margin-bottom:2px;
	background-color:#ECECEC;
	border:none;
	border-bottom:1px solid #acc173;
	
	text-align:justify;
}

.nlg li a
{
	color:#000;
	text-decoration:none;
	font-size:14px;
}

.date
{
	font-size:11px;
	color:#8C8C8C;
}

.news-image
{
	padding:0;
	width:285px;
	height:200px;
	background-color:#181817;
}

.news-image img
{
	width:285px;
	height:200px;
}

.news-related-info
{
	padding:10px 10px 10px 10px;
	height:200px;
	background-color:#E9E9E9;
}

.news-details
{
	margin-top:10px;
	padding:0 0 0px 0px;
	height:auto;
	text-align:justify;
}

.news-related-images
{
	margin-top:5px;
	margin-bottom:10px;
	padding:0 10px 10px 10px;
	height:auto;
	border:1px solid #D6D6D6;

}


.sub-title
{
	padding:0 0 0 5px;
	margin-bottom:5px;
	height:auto;
	border-left:5px solid #28ADC3;
	font-weight:bold;
	font-size:14px;
}

.sub-answers
{
	margin-bottom:5px;
}

.rimages-block-bg
{
	padding:0;
	
	background-image:url(../images/map-bg-1.png);
	background-repeat:no-repeat;
	background-size:cover;
}

.rimages-block
{
	padding:10px 0 10px 0;
	background-color:rgba(0,4,7,0.9)
}

.nimg
{
	cursor:pointer;
}


.rimages img
{
	width:auto;
	height:350px;
}


.tlg li
{
	margin-bottom:5px;
	padding:15px 0 5px 0;
	height:auto;
	border:none;
	background-color:#DADADA;
	border-bottom:1px solid #acc173;
	border-bottom-style:dotted;
	
	font-size:13px;
}

.tlg li a
{
	color:#000;
	text-decoration:none;
}

.project-block
{
	padding:10px;
	height:auto;
}

.highlight a,
.tlg a:hover
{
	padding:0 15px 0 0;
	border-right:5px solid #3AB7CB;
}

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: 1px solid #f8f8f8;
    }

    .panel-default > .panel-heading {
        padding: 0;
        border-radius: 0;
        color: #212121;
        background-color: #fafafa;
         border-color: 1px solid #f8f8f8;
    }

    .panel-title {
        font-size: 16px;
		font-weight:bold;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #212121;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }


.cuslgrp li
{
	padding:3px 10px 5px 10px;
	height:auto;
	border:none;
	border-left:2px solid #faa41a;

}

.one{
	background-color:#f5f5f5;
}

.two
{
	background-color:#E8E8E8;
}

.results
{
	height:480px;
	text-align:justify;
}

.results1
{
	height:320px;
	text-align:justify;
}

.report
{
	padding:0;
}

.load-report
{
	padding:0;
	padding-left:13px;
}

.report-block
{
	padding:10px;
	margin-bottom:15px;
	height:auto;
	background-color:#F3F3F3;
}

.report-panel
{
	margin-bottom:5px;
	padding:0;
	height:auto;
	background-color:#C4C4C4;
	border-right:5px solid #F3F3F3;
}

.report-panel img
{
	padding:1px;
	width:100%;
	height:auto;
}

.rp1
{
	padding:0;
}

.download-panel
{
	padding:3px 0 3px 10px;
	height:auto;
	background-color:#DCDCDC;
	border-bottom:1px solid #D03B3D;
}

.download-panel a img
{
	padding:0;
	width:92px;
	height:29px;
}

.card
{
	margin:0 auto;
	padding:0 10px 10px 10px;
	height:320px;
}

.card img
{
	padding:0;
	border-radius:0;
}

.factsheet img
{
	margin:auto;
}

.register
{
	padding:20px;
	background-color:#f3f3f3;
}

.status-success
{
	margin-left:10px;
	margin-top:250px;
	padding:30px 10px 30px 10px;
	background-color:#EFFDF0;
	border:1px solid #93B075;
	
	text-align:center;
	font-size:24px;
	color:#000;
}

.status-fail
{
	margin-top:250px;
	padding:30px 10px 30px 10px;
	background-color:#FBD4D4;
	border:1px solid #B0494B;
	
	text-align:center;
	font-size:24px;
	color:#000;
	
}

.btn-circle {
  width: 7px;
  height: 7px;
  text-align: center;
  padding: 3px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
  background-color:#5CAF22;
  border:none;
}

.tab-image img
{
	border:10px solid #EDEDED;
}

.ole,
.elo {
  background:#E02F32;
  padding:2px 8px 2px 8px;
  border-radius: 120px;
  border:none;
  cursor: pointer;
  color: #fff;
  font-size:10px;
}

.ole:hover,
.elo:hover {
  border:none;
  background: #E02F32;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  box-shadow: 0 0 0 #555;
}
.ole:after,
.elo:after {
	border:none;
}


@media (max-width:640px) {
  .ole,
  .elo {
    padding: 6px 12px;
    font-size: 12px;
  }
}

.gallery-panel
{
	padding:0;
	height:auto;
}


.gallery-title
{
    font-size: 36px;
    color: #00142a;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;

}

.gallery-title:after {
    content: "";
    position: absolute;
    width: 9.5%;
    left: 37.5%;
    height: 45px;
	
	border-left:10px solid #f06449;
}


.filter-button
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #42B32F;
    margin-bottom: 30px;

}

.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #42B32F;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #42B32F;

}
.btn-default:active .filter-button:active
{
    background-color: #42B32F;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
	margin:1px 0px;
	padding:0;
}

.gallery_product img
{
	padding:0;
	padding-right:2px;
	width:100%;
	height:150px;

}

.fbtn
{
	margin:0 0 5px 0;
	background-color:#7cb94e;
	border:none;
	border-radius:0px;
	
	color:#fff;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:18px;
}

.fbtn:hover
{
	margin:0 0 5px 0;
	background-color:#7cb94e;
	border:none;
	border-radius:0px;
	
	color:#232423;
}

.animate
{
	transition: all 0.1s;
	-webkit-transition: all 0.1s;
}

.items
{
	padding:0;
	margin-top:30px;
	background-color:#1F19AA;
}

.item
{
	padding:0;
	background-color:#DC3B3E;
}

.item img
{
	width:360px;
	height:200px;
}

.modal-dialog
{
	width:50%;
	background-color:rgba(255,255,255,0.8);
}

@media (max-width: 320px) {
	.modal-dialog
	{
		width:100%;
		background-color:rgba(255,255,255,0.8);
	}
	
}

.modal-content
{
	border-radius:0;
	width:100%;
	background-color:rgba(255,255,255,0.8);
}

.modal-body
{
	width:100%;
}

.modal-footer
{
	height:auto;
	border:none;
	background-color:rgba(255,255,255,1);
	width:100%;
}


.footer
{
	height:auto;
	background-image:url(../images/map-bg-1.png);
	background-repeat:no-repeat;
	background-size:cover;
}

.footer-content
{
	padding:20px 10px 10px 10px;
	height:auto;
	background-color:rgba(0,9,15,0.7);
}

.f1
{
	height:auto;
	background-color:#060c11;
	
	border-right:2px solid #587e31;
}

.f1-1
{
	margin-bottom:10px;
	width:60px;
	height:20px;
	background-color:#eb9c13;
}

.f1-2
{
	margin-bottom:10px;
	color:#ebebeb;
	font-weight:bold;
}

.f1-3
{
	margin:auto;
	padding:0;
	margin-bottom:10px;
	width:60px;
	height:60px;
}

.f1-4
{
	margin-bottom:10px;
	color:#ebebeb;
	font-size:12px;
}

.f1-4 label
{
	font-size:15px;
	color:#20a5b5;
}


.f1-5
{
	display:block;
	padding:0;
	margin-bottom:10px;
	width:60px;
	height:60px;
}


.f1-6
{
	margin-bottom:10px;
	color:#ebebeb;
	font-size:12px;
	
}

.f1-6 label
{
	font-size:15px;
	color:#e2761e;
}

.f1-7
{
	padding:0;
	margin:25px 0 5px 0;
	
	color:#a0bdd5;
	font-size:14px;
}

.f1-8
{
	padding:0;
	margin:0px 0 5px 0;
	
	color:#a0bdd5;
	font-size:14px;
}


.f2
{
	height:auto;
}

.f2-1
{
	margin-bottom:10px;
	width:60px;
	height:20px;
	background-color:#1b998b;
}

.f2-2
{
	margin-bottom:10px;
	color:#ebebeb;
	font-weight:bold;
}

.f2-3
{
	padding:10px 0 0 0;
	color:#ebebeb;
	font-size:12px;
	
	border-top:1px solid #F1AE4E;
}

.f2-4
{
	padding:10px 0 0 0;
	color:#ebebeb;
	font-size:12px;
	
	border-top:1px solid #95BF36;
}

.visitor
{
	padding:0;
	cursor:default;
}


.copy
{
	height:auto;
	padding:10px 0 10px 10px;
	background-color:#000509;
	border-bottom:2px solid #B8C871;
	
	font-size:12px;
	color:#939393;
}

.c1
{
	padding-top:15px;
}

.chart-1
{
	margin-bottom:10px;
	border-bottom:2px solid #82C84A;
}



