/*------------------------------------*\
    1-GENERAL STYLES
\*------------------------------------*/

/*1-1 PRELOADER*/

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #32328F; /* 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;
}

/*1-3 GO TO TOP*/

#scrollUp {
	background-color: #32328F;
	background-image: url("../img/general/top-blue.png");
	bottom: 20px;
	right: 20px;
	width: 38px;    /* Width of image */
	height: 38px;   /* Height of image */
}
/*1-4 ANY TOPIC TITLE*/
.main-title-outer {
	border-bottom: 1px solid #ededed;
	width: 100%;
	margin-bottom: 10px;
	margin-top:10px;
}
.main-title {
	border-left: solid 2px #53ADE0;
	position: relative;
	z-index: 1;
	background-color: #53ADE0;
	float: left;
	text-align: center;
	border-bottom: none;
	font-size: 21px;
	font-weight: normal;
	text-align: left;
	color: #000;
	line-height: 31px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
}
.main-title:before {
	content: "";
	display: block;
	position: absolute;
	left:-10px;
	top:0;
	border-left: solid 4px #53ADE0;
	width: auto;
	margin-top: 0;
	min-height: 100%;
	z-index: 10;
}
.main-title-out {
	position: relative;
	z-index: 1;
	float: left;
	margin: 0 5px;
	text-align: center;
	border-bottom: none;
	padding: 0 10px 0 5px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	height: 36px;
	line-height: 36px;
}
/*1-5 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: #53ADE0;
	border: 1px solid #53ADE0 !important;
}
.pagination > li > a, .pagination > li > span {
	color: #32328F;
}
/*1-6 BREADCRUMB*/
.breadcrumb {
	background: none;
	font-size: 15px;
	float: right;
	text-transform: none;
	color:#FFF !important;
	padding-top:20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.breadcrumb .active {
	color: #F09400;
}
.breadcrumb a {
	color:#FFF;
}
.breadcrumb a:hover {
	color:#FFF;
	text-decoration:underline;
}
.breadcrumb > li + li:before {
	color: #78899b;
	content: "\f152";
	font-family: "ionicons";
}
.compartir {
	color:CCC !important;
	font-size:16px;
	font-weight:normal !important;
	padding-bottom:5px !important;
	padding-top:15px;	
}
strong {
	color:#32328F !important;
}
sub {
    font-size:16px !important;
}
a.link-fb {
	color:#3b5998;
	vertical-align:bottom;
	margin-right:10px;
	opacity:0.7;
}
a.link-fb:hover	{
	color:#3b5998;
	opacity:1;
	text-decoration:none;
}
a.link-gplus {
	color:#d34836;
	vertical-align:bottom;
	margin-right:10px;
	opacity:0.7;
}
a.link-gplus:hover {
	color:#d34836;
	opacity:1;
	text-decoration:none;
}
a.link-twitter {
	color:#00aced;
	vertical-align:bottom;
	margin-right:10px;
	opacity:0.7;
}
a.link-twitter:hover {
	color:#00aced; 
	opacity:1;
	text-decoration:none;
}
a.link-whatsapp {
	color:#075E54;
	vertical-align:bottom;
	margin-right:10px;
	opacity:0.7;
}
a.link-whatsapp:hover	{
	color:#075E54;
	opacity:1;
	text-decoration:none;
}
a.vinculo {
	color:#F09400 !important;
	text-decoration:none;
}
a.vinculo:hover, a.vinculo:focus {
	color:#53ADE0 !important;
	text-decoration:underline;
}
acronym[title] {
    border-bottom: 1px #f00 dotted;
}
ul.icn-list, ol.icn-list, ul.icons, ol.icons {
	font-size:17px !important;
	color:#000;
}
.icn-list a, .icons a {
	color:#32328F;
}
ol.icn-list li, ul.icons li {
	margin-bottom:10px !important;
}
.item_conv {
	font-size:18px !important;
	color:#000 !important;
}
.tconvoca {
	float:left !important;
	text-align:left !important;
	font-weight:bold;
	color:#32328F;
	height:auto !important;
}
.convoca {
	text-align:left !important;
	float:left !important;
}

/*1-7 SUB INFO*/
.sub-info {
	font-size: 12px;
}
.sub-info-bordered {
	font-size: 16px;
	margin-bottom: 10px;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	padding:0;
}
.sub-info-bordered div {
	display: inline-block;
}
.sub-info-bordered .stars {
	float: right;
}
.sub-info-bordered a {
	color: #F09400;
}
.sub-info-bordered a:hover {
	text-decoration: underline;
}
.last-update {
	font-size: 12px;
	line-height: 36px;
}
.time {
	padding-right: 10px;
	display: inline-block;
	font-size: 16px;
	color:#F09400;
}
.author {
	padding-right: 10px;
	display: inline-block;
}
.comments {
	display: inline-block;
	text-transform:none;
	color:#32328F;
	padding-left:5px;
	padding-right:5px;
	padding-top:0;
	padding-bottom:0;
	margin-right:0;
	margin-left:0;
	margin-bottom:0;
	font-weight:bold;
	font-size: 18px;
	width:100%;
}
.serie {
	text-transform:none;
	color:#F09400;
	padding-left:0;
	padding-right:5px;
	padding-top:0;;
	padding-bottom:0;
	margin-top:-10px !important;
	font-weight:bold;
	font-size: 20px;
	width:100%;
}
li.convocatoria {
	font-size:18px !important;
	list-style-type: none !important;
	color:#000 !important;
	border-left:4px solid #F09400 !important;
	margin-top:20px !important;
	margin-bottom:20px !important;
	clear:right !important;
	padding-left:20px;
	padding-right:20px;
}
ul.conv {
	margin-bottom:20px !important;
}
.stars {
	font-size: 14px;
	color: #F09400;
}
/*1-8 MODAL BOX*/
.mfp-zoom-in { /* start state */ /* animate in */ /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}
.white-popup {
	position: relative;
	background: #fff;
	padding: 25px;
	width: auto;
	max-width: 400px;
	margin: 0 auto;
}
.mfp-close-btn-in .mfp-close {
	color: #F09400;
}
/*------------------------------------*\
    2-TYPOGRAPHY
\*------------------------------------*/

/*2-1 LINKS*/
a {
	color: #1E90FF;/*#3d566e*/
}
a:hover, a:focus {
	color: #53ADE0;
	text-decoration: none;
	outline: none;
}
a:hover img {
	border: 1px solid #ffcfca;
	opacity: 0.6;
}
p {
	color: #000;
	font-size: 18px;
	padding-bottom:10px;
}
/*2-2 HEADERS*/
h1 {
	font-size: 28px !important;
	color: #32328F;
	font-weight: bold;
	letter-spacing: 0;
	margin-bottom:25px !important;
}
h1.ccj {
	font-size: 28px !important;
	color: #32328F;
	font-weight: bold;
	letter-spacing: 0;
	margin-top:15px !important;
	margin-bottom:-15px !important;
}
h2 {
	position: relative;	
	background-color:#32328f;
	border-left:#f3dc80 solid 15px;
	font-size: 23px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	line-height: 36px;
	clear:both;
	margin-top: 25px !important;
	margin-bottom: 15px !important;
	padding-left: 20px;
	padding-right: 20px;
	padding-top:5px;
	padding-bottom:5px;
}
h2:before {
    position: absolute;
    z-index: -1;
    content: "";
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
h2 small {
	padding-left: 0;
	font-size: 17px;
	text-transform: none;
	color: #fff;	
}
h2.articulo {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	color: #32328F;
	line-height: 30px;
	padding-bottom:5px;
	padding-left:0;
	padding-right:20px !important;	
	padding-top:5px;
	background:none !important;
	border-bottom:1px solid #32328F;
	border-left:0 !important;
	margin-top: 3px !important;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
}
h2.articulo:before {
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
h2.articulo small {
	padding-left: 0;
	font-size: 20px;
	text-transform: none;
	color: #53ADE0;
	font-weight: bold;
}
h2.articulo a {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #F09400;
}
h2.articulo2 {
	font-size: 25px;
	font-weight: bold;
	text-align: left;
	color: #32328F;
	line-height: 36px;
	padding-left: 0;
	padding-right: 20px;
	padding-top:5px;
	padding-bottom:5px;
	background:none !important;
	border-bottom:1px solid #53ADE0;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 5px;
}
h2.articulo2:before {
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
h2.articulo2 small {
	padding-left: 0;
	font-size: 22px;
	text-transform: none;
	color: #53ADE0;
	font-weight: bold;	
}
h2.articulo2 a {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	color: #F09400;
}
h3 {
	font-size: 20px;
	color: #32328F;
	font-weight: normal;
	margin-right:5px;
	margin-left:5px;
}
h3 small {
	padding-left: 0;
	font-size: 17px;
	text-transform: none;
	color: #53ADE0;	
}
h3.articulo {
	font-size: 22px;
	color: #32328F;
	font-weight: 500;
	text-align:left !important;
	padding-bottom:5px;
	border-left:14px solid #F09400;
	border-bottom: 1px solid #F09400;
	padding-left:14px;
	padding-right:20px !important;
	margin-left:14px !important;
	margin-top:30px;
	margin-right:20px;
	margin-bottom:25px;	
	clear:both; 
}
h3.articulo2 {
	font-size: 20px;
	color: #32328F;
	font-weight: bold;
	text-align:left;
	margin-left:-10px !important;
	margin-bottom:20px;
	clear:both; 
}
h3.articulo3 {
	font-size: 20px;
	color: #32328F;
	font-weight: bold;
	text-align:left;
	margin-top:25px;
	margin-left:5px;
	margin-bottom:20px;
	clear:both; 
}
h4 {
	color: #32328f;
	font-size: 20px;
	font-weight: bold;
	margin-top:20px !important;
	margin-bottom:20px !important;
	margin-left:28px !important;
	font-style:italic;
}
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: #53ADE0;
}
/*2-3 MISC */
* {
	border-radius: 0 !important;
}
*:focus {
	outline: none;
}
body {
	color: #8d9aa5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fdfdfd;
	font-family: "PT Sans Narrow", Helvetica, Arial, sans-serif; 
	/* font-family: 'Open Sans', sans-serif; */
}
mark {
	background: #F09400;
	color: #fff;
}
br {
	margin: 5px 0;
}
hr {
	border-top: 1px solid #ccc;
	margin-top:5px;
	margin-bottom:5px;
}
blockquote {
	border-color: #F09400;
}
blockquote p {
	color: #32328F;
	font-style:italic;
	font-weight:bold;
}
.ajustar p {
	margin-left:5px !important;
	margin-right:5px !important;
}
.miniatura {
	position:relative;
	padding:0;
	height:250px;
	position:relative;
	border:1px solid #ededed;
	background-color:#f9f9f9;	
}
.miniatura img {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 50%;
	left:50%;
    transform: translateY(-50%) translateX(-50%);
	max-height:244px;
}
.foto {
	position:relative;
	padding:0;
	height:300px;
	position:relative;
	border:1px solid #ededed;	
	background-color:#f9f9f9;
	margin-top:0;	
}
.foto img {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 50%;
	left:50%;
    transform: translateY(-50%) translateX(-50%);
	max-height:294px;
}
.libro {
	position:relative;
	padding:0;
	height:420px;
	position:relative;
	border:1px solid #ededed;
	background-color:#f9f9f9;	
}
.libro img {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 50%;
	left:50%;
    transform: translateY(-50%) translateX(-50%);
	max-height:414px;
}
.docs{
	position:relative;
	padding:0;
	height:108px;
	position:relative;
	border:1px solid #ededed;	
	background-color:transparent !important;
}
.docs img {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 50%;
	left:50%;
    transform: translateY(-50%) translateX(-50%);
	max-height:108px;
	background-color:transparent !important;
}
.panelpaz {
	position:relative;
	padding:0;
	height:240px;
	position:relative;
	border:1px solid #ededed;	
}
.panelpaz img {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 50%;
	left:50%;
    transform: translateY(-50%) translateX(-50%);
	max-height:240px;
}
.img-thumbnail {
	background-color: #f8f8f8;
	border:none !important;
}
.text-danger {
	color: #F00;
	font-size:inherit;
}
.text-warning {
	color:#F09400;
	font-weight:bold;
}
.icon {
	padding-right: 4px;
}
.top-margin {
	margin-top: 45px;
}
.bordered {
	border: 1px solid #ededed;
	padding-top: -10px !important;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-top:0;
}
.centrar {
	margin:0 auto !important;
	text-align:center !important;
}
.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;
}
a.link-redes				{
	color:#32328F;
	vertical-align:bottom;
	font-family:"PT Sans Narrow", Helvetica, Arial, sans-serif; 
	font-weight:400;
}
a.link-redes:hover			{color:#53ADE0; text-decoration:none;}
/*------------------------------------*\
    3-LAYOUT
\*------------------------------------*/

/*3-1 GRID */

.row {
	margin-left: -5px;
	margin-right: -5px;
}
.row_2 {
	margin-left: -5px;
	margin-right: -5px;
	margin-top:25px;
}
.row_3 {
	margin-left: -5px;
	margin-right: -5px;
	margin-top:45px !important;
}
.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;
}

/*3-2 PAGE HEADER */
.page-header {
	margin-top: 15px;
	margin-bottom: 10px;
	border-bottom: none !important;
}
.page-header small {
	padding-left: 0;
	font-size: 24px;
	text-transform: none;
	color: #32328F;
}   
.page-header h1 {
	display: inline-block;
	color:#32328F;
	font-size:36px;
	text-transform:none !important;
}
.page-header h2 {
	display: inline-block;
	color:#32328F;
	font-size:30px;
	text-transform:none !important;
	background:none !important;
	border:0;
	padding-left:0;
}
.page-header-2 {
	margin-top: 0px;
	margin-bottom: 10px;
	border-top:1px solid #53ADE0;
	border-bottom:4px solid #53ADE0;
	width:100%;
	background: -webkit-linear-gradient(#00B, #32328F);
	background: -o-linear-gradient(#00B, #32328F); 
	background: -moz-linear-gradient(#00B, #32328F); 
	background: linear-gradient(#00B, #32328F); 
}
.page-header-2 h1 {
	display: inline-block;
	color:#FFF;
	font-size:36px;
	text-transform:none !important;
	padding-top:0px;
}

.page-header-2 strong {
	color:#FFF !important;
}
.page-header-home {
	margin-top: 0px;
	padding-top:20px;
	padding-bottom: 30px;
	border-bottom: none !important;
	width:100%;
	background: -webkit-linear-gradient(#FFF, #EFEFEF);
	background: -o-linear-gradient(#FFF, #EFEFEF); 
	background: -moz-linear-gradient(#FFF, #EFEFEF); 
	background: linear-gradient(#FFF, #EFEFEF); 
}
.page-header-home small {
	padding-left: 0;
	font-size: 25px;
	text-transform: none;
	color: #32328F;
}   
/*------------------------------------*\
    4-HEADER
\*------------------------------------*/

/*4-1 HEADER TOOLBAR */
.header-toolbar {
	font-size: 11px;
	font-weight: 600;
	color: #78899b;
	border-bottom: 1px solid #ecf0f1;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header-toolbar a {
	color: #53ADE0;
}
.header-toolbar a:hover {
	color: #32328F;
}
.header-toolbar ul.list-inline {
	margin-bottom: 0;
}
.header-toolbar ul.list-inline li {
	padding-right: 6px;
	padding-left: 6px;
}
/*4-2 TIME & DATE*/
#time-date {
	text-align: left;
}

/*4-4 SITE LOGO*/
.header {
	padding-top: 0;
	padding-bottom: 10px;
}
.navbar-brand {
	min-height:75px;
	height:auto !important;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-size: 100%;
	padding: 0;
	color:#FFF;
}
a.navbar-brand, .navbar-brand a:hover{
	color:#FFF !important;
	font-size:1px;
}
/*------------------------------------*\
    5-NAVIGATION
\*------------------------------------*/

/*5-1 PARENT NAVIGATION*/
.sticky-header {
	background: #fff;
}
.navbar-fixed-top {
	top: 0;
	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;
	font-weight:700;
	font-size:15px;
}
.navbar-inverse {
	background-color: #EEE;
	border: none;
	border-bottom:2px #52ADE0 solid;
}
.navbar-inverse .navbar-nav li:first-child a {
	padding-left:10px;
	padding-top:15px;
}
.navbar-inverse .navbar-nav li a {
	color: #32328F;
	font-weight: normal !important;
	padding-top:15px;
	padding-left:12px;
	padding-right:12px;
}
.navbar-inverse .navbar-nav li a:hover {
	color: #FFF;
	background-color:#53ADE0;
}
.navbar-inverse .navbar-nav .open a, .navbar-inverse .navbar-nav .open a:hover, .navbar-inverse .navbar-nav .open a:focus {
	color: #32328F;
	background: none;
}
.navbar-inverse .navbar-nav li a, .navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:focus {
	border-right: 0;
}
.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: #32328F;
	color: #fff;
}
.navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	border: none;
	background: #32328F;
	float: left;
}
/*5-2 CHILD NAVIGATION*/
.navbar-inverse .dropdown-menu {
	background: #32328F;
	border: none;
}
.navbar-inverse .dropdown-menu li a {
	color: #fff !important;
	font-weight: normal;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: none;
	padding-left: 20px !important;
}
.navbar-inverse .dropdown-menu li a:hover, .navbar-inverse .dropdown-menu li a:focus {
	background-color: #53ADE0 !important;
	color: #fff !important;
	border: none !important;
}
.navbar-inverse .dropdown-menu li:first-child a {
	padding-left: 20px !important;
	padding-top: 5px;
	padding-bottom: 5px;
}
.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:50px;
}
.mega-sub a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.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;
}
/*------------------------------------*\
    6-SEARCH
\*------------------------------------*/
.nav-search-outer {
	margin-bottom: 0;
}
.search-container {
	background-color: #53ADE0 !important;
	position: relative !important;
	 color: #000 !important;
}
.search-container input {
	border: none !important;
	color: 000 !important;
	padding: 1.875rem 0 !important;
	width: 100% !important;
	font-size:20px !important;
	height:36px !important;
	margin-top:5px !important;
}

::-webkit-input-placeholder {
 color: #000 !important;
 opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
 color: #000 !important;
 opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
 color: #000 !important;
 opacity: 1 !important;
}

:-ms-input-placeholder {
 color: #000 !important;
 opacity: 1 !important;
}
.toggle-search {
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	display: inline-block !important;
	background: #53ADE0 !important;
	margin-top: 0 !important;
	height: 50px !important;
	line-height: 50px !important;
	text-align: center !important;
	font-size: 14px;
	padding-top: 5px !important;
	padding-right: 15px !important;
	padding-bottom: 0 !important;
	padding-left: 15px !important;
	text-transform: lowercase;
}
.toggle-search:hover, .toggle-search:focus {
	color: #fff !important;
}

/*------------------------------------*\
    7-HOT NEWS
\*------------------------------------*/
.hot-news {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	margin-bottom: 10px;
}
.icon-news {
	font-size: 30px;
	margin-right: 10px;
	background: #F09400;
	color: #fff;
	padding: 0 10px;
}
.shuffle span {
	font-size: 20px;
	display: inline-block;
}
.shuffle a span {
	color: #299FD6;
}
.shuffle a:hover span {
	color: #F09400;
}
.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: #F09400;
	font-weight: bold;
	background-color: #fff;
	overflow: hidden;
	white-space: nowrap;
	line-height: 42px;
}
.ticker-content:focus {
	text-decoration:none;
}
.ticker-content a {
	text-decoration: none;
	color: #F09400;
}
.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 #F09400;
	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;
}
/*------------------------------------*\
    8-BANNER AND OWL CAROUSEL
\*------------------------------------*/

/*8-1 OWL CAROUSEL PROGRESS BAR*/
#bar {
	width: 0%;
	max-width: 100%;
	height: 3px;
	background: #53ADE0;
	opacity: 0.5;
	position: absolute;
	z-index: 100;
	top: 0;
}
#progressBar {
	width: 100%;
	background: transparent;
}
/*8-2 OWL CAROUSEL CONTROLS*/
.owl-prev, .owl-next {
	position: absolute;
	display: block;
	height: 36px;
	width: 32px;
	line-height: 52px;
	font-size: 0;
	cursor: pointer;
	background: transparent;
	color: #53ADE0;
	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: #53ADE0;
	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;
	-moz-transform:
    scale(1);
            -webkit-transform: scale(1);
            -o-transform: scale(1);
            transform:
scale(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: #F09400 !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(AjaxLoader.gif) no-repeat center center
}
.media, .media .media {
	border-bottom: none;
}
/*8-3 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;
	margin:0 auto;
	text-align:center;
}
.box:hover img {
	display: inline-block;
	line-height: 0;
	position:absolute;	
}
.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;
	-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.8;
}
.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: 0.5;
}
.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: #F09400;
	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: 18px;
	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: 18px;
	font-weight: bold;
	line-height: 24px;
	opacity: 0;
}
.banner-outer-thumb a p, .banner-outer-thumb a:hover p {
	color: #fff;
    	}
.banner-outer-thumb .box:hover .carousel-caption {
	opacity: 1;
	}
.banner-outer-thumb .item {
	margin: 0 5px;
	padding: 4px;
	border: 0;
    text-align: center;
	left:50%;
}
.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: 20px;
	font-weight: bold;
	line-height: 24px;
}
.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;
}
/*8-4 OWL CAROUSEL SYNC*/
.panel {
	width:99.4%;
	margin-top: -1px !important;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#sync1 {
	height:490px !important;
}
#sync1 .item {
	margin: 0;
	cursor: pointer;
	max-height:490px !important;
}
#sync1 .item2 {
	margin: 0;
	cursor: pointer;
	max-height:600px !important;
}
.graph {
	padding:0;
	height:490px;
	position:relative;
}
.graph img {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 50%;
	left:50%;
    transform: translateY(-50%) translateX(-50%);
	max-height:470px;
	}
