/******************************************************************
Theme Name: Comvision Theme
Theme URI: http://www.excitemedia.com.au
Description: Custom Wordpress theme created by ExciteMedia
Author: ExciteMedia
Author URI: http://www.excitemedia.com.au
Version: 1.0.2
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support

License: ExciteMedia
License URI: http://www.excitemedia.com.au
******************************************************************/

/*********************
GENERAL STYLES
*********************/
/* Font Faces - BEGIN */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Lato:400,700);
/* Font Faces - END */

html {
	font-size: 100% !important;
}
body{
	background: rgba(0, 0, 0, 0) url("library/images/bg-body.jpg") no-repeat fixed center top / cover;
}
body, p, td, ul, li {
	color: #333332;
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
	color: #949f2a;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	line-height: 1.2em;
	margin: 0 0 12px;
	padding: 0;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 2.625rem; /* 42px */
}
h2 {
	font-size: 1.875rem; /* 30px */
}
h3 {
	font-size: 1.5rem; /* 24px */
}
h4 {
	font-size: 1.25rem; /* 20px */
}
h5 {
	font-size: 1rem; /* 16px */
}
h6 {
	font-size: 0.875rem;  /* 14px */
}
a {
	color: #e32b29;
	outline: none;
	text-decoration: none;
}
a, a:before, a:after {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
a:hover {
	color: #f65957;
	text-decoration: underline;
}
a:link, a:visited:link {
	-webkit-tap-highlight-color: #e20a17;
}
img {
	border: 0;
	height: auto !important;
	max-width: 100%;
	width: auto\9;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}
img.cke_wordpress_more {
	height: 10px !important;
}
.img-zoom {
    width: 310px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
	
	filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: none;
}
.img-transition {
    -webkit-transform: scale(1.075); 
    -moz-transform: scale(1.075);
    -o-transform: scale(1.075);
    transform: scale(1.075);
	
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);  /* For Webkit browsers */
    filter: gray;  /* For IE 6 - 9 */
    -webkit-transition: all .6s ease;  /* Transition for Webkit browsers */
}
p {
	margin-bottom: 12px;
	margin-top: 12px;
	padding: 0;
}
table {
	margin: 20px 0;
}
hr {
	background-color: transparent;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: 1px solid #ccc;
	color: transparent;
	height: 1px;
	margin: 20px 0;
}
::-webkit-input-placeholder { opacity: 1; }
::-moz-placeholder { opacity: 1; } /* firefox 19+ */
:-ms-input-placeholder { opacity: 1; filter:alpha(opacity=100); } /* ie */
input:-moz-placeholder { opacity: 1; }
iframe {
	max-width: 100%;
}
.wrap {
	*zoom: 1;
}
.wrap:before,
.wrap:after,
.em-list-grid:before,
.em-list-grid:after {
	content: "";
	display: table;
	line-height: 0;
}
.wrap:after,
.em-list-grid:after {
	clear: both;
}
.em-list-grid {
	list-style: none;
	margin: 0;
	padding: 0;
}
.em-list-grid > li{
	float: left;
	position: relative;
}
.hidden {
	opacity: 0;
}
.visible {
	opacity: 1;
}

/*********************
LAYOUT STYLES
*********************/
.center {
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	background-color: #fff;
}
.main-header .center,
.mainbody .center,
.extra_content .center,
.main-footer .center,
.top-menu .center {
	padding: 50px 50px 40px;
}
body.sidebar .mainbody-inner {
    padding-right: 280px;
    position: relative;
}
.main-content {
    float: left;
    position: relative;
    width: 100%;
}
.main-sidebar {
    float: left;
	margin-top: 40px;
    margin-right: -100%;
    padding-left: 40px;
    width: 280px;
}
/***** Global layout *****/

