@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900);

html, body {
	margin:0;
	padding:0;
	min-height:100%;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #343434;
}


h1, h2, h3, h4, h5, h6 {
	font-weight:300;
	margin:0;
	font-family: inherit;
	font-size: inherit;
	margin:10px 0;
}

 
p{
   font-size: 1em;
   line-height: 1.35em;
}


h1 {
   font-size: 2.8em;
   line-height: 1em;
}
 
h2 {
   font-size: 2.4em;
   line-height: 1em;
}

h3 {
   font-size: 2em;
   line-height: 1em;
}

h4 {
   font-size: 1.4em;
   line-height: 1em;
}

h5 {
   font-size: 1.4em;
   line-height: 1em;
}

h6 {
   font-size: 1em;
   line-height: 1em;
}


a {
	color:inherit;
	text-decoration:none;
	transition:0.8s;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
}

a:hover {
	color:#1c85bd;
}

.readmore{
	display: inline-block;
	border: 1px solid #c2c2c2;
	color: #000;
	font-weight: 300;
	padding: 10px 20px;
}


.readmore:hover{
	background: #1590d4;
	border: 1px solid #1590d4;
	color: #fff;
}

.lgrey-bg{background: rgba(0,0,0,.035);}
.blue-bg{background: #1c85bd;}
.blue-col{color: #1c85bd;}


::-moz-selection { background: #f00; color: #fff; }
::selection { background: #f00; color: #fff; }




.logo, menu{
	float: left;
}

menu{
	margin: 0;
	padding: 0;
}

header{
	width:100%;
	position: relative;
	z-index:999;
	padding:0;
    background:#fff;
    padding: 30px 0 10px;
}

header::before{
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: rgb(6,42,59); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(6,42,59,1) 0%, rgba(24,130,185,1) 25%, rgba(25,161,153,1) 75%, rgba(107,108,108,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(6,42,59,1) 0%,rgba(24,130,185,1) 25%,rgba(25,161,153,1) 75%,rgba(107,108,108,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(6,42,59,1) 0%,rgba(24,130,185,1) 25%,rgba(25,161,153,1) 75%,rgba(107,108,108,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062a3b', endColorstr='#6b6c6c',GradientType=1 ); /* IE6-9 */
}

header .bosch{
    width: 225px;
    margin: 10px 0;
	float: right;
}

header .bosch img{
	width: 70%;
	float: right;
	display: block;
}


header ul{
	float: left;
}

header ul li{
	float: left;
	position: relative;
}

header ul li a, header ul li div{
	display: block;
	padding: 0 10px;
	line-height: 48px;
	text-align: center;
    cursor: pointer;
    color: #000;
    font-size: 18px;
}

header ul li a.active{
	color: #1885be;
	text-shadow: 0 0 1px #1885be;
}

.ddm{
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px;
	background: #fff;
	min-width: 180px;
	display: none;
}

.ddm li a{
	padding: 5px 0;
	line-height: 30px;
}

#hdmenu #magic-line{
	position: absolute;
	width: 50px;
	height: 3px;
	background: #1885be;
	position: absolute;
	left: 0;
	top: 171px;
	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
}


.trigger{
	width: 40px;
	height: 40px;

	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 9999;
	display: none;

}

.trigger > div{
	position: relative;
}

.trigger > div > span{
	position: absolute;
	height: 2px;
	width:60%;
	margin:0 20%;
	background: #000;
	top:12px;

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.trigger > div > span:nth-child(2){
	top:19px;
}

.trigger > div > span:nth-child(3){
	top:27px;
}

.trigger > div.close > span:nth-child(1){
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
	transform: rotate(45deg);
	top: 19px;
}

.trigger > div.close > span:nth-child(2){
	display: none;
}

.trigger > div.close > span:nth-child(3){
	-ms-transform: rotate(-45deg); /* IE 9 */
	-webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
	transform: rotate(-45deg);
	top: 19px;
}

.trigger, .sitewrapper{
	transition:.7s;
	-moz-transition:.7s;
	-webkit-transition:.7s;
}

.slided{
	-ms-transform: translate(-320px,0); /* IE 9 */
	-webkit-transform: translate(-320px,0); /* Safari */
	transform: translate(-320px,0); /* Standard syntax */
}




/* END OF HEADER STYLING FOR WEB*/

#overlay{
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #17a09e;
  transition: 1s 0.4s;
  width: 100%;
  height: 100%;
  font-size: 2em;
}

#overlay > div{
  text-align: center;
  display: table;
  width:100%;
  height: 100%;
}

#overlay > div > div{
  vertical-align: middle;
  display: table-cell;
}

#overlay .linewidth {
    width: 100px;
    margin: 0 auto;
}

#overlay #progstat {
    font-size: 1.8em;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}

#progress {
    height: 1px;
    background: #000;
}


.ms-slide .ms-layer{
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 2;
}

.pat{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.35);
	z-index: 1;
}


.listsolutions .img-bg{
	width: 100%;
	height: 50vh;
}

.listsolutions.insidesol .img-bg{
	height: 100%;
}

.listsolutions.insidesol .w-100:nth-child(even){
	background: rgba(0,0,0,.025);
}

.listsolutions.insidesol h2{
	color: #1c85bd;
} 


.listsolutions .min-cont{
	width: 600px;
	height: 100%;
	max-width: 100%;
	box-sizing: border-box;
	float: left;
	padding: 0 50px;
}

.listsolutions .min-cont .tbl{
	width: 100%;
	height: 100%;
}

.listsolutions .w-100:nth-child(even) .min-cont{
	float: right;
}

