/*
Theme Name: Lacmo
Theme URI: http://netfolie.com
Description: Custom built theme to meet client requirements.
Version: 1.1
Author: Netfolie
Author URI: http://netfolie.com
Tags: white, one-column, two-columns, three-columns,four-columns, right-sidebar, responsive-layout, custom-colors, custom-menu, featured-images, theme-options, translation-ready, photoblogging
License: GNU General Public License version 1.0
License URI: http://netfolie.com
Text Domain: lacmo
*/
/**	01. Color  & Background Colors
*************************************************** **/
.color-white, .color-white h1,.color-white h2,.color-white h3,.color-white h4,.color-white h5,.color-white h6,.color-white p{
    color: #fff !important;
  
}
.color-blue, .color-blue h1,.color-blue h2,.color-blue h3,.color-blue h4,.color-blue h5,.color-blue h6,.color-blue p, .color-blue span{
    color: #0b132b !important;
}
.color-dark, .color-dark h1,.color-dark h2,.color-dark h3,.color-dark h4,.color-dark h5,.color-dark h6,.color-dark p, .color-dark span{
    color: #222222 !important;
}
.color-purple, .color-purple h1,.color-purple h2,.color-purple h3,.color-purple h4,.color-purple h5,.color-purple h6,.color-purple p, .color-purple span{
    color: #191951 !important;
}
.color-dark_2, .color-dark_2 h1,.color-dark_2 h2,.color-dark_2 h3,.color-dark_2 h4,.color-dark_2 h5,.color-dark_2 h6,.color-dark_2 p, .color-dark_2 span{
    color: #333333 !important;
}
.color-light-dark, .color-light-dark h1,.color-light-dark h2,.color-light-dark h3,.color-light-dark h4,.color-light-dark h5,.color-light-dark h6,.color-light-dark p, .color-light-dark span{
    color: #666666 !important;
}
.color-grey, .color-grey h1,.color-grey h2,.color-grey h3,.color-grey h4,.color-grey h5,.color-grey h6,.color-grey p, .color-grey span{
    color: #dddddd !important;
}
.color-half-white{
    color: #cccccc;
}
.bg-half-white {
    background: #f7f7f7;
}
.bg-light-white {
    background: #fafafa;
}
.bg-light {
    background: #f6f6f6;
}
.bg-light-white-2 {
    background: #fdfdff;
}
.bg-dark-grey {
    background: #333333;
}
.bg-white {
    background: #fff;
}
.bg-purple {
    background-image: url("images/ban3.jpg");
    background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; 
}
.bg-black {
    background: #000;
}
.bg-blue {
    background: #35abd3;
}
.bg-grey2 {
    background: #f0f0f0;
}
.bg-yellow {
    background: #fbcb38;
}
.bg-light-black {
    background: #222;
}
.bg-gradient {
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 0%, #7a449a 0%, #7a449a 33%, #36a9d2 66%, #36a9d2 100%);
}
.fw-300 {
    font-weight: 300;
}
.fw-400 {
    font-weight: 400;
}
.fw-600 {
    font-weight: 600;
    color:#1F1B50;
}
.fw-700 {
    font-weight: 700;
}
.fw-900 {
    font-weight: 900;
}
/** ************************************* **/
/**	02. Font Sizes
*************************************************** **/
.font-11 {
    font-size: 11px;
}
.font-13 {
    font-size: 13px;
}
.font-15 {
    font-size: 15px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-21{
    font-size: 21px;
}
.font-22{
    font-size: 22px;
}
.font-27{
    font-size: 27px;
}
.font-32 {
    font-size: 32px;
}
.font-34 {
    font-size: 34px;
}
.font-37 {
    font-size: 37px;
}
.font-40 {
    font-size: 40px;
}
.font-42 {
    font-size: 30px;
    text-transform:uppercase;
}
.font-50 {
    font-size: 50px;
}
.font-60 {
    font-size: 50px;
}
@media only screen and (max-width: 1435) {
.font-60 {
    font-size: 60px;
    }
}
.font-68 {
    font-size: 68px;
}
.font-72 {
    font-size: 72px;
}
.font-84 {
    font-size: 84px;
}
.font-172 {
    font-size: 172px;
}
.text-italic{
    font-style: italic;
}
.text-bold {
    font-weight: 700;
}
/** ************************************* **/
/**	02. Spacings
*************************************************** **/
.pad-right-30 {
    padding: 0 90px 0 0;
}
.pad-zero {
    padding:0;
}
.pad-zero2 {
    padding:60px 0 0 0;
}
.pad-zero-fixe {
    padding:0;
    max-width: 500px;
    height:450px;
}
.pad-right-zero {
    padding-right: 0;
}
.pad-left-zero {
    padding-left: 0;
}
.pad-top-zero {
    padding-top: 0;
}
.pad-bottom-zero {
    padding-bottom: 0;
}
.pad-bottom-60 {
    padding-bottom: 60px;
}
.pad-top-60 {
    padding-top: 60px;
}
.pad-25 {
    padding: 25px;
}
.pad-45 {
    padding: 45px 0;
}
.pad-50 {
    padding: 50px 0;
}
.pad-65 {
    padding: 65px 0;
}
.pad-80 {
    padding: 80px 0;
}
.space10 {
    float: left;
    width: 100%;
    height: 10px;
}
.space20 {
    float: left;
    width: 100%;
    height: 20px;
}
.space30 {
    float: left;
    width: 100%;
    height: 30px;
}
.space40 {
    float: left;
    width: 100%;
    height: 40px;
}
.space50 {
    float: left;
    width: 100%;
    height: 50px;
}
.space60 {
    float: left;
    width: 100%;
    height: 60px;
}
.space70 {
    float: left;
    width: 100%;
    height: 70px;
}
.space80 {
    float: left;
    width: 100%;
    height: 80px;
}
.space90 {
    float: left;
    width: 100%;
    height: 90px;
}
.space100 {
    float: left;
    width: 100%;
    height: 100px;
}
.space110 {
    float: left;
    width: 100%;
    height: 110px;
}
.space120 {
    float: left;
    width: 100%;
    height: 120px;
}
.space130 {
    float: left;
    width: 100%;
    height: 130px;
}
.space140 {
    float: left;
    width: 100%;
    height: 140px;
}
.space150 {
    float: left;
    width: 100%;
    height: 150px;
}
.height-200 {
    height: 200px;
    width: 200px;
}
.height-280 {
    height: 280px;
}
.min-height-300 {
    min-height: 380px;
}
.min-height-600 {
    height: 720px;
}
.min-height-720 {
    height: 720px;
}
.min-height-780 {
    min-height: 780px;
}
.min-height-865 {
    min-height: 865px;
}
.min-height-350 {
    min-height: 350px;
}
.min-height-500{
    min-height: 450px;
}
/** Scroll Bar **/
/* Scroll Bar Start */
::-webkit-scrollbar {
    width: 8px;
    height: auto;
}
::-webkit-scrollbar-track {
    -webkit-border-radius: 0;
    border-radius: 0;
        background: #fff;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0;
    border-radius: 0;
    background-image: linear-gradient(to top, #3aa2ce 0%, #7a449a 100%);
}
::-webkit-scrollbar-thumb:window-inactive {
    background-image: linear-gradient(to top, #3aa2ce 0%, #7a449a 100%);
}
/* Scroll Bar End */
.display_block {
    display: inline-block;
}
.line-height-25 {
    line-height: 25px;
}
.line-height-30 {
    line-height: 30px;
}
html .offset-top-0 {
    margin-top: 0;
}

html .offset-top-5 {
    margin-top: 5px;
}

html .offset-top-9 {
    margin-top: 9px;
}

html .offset-top-10 {
    margin-top: 10px;
}

html .offset-top-13 {
    margin-top: 13px;
}

html .offset-top-22 {
    margin-top: 22px;
}
html .offset-top-28 {
    margin-top: 28px;
}
html .offset-top-25 {
    margin-top: 25px;
}
html .offset-top-30 {
    margin-top: 30px;
}

html .offset-top-33 {
    margin-top: 33px;
}

html .offset-top-40 {
    margin-top: 40px;
}

html .offset-top-48 {
    margin-top: 48px;
}
html .offset-top-50 {
    margin-top: 50px;
}
html .offset-top-55 {
    margin-top: 55px;
}
html .offset-top-60 {
    margin-top: 60px;
}
html .offset-top-68 {
    margin-top: 68px;
}
html .offset-top-68 {
    margin-top: 68px;
}
html .offset-top-75 {
    margin-top: 75px;
}
html .offset-top-80 {
    margin-top: 80px;
}

html .offset-top-86 {
    margin-top: 86px;
}
html .offset-top-90 {
    margin-top: 90px;
}
html .offset-top-95 {
    margin-top: 95px;
}
html .offset-top-106 {
    margin-top: 106px;
}

html .offset-top-114 {
    margin-top: 114px;
}

html .offset-top-18per {
    margin-top: 18%;
}
html .offset-top-27per {
    margin-top: 27%;
}
/** Offset bottom **/
html .offset-bottom-0 {
    margin-bottom: 0;
}

html .offset-bottom-5 {
    margin-bottom: 5px;
}

html .offset-bottom-9 {
    margin-bottom: 9px;
}

html .offset-bottom-10 {
    margin-bottom: 10px;
}

html .offset-bottom-13 {
    margin-bottom: 13px;
}

html .offset-bottom-22 {
    margin-bottom: 22px;
}

html .offset-bottom-28 {
    margin-bottom: 28px;
}

html .offset-bottom-30 {
    margin-bottom: 30px;
}

html .offset-bottom-33 {
    margin-bottom: 33px;
}

html .offset-bottom-40 {
    margin-bottom: 40px;
}

html .offset-bottom-45 {
    margin-bottom: 45px;
}
html .offset-bottom-48 {
    margin-bottom: 48px;
}

html .offset-bottom-55 {
    margin-bottom: 55px;
}

html .offset-bottom-60 {
    margin-bottom: 60px;
}

html.offset-bottom-68 {
    margin-bottom: 68px;
}

html .offset-bottom-80 {
    margin-bottom: 80px;
}

html .offset-bottom-86 {
    margin-bottom: 86px;
}

html .offset-bottom-106 {
    margin-bottom: 106px;
}

html .offset-bottom-114 {
    margin-bottom: 114px;
}
.hidden {
    display: none;
}
.show {
    display: block;
}
html .mar-left-42 {
    margin-left: 42%;
}
.pad-mar-2 {
    padding-top: 0;
    margin-top: 25px;
}
.font-23{
    font-size: 23px;
}
.white-container{
    padding: 60px 20px;
    display: inline-block;
    width: 100%;
}
.white-container2{
    padding: 60px 0px;
    display: inline-block;
    width: 100%;
}
.font-30{
    font-size: 30px;
}
.font-39{
    font-size: 39px;
}
html .offset-top-140{
    margin-top: 140px;
}
.two-color-heading{
    position: relative;
    max-width: 100%;
    padding-bottom: 0;
    padding-right: 0px !important;
}
.two-color-heading>*{
    margin: 0;
    padding-bottom: 15px;
    font-weight: 600;
}
.two-color-heading:before{
    content: "";
    width: 50%;
    height: 8px;
    background-color: #37AAD2;
    position: absolute;
    bottom: 0;
}
.two-color-heading:after{
    content: "";
    width: 50%;
    height: 8px;
    background-color: #fbcb38;
    position: absolute;
    right: 0;
    bottom: 0;
}
.two-color-heading img {
    margin-left: 10px;
    max-width: 60px;
}
#s-share-buttons {
	display: none !important;
}
.margin-top-0 {
	margin-top: 0;
}
a.wx-button, a.wx-button:hover {
	opacity: 1 !important;
}
a.wx-button:hover {
	background: #35abd3 !important;
}
a.wx-button {
	padding-top: 6px !important;
    padding-bottom: 6px !important;
    border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
    text-shadow: none;	
}
.holds-wc-button {
	margin-top: 30px !important;
}
.widget_wysija .formError {
    right: 0;
    left: auto !important;
}
.portfolioFilter a {
	width: auto !important;
}
.lb,.color-purple .lb {
	color: #37aad2 !important;
}
.none {
	display: none !important;
}
.bg-imageX {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
}
.crd,.color-purple .crd {
	color: #e42320 !important;
}
.cgr,.color-purple .cgr {
	color: #A0A0A0 !important;
}
.cpr,.color-purple .cpr {
	color: #7C4399 !important;
}
.contact-text.default-text h1 {
	font-size: 36px;
}
.contact-text.default-text h2 {
	font-size: 30px;
}
.contact-text.default-text h3 {
	font-size: 24px;
}
.contact-text.default-text h4 {
	font-size: 18px;
}
.contact-text.default-text h5 {
	font-size: 14px;
}
.contact-text.default-text h6 {
	font-size: 12px;
}
.contact-text.default-text p,.contact-text.default-text {
	line-height: normal;
}
.press-content.hdnclass {
	display: none;
}
.notification {
	background-color:#000;
	padding: 10px;
	font-size: 0.9em;
	color:#fff;
	text-align:center;
}
.header_top  {
	background-color:#fff;
}