@font-face {
	font-family: 'nexa_boldregular';
	src: url("https://www.merchlin.com/wp-content/themes/merchlin/styles/fonts/nexa_bold-webfont.eot");
	src: url("https://www.merchlin.com/wp-content/themes/merchlin/styles/fonts/nexa_bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/nexa_bold-webfont.woff") format("woff"), url("fonts/nexa_bold-webfont.ttf") format("truetype"), url("fonts/nexa_bold-webfont.svg#nexa_boldregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'nexa_lightregular';
	src: url("https://www.merchlin.com/wp-content/themes/merchlin/styles/fonts/nexa_light-webfont.eot");
	src: url("https://www.merchlin.com/wp-content/themes/merchlin/styles/fonts/nexa_light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/nexa_light-webfont.woff") format("woff"), url("fonts/nexa_light-webfont.ttf") format("truetype"), url("fonts/nexa_light-webfont.svg#nexa_lightregular") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* ==========================================================================
   WooSlider overrides
   ========================================================================== */
.wrapper .wooslider {
	background: transparent;
	border: none;
	border-radius: none;
	box-shadow: none;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/*======================================================================
    Global Style
========================================================================*/
.sprite {
	background: url('../images/utilities-s98c13d9cc2.png');
}
.fb-icon {
	width: 158px;
	height: 122px;
	background-position: 0 -82px;
}
.twitter-icon {
	width: 13px;
	height: 23px;
	background-position: 0 -360px;
}
/*=== GENERAL LAYOUT ===*/
body {
	font-family: "Open Sans", sans-serif;
	color: #747474;
	line-height: 20px;
}
a, a > * {
	text-decoration: none;
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
a:visited, a:link {
	color: #d22030;
}
a:hover {
	color: #0059d3;
}
a:active {
	color: #ff7800;
}
.button {
	background: #57585a;
	border-radius: 3px;
	color: #fff !important;
	text-decoration: none;
	padding: 5px 10px;
}
.button:hover {
	text-decoration: none;
}
.button a {
	color: #fff !important;
}
.button.red {
	background: #d22030;
}
p {
	line-height: 170%;
}
.entry-content a {
	color: #D22030;
	text-decoration: underline;
}
.entry-content a:hover {
	color: #A50002;
	text-decoration: underline;
}
.entry-content ul {
	margin: 10px 0px 10px 15px!important;
}
.entry-content ul li {
	list-style: none;
	background: url("https://www.merchlin.com/wp-content/themes/merchlin/images/bullet.png") no-repeat left;
	padding: 8px 0px 8px 15px!important;
}
.entry-content ul li a:link, a:visited, a:active {
	color: #747474 !important;
	text-decoration: underline
	}
.entry-content ul li a:hover {
	text-decoration: underline
	}	
.entry-content ol {
	margin: 10px 0px 10px 15px!important;
}
.entry-content ol li {
	padding: 8px 0px 8px 0px!important;
	color: #d22030;
}
/*======================================================================
    HEADER
========================================================================*/
.branding {
	padding: 24px 0 24px;
	background: #fff;
	width: 100%;
}
.branding.sticky {
	padding: 15px 0 20px;
	position: fixed;
	box-shadow: 0px 6px 5px -2px rgba(50, 50, 50, 0.27);
	-webkit-box-shadow: 0px 6px 5px -2px rgba(50, 50, 50, 0.27);
	-moz-box-shadow: 0px 6px 5px -2px rgba(50, 50, 50, 0.27);
	-ms-box-shadow: 0px 6px 5px -2px rgba(50, 50, 50, 0.27);
	-o-box-shadow: 0px 6px 5px -2px rgba(50, 50, 50, 0.27);
	top: 0;
	z-index: 1000;
}
.site-logo {
	float: left;
	margin: 0;
}
#site-navigation {
	float: right;
	padding: 0;
	margin-top: 30px
}
#site-navigation ul {
	padding-left: 0;
}
#site-navigation ul > li {
	display: inline-block;
	font-size: 13px;
	margin: 0 10px;
	position: relative;
}
#site-navigation ul > li.button a {
	padding: 5px 15px;
	color: #ffffff !important;
}
#site-navigation ul > li a {
	color: #797979;
}
#site-navigation ul > li:last-child {
	margin-right: 0;
}
#site-navigation ul > li.current-menu-item > a {
	color: #d22030;
	font-weight: normal;
}
#site-navigation ul > li:hover > a {
	color: #d22030;
	text-decoration: none;
}
#site-navigation ul > li:hover > ul {
	opacity: 1;
}
#site-navigation ul > li > ul {
	display: none;
	background: #f3f3f3;
	border-radius: 10px;
	position: absolute;
	padding: 7px 15px;
	margin: 0;
	margin-left: -87px;
	top: 35px;
	left: 50%;
	width: 240px;
	z-index: 99999;
	border: 1px solid #dbdbdb;
	box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.26);
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.26);
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
	transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}
