/*
Theme Name: Intelligens otthon
Theme URI: http://demo.themeum.com/starter
Author: Themeum
Author URI: http://themeum.com/
Description: Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Template: starter
Text Domain: THEMEUM
*/

@import url('../starter/style.css');
@import url('css/bootstrap.min.css');
@import url('css/font-awesome.min.css');

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900&subset=latin,latin-ext);

/* =Theme customization starts here
------------------------------------------------------- */

body {
	line-height: 2em;
}

a, button {
	transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
}

img {
	height: auto;
	max-width: 100%;
}

textarea {
	resize: none;
}

input, select, textarea {
	width: 100%;
	padding: 5px 15px;
	border: 1px solid #333333;
	transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
}

input:focus, select:focus, textarea:focus, input:hover, select:hover, textarea:hover {
	border-color: #22A7F0;
}

ol, ul {
	padding-left: 20px;
	list-style: square;
}

body.page, body.archive, body.category {
	background-color: #EEEEEE;
}

article.page {
	background-color: #FFFFFF;
	padding: 20px;
}

#main{
	margin: 20px auto;
}

.blog #content article.post,
.archive #content article.post{
	margin-bottom: 20px;
	background: #fff;
}

.site-header{
	margin-bottom: 0;
}

.entry-thumbnail{
	border-bottom: 3px solid #eee;
}

.navbar.navbar-default{
	background: rgba(0,0,0,0.8);
	margin-bottom: 0;
	border: none;
	box-shadow: none;
}

.navbar-default .navbar-nav > li > a {
	color: #FFFFFF;
	text-transform: uppercase;
	outline: none;
}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	color: #22A7F0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background: none;
	color: #22A7F0;
}

.home .navbar-default .navbar-nav > .active > a {
	color: #FFFFFF;
}

.entry-chat,
.entry-link,
.entry-status,
.entry-qoute,
.entry-audio{
	padding: 20px;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #eee;
	box-shadow: none;
	background: #34495e;
	color:#fff;
	font-size: 14px;
}

.entry-chat p{
	font-size: 14px;
}

.entry-link{
	padding-top: 30px;
	padding-bottom: 30px;
}

.entry-link h4{
	font-size: 20px;
}

.entry-qoute blockquote p{
	font-weight: 400;
	letter-spacing: .5px;
	line-height: 26px;
}

.entry-qoute blockquote small{
	font-style: italic;
	font-size: 15px;
}

.format-aside .post-content.media .entry-title{
	display: none;
}

.page .entry-title, .page-title {
	margin: 0;
	padding: 20px;
	color: #FFFFFF;
	background-color: #22A7F0;
}

.entry-title,
.entry-summary{
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	text-transform: none;
}

.post-content.media{
	margin-top: 0px;
	padding: 20px;
}

.post-content.media .pull-left{
	padding-right: 20px;
	border-right: 1px solid #eaeaea;
	margin-right: 30px;
}

.post-content.media .post-format,
.post-content.media .publish-date{
	text-align: center;
	margin: 15px 0 0;
	padding: 0px;
}

.post-content.media .post-format{
	margin: 0 0 15px;
}

.post-content.media .post-format i{
	font-size: 24px;
	border: 1px solid #eee;
	/* border-radius: 50%; */
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition:all .4s linear;
}

.post-content.media:hover .post-format i{
	border-color: #34495e;
	border-radius: 50%;
}

.post-content.media .publish-date{
	margin: 5px 0 0px;
}

.post-content.media .publish-date .entry-date{
	font-size: 16px;
	font-weight: 400;
	padding: 0 10px;
	text-transform: uppercase;
}

#blog-gallery-slider.carousel{
	overflow: hidden;
}

#blog-gallery-slider .carousel-control.left,
#blog-gallery-slider .carousel-control.right{
	top: 40%;
	left: -40px;
	height: 80px;
	width: 40px;
	background: #34495e;
	opacity: 0;
	text-shadow:none;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	transition: all .3s linear;
}

