/*
Theme Name: Dana Pikel
Theme URI: http://dana.mixermedia.co.il
Author: Mixermedia
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Dana
Tags: 
======= */
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
body {
	margin: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}
a {
	background-color: transparent;
	outline: 0;
}
b,strong {
	font-weight: bolder;
}
img {
	border-style: none;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}
textarea {
	overflow: auto;
}
[type="checkbox"], [type="radio"] {
	box-sizing: border-box; 
	padding: 0; 
}
::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre, a, a:hover, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, 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{
	font-family:"Heebo", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	/*direction: rtl;*/
	color: #000000;
}
.fas, .fal, .far {
	font-family: 'fontawesome', 'Font Awesome 5 Pro', 'Font Awesome 5 Free';
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
p {
	margin-bottom: 1.5em;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
html.noScroll {
    overflow: hidden;
}
*,
*:before, *:after {
	box-sizing: inherit;
}
body {
	background: #fff;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover, 
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
select {
	border: 1px solid #ccc;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #565656;
}
a:visited {
	color: #565656;
}
a:hover, a:focus, a:active {
	color: #bbbbbb;
	outline: 0;
	text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    /* clear: both; */
    display: block;
    float: right;
    /* width: 65%; */
    padding-bottom: 13px;
	transition: all 0.5s ease 0s;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background-color: #f7f7f7;
	position: absolute;
	top: 100%;
	width: 100%;
	left: -999em;
	z-index: 99999;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	padding: 1rem 0;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation ul ul a {
	/*width: 200px;*/
	width: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}
.main-navigation li {
    float: right;
    position: relative;
    margin: 0 10px;
    border-bottom: 5px solid transparent;
}
.main-navigation li:hover a, .main-navigation li.current-menu-item a {
    color: #bbbbbb;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	font-size: 20px;
	padding: 7px 5px;
	color: #666666;
}

.main-navigation li:hover::after, .main-navigation li.current-menu-item::after {
    width: 100%;
    background: #bbbbbb; 
}


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;
	}
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
/*.site-header:before,
.site-header:after,*/
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
embed,
iframe,
object {
	max-width: 100%;
}

/******************************************************************
************************** MIXERMEDIA *****************************
******************************************************************/
.home header#masthead {
    display: none !important;
}
header#masthead {
    padding: 6.25vw 0 0;
    max-width: 81.250vw;
    display: flex;
    justify-content: space-between;
	align-items: flex-start;
}
.site-branding {
    /* margin-left: 0.26vw; */
}
.site-branding > a {
    font-family: 'Bebas Neue', cursive;
    font-weight: 800;
    font-size: 100px;
    line-height: 0.85;
	text-decoration: none;
	color: #000;
}

.rightHiddenPane {
    width: 100%;
    max-width: 36.458vw;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    background-color: #ff4000;
    z-index: 999;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
	padding: 3.125vw;
}
.rightHiddenPane.active {
    right: 0;
}
.width-boundary, header#masthead, .site-main.s-prj {
    max-width: 81.250vw;
    margin: 0 auto;
}
a.hambu {
    display: flex;
    justify-content: flex-end;
}
a.hambu i {
    color: #000;
    font-size: 3.7504vw;
    cursor: pointer;
}
.content-overlay {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
}
.content-overlay.active {
    opacity: 1;
    visibility: visible;
}
ul#menu-main-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu-ttl a {
    font-family: 'Bebas Neue', cursive;
    font-size: 4.167vw;
    line-height: 0.75;
	color: #000;
	text-decoration: none;
}
.cls-wrp {
    display: flex;
    justify-content: flex-end;
}
.clsMe {
    text-align: right;
    color: #fff;
}
.clsMe > i {
    font-size: 2.604vw;
    cursor: pointer;
}
.menu-main-menu-container ul.menu > li > ul.sub-menu {
    padding: 0;
    height: 0;
    max-height: 620px;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    list-style: none;
}
.menu-main-menu-container ul.menu > li.menu-item-has-children.on > ul.sub-menu {
    height: 330px;
    padding: 15px 0;
    visibility: visible;
    margin: 0;
    opacity: 1;
}
ul#menu-main-menu a {
	color: #fff;
	cursor: pointer;
}
ul#menu-main-menu a:hover {
	color: #e6e6e6;
}
ul#menu-main-menu > li > a {
    font-size: 5.208vw;
    text-decoration: none;
    font-family: 'Bebas Neue', cursive;
    line-height: 1;
}
.menu-main-menu-container ul.menu > li > ul.sub-menu > li > a {
    line-height: 1.5;
	text-decoration: none;
}
.menu-main-menu-container ul.menu > li > ul.sub-menu > li:first-child {
    padding: 0 0 15px 0;
}

