@font-face {
	font-family: 'icomoon';
	src: url("../fonts/icomoon/icomoon.eot?srf3rx");
	src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
	font-family: Raleway, Arial, sans-serif;
	line-height: 1.8;
	font-size: 15px;
	background: #fff;
	color: #848484;
	font-weight: 400;
	overflow-x: hidden;
}
body.offcanvas {
	overflow: hidden;
}

body p{
	font-family: sans-serif;
}

/*iOSでフォームのスタイルを効かす*/
* {
	-webkit-appearance: none;
}

a {
	color: palevioletred;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	text-decoration: none !important;
	color: palevioletred !important;
	opacity: 0.7;
}

p, ul, ol {
/*	margin-bottom: 1.5em;*/
	margin-bottom: 4em;
	font-size: 15px;
	color: #848484;
	font-family: Raleway, Arial, sans-serif;
}

ol {
	font-family: sans-serif;
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}

ol li {
	margin-bottom: 10px;
	padding-left: 30px;
	position: relative;
}
ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background: #ccc;
	color: #fff;
	display: block;
	float: left;
	line-height: 20px;
	margin-left: -30px;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
	margin-top: 3px;
	font-size: 11px;
}

p{
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	color: #5a5a5a;
	font-family: Raleway, Arial, sans-serif;
	font-weight: 400;
	margin: 0 0 30px 0;
}

h3{
	letter-spacing: 1px;
}

figure {
	margin-bottom: 2em;

}

figure p{
	height: 40vh;
	width: auto;
	border-radius: 14px;
	background-size: cover;
	background-position: center 80% !important;
}

::-webkit-selection {
	color: #666;
	background: #eee;
}

::-moz-selection {
	color: #666;
	background: #eee;
}

::selection {
	color: #666;
	background: #eee;
}

#header {
	position: relative;
	margin-bottom: 0;
	z-index: 9999999;
}

.cover,
.hero {
	position: relative;
/*	height: 800px;*/
	height: 100vh;
	background-position: center center !important;
}

_::-webkit-:not(:root:root),
.cover,.hero {
	height: 800px;
 }
 
 @media screen and (-webkit-min-device-pixel-ratio:0) {
  ::i-block-chrome, .cover,.hero {
    height: 800px;
  }
}

@media screen and (max-width: 768px) {
	.cover,
	.hero {
/*		height: 700px;*/
		height: 100vh;
	}
}
.cover.hero-2,
.hero.hero-2 {
	height: 600px;
}
@media screen and (max-width: 768px) {
	.hero.hero-2 {
/*		height: 600px;*/
		height: 100vh;
	}
}

.cover.hero-2 .overlay,
.hero.hero-2 .overlay {
	position: absolute !important;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(66, 64, 64, 0.4);
}

.overlay {
	position: absolute !important;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: rgba(66, 64, 64, 0.4);
}

.cover {
	background-size: cover;
	position: relative;
}
@media screen and (max-width: 768px) {
	.cover {
/*		heifght: inherit;*/
		height: inherit;
		padding: 3em 0;
	}
}
.cover .btn {
	padding: 1em 5em;
	opacity: .9;
}
.cover.cover_2 {
	height: 600px;
}

@media screen and (max-width: 768px) {
	.cover .btn {
		padding: 1em 2em;
	}
}