#blog-gallery-slider .carousel-control.right{
	left: auto;
	right: -40px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

#blog-gallery-slider.carousel:hover .carousel-control.left{
	left: 0px;
	opacity: 1;
}

#blog-gallery-slider.carousel:hover .carousel-control.right{
	right: 0px;
	opacity: 1;
}


#blog-gallery-slider .carousel-control .glyphicon-chevron-left,
#blog-gallery-slider .carousel-control .glyphicon-chevron-right{
	line-height: 80px;
	top: 0;
	left: 10px;
}

.entry-meta{
	margin: 0px 0 20px;
}

.entry-meta ul{
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}

.entry-meta ul li{
	display: inline-block;
	margin-right: 15px;
}

.entry-meta ul li i{
	margin-right: 5px;
}

.entry-meta ul li:last-child{
	margin-right: 0px;
}

.entry-meta ul li,
.entry-meta ul li i,
.entry-meta ul li a{
	text-transform: uppercase;
	letter-spacing: .75px;
	color: #a8b1b4;
	font-weight: 300;
}

.entry-meta ul li a:hover{
	color: #222;
}

.entry-summary .read-more{
	position: relative;
	-webkit-transition: all 0.17s ease-in-out;
	-moz-transition: all 0.17s ease-in-out;
	-ms-transition: all 0.17s ease-in-out;
	-o-transition: all 0.17s ease-in-out;
	transition: all 0.17s ease-in-out;
	border: 2px solid #e5e5e5;
	padding: 6px 32px 6px 22px;
	border-radius: 4px;
	color: #363f46;
	box-shadow: none;
	font-size: 12px;
	text-transform: capitalize;
}

.entry-summary p:last-child{
	margin-top: 20px;
}

.entry-summary .read-more:hover{
	color: #34495e;
}

.entry-status iframe{
	width: 99%;
}


.single-post .entry-title{
	margin-top: 20px;
}

.single-post #content article.post{
	margin-bottom: 30px;
}

.single-post #content .post-author,
.single-post #content .post-navigation{
	background: #fff;
	margin-top: 0px;
	margin-bottom: 30px;
}


.single-post #content .post-author .pull-left{
	margin-right: 20px;
	padding: 3px;
	background: #eee;
}

.single-post #content .post-author .media-body h3{
	margin-top: 0;
	text-transform: capitalize;
}

.single-post #content .post-author .media-body p{
	margin-bottom: 0;
	line-height: 24px;
	font-size: 14px;
}

.single-post #content .post-navigation{
	text-transform: lowercase;
}

.single-post #content .post-navigation a:hover{
	text-decoration: underline;
}

.sticky{

}

.alignnone {
    margin: 5px 20px 20px 0;
}

img.alignnone {
    max-width: 100%;
    height: auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 10px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 10px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 10px auto 15px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
	margin-bottom:20px!important;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
	
}

.wp-caption p.wp-caption-text {
    font-size: 12px!important;
    line-height: 1.3!important;
    margin: 0!important;
    padding: 8px 4px 0!important;
	text-align:center!important;
}

.gallery-caption{

}

.bypostauthor{

}

.widget-area{
	word-break: break-word;
}

.widget-area img{
	max-width: 100%;
	height: auto;
}

.bottom-widget{
	word-break: break-word;
}

.widget_recent_comments a{
	word-break: break-word;
}

.bottom-widget img{
	max-width: 100%;
	height: auto;
}

.widget-area select{
	max-width: 100%;
}

.bottom-widget select{
	max-width: 100%;
}

.sidebar-inner .widget{
	margin-bottom: 20px;
	padding: 20px;
	background: #FFFFFF;
}

#bottom {
	background-color: #22A7F0;
	color: #FFFFFF;
	padding: 30px 0;
}

.footer-wiget-area .bottom-widget {
	margin: 0;
}

.footer-wiget-area .widget-title {
	color: #01427A;
}

.footer-wiget-area .widget ul li {
	border-color: #01427A !important;
}

