/* page setup */
body {
  font-size: 14px;
  color: #000;
  font-weight: 300;
  background-color: whitesmoke;
  font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased; }

::selection, ::-moz-selection {
  background: whitesmoke;
  color: #CCC;
  /* Safari */ }

::-moz-selection {
  background: whitesmoke;
  color: #666666;
  /* Firefox */ }

p {
  line-height: 2; }

img {
  width: 100%; }

h1 {
  font-size: 1.4em;
  color: #0e3ea1;
  margin-bottom: .5em;
  line-height: 1.5; }

alt {
  color: #0e3ea1; }

h2 {
  font-weight: bold;
  font-size: 1.1em;
  color: #0e3ea1;
  }

h3 {
  color: #333333;
  font-size: 1.1em;
  margin-bottom: .5em;
  font-weight: 500; }

strong {
  font-weight: 500; }

ul li {
  list-style: none;
  margin-bottom: .75em; }

a {
  color: black;
  text-decoration: underline; }

.content {
  max-width: 960px;
  margin: 0 auto;
  display: block !important;
  position: relative;
  -webkit-backface-visibility: hidden; }

.column {
  float: left;
  max-width: none;
  display: block; 

  }

.spacer {
	display: block;
	height: 1.5em;
}

.block {
  width: 100%;
  margin: 5em 0 5em 0; }

.verse {
  text-align: center;
  display: block;
  width: 50%;
  margin: 0 auto;
  min-width: 300px; }

.full {
  width: 100%; }

.half {
  width: 50%; }

.quarter {
  width: 25%; }

.fourty {
  width: 40%; }

.sixty {
  width: 60%; }

.third {
  width: 33.333333%; }
  
.sixth {
	width: 16.666666666%;
}

.two-third {
  width: 66.666666%; }

@media all and (max-width: 1043px) {
  .content {
    margin-left: 4%;
    margin-right: 4%;
    width: 92%;
    position: relative; } }
@media all and (max-width: 768px) {
  .column {
    margin-bottom: .75em; }

  .half {
    width: 100%; }

  .quarter {
    width: 50%; } }
@media all and (max-width: 480px) {
  .column {
    width: 100%; }

  .column p, .column h2 {
    display: block; } }
/* page setup END */
/* header */
header {
  width: 100%;
  margin: 2.5em 0 2.5em 0;
  display: block !important; }

#logo {
  float: left;
  width: 20em;
  margin-right: 1em;
  display: block;
  height: 1.6em;
  margin-top: -.2em; }

#logo img {
  width: 100%; }

#logo p {
  font-style: italic;
  color: #09468e;
  line-height: 1; }

nav ul {
  font-size: 1.3em;
  padding-top: .2em;
  list-style: none;
  display: block;
  font-weight: bold;
  line-height: 2;
  margin-top: -.5em;
  float: right;
  text-align: right; 
}

nav {
  overflow: hidden; }

nav a {
  text-decoration: none; }

nav li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 1em; }

nav a {
  color: #0e3ea1; }

nav a:hover {
  color: #0e3ea1; }

.current a {
  color: black; }

#contact-us-phone {
	float:left;
margin-left: 1.5em;
font-size: 1.3em;
color:black;
margin-top: .1em;
}

#contact-us-phone h2 {
	color: #000;
}
@media all and (max-width: 1024px) {
#contact-us-phone {
	font-size: 1.1em;
}
}

@media all and (max-width: 768px) {
	
	#contact-us-phone {
	display: none;
}
  header {
    margin: 1.5em 0 0em 0; }

  #logo {
    top: 0 !important;
    width: 20em;
    margin: 0 auto;
    display: block;
    text-align: center;
    float: none;
    margin-bottom: 1em; }

  nav {
    width: 100%;
    overflow: auto; }

  nav ul {
    top: 0;
    text-align: center;
    float: none;
    margin: 0 auto;
    margin-top: 1em; 
    margin-bottom: 0;}

  nav li {
    margin-right: .5em;
    margin-left: .5em; } }
/* header end */
/* footer */
footer {
  padding: 2em 1em 2em 1em;
  text-align: center;
  color: #000;
  opacity: 0.5; }

footer img {
  margin: 1em;
  width: 4em; }

footer a {
  text-decoration: none;
  font-weight: 300; }

/* footer end */
/* homepage */
#homepage_row1_caption {
  width: 95%;
  margin-right: 2.5%; 
  margin-bottom: 1.5em;}

#homepage_row1_picture {
  height: 200px;
  overflow: hidden;
  text-align: right;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 98.75%;
  margin-left: 1.25%;
  border-radius: 0.4em; }

@media all and (max-width: 768px) {
  #homepage_row1 .half {
    width: 50%; } }
@media all and (max-width: 480px) {
 
 #homepage_row1_caption {
	 width: 90%;
	 margin-left: 5%;
}
  #homepage_row1 .half {
    width: 100%; }


