/* unvisited link */
a:link {
    color: #9D9D9F;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #9D9D9F;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #FC3501;
	text-decoration: none;
}

/* selected link */
a:active {
    color: #9D9D9F;
	text-decoration: none;
}

h1 {
   font-size: 22px;
   color:#FC3501;
   text-shadow: 1px 1px #999999;



}

h2 {
   font-size: 14px;
   color:#000;
line-height: 1.2;

}
h3 {
   font-size: 14px;
   font-weight:normal;
   color:#000;

}
h4 {
   font-size: 10px;
   font-weight:normal;

}

p {
    line-height: 1.4;
   font-weight:normal;
   color:#000;

}


 body {
	margin-left: 0px;
	margin-top: 0px;
}
.toptext {
	max-width: 80%;
	width: 80%;
	margin: 0px auto;
	padding-top:15px;
	padding-left:25px;
	padding-right:25px;
	text-align: justify;

}
@media screen and (max-width: 680px) {
.toptext {
	max-width: 80%;
	width: 80%;
	margin: 0px auto;
	padding-left:5px;
	padding-right:5px;
	text-align: justify;

}

}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;


}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  font-family: "Verdana",Geneva,sans-serif;
  background: #333333;

}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 700;
  text-transform: uppercase;
}
#cssmenu > ul > li:hover > a {
  color: #FC3501;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #333333;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #FC3501;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #FC3501;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Verdana",Geneva,sans-serif;
  color: #777;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10, .bgimg-11, .bgimg-12{
  position: relative;
  opacity: 0.90;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