.footer-wiget-area .widget ul li a {
	color: #01427A;
	font-size: 100%;
	font-weight: 300;
}

.footer-wiget-area .widget ul li a:hover, .footer-wiget-area .widget ul li a:focus, .footer-wiget-area .widget ul li a:active {
	color: #FFFFFF;
}

.form-control{
	border-radius: 0;
}

.widget_title {
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.widget table,
.widget th,
.widget td {
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
}

.widget table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	width: 100%;
}

.widget caption,
.widget th,
.widget td {
	font-weight: normal;
	text-align: center;
	line-height: 1.8;
}

.widget caption{
	width: 100%;
	border-width: 1px 1px 0;
	border-style: solid;
	border-color: rgba(0,0,0,.1);
	line-height: 2.5;
}
.widget th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

.widget td {
	border-width: 0 1px 1px 0;
}

.widget table,
.widget th,
.widget td {
	border-color: rgba(0, 0, 0, 0.1);
}

.widget caption {
	color: #2b2b2b;
	font-weight: 900;
}
.widget thead th {
	background-color: rgba(0, 0, 0, 0.02);
}

.widget #today a{
	display: block;
	background-color: rgba(0, 0, 0, 0.02);
}

.widget .tagcloud{
	display: block;
}

.widget .tagcloud a{
	display: inline-block;
	font-size: 14px!important;
	padding: 5px 15px;
	margin-right: 7px;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,.1);
	transition:all 500ms linear;
}

.widget .tagcloud a:hover{
	background-color:rgba(0,0,0,.1);
}

.widget ul{
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	list-style: none;
}

.widget ul li {
	background: none;
	border: none;
	color: #333333;
	padding: 5px 0;
}

.widget ul li:hover {
	background: none;
}

.widget ul li a {
	padding: 0;
	text-decoration: none;
	color: #333333;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.widget ul li a:hover {
	padding: 0;
}

#footer a{
	color: #CFCFCF;
}

.footer-menu{
	list-style: none;
	display: block;
}

.footer-menu li{
	position: relative;
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}

.footer-menu li:first-child{
	margin-left: 0;
}

.footer-menu li:last-child{
	margin-right: 0;
}

.footer-menu li:before{
	content: "/";
	position: absolute;
	right: -14px;
}

.footer-menu li:last-child:before{
	display: none;
}

#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"]
{
	display: block;
	width: 100%;
	height: 36px;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
	padding: 0 10px;
	background: #fafafa;
}


#respond textarea{
	display: block;
	width: 100%;
	height: 180px;
	border: 1px solid #f2f2f2;
	margin-bottom: 30px;
	resize:none;
	padding: 10px;
	background: #fafafa;
}

#respond input:focus,
#respond textarea:focus{
	outline-offset:0;
	outline: 0;
	border-color:#EEEEEE;
}

#respond ::-webkit-input-placeholder{
	font-weight: 300;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 1px;
}

#footer {
	padding: 30px 0;
	font-size: 14px;
}

.footer-menu{
	margin:0;
}

#respond .logged-in-as{
	padding-left: 15px;
}

#respond .comment-reply-title{
	margin-top: 0px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.comment-list{
	padding: 0;
}

.comment-list .comment-body{
	margin-bottom:25px;
}

.comment-list .comment-body .comment-avartar{
	margin-right: 20px;
}

.comment-list .comment-body .comment-author{
	font-size: 16px;
	text-transform: capitalize;
}

.comment-list .comment-body .comment-date,
.comment-list .comment-body .comment-time{
	font-size: 13px;
	font-weight: 300;
	margin: 0 0 0 7px;
}

.comment-list .comment-body .comment-time{
	margin: 0 10px 0 0px;
}

.comment-list .comment-body .edit-link{
	margin-right: 5px;
}

.comment-list .comment-body .comment-reply,
.comment-list .comment-body .edit-link{
	text-transform: lowercase;
	font-weight: 300;
	display: none;
	transition: display .5s linear;
	-webkit-transition: display .5s linear;
}