/*** HEADER ***/
.main-header {
    height: auto;
    margin: 98px 0 0;
}
.main-header .center{
	background-color: #fff;
    padding-top: 33px;
	padding-bottom: 33px;
}
.logo {
    float: left;
    padding: 25px 40px 0 0;
    text-align: center;
}
.logo a,
.logo img {
    line-height: 0;
}
.logo img {
    vertical-align: top;
}
.header-right{
	float: right;	
	width: 340px;
}
.header-right > div{
	float: left;
}
.header-calls{
	font-size: 0.625rem; /* 10px */
	font-weight: 600;
	color: #000033;
	width: 100%;
	text-transform: uppercase;
	margin-bottom: 2px;
}
.header-calls span{
	padding-left: 20px;
	background: url(library/images/icons/phone.png) no-repeat left center;
}
.header-phone{
	font-size: 0.833rem; /* 13.33px */
	line-height: 1.8em;
	color: #818285;
	width: 59%;
	padding-right: 8.5%;
	font-weight: 600;
}
.header-phone span{
	float: right;
	font-weight: 700;
}
.header-button{
	width: 41%;
	padding-top: 4px;
	float: right !important;
}
.header-button a.em-button{
	background: url(library/images/icons/mail.png) no-repeat 14px center #e32b29;
	height: 40px;
    line-height: 40px;
    padding: 0 18px 0 45px;
	text-align: left;
	float: right;
	text-transform: uppercase;
}
.header-button a.em-button:hover{
	background-color: #CC3332;
}

.top-menu .center{
	background-color: #ddd;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.spl{
	position: absolute;
	right: 50px;
	top: 20px;
	color: #3c3d3e;
	font-family: 'Lato', sans-serif;
	font-size: 0.694rem;
}
/*** end of HEADER ***/

/*********************
ACCORDION
*********************/
.accordion {
	margin: 30px 0;
}
h3.accordion-title:before {
	content: "\002B";
	line-height: 1em;
	margin-top: -12px;
	position: absolute;
	right: 34px;
	top: 50%;
}
h3.accordion-title.open:before {
	content: "\2212";
}
h3.accordion-title {
	background: #6d6d70;
  color: #fff !important;
	cursor: pointer;
	font-size: 1.333333rem;
	font-weight: normal;
	margin: 0 0 4px;
	padding: 29px 60px 29px 28px;
	position: relative;
}
h3.accordion-title.open {
	background: #e32b29;
	color: #fff;
}
.accordion-content {
	background: #ddd;
	margin: -4px 0 23px;
	padding: 10px 25px;
}

/*** FOOTER ***/
.main-footer{
	margin-top: -1px;
}
.main-footer .center{
	background-color: #ddd;
	padding-top: 50px;
	padding-bottom: 40px;
}
.main-footer h3,
.main-footer li,
.main-footer p,
.main-footer a{
	color: #717275;
}
.footer-col-1 img{
	margin-top: 10px;
	margin-bottom: 7px;
}
.footer-col-1 img:first-child{
	margin-right: 3.5%;
}
.footer-col, .footer-col-2 div.widget {
	float: left;
    width: 57%;
}
.footer-col-2, .footer-col-2 div.copyright{
	float: right;
    width: 43%;
}
.footer-col-2 ul{
	list-style: none;
	padding:0;
	margin:0;
}
.footer-col-2 ul > li{
	float: left;
	font-size: 0.833rem;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 7px 0 7px 30px;
	letter-spacing: -0.031rem;
	font-weight: 600;
}
.footer-col-2 ul > li:first-child{background-image: url(library/images/icons/location.png);}
.footer-col-2 ul > li:first-child + li{background-image: url(library/images/icons/phone-2.png);}
.footer-col-2 ul > li:first-child + li + li{background-image: url(library/images/icons/fax.png);}
.footer-col-2 ul > li:last-child{background-image: url(library/images/icons/mail-2.png);}
.footer-col-2 div.widget{}
.footer-col-2 div.copyright img.logo-footer{
	display: block;
	margin-bottom: 14px;
}
.footer-col-2 div.copyright span{
	display: block;
}
.footer-col-2 div.copyright span > a{text-decoration: underline;}
.footer-col-2 div.copyright span > a:hover{text-decoration: none;}
.footer-col-2 div.copyright{
	margin-top: 50px;
    padding-left: 2.5%;
	font-size: 0.813rem;
	letter-spacing: -0.031rem;
	font-weight: 600;
}
/*** end of FOOTER ***/
/***** Global layout *****/

