@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Droid+Serif:400,700');
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700');

/* GENERAL */

body {
    font-family: "Droid Serif" ,sans-serif;
    font-size: 14px;
    color: #787878;
	line-height: 26px;
    margin: auto;
    background: #fff;
}
html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "Ubuntu",sans-serif;
    font-weight: 700;
}
a {
    font-family: "Ubuntu",sans-serif;
    text-decoration: none;
	font-weight: 700;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {margin-bottom:0;}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

img {
	margin: 0 auto;
}

/* END GENERAL */

/* MENU AND LOGO */

#sp-header {
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1);
	height: inherit;
}

@media (min-width: 993px) and (max-width: 1200px) {
	#sp-header .container {width: 100%;}
}

#sp-header.menu-fixed-out {
	box-shadow: none;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none;
	border-radius: 0;
	margin-bottom: 0;
	padding: 20px 0;
	transition: all 0.4s ease-in-out 0s;
	width: 100%;
	min-height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

@media (max-width: 400px) {
	#sp-header.menu-fixed-out {
	padding: 10px 0;
}
}

#sp-header.header-invisible {
	border-bottom: 0px solid transparent!important;
}

.nav-placeholder {
	background: transparent none repeat scroll 0 0 !important;
	height: 0px !important;
}

#sp-header.non-transparent.menu-fixed-out,
#sp-header.menu-fixed {
	background-color: rgba(255, 255, 255, 1);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.1) !important;
	padding: 10px 0;
	width: 100%;
	border: medium none;
	border-radius: 0;
	margin-bottom: 0;
	transition: all 0.4s ease-in-out 0s;
	position: fixed;
}

#sp-header.non-transparent.menu-fixed-out {position: relative !important;}

#sp-logo {
	padding: 0;
}

#sp-header .logo {
  height: inherit;
}

#sp-header .logo a {
	margin-left: -15px;
	font-size: 18px;
	height: 50px;
	line-height: 20px;
	padding: 0;
}

#sp-header .logo a img {
	width: 200px;
	margin-left: 10px;
}

.sp-megamenu-parent {
  display: block;
  float: right;
  margin-right: -15px;
}

.sp-megamenu-parent > li {
  padding: 0;
  margin: 0;
}

.sp-megamenu-parent > li > a {
	color: #fff;
	font-family: ubuntu,sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	padding-bottom: 15px;
	padding-top: 15px;
	line-height: 20px;
	transition: all 0.2s ease 0s;
	letter-spacing: 0px;
}

@media (min-width: 993px) and (max-width: 1025px) {
	.sp-megamenu-parent > li > a {padding: 15px 10px;}
}

.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a,
.menu-fixed .sp-megamenu-parent > li.active > a, .menu-fixed .sp-megamenu-parent > li:hover > a {
	background-color: transparent;
	color: #ccad52 !important;
}

#sp-header.non-transparent.menu-fixed-out .sp-megamenu-parent > li > a,
.menu-fixed .sp-megamenu-parent > li > a {
	color: #282828;
}

#offcanvas-toggler {
  font-size: 20px;
  line-height: inherit;
  margin-left: 15px;
  padding: 15px 0 0;
}

#offcanvas-toggler i,
#offcanvas-toggler i:hover {
	height: 30px;
	width: 30px;
	background: #fff;
	line-height: 30px;
	color: #ccad52;
	text-align: center;
	border-radius: 4px;
}


@media only screen and (min-width:992px){
#offcanvas-toggler  {
	display:none;
}
}
@media only screen and (max-width:550px){
.header-invisible #offcanvas-toggler {
	font-size: 15px !important;
	line-height: 50px !important;
	padding-top: 5px;
}
.header-invisible.menu-fixed-out #offcanvas-toggler {
	font-size: 15px !important;
	line-height: 50px !important;
	padding: 0 !important;
}
#sp-logo a img {
    width: 100px !important;
}
}

@media only screen and (max-width:300px){
.header-invisible #offcanvas-toggler {
	font-size: 10px !important;
	line-height: 30px !important;
	padding-top: 5px;
}
.header-invisible.menu-fixed-out #offcanvas-toggler {
	font-size: 10px !important;
	line-height: 30px !important;
	padding: 0 !important;
}
#sp-logo a img {
    width: 80px !important;
	padding-bottom: 10px;
}
}