.comment-list .comment-body:hover .comment-reply,
.comment-list .comment-body:hover .edit-link{
	display: inline-block;
}

.comment-body .comment-content p{
	margin-bottom: 0;
	font-size: 13px;
	letter-spacing: .3px;
	line-height: 20px;
	margin-top: 0px;
}

.comment-list .children{
	padding-left: 40px;
}

#comments .comments-title{
	margin-top: 0;
	margin-bottom: 20px;
}

#comments .form-submit #submit{

	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
		-moz-user-select: none;
			-ms-user-select: none;
				-o-user-select: none;
					user-select: none;
	color: #333333;
	background-color: #ffffff;
	border-color: #EEEEEE;

}

.page-header{
	padding: 0;
	margin: 0 0 30px 0;
	border:0 none;
}

.page-header .page-title{
	font-weight: 300;
	margin: 0;
	text-transform: none;
}

.pagination{
	padding: 0;
	margin: 0;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus{
	background: #34495e;
	border-color: #34495e;
}


/** menu **/

#masthead.sticky{
    position: fixed!important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
 }

#navigation .navbar-brand {
	height: auto;
	color: #FFFFFF;
	margin: 0;
	padding: 12px 15px;
}

.navbar-brand span {
	font-family: "Roboto", Arial, Helvetica, sans-serif;
	line-height: normal;
	font-size: 100%;
	text-transform: uppercase;
}

#navigation.navbar{
	border-radius: 0;
}

#navigation .navbar-nav > li > a {
	padding: 25px;
	line-height: 25px;
    font-size: 100%;
    font-weight: 300;
    letter-spacing: 1px;
}

#masthead.sticky #navigation .navbar-nav > li > a {
	padding: 25px;
}

#navigation .navbar-nav ul.sub-menu{
	list-style: none;
	padding: 0;
	margin: 0;
	width:180px;
	position: absolute;
	z-index: 99999;
}

#navigation .navbar-nav li.menu-item-has-children {
	position: relative;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu{
	visibility: hidden; 
	background: #F8F8F8;
	border: 1px solid #E7E7E7;
	border-top: 0;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu li{
	line-height: 20px;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu li a{
	padding: 10px 25px;
	display: block;
}

#navigation .navbar-nav li.menu-item-has-children ul.sub-menu li a:hover {
	background: #f2f2f2;
}

#navigation .navbar-nav li.menu-item-has-children:hover ul.sub-menu{
	visibility: visible; 
}

#navigation .navbar-nav > li.current-menu-parent > a {
	color: #22A7F0;
}

/* One Page Style */

.page-wrapper{
	padding: 0;
}

.parallax{
	position: relative;
	z-index: 1;
}

.parallax-image{
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.parallax-content{
	position: relative;
	z-index: 4;
	padding: 80px 0;
}

.full-width .vc_row {
	margin: 0;
}

.full-width .vc_column_container {
	padding: 30px 60px;
}

.image-02 {
	background-color: #1D75BD;
}

.full-width-image {
	padding: 0px !important;
}

.full-width-image .vc_column-inner {
	padding: 0 !important;
}

.full-width-image .wpb_single_image {
	margin: 0 !important;
}

.no-padding .vc_column_container {
	padding: 0px !important;
}

section.call-to-action {
	padding: 60px 0;
}

.call-to-action {
	background-color: #01427A;
	padding: 30px 0;
	text-align: center;
	line-height: normal;
}

.call-to-action h3, .call-to-action .vc_custom_heading {
	color: #FFFFFF;
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 0;
	line-height: normal;
}

.call-to-action .call-to-action-button, .call-to-action a {
	text-transform: uppercase;
	background-color: #FFFFFF;
	color: #5e5e5e;
	border: 1px solid transparent;
	font-size: 16px;
	padding: 18px 25px;
	display: inline-block;
	line-height: normal;
}

.call-to-action a:hover, .call-to-action a:focus, .call-to-action a:active {
	background-color: #F0F0F0;
	color: #5E5E5E;
	text-decoration: none;
}

.featured-ebook {
	background-color: #6ab165;
}

#search {
	background-color: #01427A;
	color: #FFFFFF;
	padding: 30px;
}