#site-navigation ul > li > ul:before {
	position: absolute;
	display: block;
	content: '';
	background: url('../images/utilities-s98c13d9cc2.png');
	width: 30px;
	height: 21px;
	background-position: 0 -400px;
	top: -21px;
	left: 0;
	right: 0;
	margin: auto;
}
#site-navigation ul > li > ul li {
	list-style: none;
	border-bottom: 1px solid #c1c1c1;
	display: block;
}
#site-navigation ul > li > ul li:last-child {
	border-bottom: none;
}
#site-navigation ul > li > ul li:hover a {
	text-decoration: none;
}
#site-navigation ul > li > ul li a {
	color: #57585a;
	font-size: 13px;
	padding: 8px 0;
	display: block;
}
.mobile-menu {
	display: none;
	float: right;
	padding: 0;
	border-radius: 5px;
	font-weight: 700;
	font-size: 20px;
	margin-top: 25px;
	margin-right: 0;
	cursor: pointer;
}
.mobile-menu .fa-lg {
	padding: 10px;
}
.navbar-toggle {
	cursor: pointer;
}
.navbar-toggle .icon-bar {
	background: #cf1523;
	width: 51px;
	height: 8.5px;
}
.off-canvas-open #off-canvas {
	display: block;
	right: 0;
}
#off-canvas {
	background: #f1f1f1;
	display: block;
	opacity: 0;
	right: -260px;
	-webkit-box-shadow: -5px 0px 5px 0px rgba(50, 50, 50, 0.28);
	-moz-box-shadow: -5px 0px 5px 0px rgba(50, 50, 50, 0.28);
	box-shadow: -5px 0px 5px 0px rgba(50, 50, 50, 0.28);
	padding: 17px 0;
}
#off-canvas ul#menu-mobile-navigation {
	padding-left: 0;
}
#off-canvas ul#menu-mobile-navigation li:hover a {
	text-decoration: none;
}
#off-canvas ul#menu-mobile-navigation > li {
	position: relative;
	list-style: none;
	border-bottom: 1px solid #e0e0e0;
	font-size: 18px;
}
#off-canvas ul#menu-mobile-navigation > li:first-child {
	border-top: 1px solid #e0e0e0;
}
#off-canvas ul#menu-mobile-navigation > li:last-child {
	border-bottom: none;
}
#off-canvas ul#menu-mobile-navigation > li > a {
	color: #484848;
	padding: 10px 0;
	display: block;
	padding: 15px 10px;
}
#off-canvas ul#menu-mobile-navigation > li .sub-menu {
	display: none;
	padding-left: 0;
	list-style: none;
}
#off-canvas ul#menu-mobile-navigation > li .sub-menu li {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
#off-canvas ul#menu-mobile-navigation > li .sub-menu li:before {
	content: '';
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
}
#off-canvas ul#menu-mobile-navigation > li .sub-menu li a {
	display: block;
	color: #cf1523;
	font-size: 15px;
	font-weight: 500;
	padding: 15px 0;
	border-top: 1px solid #cccccc;
}
#off-canvas ul#menu-mobile-navigation > li.active {
	background: #fff;
	border: none;
}
#off-canvas .navbar-toggle {
	float: none;
	display: inline-block;
	margin-left: 15px;
}
.sub-menu-btn {
	display: none;
	border: none;
	background: none;
	height: 55px;
	width: 35px;
	position: absolute;
	right: 5px;
	top: 1px;
	margin: auto;
}
.sub-menu-btn i {
	color: #636363;
	font-size: 24px;
}
.sub-menu-btn .fa-plus-i {
	display: inline-block;
}
.sub-menu-btn .fa-minus-i {
	display: none;
}
.sub-menu-btn.open .fa-plus-i {
	display: none;
}
.sub-menu-btn.open .fa-minus-i {
	display: inline-block;
}
.fa-plus-i:before {
	content: '';
	background: url('../images/utilities-s98c13d9cc2.png');
	width: 15px;
	height: 15px;
	background-position: 0 -444px;
	display: block;
}
.fa-minus-i:before {
	content: '';
	background: url('../images/utilities-s98c13d9cc2.png');
	width: 15px;
	height: 15px;
	background-position: 0 -476px;
	display: block;
}
.page-title {
	background: url("../images/page-title-bg.jpg") center center;
	background-size: cover;
	-webkit-box-shadow: inset 0px 6px 5px -3px rgba(50, 50, 50, 0.27);
	-moz-box-shadow: inset 0px 6px 5px -3px rgba(50, 50, 50, 0.27);
	box-shadow: inset 0px 6px 5px -3px rgba(50, 50, 50, 0.27);
}
.page-title .post-title {
	color: #fff;
	font-size: 30px;
	margin: 0;
	padding: 34px 0;
}
/*======================================================================
    Default Page Template
========================================================================*/
.wrapper {
	max-width: 940px;
	width: 100%;
	margin: auto;
}
#contents {
	margin: 3.5% auto 13% auto;
}
#banner {
	background: url("../images/banner-bg.jpg");
	background-position: center center;
	background-size: cover;
	height: 290px;
	-webkit-box-shadow: inset 0px 6px 5px -3px rgba(50, 50, 50, 0.27);
	-moz-box-shadow: inset 0px 6px 5px -3px rgba(50, 50, 50, 0.27);
	box-shadow: inset 0px 6px 5px -3px rgba(50, 50, 50, 0.27);
}
#banner .banner-text {
	font-family: "nexa_boldregular";
	font-size: 3.5em;
	text-transform: lowercase;
	color: #fff;
	line-height: 92%;
	padding: 8px 0 0 0;/*816.59574%*/
}
#banner .banner-text span {
	display: block;
	font-family: "nexa_lightregular";
	padding-left: 20.21277%;
}
.home #contents {
	margin: 0 auto;
	padding: 0;
}
.home h2 {
	font-size: 2.30769em;
	color: #484848;
	margin-top: 0;
}
.home h3 {
	font-size: 1.07692em;
	color: #d22030;
	font-weight: 700;
	margin-top: 16px;
	margin-bottom: 4px;
}
.home #contents {
	max-width: 100% !important;
}
.welcome-section {
	padding: 40px 0 40px;
}
.welcome-section .left-content {
	float: left;
	width: 65.95745%;
}
.welcome-section .right-content {
	float: right;
	width: 31.91489%;
}
.welcome-section .distributor {
	background: #f1f1f1;
	padding: 22px 19px;
	margin: 0 0 20px;
}
.welcome-section .distributor h3 {
	font-size: 1.84615em;
	font-weight: 500;
	padding-bottom: 13px;
	border-bottom: 1px solid #c1c1c1;
	margin-top: 0;
	margin-bottom: 14px;
}
.welcome-section .distributor p {
	color: #57585a;
	line-height: 155%;
	margin-bottom: 18px;
}
.what-we-do {
	background: #f1f1f1;
	padding: 40px 0 40px;
}
.how-we-work {
	background: url("../images/how-we-do-bg.jpg") no-repeat #d01f2f center center;
	background-size: cover;
	background-attachment: fixed;
	padding: 40px 0 40px;
	color: #fff;
}
.how-we-work h2 {
	color: #fff;
}
.how-we-work h3 {
	color: #fff;
}
.why-choose {
	background: url("../images/why-choose.jpg");
	background-attachment: fixed;
	color: #fff;
	padding: 40px 0 128px;
}
.why-choose h2 {
	color: #fff;
}
.why-choose h3 {
	color: #fff;
}
.col-three {
	float: left;
	width: 33.33333333%;
	padding-left: 10px;
	padding-right: 10px;
}
.col-four {
	float: left;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
}
.primary {
	float: left;
	width: 65.95745%;
}
.primary .woo-sc-hr,  .primary .woo-sc-divider {
	border-top: 1px solid #ccc;
}
.sidebar {
	float: right;
	width: 31.91489%;
	margin-right: -8px;
}
.sidebar .widget {
	background: #f1f1f1;
	padding: 19px;
}
.sidebar .widget h3 {
	color: #d22030;
	font-size: 24px;
	font-weight: 500;
	padding-bottom: 17px;
	border-bottom: 1px solid #c1c1c1;
	margin-top: 0;
	text-transform: none;
	margin-bottom: 10px;
}
.sidebar .widget p {
	color: #57585a;
	margin-bottom: 11px;
}
.logos {
	padding-left: 0;
}
.logos li {
	list-style: none!important;
	display: inline-block!important;
	margin-right: 55px;
	background: none !important
}
.logos li:last-child {
	margin-right: 0;
}
.entry-content .logos {
	padding-left: 0;
}
.entry-content .logos li {
	list-style: none!important;
	display: inline-block!important;
	margin-right: 55px;
}
.entry-content .logos li:last-child {
	margin-right: 0!important;
}
.nav-tabs > li > a {
	font-size: 16px;
	color: #d22030;
	border-radius: 0;
}
.nav-tabs > li.active > a {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
	font-weight: 700;
	color: #57585a;
}
.nav-tabs > li.active > a:hover {
	background: #f1f1f1;
	border: 1px solid #f1f1f1;
}
.nav-tabs > li > a:hover {
	border: 1px solid #f1f1f1;
	background-color: #f1f1f1;
}
.tab-content h3 {
	margin-top: 0;
}
.tab-content h1 {
	font-size: 26px;
	color: #57585a;
}
.tab-content h2 {
	font-size: 22px;
	color: #666666;
}
.tab-content h3 {
	font-size: 13px;
	font-weight: 700;
}
.tab-content h4 {
	font-size: 14px;
	font-weight: 700;
}
.tab-content h5 {
	font-size: 12px;
}
.tab-content h6 {
	font-size: 14px;
}
.tab-content > .active {
	background: #FFF;
	border: 1px solid #F1F1F1;
	padding: 28px!important;
	margin: 0px!important;
}
.col-two {
	width: 50%;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
.submit-btn {
	position: relative;
	display: inline-block;
	float: right;
}
.submit-btn .ajax-loader {
	position: absolute;
	right: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.wpcf7-submit {
	background: #d22030;
	color: #fff;
	font-size: 1.38462em;
	height: auto !important;
	padding: 6px 47px !important;
}
.wpcf7 textarea {
	height: 138px;
}
.nav-tabs {
	border-bottom: none;
	margin: 25px 0px 0px 0px!important;
}
.tab-content {
	padding-left: 0;
}
.tab-pane:after {
	content: '';
	display: block;
	clear: both;
}
.tabdrop .dropdown-toggle {
	color: #d22030 !important;
	margin-right: 0 !important;
}
.full-width {
	position: relative;
}
.full-width .button {
	position: absolute;
	right: 0;
	top: 6px;
	z-index: 999;
}
.pdf_button {
	background: url("../images/pdf-icon.png") no-repeat;
	background-position: left center;
	color: #d22030 !important;
	text-decoration: underline;
	padding: 5px 30px;
}
.request-btn {
    background: none repeat scroll 0 0 #57585a;
    border-radius: 3px;
    color: #fff !important;
    padding: 5px 10px;
    text-decoration: none;
}
/*======================================================================
    Single Post Template
========================================================================*/
/*======================================================================
    Search Result Page Template
========================================================================*/
/*======================================================================
    404 Page Template
========================================================================*/
/*======================================================================
    Footer
========================================================================*/
#subhead {
	background: #2b2b2b;
	color: #c2c2c2;
}
#subhead .site-logo {
	float: left;
}
#subhead .wrapper {
	padding: 37px 15px 36px;
}
#subhead .copyright {
	float: right;
	font-size: 12px;
	margin: 18px 0;
	word-spacing: 2px;
}
#subhead .copyright a {
	color: #c2c2c2;
	display: inline-block;
}
#subhead .copyright a:hover {
	color: #c2c2c2;
}
.lt-ie9 .logos img {
	max-width: none !important;
}
/*======================================================================
    Wordpress Base Styles
========================================================================*/
/**
 * Base styles
 * -----------------------------------------------------------------------------
 */
