/*
*    Sirat v1.1 Custom Styles
*    by CoderExperts
*    Author: Sayfur rahman
*    Author URI: https://coderexperts.com
*    Template URI: https://coderexperts.com/sirat-template
*
*    Table of Contents
*    -------------------------
*    1. Default
*    2. Preloader
*    3. Button Design
*    4. Blockquote Css
*    5. Header Area
*    6. Hero Area
*    7. Common Portfolio Block Style
*    8. Portfolio style One
*    9. Portfolio style Two
*    10. Footer Section
*    11. Pages Common Style
*    12. About Page
*    13. Portfolio Single Page
*    14. Blog Page
*    15. Sidebar
*    16. Comments Area
*    17. Responsive Css
*	 18. Mei Yee add
*
*/





/*  Default  */

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	height: 100%;
}
body {
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 27px;
	background-color: #fff;
	color: #606060;
	width: 100%;
	height: 100%;
}
body,
figure {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}
::selection {
	background: #202121;
	color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}
h1 {
	font-size: 36px
}
h2 {
	font-size: 30px
}
h3 {
	font-size: 24px
}
h4 {
	font-size: 18px
}
h5 {
	font-size: 14px
}
h6 {
	font-size: 12px
}
p {
	margin: 0 0 10px
}
a {
	text-decoration: none;
	color: #202121;
}
a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #606060;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: none;
}
.mb-20 {
	margin-bottom: 20px;
}
section {
    /*padding: 70px 0;*/
	padding: 20px 0;
}

.sec-pt-0 {
	padding-top: 0;
}
.sec-pb-0 {
	padding-bottom: 0;
}
.ptb-35 {
	padding: 35px 0;
}
.pt-35 {
	padding-top: 35px;
}
.pb-35 {
	padding-bottom: 35px;
}
.ptb-70 {
	padding: 70px 0;
}
.pt-70 {
	padding-top: 70px;
}
.pb-70 {
	padding-bottom: 70px;
}

/*  Preloader  */

#mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #f9f9f9;
	z-index: 10000;
	height: 100%;
}
#loader {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url("img/loading.gif");
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}
#back-to-top {
	position: fixed;
	display: none;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
	text-align: center;
	background: #343a40;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	cursor: pointer;
	border-radius: 2px;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-align: center;
}
#back-to-top:hover {
	background: rgba(52, 58, 64, 0.8);
}
#back-to-top a {
	color: #fff;
}
#back-to-top a i {
	width: 40px;
	height: 40px;
}

/* Button Design */

.btn-loadmore {
	text-align: center;
	background-color: transparent;
	color: #606060;
	border: 1px solid #606060;
	transition: all 600ms ease-in-out;
	-webkit-transition: all 600ms ease-in-out;
	-moz-transition: all 600ms ease-in-out;
	-o-transition: all 600ms ease-in-out;
	border-radius: 50px;
	padding: 10px 30px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	max-width: 150px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.btn-loadmore:hover {
	background-color: transparent;
	color: #202121;
	border: 1px solid #202121;
}

/*Blockquote Css*/

blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 1.5em 10px;
	padding: 0.5em 10px;
	font-size: 16px !important;
}
blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
}

/* Header Area */

.brand-logo {
	/*max-width: 100px;*/
	max-width: 200px;
	height: auto;
}
.navbar {
	padding: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 20px;
	padding-top: 27px;
}
.navbar-expand-lg .navbar-nav li:last-child .nav-link {
	padding-right: 0;
}
.navbar-light .navbar-nav .nav-link {
	color: #202121;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: rgba(0, 0, 0, .5);
}
.dropdown-menu {
	border-radius: 0;
	background-color: rgba(0, 0, 0, 0.8);
}
.navbar ul>li .dropdown-menu a {
	color: #fff;
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .20);
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
}
.navbar ul>li .dropdown-menu a:last-child {
	border-bottom: 0px solid rgba(255, 255, 255, .1);
}
.navbar ul>li .dropdown-menu a:hover,
.navbar ul>li .dropdown-menu a:active,
.navbar ul>li .dropdown-menu a:focus,
.navbar ul>li .dropdown-menu a:active {
	color: #fff;
	background-color: rgba(88, 88, 88, 0.5);
}

/*Hero Area*/
.sirat-hero {
	/*padding: 70px 0;*/
	padding: 20px 0;
}
.sirat-hero-title h2,
.sirat-hero-title p.wel-txt {
	font-size: 30px;
	color: #202121;
	margin: 0 0 20px 0;
}
.sirat-hero-title p {
	color: #606060;
}
.sirat-hero-title span.light,
.sirat-hero-title p.wel-txt {
	color: #606060;
	font-weight: 300;
}
.typed-cursor {
	display: none;
}
.title {
	color: #202121;
}