/* HOMEPAGE */
.p-head {
    position: relative;
	margin: 6.771vw 0;
	max-width: inherit;
    width: 100%;
}
.home a.hambu {
    position: absolute;
    right: 0;
	bottom: 2.604vw;
}
.home .p-head > h1 {
    font-family: 'Bebas Neue';
    font-size: 28.438vw;
    line-height: 0.85;
    color: #000;
    text-decoration: none;
	margin: 0;
}
.main-slider-wrp .lSSlideOuter .lSPager.lSpg > li:hover a, .main-slider-wrp .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #ff4000;
}
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0 !important;
}
.main-slider-wrp .lSSlideOuter .lSPager.lSpg > li a {
    height: 18px;
    width: 18px;
}
.home .lSAction > .lSPrev:after {
    content: '\f053';
}
.home .lSAction > .lSPrev:after, .home .lSAction > .lSNext:after {
    font-family: 'Font Awesome 5 Pro', 'Font Awesome 5 Free', 'fontawesome';
    font-size: 3.125vw;
    color: #fff;
    font-weight: 200;
}
.home .lSAction > .lSNext:after {
    content: '\f054';
}
.lSAction > a {
    background-image: none !important;
}
.sec-space {
	margin-bottom: 9.375vw;
}
.sec-space-short {
	margin-bottom: 4.427vw;
}
.media-img.youtube {
	position: relative;
	padding-bottom: 55%;
	padding-top: 30px; height: 0; overflow: hidden;
}
.media-img.youtube iframe, .media-img.youtube object, .media-img.youtube embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.proj-cubes-wrp > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    /* justify-content: center; */
	justify-content: flex-start;
	flex-wrap: wrap;
}
.proj-cubes-wrp > ul > li {
    flex: 3 0 32.3333%;
    max-width: 26.719vw;
    height: 26.719vw;
    margin: 0.260vw;
    background-position: center;
    background-size: cover;
}
.proj-cubes-wrp > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 2.604vw;
    font-family: 'Bebas Neue', cursive;
    text-decoration: none;
    font-size: 6.250vw;
    line-height: 0.8;
    background-color: transparent;
    color: transparent;
    word-break: break-word;
    transition: all 0.5s ease 0s;
}
.proj-cubes-wrp > ul > li:hover > a {
    background-color: #ff4000;
    color: #fff;
}
.center-link {
    text-align: center;
	margin: 3vw 0;
}
.g-strp {
    background-color: #dddddd;
	transition: all 0.5s ease 0s;
}
.center-link > a {
	color: #000;
    font-size: 2.604vw;
	transition: all 0.5s ease 0s;
}
.g-strp:hover {
    background-color: #ff4000;
}
.g-strp > div {
    height: 14.583vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-transform: uppercase;
    color: #000;
    font-size: 2.604vw; 
	transition: all 0.5s ease 0s;
}
.g-strp:hover > div {
    color: #fff;
}
.contact-wrp {
    display: flex;
	align-items: center;
    position: relative;
}
.l-wrp, .r-wrp {
    width: 50%;
}
.contact-wrp ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-wrp > .r-wrp ul li:first-child a {
	font-size: 7.813vw;
}
.contact-wrp > .r-wrp ul li a {
    font-family: 'Bebas Neue', cursive;
    text-decoration: none;
	font-size: 8.177vw;
	line-height: 0.85;
	color: #000;
	transition: all 0.5s ease 0s;
}
.contact-wrp > .r-wrp ul li a:hover, .contact-wrp > .l-wrp ul li a:hover, .ftr-menu ul > li > a:hover{
    color: #bbb;
}
.contact-wrp > .l-wrp ul li {
	padding-bottom: 2.083vw;
}
.contact-wrp > .l-wrp ul li a, .contact-wrp > .l-wrp ul li .c_name {
    font-size: 1.563vw;
	text-decoration: none;
	color: #000;
	transition: all 0.5s ease 0s;
}
.contact-wrp > .l-wrp ul li .c_name {
	text-transform: uppercase;
}
.contact-wrp > .l-wrp ul li > div {
    padding-bottom: 5px;
}
.deco-stripe {
    width: 4.167vw;
    position: absolute;
    height: 0.521vw;
    background-color: #000;
	left: 0;
}
.top {
	top: 0;
}
.bottom {
	bottom: 0;
}
/*** footer ***/
.ftr-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.ftr-wrp {
    display: flex;
    align-items: center;
}
.ftr-top {
    background-color: #000;
    padding: 2.083vw 0;
}
.ftr-logo > a {
    font-family: 'Bebas Neue', cursive;
    text-decoration: none;
    line-height: 0.8;
    font-size: 4.167vw;
    color: #fff;
}
.ftr-menu ul li > a, .ftr-menu ul li > a > i {
    font-size: 1.042vw;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 0.781vw;
	transition: all 0.5s ease 0s;
}
.ftr-logo {
    width: 20%;
}
.ftr-menu ul > li.icon > a > i {
    font-size: 1.563vw;
    top: -0.313vw;
    position: relative;
	padding: 0;
}
.ftr-menu {
    display: flex;
}
/* projects */
h1.inner, h2.inner {
    margin: 0 0 0 /* 0.26vw */;
}
h2.inner, .inner {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 70px;
    margin-bottom: 70px;
}
h1.inner, .s-prj h2.inner > a {
    font-family: 'Bebas Neue', cursive;
    font-size: 60px;
    font-weight: 200;
    color: #bbb;
    margin-top: 50px;
	text-decoration: none;
}
/* single project */
.nav-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3.646vw 0;
}
.s-prj h2.inner {
    margin: 0;
}
.prj-nav {
    display: flex;
	align-items: center;
}
.prj-nav a > i {
    color: #000;
    
}
.prj-nav a.nav > i {
	font-size: 60px;
	margin: 0 15px;
}
.prj-nav > a > i {
    font-size: 46px;
    margin-left: 15px;
}
.prj-content > h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
	margin-bottom: 5px;
}
.siteText * {
    /* font-size: 25px; */
	font-size: 22px;
	font-weight: 200;
	line-height: 1.3;
    margin-top: 0;
}
.siteText strong {
    font-weight: 700;
}
.nav-row.bot .bottom.deco-stripe {
    position: relative;
	display: block !important;
}
.grid {
    position: relative;
    clear: both;
    display: flex;
    flex-wrap: wrap;
}
.grid-item.grid-item--width2 {
    flex: 45%;
}
.grid-item.grid-item--width3 {
    flex: 30%;
}
.grid-item {
    height: 400px;
    float: left;
    width: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex: 2 0 15%;
    margin: 10px;
}
/* about */
.margTop {
    margin-top: 50px;
}
.arr-spc {
    text-align: center;
    margin: 3.646vw 0;
}
.arr-spc > i {
    font-size: 2.604vw;
}
.media-img {
    text-align: center;
}
.m-img {
    margin-top: 4.688vw;
}
.media-img > img {
    width: 100%;
}
.hashes > a, .hashes > a > i, .hashes > a > span {
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
    font-size: 10.208vw;
    line-height: 0.85;
    text-decoration: none;
    color: #000;
    transition: color 0.2s ease 0s;
}
.hashes > a > span {
	color: #bbb;
}
.hashes > a {
    padding-right: 0.781vw;
    word-spacing: -1.458vw;
    white-space: nowrap;
}
.hashes > a > i {
    font-style: normal;
}
.hashes > a:hover, .hashes > a:hover > span {
    color: #ff4000;
}
.clients-wrp {
    background-color: #f2f2f2;
}
.calients > ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.calients > h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 4.167vw 0;
    margin: 0;
    display: block;
}
.calients.width-boundary {
    padding-bottom: 10.417vw;
}
.calients > ul > li {
    flex: 1 0 23.5%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 20px 0;
}
.calients > ul > li > img {
    max-width: 15.469vw;
}

