.recent-tweets > ul li
/* 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
 */
 
 

/* Main Body Styles */
html,
body {
	width: 100%;
	min-height: 100%;
	position: relative;
	font-family:"Open Sans", sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #747474;
	font-weight: 400;
	letter-spacing: normal;
	-webkit-font-smoothing: antialiased!important;
	text-rendering:optimizeLegibility;
}
body {
	
	background-color: white;
	width: 100%;
	-webkit-transition: margin-left 0.3s;
	-moz-transition: margin-left 0.3s;
	-ms-transition: margin-left 0.3s;
	-o-transition: margin-left 0.3s;
	transition: margin-left 0.3s;
	overflow-x: hidden;	
}
body.expanded {
	margin-left: -300px;
}
.boxed-layout {
		max-width: 1200px;
		margin: 0px auto;
		-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.15);
		-moz-box-shadow:	0 0 12px rgba(0, 0, 0, 0.15);
		-ms-box-shadow:		0 0 12px rgba(0, 0, 0, 0.15);
		-o-box-shadow:		0 0 12px rgba(0, 0, 0, 0.15);
		box-shadow:			0 0 12px rgba(0, 0, 0, 0.15);
		background:#ffffff;
}
.boxed-layout #header{ max-width:1200px;}
/* Default Typography */
a {
	color: #3498db;
	-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: #3abcff;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #444;
	margin: 0 0 20px;
	padding: 0;
	-webkit-font-smoothing: antialiased!important;
	font-family: "Open Sans", 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: "Open Sans", sans-serif;
}
h2 {
	font-size: 22px;
	line-height: 125%;
	letter-spacing: 0px;
	font-family:  "Open Sans", sans-serif;
}
h3 {
	font-size: 18px;
	line-height: 125%;
}
h4 {
	font-size: 16px;
	letter-spacing: 0px;
	line-height: 25px;
}
h5 {
	font-size: 16px;
	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: "Open Sans", sans-serif;
	letter-spacing: 2px
}
h4.textuppercase,
h5.textuppercase {
	letter-spacing: 1px;
	font-family: "Open Sans", sans-serif;
}
p {
	padding: 0;
	margin: 0 0 20px
}
p + p {
	margin: -5px 0 20px
}
p.text-medium {
	font-size: 14px
}
.image {
	position: relative;
	overflow: hidden
}
.image img {
	height: auto;
	width: 100%;
	max-width: 100%;
	display: block
}
.hoverlay {
	display: block;
	position: relative
}
.clearfix {
   *zoom:1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.hidden { display:none!important }

.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;
	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
}

/*------------------------------------------------*/
/*  Header 
/*------------------------------------------------*/
#header {
	position:relative;
	width: 100%;
	overflow: visible;
	z-index: 1000;
}
/* Enable full width for default header */
#header.header-v1 .container {
	max-width: 1600px;
	padding: 0;
}

#header.stuck {
	position:fixed;
	top:0;
}

/*------------------------------------------------*/
/*  Top bar
/*------------------------------------------------*/

#top_bar {
	height:45px;
	line-height: 45px;
	overflow:hidden;
	background-color:#333333;
	border-bottom:1px solid transparent
}

#top_bar.type1 .container {
	max-width: 1600px;
	padding: 0 40px;
}

#top_bar .topbar-right-content .contact-info,
#top_bar .topbar-right-content .top-menu,
#top_bar .topbar-right-content .social-icons {
	float: right
}

#top_bar .social-icons li {
	display:inline-block;
	width:35px;
	height:45px;
}

#top_bar .social-icons li a {
	border: 0!important;
	height: 45px;
	line-height: 45px;
	width: 35px;
	font-size: 15px;
	color:#aaa
}
#top_bar .social-icons li a:hover {
	color:#eee;
}

#top_bar .contact-info span {
	color: #aaa;
	line-height: 1;
	padding: 0px 15px;
	border-right: 1px solid #555;
	font-size: 12px;
}
#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
}


/* Topbar Navigation */

#top_bar .top-menu {
	list-style:none;
	margin:0 -15px;
	padding:0;
	margin-top:15px;
}

#top_bar .top-menu > li {
	list-style-type:none;
	padding:0 15px;
	display:inline-block;
	float:left;
	border-right:1px solid #555;
	line-height:1;
}

#top_bar .top-menu > li:last-child {
	border-right:0;
}

#top_bar .top-menu > li a {
	color:#aaa;
}

#top_bar .top-menu > li a:hover{
	color:#ffffff;
}



/*------------------------------------------------*/
/*  main Navigation
/*------------------------------------------------*/

#main_navigation {
	height: 90px;
	width: 100%;
	text-align: left;
	background-color: #fff;
	padding: 0;
	position: relative;
	-moz-box-shadow: 0 2px 3px -1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 2px 3px -1px rgba(0,0,0,0.1);
	-ms-box-shadow:0 2px 3px -1px rgba(0,0,0,0.1);
	box-shadow: 0 2px 3px -1px rgba(0,0,0,0.1);
}
#logo {
	display: inline-block;
	height: 90px;
	max-height: 100%;
	line-height: 78px;
	transition: none;
	-webkit-transition: none;
}
#logo img {
	vertical-align: middle;
	max-height: 100%;
	width: auto;
	max-width: 100%
}