@media screen and (max-width: 768px) {
	.cover.cover_2 {
/*		heifght: inherit;*/
		height: inherit;
		padding: 3em 0;
	}
}
.cover .desc {
	top: 50%;
	position: absolute;
	width: 100%;
/*	margin-top: -80px;*/
	margin-top: -80px;
	z-index: 2;
	color: #fff;
}
@media screen and (max-width: 768px) {
	.cover .desc {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.cover .desc h2 {
	color: #fff;
/*	text-transform: uppercase;*/
	font-size: 60px;
	margin-bottom: 10px;
	font-weight: 100;
}
@media screen and (max-width: 768px) {
	.cover .desc h2 {
		font-size: 40px;
	}
}
.cover .desc span {
	display: block;
	margin-bottom: 30px;
	font-size: 28px;
	line-height: 1.2em;
	letter-spacing: 1px;
	font-weight: 400;
}
.cover .desc span a {
	color: #fff;
}
.cover .desc span a:hover, .cover .desc span a:focus {
	color: #fff !important;
}
.cover .desc span a:hover.btn, .cover .desc span a:focus.btn {
	border: 2px solid #fff !important;
	background: transparent !important;
}
.cover .desc span a.site-name {
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

/* Superfish Override Menu */
.sf-menu {
	margin: 0 !important;
}

.sf-menu {
	float: right;
}

.sf-menu ul {
	box-shadow: none;
	border: transparent;
	min-width: 12em;
	*width: 12em;
}

.sf-menu a {
	color: rgba(255, 255, 255, 0.7);
	padding: 0.3em 1em !important;
	font-weight: normal;
	border-left: none;
	border-top: none;
	border-top: none;
	text-decoration: none;
	zoom: 1;
	font-size: 14px;
	border-bottom: none !important;
}
.sf-menu a:hover, .sf-menu a:focus {
	color: #fff !important;
}

.sf-menu li.active a:hover, .sf-menu li.active a:focus {
	color: #fff;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
	text-transform: none;
	padding: 0.25em 1em !important;
	letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
	color: #fff;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
	background: transparent;
}

.sf-menu ul li {
	background: transparent;
}

.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #ccc;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: #ccc;
}

#header-section {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}

.nav-header {
	position: relative;
	float: left;
	width: 100%;
}

#logo {
	position: relative;
	z-index: 2;
	font-size: 22px;
/*	text-transform: uppercase;*/
	margin-top: 26px;
	font-weight: 600;
	float: left;
}
#logo p{
	font-size: 19px;
	color: #fff;
	margin-top: 2px;
	margin-bottom: 0;
}
#logo span {
	font-weight: 200;
}
@media screen and (max-width: 768px) {
	#logo {
		width: 100%;
		float: none;
/*		text-align: center;*/
		font-size: 14.5px;
		margin-top: 15px;
	}
	#logo p{
		font-size: 13px;
	}
}
#logo a {
	color: #fff;
}
#logo a:hover, #logo a:focus {
	color: #fff !important;
}

h1#logo{
	margin-bottom: 0;
}

#menu-wrap {
/*	position: relative;
	z-index: 2;
	display: block;
	float: right;
	margin-top: 22px;*/
}
#menu-wrap .sf-menu a {
	padding: 1em .75em;
}

#primary-menu{
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 100px;
	width: 100%;
	margin-top: 20px !important;
}

#primary-menu > li > ul li.active > a {
	color: palevioletred !important;
}
#primary-menu > li > .sf-with-ul:after {
	border: none !important;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	float: right;
	margin-right: -5px;
	top: 50%;
	margin-top: -7px;
	content: "\e922";
	color: rgba(255, 255, 255, 0.5);
}
#primary-menu > li > ul li {
	position: relative;
}
#primary-menu > li > ul li > .sf-with-ul:after {
	border: none !important;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	float: right;
	margin-right: 10px;
	top: 20px;
	font-size: 15px;
	content: "\e924";
	color: rgba(0, 0, 0, 0.5);
}

#primary-menu .sub-menu {
	padding: 10px 7px 10px;
	background: #fff;
	left: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
#primary-menu .sub-menu > li > .sub-menu {
	left: 100%;
}

#primary-menu .sub-menu:before {
	position: absolute;
	top: -9px;
	left: 20px;
	width: 0;
	height: 0;
	content: '';
}

#primary-menu .sub-menu:after {
	position: absolute;
	top: -8px;
	left: 21px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	border-bottom: 8px solid white;
	border-left: 8px solid transparent;
	content: '';
}

#primary-menu .sub-menu .sub-menu:before {
	top: 6px;
	left: 100%;
}

#primary-menu .sub-menu .sub-menu:after {
	top: 7px;
	right: 100%;
	border: none !important;
}

