/*
Theme Name: Pristine
Theme URI: http://www.wartmolevanish.com
Author: Pristine
Author URI: 
Description: Pristine Theme
Version: 0.0.01
Text Domain: pristine
Domain Path: /languages/
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-menu, featured-images, front-page-post-form, post-formats, threaded-comments, translation-ready

*/


/*
Required WordPress CSS
*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
	margin-bottom: 1.6em;
}
.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


.sticky {
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* ==========================================================================
   Pristine Styles
   ========================================================================== */

body {
    padding-top: 122px;
    padding-bottom: 0px;  
    background-color:#ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.phone-langbar {
	margin:0;
	min-height:60px;
	background:#224f7e;
	line-height:60px;
	color:#ffffff;
}
#phone-block {font-size:20px;}
#phone-block .phone-hours {font-size:14px; color:#cccccc;}
.social_top ul {margin:0;}
.social_top ul li {margin-left:10px; list-style:none outside none; display: inline-block;}

.top-menu-bar {
	margin-top:62px;
	min-height:62px;
}
#menu-top-menu > li > a {
	font-size:16px;
	min-height:62px;
	line-height:32px;
}

nav .container {padding-right:0px;}
.navbar-header {width:100%}
.primary_nav {display:block; float:left;}
.order_button {display:block; float:right;}
.flag_button {display:block; float:right;}

@media (max-width: 992px) {
	.phone-langbar {display:none;}
	 body {padding-top:62px;}
	.top-menu-bar {margin-top:0;}
	.primary_nav {float:none;}
	.collapse {display:none;}
	.navbar-toggle {float:left; margin-top:16px; margin-left:15px;}
} 
   

.jumbotron {
	min-height:468px;
	padding: 0px;
	padding-bottom:10px;
	margin-bottom:0;	
	background: #85c8ec; /* Old browsers */
	background: -moz-linear-gradient(top,  #85c8ec 0%, #2a6fb7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85c8ec), color-stop(100%,#2a6fb7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #85c8ec 0%,#2a6fb7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #85c8ec 0%,#2a6fb7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #85c8ec 0%,#2a6fb7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #85c8ec 0%,#2a6fb7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85c8ec', endColorstr='#2a6fb7',GradientType=0 ); /* IE6-9 */
}
.wmv_logo {padding-top:25px;}
.wmv_box {padding-top:18px; text-align:center;}


#product_removes {
	min-height:85px;
	background-color:#ffe500;
	color:#224f7e;
	font-size:26px;
	font-weight:bold;
	text-align:center;
	line-height:85px;
	vertical-align:middle;
	border-top:2px solid #ffffff;
	border-bottom:2px solid #ffffff;
}
#product_removes .divider {	
	border-right:2px solid #ffffff;
}


#product_removes .check_removes img {
	margin-right:10px;
}
#product_removes .check_removes a { color:#224f7e; }
#product_removes .checkbox { margin-right:10px; }



#product_features {
	padding-top:40px;
	padding-bottom:40px;
	background-color:#224f7e;
	color:#ffffff;
	text-align: center;
	border-bottom:2px solid #ffffff;
}
#product_features .feature_title {
	font-size:24px;
	font-weight:bold;
	line-height:34px;
	color:#ffffff;
}



#product_awards {
	position:relative;
	padding-top:30px;
	padding-bottom:30px;
	background-color:#2f6297;
	border-bottom:2px solid #ffffff;
}
.awards_text_container {padding-top:30px; color:#ffffff;}
.awards_text_container h3 {	font-weight:bold; text-align:center; padding:0; margin:0; }
.awards_text_container p, 
.awards_container {text-align:center;}
.award_icon {padding-right:13px;}
.award_icon a { display:inline-block; padding:0; margin:0; border:0; }



#kit_contents {
	padding-top:50px;
	padding-bottom:50px;
	background-color:#224f7e;
	border-bottom:2px solid #ffffff;
	color:#ffffff;
}
.fp_qtybox {max-width:500px; min-width:300px;}
.kit_contents_img img {padding-top:0; padding-bottom:30px;}
.instructions_link {text-align:center; padding-top:35px;}
.indications { margin-right: 10px; }
.ingredients { margin-left: 0px; }
.ingredients img {width:85px; height:80px; margin-top:10px; margin-bottom:10px;}