ul.main_menu {
	padding: 0;
	list-style: none;
	margin: 0;
	float:right
}
ul.main_menu li {
	padding: 0;
	display: inline-block;
	float:left;
	position: relative;
	overflow: visible!important;
	margin: 0!important;
	border: 0;
	list-style-type:none!important;
}
ul.main_menu > li > a {
	display: inline-block;
	z-index: 10;
	font-size: 13px;
	font-weight: normal;
	line-height: 78px;
	margin: 0 40px 0 0;
	height: 90px;
	letter-spacing: normal;
	padding: 0px;
	letter-spacing: 0px;
	color: #666;
	font-family: "Open Sans", sans-serif;
	border-top: 2px solid transparent;
	transition: color 0.3s ease
}
.main_menu > li:hover > a,
.main_menu > li > a:hover {
	color: #3498db
}

ul.main_menu  li  a > i {
	margin-right:6px;
	opacity:0.9;
} 

.main_menu > li.current-menu-item a,
.main_menu > li.current-menu-item a:hover,
.main_menu > li.current-page-ancestor a,
.main_menu > li.current-page-ancestor a:hover,
.main_menu > li.current-menu-ancestor a,
.main_menu > li.current-menu-ancestor a:hover,
.main_menu > li.current-menu-parent a,
.main_menu > li.current-menu-parent a:hover,
.main_menu > li.current_page_ancestor a,
.main_menu > li.current_page_ancestor a:hover
.main_menu > li.current-menu-item > a,
.main_menu > li.current-menu-parent > a {
	color: #3498db;
	border-top-color: #3498db
}
.main_menu ul.sub-menu {
	margin:-2px 0 0;
	padding: 0 0 5px;
	background-color: white;
	background-color: rgba(255,255,255,0.97);
	position: absolute;
	top: 100%;
	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;
	opacity:0;
	filter:alpha( opacity = 0);
	-moz-transition:opacity 0.3s ease-in-out;
	-webkit-transition:opacity 0.3s ease-in-out;
	-o-transition:opacity 0.3s ease-in-out;
	transition:opacity 0.3s ease-in-out;
	width:220px;
}

.main_menu ul.sub-menu.offset-left {
	left:auto;
	right:40px;
}


.main_menu li.hover > .sub-menu {
	display:block!important;
	opacity:1;
	filter:alpha( opacity = 100);
}


.main_menu ul.sub-menu .sub-menu {
	left: 100%;
	top:0px;
	margin-left:2px;
}

.main_menu ul.sub-menu.offset-left-level3 .sub-menu{
	left:auto;
	right:100%;
	margin-left:0px;
	margin-right:2px;
}


.main_menu ul.sub-menu li {
	display: block;
	width: 100%;
	margin: 0!important;
	position: relative;
	padding:0 15px!important
}
.main_menu ul.sub-menu li a {
	font-size: 12px;
	text-transform: none;
	color: #777;
	padding: 0 5px;
	line-height: 45px;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #f1f1f1;
	background-color: transparent;
	max-width:100%;
    text-overflow: ellipsis;
	white-space:nowrap;
}
.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 li.current-menu-item > a,
.main_menu .sub-menu li.current-menu-item > a:hover,
.main_menu .sub-menu li.current_page_item > a,
.main_menu .sub-menu li.current_page_item > a:hover
{
	color: #333;
}
.main_menu .sub-menu li a:hover {
	color: #3498db;
}


.main_menu > li > ul.sub-menu.brad-mega-menu {
	padding:15px 0!important;
	max-width:1100px;
}

.main_menu > li > ul.sub-menu.brad-mega-menu .sub-menu{
	width:100%;
	display:block!important;
	padding:0!important;
	position:relative;
	left:0!important;
	top:0!important;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	box-shadow:none;
	z-index:auto;
	background-color:transparent;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	opacity:1;
	filter:alpha(opacity=100);
	border:0!important;
	margin-left:0!important;
	margin-right:0!important;
}

.main_menu > li > ul.sub-menu.brad-mega-menu > li {
	float:left;
	width:100%;
	border-right:1px solid #eee;
	padding:0 15px!important;
	border-bottom:0!important;
}


.brad-mega-menu .brad-megamenu-title{
	padding:0 10px 5px;
	font-weight:600;
	color:#666;
	font-size:12px;
}


.brad-mega-menu .brad-megamenu-title i{
	margin-right:6px;
	opacity:0.9
	
}


.main_menu > li > ul.sub-menu.brad-mega-menu  .sub-menu li{
	padding:0!important;
}

.main_menu > li > ul.sub-menu.brad-mega-menu  .sub-menu li a {
	padding:0 10px!important;
	line-height:40px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	border-radius:4px;
	border-bottom:0!important;
}

.main_menu > li > ul.sub-menu.brad-mega-menu  .sub-menu li a:hover{
	background-color:#f5f5f5;
}

.main_menu > li > ul.sub-menu.brad-mega-menu > li:last-child{
	border-right:0;
}

.main_menu > li > ul.sub-menu.brad-mega-menu.columns-2 > li {
	width:50%;
}


.main_menu > li > ul.sub-menu.brad-mega-menu.columns-3 > li {
	width:33.333%;
}

.main_menu > li > ul.sub-menu.brad-mega-menu.columns-4 > li {
	width:25%;
}

.main_menu > li > ul.sub-menu.brad-mega-menu.columns-5 > li {
	width:20%;
}