.video-responsive {
	position: relative;
    /*top: 0;
	left:0;
    transform: translateY(-50%) translateX(-50%);*/
	width: 100%;
	height: 100%;
	margin-top:0;
	margin-bottom:20px;
	/*padding-bottom: 27.25%;  16/9 ratio */
	height:470px;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position: relative;
    top: 50%;
	left:50%;
    transform: translateY(-50%) translateX(-50%);
	width: 90%;
	height: 90%;
	max-height:470px;
}
.texto {
	min-height:490px;
	max-height:800px;
	text-align: left;
	text-shadow: none;
	position:relative;
	overflow:auto;
	visibility:visible;
	}
.texto2 {
	height:490px;
	text-align: left;
	text-shadow: none;
	position:relative;
	background-color:#000 !important;
	overflow:auto;
	}
.txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60% !important;
	margin: auto;
	width:88%;
}
.texto p, .texto h1 {
	color:#FFF;
	line-height: 24px;
}
.texto p {
	font-size:18px !important;
}
.texto2 p {
	font-size:17px !important;
	color:#fff;
	padding-left:30px;
	padding-right:30px;
}
.texto h1 {
	text-transform:none !important;
}
td.item_col {
	 margin-left:20px;
}
td.item_col {
	font-size:16px !important;
	color:#000;
}
td.item_col a {
	font-size:16px !important;
	color:#32328F;
}
td.item_col a:hover {
	text-decoration:underline;
}
.head_col{
	font-size:16px !important;
	color:#000;
	text-align:center;
	font-weight:bold;
}
#sync2 {
	height:600px !important;
	width:100%;
}
#sync2 .item {
	margin: 0 5px;
	cursor: pointer;
}
#sync2 .owl-wrapper-outer {
}
#sync2 .synced .item {
	border: 2px solid #F09400;
}
/*------------------------------------*\
    9-LEFT COLUMN
\*------------------------------------*/

