body {
  font-family: Open Sans;
  text-rendering: optimizeLegibility;
}
body {
  color: #333;
  font-size: 13px;
  line-height: 18px;
}
.wrapper {
    box-shadow: 1px 1px 30px #000;
    margin: 0 auto;
    max-width: 1280px;
	min-height: 100%;
	background-color: #fff;
}
.header {
    margin-bottom: 0;
}
.header {
    /* margin-bottom: 10px; */
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix::after {
  clear: both;
}
.clearfix::before, .clearfix::after {
  content: "";
  display: table;
  line-height: 0;
}
.header .header-outer {
  margin: 0 auto;
  width: 90%;
}
p {
  margin: 0 0 9px;
}
.header-outer .login-section {
  float: left;
  padding: 12px 0;
}
.header-outer .social-media {
  float: right;
  padding: 6px 0;
}
.header-outer .social-media .fb {
  background: rgba(0, 0, 0, 0) url("../images/social-media.png") repeat scroll 0 0;
}
.header-outer .social-media a {
  display: block;
  float: left;
  font-size: 0;
  height: 35px;
  width: 34px;
}
a {
  color: #08c;
  text-decoration: none;
}
.header-outer .social-media .ig {
  background: rgba(0, 0, 0, 0) url("../images/social-media.png") repeat scroll -34px 0;
}
.header-outer .social-media a {
  display: block;
  float: left;
  font-size: 0;
  height: 35px;
  width: 34px;
}
.header-outer .social-media .tw {
  background: rgba(0, 0, 0, 0) url("../images/social-media.png") repeat scroll -69px 0;
}
.header-outer .social-media a {
  display: block;
  float: left;
  font-size: 0;
  height: 35px;
  width: 34px;
}
.header-outer .social-media .yt {
  background: rgba(0, 0, 0, 0) url("../images/social-media.png") repeat scroll -103px 0;
}
.header-outer .social-media a {
  display: block;
  float: left;
  font-size: 0;
  height: 35px;
  width: 34px;
}
.header .header-inner {
  background: rgba(0, 0, 0, 0) url("../images/header-back.png") repeat scroll 0 0 / cover ;
  padding: 0 10px;
}
.row-fluid::before, .row-fluid::after {
  content: "";
  display: table;
  line-height: 0;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 100%;
}
.row-fluid [class*="span"] {
  box-sizing: border-box;
  display: block;
  float: left;
  margin-left: 2.12766%;
  min-height: 28px;
  width: auto;
}
.span12 {
  width: 940px;
}
[class*="span"] {
  float: left;
  margin-left: 20px;
  min-height: 1px;
}

.footer {
  background: #2b2b2b none repeat scroll 0 0;
  color: #fff;
}
.header .header-inner {
  background: rgba(0, 0, 0, 0) url("../images/header-back.png") repeat scroll 0 0 / cover ;
  padding: 0 10px;
}
.header .header-inner .inner {
  margin: 0 auto;
  width: 85%;
}
.header .header-search {
  margin-top: 55px;
}
.pull-right {
  float: right;
}
.djslider-loader-default {
  background: rgba(0, 0, 0, 0) url("../images/loader.gif") no-repeat scroll center center;
  margin: 0 auto;
  position: relative;
}
.djslider-default .slider-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.djslider-default {
  margin: 0 auto;
  opacity: 0;
  position: relative;
  transition: opacity 400ms ease 0s;
}

.header .header-search {
  margin-top: 55px;
}
.pull-right {
  float: right;
}

.container-fluid::before, .container-fluid::after {
  content: "";
  display: table;
  line-height: 0;
}

.container-fluid::after {
  clear: both;
}

.container-fluid {
	padding: 0px !important;
}

ul.unstyled, ol.unstyled {
  list-style: outside none none;
  margin-left: 0;
}
.small {
  font-size: 11px;
}
ul, ol {
  margin: 0 0 9px 25px;
  padding: 0;
}
/* NEW STYLES */

.header_top {
	display: block;
	width: 100%;
	min-height: 44px;
	padding-bottom: 14px;
	/* background-color: navy; */
}
.header_bottom {
	display: table;
	position: relative;
	width: 100%;
	height: auto;
	padding: 0px 0px 20px 0px;
	min-height: 145px;
	background: rgba(0, 0, 0, 0) url("../images/header-back.png") repeat scroll 0 0 / cover;
}
.logoinheader {
	display: table-cell;
	position: relative;
	width: 35%;
	max-width: 250px;
	height: 100%;
	/* float: left; */
	padding-top: 6vh;
	padding-left: 7.5vw;
	/* margin-top: 40px; */
	min-width: 200px !important;
}
.logoinheader img {
	display: block;
	position: relative;
	width: 99%;
	height: auto;
	max-width: 263px;
	min-width: 140px;
}

.videoview
 {
	display: block; width: 100%; text-align: center; position: relative;
	max-width: 960px;
	margin: 0px auto 0px auto;
	padding-bottom: 41.25%; /* 16:9 */
	height: 0;
	max-height: 440px;
}

.videoview:first-child
 {
	padding-top: 0px;
}

.videoview iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 95%;
	height: 95%;
	max-height: 440px;
	border-radius: 12px;
}