.main_menu > li > ul.sub-menu.brad-mega-menu.columns-6 > li {
	width:16.667%;
}


/*------------------------------------------------*/
/*  header serach button and panel 
/*------------------------------------------------*/

#header-search-button {
	padding: 0px;
	line-height: 84px;
	height: 90px;
	font-size: 16px;
	float: right;
	width:auto
}
.search-button {
	display: inline-block;
	color: #666;
	transition: color 0.3s ease
}
.search-button:hover {
	color: #3498db
}

/*--------------------------------------------------------------------*/
/* Header Styles accordiong to header type
/*--------------------------------------------------------------------*/

.no-menu {
	margin-top:35px; padding:0 30px;
}
.header-v1 .logo-container {
	width: auto!important;
	max-width: 30%;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right: 1px solid #eee
}
.header-v1 .main_menu {
	float: left;
	margin-left: 50px
}
.header-v1 .no-menu {
	margin-left:20px;
	float:left;
}
.header-v1 #header-search-button {
	width: 90px;
	text-align:center;
    border-left: 1px solid #eee;
}
.header-v2 .main_menu {
	float:right;
}

.header-v1 .no-menu {
	float:right;
	text-align:right;
}

.header-v3 .main_menu {
	float:left;
}
.header-v3 .no-menu {
	float:left;
}
.header-v3 #logo {
	float:right;
}
.header-v3 #header-search-button {
	margin-left:15px;
}
.header-v4 .navigation-menu , .header-v5 .navigation-menu {
	border-top:1px solid #eee;
	width:100%;
	background:#fff;
	display:block;
	height:50px;
}
.header-v4 ul.main_menu  { float:left; }
.header-v4 .no-menu {
	float:left;
}
.header-v4 ul.main_menu > li > a , .header-v5 ul.main_menu > li > a {
	height:50px;
	line-height:43px;
}

.header-v4 #main_navigation , .header-v5 #main_navigation {
	height:136px;
}

.header-v4 .h4-search-form {
	margin-top:25px;
	float:right;
	max-width:450px;
}

.header-v4 h4.slogan{
	display:inline-block;
	float:right;
	line-height:85px;
	margin-bottom:0;
	margin-right:15px;
	color:#757575
}

.header-v4 h4.slogan{
	display:inline-block;
	float:right;
	line-height:85px;
	margin-bottom:0;
	margin-right:15px;
	color:#757575
}

.header-v5 .logo-container {
	text-align:center;
	width:100%;
}
.header-v5 .navigation-menu{
	text-align:center;
}

.header-v5 ul.main_menu {
	float:left
}

.header-v5 .no-menu {
	float:left;
}

.header-v5 #header-search-button {
	line-height: 50px;
	height: 50px;
	width:auto;
	float:right
}

/*-------------------------------------------------------------------*/
/*  Toggle mobile menu  that will be displayed on smartphone devices
/*-------------------------------------------------------------------*/

#toggle-menu {
	display: none;
}
#toggle-menu .toggle-menu {
	color: #999;
	width: auto;
	height:60px;
	font-size: 20px;
	text-align: right;
	line-height:60px;
	display:block;
	margin:0;
	padding:0 20px 0 20px
}
#toggle-menu .toggle-menu:hover,
#toggle-menu .toggle-menu.active {
	color: #3498db;
}
/*------------------------------------------------*/
/* Mobile Navigation 
/*------------------------------------------------*/

#mobile_navigation {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    background-color: #f5f5f5;
    color: #666666;
    display: block;
    z-index: 30;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    -ms-transition: right 0.3s;
    -o-transition: right 0.3s;
    transition: right 0.3s;
	border-left:1px solid #e5e5e5;
	overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
#mobile_navigation .mobile_menu {
    padding: 0;
	margin:0;
    list-style: none;
	max-height: 100%; 
}
#mobile_navigation .mobile_menu  > li {
	display:block;
	width:100%
}
#mobile_navigation .mobile_menu > li > a {
    color: #666;
    font-weight: 500;
    font-size: 13px;
    line-height: 55px;
    height: 55px;
    display: block;
    position: relative;
    font-family: "Open Sans" , sans-serif;
	border-bottom:1px solid #e5e5e5;
	border-right:3px solid transparent;
	padding:0 20px;
	transition:all 0.3s ease-in-out
}
#mobile_navigation .mobile_menu > li.current-menu-item > a,
#mobile_navigation .mobile_menu > li.current-menu-item > a:hover,
#mobile_navigation .mobile_menu > li.current-page-ancestor > a,
#mobile_navigation .mobile_menu > li.current-page-ancestor > a:hover,
#mobile_navigation .mobile_menu > li.current-menu-ancestor > a,
#mobile_navigation .mobile_menu > li.current-menu-ancestor > a:hover,
#mobile_navigation .mobile_menu > li.current-menu-parent > a,
#mobile_navigation .mobile_menu > li.current-menu-parent > a:hover,
#mobile_navigation .mobile_menu > li.current_page_ancestor > a,
#mobile_navigation .mobile_menu > li.current_page_ancestor > a:hover
#mobile_navigation .mobile_menu > li.current-menu-item > a,
#mobile_navigation .mobile_menu > li.current-menu-parent > a ,
#mobile_navigation .mobile_menu > li > a:hover {
    color: #222 ; 
	background-color:#fff
}
#mobile_navigation .mobile_menu > li .sub-menu {
    margin: 0;
    padding: 0;
    list-style: 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: #888;
    font-size: 12px;
    line-height:40px;
	font-family:"Open Sans", sans-serif;
	padding:0 20px 0 40px;
	border-bottom:1px solid #e5e5e5;
	display:block;
	position:relative
}
#mobile_navigation .mobile_menu > li .sub-menu .sub-menu li a {
	padding-left:50px
}
#mobile_navigation .mobile_menu > li .sub-menu li a:after { 
    content:""; 
	display:inline-block; 
	width:8px; 
	left:20px; 
	height:1px; 
	background:#888; 
	top:20px;
	position:absolute
}
#mobile_navigation .mobile_menu > li .sub-menu .sub-menu li a:before { 
    content:""; 
	display:inline-block;
	width:8px; 
	left:30px;
	height:1px; 
	background:#888; 
	top:20px; 
	position:absolute
} 	
#mobile_navigation .mobile_menu > li .sub-menu li a:hover {
    color: #444
}
#mobile_navigation .mobile_menu > li .sub-menu li.active a { color:#444}
body.expanded #mobile_navigation {
    right: 0em;
}
#mobile_navigation .mobile_menu > li.active > a {
	background:#fff;
	color:#222;
	border-right-color:#3498db
	}

