* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

* {
    text-decoration: none;
    color: #000000;

}
 
 h5 {
        color: rgb(36, 36, 36);
        text-align: center;
        font-size: 40px; 
        padding-top: 5%;
        padding-bottom: 5%;
    }

body {
	font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.5;
}


label { display: inline-block; width: 7em; }

h2 {
    font-weight: 300;
    font-size: 27px;
    margin: 0 0 10px 0;
    color: rgb(36,36,36);
}

h3 {
    font-size: 16px;
    color: rgb(36,36,36);
}

h1 {
    color: rgb(36, 36, 36);
}

h1 span {
    color: white;
}

aside {
    padding-left: 1%;
border-left: 1px solid white;
}

h4 {  
    color: rgb(36, 36, 36);
    font-size: 23px;
}

.Header,
.Body_E01 {
    max-width: 1500px;
    padding: 10px;
    margin: 0 auto;
}

.columns {
    width: auto;
    margin: 0 auto;
    padding-left: 10%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.columns article {
    float: left;
    padding: 0 3%;
    color: black;
    margin: auto;
    border-left: 1px solid black;
}

.columns article:first-child {
border: none;
padding-left: 0%;
}

.columns article .button_b {
    display: block;
    bottom: 0;
}

.columns article p {
    max-width: 250px;
    max-height: 300px;
    color: black;
}

.columns article h2 {
    color: black;
}

.social {
margin: auto;
overflow: hidden;
position: center;
width: 1225px;
}


.social .space {
    position: absolute;
    width: 500px;
    height: 500px;
    padding-left: 5%; 
}

.social div {
position: relative;
padding-left: 10%;
float: left;
width: 600px;
height: 600px;
margin: 0 5px 0 0;
list-style: none;
text-decoration: none;
}

.social div .image {
position: absolute;
width: 500px;
height: 500px;
top: 26px;
left: 26px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.social div:hover .image {
top: 16px;
}

.social div span {
width: 600px;
position: absolute;
padding: 0;
font-size: 14px;
text-transform: uppercase;
text-align: center;
font-weight: bold;
color: #000;
left: 0;
bottom: -100px;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}

.social div:hover span {
bottom: 50px;
}

.social:hover > div {
opacity: 0.3;
}

.social:hover > div:hover {
opacity: 1;
}

.social a.Make_LKC_Show_OFF .image   {
    background: url(../IMG/LAY/Logo.png) center no-repeat;
    background-size: 400px;
}

.FBk li a {
    color: rgb(36,36,36);
    text-transform: uppercase;
    float: left;
    padding-left: 1%;
    padding-bottom: 1%;
    margin-right: 0;
}

.FBk ul {
     list-style: none;
}

.FBk nav {
    text-align: center;
}
.FBk section {
    text-align: center;
}

.FBk nav a {
    display: block;
    padding: 2px 5px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
    
.FBk nav a:hover {
     font-size: 20px;
     padding: 4px 10px;
     -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
     -o-transition: all 0.1s ease-in-out;
     -ms-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
}

.Foot {
    color: white;
    text-align: right;
    font-size: 7px;
    }

.Foot a {
    color: white;
    margin-right: 0;

     -webkit-transition: all 0.3s ease-in-out;
     -moz-transition: all 0.3s ease-in-out;
     -o-transition: all 0.3s ease-in-out;
     -ms-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
}


.Foot a:hover {
    font-size: 20px;
    padding: 4px 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.Rform div{
    max-width: 320px;
    min-height: 50px;
}

.Rform input[type=text] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 4px;
}

.Rform input[type=Password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid white;
    border-radius: 4px;
}

input[type=button], input[type=submit], input[type=reset] {
    border: 2px solid black;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
    background-color: black;
    color: white;
    border: 2px solid white;
}

.Rform select {
    width: 100%;
    padding: 16px 20px;
    border: none;
    border-radius: 4px;
}

.usrCnT {
    padding-top: 5px;
} 
.FBk_ nav {
    margin: auto;
    position: relative;
}

.FBk_ nav ul {
    list-style: none;

}

.FBk_ nav ul li {
    display: inline;

}

.FBk_ nav ul li a {
    display: inline-block;
    color: grey;
    text-transform: uppercase;
    padding-left: 1%;
    padding-bottom: 1%;

}

.FBk_ nav a {
    display: inline-block;
    padding: 2px 5px;
    text-transform: uppercase;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
    
.FBk_ nav a:hover {
     font-size: 20px;
     padding: 4px 10px;
     border-bottom:  1px solid grey;
     -webkit-transition: all 0.1s ease-in-out;
     -moz-transition: all 0.1s ease-in-out;
     -o-transition: all 0.1s ease-in-out;
     -ms-transition: all 0.1s ease-in-out;
     transition: all 0.1s ease-in-out;
}



.LogHeadH p { 
   
    margin:0 ;
    color: grey;
}

.ud1 p {
    margin: 0;
    color: grey;
}


.MainSectionP h2 {
    color: grey;
}

/*
.MainSectionP article {
    float: left;
    padding-left: 25px;
}
*/

.ud0 p {
    color: grey;
}
.ud0 span {
    font-weight: bold;
    color: grey;
}

.Rform {
    width: 100%;
    margin: 0 auto;
}

.Rform article {
    width: 50%;
    height: 50%;
}

.GCStage article {
    width: 25%;
    height: 25%;
    float: left;

}


.GCStage article a {
    position: relative;
    display: block;
    color: white;
}

.GCStage1 article {
    width: 33%;
    height: 33%;
    float: left;

}


.GCStage1 article a {
    position: relative;
    display: block;
    color: white;
}


/*
.GCStage article a:hover .overlay {
    -webkit-transition-duration: all .5s ease; /* Safari 
    -o-transition-duration: all .5s ease;
    -moz-transition-duration: all .5s ease;
    transition-duration: all .5s ease;
    opacity: 1;
}

.GCStage article .overlay {
    position: absolute;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 50px;
    color: white;
    -webkit-transition-duration: all .5s ease; /* Safari 
    -o-transition-duration: all .5s ease;
    -moz-transition-duration: all .5s ease;
    transition-duration: all .5s ease;
    opacity: 0;

}
*/ 
.GCStage article img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.ud0 p {
    margin: 0;
}

.ud0 p a {
    color: grey;
    display: inline-block;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
     
}

.ud0 p a:hover { 
    font-size: 19px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; 
}

.RTC {
    color: grey;
    font-size: 16px;
    font-style: italic;
}

.W_PHARSEPKL_NU p {
    color: grey;
}

.SectorWalletCs article {
    padding: 10px 10px;
}

.SectorWalletCs article p {
    color: grey;
    margin: 0;
}

.SectorWalletCs article p span{
    color: grey;
    font-weight: bold;
}

.SectorWalletCs h4 {
    color: grey;
    font-size: 23px;
}

.RepZ h4 {
    color: grey;
    font-size: 26px;
}

.RepZ center {
    color: grey;
    font-size: 15px;
}

.RBForm textarea {
    color: grey;
    outline-color: grey;
}


.RepZ input {
    color: grey;
    font-size: 15px;
}

.HeZ ul {
    list-style: none;
    text-align: center;
}

.HeZ ul li {
    padding: 10px 10px;
    margin: 20px 10px;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
}

.HeZ ul li p {
    color: grey;
    font-size: 14px;
    font-style: italic;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    border-left-style: dotted;
    border-right-style: dotted;
    margin: 0 auto;
}

.HeZC h4 {
    color: grey;
    font-size: 23px;
    padding-left: 15%;
}

.HeZ {
    overflow: auto;
    max-height: 400px;
   -moz-box-shadow:    inset 0 0 5px #000000;
   -webkit-box-shadow: inset 0 0 5px #000000;
   box-shadow:         inset 0 0 5px #000000;
}

::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */

}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: rgba(255, 0, 0, 0);
}

.UcZ h4 {
    color: grey;
    font-size: 23px;
    padding-left: 5%;  
}

.UcZf p {
    display: inline-block;
}

.CZT p {
    font-size: 12px;
    color: grey;
    display: inline-block;
}


.CZT textarea {
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: grey;
}



.CZT select {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.CZT input {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    font-size: 12px;
    color: grey;
}


.CZT button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px; 
}

.CZT h4 {
    color: grey;
    font-size: 23px;
    padding-left: 5%;  
}


textarea:focus { outline: 1px solid grey; }​

.CZC1 p {
    text-align: center;
    color: grey;
}

.ShopProducts {
margin: auto;
overflow: hidden;
position: center;
width: 1475px;
}





.tproduct {
    -webkit-box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
    -moz-box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
    box-shadow: 0px 0px 2px 3px rgba(199,199,199,0.46);
    width: 250px;
}



.Body_Wrapp {
    border: 1px solid black;
    background-size: auto;
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 10%;
    padding-bottom: 10%;
}


/* 
http://www.cssmatic.com/box-shadow
*/

.Body_Wrapp_0 {
    border: 1px solid black;
    background-size: auto;
    background-color: rgba(0, 0, 0, 0.2);
    padding-top: 0%;
    padding-bottom: 0%;
}
/*  custom css  */
.Body_Wrapp_{
        max-width: 90%;
    margin: 0 auto;
    
}
.Body_Wrapp {
    overflow: hidden;
}

table.MsoNormalTable {
    width: 86% !important;
}

@media (max-width: 1342px) {
    .Header nav {padding-right:2%;}
    
}

@media (max-width: 1300px) {
 
  .HeaderC {height: 120px !important;}
  .cbuff {height: 140px !important;;} /**/
}
@media (max-width: 1236px) {
    .Header nav {padding-right:0%;}
    .Header nav a {
    padding: 10px 10px;
    font-size: 18px;
}}
@media (min-width: 1151px) {.menu{display:none;}}
@media (max-width: 1150px) {.Header nav, .LogHeadC {display:none;}.menu{display:block;  padding: 13px 2%;} }

/* #### Mobile Phones Portrait #### */
@media screen and (max-device-width: 480px) and (orientation: portrait){
  /* some CSS here */
  
  .Header nav, .LogHeadC {display:none;}
  .Body_Wrapp_ {
      max-width:100%;
      
  }

}
@media only screen and (min-width : 320px) and (max-width : 480px) {
/* Styles */
.Header nav, .LogHeadC {display:none;}
  .designer input[type="file"], .designer input {
    width: 250px !important;
}

.designer textarea {
    width: 80% !important;
}
.sow-top-pic img, .sow-bottom-pic img, .sow-header-pic img, .sow-vid video {
    width: 90% !important;
}
.designer {
		margin-top: 20px !important;
	}	

}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
.Header nav, .LogHeadC {display:none;}
  .designer input[type="file"] {
    width: 250px !important;
}

.designer textarea {
    width: 80% !important;
}
.sow-top-pic img, .sow-bottom-pic img, .sow-header-pic img, .sow-vid video {
    width: 90% !important;
}
.designer {
		margin-top: 20px;
	}	

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles 
.Header nav {display:none;}*/


}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
.Header nav, .LogHeadC {display:none;}
}