@media only screen and (max-width: 500px) {
	
	.videoview
 {
	margin: 0px auto 25px auto;
}
	.videoview iframe {
	width: 100%;
	height: 120%;
	min-height: 150px;
}
}

.menu_holder {
		display: table-cell;
	position: relative;
	width: 62%;
	height: auto;
	vertical-align: bottom;
	text-align: right;
	/* float: right; */
	/* margin-right: 5px;
	margin-top: 7vh; */
	-webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.navbar {
    background-image: none;
    box-shadow: none;
    margin-bottom: 5px;
}
.navbar .nav {
    margin: 0;
}
.navbar .nav > li > a {
    color: #3c5575;
    font-size: 15px;
    padding: 7px;
	font-weight: normal;
    text-shadow: none;
}
.navbar .navbar-nav > .active > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    box-shadow: none;
    color: #3c5575;
    text-decoration: none;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.navbar-toggle {
    background: #3c5575 none repeat scroll 0 0;
}
.navbar-toggle .icon-bar {
    background: #fff none repeat scroll 0 0;
}
.navbar .nav > li > a:hover::after, .navbar .nav > li > a:focus::after {
    height: 1px;
    opacity: 1;
    transform: translateY(0px);
}
.navbar .nav > li > a::after {
    background: #3c5575 none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(-10px);
    transition: height 0.3s ease 0s, opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
}
.navigation .nav-child {
    /* -moz-columns: 2 auto; */
    border: 1px solid #0061ac;
    border-radius: 0;
    height: auto;
    top: 99%;
}
.navigation .nav-child a {
    font-size: 14px;
    padding: 8px 20px;
}
.navigation .nav-child li > a:hover, .navigation .nav-child li > a:focus, .navigation .nav-child:hover > a {
    background-color: #1f5aca;
    background-image: none;
}
.navigation .nav-child .item-195 > a:hover, .navigation .nav-child .item-195 > a:focus {
    background-color: #fff;
    background-image: none;
}
.navigation .nav > li > .nav-child::after {
    border: medium none;
}
.navigation .nav > li > .nav-child::before {
    border: medium none;
}
/* li.item-189::before {
    color: #0090ff;
    content: "Category";
    font-size: 16px;
    font-weight: bold;
    padding: 14px 14px 12px;
} */
li.item-189 {
    /* padding-top: 10px; */
}
li.item-189 > a {
    margin-top: 10px;
}
.partner-block {
    display: table-cell;
    margin: 0 auto;
    width: 96%;
}
.navigation .nav-child {
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    display: none;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    top: 95%;
    z-index: 1000;
}
.navigation .nav-child.pull-right {
    left: auto;
    right: 0;
}
.navigation .nav-child .divider {
    background-color: #e5e5e5;
    border-bottom: 1px solid #fff;
    height: 1px;
    margin: 8px 1px;
    overflow: hidden;
}
.navigation .nav-child a {
    clear: both;
    color: #333;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    padding: 3px 20px;
    white-space: nowrap;
}
.navigation .nav li {
    position: relative;
}
.navigation .nav > li:hover > .nav-child, .navigation .nav > li > a:focus + .nav-child, .navigation .nav li li:hover > .nav-child, .navigation .nav li li > a:focus + .nav-child {
    display: block;
}
.navigation .nav > li > .nav-child::before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}
.navigation .nav > li > .nav-child::after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}
.navigation .nav li li .nav-child {
    left: 100%;
    top: -8px;
}
.navigation .nav li li .nav-child::before {
    border-bottom: 7px solid transparent;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    content: "";
    display: inline-block;
    left: -7px;
    position: absolute;
    top: 9px;
}
.navigation .nav li li .nav-child::after {
    border-bottom: 6px solid transparent;
    border-right: 6px solid #ffffff;
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    left: -6px;
    position: absolute;
    top: 10px;
}
.navigation .nav-child li > a:hover, .navigation .nav-child li > a:focus, .navigation .nav-child:hover > a {
    background-color: #0081c2;
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    color: #fff;
    text-decoration: none;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
    text-decoration: none;
}