.listsolutions .w-100:nth-child(even) .w-50{
	float: right;
}


.title h4{
	position: relative;
	display: inline-block;
	padding: 0 20px 7px 20px;
	margin: 0 0 25px;
}

.title h4::before,
.title h4::after{
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}

.title h4::before{
	background: url(../img/cam.png);
	width: 32px;
	height: 25px;
	margin-bottom: -3px;
    margin-left: -23px;
    z-index: 2;
}

.title h4::after{
	width: 100%;
	height: 4px;
	background: #959595;
}


.newslist .img-bg{
	width: 100%;
	padding: 65% 0;
}

.newslist a{
	position: relative;
	display: block;
}

.newslist .newstitle,
.newslist .overlay {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
	opacity: 1;
	box-sizing: border-box;
	padding: 25px;
}

.newslist .overlay{
	opacity: 0;
	height: 100%;
	background: rgba(0,0,0,.85);
	color: #fff;
	text-align: center;
}

.newslist .overlay .tbl{
	width: 100%;
	height: 100%;
}

.newslist div[class^="w-"] a:hover .overlay{
	opacity: 1;
}

.newslist div[class^="w-"] a:hover .newstitle{
	opacity: 0;
}
.newslist .newstitle
{
	color:#FFF;
}
.newslist .newstitle h4
{
	font-size:1em
}
.vidlist .img-bg{
	width: 100%;
	padding: 35% 0;
}

.vidlist a{
	color: #343434;
}

.overlayvid{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5) url(../img/vid.png) center no-repeat;
}


.slickslider{
	width:100%;	
	margin: 0 !important;
}

.slick-slide{
	margin: 5px;	
}

.insidebanner{
	position: relative;
}

.insidebanner .img-bg{
	width: 100%;
	padding: 5% 0;
}

.insidebanner .overlay,
.insidebanner .tbl{
	width: 100%;
	height: 100%;
}

.insidebanner .overlay{
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	color: #fff;
}

.breadcrumb{
	background: #17a09e;
	position: relative;
	padding: 10px 0;
	color: #fff;
	font-weight: 200;
}

.breadcrumb a{
	color: #fff;
}

.breadcrumb a:hover{
	color: #000;
}

.bullets ul{
	list-style: disc;
	padding-left: 25px;
}


.bullets li{
	margin-bottom: 10px;
}

.countrieslist {
	text-align: center;
	margin-top: 25px;
}

.countrieslist div[class^="w-"]{
	margin-bottom: 25px;
}

.countrieslist img{
	max-width: 80%;
}

.countrieslist .countryname{
	position: relative;
	padding: 10px 0 5px;
	border-bottom: 2px solid #d7d7d7;
}

.countrieslist .countryname::after{
	width: 50px;
	height: 5px;
	background: #1885be;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: -3px;
	content: "";
}

.successlist a{
	display: block;
	position: relative;
}

.successlist .img-bg{
	width: 100%;
	padding: 50% 0;
}

.successlist a .overlay{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 50px 20px 20px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
	color: #fff;
	box-sizing: border-box;
	transition: .7s;
	-moz-transition: .7s;
	-webkit-transition: .7s;
}

.successlist a:hover .overlay{
	
}

.successlist a .overlay *{
	display: inline-block;
	margin: 0;
}


.map iframe{
	width: 100% !important;
	height: 100% !important;
}

footer{
	background: #10638f;
	color: #fff;
	font-weight: 300;
	padding-bottom: 0 !important;
}

footer a{
	color:#fff;
}

.ftadd > div.row{
	padding: 5px 0 5px 35px;
}

.ftadd > div.row.pin{
	background: url(../img/pin-b.png) top left no-repeat;
}

.ftadd > div.row.tel{
	background: url(../img/tel-b.png) top left no-repeat;
}

.ftadd > div.row.fax{
	background: url(../img/fax-b.png) top left no-repeat;
}

.ftadd > div.row.msg{
	background: url(../img/msg-b.png) top left no-repeat;
}


footer .ftadd > div.row.pin{
	background: url(../img/pin.png) top left no-repeat;
}

footer .ftadd > div.row.tel{
	background: url(../img/tel.png) top left no-repeat;
}

footer .ftadd > div.row.fax{
	background: url(../img/fax.png) top left no-repeat;
}

footer .ftadd > div.row.msg{
	background: url(../img/msg.png) top left no-repeat;
}

footer .sign{
	font-size: .65em;
	padding: 15px 0;
	background: #094d72;
	margin-top: 30px;
}
.displaynone
{
	display:none;
}
.vError
{
	border:2px solid red !important;
}
.FormResult
{
	color:green;
	padding-top:10px;
	display: inline-block;
    width: 100%;
    line-height: 1.3rem;
}
.countrieslist .slick-slide img
{
	display:inline-block !important
}
.leftarrows_banner
{
	position:absolute;
	left:-25px;
	z-index:50;
	top:calc(50% - 22px);
	cursor:pointer;
}

.rightarrows_banner
{
	position:absolute;
	right:-25px;
	z-index:50;
	top:calc(50% - 22px);
	cursor:pointer;
}
.carousel__item
{
	height:200px !important;
}
.flex-row {
	display: flex !important;
	justify-content: center;
	flex-direction: row;
	align-content: center;
	align-items: center;
}

.company-portfolio
{
    font-size: .65em;
    padding: 15px 0;
    background: #094d72;
    /* margin-top: 30px; */
    text-align: center;
    font-size: 18px;
    color: #FFF;
}
.captcha-error
{
	color:red;
	font-size:12px;
	text-align:right;
}