/*
 Theme Name:   FERNC2
 Theme URI:    http://example.com/twenty-fourteen-child/
 Description:  FERN-C Child Theme
 Author:       WS
 Author URI:   http://www.whitespace.ph
 Template:     twentytwelve
 Version:      1.0.0
 Text Domain:  twenty-twelve-child
*/


@import url("css/bootstrap.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

body {
	font-family: Arial;
	position: relative;
	color: #494949;
}

h1, h2, h3, h4, h5, h6{
	font-weight: bold !important;
}

.logo {
	position: absolute;
	padding-top: 0px;
	padding-bottom: 20px;
}
.navbar {
	margin-top: 35px;
	margin-bottom: 15px;
}

.navbar-toggle {
	font-size: 12px;
	border: 1px solid #F16522;
	background: #F16522;
	color: #FFF;
	z-index: 1000;
	
}

.navbar-toggle .icon-bar {
	color: #FFF;
}

.navbar-nav > li > a {
	font-size: 13px;
	color: #787878;
	padding: 10px 20px 10px 20px;
	border: 1px solid #FFF;
        text-transform: uppercase;
}

.navbar-nav > .current_page_item > a {
	background: #F16522;
	color: #FFF;
	border: 1px solid #F16522;
}

div.carousel-hashtag {
	position: absolute;
	top: 63%;
	right: 5px;
	z-index: 999;
	width: 300px !important;
	background: none;
}

.navbar-nav > .buy-now > a {
	color: #F16522;
	border: 1px solid #F16522;
	font-weight: bold;
}

.nav > li > a:hover,
.nav > li > a:focus {
	background: #F16522;
	color: #FFF;
	opacity: 0.65;
	border: 1px solid #F16522;
}

.carousel-control {
	color: #F16522;
	top: 30%;
	
}


.carousel-control.right {
	background: none;
	font-size: 100px;
	opacity: 1;

}

.carousel-control.right:hover {
	color: #F16522;
	opacity: 0.65;
}

.carousel-control.left {
	background: none;
	font-size: 100px;
	opacity: 1;
}

.carousel-control.left:hover {
	color: #F16522;
	opacity: 0.5;
}

.carousel-hashtag {
	text-align: right;
	color: #FFF;
	font-size: 36px;
	font-weight: bold;
	margin-top: -46px;
	margin-right: 10px;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption, .mycarousel_wrapper {
	position: relative;
	left: 0;
	right: 0;
	color: #494949;
	text-shadow: none;
	padding-top: 15px;
}

.carousel-caption h1, .mycarousel_wrapper h1 {
	color: #F16522;
	font-weight: bold;
	font-size: 32px;
	margin-top: 10px;
        text-align: center;
}

.carousel-caption p, .mycarousel_wrapper p {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	font-size: 13px;
}

.carousel-caption p.cta-caption {
	width: 90%;
	padding-top: 10px;
}

.carousel-caption a {
	color: #F16522;
}

.carousel-indicators {
	position: relative;
}

.carousel-indicators li {
	background: #CCC;
	border: 1px solid #CCC;
}

.carousel-indicators .active {
	background: #F16522;
	border: 1px solid #F16522;
}

.mycrsl a.next_small, .mycrsl a.next {
	background: url(images/carousel-right.png) no-repeat transparent;
	width: 44px;
	height: 87px;
	right: 10px;
}

.mycrsl a.prev_small, .mycrsl a.prev {
	background: url(images/carousel-left.png) no-repeat transparent;
	width: 44px;
	height: 87px;
	left: 10px;
}

.mycrsl a.prev_small, .mycrsl a.next_small {top:25%;}


.mycrsl a.prev_small:hover, .mycrsl a.next_small:hover, .mycrsl a.prev.disabled, .mycrsl a.next.disabled {
	opacity: 0.65;
	background-position: 0 !important;
}

.mycrsl a.prev:hover, .mycrsl a.next:hover {
background-position: 0 !important;
}

body.promotions .mycarousel div {
	background-color: #F16522;
	color:#fff;
	text-align:center;
        padding-bottom: 30px;
}

body.promotions .mycarousel div h3 {
	text-align:center;
	font-size: 24px !important;
        font-weight: normal !important;
}

body.promotions .mycarousel div a {
	color:#fff;
	text-decoration:none;
}

body.promotions .mycarousel div a:hover {text-decoration: underline;}

p {
margin-bottom: 10px !important;
}

div.item.main-shadow img{
	margin: 0 auto;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0px 0px 5px 2px rgba(50, 50, 50, 0.85);
	-moz-box-shadow:    0px 0px 5px 2px rgba(50, 50, 50, 0.85);
	box-shadow:         0px 0px 5px 2px rgba(50, 50, 50, 0.85);

}

div.item img{
	margin: 0 auto;
}

.static-cta {
	color: #F16522;
	text-align: center;
	font-style:italic;
	font-size: 16px;
}


.main-page-promotions {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 5px;
}



.main-page-promotions h3 {
	font-size: 15px;
	font-weight: bold;
	margin: 0!important;
}

.main-page-promotions p {
	font-size: 10px;
}


.header-container {
	position: relative;
}

.main-sliders {
	position: relative;
}

.secondary-slider {
	max-width: 1075px;
	margin: 0 auto;
	
}

.storelocator-container {
	position: relative;
}

.footer-container {
	position: relative;

}

.footer {
	height: 60px;
	background: #F16522;
	color: #FFF;
	text-align: right;
	font-size: 12px;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 40px;
	position: relative;
}

.footer li {
	display: inline;
	list-style-type: none;
}
	
.footer a{
	color: #FFF;
	padding-right: 20px;
}

.footer a:hover{
	text-decoration: none;
}

.footer-copyright {
	position: absolute;
}

.col-sm-6 {
	padding: 0;
}

.modal-title {
	color: #F16522;
	font-weight: bold;
	text-transform: uppercase;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}

.doubleslider_wrapper {
	position: relative;
	width: 100%;
}

#images-left {
	float: left;
	width: 100%;
	
}

#images-right {
	float: left;
	width: 100%;
}

