@charset "utf-8";

html
{
	position:relative;
	width:100%;
	height:100%;
}

body
{
	position:relative;
	width:100%;
	height:100%;
	background:#e4e4e4;
}

.min-highlight-wrapper
{
	position: relative;
	float: left;
	width: 100%;
	height: 240px;
	background: url(../img/min-bg.jpg) repeat center center;
}


.highlight-wrapper
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding-top: 40px;
	background: url(../img/bg.jpg) repeat center center;
	background-size: cover;
}

.main-wrapper
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.main-wrapper > .middle-wrapper
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	min-height: 200px;
	padding-top: 35px;
	padding-bottom: 35px;
	background: #fff;
}

.main-wrapper > .content-wrapper
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	min-height: 200px;
	padding-bottom: 35px;
	background: #fff;
}

header
{
	position: absolute;
	width: 100%;
	height: auto;
	top: 0px;
	left: 0px;
	z-index: 99;
	background: #b1010a;
}

header .desktop-nav,
header .desktop-nav > .top-row,
header .desktop-nav > .bottom-row
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

header .desktop-nav > .top-row
{
	margin-bottom: 5px;
	display: none !important;
}

header .desktop-nav > .top-row > .call
{
	position: relative;
	float: right;

}

header .desktop-nav > .top-row > .call > img
{
	position: relative;
	float: left;
	width: auto;
	height: auto;
	padding-right: 10px;
}

header .desktop-nav > .top-row > .call > div
{
	position: relative;
	float: right;
	width: auto;
	height: auto;
}

header .desktop-nav > .top-row > .call > div > span
{
	position: relative;
	float: left;
	clear: both;
	width: auto;
	height: auto;
	line-height: 25px;
	font-family: 'Open  Sans',sans-serif;
	text-align: left;
}

header .desktop-nav > .top-row > .call > div > span:first-child
{
	font-size: 18px;
	font-weight: 600;
	color: #999;
}

header .desktop-nav > .top-row > .call > div > span:last-child
{
	font-size: 25px;
	font-weight: 500;
	color: #c6a889;
}

header .desktop-nav > .bottom-row > .logo-wrapper
{
	position: relative;
	padding: 0px;
	float: left;
	height: auto;
	background: #fff;
}

header .desktop-nav > .bottom-row > .logo-wrapper > a,
header .desktop-nav > .bottom-row > .logo-wrapper > a > img
{
	position: relative;
	float: left;
	width: auto;
	height: auto;
}

header .desktop-nav > .bottom-row > .logo-wrapper > a > img
{
	width: 100%;
}

header .desktop-nav > .bottom-row > .logo-wrapper > a
{
	padding: 8px;
}

header .desktop-nav > .bottom-row > .logo-wrapper > a:before
{
	position: absolute;
	width: 100%;
	height: 120%;
	background: #fff;
	top: 0px;
	left: 0px;
	content: ' ';
}

header .desktop-nav > .bottom-row > .nav-elements
{
	position: relative;
	float: right;
	height: auto;
	padding: 0px;
	margin-top: 30px;
	line-height: 40px;
}

header .desktop-nav > .bottom-row > .nav-elements > a
{
	position: relative;
	float: right;
	width: auto;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 40px;
	font-family: 'Open Sans',sans-serif;
	text-align: center;
	color: #fff;

	-webkit-transition: background 320ms ease-in-out;
	-moz-transition: background 320ms ease-in-out;
	-ms-transition: background 320ms ease-in-out;
	-o-transition: background 320ms ease-in-out;
	transition: background 320ms ease-in-out;
}

header .desktop-nav > .bottom-row > .nav-elements > a.active,
header .desktop-nav > .bottom-row > .nav-elements > a:hover
{
	color:#fff;
	background: #171717;
}

header .desktop-nav > .bottom-row > .nav-elements > a.yellow-button
{
	background: #f0655d;
	color:#fff;
}

.item img
{
	position: relative;
	float: left;
	width: 100%;
}

.mobile-switch
{
	position: relative;
	float: right;
	height: auto;
	line-height: 50px;
	text-align: center;
}

.mobile-switch > a
{
	position: relative;
	float: right;
	width: auto;
	height: auto;
}

.mobile-switch > a > span
{
	position: relative;
	float: left;
	width: auto;
	height: auto;
	line-height: 50px;
	font-size: 26px;
	color: #f0655d;
}

.text-wrapper
{
	position: absolute;
	width: 500px;
	height: 100%;
	z-index: 98;
	margin-top: 200px;
	opacity: 0.0;
	top:-50px;

	-webkit-transition: all 520ms ease-in-out;
	-moz-transition: all 520ms ease-in-out;
	-ms-transition: all 520ms ease-in-out;
	-o-transition: all 520ms ease-in-out;
	transition: all 520ms ease-in-out;
}