.navbar-right {
    float: right !important;
    margin-right: 0px;
}

.loclogostrip {
	display: block;
	/* width: 96%; */
	margin: 0px auto;
	min-height: 64px;
	background-color: #fff;
	padding: 12px;
}
.historyblock {
	background: rgba(0, 0, 0, 0) url("../images/blue-gradient.png") repeat-x scroll 0 0;
	text-align: center;
}

.famoustopblock {
	/* background: rgba(0, 0, 0, 0) url("../images/blue-gradient.png") repeat-x scroll 0 0; */
	text-align: center;
}


.historyblock  p {
    font-size: 16px;
    padding: 5% 14%;
}

.famoustopblock  p {
    font-size: 16px;
    padding: 2% 16% 2% 10%;
}

.whatshotblock {
	display: block;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
.hotbox {
	display: inline-block;
	width: 23%;
	padding-left:1%;
	/* padding-right:1%; */
	text-align: center;
	/* min-height: 320px; */
}

.celebrity-fav-block {
    background: rgba(0, 0, 0, 0) url("../images/floral-back.jpg") repeat scroll 0 0;
    color: #fff;
    padding: 0;
	height: auto;
	margin-top: 20px;
}

.best-seller-block {
    padding: 2% 0;
	color: #fff;
	height: auto;
	margin-bottom: 10px;
}

.celebrity-fav-block img, .best-seller-block img {
	max-width:1288px;
	width: 100%;
	height: auto;
}

.hotbox h2 {
	font-size: 2rem;
	min-height: 60px;
}

.vmheader {
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
	display: block;
	margin-bottom: 22px;
}

.hotbox .vm-product-descr-container-1 p.product_s_desc {
	/* background-color: blue; */
	min-height: 35px;
}

.hotbox .vm-product-media-container {
	display: block;
	min-height: 200px;
}

/* .hotbox:nth-child(1) {
	background-color: orange;
}
.hotbox:nth-child(2) {
	background-color: red;
}
.hotbox:nth-child(3) {
	background-color: magenta;
}
.hotbox:nth-child(4) {
	background-color: navy;
} */
main {
	background: #fff;
}
.footer {
  background: #2b2b2b none repeat scroll 0 0;
  color: #fff;
}
.footer-top {
  padding: 3% 2% 0;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee -moz-use-text-color #fff;
  border-image: none;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}
.footer-down {
  padding: 6px 0 12px;
}

.footer .navbar-nav > li > a {
  color: #fff;
  padding: 0 5px;
  text-shadow: none;
}

.footer .follow {
  float: left;
  font-size: 20px;
  font-weight: bold;
  padding: 6px;
}

.footer-top .social-media {
  float: right;
}
.browse-view {
	display: block;
	position: relative;
	margin-top: 15px;
	width: 100%;
}
.browse-view h1, .page-header h2 {
  font-size: 30px;
  letter-spacing: 5px;
  margin: 0;
  padding: 12px 0 12px 25px;
  width: auto !important;
}
.page-header, .browse-view h1 {
  background: #daeaff none repeat scroll 0 0;
  border-radius: 0 10px;
  color: #2e4048;
  width: 100%;
}

.row-fluid {
	display: block;
    width: 100%;
}

.maincontent {
	display: block;
	position: relative;
	margin: 14px 0px 14px 0px;
	padding-left: 12px;
	padding-right:12px;
    width: auto;
	line-height: 20px;
	font-size: 105%;
}
.social-media {
  float: right;
  padding: 6px 0;
  margin-bottom: 12px;
  margin-right: 12px;
}
.social-media a {
  display: block;
  float: left;
  font-size: 0;
  height: 35px;
  width: 34px;
}
.social-media .fb {
  background: rgba(0, 0, 0, 0) url("../images/social-media.png") repeat scroll 0 0;
}
.social-media .ig {
  background: rgba(0, 0, 0, 0) url("../images/social-media.png") repeat scroll -34px 0;
}
.social-media .tw {
  background: rgba(0, 0, 0, 0) url("../images/social-media.png") repeat scroll -69px 0;
}
.social-media .yt {
  background: rgba(0, 0, 0, 0) url("../images/social-media.png") repeat scroll -103px 0;
}
#content {
  float: none;
  margin: 10px auto;
  width: 95%;
}
.footer .follow {
  float: right;
  font-size: 20px;
  font-weight: bold;
  padding:  19px 6px 6px 6px;
}
.footer-top .social-media {
	display:block;
  float: right;
  padding: 0px;
  margin: 0px;
}

