a {
  color: #8B0000;
}
a:hover {
  color: #0e9cd1;
}
.sp-megamenu-parent >li.active>a,
.sp-megamenu-parent >li:hover>a {
  color: #deaa86;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item >a:hover {
  background: #deaa86;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active>a {
  color: #deaa86;
}
#offcanvas-toggler >i {
  color: #fff;
}
#offcanvas-toggler >i:hover {
  color: #deaa86;
}
.btn-primary,
.sppb-btn-primary {
  border-color: #0faae4;
  background-color: #deaa86;
}
.btn-primary:hover,
.sppb-btn-primary:hover {
  border-color: #0d8ab9;
  background-color: #0e9cd1;
}
ul.social-icons >li a:hover {
  color: #deaa86;
}
.sp-page-title {
  background: #deaa86;
}
.layout-boxed .body-innerwrapper {
  background: #ffffff;
}
.sp-module ul >li >a {
  color: #000000;
}
.sp-module ul >li >a:hover {
  color: #deaa86;
}
.sp-module .latestnews >div >a {
  color: #000000;
}
.sp-module .latestnews >div >a:hover {
  color: #deaa86;
}
.sp-module .tagscloud .tag-name:hover {
  background: #deaa86;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
  background: #deaa86;
}
.search .btn-toolbar button {
  background: #deaa86;
}
.post-format {
  background: #deaa86;
}
.voting-symbol span.star.active:before {
  color: #deaa86;
}
.sp-rating span.star:hover:before,
.sp-rating span.star:hover ~ span.star:before {
  color: #0e9cd1;
}
.entry-link,
.entry-quote {
  background: #deaa86;
}
blockquote {
  border-color: #deaa86;
}
.carousel-left:hover,
.carousel-right:hover {
  background: #deaa86;
}
#sp-footer {
  background: rgba(0,0,0,0.8);
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #282828;
  background-image: url(/images/bgfooter.jpg);
  background-origin: padding-box;
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto auto;
  border-top-color: #f3592c;
  border-top-style: solid;
  border-top-width: 6px;
}
.sp-comingsoon body {
  background-color: #deaa86;
}
.pagination>li>a,
.pagination>li>span {
  color: #000000;
}
.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
  color: #000000;
}
.pagination>.active>a,
.pagination>.active>span {
  border-color: #deaa86;
  background-color: #deaa86;
}
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
  border-color: #deaa86;
  background-color: #deaa86;
}
.et-title h6,
.et-slider .tp-caption a,
.et-feature-item:hover i,
.et-portfolio-button:hover,
.et-action-button:hover,
.et-table-item:hover button,
.et-team-item .qx-person-img:before {
  background: #deaa86;
}
.et-intro-item i,
.et-feature-item h4,
.et-table-item h3,
.et-about-item i,
.et-table-item .table-price .price,
.et-table-item button:hover a,
.et-testimonial p.qx-designation,
.et-testimonial button,
.et-team-item h4 {
  color: #deaa86; 
}
.et-feature-item:hover i,
.et-portfolio-button:hover,
.et-action-button:hover,
.et-table-item:hover,
.et-table-item button,
.et-subscribe-content table .button:hover {
  border-color: #deaa86;
}
/* Important */
.et-services-item:hover i,
.et-about-item:hover h4,
.et-services-item:hover h4 {
  color: #deaa86!important; 
}
.et-blog div.k2ItemsBlock ul li a.moduleItemReadMore,
.et-contact #sp-quickcontact-form .button:hover,
.et-contact-form button,
.projects-filter a.selected,
.et-subscribe-content table .button:hover {
  background: #deaa86!important;  
}
.et-contact #sp-quickcontact-form .button:hover {
  border-color: #deaa86!important; 
}
.et-title h2::after {
    background: #deaa86;
    content: "";
    display: block;
    height: 2px;
    margin: 20px auto;
    width: 40px;
}
.et-title h3::after {
    background: #deaa86;
    content: "";
    display: block;
    height: 2px;
    text-align: left;
    width: 40px;
    margin-top: 10px;
}

a.vbutton {
	width:160px;
	height:34px;
	border:2px solid #fff;
	display:inline-block;
	color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	font-size:13px;
	line-height:35px;
	margin:12px auto;

}
a.vbutton:hover {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	text-decoration:none !important;
	background-color: #fff;
	color: #000;
}


a.vibutton {
	width:160px;
	height:34px;
	border:2px solid #fff;
	display:inline-block;
	background-color: #fff;
	color: #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	font-size:13px;
	line-height:35px;
	margin:12px auto;

}
a.vibutton:hover {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	text-decoration:none !important;
	background: none;
	color:#fff;
}


a.vgraybutton {
	width:200px;
	height:34px;
	border:2px solid #335a6c;
	display:inline-block;
	color: #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	font-size:10px;
	line-height:35px;
	margin:4px auto;

}
a.vgraybutton:hover {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	text-decoration:none !important;
	background-color: #335a6c;
	color:#fff;
}

div.vtextblock {
	width:100;
	height:auto;
	display:block;
	color: #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	margin:4px auto;
	padding: 9px 15px;

}
div.vtextblock:hover {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	text-decoration:none !important;
	background-color: #335a6c;
	color:#fff;
}



a.vshopbutton {
	width:187px;
	height:38px;
	border:2px solid #335a6c;
	display:inline-block;
	color: #000;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:7px;
	font-size:12px;
	line-height:35px;
	margin:4px auto;
	margin-right: 10px;

}
a.vshopbutton:hover {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	text-decoration:none !important;
	background-color: #335a6c;
	color:#fff;
}

