@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Courgette');

/* GENERAL */


body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    font-weight: 400;
}
button:focus{
  outline: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #404040;
    margin: 0;
}
h3 {
    color: #404040;
    font-size: 18px;
    font-weight: 600;
 
}

h4 {

}
a,
a:hover,
a:active,
a:focus {
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
    color: #fff;
}

img {
	max-width: 100%;
    height: auto;
}
i {
	font-style: normal;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

button{
    border: none;
    background: transparent;
}
.sppb-btn {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
    display: block;
    border-radius: 30px;
    padding: 12px 25px 10px;
    transition: all 500ms ease;
	line-height: 24px;
	display: inline-block;
	cursor: pointer;
}

.sppb-btn:hover{
    background: #ffffff;
    color: #252525;
}

input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

/* */

/* TOP AND HEADER */

#sp-header {
	height: unset;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 99;
	box-shadow: none;
}

#sp-header.header-sticky {
	animation-name: menu_sticky;
	animation-duration: 0.60s;
	animation-timing-function: ease-out;
	background: #F7F7F7;
}

@-webkit-keyframes menu_sticky {
    0%   {margin-top:-150px;}
    50%  {margin-top: -130px;}
    100% {margin-top: 0;}
}
@keyframes menu_sticky {
    0%   {margin-top:-150px;}
    50%  {margin-top: -130px;}
    100% {margin-top: 0;}
}


#sp-logo, #sp-menu {
	display: table;
	margin: auto;
}

#sp-logo .logo-image {
	height: unset;
	width:370px;
}

#sp-header .logo {
	height: unset;
	display: inline-flex;
	margin: 0;
	align-items: center;
	display: inline-block;
	/*padding-top: 26px;
	padding-bottom: 26px;*/
	position: relative;
}

#sp-header .logo .smile {
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 110px;
	height: 30px;
}

#sp-header.header-sticky  .logo .smile {display: none;}

.sp-megamenu-parent {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 99;
	display: block;
	float: unset;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	font-size: 14px;
	margin: 0;
	font-weight: 700;
	line-height: 20px;
	opacity: 1;
	padding: 41px 16px 39px;
	position: relative;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
	font-family: 'Poppins', sans-serif;
}

@media (max-width: 1200px) {
	.sp-megamenu-parent > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.smile {display: none;}
}

.sp-megamenu-parent > li.active > a {
	font-weight: 700;
}

.sp-megamenu-parent > li > a:before {
	position: absolute;
	top: 0px;
	left: 0;
	width: 0%;
	height: 3px;
	background: #10208a;
	content: "";
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;	
}

.sp-megamenu-parent > li.active > a:before, .sp-megamenu-parent > li.active:hover > a:before {
	width: 100%;
}

.sp-megamenu-parent > li:hover > a:before {
	width: 100%;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after, body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
	font-family: "FontAwesome";
	content: "\f107";
	float: right;
	margin-left: 7px;
	display: none;
}

@media (min-width: 1200px) {
	#sp-header .container {
	max-width: 1170px;
}
}

.sp-megamenu-parent > li.menu-search > a {
background: transparent;
color: #222222;
cursor: pointer;
display: block;
font-size: 15px;
line-height: 20px;
margin: 0;
padding: 10px 0px;
position: relative;
text-align: center;
transition: all 500ms ease;
margin-right: 10px;
border-left: 1px solid #efeded;
height: 40px;
width: 40px;
margin-left: 22px;
}

.sp-megamenu-parent > li.menu-search > a:before {display: none;}

.sp-megamenu-parent > li.menu-search:hover > a {
	background: #2ECC39;
	color: #fff;
}

.sp-megamenu-parent > li.appointment-btn > a {
text-align: center;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
transition: all 500ms ease;
font-family: 'Poppins', sans-serif;
display: block;
border-radius: 30px;
padding: 12px 25px 10px;
transition: all 500ms ease;
background: #10208a;
border: 2px solid #10208a;
color: #ffffff;
}