.footer-top .social-media a {
  display: block;
  float: left;
  font-size: 0;
  height: 35px;
  margin: 0 8px;
  width: 34px;
}

.footer-top .social-media .fb {
  background: rgba(0, 0, 0, 0) url("../images/social-media.png") repeat scroll 0 36px;
}

.footer-top .social-media .ig {
  background: rgba(0, 0, 0, 0) url("../images/social-media.png") repeat scroll -34px 36px;
}

.footer-top .social-media .tw {
  background: rgba(0, 0, 0, 0) url("../images/social-media.png") repeat scroll -69px 36px;
}

.footer-top .social-media .yt {
  background: rgba(0, 0, 0, 0) url("../images/social-media.png") repeat scroll -103px 36px;
}

.foothist {
	display: block;
	width: 80%;
	font-size: 114%;
	max-width: 800px;
}

.footer-seperator {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee -moz-use-text-color -moz-use-text-color;
  border-image: none;
  border-style: solid none none;
  border-width: 1px 0 0;
  margin-bottom: 20px;
  margin-top: 20px;
}

div.product {
  border: medium none;
  min-height: 385px;
  padding: 0 30px;
}
div.product {
  border: 0px solid #ddd;
  float: left;
  min-width: 220px;
}
.vm-col-3 {
    width: 31.9%;
	text-align: center;
}

.product h2 a {
	display: block;
	min-height: 45px;
	font-size: 1.9rem
}
.product_s_usage {
	color: #0162AE;
	font-weight: normal;
	padding-bottom: 12px;
	border-bottom: 1px solid #E3E3E3;
}

img.browseProductImage {
	max-height: 200px;
	width: auto;
}

.product-page::after {
  clear: both;
  content: "";
  display: block;
}

.product-page {
  position: relative;
  margin-top: 22px;
}

.big-product-image {
  float: left;
  padding-bottom: 30px;
  margin-right: 12px;
  width: 20%;
  max-width: 232px;
}
.big-product-image img {
  display: block;
  margin: 0 auto;
  width: 95%;
  height: auto;
  max-height: 450px;
  max-width: 232px;
  min-width: 130px;
}
@media (max-width: 520px) {
	
.big-product-image {
  float: none;
  padding-bottom: 0px;
  margin: 0px auto;
  width: 100%;
  text-align: center;
  max-width: 232px;
}
.big-product-image img {
  display: block;
  margin: 0 auto;
  width: 95%;
  height: auto;
  max-height: 450px;
  max-width: 170px;
  min-width: 140px;
}
.product-complete-info h1 {
	margin-top: 1px;
	padding: 1px 0px 1px !important;
}
p.product-image {
	margin-bottom: 1px;
}
}

@media (max-width: 768px) {
.hotbox {
    display: inline-block;
    width: 90%;
	min-width: 288px;
    text-align: center;
   /*  min-height: 320px; */
	max-width: 320px;
	margin: 0px auto 2px;
}
}
.product-separator1 {
  background: transparent url("http://www.worldwide.embryolisse.com/skin/frontend/default/blank/images/sep1.png") no-repeat scroll center center;
  height: 26px;
  margin: 0;
  width: 100%;
}

