/* 
	-------------------------------------------------- 
   	Nexudus Bootstrap theme
	-------------------------------------------------- 
	Table of Contents

		1. UX

			:: html, body
			:: typography
			:: icons
			:: buttons
			:: forms
			:: carousel
			:: accordion
			:: navbar
			:: generics

		2. Layout
			:: regions
				:: header
				:: wrapper
				:: footer
			:: home
				:: intro
			:: components
				:: comments
				:: members
				:: filter
			:: widgets
				:: widget-skills
				:: widget-flickr
				:: widget-menu
			:: fullcalendar
			:: content-types
				:: contact

	-------------------------------------------------- 
*/



/* -----------------------------------------------------------------------
	1. UX
------------------------------------------------------------------------ */

/* -----------------------------------------
	html, body
----------------------------------------- */
body{
	background: #fff;
}

	body,
	input,
	textarea{
		font-family: 'Open Sans', sans-serif;
	}

/* -----------------------------------------
	typography
----------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #f8ab03;
	margin: 0 0 20px;
}

	h1.subheader,
	h2.subheader,
	h3.subheader,
	h4.subheader,
	h5.subheader,
	h6.subheader {
		color: #333;
		font-weight: normal;
		margin: 10px 0;
	}

a {
	color: #f8ab03;
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

a:hover {
	color: #ee8825;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 {
	text-decoration: none;
}

a.thumbnail:hover,
a.thumbnail:focus {
	border-color: rgba(248, 171, 3, 0.8);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 171, 3,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 171, 3,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 171, 3,.6);
}

/* -----------------------------------------
	buttons
----------------------------------------- */
.btn {
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.btn-link {
	color: #f8ab03;
}

.btn-link:hover,
.btn-link:focus{
	color: #f8ab03;
}

.btn-orange {
	background: #f8ab03;
	border-color: #f8ab03;
	color: #fff;
}

.btn-orange:hover,
.btn-orange:focus {
	background:  #ee8825;
	border-color: #ee8825;
	color: #fff;
}

.btn-grey{
	background: #a1a1a1;
	border-color: #a1a1a1;
	color: #fff;
}

.btn-grey:hover,
.btn-grey:focus {
	background:  #666;
	border-color: #666;
	color: #fff;
}

/* -----------------------------------------
	icons
----------------------------------------- */
.icon{
	display: inline-block;
}

	.i-16{
		font-size: 16px
	}

	.i-24{
		font-size: 24px
	}

	.i-32{
		font-size: 32px
	}

	.i-48{
		font-size: 48px
	}

	.i-64{
		font-size: 64px
	}

	.icon.circle{
		-webkit-border-radius: 500px;
		-moz-border-radius: 500px;
		border-radius: 500px;
	}

	.i-16.circle{
		padding: 8px;
	}

	.i-24.circle{
		padding: 12px;
	}

	.i-32.circle{
		padding: 16px;
	}

	.i-48.circle{
		padding: 24px;
	}

	.i-64.circle{
		padding: 32px;
	}

		.circle.orange{
			background: #fff;
			border:5px solid #f8ab03;
			color:#f8ab03;
		}

		.circle.white{
			background: #f8ab03;
			color:#fff;
		}

		a:hover .circle.orange{
			background: #ee8825;
			color:#fff;
			border-color: #ee8825;
		}

a .icon{
	vertical-align: -20%;
}

.btn .icon{
	margin-right: 5px
}

/* -----------------------------------------
	forms
----------------------------------------- */
form{
	margin: 0;
}

.form-control:focus,
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: rgba(248, 171, 3, 0.8);
	outline: 0;
	outline: thin dotted 9;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 171, 3,.6);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 171, 3,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(248, 171, 3,.6);
}

textarea{
	min-height: 70px !important;
	resize:vertical;
}

#wrapper [class*="span"]>input,
#wrapper [class*="span"]>textarea,
#wrapper [class*="span"]>select{
	margin-bottom: 0;
}

/* -----------------------------------------
	carousel
----------------------------------------- */
.carousel-control {
	font-size: 48px;
	font-weight: bold;
	top: 50%;
}

.carousel-indicators {
	bottom: 10px;
	right: 10px;
	top: auto;
}

	.carousel-indicators li {
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		height: 16px;
		width: 16px;
	}

.carousel-inner>.item>img, 
.carousel-inner>.item>a>img{
	width: 100%;
}