/* #### Mobile Phones Landscape #### */
@media screen and (max-device-width: 640px) and (orientation: landscape){
  /* some CSS here 
  .Header nav {display:none;}
  .Body_Wrapp_ {
      max-width:100%;
      
  }*/
}

/* #### Mobile Phones Portrait or Landscape #### */
@media screen and (max-device-width: 640px){
  /* some CSS here 
  .Header nav {display:none;}
  .Body_Wrapp_ {
      max-width:100%;
      
  }*/
}

/* #### iPhone 4+ Portrait or Landscape #### */
@media screen and (min-device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){
  /* some CSS here
  .Header nav {display:none;}
  .Body_Wrapp_ {
      max-width:100%;
      
  } */
}

/* #### iPhone 5 Portrait or Landscape #### */
@media (device-height: 568px) and (device-width: 320px) and (-webkit-min-device-pixel-ratio: 2){
  /* some CSS here 
  .Header nav {display:none;}
  .Body_Wrapp_ {
      max-width:100%;
      
  }*/
}

/* #### iPhone 6 and 6 plus Portrait or Landscape #### */
@media (min-device-height: 667px) and (min-device-width: 375px) and (-webkit-min-device-pixel-ratio: 3){
  /* some CSS here 
  .Header nav {display:none;}
  .Body_Wrapp_ {
      max-width:100%;
      
  }*/
}

/* #### Tablets Portrait or Landscape #### */
@media screen and (min-device-width: 768px) and (max-device-width: 1024px){
  /* some CSS here */

}

/* #### Desktops #### */
@media screen and (min-width: 1024px){
  /* some CSS here */
}



.Header, .Body_E01, .Body_Wrapp_1 {
    width: 100% !important;
	max-width: 100%;
}



