body {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #777777;
    background-color: #fff;
}
.thumbnail {
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0
}

.thumbnail .caption {
	padding: 0;
	color: #777777
}

.img-thumbnail,
.thumbnail {
	box-shadow: none
}

.thumbnail-block {
	display: block
}

.thumbnail-block>img,
.thumbnail-block a>img {
	width: 100%;
	height: auto
}

.img-wrap {
	display: inline-block
}

.thumbnail-variant-1 {
	max-width: 460px;
	margin: 0 auto;
	margin-bottom: 25px;
	border-bottom: 1px solid #ccc
}

@media (min-width:1200px) {
	.thumbnail-variant-1 img {
		width: 200px;
		height: 200px;
		-moz-transition: all 1s ease-out;
		-o-transition: all 1s ease-out;
		-webkit-transition: all 1s ease-out;
	}
	.thumbnail-variant-1 img:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1)
	}
}

.thumbnail-variant-1 .caption {
	margin-top: 20px
}

@media (min-width:768px) {
	.thumbnail-variant-1 .caption {
		padding-right: 20px
	}
}

.thumbnail-variant-1 a.img-wrap {
	width: 100%
}

.img-thumbnail-variant-1 a {
	display: inline-block;
	position: relative
}

.img-thumbnail-variant-1 a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: '\f01d';
	font-family: "FontAwesome";
	font-size: 64px;
	line-height: 1;
	display: inline-block;
	color: #fff;
	transition: .4s
}

.img-thumbnail-variant-1 a:hover:before {
	color: #F34235
}

.img-thumbnail-variant-2 {
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: 0px 35px 75px -33px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 35px 75px -33px rgba(0, 0, 0, 1);
	box-shadow: 0px 35px 75px -33px rgba(0, 0, 0, 1);
	margin-bottom: 30px
}

.img-thumbnail-variant-2 .caption-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	transition: .4s;
	opacity: 1
}

.img-thumbnail-variant-2 .caption-overlay h6 {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 96%;
	transition: .9s
}

.img-thumbnail-variant-2 .caption-overlay h6 a {
	color: #fff
}

.img-thumbnail-variant-2 .caption-overlay h6 a:hover {
	color: #00BBD3
}

.desktop .img-thumbnail-variant-2 .caption-overlay {
	top: 100%;
	opacity: 0
}

.desktop .img-thumbnail-variant-2 .caption-overlay h6 {
	-webkit-transform: translate(-50%, 100%);
	transform: translate(-50%, 100%)
}

.img-thumbnail-variant-2:hover .caption-overlay {
	top: 0;
	opacity: 1
}

.img-thumbnail-variant-2:hover .caption-overlay h6 {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (min-width:480px) {
	.img-thumbnail-variant-3 img {
		width: auto
	}
}

.img-thumbnail-variant-4 img {
	width: 100%;
	height: auto
}

.unit {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex: 0 1 100%;
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.btn-link {
	color: #00BBD3;
	font-weight: normal;
	border-radius: 0;
	margin-right: 10px;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
	color: #00BBD3;
	text-decoration: none;
	background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #e7e7e7;
	text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 15.6px 35px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 25px
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 10.4px 20px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 5.2px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.container:before,
.container:after {
	content: " ";
	display: table
}

.container:after {
	clear: both
}

.page .text-darker {
	color: #333333
}

.page a.text-darker:hover,
.page a.text-darker:focus {
	color: #1a1a1a
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
	color: #00BBD3;
	text-decoration: none;
	background-color: transparent
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
	color: #e7e7e7;
	text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
	padding: 15.6px 35px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 25px
}

.btn-sm,
.btn-group-sm>.btn {
	padding: 10.4px 20px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
	padding: 5.2px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}
.page .text-darker {
    color: #333333;
}
.page a.text-darker:hover, .page a.text-base:hover {
    color: #ea1010;
}

.btn-link {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #F34235
}

.btn-link:before {
	position: absolute;
	top: 100%;
	left: 50%;
	right: 50%;
	content: "";
	display: inline-block;
	border-bottom: 2px solid;
	transition: .3s;
	opacity: 0
}

.btn-link:hover:before {
	left: 0;
	right: 0;
	opacity: 1
}

.icon {
	display: inline-block;
	text-align: center
}

.icon:before {
	position: relative;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-green {
	color: #4baf4f
}

.icon-circle {
	border-radius: 50%;
	border: 2px solid
}

.icon-sm {
	font-size: 16px;
	width: 20px
}

.icon-md {
	font-size: 22px;
	line-height: 42px;
	width: 45px;
	height: 45px
}

.icon-lg {
	font-size: 38px;
	line-height: 73px;
	width: 80px;
	height: 80px
}

.icon-xl {
	font-size: 48px;
	line-height: 120px;
	width: 124px;
	height: 124px;
	vertical-align: middle
}

.icon-xxl {
	font-size: 63px;
	line-height: 1;
	width: 60px;
	height: 60px;
	vertical-align: middle
}
.page a.text-darker:hover, .page a.text-base:hover {
    color: #ea1010;
}

.page a.text-darker:hover, .page a.text-darker:focus {
    color: #1a1a1a;
}
.page .text-darker {
    color: #333333;
}
.caption p {
 overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 5; /* number of lines to show */
   line-height: 2;        /* fallback */
   max-height: 2*5;       /* fallback */
}