.scrollup:before {
  border-radius: 0;
  color: #fff;
  font-size: 25px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 40px;
}

.scrollup {
  background-color: #ccad52;
  border: none;
  border-radius: 5px;
  bottom: 10px;
  height: 40px;
  position: fixed;
  right: 10px;
  width: 40px;
  z-index: 999;
  line-height: 40px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.scrollup:hover {
	background: #222222 none repeat scroll 0 0;
	color: #ffffff;
}

/* */

/* SLIDER */

.ls-wrapper:hover .slider-btn {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 2px solid #ffffff !important;
	color: #333333 !important;
}

/* */

/* ABOUT */

.section-heading .sppb-addon-title {
	background: #ccad52 none repeat scroll 0 0;
	border: 4px double #ffffff;
	color: #ffffff;
	font-size: 26px;
	margin: auto;
	padding: 30px 0;
	position: relative;
	text-transform: uppercase;
	width: 250px;
}

.about-text .sppb-addon-title {
	margin: 0;
	color: #333333;
	font-family: "Ubuntu",sans-serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.1;
}

.about-text .sppb-addon-title span {
	color: #ccad52;
}

.about-line {
  background: #ccad52 none repeat scroll 0 0;
  display: block;
  height: 2px;
  margin: 20px 0;
  width: 80px;
}

.about-text p {
	margin-bottom: 30px;
}

/* */

/* SERVICES */

.services {
	background: #ffffff none repeat scroll 0 0;
	padding: 30px;
	transition: all 0.4s ease 0s;
}

.services:hover {
	background: #ccad52 none repeat scroll 0 0;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	transform: translateY(-10px);
}

.services .sppb-icon i {
	background: #ccad52 none repeat scroll 0 0;
	border-radius: 500px;
	color: #ffffff;
	font-size: 40px;
	height: 100px;
	line-height: 100px;
	margin-bottom: 20px;
	transition: all 0.2s ease 0s;
	width: 100px;
}

.services:hover .sppb-icon i {
	background: #ffffff none repeat scroll 0 0;
	color: #ccad52;
}

.services .sppb-addon-title {
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	font-size: 18px;
}

.services:hover .sppb-addon-title, .services:hover .sppb-addon-text {
	color: #ffffff;
}

.services .sppb-addon-text {
	margin-bottom: 0;
	transition: all 0.2s ease 0s;
}

/* */

/* MENU */

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
  background: #fff none repeat scroll 0 0;
  border-radius: 0; 
	color: #161616;
	cursor: pointer;
	display: inline-block;
	font-family: montserrat;
	font-weight: 400;
	margin-right: 5px;
	padding: 8px 20px;
	text-transform: uppercase;
	transition: all 0.4s ease 0s;
}