/*9-1 BUSINESS SECTION*/


.business {
	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: #F09400;
}
.list-unstyled li a:hover .img-thumbnail {
	border: 1px solid #ffcfca;
}
#vid-thumbs .owl-controls {
	margin-top: 10px;
	text-align: right;
}
.vid-box {
	position: relative;
	width: 100%;
	height: 100%;
}
.vid-thumb img {
	margin-bottom: 6px;
}
.vid-box span {
	width: 36px;
	height: 36px;
	background-color: #3d566e;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	position: absolute;
	opacity: 1;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}
.vid-thumb:hover span {
	background-color: #F09400;
}
/*9-2 SCIENCE AND TRAVEL*/
.left-bordered {
	border-left: 1px solid #ededed;
}
/*9-3 LIFE STYLE*/
.lifestyle img {
	margin-bottom: 5px;
}
.lifestyle .item {
	margin: 0 5px;
}
.lifestyle .owl-prev, .lifestyle .owl-next {
	margin-top: -55px;
}
.lifestyle .owl-prev {
	left: 5px;
}
.lifestyle .owl-next {
	right: 5px;
}
.lifestyle .owl-item {
}

/*9-5 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: 100%;
	margin: 10px 20px 10px 0;
	padding: 20px;
	background: #fbfbfb;
	border: 1px solid #ededed;
}
.masonry-item p, .masonry-item p.pre {
	font-size:15px !important;
}
.masonry-item .nota, .masonry-item a {
	color:#32328F;
	font-weight:bold;
}
.masonry-item a:hover {
	text-decoration:underline;
}
.masonry-item:hover {
	border: 1px solid #53ADE0;
}
.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: #F09400;
	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: #F09400;
	margin-bottom: 10px;
}
.read-more span {
	display: inline-block;
}
/*9-6 AUTHOR*/
.author-box {
	margin-bottom: 20px;
	border: 1px solid #53ADE0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.author-box p {
	font-size:15px !important;
}
.author-box small {
	font-size:16px !important;
	color:#32328F;
}
.parrafo p, a .parrafo p, .parrafo a {
	font-size:16px !important;
	padding-right:5px;
}
a:hover .parrafo p, .parrafo a:hover {
	color:#888;
}
.related {
	margin-bottom: 10px;
}
.related .item {
	margin-right: 10px;
}
/*9-7 COMMENTS*/
.media {
	border-bottom: 1px solid #ededed;
	padding: 10px;
}
.media-body .time {
	padding-left: 10px;
	font-size: 12px;
}
.media-body h4 {
	display: inline-block;
}
.nested-rep {
	background: #ededed;
	border: 1px solid #e6e6e6;
	padding: 20px;
}
.nested-rep .media-heading {
	color: #F09400;
}
.reply {
	color: #3d566e;
	font-size: 20px;
}
.reply:hover {
	color: #F09400;
}
.opinion {
	margin-bottom: 20px;
}
.comment-form {
	margin-top: 10px;
}
label {
	font-size:18px;
	color:#32328F;
	font-weight:bold;
}
label .small {
	font-size:16px !important;
	color:#aaa !important;
	font-weight:normal !important;
}
.form-control {
	border: 1px solid #CCC;
	min-height: 40px;
	box-shadow: none;
	color: #000;
	font-size: 16px;
}
.form-control:focus {
	border-color: #53ADE0;
	box-shadow: none;
}
/*9-8 FAQs*/
.panel-ccj {
	box-shadow: none;
	margin-top:10px;
}
.panel-title-ccj {
	padding:0 !important;
	margin:0 !important;
}
h2.panel-title-ccj {
	background-color:#32328f;
	border-left:#f3dc80 solid 15px;
	border-bottom: none;
	font-size: 23px;
	font-weight: normal;
	text-align: left;
	color: #fff !important;
	line-height: 36px;
	margin: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	padding-top:4px !important;
	padding-bottom:4px !important;
	padding-left:10px;
}
.panel-title-ccj a {
	padding-left:20px;
	color: #fff !important;
}
.panel-title-ccj a:hover, .panel-title-ccj a:focus, .panel-title-ccj a:visited {
	color: #fff !important;
	text-decoration:underline !important;
}
.panel-default-ccj, .panel-heading-ccj {
	border-color: #ededed;
	padding:0 !important;
}
.panel-default-ccj > .panel-heading-ccj {
	background: #ededed;
}
.panel-body-ccj {
	border-color: #ededed;
}
.panel-body-ccj a {
	color:#1E90FF;
}
/*9-9 contact*/
#map_canvas {
	display: block;
	width: 100%;
	height: 400px;
	min-height:250px;
	margin-bottom: 20px;
}
.adress {
	border-left: 1px solid #ededed;
	padding-left: 20px;
	margin-left: 20px;
	font-size:18px !important;
	color:#32328F;
}
.adress a {
	color:#32328F;
}           
.adress strong {
	color: #53ADE0;
}
.btn-danger {
	background: #F09400;
	border: 1px solid #F09400;
}
.btn-danger:hover {
	background: #da4839;
	border: 1px solid #da4839;
}
.btn-panel {
	background: #32328F;
	border: 1px solid #CCC;
	color:#FFF !important;
	margin-bottom:10px;
	font-size:18px;
}
.btn-panel:hover {
	background: #53ADE0;
	border: 1px solid #CCC;
	color:#FFF !important;
}
.btn-info {
	background: #32328F;
	border: 1px solid #CCC;
	color:#FFF !important;
	margin-bottom:10px;
	font-size:16px;
}
.btn-info:hover {
	background: #53ADE0;
	border: 1px solid #32328F;
	color:#FFF !important;
}
/*9-10 home-2*/
.gallery div {
	margin-bottom: 5px;
}
.blogging-style .business {
	padding-bottom: 0;
}
.blogging-style .top-margin {
	margin-top: 10px;
}
.thumb-box {
	position: relative;
	width: 100%;
	height: 100%;
}
a .thumb-box span {
	width: 36px;
	height: 36px;
	background-color: #F09400;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	position: absolute;
	z-index: 100;
	top: 40%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover .thumb-box span {
	width: 36px;
	height: 36px;
	background-color: #F09400;
	font-size: 24px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	position: absolute;
	opacity: 1;
	z-index: 100;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%)
}
/*------------------------------------*\
    10-MID COLUMN
\*------------------------------------*/