/*Common Portfolio Block Style*/
#sirat-portfolio {
    display: block;
    overflow: hidden;
}
.cat-nav {
	margin-bottom: 10px;
}
.cat-nav ul {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin-left: -10px;
}
.cat-nav ul li {
	cursor: pointer;
	color: #202121;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	padding: 0 15px;
}
.cat-nav ul li:hover {
	color: #606060;
}
.cat-nav li:after {
	/*background: #606060;*/
	top: 65px;
	content: "";
	height: 1px;
	left: 0;
	right: 0;
	position: absolute;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	width: 0;
	margin: 0 auto;
	top: 16px;
}
.cat-nav li.active {
	color: #606060;
}
.cat-nav li.active::after,
.cat-nav li:hover:after {
	width: 25px;
	color: #606060;
}
.sirat-portfolio-item {
	margin-bottom: 30px;
}
.port-thumbnail {
	position: relative;
}
.port-thumb-img {
	min-width: 100%;
}
.port-thuimb-details {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.7) 100%);
	color: #fff;
	max-height: 100%;
}
.port-thuimb-details .port-title {
	font-size: 18px;
	display: block;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
}
.port-tags a {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
.port-tags a:hover {
	color: #ccc;
}
.port-tags a:after {
    content: "/";
	padding-left: 10px;
}
.port-tags li:last-child a:after {
    content: "";
	padding-left: 0;
}

.port-thuimb-details .quick-cta {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.3) 0, rgba(0, 0, 0, 0.7) 100%);
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: 15px;
    padding: 1px 8px;
}
.load-more {
    margin-top: 10px;
}

/* Portfolio Style One */

.sirat-portfolio-style-one .port-thuimb-details {
	height: 100%;
	width: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}
.sirat-portfolio-style-one .port-thumbnail:hover .port-thuimb-details {
	opacity: 1;
	-webkit-transform: translate(15px, 15px);
	-moz-transform: translate(15px, 15px);
	-ms-transform: translate(15px, 15px);
	transform: translate(15px, 15px);
}
.sirat-portfolio-style-one .port-thuimb-details .quick-cta {
	top: 0;
	right: 0;
	position: absolute;
}
.sirat-portfolio-style-one .port-tags {
	text-align: center;
	margin: 0 auto;
}

/* Portfolio Style Two */

.sirat-portfolio-style-two .port-thumbnail {
	overflow: hidden;
}
.sirat-portfolio-style-two .port-thumbnail .port-thumb-img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}
.sirat-portfolio-style-two .port-thumbnail:hover .port-thumb-img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.sirat-portfolio-style-two .port-thuimb-details {
	height: auto;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
	background: #202121;
	padding: 13px 15px 0px;
}
.sirat-portfolio-style-two .port-thumbnail:hover .port-thuimb-details {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.sirat-portfolio-style-two .port-thuimb-details .quick-cta {
	position: absolute;
	top: 0;
	right: 0;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
}
.sirat-portfolio-style-two .port-tags {
	padding-left: 3px;
}
.sirat-portfolio-style-two .port-thuimb-details .port-title {
	padding-right: 15px;
}

/*  Footer Section */

.sirat-footer {
	padding: 15px 0;
	font-size: 14px;
	font-weight: 600;
	display: block;
	overflow: hidden;
	/*border-top: 1px solid #ccc;*/
	/* added by Mei Yee*/
	/*background-image: radial-gradient(circle, #9DD6B5 0%, #B8A3D3 100%)*/
	background-image: url("img/ea_imgs/Footer-background.png");
	background-repeat: no-repeat;
	background-position: center;
}
.social-link a {
	margin-right: 10px;
	display: inline-block;
	position: relative;
}
.social-link a::after {
	content: ',';
	display: block;
	position: absolute;
	bottom: 0;
	left: -9px;
}
.social-link a:first-child::after {
	content: '';
	display: none;
}

/*About Page*/

.sirat-about-thumb {
    padding-bottom: 20px;
}
.sirat-services-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sirat-services-list li {
	padding: 5px 0;
}
.sirat-services-list li a {
	color: #606060;
	text-transform: uppercase;
}
.sirat-services-list li a:hover {
	color: #202121;
}
.sirat-services-list li a:before {
	content: "\f105";
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 900;
	padding-right: 5px;
}
.sirat-service-page .sirat-sec-services {
	padding: 0;
}
.sirat-sec-services .sec-title,
.sirat-sec-team .sec-title {
	margin-top: 0;
	text-transform: uppercase;
	color: #202121;
}
.sirat-service-block .title {
	text-transform: uppercase;
}
.member-thumb {
	margin-top: 10px;
}
h2.member-name {
	font-size: 18px;
	color: #202121;
	margin-top: 10px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.member-position {
	font-size: 14px;
	margin-bottom: 0;
}
.member-social {
	padding: 0;
	font-size: 12px;
	font-weight: 400;
}
.member-social li a::after {
	content: " / ";
	padding-left: 5px;
	font-weight: 600;
}
.member-social li:last-child a::after {
	content: "";
}

/*Portfolio Single Page*/

.sirat-single-content .title {
	margin-bottom: 0;
}
.sirat-meta {
	margin-bottom: 20px;
}
.sirat-meta span {
	padding-right: 10px;
	font-size: 14px;
	font-weight: 600;
}
.sirat-meta span a {
	text-decoration: underline;
	font-weight: 400;
}
.btn-project,
.btn-submit {
	margin-top: 20px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

/* Blog Page */

#sirat-blog-items {
	display: block;
	overflow: hidden;
}
.blog-post {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	background: #fff;
	padding: 5px 20px 5px;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
}
#sirat-blog-items .blog-post h2 {
	margin-top: 5px;
	text-transform: uppercase;
	font-size: 25px;
}
#sirat-blog-items .blog-post .blog-info {
	margin-bottom: 30px;
	font-size: 14px;
}
#sirat-blog-items .blog-post .blog-info span {
	padding-right: 5px;
	font-weight: 600;
}
#sirat-blog-items .blog-post .blog-info a {
	font-weight: 400;
}
#sirat-blog-items .blog-post .post-content {
	margin-top: 20px;
}