.active .text-wrapper
{
	opacity: 1.0;
	top:0px;
}

.text-wrapper > h3
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding:0px;
	margin-bottom: 10px;
	font-weight: 600;
	font-family: 'Open Sans',sans-serif;
	font-size: 42px;
	line-height: 48px;
	color: #222;
	letter-spacing: -2px;
}

.text-wrapper > h4
{
	position: relative;
	float: left;
	width: auto;
	clear: both;
	height: auto;
	padding:0px;
	margin-bottom: 20px;
	font-family: 'Open Sans',sans-serif;
	font-size: 22px;
	line-height: 46px;
	border: 2px solid #be0000;
	padding-left: 25px;
	padding-right: 25px;
	color: #be0000;
	letter-spacing: -1px;
}

.text-wrapper > p
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding:0px;
	margin-bottom: 10px;
	font-family: 'Open Sans',sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #222
	font-weight: 300;
}

.middle
{
	position: relative;
	float: left;
}

.event
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 15px;
	background: #eee;
}

.event > .title
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	min-height: 70px;
	margin-bottom: 10px;
	padding-left: 65px;
}

.event > .title > .date
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: auto;
}

.event > .title > .date > span:first-child
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 40px;
	font-family: 'Open Sans',sans-serif;
	font-size: 20px;
	text-align: center;
	background: #fff;
	color: #b1010a;
}

.event > .title > .date > span:last-child
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 30px;
	font-family: 'Open Sans',sans-serif;
	font-size: 12px;
	text-align: center;
	background: #b1010a;
	color: #fff;
}

.event > .title > .text
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 23px;
	font-size: 18px;
}

.event > .text
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}


.middle ul,
.middle ul > li
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
}

.middle ul
{
	padding-left: 15px;
}

.event > .text > p
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 22px;
	font-size: 14px;
}

.event > .text > a
{
	position: relative;
	float: right;
	width: auto;
	height: auto;
	padding-right: 30px;
}

.event > .text > a > span:first-child
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 30px;
	text-align: left;
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #b1010a;
}

.event > .text > a > span:last-child
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	line-height: 30px;
	height: auto;
	color: #b1010a;
}

.sections
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 15px;
	min-height: 220px;
	background: url(../img/blue-abstract.jpg) no-repeat center center;
}

.sections > img
{
	position: absolute;
	width: 65%;
	bottom: 0px;
	right: 0px;
	height: auto;
}

.sections > .text
{
	position: relative;
	float: left;
	width: 75%;
	height: auto;
}

.sections > .text > h4
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 30px;
	color:#fff;
	font-size: 20px;
	margin-bottom: 15px;
}

.sections > .text > p
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 22px;
	color:#fff;
}

.health
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 15px;
	min-height: 220px;
	background: url(../img/yellow-abstract.jpg) no-repeat center center;
}

.health > img
{
	position: absolute;
	width: 55%;
	bottom: 0px;
	left: 0px;
	height: auto;
}

.health > .text
{
	position: relative;
	float: right;
	width: 50%;
	height: auto;
}

.health > .text > h4
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 30px;
	color:#fff;
	font-size: 20px;
	margin-bottom: 15px;
}

.health > .text > p
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 22px;
	color:#fff;
}

footer
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: #d9d7d7;
	border-top: 20px solid #eef1f6;
	padding-top: 35px;
}

.foot-col
{
	position: relative;
	float: left;
	height: auto;
}

.foot-col > .foot-logo
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.foot-col > .foot-logo > img
{
	position: relative;
	float: left;
	width: auto;
	max-width: 100%;
	height: auto;
}

.foot-menu
{
	position: relative;
	float: left;
	height: auto;
	width: 100%;
}

.foot-menu > h4
{
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-family: 'Open Sans',sans-serif;
	font-size: 18px;
	color: #989898;
	font-weight: 600;
}

.foot-menu > a
{
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	color: #fff;
}

.foot-menu > a:hover
{
	color:#989898;
}

h4
{
	letter-spacing: -1px;
}

h3
{
	margin-bottom: 15px;
	margin-top: 0px;
}

.socials
{
	position: relative;
	float: right;
	height: 40px;
	margin-bottom: 20px;
}

.socials > a
{
	position: relative;
	float: right;
	margin-left: 10px;
	width: 40px;
	height: 40px;
	border:1px solid #fff;
}

.socials > a > span
{
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.copyright-wrapper
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 40px;
	background: #6a777d;
	margin-top: 35px;
}