.sp-megamenu-parent > li.appointment-btn > a:before {
	position: absolute;
	top: 3px;
	right: 5px;
	content: "";
	background: url(images/icon/button-icon.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 20px;
	transition: all 500ms ease;
	left: auto;
}

.sp-megamenu-parent > li.appointment-btn > a:hover {
	background: #ffffff;
	color: #252525;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
	box-shadow: none;
	padding: 0px;
	border-top: 3px solid #10208a;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
	display: block;
	padding: 0;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item:last-child {
	border-bottom: 0px solid #f4f4f4;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	cursor: pointer;
	width: 100%;
	background: #ffffff;
	padding: 13px 15px 11px 48px;
	color: #404040;
	font-size: 14px;
	font-weight: 400;
	/*text-transform: capitalize;*/
	display: block;
	clear: both;
	position: relative;
	outline: 0;
	transition: padding .2s linear;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before {
	position: absolute;
	left: 30px;
	top: 13px;
	font-size: 10px;
	color: #d6d6d6;
	content: "\f192";
	font-family: FontAwesome;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
	background: #f7f7f7;
}

#offcanvas-toggler > .fa {
	color: #2ecc39;
}

/* */


.text-box {
    position: relative;
    overflow: hidden;
}

.text-box:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 140px;
	content: "";
	background: #f5f4f3;
	left: 50%;
}

@media (max-width: 768px) {
	.text-box:after {display: none;}
}

.service-area {
	position: relative;
	overflow: hidden;
}

.service-area:before {
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
	display: block;
	top: -10px;
	left: 0;
	right: 0;
	width: 100%;
	transition: all 300ms ease 300ms;
	font-size: 150px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
}

.border-contact {border: 1px solid #f5f5f5;}
.border-bottom-event {border-bottom: 1px solid #f5f4f3;}


.owl-theme .owl-controls .owl-buttons div {
	background: transparent;
	border-radius: 0;
	color: #888888;
	font-size: 24px;
	font-weight: 700;
	height: 40px;
	line-height: 32px;
	margin: 0 0 0 10px;
	padding: 0;
	width: 40px;
	border: 2px solid #e1e1e1;
	transition: all 700ms ease 0s;
	opacity: 1;
}

.owl-theme .owl-controls .owl-buttons div:before {
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {content: "\f104";}
.owl-theme .owl-controls .owl-buttons div.owl-next:before {content: "\f105";}

.owl-theme .owl-controls .owl-buttons div:hover {
	color: #10208a;
	border-color: #10208a;
}

.owl-theme .owl-controls .owl-page span {
	background: transparent none repeat scroll 0 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	transition: all 500ms ease;
	display: block;
	height: 12px;
	margin: 0px 5px;
	opacity: 1;
	width: 12px;
	border: 1px solid #e2e2e2;
}

.owl-theme .owl-controls .owl-page.active span {
	width: 15px;
	background: #10208a;
	border-color: #10208a;
	border-radius: 25px;
}

/* PAGE TITLE */

.sp-page-title {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 130px;
	padding-bottom: 180px;
	position: relative;
	z-index: 1;
}

.sp-page-title .sp-page-title-heading {
	color: #ffffff;
	font-size: 48px;
	font-weight: 700;
	line-height: 50px;
	/*text-transform: capitalize;*/
	text-align: center;
}

.sp-page-title .breadcrumb {
	background: #fff;
	border: 1px solid #f4f4f4;
	position: absolute;
	bottom: 0;
	margin: 0;
	border-radius: 0;
	width: 100%;
	left: 0;
	overflow: hidden;
	padding: 18px 100px 15px;
	border-bottom: 1px solid #f4f4f4;
	border-top: 1px solid #f4f4f4;
}

.sp-page-title .breadcrumb > span, .sp-page-title .breadcrumb > li, .sp-page-title .breadcrumb > li + li::before, .sp-page-title .breadcrumb > li > a {
	display: inline-block;
	margin-right: 6px;
	line-height: 20px;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	color: #404040;
	/*text-transform: capitalize;*/
	font-family: 'Poppins', sans-serif;
	transition: all 500ms ease;
}

.sp-page-title .breadcrumb > li > a:hover,
.sp-page-title .breadcrumb > .active {
	color: #10208a;
}

/* */

/* SIMPLE PORTFOLIO */

.sp-simpleportfolio .sp-simpleportfolio-filter {
	text-align: center;
	margin-bottom: 50px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	float: left;
	display: block;
	margin: 0 7px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
	position: relative;
	background: #ffffff;
	border: 1px solid #f5f4f3;
	color: #888888;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 500ms ease 0s;
	font-family: 'Open Sans', sans-serif;
	padding: 8px 20px 8px;
	border-radius: 25px;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
	color: #ffffff;
	background: #10208a;
	border-color: #10208a;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	color: #ffffff;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-moz-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	-o-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.sp-simpleportfolio-btns {display: none;}


.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-title {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title {
	margin-top: 0;
	line-height: 24px;
	letter-spacing: 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	transition: all 500ms ease;
	/*text-transform: capitalize;*/
	font-family: 'Poppins', sans-serif;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title:after {
	display: block;
	width: 50px;
	height: 1px;
	background: rgba(255, 255, 255, 0.40);
	margin: 13px auto 9px;
	content: "";
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title a {
	text-decoration: none;
	color: inherit;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div .sp-simpleportfolio-title a:hover {
	text-decoration: none;
	color: #10208a;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle .sp-simpleportfolio-tags {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: all 500ms;
	transition: all 500ms;
	color: #10208a;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-img {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-overlay {
	opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-vertical-middle .sp-simpleportfolio-title, .sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-vertical-middle .sp-simpleportfolio-tags {
	-webkit-transform: none;
	transform: none;
}

.pagination {
	display: block;
	display: block;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	margin: 0 auto;
	margin-top: 50px;
	text-align: center;
}

.page-item {margin: 0 3px; display: inline-block;}

.page-link {
	background: #fff none repeat scroll 0 0;
	border: 2px solid #f4f4f4;
	color: #252525;
	display: block;
	font-size: 18px;
	font-weight: 600;
	height: 55px;
	padding: 14px 0;
	transition: all 500ms ease 0s;
	width: 55px;
	font-family: 'Poppins', sans-serif;
	border-radius: 50%;
}

.page-item.active .page-link,
.page-link:hover {
	z-index: 1;
	background: #10208a;
	color: #fff !important;
	border: 2px solid #10208a;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}


/* GALLERY SINGLE */

.com-spsimpleportfolio .sp-simpleportfolio .sp-simpleportfolio-img {
	width: 100%;
}

.com-spsimpleportfolio .sp-simpleportfolio .sp-simpleportfolio-description {
	width: 100%;
	float: unset;
}

.sp-simpleportfolio .sp-simpleportfolio-description > h2 {
	display: none;
}

.project-info-list {
	overflow: visible;
	margin: 0 -15px;
	margin-top: 30px;
}

.project-info-list li {
    border-bottom: 1px solid #f7f7f7;
    float: left;
    margin: 0 15px 20px;
    overflow: visible;
    padding-bottom: 11px;
    width: 42%;
    padding-left: 30px;
    position: relative;
}

.project-info-list li .icon-holder {
    left: 0;
    position: absolute;
    top: -5px;
}

.project-info-list li .icon-holder:before {
    color: #10208a;
	content: "";
	font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
}

.project-info-list li:nth-child(1) .icon-holder:before {content: "\f007";}
.project-info-list li:nth-child(2) .icon-holder:before {content: "\f07c";}
.project-info-list li:nth-child(3) .icon-holder:before {content: "\f073";}
.project-info-list li:nth-child(4) .icon-holder:before {content: "\f073";}
.project-info-list li:nth-child(5) .icon-holder:before {content: "\f0c1";}
.project-info-list li:nth-child(6) .icon-holder:before {content: "\f041";}

.project-info-list li .text-holder h5 {
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    /*text-transform: capitalize;*/
    margin: 0 0 3px;
}

.project-info-list li .text-holder p {
    margin: 0;
}

/* */

/* SIDEBAR */

.sidebar-class  .sppb-row-container {width: 100% !important; }
.sidebar-class.com-sppagebuilder #sp-main-body {margin: 0 auto;}
@media (min-width: 768px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 750px;}
}
@media (min-width: 992px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 970px;}
}
@media (min-width: 1200px) {
.sidebar-class.com-sppagebuilder #sp-main-body {max-width: 1170px;}
}


.com-content #sp-right, .com-content #sp-left {
	padding: 70px 0;
	position: relative;
	padding-left: 30px;
}


#sp-right, #sp-left {
	padding: 70px 0;
	position: relative;
	border-left: 1px solid #f4f4f4;
	padding-left: 30px;
}

.com-j2store #sp-right, .com-j2store #sp-left {
	padding: 70px 0;
	position: relative;
	padding-left: 30px;
	padding-top: 0;
	padding-bottom: 0;
	border: none;
}

#sp-left {padding-right: 30px;}

#sp-left .sp-module, #sp-right .sp-module {
	border: 0px solid #f3f3f3;
	padding: 0px;
	border-radius: 0px;
}

#sp-left .sp-module .form-control,
#sp-right .sp-module .form-control {
	height: 54px;
	border: none;
	border: 1px solid #f1f1f1;
	padding: 0 56px 0 12px;
	color: #9e9e9e;
	border-radius: 0;
} 

#sp-right .sp-module .search .sppb-btn,
#sp-left .sp-module .search .sppb-btn  {
	position: relative;
	background: #10208a;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	color: #ffffff !important;
	border: 0px solid #10208a;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	display: inline-block;
	padding: 0;
	transition: all .5s cubic-bezier(0.4, 0, 1, 1);
	cursor: pointer;
	border-radius: 0;
	width: 54px;
	height: 54px;
	height: 100%;
	position: absolute;
	top: 0;
	background: #10208a;
	right: 0;
}

.input-group > .form-control:focus {
    z-index: 0;
	box-shadow: none;
	border: 1px solid #03a80e;
	background: #fff;
	color: #000;
}

#sp-right .sp-module .form-control:focus {
    z-index: 0;
	box-shadow: none;
	border: 1px solid #03a80e;
	background: #fff;
	color: #000;
}

#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
	border-bottom: 0px solid #f3f3f3;
	margin-bottom: 10px;
	position: relative;
	font-size: 20px;
	text-transform: uppercase;
	color: #464646;
	font-weight: 700;
	padding-bottom: 25px;
	color: #222222;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
}

#sp-left .sp-module ul.categories-module, #sp-right .sp-module ul.categories-module {
	margin-bottom: 50px;
	border: 1px solid #f5f4f3;
	padding: 24px 30px 24px;
}