.mid-sec {
	min-height: 800px;
	border: 1px solid #ededed;
	background: #fbfbfb;
	padding-top: 5px;
}
.mid-sec .main-title {
	font-size: 14px;
}
.mid-sec .vid-thumb-outer {
	margin-bottom: 15px;
}
.mid-sec .list-unstyled li {
	padding-bottom: 0;
	float: left;
	width: 100%;
}
.rate {
	background-color: #3d566e;
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	width: 40px;
	margin-right: 8px;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}
.list-group {
	margin-bottom: 15px;
}
.list-group-item {
	border: 1px solid #ededed;
}
.list-group-item a {
	display: block;
}
.list-group-item a:hover .badge {
	background: #F09400;
}
.list-group-item .badge {
	float: right;
}
/*------------------------------------*\
    11-RIGHT COLUMN
\*------------------------------------*/
/*11-1 ADVERTISEMENT AREA (336PX*280PX)*/
.sponsored, .sponsored:focus {
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #3d566e;
	margin: 5px 0 0 0;
	padding: 3px 0;
	font-size: 12px;
	white-space: nowrap;
}
.sponsord-v {
	display: block;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	background: #3d566e;
	padding: 3px 0;
	font-size: 12px;
	height: 125px;
}
/*11-2 SOCIAL COUNTERS*/
.social {
}
.social a p {
	color: #3d566e;
}
.social a:hover p {
	color: #fff;
}
.social tr {
	border: none !important;
}
.social td {
	padding: 0 !important;
}
.social a {
	color: #3d566e;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	display: block;
	padding: 5px;
}
.social p {
	margin: 0;
}
.social p span {
	font-size: 30px;
	text-align: center;
	display: block;
}
.rss:hover {
	background: #ed802e;
}
.twitter:hover {
	background: #45b0e3;
}
.facebook:hover {
	background: #3a5898;
}
.youtube:hover {
	background: #ce342c;
}
.vimeo:hover {
	background: #42b1df;
}
.dribbble:hover {
	background: #ea4c89;
}
.googleplus:hover {
	background: #34352f;
}
.pinterest:hover {
	background: #c82128;
}
.instagram:hover {
	background: #517ea5;
}
.bottom-border {
	border-bottom: 1px solid #ededed;
}
.right-border {
	border-right: 1px solid #ededed;
}
.table-responsive {
	text-align: center;
}
.img-responsive {
	border:none !important;
}
.tab_izq{
	padding: 4px;
  	background-color: #fff;
  	border: 1px solid #ccc;
  	border: 1px solid rgba(0, 0, 0, 0.2);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	float: left;
	margin-right:25px;
	margin-bottom:10px;
	max-width:330px;
	}
