/*
 * Bootstrap v3.3.4
 * ALL Right Reserved By Nexthon.com
 * For More Info Visit nexthon.com
 * Designed By: Rizwan Akram
*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900,400italic|Droid+Serif:400,700,400italic,700italic);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);
@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(font-awesome.min.css);
@import url(bootstrap.min.css);
@import url(grids.css);
@import url(rrssb.css);
@import url(scrollbar.css);

* {
	outline: 0 !important;
}

html, body {
	height: 100%;
}

body {
	/*font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Lato', sans-serif;
	/*font-family: 'Lobster', cursive;*/
	/*font-family: 'Pacifico', cursive;*/
	font-size: 14px;
}

ol, ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

textarea {
	resize: none;
}

strong, .strong {
	font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #333;
}

a, h1, h2, h3, h4, h5, h6,
.transition, .form-control, .badge, .share-btn, .fixed, .edit-remove-post-btns {
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	transition: .5s;
}

.white-card {
	background-color: #FFF;
}
.primary-bg-color {
	background-color: #407FBD;
}
.secondary-bg-color {
	background-color: #515151;
}
.primary-text-color {
	color: #191919;
}
.secondary-text-color {
	color: #777;
}
.link-color, a {
	color: #0075DB;
	font-weight: 400;
}
.link-color:hover, a:hover, a:focus, a:active {
	color: #004C8F;
	text-decoration: none;
}
.white-text,
.white-text:hover,
.white-text:focus,
.white-text:active {
	color: #FFF;
	text-decoration: none;
}
.shadow-1 {
	-webkit-box-shadow: 2px 0 2px #d8d8d8;
	-moz-box-shadow: 2px 0 2px #d8d8d8;
	box-shadow: 2px 0 2px #d8d8d8;
}
.shadow-2 {
	box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.3);
}

/*LINE-CLAMP*/
.line-clamp {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
}

.line-clamp:after {
	content: ' ';
	text-align: right;
	bottom: 0;
	right: 0;
	width: 25%;
	display: block;
	position: absolute;
	height: calc(1em * 1.2);
}

@supports (-webkit-line-clamp: 1) {
	.line-clamp:after {
		display: none !important;
	}
}

.line-clamp-1 {
	-webkit-line-clamp: 1;
	height: calc(1em * 1.18 * 1);
}

.line-clamp-2 {
	-webkit-line-clamp: 2;
	height: calc(1em * 1.18 * 2);
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
	height: calc(1em * 1.18 * 3);
}

.line-clamp-4 {
	-webkit-line-clamp: 4;
	height: calc(1em * 1.18 * 4);
}

.line-clamp-5 {
	-webkit-line-clamp: 5;
	height: calc(1em * 1.18 * 5);
}

/*HEADER*/
.homeheader .navbar {
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,.5);
	box-shadow: 0 2px 2px rgba(0,0,0,.5);
}

.homeheader .navbar-brand {
	background-color: #1F69B2;
	padding: 15px 30px 15px 15px;
	height: 78px;
}

.homeheader .navbar-right {
	margin-right: 20px;
}

.homeheader .navbar-nav {
    margin: 0;
    float: right;
}

.homeheader .navbar-default .navbar-nav > .active > a,
.homeheader .navbar-default .navbar-nav > .active > a:hover,
.homeheader .navbar-default .navbar-nav > .active > a:focus {
	color: #FFFFFF;
	background-color: #DDD;
}

.homeheader .categories-menu .right-col,
.homeheader .categories-menu .left-col {
	margin-top: 30px;
}

.homeheader #catMenu {
	display: block !important;
}

.homeheader .navbar-default .navbar-nav>li {
	padding: 20px 30px 12px;
	float: left;
}

.homeheader .navbar-default .navbar-nav>li:last-child {
    padding-right: 0;
}

.homeheader .navbar-default .navbar-nav>li>a {
	padding: 10px 0;
	font-size: 18px;
	color: #FFF;
	cursor: pointer;
	font-weight: 300;
	letter-spacing: 1px;
	font-family: 'Roboto', sans-serif;
	border-bottom: 4px solid transparent;
}

.homeheader .navbar-default .navbar-nav>li>a:hover {
	border-bottom: 4px solid rgba(0,0,0,.1);
}

.homeheader .navbar-default .navbar-nav>li>a:focus,
.homeheader .navbar-default .navbar-nav>li>a:hover {
	color: #FFF;
}

.homeheader .navbar-default .navbar-nav> li>a:active,
.homeheader .navbar-default .navbar-nav>li>a.active {
	background-color: transparent;
}

.homeheader .header-profile-img {
	width: 20px;
    height: 20px;
	background-color: #FFF;
}

.homeheader .btn-blue {
	background-color: #1F69B2 !important;
	color: #FFF !important;
	border: 0 !important;
	letter-spacing: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	padding: 9px 16px;
	-webkit-box-shadow: 1px 1px 2px rgba(32,105,178,.5);
	-moz-box-shadow: 1px 1px 2px rgba(32,105,178,.5);
	box-shadow: 1px 1px 2px rgba(32,105,178,.5);
}

.homeheader .btn-blue:hover,
.homeheader .btn-blue:focus,
.homeheader .btn-blue:active {
	background-color: #588FC6;
	color: #FFF;
	box-shadow: none;
}

.homeheader .btn-signin,
.homeheader .btn-create {
	border: 0 !important;
	top: 19px;
	position: relative;
}

.homeheader .btn-signin {
	top: 20px;
}

.homeheader .btn-create .dropdown-menu {
	position: absolute !important;
    min-width: 142px;
    padding: 10px 0 5px;
    margin: -3px 0 0;
    background-color: #2970B5;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 0;
    box-shadow: none;
    border: 0;
}

.homeheader .dropdown-menu>li>a:focus,
.homeheader .dropdown-menu>li>a:hover {
    background-color: #4A86C0;
}

.homeheader .btn-create .dropdown-toggle,
.homeheader .btn-create .dropdown-toggle:hover,
.homeheader .btn-create .dropdown-toggle:focus,
.homeheader .btn-create .dropdown-toggle:active {
	-webkit-box-shadow: 1px 1px 2px rgba(32,105,178,.5);
	-moz-box-shadow: 1px 1px 2px rgba(32,105,178,.5);
	box-shadow: 1px 1px 2px rgba(32,105,178,.5);
    border: 0;
	background-color: #2970B5;
}

.homeheader .btn-create>.btn+.dropdown-toggle {
    padding: 9.5px 8px;
}

.homeheader .btn-create .dropdown-menu>li>a {
    padding: 10px 20px;
    color: #FFF !important;
}

.homeheader .btn-create .dropdown-menu i {
    font-size: 16.8px;
    padding-right: 10px;
}

.homeheader .btn-create .dropdown-menu .divider {
    margin: 5px 15px;
    background-color: #4A86C0;
}

.homeheader .navbar-default .navbar-nav>.open>a,
.homeheader .navbar-default .navbar-nav>.open>a:focus,
.homeheader .navbar-default .navbar-nav>.open>a:hover .nav .open>a,
.homeheader .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border: 0;
    color: #FFF;
}

.homeheader .mega-dropdown {
	position: static !important;
}

.homeheader .categories-menu {
    padding: 20px 0;
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-color: rgba(31,105,178,.95);
}

.homeheader .categories-menu h3 {
	color: #FFF;
	margin-top: 0;
}

.homeheader .categories-menu .cat-list {
    overflow: auto;
    overflow-x: hidden;
    height: 140px;
}

.homeheader .categories-menu .cat-list ul {
    text-align: left;
}

.homeheader .categories-menu .cat-list li {
    display: block;
    margin: 0 auto;
    padding: 7px 0;
    font-weight: 400;
    font-family: 'Roboto',sans-serif;
    font-size: 15px;
}

.homeheader .categories-menu .cat-list li a {
    text-decoration: none;
    color: #FFF;
}

.homeheader .categories-menu .cat-list li a:hover {
    color: #CADCED;
}

.homeheader .categories-menu .cat-list li a i {
    padding-right: 8px;
}

.homeheader .categories-menu .form-control-feedback {
	pointer-events: auto;
}

.homeheader .categories-menu .cat-search {
	margin-bottom: 10px;
	z-index: 999;
}

.homeheader .categories-menu .cat-search .form-control {
	margin-top: 20px;
    padding: 0 5px 2px 15px;
    border-right: 0;
    border: 1px solid #1f4f7e;
    border-radius: 3px;
}

.homeheader .categories-menu .cat-img {
	position: relative;
	cursor: pointer;
}

.homeheader .categories-menu .cat-img-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(13,51,84,.7);
	opacity: 1;
	-webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.homeheader .categories-menu .cat-img:hover .cat-img-title {
	background: transparent;
}

