@charset "utf-8";

body {
	background-color:black;
	font-family: 'Cormorant Garamond', serif;
	z-index: 1;
}
h1 {
	font-size: 21px;
}
h2 {
	font-size: 18px;
}
p {
	margin-top: 0;
	margin-bottom: 0;
    color: rgba(241, 241, 241, 0.89);
}

a {
	color:black;
	font-size: 1.1em;
}

a:hover{
	color:rgba(0, 0, 0, 0.6);
	text-decoration: underline;
}

li {
  display: inline-block;
  color: rgba(241, 241, 241, 0.89);
}

.info {
	list-style-type: none;
}
.profile {
	padding: 16px;
	border: 1px solid #095cdc;
}
.profile h2 {
	margin-top: 0;
	margin-bottom: 0;
}
img {
	width:100%;
	height:100%;
}

.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}

.nodisplay {
	display:none;
}

/*-----------------------*/
/*--------Header---------*/
/*-----------------------*/

.cd-fixed-bg {
    min-height: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

.cd-fixed-bg.cd-bg-1 {
	background-image: url("../img/cnav-01.jpg");
	background-size: cover;
	background-position: top;
}

@media only screen and (min-width : 768px) {
  /* デスクトップ表示ではホバー操作でドロップダウンを表示 */
  .dropdown:hover .dropdown-menu {
    display: block;
  }
}

.overlay {
	position:relative;
	background-color: #ffffff;
	background: rgba(255, 255, 255, 0.51);/*--透明度調整--*/
	max-width: 100%;
	width: 100%;
	height: 80vh;
}

.c-header {
    background-color: black;
    background-image: url("../img/t-01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
    max-width: 100%;
    width: auto;
    height: 90vh;
    position: relative; /* 相対位置指定 */
}

.c-headerNavi {
    float: right;
    padding-top: 4em;
    /* padding-right: 20px; */
    /* margin-right: 20px; */
}
@media (max-width: 767px) {
 .c-headerNavi {
 	background-color:transparent;
    float: none; /*navのfloatの解除*/
    padding-left:21%;
    padding-top: 0px;
    margin:0 0 0 0;
 }
}

.navbar-inverse {
	background-color: transparent;
	color:rgba(0, 0, 0, 0.6);
	text-decoration: underline;
}

.nav.navbar-nav {
	border-bottom: 2px solid #888;
}
@media (max-width: 767px) {
 .nav.navbar-nav {
	border-bottom: 2px solid rgba(136, 136, 136, 0);
 }
}

.navbar-collapse {
	background-color: transparent;
	padding-right:0;
 }
@media (max-width: 767px) {
 .navbar-collapse {
	background-color: black;
	background: linear-gradient(#000000, #424242);
 }
}

.navbar-header {
	background-color: black;
}

.h-Blogo {
	position: absolute;
	left: 50;
	bottom: 10;
	background-image: url("../img/cmn-01-BLogo.png");
	background-repeat: no-repeat;
	background-size: 80% auto;
	width: 265px;
	height: 56px;
}

.h-Blogo-a {
	position: absolute;
	top: 2;
	width: 100px;
	height: 40px;
}

@media (max-width: 768px) {
 .h-Blogo {
	left: 50%;
	top: 50%;
    margin: 10 0 0 -100px;
	width: 265px;
	height: auto;
 }
}
@media (max-width: 320px) {
 .h-Blogo {
	left: 50%;
	top: 50%;
    margin: 10 0 0 -93px;
	background-size: 100% auto;
	width: 200px;
	height: auto;
 }
}

.h-Wlogo {
	position: absolute;
    left: 50%;
    margin: 15 0 0 -51px;
	background-image: url("../img/cmn-02-WLogo.png");
	background-repeat: no-repeat;
	background-size: 90% auto;
	width: 120px;
	height: 40px;
}


.h-social-media {
	position: absolute;
	right: 50;
	bottom: 10;
}
@media (max-width: 768px) {
 .h-social-media {
	position: absolute;
	right: 0;
	height:auto;
	left:50%;
	margin: 0 0 0 -155px;
	bottom: 10;
 }
}
@media (max-width: 320px) {
 .h-social-media {
	position: absolute;
	right: 0;
	height:auto;
	left: 50%;
	margin: 0 0 0 -148px;
	bottom: 10;
 }
}

img.social-px {
	width:25px;
	height:25px;
}

@media (max-width: 768px) {
 img.social-px {
	width:43px;
	height:43px;
 }
}
@media (max-width: 320px) {
 img.social-px {
	width:40px;
	height:40px;
 }
}


.boder {
    background-color: black;
    width: 100%;
    height: 10px;
	position: absolute; /* 絶対位置指定 */
	z-index:2;
}


/*-----------------------*/
/*-----Common Header-----*/
/*-----------------------*/


.h-c-header {
	position:fixed;
	background-color: black;
    background-image: url("../img/cnav-01.jpg");
    background-size: cover;
    background-repeat:repeat-y;
    display: block;
    max-width: 100%;
    width: auto;
    height: 115px;
    position: relative; /* 相対位置指定 */
}
@media (max-width: 767px) {
 .h-c-header  {
	height: 60px;
	z-index: 1;
	}
}
.c-overlay {
	position:relative;
	background-color: #ffffff;
	background: rgba(255, 255, 255, 0.71);/*--透明度調整--*/
	max-width: 100%;
	width: 100%;
	height: 100px;
}
@media (max-width: 767px) {
 .c-overlay {
	height: 40px;
 }
}

.h-c-Blogo{
	position: absolute;
	left: 50;
	top: 25;
	background-image: url("../img/cmn-01-BLogo.png");
	background-repeat: no-repeat;
	background-size: 80% auto;
	width: 265px;
	height: 56px;
}

@media (max-width: 860px) {
 .h-c-Blogo {
 	left: 30;
 	width: 170px;
 	height;50px;
	top: 40;
 }
}

.h-c-Blogo-a {
	position: absolute;
	top: 2;
	width: 220px;
	height: 50px;
}

ul.nav.navbar-nav {
    height: 35px;
    width: 560px;
	transition: all 300ms 0s ease;
}

@media (max-width: 767px) {
ul.nav.navbar-nav {
    height: 200px;
    width: 100%;
 }
}

/*-----------------------*/
/*----------Menu---------*/
/*-----------------------*/

.c-menu h1 {
	font-family: 'Cormorant Garamond', serif;
	border-bottom:snow;
	text-align:center;
	font-size:40px;
	color:snow;
}
.c-menu h3 {
	font-family: 'Cormorant Garamond', serif;
	text-align:center;
	font-size:24px;
	font-weight:100;
	color:snow;
	margin-bottom:30;
}


.c-menu {
	position: relative;
	font-family: "Sawarabi Mincho";
	line-height: 1.8em;
	font-size: 1.6rem;
	margin: 50 30 150 30;
}

.m-ul {
	margin: 0px;
    left: 0px;
    padding:0px;
    width:100%;
}

.m-li {
	width:100%;
}

.m-li-s {
	margin-top: 10px;
}

.m-dan1 {
	float:left;
	display:block;
	width:72%;
}
@media (max-width: 480px) {
.m-dan1 {
	font-size: 1.1rem;
	text-indent: 0.8em;
 }
}

.m-danprice {
	float: left;
	text-align: right;
	display:block;
	width:27%;
}

.m-detail {
	font-size: 1.3rem;
	text-indent: 0.8em;
	margin-bottom: 15;
	text-align:justify;
}
@media (max-width: 480px) {
.m-detail {
	font-size: 1.2rem;
	text-indent: 0.8em;
 }
}


.mr-detail {
	font-size: 1.3rem;
	text-indent: 0.8em;
	margin-bottom: -10;
	text-align:justify;
}
@media (max-width: 480px) {
.mr-detail {
	font-size: 1.1rem;
	text-indent: 0.8em;
 }
}


.m-dan {
    float:left;
    display:block;
    width:50%;
}

@media (max-width: 480px) {
.m-dan {
	font-size: 1.2rem;
    width:49%;
 }
}
@media (max-width: 320px) {
.m-dan {
	font-size:1.3rem;
    width:36%;
 }
}


.m-dan2 {
    float: left;
    text-align: right;
    display: block;
    min-width: 88px;
    width: 25%;
}
@media (max-width: 480px) {
.m-dan2 {
	font-size:1.3rem;
}
}


.m-dan-r {
	float: left;
    text-align: right;
    display: inline-block;
    width: 75%;
}
@media (max-width: 480px) {
.m-dan-r {
	font-size:1.3rem;
    width: 80%;
}
}
@media (max-width: 320px) {
.m-dan-r {
    width: 74%;
}
}

.m-danprice-r {
	float:left;
	text-align:right;
	display:inline-block;
	width:20%;
}

.m-danprice1 {
	float:right;
	text-align:right;
	display:inline-block;
	width:19%;
	margin-right: 26px;
}
@media (max-width: 480px) {
.m-danprice1 {
	width:8%;
	margin-right: 9%;
}
}

@media (max-width: 320px) {
.m-danprice1 {
	width:19%;
	margin-right: 7%;
}
}

/*-----------------------*/
/*-------PHILOSOPHY------*/
/*--------ARTICLE--------*/
/*-----------------------*/


.c-article {
	position: relative;
	font-family: "Sawarabi Mincho";
	line-height: 1.8em;
}

.a-Wlogo {
	position: absolute;
    left: 50%;
    margin: 90 0 0 -79.5px;
	background-image: url("../img/cmn-02-WLogo.png");
	background-repeat: no-repeat;
	background-size: 90% auto;
	width: 180px;
	height: 50px;
}

.a-Wlogo-a {
	position: absolute;
	left: 50%;
    margin: 0 0 0 -70px;
    margin-bottom:50px;
	top: 2;
	width: 200px;
	height: 50px;
}

.article-philosophy{
	margin-top: 180px;
	margin-bottom: 200px;
	text-size: 1.6em;
	color: rgb(197, 197, 197);
	text-align:center;
}

.s-space{
	margin-top: 1em;
}

.signature{
	position: absolute;
    left: 50%;
    margin: -250 0 0 200;
	background-image: url("../img/p-01_atgh.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 200px;
	height: 100px;
}

@media (max-width: 768px) {
.signature{
    margin: -180 0 0 0;
	width: 150px;
	height: 100px;
 }
}

/*-----------------------*/
/*--------designer-------*/
/*-----------------------*/

.article-d {
	height: 900;
	background-color:#000000;
}

@media (max-width: 450px) {
.article-d {
	height: 1050;
	background-color:#000000;
	}
}

.portfolio {
	background-repeat: no-repeat;
	background-size: 100% auto;
    background-size: cover;
    display: block;
	width: 49%;
	height: 800;
	max-height:800px;
	padding:0 10 0 10;
}

@media (max-width: 990px) {
.portfolio {
	background-position: center top 0pt;
	}
}
@media (max-width: 450px) {
.portfolio {
	background-position:center top -60pt;
	width: 100%;
	height: 300;
	padding:0;
 }
}

.d-photo {
	background-image: url("../designer/d-img/md.jpg");
}

.t-photo {
	background-image: url("../designer/d-img/ct.jpg");
}

.in-photo {
	background-image: url("../designer/d-img/in.jpg");
}

.h-photo {
	background-image: url("../designer/d-img/sh.jpg");
}


.d-text {
	height: 700;
}

@media (max-width: 450px) {
.d-text {
	height: 1000;
}
}

.d-name {
	position:absolute;
	left:50%;
    margin: 60 0 40 -100px;
	background-image: url("../designer/d-img/md_logo_a.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 210px;
	height: 70px;
}
.ct-name {
	position:absolute;
	left:50%;
    margin: 50 0 40 -150px;
	background-image: url("../designer/d-img/ct_logo_a.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 300px;
	height: 80px;
}
.in-name {
	position:absolute;
	left:50%;
    margin: 50 0 40 -130px;
	background-image: url("../designer/d-img/in_logo_a.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 260px;
	height: 80px;
}

.sh-name {
	position:absolute;
	left:50%;
    margin: 50 0 40 -130px;
	background-image: url("../designer/d-img/sh_logo_a.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	width: 260px;
	height: 80px;
}


.d-vs {
	text-align:center;
    color: #f1f1f1;
	font-family: "Sawarabi Mincho";
	font-size: 30px;
}
.a-Wlogo-d {
	position: absolute;
	left: 50%;
	margin: 140 0 0 -79.5px;
	background-image: url("../img/cmn-02-WLogo.png");
	background-repeat: no-repeat;
	background-size: 90% auto;
	width: 180px;
	height: 50px;
}
.article-d-detail {
	height:345px;
	margin-top: 200px;
	margin-bottom: 30px;
	padding: 0 20% -3px 20%;
	text-size: 1.6em;
	color: rgb(197, 197, 197);
	text-align:center;
}
@media (max-width: 768px) {
.article-d-detail {
	height: 555px;
	margin-top: 200px;
	margin-bottom: 30px;
	padding: 0 0% 120 0%;
	text-size: 1.6em;
	color: rgb(197, 197, 197);
	text-align:center;
 }
}

@media (max-width: 450px) {
.article-d-detail {
	margin-top: 230px;
	margin-bottom: 30px;
	padding: 0 0% 80 0%;
	text-align:center;
	}
}
@media (max-width: 320px) {
.article-d-detail {
	font-size: 0.8em;
	}
}

.reserve-mbttn a {
	position: absolute;
	top: 560px;
	left: 50%;
	background-image: url("../icon/r-mbttn.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	display:block;
	width: 100%;
	height: 80px;
    max-width: 300px;
    text-indent: -9999px;
	margin: 0 0 0 -155px;
}


@media (max-width: 450px) {
.reserve-mbttn a {
    position: absolute;
	top: 60%;
    margin: 0 -45% 0 -45%;
    width: 90%;
    height: 86%;
    max-width: 500px;
    max-height: 100px;
 }
}

.reserve-mbttn a:hover {
	background-image: url("../icon/r-mbttn_c.png");
}

.reserve-tbttn a {
	position: absolute;
	top: 640px;
	left: 50%;
	background-image: url("../icon/r-tbttn.png");
	background-repeat: no-repeat;
	background-size: 100% auto;
	display:block;
	width: 100%;
	height: 80px;
    max-width: 300px;
    text-indent: -9999px;
	margin: 0 0 0 -155px;
}


@media (max-width: 450px) {
.reserve-tbttn a {
    position: absolute;
	top: 70%;
    margin: 0 -45% 0 -45%;
    width: 90%;
    height: 85%;
    max-width: 500px;
    max-height: 100px;
 }
}

.reserve-tbttn a:hover {
	background-image: url("../icon/r-tbttn_c.png");
}

.line-bttn {
	position: absolute;
	top: 720px;
	left: 50%;
	margin-left:-155px;
	width: 220px;
	height: 63px;
}

@media (max-width: 450px) {
.line-bttn {
	top: 80%;
	margin-left:-168px;
	width: 90%;
	height: 9%;
 }
}
@media (max-width: 320px) {
.line-bttn {
	left: 6%;
	height: 8%;
 }
}

.line-qr {
	position: absolute;
	top: 745px;
	left: 50%;
	margin-left:80px;
	width: 73px;
	height: 73px;
}
@media (max-width: 450px) {
.line-qr  {
	display: none;
 }
}

.reserve-warning {
	margin-top:12;
}

.warning1 {
	position:absolute;
	text-align:left;
	font-size: 0.01rem;
	color: rgb(197, 197, 197);
	margin: 0 60 60 50;
	line-height:1em;
}
@media (max-width: 450px) {
.warning1 {
	font-size: 0.05rem;
	margin: -0 0 0 0;
	}
}


/*--------------------------------*/
/*--------designer Photo ---------*/
/*--------------------------------*/

.c-main-dphoto{
	margin-top: 30;
	margin-bottom: 100px;
}
@media (max-width: 450px) {
.c-main-dphoto{
	position: relative;
	margin-top: 30;
	max-width: 450px;
	height: 1150;
	}
}

/*---------------------------------*/
/*--------Nail Photo共通設定 ---------*/
/*---------------------------------*/


.nail-photo {
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center;
    background-size: cover;
    width:25%;
    height:60%;
	max-height:300px;
}
@media (max-width: 450px) {
 .nail-photo {
	width:100%;
	height:80%;
 	max-width:450;
 	max-height:300px;
 }
}


/*---------------------------------*/
/*--------Miki Dendo Nail ---------*/
/*---------------------------------*/

.m-photo1 {
	background-image: url("../designer/d-img/mdp-1.jpg");
}
.m-photo2 {
	background-image: url("../designer/d-img/mdp-2.jpg");
}
.m-photo3 {
	background-image: url("../designer/d-img/mdp-3.jpg");
}
.m-photo4 {
	background-image: url("../designer/d-img/mdp-4.jpg");
}

/*----------------------------------------*/
/*--------Chihiro Taniguchi Nail ---------*/
/*----------------------------------------*/

.ct-photo1 {
	background-image: url("../designer/d-img/ctp-1.jpg");
}
.ct-photo2 {
	background-image: url("../designer/d-img/ctp-2.jpg");
}
.ct-photo3 {
	background-image: url("../designer/d-img/ctp-3.jpg");
}
.ct-photo4 {
	background-image: url("../designer/d-img/ctp-1.jpg");
}

/*-------------------------------------*/
/*--------Ikumi Nakamura Nail ---------*/
/*-------------------------------------*/

.in-photo1 {
	background-image: url("../designer/d-img/inp-1.jpg");
}
.in-photo2 {
	background-image: url("../designer/d-img/inp-2.jpg");
}
.in-photo3 {
	background-image: url("../designer/d-img/inp-3.jpg");
}
.in-photo4 {
	background-image: url("../designer/d-img/inp-4.jpg");
}

/*------------------------------------*/
/*--------Sanae Hayashi Nail ---------*/
/*------------------------------------*/

.sh-photo1 {
	background-image: url("../designer/d-img/shp-1.jpg");
}
.sh-photo2 {
	background-image: url("../designer/d-img/shp-2.jpg");
}
.sh-photo3 {
	background-image: url("../designer/d-img/shp-3.jpg");
}
.sh-photo4 {
	background-image: url("../designer/d-img/shp-4.jpg");
}

/*--------------------------*/
/*--------Instagram---------*/
/*--------------------------*/



#instafeed {
    margin-top: 150px;
}

#instagram img {
	max-width:234px;
	max-height:234px; 
}
@media (max-width: 769px) {
#instagram img {
	width: 100%;
 }
}
@media (max-width: 450px) {
#instagram img {
	width: 100%;
	height: 50%;
	max-height:200px; 
 }
}

@media (max-width: 769px) {
#instagram li {
	margin-left:2px;
	width: 33%;
 }
}

@media (max-width: 450px) {
#instagram li {
	margin-left:0px;
	width: 50%;
 }
}


.instagramlogo {
	background-image: url("../icon/ig_logo.png");
	background-repeat:no-repeat;
	background-size: 100% auto;
	position:absolute;
	left:50%;
	margin:50 50 0 -70;
	width:150;
	height:50;
}
/*--------------------------*/
/*--------shop info---------*/
/*--------------------------*/

.article-shopinfo {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
	margin:120 13% 0 13%;
}

.c-shop {
	/* position: relative; */
	height:620;
}

.shopinfo {
	display: block;
	margin-top: 10;
	padding-left: 0;
}

.guide-txt {
	margin-bottom:50;
	
}


.dan {
	float:left;
	font-size: 15px;
}
@media (max-width: 450px) {
.dan {
	font-size: 13px;
 }
}

.dan2 {
	display: block;
	margin-top: -20;
	margin-left: 130px;
	font-size: 14px;
}
@media (max-width: 450px) {
.dan2 {
	display: block;
	margin-left: 100px;
	font-size: 13px;
 }
}

.article-s-warning {
	float:left;
	font-size: 16px;
}


.shopname {
	position:absolute;
	background-repeat: no-repeat;
	background-size: 100% auto;
	top: 30px;
	width: 140px;
	height: 250px;
	margin:0 38% 0 38%;
}

@media (max-width: 450px) {
.shopname {
	margin: 0 31.5% 0 28.5%;
	width: 37%;
	max-height: 80px;
	}
}

.MYUGELAoyama {
	background-image: url("../designer/d-img/myugelaoyama.png");
}
.MYUGELGinza {
	background-image: url("../designer/d-img/myugelginza.png");
}
.MYUGELJiyugaoka {
	background-image: url("../designer/d-img/myugeljiyugaoka.png");
}
.MYUGELSeijyo {
	background-image: url("../designer/d-img/myugelseijyo.png");
}


.guide-txt-s {
	float:left;
	margin-top:70;
}

.guide-map-s {
	float:left;
	position: relative;
	margin:190 0 0 0;
	padding-bottom: 150px;
	padding-top: 150px;
	height: 0;
	overflow: hidden;
}

.guide-map-s iframe,
.guide-map-s object,
.guide-map-s embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 400px;
}

.guide-map-s {
	float:left;
	position: relative;
	margin:190 0 0 0;
	padding-bottom: 200px;
	padding-top: 150px;
	height: 0;
	overflow: hidden;
}

.guide-map-s iframe,
.guide-map-s object,
.guide-map-s embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 400px;
}


.guide-map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin-bottom: 50px;
	height: 0;
	overflow: hidden;
}