.category-module li, .categories-module li, .archive-module li, .latestnews li, .newsflash-horiz li, .mostread li, .form-links li, .list-striped li {
	padding: 0;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
	display: block;
	border-bottom: 0px solid #f3f3f3;
}

#sp-left .sp-module ul.categories-module > li, #sp-right .sp-module ul.categories-module > li {
	border-bottom: 1px solid #eaeaea;
	margin: 0;
	padding-bottom: 0px;
	margin-bottom: 12px;
	padding-bottom: 9px;
}

#sp-left .sp-module ul.categories-module > li:last-child, #sp-right .sp-module ul.categories-module > li:last-child {
	border-bottom: 0px solid #eaeaea;
	margin: 0;
	padding-bottom: 0px;
}

#sp-left .sp-module ul > li > a, #sp-right .sp-module ul > li > a {
	display: block;
	padding: 0;
	line-height: inherit;
	padding: 0;
}

#sp-left .sp-module ul.categories-module > li > a, #sp-right .sp-module ul.categories-module > li > a {
	font-weight: normal;
	color: #949494;
	position: relative;
	width: 100%;
	transition: .5s ease;
	line-height: 24px;
	display: block;
	color: #888888;
	transition: all 500ms ease;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	position: relative;
}

#sp-left .sp-module ul.categories-module > li > a:hover, #sp-right .sp-module ul.categories-module > li > a:hover {
	color: #10208a;
	transition: .5s ease;
}

