/* ==========================================================================
   Typography
   ========================================================================== */
   
html, body, div, span, h1, h2, h3, h4, h5, h6, p {
}
body {
	font-size: 13px;
}
p {
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
	line-height: 1em;
}
h1 {
	font-size: 2.4em;
}
h2 {
	font-size: 2em;
}
h3 {
	font-size: 1.7em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.1em;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
   
.btn {
	font-size: 12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 9px 15px;}
.btn-mini {
	padding: 3px 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.btn, .btn-primary, .btn-warning, .btn-danger, .btn-success, .btn-info, .btn-inverse
{
	background: none;
	background-image: none;
	border: none;
}
/* button colors */
.btn {
	background-color: #ebebeb;
}
.btn-primary:hover {
	opacity: 0.9;
}
.btn-warning {
	background-color: #ffc40d;
}
.btn-warning:hover {
	background-color: #f8bc00;
}
.btn-danger {
	background-color: #da4f49;
}
.btn-danger:hover {
	background-color: #bd362f;
}
.btn-success {
	background-color: #85b92a;
}
.btn-success:hover {
	background-color: #75a326;
}
.btn-info {
	background-color: #049cdb;
}
.btn-info:hover {
	background-color: #018cc6;
}
.btn-inverse {
	background-color: #333;
}
.btn-success:hover {
	background-color: #75a326;
}
/* Social Buttons */
.btn-facebook {
	background-color: #3c589d;
}
.btn-facebook:hover {
	background-color: #314982;
}
.btn-twitter {
	background-color: #2eaaf4;
}
.btn-twitter:hover {
	background-color: #2999db;
}
.btn-google {
	background-color: #333;
}
.btn-google:hover {
	background-color: #2a2a2a;
}
.btn-linkedin {
	background-color: #005180;
}
.btn-linkedin:hover {
	background-color: #013b5d;
}
.btn-vimeo {
	background-color: #1BB7EA;
}
.btn-vimeo:hover {
	background-color: #18a2cf;
}
.btn-youtube {
	background-color: #C81414;
}
.btn-youtube:hover {
	background-color: #ac1212;
}
.btn-flickr {
	background-color: #F1628B;
}
.btn-flickr:hover {
	background-color: #dc5e8a;
}
.btn-dribbble {
	background-color: #f26798;
}
.btn-dribbble:hover {
	background-color: #dc5e8a;
}
.btn-rss {
	background-color: #FE9900;
}
.btn-rss:hover {
	background-color: #dc8501;
}

/* ==========================================================================
   Pagination
   ========================================================================== */
.pagination {
	margin: 27px 0 20px;
}
.pagination ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {
	-webkit-border-bottom-left-radius: 1px;
	border-bottom-left-radius: 1px;
	-webkit-border-top-left-radius: 1px;
	border-top-left-radius: 1px;
	-moz-border-radius-bottomleft: 1px;
	-moz-border-radius-topleft: 1px;
}
.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
	-webkit-border-top-right-radius: 1px;
	border-top-right-radius: 1px;
	-webkit-border-bottom-right-radius: 1px;
	border-bottom-right-radius: 1px;
	-moz-border-radius-topright: 1px;
	-moz-border-radius-bottomright: 1px;
}
.pagination ul>.active>a, .pagination ul>.active>span,
.pagination ul>li>a:hover, .pagination ul>li>a:focus {
	color: #fff;
}
.pagination ul>li>a, .pagination ul>li>span {
	border: none;
	margin-right: 3px;
}

/* ==========================================================================
   Input fields
   ========================================================================== */

select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height: 28px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
textarea {
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border: 1px solid #ededed;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus {
	border: solid 1px #bbb;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
} 
input.input-block-level {
	height: 38px;
}
.alert {
	padding: 9px 35px 9px 14px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.form-horizontal .control-label {
	padding-top: 11px;
}
label {
	font-size: inherit;
}
form.form-search {
	margin: 0;
}

/* ==========================================================================
   Base
   ========================================================================== */

body { }



/* =============================================================================
   Header
   ========================================================================== */

.banner { }
.navbar-inverse .navbar-inner {
	background-image: none;border: none;
}
.navbar-inverse .brand, .navbar-inverse .nav>li>a, .dropdown-menu>li>a {
	color: rgba(255,255,255,0.85);
}
.logo {
	float: left;
}
.logo-text h1 {
	font-size: 24px;
}
.logo-text a {
	text-decoration: none;
}

/* =============================================================================
   Main navigation
   ========================================================================== */

/* reset bootstrap menu */
.navbar .nav {
	margin: 0 0 0 10px;
	float: right;
}
.navbar .nav > li > a {
	padding: 20px 15px;
	font-weight: bold;
}
.navbar .nav > li > a:hover, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle:hover {
	background-color: rgba(0,0,0,0.2)
}
#menu ul a {
	padding:8px 8px 8px 14px;
	font-weight: bold;
}
.dropdown-menu {
	margin: 0;
	border: none;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.dropdown-submenu > .dropdown-menu {
	margin-top: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover, .navbar-inverse .nav .active > a:focus {
	background-color: transparent;
}
.navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: transparent;
}
.navbar .nav>.active>a, .navbar .nav>.active>a:hover, .navbar .nav>.active>a:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
/* remove carets */
.nav-main .caret {
	display: none;
}
.dropdown-submenu > a::after {
	display: none;
}
/* force dropdown on hover */
.nav-main .dropdown:hover > .dropdown-menu {
	display: block;
}
/* dropdown arrows */
.navbar .nav > li > .dropdown-menu::before {
	border: none;
}
.navbar .nav > li > .dropdown-menu::after {
	border: none;
}
/* menu bkg img */
.dropdown-menu .active > a, .dropdown-menu .active > a:hover, #menu ul a:hover, .dropdown-submenu:hover>a {
	background-image:none; 
}

/* responsive menu */
.nav-app-mobile .btn, .nav-user-mobile .btn {
	margin-bottom: 20px;
	padding: 8px 19px;
}
.nav-select {
	display:none;
}
@media (min-width:767px) and (max-width:979px){
  .nav-main {display:none;}
  .nav-select {display:inline-block;float: right;margin-top: 15px;margin-right: 30px;}
}
@media(max-width:767px){
	.nav-user {
		display:none;
	}
	.nav-user-mobile {
		display:block;
	}
	.nav-main {
		display:none;
	}
	.nav-app {
		display:none;
	}
	.nav-app-mobile {
		display:block;
	}
	.nav-main {
		display:none;
	}
	.nav-select {
		display:inline;
	}
	.nav-select select {
		width:100%!important;
		height: 34px;
	}
	.navbar-inner {
		padding-top: 20px;padding-bottom: 15px;
	}
	.nav-main, .logo {
		float: none;
	}
	.logo {
		text-align: center;
		margin-bottom: 20px;
	}
}
@media(min-width:767px){
	.nav-user {
		display:block;
	}
	.nav-user-mobile {
		display:none;
	}
	.nav-app {
		display:block;
	}
	.nav-app-mobile {
		display:none;
	}
}

/* =============================================================================
   User navigation
   ========================================================================== */

/* force dropdown on hover */
.nav-user .dropdown:hover > .dropdown-menu {
	display: block;
}
.user-login-nav .dropdown-menu {
	padding: 20px 25px;
	width: 225px;
}
.user-login-nav .dropdown-menu form {
	margin: 0;
}
.nav-user .avatar {
	width: 26px !important;
	height: auto;
	margin-top: -3px;
	margin-right: 8px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
.user-login-nav .dropdown-menu {
	right: 0;
	left: auto;
}
.user-login-nav {
	color: rgba(255,255,255,0.85);
}
.user-login-nav label {
	line-height: 1em;
	margin-bottom: 9px;
}
.user-login-nav .btn {
	padding: 8px 19px;
}
.user-login-nav input[type="text"], .user-login-nav input[type="password"] {
	margin-bottom: 0;
	height: 35px;
}
.user-login-nav input[type="checkbox"] {
	margin-top: 2px;
}
.division {
	margin: 15px auto 13px;
	float: none;
	overflow: hidden;
	position: relative;
	text-align: center;
}
.division .line {
	border-top: 1px solid rgba(255,255,255,0.25);
	width: 40%;
	top: 10px;
	position: absolute;
}
.division .l {
	left: 0;
}
.division .r {
	right: 0;
}
.division span {
	color: #eee;
}
.btn-user-social, .btn-user-social:hover {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	margin-bottom: 20px;
}
.forgotten-link-nav a, .register-link-nav a {
	padding: 0!important;
	margin-top: -3px;
	color: #fff;
}
.forgotten-link-nav a:hover, .register-link-nav a:hover {
	color: #fff;
}
.forgotten-link-nav a {
	float: left;
}
.register-link-nav a {
	float: right;
}

/* ==========================================================================
   Content
   ========================================================================== */

 .main {
}
.content {
	margin-top: 50px;
	margin-bottom: 50px;
}
.page-header {
	margin: 0 0 25px;
	border-bottom: solid 1px #f6f6f6;
	padding: 0 0 5px;
}
.user-form .page-header {
	background-color: transparent;
	padding: 0 0 1px;
	border: none;
	border-radius: 5px; 
   -moz-border-radius: 5px; 
   -webkit-border-radius: 5px;
}
.page-header h1 {
	font-weight: 400;
	font-size: 2.2em;
	margin-top: 0;
}

/* ==========================================================================
   Blog Content
   ========================================================================== */

.blog article.post, .page-template-frameworkpage-blog-php article.post, .archive article.post, .search article.hentry {
	position: relative;
	overflow: hidden;
	padding-bottom: 30px;
	margin: 30px 0 0;
	border-bottom: solid 1px #f2f2f2;
}
article.post h2, article.post h1 {
	padding-right: 80px;
	font-size: 1.9em;
	margin: 0 0 10px;
}
article.hentry .blog-comments {
	position: absolute;
	right: 0;
	top: 10px;
}

article.post .blog-meta {
	font-size: 0.9em;
	margin-bottom: 25px;
}
article.post .blog-meta time, article.post .byline-single {
	margin-right: 20px;
}
article.post .blog-author {
	font-size: 0.9em;
	line-height: 1.4em;
	float: left;
	display: block;
	width: 72px;
	clear: both;
	text-align: center;
}
article img.avatar {
	margin-bottom: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
article.post .blog-author .byline {
	display: block;
	font-weight: 600;
	font-style: italic;
}
article.post .blog-author-title {
	font-weight: 300;
	font-style: italic;
}
article.post .blog-content {
	margin-left: 102px;
}
article.post .blog-content p {
	line-height: 2.2em;
}
article.post .blog-more {
	float: right;
	margin-top: 25px;
	font-size: 9px;
	text-transform: uppercase;
}
.no-results h3 {
	margin: 40px 0;
}
/* ==========================================================================
   Single Blog Post
   ========================================================================== */

.single-post article.post {
	padding-bottom: 30px;
}
article.post #respond {
	margin-top: 30px;	
}
/* Author box */
#author-box {
	margin-top: 37px;	
	background-color: #fcfcfc;
	padding: 25px;
}
.author-box-description, .author-links {
	margin: 0 0 0 100px;
}
.author-box-name {
	margin: 0 0 8px 100px;
}
#comments {
	margin-top: 30px;
}
.comment {
	background-color: #fcfcfc;
}
#comments > ol > li.comment {
	padding: 25px;
}
#comments h3 {
	margin-bottom: 27px;
}