/* -----------------------------------------
	accordion
----------------------------------------- */
.accordion-group {
	border: 1px solid #ddd;
	margin-bottom: 10px;
}

	.accordion-heading .accordion-toggle {
		background: #f1f1f1;
		color: #333;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	.accordion-heading .accordion-toggle:hover {
		background: #fff;
	}

	.accordion-heading .active {
		background: #fff;
		-webkit-border-radius: 4px 4px 0 0;
		-moz-border-radius: 4px 4px 0 0;
		border-radius: 4px 4px 0 0;
	}

		.accordion-heading .active .icon-plus,
		.accordion-heading .accordion-toggle .icon-minus {
			display: none;
		}
		.accordion-heading .active .icon-minus {
			display: inline-block;
		}

	.accordion-body p{
		margin-left: 40px;
	}
	

/* -----------------------------------------
	navbar
----------------------------------------- */
.navbar .nav>li>a {
	color: #333;
}

.navbar .nav>.active>a, 
.navbar .nav>.active>a:hover, 
.navbar .nav>.active>a:focus,
.nav-pills>.active>a, 
.nav-pills>.active>a:hover,
.nav-pills>.active>a:focus {
	color: #333;
	text-decoration: none;
	background-color: #f8ab03;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	text-shadow:none;
}

	.navbar .nav .dropdown-toggle .caret {
		margin-top: 5px;
	}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li.active>a,
.dropdown-submenu:hover>a,
.dropdown-submenu:focus>a,
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
	background: #f8ab03;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background-color: #e5e5e5;
}

.nav-list>li>a {
	color: #333;
}

.nav-list>.active>a,
.nav-list>.active>a:hover,
.nav-list>.active>a:focus {
	text-shadow: none;
	background-color: #f8ab03;
}

.navbar .btn-navbar {
	margin-top: 35px;
	color: #333;
	text-shadow: 0 0;
	background: none;
	border:none;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

	.navbar .btn-navbar .icon {
		margin: 0;
	}

/* -----------------------------------------
	generics
----------------------------------------- */
.well{
	background: #f1f1f1;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 0;
	-moz-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
}

/* -----------------------------------------
	pagination
----------------------------------------- */
.pagination>li>a, 
.pagination>li>span {
	color:#f8ab03;
}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus {
	background-color: #f8ab03;
	border-color: #f8ab03;
}
/* -----------------------------------------------------------------------
	2. Layout
------------------------------------------------------------------------ */

/* -----------------------------------------
	regions
----------------------------------------- */

/* header */
header {

}

	header.navbar-static-top .navbar-inner {
		background: #f1f1f1;
		border-bottom: 1px solid #ccc;
		border-top: 3px solid #f8ab03;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: 0 0 0;
		-moz-box-shadow: 0 0 0;
		box-shadow: 0 0 0;
		margin-bottom: 30px;
	}

		header .navbar-inner h1{
			margin: 20px 0;
		}

		header.navbar-static-top .nav>li>.dropdown-menu:before,
		header.navbar-static-top .nav>li>.dropdown-menu:after {
			display: none;
		}

			header.navbar-static-top .nav li.dropdown.open>.dropdown-toggle,
			header.navbar-static-top .nav li.dropdown.active>.dropdown-toggle,
			header.navbar-static-top .nav li.dropdown.open.active>.dropdown-toggle {
				background-color: #ddd;
				color: #333;
			}

			header.navbar-static-top .nav>li>a:focus, 
			header.navbar-static-top .nav>li>a:hover {
				background-color: #e5e5e5;
			}

/* wrapper */
#wrapper section{
	border-bottom: 1px solid #ccc;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

#wrapper section#content{
	border: none;
}

#wrapper section:last-child{
	border-bottom:none;
	margin-bottom: 0;
}

	#wrapper .container{
		margin-bottom: 36px;
	}

	#wrapper .container:last-child{
		margin-bottom: 0;
	}

	#wrapper #main{
		margin-bottom: 36px;
	}

	#wrapper [class*="span"]{
		margin-bottom: 20px;
	}


/* footer */
footer{
	background: #666;
	padding: 40px 0;
}
	
	footer .block{
		margin-bottom: 20px;
	}

		footer .block h3{
			color:#fff;
			font-size: 18px;
			line-height: 18px;
		}
		footer .block p{
			color:#d0d0d0;
		}

		footer .block .well.no-content{
			background: #858585;
			border: 1px solid #858585;
			color: #aaa;
		}

			footer .block .well.no-content p{
				color: #aaa;
				margin-top: 10px;
			}


