/*
Theme Name: Theme Leisac
Author: the 
Author URI:
*/
/* =Reset
-------------------------------------------------------------- */

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;
	font-size: inherit;
	color: inherit;
}
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family:Calibri, Arial, Helvetica, sans-serif;
	color:#4c4c4c;
	font-size:16px;
	background:#FFF;
	/*16px = 1rem
		20px = 20/16 = 1.25rem */
}
a {
	text-decoration: none;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
img {
	max-width: 100%;
	border: 0;
	vertical-align: top;
	height: auto;
}
.container {
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 15px;
	width: 100%;
	max-width:1200px;
}
/*Revolution Slider*/
#content .tparrows:before {
display:none;
}
#content .tparrows {
width: 60px;
    height: 56px;
    background: url(images/prev.png);
    left: 25px !important;
    transform: none !important;
    margin-top: -28px;
}
#content .tp-rightarrow.tparrows {
background: url(images/next.png);
    left: auto !important;
right: 25px !important;
}
#content .tp-bullet {
width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #FFF;
    background: transparent;
}
#content .tp-bullet.selected {
background:#0064ab;
}
/*Gravity Forms*/
#content .gform_wrapper {
	margin:0;
	padding: 0 0 0 0;
}
#content .gform_wrapper .gform_body {
	width:100% !important;
	padding:0 !important;
	margin:0 !important;
	max-width:100% !important;
}
#content .gform_wrapper .ginput_container {
	padding: 0 !important;
	margin: 0 !important;
	display:block;
	max-width:100% !important;
}
#content .gform_wrapper ul.gform_fields li.gfield {
	padding-bottom:30px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	position:relative;
	background:none !important;
	border:0 !important;
	padding-top:0 !important;
	/*max-width:100% !important;
	width:100% !important;*/
}
#content .gform_wrapper .top_label input.large,
#content .gform_wrapper textarea.large {
	width: 100%;
	height: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 12px;
	background: none;
	border: 0;
	outline: none;
	margin:0 !important;
	background:#fff;
	border:0;
	color:#9b9b9b;
	
}
#content .gform_wrapper textarea.large {
	height:168px;
	padding:12px;
}
#content .gform_wrapper .top_label .gfield_label {
	display:block;
	padding:0 0 12px 0;
	margin:0;
	float:none;
	width:100%;
	color:#606365;
	font-weight:normal;
	display:none;
}
#content .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	width: auto !important;
	padding: 5px 0 0 0 !important;
	margin: 0 !important;
	font-weight:normal;
}
#content .gform_wrapper div.validation_error {
	width:100%;
	padding:10px 0;
	font-weight:normal;
}
#content .gform_wrapper .gform_footer {
	padding: 0 15px 35px 0;
    margin: 0;
    text-align: right;
    width: auto;
}
#content .gform_wrapper .gform_footer input.button, 
#content .gform_wrapper .gform_footer input[type=submit] {
	width: 202px;
    height: 54px;
    border: 1px solid #FFF;
    margin: 0 !important;
    background-color: #e80028;
    cursor: pointer;
    text-align: center;
    color: #FFF;
    outline: none;
    font-weight: normal;
    font-size: 24px;
    -webkit-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    transition: background-color .5s ease-out;
}
#content .gform_wrapper .gform_footer input.button:hover, 
#content .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color:#0064ab;
}
#content .gform_wrapper ul {
padding:0;
margin:0;
}
#content .gform_wrapper h3.gform_title {
padding: 0;
    margin: 0;
    font-size: 36px;
    text-align: center;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
}
#content .gform_wrapper .gform_heading {
margin:0 0 18px 0;
}
#content .gform_confirmation_message {
color: #FFF;
    font-size: 24px;
    padding: 0 0 20px 0;
}
/*wp paginate*/
#content .navigation {
	text-align:center;
	padding:15px 0 30px 0;
	margin:0;
}
#content .navigation ol {
	display:block;
	list-style:none;
padding:0;
margin:0;
}
#content .navigation ol li {
	display:inline-block;
	margin:0 2px;
}
#content .navigation ol li a {
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	color:#FFF;
	text-decoration:none;
	background-color:#0064ab;
	-webkit-transition: background-color .5s ease-out;
  -moz-transition: background-color .5s ease-out;
  -o-transition: background-color .5s ease-out;
  transition: background-color .5s ease-out;
}
#content .navigation ol li a:hover {
	background-color:#e80028;
}
#content .navigation ol li span.current {
	display:inline-block;
	width:40px;
	height:40px;
	line-height:40px;
	color:#0064ab;
	text-decoration:none;
	font-weight:bold;
	background-color:#FFF;
}
/*columns*/
.row-cols {
	position:relative;
	margin-left:-15px;
	margin-right:-15px;
}
.row-cols:after {
	clear:both;
	content:"";
	display:block;
}
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7,
.col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
	padding:0 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float:left;
}
.col-sm-12 {
	width:100%;
	float:none;
}
.col-sm-11 {
	width:90.66666%;
}
.col-sm-10 {
	width:83.33333%;
}
.col-sm-9 {
	width:75%;
}
.col-sm-8 {
	width:66.66666%;
}
.col-sm-7 {
	width:58.333333%;
}
.col-sm-6 {
	width:50%;
}
.col-sm-5 {
	width:41.66666%;
}
.col-sm-4 {
	width:33.33333%;
}
.col-sm-3 {
	width:25%;
}
.col-sm-2 {
	width:16.66666%;
}
.col-sm-1 {
	width:8.33333%;
}
/*Web Style*/
/*Header*/
#header {
border-bottom:3px solid #e1e1e1;
}
#header .top {
background: url(images/top.png);
    background-repeat: repeat;
