/*
	Theme Name: justifiedjewel
	Author: BizToolsOne

*/


:root {
  --bg_header: #444444; /*lighter*/
  --bg_menu: #222222;
  --text: #fff;
  --menu_font: 'BenchNine', sans-serif;
}

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

input, select, textarea {
	  -webkit-appearance: none !important;
  -moz-appearance: none !important;
   appearance: none !important;
   border-radius: 0 !important;
}

html {
	scroll-behavior: smooth;
	background-color: rgba(216,216,216,0.40);
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
strong, b {
	font-weight:bold;
	font-weight:700;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}
td, th {
    display: table-cell;
    vertical-align: inherit;
	padding: 0;
}
body {
	background: #fff;
	color: #222222;
	padding: 0px;
	margin:0px;
			margin: 0px auto;
	max-width:1980px;
	-webkit-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 33px 0px rgba(0,0,0,0.25);
	}
body,td,th {
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;

}	
.wrap {
	margin: 0px auto;
	position: relative;
	max-width:1400px;
	}
	.wrap_narrow {
	margin: 0px auto;
	position: relative;
	max-width:1000px;
	}
* {
	outline : none;
	 -moz-box-sizing: border-box; 
	 -webkit-box-sizing: border-box; 
	 box-sizing: border-box;}

td { vertical-align: top; }
.cl {
  clear: both;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
.transition {
	    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
p {
	margin:15px 0px;
	line-height: 2;
}
.nop p {
	margin:5px 0px;
	line-height: 2;
}
.content ul, .content ol {
	padding-left: 20px;
	 line-height: 2;
}
.lineh ul {
	padding-left: 20px;
	 line-height: 2;
	 margin-bottom: 20px;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: var(--bg_header);
	text-decoration: none;
	}
.content p a, .footer_area p a, .backlink_area p a  { text-decoration:underline; }	
a:hover {
	color: var(--bg_menu);
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
.pagination a, .pagination span {
	display:inline-block;
	padding: 10px 12px;
	border: 1px dotted #e1e1e1;
}
.page-numbers.current {
	background-color: #EBEBEB;
}
	
/************************************************
*	Navbar      								*
************************************************/

 /*   #nav {
        text-align:center
    }
    #nav li {
        display:inline-block;
        float:none;
        margin-left: -5px;
    }
    #nav li li {
        display:block;
        text-align:left;
    }
	*/
.m_nav{
	background-color: var(--bg_menu);
	position:absolute;
	left: 0;
	top: 62px;
	width: 100%;
	transform:translate(-100%,0);
	z-index: 99999;
	min-height:100%;
	height:auto;
	transition: transform 0.2s linear;
}
.opened {
	transform:translate(0,0);
}
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
.m_nav #nav ul {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
	}	
.m_nav #nav li {
	float: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 100%;
	}
	
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}	

#nav li a, #nav li a:link, #nav li a:visited {
	color: #444;
	display: block;
	font-size: 28px; /*main font size*/
 	font-family: var(--menu_font);
	font-weight: 400;
	text-transform: uppercase;
    margin: 0px;
	padding: 20px 20px;
	}

#nav li#menu-item-145 a, #nav li#menu-item-145 a:link, #nav li#menu-item-145 a:visited {
	color: #fff;
	background-color: #444444;
	margin-right:20px;
	margin-left: 20px;
	}
	
	
#nav li a:hover, #nav li a:active {
	color: #444;

    margin: 0px;
	text-decoration: none;
	}
.m_nav #nav li a, .m_nav #nav li a:link, .m_nav #nav li a:visited, .m_nav #nav li a:hover, .m_nav #nav li a:active{
	color: var(--text);
	border-bottom: 1px solid var(--bg_header);
		padding-left: 20px;
	padding-right: 20px;
	font-size: 19px;
	font-weight: 400;
	
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: var(--bg_header);
	width: 200px;
	color: #fff;
	font-size: 120%; /*submenu font size*/
	font-weight: 400;
	text-transform: uppercase;
	float: none;
	margin: 0px;
	padding: 10px 20px;
	border-bottom: 1px solid var(--bg_menu);
	}	