/*------------------------------------------------*/
/*  header sticky panel and shrink the main nav 
/*------------------------------------------------*/

#main_navigation.shrinked {
	height: 60px;
	background-color: rgba(255,255,255,0.95)
}
#main_navigation.shrinked #logo,
#main_navigation.shrinked #header-search-button,
#main_navigation.shrinked ul.main_menu > li > a {
	line-height: 55px;
	height: 60px
}

#header-search-panel {
	height: 120px;
	background-color: #f5f5f5;
	display: none;
	position: absolute;
	left: 0;
	z-index: 12;
	width: 100%;
	max-width: 100%;
	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: middle;
	-webkit-font-smoothing: antialiased
}
#header-search:focus {
	outline: none!important;
	color: #222
}
#header-search-panel .fake-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
}
#header-search-panel input[type="submit"] {
	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 .fake-submit-button {
	color: #3498db
}

/*------------------------------------------------*/
/*  Titlebar 
/*------------------------------------------------*/
#titlebar {
	background: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 25px 0 30px 0;
	position: relative
}
#titlebar.style2 { padding:0 }
#titlebar.style2 .container > .row-fluid {
	position: relative;
	height: 200px;
	min-height: 300px;
	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 .titlebar-overlay.style2 {
	background-color:rgba(0,0,0,0.65);
}
#titlebar {
	background-position: center center;
}
#titlebar h1 {
	color: #999;
	margin: 0px;
	font-size: 18px;
	font-weight: 400;
	width: 50%;
	float: left;
	text-align: left;
	letter-spacing: 0px;
	font-family: "Open Sans", sans-serif;
}
#titlebar.style2 h1 {
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 41px;
	font-weight: 500;
	letter-spacing: 2px;
	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 h2 {
	font-family: "Libre Baskerville", "Times New Roman", Times, serif;
	font-size: 24px;
	-webkit-font-smoothing: antialiased!important;
	-webkit-backface-visibility: visible!important;
	font-style: italic
}
#titlebar.style2 h2 {
	line-height: 40px;
	text-align: center;
}
#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.style2 #breadcrumbs{
	width:100%;
	text-align:center;
	float:none;
}
#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: "Open Sans", 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
}

blockquote p {
	margin-bottom:0
}
/*========================================================*/
/* 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: 29px;
	color: #aaa;
	font-size: 14px;
	font-weight: normal!important;
	border-radius: 50%;
	border: 1px solid #e5e5e5
}
.social-icons a:hover {
	border-color: #3498db;
	color: #3498db
}
/*------------------------------------------------*/
/*  Standard post
/*------------------------------------------------*/
.post {
	margin-bottom: 60px
}
.post .post-single {
	margin-bottom: 40px
}
.post-standard .post-right-container {
	margin-left: 100px
}
.post-standard .image > img,
.post-standard .image > .overlay {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px
}

.post-standard .post-left-container {
	position: relative;
	float: left;
	width: 100px;
	text-align: right;
	padding-right: 25px
}
.post-standard .post-date-container .date,
.cbp_tmtimeline .date {
	width: 80px;
	height: 80px;
	text-align: center;
	background-color: #f4f4f4;
	box-shadow: 0 0px 2px 0 rgba(180,180,180,0.2);
	display: inline-block;
	border-radius: 50%;
	position: relative;
	-webkit-backface-visibility: hidden
}
.post-standard .post-date-container .day,
.cbp_tmtimeline .day {
	font-size: 33px;
	color: #666;
	font-weight: 300;
	position: absolute;
	right: 3px;
	width: 100%;
	bottom: 20px;
	text-align: center
}
.post-standard .post-date-container .day,
.cbp_tmtimeline .day > span {
	display: inline-block
}
.post-standard .post-date-container .day .th,
.cbp_tmtimeline .day .th {
	position: absolute;
	font-size: 16px;
	line-height: 18px;
	top: -10px;
	right: 7px
}
.post-standard .post-date-container .month,
.cbp_tmtimeline .month {
	font-size: 13px;
	font-weight: 400;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 12px
}
.post-standard .post-meta-container {
	margin: 25px 0px 20px 0;
	padding: 15px 0 10px;
	position: relative
}
.post-standard .post-meta-container:before {
	content: "";
	position: absolute;
	right: 0;
	width: 40px;
	height: 1px;
	background: #ddd;
	top: 0
}
.post-standard .post-meta-container:after {
	content: "";
	position: absolute;
	right: 0;
	width: 40px;
	height: 1px;
	background: #ddd;
	bottom: 0
}
.post-standard .post-meta-container > div {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 17px;
	color: #aaa;
}
.post-standard .post-meta-container > div span {
	line-height: 16px;
	padding-right: 4px
}
.post .post-meta-container span a {
	color: #555
}
.post .post-meta-container span a:hover {
	color: #3498db
}
.post-standard .post-meta-container > div span.label {
	display: block;
	clear: both;
}
.post-standard 	.flexslider {
	margin-bottom: 30px;
}
.post-standard .post-info-container {
		padding-bottom: 40px;
}

