body
{
	font-family: Arial,Helvetica,sans-serif;
	background-color: #eee;
}


@font-face {
    font-family: 'IcoMoon-Free';
    src: url('/fonts/IcoMoon-Free.ttf?345435') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*
@font-face {
      font-family: 'social';
      src: url('/fonts/social.eot?33402782');
      src: url('/fonts/social.eot?33402782#iefix') format('embedded-opentype'),
           url('/fonts/social.woff?33402782') format('woff'),
           url('/fonts/social.ttf?33402782') format('truetype'),
           url('/fonts/social.svg?33402782#social') format('svg');
      font-weight: normal;
      font-style: normal;
    }
*/


a:link {	color: #0D47A1; }
a:visited {	color: #0D47A1; }
a:hover { color: #b00000;  }

h1
{
	font-family: 'Russo One',sans-serif;
	color: #f57f17;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
}

h2
{
	font-family: "Russo One",sans-serif;
	font-size: 15px;
	color: #254EA0;
	letter-spacing: 1px;
}

.h1like
{
	font-family: 'Russo One',sans-serif;
	color: #f57f17;
	font-size: 19px;
	font-weight: bold;
	letter-spacing: 1px;
}


.outer
{
	width: 82%;
	background-color: #fff;
}

/* remove left and right backgrounds on narrow screens */
@media only screen and (max-width: 992px)
{
	.outer
	{
		width: 100%;
	}

	body
	{
		background-color: #fff;
	}


}

.container .row
{
	margin: 0;
}

.icon-block
{
  	padding: 0 15px;
}

.icon-block .material-icons
{
	font-size: inherit;
}

.main-menu-mobile a.collection-item
{
	line-height: 2.5rem !important;
}

.main-menu a.collection-item
{
	background-color: #0d47a1;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 1px;
	padding-right: 5px;

	text-align: right;
	border-bottom: 1px solid #aaa;
	white-space:nowrap;
/*	text-overflow: ellipsis;*/
	overflow: hidden;
	cursor: pointer;
}

.main-menu a.collection-item-nolink
{
	cursor: default;
}


.main-menu a.collection-item:not(.active):hover
{
	background-color: #f57f17;
	color: #fff;
}

.main-menu-top a
{
	background-color: transparent;
	-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;

	padding: 0px 10px;

}

.main-menu-top a:hover
{
	color: #fff !important;
	background-color: #f57f17;
}


.main-menu-bottom a
{
	background-color: transparent;
	-webkit-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-moz-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	-o-transition: background-color 0.2s ease-in, color 0.2s ease-in;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;

	padding: 0px 10px;

}

.main-menu-bottom a:hover
{
	color: #fff !important;
	background-color: #f57f17;
}


.main-menu
{
	font-family: 'Russo One',sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	border: none;
	border-bottom: 1px solid #aaa;
	margin: 0px;
	border-top: 1px solid #aaa;

}


a.main-mobile-menu-link i
{
	font-size:32px;
	line-height:32px;
	margin-left: 10px;
	margin-right: 10px;
}

a.main-mobile-menu-link span
{
	font-family: 'Russo One',sans-serif;
	vertical-align: top;
	font-size:20px;
}

/* ------------------- MAIN CARDS --------------------- */

.main-card-wrapper
{
	padding: 0px !important;
	border-right: 2px solid white;
	background-color: #ddd;
}

.main-card
{
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.main-card:hover
{
	opacity: 0.8;
}

.main-card-wrapper div.main-card
{
	margin:0px;
	box-shadow: none;
}

.main-card-wrapper div.main-card-image
{
	border-bottom: 2px solid white;
	width: 100%;
	height: 115px !important;
}

.main-card-wrapper div.main-card-image img
{

	max-width: 100%;
	min-width: 170px;
	min-height: 115px;
/*
	min-width: 100%;
	height: auto;
*/
}

.main-card-wrapper div.main-card-content
{
	padding: 1px;
	font-family: 'Russo One',sans-serif;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	border-bottom: 2px solid white;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.main-card-wrapper div.main-card-action
{
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	background-color: #ddd;
	overflow: hidden;
	line-height: 15px;

	text-align: center;
	min-height:42px;
	width: 100%;
}


/* ------------------- RIGHT CARDS --------------------- */


.right-card-wrapper
{
	padding: 0px !important;
	/*border-right: 2px solid white;*/
	background-color: #ddd;

}

.right-card
{
	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.right-card:hover
{
	opacity: 0.8;
}

.right-card-wrapper div.right-card
{
	margin:0px;
/*	box-shadow: none;*/
}

.right-card-wrapper div.right-card-image
{

	height: 115px !important;
}

.right-card-wrapper div.right-card-image img
{
/*
	min-width: 100%;
	height: auto;
*/
	max-width: 100%;
	min-width: 170px;
	min-height: 115px;

}

.right-card-wrapper div.right-card-content
{
	padding: 1px;
	font-family: 'Russo One',sans-serif;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	border-bottom: 2px solid white;
	border-top: 2px solid white;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.right-card-wrapper div.right-card-action
{
	padding: 2px;
	font-size: 13px;
	font-weight: bold;
	background-color: #ddd;
	overflow: hidden;
	line-height: 15px;

	text-align: center;
	min-height:42px;
	width: 100%;
}






.right-card-news-wrapper
{
	display: block;
	padding: 0px !important;
	margin-left: 17px;
	margin-right: 7px;
}

.right-card-news
{
	border: 1px solid #ddd !important;
	padding: 5px;
	margin:0px;

	opacity: 1;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}

.right-card-news:hover
{
	opacity: 0.8;
}


.right-card-news-wrapper div.right-card-news-content
{
	padding: 1px;
	font-family: 'Russo One',sans-serif;
	font-size: 14px;
	color: #fff;
	letter-spacing: 1px;
	border-bottom: 2px solid white;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.right-card-news-wrapper div.right-card-news-action
{
	padding: 2px;
	font-size: 13px;
	overflow: hidden;
	line-height: 15px;
	min-height:42px;
	width: 100%;
}

.right-card-news-action div
{
	margin-bottom: 8px;
	margin-top: 4px;
}

.right-card-news-action h1
{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #0D47A1;

}

/* -------------------- */

nav
{
	 height:32px;
	 line-height:32px;
	 box-shadow: none;
}

nav a
{
	color: #0D47A1 !important;
	font-size: 13px !important;
	font-weight: bold;
}

nav a:not(.active):hover
{
	background-color: #f57f17;
	color: #fff;
}

.slides h5
{
	font-family: 'Russo One',sans-serif;
}
/*
.phone
{
	border: none;
	position: absolute;
	left: 45%;
	top: 55px;
}
*/

a.phone
{
	border: none;
	position: absolute;
	left: 45%;
	top: 55px;

	font-family: 'Russo One',sans-serif;
	color: #f57f17;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 9px;

	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;

}

a.whatsapp
{
	border: none;
	position: absolute;
	right: 40%;
	top: 47px;

	height:20px; 
	width:20px;

	padding-top: 10px;
	padding-bottom: 20px;

	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;

}



a.phone:hover
{
	color: #ff9231 !important;
}

.slider
{
	box-sizing: content-box;
	border-left: 2px;
	border-right: 2px solid white;
	z-index: 167;
	height: 400px !important;
}

/* decrease size of phone number on narrow screens */
@media only screen and (max-width: 600px)
{
	a.phone
	{
		font-size: 15px;
	}


}


@media only screen and (max-width: 992px)
{
	a.phone div
	{
		display: none;
	}

}


@media only screen and (max-width: 350px)
{
	a.phone
	{
		left: auto;
		right: 1%;
		font-size: 13px;
		letter-spacing: 0px;
	}

	a.phone div
	{
		display: none;
	}

	.slider
	{
		border-right:none;
	}

}


.content
{
	padding-left: 20px !important;
/*	padding-right: 20px !important;*/
	padding-top: 0px !important;
	padding-bottom: 20px !important;

}

.news-list
{
	font-size: 13px;
}

.news-list img
{
	margin: 0px 6px 6px 0px;
}

.btn
{
	color: #fff !important;
	font-family: 'Russo One',sans-serif;
	font-size: 14px;
	box-shadow: none !important;
	letter-spacing: 2px;
	height: 25px;
	line-height: 25px;
	padding-left: 8px;
	padding-right: 8px;

	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

.btn:hover
{
	background-color: #0d47a1 !important;
}

.btn-tiny
{
	color: #fff !important;
	font-family: 'Russo One',sans-serif;
	font-size: 11px;
	box-shadow: none !important;
	letter-spacing: 2px;
	height: 18px;
	line-height: 18px;
	padding-left: 8px;
	padding-right: 8px;

	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}


.main-footer-split
{
	color: white;
	font-size: 12px;
	font-weight: bold;
	height: 26px;
	line-height: 26px;

	font-family: 'Russo One',sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	
}

.main-footer h5
{
	font-family: 'Russo One',sans-serif;
	color: #f57f17;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 1px;
}

.main-mobile-menu-link
{
	background-color: transparent !important;
}

.side-nav a
{
	height: 40px;
	line-height: 40px;
}

.collapsible .collapsible 
{
  margin: 0;
}



.main-submenu a.collection-item
{
	background-color: #0d47a1;
	color: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	padding-right: 5px;

	text-align: right;
	border-bottom: 1px solid #aaa;
	white-space:nowrap;
/*	text-overflow: ellipsis;*/
	overflow: hidden;
}

.main-submenu a.collection-item:not(.active):hover
{
	background-color: #f57f17;
	color: #fff;
}


.main-submenu
{
	display: none;
	font-family: 'Russo One',sans-serif;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
	border: none;
	border-bottom: 1px solid #aaa;
	margin: 0px;
	border-top: 1px solid #aaa;
	opacity: 0.8;
}

.main-submenu-mobile
{
	display: none;
}

.main-submenu-mobile a.collection-item
{
	background-color: #2d67c1; /* #003791; */
}

.main-submenu-mobile a.collection-item:not(.active):hover
{
	background-color: #f57f17;
	color: #fff;
}

/* narrow screen */

@media only screen and (max-width: 600px)
{
	.main-menu-desktop
	{
		display: none;
	}
	.main-menu-mobile
	{
		display: block;
	}
}

/* wide screen */

@media only screen and (min-width: 600px)
{
	.main-menu-desktop
	{
		display: block;
	}
	.main-menu-mobile
	{
		display: none;
	}
}

.collapsible-header
{
	line-height: 40px !important;
}


/* show only first news item on narrow screens */
@media only screen and (max-width: 600px)
{

div.news-list div.news-item
{
	display: block;
//	font-weight: bold;

}

div.news-list > div.news-item:not(:first-child) 
{
	display: none;
//	font-weight: normal;
}

}



.social-icon
{
      font-family: "IcoMoon-Free";
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: inherit;
/*      width: 1em;
      margin-right: .2em;*/
      text-align: center;
     
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
     
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
     
      /* You can be more comfortable with increased icons size */
      font-size: 1.6rem !important;
     
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
     
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.btn-social
{
	color: #aaa !important;
	background-color: #fff !important;

	box-shadow: none !important;
	letter-spacing: 2px;
	height: 32px;
	line-height: 32px;
	padding-left: 4px;
	padding-right: 4px;

	border-radius: 7px;

	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}

.btn-social:hover
{
	color: #000 !important;
	background-color: #fff !important;
}

.social-buttons
{
	
	display: flex;
	justify-content: space-around;
}

.social-buttons li
{
	display: inline-block;
}

.slider .indicators
{
	display: none;
	z-index: 7000;
	bottom: inherit;
	top: 360px !important;
}

.slider .indicators .indicator-item 
{
/*  background-color: yellow;*/

 	box-shadow: 2px 2px 1px #fff,
              -2px -2px 1px #fff,
              -2px 2px 1px #fff,
              2px -2px 1px #fff !important;
}

.slider .indicators .indicator-item.active
{
        background-color: #f57f17; !important 
}

ul.stdlist > li {
  list-style-type: disc !important;
  padding-left: 0px !important;
  margin-left: 15px;
  display: list-item !important;
}

