﻿/* Table of Content
 *	- Required Fonts
 *	- Typography
 *	- Header
 *	- Titlebar
 * 	- All Post Styles ( Standard , Timeline , Full Width , full Width Alternate) 
 * 	- Single Post 
 * - Pagination styles
 * - Default social Icons Styles
 * - Widgets
 * - Footer
 * - Default Carousel Styles and Navigation
 */


/* Required Fonts */
/*@font-face {
	font-family: 'Open Sans';
	src: url('../font/OpenSans-Regular-webfont.eot');
	src: url('../font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../font/OpenSans-Regular-webfont.woff') format('woff'), url('../font/OpenSans-Regular-webfont.ttf') format('truetype'), url('../font/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../font/OpenSans-Semibold-webfont.eot');
	src: url('../font/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('../font/OpenSans-Semibold-webfont.woff') format('woff'), url('../font/OpenSans-Semibold-webfont.ttf') format('truetype'), url('../font/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../font/OpenSans-Light-webfont.eot');
	src: url('../font/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../font/OpenSans-Light-webfont.woff') format('woff'), url('../font/OpenSans-Light-webfont.ttf') format('truetype'), url('../font/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'museo_sans_500';
	src: url('../font/MuseoSans_500-webfont.eot');
	src: url('../font/MuseoSans_500-webfont.eot?#iefix') format('embedded-opentype'), url('../font/MuseoSans_500-webfont.woff') format('woff'), url('../font/MuseoSans_500-webfont.ttf') format('truetype'), url('../font/MuseoSans_500-webfont.svg#museo_sans_500regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'museo_sans_500 A';
	src: url('../font/MuseoSans_500.eot');
	src: url('../font/MuseoSans_500.eot?#iefix') format('embedded-opentype'), url('../font/MuseoSans_500.woff') format('woff'), url('../font/MuseoSans_500.ttf') format('truetype'), url('../font/MuseoSans_500.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Volkhov-Italic';
	src: url('../font/Volkhov-Italic.eot');
	src: url('../font/Volkhov-Italic.eot?#iefix') format('embedded-opentype'), url('../font/Volkhov-Italic.woff') format('woff'), url('../font/Volkhov-Italic.ttf') format('truetype'), url('../font/Volkhov-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
/* Main Body Styles */

* {
	padding: 0;
	margin: 0;
}
html {
	background: url(../images/bg_pic1.jpg) no-repeat center center fixed #000000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
html, body {
	/*height: 100%;
	width: 100%;*/
	font-family: arial, sans-serif;
}
body {
	font-family: arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	font-weight: 400;
	letter-spacing: normal;
	-webkit-font-smoothing: subpixel-antialiased !important;
	text-rendering: optimizelegibility;
	display: inline-block;
}
#wrap {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
	padding: 0;
}
.wrp {
	min-height: 100%;
	/* equal to footer height*/ 
	margin-bottom: -200x;
}
.wrp:after {

	display: block;
}
.foot, .wrp:after {
	/* .push must be the same height as footer*/
	
}
.foot {
/*background: orange;*/height: 200px; 
}
body.expanded {
	margin-left: -20em;
}
/* Default Typography */
a {
	color: #FF8636;
	/*	-o-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
	-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
	-moz-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
	transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;*/
	text-decoration: none;
}
a:active, a:focus {
	text-decoration: none;
	outline: none!important;
}
a:hover {
	color: #FF8636;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
	margin: 0 0 20px;
	padding: 0;
	-webkit-font-smoothing: subpixel-antialiased!important;
	font-family: sans-serif;
	font-weight: 500;
}
h4 a, h3 a, h2 a, h1 a, h5 a {
	color: #444;
}
h1 {
	font-size: 24px;
	line-height: 115%;
	letter-spacing: 0px;
	font-family: sans-serif;
}
h2 {
	font-size: 22px;
	line-height: 125%;
	letter-spacing: 0px;
	font-family: sans-serif;
}
h3 {
	font-size: 18px;
}
/*h4 {
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 25px;
}*/
h5 {
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 24px;
	color: #6d7579;
}
h6 {
	font-size: 13px;
	color: #6d7579;
	line-height: 22px;
}
h2 + h5, h2 + h6 {
	margin: -8px 0 20px;
}
h1.textuppercase {
	letter-spacing: 2px;
}
h2.textuppercase {
	letter-spacing: 2px;
}
h3.textuppercase {
	font-family: arial, sans-serif;
	letter-spacing: 2px;
}
h4.textuppercase, h5.textuppercase, h6.textuppercase {
	letter-spacing: 1px;
	font-family: arial, sans-serif;
}
p {
	padding: 0;
	margin: 0 0 20px;
}
p + p {
	margin: -8px 0 20px;
}
p.text-medium {
	font-size: 16px;
}
p.text-large {
	font-size: 1.5em;
	line-height: 28px;
	padding-bottom: 8px;
}
.image {
	position: relative;
	overflow: hidden;
}
.image img {
	height: auto;
	width: 100%;
	max-width: 100%;
	display: block;
}
.hoverlay {
	display: block;
	position: relative;
}
.clearleft {
	clear: left!important;
}
clearright {
	clear: right!important;
}
.clearfix {
	clear: both;
 *zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
/* Form elements */
input[type=text], input[type=password], input[type=email], textarea, select {
	background: transparent;
	padding: 8px 15px;
	outline: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 13px;
	color: #666;
	margin: 0;
	width: 200px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	width: 180px;
	color: #999;
	border: 1px solid #ddd;
	font-family: inherit;
	outline: none!important;
	transition: border-color 0.3s ease-in-out;
	box-shadow: inset 0px 0px 2px rgba(180, 180, 180, 0.05);
}
input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, input[type=text]:hover, input[type=password]:hover, input[type=email]:hover, textarea:hover {
	border: 1px solid #ccc;
}
textarea {
	min-height: 100px;
}
.special_amp {
	font-family: "Baskerville", "Palatino Linotype", "Palatino", "Times New Roman", serif;
	font-style: italic;
	font-size: inherit;
	font-weight: inherit;
	color: #3498db;
}
.excerpt {
	font-size: 12px;
}
/*------------------------------------------------*/
/* Main 
/*------------------------------------------------*/



/*------------------------------------------------*/
/* Header 
/*------------------------------------------------*/

#header {
	
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	position: fixed;
	top: 0;
	width: 100%;
	overflow: visible;
	z-index: 99998;
	-webkit-backface-visibility: visible!important;
	background-color: #222;
	height: 90px;
	-webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
     box-shadow: 0 8px 6px -6px black;
}
#main_header_container {
	height: 90px;
}
#main_header_container .container {
	max-width: 1600px;
	padding: 0;
	height: 90px;
}
/*------------------------------------------------*/
/* Top bar
/*------------------------------------------------*/