color: #4c4c4c;
}
#header .top h5 {
   float: left;
    padding: 0 0 0 25px;
    font-size: 24px;
    font-weight: normal;
    color: #989898;
}
#header .top .info-top {
float: right;
}
#header .top .info-top p {
display: block;
    float: left;
    padding: 5px 0;
    border-left: 1px solid #FFF;
    padding-left: 10px;
    margin-left: 10px;
}
#header .top .info-top p:first-child {
padding-left: 0;
    margin-left: 0;
    border: 0;
}
#header .top .info-top p i {
color: #0064ab;
    margin: 0 2px 0 0;
    vertical-align: middle;
}
#header .top .info-top:after {
content:"";
display:block;
clear:both;
}
#header h1 {
float: left;
    margin: 8px 0;
    padding: 0;
}
#nav {
float: right;
    font-weight: bold;
    color: #0064ab;
    text-transform: uppercase;
    font-size: 20px;
padding: 64px 0 0 0;
}
#nav ul {
display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
#nav ul li {
display: inline-block;
    margin: 0 22px;
position:relative;
}
#nav ul li a {
display: block;
    text-decoration: none;
    padding: 14px 4px;
    position: relative;
}
#nav ul li a:after {
position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    left: 0;
    bottom: -3px;
    background: #e80028;
transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
opacity:0;
}
#nav ul li.current-menu-item a:after,
#nav ul li a:hover:after,
#nav ul li.current-menu-parent a:after {
opacity:1;
}
#nav ul ul {
position: absolute;
    top: 55px;
    z-index: 50;
    font-size: 16px;
    color: #FFF;
    font-weight: normal;
    text-transform: none;
    width: 290px;
display:none;
}
#nav ul ul li {
display: block;
    margin: 0;
    background: #0064ab;
}
#nav ul ul li a {
display: block;
    border-bottom: 1px solid #408bc0;
    padding: 8px 10px;
}
#nav ul ul li a:hover,
#nav ul ul li.current-menu-item a {
border-color:#e80028;
}
#nav ul ul li a:after {
display:none;
}
#nav ul li:hover > ul {
display:block;
}
#nav ul li:hover > a:after {
opacity:1;
}
#nav ul li.menu-item-has-children a:before {
content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(images/submenu.png);
    background-repeat: no-repeat;
    background-size: 100%;
    right: -16px;
    top: 50%;
    position: absolute;
    margin-top: -8px;
}
#nav ul li.menu-item-has-children ul li a:before {
display:none;
}

/*Content*/
#content {
	
}
#content h1 {
	
}
#content h2 {
font-size: 36px;
    margin: 0;
    padding: 0 0 18px 0;
    font-weight: normal;
}
#content h3 {
	
}
#content h4 {
	font-size: 18px;
    padding: 0 0 18px 0;
    margin: 0;
}
#content h5 {
	font-size: 18px;
    padding: 0;
    margin: 0;
}
#content h6 {
	
}
#content p {
	padding:0 0 18px 0;
margin:0;
}
#content ul {
	padding:0 0 15px 0;
}
#content ol {
	padding:0 0 15px 0;
}
#content img.alignleft {
	float:left;
	margin:0 30px 20px 0;
}
#content img.alignright {
	float:right;
	margin:0 0 20px 30px;
}
#content img.aligncenter {
	
}
#content .wpb_revslider_element {
margin-bottom:0;
}
#content marquee {
border: 1px solid #FFF;
    padding: 20px 0;
    color: #FFF;
    font-size: 24px;
    font-weight: normal;
}
#content .wpb_text_column .wpb_wrapper:after {
content:"";
display:block;
clear:both;
}
#content .white {
color:#FFF;
}
#content .vc_btn3 {
font-size: 24px;
    background: none;
    border: 1px solid #FFF;
    color: #FFF;
    padding: 15px 40px;
    font-weight: normal;
}
#content .vc_btn3-container {
margin-bottom:35px;
}
#banner {
height:230px;
border-bottom:3px solid #0064ab;
}
#content .wpb_gmaps_widget .wpb_wrapper {
padding:0;
}
#content .wpb_text_column .wpb_wrapper table {
width: 100% !important;
    color: #FFF;
