/*--------- Start of Main CSS -------*/
body {
	font-family: 'Varela Round', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color:#000;
	overflow:auto;
}
h1,h2,h3,h4,h5,h6 {
	text-align:left;
	padding-left:2%;
	padding-bottom:0;
	color:black;
}
h3 {
    margin-top:10px;
    margin-bottom:0;
}
p {
	width: 93%;
	padding-left: 2%;
    margin-top:1px;
}
.one-col table {
	border-collapse: collapse;
	margin-left: 2%;

}
.modules table {
	border-collapse: collapse;
	margin-left: 2%;
}
.modules td img{
	min-width: 80px;
	width:98%;
	max-width: 180px;
}
td {
	vertical-align: top;
	padding-top: 1%;
}
td p {
	margin-top: 10px;
	margin-bottom: 0;
}
img {
	border:1.5px solid #b0b3b1;
	box-shadow:0 0 10px 0 rgba(12,3,25,0.3);
	border-radius:3px;
	float:left;
}
.one-col img {
    margin-left: 2%;
    margin-top: 2%;
    margin-bottom: 2%;
    width:98%;
    height:auto;
}
.one-col td img {
    margin-left: 2%;
    width:98%;
    max-width: 750px;
    margin-top:10px;
    margin-bottom:0;
    height:auto;
}
#blob img {
	width: 15px;
	border:none;
	box-shadow: none;
}
.teamviewer {
    height:60px;
}
.teamviewer a img {
    width: 234px;
    height: 60px;
    margin-left:2%;
    margin-top:0;
    padding-top:0;
    border:0;
    box-shadow: none;
}
#tablepics table {
  width: 97%;
  border-collapse: collapse;
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
  margin-top: 1%;
  margin-bottom: 1%;
}
#tablepics img {
  padding-top: 1%;
  width:85%;
}
a.button {
	-webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-appearance: button;
    -moz-appearance: button;
    text-align: center;
    text-decoration: none;
    background-color:#b0b3b1;
    color:black;
    padding-left: 15px;
    padding-right: 15px;
}
a.button:hover {
	color:red;
}

.left-col img {
	width: 95%;
}

#telephone-right {
	background:#fff;
	
}
#telephone-right img {
	width:98%;
	margin-left:1%;
	margin-top:1%;
    margin-bottom: 1%;
    border:1px #D3D3D3;
    border-radius:2px;
    box-shadow:0 0 10px 0 rgba(12,3,25,0.8);
	float:none;
}

#wrapper {
	margin:0 auto;
	max-width:1020px;
	width:98%;
	background:#Fff;
	border:1px solid #b0b3b1;
	border-radius:2px;
	box-shadow:0 0 10px 0 rgba(12,3,25,0.8);
	overflow: hidden;
}
.one-col {
	width: 98%;
	float: left;
}
.one-col iframe {
	width: 98%;
	max-width: 600px;
	min-height: 430px;
	border:1.5px solid #b0b3b1;
	box-shadow:0 0 10px 0 rgba(12,3,25,0.8);
	border-radius:3px;
	padding-left: 0;
	margin-left: 2%;
}
#copyright p {
	text-align: center;
	color:#696969;
	font-size: 9px;
}
#callbutton p {
    text-align: center;
    color:#b0b3b1;
}
.cassoa img {
    max-width: 350px;
}

/*--------- End of Main CSS -------*/

/*-------- Start of CSS Menu --------*/
#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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Varela Round', sans-serif;
  line-height: 1.5;
}
#cssmenu > ul {
  background: #b0b3b1;
}
#cssmenu > ul > li {
  float: left;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 20px;
  font-size: 16px;
  color: white;
  letter-spacing: 1px;
  text-transform: none;
  text-decoration: none;
  background: #b0b3b1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
#cssmenu > ul > li.active > a {
  color: white;
}
#cssmenu > ul > li:hover > a {
    color: #ff0000;
}
#cssmenu > ul > li > a::before {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 16px 20px;
  color: white;
  background: #b0b3b1;
  content: attr(data-title);
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  transition: background 0.3s;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
#cssmenu > ul > li:hover > a::before,
#cssmenu > ul > li > a:hover::before {
  background: #b0b3b1;
}
#cssmenu.small-screen {
  width: 100%;
}
#cssmenu.small-screen > ul,
#cssmenu.small-screen.align-center > ul {
  width: 100%;
  text-align: left;
}
#cssmenu.small-screen > ul > li,
#cssmenu.small-screen.align-center {
  float: none;
  display: block;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
}
#cssmenu.small-screen > ul > li:hover > a,
#cssmenu.small-screen > ul > li > a:hover {
  color: black;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  -ms-transform: none;
}
#cssmenu.small-screen > ul > li > a::before {
  display: none;
}
#cssmenu.small-screen #menu-button {
  display: block;
  padding: 14px 20px;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #b0b3b1;
}
#cssmenu.small-screen #menu-button:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 17px;
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  width: 22px;
  height: 3px;
}
#cssmenu.small-screen #menu-button.menu-opened:after {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}
#cssmenu.small-screen #menu-button:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 27px;
  display: block;
  width: 22px;
  height: 2px;
  background: #ffffff;
}
#cssmenu.small-screen #menu-button.menu-opened:before {
  background: #b0b3b1;
}
/*-------- End of CSS Menu --------*/

/*------Start Media Queries ------*/
@media screen and (max-width: 220px) {
	header img {
		max-width: 95%;
	}
}
@media screen and (max-width: 768px) {
	body {
		font-size:12px;
	}
    h3 {
        font-size: 12px;
    }
	.left-col {
		width: 100%;
		float: left;
		margin: 0;
		padding-top: 0;
	}
	.left-col img {
		max-width: 150px;
		max-height: 100%;
		padding-top: 0;
	}
	.recent-one-col img {
		max-width: 180px;
	}

    #case-study-footer img {
		max-width: 18%;
		margin: 1% 1%;
	}
	#one-col-images img {
		width: 98%;
		max-width: 92%;
	}
	.about-one-col img {
		width:93%;
	}
	.right-col {
		width: 100%;
		float: left;
		margin: 0;
		padding-top: 0;
	}

    .section p {
		font-size:12px;
	}

    .section-contact iframe {
		width: 90%;
	}

    .section-address img {
		max-width: 390px;
	}

    .section-contact-map iframe {
		width: 90%;
	}	
	#telephone p {
		font-size: 11px;
	}
}
/*------End Media Queries ------*/
