	/*
Theme Name: lifestyle management
Theme URI: https://wordpress.org/themes/twentyfifteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigations
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Header
 * 11.0 - Widgets
 * 12.0 - Content
 *    12.1 - Posts and pages
 *    12.2 - Post Formats
 *    12.3 - Comments
 * 13.0 - Footer
 * 14.0 - Media
 *    14.1 - Captions
 *    14.2 - Galleries
 * 15.0 - Multisite
 * 16.0 - Media Queries
 *    16.1 - Mobile Large
 *    16.2 - Tablet Small
 *    16.3 - Tablet Large
 *    16.4 - Desktop Small
 *    16.5 - Desktop Medium
 *    16.6 - Desktop Large
 *    16.7 - Desktop X-Large
 * 17.0 - Print
 */


/**
 * 1.0 - Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer, Nicolas Gallagher, Jonathan Neal, and Blueprint.
 */

* RESET STYLES  * FONT FACE (IF USED)  * HTML  * BODY  * HEADER  * NAVIGATION  * PAGE  * FOOTER  * FORMS  * PLUGINS  * PRINT STYLES  * MEDIA QUERIES ---------------------------------------------------------------------------*/ 
/* RESET STYLES
---------------------------------------------------------------------------*/
html {
overflow-y: scroll;
}
body {
	margin: 0;
	min-height: 100%;
	font-family: 'roboto';
	color: #282828;
	font-size: 14px;
	font-weight: normal;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
button, input, select, textarea {
	font-family: 'roboto'; /*Probably Helvetica for Linux/Mac Systems And Arial for Windows PC*/
	color: #7f7f7f;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after { /* Safari Reset as Safari does not recognise quotes property */
	content: '';
	content: none;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
ins {
	background-color: #fcd700;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #fcd700;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
p {
	margin: 0;
	padding: 10px 0;
	line-height: 22px;
	font-size: 14px;
	font-weight: normal;
	color: 5b5757;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
	color: #1c1c1c;
}
a:hover, a:active {
	outline: 0;
	text-decoration: none;
}
a img {
	border: 0 none;
}
img {
	max-width: 100%;
}
del {
	text-decoration: line-through;
	color: #ed1c24;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
.clickable, label, input[type=button], input[type=submit], button {
	cursor: pointer; /* hand cursor on clickable elements */
}
button, input, select, textarea {
	margin: 0; /* Webkit browsers add a 2px margin outside the chrome of form elements */
}
button { /* make buttons play nice in IE */
	width: auto;
	overflow: visible;
}
table {
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: bold;
	vertical-align: bottom;
}
td {
	font-weight: normal;
}
td, td img {
	vertical-align: top;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
dd {
	margin: 0 0 0 40px;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content ul, .content ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: 'roboto';
	color: #1d1d1d;
}
h1 {
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 25px;
	color: #fff;
}
h4 {
	font-size: 21px;
}
h5 {
	font-size: 18px;
	color: #282828;
}
h6 {
	font-size: 16px;
	text-transform: uppercase;
	color: #4b4b4b;
}
.main {
	float: left;
	width: 100%;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}
.header {
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
}
.logo {
	float: left;
	/*   position: absolute;
    top: 19px;*/
	width: 20%;
}
.nav_header {
	float: right;
	padding: 38px 0 0;
	width: 55%;
}
.nav_header ul {
}
.nav_header ul li {
	float: left;
	position: relative;
}
.nav_header ul li a {
	color: #262626;
	float: left;
	font-family: "roboto";
	font-size: 14px;
	font-weight: normal;
	padding: 0 28px 0 0;
	text-transform: uppercase;
}
.nav_header ul li a:hover {
	color: #075593;
}
.nav_header ul li.active a {
	color: #075593;
}
.navbar ul li {
	float: left;
	padding: 0 10px;
}
.sub-menu {
	background: #009ab6 none repeat scroll 0 0;
	display: none;
	margin: 0px 0;
	position: absolute;
	top: 15px;
	z-index: 999999999;
	white-space: nowrap;
}
.nav_header ul li ul.sub-menu li {
	float: none;
}
.nav_header ul li ul.sub-menu li a {
	float: none;
	line-height: 30px;
	color: #fff;
	padding: 0 10px;
}
.nav_header ul li ul.sub-menu li a:hover {
	background-color: #e8e8e8;
	color: #000;
	display: block;
	width: 100%;
}
.nav_header ul li:hover .sub-menu {
	display: block;
}
.current-menu-item a {
	outline: 0;
	text-decoration: none;
	color: #075593 !important;
}
.search_form {
	float: right;
	margin: 27px 0;
	position: relative;
	width: 20%;
}
.search_form input {
	border: 1px solid #ccc;
-webkit- border: 1px solid #ccc;
	-o-border: 1px solid #ccc;
-moz- border: 1px solid #ccc;
	border-radius: 50px;
	color: #7f7f7f;
	font-size: 14px;
	font-weight: normal;
	height: 39px;
	padding: 0 40px;
	position: relative;
	width: 220px;
}
.search_form input[type="submit"] {
	background-color: inherit;
	background-image: url("images/srch.png");
	background-position: right center;
	background-repeat: no-repeat;
	border: medium none;
	height: 18px;
	padding: 0;
	position: absolute;
	right: 39px;
	top: 9px;
	width: 16px;
}
.bnner {
	background: none repeat scroll 0 0 #009ab6;
	display: inline-block;
	text-align: center;
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
.bnner_text {
	float: left;
	padding: 80px 0 70px;
	width: 100%;
}
.bnner_text h1{ text-transform:capitalize;}
.bnner_text p {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	padding: 30px 0 50px;
}
.button {
	float: left;
	width: 100%;
}
.button a {
	border: 1px solid #fff;
-moz- border: 1px solid #fff;
-o- border: 1px solid #fff;
 -webkit- border: 1px solid #fff;
	border-radius: 50px;
-moz- border-radius: 50px;
-ms- border-radius: 50px;
 -o- border-radius: 50px;
	color: #fff;
	font-weight: normal;
	padding: 15px 24px;
	text-transform: uppercase;
}
.button a .fa {
	padding: 0 6px;
}
.button > a:hover {
	background: none repeat scroll 0 0 #fff;
	color: #262626;
}
.content_sec {
	/*background-color: #f5f5f5;*/
	float: left;
	padding: 25px 0;
	width: 100%;
	min-height: 600px;
}
.without_tpl.cnu_us p {
	padding: 0 15px;
}
select.orderby {
	border: 1px solid #ccc;
	padding: 6px;
}
del {
	color: #065895 !important;
	text-decoration: line-through;
}
.magezines_sec {
	background: #fff none repeat scroll 0 0;
	float: left;
	/*    padding: 27px 19px;*/
	width: 100%;
}
.our_brand {
	float: left;
	overflow: hidden;
	padding: 0 0px 0px;
	position: relative;
	width: 100%;
}
.left {
	float: left;
	width: 50%;
}
.love_magzines {
	float: left;
	text-align: center;
	width: 100%;
}
.brand_img {
	background: none repeat scroll 0 0 #f40847;
	float: left;
	/*    min-height: 612px;*/
/*    padding: 247px 0;*/
	width: 100%;
}
.brand_img > h2 {
	color: #fff;
	text-transform: uppercase;
}
.brand_img > p {
	color: #fff;
	padding:55px 43px 67px;
}
.con_link_carousela #wonderplugincarousel-1 .amazingcarousel-image img{ width:178px;}
.img_man {
	float: left;
	/*    height: 290px;*/
	margin-bottom: 15px;
	text-align: center;
	width: 50%;
}

.brand {
	display: inline-block;
	width: 100%;
	background-color: #009ab6;
}
/*.img_man img:hover{filter: grayscale(1); -webkit-filter: grayscale(1);-moz-filter: grayscale(1);
-o-filter: grayscale(1);}*/

.we_love {
	background: #009ab6 none repeat scroll 0 0;
	float: left;
	min-height:284px;
		width: 50%;
}

.we_magla {
    display: table-cell;
    height: 284px;
    vertical-align: middle;
    width: 100%;
}
.we_magla p{ color:#fff;}

.brand_img > h2 {
	padding: 50px 0 0;
}

	.we_love.brand_loop1 {
    background: #F40847 none repeat scroll 0 0;
}

.we_love > p {
	color: #fff;
	padding: 14px 5px 0;
}
.right {
	float: left;
	width: 50%;
}
.cont {
	background: none repeat scroll 0 0 #009ab6;
	text-align: left;
	margin: 0 0 23px;
	padding: 15px;
}
.mag_text {
	background-image: url("images/content-img.png");
	background-repeat: no-repeat;
	background-position: top left;
}
.woocommerce-page ul.products li.product:hover {
	background: #eee none repeat scroll 0 0;
}
.testmonial {
/*	background-image: url("images/bg.png");
	background-position: center center;
	background-repeat: no-repeat;*/
	float: left;
	/*    height: 643px;*/
	width: 100%;
	position: relative;
}
.arrow_left {
	float: left;
	left: 40px;
	position: absolute;
	top: 312px;
	width: auto;
}
.arrow_right {
	bottom: 245px;
	float: right;
	position: absolute;
	right: 44px;
}
.life_style {
	padding: 18px 0;
	text-align: center;
	position: relative;
}

.video_sec {
    display: inline-block;
    margin: 25px 0 0px 0;
    text-align: center;
    width: 100%;
}


.play_video {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: 3px 6px 7px 7px #eee;
    display: inline-block;
    margin: 0 28px 0 0;
    padding: 25px 0;
    text-align: center;
    width: 33%;
	vertical-align:top;
}
.video img {
	-webkit-border: 1px solid #d0d0d0;
	-o-border: 1px solid #d0d0d0;
	-moz-border: 1px solid #d0d0d0;
   
}

.video {
    display: inline-block;
    min-height: 263px;
    vertical-align: middle;
    width: 100%;
}

.play_video > p {
	color: #282828;
	padding: 0;
}
.footer {
	background-color: #232323;
	float: left;
	padding: 20px 0;
	width: 100%;
}
.foot_text {
	float: left;
	width: 100%;
}
.policy {
	float: right;
	width: 50%;
}
.policy ul {
	float: right;
}
.policy ul li {
	float: left;
}
.policy ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 0 22px 0 0;
}
.copy_right {
	float: left;
	width: 50%;
}
.copy_right > p {
	color: #fff;
	padding: 0;
}
.detail-intro__title {
	background-color: #075593;
	color: #fff !important;
	padding: 13px 19px;
}
.detail-feature-facts {
	background: orange none repeat scroll 0 0;
	float: left;
	margin: 0;
	padding: 20px 0;
	width: 100%;
}
.detail-feature-facts .detail-feature-facts__item {
	float: left;
	list-style: outside none none;
	margin-bottom: 15px;
	margin-top: 10px;
	text-align: center;
	width: 50%;
}
.detail-feature-facts .detail-feature-facts__item h2, .detail-feature-facts .detail-feature-facts__item h4 {
	color: #fff;
	line-height: 35px;
	font-weight: bold;
}
.detail-feature-facts .detail-feature-facts__item h4 {
	font-weight: bold;
	text-transform: uppercase;
}
.detail-content {
	background: #fff none repeat scroll 0 0;
}
.detail-content__overview, .ie .detail-content__overview {
	float: left;
	min-height: 635px;
	padding: 60px 45px 30px;
	width: 50%;
}
.detail-content__overview h2, .ie .detail-content__overview h2 {
	padding: 10px 0;
	text-transform: uppercase;
}
.large-3 {
	width: 25%;
}
.detail-content__editor, .team-list__item, .detail-content__glance {
	background-color: #d41c56;
	float: left;
	min-height: 635px;
	padding: 16px 0;
	text-align: center;
}
.detail-content__editor, .team-list__item {
	padding: 30px;
	text-align: center;
	float: left;
}
.bg-light-blue {
	background: #075593 none repeat scroll 0 0 !important;
}
.detail-content__img > h3 {
	padding: 25px 0 41px;
}
p.js-readmore {
	color: #fff;
}
.detail-content__glance h3, .detail-content__glance h4 {
	color: #fff;
}
.detail-content__glance h3 {
	text-transform: uppercase;
}
.detail-content__img > h4 {
	color: #fff;
	text-transform: uppercase;
}
.menu-item-description {
	display: none;
}
ul.sub-menu li a {
	color: #fff !important;
}
ul.sub-menu li a:hover {
	background-color: #fff;
	color: #000 !important;
}
.research_contentpart {
	display: inline-block;
	width: 78%;
}
.detail-content p em {
	color: #fff;
}
.detail-highlights__item__image > img {
	float: left;
	width: 30%;
}
.detail-highlights__item {
	float: left;
	padding: 25px 17px;
	width: 100%;
}
.detail-highlights {
	float: left;
	margin: 31px 0 0;
	padding: 20px;
	width: 100%;
}
.detail-highlights__item__details {
	float: left;
	padding: 0 25px;
	width: 70%;
}
.detail-hightlights__item__content-container {
	float: left;
	width: 73%;
}
.website_sec .detail-hightlights__item__content-container {
	float: right;
	width: 73%;
}
.circle {
	background-image: url("images/stamp--green.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: right;
	height: 180px;
	padding: 37px 0;
	text-align: center;
	width: 180px;
}
.circle > h3 {
	font-size: 20px;
}
.circle.circle_green > h5 {
	color: #fff;
}
.show-for-medium-up {
	float: left;
	width: 30%;
}
.detail-hightlights__item__content-container {
	float: left;
	width: 69%;
}
h3.truncate-text {
	color: #000;
}


.brand_all {
    float: left;
    margin: 20px 0 13px;
    padding: 0 20px;
    width: 100%
}
ul.brands-list {
	float: left;
	width: 100%;
}


ul.brands-list li {
    /*background-color: #f8f8f8;*/
    display: inline-block;
    margin: 0 10px 15px;
    min-height: 733px;
    padding:15px;
    text-align: left;
    vertical-align: top;
    width: 31%;
}
.brands-list__item__image {
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	width: 100%; text-align:center;
}


article.brands-list__item__caption {
	display: inline;
}
.brands-list__caption h3 {
    color: #000 !important;
    float: left;
    font-size: 18px !important;
    padding: 8px 0;
    width: 100%;
}
.brands-list__description.hide-for-small-only {
	display: none !important;
}
.brands-list__caption {
/* float: left;
    padding: 0 0 0 9px;
    width: 70%;*/
}
.brands-list__interactions a {
	display: inline-block;
	font-size: 12px !important;
	font-weight: 400;
	margin-right: 15px;
	color: #009ab6;
}
.brands-list__caption > p {
	padding: 0 20px 11px 0;
}
.about-nav {
	background: #009ab6 none repeat scroll 0 0;
	float: left;
	margin: 0;
	min-height: 248px;
	padding: 16px 21px;
	width: 36%;
}
.about-nav a:hover {
	color: #000;
}
.about-nav .current-menu-item a {
	color: #000 !important;
}
.about-nav a {
	border-bottom: 2px solid #fff;
	color: #fff;
	display: block;
	font-size: 15px;
	line-height: 40px;
	text-transform: uppercase;
}
.article-main {
	background: #fff none repeat scroll 0 0;
	float: left;
	padding: 20px 20px 0;
	width: 64%;
}
.website_sec .show-for-medium-up {
	float: right;
	width: 30%;
}
.website_sec {
	float: left;
	width: 100%;
}
.magazine_subscribe {
	background: #075593 none repeat scroll 0 0;
	color: #fff;
	float: left;
	margin: 8px 0;
	padding: 10px 29px;
}
.button.website.visit-us {
	background: #075593 none repeat scroll 0 0;
	color: #fff;
	float: left;
	margin: 8px 0;
	padding: 10px 29px;
	width: auto;
}
.detail-hightlights__item__content-container > a {
	background: #075593 none repeat scroll 0 0;
	color: #fff;
	float: left;
	margin: 0 9px 0 0;
	padding: 10px 29px;
	width: auto;
}
.listing-intro__inner {
	float: left;
	min-height: 350px;
	width: 50%;
	padding: 48px 38px;
	background-color: #fff;
}
.listing-intro__content.bg-white.listing-intro__content--quote {
	width: 100%;
}
.listing-intro__fact {
	background: #7cba56 none repeat scroll 0 0;
	float: right;
	min-height: 495px;
	padding: 160px 0;
	text-align: center;
	width: 50%;
}
.listing-intro__fact h2, h4 {
	color: rgb(0, 154, 182);
	font-size: 20px;
	line-height: 42px;
	padding: 0 0 21px;
	text-transform: uppercase;
}
.wrapper > ul {
	float: left;
	margin: 40px 0;
	width: 100%;
}
.listing__item__image {
	float: left;
	width: 19%;
	margin: 0 20px 0 0;
}
.article-main__content a {
	color: #009ab6;
}
.listing__item {
	background: #fff none repeat scroll 0 0;
	display: inline-block;
	margin: 0 0 31px;
	padding: 16px;
}
.listing__item:hover {
	background-color: #F5F5F5;
}
.hero_img {
	float: left;
	width: 100%;
}
.without_tpl_content h3 {
	color: #000;
	float: left;
	width: 100%;
	padding: 20px 0;
}
.top_part {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.top_part h2 {
	background-color: #009ab6;
	color: #fff;
	padding: 19px 20px;
	text-transform: uppercase;
}
.navbar ul {
	float: left;
}
h2.title-header__title {
	background: #009ab6 none repeat scroll 0 0;
	color: #fff;
	padding: 15px 22px;
	text-transform: uppercase;
}
.woocommerce ul.products li.product .price {
	color: #77a464;
	display: block;
	font-size: 0.857em;
	font-weight: 400;
	margin-bottom: 0.5em;
	text-align: center !important;
	vertical-align: middle;
}
.woocommerce ul.products li.product a {
	float: none;
	margin: 0 !important;
	text-align: center !important;
	text-decoration: none;
	width: auto;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	background-color: #075593 !important;
	color: #fff !important;
	width: auto !important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border: 1px solid #ccc;
-moz- border: 1px solid #ccc;
 -ms- border: 1px solid #ccc;
-webkit- border: 1px solid #ccc;
	padding: 12px 14px !important;
	width: 100%;
}
.woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th {
	padding: 6px 13px !important;
}
.woocommerce-cart .wc-proceed-to-checkout {
	float: right !important;
}
.woocommerce ul.products li.product .price {
	font-size: 15px !important;
	text-align: center !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	width: auto !important;
}
ul.products h3 {
	color: #075593;
	font-size: 15px !important;
	min-height: 40px;
}
.woocommerce a.added_to_cart {
	background: #77A464 none repeat scroll 0 0;
	color: #fff;
	float: left;
	padding-top: 0.5em;
	text-align: center !important;
	white-space: nowrap;
	width: auto !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	border: 1px solid #ccc;
	box-shadow: 0 4px 3px 0 #eeeeee;
	float: left;
	margin: 0 11px 22px !important;
	min-height: 467px;
	padding: 10px;
	position: relative;
	text-align: center !important;
	width: 23.09%;
}
.woocommerce ul.products li.product h3 {
	font-size: 1em;
	margin: 0;
	padding: 0 !important;
}
.woocommerce div.product {
	margin: 40px 31px;
	position: relative;
}
.comment-form p input {
	border: 1px solid #ccc;
	padding: 10px 7px;
}
.comment-form textarea {
	border: 1px solid #ccc;
	height: 100px !important;
	padding: 0 11px;
}
.woocommerce p.stars a::before {
	display: block;
	font-family: WooCommerce;
	height: 1em;
	left: 0;
	line-height: 1;
	position: absolute;
	text-indent: 0;
	top: 0;
	width: 1em;
}
.woocommerce p.stars a {
	color: #026199;
}
option {
	line-height: 35px;
	padding: 2px 7px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	border: 1px solid #d3ced2;
	box-sizing: border-box;
	float: left;
	line-height: 1;
	margin: 0 4px 0 0;
	outline: 0 none;
	padding: 13px 6px 5px !important;
}
.quantity input {
	border: 1px solid #ccc;
	float: left;
	height: 28px;
	width: 85% !important;
}
.woocommerce .woocommerce-breadcrumb {
	color: #777;
	font-size: 0.92em;
	margin: 1em 2em;
	padding: 0;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	margin: 0 2em 1em;
}
ul.team_main {
	float: left;
	width: 100%;
}
.team_main > li {
	border-color: #ccc;
-moz- border-color: #ccc;
-webkit- border-color: #ccc;
 -o- border-color: #ccc;
	border-style: solid;
-moz- border-style: solid;
-ms- border-style: solid;
 -webkit- border-style: solid;
	border-width: 1px;
-moz- border-width: 1px;
-ms- border-width: 1px;
 -webkit- border-width: 1px;
 -o- border-width: 1px;
	float: left;
	margin: 16px 7px 0;
	padding: 20px;
	min-height: 300px;
	text-align: center;
	width: 48%;
}
.title-header.bg-darkest-blue {
	margin: 0 0 10px;
}
.team_title img {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
}
.team_main > li:hover {
	background-color: #f5f5f5;
}
.team-list__item__desc > p {
	padding: 0 16px;
}
.woocommerce table.shop_table th {
	font-weight: 800;
	padding: 9px 0 !important;
}
.team_title h3 {
	color: #000;
	font-size: 16px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
h4.team_occupation {
	color: #000 !important;
	display: inline-block;
	font-size: 13px;
	line-height: inherit;
	text-align: center;
	text-transform: none;
	width: 100%;
}
.team-list__item__desc {
	float: left;
	width: 100%;
}
.without_tpl_content.cnu_us_inner {
	float: left;
	margin: 50px 0;
	width: 100%;
}
.without_tpl_content.cnu_us_inner h5 {
	padding: 0;
}
.without_tpl_content.cnu_us_inner ul li {
	float: left;
	margin: 0 0 25px;
	width: 33%;
}
.bx-wrapper {
	margin: 0 auto !important;
	padding: 0;
	position: relative;
}
.bx-wrapper .bx-pager {
	display: none !important;
}
.bx-wrapper img {
	display: inline-block !important;
	max-width: 100%;
	text-align: center !important;
	margin: 50px 0 0;
}
.brand_slider {
	display: inline-block !important;
	text-align: center !important;
	width: 100% !important;
}
.bx-wrapper .bx-viewport {
	left: 0 !important;
	box-shadow: none !important;
}
.without_tpl_content.cnu_us_inner a {
	color: #075593;
}
.brand_sec2 {
	background: #f5f5f5 none repeat scroll 0 0;
	padding: 0;
}
.circle_orange > h5 {
	box-sizing: border-box;
	color: #fff;
	padding: 42px 0;
}
.circle_orange {
	background-image: url("images/stamp--orange.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 180px;
	padding: 37px 0;
	text-align: center;
	width: 180px;
}
.circle_red {
	background-image: url("images/stamp--red.png");
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	height: 180px;
	padding: 37px 0;
	text-align: center;
	width: 180px;
}
.circle.circle_red > h5 {
	color: #fff;
	font-size: 15px;
}
#accordions-172 .accordions-head {
	background: #075593 none repeat scroll 0 0 !important;
	text-transform: uppercase !important;
}
.accordions.flat .accordions-head {
	border-color: #fff !important;
}
.media-kit-table h4 {
	color: #000;
}
.media-kit-table td {
	border-bottom: 1px solid #ccc;
	line-height: 39px;
	width: 94%;
}
.mag_text {
	background-image: url("images/content-img.png");
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	width: 100%;
}

/*
.mag_text::after {
	background-image: url("images/content-img.png");
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	top: -15px;
	left: 66px;
	content: "";
	height: 100%;
	width: 100%;
}
*/

.con_link {
	float: left;
	margin: 0px 0;
	padding: 0 0 18px 0;
	text-align: center;
	width: 100%;
	margin: 31px 0 12px;
}
.advert {
	background: none repeat scroll 0 0 #e1e1e1;
	float: left;
	margin: 0 0 0 7px;
	min-height: 300px;
	padding: 25px;
	width: 49%;
}
.advert a {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 15px 0 0 0;
}
.advert a img {
}
.contact_hus {
	background: none repeat scroll 0 0 #e1e1e1;
	float: right;
	margin: 0 7px 0 0;
	min-height: 300px;
	padding: 27px;
	width: 49%;
}
.contact_hus h2, .advert h2 {
	margin: 15px 0;
	text-transform: uppercase;
}
.contact_hus a {
	border: 1px solid #009ab6;
	border-radius: 50px;
	color: #009ab6 !important;
	font-weight: normal;
	padding: 15px 24px;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	margin: 10px 0 0;
}
.contact_hus a:hover {
	background: #009ab6;
	color: #fff !important;
}
.contact_hus span {
	width: 100px;
	height: 100px;
	display: inline-block;
	padding: 15px 0 0 0;
}
.contact_hus span i.fa {
	font-size: 55px;
	color: #333333;
}
.onsale {
	display: none;
}
.dircctory {
	float: left;
	width: 100%;
}
.dircctory table {
	border: 1px solid rgb(0, 0, 0);
	
	 width:100%;
}
.dircctory table thead {
	border-bottom: 1px solid #ccc;

	margin: 0 0 14px;
	padding: 0 0 10px;
	text-align: right;
	width: 100%;
}
.dircctory table thead tr {
	float: none;
}
.dircctory table thead tr th {
 width:auto !important;
	padding: 0 15px;
}
.dircctory tbody tr td {
	padding: 5px 15px;
}
.high_quality {
	float: left;
	width: 100%;
}
.high_quality table {
	border: 1px solid rgb(0, 0, 0);
	display: inline-block;
	padding: 20px;
}
.high_quality table thead {
	border-bottom: 2px solid rgb(0, 0, 0);
	float: right;
	margin: 0 0 14px;
	padding: 0 0 10px;
	text-align: right;
	width: 100%;
}
.high_quality table thead tr {
	float: right;
}
.high_quality table thead tr th {
	display: inline-block;
	padding: 0 23px;
}
.high_quality tbody tr td {
	padding: 7px 15px;
}
.audience_sec {
	float: left;
	width: 100%;
	margin: 0px 0 30px;

}
.audiencesec_img {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.audience_wrap {
	float: left;
	width: 100%;
}

.audience_wrap img {
    float: left;
    height: auto;
    margin: 0 25px 15px 0;
    width: 100%;
}

.audiences_logo {
	display: inline-block;
}


.audiences_logo h2 img {
    width: 40%;
}

.audiencesec_img img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.audiences_main {
	width: 100%;
}
.left {
	/*background-color: rgb(245, 245, 245);*/
	float: left;
	padding:0 0 0 20px;
	width: 49%;    
}

.right {
    /*background-color: rgb(245, 245, 245);*/
    float: right;
   
    padding:0 20px 15px 0;
    width: 49%;
}
.content_part {
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;
	width: 74%;
}
.admin_part {
	float: right !important;
}
.advert > span {
	display: inline-block;
	width: 100%;
}
.advert > a {
	border: 1px solid #009ab6;
	border-radius: 50px;
	color: #009ab6 !important;
	display: inline-block;
	font-weight: normal;
	height: auto;
	margin: 10px 0 0;
	padding: 19px 24px;
	text-transform: uppercase;
	width: auto;
}
.advert > a:hover {
	background-color: #009ab6;
	color: #fff !important;
}
.detail-content.row {
	float: left;
	padding: 9px 25px;
}
h4.home_tage {
	color: #fff;
	padding: 7px 0 0;
}
.advert img {
	width: 60px;
}
#accordions-172 .accordion-icons {
	color: #fff !important;
	font-size: 16px;
	width: auto !important;
	background-color: inherit !important;
}
.article-main.adrt {
	width: 100%;
}
.content {
	padding: 0 !important;
}



.advertisingtpl_image img {
    height: 100%;
    width: 100%;
}


article.article-main__content p a img {
    float: left;
    margin: 0 20px 0 0;
}



.adver_brand_main {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.adver_brand_main ul{ display:inline-block;}


.adver_brand_img {
    float: left;
    width: 38%;
}


.adver_brand_main ul li {
    /*background: #f5f5f5 none repeat scroll 0 0;*/
    float: left;
    margin: 0 9px;
    min-height: 254px;
    padding: 25px 14px;
    text-align: left;
    width: 48%;
}

.adver_brand_title {
    float: left;
    padding: 0 15px;
    width: 62%;
}

.adver_brand_title a{
    color:#000;
}


.con_link_carousela {
    float: left;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
    width: 100%;
}
.tablepress img {
    border: medium none;
    height: 275px;
    margin: 0;
    max-width: none;
    padding: 0;
    width: 275px;
}

/*
.article-main__content > h6  {
/font-family: ralewaybold !important;
     
}
.high_quality > h6{font-family : cbold !important;}

*/


.audience_sec.left {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding-left:0;
	margin:0;
		padding-right:0;
}

.audience_sec.right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0; padding-left:0;
	padding-right:0;margin:0;
}
.audience_sec.left .audiencesec_img, .audience_sec.right .audiencesec_img{ margin:0;}




.pro_img {
    display: inline-block;
    margin: 0;
    min-height: 380px;
    padding: 0;
    width: 100%;
}
.header > span#click { display:none;}




.testimonial_div {
    display: inline-block;
    padding: 23px 0 0;
    text-align: center;
    width: 100%;
}


.testimonial_slider_set.testimonial_slider {
    display: inline-block !important;
    max-width: 700px;
    text-align: center !important;
    width: 100% !important; margin:15px 0 0; border-radius: 5px;
}



.testimonial_slider__default .testimonial_by_wrap {
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 33%;
}


.testimonial_slider__default .testimonial_slideri {
  
    padding: 42px 10px 0 !important;
} 
testimonial_slider__default .testimonial_quote {

    width: 68%;
}


/***********************************media*********************************************************/


@media screen and (min-width: 980px) and (max-width: 1120px) {
.wrapper {
	width: 960px;
}
.nav_header ul li a {
	font-size: 12px;
	padding: 0 13px 0 0;
}
.nav_header {
	float: right;
	padding: 29px 0 0;
	width: 57%;
}
.search_form input[type="submit"] {
	right: -18px;
}
.we_love {
	min-height: 183px;
	padding: 37px 0;
}
.brand_img {
    min-height: 554px !important;
    padding: 0 !important;
}
.play_video {
	width: 31%;
	margin: 0 16px 0 0;
}
ul.brands-list li {
	min-height: 378px;
}
.team_main > li {
	min-height: auto;
}
.brands-list__caption {
	float: left;
	padding: 0 0 0 19px;
	width: 67%;
}
.brands-list__caption h3 {
	font-size: 17px !important;
}
.brands-list__caption > p {
	font-size: 12px;
}
.brands-list__item__image {
	float: left;
	margin: 0 0 0 13px;
	width: 28%;
}
.we_love h3 {
	font-size: 18px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 16px 23px !important; width: 29.09% !important;  min-height: 400px !important;clear: none !important;
}
.woocommerce ul.products li.product .price {

    min-height: 34px;
  
}
.brand_img > p {
	color: #fff;
	padding: 42px 21px 67px;
}
.left {
	padding: 0 10px 15px;
}
.right {
	padding: 0 10px 15px;
}
.team_main > li {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin: 16px 4px 0;
	min-height: 592px;
	padding: 23px 20px 0 0;
	text-align: center;
	width: 100%;
}
.brand_all {
	margin: 5px 0;
	padding: 0;
	width: 100%;
}
ul.brands-list li {
	margin: 0 7px 35px;
	padding: 21px 0;
	width: 48%;
	min-height: 557px;
}
.detail-feature-facts .detail-feature-facts__item h4 {
	font-size: 20px;
}
.detail-content__overview, .ie .detail-content__overview {
	padding: 25px 8px 30px;
}
.detail-content__editor, .team-list__item {
	padding: 14px;
}
.detail-hightlights__item__content-container {
	width: 59%;
}
.website_sec .detail-hightlights__item__content-container {
	width: 54%;
}
.detail-highlights {
	padding: 0;
	width: 100%;
}
.detail-content__editor, .team-list__item, .detail-content__glance {
	min-height: 688px;
}
.detail-hightlights__item__content-container > a {
	font-size: 11px;
	margin: 0 8px 10px 0;
	padding: 10px 20px;
}
.search_form {
	margin: 0;
}
.we_love {
	min-height: 172px;
	padding: 37px 0;
}
.audience_sec {
	/*min-height: 1534px;*/
}

ul.products h3 {

    min-height: 33px;
}

.adver_brand_main ul li {
  
    min-height:585px;
  
    width: 47%;
}

.adver_brand_img {
    float: left;
    width: 60%;
    margin: 0 0 10px 17px
}
.adver_brand_title {
    float: left;
    padding: 0 15px;
    width: 100%;
}

.adver_brand_img img {
    width: 100%;
}

.we_magla {
    
    height: 121px;
 
    
}

.we_love {
    min-height: 162px;
    padding: 28px 0;
}
.header > span#click { display:none;}
}
 @media screen and (min-width: 780px) and (max-width: 980px) {
.wrapper {
	width: 760px;
}
.nav_header ul li a {
	font-size: 10px;
	padding: 0 14px 0 0;
}
.nav_header {
	float: right;
	padding: 29px 0 0;
	width: 57%;
}
.right {
	padding: 0 9px 15px;
}
.search_form input[type="submit"] {
	right: 13px;
	top: 29px;
}
.we_love {
	min-height: 183px;
	padding: 37px 0;
}
.we_love h3 {
	color: #fff;
	font-size: 17px;
}
.brand_img {
	min-height: 582px;
	padding: 249px 0;
}

.play_video {
    margin: 0 16px 0 0;
    width: 47%;
}
.search_form {
	float: right;
	padding: 18px 0;
	position: relative;
	width: 23%;
	margin: 0;
}
.search_form input {
	width: 180px;
}
ul.brands-list li {
	min-height: 378px;
}
.brands-list__caption {
	float: left;
	padding: 0 0 0 19px;
	width: 67%;
}
.brands-list__caption h3 {
	font-size: 17px !important;
}
.brands-list__caption > p {
	font-size: 12px;
}
.brands-list__item__image {
	float: left;
	margin: 0 0 0 13px;
	width: 28%;
}
.team_main > li {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin: 16px 4px 0;
	min-height: 592px;
	padding: 23px 20px 0 0;
	text-align: center;
	width: 100%;
}
.brand_all {
	margin: 5px 0;
	padding: 0;
	width: 100%;
}

ul.brands-list li {
    margin: 0 7px 35px;
    min-height: 496px;
    padding: 21px 0;
    width: 47%;
}

.audience_sec {
    min-height: 1820px;
}
.audiencesec_img img {
	height: auto;
	max-width: 100%;
	width: 565px;
}
.audience_wrap img {
	display: block;
	float: none;
}
.detail-feature-facts .detail-feature-facts__item h4 {
	font-size: 20px;
}
.detail-content__overview, .ie .detail-content__overview {
	padding: 25px 8px 30px;
}
.detail-content__editor, .team-list__item {
	padding: 14px;
}
.detail-hightlights__item__content-container {
	width: 59%;
}
.website_sec .detail-hightlights__item__content-container {
	width: 54%;
}
.detail-highlights {
	padding: 0;
	width: 100%;
}
.detail-content__editor, .team-list__item, .detail-content__glance {
	min-height: 688px;
}
.detail-hightlights__item__content-container > a {
	font-size: 11px;
	margin: 0 8px 10px 0;
	padding: 10px 20px;
}
.left {
	padding: 0 5px 15px;
}

.brand_img {
    min-height: 555px;
    padding: 0;
}



.brand_img > p {
    color: #fff;
    padding: 32px 16px;
}
.we_love {
    min-height: auto;
    padding: 28px 0;
}
.img_man {
	float: left;
	height: 190px;
	text-align: center;
	width: 50%;
}
.team_main > li {
	min-height: auto;
}

.we_magla {
  height: 121px;
   
   
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 16px 23px !important; width: 29.09% !important;  min-height: 400px !important;clear: none !important;
}
.woocommerce ul.products li.product .price {

    min-height: 34px;
  
}

.adver_brand_main ul li {
    min-height: 665px;
    width: 47%;
}

.adver_brand_img {
    float: left;
    width: 100%;
}

.adver_brand_title {
    float: left;
    padding: 0;
    width: 100%;
}



.adver_brand_img img {
    width: 100%;
}
.header > span#click { display:none;}
}

@media only screen and (max-width: 780px) {
.bnner_text h1 {
	font-size: 33px;
}
.bnner_text p {
	font-size: 15px;
}
.we_love {
	min-height: 300px;
	width: 100%;
}
.search_form input[type="submit"] {
	top: 27px;
}
.img_man {
	height: 239px;
	width: 100%;
}
.brand_img {
	min-height: 169px;
	padding: 210px 0;
	width: 100%;
}
.left {
	padding: 0 10px 15px;
	width: 100%;
}
.right {
	padding: 0 10px 15px;
	width: 100%;
}

.play_video {
    float: left;
    margin: 0 0 11px;
    width: 100%;
}
.brands-list__item__image img {
    width: 100%;
}
.play_video > p {
	font-size: 12px;
}
.copy_right {
	float: left;
	width: 100%;
}
.policy {
	float: left;
	width: 100%;
	margin: 0 0 13px;
}
.foot_text {
	float: left;
	width: 100%;
	text-align: center;
}
.copy_right > p {
	font-size: 12px;
}
.cont > h2 {
	font-size: 16px;
}
.logo {
	float: left;
	position: static;
	top: 0;
	width: 100%;
	text-align: center;
}
.nav_header {
	float: left;
	padding: 0 0 0;
	width: 100%;
}

.search_form {
    float: left;
    margin: 0;
    padding: 18px 0;
    position: relative;
    width: 100%;
}
.search_form input {
	width: 100%;
}
.nav_header ul li {
	float: left;
	position: relative;
	text-align: center;
	width: 100%;
	line-height: 30px;
}
.nav_header ul {
	width: 100%;
	float: left;
	text-align: center;
}
.nav_header ul li a {
	width: 100%;
}
.sub-menu {
	top: 25px;
}
.search_form input {
	padding: 0 62px 0 17px;
}
.brand_img {
	min-height: auto;
	padding: 0;
	width: 100%;
}
ul.brands-list li {
	background-color: #f8f8f8;
	float: left;
	margin: 0 10px 35px;
	min-height: inherit;
	padding: 21px 0;
	width: 100%;
}
.we_love {
	margin: 0 0 15px;
	min-height: auto;
	width: 100%;
}
.advert {
	margin: 0;
	width: 100%;
}
.contact_hus {
	margin: 15px 0;
	width: 100%;
}

.brands-list__caption {
    float: left;
    padding: 0 15px;
    width: 100%;
}

.img_man img {
    width: 100%;
}
.team_main > li {
	min-height: auto;
}
.img_man {
	height: auto;
	width: 100%;
}

.brands-list__item__image {
    float: left;
    margin: 0 0 0 11px;
    width: 100%;
}
.about-nav {
	margin: 0;
	min-height: auto;
	padding: 15px 24px 31px;
	width: 100%;
}
.article-main {
	width: 100%;
}
.listing-intro__inner {
	min-height: 350px;
	padding: 28px 16px;
	width: 100%;
}
.listing-intro__fact {
	min-height: auto;
	width: 100%;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 10px 19px !important;
    padding: 0;
	min-height: 405px;
    position: relative;
    text-align: center !important;
    width: 45.05%;
}
.woocommerce ul.products li.product .price {

    min-height: 30px;
    
}
ul.products h3 {

    font-size: 16px !important;

}

.woocommerce div.product {
    margin: 40px 6px;
    position: relative;
}
.quantity input {
  
    margin: 0 0 13px;

}
.team_main > li {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	float: left;
	margin: 16px 0;
	min-height: 592px;
	padding: 23px 20px 0 0;
	text-align: center;
	width: 100%;
}
.brand_all {
	float: left;
	margin: 15px 0;
	padding: 0 21px 0 0;
	width: 100%;
}


.without_tpl_content.cnu_us_inner ul li {
	float: left;
	width: 50%;
}
.detail-content__overview, .ie .detail-content__overview {
	float: left;
	min-height: auto;
	padding: 24px 0 0;
	width: 100%;
}
.detail-content__editor, .team-list__item {
	width: 100%;
}
.detail-content__editor, .team-list__item, .detail-content__glance {
	width: 100%;
}
.detail-highlights {
	margin: 8px 0 0;
	padding: 0;
}
.detail-highlights__item__image > img {
	float: left;
	width: 100%;
}
.detail-highlights__item__details {
	float: left;
	padding: 0;
	width: 100%;
}
.detail-hightlights__item__content-container {
	float: left;
	width: 100%;
}
.circle {
	margin: 16px 0;
	padding: 37px 0;
	text-align: center;
	display: inline-block;
}
.website_sec .show-for-medium-up {
	float: left;
	width: 100%;
}
.website_sec .detail-hightlights__item__content-container {
	float: left;
	width: 100%;
}
.show-for-medium-up {
	float: left;
	width: 100%;
}
.detail-hightlights__item__content-container > a {
	margin: 0 9px 0 0;
	padding: 10px 21px;
}
.detail-feature-facts .detail-feature-facts__item h2, .detail-feature-facts .detail-feature-facts__item h4 {
	font-size: 15px;
}
.policy ul li {
	display: inline-block;
	float: none;
	text-align: center;
}
.policy ul {
	display: inline-block;
	text-align: center;
	width: 100%;
}
.policy ul li a {
	display: inline-block;
	width: 100%;
}
.team_main > li {
	min-height: inherit;
}
.audiencesec_img img {
	height: auto;
	max-width: 100%;
}


.audience_wrap > p {
    float: left;
    width: 100%; 
}

.adver_brand_main ul li {
  
    margin: 0 0 10px;
    min-height: 254px;
    padding: 25px 14px;
    text-align: center;
    width: 100%;
}
body .dircctory table {

    display: table-cell;

}
body #tablepress-2 tr td {
    clear: both;
    display: inline-block;
    float: left;
    padding: 0;
    width: 100%;  text-align: justify;
}


body #tablepress-2 tr td.column-1 img {
    height: auto;
    margin: 15px 0;
    width: 100%;
} 



body #tablepress-1 tr td {
    clear: both;
    display: inline-block;
    float: left;
    padding: 0;
    width: 100%;  text-align: justify;
}


body #tablepress-1 tr td.column-1 img {
    height: auto;
    margin: 15px 0;
    width: 100%;
} 

.adver_brand_img {
    float: left;
    width: 50%;
}


.adver_brand_title {
    float: left;
    padding: 0;
    text-align: left;
    width: 100%;
}

.adver_brand_img img {
    width: 100%;
}

.adver_brand_img img {
    width: 100%;
}

.dircctory table {

    display: table-cell;
   
}

.dircctory table thead {
    display: table; 
}
.we_magla {
    display: inline-block;
    height: auto;
    padding: 101px 0;

    width: 100%;
}




.video {

    min-height: auto;

    width: 100%;
}

.brands-list__caption > p {
    padding: 0;
}
.article-main__content > p {
    float: left;
    width: 100%;
}
h1.product_title {
    color: #000;
    font-size: 17px;
}  

.header > span#click {
    background-color: #075593;
    color: #fff;
    display: inline-block;
    font-size: 23px;
    margin: 0 0 22px;
    padding: 6px 0;
    text-align: center;
    width: 100%; cursor:pointer;
}
.header > span#click samp {
    font-family: arial;
    font-size: 21px;
    padding: 0 5px;
}


.nav_header {
    display: none;
}

}
 @media screen and (min-width: 500px) and (max-width: 780px) {
.wrapper {
	width: 480px;
}
}
@media screen and (min-width: 320px) and (max-width: 500px) {
.wrapper {
	width: 300px;
	max-width: 100%;
}
.left {
	float: left;
	width: 100%;
}
.right {
	float: left;
	width: 100%;
}
.we_love {
	min-height: auto;
	width: 100%;
}
.play_video {
	width: 100%;
	margin: 0 0 19px;
}
.policy ul li a {
	font-size: 12px;
	padding: 0 12px 0 0;
}
.brand_img {
	min-height: auto;
	padding: 67px 0;
	width: 100%;
}
.brands-list__item__image {
	float: left;
	margin: 0;
	width: 100%;
}

.contact_form tbody {
    display: inline-flex;
    margin: 0 12px;
}
.brands-list__caption {
	padding: 0 ;
	width: 100%;
}
ul.brands-list li {
	padding: 14px;
}
li.listing__item {
	margin: 0 auto;
	display: block;
}
.listing__item__image {
	float: left;
	margin: 0 20px 0 0;
	width: 100%;
}
.listing-intro__fact h2, h4 {
	font-size: 14px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0 !important;
	width: 100%;
}
.brand_all {
	float: left;
	margin: 21px 0;
	padding: 0 23px 0 0;
	width: 100%;
}
ul.brands-list li {
	margin: 0 10px 20px;
}
.without_tpl_content h3 {
	font-size: 19px;
}
h2.title-header__title {
	font-size: 18px;
}
.magezines_sec {
	padding: 11px 10px;
	width: 100%;
}
.brands-list__caption h3 {
	font-size: 18px !important;
}
.research_contentpart {
	width: 100%;
}
.without_tpl_content.cnu_us_inner ul li {
	width: 100%;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
	margin: 0 0 12px !important;
	width: auto !important;
}
.detail-intro h1 {
	font-size: 31px;
}
.detail-hightlights__item__content-container > a {
	margin: 0 9px 11px 0;
}
.circle {
	float: left;
}
.advert > a {
	font-size: 11px;
}
.brand_img {
	min-height: auto;
	padding: 0;
	width: 100%;
}
.brand_img > p {
	color: #fff;
	padding: 28px 14px 41px;
}
.brand_img > h2 {
	font-size: 20px;
	padding: 50px 0 0;
}
.team_main > li {
	min-height: auto;
}
.dircctory table {
	border: 1px solid rgb(0, 0, 0);
	display: inline-block;
	padding: 6px 0;
	width: 100%;
}
.dircctory tbody tr td {
	font-size: 10px;
	padding: 7px 12px;
}
.dircctory table thead tr th {
	display: inline-block;
	font-size: 13px;
	padding: 0 15px 0 23px;
}
.high_quality table {
	border: 1px solid rgb(0, 0, 0);
	display: inline-block;
	padding: 6px 0;
	width: 100%;
}
.high_quality tbody tr td {
	font-size: 10px;
	padding: 7px 12px;
}
.high_quality table thead tr th {
	display: inline-block;
	font-size: 11px;
	padding: 0 11px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {

    margin: 0 0px 18px !important;
    min-height: 460px;

}
.dircctory table {

    display: table-cell;
    
}
.dircctory table thead tr th {
    display: table-cell;
   
}

.we_magla {
   
    padding: 55px 0;
  
}
}
@media only screen and (max-width: 320px) {
.wrapper {
	width: 300px;
	max-width: 100%;
}
.detail-content__img img {
	border-radius: 500px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-o-border-radius: 500px;
	-ms-border-radius: 500px;
	height: 150px;
	width: 150px;
}

}















h1.product_title {
    color: #000;
    font-size: 26px;
}

.cruser-dev {
    display: inline-block;
    text-align: center;
    width: 90%;
	margin:0 0 30px 0;
}

.cruser-dev > ul {
    display: inline-block;
    width: 100%;
}

.cruser-dev li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
}


body .magezines_sec .images a.woocommerce-main-image.zoom img {
    width: auto !important;
}
.comment-respond h3 {
    color: #111;
}


.related.products ul {
    margin-top:15px !important;
}


.related.products ul li:first-child {
    margin-left: 0 !important;
}

.footer-covers {
	background-color: darkgrey;
}

.banner-bottom {
	background: none repeat scroll 0 0 #3b3b3b;
	display: inline-block;
	text-align: center;
	width: 100%;
	float: left;
	margin: 20px 0 0 0;
}

.banner-bottom ul {
	color: white;
}

.banner-bottom li {
	padding: 5px 0;
}

.banner-bottom h2 {
	color: white;
	font-size: 2.5em;
	padding: 0 0 15px 0;
}

.banner-bottom img {
	max-width: 95%;
}

.banner-bottom a {
	color: white;
}

.banner-bottom_text {
	float: left;
	padding: 30px 0 20px;
	width: 100%;
	font-size: 18px;
}
.banner-bottom_text h1{ text-transform:capitalize;}
.banner-bottom_text p {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	padding: 30px 0 50px;
}

.sub-button {
	    padding: 10px;
    margin: 10px auto 20px;
    background-color: #009ab6;
    color: white;
    font-size: large;
    border: hidden;
    display: block;
    width: 255px;
}

.advertising-testimonials h2 {
	padding: 0 0 20px 0;
}

.audiences-testimonials {
	margin-top: 20px;
}

.audiences-testimonials h2 {
	padding: 10px 0 20px 0;
}

.sub-image {
	display: block;
	margin: 0 auto;
}

.et-box-content p {
	padding: 3px 0;
}

.woocommerce-result-count {
	display: none;
}

.advertising-contact {
	margin: 0 0 30px 0;
}

.advertising-contact li {
	padding: 3px 0;
}

.advertising-manager img {
	margin: 0 auto;
	display: block;
}

.advertising-blurb {
	font-weight: bold;
	margin: 0 0 30px 0;
}

.rates-button {
	padding: 5px 10px;
	background: #009ab6;
	color: white;

}

.gform_button {
	width: auto;
	padding: 5px 10px;
    background: #009ab6;
    color: white;
    border: hidden;
    margin-bottom: 20px;
}

.subscribe-btn {
	width: 100%;
		margin: 5px 0;
	padding: 5px 10px;
    background: #009ab6;
    color: white;
    border: hidden;
    text-align: center;
    font-size: 16px;
}

.subscribe-btn a {
	    text-decoration: none !important; 
	    color: white;
}

.gform_footer {
	margin: 0 !important;
}

.page-id-771 p {
	font-size: larger;
}


.nzlb-landing-nadene {
	float: left;
	margin-right: 20px;
}

.page-id-771 input.medium {
	width: 98% !important;
}

.gform_wrapper {
	max-width: 80% !important;
}

.inline-field {
display: inline-block;
}

.gform_wrapper .gfield_required {
display: none;
}

.woocommerce-page ul.products li.first {
clear: none;
}

.pre-order-offer {
margin: 20px 0 40px 0;
}