

body {background:url(../images/fabric2.png); font-family:"Times New Roman", Times, serif; }
.container {width:98%}
.container-fluid {width:100%}
.main {background:#f5f3d5; width:90%; margin:auto; padding:0;}
header {background:#e8e0b2;
background: -moz-linear-gradient(top,  #f5f3d5 0%, #dfd6a4 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f3d5), color-stop(100%,#dfd6a4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f3d5 0%,#dfd6a4 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f3d5 0%,#dfd6a4 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f3d5 0%,#dfd6a4 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f5f3d5 0%,#dfd6a4 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f3d5', endColorstr='#dfd6a4',GradientType=0 ); /* IE6-9 */
;}

a:link, a:visited, a:active  {color:#0b3568;}
a:hover {color:#0b3568;}

#logo {margin:20px 0; text-align:center;}

p {color:#0b3568; line-height:1.7em; font-size:18px;}
h1 {color:#b5985a; font-size:32px; font-weight:normal; font-family:"Times New Roman", Times, serif; }

.lead {color:#0b3568; line-height:1.7em; font-size:18px; margin:40px auto; font-style:italic; font-weight:normal; }
.center {text-align:center;}
.cream {color:#f5f3d5;}

.lead p {padding-top:16px;}


/* section elements */
#top { margin-top:40px;}
.topscroll {margin-top:10px;}

#services .servicein{background:url(../images/service_bk.png) no-repeat #ceb681; width:94%;}
#services h3 {font-family:"Times New Roman", Times, serif; }

.ovlay:hover{ opacity:0.4; text-align:justify; color:#000000; font-size:20px;}

#about { margin-top:20px;margin-bottom:30px; padding:10px 20px 40px 20px;}
#contact {background:#ab925d; color:#f5f3d5; padding:20px 0;}

#contact h1 {color:#f5f3d5; padding:0; margin:0;}
#contact p { color:#f5f3d5; line-height:1.4em; font-size:14px; font-style:italic; }
.social { text-align:right; margin-top:20px;}


footer { text-align:right;}
footer p { color:#fff; font-size:12px; margin-top:7px; padding-right:50px;  text-shadow: 2px 2px 6px #352401;}

footer a:link, footer a:visited, footer a:active  {color:#f5f3d5; }
footer a:hover {color:#f5f3d5;}


.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  left: 0 !important;
  opacity: 0;
  top:0;
  position:absolute;
  width: 100%;
  display:block !important;
  z-index:1;
}
.carousel.fade .item:first-child {
  top:auto;
  position:relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out .7s;
  -o-transition: opacity ease-in-out .7s;
  -webkit-transition: opacity ease-in-out .7s;
  transition: opacity ease-in-out .7s;
  z-index:2;
}

@media screen and (max-width: 767px) {

	
}