.copyright-wrapper span
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 40px;
	font-size: 13px;
	color:#fff;
	font-family: 'Open Sans',sans-serif;
	font-weight: 300;

}

.mobile-nav
{
	position: fixed;
	width: 260px;
	top:0px;
	left: -300px;
	height: 100%;
	background: #fff;
	z-index: 1000;

	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.35);

	-webkit-transition: left 320ms ease-in-out;
	-moz-transition: left 320ms ease-in-out;
	-ms-transition: left 320ms ease-in-out;
	-o-transition: left 320ms ease-in-out;
	transition: left 320ms ease-in-out;
}

.mb-active
{
	left: 0px !important;
}

.mobile-nav > a.mb-close
{
	position: relative;
	float: left;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #f0655d;
	padding-right: 15px;
	padding-left: 15px;
}

.mobile-nav > a.mb-close > span
{
	position: relative;
	float: right;
	width: auto;
	height: 45px;
	line-height: 45px;
	color:#fff;
}

.mobile-nav > .mb-inner
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 15px;
}

.mobile-nav > .mb-inner > a
{
	position: relative;
	float: right;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 40px;
	font-family: 'Open Sans',sans-serif;
	text-align: left;
	color: #3a3f4a;
	border-bottom: 1px solid #eee;
	font-weight: 600;

	-webkit-transition: background 320ms ease-in-out;
	-moz-transition: background 320ms ease-in-out;
	-ms-transition: background 320ms ease-in-out;
	-o-transition: background 320ms ease-in-out;
	transition: background 320ms ease-in-out;
}

.left-nav
{
	position: relative;
	float: left;
	height:auto;
	padding:15px;
	background: #ededed;
}

.left-nav > .title
{
	position: absolute;
	width: 100%;
	height: 45px;
	line-height: 45px;
	top: -45px;
	left: 0px;
	background: #b1010a;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff;
	font-size: 18px;
}

.left-nav > .title:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #b1010a;
	border-width: 10px;
	margin-left: -10px;
}

.left-nav > .inner
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.left-nav > .inner > .sub-nav
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	display: none;
	padding-left: 0px;
}

.left-nav > .inner > .sub-nav-active
{
	display: block;
}

.left-nav > .inner > a,
.left-nav > .inner > .sub-nav > a

{
	position: relative;
	float: right;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 45px;
	font-family: 'Open Sans',sans-serif;
	text-align: left;
	color: #3a3f4a;
	padding-left: 30px;
	border-bottom: 1px solid #ddd;

	-webkit-transition: background 320ms ease-in-out;
	-moz-transition: background 320ms ease-in-out;
	-ms-transition: background 320ms ease-in-out;
	-o-transition: background 320ms ease-in-out;
	transition: background 320ms ease-in-out;
}

.left-nav > .inner > .sub-nav > a
{
	border:none;
	line-height: 40px;
}

.left-nav > .inner > a:last-child
{
	border-bottom: none;
}

.left-nav > .inner > a > span:first-child
{
	position: absolute;
	width: 30px;
	height: auto;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color:#38444a;
	left:0px;
	top:0px;
}

.left-nav > .inner > a > span:last-child
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 45px;
}

.left-nav > .inner > a:hover > span:last-child,
.left-nav > .inner > .sub-nav > a:hover > span:last-child
{
	color:#b1010a;
}

.content-inner
{
	position: relative;
	float: left;
	height: auto;
	margin-top: 25px;
	color: #565a5c;
	margin-bottom: 25px;
}

.content-inner > .html-content
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.content-inner > .html-content > ul
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.content-inner > .html-content > ul > li
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.content-inner > .html-content > h4
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.content-inner > .html-content > h6
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	font-size: 16px;
}

.content-inner > .html-content > p
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.map-wrapper
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}

.map
{
	position: relative;
	float: left;
	width: 100%;
	height: 350px;
	border:none;
}

.contact-info
{
	position: relative;
	float: left;
	height: auto;
	margin-bottom: 25px;
}

.contact-info > .title,
.contact-form  > .title
{
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
	background: #f0655d;
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 40px;
	margin-bottom: 10px;
}

.carousel-control span
{
	width: 50px !important;
	height: 50px;
	line-height: 50px;
	background: #b1010a;
}

.contact-info > address
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 24px;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-weight: 600;
}

.contact-info > .phone
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 36px;
	font-family: 'Open Sans',sans-serif;
	font-size: 30px;
	letter-spacing: -1px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.contact-form,
.contact-form > form
{
	position: relative;
	float: left;
	height: auto;
}

.contact-form > form > .input
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: auto;
	margin-bottom: 10px;
}

.contact-form > form > .input > label
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 20px;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	font-weight: 600;
}