*:lang(en), *:lang(fr), *:lang(ca) {
	font-style:italic !important;
}
.bt-space {
	margin-bottom: 10px;
}
.tab-content {
	padding: 10px 0 0 0;
}

/*11-3 TABS*/
/*.nav-tabs {
	border-bottom: none;
}
.nav-tabs li a {
	background-color: #CCC;
	color: #000;
	font-weight: bold;
	text-transform: normal;
	border: none;
	padding-right: 5px;
	padding-left: 5px;
	font-size:20px;
}
.nav-tabs li a:hover {
	background-color: #53ADE0;
}
.nav-tabs li.active a, .nav-tabs li.active a:hover, .nav-tabs li.active a:focus {
	background-color: #32328F !important;
	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: #32328F !important;
	border: none;
}*/
#comments p {
	font-size: 14px;
}
/*11-4 CALENDAR*/
.pickmeup {
	background: #fff;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: none;
	border: 1px solid #ededed;
	width: 99.5%;
	padding-bottom: 15px;
}
.pickmeup * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}
.pickmeup .pmu-instance {
	display: inline-block;
	height: 13.8em;
	padding: 5px;
	text-align: left;/*width: 15em;*/
}
.pickmeup .pmu-instance .pmu-button {
	color: #3d566e;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}
.pickmeup .pmu-instance .pmu-today, .pickmeup .pmu-instance .pmu-today:hover {
	background: #3d566e;
	color: #fff !important;
}
.pickmeup .pmu-instance .pmu-button:hover {
	color: #F09400;
}
.pickmeup .pmu-instance .pmu-not-in-month {
	color: #8d9aa5;
}
.pickmeup .pmu-instance .pmu-disabled, .pickmeup .pmu-instance .pmu-disabled:hover {
	color: #333333;
	cursor: default;
}
.pickmeup .pmu-instance .pmu-selected {
	background: #F09400;
	color: #fff;
}
.pickmeup .pmu-instance .pmu-selected:hover {
	color: #fff;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
	background: #F09400;
}
.pickmeup .pmu-instance nav {
	color: #F09400;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: table;
	line-height: 2em;
	text-align: center;
}
.pickmeup .pmu-instance nav *:first-child :hover {
	color: #88c5eb;
	text-align: center;
}
.pickmeup .pmu-instance nav .pmu-prev, .pickmeup .pmu-instance nav .pmu-next {
	display: none;
	height: 2em;
	width: 1em;
}
.pickmeup .pmu-instance nav .pmu-month {
	text-align: center;
}
.pickmeup .pmu-instance .pmu-years *, .pickmeup .pmu-instance .pmu-months * {
	display: inline-block;
	line-height: 3.6em;
	width: 3.5em;
	text-align: center;
}
.pickmeup .pmu-instance .pmu-day-of-week {
	color: #3d566e;
	text-transform: uppercase;
	cursor: default;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 5px 0;
	margin: 10px 0;
}
.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
	display: inline-block;
	line-height: 30px;
	width: 46px;
	height: 32px;
	text-align: center;
}
.pickmeup .pmu-instance .pmu-day-of-week * {
	line-height: 1.8em;
	font-weight: 600;
}
.pickmeup .pmu-instance:first-child .pmu-prev, .pickmeup .pmu-instance:last-child .pmu-next {
	display: table-cell;
	color: #F09400;
}
.pickmeup .pmu-instance:first-child .pmu-month, .pickmeup .pmu-instance:last-child .pmu-month {
	width: 13em;
	color: #F09400;
}
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
	width: 12em;
	font-weight: bold;
	text-transform: uppercase;
	display: table-cell;
}
.pickmeup:not(.pmu-view-days) .pmu-days, .pickmeup:not(.pmu-view-days) .pmu-day-of-week, .pickmeup:not(.pmu-view-months) .pmu-months, .pickmeup:not(.pmu-view-years) .pmu-years {
	display: none;
}
/*------------------------------------*\
    12-FOOTER
\*------------------------------------*/

