::-moz-selection {
 background: #e6191c;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #e6191c;
	color: #fff;
	text-shadow: none;
}
a {
	color: #e6191c;
	text-decoration: none;
}
a:hover {
	color: #dc5c00;
	text-decoration: underline;
}
.tweet a {
	color:#e6191c;
}
.tweet .tweet_time a:hover i {
	color:#e6191c;
}
.folio-caption .folio-link a:hover .icon-rounded {
	background: #dc5c00;
}
/* fontawesome icons */
.icon-square:hover, .icon-rounded:hover, .icon-circled:hover {
	background-color: #e6191c;
}
[class^="icon-"].active, [class*=" icon-"].active {
	background-color: #e6191c;
}
.navbar .nav > li > a:hover {
	color: #e6191c;
}
ul.nav li.current {
	background: #e6191c;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	background: #e6191c;
}
input:focus, textarea:focus {
	border: 1px solid #e6191c;
}
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: #e6191c;
}
.letter-container h2 span:hover {
	color: #e6191c;
}
/* tab */

.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
	border-top:4px solid #e6191c;
}
.nav-tabs > .active > a {
	color: #e6191c;
}
/* accordion */
.accordion-heading a:hover {
	color: #e6191c;
}
.accordion-heading .active {
	color: #e6191c;
}
.accordion-inner {
}
/* sequence slider */
#sequence-theme .next, #sequence-theme .prev {
	background:#e6191c;
}
.special-box, .box-color {
	background: #e6191c;
}
.special-box:after {
	border-color:#000 #e6191c;
}
/* portfolio */

.thumb-wrapp {
	background:#e6191c;
}
.folio-caption {
	background:#e6191c;
}
iframe.contact-map {
	-webkit-box-shadow: 6px 6px 0px #c85c0e;
	-moz-box-shadow: 6px 6px 0px #c85c0e;
	box-shadow: 6px 6px 0px #c85c0e;
}
