
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: center;
}
body {background-color:#FFF}
.Titles {
	color: #666666;
	font-weight:bold;
	font-size: 24px;
	text-align: center;
}
.Subtitles {
	color: #666666;
	font-weight:bold;
	font-size: 17px;
	text-align:center;
}
.Bottom-Subtitles {
	color: #000000;
	font-weight:bold;
	font-size: 17px;
	text-align:center;
}
.img {
  width: auto ;
  max-width: 100% ;
  height: auto ;
  min-width:25%;
} 

.imgpadded10 {
  width: auto ;
  max-width: 100% ;
  height: auto ;
  min-width:1%;
	padding:10px;
} 
.imgpadded10crop80 {
  width: auto ;
  max-width: 80% ;
  height: auto ;
  min-width:1%;
	padding:10px;
} 
.img-10 {
  width:10%;
  max-width: 100%;
  height:10%;
  min-width:10%;
  min-height:10%;
} 
.img-20 {
  width:20%;
  max-width: 100%;
  height:20%;
  min-width:20%;
  min-height:20%;
} 
.img-30 {
  width:30%;
  max-width: 100%;
  height:30%;
  min-width:30%;
  min-height:30%;
}
.img-50 {
  width: 50%;
  max-width: 100% ;
  height: 50%;
  min-width:55%;
  min-height:55%;
}
.img-60 {
  width: 60%;
  max-width: 100% ;
  height: 60%;
  min-width:60%;
  min-height:60%;
}

.img-70 {
  width: 70%;
  max-width: 100% ;
  height: 70%;
  min-width:70%;
  min-height:70%;
}
.img-80 {
  width: 80%;
  max-width: 100% ;
  height: 80%;
  min-width:80%;
  min-height:80%;
}
.text {
	text-align:center;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding: 3px;
	
}

.linktext {
	text-align:center;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color:#1150a5 
}

.table {
min-width: 375px;
}

.pricing {color: #F00; font-size:15px
}


.map-responsive{

    overflow:hidden;

    padding-bottom:56.25%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;

}

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

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

.active {
  background-color: #1150a5;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

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

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.container .gallery a img {
            float: left;
            width: 25%;
            height: auto;
            border: 2px solid #fff;
            -webkit-transition: -webkit-transform .15s ease;
            -moz-transition: -moz-transform .15s ease;
            -o-transition: -o-transform .15s ease;
            -ms-transition: -ms-transform .15s ease;
            transition: transform .15s ease;
            position: relative;
        }

        .clear {
            clear: both;
        }

        a {
            color: #1150a5;
            text-decoration: none;
        }

        a:hover {
            color: #1150a5;
            text-decoration: none;
        }




.parent
{
  width:100%;
  font-size:0;
}

.child
{
  font-size:16px;
 display:inline-block;
  width:calc(50% - 2px);
 vertical-align: middle;
}

@media screen and (max-width: 500px) {
.child
  {
    width:100%;
  }
}







 