footer {
	border-top: 3px solid #32328F;
	margin-top: 20px;
	margin-bottom: 50px !important;
	background-color: #EEE;
}
footer .top-sec {
	background-color: #EEE;
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .btm-sec {
	background-color: #EEE;
	padding-bottom:0px;
	font-size: 14px !important;
} 
footer .f-title {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 0;
	margin-bottom: 5px;
}
footer p {
	color: #32328F;
	font-size: 16px !important;
}
footer .stars {
	color: #b0b7bf;
}

.f-sub-info {
	color: #b0b7bf;
}
.btm-sec a {
	color: #32328F;
 }
.btm-sec a:hover {
	text-decoration:underline;
}
.subscribe-info {
	border-right: 1px solid #486581;
	padding-right: 20px;
	min-height: 260px;
}
.subscribe-info form {
	position: relative;
}
.subscribe-info .form-control {
	width: 100%;
	padding-right: 35px;
}
.subscribe-info .btn {
	border: none;
	background: none;
	position: absolute;
	right: 0;
	top: -5px;
}
.subscribe-info .btn span {
	font-size: 24px;
}
.popular-tags {
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #486581;
	height: 260px;
	overflow: hidden;
}
.tags {
	list-style: none;
}
.tags li {
	border-left: solid 2px #3d566e;
	position: relative;
	z-index: 1;
	background-color: #486581;
	float: left;
	margin: 2px 5px;
	text-align: center;
	border-bottom: none;
	padding-bottom: 0;
}
.tags.list-unstyled li:last-child {
}
.tags li:before {
	content: "";
	display: block;
	position: absolute;
	left: -6px;
	border-left: solid 4px #486581;
	width: auto;
	margin-top: 0;
	min-height: 100%;
	z-index: 10;
}
.tags li:hover {
	background: #F09400
}
.tags li a {
	color: #fff;
	text-transform: capitalize;
	display: block;
	padding: 8px 10px;
}
.tags li a:hover {
	background: #F09400;
}
.tags li:hover:before {
	border-color: #F09400;
}
.recent-posts {
	padding-left: 20px;
}
.recent-posts .img-thumbnail {
	background: #4b6986;
	border: 1px solid #4f7396;
}
.recent-posts li a:hover .img-thumbnail {
	border: 1px solid #4f7396;
}
.recent-posts .list-unstyled li {
	border-bottom: none;
	margin-bottom: 5px;
	padding-bottom: 0;
}
.recent-posts .list-unstyled li h4 {
	color: #fff;
}
.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: #F09400;
}
.copyrights {
	font-size: 12px;
}
.f-social {
	text-align: right;
	margin-top: 0px;
	margin-bottom:-5px;
}
.f-social a {
	margin: 0 0px;
	border: 1px solid #3d566e;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 24px;
	display: inline-block;
}
.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: #F09400;
	border-color: #F09400;
}
/*------------------------------------*\
    13-404 PAGE
\*------------------------------------*/
.wrong-icon {
	font-size: 200px;
	color: #3d566e;
	border-top: 1px solid #ededed;
}
.wrong-page {
	margin-top: 50px;
	margin-bottom: 50px;
}