#nav li li a:hover, #nav li li a:active {
	background: var(--bg_menu);
	color: #fff;
	}

.m_nav #nav li li a, .m_nav #nav li li a:link, .m_nav #nav li li a:visited {
	background: var(--bg_menu);
	border-bottom: 1px solid var(--bg_header);
	}
.m_nav #nav li li a, .m_nav #nav li li a:link, .m_nav #nav li li a:visited {
	width: 100%;
	padding-left: 40px;
	background-color: rgba(255, 255, 255, 0.05);
	font-size: 97%;
	}
.m_nav #nav ul li ul li ul li a:link {
	padding-left: 80px;
	background-color: rgba(255, 255, 255, 0.05);
	font-size: 97%;
	}
	
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 200px;
	margin: 0px;
	padding: 0px;
	}
.m_nav #nav li ul {
	position: relative;
	left: 0em;
	width: 100%;
	}


#nav li ul a { 
	width: 200px;
	}



#nav li ul ul {
	margin: -40px 0 0 200px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}
.m_nav #nav li:hover ul ul, .m_nav #nav li:hover ul ul ul, .m_nav #nav li.sfhover ul ul, .m_nav #nav li.sfhover ul ul ul,
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	


	
/************************************************
*	Images  					     		    * 
************************************************/


/************************************************
*	Custom								*
************************************************/	

.thumb {
	float:left;
	margin:8px 10px 0px 0px;
}
ul#nav li span.donate a {
	font-weight: bold;
	color: #900;
}

#side h2 {
	display: none;
}
#side li, #side ul {
	list-style-type: none;	
}

/* Responsive images */
.resp img {
	border: 0;
	width: 100%;
	height: auto;
	vertical-align: top;
}
img {
    max-width: 100%;
    height: auto;
}
.p0 {
	padding:0px;
}
.p2 {
	padding:1px;
}
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.p20 {
	padding:20px;
}
.p30 {
	padding:30px;
}
.p40 {
	padding:40px;
}
.p60 {
	padding:60px;
}
.p0-10 {
	padding:0px 10px;
}
.p0-20 {
	padding:0px 20px;
}
.p0-30 {
	padding:0px 30px;
}
.p10-20 {
	padding:10px 20px;
}
.p20-40 {
	padding:20px 40px;
}
.p40-20 {
	padding:40px 20px;
}
.p_box {
	padding: 20px 10%;
	line-height:2;
	position:absolute;
	bottom: 0;
	width: 100%;
}

.left {
	text-align:left;
}
.right {
	text-align:right;
	}
.center {
	text-align:center;
	}



.shadow {
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.27);
box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.27);
}


article ol, article ul {
	margin-left:20px;
	line-height: 2;
}

.line1 {
	line-height: 1;
}
.line12 {
	line-height: 1.2;
}
.line15 {
	line-height: 1.5;
}
.line {
	line-height: 2;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	text-transform:uppercase;
	margin-top:2px;
	margin-bottom:2px;
	line-height:normal;
}
h1 {
	font-size: 240%;
}
h1.font strong {
	font-family: 'California';
	text-transform: none;
	position:relative;
	font-size: 180%;
	transform:translate(-10px,-10px);
	position:relative;
	display:inline-block;
	font-weight: 300;
}
h2 {
	font-size: 220%;
}
h3 {
	font-size: 200%;
}
h4 {
	font-size: 180%;
}
h5 {
	font-size: 150%;
}
h6 {
	font-size: 110%;
}
.box h3 {
	font-size: 180%;
}
.upper {
	text-transform:uppercase;
}
#responsive_menu_pro .responsive_menu_pro_menu li a {
font-family: 'BenchNine', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	font-size:20px !important;
}
article ul li {

	margin-bottom:6px;
}
ul.tribe-events-sub-nav li {

	padding: 0px;
	padding-left:0px;
	padding-bottom:0px;
	list-style: none;
	background-image:none !important;
	background-repeat: no-repeat;
	background-position: left top;

	margin-bottom:6px;
}
article p {
	margin-bottom:20px;
	margin-top:10px;
}
article ul {
	margin-bottom:20px;
	margin-top:10px;
}
.mshow {
		display:none;
	}
