body {
	margin: 0;
	font-family: Sans-Serif;
}

.bg {
	margin: 10px 0 0 0;
	padding: 16px 22px;
	height: 480px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fefefe;
	font-size: 2vw;
}

.bg h1 {
	text-shadow: 2px 2px 4px #000000;
}
.bg h2 {
	text-shadow: 2px 2px 4px #000000;
}

.hide {
	display: none!important;
}

.top-container {
	background-color: #f1f1f1;
	padding: 30px;
	text-align: center;
}

.header {
	padding: 10px 16px;
	background: #aaa;
	color: #fefefe;
	max-width: 75%;
	margin: 10px auto;
}

.content {
	padding: 2px;
	list-style-position: inside;
	max-width: 70%;
	margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.content li {
	margin: 10px 0;
}

.withlogo {
float: left;
width: 75%
}

.logo {
float: right;
}

.footer {
	padding: 1px 8px;
	background: #333;
	color: #fefefe;
	width: 100%;
	margin: auto;
	margin-top: 10px;
	display: inline-block;
}

.topnav {
  overflow: hidden;
  background-color: #333;
position: relative;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #aaa;
  color: white;
}

.topnav .icon {
    display: none;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.sticky + .header {
	margin-top: 110px;
}

.icon-bar {
  position: fixed;
  top: 90%;
  -webkit-transform: translateY(-90%);
  -ms-transform: translateY(-90%);
  transform: translateY(-90%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  color: white;
  font-size: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.icon-bar a:hover {
  background-color: #333;
}

.phonebar {
right: 0;
}

.facebook {
  background: #3B5998;
  color: white;
}

.phone {
  background: #4CAF50;
  color: white;
}

.hide {
  display: none;
}

.split {
  float: left;
}
.left {
  left: 0;
  width: 40%;
}
.right {
  right: 0;
  width: 60%;
}

/* Services */
* {
    box-sizing: border-box;
}

.pricing {
	list-style-position: inside;
	max-width: 80%;
	margin: auto;
}

.columns {
    background-color: white;
    float: left;
    width: 46%;
    padding: 8px;
    margin: 2%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.columns:hover
{
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
}

.price .header {
    background-color: #333;
    color: white;
    font-size: 25px;
    padding: 15px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;
}

.price img {
    width: 100%;
    box-shadow: 0px 6px 8px 0 rgba(0,0,0,0.2)
}

.price .certificate {
    height: 202px;
    width: 170px!important;
    margin: 14px;
}

.grey {
    background-color: #eee;
    font-size: 20px;
}


/* Gallery */
.thumbs {
    width: 12%;	
    padding: 2px;
}

.thumbnail {
    border-radius: 4px;
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: 0px 6px 8px 0 rgba(0,0,0,0.2)
}

.thumbnail:hover {
    box-shadow: 0px 2px 10px 0 rgba(0,0,0,0.7)
}

.thumbnail .header {
    background-color: #333;
    color: white;
    font-size: 25px;
    padding: 15px;
}

.thumbnail li {
    border-bottom: 1px solid #eee;
    padding: 5px;
    text-align: center;
}

.thumbnail img {
    width: 100%;
    cursor: pointer;
}

.thumbnail .grey {
    background-color: #eee;
    font-size: 20px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 5px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
.galrow > .galcolumn {
  padding: 0 8px;
}

.galrow:after {
  content: "";
  display: table;
  clear: both;
}

.galcolumn {
  float: left;
  width: 25%;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 18px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}


@media screen and (max-width: 1200px) {
.thumbs {
	padding: 6px;
	width: 20%;	
}
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

.withlogo {
float: none;
width: 100%
}

.logo {
float: none;
}

  .footer {
	margin-top: 20px;
  }

/* Services */

.columns {
	margin: 0;
        width: 100%;
    }
.columns:hover
{
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
}


/* Gallery */
.thumbs {
	margin: 6px;
	width: 45%;	
}

.modal {
  padding-top: 60px;
}
}