/*------------------------------------*\
    14-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;
}
}

@media (max-width:767px) {

.page-header h1 {
	font-size:24px !important;
}
.page-header small {
	font-size:16px !important;
}
.page-header h2 {
	font-size:20px !important;
}
.navbar {
	font-size:12px;
}
.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: 1px;
	padding-bottom: 1px;
}
.navbar-inverse .navbar-nav li:first-child a {
	padding-top:5px;
}
.navbar-inverse .navbar-nav li a {
	color: #32328F;
	font-weight: normal !important;
	padding-top:5px;
	padding-bottom:2px;
}
.navbar-collapse.collapse.in {
	display: block!important;
}
.collapsing {
	overflow: hidden!important;
}
.navbar-inverse .dropdown-menu {
	background: none;
	border: none;
	font-size:12px;
}
.nav li {
	border-bottom: 1px solid #44617d;
}
.navbar-inverse .dropdown-menu li {
	border-bottom: none;
}
.navbar-inverse .dropdown-menu li a {
	color: #fff !important;
	font-weight: normal;
	border-right: none;
	padding-top: 1px !important;
	padding-bottom: 1px !important;
	border-top: none;
	padding-left: 20px !important;
}
.navbar-inverse .dropdown-menu li:last-child a {
	padding-bottom: 0 !important;
}
.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: #32328F;
}
.open li {
	border-bottom: none;
}
.open li a {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-left: 10px;
}
.open li:last-child {
	border: none;
}
.open .dropdown-toggle {
	background: #32328F !important;
}
#scrollUp {
	bottom: 10px;
}
.main-title {
	font-size: 18px;
}
.page-header-2 h1 {
	font-size:22px;
}
#time-date {
	text-align: left;
}
#weather {
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.owl-prev, .owl-next {
	display: none;
}
.info {
	line-height: 54px;
}
.banner-outer .carousel-caption {
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 20px;
}
.science {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ededed;
}
.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
	width: 27px;
}
.subscribe-info {
	min-height: inherit;
}
.popular-tags {
	height: auto;
	overflow: visible;
}
.subscribe-info {
	border-right: none;
	padding-right: 5px;
}
.popular-tags {
	padding-right: 5px;
	padding-left: 5px;
	border-right: none;
}
.recent-posts {
	padding-left: 5px;
}
.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;
}
label, .text-danger  {
	font-size:inherit !important;
}
.masonry-item {
	width: 100%;
	margin: 10px 20px 10px 0;
	padding: 20px;
	background: #fbfbfb;
	border: 1px solid #ededed;
}
.masonry-item p.pre {
	font-size:16px !important;
}
.masonry-item .nota, .masonry-item a {
	color:#32328F;
	font-weight:bold;
}
.masonry-item a:hover {
	text-decoration:underline;
}
.masonry-item:hover {
	border: 1px solid #53ADE0;
}
.texto {
	min-height:250px;
	max-height:800px;
	text-align: left;
	text-shadow: none;
	position:relative;
	overflow:auto;
	visibility:visible;
	}
.texto2 {
	height:150px;
	text-align: left;
	text-shadow: none;
	position:relative;
	background-color:#000 !important;
	overflow:auto;
	}
.texto2 p {
	font-size:16px !important;
	color:#fff;
	padding-left:5px !important;
	padding-right:5px !important;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16 { 
	padding-bottom:30px;
}
}
@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;
}
.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
	width: 27px;
}
.popular-tags {
	height: auto;
	overflow: visible;
}
}

@media (min-width: 850px) {
.search-container input {
	font-size: 2em;
}
}

@media (max-width:991px) {
.navbar-inverse .navbar-nav li:first-child a {
	padding-left: 20px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: none;
}
.navbar-inverse .navbar-nav li a, .navbar-inverse .navbar-nav li a:visited {
	border-right: none !important;
	padding-left: 20px;
}
.navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:focus {
	border-right: none !important;
	padding-left: 20px;
	color:#FFF !important;
}

.navbar-inverse .dropdown-menu {
	background: #32328F;
	border: none;
}
.navbar-inverse .dropdown-menu li a {
	color: #fff !important;
	font-weight: normal;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
.navbar-inverse .dropdown-menu li a:hover, .navbar-inverse .dropdown-menu li a:focus {
	background-color: #53ADE0 !important;
	color: #fff !important;
	border: 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;
	color:#FFF;
}
#sync1 {
	height:310px !important;
	max-height:310px !important;
}
#sync1 .item {
	text-align:center;
	cursor: pointer;
	height:310px !important;
	max-height:310px !important;
}
.graph {
	padding:0;
	height:180px;
	position:relative;
}
.graph img {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 50%;
	left:50%;
    transform: translateY(-50%) translateX(-50%);
	max-height:180px;
	}

.video-responsive {
	position: relative;
	padding-bottom: 28.25% !important; /* 16/9 ratio */
	height:180px;
	margin-top:-10px !important;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
	position: absolute;
    top: 50%;
	left:50%;
    transform: translateY(-50%) translateX(-50%);
	width: 70%;
	max-height:180px;
}
.texto {
	min-height:500px;
	max-height:800px;
	text-align: left;
	text-shadow: none;
	position:relative;
	}
.txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100% !important;
	margin: auto;
	width:94%;
}
.texto p, .texto h1 {
	color:#FFF;
	line-height:18px !important;
}
.texto h1 {
	text-transform:none !important;
	font-size:17px !important;
}
.texto p {
	text-transform:none !important;
	font-size:15px !important;
}
.btn-panel {
	background: #32328F;
	border: 1px solid #CCC;
	color:#FFF !important;
	font-size:15px;
	margin-bottom:8px;
}
.btn-panel:hover {
	background: #53ADE0;
	border: 1px solid #CCC;
	color:#FFF !important;
}

}