.featured-image img, .post-thumbnail img {
	width: 160px;
	float: left;
	margin: 0 10px 10px 0
	}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
.article-box {
	padding: 0px 0 15px 0;
	border-bottom: dashed 1px #dadada
	}
.article-box .readmore a {
	background: none repeat scroll 0 0 #da1a32;
    color: #ffffff !important;
    padding: 5px 10px;
    text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float: right
	}
.post-meta {
	color: #bfbfbf
	}
.article-box .readmore a:hover {
	background: none repeat scroll 0 0 #ba192d;
	}
.article-box a:link, .article-box a:visited, .article-box a:active  {
	color: #747474
	}
.article-box a:hover {
	color: #da1a32 !important;
	text-decoration: none
	}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
:focus {
	/* remember to define focus styles! */
	outline: 0;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	color: #222;
	font-family: sans-serif;
}
body {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

::-moz-selection {
 background: #333;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}
/**
 * Embedded content
 * -----------------------------------------------------------------------------
 */
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
/*=== Figures ===*/
figure {
	margin: 0;
}
/**
 * Chrome Frame Styles
 * -----------------------------------------------------------------------------
 */
.chromeframe {
	margin: 0.2em 0;
	padding: 0.2em 0;
	background: #ccc;
	color: black;
}
/*======================================================================
    Typography Styles
========================================================================*/
/*======================================================================
    Wordpress Base Styles
========================================================================*/
/**
 * Base styles
 * -----------------------------------------------------------------------------
 */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio, canvas, video {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
audio:not([controls]) {
	display: none;
}
[hidden] {
	display: none;
}
:focus {
	/* remember to define focus styles! */
	outline: 0;
}
html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	color: #222;
	font-family: sans-serif;
}
body {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

::-moz-selection {
 background: #333;
 color: #fff;
 text-shadow: none;
}
::selection {
	background: #333;
	color: #fff;
	text-shadow: none;
}
/**
 * Embedded content
 * -----------------------------------------------------------------------------
 */
img {
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
	overflow: hidden;
}
/*=== Figures ===*/
figure {
	margin: 0;
}
/**
 * Chrome Frame Styles
 * -----------------------------------------------------------------------------
 */
.chromeframe {
	margin: 0.2em 0;
	padding: 0.2em 0;
	background: #ccc;
	color: black;
}
/*======================================================================
    Wordpress Comments Styles
========================================================================*/
/**
 * Contents Styles
 * -----------------------------------------------------------------------------
 */
#contents {
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}
#contents .entry .entry-content h1 {
	font-size: 26px;
	color: #D22030;
}
#contents .entry .entry-content h2 {
	font-size: 22px;
	color: #666666!important;
}
#contents .entry .entry-content h3 {
	font-size: 16px;
	font-weight: 700;
	color: #D22030!important;
}
#contents .entry .entry-content h4 {
	font-size: 14px;
	font-weight: 700;
	color: #D22030!important;
	margin: 20px 0px 5px 0px!important;
}
#contents .entry .entry-content h5 {
	font-size: 12px;
	color: #D22030;
}
#contents .entry .entry-content h6 {
	font-size: 14px;
}
#contents .entry .entry-content h1,  #contents .entry .entry-content h2,  #contents .entry .entry-content h3,  #contents .entry .entry-content h4,  #contents .entry .entry-content h5,  #contents .entry .entry-content h6 {
	margin: 10px 0;
	font-family: "Open Sans", sans-serif;
	line-height: 150%;
}
#contents ul {
	margin: 15px 0;
}
#contents ul li {
	line-height: 20px;
	padding: 5px 0;
}
#contents .entry table {
 // border-bottom: 1px solid #ddd;
	margin: 0 0 1.625em;
	width: 100%;
}
#contents .entry table th {
	padding: 15px;
	color: #666;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
