/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

/* Typography
----------------------------------------------------------------------------- */
body {
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.site-name {
	font-family: 'Oswald', sans-serif;
}

body {
	font-size: 20px;
	line-height: 1.10;
	color: #333333;
	background-color: #ffffff;
	position: relative;
}

h1 span,
h2 span,
h3 span,
h4 span {
	color: #ff9632;
}
.text-colored {
	color: #ff9632;
}
a {
	color: #ff9632;
}
a:hover {
	color: #ff9632;
}

h4 {
	font-size: 20px;
	font-weight: 700;
}

h20 {
    font-size: 12px;
    color: #ff9632;
}

h21 {
    font-size: 14px;
    color: #ff9632;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.33);
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner-caption {
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 2;
}



/* Backgroundcolors
----------------------------------------------------------------------------- */
.default-bg.blue {
	background-color: #ff9632;
}
.translucent-bg.blue:after {
	background-color: rgba(100, 60, 20, 0.7);
}

.translucent-bg {
	color: #222222;
}




/* Buttons
----------------------------------------------------------------------------- */
.btn {
	padding: 8px 15px;
	font-size: 16px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-default {
	color: #ff9632;
	border: 1px solid #cccccc;
}
.btn-default:hover {
	color: #ffffff;
	background-color: #ff9632;
	border-color: #ff9632;
}




/* Collapse
----------------------------------------------------------------------------- */
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #ff9632;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #ff9632;
	color: #ffffff;
}


/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	background-color: #ff9632;
	border-color: #ff9632;
	color: #ffffff;
}


/* Modals
---------------------------------- */
.modal-header {
	background-color: #ff9632;
	color: #ffffff;
}


/* Navigations
----------------------------------------------------------------------------- */
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	color: #ff9632;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	color: #ff9632;
}


/* Images Overlay
----------------------------------------------------------------------------- */
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(255, 150, 50, 0.9);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}


/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
	background-color: rgba(0, 0, 0, 0.90);
	padding: 5px 0;
}

/* Isotope Items
---------------------------------- */
.isotope-item .btn-default {
	color: #222222;
}