.contentdetil{
	padding-left: 10%;
	padding-right: 10%;
}
.contentdetil img{
	margin-left: -10px!important;
}
/*PRELOADER*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fdfdfd; /* change if the mask should have another color */
	z-index: 3000; /* makes sure it stays on top */
}
#status {
	width: 200px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(../images/general/status-red.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/*GO TO TOP*/

#scrollUp {
	background-color: #3d566e;
	background-image: url("../images/general/top-red.png");
	bottom: 20px;
	right: 20px;
	width: 38px;    /* Width of image */
	height: 38px;   /* Height of image */
}
/*ANY TOPIC TITLE*/
.main-title-outer {
	border-bottom: 1px solid #ededed;
	width: 100%;
	margin-bottom: 10px;
}
.main-title {
	border-left: solid 2px #dd4b39;
	position: relative;
	z-index: 1;
	background-color: #dd4b39;
	float: left;
	margin: 0 5px;
	text-align: center;
	border-bottom: none;
	padding: 0 10px 0 5px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #fff;
	height: 36px;
	line-height: 36px;
}
.main-title:before {
	content: "";
	display: block;
	position: absolute;
	left: -8px;
	border-left: solid 4px #dd4b39;
	width: auto;
	margin-top: 0;
	min-height: 100%;
	z-index: 10;
}
/*PAGINATION*/
.pagination {
}
.pagination li a, .pagination li span {
	border: 1px solid #ededed !important;
}
.pagination li a:hover, .pagination li span:hover, .pagination li a:focus, .pagination li span:focus {
	background: #ededed;
	border: 1px soild #ededed;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background: #dd4b39;
	border: 1px solid #dd4b39 !important;
}
.pagination > li > a, .pagination > li > span {
	color: #3d566e;
}
/*SUB INFO*/
.sub-info {
	font-size: 12px;
}
.sub-info-bordered {
	font-size: 12px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 8px 0;
	margin-bottom: 10px;
}
.sub-info-bordered div {
	display: inline-block;
}
.sub-info-bordered .stars {
	float: right;
}
.sub-info-bordered a {
	color: #dd4b39;
}
.sub-info-bordered a:hover {
	text-decoration: underline;
}
.magz-articles .sub-info-bordered {
	font-size: 14px;
}
.last-update {
	font-size: 12px;
	line-height: 36px;
}
.time {
	padding-right: 10px;
	display: inline-block;
}
.author {
	padding-right: 10px;
	display: inline-block;
}
.comments {
	display: inline-block;
}
.pagenumber {
	padding-right: 10px;
	display: inline-block;
}
.stars {
	font-size: 14px;
	color: #dd4b39;
}

.class-roboto{
	font-family: "Roboto Slab","PT Sans","Open Sans",sans-serif;
}

.class-roboto-judul{
	font-size: 60px;
}



/*LINKS*/
a {
	color: #3d566e;
}
#container_footer a:hover, a:focus {
	color: #3d566e;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {
	color: #dd4b39;
	text-decoration: none;
	outline: none;
}
a:hover img {
	/*border: 1px solid #ffcfca;*/
	opacity: 0.6;
}
p {
	/*color: #8d9aa5;*/
	color: #000000;
	margin-bottom : 2em;
}
.cat-data p {
	/*color: #8d9aa5;*/
	color: white!important;
	margin-bottom : 2em;
}
/*HEADERS*/
h1 {
	font-size: 24px;
	color: #dd4b39;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 22px;
}
h2 {
	font-size: 22px;
	color: #3d566e;
	font-weight: bold;
}
h3 {
	font-size: 60px !important;
	color: #3d566e; 
	font-weight: bold;
}
.head_judul {
	font-size: 22px !important;
	color: #3d566e; 
	font-weight: bold;
}
h4 {
	color: #3d566e;
	font-size: 14px;
	font-weight: bold;
}
h5 {
	color: #3d566e;
	font-size: 14px;
	font-weight: bold;
}
h6 {
	color: #3d566e;
	font-size: 14px;
	font-weight: bold;
}
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}
h4, .h4, h5, .h5, h6, .h6 {
	margin-top: 3px;
	margin-bottom: 5px;
}
a:hover h3, a:hover h2 {
	color: #dd4b39;
}
/* MISC */
* {
	border-radius: 0 !important;
}
*:focus {
	outline: none;
}
body {
	font-family: "Roboto Slab","PT Sans","Open Sans",sans-serif;
	/* color: #8d9aa5;*/
	color: #000000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fdfdfd;
}
mark {
	background: #dd4b39;
	color: #fff;
}
br {
	margin: 5px 0;
}
hr {
	border-top: 1px solid #ededed;
}
blockquote {
	border-color: #dd4b39;
}
blockquote p {
	color: #dd4b39;
}
.img-thumbnail {
	background-color: #f8f8f8;
	border: 1px solid #ededed;
}
.text-danger {
	color: #dd4b39;
}
.icon {
	padding-right: 4px;
}
.top-margin {
	margin-top: 45px;
}
.bordered {
	border: 1px solid #ededed;
	padding: 5px 5px 0 5px;
}
.sec-topic {
	margin-bottom: 20px;
	padding-right: 15px;
}
.right-sec .main-title {
	font-size: 14px;
}
.right-sec .list-inline li {
	margin-bottom: 5px;
}
.blue {
	background: #3d566e;
	color: #fff;
}