#contents .entry table td {
	padding: 15px;
 /*border-top: 1px solid #ddd;
 	padding: 6px 10px 6px 0;*/
}
#contents .entry table ul {
	margin: 0px!important;
	padding: 0px!important;
}
#contents .entry table ul li {
	background: url("https://www.merchlin.com/wp-content/themes/merchlin/images/bullet.png") no-repeat scroll left 13px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 10px 0px;
}
.header-widget {
	float: right;
	width: 600px;
	text-align: right;
	font-size: 13px;
	color: #797979;
	display: block;
	font-weight: normal;
}
.header-widget .location-title {
	padding: 0;
	margin: 0;
	font-size: 13px;
	color: #797979;
	display: inline;
	font-weight: normal
	}
.header-widget .location-title .textwidget {
	background:url(../images/locationIcn.png) left 3px no-repeat;
	padding: 0 0 0 15px;
	display: inline;
	}	
.header-widget .contact-detail {
	padding: 0;
	margin: 0 0 0 25px;
	font-size: 14px;
	color: #d22030;
	display: inline;
	font-weight: bold
	}
/*.header-widget .contact-detail .textwidget {
	background:url(../images/contactIcn.png) left 6px no-repeat;
	padding: 0 0 0 15px;
	display: inline;
	font-size: 15px;	
	}	*/	