#homepage_services {
	margin-bottom: 0;
}

  #homepage_row1_picture {
    height: 150px; } }
/* featured images */
.featured {
  margin-bottom: 3em;
  height: 400px; 
  display: grid;
  column-gap: 1em;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  transition: grid-template-columns 0.5s ease-in-out;
}

.featured .content {
  position: relative; 

}

.featured_image {
  height: 400px;
  flex: 1;
  background: #333;
  background-size: cover;
  background-position: center center;
  border-radius: 0.4em;
  -webkit-transition: background-position 8s linear, opacity 0.5s ease-in-out, left 0.5s ease-in-out, width 0.5s ease-in-out;
  -moz-transition: background-position 8s linear, opacity 0.5s ease-in-out, left 0.5s ease-in-out, width 0.5s ease-in-out, z-index 0.5s step-end;
  transition: background-position 8s linear, opacity 0.5s ease-in-out, left 0.5s ease-in-out, width 0.5s ease-in-out, z-index 0.5s step-end;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.9; 
}

.featured_image:hover {
  opacity: 1;
  background-position: center left; }

.featured_image.inactive {
  opacity: 0.2; }

.featured_image.active {
  left: 0px !important;
  width: 100% !important;
  background-position: center bottom;
  z-index: 5;
  opacity: 1 !important;
  margin: 0 !important; }

#homepage_services {
	margin-bottom: 2em;
}

#homepage_services h2{
  color: #0e3ea1;
	text-align: center;
	font-size: .9em;
	margin-bottom: 1em;
}

#homepage_services img {
	width: 33.33333%;
	max-width: 50px;
	opacity: 0.75;
	margin: 0 auto;
	display: block;
	margin-bottom: 1em;
}

#homepage_services .clearfix {
	display: block;
}
@media all and (max-width: 480px) {
  .featured {
    height: 250px; }

  .featured_image {
    height: 250px; } 
    
    #homepage_services {
	    margin-bottom: 0;
    }
    
	#homepage_services .column {
		width: 50%;
	}
}

    /* contact new */
    #contact #main-container p {
	width: 85%;
	margin-bottom: 2em;
}


#contact table {
	margin: 0 auto;
	margin-top: .5em;
	margin-bottom:.5em;
	font-weight: 200;
	background: #fff;
	border-radius: 5px;
	width: 100%;
	text-align: center;
	line-height: 1.5;
	box-shadow: 0px 1px 2px #ccc;
}



#contact table .serif {
	font-weight: 300;
	text-align: left;
}

#contact table td {
	padding: .75em 0 .75em 1.25em;
	width: 33.3333333%;
	vertical-align: middle;

}

#map-container {
	height: 500px;
}

#contact span {
	 margin-right: .25em;
	 text-transform: none;

}

#contact #map-canvas {
	width: 90%;
}

#contact #map-container {
	margin-bottom: 2em;
}

#contact h2 {
	line-height: 2;
}

#contact #email {
	margin-bottom: 1em;
}


#google_map {
	width: 85%;
}
@media all and (max-width: 1000px) {


	
	#contact .column.third {
		width: 50%;
	}
	
	#contact #map-container {
		width: 100%;
		height: 25em;
	}
	
	#contact #map-container #map-canvas {
		width: 100%;
	}
	
	#google_map {
		width: 100%;
		height: 25em;
	}
}

@media all and (max-width: 540px) {

		#contact #main-container p {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 2em;
	}

	#contact h2 {
	text-align: left;
	width: 90%;
	margin-left: 5%;
	}
	
	#contact table {
		width: 90%;
	margin-left: 5%;
	}
	
	#contact p {
		text-align: left;
	}
	
	#contact #main-container p {
	width: 90%;
	margin-bottom: 2em;
	}
	
	#address {
		text-align: center;
	}
	
#contact .column.third {
		width: 100%;
		margin: 0;
	}

#contact .column p {
	width: 100%;

}

#contact #map-container {
	height: 15em;
}

#contact #google_map {
	height: 15em;
}




#google_map {
	width: 90%;
	margin-left: 5%;
}

}
/* contact new ends */ 

/*services begins */
.service-list {
	list-style: none;
}


.service-list h1 {
	margin-bottom: 1em;
	border-bottom: 1px solid #E8E8E8;
	padding-bottom: .5em;
}

.service-list h2 {
	margin-bottom: .5em;
}

.service-list li {
	margin-bottom: 2em;
}

.service-list h3 {
	color: #999;
	font-size: .9em;
}


ul.stock-of-origin {
	list-style: NONE;
	
}

.service-thumb  {
	width: 100%;
	height: 200px;
	display: block;
	background-size: cover;
	margin-bottom: 1em;
	border-radius: 5px;
}


.service-list .column {
	float: left;
	box-sizing: border-box;
	padding-right: 3.333%;
}


/* services ends
