@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=Quicksand:300,400,500,700');

/* GENERAL */

html {
	overflow-x: hidden;
	padding: 0px;
	margin: 0px
}
body{
	/*font-family: "Open Sans";*/
	font-family: UE02D;
	font-size: 14px;
	line-height: 2.5;
	letter-spacing: 1px;
	word-wrap: break-word;
	font-weight: 400;
	background-color: #fff;
	text-align: left;
}
svg{
	fill: currentcolor;
	width: 15px;
	height: 15px;
}
img.svg{
	width: 15px;
	height: 15px;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color: #000;
}

::placeholder { /* Most modern browsers support this now. */
   color: #000;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: none;
}

ul, ol{
	margin:0px;	
}
ul li, ol li{
	margin-bottom:0px;
}
img{
	vertical-align:middle;
	max-width:100%;
}
iframe{
	max-width:100%;
}
del {
	text-decoration: line-through;
}
a, i{
	border:none;
}
a:hover{text-decoration:none;}

h1, h2, h3, h4, h5, h6{
	font-weight:600;
	font-family: "Quicksand";
	line-height: 1.6;
}
h1 { font-size: 45px; }
h2 { font-size: 36px; }
h3 { font-size: 30px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 16px; }

table{
	width:100%;
	max-width:100%;
	text-align:left;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-bottom:15px;
	color:#999;
	border:1px solid #eee;
}
table tr{
	border:1px solid #eee;
}
table th{
	vertical-align:top;
	color:#333;
	background:none;
	font-size:16px;
	font-weight:normal;
	padding:15px 10px;
	border:1px solid #eee;
}
table td{
	vertical-align:top;
	padding:10px;
	border:1px solid #eee;
}

code, pre {
	padding: 10px;
	padding-bottom: 0;
	border-left: 3px solid #6FBF71;
	border-bottom: 1px solid transparent;
	background: #f7f7f7;
	overflow-x:scroll;
}

pre{
	display: block;	
	word-break: break-all;
	word-wrap: break-word;
}
pre code { white-space: pre-wrap; }



.sppb-btn {
	text-decoration: none;
	color: #fff !important;
	background-color: #000;
	font-family: "Quicksand";
	font-weight: 600;
	padding: 16px 40px 18px 40px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: none;
	border-radius: 0;
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 1px;
	word-wrap: break-word;
}

.sppb-btn:hover {
	background-color: #fa2856;
	color: #fff;
}

/* */

/* HEADER */

#sp-header {
	height: inherit;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 98;
	box-shadow: none;
	padding: 50px 0px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	background: #fff;
}

#sp-header.header-sticky {padding: 24px 0px;}

#sp-header .logo {
	height: inherit;
	display: inline-block;
}

#sp-header .logo img {
	height: inherit;
}

#sp-logo, #sp-menu {
	display: table;
	margin: auto;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
	display: inline-block;
	padding: 0;
	line-height: 38px;
	text-decoration: none;
	color: #000;
	font-family: "Quicksand";
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin: 0px 30px 0px 0px;
}

.sp-megamenu-parent > li:last-child > a {margin-right: 0;}

.sp-megamenu-parent > li.active > a {
	font-weight: 600;
}

#offcanvas-toggler {
	display: block;
	height: inherit;
	line-height: inherit;
	font-size: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 99;
	position: absolute;
	right: 20px;
	top: -43px;
}

/* */

/* PAGE TITLE 

.sp-page-title {
	padding: 133px 0 175px;
}

.sp-page-title .sp-page-title-heading {
	font-size: 30px;
	line-height: 1.6;
}

.sp-page-title .sp-page-title-heading, .sp-page-title .sp-page-title-sub-heading {
	margin: 0;
	padding: 0;
	color: #000;
	position: relative;
	max-width: 40%;
}

/* */

/* FOOTER */

#sp-footer {
	font-size: inherit;
}

#sp-footer, #sp-bottom {
	background: inherit;
	color: inherit;
}