/* ==========================================================================
   Featured Media Content
   ========================================================================== */
   
.featured-caption {
	position: absolute;
	margin-top: -48px;
	margin-left: 20px;
	padding: 5px 10px;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
}
/* Blog */
article.post .featured-media {
	background-color: #fff;
	margin-left: 102px;
	margin-bottom: 30px;
}
.single article.post .featured-media {
	margin-left: 0;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

.sidebar {
}
.widget li {
	line-height: 2.2em;
}
.widget-inner ul {
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}
.widget-inner h3 {
	margin-top: 0;
	padding-bottom: 14px;
	border-bottom: solid 1px #f2f2f2;
}
.sidebar .widget-inner {
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.sidebar .widget {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	.sidebar {
		margin-top: 30px;
	}
}

/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header {
}
.hentry time { }
.hentry .byline { }
.hentry .entry-content {
}
.hentry footer { }

.entry-content-excerpt {
	padding: 15px 0 30px 0;
}
/* ==========================================================================
   Footer
   ========================================================================== */

#footer-main {
}
.footer-sidebar {
	background-color: #222222;
	color: #ffffff;
	padding: 40px 0 35px;
}
#footer-main .footer-sidebar h4 {
	font-size: 1.2em;
	color: #ededed;
	margin: 0 0 10px;
}
#footer-main .footer-sidebar, #footer-main .footer-sidebar li, #footer-main .footer-sidebar a {
	color: #808080;
}
#footer-main .footer-sidebar ul {
	list-style: none;
	margin: 0;
}
.footer-bottom {
	background-color: #1a1a1a;
	color: #ffffff;
	text-align: center;
	padding: 30px 0 25px;
	font-size: 0.9em;
}
.footer-bottom, .footer-bottom a, .footer-bottom a:hover {
	color: #eee;
}
ul#menu-footer {
	margin: 0 0 10px;
}
#menu-footer li {
	display: inline-block;
	padding: 0 10px 0;
}
p.copyright {
	margin: 0;
}
@media (max-width: 767px) {
	#footer-main {
		margin-right: -20px;
		margin-left: -20px;
	}
	.footer-sidebar {
		padding-left: 40px;	
	}
}
/* ==========================================================================
   Social Icons
   ========================================================================== */