.inner-banner .center{
	background: url(library/images/banner-inner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding: 84px 50px;
}
.inner-banner h1 {
	margin: 51px 260px 0 30px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.banner-button {
    float: right;
    margin: 0 24px 0 0;
}
.banner-button a.em-button{
	text-transform: uppercase;
	font-size: 1.102rem;
	font-weight: 600;
	padding: 15px 25px 14px;
}

/*** HOMEPAGE ***/
body.home .mainbody {
    display: none;
}
.home-banner{
	overflow: hidden;
    position: relative;
}
.home-banner .center{
	padding: 0 !important;
}
.home-banner .hb-btn-1:hover{
	background-color: #f65957 !important;
}
.home-banner .hb-btn-2:hover{
	background-color: #fff !important;
}
/* Home Portals */
.home-portals .center{
	text-align: center;
}		
.home-portals ul li{
	padding-bottom: 35px;
	margin-right: 1.5625%;
	margin-bottom: 10px;
	text-align: left;
	width: 18.75%;
	overflow: hidden;
}
.home-portals ul li:last-child{
	margin-right: 0;
}
.home-portals ul li a{
	display: block;
	color: #fff;
}
.home-portals ul li:hover a{
	text-decoration: none;
}
.home-portals ul li span{
	background: url(library/images/icons/hp-arrow.png) no-repeat 93.5% center #e32b29;
	font-size: 12px;
	font-weight: 600;
	bottom: 0;
    left: 0;
    position: absolute;
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0 24px 0 14px;
}
.home-portals ul li:hover span{
	background-color: #f65957;
}

/* CTA (Call To Action)*/
.cta-bottom .center{
    background-color: #e32b29;
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 72px 0 68px;
    text-align: center;
    background-size: cover;
}
.cta-bottom ul{
	padding: 0;
	list-style: none;
	margin: 0;
}
.cta-bottom ul > li:first-child{
	font-size: 1.25rem;
	font-weight: 600;
	background-color: #fff;
	padding: 0 25px;
	line-height: 47px;
	margin-right: 12px;
}
.cta-bottom ul > li{
	display: inline-block;
	vertical-align: top;
	background-color: #fff;
}
.cta-bottom ul > li a.btn-arrow{
	background-image: url(library/images/icons/btn-arrow.png);
	background-repeat: no-repeat;
    background-position: 91% center;
	font-size: 1.111rem;
	font-weight: 600;
	padding: 14px 50px 14px 20px;
}
/*** end of HOMEPAGE ***/

/*** INNERPAGE ***/
.main-content{min-height: 300px;}
#content h2,
#content h3{
	color: #e32b29;
	margin: 0 0 24px;
}
#content p{
	margin: 0 0 24px;
}

/* Latest News */
.widget-latest-news{padding: 24px 0 10px;}
.widget-latest-news h4{
	font-size: 0.902rem;
	color: #3a3a3a;
}
.widget-latest-news ul li:first-child{
	border-top: 0;
	padding-top: 0;
}
.widget-latest-news ul li{
	border-top: 1px solid #ddd;
	padding-bottom: 17px;
    padding-top: 14px;
}
.widget-latest-news ul li a{
	color: #3a3a3a;
	font-weight: 600;
	display: block;
}

/*Bottom Bar*/
.bottom-bar{}
.bottom-bar ul,
.widget-latest-news ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.bottom-bar ul li{}
.sidebar .bottom-bar ul li a{
	background: url(library/images/icons/mail-3.png) no-repeat 27px center #e32b29;
	display: block;
	padding: 30px 30px 30px 94px;
	color:#fff;
	font-size: 1.425rem;
	font-weight: 600;
	line-height: 1.2em;
	text-decoration: none;
	text-align: left;
}

.full .bottom-bar ul li a{
	background: url(library/images/icons/mail-3.png) no-repeat 13% center #e32b29;
	display: block;
	padding: 30px 30px 30px 25%;
	color:#fff;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.2em;
	text-decoration: none;
	text-align: left;
}
/*** end of INNERPAGE ***/


/*********************
SIDEBAR
*********************/
.main-sidebar ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.main-sidebar ul.menu > li {
	margin-bottom: 13px;
}
.main-sidebar ul.menu > li > a {
	background: #ddd;
	color: #717275;
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.006em;
	padding: 22px 15px 21px 20px;
	position: relative;
	text-decoration: none;
}
.main-sidebar ul.menu > li.current-menu-item > a, .main-sidebar ul.menu > li > a:hover {
	background: #e32b29;
	color: #fff;
}
.main-sidebar .widget_textblockswidget {
	margin-top: 30px;
}
.main-sidebar ol {
	padding-left: 15px;
}

/*********************
IMAGE SCROLLER
*********************/
.em-image-scroller .mTS_horizontal ul.mTSContainer > li {
	margin-left: 18px;
}
.em-image-scroller .mTS_horizontal ul.mTSContainer > li:first-child {
	margin-left: 0;
}