border-spacing: 4px;
}
#content .wpb_text_column .wpb_wrapper table tr {
}
#content .wpb_text_column .wpb_wrapper table td {
background: #0064ab;
}
#content .wpb_text_column .wpb_wrapper table tr:first-child td {
background: #e80028;
padding: 2px 0;
}
#content .wpb_text_column .wpb_wrapper table tr td:first-child {
width:368px;
}
#content .wpb_text_column .wpb_wrapper i.fa {
width: 18px;
    text-align: center;
    margin: 5px 0px 0 0;
}
#banner.banner-2 {
    margin: 0 0 30px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#content h2.title-taxonomy {
color: #e80028;
    text-align: center;
text-transform:uppercase;
}
#content .item-product {
display: inline-block;
    vertical-align: top;
    width: 268px;
    margin: 20px 15px;
    border: 1px solid #0064ab;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
#content .item-product a {
display: block;
    text-decoration: none;
}
#content .item-product .title-bottom {
background: #0064ab;
    display: table;
    width: 100%;
position:relative;
transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
#content .item-product .title-bottom span {
display: table-cell;
    height: 70px;
    vertical-align: middle;
    padding: 0 15px;
}
#content .item-product .title-bottom:after {
content: "";
    width: 32px;
    height: 17px;
    display: block;
    background: url(images/blue.png);
background-repeat: no-repeat;
    background-size: 100% auto;
    right: auto;
    top: -17px;
    position: absolute;
    z-index: 15;
    left: 50%;
    margin-left: -16px;
transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
#content .item-product:hover {
border-color:#ff0024;
}
#content .item-product:hover > a .title-bottom {
background: #ff0024;
}
#content .item-product:hover > a .title-bottom:after {
background: url(images/red.png);
}
#content .wrapp-products {
position:relative;
margin-left:-15px;
margin-right:-15px;
text-align:center;
}
#content .breadcrums {
padding:0 0 30px 0;
}
#content .featured-image {
float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px 0 0;
    margin: 0 0 30px 0;
}
#content .featured-image img {
max-width: 100%;
    display: block;
    margin: 0 auto !important;
    height: auto;
}
#content .entry-product {
width: 50%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 15px;
    margin: 0 0 30px 0;
}
#content .entry-product .buttons {
text-align: right;
padding:30px 0 0 0;
}
#content .entry-product .buttons a {
display: inline-block;
    width: 200px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background: #0064ab;
    color: #FFF;
    margin: 0 0 0 30px;
    font-size: 24px;
    text-decoration: none;
-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
border:1px solid #0064ab;
}
#content .entry-product .buttons a.btn-pdf {
background: none;
color:#0064ab;
}
#content .entry-product .buttons a:hover {
background: #e80028;
border-color:#e80028;
}
#content .entry-product .buttons a.btn-pdf:hover {
background: none;
color:#e80028;
}
#content .wrapp-aditional {
margin: 0 0 35px 0;
    background: #e1e1e1;
    padding: 30px 0 40px 0;
}
#content .wrapp-aditional h2 {
text-align: center;
    text-transform: uppercase;
    color: #0064ab;
}
#content .wrapp-aditional .wrapp-table {
padding: 15px;
    background: #0064ab;
}
#content .wrapp-aditional .wrapp-table table.tb-aditional {
width: 100%;
    text-align: center;
    border-spacing: 4px;
}
#content .wrapp-aditional .wrapp-table table.tb-aditional tr {
}
#content .wrapp-aditional .wrapp-table table.tb-aditional tr th {
background: #e80028;
    color: #FFF;
    padding: 2px 0;
    text-transform: uppercase;
    font-weight: normal;
}
#content .wrapp-aditional .wrapp-table table.tb-aditional tr td {
background: #ffffff;
    padding: 2px 0;
}




/*Sidebar*/
#sidebar {
	
}
/*Footer*/
#footer {
border-top: 3px solid #e80028;
    background: url(images/top.png);
    background-repeat: repeat;
    color: #FFF;
}
#footer .footer-bootom {
background: #0064ab;
padding:22px 0;
}
#footer .footer-bootom .widget {
float: left;
    padding: 0 0 0 15px;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footer .footer-bootom .container .widget:first-child {
padding-left:0;
}
#footer .footer-top {
padding: 28px 0 0 0;
    text-align: center;
    font-size: 24px;
    color: #4c4c4c;
}
#footer .footer-top p {
display:block;
padding:0 0 20px 0;
}
#footer .footer-top img {
margin: 0 10px 5px 10px;
}
#footer .footer-bootom .widget .widget-title {
padding: 0 0 15px 0;
    margin: 0;
    font-size: 24px;
    font-weight: bold;
}
#footer i {
width: 16px;
    text-align: center;
    margin: 0 3px 0 0;
}

#footer .copy {
padding: 12px 0;
    text-align: center;
    background: #004f87;
    color: #8ba2bc;
}
#footer .socials {
padding: 15px 0 0 0;
}
#footer .socials a {
font-size: 30px;
    margin: 0 8px 5px 0;
    text-decoration: none;
    display: inline-block;
}
#footer .socials i {
width: auto;
    margin: 0;
}





