@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700');

/* GENERAL */

body {
  width: 100%;
  height: 100%;
  font-family: 'Raleway', sans-serif;
  color: #636363;
  font-size: 15px;
  letter-spacing: 1px;
background: #fff;
font-weight: 400;
line-height: 1.42857143;
}

html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300;
  letter-spacing: 0px;
  color: #292929;
  margin: 0px;
  line-height: 1.1;
  font-family: inherit;
}

a {
font-family: 'Raleway', sans-serif;
text-decoration: none;
transition: all 0.2s ease 0s;
}

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;
}

.sppb-btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

/* END GENERAL */

/* HEADER */

.nav-placeholder {
	background: transparent none repeat scroll 0 0 !important;
	height: 0px !important;
}

#sp-header, #sp-header .logo  {height: inherit;}

#sp-header {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-radius: 0;
	margin-bottom: 0;
	padding: 20px 0;
	transition: all 0.4s ease-in-out 0s;
	width: 100%;
}

#sp-header.menu-fixed-out {position: absolute; top: 0; left: 0;}

#sp-header.menu-fixed {
	background: rgba(0,0,0,0.7);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	margin-top: 0;
	padding: 10px 0;
	width: 100%;
	transition: all 0.4s ease-in-out 0s;
	position: fixed;
	right: 0;
	left: 0;
}

#sp-header .logo a {
	float: left;
	height: 50px;
}

#sp-header .logo img {
	width: 150px;
	transition: all 0.3s ease 0s;
}

.sp-megamenu-parent > li {
	margin: 0;
	padding: 0;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	color: #fff;
	font-family: raleway,sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 15px;
	line-height: 20px;
	letter-spacing: 1px;
}

.scrollup:before {
  border-radius: 4px;
  color: #fff;
  content: " ";
  font-family: "FontAwesome";
  font-size: 15px;
  font-weight: 700;
  height: 35px;
  line-height: 34px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 35px;
}

.scrollup {
  background-color: #2a80b9;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 5px;
  bottom: 10px;
  height: 35px;
  position: fixed;
  right: 10px;
  width: 35px;
  z-index: 999;
  line-height: 34px;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border-color: #000;
  transition: all 0.3s ease-in-out;
}

.scrollup:hover {
	background-color: #222;
}

#offcanvas-toggler {
	float: right;
	line-height: 50px;
	margin-left: 15px;
	font-size: 20px;
}

#offcanvas-toggler > i {
	color: #fff;
}

/* END HEADER */

/* FOOTER */

#sp-footer {
	border-top: 1px solid #eee;
	padding: 30px 0;
	background: #fff;
}

#sp-footer .sp-copyright {
	color: #252525;
	padding-bottom: 15px;
	text-transform: capitalize;
	display: block;
}

.sp-module {
	margin-top: 0;
}

#sp-footer .sp-module ul {display: block;}

#sp-footer .sp-module ul > li {
	display: inline-block;
	border-bottom: 0px solid #e8e8e8;
	-webkit-transition: 300ms;
	transition: 300ms;
}

#sp-footer .sp-module ul > li > a:before {display: none;}

#sp-footer .sp-module ul > li > a {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #eee;
	border-radius: 30px;
	color: #333;
	display: block;
	font-size: 16px;
	height: 45px;
	line-height: 40px;
	margin: 1px;
	text-align: center;
	transition: all 0.2s ease 0s;
	width: 45px;
}

#sp-footer .sp-module ul > li > a:hover {
	color: #fff;
} 

#sp-footer .sp-module ul > li > a.f_facebook:hover {
    background: #5D82D1;
    border: 1px solid #5D82D1;
	box-shadow: 0 0 0 0px #5D82D1;
}
#sp-footer .sp-module ul > li > a.f_twitter:hover {
    background: #40BFF5;
    box-shadow: 0 0 0 0px #40BFF5;
    border: 1px solid #40BFF5;
}
#sp-footer .sp-module ul > li > a.f_google:hover {
    background: #EB5E4C;
    box-shadow: 0 0 0 0px #EB5E4C;
    border: 1px solid #EB5E4C;
}
#sp-footer .sp-module ul > li > a.f_linkedin:hover {
    background: #238CC8;
    box-shadow: 0 0 0 0px #238CC8;
    border: 1px solid #238CC8;
}
#sp-footer .sp-module ul > li > a.f_youtube:hover {
    background: #CC181E;
    box-shadow: 0 0 0 0px #CC181E;
    border: 1px solid #CC181E;
}
#sp-footer .sp-module ul > li > a.f_skype:hover{
    background: #00AFF0;
    box-shadow: 0 0 0 0px #00AFF0;
    border: 1px solid #00AFF0;
}

/* END FOOTER */