.homeheader .categories-menu .cat-img-title h1 {
	font-size: 20px;
	line-height: 29px;
	text-shadow: 0 1px 3px rgba(51,51,51,.8);
	padding: 15px 20px;
	margin: 0;
	color: #FFF;
}

.homeheader .categories-menu .cat-img-title .line-clamp-3 {
	height: calc(1em * 1.7 * 3);
}

.homeheader .categories-menu .cat-img img {
	width: 266px;
	height: 120px;
}

.homeheader .categories-menu .explore-hide {
    position: relative;
}

.homeheader .categories-menu .explore-hide i {
    position: absolute;
    right: 20px;
    color: #FFF;
    font-size: 16px;
    cursor: pointer;
}

.homeheader .categories-menu .explore-hide i:hover {
    color: #23527C;
}

.homeheader .categories-menu .explore-footer {
    margin-top: 50px;
}

.homeheader .categories-menu .explore-footer a {
    color: #FFF;
    padding: 0 12px;
}

.homeheader .categories-menu .explore-footer a:hover {
    color: #CADCED;
}

.theme-Header .navbar-default {
	background-color: #0061b5;
	border-bottom: 2px solid #101010;
}

.theme-Header .navbar-brand>img {
	width: 70px;
	padding: 9px 0;
	margin-right: 15px;
}

.theme-Header .dropdown-menu {
	border: 0;
	border-radius: 0;
}