.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a, .sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
  background: transparent none repeat scroll 0 0;
  color: #ccad52;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
  float: left;
  transform: none !important;
  transition: all 400ms ease 0s;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay {
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(204, 173, 82, 0) 0%, rgba(204, 173, 82, 0.7) 75%) repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.sp-simpleportfolio .sp-simpleportfolio-description {
  float: none;
  width: 100%;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-vertical-middle > div {
  display: table-cell;
  vertical-align: bottom;
  padding: 2em;
}

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-overlay h3 {
	letter-spacing: 1px;
	padding: 15px 0;
	transition: transform 0.35s ease 0s, color 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
	font-family: "Ubuntu",sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.1;
	text-transform: uppercase;
}

.sp-simpleportfolio .sp-simpleportfolio-description p {
	color: #ffffff;
	font-family: "Ubuntu",sans-serif;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.2s ease 0s;
	font-size: 16px;
	letter-spacing: 1px;
}

.featherlight {
  top: 10%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

/* */

/* TEAM */

.sppb-addon-persion {
	margin-top: 30px;
}

.sppb-addon-persion .sppb-person-image {
	position: relative;
}

.sppb-addon-persion .sppb-person-image img {width: 100%;}

.sppb-person-social-icons {
	background: rgba(204, 173, 82, 0.75) none repeat scroll 0 0;
	height: 100%;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 0;
	transform: scale(0);
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

.sppb-addon-persion .sppb-person-image:hover .sppb-person-social-icons {
	opacity: 1;
	transform: scale(1);
	visibility: visible;
}

.sppb-addon-persion .sppb-person-social {
	position: relative;
	top: 45%;
	list-style: outside none none;
	padding: 0;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	margin: auto !important;
}

.sppb-addon-persion .sppb-person-social > li {
  display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
}

.sppb-addon-persion .sppb-person-social > li > a {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #ffffff;
	border-radius: 50%;
	color: #333333;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	transition: all 0.5s ease 0s;
	width: 40px;
	font-weight: 700;
	font-size: 14px;
}

.sppb-addon-persion .sppb-person-social > li > a:hover {
	background: #ffffff none repeat scroll 0 0;
	border-color: #ffffff;
	color: #ccad52;
}

.sppb-addon-persion .sppb-addon-content > div {
  margin-top: 0;
}

.sppb-addon-persion .sppb-person-information > span.sppb-person-name {
	color: #ccad52;
	font-size: 18px;
	margin-bottom: 5px;
	margin-top: 15px;
	text-transform: uppercase;
	line-height: 1.1;
	font-family: "Ubuntu",sans-serif;
	font-weight: 700;
}

/* */

/* RESERVATION */

.white-text .sppb-addon-title {
	background: #ffffff none repeat scroll 0 0;
	border: 4px double #dddddd;
	color: #333333;
}

.sppb-ajaxt-contact-form {
	background: #ffffff none repeat scroll 0 0;
	padding: 60px;
}

.sppb-ajaxt-contact-form .sppb-form-group i {
	padding-left: 15px;
	padding-top: 15px;
	position: absolute;
}

.sppb-ajaxt-contact-form .sppb-form-group input,
.sppb-ajaxt-contact-form .sppb-form-group textarea {
	background: #f6f6f6 none repeat scroll 0 0;
	border: 1px solid #f6f6f6;
	border-radius: 0;
	box-shadow: none;
	color: #333333;
	height: 45px !important;
	padding: 10px 10px 10px 35px;
	font-size: 14px;
	line-height: 1.42857;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}

.sppb-ajaxt-contact-form .sppb-form-group input:hover,
.sppb-ajaxt-contact-form .sppb-form-group textarea:hover,
.sppb-ajaxt-contact-form .sppb-form-group input:focus,
.sppb-ajaxt-contact-form .sppb-form-group textarea:focus {
	border: 1px solid #ccad52 !important;
	box-shadow: none !important;
	outline: 0 none;
}

.sppb-ajaxt-contact-form .sppb-form-group textarea {height: auto !important;}

.sppb-ajaxt-contact-form button {
	background: #ccad52 none repeat scroll 0 0;
	border: 2px solid #ccad52;
	color: #ffffff;
	font-family: montserrat,sans-serif;
	font-size: 14px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
	border-radius: 0;
}

.sppb-ajaxt-contact-form button:hover {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #ccad52;
	color: #333333;
}

/* */

/* BLOG */

.sppb-addon-articles .sppb-addon-article {
  margin-bottom: 30px !important;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.sppb-addon-articles .sppb-addon-article img {position: absolute; top: 0; width: 560px;}

.sppb-addon-article-details {
	background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	margin: 25% auto auto;
	padding: 30px;
	position: relative;
	width: 90%;
	z-index: 1;
}

@media (min-width: 768px) and (max-width: 1200px) {
	.sppb-addon-article-details {
		margin: 14% auto auto;
	}
}

@media (max-width: 768px) {
	
	.sppb-addon-articles .sppb-addon-article img {width: 100% !important;}

}

.sppb-addon-articles .sppb-article-meta {
  margin: 0;
}

.sppb-addon-articles .sppb-article-meta > span {
	margin: 0;
	color: #ccad52;
	text-transform: uppercase;
	font-family: "Droid Serif",sans-serif;
	font-size: 14px;
	line-height: 26px;
}

.sppb-addon-articles h3 {
	color: #333333;
	font-family: "Ubuntu",sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.1;
}

.sppb-addon-articles h3 > a,
.sppb-addon-articles h3 > a:hover {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

.sppb-addon-articles .sppb-article-introtext p {
	margin-bottom: 20px;
	color: #787878;
	font-family: "Droid Serif",sans-serif;
	font-size: 14px;
	line-height: 26px;
}

.sppb-addon-articles a.sppb-readmore {
	background: #ccad52 none repeat scroll 0 0;
	border: 2px solid #ccad52;
	border-radius: 0;
	color: #ffffff;
	font-family: ubuntu,sans-serif;
	font-weight: 700;
	padding: 13px 35px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}

.sppb-addon-articles a.sppb-readmore:hover {
	background: #ffffff none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #333333;
}

/* TESTIMONIAL */

.testi-slider-item {
  padding: 30px 60px;
  text-align: center;
  background: rgba(255, 255, 255, 0.72) none repeat scroll 0 0;
  overflow: visible !important;
  position: relative;
  border-radius: 4px;
  z-index: 999;
}

.testi-slider-item p {
	color: #000000;
	font-style: italic;
	font-weight: 400;
	line-height: 30px;
}

.testi-slider-item img {
  border-radius: 50%;
  height: 100px;
  margin: 20px auto;
  width: 100px;
}

.testi-slider-item h6 {
	color: #222222;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
	background: #ccad52 none repeat scroll 0 0;
	border: 1px solid #ccad52;
	border-radius: 100px;
	box-shadow: 0 10px 11px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	display: block;
	height: 45px;
	line-height: 45px;
	margin: -20px 0 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: none !important;
	top: 50%;
	left: -5%;
	transition: all 0.3s ease 0s;
	width: 45px;
	z-index: 10;
	opacity: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
	content: "";
	display: inline-block;
	font-size: 25px;
	font-family: FontAwesome;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
	background: #ccad52 none repeat scroll 0 0;
	border: 1px solid #ccad52;
	border-radius: 100px;
	box-shadow: 0 10px 11px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	cursor: pointer;
	display: block;
	height: 45px;
	line-height: 45px;
	margin: -20px 0 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-shadow: none !important;
	top: 50%;
	right: -5%;
	transition: all 0.3s ease 0s;
	width: 45px;
	z-index: 10;
	opacity: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
	content: "";
	display: inline-block;
	font-size: 25px;
	font-family: FontAwesome;
	font-feature-settings: normal;
	font-kerning: auto;
	font-language-override: normal;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-synthesis: weight style;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-rendering: auto;	
}

.owl-theme:hover .owl-controls .owl-buttons div.owl-prev {
	opacity: .7;
	left: 1%;
}

.owl-theme:hover .owl-controls .owl-buttons div.owl-next {
	opacity: .7;
	right: 1%;	
}

.owl-theme:hover .owl-controls .owl-buttons div {
	opacity: 1;
}

/* END TESTIMONIAL */

/* PORTFOLIO SINGLE */

.com-spsimpleportfolio.view-item .sp-simpleportfolio img {width: 100%;}

.com-spsimpleportfolio.view-item .sp-simpleportfolio .sp-simpleportfolio-description {
  padding-bottom: 20px;
  margin-bottom: 30px !important;
}

.com-spsimpleportfolio.view-item .sp-simpleportfolio .sp-simpleportfolio-meta {
  box-sizing: border-box;
}

.com-spsimpleportfolio.view-item .sp-simpleportfolio .sp-simpleportfolio-meta > div {
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.com-spsimpleportfolio.view-item p {margin-top: 15px;}

.com-spsimpleportfolio.view-item .sp-simpleportfolio .sp-simpleportfolio-description > h2,
.com-spsimpleportfolio.view-item .sp-simpleportfolio .sp-simpleportfolio-meta-title,
.com-spsimpleportfolio.view-item .sp-simpleportfolio-tags-title
 {
  font-size: 25px;
  line-height: 1;
  margin: 0 0 10px;
}

.com-spsimpleportfolio.view-item  .sp-simpleportfolio .sp-simpleportfolio-image {
  margin-bottom: 0;
}

.com-spsimpleportfolio.view-item #sp-main-body {padding: 50px 0;}

.com-spsimpleportfolio.view-item .sp-simpleportfolio-details {padding: 30px 20px;}

/* */

/* BLOG SINGLE */

.com-content.view-article #sp-main-body {
	padding: 100px 0;
}

.com-content.view-article #sp-main-body article.item .entry-image img {
	width: 100%;
}

.com-content.view-article #sp-main-body article.item {
  margin-bottom: 0;
  padding: 0 50px;
}

.com-content.view-article #sp-main-body article.item .btn-group.pull-right, .com-content.view-article #sp-main-body article.item .pager.pagenav {display: none;}

.com-content.view-article #sp-main-body article.item a {
	color: #666;
	pointer-events: none;
}

.article-info > dd {
  color: #666666;
  text-transform: uppercase;
  font-size: 12px;
}

.com-content.view-article #sp-main-body article.item h2 {
	font-weight: 700;
	text-transform: uppercase;
	color: #333;
}

.com-content.view-article #sp-main-body article.item .entry-header {
  margin-bottom: 20px;
  position: relative;
}