.arrUp.show {
    opacity: 1;
    visibility: visible;
}
.arrUp {
    background-color: #e6e6e6;
    width: 5.208vw;
    height: 5.208vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 40px;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    /* box-shadow: 0 0 15px -4px #002a54; */
	right: 20px;
}
.arrUp > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.arrUp > a > i {
    font-size: 2.917vw;
    color: #000;
}











@media only screen and (max-width: 1600px){
	
}
@media only screen and (max-width: 1280px){
	
}
@media only screen and (max-width: 1199px){
	.ftr-menu ul > li.icon > a {
		top: 0;
	}
}
@media only screen and (max-width: 1024px){
	.rightHiddenPane {
		max-width: 400px;
		padding: 50px;
	}
	.proj-cubes-wrp > ul > li > a {
		color: #fff;
	}
	.ftr-logo {
		width: 100%;
		display: flex;
		justify-content: flex-start;
	}
	.ftr-wrp {
		flex-direction: column;
	}
	.ftr-menu {
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
	}
	.menu-footer-menu-container {
		margin: 24px 0;
	}
	.ftr-menu ul li > a {
		font-size: 2.344vw;
	}
	ul#menu-footer-menu > li:first-child > a, ul#menu-footer-menu-social > li:first-child > a, ul#menu-footer-menu-social > li:first-child > a > i {
		padding-left: 0;
	}
}
@media only screen and (max-width: 768px){
	.menu-ttl a {
		font-size: 50px;
	}
	ul#menu-main-menu > li > a {
		font-size: 60px;
	}
	.clsMe > i{
		font-size: 40px;
	}
	.ftr-menu ul > li.icon > a {
		font-size: 4vw;
	}
	.arrUp {
    	width: 30px;
		height: 30px;
	}
	.arrUp > a > i {
		font-size: 18px;
	}
}
@media only screen and (max-width: 767px){
	a.hambu i {
		font-size: 36px;
	}
	.rightHiddenPane {
		max-width: 600px;
	}

	div#primary {
		width: 100%;
	}
	.head-outer-wrp {
		max-width: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.width-boundary .p-head {
		max-width: 100%;
		margin: 50px 0;
		display: flex;
		justify-content: center;
	}
	.home .p-head > h1 {
		font-size: 26vw;
	}
	.main-slider-wrp .lSSlideOuter .lSPager.lSpg > li a {
		height: 12px;
		width: 12px;
	}
	
	.contact-wrp {
		display: block;
	}
	.deco-stripe {
		display: none;
	}
	.l-wrp, .r-wrp {
		width: 100%;
	}
	.r-wrp {
		padding-top: 15px;
	}
	.contact-wrp > .l-wrp ul li a, .contact-wrp > .l-wrp ul li .c_name {
		font-size: 18px;
	}
	.contact-wrp > .l-wrp ul li {
		padding-bottom: 20px;
	}
	.contact-wrp > .l-wrp ul li > div {
		line-height: 1;
	}
	.contact-wrp > .r-wrp ul li:first-child a {
		font-size: 50px;
	}
	.contact-wrp > .r-wrp ul li a {
		font-size: 55px;
	}
	
	.site-branding > a {
		font-size: 70px;
	}
	h1.inner, .s-prj h2.inner > a {
		font-size: 40px;
		margin-top: 40px;
	}
	h2.inner, .inner {
		font-size: 24px;
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.proj-cubes-wrp > ul > li {
		flex: 0 0 48.3333%;
		max-width: 50%;
		height: 39.244vw;
		margin: 2px ;
	}
	.proj-cubes-wrp > ul {
		justify-content: flex-start;
	}
	.proj-cubes-wrp > ul > li > a {
		padding: 3.259vw 1.956vw;
		font-size: 8.475vw;
	    line-height: 0.9;
	}
	.center-link > a {
		font-size: 28px;
	}
	.g-strp > div {
		height: auto;
		font-size: 18px;
		padding: 15px 0;
	}
	.arr-spc > i, .calients > h2 {
		font-size: 24px;
	}
	.calients > ul > li {
		flex: 1 0 47.5%;
		justify-content: center;
	}
	.calients > ul > li > img {
		max-width: 30vw;
	}
	.siteText * {
		font-size: 20px;
	}
	.unite-gallery.ug-gallery-wrapper.ug-theme-tiles {
		min-width: 100% !important;
	}
	.ftr-logo > a {
		font-size: 36px;
	}
	.ftr-top {
		padding: 25px 0;
	}
	
}
@media only screen and (max-width: 440px){
	.ftr-menu ul > li.icon > a > i {
		top: 0;
		padding: 0 8px;
		font-size: 20px;
	}
}