#sp-left .sp-module ul.latestnews > li, #sp-right .sp-module ul.latestnews > li {
	position: relative;
	font-size: 14px;
	margin-bottom: 25px;
	min-height: 50px;
	padding: 0px 0px 25px;
	color: #cccccc;
	border-bottom: 1px solid #f1f1f1;
}

#sp-left .sp-module ul.latestnews > li:last-child, #sp-right .sp-module ul.latestnews > li:last-child {
	margin: 0;
	padding: 0;
	border-bottom: 0px solid #f1f1f1;
}

#sp-left .sp-module ul.latestnews > li .media img, #sp-right .sp-module ul.latestnews > li .media img {
	max-width: 90px;
	border-radius: 100%;
}

#sp-left .sp-module ul.latestnews > li .media a, #sp-right .sp-module ul.latestnews > li .media a {
	position: relative;
}

#sp-left .sp-module ul.latestnews > li .media a:after, #sp-right .sp-module ul.latestnews > li .media a:after {
    position: absolute;
    content: "\f0c1";
    font-family: FontAwesome;
    left: 0px;
    top: 0px;
    text-align: center;
    line-height: 70px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.63);
    color: #ffffff;
    opacity: 0;
    transition: .5s ease;
}

#sp-left .sp-module ul.latestnews > li .media-body, #sp-right .sp-module ul.latestnews > li .media-body {
	padding-left: 15px;
}

.latestnews li a {
    color: #404040;
    font-size: 15px;
    line-height: 24px;
    position: relative;
    font-weight: 400;
    margin: 0 0 7px;
    font-family: 'Poppins', sans-serif;
    transition: all 500ms ease;
    display: block;
}

.latestnews li a:hover {
	color: #10208a;
}

#sp-left .sp-module ul.latestnews > li .media-body span, #sp-right .sp-module ul.latestnews > li .media-body span {
	color: #10208a;
	display: block;
	transition: all 500ms ease;
	font-weight: 400;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.1;
}

#sp-left .sp-module .tagspopular > ul > li,
#sp-right .sp-module .tagspopular > ul > li {
	display: inline-block;
	margin: 0;
}

#sp-left .sp-module .tagspopular > ul > li > a,
#sp-right .sp-module .tagspopular > ul > li > a {
	color: #999;
	font-size: 16px;
	padding: 8px 12px;
	font-weight: 300;
	border: 1px solid #f4f4f4;
	margin: 0 5px 10px;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	-ms-transition: .5s ease;
	-o-transition: .5s ease;
	transition: .5s ease;
	border: 1px solid #f4f4f4;
	color: #888888;
	display: block;
	font-size: 14px;
	font-weight: 400;
	padding: 4px 12px 4px;
	font-family: 'Open Sans', sans-serif;
	transition: all 500ms ease 0s;
}

#sp-left .sp-module .tagspopular > ul > li > a:hover,
#sp-right .sp-module .tagspopular > ul > li > a:hover {
  background: #10208a;
	border-color: #10208a;
	color: #fff;
}