.post-standard .standard-post-divider{
	overflow:hidden;
	margin-right:-30px!important;
	position:relative;
	clear:both;
	height:1px;
}

.post-standard .standard-post-divider:after{
	content:"";
	display:inline-block;
	position:absolute;
	top:0;
	width:100%;
	height:1px;
	left:100px;
	background:#e5e5e5;
}

.post-info-container p.excerpt{
	margin-bottom:0;
}

.post-single .post-info-container {
	border-bottom: 0;
	padding-bottom: 0
}

.post-standard .post-info-container h2 {
	margin-bottom: 10px;
	font-size: 21px
}

.post-single .post-info-container h2 {
	margin-bottom: 25px
}
.post-standard .post-info-container .readmore {
	margin-top: 20px
}
.post-standard .post-meta-container > div {
}
.post-standard .post-comment-info {
	margin-right: 10px
}
.post .post-comment-info a {
	color: #666
}
.post .post-comment-info a:hover {
	color: #222
}
.post .post-comment-info i {
	margin-right: 6px
}

/*---------------------------------------------*/
/* FULL WIDTH ALTERNATE
/*---------------------------------------------*/
.post-full-width-alternate {
	border-bottom: 2px solid #eee;
	padding-bottom: 40px;
	margin-bottom: 70px
}
.post-full-width-alternate:last-child {
	margin-bottom: 50px
}
.post-full-width-alternate .post-info-container {
	max-width: 800px;
	margin: 25px auto 0
}

.post-full-width-alternate .post-info-container .title-container {
	padding: 25px 5px 30px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
	margin-bottom: 30px
}
.post-full-width-alternate .post-info-container .title-container h2 {
	width: 80%;
	max-width: 80%;
	padding-right: 20px;
	float: left;
	margin-bottom: 0;
	line-height: 120%;
	font-size: 21px
}
.post-full-width-alternate .post-info-container .title-container .readmore {
	width: 20%;
	text-align: right;
	float: left;
	padding-top: 6px
}
.post-full-width-alternate .post-meta-container {
	width: 100%;
	position: relative;
	margin-top: 40px
}
.post-full-width-alternate .post-meta-container .meta-left-content {
	text-align: right;
	width: 50%;
	float: left;
	padding-right: 50px;
	max-width: 50%;
	overflow: hidden
}
.post-full-width-alternate .post-meta-container .meta-right-content {
	text-align: left;
	width: 50%;
	float: left;
	padding-left: 50px;
	max-width: 50%;
	overflow: hidden
}
.post-full-width-alternate .post-meta-container ul {
	margin: 0;
	padding: 0;
	list-style: none
}
.post-full-width-alternate .post-meta-container ul > li {
	display: inline-block;
	padding: 0 7px;
	color: #999;
	font-size: 13px;
	line-height: 76px
}
.post-full-width-alternate .post-meta-container ul > li .label {
	color: #bcbcbc;
	padding-right: 2px
}
.post-full-width-alternate .post-meta-container .avatar {
	position: absolute;
	left: 50%;
	margin-left: -35px;
	top: 0;
	width: 70px;
	height: 70px
}
.post-full-width-alternate .post-meta-container .avatar img {
	border-radius: 50%;
	width: 70px;
	height: 70px;
	display: block;
	box-shadow: 0 2px 2px 0 rgba(180,180,180,0.2)
}
/*------------------------------------------------*/
/*  Blog timeline Layout
/*------------------------------------------------*/

.cbp_tmtimeline {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.cbp_tmtimeline > li {
	position: relative;
	margin-bottom: 60px
}
/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 3px;
	background: #f5f5f5;
	left: 120px;
	margin-left: -10px;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 110px;
	position: absolute;
	left: 0;
	top: -30px
}
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin-left: 150px;
	top: -10px;
	position: relative;
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #e5e5e5;
	border-width: 8px;
	top: 10px;
}
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 14px;
	height: 14px;
	position: absolute;
	color: #fff;
	background: #eee;
	border-radius: 50%;
	text-align: center;
	left: 120px;
	top: 0;
	margin: 0 0 0 -16px;
	-webkit-backface-visibility: hidden
}
 @media screen and (max-width: 47.2em) {
.cbp_tmtimeline:before {
	display: none;
}
.cbp_tmtimeline > li .cbp_tmtime {
	width: 100%;
	position: relative;
}
.cbp_tmtimeline > li .cbp_tmlabel {
	margin-left: 0
}
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: auto;
	left: 30px;
	border-right-color: transparent;
	border-bottom-color: #e5e5e5;
	top: -16px;
}
.cbp_tmtimeline > li .cbp_tmicon {
	display: none
}
}