/*********************
WP-TILES
*********************/
div.tb-close-icon:before {
	line-height: 18px;
}
div.tb-close-icon {
	height: 18px;
	line-height: 18px;
	width: 18px;
}
div#TB_caption {
	height: auto;
	padding-left: 15px;
}

/*********************
WOOCOMMERCE
*********************/
.em-shopping-cart-wdg.hidden {
	display: none;
}
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
	background: #fff;
	margin: 0 auto 30px !important;
	max-width: 1060px;
}

/* Category Listing Page */
.woocommerce ul.products li.product {
	*zoom: 1;
}
.woocommerce ul.products li.product:before,
.woocommerce ul.products li.product:after {
	content: "";
	display: table;
	line-height: 0;
}
.woocommerce ul.products li.product:after {
	clear: both;
}
.woocommerce ul.products li.product {
	border-top: 1px solid #c4c9d0;
	float: none;
	margin: 56px 0 0;
	padding: 51px 0 0;
	width: auto;
}
.woocommerce ul.products li.product:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.woocommerce ul.products li.product > a:before {
	background: rgba(179,35,23,0.6);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
}
.woocommerce ul.products li.product > a:after {
	border: 1px solid #fff;
	color: #fff;
	content: "View Product Details";
	font-size: 1.38888889rem;
	height: 68px;
	left: 50%;
	line-height: 68px;
	margin: -34px 0 0 -145px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	visibility: hidden;
	width: 290px;
}
.woocommerce ul.products li.product-category> a:after {
	content: "View Range";
	margin-left: -101px;
	width: 202px;
}
.woocommerce ul.products li.product > a:hover:before, .woocommerce ul.products li.product > a:hover:after {
	opacity: 1;
	visibility: visible;
}
.woocommerce ul.products li.product > a {
	float: left;
	margin-top: 5px;
	position: relative;
	width: 47.169811%;
}
.woocommerce ul.products li.product > a > h3 {
	display: none;
}
.woocommerce ul.products li.product a img {
	margin: 0;
}
.cat-list-info, .product-list-info {
	float: right;
	padding-bottom: 60px;
	width: 47.169811%;
}
.cat-list-title, .product-listing-title {
	color: #596060;
	font-size: 1.444444rem;
	font-weight: 300;
}
.cat-list-title a, .product-listing-title a {
	color: #596060;
}
.cat-list-title a:hover, .product-listing-title a:hover {
	color: #b32317;
}
.cat-list-link, .product-list-link {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 47.169811%;
}
.cat-list-link a.em-button, .product-list-link a.em-button {
	font-size: 1.055556rem;
	padding-bottom: 13px;
	padding-top: 14px;
}