.product-bottom .additional-info {
  float: left;
  /* width: 130px; */
  width: auto;
}

.product-complete-info {
  text-shadow: 1px 1px 0 white;
}

.product-complete-info .instructions-use {
  color: #8a8e8d;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5em;
  padding: 10px 0 15px;
}

.product-complete-info .instructions-use .darker {
  color: #4b575f;
}

.product-complete-info .instructions-use a.tooltip {
  color: #4b575f;
  text-transform: uppercase;
}

.product-complete-info .instructions-use a {
  color: #8a8e8d;
  text-decoration: none;
}

/* #tooltip h3.cat6 {
  border-color: #b8d16a;
  color: #97c114;
}
#tooltip {
  font-size: 12px;
}
#tooltip {
  background-color: #fff;
  border: 5px solid #4c575f;
  display: none;
  opacity: 0.85;
  padding: 10px;
  position: absolute;
  width: 400px;
  z-index: 30000;
} */
.tooltip {
  opacity: 1;
}
.product-bottom {
	display: block;
	
}
.product-complete-info h1 {
    color: #384b53;
    font-size: 2.8rem;
    font-weight: 400;
    padding: 8px 0 1px;
    position: relative;
    width: auto !important;
    z-index: 1;
	
}

.product-complete-info h2 {
    color: #384b53;
    font-size: 2.0rem;
    font-weight: 400;
    padding: 0px 0 10px;
    position: relative;
    width: auto !important;
    z-index: 1;
	margin-top: 3px;
}

@media only screen and (max-width: 360px) {

    .product-complete-info h1 {  
    font-size: 2.2rem;
}

.product-complete-info h2 {
    font-size: 1.6rem;
}

}

.useandcont, .text-description {
	font-size: 110%;
}
.useclass {
	font-weight: bold;
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, 1); */
	color: #187FBD;
	font-size: 88%;
}
.useinsttitle {
	font-size: 88%;
	font-weight: bold;
}
.product-complete-info {
	margin-bottom: 18px;
}

a.tooltipx {
	display: inline-block;
	position: relative;
	 color: #4b575f;
    /* text-transform: uppercase; */
	margin-bottom: 8px;
		font-size: 94%;
	font-weight: bold;
	letter-spacing: 1.0px;
}
.darker {
	display: inline-block;
		font-size: 114%;
		color: #4b575f;
}
/* .header, .navigation, .navbar-header, .navbar-collapse, .navbar-nav, .navigation .nav li, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus, .navigation .nav-child {
	    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
} */

* {
	    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.navigation .nav-child{
    /*height: 260px;*/
    border: 1px solid #0061AC;
    border-radius: 0;
    top: 99%;
}

body footer, body footer .container-fluid, body footer .footer-top, body footer .row, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, main, .product, .vm-col-3, .vertical-separator, .vm-product-media-container {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}
.navbar {
    margin-bottom: 0px;
    min-height: auto;
	margin-right: 20px;
}

.navbar-nav > li {
    float: none;
}
.nav > li {
    display: inline-block;
    position: relative;
}

.rowprod {
	display: block;
	width: 90%;
	/* max-width: 640px; */
	text-align: center;
	margin: 0px auto;
}

.rowprod .product {
	min-width: 50%;
}

.rowprod .product h2 {
	margin-top: 3px;
	margin-bottom: 0px;
}
.rowprod .product .product_s_usage {
    padding-bottom: 0px;
}
.rowprod .product .product_s_usage p {
    padding: 0px;
	margin: 0px;
}

.rowprod  .product h2 a {
	min-height: 10px;
}

.rowprod div.product {
    min-height: 175px;
    padding: 0 30px;
}

.rowprod .product .vm-product-media-container img {
    width: 95%;
	max-width: 287px;
	height: auto;
}

.product-complete-info h2 {
	color: #187FBD;
}

.tooltipx {
    text-decoration:none;
    position:relative;
}
.tooltipx span {
    display:none;
}
.tooltipxsdadas:hover span {
    display:block;
    position:fixed;
    overflow:hidden;
	 background-color: #fff;
  border: 5px solid #4c575f;
  opacity: 0.96;
  padding: 10px;
  width: 600px;
  z-index: 30000;
  font-size: 100%;
  font-weight: 200;
  -webkit-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.75);
box-shadow: 3px 3px 2px 0px rgba(0,0,0,0.75);
}

