/*
	Theme Name: Lines On 2017
	Theme URI: http://moteur.co
	Description: Custom Theme built on the moteur.co Core
	Version: 1.0
	Author: Moteur
	Author URI: http://moteur.co
	Tags: Moteur, HTML5, CSS3, Unyson

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
    color: #777777;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}

input, textarea {
    outline: 0;
    border: 2px solid #eaeaea;
    border-radius: 3px;
    padding: 7px 7px !important;
}

input:focus {
	outline:0;
	border: 1px solid #c38749;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #2b2b2b;
    line-height: 1em;
}

hr {
	border-top: 10px solid #EBEBEB;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}

.header .vx-mobile-utility {
	border-bottom: 1px solid #d3d3d3;
	color: #6e6e6e;
	font-size: 12px;
	padding: 15px 0;
	display: none;
}

.header .vx-tertiary-wrapper {
	background-color: #eff2f5;
	padding: 10px 0;
}

.vx-header-wrapper .vx-search-form-wrapper form {
	margin-top: 70px;
}

.vx-header-wrapper .vx-search-form-wrapper input {
	font-family: FontAwesome, 'Lato', sans-serif;
	width: 100%;
	box-sizing: border-box;
	outline: 0;
    padding: 8px 12px;
    font-size: 15px;
    line-height: 1.467;
    color: #34495e;
    border-radius: 0px;
    box-shadow: none;
    -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear;
    transition: border .25s linear,color .25s linear,background-color .25s linear;
}

.header .vx-menu-toggle {
	padding: 0;
}

/* logo */
.vx-logo-wrapper .logo {
    margin: 2em auto;
    float: left;
    min-width: 300px;
    max-width: 420px;
    width: 90%;
}
.logo-img {

}

.vx-header-wrapper .vx-utility-wrapper {
	text-align: right;
}

.vx-header-wrapper .vx-utility-wrapper .phone-num {
    color: #262b32;
    font-size: 33px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 1.25em;
    margin-top: 65px;
}

.vx-header-wrapper .vx-utility-wrapper .phone-num p {
	margin: 0;
	font-size: 45px;
}


.vx-header-wrapper .vx-call-to-action {
    background-image: url(images/menu.background.png);
    background-position: center center;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 24px 0px;
    margin-top: -15px;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    position: absolute;
    right: 21px;
}


/* nav */
.vx-menu-wrapper {
    background-color: #0c8ccc;
}

.vx-menu-wrapper ul.vx-main-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.vx-menu-wrapper ul.vx-main-menu > li {
	display: inline-block;
	padding: 0;
	cursor: pointer;
	position: relative;
	line-height: 60px;
	float: left;
}

.vx-menu-wrapper ul.vx-main-menu > li.menu-item-has-children > a:after {
    content: '\f0dd';
    font-family: FontAwesome;
    font-size: 12px;
    position: relative;
    padding-right: 2px;
    padding-left: 10px;
    top: -4px;
}

.vx-menu-wrapper ul.vx-main-menu > li > a {
	color: #FFF;
    font-weight: 900;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 300ms ease-in 0s;
    border-right: 1px solid #ffffff;
    padding: 0 25px;
	font-size: 15px;
}

.vx-menu-wrapper ul.vx-main-menu li:last-child a {
	border-right: none;
}

.vx-menu-wrapper ul.vx-main-menu li ul.sub-menu {
	background-color: #0c8ccc;
	position: absolute;
	left: 0px;
	margin: 0;
	padding: 0 0;
	display: block;
	visibility: hidden;
	z-index: 4;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.15);
	-webkit-backface-visibility: hidden;
}

.vx-menu-wrapper ul.vx-main-menu > li > ul > li {
	text-transform: none;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	transition: background-color 500ms ease;
}

.vx-menu-wrapper ul.vx-main-menu > li > ul > li:hover {
	background-color: #08455d;
}


.vx-menu-wrapper ul.vx-main-menu > li > ul > li > a {
	display: block;
    width: 170px;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.7;
    letter-spacing: normal;
    font-size: 13px;
    color: #FFF;
    font-weight: 400;
    text-transform: none;
}

.vx-menu-wrapper ul.vx-main-menu li:hover > ul {
    visibility: visible;
}

/* Mobile Menu */