/* -----------------------------------------
	Components
----------------------------------------- */

/* comments */
.comment{
	position: relative;
}

	.comment>.pull-left {
		margin-right: 20px;
	}

	.comment>.pull-left:hover {
		opacity: 0.6;
	}

		.media>.pull-left .img-circle{
			border:3px solid #f8ab03;
		}

	.comment .media-body{
		background: #fff;
		border: 1px solid #ccc;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 20px;
	}

		.comment .media-body p{
			margin-left: 20px;
		}

	.comment-form .media-body{
		background: #f1f1f1;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 20px;
	}
		
	.comment .media-body:before,
	.comment .media-body:after {
		content: '';
		display: inline-block;
		position: absolute;

	}

		.comment-form .media-body form{
			margin: 0;
		}

/* members */
.member_block {
	position: relative;
}
.member_block:before {
	content: '';
	display: inline-block;
	border-bottom: 1px solid #ccc;
	position: absolute;
	top: 74px;
	left: 0;
	right: 0;
	z-index: 0;
}
	
	.member_block .user_avatar{
		display: inline-block;
	}

	.member_block .user_avatar:hover{
		transform: scale(1.1);
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-o-transform: scale(1.1);
	}
		
		.member_block .img-circle{
			border: 5px solid #fff;
			position: relative;
			z-index: 1;
			-webkit-transition: all 200ms ease-in;
			-moz-transition: all 200ms ease-in;
			-o-transition: all 200ms ease-in;
			transition: all 200ms ease-in;
		}

		.member_block a:hover .img-circle{
			border-color:#f8ab03;
		}

	.member_block .btn-grey{
		margin-bottom: 5px;
	}

/* filter */
.filter{
	margin-bottom: 30px;
}

	.filter .btn{
		margin-bottom: 5px;
	}

/* -----------------------------------------
	widget
----------------------------------------- */
.widget{
	border:1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 10px;
}

	.widget-title *{
		font-size: 14px;
		line-height: 14px;
		margin: 0 0 15px;
	}

/* widget-skills */
.widget-skills .btn,
.skills .btn{
	margin-bottom: 5px;
}

/* widget-flickr */
.widget-flickr ul{
	list-style: none;
	margin: 0;
	text-align: center;
}

	.widget-flickr ul li{
		display: inline-block;
		margin-bottom: 5px;
		width: 31%;
	}

		.widget-flickr ul li a{
			display: inline-block;
		}

		.widget-flickr ul li a:hover{
			opacity: 0.6;
		}

/* widget-menu */
.widget-menu .widget-body{
	margin-left: -10px;
	margin-right: -10px;
}

/* -----------------------------------------
	fullcalendar
----------------------------------------- */
.fc-content {
	background: #fff;
}

	.fc-header-title h2 {
		background-color: #f8ab03;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #fff;
		font-size: 18px;
		line-height: 18px;
		padding: 5px 10px;
	}

	.fc-event {
		border: 1px solid #a1a1a1;
		background-color: #a1a1a1;
		color: #fff!important;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
	}

	.fc-event:hover {
		background:  #666;
		border-color: #666;
	}

/* -----------------------------------------
	content-types
----------------------------------------- */
/* pages */
.page-title{
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

.body-content > .thumbnail.pull-left{
	margin: 0 20px 20px 0;
}

.body-content > .thumbnail.pull-right{
	margin: 0 0 20px 20px;
}

/* contact */ 
#map-canvas {
	margin: 0;
	padding: 0;
	height: 400px;
}

	.contact-form h3{
		font-size: 18px;
		line-height: 18px;
	}

	.contact-form .media{
		border-bottom: 1px solid #ccc;
	}

/* Blog */
.post{
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

	.post .page-title{
		margin-bottom: 20px;
	}

	.post .post-info{
		list-style: none;
		margin: 0 0 20px;
	}

		.post .post-info li{
			display: inline;
			margin-right: 10px;
			margin-bottom: 5px;
		}

/* invoices */
.invoices td{
	padding-top: 15px;
	padding-bottom: 15px;
}

	.invoices td .btn-orange{
		margin: -5px 0;
	}