/*------------------------------------------------*/
/*  page nav
/*------------------------------------------------*/

.page-nav-container {
	margin-bottom: 50px!important
}
.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;
	background: transparent;
	overflow: hidden;
	float: left;
	font-size:12px;
}
.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 span.page-next , .page-nav span.page-prev {
	width:auto;
}
.page-nav span.page-next a , .page-nav span.page-prev a {
	padding:0 10px
}
.page-nav span a i {
	vertical-align:middle;
	margin-left:3px
}
.page-nav span.page-prev a i {
	 margin-left:0px;
	 margin-right:3px
}
.page-nav-info {
	line-height: 35px;
	font-size: 12px;
	text-align: right
}

/*------------------------------------------------*/
/* Single Page Links
/*------------------------------------------------*/
.page-links {
	margin-top: 20px;
	margin-bottom:20px;
	border: 1px solid #e4e4e4;
	padding: 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.page-links p{
	margin-bottom: 0;
}

.page-links:empty {
	display: none!important;
}

/*------------------------------------------------*/
/* search Result Page
/*------------------------------------------------*/

.search-results-box {
	padding-bottom:50px;
	border-bottom:1px solid #e5e5e5;
	padding-right:35px;
	margin-right:-35px
}

.search-results-box > h3 {
	margin-bottom:8px;
}
.search-results-box p {
	margin-bottom:30px;
}

.post-search-container{
	margin-top:50px;
}

.post-search-container > h4{
	margin-bottom:40px
}

.post-search {
	position:relative;
	padding-left:100px;
	margin-bottom:40px;
	min-height:80px;
}

.post-search .search-type {
	width:80px;
	height:80px;
	line-height:78px;
	display:inline-block;
	font-size:32px;
	color:#999999;
	border:1px solid #bbb;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	position:absolute;
	left:0;
	top:0
}

.post-search .search-image img {
	position:absolute;
	left:0;
	top:0;
	width:80px;
	height:80px;
	-webkit-border-radius:50%;
	border-radius:50%;
}
	
.post-search .search-info h2{
	margin-bottom:8px	
}



.post-search .search-info .excerpt {
	margin-top:10px;
	margin-bottom:0
}


/*-----------------------------------------------*/
/* Additonal Support for Post Types
/*-----------------------------------------------*/

.aside-container {
	padding:20px 30px;
	border:1px solid #eee;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.aside-container .aside-info {
	margin:0 -30px;
	padding:10px 30px 10px;
	border-top:1px solid #eee;
	display:block;
}

.aside-container .aside-info span{
	float:left;
	font-size:12px;
	display:inline-block;
	color:#aaaaaa;
}

.aside-container .aside-info span.icon{
	float:right;
	width:24px;
	height:24px;
	line-height:24px;
	border:1px solid #e5e5e5;
	-webkit-border-radius:50%;
	border-radius:50%;
	display:inline-block;
	text-align:center;
	margin-top:-4px
}


/*------------------------------------------------*/
/*  Post Content
/*------------------------------------------------*/

ul , ol {
	margin-left: 20px;
	margin-bottom: 20px;
}

ul ul ,  ol ol ,  ul ol ,  ol ul  {
	margin-bottom:0;
}


 dl {
	margin-bottom:20px;
}
 dl dt {
	font-weight:600;
}
 dl dd{
	padding-left:20px;
}

 ul li {
	list-style: disc;
	list-style-position: outside;
	line-height:23px
}

 ol li {
	list-style: decimal;
	list-style-position: outside;
	line-height:23px
}

 img {
	max-width: 100%;	
	height: auto;
}

code {
   display: block;
   padding: 15px 20px 15px 20px;
   background-color: #ebebeb;
   font: 12px "Andale Mono",Courier,"Courier New",monospace;
   max-width:100%;
}

.form-allowed-tags code {
	margin-top:15px;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre-wrap!important;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;    
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height:1.6
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	padding:8px 15px;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

.wp-caption {
    max-width: 100%;
}

.wp-caption .wp-caption-text {
	text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
	font-size:12px;
}

/* Native wordpress gallery code */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-icon a , .gallery-icon a img{
	display:block!important;
	width:100%!important;
	height:auto!important;
}


.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-1 .gallery-item {
	width:100%!important;
	height:auto;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.post-password-form input[type="password"]{
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
}
/*------------------------------------------------*/
/*  single-page extra content
/*------------------------------------------------*/
.post-extra-box {
	display: block;
	padding: 40px 0;
	margin-right: -30px;
	padding-right: 30px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	margin-top: -1px
}
.post-extra-box h4 {
	margin-bottom: 25px
}
.post-extra-left-content {
	width: 30%;
	float: left;
	padding-right: 20px
}
.post-extra-left-content h4 {
	margin-bottom: 0
}
.post-extra-right-content {
	width: 70%;
	float: left
}
.post-extra-right-content h4 {
	margin-bottom: 20px
}
.post-extra-box .post-share {
	float: right
}
.post-extra-box .avatar {
	width: 80px;
	height: 80px;
	float: left;
}
.post-extra-box .avatar img {
	border-radius: 50%;
	box-shadow: 0 2px 2px 0 rgba(180,180,180,0.2)
}
.post-extra-box .avatar + p {
	margin-left: 100px;
	font-size: 12px
}
/*--------------------------------------------------*/
/* 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.comment > div , .commentlist li.pingback > div {
	margin: 0;
	overflow: hidden;
	margin-top: 35px;
	position: relative;
	padding-left: 80px;
}

.commentlist li.pingback > div {
	padding-left:0;
}

/* 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 ; margin-right:10px
}
.commentlist .reply a:hover {
	text-decoration: underline
}
.commentlist li.comment > div p {
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 8px
}
.comment-reply-title {
	display:none;
}

#cancel-comment-reply-link {
	margin-bottom:10px;
	display:inline-block;
}
.comment-author a {
	color: inherit;
}
#respond {
	clear: both;
	display: block;
	border-top: 1px solid #eee;
	padding-top: 40px;
	padding-right: 30px;
	margin-right: -30px;
	margin-top:-1px;
}
#respond > h4 {
	margin-bottom: 5px
}
#respond > p {
	margin: 0 0 20px;
	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;
	border-left:1px solid #e5e5e5
}
.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
}
/*------------------------------------------------*/
/*  post share
/*------------------------------------------------*/
.post-share {
	display: block;
	margin-bottom: -20px;
	opacity:0
}
.post-share > span {
	display: inline-block;
	padding: 2px 15px!important;
	border-left: 1px solid #eee;
	margin-bottom: 20px
}
.post-share > span:last-child {
	border-right: 1px solid #eee
}
.post-share > span a {
	color: #444;
	display: inline-block;
	font-size: 15px!important;
}
.post-share > span a:hover {
	color: #3498db
}
.post-share > span a i {
	margin-right: 8px;
}
/*------------------------------------------------*/
/*  Project Info
/*------------------------------------------------*/
.project-info > div {
	border-top: 2px solid #eee;
	padding-top: 20px;
	padding-bottom: 40px;
	display: block;
	clear: both
}
.project-info > div:last-child,
.project-info > div:last-child h4 {
	padding-bottom: 0;
	margin-bottom: 0
}
.project-info > div > div {
	width: 60%;
	float: left;
	padding-top: 3px
}
.project-info > div > div.label {
	width: 40%;
	padding-top: 0
}
.project-info > div > div > span {
	padding: 0 6px
}
.project-info > div > div > span a:not(.button) {
	color: #888;
	font-size: 12px;
	line-height: 22px;
}
.project-info > div > div > span a:not(.button):hover {
	color: #3498db
}


/*=========================================================*/
/* 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: "Open Sans", 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%;
}
/*-------------------------------------------*/
/* Wordpress Default Calender Widget 
/*-------------------------------------------*/
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #333;
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
}
#wp-calendar thead {
	font-size: 10px;
}
#wp-calendar thead th {
	padding-bottom: 10px;
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 8px;
	text-align: center;
}
#wp-calendar tbody td:hover {
	background: #fff;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	font-size: 10px;
	text-align: right;
	text-transform: uppercase;
}
#wp-calendar tfoot #prev {
	font-size: 10px;
	padding-top: 10px;
	text-transform: uppercase;
}
.widget ul > li {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
}
#footer .widget > ul > li {
	border-bottom: 1px solid #333;
}
/*-------------------------------------------*/
/* 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 {
	display: block;
	padding: 12px 0 10px;
}
.widget > ul > li > a { color: #444; }
.widget > ul > li > a:hover {
	color: #3498db
}
.widget > ul > li > span {
	color: #444
}
.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 > ul > li > a{
	padding:3px 0 3px 20px;
	position: relative;
	display:block
}
.widget_categories > ul > li > a:after,
.widget_archive > ul > li > a:after,
.widget_meta > ul > li > a:after {
	content: "\e6d4";
	font-family: "blandes";
	position: absolute;
	font-size: 120%;
	left: 0;
	top: 3px
}
/*-------------------------------------------*/
/* 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:after {
	display: none!important
}
/*-------------------------------------------*/
/* Recent Entries Widget 
/*-------------------------------------------*/

