/*
Theme Name: Iris Ndt
Theme URI: http://wordpress.org/
Author: the WordPress team
Author URI: http://wordpress.org/
Description: irisndt Description
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: quit_heroin
*/

/*
 * 
 * Globle page style
 * 
 */
 /*========================FontFace========================================
 Generated by Fontface  
=========================================================================*/
@font-face {
    font-family: 'helveticareg';
    src: url('../fonts/helr45w-webfont.eot');
    src: url('../fonts/helr45w-webfont.eot?iefix') format('eot'),
         url('../fonts/helr45w-webfont.woff') format('woff'),
         url('../fonts/helr45w-webfont.ttf') format('truetype'),
         url('../fonts/helr45w-webfont.svg#webfontUPTwz7yE') format('svg');
	font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helvetica_bold-webfont.eot');
    src: url('../fonts/helvetica_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/helvetica_bold-webfont.woff') format('woff'),
         url('../fonts/helvetica_bold-webfont.ttf') format('truetype'),
         url('../fonts/helvetica_bold-webfont.svg#helveticabold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/icons/fontawesome-webfont.eot?v=4.2.0');
  src: url('../fonts/icons/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../fonts/icons/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../fonts/icons/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../fonts/icons/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa,aside #service-tab:after,#accordion li.page_item_has_children a:after,.block-content  .sidebar-navigation  nav ul > li.menu-item-has-children  a:after,.block-content  .sidebar-navigation  nav  ul   li.menu-item-has-children.current_page_item   a:after,.block-content  .sidebar-navigation  nav  ul  li.current_page_ancestor  li.menu-item-has-children  a:after{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ==========================================================================
   HTML display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
#wrapper,
#header,
#content,
#footer{
  display: block;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: none;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
//*
1.) Global Typography and Wordpress Default style
--------------------------------*/
html{
	-webkit-font-smoothing: antialiased;
}
.comments-area {
	margin: 48px 0;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
	line-height: 1;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}
/*
 * 
 * Alignment
 * 
 */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.bypostauthor > article .fn:before {
  content: "\f408";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
}
.comment-edit-link:before {
  content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
  content: "\f412";
  margin-right: 2px;
}
.comment-reply-title small a:before {
  content: "\f405";
  font-size: @fontSize + 18;
}
.tags-links a:first-child:before {
    content: "\f302";
}
.categories-links a:first-child:before {
    content: "\f301";
}
.entry-meta .date time:before {
  content: "\f303";
}
.entry-meta .author a:before {
   content: "\f304";
}
.read-post a:before {
  content: "\f300 ";
}
.entry-meta .date time:before,.comment-reply-link:before, .bypostauthor > .comment-body .fn:before, .comment-reply-login:before,.categories-links a:first-child:before, .read-post a:before,.tags-links a:first-child:before,.entry-meta .author a:before {
  display: inline-block;
  *display: inline;
  zoom: 1;
    font: 16px/1 Genericons;
    vertical-align: middle;
    margin-right: 3px;
}
.comment-edit-link:before {
  font-family: Genericons;
}
.comment-reply-title small a:before {
  font-family: Genericons;
}
html {
	font-size-adjust: none;
	-webkit-font-smoothing: antialiased;
}




h1,
h2,
h3,
h4,
h5,
h6 {
	margin:28px 0 32px;
	color: #7a7a7a;
}

h1, .h1 {
  margin: 0;
  margin-bottom: 0.7em;
  color: #f26522;
  font-family: 'Coda', cursive; 
  font-size: 3.8em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;

  text-transform: uppercase;
}

h2, .h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #636363;
  font-family: 'Coda', cursive; 
  font-size: 2.4em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.2;

  text-transform: uppercase;
}

h3, .h3 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: 'Coda', cursive; 
  font-size: 1.8em;
  font-weight: 400;
  font-style: normal;
  line-height: 1.3;

  text-transform: uppercase;
}

h4, .h4 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: 'helveticabold', cursive; 
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;

  text-transform: uppercase;
}

h5, .h5 {
  margin: 0;
  margin-bottom: 10px;
  color: #636363;
  font-family: 'Coda', cursive; 
  font-size: 13px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-transform: uppercase;
}

h6, .h6 {
  margin: 0;
  margin-bottom: 5px;
  color: #636363;
  font-family: 'Coda', cursive; 
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.4;
  text-transform: uppercase;
}

address {
	font-style: italic;
	margin-bottom: 24px;
	font-size: 1.4em;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
	font-size: 1.4em;
}

b,
strong {
	font-weight: 700;
}