a.vishopbutton {
	width:170px;
	height:34px;
	border:2px solid #335a6c;
	display:inline-block;
	color: #fff;
	background-color: red;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	font-size:12px;
	line-height:35px;
	margin:4px auto;
	margin-right: 10px;

}
a.vishopbutton:hover {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	text-decoration:none !important;
	background: none;
	color:#000;
}


input.vshopbutton {
	width:170px;
	height:34px;
	background: none;
	border:2px solid #335a6c;
	display:inline-block;
	color: #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	font-size:12px;
	line-height:35px;
	margin:auto auto;

}
input.vshopbutton:hover {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	text-decoration:none !important;
	background-color: #fff;
	color:#000;
}

tr.MyShopLine {
}

tr.MyShopLine:hover {
	background-color: #bfdfef;
}

a.vleftmenu {
	width:100%;
	height:26px;
	color: #aaa;
	border:2px solid #fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	font-size:12px;
	line-height:26px;
	margin:3px auto;
}
a.vleftmenu:hover {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	text-decoration:none !important;
	color:#000;
}


p {
    text-indent: 0px;
   }


a.vreadmore {
	width:100%;
	height:30px;
	border:2px solid #335a6c;
	display:inline-block;
	color: #000;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	font-size:10px;
	line-height:30px;
	margin:4px auto;

}
a.vreadmore:hover {
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	text-decoration:none !important;
	background-color: #335a6c;
	color:#fff;
}

@media screen and (max-width: 750px) {
	div.vcard {
        	top:105px;
		height: 50px;
		text-align: center;
	}

	body.site {
		padding-top: 0px;
	}
	div.vslide {
		visibility: hidden;
		display: none;
	}
	div.lastv {
		width: 100%;
	}
	navbar pull-left {
		top: 90px;
	}
}

h2 {
  font-size: 16px;
}

.zblock div {
  
}


.zblock a {
   color: #ddd;
   font-size: 14px;
   font-weight: bold;
   line-height: 0.8;
}

.zblock a:hover {
   color: #fff;
   text-decoration: none;
}

box6{
	margin: 50px;
	width: 300px;
	min-height: 150px;
	padding: 0 0 1px 0;
	position:relative;
	background:#fff;
	background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#f3f3f3), color-stop(.1,#fff));
	background: -moz-linear-gradient(0 0 270deg, #fff, #fff 10%, #f3f3f3);
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	-webkit-border-top-left-radius: 60px 5px;
	-webkit-border-top-right-radius: 60px 5px;
	-webkit-border-bottom-right-radius: 60px 60px;
	-moz-border-radius-topleft: 60px 5px;
	-moz-border-radius-topright: 60px 5px;
	-moz-border-radius-bottomright: 60px 60px;
	border-top-left-radius: 60px 5px;
	border-top-right-radius: 60px 5px;
	border-bottom-right-radius: 60px 60px;
	-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ;
	-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3) ;
}



h3 {
    margin-bottom: 10px;
    font-family: 'Merriweather', serif;
    font-size: 20px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    color: red;


}


blockquote {
  margin: 0;
  background: white;
  border-top: 5px solid #EAF9F9;
  border-bottom: 5px solid #EAF9F9;
  color: #3A3C55;
  padding: 30px 30px 30px 90px;
  position: relative;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}

blockquote:before {
  content: "\201C";
  font-family: serif;
  position: absolute;
  left: 20px;
  top: 20px;
  color: white;
  background: #FB6652;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 50px;
  line-height: 1.35;
  text-align: center;
}

blockquote p {
  margin: 0 0 16px;
  font-size: 22px;
  letter-spacing: .05em;
  line-height: 1.4;
}

blockquote cite {
  font-style: normal;
}

.footer-main {
	width: 100%;
        color: #fff;
	background:#000;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #282828;
	background-image: url(/images/bgfooter.jpg);
	background-origin: padding-box;
	background-position: 0 0;
	background-repeat: repeat-x;
	background-size: auto auto;
	border-top-color: #f3592c;
	border-top-style: solid;
	border-top-width: 6px;
}
.footer-main h4 {
	color:#fff
	border-bottom: 1px solid #fff;

}
.footer-main a {
	color:#fff;
	font-size:14px;
}


a.mailfooter {
    width:115px;
    height:38px;
    background:#878686;
    border:1px solid #9b9b9b;
    display:block;
    color:#fff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    border-radius:5px;
    background:url(/images/mailicon.png) no-repeat 8px 8px;
    padding-left:40px;
    font-size:12px;
    margin-left:0px;
    line-height:35px;
    margin-top:12px;
    float:left;
}
a.mailfooter:hover {
    background:#979797 url(/images/mailicon.png) no-repeat 10px 10px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    text-decoration:none !important;
}

.pretext {
  font-size: 12px;
  color: #000;
  line-height: 12px;
  padding: 0;
}

.pretext p {
  margin: 0px 0 5px 0;
}


.video-container {
    height: 600px;
    width: 100%;
    position: relative;
}

.video-container video {
  padding: 0 15px;
  width: 100%;
  height: 100px;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
  z-index: 1;
  position: relative;
  text-align: center;
  color: #dc0000;
  padding: 10px;
}

.mtb {
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 14px;
  width: 100%;
  background: white;
  text-align: left;
  border-collapse: collapse;
  color: #3E4347;
}
.mtb th:first-child, .mtb td:first-child {
color: #000;
border-left: none;
}

.mtb tr {
	border-bottom: 1px solid #a7e;
}

.mtb th {
font-weight: normal;
border-bottom: 2px solid #F5E1A6;
border-right: 20px solid white;
border-left: 20px solid white;
padding: 8px 10px;
}
.mtb td {
	border-right: 20px solid white;
	border-left: 20px solid white;
	padding: 12px 10px;
	 color: #8b8e91;
}