.maincontent h4 {
	margin: 0px;
	padding: 0px 0px 20px;
	font-size: 17px;
	line-height: 1.4em;
	text-transform: uppercase;
	color: #0071b9;
	/* font-family: 'Open Sans', sans-serif; */
}

.mainimgcontainer {
	display: block;
	max-width: 400px;
	min-width: 300px;
	width: 40%;
	height: auto;
	margin: 0px 22px 0px 0px;
	padding: 3px;
	position: relative;
	float: left;
}
.mainimgcontainer img {
	display: inline-block;
	position: relative;
	max-width: 399px;
	height: auto;
	width: 98%;
}

.mainimgcontainer2 {
	display: block;
	max-width: 211px;
	min-width: 160px;
	width: 40%;
	height: auto;
	margin: 0px 22px 0px 0px;
	padding: 3px;
	position: relative;
	float: left;
}
.mainimgcontainer2 img {
	display: inline-block;
	position: relative;
	max-width: 210px;
	height: auto;
	width: 98%;
	margin-bottom: 170px;
}

@media only screen and (max-width: 560px) {

  .mainimgcontainer, .mainimgcontainer2 {
	display: block;
	float: none;
	margin: 0px auto;
}
.mainimgcontainer img, .mainimgcontainer2 img  {
	display: block;
	margin-top: 12px;
	position: relative;
}
.mainimgcontainer2 img  {
	margin-bottom: 5px;
}

}

.philobol {
	display: block;
	color: #0071b9;
	font-weight: 600;
	font-style: oblique;
}
.backstage {
    background: transparent url("../images/bg-culte.jpg") no-repeat scroll left top / cover ;
    margin: 0 auto;
    width: 85%;
}
.video-img {
    display: none;
}

.video-player {
    background: black none repeat scroll 0 0;
    height: 378px;
    margin: 0 auto;
    position: relative;
    max-width: 822px;
	width:98%;
}
.backstage {
  background: transparent url("../images/bg-culte.jpg") no-repeat scroll left top / cover ;
  margin: 0 auto;
  width: 85%;
  display: block;
}
.backstage h1 {
    height: auto;
    padding: 17px 0 14px;
	text-align: center;
}
.maincontent .bottom-container {
    background: rgba(0, 0, 0, 0) url("../images/backstage-bg-uk.png") no-repeat scroll 0 0 / contain ;
    height: 444px;
    margin: 24px auto 0;
    width: 100%;
	position: relative;
	max-width: 960px;
	min-width: 300px;
}

.maincontent .famous .bottom-container {
    background: rgba(0, 0, 0, 0) url("../images/famous-bg-uk.png") no-repeat scroll 0 0 / contain ;
    height: 484px;
    margin: 24px auto 0;
    width: 100%;
	position: relative;
	max-width: 960px;
	min-width: 300px;
}

.maincontent .bottom {
    height: 135px;
}

.maincontent .bottom .title {
    color: #0064ae;
    display: block;
    font-family: "interstatelight",Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding: 11px 0 1px 25px;
}

.maincontent .famous .bottom .title {
    color: #0064ae;
    display: block;
    font-family: "interstatelight",Arial,Helvetica,sans-serif;
    font-size: 20px;
    padding: 11px 0 1px 13px;
}



.maincontent .bottom p {
    color: #0064ae;
    font-family: "interstatelight",Arial,Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: normal;
    margin: 0;
    padding: 12px 0 0 199px;
    width: 63%;
}
.maincontent .bottom p .indentfamous {
	display: block;
    margin-left:179px;
}

.maincontent .famous .bottom p {
    color: #0064ae;
    font-family: "interstatelight",Arial,Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: normal;
    margin: 0;
    padding: 12px 0 0 13px;
    width: 68%;
	text-align: justify;
}

