/**
 * feedzy-rss-feeds.css
 * Feedzy RSS Feed
 * Copyright: (c) 2016 Themeisle, themeisle.com
 * Version: 3.0.12
 * Plugin Name: FEEDZY RSS Feeds
 * Plugin URI: http://themeisle.com/plugins/feedzy-rss-feeds/
 * Author: Themeisle
 */
.feedzy-rss > ul {
	margin: 0;
	padding: 0;
}

/*noinspection CssUnusedSymbol*/
.feedzy-rss .rss_item {
	border-bottom: 1px solid #eee;
	list-style: none;
}

.feedzy-rss .rss_item .title {
	font-weight: bold;
}

/*noinspection CssUnusedSymbol*/
.feedzy-rss .rss_item:after {
	display: block;
	clear: both;
	content: "";
}

/*noinspection CssUnusedSymbol*/
.feedzy-rss .rss_item .rss_image {
	float: left;
	position: relative;
	border: none;
	text-decoration: none;
}

.feedzy-rss .rss_item .rss_image span {
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: 50%;
	background-size: cover;
}

/*noinspection CssUnusedSymbol*/
.feedzy-rss .rss_item .rss_image .fetched {
	z-index: 9;
}

.feedzy-rss .rss_item .rss_image {
	margin: 0.3em 1em 0 0;
}

.feedzy-rss .rss_item .rss_content small {
	display: block;
	font-size: 0.9em;
	font-style: italic;
}

/*TinyMce UI button*/
/*noinspection CssUnusedSymbol*/
i.mce-i-feedzy-icon {
	background-image: none, url(//smallvoid.com/wp-content/plugins/feedzy-rss-feeds/img/feedzy.svg), url(//smallvoid.com/wp-content/plugins/feedzy-rss-feeds/img/feedzy.png);
}

#feedzy-rss-button-insert {
	border-color: #4cae4c;
	color: #fff;
	background-color: #5cb85c;
}

#feedzy-rss-button-insert button {
	color: #fff;
}

#feedzy-rss-button-insert:hover,
#feedzy-rss-button-insert:focus {
	border-color: #398439;
	color: #fff;
	background-color: #449d44;
}

#feedzy-rss-button-cancel {
	border-color: #ccc;
	color: #333;
	background-color: #fff;
}

#feedzy-rss-button-cancel button {
	color: #333;
}

#feedzy-rss-button-cancel:hover,
#feedzy-rss-button-cancel:focus {
	border-color: #adadad;
	color: #333;
	background-color: #e6e6e6;
}

#feedzy-rss-button-pro {
	position: absolute;
	left: 10px !important;
	border-color: #46b8da;
	color: #fff;
	background-color: #5bc0de;
}

#feedzy-rss-button-pro button {
	color: #fff;
}

#feedzy-rss-button-pro:hover,
#feedzy-rss-button-pro:focus {
	border-color: #269abc;
	color: #fff;
	background-color: #31b0d5;
}

#feedzy-rss-insert-dialog-title {
	font-weight: 300;
	text-align: center;
}

/* PRO */
.feedzy-rss ul {
	margin: 0 -2%;
}

.feedzy-rss ul:before,
.feedzy-rss ul:after {
	display: table;
	content: " ";
}

.feedzy-rss ul:after {
	clear: both;
}

.feedzy-rss .rss_item {
	margin: 2%;
	padding: 0;
}

/* Default */
/*
.feedzy-rss .feedzy-default .rss_image,
.feedzy-rss .feedzy-default .rss_content_wrap {
	display: inline-block;
	width: 100%;
}

.feedzy-rss .feedzy-default .rss_image {
	float: none;
	padding: 0;
	text-align: center;
	width: 100%;
}

.feedzy-rss .feedzy-default .rss_content_wrap {
	margin: 10px 0 0;
	padding: 0;
}*/

/* Style1 */
.feedzy-rss .feedzy-style1 .rss_image,
.feedzy-rss .feedzy-style1 .rss_content_wrap {
	display: inline-block;
	width: 100%;
}

.feedzy-rss .feedzy-style1 .rss_item .rss_image span {
	width: 100%;
}