#sp-footer .container-inner {
	padding: 0;
	border-top: 0px solid rgba(255, 255, 255, .1);
}

#sp-bottom .sp-module ul > li {
	display: block;
	margin-bottom: 0;
}

#sp-footer a, #sp-bottom a {
	color: rgba(255,255,255,0.9);
}

/* */

/* PORTFOLIO DEFAULTS */

.com-spsimpleportfolio #sp-main-body {padding: 0 0 0px;}

.featherlight {
  top: 13%;
}

.featherlight .featherlight-content {
  max-height: 95%;
  max-width: 55%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: transparent none repeat scroll 0 0;
}

.com-spsimpleportfolio h2 {
	padding: 133px 0 175px;
	font-size: 30px;
	line-height: 1.6;
	margin: 0;
	color: #000;
	position: relative;
	max-width: 40%;
}

.sp-simpleportfolio .sp-simpleportfolio-img {
	display: block;
	width: 100%;  
	height: auto;
}

.sp-simpleportfolio .sp-simpleportfolio-description {
	width: 100%;
	float: none;
	margin-top: 0;
}

.aola_tm_twice_box_wrap.single {
/*	margin-bottom: 190px;*/
}

.aola_tm_section .container {padding: 0;}

.aola_tm_twice_box_wrap.single:after {
	display: block;
    content: "";
    clear: both;
}

.aola_tm_twice_box_wrap .leftbox {
	width: 40%;
	float: left;
	padding-right: 50px;
}

.aola_tm_twice_box_wrap .leftbox .title.portfolio h3 {
	margin-bottom: 11px;
}

.aola_tm_twice_box_wrap .leftbox .title h3 {
	color: #000;
	font-size: 25px;
}

