html, body
{
    width:100%;
    height: 100%;
    font-family:'Exo 2','Calibri','Tahoma',sans-serif;
    color: #414141;
    background: #ffffff;
	display: inline;
}

h2 {
    font-family:'Exo 2',sans-serif;

    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em; 
	margin-bottom: 0em;
	margin-top: 0em;
}

h3 {
    color: #0A4D8F; /* #004080 */
	font-size: 18px;
    font-weight: 500;
}

.headline1_1 {

    font-family:'Open Sans',sans-serif;
	font-weight: 300;
	font-size: 25px;
	color: #F0FFFF;
}

.headline1_2 {

    font-family:'Open Sans',sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #4B677B;
}

.headline2_1 {

    font-family:'Open Sans',sans-serif;
	font-weight: 300;
	font-size: 25px;
	color: #395D79;
}

.headline2_2 {

    font-family:'Open Sans',sans-serif;
	font-weight: 300;
	font-size: 30px;
	color: #F0FFFF;
}

.wrapper {

   /*  min-height: 100%;
    height: auto !important; */

}

.container {

    max-width:1124px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;

}

.container2 {

    max-width:1124px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;

}

.container:before,

.container:after {

    content: "";
    height: 0;
    display: block;
    clear: both;

}

p {
  display: block;
}