#top_bar {
	border-bottom: 1px solid #eee;
	height: 35px;
	line-height: 35px;
}
#top_bar .social-icons {
	float: right;
}
#top_bar .social-icons li {
	border-right: 1px solid #eee;
}
#top_bar .social-icons li a {
	border: 0!important;
	height: 35px;
	line-height: 35px;
	width: 35px;
	margin-left: -3px;
	font-size: 13px;
}
#top_bar .social-icons li:last-child {
	border-right: 0;
}
#top_bar .contact-info span {
	color: #999;
	line-height: 1;
	padding: 0px 15px;
	border-right: 1px solid #eee;
	font-size: 13px;
}
#top_bar .contact-info span:first-child {
	padding-left: 0;
}
#top_bar .contact-info span:last-child {
	border-right: 0;
}
#top_bar .contact-info span i {
	margin-right: 5px;
}
/*------------------------------------------------*/
/* main Navigation
/*------------------------------------------------*/
#header_space {
	height: 200px;
}
#main_navigation {
	color: #222;
	height: 90px;
	width: 100%;
	text-align: center;
	padding: 0;
	position: relative;/*-moz-box-shadow: 0px 0px 3px 0px rgba(41, 43, 51, 0.25);
	-webkit-box-shadow: 0px 0px 3px 0px rgba(41, 43, 51, 0.25);
	-ms-box-shadow: 0px 0px 3px 0px rgba(41, 43, 51, 0.25);
	box-shadow: 0px 0px 3px 0px rgba(41, 43, 51, 0.25);*/
}
#main_navigation .logo-container {
	width: auto!important;
	max-width: 30%;
	padding-left: 40px;
	padding-right: 0px;
	float: left;
	border-right: 1px solid #6A6A6F;
	border-bottom-style: none;
	display: inline-block;
}
#logo {
	border-bottom-style: none;
	border: 0px none;
	display: block;
	height: 90px;
	line-height: 81px;
	transition: none;
	margin-left:25px;
}
#logo img {
	border: none;
	vertical-align: middle;
	max-height: 100%;
	width: auto;
	max-width: 100%;
	display: inline-block;
}
#main_navigation .logo {
	height: 90px;/*	max-height: 100%;
	height: auto;
	width: auto;*/
}
ul.main_menu {
	padding: 0;
	list-style: none;
	margin: 0;
	text-align: center;
	float: left;
	margin-left: 20px;
	height: 90px;
}
ul.main_menu li {
	padding: 0;
	display: inline-block;
	position: relative;
	overflow: visible!important;
	margin: 0!important;
	border: 0;
	height: 90px;
}
ul.main_menu > li > a {
	display: inline-block;
	z-index: 10;
	font-size: 1em;
	font-weight: bold;
	line-height: 90px;
	margin: 0 14px 0 0;
	height: 90px;
	letter-spacing: normal;
	padding: 0px;
	letter-spacing: 0px;
	color: #ffffff;
	font-family: arial, sans-serif;
	border-top: 2px solid transparent;
	transition: color 0.3s ease;
}
.main_menu > li:hover > a, .main_menu > li > a:hover {
	color: #FF8636;
}
.main_menu > li.current-menu-item > a, .main_menu > li.current-menu-parent > a {
	color: #FF8636!important;
	border-top-color: #FF8636;
	height: 90px;
	line-height: 90px;
}
/*.main_menu ul.sub-menu {
	margin: 0;
	padding: 0 15px 5px!important;
	background-color: white;
	position: absolute;
	top: 88px;
	left: 0;
	z-index: 10;
	display: none;
	-moz-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	border-top: 2px solid #3498db;
	text-align: left;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.main_menu ul.sub-menu .sub-menu {
	top: 0;
	left: 101%;
}
.main_menu ul.sub-menu li {
	display: block;
	width: 100%;
	margin: 0!important;
	position: relative;
}
.main_menu ul.sub-menu li a {
	font-size: 12px;
	text-transform: none;
	color: #ffffff;
	padding: 0 5px;
	line-height: 45px;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #f1f1f1;
	background-color: transparent;
}
.main_menu ul.sub-menu li:last-child a {
	border-bottom: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.main_menu .sub-menu .current-post-ancestor a, .main_menu .sub-menu .current-menu-item a, .main_menu .sub-menu .current_page_item a {
	color: #FF8636!important;
}
.main_menu .sub-menu li a:hover {
	color: #FF8636;
}
.main_menu .sub-menu .tracker {
	width: 4px;
	height: 12px;
	background: #fff;
	left: 0;
	top: 17px;
	position: absolute;
	z-index: 9999;
	opacity: 0;
}*/
/* Super fish Indicator to use enable the superfish autoicons to true in main.js file */
/*.sf-sub-indicator {
	display: inline-block;
	width: 10px;
	position: relative;
	left: 5px;
	height: 10px;
}
.sf-sub-indicator [class^="icon-"], .sf-sub-indicator [class*=" icon-"] {
	font-size: 12px;
	line-height: 16px;
	height: auto;
	background-color: transparent;
}*/
/*------------------------------------------------*/
/* Toggle mobile menu that will be displayed on smartphone devices
/*------------------------------------------------*/
#toggle-menu {
	display: none;
	height: 90px;
	line-height: 55px;
	margin-right: 55px;
}
#toggle-menu .toggle-menu {
	border-bottom: none;
	color: #FF8636;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	font-size: 20px;
	text-align: left;
	/* background-color: rgba(26, 26, 26, .2); */
  
	background-color: #222;
	display: block;
	margin-top: 0;
	margin-right: 25px;
	margin-left: 0;
	margin-bottom: 0;
 	border-left: 1px solid # #6A6A6F;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-left: 25px;
	padding-bottom: 0;
	vertical-align: middle!important;
	z-index: 301;
}
#toggle-menu .toggle-menu:hover, #toggle-menu .toggle-menu.active {
	color: #FF8636;
	max-height: 100%;
}
/*------------------------------------------------*/
/* Mobile Navigation 
/*------------------------------------------------*/