/* Product Archive - Listing View */
.product-listing-switch-view {
	float: right;
	list-style: none;
	margin: 9px 0 0;
	padding: 0;
}
.product-listing-switch-view li {
	border-left: 1px solid #c7c6c2;
	float: left;
	margin-left: 13px;
	padding-left: 13px;
}
.product-listing-switch-view li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}
.product-listing-switch-view li a:before {
	color: #d6d6d3;
	font-family: FontAwesome;
	font-size: 1.222222rem;
	margin-right: 3px;
	vertical-align: middle;
}
.product-listing-switch-view li a.em-list-view:before {
	content: "\f00b";
}
.product-listing-switch-view li a.em-grid-view:before {
	content: "\f009";
}
.product-listing-switch-view li a:hover:before, .product-listing-switch-view li a.em-active:before {
	color: #000;
}
.product-listing-switch-view li a {
	color: #596060;
	display: block;
	font-size: 16px;
	line-height: 1.375em;
	font-weight: normal;
	text-decoration: none;
}
.woocommerce form.woocommerce-ordering:before {
	content: "Order By:";
	font-size: 1.111111rem;
	left: 0;
	line-height: 36px;
	position: absolute;
	top: 0;
}
.woocommerce form.woocommerce-ordering {
	float: none;
	margin: 0 150px 35px 0;
	padding-left: 90px;
	position: relative;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper {
	width: 160px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper div span {
	font-size: 14px;
	line-height: 36px;
}
.woocommerce form.woocommerce-ordering .jqTransformSelectWrapper a.jqTransformSelectOpen:before {
	font-size: 28px;
	line-height: 36px;
}
.product-list-des p {
	margin: 0;
}
.woocommerce ul.products li.product .price {
	color: #b32317;
	font-size: 1rem;
	font-weight: 500;
	margin: 24px 0 20px;
}
body.em-grid-view-mode .product-list-sku, body.em-grid-view-mode ul.products li.product .price, body.em-grid-view-mode .product-listing-size, body.em-grid-view-mode .product-list-des, body.em-grid-view-mode .product-list-link {
	display: none;
}
body.em-grid-view-mode ul.products {
	margin-top: -50px;
}
body.em-grid-view-mode ul.products li.product {
	border-top: none;
	float: left;
	margin: 50px 0 0 !important;
	padding-top: 0;
	width: 47.169811%;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n) {
	float: right;
}
body.em-grid-view-mode ul.products li.product:nth-child(2n+1) {
	clear: both;
}
body.em-grid-view-mode ul.products li.product > a {
	display: block;
	float: none;
	width: auto;
}
body.em-grid-view-mode .product-list-info {
	float: none;
	padding: 0;
	width: auto;
}
body.em-grid-view-mode .product-listing-title {
	margin-top: 20px;
}
.woocommerce ul.products, .woocommerce ul.products * {
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

/*********************
TESTIMONIALS
*********************/
.widget_woothemes_testimonials > .testimonials {
	*zoom: 1;
}
.widget_woothemes_testimonials > .testimonials:before,
.widget_woothemes_testimonials > .testimonials:after {
	content: "";
	display: table;
	line-height: 0;
}
.widget_woothemes_testimonials > .testimonials:after {
	clear: both;
}
.widget_woothemes_testimonials > .testimonials {
	position: relative;
}
.testimonials-list .quote > img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	width: 164px;
}
.testimonials-list .quote blockquote {
	font-size: 1.8125rem;
	line-height: 1.3384083em;
	margin: 15px 0 22px 210px;
}
.testimonials-list .quote blockquote p {
	font-size: 1.6875rem;
	line-height: 1.333333em;
	margin: 0;
}
.testimonials-list .quote .author {
	display: block;
	font-size: 1.4375rem;
	font-style: normal;
	margin: 0 0 0 210px;
}

/*********************
FLEXSLIDER
*********************/
.flex-direction-nav {
	height: 0;
}
.flex-nav-prev {
	float: left;
}
.flex-nav-next {
	float: right;
}
.flex-direction-nav a:before {
	color: rgba(0,0,0,0.4);
	font-family: FontAwesome;
	font-size: 60px;
	line-height: 34px;
	text-shadow: none;
}
.flex-direction-nav .flex-nav-prev a:before {
	content: "\f104";
}
.flex-direction-nav .flex-nav-next a:before {
	content: "\f105";
}
.flex-direction-nav a {
	font-size: 0;
	line-height: 0;
	opacity: 1;
	outline: none;
	text-indent: -999em;
	width: 25px;
}

/*********************
GRAVITY FORM
*********************/
div.gform_wrapper {
	margin: 0;
	max-width: none;
}
div.gform_wrapper ul li.gfield {
	margin-bottom: 12px;
}
div.gform_wrapper .top_label .gfield_label,
.gform_wrapper .left_label .gfield_label {
	display: block;
	font-weight: inherit;
	margin: 0 0 3px;
}
body .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
	width: 100%;
}
div.gform_wrapper .top_label textarea.medium {
	width: 100%;
}
div.gform_wrapper .gform_footer {
	padding: 0;
}
body #fancybox-content .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 3px;
}
#fancybox-content div.gform_wrapper ul li.gfield {
	margin-bottom: 8px;
}
#fancybox-content .gform_wrapper textarea.medium {
	height: 100px;
}

/*********************
BLOG
*********************/
.blog-description {
	background: #f4f4f4;
	margin: 0 0 43px;
	padding: 25px 30px;
}
.blog-description p {
	margin: 0;
}
.post-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.postlist .post {
	border-top: 1px solid #e5e5e5;
	margin-top: 35px;
	padding-top: 35px;
}
.postlist .post-list .post:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
.post-list-date {
	margin-bottom: 14px;
}
.post-list-date a {
	text-decoration: underline;
}
h2.entry-title {
	font-size: 1.8125rem;
	margin-bottom: 18px;
}
.post-list-thumbnail {
	float: left;
	margin-bottom: 5px;
	margin-right: 35px;
	width: 235px;
}
.post-list-content p {
	margin-top: 0;
}
h1.single-title {
	font-size: 1.8125rem;
	font-weight: normal;
}
.post-image {
	margin: 15px 0;
}