.com-content.view-article #sp-main-body article.item .entry-header,
.com-content.view-article #sp-main-body article.item p {
	padding: 0 20px;
}

.com-content.view-article #sp-main-body article.item .article-info > dd a {
  font-family: "Droid Serif",sans-serif;
}

/* */

#sp-bottom {
  background-color: #171b1e;
  padding: 60px 0;
}

#sp-bottom .sp-module .sp-module-title {
	color: #ffffff;
	letter-spacing: 1px;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-family: "Ubuntu",sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin-top: 10px;
	line-height: 1.1;
}

#sp-bottom p {
	color: #aaaaaa;
	margin-bottom: 20px;
	font-family: "Droid Serif",sans-serif;
	font-size: 14px;
	line-height: 26px;
}

ul.contact_address {
  list-style: outside none none;
}

ul.contact_address li {
  color: #aaaaaa;
  border: none;
}

ul.contact_address li i {
  color: #aaaaaa;
  line-height: 30px;
  margin-right: 20px;
}

ul.opening-times {
  list-style: outside none none;
}

ul.opening-times li {
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
  border: none;
}

ul.opening-times li span {
  color: #aaaaaa;
  float: right;
}

@media (max-width: 993px) {
	#sp-bottom1, #sp-bottom2, #sp-bottom3, #sp-bottom4 {
		margin-bottom: 40px;
	}
}

