/**********************************
    Grid
***********************************/
@media (min-width: 40rem) {
    .column {
        float: left;
        padding: 0.5em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .column.full { width: 100%; }
    .column.full:focus {outline: none;}
    .column.two-third { width: 66.7%; }
    .column.two-fourth { width: 75%; }
    .column.two-fifth { width: 80%; }
    .column.two-sixth { width: 83.3%; }
    .column.half { width: 50%; }
    .column.third { width: 33.3%; }
    .column.fourth { width: 25%; }
    .column.fifth { width: 20%; }
    .column.sixth { width: 16.6%; }
    .column.flow-opposite { float: right; }  
}
.clearfix:before, .clearfix:after {content: " ";display: table;}
.clearfix:after {clear: both;}
.clearfix {*zoom: 1;}
.row {margin-left: 0px;}
   
/**********************************
    Elements
***********************************/

.lp-ta-c {text-align:center}
.lp-ta-r {text-align:right}
.lp-ta-l {text-align:left}
.lp-ta-j {text-align:justify}
.padding-20 {padding:20px}
.padding-25 {padding:25px}
.padding-30 {padding:30px}
.padding-35 {padding:35px}
.padding-40 {padding:40px}
@media all and (max-width: 540px) {
    .lp-tc {text-align:initial}
    .lp-tr {text-align:initial}
    .lp-tl {text-align:initial}
    .lp-tj {text-align:initial}
    .padding-20 {padding:0}
    .padding-25 {padding:0}
    .padding-30 {padding:0}
    .padding-35 {padding:0}
    .padding-40 {padding:0}
}

.margin-0 {margin:0 !important} 
.margin-15 {margin:15px !important}
.margin-20 {margin:20px !important} 
.margin-25 {margin:25px !important} 
.margin-30 {margin:30px !important} 
.margin-35 {margin:35px !important} 
.margin-40 {margin:40px !important}
.is-card { display:table; background-color: transparent;}
.is-card > * { display:table; }
.is-card-circle { width:280px; height: 280px; border-radius:500px; padding:70px; margin:0 auto; }
@media all and (max-width: 540px) {
    .is-card-circle { zoom:0.7; -moz-transform: scale(0.7); }
}
.is-card-content-centered { display:table-cell;vertical-align:middle;text-align:center; }
.max-390 { max-width:390px;margin:0 auto; }
.shadow-1 { /* card */
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); 
    -moz-box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); 
    box-shadow: 0 1px 3px rgba(0,0,0, 0.12), 0 1px 2px rgba(0,0,0, 0.24); 
}
.shadow-2 { /* screenshot */
    -webkit-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.15);
}
.shadow-3 { /* highlight */
    -webkit-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); 
    -moz-box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); 
    box-shadow: 0 0px 100px rgba(0, 0, 0, 0.2); 
}