/*********************
NAVIGATION
*********************/
nav.main-nav ul.nav {
	*zoom: 1;
}
nav.main-nav ul.nav:before,
nav.main-nav ul.nav:after {
	content: "";
	display: table;
	line-height: 0;
}
nav.main-nav ul.nav:after {
	clear: both;
}
nav.main-nav ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav.main-nav ul.nav > li:after {
	background-color: #fff;
	content: "";
	height: 20px;
	position: absolute;
	right: 0;
	top: 21px;
	width: 1px;
}
nav.main-nav ul.nav > li:last-child:after {
	display: none;
}
nav.main-nav ul.nav > li:first-child {
	margin-left: 0;
}
nav.main-nav ul.nav > li {
	float: left;
	margin-left: -1px;
	position: relative;
}
nav.main-nav ul.nav > li > a {
	color: #6d6d70;
	display: block;
	font-size: 0.902rem; /* 14.44px */
	font-weight: 600;
	letter-spacing: 0.006em;
	line-height: 58px;
	padding: 2px 20px 0 19px;
	position: relative;
	text-decoration: none;
	z-index: 1;
	text-transform: uppercase;
}
nav.main-nav ul.nav > li:first-child > a {
	background-image: url(library/images/icons/home.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 0;
	height: 60px;
	text-indent: -999em;
	width: 54px;
	transition: none;
}
nav.main-nav ul.nav > li:first-child:hover > a,
nav.main-nav ul.nav > li.current-menu-item:first-child > a {
	background-position: center bottom;
}
nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a,
nav.main-nav ul.nav > li:hover > a {
	background-color: #CC3332;
	color: #fff;
}
/* nav.main-nav ul.nav > li.current-menu-item > a,
nav.main-nav ul.nav > li.current-parent-item > a,
nav.main-nav ul.nav > li.current-menu-ancestor > a {
	font-weight: normal;
} */
nav.main-nav ul.nav li ul {
	background: #ddd;
	left: 100%;
	-moz-opacity: 0.00;
	-khtml-opacity: 0.00;
	opacity: 0.00;
/*	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=0); */
	filter:alpha(opacity=0);
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
	visibility: hidden;
	width: 250px;
	z-index: 100;
}
nav.main-nav ul.nav li:hover > ul {
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
/*	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=100); */
	filter: alpha(opacity=100);
	visibility: visible;
}
nav.main-nav ul.nav > li > ul {
	left: 0;
	top: 100%;
}
nav.main-nav ul.nav li ul li {
	border-top: 1px solid #fff;
	position: relative;
}
nav.main-nav ul.nav li ul li:first-child {
	border-top: none;
}
nav.main-nav ul.nav li ul li a {
	color: #6d6d70;
	display: block;
	font-size: 0.902rem;
	font-weight: 600;
	padding: 10px 14px;
	text-decoration: none;
}
nav.main-nav ul.nav li ul li.current-menu-item > a,
nav.main-nav ul.nav li ul li.current-parent-item > a,
nav.main-nav ul.nav li ul li.current-menu-ancestor > a,
nav.main-nav ul.nav li ul li a:hover {
	background: #CC3332;
	color: #fff;
}
nav.main-nav ul.nav li ul.sub-menu ul li {
  border-left: 1px solid #fff;
}

#wprmenu_menu .wpr_social_icons a {
	text-decoration: none;
}
#wprmenu_bar .wprmenu_icon {
	bottom: 0;
    left: 0;
    padding: 10px 16px;
    position: absolute;
    right: 0;
    top: 0;
}
#wprmenu_bar .menu_title {
	margin-left: 30px;
}
#wprmenu_menu.wprmenu_levels > ul > li:first-child{
	border-top: 1px solid #fff !important;
}
#wprmenu_menu.wprmenu_levels ul li{
	border-top: 0 !important;
}
#wprmenu_menu.wprmenu_levels ul li a{
	font-weight: 600;
}

/*********************
BACK TO TOP
*********************/
.cd-top {
	background: url(../fonts/cd-top-arrow.svg) no-repeat center 50% rgba(123,33,42, 0.8);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	bottom: 30px;
	display: inline-block;
	height: 44px;
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 30px;
	text-indent: 100%;
	visibility: hidden;
	white-space: nowrap;
	width: 44px;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
}
.cd-top.cd-fade-out {
	opacity: 0.5;
}
.no-touch .cd-top:hover {
	background-color: #7b212a;
	opacity: 1;
}

.small-btn-contact{
display:none;
}