/*GRID */

.row {
	margin-left: -5px;
	margin-right: -5px;
}
.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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16 {
	padding-left: 5px;
	padding-right: 5px;
}
/*PAGE HEADER */
.page-header {
	margin-top: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
.page-header small {
	padding-left: 5px;
	font-size: 14px;
	text-transform: none;
	color: #78899b;
}
.page-header h1 {
	display: inline-block;
}

/*HEADER TOOLBAR */
.header-toolbar {
	font-size: 11px;
	font-weight: 600;
	color: #78899b;
	border-bottom: 1px solid #ecf0f1;
	padding-top: 15px;
	padding-bottom: 15px;
}
.header-toolbar a {
	color: #78899b;
}
.header-toolbar a:hover {
	color: #dd4b39;
}
.header-toolbar ul.list-inline {
	margin-bottom: 0;
}
.header-toolbar ul.list-inline li {
	padding-right: 6px;
	padding-left: 6px;
}
/*TIME & DATE*/
#time-date {
	text-align: right;
}
/*SITE LOGO*/
.header {
	padding-top: 20px;
	padding-bottom: 20px;
}
.navbar-brand {
	width: 260px;
	height: 65px;
	margin-top: 5px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../images/general/jendela.png') no-repeat;
	background-size: 100%;
	padding: 0;
}
.navbar-brand-footer {
	width: 260px;
	height: 95px;
	margin-top: 5px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url('../../images/logo-jendela-putih.png') no-repeat;
	background-size: 100%;
	padding: 0;
}
.navbar-brand-footer {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
/*PARENT NAVIGATION*/
.sticky-header {
	background: #fff;
}
.navbar-fixed-top {
	top: -60px;
	transition: top 800ms ease 0s;
}
.show-2 {
	transition: bottom 800ms ease 0s;
}
.show {
	top: 0;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar {
	margin-bottom: 0;
}
.navbar-inverse {
	background-color: #dd4b39;
	border-top: none;
	border-bottom: 3px solid #3d566e;
	border-right: none;
	border-left: none;
}
.navbar-inverse .navbar-nav li:first-child a {
	padding-left:15px;
}
.navbar-inverse .navbar-nav li a {
	color: #fff;
	font-weight: bold;
}
.navbar-inverse .navbar-nav li a:hover {
	color: #dd4b39;
	background-color : #fff;
}
.navbar-inverse .navbar-nav .open a, .navbar-inverse .navbar-nav .open a:hover, .navbar-inverse .navbar-nav .open a:focus {
	color: #dd4b39;
	background: none;
}
.navbar-inverse .navbar-nav li a, .navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:focus {
	border-right: 1px solid #44617d;
}
.navbar-inverse .navbar-nav li:last-child a {
	border-right: none;
}
.navbar-inverse .navbar-nav li.active a, .navbar-inverse .navbar-nav li.active a:hover, .navbar-inverse .navbar-nav li.active a:focus {
	background: #ffffff;
	color: #dd4b39;
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	border: none;
	background: #dd4b39;
	float: left;
}
/*CHILD NAVIGATION*/
.navbar-inverse .dropdown-menu {
	background: #dd4b39;
	border: none;
}
.navbar-inverse .dropdown-menu li a {
	color: #fff !important;
	font-weight: normal;
	border-right: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-inverse .dropdown-menu li a:hover, .navbar-inverse .dropdown-menu li a:focus {
	background-color: #da4839 !important;
	color: #3d566e !important;
	border-right: none !important;
}
.navbar-inverse .dropdown-menu li:first-child a {
	padding-left: 20px;
}
.dropdown-menu > li > a {
	color: #fff;
}
.nav-icn {
	margin-left: 5px;
}
.nav-sub-icn {
	margin-right: 5px;
}
.mega-menu {
	min-width: 784px;
	padding: 10px 0;
}
.mega-sub {
	list-style: none;
	padding: 0;
	border-right: 1px solid #da4839;
	margin-right: 10px;
	min-height: 170px;
}
.mega-sub a {
	display: block;
	padding: 10px 20px;
}
.mega-sub-topics {
	padding-right: 20px;
}
.mega-sub-topics h4 {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 5px 0;
}
.mega-sub-topics a {
	padding: 0 !important;
}
.mega-sub-topics a:hover img {
	opacity: 1;
}
.badge {
	background-color: #3d566e;
}

/*SEARCH*/
.nav-search-outer {
	margin-bottom: 10px;
}
.search-container {
	background-color: #3d566e;
	position: relative;
	height: 30px;
	padding: 5px;
}
.search-container input {
	background-color: #3d566e;
	border: none;
	color: #fff;
	padding: 1rem 0;
	width: 100%;
	height: 25px;
}

::-webkit-input-placeholder {
 color: #fff;
 opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
 color: #fff;
 opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #fff;
 opacity: 1 !important;
}

:-ms-input-placeholder {
 color: #fff;
 opacity: 1 !important;
}
.toggle-search {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	background: #3d566e;
	margin-top: -10px;
	height: 60px;
	padding: 5px 15px 0 15px;
	line-height: 55px;
	text-align: center;
	font-size: 30px;
}
.toggle-search:hover, .toggle-search:focus {
	color: #fff;
}
/*HOT NEWS*/
.hot-news {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	margin-bottom: 10px;
}
.icon-news {
	font-size: 30px;
	margin-right: 10px;
	background: #dd4b39;
	color: #fff;
	padding: 0 10px;
}
.shuffle span {
	font-size: 20px;
	display: inline-block;
}
.shuffle a span {
	color: #3d566e;
}
.shuffle a:hover span {
	color: #dd4b39;
}
.ticker-wrapper.has-js {
	height: 42px;
	display: block;
	width: 800px;
	font-size: 13px;
}
.ticker {
	width: 700px;
	height: 42px;
	display: block;
	position: relative;
	overflow: hidden;
	left: -16px;
}
.ticker-title {
	display: none;
}
.ticker-content {
	margin: 0px;
	position: absolute;
	color: #dd4b39;
	font-weight: bold;
	background-color: #fff;
	overflow: hidden;
	white-space: nowrap;
	line-height: 42px;
}
.ticker-content:focus {
none;
}
.ticker-content a {
	text-decoration: none;
	color: #dd4b39;
}
.ticker-content a:hover {
	text-decoration: none;
	color: #3d566e;
}
.ticker-swipe {
	padding-top: 16px;
	position: absolute;
	top: 0px;
	background-color: #fff;
	display: block;
	width: 800px;
	height: 42px;
}
.ticker-swipe span {
	margin-left: 1px;
	background-color: #fff;
	border-bottom: 1px solid #dd4b39;
	height: 12px;
	width: 7px;
	display: block;
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 10px;
	color: #F8F0DB;
}
.left .ticker-swipe {
	left: 80px;
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
	float: left;
}
.left .ticker-controls {
	padding-left: 0;
}
.right .ticker-swipe { /*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
	float: right;
}
.right .ticker-controls {
	padding-right: 6px;
}

/*OWL CAROUSEL PROGRESS BAR*/
#bar {
	width: 0%;
	max-width: 100%;
	height: 3px;
	background: #dd4b39;
	position: absolute;
	z-index: 100;
	bottom: 0;
}
#progressBar {
	width: 100%;
	background: transparent;
}
/*OWL CAROUSEL CONTROLS*/
.owl-prev, .owl-next {
	position: absolute;
	display: block;
	height: 36px;
	width: 32px;
	line-height: 52px;
	font-size: 0;
	cursor: pointer;
	background: #dd4b39;
	color: transparent;
	top: 50%;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}
.owl-prev:hover, .owl-prev:focus, .owl-next:hover, .owl-next:focus {
	outline: none;
	background: #dd4b39;
	color: transparent;
}
.owl-prev:hover:before, .owl-prev:focus:before, .owl-next:hover:before, .owl-next:focus:before {
}
.owl-prev.owl-disabled:before, .owl-next.owl-disabled:before {
}
.owl-prev:before, .owl-next:before {
	font-family: "ionicons";
	font-size: 22px;
	line-height: 1;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.owl-prev {
	left: 0;
}
.owl-prev:before {
	content: "\f153";
}
.owl-next {
	right: 0;
}
.owl-next:before {
	content: "\f154";
}
.owl-theme .owl-controls {
	margin-top: 10px;
	text-align: center;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 5px;
	margin: 5px 4px;
	background: #3d566e;
}
.owl-theme .owl-controls .owl-page span:hover {
	background: #78899b;
}
.owl-theme .active span {
	background: #dd4b39 !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}
/* preloading images */
.owl-item.loading {
	min-height: 150px;
	background: url(https://jendela.kemendikbudristek.com/assets/v2/css/AjaxLoader.gif) no-repeat center center
}
.media, .media .media {
	border-bottom: none;
}
/*OVERLAY ON IMAGES*/
.box {
	position: relative;
	overflow: hidden;
}
.box img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	image-rendering: optimizequality;
}
.box:hover img {
	-webkit-transform: scale(1.25); /* Safari and Chrome */
	-moz-transform: scale(1.25); /* Firefox */
	-ms-transform: scale(1.25); /* IE 9 */
	-o-transform: scale(1.25); /* Opera */
	transform: scale(1.25); /*rotate(3deg)*/
	display: inline-block;
	line-height: 0;
}
.match-height {
	max-height: 434px;
	overflow: hidden;
}
.overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	background: #3d566e;
	overflow: hidden;
	opacity: 0.8;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.box:hover .overlay {
	opacity: 0;
}
.overlay-info {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
}
.box:hover .overlay-info {
	opacity: 1;
}
.cat {
	position: absolute;
	text-transform: capitalize;
	left: 15px;
	top: 0;
	padding: 0;
	margin: 0;
	z-index: 10;
	width: auto;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 12px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.banner-outer-thumb .cat {
	top: 15px;
	opacity: 1;
}
.cat-data span {
	width: 36px;
	height: 36px;
	text-align: center;
	color: #fff;
	line-height: 36px;
	font-weight: 700;
	font-size: 22px;
	background: #dd4b39;
	display: inline-block;
	margin-right: 5px;
	float: left;
}
.box:hover .cat {
	top: 15px;
	opacity: 1;
}
.info {
	display: block;
	position: absolute;
	left: 15px;
	bottom: 0;
	z-index: 100;
	text-align: center;
	color: #fff;
	height: 36px;
	line-height: 36px;
	font-weight: normal;
	font-size: 12px;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.banner-outer-thumb .info {
	bottom: 10px;
	opacity: 1;
}
.info span {
	font-size: 12px;
	display: inline-block;
	padding: 0 5px 0 10px;
}
.info span:first-child {
	padding-left: 0;
}
.box:hover .info {
	bottom: 10px;
	opacity: 1;
}
.banner-outer-thumb {
	padding-bottom: 15px;
}
.carousel-caption {
	left: 15px;
	right: 8%;
	bottom: 10px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #ffffff;
	text-align: left;
	text-shadow: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
.banner-outer-thumb .carousel-caption {
	position: absolute;
	left: 15px;
	right: 8%;
	bottom: 10px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #ffffff;
	text-align: left;
	text-shadow: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	opacity: 0;
}
.banner-outer-thumb a p, .banner-oute-thumbr a:hover p {
	color: #fff;
}
.banner-outer-thumb .box:hover .carousel-caption {
	opacity: 1;
	background-color: transparent !important;
	color: #333333;
}
.banner-outer-thumb .item {
	margin: 0 5px;
	padding: 4px;
	;
	background-color: #f8f8f8;
	border: 1px solid #ededed;
}
.banner-outer .carousel-caption {
	position: absolute;
	left: 15px;
	right: 8%;
	bottom: 10px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #ffffff;
	text-align: left;
	text-shadow: none;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;	
	/*background-color: #dd4b3999; */
	padding-left: 10px;
	padding-right: 10px;
}
.box:hover .carousel-caption{
	background-color: transparent;

}
.banner-outer a p, .banner-outer a:hover p {
	color: #fff;
}
.right-img-top {
	margin-bottom: 10px;
	overflow: hidden;
	height: 212px;
}
.right-img-top .box {
	height: 212px;
}
.right-img-btm {
	overflow: hidden;
	height: 212px;
}
.right-img-btm .box {
	height: 212px;
}
/*OWL CAROUSEL SYNC*/
#sync2{
   padding-top: 10px;
   padding-bottom: 20px;
}
#sync2 .item {
	margin: 0 5px;
	cursor: pointer;
}
#sync2 .owl-wrapper-outer {
}
#sync2 .owl-wrapper {
    margin-top:20px;
}
#sync2 .synced .item {
	border: 2px solid #dd4b39;
	margin-top:-10px;
}
/*magz-articles SECTION*/
.magz-articles {
	padding-top: 10px;
	padding-bottom: 10px;
}
.list-unstyled li a img {
	margin-right: 10px;
}
.list-unstyled li {
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.list-unstyled li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 5px;
}
.list-unstyled li a:hover h4 {
	color: #dd4b39;
}
.list-unstyled li a:hover .img-thumbnail {
	border: 1px solid #ffcfca;
}
.mag-info{
    padding: 0px 10px 10px 10px;
}
.mag-info .judul{
    font-weight: bold;
    font-size: 14px;
}
.mag-img-wrap{
    box-shadow: 0 0 6px #000; 
    padding:0px;     
}
.mag-image-shade{
    background: url(../images/general/mag_img_shade.png);
    background-size: auto;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

/*MASONRY*/
.grid-container {
	position: relative;
	width: 100%;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.toggle {
	text-align: center;
	padding: 0;
	color: white;
}
.toggle li {
	display: inline;
	padding: 0 60px;
}
.toggle label {
	font-size: 1.2em;
	padding: 0 10px;
}
.grid {
	margin-top: -10px;
	width: 105%;
}
.masonry-item {
	width: 380px;
	margin: 10px 20px 10px 0;
	padding: 20px;
	background: #fbfbfb;
	border: 1px solid #ededed;
}
.masonry-item:hover {
	border: 1px solid #ffcfca;
}
.item:hover .title {
	opacity: 1;
}
.title {
	display: table-cell;
	vertical-align: middle;
	opacity: 0;
	transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
}
.expand {
	transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
	-webkit-transition: width 0.5s, height 0.5s, left 0.5s, top 0.5s;
	height: 100%;
	width: 100%;
	left: 0 !important;
	top: 0 !important;
	z-index: 99;
	text-indent: -9999px;
}
.more {
	font-size: 14px;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 8px 0;
	display: block;
	margin-top: 10px;
}
.more span {
	font-size: 10px;
}
.title-icon {
	border-top: 1px solid #ededed;
	width: 100%;
	height: 30px;
	position: relative;
	text-align: left;
	color: #ion-android-image;
	margin-top: 15px;
	float: left;
}
.title-icon span {
	position: absolute;
	top: -16px;
	background: #dd4b39;
	color: #fff;
	width: 36px;
	height: 32px;
	font-size: 24px;
	z-index: 100;
	text-align: center;
	line-height: 32px;
	margin-left: 10px;
}
.blog-item {
	margin-bottom: 15px;
}
.blog-item:hover img {
	opacity: 0.8;
}
.read-more, .read-more:focus {
	width: 100%;
	display: block;
	text-align: center;
	background: #3d566e;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
}
.read-more:hover {
	color: #fff;
	background: #dd4b39;
	margin-bottom: 10px;
}
.read-more span {
	display: inline-block;
}
/*TABS*/
.nav-tabs {
	border-bottom: 1px solid #ededed
}
.nav-tabs li a {
	background-color: #3d566e;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
}
.nav-tabs li a:hover {
	background-color: #78899b;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	background-color: #dd4b39;
	color: #fff;
	border: none;
}
.nav-tabs.nav-justified li {
	border-right: 1px solid #fff;
}
.nav-tabs.nav-justified li a {
	border-bottom: none;
}
.nav-tabs.nav-justified li.active a, .nav-tabs.nav-justified li.active a:hover, .nav-tabs.nav-justified li.active a:focus {
	background: #dd4b39 !important;
	border: none;
}
#comments p {
	font-size: 13px;
}
/*FOOTER*/

footer {
	border-top: 3px solid #3d566e;
	margin: 20px 0 0 0;
	background-color: #dd4b39;
}
footer .top-sec {
	background-color: #dd4b39;
	padding-top: 10px;
	padding-bottom: 10px;
}
footer .btm-sec {
	background-color: #dd4b39;
}
footer .f-title {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0;
	margin-bottom: 5px;
}
footer p {
	color: #c1c7cd;
}
footer .stars {
	color: #b0b7bf;
}
.btm-sec {
	padding-top: 20px;
	padding-bottom: 0;
	color: #3d566e;
}
.btm-sec .list-inline li a {
	padding-right: 4px;
	padding-left: 4px;
	text-transform: uppercase;
	font-size: 12px;
	color: #3d566e;
}
.btm-sec .list-inline li a:hover {
	color: #dd4b39;
}
.copyrights {
	font-size: 12px;
	color: #fff;
}
.f-social {
	/*text-align: center;*/
	margin-top: 5px;
	margin-bottom: -5px;
}
.f-social a{
	margin: 0 5px;
	border: 1px solid #ffffff;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	display: inline-block;
	color:#ffffff;
}
.f-social ul li {
	padding: 0;
}
.f-social ul li a span {
	font-size: 16px;
	line-height: 36px;
	width: 36px;
	height: 36px;
}
.f-social ul li a:hover {
	color: #ffffff;
	border-color: #ffffff;
}
/*404 PAGE*/
.wrong-icon {
	font-size: 200px;
	color: #3d566e;
	border-top: 1px solid #ededed;
}
.wrong-page {
	margin-top: 50px;
	margin-bottom: 50px;
}



/*------------------------------------*\
    MEDIA QUERIES
\*------------------------------------*/

@media (max-width:348px) {
.grid .sub-info-bordered {
	height: 50px;
}
.grid .sub-info-bordered .stars {
	float: left;
}
.sec-topic .sub-info-bordered {
	height: 50px;
}
.sec-topic .sub-info-bordered .stars {
	float: left;
}
#sync2{
    padding-top: 10px;
}
}

@media (max-width:767px) {
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
	margin: 7.5px -15px;
}
.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-collapse.collapse.in {
	display: block!important;
}
.collapsing {
	overflow: hidden!important;
}
.navbar-inverse .dropdown-menu {
	background: none;
	border: none;
}
.nav li {
	border-bottom: 1px solid #44617d;
}
.dropdown-menu li {
	border-bottom: none;
}
.mega-menu {
	min-width: inherit;
	padding: 0;
}
.mega-menu a {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.nav-icn {
	float: right;
	margin-right: 10px;
}
.mega-sub {
	padding-bottom: 5px;
	min-height: inherit;
}
.open {
	background: #dd4b39;
}
.open li {
	border-bottom: 1px solid #da4839;
}
.open li a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-left: 10px;
}
.open li:last-child {
	border-bottom: none;
}
.open .dropdown-toggle {
	background: #3d566e !important;
}
#scrollUp {
	bottom: 10px;
}
.main-title {
	font-size: 15px;
}
#time-date {
	text-align: left;
}
.owl-prev, .owl-next {
	display: none;
}
.info {
	line-height: 54px;
}
.banner-outer .carousel-caption {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 20px;
}
.f-social .list-inline li {
	float: left;
}
.f-nav .list-inline li {
	padding-left: 0;
	margin-bottom: 5px;
}
.copyrights {
	text-align: left;
	margin-bottom: 5px;
}
.mid-sec .list-unstyled li {
	width: 100%;
	padding-bottom: 10px;
	float: left;
}
#sync2{
    padding-top: 10px;
}
}