.guide-map iframe,
.guide-map object,
.guide-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 500px;
}

/*-----------------------*/
/*--------Footer---------*/
/*-----------------------*/


section#footer {
	height: 8vh;
	position:relative;
    background-color: black;
    margin-top: 10px;
}


.f-nail {
	background-color: black;
	background-image: url("../img/t-02-nail.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 28px;
	margin-top: 10px;
}
@media (max-width: 768px) {
 .f-nail {
	background-size: cover;
 	background-position: 50% 40% ;
 }
}

p.c-copyright {
	position: absolute;
    color: rgba(241, 241, 241, 0.45);
	margin: 1em;
    color: #f1f1f1;
}

@media (max-width: 768px) {
 p.c-copyright {
 	font-size: 0.5em;
	margin: 0.8em;
    color: #f1f1f1;
 }
}

@media (max-width: 320px) {
 p.c-copyright {
 	font-size: 0.4em;
	margin-top: 0.2em;
	margin-bottom:0em;
	margin-left: 0.5em;
    color: #f1f1f1;
 }
}

/*-----------------------*/
/*------c-Footer---------*/
/*-----------------------*/


section#c-footer {
	position:relative;
	background-color: black;
	margin-top: 10px;
	height: 200px;
}
@media (max-width: 480px) {
section#c-footer {
	margin-top: 30px;
 }
}


