@charset "utf-8";
/* CSS Document */

/*------------------
Main Site warp
 ---------------------*/
.main-site-warp {
	height: 100%;
	width: 100%;
	position: relative;
}
.main-site-warp.push-side {
	overflow: hidden;
}
.main-site-warp.push-side .site-content-warp {
	-webkit-transform: translateX(534px);
	transform: translateX(534px);
}
.main-site-warp.push-side .site-menu-warp {
	left: 0;
}
.main-site-warp.push-side .nav-switch {
	opacity: 0;
	visibility: hidden;
}
body.push-side {
	overflow: hidden;
}
body.push-side .nicescroll-rails.nicescroll-rails-hr {
	-webkit-transform: translateX(614px);
	transform: translateX(614px);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.site-menu-warp {
	width: 534px;
	height: 100%;
	background: #070101;
	overflow-y: auto;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position: fixed;
	top: 0;
	left: -540px;
	z-index: 9999999;
}
.close-menu {
	width: 30px;
	height: 30px;
	float: left;
	margin: 20.5px 0 0 32px;
	cursor: pointer;
}
.close-menu .close-top {
	width: 100%;
    height: 7px;
    float: left;
    background: #ffffff;
	transform: rotate(45deg) translate(10px, 10px);
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.close-menu .close-middle {
	width: 100%;
    height: 7px;
    float: left;
    opacity: 0;
    background: #ffffff;
}
.close-menu .close-bottom {
	width: 100%;
    height: 7px;
    float: left;
    background: #ffffff;
	transform: rotate(-45deg) translate(0, 0);
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.site-menu {
	width: 100%;
	float: left;
	padding: 80px 0 0 100px;
}
.site-menu li a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.site-menu li a:hover:after, .site-menu li a.active:after {
	width: 100%;
}
.menu-social {
	width: 100%;
	float: left;
	padding: 25px 0 50px 100px;
}
.menu-social a {
	width: auto;
    float: left;
	margin: 0 12.6px 0 0;
}
/* Header section */
.nav-switch {
	width: 26px;
	float: left;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position: fixed;
	top: 28px;
	left: 26px;
	z-index: 9999999;
}

.nav-switch .menu-text {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1.4px;
    line-height: normal;
    text-transform: uppercase;
    left: 38px;
    top: 3px;
    display: none;
}

.nav-switch .nav-top {
	width: 100%;
    height: 3px;
    float: left;
	object-fit: contain;
    background: #ffffff;
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.nav-switch .nav-middle {
	width: 20px;
    height: 3px;
    float: left;
	object-fit: contain;
    background: #ffffff;
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
	margin: 6px 3px 6px;
}
.nav-switch .nav-bottom {
	width: 100%;
    height: 3px;
    float: left;
	object-fit: contain;
    background: #ffffff;
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
}
.header-social {
	float: right;
}
.header-social a {
	display: inline-block;
	color: #242424;
	font-size: 18px;
	margin-right: 30px;
	padding: 5px;
}
.site-content-warp {
	position: relative;
	height: 100%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.theme-cardiff .site-menu-warp {
    background: #14231e;
}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.site-menu-warp {
	width: 100%;
	text-align: center;
}
.menu-social {
	width:100%;
	padding: 50px 5% 0;
}
.menu-social a {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 6px 0;
}
.nav-switch .menu-text {
    font-size: 13px;
    top: 3px;
    display: block;
}
.nav-switch.floating.crossed .nav-top, 
.nav-switch.floating.crossed .nav-middle, 
.nav-switch.floating.crossed .nav-bottom {
    background: #000000;
}
.nav-switch.floating.crossed .menu-text {
    color: #000000;
}
}

@media screen and (min-width:481px) and (max-width:600px) {
.site-menu-warp {
	width: 320px;
	text-align: center;
}
.menu-social {
	width:100%;
	padding: 50px 5% 0;
}
.menu-social a {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 6px 0;
}
.nav-switch .menu-text {
    font-size: 13px;
    top: 3px;
    display: block;
}
.nav-switch.floating.crossed .nav-top, 
.nav-switch.floating.crossed .nav-middle, 
.nav-switch.floating.crossed .nav-bottom {
    background: #000000;
}
.nav-switch.floating.crossed .menu-text {
    color: #000000;
}
}

@media screen and (min-width:601px) and (max-width:767px) {
.site-menu-warp {
	width: 320px;
	text-align: center;
}
.menu-social {
	width:100%;
	padding: 50px 5% 0;
}
.menu-social a {
	width: auto;
	float: none;
	display: inline-block;
	margin: 0 6px 0;
}
.nav-switch .menu-text {
    font-size: 13px;
    top: 3px;
    display: block;
}
.nav-switch.floating.crossed .nav-top, 
.nav-switch.floating.crossed .nav-middle, 
.nav-switch.floating.crossed .nav-bottom {
    background: #000000;
}
.nav-switch.floating.crossed .menu-text {
    color: #000000;
}
}

@media screen and (min-width:768px) and (max-width:900px) {
.nav-switch {
	top: 22px;
	left: 3%;
}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.nav-switch { 
	top: 25px;
	left: 3%;
}

}

@media screen and (min-width:1025px) and (max-width:1240px) {
.nav-switch { 
	left: 3%;
}
}

@media screen and (min-width:1241px) and (max-width:1340px) {

}

@media screen and (min-width:1341px) and (max-width:1440px) {

}

@media screen and (max-width:1000px) and (max-height:540px) {
.menu-social {padding: 15px 5% 0;}
}