/* Sidebar */

.sirat-sb-widget {
	margin-bottom: 20px;
	border: 1px solid #e4e4e4;
	padding: 15px;
}
.sidebar-title {
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
	color: #202121;
}
.sidebar-title:after {
	content: '';
	display: block;
	width: 20px;
	border-top: 2px solid #606060;
	margin: 10px auto;
}
.sirat-sb-content {
	display: block;
	overflow: hidden;
	margin-top: 30px;
}
.img-round {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 160px;
	height: auto;
	max-width: 160px;
	margin-bottom: 22px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.sirat-sb-recent-post {
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.sirat-sb-recent-post:last-child {
	margin-bottom: 0;
}
.sb-post-thumb {
	width: 60px;
	margin-right: 20px;
	float: left;
	display: block;
	overflow: hidden;
}
.sb-post-thumb img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.sb-post-details {
	display: block;
	overflow: hidden;
	margin-top: -5px;
}
.sb-post-time {
	display: block;
	color: #202121;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 0;
}
.sb-post-details h4 {
	font-size: 14px;
	margin-top: 0;
	text-transform: uppercase;
}
.sb-post-details h4 a {
	color: #606060;
}
.cat-list .list-inline-item {
	display: inline-block;
	min-width: 50px;
	text-align: center;
}
.cat-list a,
.cat-list a:visited {
	border: 1px solid #ccc;
	color: #999;
	font-size: 12px;
	padding: 2px 10px;
	display: block;
	overflow: hidden;
	text-transform: uppercase;
	font-weight: bold;
}
.cat-list a:hover {
	color: #606060;
	border-color: #606060;
}
.sirat-subscribe input[type="text"] {
	height: 40px;
	border: 0;
	box-shadow: none;
	padding: 0 0 0 20px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #606060;
	width: 100%;
}
.sirat-subscribe button {
	background: transparent;
	box-shadow: none;
	border: 0;
	outline: none;
	float: right;
	position: relative;
	top: -35px;
	right: 5px;
}
.small-notice {
	font-size: 12px;
	margin-top: 5px;
	font-weight: 600;
	color: #202121;
}
.sirat-pagination {
	display: block;
	overflow: hidden;
	margin-top: 30px;
}
.page-link,
.page-link:hover,
.page-link:active,
.page-link:focus {
	color: #606060;
	box-shadow: none;
}
.page-item.active .page-link {
	background-color: #606060;
	border-color: #606060;
}

/*Comments Area*/

.comment-sec {
	padding: 28px;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	background: #fff;
}
.area-title {
	margin-bottom: 30px;
}
#sirat-user-comments .item {
	margin-bottom: 25px;
}
#sirat-user-comments .comments>.item>.comments {
	margin-left: 80px;
}
#sirat-user-comments .item .avatar {
	width: 60px;
	height: 60px;
	display: block;
	border-radius: 100%;
	overflow: hidden;
	float: left;
}
#sirat-user-comments .item .avatar img {
	width: 100%;
	display: block;
}
.comments-info {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
#sirat-user-comments .item .comments-detail {
	margin-left: 80px;
	background-color: #f9f9f9;
	padding: 20px 25px;
	margin-bottom: 25px;
}
#sirat-user-comments .item .user-name,
#sirat-user-comments .item .date,
#sirat-user-comments .item .reply {
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
}
#sirat-user-comments .item .user-name {
	text-transform: uppercase;
	font-weight: bold;
	color: #606060;
	margin-right: 20px;
}
#sirat-user-comments .item .date {
	color: #999;
	margin-right: 20px;
	font-size: 13px;
}
#sirat-user-comments .item .reply-btn {
	color: #999;
	font-size: 16px;
}
#sirat-user-comments .item .reply-btn:hover {
	color: #606060;
}
.sirat-comment-submit-area {
	margin-top: 60px;
}
.sirat-comment-submit-area .form-group {
	margin-bottom: 17px;
}
.sirat-comment-submit-area .form-group label {
	font-weight: normal;
}
.sirat-comment-submit-area .form-group label sup {
	color: red;
	font-size: 16px;
	top: -2px;
}