.header-widget .contact-detail .textwidget a {
	padding: 0;
	margin: 0;
	color: #d22030 !important;
	display: inline;
	font-weight: bold;
	text-decoration: none
	}
.header-widget li {
	list-style: none
	}	
.header-widget .widget {
	list-style: none;
	margin: 0;
	display: inline
	}	
/*======================================================================
    Wordpress Form Styles
========================================================================*/
/**
 * Form Styles
 * -----------------------------------------------------------------------------
 */
form {
	margin: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
label {
	cursor: pointer;
}
legend {
	padding: 0;
	border: 0;
	white-space: normal;
 *margin-left: -7px;
}
button, input, select, textarea {
	margin: 0;
	vertical-align: baseline;
	font-size: 100%;
 *vertical-align: middle;
}
button, input {
	line-height: normal;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
 *overflow: visible;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
 *width: 13px;
 *height: 13px;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
 padding: 0;
 border: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}
 input:invalid, textarea:invalid {
 background-color: #f0dddd;
}
/*======================================================================
    Wordpress Gallery Styles
========================================================================*/
/**
 * Wordpress Images/Gallery Styles
 * -----------------------------------------------------------------------------
 */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	display: block;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
img.alignnone, img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 1.5em;
}
.wp-caption {
	margin-bottom: 1.5em;
	padding: 8px;
	max-width: 96%;
	background: #efefef;
}
.wp-caption img {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}
.wp-caption-text {
	position: relative;
	margin-bottom: 0.6em;
	padding: 10px 5px 5px;
	color: #7a7a7a;
	text-align: center;
	font-style: italic;
	font-size: 13px;
	font-family: Georgia, serif;
}
img[class*="wp-image-"] {
	padding: 5px;
	border: 0px solid #ddd;
	background: none;
}
/* Responsive images */
#contents img, .comment-content img, .widget img {
	max-width: 100%;