.feedzy-rss .feedzy-style1 .rss_content_wrap {
	text-align: left;
}

.feedzy-rss .feedzy-style1 .rss_item {
	text-align: center;
}

.feedzy-rss .feedzy-style2 .rss_item .rss_image {
	float: none;
}

.feedzy-rss .feedzy-style2 .rss_item .rss_image span {
	width: 100%;
}

.feedzy-rss .feedzy-style2 .rss_content_wrap {
	text-align: left;
}

.feedzy-rss .feedzy-style2  .rss_item {
	text-align: center;
}

.feedzy-rss .feedzy-style1 .rss_image {
	float: none;
	width: 100%;
	padding: 0;
	text-align: center;
	-webkit-transition: 0.75s ease;
	transition: 0.75s ease;
}

.feedzy-rss .feedzy-style1 .rss_image a {
	border: 3px solid transparent;
	border-radius: 50%;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}

.feedzy-rss .feedzy-style1 .rss_image a span {
	display: inline-block;
	left: 0;
	border-radius: 50%;
}

.feedzy-rss .feedzy-style1 .rss_item:hover .rss_image a {
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	box-shadow: 0 0 10px rgba(0,0,0,0.25);
}

.feedzy-rss .feedzy-style1 .rss_content_wrap {
	margin: 10px 0 0;
	padding: 0;
}

.feedzy-rss .feedzy-style1 .rss_content_wrap .title a {
	text-decoration: none;
}

.feedzy-rss .feedzy-style1 .rss_content_wrap .title a:hover {
	text-decoration: underline;
}