.tab-container {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	color: #FFF;
	background: #F16522;
	width: 60%;
}

.mycrsl .pagination {width: 100%;}

	.pagination a {
		background: url(images/dot.png) no-repeat transparent !important;
		background-size:50% !important;
		width: 20px !important;
		height: 20px !important;
		margin: 0 5px 0 0;
		display: inline-block;
		cursor: pointer;
	}

	.pagination a.selected {
		background: url(images/dot-active.png) no-repeat transparent !important;
		background-size:60% !important;
		width: 20px !important;
		height: 20px !important;
	}

.social-links {
	position: absolute;
	right: 0;
	top: -30px;
}
.social-links ul li{
	display: inline;
	padding: 5px;	
}


.nav-tabs {
	border: 0!important;
	padding-bottom: 20px;
}

.nav-tabs > li {
width: 33.33334%;
background: #FFF;
	border: 0;
}

.nav-tabs > li > a{
	border-radius: 0;
	background: #FDC9BC;
	border: 0;
	margin: 0;
	color: #F16522;
	padding: 20px;
	text-align: center;
}

.nav-tabs > li > a:hover{
	border: 0;
}


.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	background: #F16522;
	opacity: 1;
	border: 0;
	color: #FFF;
}

.nav-tabs > li.overview-tab {
	padding-right: 1px;
}

.nav-tabs > li.dosage-tab {
	padding-right: 1px;
}

.nav-tabs > li.testimonial-tab {

}

.navbar-nav {
	margin-top: 20px;
}

.fernc-arrow-container {
	height: 122px;
	margin: 0 auto;
	width: 144px;
	margin-top: -60px;
}

.fernc-arrow .img-responsive {
	position: absolute;
	width: 144px;
}