.site-header.has-image #primary-menu .sub-menu {
	border-color: #ebebeb;
	-webkit-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	-ms-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	-o-box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
	box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.09);
}
.site-header.has-image #primary-menu .sub-menu:before {
	display: none;
}

#primary-menu .sub-menu a {
	letter-spacing: 0;
	padding: 0 15px;
	font-size: 18px;
	line-height: 34px;
	color: #575757 !important;
	text-transform: none;
	background: none;
}
#primary-menu .sub-menu a:hover {
	color: palevioletred !important;
}

#content-section,/*メニュー部分*/
#about-section,/*研究会について部分*/
#profile-section,/*ごあいさつ部分*/
#event-section,/*大会のお知らせ部分*/
#work-section,/*著書などの部分*/
#work-section_2{
	padding: 7em 0;
}
@media screen and (max-width: 768px) {
	#content-section,
	#about-section,
	#profile-section,
	#event-section,
	#work-section,
	#work-section_2 {
		padding: 4em 0;
	}
}

#work-section h2, #work-section li{
	font-family: sans-serif;
}

#profile-section img{
	border-radius: 50%;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

#profile .renmei span{
	display: block;
}

#profile .renmei{
	text-align: right;
}

#profile .renmei .syozoku{
	font-size: 0.8em;
}

#profile .renmei .namae{
	margin-bottom: 20px;
}

#profile img{
	border-radius: 50%;
	text-align: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: -30px;
}

#profile h4{
	text-align: left;
}


@media screen and (min-width: 641px) {
	#profile .list dl{
		display: flex;
		align-items: center;
	}
}

#profile .list dl dt{
	width: 8em;
	font-size: 1.3em;
	margin-right: 1em;	
	color: #5a5a5a;
	font-weight: normal;
}




.section-gray {
	background: rgba(0, 0, 0, 0.04);
}

.heading-section {
	padding-bottom: 1em;
	margin-bottom: 5em;
}
.heading-section:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 50vw;
	margin-left: -25vw;
	height: 1px;
	background: #ccc;
}
.heading-section h3 {
	font-size: 24px;
	letter-spacing: 1px;
/*	text-transform: uppercase;*/
	position: relative;
}

.grid {
/*	height: 302px;*/
	height: 220px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 30px;
	position: relative;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}
@media screen and (max-width: 480px) {
	.grid {
		height: 240px;
	}
}
.grid .image-popup {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	opacity: 1;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}
.grid .image-popup .prod-title {
	position: absolute;
	top: 50%;
	bottom: 20px;
	left: 20px;
	right: 20px;
	margin-top: -25px;
}
#work-section .grid .image-popup .prod-title {
	position: absolute;
	top: 40%;
	bottom: 20px;
	left: 20px;
	right: 20px;
	margin-top: -20px;
}
.grid .image-popup .prod-title h3 {
	margin-bottom: 10px;
	color: #fff;
	font-size: 18px;
}
.grid .image-popup .prod-title span {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	margin-bottom: 10px;
}
.grid:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.grid:hover .image-popup {
	opacity: 0.6;
}

.profile {
	margin-bottom: 5em;
}
.profile span {
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.profile span i {
	font-size: 50px;
	color: palevioletred;
}
.profile h3 {
	font-size: 20px;
	font-weight: 400;
}

#profile, #about, #contact {
	padding: 7em 0;
}
@media screen and (max-width: 768px) {
	#profile, #about, #contact {
		padding: 4em 0;
	}
}

#contact .required{
	color: red;
}

#about h4{
	font-family: sans-serif;
	margin-top: 2em;
}

#profile .year{
	margin-right: 1em;
}

@media screen and (max-width: 768px) {
	#profile .year{
		display: block;
		margin-top: 0.5em;
	}
}

#profile h5, #archive h5{
	font-size: 16px;
}

#profile h2{
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}

#profile .number{
	font-size: 26px;
	color: powderblue;
	position: relative;
	padding-top: 10px;
/*	font-style: italic;*/
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
#profile .number:before{
	position: absolute;
	content: "";
	width: 100%;
	height: 3px;
	bottom: -8px;
	left: 0;
	background: powderblue;
}
#archive .icon {
	margin-bottom: 30px;