/* Fluid images for posts, comments, and widgets */ }
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
	height: auto;
/* Make sure images with WordPress-added height and width attributes are scaled correctly */ }
/* Make sure videos and embeds fit their containers */
embed, iframe, object, video {
	max-width: 100%;
}
/**
 * Wordpress Gallery Styles
 * -----------------------------------------------------------------------------
 */
.gallery {
	margin: auto;
}
.gallery dl {
	margin: 0;
}
.gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
	margin: 0;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.gallery-item img {
	border: 2px solid #cfcfcf;
	max-width: 100%;
}
.gallery-item .gallery-caption {
	margin-left: 0;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
	margin: 0 5px;
}
.gallery-columns-2 .gallery-item {
	width: 48%;
	margin: 0 5px;
}
.gallery-columns-3 .gallery-item {
	width: 30%;
	margin: 0 10px;
}
.gallery-columns-3 .gallery-item img {
	width: 100%;
}
.gallery-columns-4 .gallery-item {
	width: 22%;
	margin: 0 9px;
}
.gallery-columns-5 .gallery-item {
	width: 17%;
	margin: 0 9px;
}
.gallery-columns-6 .gallery-item {
	width: 15%;
	margin: 0 5px;
}
.gallery-columns-7 .gallery-item {
	width: 12%;
	margin: 0 7px;
}
.gallery-columns-8 .gallery-item {
	width: 10%;
	margin: 0 8px;
}
.gallery-columns-9 .gallery-item {
	width: 9%;
	margin: 0 6px;
}
.gallery-columns-10 .gallery-item {
	width: 8%;
	margin: 0 5px;
}
/*======================================================================
    Wordpress Helper Styles
========================================================================*/
/**
 * Helper Classes
 * -----------------------------------------------------------------------------
 */