/* */

/* BLOG SINGLE */

.article-details .article-full-image {
	text-align: center;
	margin-bottom: 0;
	display: block;
	overflow: hidden;
	position: relative;
}

.article-details .article-full-image img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
	border-radius: 0;
}

.article-details .article-header {
	padding: 0;
	background: #fff;
}

.article-details h1, .article-details h2 {
font-size: 24px;
padding: 15px 0 15px;
line-height: 30px;
}

.article-details .text p {
    margin-bottom: 10px;
}

.middle-content-box {
    margin: 0px 0 33px;
    overflow: hidden;
}

.middle-content-box .img-holder, .middle-content-box .text-holder {
    display: table-cell;
    vertical-align: top;
}

.middle-content-box .img-holder {
    width: 340px;
}

.middle-content-box .text-holder {
    padding-left: 30px;
    padding-top: 32px;
    position: relative;
}

.middle-content-box .text-holder::before {
    content: "\f10d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f1f1f1;
    font-size: 24px;
    position: absolute;
    top: -3px;
    left: 30px;
}

.middle-content-box .text-holder h3 {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 7px;
}

.middle-content-box .text-holder h5 {
    color: #10208a;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.author-bio a {color: #10208a;}

.article-details .author {
    background-color: #ffffff;
    position: relative;
    margin-bottom: 20px;
    margin-top: 35px;
}

.author img {
    position: absolute;
}

.author-comment {
    margin-left: 340px;
    padding-left: 30px;
}

.author-comment .quote {
    font-size: 25px;
    color: #f1f1f1;
    margin-bottom: 7px;
    position: relative;
    top: -5px;
}

.author-comment .quote:before {
	display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
content: "\f10d";
}

.author-comment h5 {
    font-weight: 600;
    margin: 16px 0 5px 0;
    text-transform: uppercase;
    font-size: 18px;
}

.author-comment p.a-title {
    color: #a0c715;
    font-size: 16px;
}

.article-details .article-info {
	margin-bottom: 0;
	color: #949494;
	font-size: 14px;
overflow: hidden;
padding-top: 25px;
	border-top: 0px solid #eee;
}

.article-info > span {
	line-height: 16px;
	border-right: 1px solid #dfdfdf;
	padding-right: 10px;
	margin-right: 10px;
	color: #888888;
	font-size: 14px;
	font-weight: 400;
}

.article-info > span:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right-width: 0px;
}

.article-info > span + span::before {
	display: none;
}

.mt-3, .my-3 {
	margin-top: 0 !important;
	background: #ffffff;
	padding-top: 0;
}

.article-details .article-author-information {
	padding-top: 0;
	margin-top: 25px;
	border-top: 0px solid #f5f5f5;
	position: relative;
	padding: 33px 35px 30px;
	min-height: 160px;
	background: #f4f4f4;
}

.article-details .article-author-information h5 {
	position: relative;
	margin: 0px 0px 16px;
	font-size: 18px;
	/*text-transform: capitalize;*/
	font-weight: 600;
	color: #252525;
}

.article-details .article-author-information .author-bio {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #999;
	line-height: 26px;
	font-weight: 300;
}

/* */

/* J2 SHOP */

.j2store-single-product {
	background: #fff;
	margin-bottom: 30px;
	transition: all 0.7s ease;
}

.j2store-product-images {
	display: block;
	overflow: hidden;
	position: relative;
	border: 1px solid #f5f4f3;
}

.j2store-product-images img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%;
}

.j2store-product-images .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	color: #ffffff;
	opacity: 0;
	background: rgba(0, 0, 0, 0.7);
	-webkit-transform: perspective(400px) rotateX(-90deg);
	-moz-transform: perspective(400px) rotateX(-90deg);
	-ms-transform: perspective(400px) rotateX(-90deg);
	-o-transform: perspective(400px) rotateX(-90deg);
	transform: perspective(400px) rotateX(-90deg);
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.j2store-product-images .overlay .box {
	display: table;
	height: 100%;
	width: 100%;
	position: relative;
}

.j2store-product-images .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.j2store-product-images .overlay .box .content .product-qty {display: none;}

.j2store-product-images .overlay .box .content .sppb-btn {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
	border-radius: 30px;
	padding: 12px 25px 10px;
	background: #10208a;
	border: 2px solid #10208a;
	color: #ffffff;
	transition: all 500ms ease;
	border-radius: 30px;
}

.j2store-product-images .overlay .box .content .sppb-btn:hover {
	background: #ffffff;
	color: #252525;
}


.j2store-single-product:hover .j2store-product-images {
	transition: all 300ms ease;;
}

.j2store-single-product:hover .overlay {
    opacity: 1;
	-webkit-transform: perspective(400px) rotateX(0deg);
	-moz-transform: perspective(400px) rotateX(0deg);
	-ms-transform: perspective(400px) rotateX(0deg);
	-o-transform: perspective(400px) rotateX(0deg);
	transform: perspective(400px) rotateX(0deg);
}