.gallery-item img {
	width:95%;
height:auto;
}
.mright {
	text-align:right;
}
.tr_bg {
	background-color: rgba(0, 0, 0, 0.3);
}
.rela {
	position:relative;
}

a.button {
	color: #fff;
	/*font-family: 'Bitter', serif;*/
	font-size:120%;
  background: #444;
  position: relative;
  border: 3px solid #fff;  

  display:inline-block;
  margin:4px 0px;
  padding:10px 35px;
  text-align:center;
    line-height:1 !important;
}
.box a.button {
	color: #fff;
	/*font-family: 'Bitter', serif;*/
	font-size:120%;
  background: #444;
  position: relative;
  border: 3px solid #fff;  

  display:inline-block;
  margin:4px 0px;
  padding:10px 35px;
  text-align:center;
    line-height:1 !important;
}

a.button:after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  background-color: #444 !important;
  z-index: -1;
}

.mobile_menu {
	display:none;
}
.header_area {
	position:relative;
		top: 0;
	left: 0;
	width: 100%;
	z-index:900;
    background-color: #F4F0ED;
	transition: all ease 0.5s;	
		-webkit-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.27);
-moz-box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.27);
box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.27);
}
.home .header_area {
	position:relative;
		top: 0;
	left: 0;
	width: 100%;
	z-index:900;
 background-color: transparent;
	transition: all ease 0.5s;	
		-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}


.header_area.scrolled {

}
hr {
	border-top: 1px dotted #e1e1e1;
	    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.2);
	margin-top: 20px;
	clear: both;
}
.slider {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}
.main {
	position:relative;
	z-index: 130;
	background-color: #fff;
	border-top: 4px solid #fff;
}
.main img {
	vertical-align:top;
}
.main h1 a {
	font-size: 120%;
	letter-spacing: -5px;
	font-weight: 900;
	text-decoration:none;
	color: #fff;
	line-height:1;
}
.bg {
	background-color: var(--bg_header);
border: 1px solid #fff;
	transition: all ease 0.56s;
}
.bg:hover {
	background-color: #e1e1e1;
	border: 1px solid #fff;
	transition: all ease 0.56s;
}

.bg1 {
	background-color: #FFCAE4;
border: 1px solid #fff;
	transition: all ease 0.56s;
}
.bg1:hover {
	background-color: #e1e1e1;
	border: 1px solid #fff;
	transition: all ease 0.56s;
}

.bg2 {
	background-color: #676767;
border: 1px solid #fff;
	transition: all ease 0.56s;
}
.bg2:hover {
	background-color: #e1e1e1;
	border: 1px solid #fff;
	transition: all ease 0.56s;
}



.about {
	position:relative;
	z-index: 150;
	background-color: #F8F4F1;
	border-top: 4px solid #fff;
	z-index: 150;
}
.social {
	position:relative;
	z-index: 170;
	background-color: #E1E1E1;

}
.footer_area {
	position:relative;
	z-index: 120;
	background-color:#FFFFFF;
	border-top: 4px solid #fff;
}
.logo {
	position:absolute;
	top: 10px;
	left: 10px;
	z-index: 999;
}