/*Responsive Css*/

@media (min-width: 992px) {
	.dropdown-menu {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		max-height: 0;
		display: block;
		overflow: hidden;
		opacity: 0;
	}
	.navbar ul>li:hover .dropdown-menu {
		max-height: 999px;
		opacity: 1;
	}
}

@media (max-width: 991px) {
	.sirat-header {
		margin: 10px 0;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0;
		padding-left: 0;
		padding-bottom: 5px;
		padding-top: 10px;
	}
	.navbar-light .navbar-toggler {
		border-color: transparent;
	}
	section {
		padding: 35px 0;
	}
	.sirat-hero {
		padding: 35px 0;
	}
}

@media (max-width: 767px) {	
	.sirat-sidebar {
		margin-top: 60px;
	}
	#sirat-user-comments .comments > .item > .comments {
		margin-left: 15px;
	}
	.cat-nav ul {
		margin-left: 0;
	}
	.cat-nav ul li {
		padding: 0 5px;
		line-height: 35px;
	}
	.cat-nav li::after {
		top: 28px;
	}
}

@media (max-width: 575px) {	
	.sirat-portfolio-style-one .port-thumbnail:hover .port-thuimb-details {
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}






/*  Mei Yee add  */
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto, sans-serif;
}

.slider {
  position: relative;
  width: 960px;
  height: 300px;
  margin: 50px auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
    0 3px 1px -2px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.slider-controls {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 200px;
  text-align: center;
  transform: translatex(-50%);
  z-index: 1000;

  list-style: none;
  text-align: center;
}

.slider input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-controls label {
  display: inline-block;
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #212121;
  transition: background-color 0.2s linear;
}

#btn-1:checked ~ .slider-controls label[for="btn-1"] {
  background-color: #ff4081;
}

#btn-2:checked ~ .slider-controls label[for="btn-2"] {
  background-color: #ff4081;
}

#btn-3:checked ~ .slider-controls label[for="btn-3"] {
  background-color: #ff4081;
}

/* SLIDES */

.slides {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;

  display: flex;
  justify-content: space-between;
  padding: 20px;
  width: 100%;
  height: 100%;

  opacity: 0;
  transform: translatex(-100%);
  transition: transform 250ms linear;
}

.slide-content {
  width: 400px;
}

.slide-title {
  margin-bottom: 20px;
  font-size: 36px;
}

.slide-text {
  margin-bottom: 20px;
}

.slide-link {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  background-color: #ff4081;
}

.slide-image img {
  max-width: 100%;
}

/* Slide animations */
#btn-1:checked ~ .slides .slide:nth-child(1) {
  transform: translatex(0);
  opacity: 1;
}

#btn-2:checked ~ .slides .slide:nth-child(2) {
  transform: translatex(0);
  opacity: 1;
}

#btn-3:checked ~ .slides .slide:nth-child(3) {
  transform: translatex(0);
  opacity: 1;
}

#btn-1:not(:checked) ~ .slides .slide:nth-child(1) {
  animation-name: swap-out;
  animation-duration: 300ms;
  animation-timing-function: linear;
}

#btn-2:not(:checked) ~ .slides .slide:nth-child(2) {
  animation-name: swap-out;
  animation-duration: 300ms;
  animation-timing-function: linear;
}

#btn-3:not(:checked) ~ .slides .slide:nth-child(3) {
  animation-name: swap-out;
  animation-duration: 300ms;
  animation-timing-function: linear;
}

@keyframes swap-out {
  0% {
    transform: translatex(0);
    opacity: 1;
  }

  50% {
    transform: translatex(50%);
    opacity: 0;
  }

  100% {
    transform: translatex(100%);
  }
}

.footer-parts {
	
}

.blog-banner {
	padding-bottom: 50px;
}

.footer-inline, .footer-inline-logo, .footer-inline-info {
	display:inline-block;
}

.footer-inline-logo img {
	max-height:140px;
	margin-top:-50px;
}

.footer-inline-info {
	padding:30px 30px;
}

.list-inline-item img {
	max-width:30px;
}