.j2store-single-product:hover .j2store-product-images img {
	transform: scale(1.1);
}

.j2store-single-product .content-box {
    overflow: hidden;
	padding: 19px 15px 17px;
	border: 1px solid #f4f4f4;
	border-top: none;
}

.j2store-single-product .content-box .inner-box .product-title {
position: relative;
font-size: 18px;
font-weight: 400;
margin-bottom: 4px;
}

.j2store-single-product .content-box .inner-box .product-title a,
.j2store-single-product .content-box .inner-box .product-title a:hover {
	color: #222222;
}

.j2store-single-product .content-box .inner-box .product-title a:hover {
	color: #10208a;
}

.product-price-container .sale-price {
	position: relative;
	color: #10208a;
	font-size: 18px;
	font-weight: 400;
}

.j2store-single-product .content-box .price-box {
    padding: 15px 20px 15px;
	display: none;
}

.j2store-addtocart-form {
	margin-top: 0;
}

.j2store-add-to-cart {
	margin-left: 0;
}

.view-products .j2store-single-product .content-box .price-box .j2store-add-to-cart .product-qty {display: none;}

.j2store-single-product .content-box .price-box .sppb-btn {
	text-align: center;
	white-space: pre-line;
	vertical-align: middle;
	border: 0px solid transparent;
	padding: 0;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.42857143;
	position: relative;
	color: #848484;
	font-size: 14px;
	transition: .7s ease;
	background: transparent;
	margin-bottom: 2px;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover .sppb-btn {
	color: #10208a;
	transition: .7s ease;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart {position: relative;}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:before {
	content: '';
	position: absolute;
	background: transparent;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transition: all 300ms ease-in-out;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover:before {
	background-color: #10208a;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart i {
	margin-right: 6px;
}

.j2store-single-product .content-box .price-box .j2store-add-to-cart:hover i {
	color: #10208a;
	transition: .7s ease;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0;
    align-items: center;
	justify-content: center;
	padding-top: 20px;
}

.pagination > li {
	margin: 0 4px;
}

.page-link {
	position: relative;
	display: block;
	padding: 0;
	margin-left: 0;
	background-color: #fff;
	width: 55px;
	line-height: 55px;
	border: 1px solid rgba(229, 229, 229, 0.57);
	text-align: center;
	color: #252525;
	font-size: 18px;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.page-item.active .page-link,
.pagination > li > a:hover {
	z-index: 1;
	border-color: #10208a;
	color: #fff;
	background-color: #10208a;
}


.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 50%;
	border-bottom-left-radius: 50%;
}

.page-item:last-child .page-link {
	border-top-right-radius: 50%;
	border-bottom-right-radius: 50%;
}

/* SINGLE PRODUCT */

.j2store-single-product.simple.detail,
.j2store-single-product.simple.detail:hover:before {
	margin-bottom: 0;
	position: relative;
	outline: 0px solid #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.j2store-single-product.simple.detail:before {display: none;}

.simple-product {
    position: relative;
    z-index: 88;
}

.j2store-product-main-image {
	margin-bottom: 0;
	width: 100%;
	border: 1px solid #f5f4f3;
}

.j2store-single-product-view .simple-product .product-title {
	color: #222222;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 8px;
	/*text-transform: capitalize;*/
	padding-bottom: 20px;
	border-bottom: 1px solid #f6f6f6;
	position: relative;
}

.j2store-single-product-view .simple-product .product-title:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: -1px;
	width: 60px;
	height: 1px;
	background-color: #10208a;
}

.price-sku-brand-container {
	border-top: 0px solid #efefef;
	border-bottom: 0px solid #efefef;
	margin: 0;
	padding: 0;
}

.j2store-single-product-view  .simple-product .product-price-container .sale-price {
	font-size: 24px;
	color: #10208a;
	line-height: 24px;
	letter-spacing: 0;
	margin-top: 20px;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.j2store-single-product-view .product-sdesc-top {
	font-size: 14px;
	color: #888888;
	line-height: 24px;
	font-weight: 400;
	overflow: hidden;
	margin: 25px 0 10px;
}

.j2store-single-product-view .product-sku {
	position: relative;
	color: #10208a;
	font-size: 16px;
	margin-bottom: 25px;
}

.j2store-single-product-view .product-sku .sku-text {
	color: #222222;
	font-weight: 600;
}

input:focus, textarea:focus {box-shadow: none !important;}

.product-qty input[type="text"], .product-qty input[type="number"],
.product-qty input[type="text"]:focus, .product-qty input[type="number"]:focus {
	display: inline;
	width: 70px !important;
	margin-right: 20px;
	background-color: #fff;
	background-image: none;
	border: 1px solid #eaeaea !important;
	border-radius: 0 !important;
	box-shadow: none;
	color: #272727;
	font-size: 18px;
	font-weight: 500;
	height: 50px;
	padding: 6px 0 8px !important;
	text-align: center;
}

.j2store-single-product-view .j2store-cart-button.sppb-btn {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
	border-radius: 30px;
	padding: 12px 25px 10px;
	background: #10208a;
	border: 2px solid #10208a;
	color: #ffffff;
	transition: all 500ms ease;
	border-radius: 30px;
	line-height: 24px;
}

.j2store-single-product-view .j2store-cart-button.sppb-btn:hover {
	background: #ffffff;
	color: #252525;
}

#j2store-product-detail-tab {
	padding-top: 75px;
	border-bottom: 0px solid #f7f7f7;
	position: relative;
}

#j2store-product-detail-tab li {
	margin-bottom: -1px;
}

#j2store-product-detail-tab li a {
	position: relative;
	display: block;
	margin-right: 5px;
	font-size: 16px;
	background: #f4f4f4;
	color: #222222;
border-top: 1px solid #ececec;
border-left: 1px solid #ececec;
border-right: 1px solid #ececec;
border-bottom: 1px solid transparent;
border-radius: 0;
display: block;
margin-right: 5px;
padding: 15px 30px 13px;
color: #222222;
font-size: 16px;
font-weight: 600;
/*text-transform: capitalize;*/
background: #f7f7f7;
transition: all 500ms ease;
}


#j2store-product-detail-tab li:hover a,
#j2store-product-detail-tab li a.active {
	color: #10208a;
	background: #ffffff;
}