.maincontent .bottom a {
    color: #0064ae;
    float: left;
    font-family: "interstatebold",Arial,Helvetica,sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: normal;
    margin: 12px 0 0 492px;
    text-decoration: none;
}

.maincontent .famous .bottom a {
    margin: 0px 0 0 492px;
    text-decoration: none;
}

.maincontent .tag {
    clear: both;
    float: left;
    position: relative;
    width: 100%;
}

.maincontent .tag .title {
    color: #0064af;
    display: block;
	text-align: center;
    font-family: "interstateregular",Arial,Helvetica,sans-serif;
    font-size: 18px;
    left: 55px;
    letter-spacing: 0.02em;
    position: absolute;
    /* text-transform: uppercase; */
    top: 40px;
    transform: rotate(5deg);
}

.maincontent .tag p {
    color: #170b11;
    font-family: Courier;
    font-size: 16px;
    left: 46px;
    line-height: 1em;
    position: absolute;
    top: 75px;
    transform: rotate(5deg);
}

.maincontent .famous .tag .title {
    color: #0064af;
    display: block;
	text-align: center;
    font-family: "interstateregular",Arial,Helvetica,sans-serif;
    font-size: 1.6em;
    left: 45px;
    letter-spacing: 0.02em;
    position: absolute;
    /* text-transform: uppercase; */
    top: 75px;
    transform: rotate(3deg);
	max-width: 202px;
}


.maincontent .famous .tag p {
    color: #170b11;
    font-family: Courier;
    font-size: 16px;
    left: 22px;
	max-width: 232px;
    line-height: 1em;
    position: absolute;
    top: 58px;
    transform: rotate(5deg);
}

@-moz-document url-prefix() { 
  .maincontent .famous .tag .title {
    top: 68px;
}
.maincontent .famous .tag p {
    top: 54px;
}
}


.home-pushes .shade {
    background: transparent url("../images/shade.png") no-repeat scroll center top;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 7;
}
.cattipbox {
	display: block;
	width: 95%;
	height: auto;
	padding: 7px;
	border: 1px solid #DAEAFF;
	margin: 8px auto 12px;
	background: rgba(143, 240, 223, 0.1);
	border-radius: 9px;
-webkit-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
box-shadow: 1px 1px 1px 0px rgba(0,0,0,0.25);
}
.cattipbox ul {
		list-style-image: url('../images/bullet1.png');
	margin-top: 4px;
/* 	list-style: none; */
}
.cattipbox ul li {
	margin-bottom: 2px;
/* 	padding-left: 1em; 
    text-indent: -1.1em; */
	font-size: 104%;
}
/* .cattipbox ul li:before {
    content: "■ ";
    color: #0064af;
	font-size: 80%;
} */
.btip {
	font-size: 104%;
	vertical-align:middle;
  padding-bottom:5px;
}
.cattipbox .tiptitle {
	font-size: 1.6rem;
	letter-spacing:1.4px;
	font-weight: 600;
	color: #0064af;
	font-style: oblique;
	/* text-shadow: 1px 1px 1px rgba(0, 0, 0, 1); */
}
.store_entry {
    background: rgba(0, 0, 0, 0) url("../images/store.png") no-repeat scroll left top / 21px 30px;
    border-bottom: 1px solid black;
    display: block;
    height: auto;
    margin-bottom: 12px;
    max-width: 400px;
    padding-bottom: 8px;
    padding-left: 40px;
	padding-top: 5px;
    width: 90%;
}

h6 {
    color: #5fa1e3;
    font-size: 170%;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 12px;
    margin-top: 6px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent !important;
}

.leftfindus {
	display: inline-block;
	position: relative;
	float: left;
	max-width: 100%;
	min-width: 360px;
	padding-right:8%;
}

.rightfindus {
	display: inline-block;
	position: relative;
	float: left;
	padding-left: 2%
	max-width: 40%;
	min-width: 360px;
}

ul.findlink  {
	list-style: outside none none;
	padding-left: 0px;
	margin-left: 0px;
}
ul.findlink li  {
	padding-left: 0px;
	margin-left: 0px;
	padding-bottom: 4px;
	font-style: italic;
}

.backstage h1 img { max-width: 98%; height: auto; }

.rightfindusmobile { display: none;}

/*  */