/*********************
RESPONSIVE STYLES
*********************/
@media (max-width: 1060px) {
	.main-header .center,
	.mainbody .center,
	.extra_content .center,
	.main-footer .center,
	.top-menu nav{
		padding-left: 30px;
		padding-right: 30px;
	}
	.inner-banner .center{padding: 60px 30px;}
	
	.main-header{margin: 60px 0 0;}
	.spl{right: 30px;}
	
	nav.main-nav ul.nav > li > a{padding: 2px 18px 0 17px;}
	
	.bottom-bar ul li a{font-size: 1.313rem;}
	
}
@media (max-width: 1023px) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 1.75rem;
	}
	h2.entry-title {
		font-size: 1.375rem;
	}
	.post-list-thumbnail {
		margin-right: 15px;
	}
	.table-style-1 td, .table-style-1 th {
		padding-left: 10px;
	}
	.flex-direction-nav .flex-prev {
		left: 0;
	}
	.flex-direction-nav .flex-next {
		right: 0;
	}
	.cd-top {
		bottom: 20px;
		right: 20px;
	}
	
	/* WooCommerce */
	.woocommerce ul.products li.product > a:after {
		font-size: 1.25rem;
		height: 50px;
		line-height: 50px;
		margin: -25px 0 0 -100px;
		width: 200px;
	}
	.cat-list-info, .product-list-info {
		padding-bottom: 0;
	}
	.cat-list-link, .product-list-link {
		margin-top: 15px;
		position: static;
		width: auto;
	}
	.woocommerce ul.products li.product .price {
		margin: 14px 0 12px;
	}
	.cat-list-link a.em-button, .product-list-link a.em-button {
		font-size: 1rem;
	}
	body.em-grid-view-mode ul.products {
		margin-top: -30px;
	}
	body.em-grid-view-mode ul.products li.product {
		margin-top: 30px !important;
	}
	body.em-grid-view-mode .product-listing-title {
		margin-top: 10px;
	}
	.woocommerce div.product .product_title {
		font-size: 2.125rem;
		margin-bottom: 20px;
	}
	
	/*** custom style  ***/
	.center{
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.main-header .center,
	.mainbody .center,
	.extra_content .center,
	.main-footer .center,
	.top-menu .center{
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.inner-banner .center{padding: 40px 20px;}
	
	.main-header{margin: 40px 0 0;}
	.logo{padding-top: 28px;}
	.logo img{width: 250px;}
	.header-phone{line-height: 1.6;}
	.header-button a.em-button{height: 36px;line-height: 36px;}

	nav.main-nav ul.nav > li:first-child > a{width: 44px;}
	nav.main-nav ul.nav > li > a{font-size: 0.750rem;padding: 2px 12px 0 11px;} 
	.spl{right: 20px;font-size: 0.625rem;}
	
	.cta-bottom .center{padding: 40px 24px 38px !important;}
	.cta-bottom ul > li:first-child{margin: 0 0 14px;}
	
	.inner-banner h1{margin-left: 0;}
	
	#content h2, #content h3, #content p{
		margin: 0 0 20px;
	}
	
	.bottom-bar ul li a{
		background-position: 20px center;
		font-size: 1.25rem;
		padding: 20px 20px 20px 80px;
	}
	
	.footer-col{width: 42%;}
	.footer-col-2{width: 54%;}
	.footer-col-2 div.widget{width: 54%;}
	.footer-col-2 div.copyright{width: 44%;}
}