/*	margin-top: 50px;*/
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
@media screen and (max-width: 768px) {
	#archive .icon {
		margin-top: 0px;
		float: none;
	}
}
#archive .icon i {
	font-size: 80px;
	color: palevioletred;
}
@media screen and (max-width: 768px) {
	#archive .icon i {
		font-size: 60px;
	}
}

#archive p{
	margin-bottom: 20px;
	margin-top: 20px;
}

#archive h2{
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 1.3em;
}

#contact .contact-info {
	margin: 0;
	padding: 0;
}
#contact .contact-info li {
	list-style: none;
	margin: 0 0 20px 0;
	position: relative;
	padding-left: 40px;
}
#contact .contact-info li i {
	position: absolute;
	top: .3em;
	left: 0;
	font-size: 22px;
	color: rgba(0, 0, 0, 0.3);
}
#contact .contact-info li a {
	font-weight: 400 !important;
	color: rgba(0, 0, 0, 0.3);
}
#contact .form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	border: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 14px;
	font-weight: 400;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
#contact .form-control:focus, #contact .form-control:active {
/*	border-bottom: 1px solid rgba(0, 0, 0, 0.5);*/
	border-bottom: 1px solid palevioletred;
}
#contact input[type="text"] ,
#contact input[type="tel"],
#contact input[type="email"],
#contact input[type="number"]{
	height: 50px;
}
#contact .form-group {
	margin-bottom: 30px;
	font-family: sans-serif;
}

#contact .form-group span{
	line-height: 2em;
	font-size: 15px;
}

#contact .form-group span i{
	margin-right: 5px;
}

select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 50px;
    padding: 8px 12px;
    border:1px solid rgba(0, 0, 0, 0.1);
    color:#848484;
    width:100%;
    border-radius:4px;
}
select option{
  background-color: #fff;
  color: #848484;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring { 
  color: transparent; 
/*  text-shadow: 0 0 0 #828c9a;*/
}
.select-wrap {
    position: relative;
}
.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 20px;
    top: 0;
    content: "\e929";
    font-family: "icomoon";
    line-height: 52px;
/*    color: #7F878C;*/
    pointer-events: none;
	font-size: 15px;
}

.testimonial {
	position: relative;
	background: #fff;
	padding: 4em 0;
	border-radius: 5px;
	-webkit-box-shadow: 0px 9px 44px -11px rgba(0, 0, 0, 0.58);
	-moz-box-shadow: 0px 9px 44px -11px rgba(0, 0, 0, 0.58);
	box-shadow: 0px 9px 44px -11px rgba(0, 0, 0, 0.58);
}
@media screen and (max-width: 768px) {
	.testimonial {
		border-right: 0;
		margin-bottom: 80px;
	}
}
.testimonial h2 {
	font-size: 16px;
	letter-spacing: 2px;
/*	text-transform: uppercase;*/
	font-weight: bold;
	margin-bottom: 50px;
}
.testimonial figure {
	position: absolute;
	top: -55px;
	left: 50%;
	margin-left: -60px;
	margin-bottom: 20px;
	background-size: cover;
}
.testimonial figure img {
	width: 120px;
	height: 120px;
	border: 5px solid #fff;
	background-size: cover;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.testimonial blockquote {
	border: none;
	margin-bottom: 20px;
}
.testimonial blockquote p {
	font-style: italic;
	font-size: 20px;
	line-height: 1.6em;
	color: #555555;
}
.testimonial span {
	font-style: italic;
}

.blog {
	margin-bottom: 60px;
}
.blog a img {
	margin-bottom: 30px;
	width: 100%;
	height: 220px;
	object-fit: cover;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	border-radius: 7px;
}
@media screen and (max-width: 768px) {
	.blog {
		width: 100%;
	}
}
.blog .image-popup {
	opacity: 1;
}
.blog .image-popup span {
	display: inline-block;
	margin-bottom: 20px;
}
.blog .image-popup span.posted {
	font-style: italic;
	color: rgba(0, 0, 0, 0.3);
	font-size: 18px;
}
.blog .image-popup span.comment {
  float: right;
}
.blog .image-popup span.comment a {
	color: rgba(0, 0, 0, 0.3);
}
.blog .image-popup span.comment a i {
	color: #999;
	padding-left: 7px;
}
.blog .image-popup h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.blog .image-popup h3 a {
	color: rgba(0, 0, 0, 0.6);
}

/*ページ送り*/
.pager li > a,
.pager li > span {
  border-radius: 5px;
}
.pagination li i{
	font-size: 10px;
}
.pagination li a{
  margin-right: 1px;
  margin-left: 1px;
}
.pager li i{
	font-size: 10px;
}
.pager li{
	font-size: 12px;
	letter-spacing: 2px;
}

#start-project-section {
	padding: 7em 0;
	background: #F64E8B;
}
#start-project-section h2 {
	color: white;
	font-size: 60px;