#mobile_navigation {
	background-color: #202020;
	position: fixed;
	top: 0;
	right: -20em;
	width: 20em;
	height: 100%;
	color: #ffffff;
	display: block;
	z-index: 300;
	-webkit-transition: right 0.3s;
	-moz-transition: right 0.3s;
	-ms-transition: right 0.3s;
	-o-transition: right 0.3s;
	transition: right 0.3s;
	overflow: auto;
	border-left: 1px solid #e5e5e5;
	max-height: 100%;
}
#mobile_navigation .mobile_menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
#mobile_navigation .mobile_menu > li {
	display: block;
	max-height: 100%;
	width: 100%;
}
#mobile_navigation .mobile_menu > li > a {
	color: #ffffff;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.8em;
	display: block;
	position: relative;
	font-family: arial, sans-serif;
	border-bottom: 1px solid #e5e5e5;
	border-right: 3px solid transparent;
	padding: 10px 25px;
	transition: all 0.3s ease-in-out;
	top: 0px;
	left: 0px;
	vertical-align: middle!important;
}
#mobile_navigation .mobile_menu > li > a:hover {
	color: rgba(255, 134, 54,.7)!important;
	background-color: rgba(10, 10, 10, 1);
}
#mobile_navigation .mobile_menu > li .sub-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	display: none;
}
#mobile_navigation .mobile_menu > li .sub-menu li {
	width: 100%;
	padding: 0;
	margin: 0;
}
#mobile_navigation .mobile_menu > li .sub-menu li a {
	color: #ffffff;
	font-size: 12px;
	line-height: 40px;
	font-family: arial, sans-serif;
	padding: 0 20px 0 40px;
	border-bottom: 1px solid #e5e5e5;
	display: block;
	position: relative;
}
#mobile_navigation .mobile_menu > li .sub-menu li a:after {
	content: "";
	display: inline-block;
	width: 8px;
	left: 20px;
	height: 1px;
	background-color: rgba(26, 26, 26, 1);
	top: 50%;
	position: absolute;
}
#mobile_navigation .mobile_menu > li .sub-menu li a:hover {
	color: rgba(255, 134, 54,.7)!important;
}
#mobile_navigation .mobile_menu > li .sub-menu li.active a {
	color: #FF8636!important;
}
body.expanded #mobile_navigation {
	right: 0em;
}
#mobile_navigation .mobile_menu > li.active > a {
	/*background:#fff;*/
	color: #FF8636!important;
	border-right-color: #FF8636;
}
/*------------------------------------------------*/
/* header search button and panel 
/*------------------------------------------------*/
 