.form {
	padding: 20px 0px 20px 0px;
}
.form input {
	padding: 15px;
	border: 1px solid #e1e1e1;
	width: 30%;
	background-color: #fff;
}
.form input[type=submit] {
	padding: 15px;
	border: 1px solid #444;
	width: 30%;
	background-color: #444;
	color: #fff;
	text-transform:uppercase;
}
.box {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.70);
	text-align:center;
	border: 2px solid #fff;
	color: #fff;

	opacity: 0;
	cursor:pointer;
	transition:all ease 0.5s;
}
.box:hover {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.70);
	text-align:center;
	border: 2px solid #fff;
	color: #fff;
	padding-top: 10%;
	opacity: 1;
	cursor:pointer;
	transition:all ease 0.5s;
}
.medium {
	background-color: #F0F0F0;
	position:relative;
	z-index: 160;
}
.bigger_font {
	font-size: 140%;
}
.social img {
	width: 60px;
	height:auto;
}
#join {
	position:relative;
	transform:translateY(-60px);
}
.sha img {
    -webkit-box-shadow: 43px -40px 0px 5px rgba(174,215,161,1);
    -moz-box-shadow: 43px -40px 0px 5px rgba(174,215,161,1);
    box-shadow: 43px -40px 0px 5px rgba(174,215,161,1);
        margin-top: 45px;
	margin-right: 45px
}
.sha_2 img {
    -webkit-box-shadow: 43px -40px 0px 5px rgba(227,117,154,1);
    -moz-box-shadow: 43px -40px 0px 5px rgba(227,117,154,1);
    box-shadow: 43px -40px 0px 5px rgba(227,117,154,1);
    margin-top: 45px;
	margin-right: 45px
}
.hp_area {
	position:relative;
	z-index: 50;
	background-color: #fff;
}
.green {
	padding-right: 100px;
}
.green img {
    -webkit-box-shadow: 43px -40px 0px 5px rgba(174,215,161,1);
    -moz-box-shadow: 43px -40px 0px 5px rgba(174,215,161,1);
    box-shadow: 43px -40px 0px 5px rgba(174,215,161,1);
    margin-top: 45px;
    margin-right: 45px;
	display:block;
}

.pink {
	padding-right: 100px;
}
.pink img {
    -webkit-box-shadow: 43px -40px 0px 5px rgba(227,117,154,1);
    -moz-box-shadow: 43px -40px 0px 5px rgba(227,117,154,1);
    box-shadow: 43px -40px 0px 5px rgba(227,117,154,1);
    margin-top: 45px;
    margin-right: 45px;
	display:block;
}

.hp_area h1 strong, .medium h1 strong {
    font-family: 'California';
    text-transform: none;
    position: relative;
    font-size: 180%;
    transform: translate(-10px,-10px);
    position: relative;
    display: inline-block;
    font-weight: 300;
}
.white_bg {
	background-color: #fff;
	z-index: 12;
	position:relative;
}



/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------- */

	
@media all and ( min-width: 1000px ) {
  
.row {
    display: table;
    table-layout: fixed;
    width: 100%;
	clear:both;
  }
[class*="col-"] {
    display: table-cell;
	vertical-align: top;
  }

  .col-2-3 {
    width: 66.66666666%;
  }
  .col-1-2 {
    width: 50%;
  }
  .col-1-3 {
    width: 33.333333333333%;
  }
  .col-1-5 {
    width: 20%;
  }
    .col-1-4 {
    width: 25%;
  }
    .col-1-1 {
    width: 100%;
  }
  .col-1-8 {
    width: 12.5%;
  }
      .col-05 {
	  width:0.5%;
  }
    .col-1 {
	  width:1%;
  }
      .col-2 {
	  width:2%;
  }
    .col-5 {
	  width:5%;
  }
  .col-10 {
	  width:10%;
  }
    .col-15 {
	  width:15%;
  }
    .col-20 {
	  width:20%;
  }
      .col-28 {
	  width:28%;
  }
  .col-25 {
	  width:25%;
  }
    .col-33 {
	  width:33.33333333333333%;
  }
        .col-65 {
	  width:65%;
  }
      .col-66 {
	  width:66.6666666666666666666%;
  }
      .col-30 {
	  width:30%;
  }
    .col-50 {
	  width:50%;
  }
      .col-40 {
	  width:40%;
  }
      .col-60 {
	  width:60%;
  }
      .col-70 {
	  width:70%;
  }
        .col-75 {
	  width:75%;
  }
      .col-80 {
	  width:80%;
  }
      .col-90 {
	  width:90%;
  }
    .col-100 {
	  width:100%;
  }
  
}

  
  
  .mid {
	vertical-align:middle;
}
.bot {
	vertical-align:bottom;
}
.top {
	vertical-align: top;
  }
  		.mshow {
		display:none;
	}
	
	
	
	   @media only screen and (max-width: 1400px) { 
  
  #nav li a, #nav li a:link, #nav li a:visited {
	font-size: 24px;
	padding: 10px 20px 10px 20px;
	}
	#nav li li a, #nav li li a:link, #nav li li a:visited {
	font-size: 17px;
	padding: 10px 20px;
	}
	ul#menu-main-menu li:last-of-type ul {
		margin-left:-110px;
	}
	.box h3 {
	font-size: 160%;
}
.p_box {
    padding: 20px 10%;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    width: 100%;
}
   }
   
      @media only screen and (max-width: 1300px) { 
  
  #nav li a, #nav li a:link, #nav li a:visited {
	font-size: 22px;
	padding: 10px 10px 10px 10px;
	}
	#nav li li a, #nav li li a:link, #nav li li a:visited {
	font-size: 17px;
	padding: 10px 10px;
	}
	.p_box {
	padding: 10px 5%;
	line-height:2;
}
   }
   
   
   
  
 
  