.listed-stores {
	margin-top: 50px;
}

.listed-stores .row {
	padding-top: 15px;
	padding-bottom: 15px;
}

.listed-stores .row .img-responsive {
	margin: 0 auto;
}

.tab-content {

}

.overview-pane {
	padding: 10px 5%;
	text-align: center;
}

.overview-pane .img-responsive {
    margin: 10px auto;
}

.dosage-pane {
	width: 100%;
}

.col-sm-6.dosage-img{
	padding-left: 0!important;
}

.col-sm-6.dosage-content {
	padding-top: 15%;
	text-align: left;
}

.col-sm-6.dosage-content p.qualic-certified {
	margin-top: 30px;
	margin-left: 20%;
}

.col-sm-6.dosage-content img {
	margin-left: 20%;
}

.testimonial-pane p{
	font-size: 13px;
}

.testimonial-signature {
	text-align: right;
}

.testimonial-signature p{
	line-height: 14px;
	margin-bottom: 5px;
	font-weight: bold;
}



.descriptor-container {
	position: absolute;
	right: 10%;
	left: 10%;
	margin-top: -30px;
}

.descriptor-content {
	color: #EC6D24;
	text-align: center;
	padding: 25px 65px 25px 30px;
	font-size: 12px;
	line-height: 13px;
}

.descriptor-1 {
    display: none;
		position: absolute;
		background: url("./img/descriptor-box.png");
		background-repeat: no-repeat;
		width: 238px;
		height: 136px;
		top: -10px;
		left: -215px;
		
}

.descriptor-2 {
    display: none;
		position: absolute;
		background: url("./img/descriptor-box.png");
		background-repeat: no-repeat;
		width: 238px;
		height: 136px;
		top: -10px;
		left: -215px;
		
}

.descriptor-3 {
    display: none;
		position: absolute;
		background: url("./img/descriptor-box.png");
		background-repeat: no-repeat;
		width: 238px;
		height: 136px;
		top: -10px;
		left: -215px;
}




.map-view {
	-webkit-box-shadow: 0px 5px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 5px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 5px 10px 0px rgba(50, 50, 50, 0.5);
}

.carousel-promotions {
	background: #F16522;
	color: #FFF;
	text-align: center;
	width: 100%;
	max-width: 1100px;
	padding-right: 0;
	padding-left: 0;
	min-height: 200px;
	margin: 0px auto 20px auto;
}

.carousel-promotions h1{
	line-height: 200px;
}

.carousel-promotion-caption {
	padding: 10px 20px;
}

.carousel-promotion-caption h3{
	
}

.carousel-promotion-caption p{
	
}

.carousel-promotion-caption a{
	color: #FFF;
}

.promotions-slider {
	min-height: 700px;
}

/* Meta Slider */

.metaslider{
max-width: inherit !important;
}

/* Slider Up Scroll */
.up-scroll .carousel-inner {
	top: 0;
}