img.circle {border-radius:500px;margin-top:0;}
img.bordered {border: #ccc 1px solid;}

.embed-responsive {position: relative;display:block;height:0;padding:0;overflow:hidden;margin-top: 1.4em;margin-bottom: 1em;} 
.embed-responsive.embed-responsive-16by9 {padding-bottom: 56.25%;}
.embed-responsive.embed-responsive-4by3 {padding-bottom: 75%;}


.list {position:relative;margin:1.5em 0;}
.list > i {position:absolute;left:-3px;top:7px;font-size:1.7em;line-height:1;} 
.list > h2, .list > h3 {margin: 0 0 0 50px;}
.list > p {margin: 5px 0 0 50px}

.quote {position:relative;margin:1.5em 0;}
.quote > i {position: absolute;top: -10px; left: -7px;font-size: 2em;}
.quote > small {margin-left:50px;opacity: 0.7;font-size: 1em;}
.quote > p {margin-left:50px;font-size: 1.5em;}

.is-social {line-height:1;margin-bottom:1.5em}
.is-social a > i {text-decoration:none;color:#333;font-size:1.2em;margin:0 15px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.is-social a:hover > i {color:#08c9b9;}
.is-light-text .is-social a > i {color:#fff}
.is-light-text .is-social a:hover > i {color:#fff}
.is-dark-text .is-social a > i {color:#000}
.is-dark-text .is-social a:hover > i {color:#000}

/* backward compatible */
.social {line-height:1;margin-bottom:1.5em}
.social a > i {text-decoration:none;color:#333;font-size:1.2em;margin:0 15px 0 0;-webkit-transition: all 0.1s ease-in-out;transition: all 0.1s ease-in-out;}
.social a:hover > i {color:#08c9b9;}
.is-light-text .social a > i {color:#fff}
.is-light-text .social a:hover > i {color:#fff}

.is-rounded-button-big {display:inline-block;}
.is-rounded-button-big a {display:table;float:left;text-align:center;margin:0 20px;border-radius: 500px; width: 110px; height: 110px;background-color: #aaa;}
.is-rounded-button-big a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:40px}
.is-rounded-button-big a:first-child {margin:0 20px 0 0;}
.is-rounded-button-big a:last-child {margin:0 0 0 20px;}

.is-rounded-button-medium {display:inline-block;}
.is-rounded-button-medium a {display:table;float:left;text-align:center;margin:0 20px;border-radius: 500px; width: 70px; height: 70px;background-color: #aaa;}
.is-rounded-button-medium a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:30px}

.is-boxed-button-big {display:inline-block;}
.is-boxed-button-big a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 110px; height: 110px;background-color: #aaa;}
.is-boxed-button-big a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:40px}

.is-boxed-button-big2 {display:inline-block;}
.is-boxed-button-big2 a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 150px; height: 70px;background-color: #aaa;}
.is-boxed-button-big2 a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:35px}

.is-boxed-button-medium {display:inline-block;}
.is-boxed-button-medium a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 70px; height: 70px;background-color: #aaa;}
.is-boxed-button-medium a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:30px}

.is-boxed-button-medium2 {display:inline-block;}
.is-boxed-button-medium2 a {display:table;float:left;text-align:center;margin:0 30px 0 0;width: 100px; height: 50px;background-color: #aaa;}
.is-boxed-button-medium2 a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:25px}

.is-boxed-button-small {display:inline-block;}
.is-boxed-button-small a {display:table;float:left;text-align:center;margin:0 20px 0 0;width: 50px; height: 50px;background-color: #aaa;}
.is-boxed-button-small a i {display:table-cell;width:100%;height:100%;vertical-align:middle;color:#ffffff;font-size:20px}
.size-12 {font-size:12px !important;line-height: normal;}
.size-14 {font-size:14px !important;line-height: normal;}
.size-16 {font-size:16px !important;line-height: normal;}
.size-18 {font-size:18px !important;line-height: normal;}
.size-21 {font-size:21px !important;line-height: normal;}
.size-24 {font-size:24px !important;line-height: normal;}
.size-28 {font-size:28px !important;line-height: normal;}
.size-32 {font-size:32px !important;line-height: normal;}
.size-36 {font-size:36px !important;line-height: normal;}
.size-40 {font-size:40px !important;line-height: normal;}
.size-44 {font-size:44px !important;line-height: normal;}
.size-48 {font-size:48px !important;line-height: normal;}
.size-64 {font-size:64px !important;line-height: normal;}
.size-80 {font-size:80px !important;line-height: normal;}
.size-96 {font-size:96px !important;line-height: normal;}
@media all and (max-width: 1024px) {
    .size-12 {font-size:12px !important;line-height: normal;}
    .size-14 {font-size:14px !important;line-height: normal;}
    .size-16 {font-size:16px !important;line-height: normal;}
    .size-18 {font-size:18px !important;line-height: normal;}
    .size-21 {font-size:21px !important;line-height: normal;}
    .size-24 {font-size:24px !important;line-height: normal;}
    .size-28 {font-size:28px !important;line-height: normal;}
    .size-32 {font-size:32px !important;line-height: normal;}
    .size-36 {font-size:36px !important;line-height: normal;}
    .size-40 {font-size:40px !important;line-height: normal;}
    .size-44 {font-size:44px !important;line-height: normal;}
    .size-48 {font-size:48px !important;line-height: normal;}
    .size-64 {font-size:64px !important;line-height: normal;}
    .size-80 {font-size:80px !important;line-height: normal;}
    .size-96 {font-size:96px !important;line-height: normal;}
}


/**********************************
    Title Styles
***********************************/

/* Style 1 */

.is-title1-96 {margin-top:20px;margin-bottom:20px;}
.is-title1-80 {margin-top:15px;margin-bottom:15px;}
.is-title1-64 {margin-top:15px;margin-bottom:15px;}
.is-title1-48 {margin-top:15px;margin-bottom:15px;}
.is-title1-32 {margin-top:15px;margin-bottom:15px;}

/* Style 2 */

.is-title2-96 {margin-top:25px;margin-bottom:20px;}
.is-title2-80 {margin-top:20px;margin-bottom:15px;}
.is-title2-64 {margin-top:20px;margin-bottom:15px;}
.is-title2-48 {margin-top:15px;margin-bottom:15px;}
.is-title2-32 {margin-top:10px;margin-bottom:15px;}

/* Style 3 */

.is-title3-96 {margin-top:30px;margin-bottom:35px;padding:20px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-title3-80 {margin-top:25px;margin-bottom:33px;padding:20px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-title3-64 {margin-top:20px;margin-bottom:30px;padding:18px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-title3-48 {margin-top:20px;margin-bottom:25px;padding:18px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-title3-32 {margin-top:20px;margin-bottom:20px;padding:15px 0;border-top:#000 2px solid;border-bottom:#000 2px solid;}

.is-light-text .is-title3-96 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
.is-light-text .is-title3-80 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
.is-light-text .is-title3-64 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
.is-light-text .is-title3-48 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}
.is-light-text .is-title3-32 {border-top:#fff 2px solid;border-bottom:#fff 2px solid;}

.is-dark-text .is-title3-96 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-dark-text .is-title3-80 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-dark-text .is-title3-64 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-dark-text .is-title3-48 {border-top:#000 2px solid;border-bottom:#000 2px solid;}
.is-dark-text .is-title3-32 {border-top:#000 2px solid;border-bottom:#000 2px solid;}

/* Style 4 */

.is-title4-96 {margin-top:30px;margin-bottom:35px;padding:20px 30px;border:#000 2px solid;}
.is-title4-80 {margin-top:25px;margin-bottom:33px;padding:20px 30px;border:#000 2px solid;}
.is-title4-64 {margin-top:20px;margin-bottom:30px;padding:18px 28px;border:#000 2px solid;}
.is-title4-48 {margin-top:20px;margin-bottom:25px;padding:18px 25px;border:#000 2px solid;}
.is-title4-32 {margin-top:20px;margin-bottom:20px;padding:15px 20px;border:#000 2px solid;}

.is-light-text .is-title4-96 {border:#fff 2px solid;}
.is-light-text .is-title4-80 {border:#fff 2px solid;}
.is-light-text .is-title4-64 {border:#fff 2px solid;}
.is-light-text .is-title4-48 {border:#fff 2px solid;}
.is-light-text .is-title4-32 {border:#fff 2px solid;}

.is-dark-text .is-title4-96 {border:#000 2px solid;}
.is-dark-text .is-title4-80 {border:#000 2px solid;}
.is-dark-text .is-title4-64 {border:#000 2px solid;}
.is-dark-text .is-title4-48 {border:#000 2px solid;}
.is-dark-text .is-title4-32 {border:#000 2px solid;}

/* Style 5 */

.is-title5-96 {margin-top:10px;margin-bottom:35px;padding-bottom:25px;border-bottom:#000 2px solid;}
.is-title5-80 {margin-top:10px;margin-bottom:33px;padding-bottom:25px;border-bottom:#000 2px solid;}
.is-title5-64 {margin-top:10px;margin-bottom:30px;padding-bottom:20px;border-bottom:#000 2px solid;}
.is-title5-48 {margin-top:10px;margin-bottom:25px;padding-bottom:20px;border-bottom:#000 2px solid;}
.is-title5-32 {margin-top:10px;margin-bottom:20px;padding-bottom:20px;border-bottom:#000 2px solid;}

.is-light-text .is-title5-96 {border-bottom:#fff 2px solid;}
.is-light-text .is-title5-80 {border-bottom:#fff 2px solid;}
.is-light-text .is-title5-64 {border-bottom:#fff 2px solid;}
.is-light-text .is-title5-48 {border-bottom:#fff 2px solid;}
.is-light-text .is-title5-32 {border-bottom:#fff 2px solid;}

.is-dark-text .is-title5-96 {border-bottom:#000 2px solid;}
.is-dark-text .is-title5-80 {border-bottom:#000 2px solid;}
.is-dark-text .is-title5-64 {border-bottom:#000 2px solid;}
.is-dark-text .is-title5-48 {border-bottom:#000 2px solid;}
.is-dark-text .is-title5-32 {border-bottom:#000 2px solid;}

/* Extra Title Styles */

.is-title-lite {letter-spacing:3px;word-spacing:5px;}
.is-title-lite.is-title3-96, .is-title-lite.is-title4-96, .is-title-lite.is-title5-96 {letter-spacing:4px;word-spacing:8px;}
.is-title-lite.is-title3-80, .is-title-lite.is-title4-80, .is-title-lite.is-title5-80 {letter-spacing:4px;word-spacing:8px;}
.is-title-lite.is-title3-64, .is-title-lite.is-title4-64, .is-title-lite.is-title5-64 {letter-spacing:4px;word-spacing:8px;}
.is-title-lite.is-title3-48, .is-title-lite.is-title4-48, .is-title-lite.is-title5-48 {letter-spacing:4px;word-spacing:8px;}
.is-title-lite.is-title3-32, .is-title-lite.is-title4-32, .is-title-lite.is-title5-32 {letter-spacing:3px;word-spacing:5px;}

.is-title-bold {font-weight:800;}
.is-title-bold.is-title3-96, .is-title-bold.is-title4-96, .is-title-bold.is-title5-96 {border-width:4px;}
.is-title-bold.is-title3-80, .is-title-bold.is-title4-80, .is-title-bold.is-title5-80 {border-width:4px;}
.is-title-bold.is-title3-64, .is-title-bold.is-title4-64, .is-title-bold.is-title5-64 {border-width:3px;}
.is-title-bold.is-title3-48, .is-title-bold.is-title4-48, .is-title-bold.is-title5-48 {border-width:3px;}
.is-title-bold.is-title3-32, .is-title-bold.is-title4-32, .is-title-bold.is-title5-32 {border-width:2px;}


/**********************************
    Into Styles
***********************************/

.is-info1 {margin-top:10px;margin-bottom:0px;font-style:italic;}
.is-info1.size-21 {margin-top:12px;}
.is-info1.size-24 {margin-top:15px;}

.is-info2 {margin-top:10px;margin-bottom:0px;}
.is-info2.size-21 {margin-top:12px;}
.is-info2.size-24 {margin-top:15px;}


/**********************************
    Buttons Styles
***********************************/

.is-btn {
    padding: 10px 50px;
    font-size: 1em;
    line-height: 2em;
    border-radius: 0;
    letter-spacing: 3px;    
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: all 0.16s ease;
    transition: all 0.16s ease;
}

/* ghost1 default */
.is-btn-ghost1 { color: #000; border: 2px solid #111; } 
.is-btn-ghost1:hover, .is-btn-ghost1:active, .is-btn-ghost1:focus {
    color: #fff;
    background-color: #111;
    border: 2px solid #111;
}

/* ghost1 light-text */
.is-light-text .is-btn-ghost1,
.is-dark-text .is-light-text .is-btn-ghost1  { color: #fff; border: 2px solid #fff;}
.is-light-text .is-btn-ghost1:hover, .is-light-text .is-btn-ghost1:active, .is-light-text .is-btn-ghost1:focus,
.is-dark-text .is-light-text .is-btn-ghost1:hover, .is-dark-text .is-light-text .is-btn-ghost1:active, .is-dark-text .is-light-text .is-btn-ghost1:focus  {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;
}

/* ghost1 dark-text */
.is-dark-text .is-btn-ghost1,
.is-light-text .is-dark-text .is-btn-ghost1 { color: #000; border: 2px solid #111; }
.is-dark-text .is-btn-ghost1:hover, .is-dark-text .is-btn-ghost1:active, .is-dark-text .is-btn-ghost1:focus,
.is-light-text .is-dark-text .is-btn-ghost1:hover, .is-light-text .is-dark-text .is-btn-ghost1:active, .is-light-text .is-dark-text .is-btn-ghost1:focus  {
    color: #fff;
    background-color: #111;
    border: 2px solid #111;
}

/* ghost2 default */
.is-btn-ghost2 { color: #000; border: 2px solid #d7d7d7; background-color: #d7d7d7; }
.is-btn-ghost2:hover, .is-btn-ghost2:active, .is-btn-ghost2:focus {
    color: #000;
    background-color: #cdcdcd;
    border: 2px solid #cdcdcd;
}

/* ghost2 light-text */
.is-light-text .is-btn-ghost2,
.is-dark-text .is-light-text .is-btn-ghost2  { color: #000; border: 2px solid #f9f9f9; background-color: #f9f9f9; }
.is-light-text .is-btn-ghost2:hover, .is-light-text .is-btn-ghost2:active, .is-light-text .is-btn-ghost2:focus,
.is-dark-text .is-light-text .is-btn-ghost2:hover, .is-dark-text .is-light-text .is-btn-ghost2:active, .is-dark-text .is-light-text .is-btn-ghost2:focus  {
    color: #000;
    background-color: #fff;
    border: 2px solid #fff;
}

/* ghost2 dark-text */
.is-dark-text .is-btn-ghost2,
.is-light-text .is-dark-text .is-btn-ghost2  { color: #000; border: 2px solid #d7d7d7; background-color: #d7d7d7; }
.is-dark-text .is-btn-ghost2:hover, .is-dark-text .is-btn-ghost2:active, .is-dark-text .is-btn-ghost2:focus,
.is-light-text .is-dark-text .is-btn-ghost2:hover, .is-light-text .is-dark-text .is-btn-ghost2:active, .is-light-text .is-dark-text .is-btn-ghost2:focus {
    color: #000;
    background-color: #cdcdcd;
    border: 2px solid #cdcdcd;
}

.is-btn-small { padding: 5px 25px; font-size: 0.85em; }
.is-upper { text-transform:uppercase; }
.is-rounded-30 { border-radius: 30px; }


/**********************************
    Header Image with Caption
***********************************/
figure.hdr {
	position: relative;
	width: 100%;
	overflow:hidden;
    background-color: #000;   
}
figure.hdr img {
	position: relative;
	display: block;
	width: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;	
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
figure.hdr:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
figure.hdr figcaption {
   	position: absolute;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60%; 
	padding: 0 2.5em;
	color: #fff;
	font-size: 1.55em;
	text-align: center;
	box-sizing: border-box;
	z-index:1;
}
/* Text */
figure.hdr h2 {
	font-weight: 300;
	text-transform: uppercase;
}
figure.hdr h2 span {
	font-weight: 800;
}
figure.hdr p {
	letter-spacing: 1px;
	font-size: 68.5%;
	text-transform: uppercase;
}
figure.hdr h2, figure.hdr p {
	margin: 0;
	z-index:10000;
}
/* Cosmetic */
figure.hdr div {
	height: 100%; 
	z-index:0;
}
figure.hdr div::before,
figure.hdr div::after {
	position: absolute;
	content: '';
}
/* One */
figure.one div::before {
	top: 50px;
	right: 30px;
	bottom: 50px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.one div::after {
	top: 30px;
	right: 50px;
	bottom: 30px;
	left: 50px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Two */
figure.two div::before {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
figure.two div::after {
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/* Three */
figure.three figcaption {
	height: 70%; 
}
figure.three p {
	margin: 1em 0 0;
	padding: 2em;
	border: 1px solid #fff;	
} 
/* Four */
figure.four figcaption {
	height: 60%; 
	text-align: left;
}
figure.four p {
	position: absolute;
	right: 50px;
	bottom: 50px;
	left: 50px;
	padding: 2em;
	border: 7px solid #fff;
}
/* Five */
figure.five figcaption {
	height: 100%; 
	text-align: right;
}
figure.five h2 {
    position: absolute;
    left: 50px;
	right: 50px;
	top: 10%;
	border-bottom: 5px solid #fff;
}
figure.five p {
	position: absolute;
	right: 50px;
	bottom: 10%;
}
/* Six */
figure.six figcaption {
	height: 70%;
}
figure.six h2 {
    padding-bottom: 3%;
	border-bottom: 1px solid #fff;
}
figure.six p {
	padding-top: 6%;
}
/* Seven */
figure.seven figcaption {
	height: 90%;
	text-align:left;
}
figure.seven h2 {
	border-bottom: 3px solid #fff;
}
figure.seven p {
    padding-top: 1em;
}
/* Eight */
figure.eight figcaption {
	height: 100%; 
	text-align: right;
}
figure.eight h2 {
	position: absolute;
	left: 50%;
	right: 50px;
	bottom: 10%;
}
figure.eight p {
    position: absolute;
    left: 50px;
	right: 50%;
	top: 10%;
	padding-right:0.5em;
	border-right: 1px solid #fff;
}

/* FONT SETTING */
.font-bold{ font-weight: bold !important;}
.font-italic{ font-style: italic !important;}
.text-underline{ text-decoration: underline !important;}
.text-strike{ text-decoration: line-through !important;}

/* COLOR SETTING */

.lp-bg-1{ background: #000000 }
.lp-bg-2{ background: #424242 }
.lp-bg-3{ background: #636363 }
.lp-bg-4{ background: #9C9C94 }
.lp-bg-5{ background: #CEC6CE }
.lp-bg-6{ background: #EFEFEF }
.lp-bg-7{ background: #F7F7F7 }
.lp-bg-8{ background: #FFFFFF }
.lp-bg-9{ background: #FF0000 }
.lp-bg-10{ background: #FF9C00 }
.lp-bg-11{ background: #FFFF00 }
.lp-bg-12{ background: #00FF00 }
.lp-bg-13{ background: #00FFFF }
.lp-bg-14{ background: #0000FF }
.lp-bg-15{ background: #9C00FF }
.lp-bg-16{ background: #FF00FF }
.lp-bg-17{ background: #F7C6CE }
.lp-bg-18{ background: #FFE7CE }
.lp-bg-19{ background: #FFEFC6 }
.lp-bg-20{ background: #D6EFD6 }
.lp-bg-21{ background: #CEDEE7 }
.lp-bg-22{ background: #CEE7F7 }
.lp-bg-23{ background: #D6D6E7 }
.lp-bg-24{ background: #E7D6DE }
.lp-bg-25{ background: #E79C9C }
.lp-bg-26{ background: #FFC69C }
.lp-bg-27{ background: #FFE79C }
.lp-bg-28{ background: #B5D6A5 }
.lp-bg-29{ background: #A5C6CE }
.lp-bg-30{ background: #9CC6EF }
.lp-bg-31{ background: #B5A5D6 }
.lp-bg-32{ background: #D6A5BD }
.lp-bg-33{ background: #E76363 }
.lp-bg-34{ background: #F7AD6B }
.lp-bg-35{ background: #FFD663 }
.lp-bg-36{ background: #94BD7B }
.lp-bg-37{ background: #73A5AD }
.lp-bg-38{ background: #6BADDE }
.lp-bg-39{ background: #8C7BC6 }
.lp-bg-40{ background: #C67BA5 }
.lp-bg-41{ background: #CE0000 }
.lp-bg-42{ background: #E79439 }
.lp-bg-43{ background: #EFC631 }
.lp-bg-44{ background: #6BA54A }
.lp-bg-45{ background: #4A7B8C }
.lp-bg-46{ background: #3984C6 }
.lp-bg-47{ background: #634AA5 }
.lp-bg-48{ background: #A54A7B }
.lp-bg-49{ background: #9C0000 }
.lp-bg-50{ background: #B56308 }
.lp-bg-51{ background: #BD9400 }
.lp-bg-52{ background: #397B21 }
.lp-bg-53{ background: #104A5A }
.lp-bg-54{ background: #085294 }
.lp-bg-55{ background: #311873 }
.lp-bg-56{ background: #731842 }
.lp-bg-57{ background: #630000 }
.lp-bg-58{ background: #7B3900 }
.lp-bg-59{ background: #846300 }
.lp-bg-60{ background: #295218 }
.lp-bg-61{ background: #083139 }
.lp-bg-62{ background: #003163 }
.lp-bg-63{ background: #21104A }
.lp-color-1{ color: #000000 !Important;}
.lp-color-2{ color: #424242 !Important;}
.lp-color-3{ color: #636363 !Important;}
.lp-color-4{ color: #9C9C94 !Important;}
.lp-color-5{ color: #CEC6CE !Important;}
.lp-color-6{ color: #EFEFEF !Important;}
.lp-color-7{ color: #F7F7F7 !Important;}
.lp-color-8{ color: #FFFFFF !Important;}
.lp-color-9{ color: #FF0000 !Important;}
.lp-color-10{ color: #FF9C00 !Important;}
.lp-color-11{ color: #FFFF00 !Important;}
.lp-color-12{ color: #00FF00 !Important;}
.lp-color-13{ color: #00FFFF !Important;}
.lp-color-14{ color: #0000FF !Important;}
.lp-color-15{ color: #9C00FF !Important;}
.lp-color-16{ color: #FF00FF !Important;}
.lp-color-17{ color: #F7C6CE !Important;}
.lp-color-18{ color: #FFE7CE !Important;}
.lp-color-19{ color: #FFEFC6 !Important;}
.lp-color-20{ color: #D6EFD6 !Important;}
.lp-color-21{ color: #CEDEE7 !Important;}
.lp-color-22{ color: #CEE7F7 !Important;}
.lp-color-23{ color: #D6D6E7 !Important;}
.lp-color-24{ color: #E7D6DE !Important;}
.lp-color-25{ color: #E79C9C !Important;}
.lp-color-26{ color: #FFC69C !Important;}
.lp-color-27{ color: #FFE79C !Important;}
.lp-color-28{ color: #B5D6A5 !Important;}
.lp-color-29{ color: #A5C6CE !Important;}
.lp-color-30{ color: #9CC6EF !Important;}
.lp-color-31{ color: #B5A5D6 !Important;}
.lp-color-32{ color: #D6A5BD !Important;}
.lp-color-33{ color: #E76363 !Important;}
.lp-color-34{ color: #F7AD6B !Important;}
.lp-color-35{ color: #FFD663 !Important;}
.lp-color-36{ color: #94BD7B !Important;}
.lp-color-37{ color: #73A5AD !Important;}
.lp-color-38{ color: #6BADDE !Important;}
.lp-color-39{ color: #8C7BC6 !Important;}
.lp-color-40{ color: #C67BA5 !Important;}
.lp-color-41{ color: #CE0000 !Important;}
.lp-color-42{ color: #E79439 !Important;}
.lp-color-43{ color: #EFC631 !Important;}
.lp-color-44{ color: #6BA54A !Important;}
.lp-color-45{ color: #4A7B8C !Important;}
.lp-color-46{ color: #3984C6 !Important;}
.lp-color-47{ color: #634AA5 !Important;}
.lp-color-48{ color: #A54A7B !Important;}
.lp-color-49{ color: #9C0000 !Important;}
.lp-color-50{ color: #B56308 !Important;}
.lp-color-51{ color: #BD9400 !Important;}
.lp-color-52{ color: #397B21 !Important;}
.lp-color-53{ color: #104A5A !Important;}
.lp-color-54{ color: #085294 !Important;}
.lp-color-55{ color: #311873 !Important;}
.lp-color-56{ color: #731842 !Important;}
.lp-color-57{ color: #630000 !Important;}
.lp-color-58{ color: #7B3900 !Important;}
.lp-color-59{ color: #846300 !Important;}
.lp-color-60{ color: #295218 !Important;}
.lp-color-61{ color: #083139 !Important;}
.lp-color-62{ color: #003163 !Important;}
.lp-color-63{ color: #21104A !Important;}
.lp-color-blue{ color: blue }

.ui-draggable p, .ui-draggable td, .ui-draggable li, .ui-draggable label {font-family: "UTMAvo", sans-serif;}
.ui-draggable .btn {padding: 5px;font-size: 1em;border-radius: 5px;letter-spacing: 1px;display: inline-block;margin-bottom: 0;font-weight: normal;text-align: center;text-decoration: none;vertical-align: middle;cursor: pointer;background-image: none;border: 1px solid transparent;white-space: nowrap;-webkit-transition: all 0.16s ease;transition: all 0.16s ease;height: inherit;font-family: "UTMAvo", sans-serif;}
.ui-draggable .btn a { font-family: "UTMAvo", sans-serif; }
.ui-draggable .btn.btn-primary {color: #ffffff;background-color: #08c9b9;font-family: "UTMAvo", sans-serif;}
.ui-draggable .btn.btn-primary:hover {color: #ffffff;background-color: #07b0a2;border-color: #07b0a2;font-family: "UTMAvo", sans-serif;}
.ui-draggable .btn.btn-default {color: #333333;background-color: #d3d3d3;font-family: "UTMAvo", sans-serif;}
.ui-draggable .btn.btn-default:hover {color: #111;background-color: #ccc;border-color: #ccc;font-family: "UTMAvo", sans-serif;}
.center{text-align: center;}
.ui-draggable h1, .ui-draggable h2, .ui-draggable h3, .ui-draggable h4, .ui-draggable h5, .ui-draggable h6 {font-size: 2.36em;margin: 0.4em 0;font-family: "UTMAvo", sans-serif;font-weight: 300;letter-spacing: 0px;line-height: 1.4;}
.ui-draggable .list > h2, .list > h3 {margin: 0 0 0 50px;font-family: "UTMAvo", sans-serif;}
.ui-draggable .quote > p {margin-left: 50px;font-size: 1.5em !important;font-family: "UTMAvo", sans-serif;}
.ui-draggable .quote > small {margin-left: 50px;opacity: 0.7;font-size: 1em !important;font-family: "UTMAvo", sans-serif;}
.ui-draggable a{ font-family: "UTMAvo", sans-serif; }
.dropfont{height: 400px;overflow-y: scroll !important;font-family: "UTMAvo", sans-serif;}
#editLink{background-color: #1AA3FE;display: inline-block;border-radius: 3px;padding: 0px 10px;}
#removeLink{background-color:rgb(247, 99, 46);display:inline-block;border-radius: 3px;padding: 0px 10px;}
.bg-toolbar{background: #e1e1e1 !Important;margin-top: -3px;height: 32px;border: none;}
#headingList h3{ font-size: 18px;}
#headingList h5{ line-height: 20px;}
.scrolstyle::-webkit-scrollbar{
	width: 8px;
	height: 100px;
	overflow: auto;
  	visibility: hidden;
}
.scrolstyle::-webkit-scrollbar-track {
}
.scrolstyle::-webkit-scrollbar-thumb {
	background: #999999;
	border-radius: 10px;
	opacity: 0.5;	
}
.scrolstyle:hover {
  visibility: visible;
}
.scrolstyle_delayed {
  transition: visibility 0.2s;
}
.scrolstyle_delayed:hover {
  transition: visibility 0s 0.2s;
}

.getfly-form-tc{max-width:450px!important;width:100%!important;margin:0 auto;padding:25px!important;font-size: 12px;line-height:30px!important;color:#777;border: 1px solid #eae6e6;}
.getfly-form-tl{max-width:450px!important;width:100%!important;margin:0 auto;padding:25px!important;font-size: 12px;line-height:30px!important;color:#777;border: 1px solid #eae6e6;float:left;}
.getfly-form-tr{max-width:450px!important;width:100%!important;margin:0 auto;padding:25px!important;font-size: 12px;line-height:30px!important;color:#777;border: 1px solid #eae6e6;float:right;}


.getfly-fieldset{border: none;min-width: 100%;padding: 0;width: 100%;outline: 0;}
.getfly-input{width:100%!important;border:1px solid #CCC;background:#FFF;padding:5px;outline: 0;margin: 0 0 10px 0;}
.getfly-select{width:100%!important;border:1px solid #CCC;background:#FFF;margin:0 0 10px;outline: 0;padding:5px;}
.getfly-textarea{height:100px;width:100%!important;resize:none;margin:0 0 10px;padding:10px;outline: 0;}
.getfly-submit{cursor:pointer;border:none;background:#f58632;color:#FFF;padding:10px 20px; font-size:18px;outline: 0;clear: left;font-family: "UTMAvo", sans-serif;margin-top: 10px;}
.getfly-a{color:#175F96; text-decoration:none;}
.getfly-span{color:#f58632;font-size: 20px;font-weight: bold;float: none!important; display: initial!important;}
.getfly-copyright{text-align: right !Important;vertical-align: middle;font-size: 12px;padding-top: 20px;}
.getfly-label{display:block!important;}
hr{border: 1px solid #d0d0d0!important;}

.lp-placeholder {
    border: 2px dashed gray;
    height: 100px; /* ***50*** */
}

/* edit style css 15/01/2018 */
@media screen and (max-width: 480px){
.ui-draggable {padding: 0 10px !important;}
.pd5080 {padding: 10px 0px !important;}
.blockpadding {padding: 0px !important;}
.margin-30 {margin: 10px !important;}
.mg100{margin: 0px !important;}
.pd80{padding: 0px !important;}
.blockpadding{padding:10px !important;}
}    
@media screen and (max-width: 767px){
.ui-draggable {padding: 0 10px !important;}
.pd5080 {padding: 10px 0px !important;}
.blockpadding {padding: 0px !important;}
.margin-30 {margin: 10px !important;}
.mg100{margin: 0px !important;}
.pd80{padding: 0px !important;}
.blockpadding{padding:10px !important;}
}  
@media screen and (max-width: 991px){
.ui-draggable {padding: 0 10px !important;}
.pd5080 {padding: 10px 0px !important;}
.blockpadding {padding: 0px !important;}
.margin-30 {margin: 10px !important;}
.mg100{margin: 0px !important;}
.pd80{padding: 0px !important;}
.blockpadding{padding:10px !important;}
}  
@media screen and (max-width: 1199px){
.ui-draggable {padding: 0 10px !important;}
.pd5080 {padding: 10px 0px !important;}
.blockpadding {padding: 0px !important;}
.margin-30 {margin: 10px !important;}
.mg100{margin: 0px !important;}
.pd80{padding: 0px !important;}
.blockpadding{padding:10px !important;}
}  
.mg100{margin: 0px -50px !important;}
.pd5080{padding:50px 80px !important;}
.pd80{padding:100px !important;}
.pd60{padding:60px !important;}
.pl60{padding-left:60px !important;}
.pr60{padding-right:60px !important;}
.blockpadding{padding:50px !important;}
.h1-uppercase{color: #FFF; font-weight: bold !important; margin: 0px;}
.white{color:#FFF;}
.mt50{margin-top: 50px;}
.mt40{margin-top: 40px;}
.mt30{margin-top: 30px;}
.mt20{margin-top: 20px;}
.mb20{ margin-bottom:20px;}
.mb0{margin-bottom:0px;}
.pd070{padding:0px 70px;}
.pd060{padding:0px 60px;}
.letterspacing{0px;}
.w100{width: 100% !important;}
.bor-none {border:none !important;}
.mg0{margin:0px !important;}
.btnred{margin-top: 20px;padding: 10px 15px !important;font-size: 24px !important;color: #FFF;background: red;border-radius: 0px !important;text-transform: uppercase;height: 50px !important; font-weight:bold !important;}
.btnwhite{margin-top: 20px;padding: 10px 15px !important;font-size: 24px !important;color: red;background: #FFF;border-radius: 0px !important;text-transform: uppercase;height: 50px !important; font-weight:bold !important;}
.center{text-align: center;}
.mt10{margin-top: 10px;}
.rtl{direction: rtl;}
.ltr{direction: ltr;}
.radius{border-radius: 100%;}
.radius{border-radius: 100%;}
.border{border: 1px solid #d0d0d0;}
.pd1015{padding: 10px 15px;}
.pd30{padding:30px;}
.tl{text-align: left;}
.fl{float: left;}
.pr20{padding-right: 20px;}
.pr10{padding-right: 10px;}
.borderR1{border: 1px solid #6badde;padding: 20px;border-radius: 100%;}
.h3color{margin-top: 20px !important;font-size: 17px !important;font-weight: bold !important;color: #6badde;border-bottom: 1px solid #6badde;margin-bottom: 20px !important;padding-bottom: 20px;}
.h2color{font-weight: 700; line-height: 40px; color: rgb(245, 134, 50); margin-top: 0px; margin-bottom: 0px; font-size: 36px; padding-bottom: 18px; letter-spacing: normal;}
.tr{text-align: right;}
.tl{text-align: left;}