/*	text-transform: uppercase;*/
	font-weight: 300;
}
@media screen and (max-width: 768px) {
	#start-project-section h2 {
		font-size: 30px;
	}
}
#start-project-section a:hover, #start-project-section a:focus, #start-project-section a:active {
	color: white !important;
}

#map {
	width: 100%;
	height: 500px;
	position: relative;
}
@media screen and (max-width: 768px) {
	#map {
		height: 200px;
	}
}

.social-icons > a {
	padding: 4px 10px;
	color: palevioletred;
}
.social-icons > a i {
	font-size: 26px;
}
.social-icons > a:hover, .social-icons > a:focus, .social-icons > a:active {
	text-decoration: none;
	color: #5a5a5a;
}

/*ページトップへ*/
#page-top{
	display: none;
}

#page-top a{
	position: fixed;
	bottom: 50px;
	right: 50px;
	background: #000;
	opacity: 0.5;
	width: 50px;
	height: 50px;
	border-radius: 50%;
/*	text-indent: -9999px;*/
	display: block;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

#page-top a:hover{
	background: #000;
	opacity: 0.3;
}

@media screen and (max-width: 768px) {
	#page-top a{
		bottom: 3%;
		right: 3%;
	}
}


#footer {
	background: #222831;
	padding: 20px 0 40px 0;
}

@media screen and (max-width: 768px) {
	#footer {
		padding: 0 0 60px 0;
	}
}

#footer p {
	color: rgba(255, 255, 255, 0.3);
	letter-spacing: 1px;
	font-size: 11px;
/*	text-transform: uppercase;*/
	margin-right: 1em;
	margin-left: 1em;
}
#footer p a {
	color: rgba(255, 255, 255, 0.5);
}

#footer #footer_menu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	font-size: 12px;
	list-style-type: none;
	padding: 0px;
	margin-bottom: 100px;
}

#footer #footer_menu ul li a{
	color: #ccc;
	display: block;
	margin-top: 20px;
	padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
	#footer #footer_menu ul{
		display: block;
		font-size: 13px;
	}
	#footer #footer_menu ul li{
		border-bottom: 1px solid #444;
		text-align: left;
		padding: 0 20px;
		position: relative;
	}
	#footer #footer_menu ul li:after{
		font-family: 'icomoon';
		content: "\e924";
		position: absolute;
		top: 0;
		right: 20px;
	}
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  white-space: normal !important;
}

.btn {
/*	text-transform: uppercase;*/
	letter-spacing: 2px;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.btn.btn-primary {
	background: palevioletred;
/*	background: rgba(200, 200, 200, 0.8);*/
	color: #fff;
	border: none !important;
	border: 2px solid transparent !important;
	margin-bottom: 50px;
	border-radius: 30px;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
	box-shadow: none;
	background: palevioletred;
	color: #fff !important;
}
.btn:hover, .btn:active, .btn:focus {
	background: #393e46 !important;
	color: #fff;
	outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
	border-color: transparent;
}

.js .animate-box {
	opacity: 0;
}

#wrapper {
	overflow-x: hidden;
	position: relative;
}

