/*
Theme Name: Technovation
Author: Daniel Baker
Author URI: http://www.danielbaker.com.au
Description: Custom Template for Technovation by Windsor Born.
Version: 1.0
*/

/* lkc-reset - v1.2 - 24/01/2014 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}audio,canvas,progress,video{display:inline-block}[hidden],template{display:none}ol,ul{list-style:none}b,strong{font-weight:bold}i,em{font-style:italic}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}html{overflow-y:scroll;height:100%;-webkit-font-smoothing:antialiased}html,body{height:100%;-webkit-text-size-adjust:none}textarea{resize:vertical;overflow:auto}textarea,input[type=text],input[type=submit],input[type=password],input[type=email]{outline:none;border-radius:0}a{outline:none;-moz-outline:none;text-decoration:none}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}

.inner-wide { width: 1584px; margin: 0 auto; }
.inner { width: 960px; margin: 0 auto; }

/* Turning off product catalogues, CSS only - they may need to be turned back on */


.product-nav-catalogue,
.nav-content,
.product-catalogue-footer,
.social-pdf { display: none; }

.home footer { margin-top: 190px; }

/* Site Styles */



body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}


.div_video{
	margin-left:75px;
	margin-top:80px;
}
.mejs-video{
	width: 740px!important;
	height: 500px!important;
}
.video{
	width: 700px!important;
	height: 449px!important;
}

.mejs-overlay-button{
	margin-left: -650px!important;
}
.container {
    background-color: #f1f1ef;
    padding-top: 140px;
}

.header {
    height: 140px;
    width: 100%;
    background-color: #6a747d;
    position: fixed;
    top: 0;
    z-index: 1000;
backface-visibility: hidden;
}

.product-nav {
    background-color: #00b4cb;
    height: 70px;
    margin: 15px 0;
    position: relative;
    z-index: 30;
}

.header h1 {
	margin-top: 30px;
    float: left;
}

.header h1{
	margin: 13px 0 0 0;
}
	

footer {
    background-color: #303539;
    padding: 60px 0;
}

/* Main Navigation */

.user-bar{
	width: 100%;
	padding: 10px;
	background:	#656f78;
	color: #bbb;
	text-align: right;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	display: block;	
}



.user-bar ul li{
	display: inline;
	margin-right: 10px;
	position: relative;
}

.user-bar ul li:after{
	content: "";
	height: 100%;
	position: absolute;
	right: -7px;
	top: 0;
	width: 1px;
	background: #6a747d;
}

.user-bar ul li:last-of-type:after{
	display: none;	
}

.user-bar a{
	color: #eee;
	font-weight: bold;
}

.user-bar a:hover{
	color: #00b4cb;
}

.woocommerce-account .user-bar{
	display: block;
}

.main-navigation {
    float: right;
	margin-top: 30px;
}

.main-navigation {
	margin-top: 13px;
}

.menu-primary-container .menu li {
    float: left;
    position: relative;
    border-right: 1px solid #bec2c5;
}

.menu-primary-container .menu li:last-child {
    border-right: 0px;
}

.menu-primary-container .menu li a:link, 
.menu-primary-container .menu li a:visited {
    color: #ffffff;
    text-transform: uppercase;
    padding: 30px 0;
    font-weight: 500;
    font-family: 'montserrat', Helvetica, Arial, sans-serif;
    display: inline-block;
    width: 158px;
    text-align: center;
}