#header-search-button {
	padding: 0px;
	line-height: 90px;
	width: 90px;
	height: 90px;
	font-size: 16px;
	text-align: center;
	border-left: 1px solid #6A6A6F;
	float: right;
	background-color: #222;
	border-bottom: 1px solid #6A6A6F;
	display: inline;
	vertical-align: middle;
}
.search-button {
	display: inline-block;
	color: #ffffff;
	transition: color 0.3s ease;
	height: 90px;
	vertical-align: middle;
	height: 90px;
}
.search-button:hover {
	color: #FF8636;
	height: 90px;
}
/*------------------------------------------------*/
/* header sticky panel and shrink the main nav 
/*------------------------------------------------*/

#header.sticky #main_navigation {
	height: 90px;/*background-color: rgba(255,255,255,0.95)
	background-color: #09090B;*/
}
#header.sticky #main_navigation #logo, #header.sticky #header-search-button, #header.sticky ul.main_menu > li > a {
	line-height: 90px;
	height: 90px;
}
#header.sticky #main_navigation #logo, #header.sticky #header-search-button, #header.sticky ul.main_menu > li > a {
	line-height: 90px;
	height: 90px;
}
#header.sticky .main_menu ul.sub-menu {
	top: 88px;
}
#header-search-panel {
	height: 90px;
	/*	background-color: #09090B;*/
	display: none;
	position: absolute;
	left: 0;
	z-index: 12;
	width: 100%;
	max-width: 100%;
}
#header-search-panel .container {
	max-width: 1600px;
	padding: 0 40px;
}
#header-search {
	width: 100%;
	border: 0;
	height: 50px!important;
	padding-top: 7px;
	padding-bottom: 7px;
	line-height: 36px!important;
	font-size: 36px;
	font-weight: 300;
	color: #aaa;
	letter-spacing: 0px;
	border: none!important;
	background: transparent!important;
	position: absolute;
	left: 50px;
	padding-left: 20px;
	top: 30px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	height: 90px;
}
#header-search:focus {
	outline: none!important;
	color: #222;
}
#header-search-panel .ibn-submit-button {
	position: absolute;
	left: 0;
	top: 40px;
	height: 30px;
	line-height: 30px;
	width: 50px;
	display: inline-block;
	text-align: left;
	border-right: 1px solid #e5e5e5;
	font-size: 28px;
	color: #ddd;
	padding-right: 20px;
	overflow: hidden;
	transition: color 0.3s ease-in-out;
	height: 45px;
}
#header-search-panel input[type=submit] {
	opacity: 0!important;
	filter: alpha(opacity=0)!important;
	width: 50px;
	height: 30px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 12;
}
#header-search-panel .search > div {
	position: relative;
	width: 100%;
	height: 90px;
	min-height: 90px;
	transition: border-color 0.3s ease;
	border-bottom: 1px dotted transparent;
}
#header-search-panel .close {
	color: #fff;
	/*background-color: #222;*/
	width: 30px;
	line-height: 32px;
	font-size: 12px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: 45px;
	text-align: center;
	opacity: 0;
	transition: opacity 0.2s ease;
	display: inline-block;
	z-index: 12;
}
#header-search-panel .search > div:hover .close {
	opacity: 1;
}
#header-search-panel .search > div:hover {
	border-bottom: 1px dotted #ccc;
}
#header-search-panel .search > div:hover .ibn-submit-button {
	color: #FF8636;
}
/*------------------------------------------------*/
/* Titlebar 
/*------------------------------------------------*/