.carousel.vertical.up-scroll .item{
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.up-scroll .active {
  top: 0;
}

.carousel.up-scroll .next {
  top: 493px;
}

.carousel.up-scroll .prev {
  top: -493px;
}

.carousel.up-scroll .next.left,
.carousel.up-scroll .prev.right {
  top: 0;
}

.carousel.up-scroll .active.left {
  top: -493px;
}

.carousel.up-scroll .active.right {
  top: 493px;
}

.carousel.up-scroll .item {
    left: 0;
}​


/* Slider Down Scroll */

	.carousel-caption h1{
		font-size: 18px;
		margin-top: 20px;
		text-align: center;
	}

.down-scroll .carousel-inner {
	top: 0;
}

.carousel.vertical.down-scroll .item {
  -webkit-transition: 0.6s ease-in-out top;
     -moz-transition: 0.6s ease-in-out top;
      -ms-transition: 0.6s ease-in-out top;
       -o-transition: 0.6s ease-in-out top;
          transition: 0.6s ease-in-out top;
}

.carousel.down-scroll .active {
  top: 0;
}

.carousel.down-scroll .next {
  top: -493px;
}

.carousel.down-scroll .prev {
  top: 493px;
}

.carousel.down-scroll .next.left,
.carousel.down-scroll .prev.right {
  top: 0;
}

.carousel.down-scroll .active.left {
  top: 493px;
}

.carousel.down-scroll .active.right {
  top: -493px;
}

.carousel.down-scroll .item {
    left: 0;
}

.tvc-videos-media {
	min-height: 650px;
	margin-top: 50px;
}

iframe.youtube-iframe {
	display: block;
	width: 600px;
	height: 450px;
	margin: 0 auto;
	
}

.tvc-share-buttons {
	text-align: right;
	padding-top: 20px;
	padding-right: 15%;
}

.tvc-share-buttons ul li {
	display: inline;
	text-decoration: none;
	float: right;
	padding-left: 5px;
}

p.no-break {
width: 190px;
float: right;
}

.stButton .st-twitter-counter, .stButton .st-facebook-counter{
height: 25px !important;
}

.stButton .stButton_gradient{
height: 24px !important;
}




/* Footer Menu Pop Up */

.modal-body p {
font-size: 14px;
line-height: 18px;
text-align: justify;
}

h4, h5, h6{
line-height: 22px;
}

#loc-list button{
position: absolute;
top: -5px;
height: 35px !important;
}

div.sharediv {
width: 205px;
margin: 20px auto 10px auto;
overflow: hidden;
}

div.sharediv br {
display: none;
}

span.st_facebook_hcount {
float: left;
margin: 0 5px;
}

span.st_twitter_hcount {
float: left;
margin: 0 5px;
}


/* MEDIA QUERIES */

@media (min-width: 1100px) {

.mycarousel div {
width: 920px !important;
}

}


@media (max-width: 1099px) {

.mycarousel div {
width: 870px !important;
}

}

@media (max-width: 990px) {

.mycarousel div {
width: 720px !important;
}

div.carousel-hashtag {
top: 54%;
}

.mycarousel {
width: 5760px !important;
}


}


@media (max-width: 767px) {

div.carousel-hashtag {
top: 50%;
}

.logo img {
padding-top: 0px !important;
}
.mycrsl a.next_small, .mycrsl a.next, .mycrsl a.prev_small, .mycrsl a.prev, .mycrsl a.prev_small:hover, .mycrsl a.next_small:hover, .mycrsl a.prev.disabled, .mycrsl a.next.disabled, .mycrsl a.prev:hover, .mycrsl a.next:hover {
background-size: 70% !important;
}

.mycarousel {
width: 4720px !important;
}

.mycarousel div {
width: 590px !important;
}

.container {
width: 620px;
}

	.logo img{
		padding-top: 20px;
	}
/*	.navbar {
		margin-top: 0;
	}*/
	
	.navbar-collapse {
		border: 1px solid #F16522;
		background: #F16522;
		margin-top: 30px;
	}

	.navbar-nav > li > a {
		background: none;
		border: none;
		color: #FFF;
	}
	
	.nav > li > a:hover,
	.nav > li > a:focus {
		border: none;
	}
	
	.navbar-nav > .current_page_item > a {
		border: none;
	}
	
	
	.navbar-nav > .buy-now > a {
		color: #FFF;
		border: none;
	}
	
/*	.container > .navbar-header, .container > .navbar-collapse {
		position: absolute;
		width: 100%;
		z-index: 100;
	}*/
	#images-left {
		width: 100%;
		margin: auto;
		float: left;
		
	}
	#images-right {

		width: 100%;
		margin: auto;
	}
	.tab-container {
		width: 100%;
	}
	.footer {
		text-align: center;
		padding-top: 5px;
	}
	
	.footer ul{
		padding-top: 30px;
	}
	.footer-copyright {
		width: 100%;
		text-align: center;
	}
	
	.carousel-control {
		top: 10%;
	}
	
	.carousel-control.left img{
		height: 30px;
	}
	.carousel-control.right img{
		height: 30px;
	}
	.carousel-indicators {
		top: 40%;
	}

	iframe.youtube-iframe {
		width: 100%;
		height: 450px;
	}

	.navbar .container {
	width: 100%;
	padding: 0;
	}

	.navbar-collapse{
	width: 100%;
	margin: 20px 0 !important;
	}
	
	
}