.toggle-button {
	background: none;
	padding: 0;
	margin: 0;
	border: none;
	font-size: 18px;
}

.vx-mobile-menu {
	padding: 2em 0 0 0;
	margin: 0;
	list-style: none;
}

.vx-mobile-menu li a {
	display: block;
	padding: 10px 20px;
	color: #FFF;
}

.vx-mobile-menu li ul {
	display: none;
	list-style: none;
}

/* sidebar */
.sidebar {

}
/* footer */
footer {
    background: #0c8ccc;
	color: #FFF;
}

footer a {
	color: #FFF;
}

footer .tagcloud a {
	font-size: 16px !important;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 10px;
    border: 2px solid #db0a5b;
    transition: color 0.15s, border-color 0.15s;
    color: #999;
}

footer .tagcloud a:before {
    content: "#";
    margin-right: 1px;
    padding: 0px;
}

footer .tagcloud a:nth-of-type(1n+7) {display: none;}

footer .vx-widgets-wrapper {
	padding: 2em 0;
}

footer .vx-widgets-wrapper .widgets h3 {
    color: #FFF;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: uppercase;
}

footer .vx-widgets-wrapper .widgets ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer .vx-widgets-wrapper .widgets ul li {
	color: #dddddd;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
}

footer .vx-widgets-wrapper .widgets ul li ul {
	display: none;
}

footer .vx-widgets-wrapper .widgets ul li:last-child {
	border-bottom: none;
}

footer .vx-widgets-wrapper .widgets ul li a {
	color: #FFF;
    font-size: 14px;
    text-transform: capitalize;
}


footer .vx-copyright-wrapper {
	    background: #0076b1;
    padding: 30px 0px 30px 0px;
}

footer .vx-copyright-wrapper .copyright {
	margin-bottom: 0px;
	font-size: 12px;
	letter-spacing: 0.04em;
	color: #FFF;
}

/*------------------------------------*\
    GLOBAL
\*------------------------------------*/
.fw-container-fluid .fw-col-xs-12 {
	padding: 0 !important;
}

.fw-heading h2 {
	font-weight: 200;
    text-transform: uppercase;
    font-size: 30px;
}

.fw-heading h4 {
	display: inline-block;
    padding: 0 20px;
    position: relative;
    color: #262b32;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.fw-heading h4:after, .fw-heading h2:after {
	background: rgba(0, 0, 0, 0) url("images/divider.png") no-repeat scroll center top;
    bottom: -32px;
    content: "";
    display: block;
    height: 23px;
    left: 0;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    right: 0;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.page.home .fw-col-sm-4 img {
	margin-bottom: 1em;
}


/*------------------------------------*\
    SINGLE
\*------------------------------------*/
.single-post .entry-content {
    line-height: 36px;
    letter-spacing: 0.03em;
}

.single-post h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 25px;
}

.single-post article img {
}

/*------------------------------------*\
    LOOP
\*------------------------------------*/

.vx-loop {
	
}

.vx-loop article h2 {
	line-height: 1.2;
	font-weight: 700;
	margin: 0 0 20px 0;
	font-size: 30px;
}

.vx-loop article:nth-child(2n+1) {
	clear: left;
}