#titlebar {
	padding: 30px 0 30px 0;
	position: relative;
}
#titlebar.style2 .container > .row-fluid {
	position: relative;
	height: 450px;
	min-height: 450px;
	overflow: hidden;
}
#titlebar .titlebar-overlay {
	/*background-color: rgba(120,137,145,0.65);*/
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
#titlebar.style2 {
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
	padding: 0;
}
#titlebar h1 {
	color: #999;
	margin: 0px;
	font-size: 18px;
	font-weight: 400;
	width: 50%;
	float: left;
	text-align: left;
	letter-spacing: 0px;
	font-family: arial, sans-serif;
}
#titlebar.style2 h1 {
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 41px;
	font-weight: 500;
	letter-spacing: 2px;
	color: #fff;
	line-height: 50px;
	width: 100%;
	text-transform: uppercase;
	-webkit-backface-visibility: visible;
	margin-bottom: 20px;
}
#titlebar.style2 .titlebar-content {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 12;
	display: block;
}
#titlebar.style2 h2 {
	font-family: "Libre Baskerville", "Times New Roman", Times, serif;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	-webkit-font-smoothing: antialiased!important;
	-webkit-backface-visibility: visible!important;
	font-style: italic;
}
#titlebar #breadcrumbs {
	color: #999;
	margin: 0;
	font-weight: 400;
	margin-top: 0px;
	font-size: 12px;
	width: 50%;
	text-align: right;
	float: right;
	margin-top: 2px;
	line-height: 20px;
}
#titlebar #breadcrumbs span {
	padding: 0 1px;
	display: inline-block;
}
#titlebar #breadcrumbs span.breadcrumb-title {
	padding: 0 5px 0 0;
}
#titlebar #breadcrumbs a {
	color: #777;
}
#titlebar #breadcrumbs a:hover {
	color: #444;
}
#titlebar #breadcrumbs .divider {
	color: #ccc;
}
#titlebar #breadcrumbs .divider i {
	vertical-align: middle;
}
body.modern #titlebar {
	padding-top: 120px;
	border-top: 0;
	padding-bottom: 100px; /*background: url(../images/multi_line_swatch_light.svg) repeat center center;*/
}
body.modern #titlebar h1 {
	font-size: 50px;
	text-align: center;
	width: 100%;
	font-family: arial, sans-serif;
	font-weight: 300;
	color: #333;
}
body.modern #titlebar #breadcrumbs {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
body.modern #titlebar #breadcrumbs {
	font-size: 13px;
}
.bg_container h3 {
	line-height: 1;
	font-size: 30px;
	margin-bottom: 0;
}
.bg_container h4 {
	letter-spacing: 0px;
	font-size: 16px;
	color: #666;
	margin: 8px 0 0px;
	line-height: 1;
}
.bg_container p {
	white-space: pre-wrap;
	margin: 15px 0 0;
}
.bg_container p + .readmore {
	margin-top: 20px;
}
/*------------------------------------------------*/
/* Bloackquote
/*------------------------------------------------*/
blockquote {
	font-size: inherit;
	-webkit-font-smoothing: antialiased;
	border: 0;
	margin: 0 0 20px;
	max-width: 100%;
	padding: 20px 20px 25px;
	background-color: #f5f5f5;
	border-left: 3px solid #eee;
	position: relative;
	margin-left: 20px;
}
/*========================================================*/
/* social icons
/*========================================================*/
.social-icons {
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.social-icons > li {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0 3px;
}
.social-icons > li:last-child {
	margin-right: 0;
}
.social-icons a {
	background: transparent;
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height: 28px;
	color: #aaa;
	font-size: 12px;
	font-weight: normal!important;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
}
.social-icons a:hover {
	border-color: #3498db;
	color: #3498db;
}
/*------------------------------------------------*/
/* page nav
/*------------------------------------------------*/
.page-nav-container {
	margin-bottom: 50px!important;
}
.page-nav {
}
.page-nav span {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	background: transparent;
	box-shadow: 0 1px 1px 0 rgba(180,180,180,0.1);
	color: #999;
	border: 1px solid #eee;
	margin-left: -1px;
	overflow: hidden;
	float: left;
}
.page-nav span.active {
	background-color: #3498db;
	color: #fff;
	border-color: #3498db;
}
.page-nav span:first-child, .page-nav span:first-child a {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.page-nav span:last-child, .page-nav span:last-child a {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.page-nav span a {
	display: block;
	color: #444;
}
.page-nav span a:hover {
	background: #fafafa;
}
.page-nav-info {
	line-height: 35px;
	font-size: 12px;
	text-align: right;
}
/*--------------------------------------------------*/
/* Comments
/*--------------------------------------------------*/
#comments {
	padding-top: 35px;
}
#comments > h4 {
	margin-bottom: 0px;
}
.commentlist {
	margin-left: 0px!important;
}
.commentlist > li {
	border-bottom: 1px dashed #e8e8e8;
	padding-bottom: 35px;
}
.commentlist > li:last-child {
	border-bottom: 0;
}
.commentlist li {
	list-style: none!important;
}
.commentlist li h4 {
	font-size: 14px;
	color: #69696d;
	margin-bottom: 5px;
}
.commentlist li p {
	font-size: 12px;
}
.commentlist li.comment > div {
	margin: 0;
	overflow: hidden;
	margin-top: 35px;
	position: relative;
	padding-left: 80px;
}
/* Comments Children */
.commentlist .children {
	border-left: 1px dashed #ddd;
	position: relative;
	margin-left: 30px;
	padding-left: 30px;
}
.commentlist .children:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	border-bottom: 1px dashed #d8d8d8;
	left: 0;
	top: 30px;
}
.commentlist li.comment > div img.avatar {
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 50%;
}
.commentlist .comment-author {
	color: #333;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: -1px;
}
.commentlist .comment-author:first-letter {
	text-transform: uppercase;
}
.commentlist .comment-meta {
	font-size: 12px;
	line-height: 12px;
}
.commentlist .comment-meta a {
	color: #999;
}
.commentlist .comment-meta a:hover {
	color: #3498db;
}
.commentlist .reply a {
	color: #3498db;
}
.commentlist .reply a:hover {
	text-decoration: underline;
}
.commentlist li.comment > div p {
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 8px;
}
#respond h3 .cancel-comment-reply {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
	border-left: 1px solid #dddddd;
}
.comment-author a {
	color: inherit;
}
#respond {
	clear: both;
	display: block;
	border-top: 1px solid #eee;
	padding-top: 40px;
	padding-right: 35px;
	margin-right: -35px;
}
#respond > h4 {
	margin-bottom: 5px;
}
#respond > p {
	margin: 0 0 45px;
	color: #999;
}
#respond form {
	padding: 0;
	margin: 0 0 60px;
}
/*------------------------------------------------*/
/* single-page-nav
/*------------------------------------------------*/
.single-page-nav {
	width: 100%;
	position: relative;
}
.single-page-nav .page-nav-prev, .single-page-nav .page-nav-next {
	width: 50%;
	float: left;
	line-height: 60px;
	height: 60px;
	padding: 0 40px;
}
.single-page-nav .page-nav-next {
	text-align: right;
}
.single-page-nav .page-nav-prev a, .single-page-nav .page-nav-next a {
	display: inline-block;
	font-size: 14px;
}
.single-page-nav a i {
	padding: 0 4px;
	vertical-align: middle;
}
.single-page-nav a {
	color: #858585;
}
.single-page-nav a:hover {
	color: #444;
}
.single-page-nav .page-nav-center {
	position: absolute;
	left: 50%;
	top: 0;
	height: 60px;
	line-height: 60px;
	width: 60px;
	margin-left: -30px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	text-align: center;
	font-size: 20px;
}
/*=========================================================*/
/* Sidebar native Behaviors + Wordpress
/*=========================================================*/
.sidebar {
	min-height: 100%;
}
.sidebar .widget {
	margin-bottom: 40px;
}
.sidebar .widget > h3 {
	margin: 0;
	margin-bottom: 20px!important;
	position: relative;
	font-family: arial, sans-serif;
	color: #444;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* Default styles can directly be used for wordpress*/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
	margin: 0 0 10px 20px;
}
.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.textcenter {
	text-align: center;
}
.textuppercase {
	text-transform: uppercase;
}
.textright {
	text-align: right;
}
.textleft {
	text-align: left;
}
.wp-caption {
}
.wp-caption img {
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
}
blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
/*-------------------------------------------*/
/* Widget settings
/*-------------------------------------------*/
.widget > ul {
	list-style: none;
	margin: -15px 0 0;
	padding: 0;
}
.widget:before, .widget:after {
	display: table;
	line-height: 0;
	content: "";
}
.widget:after {
	clear: both;
}
.widget > ul li a {
	display: block;
	padding: 3px 0 1px;
	font-weight: 400;
	font-size: 13px;
	color: #444;
	position: relative;
}
.widget > ul li a:hover {
	color: #3498db;
}
.widget > ul li span {
	color: #aaa;
}
.widget > ul li a:first-letter {
	text-transform: uppercase;
}
/*-------------------------------------------*/
/* Archieves , Categories , Meta info Widgets
/*-------------------------------------------*/
.widget_categories > ul li a, .widget_archive > ul li a, .widget_meta_info > ul li a {
	padding-left: 20px;
	position: relative;
}
.widget_categories > ul li a:after, .widget_archive > ul li a:after, .widget_meta_info > ul li a:after {
	content: "\e6d4";
	font-family: "blandes";
	position: absolute;
	font-size: 120%;
	left: 0;
	top: 5px;
}
/*-------------------------------------------*/
/* Comments Widget
/*-------------------------------------------*/
.widget_recent_comments ul {
	margin-top: 0;
}
.widget_recent_comments ul li {
	background-color: #f1f1f1;
	padding: 15px 12px;
	margin-bottom: 15px;
	position: relative;
}
.widget_recent_comments ul li:last-child {
	margin-bottom: 0;
}
.widget_recent_comments ul li:before {
	content: "";
	position: absolute;
	display: inline-block;
	border: 8px solid transparent;
	left: 15px;
	bottom: -16px;
	border-top: 8px solid #f1f1f1;
}
.widget_recent_comments ul li a {
	display: inline;
	padding-left: 2px;
}
.widget_recent_comments ul li a:before {
	display: none!important;
}
/*-------------------------------------------*/
/* Recent Entries Widget 
/*-------------------------------------------*/