@media (min-width:768px) and (max-width:991px) {
.navbar-nav>li>a {
	padding: 15px 10px;
	font-size: 12px;
}
.mega-menu {
	min-width: 280px;
}
.mega-sub {
	border-right: none;
}
.last-update {
	font-size: 11px;
}
}

@media (min-width: 850px) {
.search-container input {
	font-size: 1em;
}
}

@media (max-width:991px) {
.navbar-inverse .navbar-nav li:first-child a {
	padding-left: 15px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: none;
}
.navbar-inverse .navbar-nav li a, .navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:focus {
	border-right: none !important;
}
.owl-item img {
	display: block;
	max-width: 100%;
	height: auto;
}
.social a {
	font-size: 9px;
}
.nav-justified li a {
	font-size: 10px;
}
.breadcrumb {
	float: left;
	width: 100%;
	padding-top: 20px;
	padding-left: 0;
}
}

@media (max-width:1080px) {
.grid {
	width: 100% !important;
	margin-top: 10px;
}
.masonry-item {
	width: 100%;
	margin: 0;
	padding: 0 0 20px 0;
	background: #fff;
	border: none;
}
.masonry-item:hover {
	border: none;
}
}

@media (max-width: 1170px) {
.right-img-top {
	height: 220px;
}
.right-img-top .box {
	height: 220px;
}
.right-img-btm {
	height: 218px;
}
.right-img-btm .box {
	height: 218px;
}
}