/*------------------------------------*\
    PAGINATION
\*------------------------------------*/
.page-numbers { padding: 20px; 0; text-align: center; border: none !important; white-space: normal !important; text-align: center; }
.page-numbers li {
	border: none !important;
	float: none !important;
	display: inline-block;
}
.page-numbers a,
.page-numbers span { line-height:1.25; margin:0 7px 0 0; display:inline-block; -moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; padding:5px 9px 4px; }
.page-numbers a.page-numbers { background: #c38749; color: #FFF; }
.page-numbers a.next { background:none; font-weight:600; color: #0bbe5f;}
.page-numbers a.prev { background:none; font-weight:600; color: #0bbe5f; }
.page-numbers a.next:hover,
.page-numbers a.prev:hover { background:none; }

.page-numbers span.current { background: #F5F5F5; color: #555; }
/*------------------------------------*\
    FW SHORTCODES
\*------------------------------------*/
.fw-shortcode-latest-posts h2 {
	line-height: 1em;
	font-size: 22px;
}
.shortcode-widget-area {
	background: #f5f5f5;
    padding: 15px;
    margin-top: 1em;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}

.page.gallery .fw-page-builder-content {
	padding: 1em 0;
}

.m-block-gallery {
	
}

.m-block-gallery .m-gallery-item a:hover img {
	opacity: 0.7;
	transform: scale(1.05);

}

.m-block-gallery .m-gallery-image-wrapper {
	overflow: hidden;
}

.m-block-gallery .m-gallery-item {
	margin-bottom: 20px;
	overflow: hidden;
}

.m-block-gallery .m-gallery-item .m-gallery-item-title {
	background-color: #0c8ccc;
    text-align: center;
    padding: 10px 0;
    color: #FFF;
    position: absolute;
    font-weight: 800;
    bottom: 0;
    left: 15px;
    right: 15px;
}

.m-block-gallery .m-gallery-item img {
	width: 100%;
	transition: all 300ms ease;
	backface-visibility: hidden;
}

.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	background-color: #0c8ccc;
    border: none;
    width: 100% !important;
    color: #FFF;
    padding: 10px 20px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 19px;
}

/*------------------------------------*\
    eCommerce
\*------------------------------------*/
.vx-range-filter, .vx-category-filter {
	background-color: #fafafa;
	border: 1px solid #c7c7c7;
	border-radius: 4px;
	padding: 10px;
}

.vx-range-filter h2, .vx-category-filter h2 {
	margin-top: 0;
}


.vx-commerce-wrapper {
	margin: 1em auto;
}

.vx-commerce-wrapper mark {
	display: none;
}


/* Loop */
.sidebar ul.product-categories, .sidebar .widget_nav_menu ul.menu, .sidebar .widget_categories ul, .sidebar .widget_archive ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul.product-categories > li, .sidebar .widget_nav_menu ul.menu li, .sidebar .widget_categories ul li, .sidebar .widget_archive ul li {
	list-style: none;
    padding: 7px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    font-size: 12px;
}

.sidebar ul.product-categories > li.cat-parent > a:after, .sidebar .widget_nav_menu ul.menu > li.menu-item-has-children > a:after {
    content: '\f078';
    font-family: FontAwesome;
    font-size: 9px;
    position: absolute;
    top: 7px;
    padding-left: 6px;
    color: #969696;
}


.sidebar ul.product-categories > li > ul, .sidebar .widget_nav_menu ul.menu li > ul {
    padding: 0;
    margin: 5px 0 0 10px;
    list-style: none;
    font-size: 11px;
}

.sidebar ul.product-categories > li > ul > li, .sidebar .widget_nav_menu ul.menu li > ul > li {
	list-style: none;
    padding: 7px 0;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar ul.product-categories > li > ul > li:last-child, .sidebar .widget_nav_menu ul.menu li > ul > li:last-child {
	border-bottom: none;
}

.sidebar ul.product-categories > li > ul, .sidebar .widget_nav_menu ul.menu li > ul {
	display: none;
}

.sidebar ul.product-categories > li.current-cat > ul, .sidebar .widget_nav_menu ul.menu li.current-menu-item > ul {
	display: block;
}

.vx-toggle-sidebar {
	display: none;
	background-color: #333;
	padding: 8px 10px;
}

.vx-toggle-sidebar a {
	color: #FFF;
	display: block;
}

.vx-toggle-sidebar a:after {
	content: '+';
	float: right;
}

/* Single Product Page*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 60%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	width: 38%;
	text-align: center;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #c38749;
	font-size: 3em;
	font-weight: 700;
	margin: 0.5em 0;
}

.woocommerce div.product p.price del, .woocommerce div.product span.price del, .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	line-height: 1em;
}

.woocommerce span.onsale {
	background: #da2a2a;
}

.woocommerce div.product form.cart div.quantity {
	float: none;
	margin: 0 0 10px 0;
}

.woocommerce .quantity:before {
	content: "Quantity:"
}

.woocommerce div.product .summary form.cart button.single_add_to_cart_button {
	width: 100%;
	float: none;
}



.single-product .related.products { 
	clear: both;
}

.single-product .vx-commerce-wrapper.fw-main-row-top .fw-col-sm-3 .gform_widget .gform_button {
	color: #ffffff;
	background-color: #c38749;
}

.single-product .vx-product-sidebar {
	background-color: #fafafa;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
}

.single-product .vx-product-sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.single-product .vx-product-sidebar ul li {
	border-bottom: 1px solid #eaeaea;
	padding: 5px 0;
}

.single-product .vx-product-sidebar ul li:before {
	content: '\f105';
	font-family: FontAwesome;
	font-size: 12px;
	padding-left: 3px;
	margin-right: 5px;
}

.woocommerce .vx-product-sidebar ul li:last-child {
	border: none;
}

/* Buttons */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #c38749;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #af7336;
}

/* Range/Category Filter */

.woocommerce .product-range img, .woocommerce .product-category img {
	border: 2px solid rgb(184, 182, 182);
}


/* FW Gallery */

.single-fw-portfolio {
	
}

ul.fw-portfolio-gallery {
	padding: 0;
	margin: 0;
	list-style: none;
}

ul.fw-portfolio-gallery li {
    width: 25%;
    float: left;
    display: inline-block;
    padding: 5px;
}

ul.fw-portfolio-gallery li a img {
	transition: all 300ms ease;
	backface-visibility: hidden;
}

ul.fw-portfolio-gallery li a:hover img {
	opacity: 0.8;
}


/*------------------------------------*\
	SLIDE OUT MENU
\*------------------------------------*/

.slideout-menu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
}

.slideout-panel {
  position:relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

#panel {
	background-color: #FFF;
}

#menu {
	background-color: #1D1F20;
	background-image: linear-gradient(145deg, #1D1F20, #404348);
}


/*------------------------------------*\
	PreLoader
\*------------------------------------*/

#preloader {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 11000;
}
#spinner {
	margin: 0px auto;
    font-size: 10px;
    position: relative;
    top: 50%;
    border-top: 5px solid rgba(0, 61, 82, 0.5);
    border-right: 5px solid rgba(0, 61, 82, 0.5);
    border-bottom: 5px solid rgba(0, 61, 82, 0.5);
    border-left: 5px solid #92dcf7;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
    background-color: rgba(95, 137, 189, 0.5);
}
#spinner,
#spinner:after {
  border-radius: 50%;
  width: 4em;
  height: 4em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/





