/*
Default accent color

*/
a:hover {
	color:#e96b56;
}
#inner-headline ul.breadcrumb li a {
	color:#e96b56;
}

/* heading */
h1 span.colored, h2 span.colored,h3 span.colored,h4 span.colored,h5 span.colored,h6 span.colored {
	color:#fff;
font-weight:bold;
}
h1 span.colored1 {
	color:##068081;
font-weight:bold;
}
/* menu */
.navbar nav ul.nav li.dropdown ul.dropdown-menu li a:active,.navbar nav ul.nav li.dropdown ul.dropdown-menu li a:focus {
  background: #14759d;
}
ul.topmenu li a:hover {
	color:#e96b56;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  background: #14759d;
}

header ul.nav .dropdown-menu li > a:hover,
.dropdown-menu li > a:focus,
.dropdown-submenu:hover > a, 
.dropdown-menu .active > a,
.dropdown-menu .active > a:hover {
  background: #14759d;
}

/* slider */
.camera_prev > span:before {
  background: #ffffff;
  color: #094d68;
}
.camera_next > span:before {
  background: #ffffff;
  color:#094d68;
}

/* parallax c slider */
.da-arrows span.da-arrows-prev:before {
  background: #14759d;
}
.da-arrows span.da-arrows-next:before {
  background: #14759d;
}
.da-slide .da-link:hover{
	background: #14759d;
	border: 4px solid #14759d;
}

.da-dots span{
	background: #14759d;
}


/* form */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #e96b56;
}

form#contactform .validation {
	color:#e96b56;
}
#sendmessage {
	border:1px solid #e96b56;

}

/* tabs */
div.tabs  ul.nav-tabs li.active a {
	border-top: 2px solid #14759d;
	color:#e96b56;
}
div.tabbable.tabs-left  ul.nav-tabs li.active a {
	border-left: 2px solid #e96b56;
		color:#e96b56;
}
div.tabbable.tabs-right  ul.nav-tabs li.active a {
	border-right: 2px solid #e96b56;
		color:#e96b56;
}

.accordion-heading a.active,.accordion-heading a.active i {
	color:#e96b56;
}

/* icon */
[class^="icon-"].active {
	color:#e96b56;
}

a i.icon-bglight:hover,
a i.icon-bgdark:hover {
  background: #073c59;
}
i.icon-bglight.active {
  background: #000;
}

i.icon-bgdark.active {
  background: #e96b56;
}
ul.styledlist li:before {
	color:#e96b56;
}

/* logo icon */
.logo h1 [class^="icon-"] {
	color:#e96b56;
}

.footer_logo h3 [class^="icon-"] {
	color:#e96b56;
}

/* CTA */
.cta-text h2 span {
	color:#e96b56;
}

/*-- button -- */
.btn-theme {
  border:1px solid #14759d;
  background: #e96b56;
}

/* content */
.box:hover .text h4 {
	color:#0088bf;
}
#inner-headline ul.breadcrumb li a:hover {
	color:#e96b56;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #14759d;
}

/* blog */
article .post-heading h3 a {
	text-decoration:none;
	color:#e96b56;
}

.post-entry a.readmore:hover {
	color:#e96b56;
}

ul.cat li a:hover, ul.folio-detail li a:hover {
	color:#e96b56;
}

.meta-post a,.meta-post ul li i {
  color: #e96b56;
}


.meta-bottom li a:hover {
	color:#e96b56;
}

#pagination a:hover {
  background: #e96b56;
}


/* widgets */
ul.popular li a {
	color:#e96b56;
}

/* component */
.pagination ul > .active > a,
.pagination ul > .active > span {
  background: #e96b56;
  border:1px solid #e96b56;
}
.pagination ul > .active > a:hover,
.pagination ul > .active > span:hover {
  background: #e96b56;
  border:1px solid #e96b56;
}
.pagination ul > li > a:hover{
  color:#e96b56;
}

.pullquote-left {
	border-left:5px solid #e96b56;
}

.pullquote-right {
	border-right:5px solid #e96b56;
}

.pricing-box-wrap.special .pricing-heading {
	background: #e96b56;
}

/* portfolio */
ul.portfolio-categ.filter li.active a {
  color:#e96b56;
}

/* portfolio */
ul.team-categ.filter li.active a {
  color:#e96b56;
}

.grid figcaption {
	background: #0187be;
}

/* footer */
footer a:hover {
	color:#e96b56;
}
footer ul.link-list li a:hover {
	color:#03415a;

}





#sidebar {
  height: 250px;
  width: 10px;
  position: fixed;
  text-align: center;
  padding: 10px;
  padding-top:300px;
  margin-left: 10px;
}

p i {
  left: 30px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
}

.social {
  margin-left: -150px;
  width: 230px;
  padding: 0;
  display: inline-table;
  height: 0px;
  
  -moz-transition-property: margin-left;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: margin-left;
  -ms-transition-duration: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-property: margin-left;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  box-shadow: 0px 0px 6px 0px #fff;
  cursor: pointer;
}

.social:hover {
  margin-left: -30px;
  width: 230px;
  background-color: #3b5998;
}








.facebook p  {
color:#FFF;
}


.twitter p  {
color:#FFF;
}

.youtube p  {
color:#FFF;
}


