@import url(http://fonts.googleapis.com/css?family=Damion);


.colorOrange{ color:#FF6600}
.colorWhite{ color:#FFFFFF}

.backgroundOrange{ background-color:#FF6600}
.backgroundOrange2{ background-color:#DD5500}
.backgroundLightGrey{ background-color:#F3F3F3}
.backgroundWhite{ background-color:#FFFFFF;}

 /* SITE HEADER AND MENU */

#site-header a{text-decoration: none;
font-weight:bold;
-webkit-transition: color .2s linear;
-moz-transition: color .2s linear;
-o-transition: color .2s linear;
transition: color .2s linear;
}

#site-header a:hover{text-decoration: none;
color: #FF8636;
-webkit-transition: color .2s linear;
-moz-transition: color .2s linear;
-o-transition: color .2s linear;
transition: color .2s linear;
}

.navbar{
	background-image: url(../images/header-bg-bot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: #262626;
	margin-bottom:0 !important;
	border-radius:0pc !important;
}

#site-header{
	height:80px;
	
}
#site-header .navbar-brand{
	padding: 9px 15px !important;
}
#site-header.navbar-inverse{
	border:none !important;
}
#site-header .navbar-nav{
	background-image: url(../images/menu-border.png);
	background-repeat:  no-repeat;
	background-position: right;
}
#site-header .navbar-nav > li{
	background-image: url(../images/menu-border.png);
	background-repeat: no-repeat;
	background-position: left;
}
#site-header .navbar-nav > li > a{
	line-height:25px !important;
	padding:25px 15px !important;
	text-transform:uppercase;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {

border-bottom: 3px #FF6600 solid;
background: url(../images/menu-hover.png) repeat-x bottom;
}


/* NAVBAR MOBILE */
#site-header .navbar-collapse{
	background:#262626;
	
}

.navbar-toggle{
	margin-top: 23px !important;
	margin-right:23px !important;
	
	
}

/* SHOWCASE SITE 
-------------------------------------------------- */
#site-showcase{
	background: #1A1A1A url(../images/showcase-bg.jpg) center top repeat-x;
	color:#FFFFFF;
}


.carousel.hidden-xs {
	height: 350px;
	margin-bottom: 15px;
}
/* Since positioning the image, we need to help out the caption */
.carousel.hidden-xs .carousel-caption {
	z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel.hidden-xs .item {
	height: 350px;
}
.carousel.hidden-xs .carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 350px;
}

.carousel.hidden-xs .carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 5%;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	background: none !important;
}

.carousel.hidden-xs .carousel-caption {
	left: 0 !important;
	width: 47% !important;
	right: auto !important;
	float: left;
	top: 30px;
	bottom: auto !important;
	text-align: left;
}
.carousel.hidden-xs .carousel-img {
	float: right;
	position: absolute;
	width: 80% !important;
	right: 0 !important;
	margin-top: 30px;
	text-align: right;
	bottom: 0 !important;
}


/* SHOWCASE SITE  MOBILE
-------------------------------------------------- */

.carousel.visible-xs .carousel-caption {
}
.carousel.visible-xs .carousel-caption {
	z-index: 10;
	position:static;
	padding-right:10%;
	padding-left:10%;
}

/* BUTTON PRIMARY
-------------------------------------------- */

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff !important;
  background-color: #FF6600 !important;
  border-color: #DD5500 !important;
}

.btn-primary {
  color: #ffffff;
  background-color: #FF8844 !important;
  border-color: #DD7733 !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #FF8844 !important;
  border-color: #DD7733 !important;
}




.cursiveFont{font-family: 'Damion', cursive !important;}
.camera_loader{
	background: #FF6600 url(../images/camera-loader.gif) no-repeat center;
	border: 1px solid #DD5500;
}

/* Boxed Content */
.box1, .box2, .box3 {
	border-radius: 4px;
	padding: 15px;
	margin-bottom:15px;
	margin-top:15px;
	position: relative;
}
.box1{
	background-image: url(../images/patterns/noise.png);
	-webkit-box-shadow: inset 0 2px 12px rgba(0,0,0,0.13);
	-moz-box-shadow: inset 0 2px 12px rgba(0,0,0,0.13);
	box-shadow: inset 0 2px 12px rgba(0,0,0,0.13);
}
.box3{
	background-color: #f1f1f1;
	background-image: -moz-linear-gradient(top,#ffffff,#dddddd);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#dddddd));
	background-image: -webkit-linear-gradient(top,#ffffff,#dddddd);
	background-image: -o-linear-gradient(top,#ffffff,#dddddd);
	background-image: linear-gradient(to bottom,#ffffff,#dddddd);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdddddd', GradientType=0);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	border-bottom: 1px solid #ffffff;
	color: #6e6e6e;
	text-shadow: 0 2px 3px #ffffff;
	border-radius: 4px;
}

.box-title{
	margin: -15px -15px 15px -15px !important;
	border-radius: 4px;
}

.box-title .title{ 
	font-size: 28px;
	margin-top:0 !important;
	margin-bottom:0 !important;
	line-height: 28px;
	font-weight: normal;
	letter-spacing: normal;
	padding: 10px 15px;
}

/* --------------------------------------------------------- */
/* !Footer */
/* --------------------------------------------------------- */

#site-footer {
	background: #262626;
	padding-top: 25px;
}
#site-footer .widget {
	margin-bottom: 20px;
}
#site-footer p {
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin: 0;
}
#site-footer a {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	text-decoration: underline;
}
#site-footer a:hover {
	color: #ff6600;
}
#footer-copyright-right > .wrapper {
	float: right;
}

/* !Metaphor Social Widget */
#site-footer .mtphr-social-widget-site i {
	color: #7B7B7B;
	background-color: #333333;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear;
}
#site-footer .mtphr-social-widget-site:hover i {
	color: #FFF;
}