

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff2') format('woff2'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
}

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Bold-webfont.eot');
    src: url('Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Bold-webfont.woff2') format('woff2'),
         url('Roboto-Bold-webfont.woff') format('woff'),
         url('Roboto-Bold-webfont.ttf') format('truetype'),
         url('Roboto-Bold-webfont.svg#robotobold') format('svg');
  font-weight: 700;
  font-style: bold;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}
body {
  margin: 0;
  height: 100%;
}
article,
figure,
footer,
header,
menu,
nav,
section,
main {
  display: block;
}
a {
  text-decoration: none;
  outline: 0;
  border: none;
  color: inherit;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
a:hover,
a:active,
a:focus {
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
}
a:hover,
a:focus {
  color: #ccc;
  opacity: 0.8;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
img {
  height: auto;
  border: 0;
}

/* SVG scale */
figure {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
figure > img, svg {
  width: inherit;
  max-width: 100%;
  height: auto;
}


body {
	font-family: 'roboto', sans-serif;
	height: 100%;
	font-size: 20px;
	line-height: 30px;
	background: #fff;
	color: #444;
	 overflow-x: hidden;
}

h1,h2,h3 {font-weight: 700;}

a {color: #333; border:none; outline: none;}

ul { padding: 0px;}

li { list-style:square; }

p { padding-bottom: 5px; }

#cont1, #cont2, #cont3, #cont4, footer {
  -webkit-box-shadow: inset 0 38px 18px -40px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 38px 18px -40px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 38px 18px -40px rgba(0, 0, 0, 0.25);
}

#cont2, #cont3, #cont4 { padding: 30px 0 30px 0; }

#cont1 {  background: url("cream_dust.png") repeat; min-height: 100%; padding-top: 40px;  }

#cont2 { background-color:#0092dd; color:#e9e9e9; background: url("cream_dust_op.png") repeat;  }

#cont3 { background-color:#f8f8f8;  background: url("cream_dust.png") repeat; }
#cont3 img { border: 3px #ccc double;}
#cont3 .page-subtitle { border-bottom: double 3px #ccc;}
#cont3 .service { border: 0px; background: transparent;}

#cont4 { background-color:#0092dd; color:#e9e9e9; background: url("cream_dust_op.png") }
#cont4 a { color:#FFFFFF; }


 
.page-subtitle {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom:10px;
	border: 0;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	border-bottom: double 3px #8bb4c9;
 }

.intrtxt { padding:5px 0px 20px 0px; }

.srvcs { padding: 10px 0 20px 0; border-top: #ccc 1px solid; }

.service { text-align: center; background-color: #efefef; padding:20px 0 10px 0; margin-top: 10px; border: double 3px #ccc; height: auto; position: relative;}
.service a { font-size: 22px;}
.service img { max-width: 200px; -webkit-border-radius: 10px; border-radius: 10px;}
.service ul { text-align: left; width: 250px; margin: 0 auto; font-size: 17px; font-weight: 400;}
.service li { margin-left: 25px; }

.wrkshp { }
.wrkshp h2 { font-size: 25px;  }
.wrkshptext {  margin-left: 40px;}

.cntctlst { margin-left:50px;}

.mapp { margin-top: 30px; border-bottom:1px #ccc solid;}

#map-canvas { width: 100%; height: 300px; margin-top: 20px; }

footer { font-size:14px; text-align:center; }


@media screen and (max-width: 768px) {

.intrtxt { padding:5px 10px 10px 10px; }
.cntctlst { margin-left:40px;}

}



/* contact form */

 #contact_form{
	width:auto;
	padding:10px;
	border-width:0px 0px 0px 1px;
	border-style:solid;
	border-color:#CCCCCC;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
#contact_form label{
	display: block;
	margin-bottom:5px;
}
#contact_form label span{
	float:left;
	width:100px;
	color:#FFFFFF;
	font-weight:bold;
	padding-bottom:5px;
	font-size: 18px;
}
#contact_form input{
	height: 30px;
	border: 2px solid #ccc;
	padding-left: 4px;
	color: #333333;
	width: 100%;
	margin-bottom: 5px;
}
#contact_form textarea{
	border: 1px solid #DBDBDB;
	border-radius: 3px;
	padding-left: 4px;
	color: #666;
	height:100px;
	width: 100%;
	margin-bottom: 5px;
}
.submit_btn {
	border: 2px solid #D8D8D8;
	padding: 5px 15px 5px 15px;
	color: #333;
	background-color:#FFFFFF;
	font-weight:bold;
	font-size:20px;
	

}
.submit_btn:hover 
{
	background: #ECECEC;
}
.success{
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	border: 2px solid #FFF;
	font-weight: bold;
	color: #FFF;
	font-size:20px;

}
.error{
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	border: 2px solid #FFF;
	font-weight: bold;
	color: #FFF;
	font-size:20px;

}


 /* Responsive menu */
nav {
  position: fixed;
  -webkit-backface-visibility: hidden;
  top: 0;
  right: 0;
  width: 300px;
  z-index: 10000;
  -webkit-animation: bugfix infinite 0.1s;
}


@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}

nav a {
  color: #2D2D2D;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  background-color: #eee;
  padding: 0px 10px 0px 10px;
}
nav a:hover {
  text-decoration: none;
  background-color: #C52E1D;
  color: #333!important;
}
nav > ul {
  margin-right: 40px;
  margin-top: 10px;
  float: right;
  list-style-type: none;
}
nav > ul > li {
  text-align: center;
  line-height: 15px;
  margin-left: 10px;
  float: left;
}
nav ul li:hover {
  cursor: pointer;
  position: relative;
}
nav ul li:hover > ul {
  display: block;
}
nav ul li:hover > a {
  color: #777;
}
nav > ul > li > a {
  cursor: pointer;
  display: block;
  outline: none;
  width: 100%;
  text-decoration: none;
}
[type="checkbox"],
#resp-icon label {
  display: none;
}

  #resp-icon label {
    margin-top: 10px;
    display: block;
    background: #333;
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 9999;
  }
  #resp-icon label:after {
    content: '';
    display: block;
    width: 30px;
    height: 5px;
    background: #f5f5f5;
    margin: 7px 5px;
    box-shadow: 0px 10px 0px #f5f5f5, 0px 20px 0px #f5f5f5;
  }
  [type="checkbox"]:checked ~ ul {
    display: block;
    z-index: 9999;
    position: absolute;
    right: 20px;
    left: 20px;
  }
  nav a { color: #FFF; background-color: #185f93; }



  nav ul {
    display: none;
  }
  nav ul li {
    display: block;
    float: none;
    text-align: left;
    text-align: center;
  }


 
/* Custom Fonts */

@font-face {
  font-family: 'fontello';
  src: url('font/fontello.eot?67616480');
  src: url('font/fontello.eot?67616480#iefix') format('embedded-opentype'), url('font/fontello.woff?67616480') format('woff'), url('font/fontello.ttf?67616480') format('truetype'), url('font/fontello.svg?67616480#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?67616480#fontello') format('svg');
  }
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
}
.icon-mail-alt:before {
  content: '\e800';
}
.icon-ok:before {
  content: '\e801';
}
.icon-cancel:before {
  content: '\e802';
}
.icon-fax:before {
  content: '\e803';
}
.icon-phone:before {
  content: '\e804';
}
.icon-basket:before {
  content: '\e805';
}
.icon-location:before {
  content: '\e806';
}