.widget_recent_entries ul li a {
	padding-left: 0px!important;
	line-height: 110%
}
.widget_recent_entries ul li a:after{
	display:none!important;
}
.widget_recent_entries ul li {
	padding-top: 8px;
	padding-bottom: 10px;
	font-size: 12px
}
.widget_recent_entries ul li .post-date {
	font-size: 12px
}
/*-------------------------------------------*/
/* 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: 13px;
	line-height: 17px
}
.widget-posts li h6 a {
	color: #777
}
.widget-posts li h6 a:hover{ color:#3498db}

.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: 500px
}

.search-form > div {
	position:relative;
	padding:0;
}

.search-form > div:after{
	content:"\0030";
	position:absolute;
	right:8px;
	top:7px;
	color:#999;
	font-family:"icomoon";
	font-size:14px;
}

.search-form input[type=text] {
	background: white;
	font-size: 12px;
	color: #aaa;
	width: 100%;
	line-height: 1;
	height: 35px;
	padding: 11px 40px 11px 15px;
	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"] {
	display: none!important
}

.search-form input[type=text]:focus {
	border-color:#3498db;
}

/*-------------------------------------------*/
/* Recent Tweets widget
/*-------------------------------------------*/

#footer .recent-tweets > ul { 
    margin-top:-10px;
}
.recent-tweets > ul li {
	position: relative;
	padding: 0 10px 30px 40px!important;
	border-bottom: 0;
	list-style:none!important;
}