.theme-Header .dropdown-menu.submenu {
    padding: 0;
    height: 350px;
    border-bottom: 1px solid #EEE;
    -webkit-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

.theme-Header .dropdown-menu.submenu li>a {
	padding: 13px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	color: #0075DB;
	font-family: 'Open Sans', sans-serif;
}

.theme-Header .search .form-control {
    background-color: #003A6D;
    border-color: #002342;
    color: #FFF;
    font-size: 12px;
}

.theme-Header .search .form-control:focus {
    border-color: #66AFE9;
}

.theme-Header .search span {
    color: #FFF;
	border-left: 1px solid rgba(255,255,255,.1);
	-moz-box-shadow: -1px 0 0 #002342;
	-webkit-box-shadow: -1px 0 0 #002342;
	box-shadow: -1px 0 0 #002342;
	text-shadow: 0 2px 0 #002342;
	margin: 3px 0;
}

.theme-Header .search .form-control-feedback {
    cursor: pointer;
}

.theme-Header .nav .media {
    padding: 0 15px;
    margin-top: 10px;
}

.theme-Header .nav .media .submenu-img,
.theme-Header .nav .media img {
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.theme-Header .nav .media p {
    color: #003F75;
}

.theme-Header .nav .media p:hover {
    color: #0075DB;
    cursor: pointer;
}

.theme-Header .nav .dropdown-menu .text-muted {
    padding: 10px 15px 0;
    margin-bottom: -5px;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .5px;
    text-rendering: optimizeLegibility;
}

.theme-Header .nav .dropdown-menu .more-in-c {
    padding: 15px 15px 0;
    margin-top: 5px;
    font-size: 13px;
    color: #DB6600;
    letter-spacing: 0.5px;
    text-rendering: optimizeLegibility;
    display: block;
}

.theme-Header .nav .dropdown-menu .more-in-n {
    background-color: #EEE;
    color: #0061B5;
    font-size: 11px;
}

.theme-Header .navbar .popover {
    max-width: 600px;
    width: 450px;
    overflow: hidden;
    border-radius: 0;
    border-left: 3px solid #0075DB;
    border-width: 0 0 0 3px;
    -webkit-box-shadow: 3px 5px 12px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 3px 5px 12px rgba(0, 0, 0, 0.12);
	box-shadow: 3px 5px 12px rgba(0, 0, 0, 0.12);
}

.theme-Header .navbar .popover-content {
    text-align: center;
}

.theme-Header .navbar .dropdown-menu > li > a.maintainHover {
    color: white;
    background-color: #0075DB;
}

/*SCROLLBAR*/
.sidebar-collapse .scrollbar {
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
}

.blueScroll::-webkit-scrollbar {
	width: 8px;
	height: 3px;
}

.blueScroll::-webkit-scrollbar-track {
	background-color: #003A6D;
}

.blueScroll::-webkit-scrollbar-thumb {
	background-color: #002342; 
}

/*POSTSCROLL-NAV*/
.postScroll-Nav.headerChange {
    display: block;
}

.postScroll-Nav {
    z-index: 9999;
    top: 0;
    width: 100%;
    position: fixed;
    display: none;
}

.postScroll-Nav:hover {
    opacity: 1;
}

.postScroll-Nav .navbar {
	box-shadow: none;
}

.postScroll-Nav .article-title {
    color: #FFF;
    margin: 0;
    padding: 21px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 600px;
    font-size: 24px;
    font-weight: 600;
    float: left;
}

.postScroll-Nav .socialSquare {
    float: right;
    padding: 16px 0;
}

.postScroll-Nav .socialSquare a {
    float: left;
}

.postScroll-Nav .socialSquare a.nextBtn {
    height: 44px;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 32px;
    width: auto;
    border: 0;
    margin-left: 20px;
}

/*GRIDS*/
.grids .thumbnail {
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	box-shadow: 0 1px 2px -1px #3B566D;
	-webkit-box-shadow: 0 1px 2px -1px #3B566D;
	-moz-box-shadow: 0 1px 2px -1px #3B566D;
	cursor: pointer;
}

.grids .thumb-right-Badge {
	position: absolute;
	right: 10px;
	top: -7px;
	cursor: default;
	z-index: 99;
}

.grids .thumb-right-Badge .fa-bookmark {
	font-size: 4em;
	color: #F57200;
}

.grids .thumb-right-Badge .fa-user {
	font-size: 1.5em;
	color: #FFF;
	position: relative;
	right: 31px;
	bottom: 20px;
}

.grids .thumb-left-Badge {
	position: absolute;
	left: 16px;
	top: 1px;
	cursor: default;
	color: #A8AEB3;
	font-weight: 500;
	background-color: #FFF;
	border-top-left-radius: 2px;
	border-bottom-right-radius: 3px;
	padding: 5px 10px 4px;
	font-size: 13px;
	word-spacing: 4px;
	border-style: none solid solid none;
	border-width: 1px;
	border-color: #F2F2F2;
}

.grids .caption {
	cursor: default;
}

.grids .line-clamp-3 {
	height: calc(1em * 1.3 * 3);
}

.grids .thumbnail h1 {
	font-weight: 700;
	font-size: 1.4em;
	text-decoration: none;
	line-height: 25px;
	margin: 0 0 15px;
	word-break: break-word;
}

.grids .thumbnail .gridAuthor a {
	position: relative;
	display: block;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 12px;
	color: #191919;

}

.grids .thumbnail .gridAuthor a:hover {
	color: #0075DB;
	cursor: pointer;
}

.grids .thumbnail .gridAuthor span {
	cursor: default;
}

.grids .thumbnail .share-btn {
	background-color: #FFF;
	position: absolute;
	right: 16px;
	bottom: 145px;
	padding: 6px 2px;
	border-top-left-radius: 3px;
	opacity: 0;
	z-index: 999;
}

.grids .thumbnail:hover .share-btn {
	opacity: 1;
}

.grids .thumbnail .share-btn ul li {
	display: inline-block;
}

.grids .thumbnail .share-btn ul li a {
	padding: 0 5px;
	font-size: 12px;
}

.grids .thumbnail .share-btn ul li a i {
	font-size: 14px;
}

.grids .thumbnail .media {
	margin-bottom: 10px;
}

.grids .thumbnail .media img {
	width: 55px;
	height: 55px;
	display: block;
}

.grids .thumbnail .media a.xs-thumb {
	width: 60px;
	height: 60px;
	display: block;
}

.grids .thumbnail .media h1 {
	font-size: 17px;
	line-height: 1.3em;
}

.grids .thumbnail .edit-remove-post-btns {
	background-color: #FFF;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
	border-top-left-radius: 3px;
	opacity: 0;
	z-index: 999;
}

.grids .thumbnail:hover .edit-remove-post-btns {
	opacity: 1;
}

.grids .dd {
	position: relative;
}

.grids .dd .thumb-right-Badge {
    right: -10px;
    top: -7px;
}

.grids .delete-dailog {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	border-radius: 3px 3px 0 0;
	z-index: 9999;
	display: none;
}

.grids .delete-dailog h4 {
    color: #FFF;
    font-size: 1.7em;
    line-height: 35px;
    font-weight: 700;
    position: relative;
    margin-top: 20%;
    padding: 0 1em;
}

.grids a.loader {
	display: block;
}

.articles {
    position: relative;
}

.articlesBox .postUpdate-btn {
    right: 0;
    top: 3px;
    position: absolute;
    background-color: #FFF;
    border: 1px solid #ECECEC;
    border-radius: 2px;
    height: 45px;
    padding: 10px;
    opacity: 0;
}

.articlesBox:hover .postUpdate-btn {
    opacity: 1;
}

/*HOVER EFFECT*/
.homeheader .categories-menu .cat-img,
.cards .lg-card-img,
.cards .md-card-img,
.cards .xs-card .loader,
.grids .thumbnail .loader,
.articles-footer .lg-card-img,
.articles-footer .md-card-img,
.articles-footer .sm-card-img {
	overflow: hidden;
}

.homeheader .categories-menu .cat-img img,
.cards .lg-card-img img,
.cards .md-card-img img,
.cards .xs-card .loader img,
.grids .thumbnail .loader img,
.articles-footer .lg-card-img img,
.articles-footer .md-card-img img,
.articles-footer .sm-card-img img {
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.homeheader .categories-menu .cat-img:hover img,
.cards .lg-card-img:hover img,
.cards .md-card-img:hover img,
.cards .xs-card .loader:hover img,
.grids .thumbnail .loader:hover img,
.articles-footer .lg-card-img:hover img,
.articles-footer .md-card-img:hover img,
.articles-footer .sm-card-img:hover img {
    -webkit-transform:scale(1.25);
    -moz-transform:scale(1.25);
    -ms-transform:scale(1.25);
    -o-transform:scale(1.25);
     transform:scale(1.25);
     cursor: pointer;
}

/*LOADER*/
.grids .thumbnail .loader img,
.grids .thumbnail .media img,
.loader, .profileTimeline .pTLoader {
	background-image: linear-gradient(to bottom right,rgba(0,0,0,.1) 10%,rgba(0,0,0,0) 50%);
	z-index: 1;
}

/*MENUS*/
/*TOPMENU*/
.catMenu {
	float: left;
	margin-bottom: 20px;
}

.catMenu h5 {
	font-size: 16px;
	text-transform: uppercase;
	color: #A8AEB3;
	cursor: pointer;
}

.catMenu ul li {
	float: left;
}

.catMenu ul li a {
	padding: 8px 15px;
	margin-right: 15px;
	border-bottom: 1px solid #F7F7F7;
	display: block;
	color: #333;
}

.catMenu ul li a:hover,
.catMenu ul li a:focus,
.catMenu ul li a:active,
.catMenu ul li a.active {
	color: #0075DB;
	border-bottom: 1px solid #0075DB;
}

.catMenu ul li a:active,
.catMenu ul li a.active {
	font-weight: 600;
	border-bottom: 2px solid #0075DB;
}

/*SIDEMENU*/
.adjustSM {
	top: 18px;
	position: relative;
	-webkit-transition-duration: 600ms;
	-moz-transition-duration: 600ms;
	-ms-transition-duration: 600ms;
	-o-transition-duration: 600ms;
	transition-duration: 600ms;
}

.fixed-animate-SM {
	position:fixed;
	-webkit-transform: translate(0,50%);
	-moz-transform: translate(0,50%);
	-ms-transform: translate(0,50%);
	-o-transform: translate(0,50%);
	transform: translate(0,50%);
}

.sideMenu li { 
	position: relative;
}

.sideMenu li a {
	padding: 12px;
	margin: 5px 0;
	border-left: 1px solid transparent;
	display: block;
	color: #333;
	width: 175px;
	font-size: 12px;
}

.sideMenu li:hover,
.sideMenu li:focus {
	border-left: 1px solid #0075DB;
	color: #0075DB;
}

.sideMenu li:active,
.sideMenu li.active {
	border-left: 2px solid #0075DB;
	color: #0075DB;
}

.sideMenu li:active a,
.sideMenu li.active a {
	font-weight: 500;
}

/*ARTICLES*/
.articles article .article-title h1 {
	font-size: 40px;
	font-weight: 700;
}

.article-author > .media-left > a {
	display: block;
	width: 36px;
}

.articles article .article-author .author-thumb {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 15px;
}

.articles article .article-tags {
    margin: 20px 0;
}

.articles article .article-tags a {
    color: #FFF;
    background: #C5C5C5;
    border: 0;
    margin-right: 3px;
    margin-bottom: 5px;
}

.articles article .article-tags .btn-default:hover {
	background: #5D5D5D;
}

.article-main-vid-post {
    background-color: #000;
    margin-top: -20px;
    padding-top: 20px;
}

.articles article .article-main-post .panel {
	border-radius: 3px;
	border-color: #D8D8D8; 
	box-shadow: none;
}

.articles article .article-main-post .panel-body {
    padding: 0 0 60%;
    position: relative;
}

.articles article .article-main-post .panel-body img {
    position: absolute;
}

.articles article .article-main-post .panel-.articles-footer {
	border-top: 0;
}

.articles article .article-des p {
	font-size: 16px;
	color: #515151;
	padding: 5px 0;
	font-weight: 400;
}

.articles article .article-des img {
    display: block;
    max-width: 100%;
    height: auto;
	margin-left: auto;
	margin-right: auto;
}

.articles article .article-album .article-img-title h3 {
	padding-bottom: 15px;
}

.articles article .article-album .article-img img {
	margin: 5px auto;
	border-radius: 2px;
	border: 1px solid #DCDCDC;
}

.articles article .article-album .article-img-source h6 {
	margin-top: 6px;
}

.author-name.one-line {
    padding-top: 8px;
}

.socialbar {
    background-color: #EBEBEB;
    height: 65px;
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
}

.socialbar .socialSquare {
    padding: 10px 0;
}

.socialbar .social-count {
    top: 8px !important;
}

.articles .social-count {
    font-weight: 400;
    color: #969696;
    text-align: center;
    padding: 4px 0 4px 22px;
    margin-top: 5px;
    font-size: 13px;
    right: 0;
    top: 5px;
    position: absolute;
    text-transform: uppercase;
}

.articles .share-count {
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #5d5d5d;
    margin-bottom: -5px;
    margin-top: -10px;
}

/*ARTICLES CONTROLS*/
.articlesPageControls,
.rrssb {
	padding: 15px 0;
}

.articlesPageControls .nextPage-control {
	position: relative;
	background: #DF7100;
	color: #FFF;
	font-weight: 700;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
	border-radius: 3px;
	float: right;
}

.articlesPageControls .nextPage-control:hover {
	background: #FF972D;
	color: #FFF;
}

.articlesPageControls .nextPage-control:focus,
.articlesPageControls .nextPage-control:active {
	background: #DF7100;
	color: #FFF;
}

.articlesPageControls .nextPage-control:before {
	position: relative;
	float: left;
	top: -21px;
	left: -1px;
	content: '';
	width: 0;
	height: 0;
	border-bottom: 34px solid transparent;
	border-top: 35px solid transparent;
	border-left: 19px solid #fff;
	font-size: 0;
	line-height: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.articlesPageControls nav {
	position: relative;
}

/*RELATED ARTICLES*/
.relatedArticles {
    position: absolute;
    top: 300px;
    width: 360px;
}

.relatedArticles.scroll-to-fixed-fixed {
    top: 88px !important;
}

.relatedArticles h3 a {
	display: block;
}

.timeline {
	position: relative;
	padding: 21px 0 10px;
}

.timeline .line {
	position: absolute;
	width: 2px;
	display: block;
	background: currentColor;
	top: 40px;
	bottom: 65px;
	margin-left: 32px;
	color: #5D5D5D;
}

.timeline a {
	color: #5D5D5D;
	text-decoration: none;
}

.timeline a:hover {
	color: #1F69B2;
}

.timeline a:hover .articleThumb img {
	-webkit-box-shadow: 1px 1px 3px #666;
	-moz-box-shadow: 1px 1px 3px #666;
	box-shadow: 1px 1px 3px #666;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-moz-transition: .5s;
	-transition: .5s;
	outline: 0 !important;
}

.timeline p {
	line-height: 17px;
	font-weight: 500;
	margin-bottom: 0;
}

.timeline .panel {
	position: relative;
	margin: 0 0 25px 65px;
	clear: both;
	background-color: transparent;
	box-shadow: none;
}

.timeline .panel .articleThumb img {
	background-color: #FFF;
	position: absolute;
	left: -64px;
	width: 60px;
	height: 60px;
	outline: 2px solid #F2F2F2 !important;
}

.timeline .panel-body {
	padding: 5px 15px;
}

/*AUTHOR PROFILE CARD*/
.authorProfileCard {
	margin-bottom: 30px;
	font-family: 'Roboto', sans-serif;
}

.authorProfileCard .authorInfo {
	background-color: #DF7100;
}

.authorProfileCard .authorInfo:hover {
	background-color: #FF8B13;
}

.authorProfileCard .authorImg {
	width: 70px;
	height: 70px;
	border-radius: 50px;
}

.authorProfileCard .authorInfo h3 {
	color: #FFF;
	margin-top: 8px;
	letter-spacing: 1px;
	font-weight: 400;
}

.authorProfileCard .authorInfo p {
	color: #603000;
	margin-bottom: 0;
	font-size: 13px;
}

.authorProfileCard .media-left {
	padding-right: 20px;
}

.authorProfileCard .authorInfo .media-left a {
	width: 70px;
	height: 70px;
	display: block;
}

.authorProfileCard .authorInfo:before {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 2px;
	top: 35px;
	background: transparent;
	border-bottom: 16px solid transparent;
	border-top: 16px solid transparent;
	border-right: 14px solid #DF7100;
	font-size: 0;
	line-height: 0;
}

.authorInfo:hover:before {
	border-right: 14px solid #FF8B13;
}

.authorProfileCard .authorBio {
	background-color: #FFF;
	overflow: auto;
	font-size: 13px;
}

.authorProfileCard .authorBio p {
	line-height: 26px;
	color: #515151;
	font-weight: 400;
}

.authorProfileCard .authorBio .authorSocial a {
	padding: 10px 15px 0 0;
	float: left;
	color: #C5C5C5;
}

.authorProfileCard .authorBio .authorSocial a:hover {
	color: #333;
}

.authorProfileCard .authorBio .verified {
	color: #CBCBCB;
	margin-bottom: 0;
	float: right;
	top: 7px;
	position: relative;
}

/*ARTICLES SOCIAL SHARING*/
.hs {
    background-color: #BFBFBF;
}
.fb {
	background-color: #3b5998;
}
.tw {
	background-color: #55acee;
}
.gp {
	background-color: #de5543;
}
.ig {
	background-color: #d15a5a;
}
.pi {
	background-color: #cc2127;
}
.yt {
	background-color: #EE3138;
}
.vk {
	background-color: #56719B;
}
.tumb {
	background-color: #3D5470;
}
.rdt {
	background-color: #FA4C00;
}
.digg {
    background-color: #000;
}

/*SQUARE*/
.social-icon-bar {
    position: relative;
}

.social-icon-bar .input-group {
    display: block;
}

.social-icon-bar .input-group-btn {
    display: inline-table;
}

.social-icon-bar .hssocial {
    display: none;
}

.socialSquare {
	padding: 3px 0;
}

.socialSquare a {
    text-align: center;
    width: 44px;
    height: 44px;
    margin: 0 4px 0 0;
    color: #FFF;
	font-size: 20px;
	line-height: 22px;
    border-radius: 2px;
    display: inline-block;
}

.socialSquare .hs,
.socialSquare .fb,
.socialSquare .tw,
.socialSquare .gp,
.socialSquare .pi,
.socialSquare .yt,
.socialSquare .sharing-dip {
    padding: 11px 15px;
    cursor: pointer;
}

.socialSquare .sharing-dip {
    background: #1f69b2;
    padding: 11px 0;
}

.socialSquare .hs .fa-plus {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: relative;
    left: -2px;
    top: 0;
}

.socialSquare .hs .animate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    position: relative;
    left: -1px;
    top: -2px;
}

.socialSquare .fb-like {
    height: 44px;
    width: 120px !important;
    min-width: 120px !important;
    margin-left: 14px;
    padding-left: 14px;
    padding-top: 12px;
    border-left: 1px solid #5d5d5d;
}

/*ROUND*/
.social-share-round a {
	display: inline-block;
	position: relative;
	font-size: 18px;
	z-index: 200;
	color: #fff;
	text-align: center;
	width: 40px;
	height: 40px;
	margin: 5px;
	border-radius: 50%;
}

.social-share-round .fb,
.social-share-round .tw,
.social-share-round .gp,
.social-share-round .ig,
.social-share-round .pi,
.social-share-round .yt,
.social-share-round .vk,
.social-share-round .tumb,
.social-share-round .rdt,
.social-share-round .digg {
	padding: 8px 0;
}

.socialSquare a:hover,
.social-share-round a:hover {
    opacity: .8;
}

.fb-sharebtn {
    min-width: 150px;
    background: #3b5998;
    border: 1px solid #344e86;
    padding: 12px 10px;
    height: 44px;
    color: white;
    text-align: center;
    font-weight: 900;
    font-size: 13px;
    text-transform: uppercase;
    word-spacing: 6px;
    letter-spacing: 1px;
    display: block;
}

.fb-sharebtn:hover {
	color: #fff;
	background: #5f7ec1;
	border-color: #4c70ba;
}

.fb-likebtn {
    background-color: ghostwhite;
    border: 1px solid #CCC;
    padding: 11px 15px;
    margin-right: 1px;
    height: 44px;
    min-width: 90px;
    margin-left: -3px;
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
    z-index: 20;
    display: block;
    float: left;
}

/*PROFILE TIMELINE*/
.profileTimeline {
	margin-bottom: 25px;
}

.profileTimeline .panel-default {
	border-color: #E0E0E0;
	-webkit-box-shadow: 0 1px 2px -1px #3B566D;
	-moz-box-shadow: 0 1px 2px -1px #3B566D;
	box-shadow: 0 1px 2px -1px #3B566D;
}

.profileTimeline .panel-body {
	padding: 0;
}

.profileTimeline .pTLoader {
	padding: 0 0 40%;
	position: relative;
	overflow: hidden;
}

.profileTimeline .coverPic {
	z-index: 0;
	margin-bottom: 10px;
	float: left;
	position: absolute;
}

.profileTimeline .profilePic {
	margin: -50px 10px 0 15px;
	z-index: 10;
	width: 120px;
	height: 120px;
	border: 3px solid #FFF;
	border-radius: 3px;
	float: left;
	position: relative;
}

.profileTimeline .profileText {
	position: relative;
	bottom: 18px;
	display: table;
	padding-right: 15px;
}

.profileTimeline .profileText h2 {
	font-weight: 700;
	color: #002342;
}

.profileTimeline .profileText .stats a,
.profileTimeline .profileText .stats a:hover,
.profileTimeline .profileText .stats a:focus {
	font-weight: 400;
	color: #999;
	font-size: 14px;
}

.profileTimeline .profileText .stats .nav-tabs {
	border: 0;
}

.profileTimeline .profileText .stats .nav-tabs a {
	padding: 0;
	color: #999;
	font-size: 13px;
	font-weight: 600;
	margin-left: .3em;
}

.profileTimeline .profileText .stats .nav-tabs a,
.profileTimeline .profileText .stats .nav-tabs a:hover,
.profileTimeline .profileText .stats .nav-tabs a:focus {
	border: 0;
	text-decoration: none;
	background-color: transparent;
}

.profileTimeline .profileText .stats .nav-tabs a:hover,
.profileTimeline .profileText .stats .nav-tabs a:focus,
.profileTimeline .profileText .stats .nav-tabs a:active,
.profileTimeline .profileText .stats .nav-tabs a.active {
	color: #555;
}

.profileTimeline .quote {
	font-weight: 600;
	color: #67747e;
	font-size: 13px;
	font-style: italic;
	font-family: serif;
	text-align: right;
}

.profile-tabs {
	min-height: 300px;
}

.profile-tabs h1.EPmsj {
	font-size: 30px;
	color: rgba(0,0,0,.3);
	font-weight: 400;
}

/*THEME FORM*/
.theme-Form fieldset {
    border: 1px solid rgba(0,0,0,.1);
    padding: 1.4em;
    margin: 0;
}

.theme-Form legend {
    border: none;
    opacity: .75;
    width: auto;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 0;
}

.theme-Form .well {
	padding: 20px 30px;
	background-color: #D6E7F5;
	border: 1px solid #BAD5EE;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.theme-Form .or {
    color: #ADCEEB;
    font-weight: 900;
    font-size: 3em;
    text-transform: uppercase;
}

.theme-Form .changeProfile-img {
    height: 48px;
    width: 48px;
    vertical-align: top;
}

.theme-Form .changeCover-img {
	max-height: 80px;
	max-width:100%;
	vertical-align: top;
}

.theme-Form .uploadingPost-img {
	height: 100px;
	width: 100px;
}

.theme-Form .input-group-lg>.form-control {
	font-size: 17px;
}

.theme-Form .input-group-addon small {
	font-size: 12px;
    position: relative;
    bottom: 3px;
}

.text-muted {
	color: #AAA;
}

.help-block {
    font-size: 12px;
}

.checkbox, .radio {
	margin: 0;
}

.form-control {
	box-shadow: none;
	border-radius: 3px;
	border-color: #D4D7DA;
	font-size: 13px;
}

.connected-networks {
	font-size: 1.3em;
	font-weight: bold;
	margin-right: 15px;
}

/*PAGE*/
.emptyPage {
    font-size: 4em;
    font-weight: 900;
    text-align: center;
    color: #E9E8EF;
    text-shadow: 0 2px 5px #FFF;
}

.card {
	background-color: #FFF;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px -1px #3b566d;
	-moz-box-shadow: 0 1px 2px -1px #3b566d;
	box-shadow: 0 1px 2px -1px #3b566d;
	position: relative;
}

.theme-page h3 {
	padding: 8px 0;
	font-weight: 500;
}

.theme-page p {
	font-size: 16px;
	line-height: 1.6;
}

.theme-page hr {
	border-top: 4px solid #EEE;
}

/*PAGINATION*/
.pagination > li > a,
.pagination > li > span {
	color: #A3A5AB;
	background-color: #FFF;
	border: 0;
	font-size: 12px;
	font-weight: 600;
	margin: 0 3px;
	border-radius: 50% !important;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 0;
	line-height: 34px;
	box-shadow: 0 1px 2px #d9edf7;
	-webkit-box-shadow: 0 1px 2px #d9edf7;
	-moz-box-shadow: 0 1px 2px #d9edf7;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #FFF;
	background-color: #E1E1E1;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #FFF !important;
	background-color: #3498DB !important;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

/*404*/
.page404 h1 {
	font-size: 3em;
	color: rgba(0,0,0,0.5);
	line-height: 1.1em;
	font-weight: 300;
}

.page404 h1 a {
	color: #0075DB;
	font-weight: 300;
}

.page404 h2 {
	font-size: 1.3em;
	padding-bottom: 1em;
	font-weight: 300;
}

.page404 .image404 {
	background-size: contain;
	background-image: url('../images/error-bucket.jpg');
	background-position: center;
	background-repeat: no-repeat;
	height: 0;
	padding-bottom: 37%;
}

.page404 img {
	opacity: 0.8;
	width: 150px;
}

/*SIGNIN MODAL*/
.themeModal.registerModal {
    background: url('../images/signin-modal-bg.png') repeat;
}

.themeModal .modal-dialog {
    padding-top: 90px;
}

.themeModal .modal-header {
	border: 0;
	width: 100%;
}

.themeModal.registerModal .modal-header {
    height: 130px;
    line-height: 25px;
    text-align: center;
    background-image: url('../images/signin-header.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
}

.themeModal.removePostModal .btn {
    min-width: 100px;
}

.themeModal .modal-content {
    background-color: rgba(255,255,255,.9);
}

.themeModal .modal-body {
    padding: 50px 25px;
}

.themeModal h4 {
	font-size: 20px;
	font-weight: 500;
	margin: 22px 0 3px;
}

.themeModal h5 {
	font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.themeModal.registerModal .signup-btn {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 15px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    width: 280px;
    margin: 0 auto 10px;
}

.signup-fb, .signup-fb:hover, .signup-fb:focus, .signup-fb:active {
    background-color: #3b5998;
    color: #FFF;
}

.signup-tw, .signup-tw:hover, .signup-tw:focus, .signup-tw:active {
    background-color: #55acee;
    color: #FFF;
}

.signup-fb:hover, .signup-tw:hover  {
    opacity: .9;
}

.themeModal hr {
    margin: 30px auto 20px auto;
    border-top-color: #CCC;
}

/*BREADCRUMB*/
.breadcrumb {
	padding: 10px 0;
	background: transparent;
}

.breadcrumb h1 {
	font-size: 2.5em;
	font-weight: 700;
	color: #002342;
}

.breadcrumb h2 {
	font-weight: 400;
}

.breadcrumb em {
	font-size: 18px;
	font-weight: 400;
	color: #A8AEB3;
}

.breadcrumb i {
	color: #A8AEB3;
	margin: 0 .25em;
}

.breadcrumb a.link {
	font-weight: 700;
}

/*TAGS*/
.cat-tags {
    margin-bottom: 10px;
    float: left;
}

.cat-tags li {
    float: left;
}

.cat-tags li a {
    background-color: #0075DB;
    color: #FFF;
    padding: .2em .7em .35em;
    border-radius: .25em;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
    display: block;
}

.cat-tags li a:hover {
    background-color: #0065BE;
}

/*FOOTER*/
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px;
	padding: 100px 0 60px;
}

#wrap2 {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

footer {
    position: relative;
    z-index: 10;
}

footer .home-footer {
    text-align: center;
}

footer .home-footer {
    width: 100%;
    border-top: 1px solid #2468af;
    margin-top: 50px;
    padding: 50px 0 80px 0;
}

footer .home-footer img {
    width: 175px;
    margin: 0 auto;
    opacity: .5;
}

footer .home-footer-links {
    margin-top: 10px;
}

footer .home-footer a {
    margin: 0 10px;
    font-size: 15px;
    font-weight: 300;
    color: #7B828A;
}

footer .home-footer a:hover {
    color: #333;
}

/*ARTICLES FOOTER*/
footer .articles-footer {
    margin-top: 130px;
}

footer .articles-footer .footer-bg {
	background-color: #407FBD;
	padding: 40px 0;
}

footer .articles-footer .thumbnail {
	background-color: transparent;
	border: 0;
}

footer .articles-footer .thumbnail .caption {
	padding: 0;
}

footer .articles-footer .thumbnail h4 {
	line-height: 28px;
}

footer .articles-footer .thumbnail .line-clamp-2 {
	height: calc(1em * 1.5 * 2);
}

footer .articles-footer .thumbnail .read-more {
	color: #09121A; 
}

footer .articles-footer .thumbnail .read-more:hover {
	color: #FFF !important; 
}

footer .articles-footer .thumbnail .read-more i {
	font-size: 12px;
	padding-left: 1px;
}

footer .articles-footer .lg-card .lg-card-img img {
	width: 100%;
}

footer .articles-footer .lg-card .line-clamp-2 {
	height: calc(1em * 1.2 * 2);
}

footer .articles-footer .lg-card .author-name a {
	color: #09121A;
}

footer .articles-footer .lg-card .author-name a:hover  {
	color: #FFF !important;
}

footer .articles-footer .lg-card .lg-card-img,
footer .articles-footer .md-card .md-card-img,
footer .articles-footer .sm-card .sm-card-img {
	overflow: hidden;
	position: relative;
}

footer .articles-footer .lg-card h4 {
	font-size: 3em;
    line-height: 50px;
}

footer .articles-footer .footer-endline {
    width: 100%;
    min-height: 34px;
    background: #09121A;
    border-top: 2px solid #366CA1;
    padding: 9px 0;
    font-size: 10px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
}

footer .articles-footer li {
   display: inline-block;
}

footer .articles-footer .footer-endline a {
    font-weight: 600;
    padding: 0 5px;
    color: #74B0EA;
}

footer .articles-footer .footer-endline a:hover {
    color: #A4C4EC;
}

footer .articles-footer li a {
    text-decoration: none;
    padding: 0 8px;
    display: block;
}

footer .articles-footer li:after {
    color: #53776d;
    display: inline-block;
    padding-left: 7px;
    padding-right: 7px;
    font-weight: 300;
    font-size: 10px;
}

/*CARDS*/
.thumbnail h1 {
	color: #191919;
}
.thumbnail h1:hover {
	color: #0075DB !important;
	cursor: pointer;
}
.cards article,
.cards .thumbnail,
.cards .group-list {
	background-color: #FFF;
	border: 0;
	border-radius: 2px;
	margin-bottom: 30px;
	-webkit-box-shadow: 1px 1px 4px rgba(150,150,150,.5);
	-moz-box-shadow: 1px 1px 4px rgba(150,150,150,.5);
	box-shadow: 1px 1px 4px rgba(150,150,150,.5);
	position: relative;
}
.cards .thumbnail .gridAuthor a {
	font-size: 13px;
}

.cards h3 {
	margin: 0 0 23px;
}
.cards .md-card .lg-card .lg-card-img img,
.cards .md-card .md-card-img img,
.cards .sm-card ul li img,
.articles-footer .lg-card .lg-card-img img,
.articles-footer .md-card .md-card-img img,
.articles-footer .sm-card .sm-card-img img {
	position: relative;
}

/*lg-card*/
.cards .lg-card h1 {
	cursor: pointer;
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.cards .cardInfo .line-clamp-3 {
	height: calc(1em * 1.1 * 3);
}
.cards .lg-card .cardInfo {
	padding: 20px;
}
.cards .lg-card .cardInfo-more {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	display: block;
	position: absolute;
	bottom: 20px;
	right: 25px;
}
.cards .lg-card .cardInfo-summary {
	color: #515151;
	font-size: 16px;
	font-weight: 300;
	height: 20px;
	overflow: hidden;
}

.cards .article-author,
.cards .article-author a,
.thumbnail .cardAuthor,
.thumbnail .cardAuthor a,
.articles article .article-author .author-name {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.cards .article-author a,
.thumbnail .cardAuthor a {
	color: #337AB7;	
}

.articles article .article-author .author-name {
	font-size: 12px;
	color: #5d5d5d;
}

.articles article .article-author .article-post-date {
	font-size: 12px;
    font-weight: 600;
    color: #5D5D5D;
    font-family: 'Source Sans Pro', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*md-card*/
.cards .md-card h1 {
	font-size: 20px;
	line-height: 28px;
	margin: 0;
	color: #09121A;
	margin-bottom: 20px;
}
.cards .md-card .line-clamp-2 {
    height: calc(1em * 1.5 * 2);
}

/*sm-card*/
.cards .sm-card {
	margin-bottom: 50px;
}
.cards .sm-card ul li img {
	width: 100%;
}
.cards .sm-card ul li {
	position: relative;
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
	z-index: 100;
}
.cards .sm-card ul li:hover .sm-card-info {
	opacity: .95;
}
.cards .sm-card i.fa-play {
	position: absolute;
	width: 45px;
	height: 45px;
	padding: 13px 14px;
	right: 12px;
	top: inherit;
	bottom: 12px;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	box-shadow: 0 0 0 rgba(0,0,0,0);
	background: rgba(223,113,0,.37);
	border: 3px solid #fff;
	border-radius: 100%;
	color: #FFF;
}
.cards .sm-card .sm-card-info {
	position: absolute;
	bottom: 0;
	background-color: #FFF;
	padding: 15px;
	width: 100%;
	opacity: 0;
}
.cards .sm-card .sm-card-info p {
	line-height: 20px;
	color: #09121A;
	font-size: 15px;
	font-weight: 300;
	cursor: pointer;
}
.cards .sm-card .sm-card-info a {
	color: #09121A;
}
.cards .sm-card .line-clamp-2 {
	height: calc(1em * 1.3 * 2);
}

/*xs-card*/
.cards .xs-card h1 {
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	padding: 7px 2px;
}
.cards .xs-card img {
	width: 90px;
	height: 70px;
}
.cards .xs-card h1 a {
	color: #09121A;
	font-weight: 300;
}
.cards .xs-card .line-clamp-3 {
	height: calc(1em * 2.2 * 2);
}
.cards .xs-card .list-group-item {
	border: 0;
	border-bottom: 2px solid #EEE;
}
.cards .xs-card .list-group-item:hover {
    background-color: #FBFBFB;
}
.cards .xs-card .list-group-item:last-child {
	border: 0;
}
.cards .cardCat {
	position: absolute;
	z-index: 9;
}
.cards .cardCat h5 {
	position: relative;
	left: 20px;
	top: 4px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow: 1px 1px 5px rgba(9,18,26,.8);
	color: #FFF;
}

.next-in-cat {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 6px 12px;
	background-color: #09121A;
	color: #FFF;
	font-size: 13px;
	cursor: pointer;
}

.next-in-cat:hover {
	background-color: #162C40;
}

/*YOUTUBE*/
.embed-container { 
	position: relative;
	padding-bottom: 57.25%;
	height: 0;
	overflow: hidden;
	width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  min-width: 100% !important;
  width: 100% !important;
}
*/

/*MIX*/
.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.mrg0 {
	margin: 0;
}

.pad0 {
	padding: 0;
}

.thumbnail {
	padding: 0;
}

.box {
	padding: 15px;
}

.box_t-b {
	padding: 15px 0;
}

.btn {
	border-radius: 3px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.15);
	font-weight: 600;
}

.btn-primary {
	background-color: #0075DB;
	border-color: #0067c2;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #005fb2;
	border-color: #004784;
}

.btn-warning,
.btn-warning.active, 
.btn-warning.focus, 
.btn-warning:active, 
.btn-warning:focus, 
.btn-warning:hover, 
.open>.dropdown-toggle.btn-warning {
    color: #FFF;
    background-color: #DF7100;
    border-color: #DF7100;
}

h1.hero-header {
	font-family: 'Lobster', cursive;
	font-size: 5.5em;
	text-shadow: 1px 1px 1px #003f75,2px 2px 1px #003f75,3px 3px 1px #003f75,4px 4px 1px #003f75,5px 5px 1px #003f75,6px 6px 1px #003f75,7px 7px 1px #003f75,8px 8px 1px #003f75,9px 9px 1px #003f75,10px 10px 1px #003f75,11px 11px 1px #003f75,12px 12px 1px #003f75,13px 13px 1px #003f75,14px 14px 1px #003f75,15px 15px 1px #003f75,16px 16px 1px #003f75,17px 17px 1px #003f75,18px 18px 1px #003f75,19px 19px 1px #003f75,20px 20px 1px #003f75,21px 21px 1px #003f75,22px 22px 1px #003f75,23px 23px 1px #003f75,24px 24px 1px #003f75,25px 25px 1px #003f75,26px 26px 1px #003f75,27px 27px 1px #003f75,28px 28px 1px #003f75,29px 29px 1px #003f75,30px 30px 1px #003f75,31px 31px 1px #003f75,32px 32px 1px #003f75,33px 33px 1px #003f75,34px 34px 1px #003f75,35px 35px 1px #003f75,36px 36px 1px #003f75,37px 37px 1px #003f75,38px 38px 1px #003f75,39px 39px 1px #003f75,40px 40px 1px #003f75,41px 41px 1px #003f75,42px 42px 1px #003f75,43px 43px 1px #003f75,44px 44px 1px #003f75,45px 45px 1px #003f75,46px 46px 1px #003f75,47px 47px 1px #003f75,48px 48px 1px #003f75,49px 49px 1px #003f75,50px 50px 1px #003f75,51px 51px 1px #003f75,52px 52px 1px #003f75,53px 53px 1px #003f75,54px 54px 1px #003f75,55px 55px 1px #003f75,56px 56px 1px #003f75,57px 57px 1px #003f75,58px 58px 1px #003f75,59px 59px 1px #003f75,60px 60px 1px #003f75,61px 61px 1px #003f75,62px 62px 1px #003f75,63px 63px 1px #003f75,64px 64px 1px #003f75,65px 65px 1px #003f75,66px 66px 1px #003f75,67px 67px 1px #003f75,68px 68px 1px #003f75,69px 69px 1px #003f75,70px 70px 1px #003f75,71px 71px 1px #003f75,72px 72px 1px #003f75,73px 73px 1px #003f75,74px 74px 1px #003f75,75px 75px 1px rgba(0,63,117,.5),0 0 1px #000;
	color: #FFF;
	background-color: #0075DB;
	margin: 0 -.18181818 0;
	text-align: left;
	padding: 0 .25em .1em;
	margin: 0 0 .4em;
	background-image: -webkit-linear-gradient(top,#0067c2 0%,#005aa8 100%);
	background-image: linear-gradient(to bottom,#0067c2 0%,#005aa8 100%);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0067c2',endColorstr='#ff005aa8',GradientType=0);
	overflow: hidden;
}

.create-share-inspire h1 {
	font-family: 'Pacifico', cursive;
    font-size: 4em;
    text-align: center;
    margin: 30px 0 80px;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    color: #004B94;
}

.create-share-inspire span {
    padding: 0 15px;
}

.create-share-inspire h1:before,
.create-share-inspire h1:after {
    width: 200px;
    height: 5px;
    background-color: #C5C6C6;
    box-shadow: inset 0 2px 1px #B1B1B1;
    content: "";
    top: -15px;
    position: relative;
    display: inline-block;
}

.quoteSection h1 {
	font-family: 'Lobster', cursive;
	color: #db6600;
	margin: 0;
	font-size: 3em;
	margin-top: 1em;
}

.quoteSection p {
	font-size: 22px;
	font-weight: 400;
	color: #004C8F;
}

.quoteSection .articles-footer {
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.42857143;
	color: #0075DB;
	text-align: right;
}

.quoteSection footer:before {
	content: '— ';
}

/*------------------------------------------*/
/*  RESPONSIVENESS                          */
/*------------------------------------------*/
@media (max-width: 350px) {
	.homeheader .categories-menu h3 {
	    font-size: 20px;
	}
	.slide-caption {
		font-size: 8px;
	}
	.slide-caption {
		bottom: 5px;
	}
	.grids .delete-dailog h4 {
	    font-size: 1.4em;
	    line-height: 30px;
	}
}

@media (min-width: 351px) and (max-width: 550px) {
	.slide-caption {
		font-size: 10px;
	}
	.slide-caption {
		bottom: 8px;
	}
}

@media (max-width: 550px) {
	#wrap {
	    padding: 80px 0 60px;
	}
	.homeheader .navbar-brand {
	    padding: 16px 10px;
	    height: 55px;
	}
	.homeheader .navbar-brand>img {
	    width: 50px;
	}
	.homeheader .navbar-default .navbar-nav>li>a {
		font-size: 14px;
	}
	.homeheader .navbar-default .navbar-nav>li {
	    padding: 9px 20px 2px;
	}
	.homeheader .btn-signin, .homeheader .btn-create {
	    top: 10px;
	}
	.homeheader .btn-blue {
	    letter-spacing: 1px;
	    font-size: 12px;
	}
	.homeheader .btn-create>.btn+.dropdown-toggle {
	    padding: 7.5px 8px;
	}
	.create-share-inspire h1:before,
	.create-share-inspire h1:after {
		display: none;
	}
	.grids .thumbnail .share-btn {
	    opacity: 1;
	}
	.breadcrumb h1 {
	    font-size: 1.4em !important;
	}
	.themeModal.registerModal .signup-btn {
	    font-size: 12px;
	    max-width: 280px;
	    width: 100%;
	}
	.postScroll-Nav .socialSquare {
	    padding: 5px 10px;
	}
	.fb-sharebtn {
	    min-width: 90px;
	    padding: 14px 8px;
	    font-size: 10px;
	}
	.fb-likebtn {
	    padding: 11px 8px;
	}
	.social-icon-bar {
	    text-align: center;
	}
	.articles article .article-title h1 {
	    font-size: 18px !important;
	    margin-top: 15px;
	}
	.articles article .article-album .article-img-title h3 {
	    font-size: 16px;
	    padding-bottom: 8px;
	}
	.articles article .article-des p,
	.articles article .article-des a {
	    font-size: 13px;
	}
	.articles article .article-tags .btn-sm {
	    padding: 2px 6px;
	}
	.theme-Form .input-group-addon {
	    padding: 10px;
	}
	.theme-Form .input-group-addon small {
	    font-size: 11px;
	    bottom: 4px;
	}
	.page404 img {
	    width: 100px;
	}
}

@media (min-width: 551px) and (max-width: 767px) {
	.slide-caption {
		font-size: 12px;
	}
	.slide-caption {
		bottom: 10px;
	}
	.profileTimeline .profilePic {
	    width: 80px;
	    height: 80px;
	    margin: -30px 10px 0 10px;
	}
	.profileTimeline .profileText h2 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.profileTimeline .profileText .stats a {
		font-size: 13px;
	}
	.emptyPage {
		font-size: 3em;
	}
	.grids .delete-dailog h4 {
		font-size: 1.4em;
	}
}

@media (max-width: 550px) {
	.articlesPageControls .col-xs-6 {
		width: 100%;
		text-align: center;
	}
	.grids .thumbnails .col-xs-6,
	.cards .md-card .col-xs-6,
	.articles-footer .col-xs-6 {
		width: 100%;
	}
	.cards .md-card .md-card-img {
		height: 100%;
	}
	.articlesPageControls .nextPage-control {
		float: none;
	}
	.articlesPageControls .nextPage-control:before {
		border-left: 0;
	}
	.hide550 {
		display: none;
	}
	.ri-grid ul li a i {
		font-size: 8px;
	}
	.social-share-round a {
	    font-size: 10px;
	    width: 30px;
	    height: 30px;
	    margin: 5px 3px;
	}
	.profileTimeline .profilePic {
	    width: 64px;
	    height: 64px;
	    margin: -25px 10px 0 10px;
	}
	.profileTimeline .profileText h2 {
	    font-size: 16px;
	    margin-bottom: 0;
	}
	.profileTimeline .profileText .stats a {
	    font-size: 12px;
	}
	.theme-Form .well {
	    padding: 20px;
	}
	.emptyPage {
		font-size: 1.8em;
	}
	.page404 h1 {
		font-size: 1.5em;
		font-weight: 400;
	}
	.page404 h2 {
		font-size: 1em;
	}
	.pagination>li>a, 
    .pagination>li>span { 
	    font-size: 11px;
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	}
}

@media (max-width: 630px) {
	.cards .lg-card h1 {
		margin-bottom: 0;
		font-size: 20px;
	}
	.cards .cardInfo .line-clamp-3 {
	  	height: auto;
	}
	.cards .lg-card>.media-left {
		display: block;
		padding: 0;
	}
	.cards .lg-card .lg-card-img.loader {
		padding: 0 0 70%;
	}
	.cards .lg-card .lg-card-img img {
		width: 100%;
		height: 100%;
		position: absolute;
	}
	.cards .lg-card .cardInfo-more {
		position: relative;
		bottom: 0;
		right: 0;
		float: right;
		margin-bottom: 12px;
	}
}

@media (min-width: 631px) and (max-width: 767px) {
	.cards .lg-card-img, .cards .lg-card img.media-object {
		width: 336px;
		height: 280px;
	}
}

@media (max-width: 767px) {
	.theme-Header.navbar-toggle {
	    padding: 10px 10px;
	}
	.postScroll-Nav .socialSquare a.fb,
	.postScroll-Nav .socialSquare a.tw {
	    display: none;
	}
	.create-share-inspire h1 {
	    font-size: 2em;
	}
	.create-share-inspire h1:before,
	.create-share-inspire h1:after {
	    width: 50px;
	    top: -5px;
	}
	.breadcrumb h1 {
	    font-size: 1.8em;
	}
	.articlesBox {
		padding: 15px;
	}
	.articles article .article-title h1 {
		font-size: 24px;
	}
	.articlesPageControls .nextPage-control {
		padding-top: 12px;
		font-size: 16px;
		width: 100%;
		height: 53px;
		line-height: 28px;
	}
	.articlesPageControls nav {
		top: -5px;
	}
	.profileTimeline .panel-body {
		padding: 0;
	}
	.triangle-left {
		border-width: 50px 0 0 1000px;
	}
	.triangle-right {
		border-width: 0 0 50px 1000px;
	}
	.theme-Form .or {
		text-align: center;
	}
	.loader {
		position: relative;
	}
	.md-card-img.loader {
		padding: 0 0 53%;
	}
	.md-card-img.loader img {
		position: absolute !important;
	}
	.grids .loader {
		position: relative;
		padding: 0 0 77%;
	}
	.cards .md-card .md-card-img img,
	.grids .thumbnail .loader img {
		height: 100%;
		width: 100%;
		position: absolute;
	}
	footer .articles-footer .loader {
		padding: 0 0 50.5%;
	}
	footer .articles-footer .loader img {
		width: 100%;
		position: absolute !important;
	}
	footer .articles-footer .lg-card h4 {
		font-size: 24px;
		line-height: 28px;
	}
	footer .articles-footer .footer-endline .text-left,
	footer .articles-footer .footer-endline .text-right {
		text-align: center !important;
		padding: 2px 0;
	}
	.profileTimeline .quote {
	    text-align: left;
	}
	#catMenu {
	    width: 175px;
	    position: absolute;
	    z-index: 99;
	    display: none;
	}
	.catMenu ul li {
	    float: none;
	}
	.catMenu ul li a {
	    background-color: #FFF;
	}
	.catMenu ul li a:hover, .catMenu ul li a:focus, .catMenu ul li a:active, .catMenu ul li a.active {
	    color: #FFFFFF;
	    background-color: #0075DB;
	}
	.triangle-left, .triangle-right {
	    position: fixed !important;
	}
}

@media (min-width: 768px) {
	.theme-Header .navbar-nav>li {
		padding: 15px 0 0;
	}
	.theme-Header .navbar-nav>li>a {
		padding: 13px 12px;
		font-weight: 600;
		color: #FFF;
	}
	.theme-Header .navbar-default .navbar-nav>li>a:hover,
	.theme-Header .navbar-default .navbar-nav>.open>a,
	.theme-Header .navbar-default .navbar-nav>.open>a:hover {
		color: #003F75 !important;
		background-color: #FFF;
	}
	.theme-Header .navbar-default .navbar-nav>li>a:focus,
	.theme-Header .navbar-default .navbar-nav>.open>a:focus {
		color: #FFF;
	}
	.theme-Header .navbar-default .navbar-nav>.active>a,
	.theme-Header .navbar-default .navbar-nav>.active>a:focus,
	.theme-Header .navbar-default .navbar-nav>.active>a:hover {
		color: #FFF !important;
		background-color: #003F75;
	}
	.theme-Header .navbar-form {
		padding: 15px 12px;
	}
	.theme-Header .input-sm+.form-control-feedback {
	    width: 33px;
		height: 23px;
		line-height: 23px;
	}
	.articlesBox {
		padding: 30px;
	}
	.articlesPageControls .nextPage-control {
		padding-top: 21px;
		font-size: 22px;
		width: 260px;
		height: 70px;
	}
	.articlesPageControls nav {
		top: 3px;
	}
	.themeModal.registerModal .modal-dialog {
    	width: 750px;
    }
    #catMenu {
	    display: block !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.grids .thumbnail .loader {
		height: 286px;
	}
	.articles-footer .lg-card .lg-card-img {
	    height: 365px;
	}
	.articles-footer .md-card .md-card-img,
	.articles-footer .sm-card .sm-card-img {
		height: 180px;
	}
	.cards .lg-card-img, .cards .lg-card img.media-object {
		width: 336px;
		height: 280px;
	}
	.cards .md-card .md-card-img {
		height: 192px;
	}
}

@media (max-width: 991px) {
	.homeheader .categories-menu {
	    padding: 20px 15px;
		max-height: 450px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.homeheader .categories-menu .right-col,
	.homeheader .categories-menu .left-col {
		margin-top: 10px;
	}
	.homeheader #catMenu {
		display: none;
	}
	.homeheader .catMenu {
		float: left;
		margin-bottom: 20px;
	}
	.homeheader .catMenu h5 {
		font-size: 16px;
		text-transform: uppercase;
		color: #A8AEB3;
		cursor: pointer;
	}
	.homeheader .catMenu ul {
		text-align: left;
		width: 200px;
		background-color: #FFF;
		padding: 0;
		position: absolute;
		z-index: 999;
		border-radius: 2px;
		-webkit-box-shadow: 2px 0 2px #d8d8d8;
		-moz-box-shadow: 2px 0 2px #d8d8d8;
		box-shadow: 5px 5px 10px #E5E5E5;
	}
	.homeheader .catMenu ul li {
		float: none;
	}
	.homeheader .catMenu ul li a {
		padding: 8px 15px;
		margin: 0;
		border-bottom: 1px solid #F7F7F7;
		display: block;
		color: #333;
	}
	.homeheader .catMenu ul li a:hover,
	.homeheader .catMenu ul li a:focus,
	.homeheader .catMenu ul li a:active,
	.homeheader .catMenu ul li a.active {
		color: #333;
		background-color: #EBF3FA;
	}
	.homeheader .catMenu ul li a:active,
	.homeheader .catMenu ul li a.active {
		color: #FFF;
		background-color: #0075DB;
	}
	.profileTimeline .profileText .stats .nav-tabs a {
		font-size: 12px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.create-share-inspire h1 {
	    font-size: 2.5em;
	}
	.create-share-inspire h1:before,
	.create-share-inspire h1:after {
	    width: 100px;
	    top: -10px;
	}
	.slide-caption {
		font-size: 14px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.grids .thumbnail .loader {
		height: 243px;
	}
	.articles-footer .md-card .md-card-img {
		height: 153px;
	}
	.articles-footer .sm-card .sm-card-img {
		height: 111px;
	}
	.articles-footer .lg-card .lg-card-img {
	    height: 312px;
	}
	.cards .lg-card-img, .cards .lg-card img.media-object {
		width: 336px;
		height: 280px;
	}
	.cards .md-card .md-card-img {
		height: 163px;
	}
	.cards .sm-card ul li {
		height: 135px;
	}
}

@media (max-width: 1199px) {
	/*SIDEBAR*/
	.sidebar-collapse #sidebar-wrapper {
		top: 50px;
		left: -250px;
		width: 250px;
		background-color: #004C8F;
		-moz-box-shadow: inset 0 0 10px #003C71;      
		-webkit-box-shadow: inset 0 0 10px #003C71;      
		box-shadow: inset 0 0 10px #003C71;
		color: white;
		position: fixed;
		height: 100%;
		z-index: 1;
	}
	.sidebar-collapse .sidebar-nav {
		position: absolute;
		top: 0;
		margin: 0;
		padding: 0;
		width: 250px;
		height: 100%;
		padding-bottom: 50px;
		list-style: none;
	}
	.sidebar-collapse .sidebar-nav .dropdown-menu {
	    box-shadow: none;
	    margin: 0;
	}
	.sidebar-collapse .sidebar-nav li {
		text-indent: 20px;
		line-height: 50px;
	}
	.sidebar-collapse .sidebar-nav li a {
		color: white;
		text-shadow: 0 -1px 0 rgba(0,0,0,.25);
		font-weight: 900;
		text-decoration: none;
		display: block;
	}
	.sidebar-collapse .sidebar-nav ul li a i {
		margin-right: 8px;
	}
	.sidebar-collapse .sidebar-nav li a:hover,
	.sidebar-collapse .sidebar-nav li a:active, 
	.sidebar-collapse .sidebar-nav li a:focus {
		background: #00447F;
		text-decoration: none;
	}
	.sidebar-collapse #sidebar-wrapper.sidebar-toggle {
		transition: all 0.3s ease-out;
		margin-left: -250px;
	}
	.sidebar-collapse .dropdown-menu {
		width: 100%;
		padding: 0;
		background-color: #013F75;
	}
	.sidebar-collapse .dropdown-menu>li>a {
		padding: 8px 0;
		font-weight: 400;
	}
	.sidebar-collapse .fa-pull-right {
		position: relative;
		top: 19px;
		right: 16px;
		float: right;
	}
	.postScroll-Nav .socialSquare {
	    padding: 5px;
	}
	.theme-Header .navbar-header {
		float: none;
	}
	.theme-Header .navbar-brand {
	    position: absolute;
	    left: 0;
	    right: 0;
	}
	.theme-Header .navbar-brand>img {
		padding: 0;
		position: relative;
		bottom: 5px;
		margin: 0 auto;
	}
	.theme-Header .navbar-default .navbar-toggle {
		margin-right: 0;
		float: left;
	}
	.theme-Header .navbar-default .cart-icon {
		top: 11px;
		right: 10px;
		float: right;
		color: #FFF;
		position: relative;
	}
	.theme-Header .navbar-toggle {
		display: block;
	}
	.theme-Header .navbar-toggle {
		border-radius: 0;
		z-index: 99999;
	}
	.theme-Header .navbar-default .navbar-toggle {
		border: 0;
	}
	.theme-Header .navbar-default .navbar-toggle:hover,
	.theme-Header .navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}
	.theme-Header .navbar-default .navbar-toggle .icon-bar {
		background-color: #FFF;
	}
	.theme-Header .input-md+.form-control-feedback {
		height: 28px;
		line-height: 28px;
	}
	.homeheader .categories-menu .cat-img {
		max-width: 212px;
	}
	.postScroll-Nav {
	    opacity: 1;
	}
	.postScroll-Nav .navbar-brand {
	    padding: 16px 10px;
	    height: 55px;
	}
	.postScroll-Nav .navbar-brand>img {
	    width: 50px;
	}
	#wrap2 {
    	margin-top: 60px;
    }
    .create-share-inspire h1:before {
	    margin-right: 30px;
	}
	.create-share-inspire h1:after {
	    margin-left: 30px;
	}
}

@media (min-width: 1200px) {
	.theme-Header .search .form-control {
	    width: 160px;
	}
	.homeheader .categories-menu .cat-img {
		max-width: 262px;
	}
	.searchGrids .grids .thumbnail .loader {
		height: 218px;
	}
	.grids .thumbnail .loader {
		height: 244px;
	}
	.cards .cardInfo h1 {
		font-size: 30px;
		line-height: 34px;
	}
	.cards .lg-card-img, .cards .lg-card img.media-object {
		width: 420px;
		height: 350px;
	}
	.cards .lg-card .cardInfo {
		padding: 35px;
	}
	.articles-footer .md-card .md-card-img {
		height: 188px;
	}
	.articles-footer .sm-card .sm-card-img {
		height: 137px;
	}
	.articles-footer .lg-card .lg-card-img {
	    height: 380px;
	}
	.cards .md-card .md-card-img {
		height: 200px;
	}
	.cards .sm-card ul li {
		height: 166px;
	}
	.sidebar-collapse #sidebar-wrapper.sidebar-toggle {
	    transition: 0s;
	    left: 250px;
	}
	.homeheader .navbar-brand {
		padding: 18px 50px 15px;
	}
	.postScroll-Nav {
	    opacity: 0.85;
	}
	.postScroll-Nav .socialSquare {
	    margin-right: 100px;
	}
	.postScroll-Nav.homeheader .navbar-brand {
		padding: 18px 25px 15px 105px;
	}
	.create-share-inspire h1:before {
	    margin-right: 50px;
	}
	.create-share-inspire h1:after {
	    margin-left: 50px;
	}
}