@media (max-width: 689px) {

div.carousel-hashtag {
top: 38%;
font-size: 27px;
}

.mycarousel {
width: 3520px !important;
}

.mycarousel div {
width: 440px !important;
}

.container {
width: 470px;
}

	.descriptor-1 {
	    left: 0!important;
	}

	.descriptor-2 {
			left: 0!important;
	}

	.descriptor-3 {
	    left: 0!important;
	}
	.col-sm-6.dosage-content {
		padding-top: 0;
		text-align: center;
	}
	.col-sm-6.dosage-content p.qualic-certified {
		margin-left: 0;
	}
	.col-sm-6.dosage-content img {
		margin-left: 0;
	}
	.main-sliders {
		min-height: 100px;
	}
	.tab-container {
		width: 100%;
	}
	#map {
		height: 200px;
		margin-bottom: 30px;
	}
	
	iframe.youtube-iframe {
		width: 400px;
		height: 300px;
	}
	
}

@media (max-width: 480px) {

div.carousel-hashtag {
top: 35%;
font-size: 20px;
}

.logo img {
padding-top: 15px !important;
}

.mycrsl a.prev_small, .mycrsl a.next_small{
top: 10% !important;
}

.mycrsl a.prev_small:hover, .mycrsl a.next_small:hover {
top: 7% !important;
}

.mycarousel {
width: 2880px !important;
}

.mycarousel div {
width: 360px !important;
}

.container {
width: 390px;
}
	.logo img{
		width: 70%;
	}
	.footer {
		font-size: 9px;
	}

	.nav-tabs > li > a {
		font-size: 10px;
		text-align: center;
	}
	
	.carousel-control {
		top: 0;
	}
	.carousel-control.left img{
		height: 26px;
	}
	.carousel-control.right img{
		height: 26px;
	}
	.carousel-caption {
	}
	.carousel-caption h1, .mycarousel_wrapper h1 {
		font-size: 18px;
		margin-top: 20px;
	}
	
	.carousel-caption p {
		font-size: 12px;
		width: 100%;
	}
	.carousel-indicators {
		top: 32%;
		z-index:2;
	}
	.fernc-arrow-container {
		margin: 0 auto;
		width: 85px;
		margin-top: -30px;
		height: 75px;
	}
	.fernc-arrow .img-responsive {
		width: 85px;
	}
	.footer-copyright {
		top: 5px;
		width: 100%;
		text-align: center;

	}
	.footer {
		text-align: center;
	}
	.carousel-hashtag {
		font-size: 26px;
	}
	iframe.youtube-iframe {
		width: 300px;
		height: 225px;
	}
}

@media (max-width: 320px) {

.container {
width: 320px;
}

iframe.youtube-iframe {
	width: 100%;
	height: 225px;
}

.mycarousel {
width: 2320px !important;
}

.mycarousel div {
width: 290px !important;
}

}


@media (min-width: 690px) and (max-width: 1000px) {
	.navbar-nav > li > a {
		padding-right: 10px!important;
		padding-left: 10px!important;
	}
	.tab-container {
		width: 80%;
	}
	.carousel-control {
		top: 15%;
	}
}

@media (min-width: 1001px) and (max-width: 1100px) {
	.navbar-nav > li > a {
		padding-right: 10px!important;
		padding-left: 10px!important;
	}
	.tab-container {
		width: 80%;
	}
}

@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1100px) {
  .container {
    width: 950px;
  }
}