z-index: -1;
}
.bgimg-1 {
  background-image:  url(file:///C|/inetpub/wwwroot/mskgroup/lrb/css/%22../img_index.jpg%22);
  height: 60%;
}
.bgimg-2 {
  background-image:  url(file:///C|/inetpub/wwwroot/mskgroup/lrb/css/%22../img_vacancies.jpg%22);
  height: 60%;
}
.bgimg-3 {
  background-image:  url(file:///C|/inetpub/wwwroot/mskgroup/lrb/css/%22../img_arch.jpg%22);
  height: 60%;
}
.bgimg-4 {
  background-image:  url(file:///C|/inetpub/wwwroot/mskgroup/lrb/css/%22../img_design.jpg%22);
  height: 60%;
}
.bgimg-5 {
  background-image:  url(file:///C|/inetpub/wwwroot/mskgroup/lrb/css/%22../img_people.jpg%22);
  height: 60%;
}
.bgimg-6 {
  background-image:  url(file:///C|/inetpub/wwwroot/mskgroup/lrb/css/%22../img_mskrail.jpg%22);
  height: 60%;
}
.bgimg-7 {
  background-image:  url(file:///C|/inetpub/wwwroot/mskgroup/lrb/css/%22../img_hands.jpg%22);
  height: 60%;
}
.bgimg-8{
  background-image:  url(file:///C|/inetpub/wwwroot/mskgroup/lrb/css/%22../img_plant.jpg%22);
  height: 60%;
}
.bgimg-9{
  background-image:  url(file:///C|/inetpub/wwwroot/mskgroup/lrb/css/%22../img_pm.jpg%22);
  height: 60%;
}
.bgimg-10{
  background-image:  url(file:///C|/inetpub/wwwroot/mskgroup/lrb/css/%22../img_clients.jpg%22);
  height: 60%;
}
.bgimg-11{
  background-image:  url(file:///C|/inetpub/wwwroot/mskgroup/lrb/css/%22../img_brickblock.jpg%22);
  height: 60%;
}
.bgimg-12{
  background-image:  url(file:///C|/inetpub/wwwroot/mskgroup/lrb/css/%22../img_people.jpg%22);
  height: 60%;
}
.caption {
  position: absolute;
     bottom: 40px;

  width: 100%;
  text-align: center;
  color: #000;  

}

.caption span.border {
  background-color: #111;
  color: #fff;
  opacity: 0.85;
  padding: 10px;
  font-size: 18px;
  letter-spacing: 2px;

}


/* STRUCTURE topmenu */

.wrappertopmenu {
background:#000000;
	max-width: 80%;
	width: 80%;
	margin: 0px auto;
}

.columnstopmenu {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;

}

.columntopmenu {
	flex: 1;



	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }

}




@media screen and (max-width: 980px) {

    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.columnstopmenu .columntopmenu {

		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}

.topmenu{
	background:#000000;

	padding-top:1px;
	padding-bottom:1px;
	z-index: -1;


}
.topmenumsk{
	background:#000000;
	padding-top:1px;
	padding-bottom:1px;

	z-index: -1;


}

.topmenutext{
	background:#000000;
color:#ccc;
font-size:14px;

letter-spacing: 2px;
	z-index: -1;
text-align:center;


}

/* STRUCTURE nav */

.wrappernav {
	background:#333333;
	max-width: 80%;
	width: 80%;
	margin: 1px auto;
}

.columnsnav {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;

}

.columnnav {
	flex: 1;


	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }

}




@media screen and (max-width: 980px) {
  .columnsnav .columnnav {
		margin-bottom: 5px;

    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.columnsnav .columnnav {
		padding-left: 5px;
		flex-basis: 100%;

	}
}

.navmenu{
	background:#333333;

	padding-top:1px;
	padding-bottom:1px;
	z-index: -1;
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 8px 8px -8px #333;

}

* { box-sizing: border-box; }

body { 
  font-family: "Verdana",Geneva,sans-serif;
  color: #666;
}

/* STRUCTURE */

.wrapper {
	padding: 5px;
	max-width: 80%;
	width: 80%;
	margin: 0px auto;
}
header {
	padding: 0px 0px 0px 20px;
}

.columns {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;

}

.column {
	flex: 1;
border: 1px dotted #FC3501;

	margin: 20px;
	padding: 20px;
	
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }

}




@media screen and (max-width: 980px) {
  .columns .column {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}

	}
}

@media screen and (max-width: 680px) {
	.columns .column {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}

@media screen and (max-width: 980px) {
		toptext {
margin-left:20px;
margin-right:20px;
	text-align: justify;
}
	}

@media screen and (max-width: 680px) {
		toptext {
margin-left:2px;
margin-right:2px;
	text-align: justify;
}
}


/* STRUCTUREindexserv */

.wrapperindexserv {
	padding: 5px;
	max-width: 80%;
	width: 80%;
	margin: 0px auto;
}
header {
	padding: 0px 0px 0px 20px;
}

.columnsindexserv {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

.columnindexserv {
	flex: 1;
border: 1px dotted #FC3501;
background-color:#FC3501;
	margin: 20px;
	padding: 0px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }

}




@media screen and (max-width: 980px) {
  .columnsindexserv .columnindexserv {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}

	}
}

@media screen and (max-width: 680px) {
	.columnsindexserv .columnindexserv {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}

/* STRUCTUREservsub */

.wrapperservsub {
	padding: 5px;
	max-width: 80%;
	width: 80%;
	margin: 0px auto;
}
header {
	padding: 0px 0px 0px 20px;
}

.columnsservsub {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

.columnservsub {
	flex: 1;
border: 1px dotted #FC3501;
background-color:#FC3501;

	margin: 20px;
	padding: 0px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }

}




@media screen and (max-width: 980px) {
  .columnsservsub .columnservsub {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}

	}
}

@media screen and (max-width: 680px) {
	.columnsservsub .columnservsub {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}

.centreimg {
		margin: auto;
     width: 50%;
}

img {
     width: 100%;
    height: auto;
display: block;
} 
.squareapp {
	max-height:94px;
	max-width:92px;

	}
.lrlogo {
	max-height:60px;
	max-width:250px;

	}
	.msklogohome {
	max-height:60px;
	max-width:108px;


	}
		.lrcslogo {
	max-height:102px;
	max-width:75px;


	}
	.msklogofoot {
	max-height:30px;
	max-width:97px;
	opacity: 0.8;


	}
		.lrlogofoot {

	max-width:120px;
	opacity: 0.8;


	}
			.msklrlogohome {
	max-height:86px;
	max-width:82px;

	}
.mskimg {
	max-height:200px;
	max-width:360px;
    margin: auto;
	}
	.peopleimg {
	max-height:250px;
	max-width:250px;

	}
.lrbimg {
	max-height:200px;
	max-width:161px;
			margin: auto;
     width: 50%;
	}
		.lesteroselogohome {
	max-height:80px;
	max-width:64px;

	}
			.lesteroselogopeople {
	max-height:40px;
	max-width:29px;

	}
.lrsimg {
	max-height:200px;
	max-width:161px;
			margin: auto;
     width: 50%;

	}
	img:hover {
    opacity: 0.8;
}

.appstore {

	max-width:140px;

	}
	
	.lrlogomskmenu {

	max-width:200px;

	}
.footmenu {

	 color:#ffffff
	}
.footer{
	background:#000000;
	padding-left:16px;
	padding-top:10px;
	padding-bottom:10px;
	z-index: -1;


}



/* STRUCTURE footer */

.wrapperfoot {

	max-width: 80%;
	width: 80%;
	margin: 1px auto;
}

.columnsfoot {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 1px 0;
}

.columnfoot {
	flex: 1;
	margin: 20px;
	padding: 1px;

	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }

}




@media screen and (max-width: 980px) {
  .columnsfoot .columnfoot {
		margin-bottom: 5px;
		padding-left: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.columnsfoot .columnfoot {
		padding-left: 5px;
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}


/* STRUCTURE logo */

.wrapperlogo {

	max-width: 80%;
	width: 80%;
	margin: 1px auto;
}

.columnslogo {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 1px 0;
}

.columnlogo {
	flex: 1;

	padding-left: 15px;
padding-top: 5px;
padding-bottom: 5px;
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }

}




@media screen and (max-width: 980px) {
  .columnslogo .columnlogo {
		margin-bottom: 5px;
		padding-left: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}
	}
}

@media screen and (max-width: 680px) {
	.columnslogo .columnlogo {
		padding-left: 5px;
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}


.socialmediaicons {

	max-height:40px;
	max-width:41px;
margin-bottom: 4px;
padding-right:4px;

	}

	
	
	.indeximg {
max-width: 302px;
    margin: auto;
position: relative;
    text-align: center;
    color: white;


	}
	
.centered {
 position: absolute;
     bottom: 5px;
	opacity: 1;
  width: 100%;
  text-align: center;

background-color:#333;

} 

/* STRUCTURE */

.wrappernews {
	padding: 5px;
	max-width: 80%;
	width: 80%;
	margin: 0px auto;
}


.columnsnews {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

.columnnews {
	flex: 1;
border: 1px dotted #009E64;
height: 500px;
	margin: 20px;
	padding: 20px;
	
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }
	





}




@media screen and (max-width: 980px) {
  .columnsnews .columnnews {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}

	}
}

@media screen and (max-width: 680px) {
	.columnsnews .columnnews {
		flex-basis: 100%;
		margin: 0 0 5px 0;
		
	}

}

.newscentre {
margin: 0 auto !important;
  width: 90%; /* add wanted width */

	}
	.newsimage {
max-width: 150px;



	}
			.newsimagenewspage {
max-width: 100px;



	}
		.appimage {
max-width: 252px;
padding-bottom:10px;



	}
			.projimg {
max-width: 570px;

margin-left:auto;
margin-right:auto;
display:block;


	}
		.servicesimage {
			margin: 0 auto !important;
position: relative;
    text-align: center;
    color: white;
}
	hr {
border: 0;

  border-top: 1px dotted #FC3501;
}

/* STRUCTURE */

.wrapperaccred {
	padding: 5px;
	max-width: 80%;
	width: 80%;
	margin: 0px auto;
}


.columnsaccred {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

.columnaccred {
	flex: 1;

	margin: 2px;

	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }

}




@media screen and (max-width: 980px) {
  .columnsaccred .columnaccred {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}

	}
}

@media screen and (max-width: 680px) {
	.columnsaccred .columnaccred {
		flex-basis: 50%;
		margin: 0 0 5px 0;
		
	}

}


.accredcentre img {
margin-left:auto;
margin-right:auto;
display:block;
	}
.button {
  background-color: #FC3501;
  border: none;
  color: white;
  padding: 4px 11px;
  text-align: center;
  font-size: 14px;
  margin: 4px 2px;
  opacity: 0.9;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}
.button:hover {opacity: 1}


input[type=text], select, textarea, password {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=password],  password {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #FC3501;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}
/* STRUCTURE jobs*/

.wrapperjobs {
	padding: 5px;
	max-width: 80%;
	width: 80%;
	margin: 0px auto;
}


.columnsjobs {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;

}

.columnjobs {
	flex: 1;
border: 1px dotted #FC3501;
height: 400px;
	margin: 20px;
	padding: 20px;
	
	&:first-child { margin-left: 0; }
	&:last-child { margin-right: 0; }

}




@media screen and (max-width: 980px) {
  .columnsjobs .columnjobs {
		margin-bottom: 5px;
    flex-basis: 40%;
		&:nth-last-child(2) {
			margin-right: 0;
		}
		&:last-child {
			flex-basis: 100%;
			margin: 0;
		}

	}
}

@media screen and (max-width: 680px) {
	.columnsjobs .columnjobs {
		flex-basis: 100%;
		margin: 0 0 5px 0;
	}
}
iframe{
    overflow:hidden;
	border:none;

    width: 100%;
    height: 100%;



}
.capbox {
	background-color: #ffffff;
	border: #ffffff 0px solid;
	border-width: 0px 12px 0px 0px;
	display: inline-block;
	*display: inline; zoom: 1; /* FOR IE7-8 */
	padding: 4px 4px 4px 4px;

	}

.capbox-inner {
	font: bold 11px arial, sans-serif;
	color: #000000;
	background-color: #DBF3BA;
	margin: 2px auto 0px auto;
	padding: 3px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#CaptchaDiv {
	font: bold 17px verdana, arial, sans-serif;
	font-style: italic;
	color: #000000;
	background-color: #FFFFFF;
	padding: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	}

#CaptchaInput { margin: 1px 0px 1px 0px; width: 135px; }

.newsimagenewspagedetails {
max-width: 200px;