cite,
dfn,
em,
i {
	font-style: italic;
}
a {
	font-size: 1.2em;
}
span {
	font-size: 1.4em;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

p {
	margin-bottom: 35px;
	font-size: 1.3em;
	line-height: 1.3;	
	margin-bottom:14px;
	font-family:'helveticareg', sans-serif;  

}

code,
kbd,
tt,
var,
samp,
pre {
	font-size: 1.5em;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	color: #767676;
	font-size: 1.9em;
	font-style: italic;
	font-weight: 300;
	line-height: 1.2631578947;
	margin-bottom: 24px;
}

blockquote cite,
blockquote small {
	color: #eeeeee;
	font-size: 1.6em;
	font-weight: 400;
	line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: 1.2em;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc inside;
}

ol {
	list-style: decimal;
}
ul, li {
    list-style:disc;
}

.nobullet {
list-style:none;

}

.nobullet:before {content: "- "}
li > ul,
li > ol {
	margin: 0 0 0 20px;
}
ol {
	list-style-type: decimal;
}

ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
li {
	font-size: 1.3em;
	margin-bottom: 6px;
	color:#888888;
}
li a, li span, li p,li li, li span, a span, span a, p a, p span {
	font-size: 1em;
}
li a, span a, p a {
	color: inherit;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}



table,
th,
td {
	border: 0px;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

/*
2.) Global Form Elements
--------------------------------*/
button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

/*
3.) Site Wide Content
--------------------------------*/
body {
	font-size: 62.5%;
	line-height: 1;
	font-weight: 400;
	font-family: 'helveticareg', sans-serif;
	color:#7a7a7a;
}
.page {
	width: 100%;
	max-width:933px;
	margin: 0 auto;
	position: relative;
}
/*
4.) Header Section's Style
--------------------------------*/


/*
5.) Footer Section's Style
--------------------------------*/
/*
6.) css tools
--------------------------------*/
.clear {
	display: block;
	clear: both;
	height: 0;
	width: 0;
	overflow: hidden;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
.clearfix:after, .clearfix:before {
	content: ' ';
	display: block;
	height: 0;
	width: 0;
	overflow: hidden;
	visibility: hidden;
}
.clearfix:after {
	clear: both;
}

/*------------------
**** Globle Style*********
---------------------*/
/* { background:url(../images/collection.png) no-repeat; } */
.header-primary .head-right a ,nav li a,.search-box .search-field,.page-title{ font-family: 'Coda', cursive; } 
.top-nav nav, .header-primary .head-right a{ color:#fff; }
{	transition:All 1s ease;
	-webkit-transition:All 1s ease;
	-moz-transition:All 1s ease;
	-o-transition:All 1s ease;}
.mobile-menu { display:none; }
.header-primary .head-right a,.top-nav .page,.mobile-menu{ /* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(top, #A4A4A4 0%, #7C7B7B 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #A4A4A4 0%, #7C7B7B 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #A4A4A4 0%, #7C7B7B 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #A4A4A4), color-stop(1, #7C7B7B));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #A4A4A4 0%, #7C7B7B 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to bottom, #A4A4A4 0%, #7C7B7B 100%); }
.header-primary .head-right a:visited, .header-primary .head-right a:hover, .header-primary .head-right a:active, .header-primary .head-right a:focus {
color: #edecec;
background-image: -moz-linear-gradient(top, #7C7B7B 0%, #A4A4A4 100%);
background-image: -webkit-linear-gradient(top, #7C7B7B 0%, #A4A4A4 100%);
-webkit-transition:color .25s linear,background-image .5s linear;
-moz-transition:color .25s linear,background-image .5s linear;
transition:color .25s linear,background-image .5s linear;
}
.header-primary,  aside .block-title h3,.col-main .new-old-post .block-title h3 { background:url(../images/header-back.png) left top repeat-x ; }
.header-primary   .page { padding:20px 0px 10px;   }
.header-primary .logo { float:left;width:auto;}
.header-primary .head-right{ float:right;width:auto; margin-top: 13px; }
.header-primary .head-right a{ font-size: 13px; line-height:1; display:inline-block; padding:9px 15px;  height:13px; text-transform: uppercase; }
.header-primary .head-right a[alt="usa link"]{ margin-right:13px; }
.header-primary .head-right a[alt="uk link"]{ margin-right:13px; }
.header-primary .logo h1 { margin-bottom:0px; line-height:1; }
.top-nav{ background:#4c4c4c; position:relative; padding:2px 0px;     
    box-shadow: 0px 7px  5px rgba(167,167,167,0.9);
    -moz-box-shadow: 0px 7px  5px  rgba(167,167,167,0.9);
    -webkit-box-shadow: 0px 7px 5px  rgba(167,167,167,0.9);
    -o-box-shadow: 0px 7px 5px  rgba(167,167,167,0.9);

}.top-nav .page{ overflow:visible;}
.top-nav nav{ width:72%; float:left;  }
.top-nav nav ul,.banner-cover  ul, aside .block .block-content > ul{ margin:0px;}
nav { text-align:center;  }
.nav-wrap  li{ display:inline-block; background:url(../images/break-nav.jpg) right top no-repeat; margin-bottom:0px; }
nav li a { color:#fff; font-size:18px; line-height:1.8;padding:11px; text-transform:uppercase; display:inline-block;    }
.search-box { width:28%; float:right; }
.search-box .screen-reader-text, .search-submit{ display:none; }
.search-box .search-field { border: 1px solid #e6e6e6; color: #b4b3b3; float: right; font-size: 14px; line-height:1; margin-right: 14px; margin-top: 14px; max-width: 210px; padding: 5px; width:100%;  } 



.banner .bx-pager {
    clear:both;
    width:100px;
    margin:8px auto 0;
    padding:0;
}

.banner .bx-pager-item {
    list-style:none;
    float:left;
    margin:0 2px;
}

.banner .bx-pager-item a {
    display:block;
    width:14px;
    height:14px;
    text-indent:-10000px;
    background:url(../images/pager.png) no-repeat;
}

.banner .bx-pager-item a.active {
    background-position:0 -15px;
}
 /* -------------------------------------------- *
 * Container
 */

#content:after,
footer:after ,.top-nav:after {
  content: '';
  display: table;
  clear: both;

  }
.banner-cover { padding: 22px 0px;overflow:hidden; }
.banner-cover .page { 
	background: rgb(0, 0, 0) transparent;

    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
 margin-top:20px 0 22px; }
.banner #banner-slider { border-radius:8px;  -moz-border-radius:8px;  -webkit-border-radius:8px;  } 
.banner { padding:21px 40px 22px; -moz-box-sizing:border-box; }
.banner .bx-prev, .banner .bx-next {
    display:block;
    width:20px;
    height:60px;
    text-indent:-10000px;
    background:url(../images/next-prev.png) no-repeat;
	transform: scale(1) ;
	-webkit-transform:  scale(1) ;
	-moz-transform:  scale(1) ;
	-o-transform:  scale(1) ;
	-ms-transform:  scale(1) ;
	position: absolute; 
}
.banner .bx-prev { left:-30px; }
.banner .bx-next { right:50px; }
.banner .bx-prev:hover, .banner .bx-next:hover{
transform: scale(1.024) ;
-webkit-transform: scale(1.024) ;
-moz-transform: scale(1.024) ;
-o-transform: scale(1.024) ;
-ms-transform: scale(1.024) ;
 } 
.banner .bx-controls-direction {
    position: absolute;
    top: 38%;
    vertical-align: middle;
    width: 100%;
}
.banner .bx-next { background-position:-32px 0px; }
.banner-cover{ background:url(../images/banner-back.jpg) repeat; }
footer { background:#4c4c4c;  }
footer .page.clearfix{ padding: 29px 0px 46px;}
footer ul li, #banner-slider li, aside  .block-content > ul > li{ list-style-type: none; }
footer .right-links ul , footer .left-nav-footer ul { margin:0px;}
footer .left-nav-footer{ width:71%; float:left; }
footer .left-nav-footer li { font-size: 1.3em; margin-bottom: 8px; text-transform: uppercase; }
footer .left-nav-footer h4{ font-size:13px; margin-bottom:27px; line-height:1; color:#fff; font-family:'helveticabold',sans-serif; font-weight:400;  }
footer .right-links{ width:29%; float:right; }
footer .right-links ul { overflow:hidden; }
footer .right-links ul li { /* list-style-image: url('../images/sqpurple.gif'); vertical-align:middle; */ margin-bottom:27px; display:inline-block; }
footer .right-links ul li span{ float:left; }
footer .right-links ul li span:before{    height: 11px;  padding: 13px; font-size:21px;  width: 7px; display:inline-block; vertical-align: middle;  padding:9px 17px 15px 11px;  font-family: FontAwesome; border-radius:30px; -moz-border-radius:30px; -webkit-border-radius:30px; border:2px solid #fff; color:#fff; margin-right: 17px;   }
footer .right-links ul li:nth-child(1) span:before { content:"\f041"; }
footer .right-links ul li:nth-child(2) span:before { content:"\f095";  }
footer .right-links ul li:nth-child(3) span:before { content:"\f0e0";  padding: 8px 16px 13px 8px; width: 12px; height:14px;       }
footer .right-links ul li a:hover span{ font-size:18px; }  
footer .right-links ul li:nth-child(2) a, footer .right-links ul li:nth-child(3) a { position: relative; top: 6px; }
footer .right-links ul li a{ color:#fff; font-size:13px; line-height: 1.38;  }
footer .copywrite-text{  color:#b4b4b4; padding:13px 0px; background:#7f7f7f; }
footer .copywrite-text p { font-size:11px; }
footer .l-nav{ float:left; width:54%; margin-right:10px;}
footer .r-nav{ float:left; width:42%; margin-right:10px;}
/* -------------------------------------------- *
 * Column Layouts
 */

#wrapper:after {
  content: '';
  display: table;
  clear: both;
}
.main-content{ margin-top:27px; }
.col-left,
.col-right,
.col-main {
  padding: 0 10px;
}

.col-left {
  float: left;
  width: 25%; 
}
.catalog-product-view  .col-left{ padding-left:0; }
.col-left img {
  max-width: 100%;
}
.col-main {
  float: right;
  width: 70%;
}
.col-right img {
  max-width: 100%;
}
.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */
  }

  