.ir {
	border: 0;
	background-color: transparent;
	color: transparent;
	text-shadow: none;
	font: 0/0 a;
}
.hidden {
	display: none !important;
	visibility: hidden;
}
.visuallyhidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	margin: -1px;
	padding: 0;
	width: 1px;
	height: 1px;
	border: 0;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	position: static;
	overflow: visible;
	clip: auto;
	margin: 0;
	width: auto;
	height: auto;
}
.invisible {
	visibility: hidden;
}
.group:before, .group:after {
	display: table;
	content: "";
}
.group:after {
	clear: both;
}
.group {
 *zoom: 1;
}
.clearfix {
	height: 0px !important;
	overflow: hidden;
	clear: both;
}
/*======================================================================
    Wordpress Table Styles
========================================================================*/
/**
 * Table Styles
 * -----------------------------------------------------------------------------
 */
table, th, td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-spacing: 0;
	margin-bottom: 24px;
	width: 100%;
	padding: 10px;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
th {
	font-weight: bold;
}
td {
}
/*======================================================================
    Wordpress Typography Styles
========================================================================*/
/**
 * Links Styles
 * -----------------------------------------------------------------------------
 */
a {
	color: #00e;
}
a:visited {
	color: #551a8b;
}
a:hover {
	color: #06e;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
/**
 * Typography Styles
 * -----------------------------------------------------------------------------
 */
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	margin: 2em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 2px solid #ccc;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-weight: bold;
	font-style: italic;
}
pre, code, kbd, samp {
	font-size: 1em;
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
small {
	font-size: 85%;
}
sub, sup {
	position: relative;
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/*======================================================================
    Wordpress Widgets Styles
========================================================================*/
/**
 * Wordpress Default Widget
 * -----------------------------------------------------------------------------
 */
.widget {
	margin: 0 0 30px 0;
}
.widget h3 {
	margin: 20px 0;
	padding: 0;
	text-transform: uppercase;
}
.widget p {
	margin-bottom: 15px;
}
.widget ul {
	clear: both;
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: disc;
}
.widget ul li a {
	padding: 0 0 0 5px;
	line-height: 22px;
	text-decoration: none;
	word-break: break-all;
}
.widget ul li a:hover {
	text-decoration: underline;
}
.widget ul li ul {
	padding: 0 0 0 15px;
	border-top: none;
}
.at4-follow-inner {
	display: none !important
	}
/**
 * Calenday Styles Widget
 * -----------------------------------------------------------------------------
 */
#wp-calendar {
	width: 100%;
	margin-bottom: 15px;
	clear: both;
	padding: 0;
}
#wp-calendar caption {
	padding: 0 0 10px;
}
#wp-calendar th,  #wp-calendar td {
	text-align: center;
	background: rgba(0, 0, 0, 0.05);
	padding: 5px;
}
#wp-calendar td {
	background: transparent;
}
#wp-calendar a {
	color: #000;
	font-weight: bold;
}
/*======================================================================
    Slides Custom Style
========================================================================*/
.slide-content p {
	line-height: 130%;
	}