.f-b-color {
    background-color: black;
    height: 210px;
}

.c-f-boder {
	background-color: black;
    /*--background-image: url("../img/cnav-01.jpg");--*/
	background-color:transparent;
	background-size: cover;
	background-repeat:repeat-y;
	display: block;
	max-width: 100%;
	position: absolute; /* 相対位置指定 */
	width: 100%;
	height: 20px;
}
@media (max-width: 480px) {
.c-f-boder {
	top:20%;
	max-height: 6px;
}
}
.c-f-nail {
	background-color: black;
	background-image: url("../img/t-02-nail.png");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 28px;
	margin-top: 20px;
	top: 20;
	position: relative;
}
@media (max-width: 768px) {
 .c-f-nail {
	background-size: cover;
 	background-position: 50% 40% ;
 }
}

.c-h-social-media {
	position: absolute;
	left: 50%;
	margin: 55 0 0 -184px;
}
@media (max-width: 768px) {
 .c-h-social-media {
	position: absolute;
	right: 0;
	height:auto;
	left:50%;
	margin: 0 0 0 -170px;
	top:90;
 }
}
@media (max-width: 320px) {
 .c-h-social-media {
	position: absolute;
	right: 0;
	height:auto;
	left: 50%;
	margin: 0 0 0 -158px;
	top:90;
 }
}

img.c-social-px {
	margin-right:10px;
	width:40px;
	height:40px;
}

@media (max-width: 768px) {
 img.c-social-px {
	margin-right:0px;
	width: 35px;
	height: 35px;
	}
}
@media (max-width: 320px) {
 img.c-social-px {
	margin-right:0px;
	width:33px;
	height:33px;
 }
}

p.c-f-copyright {
	position: absolute;
    color: rgba(241, 241, 241, 0.45);
    top:150px;
	margin: 1em;
    color: #f1f1f1;
}
@media (max-width: 768px) {
 p.c-f-copyright {
 	font-size: 0.5em;
	top:150px;
	margin: 0.8em;
    color: #f1f1f1;
 }
}
@media (max-width: 320px) {
 p.c-f-copyright {
 	font-size: 0.4em;
	margin-top: 0.2em;
	margin-bottom:0em;
	margin-left: 0.5em;
    color: #f1f1f1;
 }
}