.photorow {margin-bottom:2px;}
.photorow img {margin-right:2px;}
.photorow img:first-child {margin-left:5px;}

#testimonials {
	background-color:#ffffff;
	border-bottom:2px solid #ffffff;
	padding-top:20px;
	padding-bottom:30px;
}
.product_testimonials h3 {
	text-align:center;
}
.asot {text-align:center;}



#order_product {
	padding-top:50px;
	padding-bottom:50px;
	background-color:#e6f6ff;
	color:#000000;
}
.order_reasons .section_title {font-size:22px; font-weight:bold; padding-bottom:25px;}
.order_reasons .sub_title {font-size:18px; font-weight:bold; color:#2583e5; margin:0; padding:0; line-height:1.7em;}
.order_reasons .sub_info {padding-bottom:20px;}

.orderbox_title {
	width:100%;
	height:74px;
	line-height: 74px;
	background-color:#595959;
	text-align:center;

	border:0;
	border-top-left-radius: 14px;
	-webkit-border-top-left-radius: 14px;
	-moz-border-radius-topleft: 14px;

    border-top-right-radius: 14px;
	-webkit-border-top-right-radius: 14px;
	-moz-border-radius-topright: 14px;
	
	color:#ffffff;
	font-size:24px;
	font-weight:bold;
}

.orderbox_price, .orderbox_tagline {
	color:#ffffff;
	background-color:#7f7f7f;
	text-align:center;
}

.orderbox_price {
	padding-top:50px;
	padding-bottom:20px;
}
.orderbox_tagline {
	padding-top:40px;
	padding-bottom:40px;
}
.orderbox_tagline p {font-size:2.0em; color:#ffffff;}
.orderbox_tagline a {font-size:16px; color:#b2e2fd;}

.orderbox_price .currency {position:relative; top:-32px; font-size:34px;}
.orderbox_price .price {font-size:5em;}
.orderbox_price .currency_code {font-size:1.5em;}
.orderbox_price .shipping {padding-top:20px; font-size:22px;}

.orderbox_info { 
	padding-top:40px;
	padding-bottom:30px;
	border-left:2px solid #c9c9c9; 
	border-right:2px solid #c9c9c9;
	border-bottom:2px solid #c9c9c9;
	background-color:#ffffff;
	font-size:22px;
	color:#000000;
	text-align:center;
}
.orderbox_info hr {width:90%; height:2px; background-color:#c9c9c9;}

.orderbox_button {
	background-color:#eeeeee;
	text-align:center;
	padding-top:35px;
	padding-bottom:35px;
	
	border-left:2px solid #c9c9c9; 
	border-right:2px solid #c9c9c9;
	border-bottom:2px solid #c9c9c9;
	
	border-bottom-left-radius: 14px;
	-webkit-border-bottom-left-radius: 14px;
	-moz-border-radius-bottomleft: 14px;

    border-bottom-right-radius: 14px;
	-webkit-border-bottom-right-radius: 14px;
	-moz-border-radius-bottomright: 14px;
}
/* Credit Card Sizes */
.orderbox_button img {display:inline-block; height:45px; width:auto;}

.secure_logos {
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
}

.policy_link { text-align:center; }
.outline_link {
	padding-left:30px;
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:inherit;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border:1px solid #b4d0df;
	-webkit-font-smoothing: antialiased;
	color:#4c6d93;
}
.outline_link:hover {
	background:#224f7e;
	color:#ffffff;
}

.social {
	width:80%;
	text-align:center;
	background-color:inherit;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border:1px solid #b4d0df;
	margin-top:40px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}
.social .social_info {padding:30px 30px 0 30px;}
.social .social_info .title {font-size:18px; font-weight:bold; color:#2583e5; }


#disclaimer {
	padding-top:30px;
	padding-bottom:30px;
	background:#0b2a49;
	color:#ffffff;
	line-height:18px;
	border-top:2px solid #ffffff;
}
.disclaimer {font-size:12px; line-height:16px; text-align:center;}
.footer_menu_divider {padding:0 20px 0 20px;}
.copyright_footer {font-size:12px; padding-top:10px; text-align:center;}


/* ==========================================================================
   Main Content Area
   ========================================================================== */

#main h1 {font-size:34px; line-height:44px; padding-top:20px;}
#main h2 {font-size:26px; line-height:36px; padding-top:15px;}   
#main h3 {font-size:22px; line-height:32px; padding-top:15px;}
#main h4 {font-size:20px; line-height:30px;}
#main h5 {font-size:16px; line-height:26px;}
#main h6 {font-size:14px; line-height:24px;}
   
#main-column .post,
#main-column .page {
	border: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
}

.entry-content h2 {font-size:16px; line-height:16px; padding:0;}

#main p img { padding-right:15px;}


/* ==========================================================================
   Subpage Area
   ========================================================================== */

.subpage_left {
	margin-bottom:30px;
}   
.subpage_sidebar {
	/* padding:20px; */
}

.sidebar_info {
	width: 100%;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 20px;
}
.sidebar_info > h2.no-padding-top {
	padding-top:0px;
	margin:0;
}

.sidebar_info .sidebar_wmvbox { 
	width:150px; 
	height:auto;
	display:block;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
}
.sidebar_info .sidebar_wmpbox { 
	width:180px; 
	height:auto;
	display:block;
	margin:0 auto;
	padding-top:20px;
	padding-bottom:10px;
}
.sidebar_info .sidebar_gallery {
	text-align: center;
}
.sidebar_info .sidebar_gallery img {
	padding-bottom:20px;
	margin:0 auto;
}

.bluegray {
	background-color:#eaf1f8;	
}

.sidebar_info .sidebar_linkbutton {
	width:300px;
	height:40px;
	display:block;
	font-size:16px;
	line-height:40px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	margin:0 auto;
	margin-top:10px;
	background-color:#255182;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px; 
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.sidebar_info .sidebar_linkbutton:hover {
	text-decoration:none;
	background-color:#2774ca;
}


/* ==========================================================================
   Owl Carousel
   ========================================================================== */
.owl-carousel .quote {text-align:left;}
.owl-carousel-item-text {min-height:250px; padding-bottom:10px;}

/* ==========================================================================
   Main Page Specific
   ========================================================================== */

.mainpage_logo, .subpage_logo {
	min-height:120px;
	padding: 0px;
	padding-bottom:10px;
	margin-bottom:0;
	
	background: #85c8ec; /* Old browsers */
	background: -moz-linear-gradient(top,  #85c8ec 0%, #2a6fb7 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85c8ec), color-stop(100%,#2a6fb7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #85c8ec 0%,#2a6fb7 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #85c8ec 0%,#2a6fb7 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #85c8ec 0%,#2a6fb7 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #85c8ec 0%,#2a6fb7 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85c8ec', endColorstr='#2a6fb7',GradientType=0 ); /* IE6-9 */
}
.subpage_logo {margin-top:33px;}
.wmv_logo_small {padding-top:20px;}

/* ==========================================================================
   Subpage - Instructions
   ========================================================================== */

.instruction_box {width:100%; border:1px solid #cccccc; padding:15px; margin-bottom:15px;}
.instruction_number {font-size:28px;}
.instruction {padding-top:10px; padding-left:40px;}
.instruction strong {font-size:16px; color:#1c6399;}
.instruction_warning {color:#b82025; font-size:16px; font-weight:bold;}
.instruction_qtybox {max-width:600px; background:#f2f8fd; border:1px solid #cccccc; padding:15px; margin-bottom:15px;}
.instruction_demobox {max-width:600px; background: #fdfcf2; border:1px solid #cccccc; padding:15px; margin-bottom:15px; font-size:16px;}


.modal-dialog  {width:80%;}
.modal.fade .modal-dialog{transform:none !important;}
/* modal shift fix */
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
padding-right: 17px;
}
.tabspace {padding-left:30px; padding-bottom:0; padding-right:0; margin:0;}

.instructions_list {font-size:18px;}
.instructions_warning {font-size:16px;}

/* ==========================================================================
   Subpage - Testimonials
   ========================================================================== */
.testimonial {background:#f5f5f5; border:1px solid #cccccc; padding:30px; width:100%; float:left; margin-bottom:30px;}
.testimonial .author {float:right;}


/* ==========================================================================
   Subpage - Photos Page
   ========================================================================== */

.photo_testimonial {background:#f5f5f5; border:1px solid #cccccc; padding:30px; width:100%; float:left; padding-top:0; margin-bottom:30px; text-align:left;}
.photo_testimonial .author {float:right;}
.photo_table {margin-top:20px; margin-bottom:20px;}
.photo_table tbody tr td {text-align:left;}
.photo_table tbody tr td img {padding:8px;}
.photo_table thead tr th {text-align:center;}



/* ==========================================================================
   Subpage - Contact
   ========================================================================== */

.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=email], .wpcf7 textarea {
	border: 1px solid #A0A0A0;
	border-radius:5px;
    background:#fff;
}

.contact_icon{
    font-size: 38px;
    line-height: 1.33;
    border-radius: 3px;
}

.box > .icon {
    text-align: center;
    position: relative;
}

.box > .icon > .image {
	color:#ffffff;
    position: relative;
    z-index: 2;
    margin: auto;
    width: 88px;
    height: 88px;
    border: 7px solid white;
    line-height: 88px;
    border-radius: 50%;
    background: #529bc9;
    vertical-align: middle;
}


.box > .icon > .image > i {
    font-size: 40px !important;
    color: #fff !important;
}

.box > .icon > .info {
    margin-top: -24px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    padding: 15px 0 10px 0;
}

    .box > .icon > .info > h3.title {
        color: #222;
        font-weight: 500;
    }

	.box > .icon > .info > p.subtitle {
		color: #222;
		font-size: 18px;
		margin:0; padding:0;
		padding-top:0px;
	}
	
    .box > .icon > .info > p {
        color: #666;
        line-height: 1.5em;
        margin: 20px;
    }
	.box > .icon > .info > p.nospace {
		padding:0; border:0; margin:0;
	}
	.box .space {
		height: 30px;
	}
	a.biglink{font-size:1.5em;}
	
.phone_table p { line-height:34px; padding-top:12px; }


/* ==========================================================================
   Custom Style Classes
   ========================================================================== */
 
.modal-open .navbar-fixed-top,
.modal-open .navbar-fixed-bottom {
padding-right: 17px;
}
 
.align_center {text-align:center;}
.img-center {margin:0 auto;}

.dropshadow_text {
	text-shadow:4px 4px 0px rgba(12, 49, 104, 0.75);
}

.white_divider2px {
	border-right:2px solid #ffffff;
}

.sectionh3_title { border:0; margin:0 0 15px 0; padding:0; }

.social ul {margin:0; padding:5px;}
.social ul li {margin:5px; list-style:none outside none; display: inline-block;}

.hr-sect {
	display: flex;
	flex-basis: 100%;
	align-items: center;
	color: rgba(0, 0, 0, 0.35);
	margin: 8px 0px;
}
.hr-sect::before,
.hr-sect::after {
	content: "";
	flex-grow: 1;
	background: rgba(0, 0, 0, 0.35);
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: 0px 8px;
}

.scroll-top-wrapper {
    position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #3b6c9f;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #437db9;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}

/* ==========================================================================
   Flag Mega Menu
   ========================================================================== */

.dropdown-lg {
	margin-right:20px;
}
.dropdown-menu-lg {
	width: 600px;
	padding: 20px 0px;
}
.dropdown-menu-lg table {
	display:table;
	width:100%;
}
.dropdown-menu-lg table.status {
	margin-bottom:15px;
	background-color:#eee;
}
.dropdown-menu-lg table td {
	padding:20px;
	vertical-align:middle;
	text-align:center;
}
.dropdown-menu-lg > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-lg > li > ul > li {
  list-style: none;
}
.dropdown-menu-lg > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.dropdown-menu-lg > li ul > li > a:hover,
.dropdown-menu-lg > li ul > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu-lg .disabled > a,
.dropdown-menu-lg .disabled > a:hover,
.dropdown-menu-lg .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-lg .disabled > a:hover,
.dropdown-menu-lg .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-lg .dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 992px) {
	.flag_button {margin:0; padding:0;}
	.flag-toggle {
		margin-right:5px;
		width:92px;
	}
	.dropdown-lg {
		margin:0;
	}
	.dropdown-menu-lg {
		margin-left: 0;
		margin-right: 0;
	}
	.dropdown-menu-lg > li {
		margin-bottom: 0px;
	}
	.dropdown-menu-lg > li:last-child {
		margin-bottom: 0;
	}
	.dropdown-menu-lg .dropdown-header {
		display:none;
		padding: 3px 15px !important;
	}
	.dropdown-menu-lg table.status {
		font-size:10px;
		margin-bottom:0px;
	}
	.dropdown-menu-lg .divider {
		display:none;
	}
}



/* ==========================================================================
   Custom Animations
   ========================================================================== */
  
   
/* Ripple Out Effect on Bottom Order Button */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.big-buy-button {
	width:75%;
	height:50px;
	font-size:1.5em;
	line-height:38px;
	font-weight:bold;
	color:#ffffff;
	margin-bottom:15px;
	background-color:#f4740a;
	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px; 
	-webkit-font-smoothing: antialiased;  
}
.small-buy-button {
	min-width:180px;
	height:40px;
	font-size:16px;
	line-height:26px;
	font-weight:bold;
	color:#ffffff;
	margin-top:11px;
	background-color:#f4740a;
	border-radius:12px;
	-webkit-border-radius:12px;
	-moz-border-radius:12px; 
	-webkit-font-smoothing: antialiased;  
}

@media (max-width: 992px) {
	.small-buy-button {
		min-width:140px;
		font-size:12px;
	}
}

.hvr-ripple-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
}
.hvr-ripple-out:hover {
	background-color:#ff7300;
	color:#ffffff;
}
.hvr-ripple-out:before {
	content: '';
	position: absolute;

	border-radius:16px;
	-webkit-border-radius:16px;
	-moz-border-radius:16px; 
	border:6px solid #f4740a;
	
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.hvr-ripple-out:hover:before, .hvr-ripple-out:focus:before, .hvr-ripple-out:active:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

/* Social Icons */
.social_icons i {
    width: 40px;
    height: 40px;
    color: #224f7e;
    background-color: #e6f6ff;
    font-size: 22px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social_icons i:hover {
    color: #FFF;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
	background-color:#84c8ec;
}

.social_icons_inverse i {
    width: 40px;
    height: 40px;
    color: #e6f6ff;
    background-color: #224f7e;
    font-size: 22px;
    text-align:center;
    padding-top: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
}

.social_icons_inverse i:hover {
    color: #ffffff;
    text-decoration: none;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
	background-color:#84c8ec;
}


/* ==========================================================================
   Custom Media Queries
   ========================================================================== */
@media (max-width: 992px) {
	#product_removes .divider {
		border-right:0;
		border-bottom:2px solid #ffffff;
	}
	.white_divider2px {
		border-right:0;
	}

	.kit_contents_img img {padding-bottom:0;}
	.indications { margin-right: 0px; }
	.ingredients { margin-left: 0px; }
	
	.sectionh3_title { padding-top:30px; }
	
	.orderbox_title {font-size:18px;}
	.orderbox_tagline {padding:15px 0 15px 0;}
	.orderbox_tagline p {font-size:18px;}
	.orderbox_tagline a {font-size:14px;}
	.orderbox_info {font-size: 14px; padding:20px 0 10px 0;}
	.orderbox_button img {display:inline-block; height:25px; width:auto;}
}


@media (max-width: 1182px) {
	.phone-langbar {display:none;}
	 body {padding-top:62px;}
	.top-menu-bar {margin-top:0;}
	.primary_nav {float:none;}
	.collapse {display:none;}
	.navbar-toggle {float:left; margin-top:16px; margin-left:15px;}
	
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
	}
    .collapse.in{
  		display:block !important;
	}
}