#search h2 {
	margin: 0;
	color: #FFFFFF;
}

.lead_form h3 {
	margin-top: 0;
}

.lead_form label {
	display: block;
	margin-top: 15px;
}

.lead_form label[for=aszf] {
	display: inline-block;
}

.lead_form input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin-right: 10px;
}

.lead_form button {
	cursor: pointer;
	display: block;
	border: none;
	text-transform: uppercase;
	padding: 5px 25px;
	background-color: #01427A;
	color: #FFFFFF;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

.lead_form button:hover {
	background-color: #22A7F0;
}

.lead_form input[type="radio"] {
	display: inline-block;
}

.flyout-content-body > ul > li {
	margin-bottom: 20px !important;
	line-height: normal !important;
	font-weight: 700;
}

.flyout-trigger.trigger-left.trigger-button {
	box-shadow: none !important;
	padding: 5px 25px !important;
}

.vc_btn3-color-success {
	text-transform: uppercase;
	font-weight: bold;
}

.rpwe-img {
	float: left;
	margin-right: 20px;
}

.rpwe-title {
	margin: 0;
	font-size: 100%;
	font-weight: 700;
	line-height: normal;
}

.lead_form input {
	font-size: 100%;
}

.lead_form .asl_lead_sublabel_radio {
	display: inline-block;
	margin: 0 15px;
	font-weight: normal;
}

.lead_form .asl_lead_input_radio {
	width: auto;
}

.lead_form .asl_lead_label_aszf {
	font-weight: normal;
}

.lead_form .asl_lead_content_aszf h1, .lead_form .asl_lead_content_aszf h2 {
	font-size: 100%;
	margin-top: 0;
	font-weight: 700;
}

article iframe {
    min-height: 400px;
    width: 100%;
}

.archive .post-content .entry-meta, .category .post-content .entry-meta {
	border-bottom: 1px solid #22A7F0;
	line-height: normal;
}

.archive .entry-date, .category .entry-date {
	background-color: #22A7F0;
	color: #FFFFFF;
	display: inline-block;
	font-weight: 700;
	line-height: normal;
	padding: 5px 10px;
}

.archive footer.entry-meta, .category footer.entry-meta {
	font-size: 90%;
	padding: 0 20px 20px 20px;
	text-transform: uppercase;
}

.entry-title a:link, .entry-title a:visited {
	color: #22A7F0;
}

.tag-links a {
	background-color: #22A7F0;
	color: #FFFFFF;
	display: inline-block;
	line-height: normal;
	padding: 2px 5px;
	margin: 1px;
	text-decoration: none;
}

.tag-links a:hover, .tag-links a:focus, .tag-links a:active {
	background-color: #01427A;
	color: #FFFFFF;
	text-decoration: none;
}

.feedzy-rss .rss_item {
	line-height: normal;
}

.feedzy-rss li, .rpwe-ul li {
	border-bottom: 1px solid #EEEEEE !important;
	padding: 20px 0 !important;
}

.feedzy-rss li:first-child, .rpwe-ul li:first-child {
	padding: 0 0 20px 0 !important;
}

.feedzy-rss li:last-child, .rpwe-ul li:last-child {
	border: none !important;
	padding: 20px 0 0 0 !important;
}

.feedzy-rss .rss_item .rss_image {
	margin: 0 20px 0 0 !important;
}

.rpwe-ul li:after {
	clear: both;
	content: "";
	display: block;
}

.form-limit .counter {
	display: none !important;
	visibility: hidden !important;
}

#gotop {
	display: none;
	visibility: hidden;
}

.post table,
.post ol,
.post ul,
.post p {margin-bottom:20px;}
.post h4 {font-size:20px;font-weight:bold;margin-bottom:20px;margin-top:30px;}
.post ol,
.post ul {margin-left:40px;}