@media (max-width:1080px) {
.navbar-inverse .navbar-nav li:first-child a {
	padding-left: 20px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: none;
}
.navbar-inverse .navbar-nav li a, .navbar-inverse .navbar-nav li a:visited {
	border-right: none !important;
	padding-left: 20px;
}
.navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:focus {
	border-right: none !important;
	padding-left: 20px;
	color:#FFF !important;
}

.navbar-inverse .dropdown-menu {
	background: #32328F;
	border: none;
}
.navbar-inverse .dropdown-menu li a {
	color: #fff !important;
	font-weight: normal;
	border-right: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border: none;
}
.navbar-inverse .dropdown-menu li a:hover, .navbar-inverse .dropdown-menu li a:focus {
	background-color: #53ADE0 !important;
	color: #fff !important;
	border: none !important;
}
.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;
}
#sync1 .item {
	text-align:center;
	cursor: pointer;
	height:inherit !important;
}
.graph {
	padding:0;
	height:150px;
	position:relative;
}
.graph img {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 50%;
	left:50%;
    transform: translateY(-50%) translateX(-50%);
	max-height:150px;
	}
.texto {
	min-height:240px;
	max-height:800px;
	text-align: left;
	text-shadow: none;
	position:relative;
	overflow:auto;
	visibility:visible;
	}
.txt {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100% !important;
	margin: auto;
	width:94%;
}
.texto p, .texto h1 {
	color:#FFF;
	line-height: 16px;
}
.texto h1 {
	text-transform:none !important;
	font-size:16px;
}
.texto p {
	text-transform:none !important;
	font-size:12px;
}
.btn-panel {
	background: #32328F;
	border: 1px solid #CCC;
	color:#FFF !important;
	font-size:14px;
	margin-bottom:8px;
}
.btn-panel:hover {
	background: #53ADE0;
	border: 1px solid #CCC;
	color:#FFF !important;
    }
}

@media (max-width: 1170px) {
.pickmeup .pmu-instance .pmu-day-of-week *, .pickmeup .pmu-instance .pmu-days * {
	width: 37px;
}
.popular-tags {
	padding-right: 20px;
	padding-left: 20px;
	border-right: 1px solid #486581;
	border-left: 1px solid #486581;
	overflow: visible;
	height: auto;
}
.right-img-top {
	height: 220px;
}
.right-img-top .box {
	height: 220px;
}
.right-img-btm {
	height: 218px;
}
.right-img-btm .box {
	height: 218px;
}

}


.mrg-auto	{margin:auto; float:none;}

.mrg0		{margin:0px;}
.mrg10		{margin:10px;}

.mrg1LB		{margin-left:1px; margin-bottom:1px;}
.mrg0LB		{margin-left:0px; margin-bottom:0px;}

.mrg0TB		{margin-top:0px; margin-bottom:0px;}
.mrg15TB	{margin-top:15px; margin-bottom:15px;}

.mrg0L		{margin-left:0px;}
.mrg5L		{margin-left:5px;}
.mrg10L		{margin-left:10px;}
.mrg20L		{margin-left:20px;}
.mrg30L		{margin-left:30px;}
.mrg40L		{margin-left:40px;}
.mrg50L		{margin-left:50px;}
.mrg60L		{margin-left:60px;}
.mrg70L		{margin-left:70px;}
.mrg80L		{margin-left:80px;}
.mrg90L		{margin-left:90px;}
.mrg100L	{margin-left:100px;}
.mrg110L	{margin-left:110px;}
.mrg120L	{margin-left:120px;}
.mrg130L	{margin-left:130px;}
.mrg140L	{margin-left:140px;}
.mrg150L	{margin-left:150px;}
.mrg160L	{margin-left:160px;}
.mrg170L	{margin-left:170px;}
.mrg180L	{margin-left:180px;}
.mrg430L	{margin-left:430px;}
.mrg-10L	{margin-left:-10px;}

.mrg0R		{margin-right:0px;}
.mrg10R		{margin-right:10px;}
.mrg15R		{margin-right:15px;}
.mrg20R		{margin-right:20px;}
.mrg30R		{margin-right:30px;}
.mrg50R		{margin-right:50px;}
.mrg70R		{margin-right:70px;}
.mrg100R	{margin-right:100px;}
.mrg145R	{margin-right:145px;}

.mrg0B		{margin-bottom:0px;}
.mrg1B		{margin-bottom:1px;}
.mrg5B		{margin-bottom:5px;}
.mrg8B		{margin-bottom:8px;}
.mrg10B		{margin-bottom:10px;}
.mrg15B		{margin-bottom:15px;}
.mrg20B		{margin-bottom:20px;}
.mrg30B		{margin-bottom:30px;}
.mrg40B		{margin-bottom:40px;}
.mrg50B		{margin-bottom:50px;}
.mrg60B		{margin-bottom:60px;}
.mrg70B		{margin-bottom:70px;}
.mrg80B		{margin-bottom:80px;}
.mrg90B		{margin-bottom:90px;}
.mrg100B	{margin-bottom:100px;}
.mrg-10B	{margin-bottom:-10px;}

.mrg0T		{margin-top:0px;}
.mrg5T		{margin-top:5px;}
.mrg10T		{margin-top:10px;}
.mrg20T		{margin-top:20px;}
.mrg30T		{margin-top:30px;}
.mrg35T		{margin-top:35px;}
.mrg40T		{margin-top:40px;}
.mrg50T		{margin-top:50px;}
.mrg60T		{margin-top:60px;}
.mrg70T		{margin-top:70px;}
.mrg80T		{margin-top:80px;}
.mrg90T		{margin-top:90px;}
.mrg100T	{margin-top:100px;}
.mrg110T	{margin-top:110px;}
.mrg120T	{margin-top:120px;}
.mrg130T	{margin-top:130px;}
.mrg140T	{margin-top:140px;}
.mrg150T	{margin-top:150px;}
.mrg160T	{margin-top:160px;}
.mrg180T	{margin-top:180px;}
.mrg190T	{margin-top:190px;}
.mrg200T	{margin-top:200px;}
.mrg210T	{margin-top:210px;}
.mrg220T	{margin-top:220px;}
.mrg230T	{margin-top:230px;}
.mrg240T	{margin-top:240px;}
.mrg250T	{margin-top:250px;}
.mrg260T	{margin-top:260px;}
.mrg270T	{margin-top:270px;}
.mrg280T	{margin-top:280px;}
.mrg290T	{margin-top:290px;}
.mrg300T	{margin-top:300px;}
.mrg310T	{margin-top:310px;}
.mrg330T	{margin-top:330px;}
.mrg350T	{margin-top:350px;}
.mrg370T	{margin-top:370px;}
.mrg-40T	{margin-top:-40px;}

.mrg-10T	{margin-top:-10px;}
.mrg-1T		{margin-top:-1px;}

.pdg20T		{padding-top:20px;}
.pdg30T		{padding-top:30px;}
.pdg35T		{padding-top:35px;}
.pdg40T		{padding-top:40px;}
.pdg20B		{padding-bottom:20px;}