.contact-form > form > .input > input
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 35px;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
	border:1px solid #ccc;
}

.contact-form > form > .input > select
{
	position: relative;
	float: left;
	width: 100%;
	height: 40px;
	line-height: 55px;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
	border:1px solid #ccc;
}

.contact-form > form > .input > textarea
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	min-height: 100px;
	line-height: 22px;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
	border:1px solid #ccc;
}

.contact-form > form > input[type="submit"]
{
	position: relative;
	float: right;
	width: auto;
	line-height: 40px;
	margin-top: 15px;
	text-align: center;
	font-family: 'Open Sans',sans-serif;
	background: #5e6981;
	color: #fff;
	font-weight: 400;
	padding-right: 35px;
	padding-left: 35px;
	font-size: 18px;
	border:none;
}

.unit-image
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.personel
{
	position: relative;
	float: left;
	margin-bottom: 20px;
	height: auto;
	min-height: 350px;
}

.personel > .inner
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 5px;
	background: #ededed;
}

.personel > .inner > img
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.personel > .inner > .name
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 25px;
	text-align: center;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.personel > .inner > .job
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 25px;
	text-align: center;
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	color: #333;
	margin-bottom: 15px;
}

.new-row
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	background: #eee;
	margin-bottom: 15px;
	padding: 15px;
	padding-left: 170px;
	min-height: 160px;
}

.new-row > img
{
	position: absolute;
	width: 150px;
	height: 150px;
	top: 5px;
	left: 5px;
}

.new-row > .title
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	color: #5e6981;
	font-family: 'Open Sans',sans-serif;
}

.new-row > .text
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	line-height: 21px;
	margin-bottom: 10px;
	font-size: 14px;
	font-family: 'Open Sans',sans-serif;
	color: #333;
}

@media (min-width: 992px) and (max-width: 1200px) {

	header
	{
		position: relative;
		float: left;
	}

	.highlight-wrapper
	{
		padding-top: 0px;
	}

	header .desktop-nav > .top-row
	{
		position: absolute;
		width: auto;
		right: 0px;
		top: 0px;
	}

	header .desktop-nav > .bottom-row > .nav-elements
	{
		width: auto;
		float: left;
		margin-top: 15px;
	}

	header .desktop-nav > .bottom-row > .nav-elements > a
	{
		padding-left: 23px;
		padding-right: 23px;
	}

	.text-wrapper
	{
		margin-top: 120px;
	}

	.text-wrapper > h3
	{
		letter-spacing: -1px;
	}

	header .desktop-nav > .bottom-row > .nav-elements > a:last-of-type
	{
		display: none;
	}
}

@media (min-width: 767px) and (max-width: 992px) {

	header
	{
		position: relative;
		float: left;
	}

	.highlight-wrapper
	{
		padding-top: 0px;
	}

	header .desktop-nav > .top-row
	{
		position: absolute;
		width: auto;
		right: 0px;
		top: 0px;
	}

	header .desktop-nav > .bottom-row > .nav-elements
	{
		width: auto;
		float: left;
		margin-top: 0px;
	}

	header .desktop-nav > .bottom-row > .nav-elements > a
	{
		padding-left: 7px;
		padding-right: 7px;
		margin-left: 10px;
		margin-right: 10px;
	}

	.text-wrapper
	{
		margin-top: 60px;
	}

	.sections,
	.health
	{
		margin-top: 30px;
	}

	.text-wrapper > h3
	{
		letter-spacing: -1px;
	}

	header .desktop-nav > .bottom-row > .logo-wrapper > a:before
	{
		display: none;
	}
}

@media (max-width: 767px) {

	header
	{
		position: relative;
		float: left;
		background: #fff;
	}

	header .desktop-nav > .bottom-row > .logo-wrapper > a:before
	{
		display: none;
	}

	.highlight-wrapper
	{
		padding-top: 0px;
	}

	.sections,
	.health
	{
		overflow: hidden;
		margin-top: 10px;
	}

	.foot-col
	{
		margin-top: 20px;
	}

	.text-wrapper
	{
		width: 75%;
		margin-top: 10px;
	}

	.text-wrapper > h3
	{
		font-size: 22px;
		margin-bottom: 0px;
		line-height: 26px;
		font-weight: 600;
	}

	.text-wrapper > h4
	{
		font-size:16px;
		line-height: 32px;
		margin-bottom: 10px;
	}

	.text-wrapper > p
	{
		line-height: 20px;
		font-size: 16px;
	}
}

.gallery-row
{
	position: relative;
	float: left;
	height: auto;
	margin-bottom: 15px;
}

.gallery-row > div 
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	padding: 5px;
	background: #eee;
}

.gallery-row > div > img
{
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}