ul.social-icons {
	margin: 0;
	list-style: none;
}
ul.social-icons li {
	display: inline-block;
	margin: 0 3px 15px;
}
li.btn-social-btn {
	text-align: center;
	width: 95px;
	padding-top: 1px;
	padding-right: 9px;
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
li.btn-social-icon {
	padding-top: 1px;
	padding-right: 1px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 19px;
	padding-left: 1px;
}
.btn-social-btn img {
	margin-bottom: 1px;
}
.btn-social-btn a, .btn-social-btn a:hover {
	text-decoration: none;
	color: #fff;
}

/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.tags { }
.wp-caption { }
.wp-caption-text { }
.sticky { }
.gallery-caption { }
.bypostauthor { }
.aligncenter { 
	display: block; margin: 0 auto; 
}
.alignleft { 
	float: left; 
}
.alignright { 
	float: right; 
}
figure.alignnone { 
	margin-left: 0; 
	margin-right: 0; 
}

.mobclose {
    background: rgba(0, 0, 0, 0.3);
    float: right;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px 4px 10px;
    font-size: 18px;
    text-align: center;
    cursor: pointer
}

.mobileads {
	width: 100%;
	position:fixed;
	z-index:9999;
	bottom: 0px;
    margin-left: -20px;
	}

.mobileads img{
	width: 100%;
	}


.topright{
   position:fixed;
   bottom:0;
   right:0;
   z-index:99999;
  }