.widget_recent_entries ul li a {
	padding-left: 0px;
	line-height: 110%;
}
.widget_recent_entries ul li {
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 12px;
}
.widget_recent_entries ul li .post-date {
	font-size: 11px;
}
/*-------------------------------------------*/
/* Recent Posts Widget 
/*-------------------------------------------*/
ul.widget-posts {
	margin-top: 0!important;
}
.widget-posts li {
	padding: 3px 0 10px 70px!important;
	position: relative!important;
	min-height: 70px!important;
	margin-bottom: 10px;
}
.widget-posts li:last-child {
	margin-bottom: 0;
}
.widget-posts li img {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 0;
}
.widget-posts li h6 {
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 17px;
}
.widget-posts li h6 a {
	color: #777;
}
.widget-posts li .date {
	color: #999;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: 400;
}
/*-------------------------------------------*/
/* Tag Colud widget
/*-------------------------------------------*/
.widget_tag_cloud a {
	font-size: 12px !important;
	padding: 2px 8px;
	margin: 0 1px 1px 0;
	display: block;
	float: left;
	border-style: solid;
	border-width: 1px;
	text-decoration: none;
	border-color: #ababab;
	color: #666;
}
/*-------------------------------------------*/
/* widget Search Form
/*-------------------------------------------*/
.search-form {
	position: relative;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 250px;
}
.search-form input[type=text] {
	font-size: 12px;
	color: #aaa;
	width: 100%;
	line-height: 1;
	height: 35px;
	padding: 11px 40px 11px 20px;
	margin: 0;
	display: block;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #dddddd;
	outline: none;
	border-radius: 0!important;
}
.search-form input[type=submit] {
	position: absolute;
	display: none!important;
}
.search-form input[type=submit]:hover {
	background-color: transparent;
	color: #999;
}
/*------------------------------------------------*/
/* footer
/*------------------------------------------------*/

