/* 
    Document   : colors
    Author     : Little Neko
    Description: template colors
*/


/* Table of Content
==================================================

#BOOSTRAP CUSTOMIZATION
#TYPOGRAPHY
#LINKS AND BUTTONS
#HEADER
#MAIN MENU 
#FOOTER 
#SLIDERS
#PORTFOLIO
#MISCELANIOUS
#NEKO CSS FRAMEWORK

*/

/* BOOSTRAP CUSTOMIZATION
================================================== */

/** tabs **/
.panel-default>.panel-heading {background:#EB7F37; }
.panel-default>.panel-heading:hover {background:#fff; }
.panel-default>.panel-heading:hover a {color:#EB7F37; }
.panel-title>a {color:#fff;}
.panel-title>a:hover {text-decoration: none;}

/* END BOOSTRAP CUSTOMIZATION
================================================== */

/* TYPOGRAPHY
================================================== */

body {
	color:#777;
	background: #fff;
}

blockquote small {
	color:inherit;
}
h1, h2, h3, h4, h5, h6 {
	color:#222;
}
h2 {
 color:#888;	
}
h2 i {color:#999}
h2.subTitle:after, h1.noSubtitle:after{
	background-color:#f7901d;
}

/*** parallax sections ***/

.paralaxText blockquote:before, .paralaxText blockquote:after {
	color:#fff;
}
#home, #paralaxSlice1, #paralaxSlice2, #paralaxSlice3, #paralaxSlice4 {
	background-color:#f7901d;
}
#home {
	background-image:url('../images/theme-pics/paralax-grey-3.jpg');
}
#paralaxSlice1 {
	background-image: url('../images/theme-pics/paralax-1.jpg');
}
#paralaxSlice2 {
	background-image: url(/images/thinkParalax.png);
	background-color: #E2231A;
	background-size: auto auto;
	background-repeat: no-repeat;
}
#paralaxSlice3 {
	background-image: url(/images/thinkParalax.png);
	background-color: #E2231A;
	background-size: auto auto;
	background-repeat: no-repeat;
}
#paralaxSlice4 {
	background-image: url(/images/thinkParalax.png);
	background-color: #E2231A;
	background-size: auto auto;
	background-repeat: no-repeat;
}
.paralaxText blockquote, .paralaxText h1, .paralaxText h2, .paralaxText h3, .paralaxText p, .paralaxText i{
	color:#fff;
}

/* END TYPOGRAPHY
================================================== */

/* LINKS AND BUTTONS
================================================== */

a {
	color:#f7901d;
}
a:hover, .scrollspyNav .active a {
	color:#f7901d;
}
ul.iconsList li a {
	color:#555
}
ul.iconsList li a:hover, ul.iconsList i {
	color:#f7901d
}

/*** buttons ***/
.btn {
	background:#f7901d;
	color:#fff;
	border:2px solid #fff;
}
.btn:hover {
	color:#f7901d;
	border-color:#eee;
	text-shadow:none;
	background:#fff
}
.btn-primary {
	background: #006dcc;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background: #555;
}
.btn-info {
	background: #49AFCD;
}
.btn-success {
	background: #5BB75B;
}
.btn-warning {
	background: #FAA732;
}
.btn-danger {
	background: #DA4F49;
}
.btn-link, .btn-link:active, .btn-link[disabled], .btn-link:hover {
	background:none;
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	box-shadow: none;
	color:#49AFCD;
}
.btnWrapper {
	border:1px solid #ccc;
}

/* END LINKS AND BUTTONS
================================================== */

/* MAIN MENU 
================================================== */

#mainHeader{
    background-color: white;
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

#mainHeader .navbar-inner {
	background: #444;
	filter:none !important;
}
#mainMenu ul li a, #resMainMenu ul li a {
	color:#444;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: #f7901d;
	color:#fff;
}

/* END MAIN MENU 
================================================== */

/* FOOTER 
================================================== */

footer {
	color: #E2231A;
	background: #eee;
	border-top: 1px solid #555s;
}

#footerRights {
	background-color:#fff;
	color:#999;
}
p.credits {
	color:#555;
}
p.credits a {
	color:#f7901d;
}

/* END FOOTER 
================================================== */

/* HOME
================================================== */

#home h1 {color:#FFFFFF;}

/* END HOME
================================================== */

/* SLIDERS
================================================== */

/*** FLEX ***/