@media (max-width: 767px) {
	html {
		font-size: 94% !important;
	}
	.post-list-thumbnail {
		float: none;
		margin: 0 0 10px;
	}
	.postlist > article.post {
		margin-top: 25px;
		padding-top: 25px;
	}
	/* .top-menu {
		display: none;
	} */
	.csColumn {
		margin-left: 0 !important;
		margin-right: 0 !important;
		width: 100% !important;
	}
	.cd-top {
		bottom: 10px;
		right: 10px;
	}
	
	/* WooCommerce */
	.woocommerce ul.products li.product {
		margin-top: 26px;
		padding-top: 22px;
	}
	.woocommerce ul.products li.product > a {
		display: block;
		float: none;
		margin: 0;
		width: auto;
	}
	.cat-list-info, .product-list-info {
		float: none;
		margin: 20px 0 0;
		width: auto;
	}
	.cat-list-link a.em-button, .product-list-link a.em-button {
		display: block;
		padding-left: 10px;
		padding-right: 10px;
	}
	.product-listing-switch-view {
		float: none;
		margin: 0 0 15px;
	}
	.woocommerce form.woocommerce-ordering {
		margin-right: 0;
		padding-left: 80px;
	}
	body.em-grid-view-mode ul.products {
		margin: -20px auto 0;
		max-width: 500px;
	}
	body.em-grid-view-mode ul.products li.product {
		float: none !important;
		margin: 20px 0 0 !important;
		width: auto;
	}
	body.em-grid-view-mode .product-list-info {
		margin-top: 0;
	}
	
	body.sidebar .mainbody-inner {
        padding-right: 0;
    }
    .main-sidebar {
        border-bottom: none;
        border-left: none;
        border-top: 1px solid #e5e5e5;
        margin: 25px 0 0;
        padding: 25px 0 0;
        width: 100%;
    }
	
	.main-sidebar ul.menu > li > a{
		font-size: 1rem;
		padding: 18px 15px 17px;
	}
	
	/*** custom style ***/
	.center{
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}
	.main-header{margin: 0;}
	.main-header .center{text-align: center;}
	.logo{padding: 0 0 12px;}
	.logo img {width: 200px;}
	.logo, .header-right,
	.header-right > div,
	.header-phone span{float: none !important;width: auto !important;}
	.header-phone{padding: 0;}
	.header-button a.em-button{float: none;height: 32px;line-height: 32px;}
	.top-menu .center{height: 44px;text-align: center;} 
	.main-nav{display: none;}
	.spl{position: relative;right: 0;top:12px;font-size: 0.75rem;}
	
	.home-portals .center {padding-bottom: 20px;padding-top: 30px;}
	.home-portals ul li{width: auto;display: inline-block;float: none;}
	
	.inner-banner h1{margin-right: 184px;font-size: 2.125rem;}
	.banner-button{margin: 24px 0 24px 0;}
	.banner-button a.em-button{font-size: 0.938rem;padding: 11px 14px;}
	
	.cta-bottom ul > li:first-child{font-size: 1.15rem;line-height: 1.4;padding: 12px 20px;}
	.cta-bottom ul > li a.btn-arrow{font-size: 1rem;padding: 11px 50px 11px 20px;}
	
	#content h2, #content h3, #content p{
		margin: 0 0 16px;
	}
	
	.main-footer .center{padding-bottom: 20px;padding-top: 30px;}
	.footer-col{width: 100% !important;}
	.footer-col-2 ul > li{float: none;}
	.footer-col-2 div.widget{width: 220px;}
	.footer-col-2 div.copyright{width: auto;float: left;}
  
  .table-style-1 td:after { content: ''; clear: both; display: block; width: 100%; }
  .table-style-1 td:before { float: left; width: 40%; }
  .table-style-1 p { width: 58%; float: right; }
}

@media (max-width: 480px) {
	.g-recaptcha {
		-moz-transform: scale(0.925);
		-webkit-transform: scale(0.925);
		transform: scale(0.925);
		transform-origin: left center 0;
	}
	#fancybox-content .g-recaptcha {
		-moz-transform: scale(0.725);
		-webkit-transform: scale(0.725);
		transform: scale(0.725);
		transform-origin: left center 0;
	}
	/*** custom style  ***/
	.home-banner{display: none;}
	
	.banner-button{display: none;}
  
  .full .bottom-bar ul li a {
    background: #E32B29 url("library/images/icons/mail-3.png") no-repeat scroll 9% center;
    padding: 30px 30px 30px 30%;
    font-size: 1.2rem;
   }
	
	.footer-col-2 div{width: 100% !important;}
	.footer-col-2 div.copyright{margin-top: 16px;padding-left: 0;}
  
  .footer-col-1 {
  text-align:center;
  }
  
  .footer-col-2 div.copyright{
     text-align:center;
  }
  
 .footer-col-2 div.copyright img.logo-footer{
  margin: 0 auto;
  }
  
  .footer-col-2 ul{
  display:none;
  }
  
  .footer-col-2 .widgettitle{
  	display:none;
  }
  
  .small-btn-contact{
  display:table;
      text-align:center;
    margin:0 auto;
        background: #CC3332;
    color: #fff !important;
    padding: 20px;
    font-weight: 600;
    font-size: 20px;
    text-decoration: none !important;
  }
  
  .page-id-26 img{
  float: none;
      clear:both;
    margin:15px 0 0 0;
  }
	
}