.offcanvas {
	overflow: hidden;
}
.offcanvas #wrapper {
	overflow: hidden !important;
}

#page {
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.offcanvas #page {
/*	-moz-transform: translateX(-240px);
	-webkit-transform: translateX(-240px);
	-ms-transform: translateX(-240px);
	-o-transform: translateX(-240px);
	transform: translateX(-240px);*/
	-moz-transform: translateX(-260px);
	-webkit-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}

@media screen and (max-width: 768px) {
	#menu-wrap {
		display: none;
	}
}

#offcanvas-menu {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 99;
	background: #222;
	right: -260px;
	width: 260px;
/*	padding: 20px;*/
	overflow-y: scroll !important;
}
#offcanvas-menu ul {
	padding: 0;
	margin: 0;
}
#offcanvas-menu ul li {
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #444;
	padding: 0 20px;
	position: relative;
}
#offcanvas-menu ul li:after{
	font-family: 'icomoon';
	content: "\e924";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -15px;
}

#offcanvas-menu ul li a {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	padding: 20px 0 20px 0;
}

#offcanvas-menu ul li a:hover {
	color: palevioletred;
}
#offcanvas-menu ul li > .sub-menu {
	margin-top: 9px;
	padding-left: 20px;
}
#offcanvas-menu ul li.active > a {
	color: palevioletred;
}
#offcanvas-menu ul .sub-menu {
	display: block !important;
}

.nav-toggle {
	cursor: pointer;
	text-decoration: none;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
	background: #fff;
}
.nav-toggle.dark.active i::before, .nav-toggle.dark.active i::after {
	background: #fff;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}
.nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 30px;
	height: 2px;
	color: #fff;
	font: bold 14px/.4 Helvetica;
/*	text-transform: uppercase;*/
	text-indent: -55px;
	background: #fff;
	transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
	content: '';
	width: 30px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nav-toggle.dark i {
	position: relative;
	color: #000;
	background: #000;
	transition: all .2s ease-out;
}
.nav-toggle.dark i::before, .nav-toggle.dark i::after {
	background: #000;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.nav-toggle i::before {
	top: -10px;
}

.nav-toggle i::after {
	bottom: -10px;
}

.nav-toggle:hover i::before {
	top: -10px;
}

.nav-toggle:hover i::after {
	bottom: -10px;
}

.offcanvas .nav-toggle.active i {
	background: transparent;
}

.offcanvas .nav-toggle.active i::before {
	top: 0;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	width: 34px;
}

.offcanvas .nav-toggle.active i::after {
	bottom: 0;
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
	width: 34px;
}

.nav-toggle {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 9999;
	display: block;
	margin: 0 auto;
	display: none;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
	.nav-toggle {
		display: block;
		top: 0px;
		margin-top: 0.5em;
	}
}

@media screen and (max-width: 480px) {
	.col-xxs-12 {
		float: none;
		width: 100%;
	}
}

.row-bottom-padded-lg {
	padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
	.row-bottom-padded-lg {
		padding-bottom: 2em;
	}
}

.row-top-padded-lg {
	padding-top: 7em;
}
@media screen and (max-width: 768px) {
	.row-top-padded-lg {
		padding-top: 2em;
	}
}

.row-bottom-padded-md {
	padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
	.row-bottom-padded-md {
		padding-bottom: 2em;
	}
}

.row-top-padded-md {
	padding-top: 4em;
}
@media screen and (max-width: 768px) {
	.row-top-padded-md {
		padding-top: 2em;
	}
}

.row-bottom-padded-sm {
	padding-bottom: 2em;
}
@media screen and (max-width: 768px) {
	.row-bottom-padded-sm {
		padding-bottom: 2em;
	}
}

.row-top-padded-sm {
	padding-top: 2em;
}
@media screen and (max-width: 768px) {
	.row-top-padded-sm {
		padding-top: 2em;
	}
}

.border-bottom {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.lead {
	line-height: 1.8;
}

.no-js #loader {
	display: none;
}

.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/hourglass.svg) center no-repeat #222222;
}

/*# sourceMappingURL=style.css.map */