.flexslider {
	box-shadow:none;
}
.slides .txt div {
	background:#444;
	color:#FFFFFF;
}
.flexslider .flex-direction-nav a {
	background-color:#f7901d;
}

.flexslider .flex-control-paging li a:hover, #sliderWrapper .flex-control-paging li a.flex-active{
	background: #fff;
	border:2px solid #fff;
}
.flexslider .flex-control-paging li a {
	background: transparent;
	border:2px solid rgba(255,255,255,0.5);
}
.flexslider .flex-control-nav {
	background:transparent;
}
.flexslider h1 {
	color:#fff;
	background-color:#f7901d;
}
.flexslider h2 {
	color:#fff;
	background-color:#333;
}
.flexslider .caption p {
	background-color:#fff;
	color:#555
}

/*** flexHome ***/
#flexHome  h1 {	color:#fff;
	background:none;
	}
#flexHome  h2 {	color:#fff;
	background:none;
}

/*** END FLEX SLIDER ***/

/* END SLIDERS
================================================== */

/* PORTFOLIO
================================================== */

nav#filter a {
	background-color: #EEE;
	color:#555;
    display: block;
    min-width: 111px;
}
nav#filter a:hover, nav#filter a.current {
	background-color: #f7901d;
	color:#fff;
}
li.filterTitle {
	color:#4F6266;
}
section#projectDescription {
	background-color:#F8F8F8
}
.mask{background-color: #f7901d;}
/* END PORTFOLIO
================================================== */

/* MISCELANIOUS
================================================== */
/*** hover images ***/
.iconLinks a span {color:#fff;}

/*** pricing table ***/
.pricingBloc {
	background-color:#fff;
	border:1px solid rgba(0, 0, 0, 0.2);

}
.pricingBloc ul li {
	border-bottom:1px solid #ddd;
	color:#444!important;
}
.pricingBloc ul li:last-child {
	border-bottom:none;
}
.pricingBloc h2 {
	background-color:#555;
	color:#888!important;
	border:none;
}
.pricingBloc h3 {
	background-color:#777;
	color:#fff!important;

}
.pricingBloc p {
	background-color:#eee;
	color:#444!important;
}
.pricingBloc.focusPlan {
	margin-top:0;
	border-color:#D1D1D1;
}
.pricingBloc.focusPlan h2{
	background-color:#333;
	color:#fff!important;
}
.pricingBloc.focusPlan h3 {
	background-color:#f7901d;
	padding:1.25em;
	color:#fff!important;
}

/*** Form ***/
.form-control:focus{
	border: none;
	background-color:#ddd;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
.form-control {
	color: #444;
	background-color:#ededed;
    border:none;
}
.error {color: #B94A48;
background-color: #F2DEDE;
border-color: #EED3D7;}

label.error {color:#fff;
background-color: #B94A48;
border:none}

#projectQuote, #projectQuote h3{background:#ddd;color:#444;}

/* END MISCELANIOUS
================================================== */

/* NEKO CSS FRAMEWORK
================================================== */

/*** Feature box **/

.boxFeature i{color:#f7901d;} 

/*** slices ***/
.slice{
	background-color:#fff;
}

/*** call to action ***/
.ctaBox {border:2px solid rgba(0,0,0,0.05);}
.ctaBoxFullwidth{border:none}

.ctaBox blockquote {
	color:#fff;
}

/*color1*/
.color1, .slice.color1, .bulle.color1, .ctaBox.color1{
	background-color:#F7F7F7;
	color:#444;
}

.color1 h1, .color1 h2, .color1 h3, .color1 h4, .color1 blockquote, .color1 a{
	color:#444;
}
.color1 a.btn{color:#fff;}
.color1 a.btn:hover{color:#f7901d;}

/*color4*/
.color4, .slice.color4, .bulle.color4, .ctaBox.color4{
	background-color:#f7901d;
	color:#fff;
}

.color4 h1, .color4 h2, .color4 h3, .color4 h4, .color4 blockquote, .color4 a {
	color:#fff;
}

.color4 h2.subTitle:after, .color4 h1.noSubtitle:after {
	background:#fff;
}
/*** icons ***/
.iconRounded {
	border: 2px solid #E2231A;
	color: #f7901d;
	background-color: #fff;
}
.iconRounded:hover, .color1 .iconRounded:hover{background-color:#f7901d;color:#fff;}
.color1 .iconRounded {color:#f7901d;}
.color4 .iconRounded {
	background-color: #E2231A;
	color: #E9E9E9;
}

/* END NEKO CSS FRAMEWORK
================================================== */

/* CUSTOM CSS */

.thinkSavvy {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: 13px;
	padding-right: 13px;
	margin-bottom: 40px;
}
.redTop {
	background-image: url(../images/redTop.jpg);
	background-repeat: repeat-x;
}
.footerWidget p, .footerWidget a, .footerWidget h3 {
	color: #000000;
}
p a:link {
	color: #E2231A;
	font-family: Arial, Helvetica, sans-serif;
}      /* unvisited link */
p a:visited {
	color: #E2231A;
	font-family: Arial, Helvetica, sans-serif;
}  /* visited link */
p a:hover {
	color:#F7901D;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}  /* mouse over link */
p a:active {
	color:#F7901D;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}  /* selected link */
a:link.homeBtn  {
	color:#FFFFFF;
}
a:hover.homeBtn  {
	color:#F7901D;
}
p .learn {
	color: #E2231A;	
}
.panel-body {
	font-size:14px;
	line-height:20px;
}
.panel-group .panel-default .panel-heading .panel {
	border-radius: 0px;	
}
.panel-group .panel {
	border-radius: 0px;	
}
.panel-heading {
	border-radius: 0px;	
}
.boxContent p {
	margin-bottom: 2px;
}
.btn-sm-new {
	width: 100%;
	background-color: #F7901D;
	border-radius: 0px;
	border-style: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	text-align: left;
	text-transform: none;
	padding-top: 10px;
	padding-bottom: 12px;
}
.boxContent-new {
	background-color: #FFFFFF;
	padding-right:0px;
	padding-left:0px;
}
.quotes {
    font-size: 32px;
    line-height: 38px;
    text-align: left;
}


@media(min-width:768px){
.thinkSavvy {
	
}
}

@media(min-width:992px){
.thinkSavvy {
	max-width: 70%;
}
}

@media(min-width:1200px){
.thinkSavvy {
	max-width: 100%;
}
}
/* Map
================================================== */
#map {
	width: 100%;
	height: 400px;
}




/* TABS */
.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: #F17C71 !important;
	/*border-bottom: 4px solid #E95855 !important;*/
}

.tabs > DIV H3 {
	border-bottom: 4px solid #E5E5E5 !important;
	color: #ccc !important;
	font-weight: 300;
	line-height: 186px !important;
}

.tabs LI {
	background: white;
	margin-right: 1px;
}

.tabs A {
	color: #888;
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}

.tabs LI:hover {
	background: #F7901D;
}

.tabs LI:hover A {
	color: white;
}

.active {
	background: #F7901D !important;
}

.active A {
	color: white !important;
}

.button {
	background: #a0cac0;
	border-bottom: 4px solid #68a697;
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 14px;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-right: 26px;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
	width: 150px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.button:hover {
	background: #93b7ae;
	color: #FFF;
	text-decoration: none;
}

.link {
	color: white;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 48px;
	margin-top: 20px;
	text-decoration: none;
}

.link:hover {
	text-decoration: underline;lack
}

.anchorLink {
	border-bottom: 1px dashed white;
}

.anchorLink:hover {
	text-decoration: none;
}

.screenshot {
	position: absolute;
	clip: rect(0 0 0 0);
}
.prev,
.next {
	background: white !important;
	color: #a0cac0 !important;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.prev:hover,
.next:hover {
	background: #a0cac0 !important;
	color: white !important;
}
.logo {
	margin-top: -6px;
	margin-right: 10px;
	vertical-align: middle;
}
.savvyBtn {
	background-image:url(/images/savvyBtn-normal.png);
}
.strong {
	color: #444444;
	font-weight: bold;
}
#img_container {
	position: relative;
	display: inline-block;
	text-align: center;
	/*border: 1px solid*/
}
.buttonSavvy {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 198px;
	height: 101px;
	border-style: none;
	background-color: rgba(226,35,26,0.00);
}
.buttonSavvy:hover {
	background-color: rgba(226,35,26,0.63);
}
.smallText {
    font-size: 14px;
    line-height: 19px;
}



/* MODAL */

@media(min-width:1200px){
#brandingOne .modal-dialog{
    width: 900px !important;
}
}


/* TABS */