@media (min-width: 768px) {
	 .slider {

		background-color: rgb(122, 164, 184);

		background:-webkit-linear-gradient(0deg, #9BC0D2 0%, #6992A6 100%);
		background:-moz-linear-gradient(0deg, #9BC0D2 0%, #6992A6 100%);
		background:-o-linear-gradient(0deg, #9BC0D2 0%, #6992A6 100%);
		background:-ms-linear-gradient(0deg, #9BC0D2 0%, #6992A6 100%);
		background:linear-gradient(0deg, #9BC0D2 0%, #6992A6 100%);
	}
}
@media (max-width: 767px) {
	 .slider {
		display: none;
	}
}


/*********************  MOTTO   **********************/

@media (min-width: 769px) {
	.motto {
		padding-top: 18px;
		padding-bottom: 18px;
		font-size: 19px;
		font-weight: 300;
		color: #0A4D8F; /* #004080; */
		text-align: center;
		padding-left: 78px;
		padding-right: 64px;
		display:block;
		float: left;
		position: relative;
	}    
}
@media (max-width: 768px) {
	.motto {
		padding-top: 18px;
		padding-bottom: 18px;
		font-size: 16px;
		font-weight: 300;
		color: #0A4D8F; /* #004080; */
		text-align: center;
		padding-left: 78px;
		padding-right: 64px;
		display:block;
		float: left;
		position: relative;
	}    
}

.motto-image-left {

    background-image: url('/Content/Images/ArrowDownRight2.png');
    background-repeat: no-repeat;
    margin-left: 4px;
    margin-right: 4px;
    margin-top:17px;
	height: 40px;
	left: 6px;
	min-width: 58px;
	display:block;
    position: absolute;
}

.motto-image-right {

    background-image: url('/Content/Images/ArrowDownLeft2.png');
    background-repeat: no-repeat;
    margin-right: 2px;
    margin-top:17px;
	height: 40px;
	right: 6px;
	min-width: 58px;
	display:block;
    position: absolute;
}


/*********************  SEPARATORS   **********************/

.separator-image-top {

    background-image: url('/Content/Images/Separator2.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 30px;
    width: auto;
    display: block;
    background-size: 1080px 60px;
}

.separator-image-top2 {

    background-image: url('/Content/Images/Separator3.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 30px;
    width: auto;
    display: block;
    background-size: 1080px 60px;
}

.separator-image-bottom {

    background-image: url('/Content/Images/Separator2.png');
    background-repeat: no-repeat;
    background-position: 0px -30px;
    height: 30px;
    width: auto;
    display: block;
    background-size: 1080px 60px;
}

.separator-image-bottom2 {

    background-image: url('/Content/Images/Separator3.png');
    background-repeat: no-repeat;
    background-position: 0px -30px;
    height: 30px;
    width: auto;
    display: block;
    background-size: 1080px 60px;
}


/*********************  SECTIONS   **********************/

.section-wrapper {

    padding-bottom:10px;
}

.section-wrapper .section-wrapper-odd {

}

.section-wrapper:before,
.section-wrapper:after {

    content:"";
    height:0;
    clear:both;
    display: block;
}

.section-title {

	padding-top: 16px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	font-size: 28px;
    font-weight: 400;
	text-align: center;
    /* text-transform: uppercase; */
    color: #4D5B87; /*#C92A3A*/ /*#596486*/
}

@media (min-width: 769px) {
	.section-descr {

		padding-top: 0px;
		font-size: 19px;
		font-weight: 300;
		line-height: 27px;
		text-align: center;
		color: #231f20;
	}
}
@media (max-width: 768px) {
	.section-descr {

		padding-top: 0px;
		font-size: 18px;
		font-weight: 300;
		line-height: 25px;
		text-align: center;
		color: #231f20;
	}
}

.section-descr-no {

	float: left;
	display:block;
    position: relative;
	
	margin-left: 20px;
	margin-top: 5px;
	margin-right: 14px;
} 

.section-group {

	display:block;
    position: relative;
	padding-bottom: 26px;
	padding-top: 0px;
	padding-left: 0px;
}

@media (min-width: 769px) {
	.section-block-side {

		float:left;
		padding-top: 0px;
		width:21%;
		min-width: 200px;
		position: relative;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
}
@media (max-width: 768px) {
	.section-block-side {

		float:left;
		padding-top: 0px;
		width:100%;
		position: relative;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
}

@media (min-width: 769px) {
	.section-block-center {

		float:left;
		padding-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		width:58%;
		min-width: 400px;
		position: relative;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
}
@media (max-width: 768px) {
	.section-block-center {

		float:left;
		padding-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		width:100%;
		position: relative;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
}

@media (min-width: 769px) {
	.section-block-btn {

		float:right;
		width:20%;
		position: absolute;
		top:0px;
		bottom: 0px;
		right: 0px;
		min-width: 210px;
	}
}
@media (max-width: 768px) {
	.section-block-btn {

		float:bottom;
		width:20%;
		position: relative;
		padding-top:10px;
		display: block;
		margin: auto auto;
		min-width: 210px;
	}
}

@media (min-width: 769px) {
	.section-image {

		float: left;
		margin-left: 60px;
		margin-top: 30px;
	}
}
@media (max-width: 768px) {
	.section-image {

		position: relative;
		margin-top: 10px;
	}
}

.section-image img {

	display: block;
	margin: auto auto;
} 

.section-regular {

	background: white;
}

.section-odd {

	background: #E9F1F5;
	
    /* #99BED0  */  /* -- ciemny        */
	/* #CDDFEA  */  /* -- lekko ciemny  */
	/* #DCE8F0  */  /* -- neutralny     */
	/* #E9F1F5  */  /* -- lekko jasny   */
	/* #F6F9FA  */  /* -- jasny         */
	/* #EFF3F7  */  /* -- wyblakły      */
}

.section-odd2{

	background-color: #F6F9FA;
}

.section-button-more {

    display: block;
    position: absolute; 

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,.7);
    -moz-box-shadow: 0 0 35px 0rgba(0,0,0,.7);
    box-shadow: 0 0 20px 0 rgba(10,10,10,.1);

    background:#EFF3F7;
	border: 1px solid #CDDFEA;

    width: 200px;
    height: 40px;
	bottom: 20px;

	color: #009;
	font-size: 16px;
	font-weight: 400;
    text-decoration: none;
    line-height: 38px;
    text-align: left;
	text-indent: 16px;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
 }

.section-button-more:after {

    content: "";
    display: block;
    position: absolute;
	right: 12px;
	bottom: 8px;
    background:url('Images/ArrowRight2.png') no-repeat;
    width: 16px;
    height: 20px;
}

.section-button-more img {

	display:block;
} 

.section-button-more:hover {

    margin-top:-6px;
    background: rgb(145,239,255);

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 12px 0rgba(0,0,0,.5);
    box-shadow: 0 0 12px 0 rgba(237,250,250,90);
}

.section-button-more:after:hover {

	right: -2px;
}

.section-tech {

	float: left;
	display:block;
    position: relative;
	margin-left: 38px;
	margin-top: 5px;
	margin-right: 24px;
} 

/*********************  QUOTE BUTTON  **********************/

.quote-btn-bck {

    display: block;

    background:-webkit-linear-gradient(90deg, rgb(71,147,204) 0%, rgb(89,183,255) 100%); 
    background:-moz-linear-gradient(90deg, rgb(71,147,204) 0%, rgb(89,183,255) 100%);
    background:-o-linear-gradient(90deg, rgb(71,147,204) 0%, rgb(89,183,255) 100%);
    background:-ms-linear-gradient(90deg, rgb(71,147,204) 0%, rgb(89,183,255) 100%);
    background:linear-gradient(90deg, rgb(71,147,204) 0%, rgb(89,183,255) 100%);
	
	opacity: 0.75;
    background-color: rgb(81,160,224);
  
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;

    position: absolute;
    bottom:25px;
    left:38px;

	color:rgba(45, 86, 106, 0);
    font-size:18px;
	font-weight: 300;
    text-decoration: none;
    width:208px;
    height:34px;
    line-height: 32px;
    text-align: left;
    z-index:10;
}

.quote-btn-bck:hover:after {

}

.quote-btn {

    position: absolute;

    bottom:25px;
    left:38px;

    content: "";
    display: block;
    width:208px;
    height:34px;

    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    box-shadow: 0 0 10px 0 rgba(220,220,220,0.9); 
    -moz-box-shadow: 0 0 10px 0rgba(0,0,0,.7);
	-webkit-box-shadow: 0 0 18px 0 rgba(220,220,220,0.9); 

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    z-index:11;

	background-image: url('/Content/Images/Quote1.png'); 
	background-repeat: no-repeat; 
	background-position: 10px 5px;
}

.quote-btn:hover {

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;

    background: rgb(71,147,204);

	background-image: url('/Content/Images/Quote1.png'); 
	background-repeat: no-repeat; 
	background-position: 10px 5px;
}


/*********************  SOLUTIONS   **********************/

.solutions {

}

.solutions-wrapper {

}

.solutions-wrapper:before,

.solutions-wrapper:after {

    content:"";
    height:0;
    clear:both;
    display: block;
}

@media (min-width: 511px) {
	.solution-block {

		float:left;
		padding-top: 8px;
		height: auto;
		padding-bottom: 22px;
		width:33.3333%;
		min-width: 246px;
		position: relative;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
}
@media (max-width: 510px) {
	.solution-block {

		float:left;
		padding-top: 8px;
		padding-bottom: 22px;
		width:100%;
		display: block;
		margin: auto auto;
		position: relative;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; 
	}
}

.solution-icon-block {

    display: block;
    margin:0 auto;
    width:160px;
    height:160px;
    padding:1px;
    text-decoration: none;

    background:-webkit-linear-gradient(90deg, #7AA4B8 0%, #9BC0D2 100%);
    background:-moz-linear-gradient(90deg, #7AA4B8 0%, #9BC0D2 100%);
    background:-o-linear-gradient(90deg, #7AA4B8 0%, #9BC0D2 100%);
    background:-ms-linear-gradient(90deg, #7AA4B8 0%, #9BC0D2 100%);
	background:linear-gradient(0deg, #7AA4B8 0%, #9BC0D2 100%);

	background-color:#7AA4B8;

    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    box-shadow: 0 0 12px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 12px 0rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; 
}

.solution-icon-block:hover {

    margin-top:-10px;

    box-shadow: 0 0 12px 0 rgba(0,0,0,.5); 
    -moz-box-shadow: 0 0 12px 0rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.5);
}

.solution-icon {

}

.solution-icon-process {

    display: block;
    margin:16px auto 0;
    background:url('Images/SolutionDevelop.png') no-repeat;
    background-position: 6px 0 ;
    width: 120px;
    height: 120px;
}

.solution-icon-develop{

    display: block;
    margin:38px auto 0;
    background:url('Images/SolutionProcess.png') no-repeat;
    background-position: 6px 0 ;
    width: 100px;
    height: 100px;
}

.solution-icon-eco{

    margin:32px auto 0;
    background:url('Images/SolutionEco.png') no-repeat;
    background-position: 6px 0 ;
    width: 100px;
    height: 100px;
}

.solution-description {

    font-size:13px;
    line-height: 16px;
    text-align: center;
    width:80%;
    margin:7px auto 0;
}

.solution-title {

    width:70%;
    font-size:19px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    margin:20px auto 0;
    color:#004080
}


.solution-desc-tooltip {

    display: none;
    width:260px;
    position:absolute;
	top: -220px;
	height: 132px; 

    background:-webkit-linear-gradient(180deg, #ABC7DE 0%, #8DABC4 100%);
    background:-moz-linear-gradient(180deg, #ABC7DE 0%, #8DABC4 100%);
    background:-o-linear-gradient(180deg, #ABC7DE 0%, #8DABC4 100%);
    background:-ms-linear-gradient(180deg, #ABC7DE 0%, #8DABC4 100%);
    background:linear-gradient(180deg, #ABC7DE 0%, #8DABC4 100%);

	background-color:#8DABC4;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	
    padding:12px 20px 50px;
    color:#fff;

    text-decoration:none;
    border: 1px solid /* #D7E6F5;*/ #CAD8E6;
    z-index:12;
}

.solution-desc-tooltip:before {

    content:"";

    border-top:15px solid #8DABC4;
    border-left:15px solid transparent;
    border-right:15px solid transparent;

    position: absolute;
    top:194px;
    left:50%;
    margin-left:-15px;
}

.solution-block:hover .solution-desc-tooltip {

    display: block;
}

.solution-block:first-child .solution-desc-tooltip {

}

.solution-block:first-child .solution-desc-tooltip:before {

    right: 33%;
	left: auto;
}

.solution-block:last-child .solution-desc-tooltip {

    right:0;
    left:auto;
    margin:0;
}

.solution-block:last-child .solution-desc-tooltip:before {

    right:58%;
    left:auto;
}


/*********************  MORE BUTTON   **********************/

.more-btn {

    display: block;
	float: right;
    position: relative;

    background:#EFF3F7;

	border: 1px solid #CDDFEA;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
    -o-transition: all .3s ease-in-out;

	top: 0px;
	margin-right: 100px;
    width: 100px;
    height: 30px;
	
	color: #009;
	font-size: 15px;
	font-weight: 400;
    text-decoration: none;
    line-height: 28px;
    text-align: left;
	text-indent: 16px;
}

.more-btn:hover {

    background: rgb(145,239,255);

	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 12px 0rgba(0,0,0,.5);
    box-shadow: 0 0 12px 0 rgba(237,250,250,90);

    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
    -o-transition: all .3s ease-in-out;
}


/*********************  SUBMIT BUTTON   **********************/

.submit-btn {

    display: block;
	float: right;
    position: relative;

    background:#EFF3F7;
    background-image:url('/Content/Images/Mail2.png');
    background-repeat: no-repeat;
	background-position: 16px 12px;

	border: 1px solid #CDDFEA;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;

    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
    -o-transition: all .3s ease-in-out;

	color: #009;
	font-size: 17px;
	font-weight: 400;
    text-decoration: none;
    line-height: 35px;
    text-align: left;
	text-indent: 58px;

    width: 140px;
    height: 45px;
}

.submit-btn:hover {

    background: rgb(145,239,255);

	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 0 12px 0rgba(0,0,0,.5);
    box-shadow: 0 0 12px 0 rgba(237,250,250,90);

    transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out
    -o-transition: all .3s ease-in-out;

    background-image:url('/Content/Images/Mail2.png');
    background-repeat: no-repeat;
	background-position: 16px 12px;
}



/*********************  PAGE   **********************/

 .page-title {

    height: 147px;
	margin-bottom: 40px;
	background-color: #7CA9BE; /* #7BA7BB;*/  /* #B9C9D8; */
	background-image: url('/Content/Images/BannerSmall.png');
	background-position: center; 
	background-repeat: no-repeat;
}

.page-title-text {

	float:left;
	display:block;
	max-width: 440px;
	padding-top: 34px;
	padding-left: 66px;
	font-size: 31px;
	color: white;
}


/*********************  CONTENT   **********************/

.content-wrapper {

    margin:0 0 40px;
}

.content-wrapper:before,
.content-wrapper:after {

    content:"";
    height:0;
    clear:both;
    display: block;
}

.content-title {

	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 20px;
	font-size: 24px;
    font-weight: 500;
    color: #0A4D8F; /* #004080 */
}

.content-regular {

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    color: #231f20;
}

.content-subtitle {

	padding-top: 24px;
	padding-left: 0px;
	padding-bottom: 20px;
	font-size: 18px;
    font-weight: 600;
    color:#004080
}

.content-group {

	display:block;
    position: relative;
	padding-bottom: 26px;
	padding-top: 2px;
	padding-left: 170px;
}

.content {

	background-color: white;
}

.content-odd {

	background-color: #E9F1F5;
}

.content-image {

	float: left;
	width: 120px;
	padding-top: 8px;
}

.content-image img {

	display:block;
}

.content-regular ol {

    margin-left:50px;
}


/*********************  PORTFOLIO   **********************/

.portfolio-title {

	padding-top: 10px;
	padding-left: 40px;
	padding-bottom: 20px;
	font-size: 26px;
    font-weight: 500;
    color: #0A4D8F; /* #004080 */
}

.portfolio-subtitle {

	padding-top: 4px;
	padding-left: 0px;
	padding-bottom: 20px;
	font-size: 17px;
    font-weight: 400;
    color: #0A4D8F; /* #004080 */
  }

 .portfolio-image {

	float: left;
	width: 150px;
	padding-top: 12px;
	padding-left: 10px;
}

.portfolio-image img {

	display:block;
}

.portfolio-list {

	padding-left: 50px;
    list-style: none;
	width: 70%;
}

.portfolio-list > li {

	text-indent: 16px;
    line-height: 38px;
	font-size: 18px; 
    font-weight: 500;
}

.portfolio-list > li > a {

    display: block;
    text-decoration: none;
    text-transform: uppercase;
}

.portfolio-list > li:hover > a {

    -webkit-transition: all .40s ease-in-out;
       -moz-transition: all .40s ease-in-out;
        -ms-transition: all .40s ease-in-out;
         -o-transition: all .40s ease-in-out;
            transition: all .40s ease-in-out;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    color:		#004080;
    /* color:      #FA6718; #596486; */
    background: #EFF4F6;
}

/*********************  FOOTER   **********************/

.footer-main {
    padding-bottom: 16px;

    background-color: rgb(122, 164, 184);

    background:-webkit-linear-gradient(0deg, rgb(122, 164, 184) 0%, rgb(105, 146, 166) 100%);
    background:-moz-linear-gradient(0deg, rgb(122, 164, 184) 0%, rgb(105, 146, 166) 100%);
    background:-o-linear-gradient(0deg, rgb(122, 164, 184) 0%, rgb(105, 146, 166) 100%);
    background:-ms-linear-gradient(0deg, rgb(122, 164, 184) 0%, rgb(105, 146, 166) 100%);
    background: linear-gradient(0deg, rgb(122, 164, 184) 0%, rgb(105, 146, 166) 100%);
}

.footer-bottom {
    padding-top: 10px;
    padding-left: 16px;
    background-color: rgb(105, 146, 166);
    font-size: 13px;
    color: white;
    height: 30px;
	display: flex;
}

.footer-list-block-wrapper {

    overflow:hidden;
}

.footer-list-block {

    float:left;
    width:25%;
	padding-top: 20px;
    margin-right:10px;
	min-width: 140px;
}

.footer-list-block-about {

    width:8%;
}
.footer-list-block-solutions {

    width:33%;
	min-width: 320px
}

.footer-list-block-cert {

    width:26%;
	min-width: 240px
}

.footer-list-block-tech {

    width:14%;
}


.footer-list-block-follow {

    width:22%;
}

.footer-list-block:last-child {

    margin-right:0;
}

.footer-list-title {

    font-size:16px;
    font-weight:400;
    text-transform: uppercase;
    color:#ddd;
    margin:0 0 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.footer-list {

	margin-top: 0px;
	padding-top: 0px;
    list-style:none;
    line-height: 22px;
}

.footer-list li a {

    color:#fff;
    text-decoration: none;
    font-size:14px;
}

.footer-list li a:hover {

    text-decoration:underline;
}

h2.footer-list-title {margin-bottom: 20px;}

h2.footer-list-title a{color: #fff; text-decoration: none;}

.phone {

    color:white;
    padding:0 0 0 45px;
    background:url('/Content/Images/Phone1.png') no-repeat 0 50%;
    line-height:34px;
	font-size: 14px;
}

.fax {

    color:white;
    padding:0 0 0 45px;
    background:url('/Content/Images/Fax2.png') no-repeat 0 50%;
    line-height:34px;
	font-size: 14px;
}

.email {

    color:white;
    padding:0 0 0 45px;
    background:url('/Content/Images/Mail1.png') no-repeat 0 50%;
    line-height:34px;
	font-size: 16px;
} 

.email a {   color:inherit;   text-decoration:none;}

.email2 {

    color: blue;
	font-size: 18px;
	margin-left: 40px;
    display: block;
    position: relative;
    float:left;
} 

.email2 a {   color:inherit;   text-decoration:none;}

/* .email a:hover {   color:inherit;   text-decoration:none;} */


/*********************  MENU   **********************/

@media (min-width: 891px) {
	.logo {

		float:left;
	}
}
@media (max-width: 890px) {
	.logo {
	}
}

.logo img {
	padding-top: 8px;
	display: block;
	margin: auto auto;
} 

@media (min-width: 891px) {
	.menu {

		height:       68px;
	}
}
@media (max-width: 890px) {
	.menu {

	}
}

nav:before,
nav:after {

    content: "";
    height: 0;
    display: block;
    clear: both;
}

@media (min-width: 891px) {
	.nav-list {

		float:right;
		list-style: none;
		padding-top: 22px;
	}
}
@media (max-width: 890px) {
	.nav-list {

		display: block;
		margin: auto auto;
		list-style: none;
		padding-top: 10px;
	}
}

.nav-list:before,
.nav-list:after {

    content: "";
    height: 0;
    display: block;
    clear: both;
}

.nav-list > li {

    float:left;
    position: relative;
}

.nav-list > li > a {

    display: block;
    text-decoration: none;
    text-transform: uppercase;

	font-size: 16px; 
    font-weight: 500;

    margin-top:		3px;
	margin-left:	0px;
	margin-right:	0px;
    margin-bottom:	3px;

    padding-top:	7px;
	padding-left:	14px;
	padding-right:	14px;
    padding-bottom:	7px;
}

.nav-list > li:hover > a {

    -webkit-transition: all .30s ease;
       -moz-transition: all .30s ease;
        -ms-transition: all .30s ease;
         -o-transition: all .30s ease;
            transition: all .30s ease;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    color:		#004080;
    /* color:      #FA6718; #596486; */
    background: #EFF4F6;
}

.nav-list > li:hover .nav-sublist {

    display: block;
}

.nav-list > li:last-child .nav-sublist {

    right:0;
    left:auto;
}

nav li:hover ul {
    opacity: 1;
    top: 40px;
    visibility: visible;
}

.nav-sublist {

    position: absolute;
    top:20px;
    left:0px;	
	width: 420px;
    list-style: none;
    background: #fff;
	color:#43485F;
    padding:0px 0;

    box-shadow:0px 2px 2px rgba(0,0,0,0.1);

    float: left;
    opacity: 0;
    visibility: hidden;
    z-index: 13;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;
			
}

.nav-sublist li{

	float: none;
	padding-right: 0;
	text-align: left;
	font-size: 15px;
	height: 40px;
    font-weight: 400;
	border-bottom: 1px solid #D8D8D8;
}

.nav-sublist li:last-child{border-bottom: 0px solid #D8D8D8;}

.nav-list li ul li:first-child{padding-top: 12px; }

.nav-sublist li a {

    display: block;
    text-decoration: none;
    color:#43485F;
	height: 32px;
    padding-left:30px;
	padding-top: 8px;
}

.nav-sublist li a:hover {

    background:#EFF4F6;
    -webkit-transition: all .35s ease;
       -moz-transition: all .35s ease;
        -ms-transition: all .35s ease;
         -o-transition: all .35s ease;
            transition: all .35s ease;

}

.contact-descr {

    color: #0A4D8F; /* #004080 */
	font-size: 18px;
    display: block;
    position: relative;
    float:left;
    font-weight: 400;
	width: 160px;
} 