.aola_tm_twice_box_wrap .detail_list {
	width: 100%;
	height: auto;
	clear: both;
	float: left;
	padding-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.aola_tm_twice_box_wrap .detail_list ul {
	margin: 0px;
	list-style-type: none;
}

.aola_tm_twice_box_wrap .detail_list ul li {
	margin: 0px;
}

.aola_tm_twice_box_wrap .detail_list ul li .first {
	color: #000;
	font-weight: 600;
}

.aola_tm_twice_box_wrap .detail_list ul li span {
	display: inline-block;
	min-width: 150px;
}

.aola_tm_twice_box_wrap .detail_list ul li .second {
	color: #000;
}

.aola_tm_twice_box_wrap .rightbox {
	width: 60%;
	float: right;
}

.aola_tm_twice_box_wrap .rightbox .about_text_wrap p {
	color: #333;
}

.article-list .article .readmore a:hover, .article-list .article .readmore a:active, .article-list .article .readmore a:focus {
	color: #fa2856;
}

/* */

/* BLOG SINGLE */

.article-details .article-full-image {
	text-align: center;
	margin-bottom: 55px;
	position: relative;
}

.article-details .article-full-image:after {
	background-color: rgba(0,0,0,.2);
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 20;
	width: 100%;
	height: 100%;
	content: "";
}

.article-details .article-full-image img {
	display: inline-block;
	border-radius: 0;
}

.article-details .article-header h1, .article-details .article-header h2 {
	margin-bottom: 25px;
	color: #000;
	font-size: 24px;
}

.article-info {display: none;}

.article-info p {color: #333;}

.definition p {
	color: #333;
	margin-bottom: 38px;
}

.definition blockquote {
	color: #000;
	padding: 10px 0px 10px 20px;
	margin-bottom: 38px;
	border-left: 2px solid #000;
	font-style: italic;
}

.definition p:last-child {
    margin-bottom: 27px;
}


/* IMPORT FONT */

@font-face {
  font-family: 'xcon';
  src: url('font/xcon.eot?4965248');
  src: url('font/xcon.eot?4965248#iefix') format('embedded-opentype'),
       url('font/xcon.woff2?4965248') format('woff2'),
       url('font/xcon.woff?4965248') format('woff'),
       url('font/xcon.ttf?4965248') format('truetype'),
       url('font/xcon.svg?4965248#xcon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'xcon';
    src: url('../font/xcon.svg?4965248#xcon') format('svg');
  }
}
*/
 
 [class^="xcon-"]:before, [class*=" xcon-"]:before {
  font-family: "xcon";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.xcon-phone:before { content: '\e800'; } /* '' */
.xcon-mail:before { content: '\e801'; } /* '' */
.xcon-globe:before { content: '\e802'; } /* '' */
.xcon-glass:before { content: '\e803'; } /* '' */
.xcon-music:before { content: '\e804'; } /* '' */
.xcon-search:before { content: '\e805'; } /* '' */
.xcon-star:before { content: '\e806'; } /* '' */
.xcon-star-empty:before { content: '\e807'; } /* '' */
.xcon-heart:before { content: '\e808'; } /* '' */
.xcon-cancel-circled:before { content: '\e809'; } /* '' */
.xcon-ok:before { content: '\e80a'; } /* '' */
.xcon-bookmark:before { content: '\e80b'; } /* '' */
.xcon-thumbs-up:before { content: '\e80c'; } /* '' */
.xcon-thumbs-down:before { content: '\e80d'; } /* '' */
.xcon-download:before { content: '\e80e'; } /* '' */
.xcon-upload:before { content: '\e80f'; } /* '' */
.xcon-lock-open:before { content: '\e810'; } /* '' */
.xcon-lock:before { content: '\e811'; } /* '' */
.xcon-bell:before { content: '\e812'; } /* '' */
.xcon-location:before { content: '\e813'; } /* '' */
.xcon-attention:before { content: '\e814'; } /* '' */
.xcon-cog:before { content: '\e815'; } /* '' */
.xcon-resize-full:before { content: '\e816'; } /* '' */
.xcon-resize-small:before { content: '\e817'; } /* '' */
.xcon-resize-horizontal:before { content: '\e818'; } /* '' */
.xcon-resize-vertical:before { content: '\e819'; } /* '' */
.xcon-basket:before { content: '\e81a'; } /* '' */
.xcon-calendar:before { content: '\e81b'; } /* '' */
.xcon-wrench:before { content: '\e81c'; } /* '' */
.xcon-folder:before { content: '\e81d'; } /* '' */
.xcon-folder-open:before { content: '\e81e'; } /* '' */
.xcon-volume-off:before { content: '\e81f'; } /* '' */
.xcon-volume-up:before { content: '\e820'; } /* '' */
.xcon-volume-down:before { content: '\e821'; } /* '' */
.xcon-clock:before { content: '\e822'; } /* '' */
.xcon-zoom-out:before { content: '\e823'; } /* '' */
.xcon-zoom-in:before { content: '\e824'; } /* '' */
.xcon-down-dir:before { content: '\e825'; } /* '' */
.xcon-up-dir:before { content: '\e826'; } /* '' */
.xcon-left-dir:before { content: '\e827'; } /* '' */
.xcon-right-dir:before { content: '\e828'; } /* '' */
.xcon-down-open:before { content: '\e829'; } /* '' */
.xcon-left-open:before { content: '\e82a'; } /* '' */

.xcon-right-open:before { content: '\e82b'; } /* '' */
.xcon-up-open:before { content: '\e82c'; } /* '' */
.xcon-down-big:before { content: '\e82d'; } /* '' */
.xcon-left-big:before { content: '\e82e'; } /* '' */
.xcon-right-big:before { content: '\e82f'; } /* '' */
.xcon-up-big:before { content: '\e830'; } /* '' */
.xcon-play:before { content: '\e831'; } /* '' */
.xcon-spin3:before { content: '\e832'; } /* '' */
.xcon-play-circled2:before { content: '\e833'; } /* '' */
.xcon-pause:before { content: '\e834'; } /* '' */
.xcon-to-end:before { content: '\e835'; } /* '' */
.xcon-to-end-alt:before { content: '\e836'; } /* '' */
.xcon-to-start:before { content: '\e837'; } /* '' */
.xcon-flash:before { content: '\e838'; } /* '' */
.xcon-to-start-alt:before { content: '\e839'; } /* '' */
.xcon-fast-fw:before { content: '\e83a'; } /* '' */
.xcon-fast-bw:before { content: '\e83b'; } /* '' */
.xcon-off:before { content: '\e83c'; } /* '' */
.xcon-check:before { content: '\e83d'; } /* '' */
.xcon-comment:before { content: '\e83e'; } /* '' */
.xcon-chat:before { content: '\e83f'; } /* '' */
.xcon-forward:before { content: '\e840'; } /* '' */
.xcon-eye:before { content: '\e841'; } /* '' */
.xcon-eye-off:before { content: '\e842'; } /* '' */
.xcon-star-half:before { content: '\e843'; } /* '' */
.xcon-heart-empty:before { content: '\e844'; } /* '' */
.xcon-camera:before { content: '\e845'; } /* '' */
.xcon-videocam:before { content: '\e846'; } /* '' */
.xcon-picture:before { content: '\e847'; } /* '' */
.xcon-camera-alt:before { content: '\e848'; } /* '' */
.xcon-video:before { content: '\e849'; } /* '' */
.xcon-home:before { content: '\e84a'; } /* '' */
.xcon-pencil:before { content: '\e84b'; } /* '' */
.xcon-trash-empty:before { content: '\e84c'; } /* '' */
.xcon-camera-1:before { content: '\e84d'; } /* '' */
.xcon-move:before { content: '\f047'; } /* '' */
.xcon-bookmark-empty:before { content: '\f097'; } /* '' */
.xcon-twitter:before { content: '\f099'; } /* '' */
.xcon-facebook:before { content: '\f09a'; } /* '' */
.xcon-rss:before { content: '\f09e'; } /* '' */
.xcon-resize-full-alt:before { content: '\f0b2'; } /* '' */
.xcon-gplus:before { content: '\f0d5'; } /* '' */
.xcon-sort-down:before { content: '\f0dd'; } /* '' */
.xcon-sort-up:before { content: '\f0de'; } /* '' */
.xcon-mail-alt:before { content: '\f0e0'; } /* '' */
.xcon-linkedin:before { content: '\f0e1'; } /* '' */
.xcon-comment-empty:before { content: '\f0e5'; } /* '' */
.xcon-chat-empty:before { content: '\f0e6'; } /* '' */
.xcon-bell-alt:before { content: '\f0f3'; } /* '' */
.xcon-angle-double-left:before { content: '\f100'; } /* '' */
.xcon-angle-double-right:before { content: '\f101'; } /* '' */
.xcon-angle-double-up:before { content: '\f102'; } /* '' */
.xcon-angle-double-down:before { content: '\f103'; } /* '' */
.xcon-angle-left:before { content: '\f104'; } /* '' */
.xcon-angle-right:before { content: '\f105'; } /* '' */
.xcon-angle-up:before { content: '\f106'; } /* '' */
.xcon-angle-down:before { content: '\f107'; } /* '' */
.xcon-desktop:before { content: '\f108'; } /* '' */
.xcon-laptop:before { content: '\f109'; } /* '' */
.xcon-tablet:before { content: '\f10a'; } /* '' */
.xcon-mobile:before { content: '\f10b'; } /* '' */
.xcon-quote-left:before { content: '\f10d'; } /* '' */
.xcon-reply:before { content: '\f112'; } /* '' */
.xcon-folder-empty:before { content: '\f114'; } /* '' */
.xcon-folder-open-empty:before { content: '\f115'; } /* '' */
.xcon-reply-all:before { content: '\f122'; } /* '' */
.xcon-star-half-alt:before { content: '\f123'; } /* '' */
.xcon-direction:before { content: '\f124'; } /* '' */
.xcon-attention-alt:before { content: '\f12a'; } /* '' */
.xcon-mic:before { content: '\f130'; } /* '' */
.xcon-mute:before { content: '\f131'; } /* '' */
.xcon-play-circled:before { content: '\f144'; } /* '' */
.xcon-ok-squared:before { content: '\f14a'; } /* '' */
.xcon-euro:before { content: '\f153'; } /* '' */
.xcon-pound:before { content: '\f154'; } /* '' */
.xcon-dollar:before { content: '\f155'; } /* '' */
.xcon-thumbs-up-alt:before { content: '\f164'; } /* '' */
.xcon-thumbs-down-alt:before { content: '\f165'; } /* '' */
.xcon-youtube-play:before { content: '\f16a'; } /* '' */
.xcon-instagram:before { content: '\f16d'; } /* '' */
.xcon-tumblr:before { content: '\f173'; } /* '' */
.xcon-down:before { content: '\f175'; } /* '' */
.xcon-up:before { content: '\f176'; } /* '' */
.xcon-left:before { content: '\f177'; } /* '' */
.xcon-right:before { content: '\f178'; } /* '' */
.xcon-apple:before { content: '\f179'; } /* '' */
.xcon-dribbble:before { content: '\f17d'; } /* '' */
.xcon-vkontakte:before { content: '\f189'; } /* '' */
.xcon-mail-squared:before { content: '\f199'; } /* '' */
.xcon-google:before { content: '\f1a0'; } /* '' */
.xcon-behance:before { content: '\f1b4'; } /* '' */
.xcon-paper-plane:before { content: '\f1d8'; } /* '' */
.xcon-paper-plane-empty:before { content: '\f1d9'; } /* '' */
.xcon-share:before { content: '\f1e0'; } /* '' */
.xcon-share-squared:before { content: '\f1e1'; } /* '' */
.xcon-cc-visa:before { content: '\f1f0'; } /* '' */
.xcon-cc-mastercard:before { content: '\f1f1'; } /* '' */
.xcon-cc-discover:before { content: '\f1f2'; } /* '' */
.xcon-cc-amex:before { content: '\f1f3'; } /* '' */
.xcon-cc-paypal:before { content: '\f1f4'; } /* '' */
.xcon-cc-stripe:before { content: '\f1f5'; } /* '' */
.xcon-bell-off:before { content: '\f1f6'; } /* '' */
.xcon-bell-off-empty:before { content: '\f1f7'; } /* '' */
.xcon-toggle-off:before { content: '\f204'; } /* '' */
.xcon-toggle-on:before { content: '\f205'; } /* '' */
.xcon-pinterest:before { content: '\f231'; } /* '' */
.xcon-hourglass-o:before { content: '\f250'; } /* '' */
.xcon-trademark:before { content: '\f25c'; } /* '' */
.xcon-registered:before { content: '\f25d'; } /* '' */
.xcon-odnoklassniki:before { content: '\f263'; } /* '' */
.xcon-safari:before { content: '\f267'; } /* '' */
.xcon-chrome:before { content: '\f268'; } /* '' */
.xcon-firefox:before { content: '\f269'; } /* '' */
.xcon-opera:before { content: '\f26a'; } /* '' */
.xcon-internet-explorer:before { content: '\f26b'; } /* '' */
.xcon-vimeo:before { content: '\f27d'; } /* '' */


#sp-footer .sppb-container-inner {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

@media (min-width: 576px) {#sp-footer .sppb-container-inner {max-width: 540px;}}
@media (min-width: 768px) {#sp-footer .sppb-container-inner {max-width: 720px;}}
@media (min-width: 992px) {#sp-footer .sppb-container-inner {max-width: 960px;}}
@media (min-width: 1200px) {#sp-footer .sppb-container-inner {max-width: 1140px;}}


.btn-next, .btn-previous {
	padding: 25px;
	color: #9b9b9b;
	font-size: 14px;
}
.btn-previous {
	padding-left: 0px;
}
.btn-next {
	padding-right: 0px;
}
.btn-next {
	float: right;
}
.btn-previous {
	float: left;
}
a.btn-next:hover, a.btn-previous:hover, a.btn-next:focus, a.btn-previous:focus, a.btn-next:active, a.btn-previous:active {
	color: #000;
}
.logo-image {
	display: flex !important;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	max-width:303px;
}
#sp-header .logo {
	width:100%;
}
#sp-header .logo a {
	width: 100%;
	display: block;
}
.sp-megamenu-parent {
	margin: auto;
}
.sp-megamenu-parent > li:first-child > a {
	padding: 0px 15px 0px 0px;
}

.footer-logo a {
	display: flex;
	justify-content: center;
}

.footer-logo img {
	width: 25px;
}

#sp-simpleportfolio {
	max-width: 1000px;
	margin: auto;
}
.com-spsimpleportfolio h2 {
  padding: 0px 0 50px;
  max-width: 100%;
  text-align: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
}

/*.sp-simpleportfolio .sp-simpleportfolio-description {
  width: 700px;
  float: none;
  margin: auto;
}*/


#sp-header {
	position: fixed;
	padding-top: 50px;
	padding-bottom: 30px;
}
#sp-section-2 {
	position: fixed;
	width: 100%;
	margin-top: 150px;
	background: #fff;
	padding-bottom: 20px;
	padding-top: 10px;
	z-index: 98;
}
@media (max-width: 992px) {
	#sp-section-2 {
		padding-bottom: 0px;
		margin-top: 90px;
		background: none !important;
	}
}
#sp-main-body {
	padding-top: 0px;
	margin-top: 250px;
}
@media (max-width: 992px) {#sp-main-body {margin-top: 150px;}}
@font-face {
    font-family: 'UE43T';
    src: url('font/UE01043T.TTF');
}
@font-face {
    font-family: 'UE02D';
    src: url('font/UE01002D.TTF');
}
.sp-megamenu-wrapper {
	max-width: 353px;
	margin: auto;
}
.sp-megamenu-parent {
	margin-left: 32px;
}
.sp-megamenu-parent > li:last-child > a {
	padding: 0px;
}
.sp-megamenu-parent > li > a {
	font-family: UE43T;
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-right: 25px;
	color: #888;
}
.sp-megamenu-parent > li:hover > a {
  color: #000;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
  color: #000;
  font-weight: normal;
}
.com-spsimpleportfolio h2 {
  font-family: UE02D;
}
.sp-simpleportfolio-description p {
	line-height: 1.8;
	max-width: 650px;
	margin: auto;
}
.aola_tm_twice_box_wrap h4 {
  line-height: 2.0;
  font-family: UE02D;
  font-weight: normal;  	
  font-size: 20px;
}
.article-details p {
	line-height: 1.8;
	max-width: 650px;
	margin: auto;
}
.article-details h2 {
  line-height: 2.0;
  font-family: UE02D;
  font-weight: normal;  	
  font-size: 40px;
}

@media (min-width: 1200px) {
	.sppb-row-container {
	  max-width: 1000px;
	}
}
.btn-previous-next-wrapper {
	max-width: 1000px;
	margin: auto;
}
.sp-scroll-up {
	color: #000;
	background: #fff;
}

.sp-simpleportfolio-title {
	font-family: UE02D !important;
	text-transform: uppercase;
}
.sp-simpleportfolio-overlay-wrapper:hover .sp-simpleportfolio-title {
	font-weight: normal !important;
}
.offcanvas-menu .offcanvas-inner ul.menu > li > a {
	font-family: UE43T;
	text-transform: uppercase;
	font-size: 17px;
	color: #888;
	font-weight: normal;
}
.offcanvas-menu .offcanvas-inner ul.menu > li a:hover {
	color: #000;
}

/* no sticky header */
#sp-header {
	position: absolute;
}
#sp-section-2 {
	position: absolute;
}