.images { 
	margin-bottom: 25px;
}
h4, h4 a {
	margin-bottom: 20px;
	}
/* fa { font-size: 22px; } */

footer .menu > li > ul > li::before {
	margin: 0 5px 0 10px;
}

.fa.fa-facebook-official {
    /* color: #054ac3; */
    color: #fff;
    font-size: 24px;
}
.fa.fa-google-plus {
    /* color: #f01212; */
    color: #fff;
    font-size: 24px;
}

.fa.fa-map-marker {
    /* color: #0ad1ca; */
    color: #fff;
    font-size: 24px;
}

section.double-images .images {
    margin-bottom: 20px;
}

h2.title, h3.title {
    margin-bottom: 25px;
}

h3.title {
    font-size: 24px;
}

.header-bar-top-element .fa {
	font-size: 14px;
}

.responsive-menu-content ul.menu li a {
	font-size: 15px;
}

section.contact-details .contact-details-box span.value {
	font-size: 15px;
	color: #000;
}
section.contact-details .contact-details-box span.value.value-big {
    font-size: 15px;
}

section.contact-details .contact-details-box span.title {
    color: #e45a5a;
}


footer {
    background: #b12c08;
}
footer .menu > li {
	color: #fff;
}
footer p {
	color: #fff;
}

li {
	font-size: 15px !important;
	line-height: 1.5em !important;
}
h5 {
	margin-bottom: 5px
}



/**/
.box img {
	text-align:center;
	padding: 10px;
}
.box {
	
	background:#FFF;
	margin:40px auto;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2
{
  
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}


.effect2:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

/****************************************/


@media (max-width: 430px) {

   footer .menu > li > ul, footer .menu > li > ul > li {
   		display: inline;
   }
   .responsive-menu-content ul.menu li a {
    	color: #5DCFED;
    	padding: 10px;
	}
}











.rg-container {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	padding: 1em 0.5em;
	color: #1a1a1a;
}
.rg-header {
	margin-bottom: 1em;
}
.rg-hed {
	font-weight: bold;
	font-size: 1.4em;
}
.rg-dek {
	font-size: 1em;
}
.rg-source-and-credit {
	width: 100%;
	overflow: hidden;
}
.rg-source {
	margin: 0;
	float: left;
	font-weight: bold;
	font-size: 0.75em;
}
.rg-source .pre-colon {
	text-transform: uppercase;
}

/* table */
table.rg-table {
	width: 100%;
	margin-bottom: 0.5em;
	font-size: 1em;
	border-collapse: collapse;
	border-spacing: 0;
}
table.rg-table * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-align: left;
	color: #333;
}
table.rg-table thead {
	border-bottom: 1px solid #ddd;
}
table.rg-table tr {
	border-bottom: 1px solid #ddd;
	color: #222;
}
table.rg-table tr.highlight {
	background: #efefef;
}
table.rg-table.zebra tr:nth-child(even) {
	background: #efefef;
}
table.rg-table th {
	font-weight: bold;
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table td {
	padding: 0.35em;
	font-size: 0.9em;
}
table.rg-table .highlight td {
	font-weight: bold;
}
table.rg-table th.number, td.number {
	text-align: right;
}

/* media queries */
@media screen and (max-width: 600px) {
.rg-container {
	max-width: 600px;
	margin: 0 auto;
}
table.rg-table {
	display: block;
	width: 100%;
}
table.rg-table tr.hide-mobile, table.rg-table th.hide-mobile, table.rg-table td.hide-mobile {
	display: none;
}
table.rg-table thead {
	display: none;
}
table.rg-table tbody {
	display: block;
	width: 100%;
}
table.rg-table tr, table.rg-table th, table.rg-table td {
	display: block;
	padding: 0;
}
table.rg-table tr {
	border-bottom: none;
	margin: 0 0 1em 0;
	padding: 0.5em 0;
}
table.rg-table tr.highlight {
	background: none;
}
table.rg-table.zebra tr:nth-child(even) {
	background: none;
}
table.rg-table.zebra td:nth-child(even) {
	background: #efefef;
}
table.rg-table tr:nth-child(even) {
	background: none;
}
table.rg-table td {
	padding: 0.5em 0 0.25em 0;
	border-bottom: 1px dotted #ccc;
	text-align: right;
}
table.rg-table td[data-title]:before {
	content: attr(data-title);
	font-weight: bold;
	display: inline-block;
	content: attr(data-title);
	float: left;
	margin-right: 0.5em;
	font-size: 0.95em;
}
table.rg-table td:last-child {
	padding-right: 0;
	border-bottom: 2px solid #ccc;
}
table.rg-table td:empty {
	display: none;
}
table.rg-table .highlight td {
	background: none;
}
}