.j2store-single-product-view .tab-content {
	border: 1px solid #ececec;
	padding: 30px 30px 40px;
}

.product-upsells-container {
	border-top: 0px solid #f7f7f7;
	margin-top: 25px;
	padding-top: 0px;
}

@media (max-width: 575px) {
	.upsell-product {margin: 20px 0;}
	.j2store-single-product-view .product-title {margin-top: 20px;}
}

.product-upsells-container .col-sm-12 > h3 {
	padding-bottom: 40px;
	color: #404040;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
	margin: 8px 0 14px;
	padding-top: 70px;
}


.upsell-product-image img {width: 100%;}

.j2store-single-product.simple:hover .overlay {opacity: 0;}
.j2store-single-product.simple:hover .j2store-product-images img {
	transform: none;
}

.j2store-single-product.simple .upsell-product-image:hover img {
	transform: scale(1.1);
}

.upsell-product-image-content  .overlay {
    transform: perspective(400px) rotateX(-90deg) !important;
}

.upsell-product-image-content:hover .overlay {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
	transform: rotateY(0deg) scale(1,1) !important;
}

.upsell-product-title:after {display: none !important;} 

.j2store-single-product-view .upsell-product-image-content .product-price-container .sale-price {
	font-size: 16px;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn {line-height: 1; margin-top:-5px;}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn i {
	margin-right: 6px;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:hover {
	color: #10208a;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:before {
	content: '';
	position: absolute;
	left: 0px;
	background: transparent;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	transition: all 300ms ease-in-out;
}

.j2store-single-product .upsell-product-image-content .content-box .price-box .sppb-btn:hover:before {
	background-color: #10208a;
}

.sppb-btn:focus, .sppb-btn:active {box-shadow: none !important;}

/* CART */

.view-carts .j2store-cart .row {
    display: block;
}

.j2store-single-product-view input.j2store-cart-button,
.view-carts .j2store-cart-buttons .buttons-left input,
.view-carts .buttons-right a,
#button-account,
#button-login,
#button-guest,
#button-payment-method,
#bank_form input,
.view-carts .buttons-right a:hover,
.view-carts .buttons-right a:active,
.view-carts .buttons-right a:focus,
.view-checkout input.btn {
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 500ms ease;
	font-family: 'Poppins', sans-serif;
	border-radius: 30px;
	padding: 12px 25px 10px;
	background: #10208a;
	border: 2px solid #10208a;
	color: #ffffff;
	transition: all 500ms ease;
	border-radius: 30px;
	line-height: 24px;
}

.view-carts .buttons-right a,
.j2store-single-product-view input.j2store-cart-button:hover,
.j2store-single-product-view input.j2store-cart-button:focus,
.j2store-single-product-view input.j2store-cart-button:active,
.view-carts .j2store-cart-buttons .buttons-left input:hover,
.view-carts .j2store-cart-buttons .buttons-left input:active,
.view-carts .j2store-cart-buttons .buttons-left input:focus,
#button-account:hover,
#button-account:active,
#button-account:focus,
#button-login:hover,
#button-login:active,
#button-login:focus,
#button-guest:hover,
#button-guest:active,
#button-guest:focus,
#button-payment-method:hover,
#button-payment-method:active,
#button-payment-method:focus,
#bank_form input:hover,
#bank_form input:active,
#bank_form input:focus,
.payment input:hover,
.payment input:active,
.payment input:focus,
.buttons input:hover,
.buttons input:active,
.buttons input:focus,
.view-checkout input.btn:hover,
.view-checkout input.btn:active,
.view-checkout input.btn:focus {
	background: #ffffff;
	color: #252525;
}

.view-carts .j2store-cart-buttons .buttons-left .cart-continue-shopping-button input,
#button-login,
#button-login:hover,
#button-guest,
#button-guest:hover,
#button-payment-method,
#button-payment-method:hover,
#bank_form input,
#bank_form input:hover,
#button-account,
#button-account:hover {margin-left: 0;}

#onCheckoutPayment_wrapper .payment-plugin-image-label {padding-right: 5px;}

.customer-note {margin-bottom: 20px;}

.customer-note textarea {
	height: auto !important;
	width: auto !important;
}

.view-checkout .checkout-content .left label input,
.view-checkout .checkout-content .shipping-make-same input {
	width: inherit;
	height: inherit;
	margin-right: 7px;
	display: inline-block;
}

.view-checkout .checkout-content .shipping-make-same input {width: auto !important;}

.view-checkout #sp-main-body h2,
.view-checkout #sp-main-body h3 {
	font-size: 24px;
	padding: 10px 0 15px 0;
}

.view-myprofile #sp-main-body ul > li > a {margin: 5px 20px 15px 0; display: inline-block;}

.view-myprofile #sp-main-body label {display: block;}

.view-checkout input.btn {width: unset !important; margin-top: 5px;}

.view-checkout textarea {
    height: auto !important;
}

.btn:active, .btn:focus {
	box-shadow: none !important;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	display: inline-block;
}

#bank_form input {margin-top: 20px;}





/* IMPORT FLATICON */


	/*
  	Flaticon icon font: Flaticon
  	Creation date: 04/06/2017 11:01
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/flaticon/Flaticon.eot");
  src: url("../fonts/flaticon/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/flaticon/Flaticon.woff") format("woff"),
       url("../fonts/flaticon/Flaticon.ttf") format("truetype"),
       url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/flaticon/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
margin-left: 0px;
}

.flaticon-folder:before { content: "\f100"; }
.flaticon-shape-1:before { content: "\f101"; }
.flaticon-computer:before { content: "\f102"; }
.flaticon-book:before { content: "\f103"; }
.flaticon-arrow:before { content: "\f104"; }
.flaticon-nature-1:before { content: "\f105"; }
.flaticon-sport:before { content: "\f106"; }
.flaticon-food-1:before { content: "\f107"; }
.flaticon-exercise-2:before { content: "\f108"; }
.flaticon-dumbbell:before { content: "\f109"; }
.flaticon-maps-and-flags:before { content: "\f10a"; }
.flaticon-minus-symbol:before { content: "\f10b"; }
.flaticon-plus-symbol:before { content: "\f10c"; }
.flaticon-people-1:before { content: "\f10d"; }
.flaticon-exercise-1:before { content: "\f10e"; }
.flaticon-nature:before { content: "\f10f"; }
.flaticon-business-1:before { content: "\f110"; }
.flaticon-exercise:before { content: "\f111"; }
.flaticon-medical-1:before { content: "\f112"; }
.flaticon-smile:before { content: "\f113"; }
.flaticon-fruits:before { content: "\f114"; }
.flaticon-arrows:before { content: "\f115"; }
.flaticon-business:before { content: "\f116"; }
.flaticon-tennis:before { content: "\f117"; }
.flaticon-jumping-silhouette:before { content: "\f118"; }
.flaticon-note-1:before { content: "\f119"; }
.flaticon-sports-1:before { content: "\f11a"; }
.flaticon-food:before { content: "\f11b"; }
.flaticon-people:before { content: "\f11c"; }
.flaticon-line:before { content: "\f11d"; }
.flaticon-sports:before { content: "\f11e"; }
.flaticon-medical:before { content: "\f11f"; }
.flaticon-shape:before { content: "\f120"; }
.flaticon-note:before { content: "\f121"; }
.flaticon-technology:before { content: "\f122"; }





@media (min-width: 320px) {#sp-footer  .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-footer  .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-footer  .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-footer  .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}


@media (min-width: 320px) {#sp-top1 .sppb-container-inner {max-width: 400px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 576px) {#sp-top1 .sppb-container-inner {max-width: 540px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 768px) {#sp-top1 .sppb-container-inner {max-width: 720px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 992px) {#sp-top1 .sppb-container-inner {max-width: 960px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}
@media (min-width: 1200px) {#sp-top1 .sppb-container-inner {max-width: 1140px;width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;}}