@media only screen and (max-width: 1000px) {
	
		#wpadminbar {
		display: none !important;
		z-index: -1 !important;
	}


/* ---------------- RESP MENU------------------------- */



.admin-bar .mobile_menu {
	margin-top: -46px !important;
}
.mobile_menu {
	display:block;
	background-color: var(--bg_header) !important;
	position:relative;
	padding: 10px;
}


.admin-bar .m_nav {
	margin-top: 0px !important;
}

#responsive-menu-container {
    background: var(--bg_menu) !important;
}



#responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
	font-family: 'BenchNine' !important;
    font-size: 20px !important;
	text-transform:uppercase !important;
	font-weight: 700 !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    color: var(--text) !important;
}



#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
    color: var(--text) !important;
    border-left: 1px solid var(--bg_header) !important;
    background-color:transparent !important;
}
#responsive-menu-container #responsive-menu li.responsive-menu-item a {
    border-bottom: 1px solid var(--bg_header) !important;
	border-color: var(--bg_header) !important;
}


#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
    background-color: rgba(0, 0, 0, 0.1) !important;
}



#responsive-menu-container #responsive-menu-wrapper,
#responsive-menu-container #responsive-menu li.responsive-menu-item a,
#responsive-menu-container #responsive-menu li.responsive-menu-item a:hover .responsive-menu-subarrow.responsive-menu-subarrow-active,
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow,
#responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover {
    background-color: transparent !important;
	background: transparent !important;
}

/* ---------------- RESP MENU------------------------- */


	.mhide, .ws_controls {
		display:none;
	}
		.mshow {
		display:block;
	}
img.resp {
	width: 100% !important;
	height: auto !important;
}
img.alignleft, img.alignright {
	display:block;
	clear:both;
	text-align:center;
	float:none;
	margin:10px auto;
}
.gallery-item {
    width: 100% !important;
}

.mright {
	text-align:center;
}
.mcenter {
	text-align:center;
}
h1 {
	font-size: 210%;
}
h2 {
	font-size: 190%;
}
h3 {
	font-size: 170%;
}
h4 {
	font-size: 150%;
}
h5 {
	font-size: 130%;
}
h6 {
	font-size: 110%;
}
.header_area {
	position:relative;
		top: 0;
	left: 0;
	width: 100%;
	z-index:900;
	background-color: #F7F3F0;
	transition: all ease 0.5s;
	border-bottom: 1px solid rgba(255,255,255,1.00);
	
}
.header_area.scrolled {
	background-color: rgba(104,104,104,1.00);
}
.slider {
    position: relative; 
}
.form input {
	padding: 15px;
	border: 1px solid #e1e1e1;
	width: 100%;
	background-color: #fff;
	margin-bottom:4px;
}
.form input[type=submit] {
	padding: 15px;
	border: 1px solid #86A554;
	width: 100%;
	background-color: #86A554;
	color: #fff;
	text-transform:uppercase;
}
.footer_area span {
	display:block;
	height:1px;
	overflow:hidden;
}
.social img {
	width: 40px;
	height:auto;
}
.green, .pink {
	padding-right: 60px;
}


.hp_area h1, .medium h1 {
    display: block;
	text-align:center;
}


.hp_area h1 strong, .medium h1 strong {
    display: block;
	text-align:center;
}

}