#sp-bottom form {
	padding: 0 20px 0 0;
}

#sp-bottom input {
	background: #121315 none repeat scroll 0 0;
	border: 1px solid #121315;
	border-radius: 0;
	box-shadow: none !important;
	color: #ffffff;
	font-size: 14px;
	height: 45px !important;
	transition: all 0.2s ease 0s;
	width: 100%;
	padding: 6px 12px;
}

#sp-bottom input:hover {
	border: 1px solid #ccad52;
}

#sp-bottom button {
	background: #121315 none repeat scroll 0 0;
	border: 1px solid #121315;
	color: #ffffff;
	margin-top: 15px;
	padding: 10px 30px;
	transition: all 0.2s ease 0s;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	text-align: center;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
}

#sp-bottom button:hover {
	background: #ccad52 none repeat scroll 0 0;
	border: 1px solid #ccad52;
	color: #ffffff;
}


#sp-footer {
	background-color: #121315;
	padding: 20px 0;
}

#sp-footer1 {text-align: left;}

.sp-copyright {
	color: #ffffff;
	font-size: 14px;
	margin: 0;
	padding-top: 15px;
	display: block;
}

#sp-footer #sp-footer2 ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: right;
}

#sp-footer #sp-footer2 ul li {
	display: inline-block;
	margin: 2px;
	padding: 5px 0 0;
	border: none;
}

#sp-footer #sp-footer2 ul li a {
	animation-delay: 0.1s;
	animation-name: bounceInDown;
	box-shadow: 0 0 0 7px rgba(0, 0, 0, 0);
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-family: "Merriweather",sans-serif;
	font-size: 16px;
	height: 45px;
	line-height: 25px;
	padding: 9px 12px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease 0s;
	visibility: visible;
	width: 45px;
}

#sp-footer #sp-footer2 ul li a:before {display: none;}

.f_facebook:hover {
  background: #5d82d1 none repeat scroll 0 0 !important;
}

.f_twitter:hover {
  background: #40bff5 none repeat scroll 0 0 !important;
}

.f_google:hover {
  background: #eb5e4c none repeat scroll 0 0 !important;
}

.f_linkedin:hover {
  background: #238cc8 none repeat scroll 0 0 !important;
}

.f_youtube:hover {
  background: #cc181e none repeat scroll 0 0 !important;
}

.f_skype:hover {
  background: #00aff0 none repeat scroll 0 0 !important;
}

/* JOOMLA 4 OPTIMIZATION */

article .pull-left {
	float: none !important;
}