.feedzy-rss .feedzy-style1 .rss_content .description {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

.feedzy-rss .feedzy-style1 .rss_content .price-wrap {
	margin: 10px 0 0;
	text-align: center;
}

.feedzy-rss .feedzy-style1 .rss_content .price {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	color: #fff;
	background: #4f6d8d;
	font-weight: 700;
}

/* Style2 */
.feedzy-rss .feedzy-style2 .rss_item {
	padding: 0 !important;
	border: 1px solid #e3edeb;
	border-radius: 5px;
}

.feedzy-rss .feedzy-style2 .rss_image span {
	left: 0;
}

.feedzy-rss .feedzy-style2 .rss_image,
.feedzy-rss .feedzy-style2 .rss_content_wrap {
	display: inline-block;
	width: 100%;
}

.feedzy-rss .feedzy-style2 .rss_image {
	overflow: hidden;
	width: 100%;
	padding: 0;
	border-bottom: 7px solid #355c7d;
	line-height: 0;
	text-align: center;
}

.feedzy-rss .feedzy-style2 .rss_image a span {
	display: inline-block;
	-webkit-transition: 0.3s ease;
	transition: 0.3s ease;
}

.feedzy-rss .feedzy-style2 .rss_item:hover .rss_image a span {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.feedzy-rss .feedzy-style2 .rss_content_wrap {
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

.feedzy-rss .feedzy-style2 .rss_content_wrap .title {
	display: block;
	padding: 10px 15px;
}

.feedzy-rss .feedzy-style2 .rss_content_wrap .title a {
	/*color: #355c7d;*/
	text-decoration: none;
}

.feedzy-rss .feedzy-style2 .rss_content_wrap .title a:hover {
	text-decoration: underline;
}

.feedzy-rss .feedzy-style2 .rss_content .meta {
	padding: 10px 15px;
	border-top: 1px solid #e3edeb;
	border-bottom: 1px solid #e3edeb;
	background-color: #f1f5f4;
}

.feedzy-rss .feedzy-style2 .rss_content .description {
	margin: 0;
	padding: 10px 15px;
	font-size: 90%;
	line-height: 1.5;
}

.feedzy-rss .feedzy-style2 .rss_content .price-wrap {
	margin: 10px 0 15px;
	text-align: center;
}

.feedzy-rss .feedzy-style2 .rss_content .price {
	display: inline-block;
	padding: 8px 15px;
	color: #fff;
	background: #355c7d;
	font-weight: 700;
}

/* Columns */
.feedzy-rss .feedzy-rss-col-1 {
	width: 96%;
}

/* SCHIMBAT DIN ID in CLASA */
.feedzy-rss .feedzy-rss-col-2,
.feedzy-rss .feedzy-rss-col-3,
.feedzy-rss .feedzy-rss-col-4,
.feedzy-rss .feedzy-rss-col-5,
.feedzy-rss .feedzy-rss-col-6 {
	float: left;
	width: 96%;
}

@media screen and (min-width: 768px) {
	.feedzy-rss .feedzy-rss-col-2,
	.feedzy-rss .feedzy-rss-col-3,
	.feedzy-rss .feedzy-rss-col-4,
	.feedzy-rss .feedzy-rss-col-5,
	.feedzy-rss .feedzy-rss-col-6 {
		width: 46%;
	}

	.feedzy-rss .feedzy-rss-col-2:nth-child(2n+1),
	.feedzy-rss .feedzy-rss-col-3:nth-child(2n+1),
	.feedzy-rss .feedzy-rss-col-4:nth-child(2n+1),
	.feedzy-rss .feedzy-rss-col-5:nth-child(2n+1),
	.feedzy-rss .feedzy-rss-col-6:nth-child(2n+1) {
		clear: both;
	}
}

@media screen and (min-width: 992px) {
	.feedzy-rss .feedzy-rss-col-3,
	.feedzy-rss .feedzy-rss-col-4,
	.feedzy-rss .feedzy-rss-col-5,
	.feedzy-rss .feedzy-rss-col-6 {
		width: 29.33333%;
	}

	.feedzy-rss .feedzy-rss-col-3:nth-child(2n+1),
	.feedzy-rss .feedzy-rss-col-4:nth-child(2n+1),
	.feedzy-rss .feedzy-rss-col-5:nth-child(2n+1),
	.feedzy-rss .feedzy-rss-col-6:nth-child(2n+1) {
		clear: none;
	}

	.feedzy-rss .feedzy-rss-col-3:nth-child(3n+1),
	.feedzy-rss .feedzy-rss-col-4:nth-child(3n+1),
	.feedzy-rss .feedzy-rss-col-5:nth-child(3n+1),
	.feedzy-rss .feedzy-rss-col-6:nth-child(3n+1) {
		clear: both;
	}
}

@media screen and (min-width: 1200px) {
	.feedzy-rss .feedzy-rss-col-4 {
		width: 21%;
	}

	.feedzy-rss .feedzy-rss-col-5 {
		width: 16%;
	}

	.feedzy-rss .feedzy-rss-col-6 {
		width: 12.66666%;
	}

	.feedzy-rss .feedzy-rss-col-4:nth-child(3n+1),
	.feedzy-rss .feedzy-rss-col-5:nth-child(3n+1),
	.feedzy-rss .feedzy-rss-col-6:nth-child(3n+1) {
		clear: none;
	}

	.feedzy-rss .feedzy-rss-col-4:nth-child(4n+1),
	.feedzy-rss .feedzy-rss-col-5:nth-child(5n+1),
	.feedzy-rss .feedzy-rss-col-6:nth-child(6n+1) {
		/* PANA AICI INCLUSIV */
		clear: both;
	}
}
/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=7510afbe9688de1b34f2)
 * Config saved to config.json and https://gist.github.com/7510afbe9688de1b34f2
 *//*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0px/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}/*
Theme Name: WPBoot	
Theme URI: http://justfreethemes.com/wpboot-free-wordpress-theme/
Author: JustFreeThemes.com 
Author URI: http://justfreethemes.com
Description: Liked the Bootstrap blog theme? then we have tweaked it for WordPress now. Download this elegant theme to make a beautiul blog on top of the awesome Bootstrap.
Tags: responsive-layout, two-columns, white, custom-menu, right-sidebar, threaded-comments, blue
Version: 1.3
Text Domain: wpboot

License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
More information: http://codex.wordpress.org/Theme_Review#Licensing
*/


/*
 * Globals
 */

/**************** Body and tag styles ****************/
html body, div, img, input, form, b, a, i, br, p, h1, h2, h3, h4, h5, h6, ul, ol, li, table, tr, th, td, blockquote {
/* IE "Save as..." doesn't support "*" */
margin:0px;
padding:0px;
}

body {
font-family:lucida,verdana,Arial,Helvetica,sans-serif;
font-weight:normal;
color:#000000;
background-color:#6b6b6b;
}

a {
color:#164aAA;
text-decoration:underline;
}

a:visited {
color:#800080;
}

a:hover {
color:#0055FF;
}

h1, h3 {
font-size:110%;
font-weight:bold;
padding:5px;
background: #dfefff;
margin:15px 0px 0px 0px;
border:solid 2px #4477aa;
}

h2 {
font-size:110%;
font-weight:bold;
padding:5px;
margin:15px 0px 0px 0px;
border-bottom:solid 2px #4477aa;
}

h1 a, h2 a, h3 a {
font-weight:bold;
text-decoration:none;
border: solid 0px #bad1e8;
background:transparent;
color:#000000;
}

h1 a:visited, h2 a:visited, h3 a:visited  {
color: #000000;
text-decoration:none;
}

h1 a:hover, h2 a:hover, h3 a:hover {
color: #0033AA;
text-decoration:none;
}

h5 {
padding-top:15px;
font-size:95%;
font-weight:bold;
color: #0040B5;
}

h6 {
font-size:90%;
}

.wrapper {
  border:solid 1px #000000;
  margin-top:10px;  
  margin-bottom:10px;  
}

#footer {
border-top:solid 1px #000000;
clear:both;
font-size:100%;
background:#467aa7;
line-height:0.8em;
height:0.7em;
}

div .page {
padding:5px 5px 10px 5px;
color:#000000;
background-color:#ffffff;
}

.blog-post-meta {
  padding-top:3px;
  font-size:85%;
  color: #333;
}

.post-thumb {
    margin: 0.4em 0 1.3em;
}

.sticky {}
.gallery-caption {}
.bypostauthor {}

.blog-entry {
line-height:1.4em;
padding:5px 5px 10px 5px;
font-weight:normal;
font-size:120%;
background-color:#ffffff;
}


.blog-entry ul, .blog-entry ol {
margin:15px 0px 20px 30px;
}

.blog-entry ul ol, .blog-entry ul ul, .blog-entry ol ol, .blog-entry ol ul {
margin:10px 0px 10px 30px;
}

.blog-entry li {
margin:1px 0px 5px 0px;
}

.blog-entry li li {
margin:1px 0px 1px 0px;
}

.blog-entry p {
margin-bottom:1em;
}

.blog-entry table {
margin:10px 0px 10px 10px;
}

.blog-entry table th {
padding:0px 4px 0px 4px;
}

.blog-entry table td {
padding:0px 4px 0px 4px;
}

.blog-entry blockquote {
border-left: 3px solid #CCCCCC;
line-height:1.2em;
font-size:90%;
color: #333333;
margin: 10px 0px 15px 10px;
padding-left: 10px;
}

.blog-entry code {
overflow-x:auto;
overflow-y:visible;
display:block;
white-space: nowrap;
border: 1px solid #000000;
margin: 10px 0px 15px 10px;
padding: 5px 0px 19px 5px;
width:96%;
font-family: "Courier New", Courier, monospace;
font-size:0.8em;
background:#eeeeee;
line-height:1.1em;
}

.blog-entry code {
white-space: pre;
}

.blog-entry strong.search-excerpt {
background:#FFCC11;
}

div.cat {
margin:5px;
padding:10px;
border:1px solid #c0c0c0;
background-color:#fafbfc;
color:#333;
}

div.cat ul.post-categories {
padding:0px;
margin:5px 0px 5px 20px;
list-style-type:none;
font-size:100%;
}

div.cat ul.post-categories a{
padding-left:5px;
padding-right:5px;
}


/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

/* Image Alignment
----------------------------------------------*/

.post img {max-width:100%; height:auto;}

.alignleft {
	display: inline;
	float: left;
	margin: 0.3em 0.9em 0.5em 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0.3em 0 0.5em 0.9em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 0.625em;
}
.wp-caption {
	background: #fff;	
	border: 1px solid #e8e8e8;
	margin-bottom: 0.625em;
	max-width: 100%;
	padding: 0.25em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}	
.wp-caption-text {
	color: #aaa;	
	font-size: 1.3em;
	text-align: center;
}	
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/*
 * Masthead for nav
 */

.blog-nav {
    background:#467aa7;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

.blog-nav ul {
    margin: 0;
    padding: 0;
}
.blog-nav li {
    list-style: none;
    display: inline-block;
}
.blog-nav a {
position: relative;
display: inline-block;
padding: 10px;
font-weight:bold;
color: #cdddeb;
text-decoration: none;
}
.blog-nav a:hover {
    text-decoration: none;
    color: #fff;
}
.blog-nav li.current_page_item a, .blog-nav li.current-menu-item a {color:#fff;} 
.blog-nav li.current_page_item a:after, .blog-nav li.current-menu-item a:after {
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
margin-left: -5px;
vertical-align: middle;
content: " ";
border-right: 5px solid transparent;
border-bottom: 5px solid;
border-left: 5px solid transparent;
}


/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.widget_text {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.widget_text p:last-child,
.widget_text ul:last-child,
.widget_text ol:last-child {
  margin-bottom: 0;
}

.widget img, .widget select {max-width:100%;}
.widget ul {
    padding: 0;
    margin: 0 0 0 1.2em;
}
.widget ul li {
    padding: 0.2em 0 .2em;
}
label.screen-reader-text {
    display: none;
}

#wp-calendar caption {
    text-align: center;
    margin-bottom: 10px;
}

/*************************************
 +sidebar
 *************************************/
.blog-sidebar ul {
background-color:#ffffff;
list-style: none;
margin: 5px 0px 0px 0px;
padding: 0px;
border-top:solid 1px #4477aa;
}

.blog-sidebar ul li {
display: inline;
padding: 0px;
margin: 0px;
}
	
.blog-sidebar ul li a {
display: block;
font-size:100%;
text-decoration: none;
margin: 0px;
padding: 5px 1px 5px 0px;
border-top:solid 1px #4477aa;
}

.blog-sidebar ul li a:hover {
background: #dfefff;
color: #0033AA;
}

.blog-sidebar form.searchform {
margin-top:0.6em;
padding-top:0.6em;
}

.blog-sidebar form.searchform input {
width:70%;
padding: 0.2em;
}

.blog-sidebar form.searchform input#searchsubmit {
width:27%;
}

/* Pagination */
.pager {
  text-align: left;
  margin: 2em 0 3em;
}
.pager li {
    max-width: 49%;
    display: inline-block;
}
.pager > li > a {
  width: auto;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}

/* Comments */
ol#commentlist {
    margin: 0;
    padding: 0;
}
li.comment { 
	list-style:none;
	margin: 2em 0;
	padding: 1em;
	border: 1px solid #e8e8e8;
background-color:#fafbfc;
}

li.comment blockquote {
border-left: 3px solid #CCCCCC;
line-height:1.2em;
font-size:90%;
color: #333333;
margin: 10px 0px 15px 10px;
padding-left: 10px;
}

li.comment .reply {
padding-top:10px;
}

img.avatar {
    float: left;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-right:10px;
}
cite.fn {
    font-size: 110%;
    font-weight: bold;
}
span.says {
    display: none;
}

li.comment div.comment-meta {
    font-size: small;
    margin: 0 0 1em;
    display: block;
    padding-bottom: 15px;
}

h3#reply-title {
    margin-top: 1em;
}

.comment-form input, .comment-form textarea {
    display: block;
    border: 1px solid #aaa;
    margin: 0.2em;
    padding: 0.2em;
}

.comment-form input.submit {
    margin-top: 1em;
}

.comment-form p.comment-notes, .comment-form p.comment-form-email, .comment-form p.comment-form-url, .comment-form p.comment-form-author, .comment-form p.comment-form-comment{
    margin-top:1em;
    clear:both;
}

.comment-form p.comment-form-email label, .comment-form p.comment-form-url label, .comment-form p.comment-form-author label {
    float:left;
    width:5em;
}

.comment-form textarea { max-width: 100%; }
.comment-form label {
      font-weight: normal;
      margin-left: 0.01em;
      padding: 0.2em;
}