#footer {
	/*border-top: 1px dotted rgba(26, 26, 26, .1);*/
	border-top: 1px solid rgba(255, 255, 255, .3);
	clear: both;
	width: 100%;
	border-bottom: 1px solid #333;
	color: #FFFFFF;
	font-weight: bold!important;
	font-size: large;
	/*line-height: 2em;*/
	background-color: #26272C;
	display: block!important;
	margin-top: 500px;
	-webkit-box-shadow: 0 -8px 6px -6px black;
    -moz-box-shadow: 0 -8px 6px -6px black;
     box-shadow: 0 -8px 6px -6px black;
}
#footer .widget span {
	color: #fff;
	font-weight: bold;
}
#footer .widget span.num {
	color: #FF8636;
}
#footer h4 {
	margin-bottom: 30px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.3em;
	font-family: arial, sans-serif;
	font-weight: bold;
}
#footer .row-fluid {
	margin: 0 -15px!important;
}
#footer .row-fluid [class*="span"] {
	padding: 0 15px!important;
}
#footer .widget {
	margin-bottom: 40px!important;
}
#footer a {
	color: #bbb;
}
#footer a:hover {
	color: #ddd!important;
}
/*-------------------------------------------*/
/* Copyright bottom Section
/*-------------------------------------------*/
#copyright {
	padding: 10px 0 10px;
	color: #777777;
	text-align: right;
	border-top: 1px solid #777777;
	background-color: #0C0C0D;
		-webkit-box-shadow: 0 -8px 6px -6px black;
    -moz-box-shadow: 0 -8px 6px -6px black;
     box-shadow: 0 -8px 6px -6px black;
}
#copyright a {
	color: #999999;
}
#copyright a:hover {
	color: #ffffff;
}
#copyright .copyright-text {
	line-height: 30px;
}
#copyright .social-icons li a {
	border-color: transparent!important;
	font-size: 16px;
	color: #555;
}
#copyright .social-icons li a:hover {
	color: #fff!important;
}
/*------------------------------------------------*/
/* Isotope Settings
/*------------------------------------------------*/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/*------------------------------------------------*/
/* Style selector
/*------------------------------------------------*/
#style-selector {
	position: fixed;
	z-index: 999;
	width: 250px;
	top: 0;
	left: -250px;
	height: 250px;
	padding: 0 0 25px;
	top: 50%;
	overflow: visible;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-ms-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
	background: #fff;
	background: rgba(255,255,255,0.98);
	border: 1px solid #e5e5e5;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 0px 2px 2px rgba(180,180,180,0.2);
	margin-top: -125px;
}
#style-selector.expanded {
	left: 0;
}
#style-selector > div {
	padding: 20px;
}
#style-selector .style-button {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 49px;
	right: -45px;
	color: #666;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	line-height: 43px;
	text-align: center;
	font-size: 18px;
	border-left: none;
}
#style-selector .select-button {
	display: inline-block;
	margin-right: 10px;
	padding: 5px 20px;
	background: #fefefe;
	border: 1px solid #eee;
	color: #aaa!important;
	border-radius: 5px;
	font-size: 12px;
}
#style-selector .select-button.active {
	color: #777!important;
	background: #f7f7f7;
	border: 1px solid #ddd;
}
#style-selector h3 {
	font-size: 13px;
	margin: 0;
	line-height: 50px;
	height: 50px;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
	color: #69696d;
	border-top-right-radius: 5px;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(252,252,252,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fcfcfc', GradientType=0 ); /* IE6-9 */
}
/*------------------------------------------------*/
/* Carousel setting navigation & pagination
/*------------------------------------------------*/
.carousel-container {
	position: relative;
}
.carousel-container.navigation-style2 {
	padding: 0 60px;
}
.carousel-container.navigation-no .carousel-prev, .carousel-container.navigation-no .carousel-next {
/*display: none!important*/
}
.carousel-wrapper {
	margin: 0 -20px 0!important;
}
.carousel-padding-zero {
	margin: 0!important;
}
ul.carousel-items {
	margin: 0 0 50px!important;
	padding: 0;
	list-style: none;
}
.row-fluid [class*="span"] .inner-content ul.carousel-items {
	margin-bottom: 0!important;
}
ul.carousel-items > li {
	float: left;
	padding: 0 20px 0 20px!important;
	display: inline-block;
}
.carousel-padding-zero.carousel-items > li {
	padding: 0px!important;
}
.carousel-prev, .carousel-next {
	width: 40px;
	height: 40px;
	z-index: 12;
	vertical-align: middle;
	position: absolute;
	display: block;
	font-size: 36px;
	line-height: 40px;
	cursor: pointer;
	color: #999;
	color: rgba(0,0,0,0.6);
	margin-top: -20px;
	font-family: 'icomoon';
}
.carousel-container .carousel-next {
	opacity: 0;
	right: 2px;
}
.carousel-container .carousel-prev {
	opacity: 0;
	left: 0;
}
.carousel-prev:hover, .carousel-next:hover {
	color: #3498db;
}
.carousel-prev {
	top: 50%;
	left: 10px;
	text-align: left;
}
.carousel-next {
	top: 50%;
	right: 10px;
	text-align: right;
}
.carousel-next::before, .carousel-prev::before {
	visibility: visible;
	display: block;
	position: absolute;
	z-index: 100;
	background: transparent;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	line-height: 40px;
}
.carousel-prev::before {
	content: "\e007";
	text-indent: -4px;
}
.carousel-next::before {
	content: "\e006";
}
.pagination {
	display: block;
	position: relative;
	line-height: 16px;
}
.pagination a, .pagination span {
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #bebebe;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid transparent;
	margin-right: 16px!important;
	vertical-align: middle;
}
.pagination a.activeSlide, .pagination span.cycle-pager-active {
	background: transparent;
	border: 1px solid #3498db;
	width: 11px;
	height: 11px;
}
.pagination a:focus {
	outline: none;
}