.thumbnail {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    line-height: normal;
    margin-bottom: 0;
    padding: 0;
    transition: all 0.2s ease-in-out 0s;
}	
/*======================================================================
    Print Styles
========================================================================*/
/*=== Print Styles ===*/
@media print {
* {
	background: transparent !important;
	box-shadow: none !important;
	color: black !important;
	text-shadow: none !important;
	-ms-filter: none !important;
	filter: none !important;
}
/* Black prints faster: h5bp.com/s */
a,  a:visited {
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}
/* Don't show links for images, or javascript/internal links */
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
/* h5bp.com/t */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
@page {
	margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}


/*======================================================================
    Media Queries
========================================================================*/
/*=== Media Queries ===*/
/* TABLE LANDSCAPE */
@media only screen and (max-width: 960px) {
.wrapper {
	padding-left: 15px;
	padding-right: 15px;
}
}

@media only screen and (max-width: 900px) {
#banner {
	height: auto !important;
}
#banner .banner-text {
	padding: 0;
	text-align: center;
}
#banner .banner-text span {
	padding: 0;
}
}

@media only screen and (max-width: 840px) {
.full-width .button {
	position: relative;
}
}

/* TABLE POSTRAIT */
@media only screen and (max-width: 767px) {
.primary,  .sidebar,  .col-three,  .col-four {
	float: none;
	width: 100%;
}
.col-three,  .col-four {
	margin-bottom: 10px;
}
.welcome-section,  .what-we-do,  .how-we-work,  .why-choose {
	padding: 15px 0;
}
.welcome-section .right-content,  .welcome-section .left-content {
	float: none;
	width: 100%;
}
}

@media only screen and (min-width: 731px) {
body {
	width: 100% !important;
	position: relative !important;
	right: 0 !important;
}
#off-canvas {
	display: none !important;
}

}

@media only screen and (max-width: 730px) {
#subhead .site-logo img {
	width: 100px;
}
.mobile-menu {
	display: block;
}
#site-navigation {
	display: none;
}
.sub-menu-btn {
	display: block;
}
.branding {
	padding: 15px 0 0px;
}
#banner .banner-text {
	font-size: 36px;
}
.header-widget {
	display: none
	}
}

@media only screen and (max-width: 600px) {
.col-two {
	float: none;
	width: 100%;
	margin-bottom: 15px;
}
.submit-btn {
	position: relative;
	display: inline-block;
	float: none;
	width: 100%;
}
.logos {
	text-align: center;
}
.logos li {
	margin-right: 0;
}
#banner .banner-text {
	font-size: 36px;
}
.header-widget {
	display: none
	}
.branding {
	padding: 15px 0 0;
	}	
}

@media only screen and (max-width: 580px) {
#subhead {
	text-align: center;
}
#subhead .site-logo,  #subhead .copyright {
	float: none;
	margin: 15px auto;
}
#banner .banner-text {
	font-size: 28px;
}
.header-widget {
	display: none
	}	
}

@media only screen and (max-width: 545px) {
#banner .banner-text {
	padding-left: 0;
	font-size: 5.07692em;
}
#banner .banner-text span {
	padding-left: 0;
}
.header-widget {
	display: none
	}
#banner .banner-text {
	font-size: 28px;
}	
}

@media only screen and (max-width: 400px) {
.mobile-menu {
	margin-top: 20px;
}
.navbar-toggle .icon-bar {
	background: #cf1523;
	width: 42px;
	height: 6px;
}
#banner .banner-text {
	font-size: 23px;
}
.header-widget {
	display: none
	}
.branding {
	padding: 15px 0 0;
	}
.site-logo img {
	width: 130px;
}		
}