@media only screen and (max-width:768px) {
	.header .vx-mobile-utility {
		display: block;
	}
	
	.header .vx-utility-menu {
	    text-align: center;
		position: static;
		margin-top: 1em;
	}
	
	.vx-header-wrapper .vx-utility-wrapper, .header .vx-utility-menu ul {
		text-align: center;
	}
	
	.vx-logo-wrapper .logo {
		float: none;
		margin: 1em auto;
	}
	
	.vx-logo-wrapper .phone-num {
	    position: static;
	    transform: none;
	    text-align: center;
	    font-size: 18px;
    }
    
    .vx-logo-wrapper .phone-num p {
    }
	
	.fw-tablet-hide-element {
		display: none;
	}
	
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	    width: 48%;
	}
	
	.vx-toggle-sidebar {
		display: block !important;
	}
	
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100%;
		float: none;
	}
	
		
	.vx-logo-wrapper .logo {
		text-align: center;
	}
	
	.vx-logo-wrapper .logo img {
		max-width: 220px;
	}
	
	.vx-header-wrapper .vx-search-form-wrapper form {
		margin-top: 1em;
	}
	
	.vx-header-wrapper .vx-utility-wrapper .phone-num {
		color: #262b32;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 0px;
		line-height: 1.25em;
		margin-top: 1em;
	}
	
	.vx-header-wrapper .vx-utility-wrapper .phone-num p {
		margin: 0;
		font-size: 25px;
	}
	
	.vx-header-wrapper .vx-call-to-action {
		display: none;
	}
	
}
@media only screen and (max-width:1024px) {
	.vx-menu-wrapper {
		display: none;
	}
	
	.fw-tablet-landscape-hide-element {
		display: none;
	}
}
@media only screen and (min-width:1140px) {

}
@media only screen and (max-width:1280px) {
	.fw-desktop-hide-element {
		display: none;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

@media only screen and (min-width:320px) {

}

@media only screen and (max-width:480px) {
    .fw-mobile-hide-element {
		display: none;
	}
}


.fw-container {
	width: 1380px !important;
}
/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#db0a5b;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#db0a5b;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#db0a5b;
	color:#FFF;
	text-shadow:none;
}


/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	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;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}