.recent-tweets > ul li:last-child {
	padding-bottom: 0!important
}
.recent-tweets > ul li:after {
	content: "\e6f4";
	font-family: blandes;
	position: absolute;
	top: 5px;
	left: 0;
	color: #aaa;
	font-size: 26px;
	-webkit-font-smoothing: antialiased!important
}
.recent-tweets > ul li a {
	font-size: 12px;
	margin-top: 5px
}
/*=========================================================*/
/* flickr widget + recent work
/*=========================================================*/

.flickr_widget img,
.recent-works-items img {
	display: block;
	width: 100%;
	border-radius: 2px;
	height: auto;
}
.flickr_widget a,
.recent-works-items > a {
	float: left;
	padding: 0 0 5px 4px;
	width: 33.333%
}
.flickr_widget a:hover img,
.recent-works-items a:hover img {
	opacity : 0.7;
}
/*------------------------------------------------*/
/* footer
/*------------------------------------------------*/

#footer {
	width: 100%;
	position: relative;
	padding-top: 50px!important;
	padding-bottom: 30px!important;
	background-color: #222222;
	border-bottom: 1px solid #333;
	color: #888;
	font-size: 12px
}
#footer .widget span {
	color: #888
}
#footer .widget h4 {
	margin-bottom: 30px;
	color: #999;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
}
#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!important
}
#footer a:hover {
	color: #ddd!important
}
/*-------------------------------------------*/
/* Copyright bottom Section
/*-------------------------------------------*/
#copyright {
	padding: 10px 0 10px;
	background: #1a1a1a;
	color: #777777;
}
#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;
}

/*------------------------------------------------*/
/*  Carousel setting navigation & pagination
/*------------------------------------------------*/

.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'
}


a.carousel-prev:hover,
a.carousel-next:hover {
	color: #3498db
}
.carousel-prev {
	top: 50%;
	left: 10px;
	text-align: left
}
.carousel-next {
	top: 50%;
	right: 10px;
	text-align: right
}
a.carousel-next::before, span.carousel-next a ,
a.carousel-prev::before,span.carousel-prev a {
	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 , span.carousel-prev a {
	content: "\e007";
	text-indent: -4px;
}
.carousel-next::before , span.carousel-next a {
	content: "\e006";
}

.carousel-container .carousel-prev,
.carousel-container .carousel-next{
	width:30px;
	height:50px;
	color:#ffffff!important;
	background-color:#3498db;
	font-size:18px;
	line-height:50px
}
.carousel-container:hover .carousel-prev:hover,
.carousel-container:hover .carousel-next:hover{
	opacity:1
}

.carousel-container .carousel-prev::before,
.carousel-container .carousel-next::before{
	line-height:50px;
}

.carousel-container .carousel-next {
	opacity: 0;
	right: 0px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
}

.carousel-container .carousel-prev {
	opacity: 0;
	left: 0;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
}


.carousel-container:hover  .carousel-next,
.carousel-container:hover  .carousel-prev {
	opacity:0.7;
}
.posts-carousel-container  .carousel-next,
.posts-carousel-container  .carousel-prev{
	margin-top:-70px;
}
.carousel-container {
	position: relative
}

.carousel-wrapper {
	margin:0;
}
	
.carousel-wrapper.carousel-with-padding-yes {
	margin: 0 -20px!important;
}
.carousel-items {
	margin: 0!important;
	padding: 0;
	opacity: 0
}
.carousel-items.bottom-margin-yes { 
    margin-bottom:50px!important
}
ul.carousel-items { 
    list-style: none;
}
.carousel-items > li , .carousel-items > div {
	float: left;
	padding: 0px!important;
	display: inline-block
}
.carousel-wrapper.carousel-with-padding-yes .carousel-items > li ,
.carousel-wrapper.carousel-with-padding-yes .carousel-items > div {
	padding:0 20px!important
}

.carousel-items > li > .inner-content , .carousel-items > div > .inner-content { 
    padding-bottom:0!important 
}

.pagination {
	display: block;
	position: relative;
	line-height: 16px
}

.pagination > .bx-pager > div { display:inline-block }
.testimonial-pagination > .bx-pager { text-align:center}
.pagination a {
	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.active {
	background: transparent;
	border: 1px solid #3498db;
	width: 11px;
	height: 11px;
}
.pagination a:focus {
	outline: none;
}

/*---------------------------------------------------*/
/* Error 404 */
/*---------------------------------------------------*/

.section-error {
	padding:150px 0 100px!important;
}
#error-404{
	text-align:center;
}

#error-404 h1 {
	font-size:105px;
	font-family:inherit;
	font-weight:400;
	color:#dddddd;
	text-transform:uppercase
}

#error-404 p  {
	font-size:16px;
	font-weight:300;
}

.search-form-404 {
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
	margin-left:-40px;
	padding-left:40px;
	border-left:2px solid #eee
}
 
.search-form-404 p{
	margin-bottom:25px;
}