.menu-primary-container .menu li a:hover { background-color: #a7acb0; color: #6A747B; }
.menu-primary-container .menu li:hover a { background-color: #a7acb0; color: #6A747B; }

.menu-primary-container .menu-item-has-children > .sub-menu {
    display: none;
    position: absolute;
    left: -1px;
    background-color: #a7acb0;
    width: 270px;
    z-index: 100;
}

.menu-primary-container .menu-item-has-children:hover > .sub-menu {
    display: block;
}

.menu-primary-container .menu-item-has-children > .sub-menu li {
    width: 100%;
    border-left: 1px solid #bdc1c3;
    border-right: 0px;
}

.menu-primary-container .menu-item-has-children > .sub-menu li a:link,
.menu-primary-container .menu-item-has-children > .sub-menu li a:visited {
    padding: 10px 30px;
    width: 100%;
    color: #4c5359;
    text-transform: capitalize;
    font-weight: normal;
    text-align: left;
}

.menu-primary-container .menu-item-has-children > .sub-menu li a:hover {
    background-color: #4c5359;
    color: #ffffff;
}

/* Product Nav */

.product-nav {
    font-size: 10.5pt;
    color: #ffffff;
    font-weight: 600;
}

.product-nav a {
    color: #ffffff;
}

[class^="product-nav-"], [class*=" product-nav-"] {
    float: left;
    line-height: 70px;
    padding: 0 15px;
    text-align: center;
}

@media screen and (max-width: 440px){
	[class^="product-nav-"], [class*=" product-nav-"]{
		padding: 0 5px;
	}
}

.product-nav-catalogue {
    padding: 0 20px;
}

.product-nav-dropdown { position: relative; border-left: 1px solid #b5e2e5; border-right: 1px solid #b5e2e5; padding-right: 20px; }
.product-nav-dropdown .sub-menu { line-height: 125%; left: -15px; background: #129dae; display: none; position: absolute; width: 250px; z-index: 50; }
.product-nav-dropdown:hover .sub-menu { display: block; text-align: left; }
.product-nav-dropdown:hover{ background: #129dae;}
.product-nav-dropdown .menu-item-has-children > .sub-menu li a:link,
.product-nav-dropdown .menu-item-has-children > .sub-menu li a:visited { padding: 10px 15px; width: 100%; float: left; color: #ffffff; }
.product-nav-dropdown .menu-item-has-children > .sub-menu li a:hover { background-color: #018d9e; }

.product-nav-notifications { cursor: pointer; position: relative; }

.product-nav-notifications .product-nav-notifications-overlay {
    display: none;
    position: absolute;
    top: 70px;
    left: -309px;
    z-index: 100;
    width: 400px;
    background-color: #f1f1ef;
    line-height: 125%;
    box-shadow: 1px 0 3px rgba(0,0,0,0.2);
    padding: 0;
}

.product-nav-notifications:hover .product-nav-notifications-overlay { display: block; }

.product-nav-notifications .product-nav-notifications-overlay:before {
    border: solid;
    border-color: #f1f1ef transparent;
    border-width: 0 .6em .6em .6em;
    top: -7px;
    content: "";
    display: block;
    right: 2em;
    position: absolute;
    z-index: 99;
}

.product-nav-notifications .product-nav-notifications-overlay .notification-content a:link,
.product-nav-notifications .product-nav-notifications-overlay .notification-content a:visited { color: #00b5cb; text-decoration: none; }
.product-nav-notifications .product-nav-notifications-overlay .notification-content a:hover { color: #00b5cb; text-decoration: underline; }

.product-nav-notifications .product-nav-notifications-overlay span { color: #000000; padding: 20px; display: inline-block; width: 100%; border-bottom: 1px solid #d6d6d8; font-size: 10pt; font-weight: normal;}
.product-nav-notifications .product-nav-notifications-overlay span:hover {background-color: #e7e7e7; cursor: default; }

.product-nav-notifications .notification-item { float: left; margin-bottom: -3px; width: 100%; display: inline; }
.product-nav-notifications .notification-content { float: left; width: 75%; display: inline; }
.product-nav-notifications .notification-image { float: left; width: 25%; display: inline; padding-left: 20px; }
.product-nav-notifications .notification-image img { display: block; width: 100%; height: auto; }

.product-nav-favourites { }
.product-nav-favourites .favs-count { background: url(images/favs-bubble.png) 0 0 no-repeat; width: 37px; height: 32px; text-align: center; display: inline-block; line-height: 32px; padding-left: 4px; }

.favs-count span { display: none; }
.favs-count span:last-child { display: block; }

.product-nav-information { cursor: pointer; position: relative; }
.product-nav-information:hover { background-color: #008fa0; }

.product-nav-information .product-nav-information-overlay { display: none; position: absolute; top: 70px; left: 0; z-index: 98;  width: 289px; background-color: #008fa0; }
.product-nav-information:hover .product-nav-information-overlay { display: block; }

.product-nav-search {
    width: 250px;
    padding-top: 17px;
}

@media screen and (max-width: 440px){
	.product-nav-search {
		width: 215px;	
	}
	.product-nav-search .search-input{
		width: 170px;
	}
}

.nav-sep:after{
	position: absolute;
	top: 50%;
	height: 40px;
	margin-top: -20px;
	right: 0;
	width: 1px;
	background: #fff;
	content: "";
	opacity: 0.7;
}

@media screen and (max-width: 440px){
	.nav-sep:after{
		display: none;	
	}
}

.product-nav-favourites{
	position: relative;
}

.product-nav-follow-overlay{
	position: absolute;
	width: 80px;
	left: 50%;
	top: 99%;
	display: none;
	background: #fff;
	margin-left: -40px;
	padding: 0;
}

.product-nav-follow-overlay .follow-arrow{
	position: absolute;
	top: -14px;
	left: 50%;
	border: 7px solid transparent;
	margin-left: -7px;
	display: block;
}

.product-nav-follow{
	position: relative;
}

.product-nav-follow:hover .product-nav-follow-overlay{
	display: block;
}

.product-nav-follow-overlay a{
	display: block;
	padding: 15px 27px;
	color: #fff;
	transition: opacity .2s ease;
}

.product-nav-follow-overlay a:hover{
	opacity: 0.9;	
}

.product-nav-follow-overlay a img{
	display: block;
	width: 100%;
	height: auto;
}

.search-input {
    background-color: #ffffff;
    border: none;
    outline: none;
    width: 190px;
    margin-left: 10px;
    float: left;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    padding: 10px;
}

.search-button {
    float: left;
    width: 20px;
    background: #ffffff url(images/search-icon.png) 0 10px no-repeat;
    border: none;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    cursor: pointer;
    padding: 10px;
}

@-moz-document url-prefix() {
    .search-button {
        height: 34px;
    }
}

.product-nav-information .icon {
    float: left;
    height: 70px;
}

.email-icon {
    float: left;
    margin: 22px 10px 0 6px;
}

.i-icon {
   float: left;
   margin-left: 1px;
   margin-top: 21px;
   margin-bottom: 23px;
}

.pdf-download {
    margin-right: 10px;
    margin-top: 23px;
    line-height: 100%;
    float: left;
}

/* Borders */

.border {
    border-left: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    display: inline;
    float: left;
}

.archive-header .border:last-child {
    border-left: 0px;
}

.products .border,
.products-wishlist .border {
    border-right: 0px;
}

.products .border:nth-child(4n),
.products-wishlist .border:nth-child(4n) {
    border-right: 1px solid #d6d6d6;
}

.products .border:nth-child(4n) .one-quart,
.products-wishlist .border:nth-child(4n) .one-quart  {
    width: 392px;
}

.products .border:last-child,
.products-wishlist .border:last-child {
    border-right: 1px solid #d6d6d6;
}

.products-wishlist { float: left; width: 100%; display: inline; border-top: 1px solid #d6d6d6; }

/* Product Styles */

.woocommerce-wishlist .inner { width: 1580px; }

.feature-products .inner-wide { border-top: 1px solid #d6d6d6; }

.product-block.one-third { width: 525px; }

.product-block.two-third { width: 1052px; }

.home .border {
    border-top: 0px;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
    float: left;
    display: inline;
}

.home .border:nth-child(2n) {
    border-left-width: 0px;
}

.home .border:nth-child(5) .product-block { width: 526px; }
.home .border:nth-child(6) { }
.home .border:nth-child(7) { border-left: 0px; }

span.catalogue-icon {
    z-index: 100;
    position: absolute;
    top: 20px;
    right: 20px;
}

.product-block {
    display: inline;
    float: left;
    margin: 0 0 0 0;
    height: 530px;
    border: 10px solid #FAFAFA;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FAFAFA;
}

.product-block h2 {
    font-weight: normal;
    font-size: 30pt;
    color: #6a747d;
    margin-bottom: 7px;
    font-family: 'avenir', 'Open Sans', Helvetica, Arial, sans-serif;
}

.product-block p {
    color: #6a747d;
    width: 100%;
    float: left;
}

.product-block p strong {
    margin-top: 10px;
    float: left;
    width: 100%;
}

.product-inner {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px; right: 0px; bottom: 0px; left: 0px;
}

.product-inner a {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

.button {
    color: #ffffff;
    background-color: #00b4cb;
    font-weight: bold;
    border-radius: 10px;
    padding: 15px;
    /* display: inline; */
    margin-top: 8px;
    float: left;
    border: none;
    text-align: center;
}

.product-block .product-block-overlay div > .button,
.page-template-advanced-search-results-php .product-block-overlay .button {
    color: #ffffff;
    background-color: #00b4cb;
    font-weight: bold;
    border-radius: 10px;
    padding: 15px;
    display: inline-block;
    float: left;
}

.page-template-advanced-search-results-php .product-block-overlay .button {
    display: inline-block;
    margin-top: 6px;
}

.product-block .product-block-overlay {
    position: absolute;
    opacity: 0;
    background-color: rgba(14,31,46,0.8);
    transition: all 0.2s ease-in-out;
    top: 0; right: 0; bottom: 0; left: 0;
    text-align: center;
    display: table;
    width: 100%;
    height: 509px;
}

.product-block .top-overlay {
    position: absolute;
    opacity: 0;
    background-color: rgba(14,31,46,0.8);
    transition: all 0.2s ease-in-out;
    top: 0; right: 0; bottom: 0; left: 0;
    text-align: center;
    display: table;
    width: 100%;
    height: 450px;
}



.product-block:hover .product-block-overlay { opacity: 1 !important; }
.product-block:hover .product-block-inner { display: none !important; }


.product-block:hover .top-overlay { opacity: 1 !important; }
.product-block:hover .top-inner { display: none !important; }

.page-template-advanced-search-results-php .product-block:hover .product-block-overlay { opacity: 1 !important; }
.page-template-advanced-search-results-php .product-block:hover .product-block-inner { display: none !important; }

.product-block .product-block-overlay a {
    display: block;
    height: 8px;
    margin-top: 37px;
	margin-right: 50px;
    margin-left: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.product-block .product-block-overlay a {
    margin-top: 20px!important;

}
}

.product-block .top-overlay a {
    display: block;
    height: 8px;
    margin-top: 49px;
	margin-right: 50px;
    margin-left: 160px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
.product-block .top-overlay a {
    margin-top: 45px!important;
    margin-left: 130px!important;

}
}


.product-block .product-block-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 60px;
    width: 100%;
    background-color: #fafafa;
    z-index: 1;
}

.product-block-footer a:link, .product-block-footer a:visited {
    color: #74cddd;
    font-size: 10pt;
    border-bottom: 1px solid #74cddd;
    margin-top: 20px;
    margin-left: 10px;
    font-weight: bold;
    float: left;
    font-family: 'avenir', 'Open Sans', Helvetica, Arial, sans-serif;
}

/* Home Fixes */

.home .product-block .product-block-footer {
    background-color: #ffffff;
}

.product-block span.catalogue-icon { opacity: 0; }
.product-block:hover span.catalogue-icon { opacity: 1; }

.home .product-block {
    background-size: cover;
    background-color: #F5F5F5;
    background-position: 0 0;
    border: 10px solid #FFFFFF;
}

.home .product-block-inner {
    max-width: 300px;
}


.home #number-3, .home #number-4 { height: 890px; }
.home #number-3 .product-block-overlay, .home #number-4 .product-block-overlay { height: 871px; }
.home #number-3 .product-block-overlay .button, .home #number-4 .product-block-overlay .button {margin-top: 405px;}
.home #number-1 .product-block-overlay .button, .home #number-2 .product-block-overlay .button {margin-top: 200px;}
.home #number-5 .product-block-overlay .button, .home #number-6 .product-block-overlay .button, .home #number-7 .product-block-overlay .button {margin-top: 200px;}

.home #number-2 .product-block-footer a:link, .product-block-footer a:visited, .home #number-4 .product-block-footer a:link, .product-block-footer a:visited, .home #number-6 .product-block-footer a:link, .product-block-footer a:visited, .home #number-7 .product-block-footer a:link, .product-block-footer a:visited {
    float: right;
    margin-right: 10px;
}

.home .products li {
    width: 260px;
    height: 350px;
    float: left;
    margin: 0 4px;
}

.home .products li {
    position: relative;
    background-color: #ffffff !important;
}

.home.products li a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.home .products li img {
    width: 100%;
    height: auto;
}

.home section h2 {
    text-align: center;
    color: #6a737a;
    margin-top: 100px;
    font-weight: 100;
    font-size: 18pt;
}

.home .woocommerce {
    background-color: #e7e7e7;
    border-top: 1px solid #d6d6d8;
    border-bottom: 1px solid #d6d6d8;
    float: left;
    width: 60%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.carousel-left {
    background-color: #e7e7e7;
    border-top: 1px solid #d6d6d8;
    border-bottom: 1px solid #d6d6d8;
    border-left: 1px solid #d6d6d8;
    margin-top: 20px;
    float: left;
    width: 20%;
    text-align: center;
    height: 392px;
}

.carousel-right {
    background-color: #e7e7e7;
    border-top: 1px solid #d6d6d8;
    border-bottom: 1px solid #d6d6d8;
    border-right: 1px solid #d6d6d8;
    float: left;
    width: 20%;
    margin-top: 20px;
    text-align: center;
    height: 392px;
}

.carousel-center {
    background-color: #e7e7e7;
    border-top: 1px solid #d6d6d8;
    border-bottom: 1px solid #d6d6d8;
    float: left;
    width: 60%;
    margin-top: 20px;
    padding-top: 20px;
    text-align: center;
    height: 392px;
}

.prevy:before {
	content: "\e600";
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #00b5cb;
}

.nexty:before {
	content: "\e603";
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #00b5cb;
}

.carousel-button {
    cursor: pointer;
    line-height: 392px;
    font-size: 25pt;
    font-weight: bold;
}

.home .product-info {
    opacity: 0;
    display: table;
    top: 0;
    height: 100%;
    width: 100%;
    transition: all 0.2s ease-in-out;
    background-color: #ffffff;
}

.home .product-inner:hover .product-info {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.home .product-info .product-info-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 0 30px;
}

.home .product-info .product-info-inner h3 {
    text-align: center;
    color: #00b6c8;
    font-size: 14pt;
    font-weight: 100;
}

.home .product-info .product-info-inner .product-snippet {
    text-align: center;
    color: #68727c;
    font-weight: bold;
    display: none;
}

.home .product-info .button {
    width: 100%;
    font-weight: bold;
    background-color: #4c5457 !important;
    display: block;
    text-align: center;
    margin-top: 20px;
}

.top span {
    color: #afb3b6;
    background-color: #e7e7e7;
    border-radius: 5px;
    padding: 10px 8px;
    cursor: pointer;
    font-weight: bold;
    font-size: 11pt;
    float: right;
    margin-top: 120px;
}

.home .product-catalogue-footer {
    margin-top: 190px;
}

.product-catalogue-footer {
    height: 171px;
    background-color: #6a747d;
    color: #ffffff;
    padding-top: 35px;
}

.product-catalogue-footer small {
    font-size: 10.5pt;
    line-height: 100%;
    margin-top: 10px;
    float: left;
    line-height: 13pt;
    color: #e7e8ea;
}

.product-catalogue-footer a {
    color: #ffffff;
    text-shadow: 0 0 1px rgba(0,0,0,0.2);
    font-weight: 600;
    margin-top: 15px;
    margin-left: 20px;
    float: left;
}

.product-catalogue-footer .icon {
    float: left;
}

footer .one-third {
    width: 20%;
    float: right;
    display: inline;
}

footer .two-third {
    width: 66%;
    float: left;
    display: inline;
}

footer .menu-secondary-container {
float: left; width: 100%;
}

hr { border: solid #00b5ca; border-width: 1px 0 0; clear: both; margin: -10px 0 30px; height: 0; max-width: 90%; width: 100%; float: left; }

footer p { float: left; }

/* Featured Overlays */

.exclusive > a:before {
    background: transparent url(images/exclusive.png) top right no-repeat;
    content: " ";
    width: 92px;
    height: 93px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.coming-soon > a:before {
    background: transparent url(http://www.technovation-promo.com/wp-content/uploads/2015/02/coming-soon.png) top right no-repeat;
    content: " ";
    width: 92px;
    height: 93px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

#coming-soon > a:before {
    background: transparent url(http://www.technovation-promo.com/wp-content/uploads/2015/02/coming-soon.png) top right no-repeat;
    content: " ";
    width: 92px;
    height: 93px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

#coming-soon > div:before {
    background: transparent url(http://www.technovation-promo.com/wp-content/uploads/2015/02/coming-soon.png) top right no-repeat;
    content: " ";
    width: 92px;
    height: 93px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 19;
}

#exclusive > div:before {
    background: transparent url(images/exclusive.png) top right no-repeat;
    content: " ";
    width: 92px;
    height: 93px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 19;
}

.featured > a:before {
    background: transparent url(images/exclusive.png) top right no-repeat;
    content: " ";
    width: 92px;
    height: 93px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.exclusive span a:before, .featured span a:before, .coming-soon span a:before {
    background: none;
}

.single #exclusive div:before,
.single #coming-soon div:before {
    display: none;
}

.single #exclusive .images:before {
    background: transparent url(images/exclusive.png) top right no-repeat;
    content: " ";
    width: 92px;
    height: 93px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.single #coming-soon .images:before {
    background: transparent url(http://www.technovation-promo.com/wp-content/uploads/2015/02/coming-soon.png) top right no-repeat;
    content: " ";
    width: 92px;
    height: 93px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.single .featured a:before {
   
}

.single .featured .images:before {
    display: block; 
    background: transparent url(images/exclusive.png) top right no-repeat;
    content: " ";
    width: 92px;
    height: 93px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 19;
}

.caroufredsel_wrapper .featured a:before, .caroufredsel_wrapper .exclusive a:before {
    top: 0;
}

.collapse {
    margin-top: 170px;
    cursor: pointer;
    color: #b5b9bc;
    font-size: 11pt;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Category Styles */

#category-block { width: 1051px; }
#category-block .product-block-inner { margin-top: 100px; margin-left: 60px; }

.search #category-block .product-block-inner { margin-top: 10px; margin-left: 0px; }

.term-description { max-width: 340px; }

.one-quart { width: 394px; height: 455px; }
.one-quart .product-block-overlay { height: 385px; }

.archive-header { margin-bottom: 10px; }

.product-block-footer .title {
    color: #848484;
    font-family: 'montserrat-re', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding-top: 15px;
    padding-left: 10px;
    font-size: 10.5pt;
}

.sku_wrapper {
    position: absolute;
    margin-top: 5px;
    right: 10px;
    font-size: 10pt;
    color: #848484;
    font-family: 'montserrat', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.single .sku_wrapper {
    right: 20px;
    top: 20px;
}

/*
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.product-block-footer .title {
		padding-left: 2px!important;
		font-size: 9.5pt!important;
	}
	.quantity-query, .price-query {
		font-size: 7.5pt!important;
		padding-left:1px!important;
	}
	.sku_wrapper {
		margin-top: 6px;
    	right: -5px!important;
   		font-size: 7pt!important;
	}

}
*/
.one-line {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 9pt;
    color: #848484;
    font-family: 'montserrat-re', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.right {
    float: right;
}

/* Search Styles */

.search-title {
    width: 100% !important;
    height: auto;
    padding: 30px;
    border: none;
    margin-bottom: 10px;
    border: 1px solid #d6d6d6;
    border-top: 0px !important;
    text-align: center;
}

.search .products {
    border-top: 1px solid #d6d6d6;
    float: left;
    width: 100%;
}

.search-title .product-block-inner { display: block !important; }

.archive h1 {
    font-weight: normal;
    font-size: 45pt;
    color: #6a747d;
    margin-bottom: 7px;
    font-family: 'avenir', 'Open Sans', Helvetica, Arial, sans-serif;
}

.search h1 {
    font-size: 35pt;
}

/* Woo Fixes */

.woocommerce-breadcrumb { display: none; }
.woocommerce-result-count { display: none; }
.woocommerce-ordering { display: none; }
.reset_variations { color: #333; font-size: 9pt; }

/* Menu Extras */

.icon-list { opacity: 0.5; }
.icon-list:hover { opacity: 1; }
.icon-list > a { padding-right: 25px !important; }

.arrow > a { padding-right: 15px !important; }

.arrow > a:after {
    content: "";
    width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #ffffff;
	position: absolute;
	top: 37px;
    right: 22px;
}

.arrow:hover > a:after {
    content: "";
    width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #4c5457;
	position: absolute;
	top: 37px;
    right: 22px;
}

.arrow-alt { position: relative; }

.arrow-alt > a:after {
    content: "";
    width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #ffffff;
	position: absolute;
	top: 34px;
    right: -12px;
}

.arrow-alt:hover > a:after {
    content: "";
    width: 0; 
	height: 0; 
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid #ffffff;
	position: absolute;
	top: 34px;
    right: -12px;
}

/* Footer Styles */

footer h3 {
    text-transform: uppercase;
    color: #d0d0d0;
    margin-bottom: 20px;
}

footer p {
    color: #abafb2;
    font-size: 10pt;
    line-height: 16pt;
}

footer ul li {
    line-height: 14pt;
}

footer ul li a:link, footer ul li a:visited {
    color: #d0d0d0;
    font-size: 10pt;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 16pt;
}

footer ul li a:hover, footer ul li.current_page_item a {
    color: #1a7f8b;
}

footer .one-third:first-child {
    padding-right: 20px;
}

.form .button {
    width: 50%;
}

div.cpefb_error {
    padding: 8px !important;
    border: 1px solid #c94e50 !important;
    border-radius: 3px;
    background-color: #f1dede !important;
    color: #c94e50;
    top: 34px !important;
    font-size: 9pt;
    width: 100%;
}

div.cpefb_error:after {
    display: none;
}

.pbSubmit {
    color: #ffffff !important;
    background-color: #00b4cb !important;
    border: none !important;
    font-weight: normal;
    border-radius: 8px !important;
    padding: 15px;
    display: inline;
    width: auto;
    font-size: 11pt !important;
}

.pbSubmit {
    margin: 0 !important;
    padding: 12px 25px !important;
    font-weight: bold !important;
}

#fbuilder input, #fbuilder textarea {
    border: 1px solid #959a9d;
    border-radius: 3px !important;
    background-color: #303539;
    padding: 10px !important;
    width: 100%;
    color: #adaeb0;
}
#formheader_1 { display: none; }
#fbuilder .fields, #fbuilder .fform { padding: 0 !important; }

.colophon {
    width: 100%;
    float: left;
    display: inline;
    border-top: 1px solid #d0d0d0;
    color: #abafb2;
    font-size: 10pt;
    margin-top: 40px;
    padding-top: 20px;
    font-weight: bold;
}

/* Hidden Navigation */

.hidden-main-navigation {
    display: none;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 450px;
    position: fixed;
    transition: 0.2s all ease-in-out;
    z-index: 1001;
    background-color: #171616;
    box-shadow: inset 0px 0px 20px rgba(0,0,0,1);
}

.hidden-main-navigation .wooforms{
	display: none;
}

.woocommerce-account .hidden-main-navigation .wooforms{
	display: block;
}

.hidden-main-navigation .wooforms{
	padding: 40px;	
	color: #aaa;
}

.hidden-main-navigation .wooforms input[type=text], .hidden-main-navigation .wooforms input[type=password]{
	background: #333;
	border: 0;
	color: #fff;
}

.hidden-main-navigation .wooforms .button{
	padding: 10px;
	width: 130px;
}

.hidden-main-navigation .wooforms a{
	font-size: 12px;
	color: #ccc;	
}

.toggle { display: block; }

.hidden-main-navigation nav {
    margin-top: 50px;
}

.hidden-main-navigation nav ul li {
    margin-bottom: 20px;
    padding-left: 40px;
    font-family: 'montserrat', Helvetica, Arial, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
}

.hidden-main-navigation nav ul li a {
    color: #f1f2ed;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
}

.hidden-main-navigation nav ul li a:hover, .hidden-main-navigation nav ul li.current_page_item a {
    color: #00b4cb;
    transition: 0.2s all ease-in-out;
}

.blue { color: #00b4cb !important; margin-top: 10px; float: left; }

.close {
	position: absolute;
	right: 60px;
	color: #ffffff;
	font-family: 'montserrat', Helvetica, Arial, sans-serif;
	cursor: pointer;
	font-size: 20pt;
	top: 40px;
}

.nav-content {
    color: #f1f2ed;
    font-size: 10.5pt;
    padding-left: 40px;
    padding-right: 20px;
    margin-top: 40px;
}

.nav-content a {
    font-weight: bold;
    color: #f1f2ed;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
}

.nav-content a:hover {
    color: #00b4cb;
    transition: 0.2s all ease-in-out;
}

/* My Account */

.woo-tabs{
	display: block;
	position:relative;
	border-bottom: 1px solid #ccc;
}

.woo-tabs li{
	display: inline-block;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #ccc;
	margin-bottom: -1px;
	background: #eee;
}

.woo-tabs li.active{
	background: #f1f1ef;
	border-bottom: 1px solid #f1f1ef;	
}

.form-col{
	float: left;
	width: 50%;
	padding: 20px;
	display: none;
}

.form-col.active{
	display: block;	
}

.form-col h3{
	margin-bottom: 20px;	
}

.woocommerce-account .wooforms, .lost_reset_password{
	width: 100%;	
}

.woocommerce-account .wooforms label, .lost_reset_password label, #reg_passmail{
	display: block;
	colro: #999;
	font-size: 14px;
	padding-bottom: 5px;
}

.wooforms input[type=text], .wooforms input[type=email], .wooforms input[type=password], .lost_reset_password input[type=text], .lost_reset_password input[type=password]{
	border: 1px solid #ccc;
	width: 100%;	
	line-height: 16px;
	padding: 8px;
}

.wooforms .input.error{
	border-color: #fec5ab;
	box-shadow: 0 0 3px 0 rgba(254,197,171,1);
}

.wooforms .button, .lost_reset_password .button{
	width: 150px;
	float: none;	
	margin-top: 10px;
	cursor: pointer;
	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
	font-family: 'Open Sans',Helvetica,Arial,sans-serif;
	margin-bottom: 15px;
}


/* Single Product */

.single .feature-products .inner-wide { border: none; }

.images { float: left; width: 1035px; background-color: #ffffff; border: 1px solid #d6d6d6; position: relative; margin-bottom: 200px; }

.images > a { display: block; }
.images > a > img { width: 100%; height: auto; display: block; border: 15px solid #ffffff; }

.flex-control-thumbs { position: absolute; top: 40px; left: 40px; z-index: 10; }

.flex-control-thumbs li { display: block; width: 90px; height: 90px; margin-bottom: 10px; }
.flex-control-thumbs li img { border: 2px solid #ffffff; width: 100%; height: auto; }
.flex-control-thumbs li img.flex-active { border: 2px solid #00b5ca; }

.slides li { text-align: center; }
.slides li img { border: 10px solid #ffffff; width: 100%; max-width: 600px; height: auto; display: inline-block; }

.home .slides li img { width: 100%; max-width: 100%; display: block; border: none; }

.home .flexslider {
	margin: 0 0 15px 0;
	background: #fff;
	border: none;
	position: relative;
	border-radius: 0px;
	box-shadow: none;
	max-height: 500px;
	overflow: hidden;
	zoom: 1;
}

.home .flex-control-nav {
	position: absolute;
	bottom: 70px;
	z-index: 10;
	width: 33%;
}

.home .flex-control-nav li {
	margin: 0 7px;
	display: inline;
	position: relative;
}

.home .flex-control-paging li a.flex-active {
	background-color: #fff;
}

.home .flex-control-paging li a {
	background: rgba(128,128,128,0.8);
	box-shadow: none;
	display: inline-block;
}

.home .slides li {
	position: relative;
}

.home .slide .caption {
	position: absolute;
	background-color: rgba(128,128,128,0.5);
	width: 33%;
	height: 100%;
	padding: 60px 30px;
	font-family: 'montserrat', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 20pt;
	color: #fff;
}

.home .flexslider:hover .flex-prev,
.home .flex-direction-nav .flex-prev {
	right: 20px;
}
.home .flexslider:hover .flex-next,
.home .flex-direction-nav .flex-next {
	right: 0px;
}

.home .flex-direction-nav {
	bottom: 100px;
	top: auto;
	position: absolute;
	right: 70px;
	z-index: 20;
}

.single .entry-summary, .single .woocommerce-tabs { float: right; width: 510px; background-color: #ffffff; position: relative; border: 1px solid #d6d6d6; }

.back-button {
    position: absolute;
    bottom: -60px;
}

.woocommerce-tabs {
    margin-top: 20px;
    padding-bottom: 30px;
}

.woocommerce-tabs .tabs {
    padding: 40px 0px 55px 16px;
    background-color: #ffffff;
}

.woocommerce-tabs .panel {
    padding: 0 40px 40px 40px;
    background-color: #ffffff;
}

.parent-pageid-106 .woocommerce-tabs .panel {
    padding: 0;
}

.woocommerce-tabs .panel p {
    font-size: 9pt;
    line-height: 200%;
    color: #6e6e6e;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.woocommerce-tabs .panel td p {
    margin: 0;
}

.woocommerce-tabs > ul li {
    float: left;
    margin-right: 5px;
}

.woocommerce-tabs > ul li a:link, .woocommerce-tabs > ul li a:visited {
    padding: 8px 10px;
    background-color: #e2e3e5;
    color: #6a747d;
    font-weight: 600;
}

.woocommerce-tabs > ul li a:hover, .woocommerce-tabs > ul li.active a {
    background-color: #6a747d;
    color: #ffffff;
}

#tab-test_tab h2 { padding: 10px 0; float: left; width: 100%; }

.image-download { float: left; width: 100%; }
.image-download li { float: left; margin-right: 10px; margin-bottom: 10px; }
.image-download li img { display: block; }

.entry-summary h1 {
    font-weight: normal;
    font-size: 30pt;
    color: #6a747d;
    padding: 20px 40px 20px 40px;
    font-family: 'avenir', 'Open Sans', Helvetica, Arial, sans-serif;
    background-color: #ffffff;
}

.page h2 {
    font-weight: normal;
    font-size: 30pt;
    color: #6a747d;
    padding: 20px 0;
    font-family: 'avenir', 'Open Sans', Helvetica, Arial, sans-serif;
}

.page .entry p {
    color: #2f3437;
    margin-bottom: 20px;
}

.page {
    background-color: #6A747D;
}

.parent-pageid-106 {
    background-color: #f1f1ef;
}

.page .entry a:link, .page .entry a:visited {
    color: #00b4cb;
}
.page .entry a:hover {
    text-decoration: underline;
}

.social-media {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.social-share {
    background-color: #ffffff;
    padding-left: 40px;
    padding-bottom: 20px;
}

.share-buttons {
    background-color: #ffffff;
    padding-left: 40px;
    padding-bottom: 10px;
    float: left;
    width: 100%;
    display: inline;
}

.social-pdf {
    float: left;
    padding-right: 40px;
    color: #000000;
    font-size: 11pt;
}

.social-pdf .pdf-download {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 10px;
}

.social-pdf a:link, .social-pdf a:visited {
    color: #000000;
}

/* Foundation Reveal CSS */
.reveal-modal-bg {
	position:fixed;
	height:100%;
	width:100%;
	background:#000;
	background:rgba(0,0,0,0.9);
	z-index:1002;
	display:none;
	top:0;
	left:0;
}

.reveal-modal {
	visibility:hidden;
	display:none;
	position:fixed;
	left:40%;
	z-index:1003;
	height:400px;
	background-color:#ffffff;
	margin-left:-190px;
	max-width: 710px;
	 /* width: 100%; */
	-webkit-box-shadow:0 0 10px rgba(0,0,0,0.4);
	box-shadow:0 0 10px rgba(0,0,0,0.4);
	top:50%;
	margin-top:-200px;
	padding: 40px;
	right: 5%;
}

.reveal-modal .close-reveal-modal {
	position:absolute;
	top: -70px;
	right: 0;
	cursor:pointer;
	font-size: 60px;
	color: #FFF;
	font-weight: 100;
}


.page-template-advanced-search-results-php .reveal-modal {
	overflow: auto;
}


.modal-header .close-reveal-modal {
	position:absolute;
	top: -70px;
	right: 0;
	cursor:pointer;
	font-size: 60px;
	color: #FFF;
	font-weight: 100;
}

.page-template-advanced-search-results-php .reveal-modal .close-reveal-modal {
    position: absolute;
    top: 0px;
    right: 20px;
    cursor: pointer;
    font-size: 60px;
    color: #1DB3CA;
    font-weight: 100;
}

.modal-content {
    position: relative;
    height: 358px;
}

.modal-content h2 {
    font-weight: normal;
    font-size: 25pt;
    color: #6a747d;
    font-family: 'avenir', 'Open Sans', Helvetica, Arial, sans-serif;
    background-color: #ffffff;
    margin-bottom: 10px;
}

.wooshare {
    position: absolute;
    bottom: 40px;
    padding-top: 40px;
    border-top: 1px solid #d6d6d6;
    width: 100%;
}

.wooshare .facebook, .wooshare .twitter, .wooshare .google .pinterest {
    float: left;
    display: inline;
    margin-right: 10px;
    width: 75px;
}

.wooshare .twitter, .wooshare .google {
    padding-top: 2px;
}

.entry-summary div p {
    padding: 0 40px 40px 40px;
    background-color: #ffffff;
    color: #303538;
    font-weight: 600;
    line-height: 150%;
}

.entry-summary .product_meta {
    display: none;
}

.entry-summary .cart {
    background-color: #ffffff;
    padding: 20px 40px 0 40px;
    display: none;
}

.entry-summary .price {
    display: none;
}

.woocommerce-wishlist .feature-products .inner > h2 { display: none; }

.add-to-favs { background-color: #ffffff; padding: 20px 40px 0 40px; }
.add-to-favs a { color: #6a737a; }

.yith-wcwl-share { background-color: #ffffff; border: 1px solid #d6d6d6; padding: 30px 40px; float: left; width: 100%; margin-bottom: 20px;}

.yith-wcwl-add-to-wishlist {
    color: #6a737a;
    font-weight: 600;
    background: #ffffff url(images/favheart.jpg) 0 0 no-repeat;
    padding: 0 0 0 30px !important;
}

.modal-footer .button { margin-top: 0px; }
.modal input { border: 1px solid #000; }

.modal {
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}

.modal-footer {
    background-color: #ffffff !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.modal-backdrop, .modal-backdrop.fade.in {
    opacity: 0.9 !important;
    filter: alpha(opacity=90) !important;
}

/* Contact */

.contact-page-left { 
    float: left;
    padding: 40px 60px 60px 60px;
    background-color: #ffffff;
    border: 1px solid #d6d6d8;
    width: 40%;
}

.contact-page-left strong {
    color: #68727b;
    margin-bottom: 20px;
}

.contact-page-left .social-media {
    margin-top: 40px;
}

.contact-page-left .socicon {
    font-family: 'socicon' !important;
    color: #ffffff;
    background-color: #303539;
    font-size: 20pt;
    border-radius: 40px;
    padding: 10px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.contact-page-right {
    float: left;
    width: 60%;
    padding: 40px 60px 60px 60px;
}

.contact-page-right h2 { font-size: 23pt; }
/* .contact-page-right img { width: 637px; } */

/* Quantity Buttons */

.woocommerce-message { padding: 10px; font-size: 12pt; color: #FFF; background: #00B4CB; margin: 0 0 15px 0; box-sizing: border-box; float: left; width: 100%; }
.woocommerce-message a { color: #FFF; float: right; display: none; visibility: hidden;  }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.quantity .plus:focus,
.quantity .minus:focus {
    outline: none;
}

.entry-summary .quantity .plus,
.entry-summary .quantity .minus {
    border: 1px solid #4eaeaa;
}

.quantity .plus,
.quantity .minus {
  width: 30px;
  padding: 0;
  height: 33px;
  text-align: center;
  background: #e9e9e9;
  color: #7e7e7e;
  float: right;
  display: block;
  text-align: center;
  outline: none;
  border-radius: 0;
}
.quantity .plus:hover,
.quantity .minus:hover {
  background: #e1e1e1;
}
.quantity .plus {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-left: 0px !important;
}
.quantity .minus {
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: left;
  border-right: 0px !important;
}

.qty {
    width: 40px;
    line-height: 29px;
    margin: 0;
    border: 1px solid #4eaeaa;
    text-align: center;
}

.shop_attributes { float: left; width: 100%; margin-bottom: 20px; }

.input-text {
    line-height: 29px;
    margin: 0;
}

/* Tables */
table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #cccccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-collapse: separate;
  float: left;
}
table td,
table th {
  padding: .857em 1.387em;
  text-align: left;
  border-right: 1px dotted #cccccc;
  border-bottom: 1px solid #cccccc;;
  vertical-align: top;
}
.single table tr:last-child th {
    border-bottom: 0px;
}
.alt th { background-color: #fafafa; }
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table thead th {
  background: #fff;
  border-right: 1px dotted #cccccc;
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
  padding: 1.387em;
  vertical-align: middle;
}
table thead th:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table thead th:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table tr th:last-child,
table tr td:last-child {
  border-right: 0;
}
table tbody th {
  background: #fff;
}
table tbody tr:nth-child(2n) td {
  border-right: 1px dotted #cccccc;
  background: #fafafa;
}
table tbody tr:nth-child(2n) td:last-child {
  border-right: 0;
}
table tbody td {
  border-bottom: 1px solid #cccccc;
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
table tbody h2 a {
  font-weight: normal;
}
table tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table tbody tr:last-child td:last-child {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
table tbody tr:last-child td {
  border-bottom: 0;
}
/* Wishlists */

.remove a:link, .remove a:visited, .remove a:hover {
    color: #848484 !important;
    font-weight: bold !important;
    font-size: 12pt !important;
    border: none !important;
    text-decoration: none !important;
    margin-top: 5px;
    margin-left: 8px;
}

.parent-pageid-106 .inner {
    width: 1580px;
}

#wl-wrapper .button { border-radius: 10px !important; border: 0px; margin-top: 0px; }

#wl-wrapper .woocommerce_info { float: left; width: 100%; margin-bottom: 30px; }

.wl-meta-share { border: 1px solid #d6d6d8 !important; padding: 30px !important; background-color: #ffffff; }
.wl-meta-share small { font-size: 10pt; margin-left: 10px; }

#wl-wrapper > .wl-row {
    display: none;
}
#wl-wrapper .wl-table td { padding: 20px !important; }
#wl-wrapper .wl-table td:first-child { padding-left: 20px !important; }
#wl-wrapper .wl-share-links li { font-size: 11pt; }

td.product-name strong { float: left; }

#wl-wrapper .wl-manage .row-actions small a { font-size: 11pt; color: #000000; }

.page-id-106 .row-actions { text-align: right; }
.page-id-106 #wl-wrapper .wl-share-links { float: right; }

.wl-intro { width: 100%; float: left; margin-top: 20px; margin-bottom: 0px !important; }

.wl-intro h2 { font-size: 20pt; padding: 0; }
    
.wl-left { width: 50%; }
.wl-right { width: 50%; }

.wl-left input, .wl-left textarea {
    border-radius: 3px;
    border-width: 0px;
    padding: 15px;
    width: 90%;
    margin-bottom: 20px;
    line-height: 125%;
}

.wl-left textarea {
    height: 90px;
}

.wl-left label {
    margin-bottom: 10px;
}

.wl-intro p {
    text-align: right;
}

.wl-intro-desc p {
    text-align: left;
    color: #6a747d !important;
    font-family: 'avenir', 'Open Sans', Helvetica, Arial, sans-serif;
}

.wl-form .form-row {
    width: 100%;
    float: left;
    margin: 20px 0 0 0;
}

/* Icon Fonts */

.socicon {
    font-family: 'socicon' !important;
    color: #303539;
    background-color: #00b5cb;
    font-size: 18pt;
    border-radius: 30px;
    padding: 5px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.socicon:hover {
    background-color: #02c1dd;
    transition: all 0.2s ease-in-out;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-list a:after {
	content: "\e60b";
	color: #ffffff;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 17pt;
	float: right;
	margin-top: -4px;
	margin-left: -10px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-list:hover a:after {
    color: #6A747B;
}

.icon-arrow-left:before {
	content: "\e600";
}
.icon-arrow-down:before {
	content: "\e601";
}
.icon-arrow-up:before {
	content: "\e602";
}
.icon-uniE603:before {
	content: "\e603";
}
.icon-arrow-left2:before {
	content: "\e604";
}
.icon-arrow-down2:before {
	content: "\e605";
}
.icon-arrow-up2:before {
	content: "\e606";
}
.icon-arrow-right:before {
	content: "\e607";
}
.icon-checkmark:before {
	content: "\e608";
}

/* Fonts */

@font-face {
    font-family: 'montserrat';
    src: url('css/fonts/montserrat-bold.eot');
    src: url('css/fonts/montserrat-bold.eot') format('embedded-opentype'),
         url('css/fonts/montserrat-bold.woff') format('woff'),
         url('css/fonts/montserrat-bold.ttf') format('truetype'),
         url('css/fonts/montserrat-bold.svg#MontserratBold') format('svg');
}

@font-face {
    font-family: 'montserrat-re';
    src: url('css/fonts/montserrat-regular.eot');
    src: url('css/fonts/montserrat-regular.eot') format('embedded-opentype'),
         url('css/fonts/montserrat-regular.woff') format('woff'),
         url('css/fonts/montserrat-regular.ttf') format('truetype'),
         url('css/fonts/montserrat-regular.svg#MontserratRegular') format('svg');
}

@font-face {
    font-family: 'avenir';
    src: url('css/fonts/avenir.eot');
    src: url('css/fonts/avenir.eot') format('embedded-opentype'),
         url('css/fonts/avenir.woff') format('woff'),
         url('css/fonts/avenir.ttf') format('truetype'),
         url('css/fonts/avenir.svg#avenir') format('svg');
}

@font-face {
    font-family: 'socicon';
    src: url('css/fonts/socicon-webfont.eot');
    src: url('css/fonts/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/fonts/socicon-webfont.woff') format('woff'),
         url('css/fonts/socicon-webfont.ttf') format('truetype'),
         url('css/fonts/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src:url('css/fonts/icomoon.eot?-ivybp');
	src:url('css/fonts/icomoon.eot?#iefix-ivybp') format('embedded-opentype'),
		url('css/fonts/icomoon.woff?-ivybp') format('woff'),
		url('css/fonts/icomoon.ttf?-ivybp') format('truetype'),
		url('css/fonts/icomoon.svg?-ivybp#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.home #number-1 h2 {
    max-width: 180px;
}

.home #number-1 { background-position: 45px 25px; background-size: 110%; }
.home #number-2 { background-position: 0 0; background-size: contain; }
.home #number-3 { background-position: 180px -100px; }
.home #number-4 { background-position: -10px 0; }
.home #number-5 { background-position: -20px 40px; background-size: 70%; }
.home #number-6 { background-position: 100px -30px; }
.home #number-7 { background-position: -67px 105px; background-size: 139%; }



.pricing-table{
	margin-bottom: 20px;
}

.errors{
	background: #fec5ab;
	padding: 20px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	margin-bottom: 20px;
}

.errors.success{
	background:#00b4cb;
	color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .home #number-1 { background-position: 5px 30px; background-size: 120%; }
    .home #number-2 { background-position: -80px 0px; background-size: 1100px; }
    .home #number-3 { background-position: 50px -100px; }
    .home #number-4 { background-position: -10px 0; }
    .home #number-5 { background-position:-64px 100px; background-size: 85%; }
    .home #number-5 .product-block-inner { margin-left: 150px !important; }
    .home #number-6 { background-position: 100px -30px; }
    .home #number-7 { background-position: -142px 200px; }
    .home #number-7 .product-block-inner { margin-left: 30px !important; }
    .home .product-block-inner { max-width: 300px; }
    .home #number-1 .product-block-inner { margin-top: 100px !important; margin-left: 20px !important; }
    .home #number-3 .product-block-inner, .home #number-5 .product-block-inner { max-width: 250px; }
    
    /* Borders */

    .archive-header .border:last-child { border-left: 0px; }
    
    .products .border,
    .products-wishlist .border { border-right: 0px; }
    
    .products .border:nth-child(4n),
    .products-wishlist .border:nth-child(4n) { border-right: 1px solid #d6d6d6; }
    
    .products .border:nth-child(4n) .one-quart,
    .products-wishlist .border:nth-child(4n) .one-quart  { width: 305px; }
    
    .products .border:last-child,
    .products-wishlist .border:last-child { border-right: 1px solid #d6d6d6; }

    .term-whats-new #category-block h1 { width: 50%; }

}

@media only screen and (max-width: 1600px) and (min-width: 1200px){
	.products .border, .products-wishlist .border {
		height: 360px;
		background-color: #fafafa;
	}
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .home #number-1 { background-position: -90px 60px; background-size: 120%; }
    .home #number-2 { background-position: -294px 105px; background-size: 800px; }
    .home #number-3 { background-position: -30px 20px; background-size: 105%; }
    .home #number-4 { background-position: -75px 0px; }
    .home #number-5 { background-position: 0px 130px; background-size: 100%; }
    .home #number-6 { background-position: -110px; background-size: 800px; }
    .home #number-7 { background-position: 84% 140px; }
    
    .archive-header .border { width:100%; }
    .archive-header .border:last-child { border-left: 1px solid #d6d6d6; }
    .archive-header .border:last-child .one-third { width:100%; background-position: center center; background-color: #ffffff; }
    
    .products .border:nth-child(4n+2),
    .products-wishlist .border:nth-child(4n+2) { border-right: 1px solid #d6d6d6; }

}

@media only screen and (min-width: 800px) and (max-width: 979px) {
    .home #number-1 { background-position: -105px 80px; background-size: 470px; }
    .home #number-2 { background-position: -340px 105px; background-size: 800px; }
    .home #number-3 { background-position: -30px 80px; background-size: 110%; }
    .home #number-4 { background-position: -150px 0px; }
    .home #number-5 { background-position: -52px 161px; background-size: 120%; }
    .home #number-6 { background-position: -110px; background-size: 800px; }
    .home #number-7 { background-position: 70% 97px; background-size: 200%; }
    
    .products .border:nth-child(4n+2),
    .products-wishlist .border:nth-child(4n+2) { border-right: 1px solid #d6d6d6; }
    
}

@media only screen and (max-width: 799px) {

    .home #number-1 { background-position: bottom right; background-size: 430px;}
    .home #number-2 { background-position: right 70px; background-size: 680px; }
    .home #number-3 { background-position: center bottom !important; }
    .home #number-4 { background-position: center right; background-size: cover; }
    .home #number-5 { background-position: center right; background-size: contain; }
    .home #number-6 { background-position: center bottom !important; }
    .home #number-7 { background-position: 83% bottom; background-size: 200%; }
    
    .archive-header .border { width:100%; }
    .archive-header .border:last-child { border-left: 1px solid #d6d6d6; }
    .archive-header .border:last-child .one-third { width:100%; }
    
    .products .border,
    .products-wishlist .border { 
		border-right: 1px solid #d6d6d6; 
		height: 470px;
		background-color: #fafafa;
	}
}

@media only screen and (max-width: 480px) {
    .home #number-5 { background-position: 50% 40px; background-size: contain; }
}

/* Breakpoints */

@media only screen and (max-width: 1600px) {
    .home #number-1 h2 {
        max-width: 100%;
    }
    .tax-product_cat .inner-wide .products li.featured, .tax-product_cat .inner-wide .products li.exclusive { display: block; }
    .slides li img { display: block; width: 100%; max-width: 100%; }
    .contact-page-right img { width: 100%; }
}

@media only screen and (max-width: 1199px) {
    .home .product-block-inner { max-width: 100%; }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .inner-wide, .inner { max-width: 1210px; }
    .images { float: left; width: 55.2%; }
    .product-block.one-third { width: 478px; }
    .product-block.two-third { width: 729px; }
    .product-block.one-quart { height: 350px; background-color: #ffffff;  max-width: 300px;}

    .products .product-block.one-third { width: 447px; }
    .products .product-block.two-third { width: 730px; }
    .tax-product_cat #category-block { width: 729px; background-size: cover; background-position: -20px 0; }
    .term-office-desk.tax-product_cat #category-block { background-position: -105px 0; }
    
    .one-quart .product-block-overlay { height: 270px; }
    
    .home .border:nth-child(5) .product-block { width: 392px; }
    .home .border:nth-child(6) .product-block { width: 392px; }
    .home .border:nth-child(7) .product-block { width: 422px; }
	
	.product-block .product-block-overlay a { margin-right: 30px;  margin-left: 40px;}
	.page-template-advanced-search-results-php .product-block-overlay a { margin-right: 30px;  margin-left: 40px!important;}

	.mejs-video{
		width: 550px!important;
		height: 400px!important;
	}
	.video{
		width: 550px!important;
		height: 449px!important;
	}
	.mejs-overlay-button{
		margin-left: -730px!important;
	}
	.div_video{
	margin-left:15px;
	margin-top:80px;
	}
}

@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .inner-wide, .inner { max-width: 960px; }

    .home .product-block { background-color: #F5F5F5; }

    .home .product-block.one-third { width: 478px; }
    .home .product-block.two-third { width: 479px; }
    
    .home .product-block-inner { margin-top: 30px !important; margin-left: 0px !important; }
    
    .home .product-block-inner h2 { width: 100%; text-align: center; }
    
    .home .product-block-inner p, 
    .home .product-block-inner div {
        display: none;
    }
    
    .home #number-3 { width: 100%; }
    .home .border:nth-child(3) { width: 100%; }
    
    .home #number-4 { width: 478px; }
    .home #number-5 { width: 479px; height: 890px; }
    .home #number-7 { width: 479px; }
    
    .home .border:nth-child(4) { border-left: 1px solid #d6d6d6; }
    .home .border:nth-child(5) { border-left: 0px; }
    .home .border:nth-child(6) { border-left: 1px solid #d6d6d6; }

    .home #number-5 .product-block-overlay { height: 810px; }
    
    .woocommerce-tabs ul li a { font-size: 10pt; }
    
    .archive-header #category-block { width: 100%; background-size: cover; }

    .products .product-block { width: 478px; height: 490px; }
    .products .border:nth-child(4n) .product-block { width: 478px; }
    
    .products-wishlist .product-block { width: 478px; height: 490px; }
    .products-wishlist .border:nth-child(4n) .product-block { width: 478px; }
    
    .single [class^="product-nav-"], .single [class*=" product-nav-"] {  }
    .single .product-nav-favourites { width: 125px; }
    .single .product-nav-information { width: 30px; }
    .single .product-nav-catalogue { padding: 0 5px 0 10px; }
    .single .product-nav-notifications { width: 99px; }
    .single .product-nav-search { padding-top: 17px; }
    .single .product-nav-information-overlay { width: 282px; }
    .single .product-nav-notifications-overlay { padding: 0px; }
    .single .entry-summary, .single .woocommerce-tabs { width: 48.4%; }
    .woocommerce-tabs { margin-bottom: 20px; }
    .images { width: 50%; margin-bottom: 200px; }
    .flex-control-thumbs li { width: 60px; height: 60px; }
    table td, table th { padding: 10px; }
    .parent-pageid-106 .inner .one-quart { width: 25%; }
    .parent-pageid-106 .products-wishlist .product-block { width: 239px; margin-left: 1px; height: 295px; }
    .parent-pageid-106 .products-wishlist .product-block:nth-child(4n+1) { width: 238px; margin-left: 0px; }
    .parent-pageid-106 .products-wishlist .product-block .product-block-overlay { height: 215px; }

    .one-quart .product-block-overlay { height: 410px; }
}

.mobile { display: none; }
.expand .sub-menu { display: none; margin: 0; padding: 0; }
.expand .sub-menu li { margin: 0; padding: 0; }
.mobile-show { display: block !important; }

@media only screen and (max-width: 1600px) {
    .flex-control-thumbs { display: none; }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 979px) {
    .product-nav-notifications, .product-nav-favourites, .product-nav-information { display: none; }
    .main-navigation ul li { display: none; }
    .main-navigation ul li:last-child { display: block; }
    .mobile { display: block; }
    .one-quart .product-block-overlay { height: 365px; }
}

@media only screen and (max-width: 520px) {
    .site-title { width: 50%; margin-top: 10px; }
    .site-title img { width: 100%; height: auto; }
    .header h1 { margin-top: 0px !important; }
    .hidden-main-navigation { width: 320px; }
    .main-navigation { margin-top: 0px; }
    .header { height: 79px; }

.menu-primary-container .menu li a:link, .menu-primary-container .menu li a:visited { padding: 15px 0 14px 0; }

	.woocommerce-account .header{
		height: auto;
	}
	.woocommerce-account .main-navigation{
		margin-top: 0;
	}
	.form-col{
		width: 100%;
	}
    .container { padding-top: 110px; }
	
	.hidden-main-navigation{
		overflow-y: scroll;	
		padding-bottom: 40px;
	}
}

@media only screen and (max-width: 420px) {
    .site-title { width: 50%; margin-top: 0px; }
	.top {margin-left: 75px!important;}

}

@media only screen and (min-width: 350px) and (max-width: 740px){
		
	.mejs-video{
		width: 300px!important;
		height: 200px!important;
	}
	.video{
		width: 300px!important;
		height: 209px!important;
	}
	.mejs-overlay-button{
		margin-left: -860px!important;
	}
	.div_video{
	margin-left:5px;
	margin-top:80px;
}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 800px) and (max-width: 979px) {
    .inner-wide, .inner { max-width: 770px; }

    .home .product-block { background-color: #F5F5F5; }

    .home .product-block.one-third { width: 383px; }
    .home .product-block.two-third { width: 384px; }
    
    .home .product-block-inner { margin-top: 30px !important; margin-left: 0px !important; }
    
    .home .product-block-inner h2 { width: 100%; text-align: center; }
    
    .home .product-block-inner p, 
    .home .product-block-inner div {
        display: none;
    }
    
    .home #number-3 { width: 100%; }
    .home .border:nth-child(3) { width: 100%; }
    
    .home #number-4 { width: 383px; }
    .home #number-5 { width: 384px; height: 890px; }
    .home #number-7 { width: 383px; }
    
    .home .border:nth-child(4) { border-left: 1px solid #d6d6d6; }
    .home .border:nth-child(5) { border-left: 0px; }
    .home .border:nth-child(6) { border-left: 1px solid #d6d6d6; }

    .home #number-5 .product-block-overlay { height: 810px; }
    
    .archive-header .border:first-child { width: 100%; }
    .archive-header #category-block { width: 100%; background-size: cover; }
    
    .archive-header .border:last-child { width: 100%; border-left: 1px solid #d6d6d6; border-right: 1px solid #d6d6d6; }
    .archive-header .border:last-child .product-block { width: 100%; background-position: center center; background-color: #ffffff; margin-left: 0px !important; }

    .tax-product_cat .products .product-block { width: 383px; height: 455px; }
    .products .border:nth-child(4n) .product-block { width: 383px; }

    .single .entry-summary, .single .woocommerce-tabs { width: 48.4%; }
    .woocommerce-tabs { margin-bottom: 20px; }
    .images { width: 50%; margin-bottom: 200px; }
    .flex-control-thumbs li { width: 60px; height: 60px; }
    table td, table th { padding: 10px; }
    .woocommerce-tabs .tabs { padding: 40px 40px 10px 40px; }
    .woocommerce-tabs ul li { margin-bottom: 25px; }
    .parent-pageid-106 .products-wishlist .product-block { width: 383px; height: 440px; margin-left: 0px; }
    .parent-pageid-106 .products-wishlist .product-block:nth-child(4n+1) { width: 383px; margin-left: 0px; }
    .parent-pageid-106 .products-wishlist .product-block .product-block-overlay { height: 375px; }
    .parent-pageid-106 .products-wishlist .product-block:nth-child(2n+2) { width: 384px; margin-left: 1px; }
    .social-pdf { display: none; }
    .tax-product_cat .products { margin-bottom: 20px; float: left; width: 100%; }
    .collapse { display: none; }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 799px) {

    .container > section { padding-bottom: 120px; }
    .top span { margin-top: -80px; }
    .colophon .right { float: left; margin-top: 10px; }

    .menu-primary-container .menu li a:link, .menu-primary-container .menu li a:visited { width: 130px; }

    .inner-wide, .inner { max-width: 100%; width: 100%; padding: 0 15px; }
    .feature-products { padding: 0 15px; }
    .feature-products .inner-wide { padding: 0; }
    .feature-products .inner { padding: 0; }
    .border { width: 100%; }
    .product-block { width: 100% !important; background-position: 50% 0; /*height: 440px;*/ background-color: #ffffff; }
    .inner-wide .one-quart, .inner-wide .two-quart { height: 440px; }
    .product-block .product-block-overlay { height: 360px; }
	.home .product-block .product-block-overlay { height: 509px; }
    .product-block-inner { margin: 20px 0px !important; text-align: center; }
    .product-block p { display: none; }
    .product-block-inner .button { display: none; }
    .tax-product_cat .products { margin-bottom: 20px; float: left; width: 100%; margin-bottom: 20px; }

	.home .flexslider { display: none; }

    .test_tab_tab { display: none; }
    #tab-test_tab { display: none; }
    
    .woocommerce-tabs { margin-bottom: 20px; }
    
    .social-share { display: none; }

    .product-nav-dropdown { display: none; }
    
    .product-catalogue-footer { display: none; }
    
    footer .one-third { width: 100%; margin-bottom: 40px; }
    .archive-header .exclusive { display: none; }
    #category-block { background-image: none !important; height: 300px; }

    #category-block .product-block-inner { display: block; padding-top: 20px; }
    .single .entry-summary, .single .woocommerce-tabs { width: 100%; background-color: #ffffff; }
    .shop_attributes { float: left; width: 100%; margin-bottom: 20px; }
    .images { width: 100%; margin-bottom: 15px; }
    .flex-control-thumbs li { width: 60px; height: 60px; }
    table td, table th { padding: 10px; }
    .woocommerce-tabs { margin-top: 15px; }
    .woocommerce-tabs .tabs { padding: 40px 40px 10px 40px; }
    .woocommerce-tabs ul li { margin-bottom: 25px; }
    .wl-left { width: 100%; }
    .wl-right { width: 100%; }
    .wl-left input, .wl-left textarea {
        border-radius: 3px;
        border-width: 0px;
        padding: 15px;
        width: 100%;
        margin-bottom: 20px;
        line-height: 125%;
    }
    .collapse { display: none; }
    .social-pdf { display: none; }
    .product-block-image { display: none; }
    
    .contact-page-left, .contact-page-right {
        width: 100%;
        float: left;
        padding: 40px;
    } 
}

@media only screen and (max-width: 568px) and  (min-width: 320px){
	.product-block .top-overlay a {
		margin-right: 25px!important;
		margin-left: 35px!important;
	}
	.product-block .product-block-overlay a {
		margin-right: 25px!important;
		margin-left: 35px!important;
	}
}

@media only screen and (min-width: 360px) and (max-width: 640px) {
	.product-block .top-overlay a {
   	    margin-left: 65px!important;
	}

	.product-block .product-block-overlay a {
    margin-left: 65px!important;
	}
}

@media only screen and (max-width: 731px) and (min-width: 411px){
	.product-block .top-overlay a {
		margin-right: 25px!important;
		margin-left: 79px!important;
	}
	.product-block .product-block-overlay a {
		margin-right: 25px!important;
		margin-left: 79px!important;
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px){
	.product-block .product-block-overlay a {
		margin-left: 250px!important;
		margin-right: 150px!important;
	}
	.product-block .top-overlay a {
    margin-left: 250px!important;
	margin-right: 150px!important;
	}

}


@media only screen and (min-width: 425px) and (max-width: 855px) {
	
	.mejs-video{
		width: 390px!important;
		height: 339px!important;
	}
	.video{
		width: 390px!important;
		height: 339px!important;
	}
	.mejs-overlay-button{
		margin-left: -810px!important;
	}
	.div_video{
	margin-left:15px;
	margin-top:80px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 720px) {

    .page-template-advanced-search-results-php .reveal-modal {
        max-width: 320px;
        margin-left: -160px;
    }
}

@media only screen and (max-width: 720px) {

  		.reveal-modal {
        max-width: 320px;
        margin-left: -160px;
		left:50%;	
    }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 480px) {
    .share-buttons { display: none; }
    .product-catalogue-footer .icon { display: none; }
    /*.sku_wrapper { display: none; }*/
    .flex-direction-nav { display: block;top: 10px!important; right: 140px!important;}
    .flex-control-thumbs { top: 20px; left: 20px; }
    .product-nav-catalogue { width: 100%; }
    .archive h1 { font-size: 30pt; }
    .product-block { background-position: center center; }
    .mobile-hide { display: none; }
	.back-button { bottom: -0px!important;}
}

/* Self Clearing Goodness */
.inner:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.slides li { display: none; }
.slides li:first-child { display: block; }

.ie #fbuilder .fields {
    margin-bottom: 5px;
}

.dfield { margin-bottom: 10px; }


@media print {

	#tab-pricing { display: none !important; }
	.pricing-table { display: none; }

    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
	border: 0px !important;
	padding: 0px !important;
    }

    .container { padding-top: 0px; }

    .panel { display: block !important; }

    #site-navigation, .product-nav, .add-to-favs, .tabs, #tab-test_tab, .share-buttons, .social-share, .back-button, .flex-direction-nav, .collapse, .product-catalogue-footer, footer, .hidden-main-navigation { display: none; }

    .header { position: relative; }

    .woocommerce-tabs, .summary { width: 100% !important; }

    .images { margin-bottom: 0px; width: 50% !important; }
    .images:before { content: ""; }

    #tab-description:before { content: "Features"; }
    #tab-additional_information:before { content: "Specifications"; }

    .panel h2 { display: none; }  

    .slides li img { width: 500px; float: left; display: block; }

    a,
    a:visited {
        text-decoration: none;
    }
/*
    a[href]:after {
        content: " (" attr(href) ")";
	float: left;
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
*/
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.quantity-query {
    font-size: 9pt;
    color: #6E6E6E;
    float: left;
    padding-left: 10px;
    margin-top: 5px;
}


.price-query {
    font-size: 9pt;
    color: #6E6E6E;
    float: left;
    padding-left: 10px;
    margin-top: 5px;
	margin-right: 70px;
}

.results-for {
    font-weight: normal;
    font-size: 14pt;
    text-align: center;
    text-transform: uppercase;
    color: #6a747d;
    padding: 10px 0;
    font-family: 'montserrat', Helvetica, Arial, sans-serif;
}

.search-title {
    width: 100% !important;
    height: auto;
    padding: 30px;
    border: none;
    margin-bottom: 10px;
    text-align: center;
    background-color: #6a747d;
}
.search-title h2 {
    padding: 0px;
    font-size: 16pt;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
    font-family: 'avenir', 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: bold;
}
.single-product .search-title {
    display: none;
}
#advanced-searchform {
    padding: 0 60px;
}
#advanced-searchform fieldset {
    width: 25%;
    float: left;
    text-align: left;
    color: #6a747d;
}
@media only screen and (max-width: 979px) {
    #advanced-searchform fieldset { width: 50%; margin-top:10px; }
}
@media only screen and (max-width: 799px) {
    #advanced-searchform fieldset {
        width: 100%;
        margin-top: 10px;
    }
    #advanced-searchform {
        padding: 0 20px;
    }
}
.dk-select {
   width: 98%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
   .dk-select {
      max-width: 230px; 
   }
}
@media only screen and (min-width: 980px) and (max-width: 1199px) {
   .dk-select {
      max-width: 180px; 
   }
}
@media only screen and (max-width: 320px) {
   .dk-select {
      max-width: 205px; 
   }
}
.dk-selected {
    padding: 10px 15px;
    border: 2px solid #efefef;
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11pt;
}
.dk-selected:after {
   border: none;
}
.dk-selected:before {
    top: 50%;
    border: solid transparent;
    border-width: 7px 5px 0;
    border-top-color: #CCCCCC;
    margin: -3px 1em 0 0;
}
.dk-option {
    padding: 5px 15px;
}
.dk-selected:hover, .dk-selected:focus {
    outline: none;
    border-color: #00b4cb;
}
.dk-select-open-down .dk-selected {
    border-color: #00b4cb;
}
.dk-selected:hover:before, .dk-selected:focus:before {
    border-top-color: #00b4cb;
}
.dk-select-options .dk-option-highlight,
.dk-option-selected {
    background-color: #00b4cb;
}
.dk-select-open-up .dk-select-options, .dk-select-open-down .dk-select-options, .dk-select-multi:focus .dk-select-options {
    border-color: #00b4cb;
}
.dk-select-open-up .dk-selected:before, .dk-select-open-down .dk-selected:before {
    border-width: 0 5px 7px;
    border-bottom-color: #00b4cb;
}
.dk-select-open-up .dk-selected:after, .dk-select-open-down .dk-selected:after,
.dk-selected:hover:after, .dk-selected:focus:after {
    border-left-color: #00b4cb;
}
#submitsearch {
    border: 0px;
    width: 98%;
    height: 47px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 11pt;
    font-weight: bold;
    background-color: #b4b9be;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
#submitsearch:hover {
    background-color: #00b4cb;
    transition: all 0.2s ease-in-out;
}
input[type=submit]:disabled,
#submitsearch:disabled {
    background-color: #DDDDDD;
    cursor: not-allowed;
}

.product-nav-follow object{ display: block; height: 26px; width: 26px; }

.woocommerce-error{
    margin-bottom: 20px;
}

.wpcf7-title {
	font-size:11pt;
	color:#6e6e6e;
	padding-bottom: 5px;
	margin-top: 25px;
}
.wpcf7 {
	font-size:10pt;
	color:#6e6e6e;
}
.wpcf7 input,textarea {
	border:none;
	background:#e2e3e5;
	color:#6a747d;
	padding: 5px;
	width: 100%;
}
.wpcf7 input[type='submit'] {
	padding: 10px 30px;
	font-weight:600;
	background:#6a747d;
	color:#ffffff;
	font-size:11pt;
	width: 100px;
}
div.wpcf7-response-output,div.wpcf7-display-none,div.wpcf7-validation-errors{ border:none!important;}
div.wpcf7-validation-errors{color:#ff0000;}
.wpcf7-div {
	padding: 0 40px 20px 40px;
}
@media only screen and (max-width: 320px) {
	.wpcf7-title {
		margin-top: 80px;
	}

}

.phone-number{
	margin-right: auto;
	float:left;
}
