/*BLOG*/
#kulBox, #kulSection {color:#777777;clear:both;margin-top:20px}
#kulBox ul, #kulBox ol{list-style-position:inside;}
#kulBox img{max-width:100%;height:auto}
/*BLOG HASHTAGS*/
a.blogHashtag{transition:all .5s ease-out;text-decoration:none;color:#F00}
a:active.blogHashtag,a:hover.blogHashtag{outline:0 none;color:#212836;text-decoration:underline}
/*TAGS*/
.kultags a, .member-tags a{font-size:14px;padding:3px 6px;border:1px solid #ddd;display:inline-block;color:#888;background:#fff;margin:0 3px 6px 0;-webkit-box-shadow:0 1px 1px 0 rgba(180,180,180,0.1);box-shadow:0 1px 1px 0 rgba(180,180,180,0.1);-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border-radius:1px}
.kultags a:last-child, .member-tags a:last-child{margin-right:0}
.kultags a:hover, .member-tags a:hover{color:#FFF;background:#F8CB18;border:1px solid #888;}
/*FORMS*/
#contactForm .has-error{background:#F3CECF;border:#FF0000 1px solid;}
.kulLoader{display:inline;margin-right:10px;float:right}
/*.loader{display:inline;margin-right:10px;float:right}*/
#charCounter{color:#F00;font-weight:bold;}
.submitDisabled{cursor:not-allowed}
/*FORMS - CHECKBOX*/
.checkboxContainer{display:block;position:relative;font-size:15px;padding-left:35px;margin-bottom:12px;margin-top:12px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.checkboxContainer input{position:absolute;opacity:0;cursor:pointer}
.checkmark{position:absolute;top:0;left:0;height:25px;width:25px;background-color:#eee}
.checkboxContainer:hover input ~ .checkmark{background-color:#ccc}
.checkboxContainer input:checked ~ .checkmark{background-color:#F8CB18}
.checkmark:after{content:"";position:absolute;display:none}
.checkboxContainer input:checked ~ .checkmark:after{display:block}
.checkboxContainer .checkmark:after{left:9px;top:5px;width:5px;height:10px;border:solid #fff;border-width:0 3px 3px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
/*MESSAGE BOXES*/
.box{margin:10px;padding:10px;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;margin-bottom:10px;-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);box-shadow:inset 0 1px 0 rgba(255,255,255,0.5);position:relative;}
.box h3{margin-top:0;}
.box.info h3{color:#225b86;text-shadow:0 1px 0 #fff;}
.box.error h3{color:#be4741;text-shadow:0 1px 0 #fff;}
.box.warning h3{color:#6d7829;text-shadow:0 1px 0 #fff;}
.box.success h3{color:#3f7227;text-shadow:0 1px 0 #fff;}
.box p{margin-bottom:0;color:000}
.box.info{border:1px solid #cadcea;background:#e1f2fc;background:-webkit-gradient(linear,left top,left bottom,from(#e1f2fc),to(#cae9fd));background:-moz-linear-gradient(top,#e1f2fc,#cae9fd);-pie-background:linear-gradient(top,#e1f2fc,#cae9fd)}
.box.error{border:1px solid #eeb7ba;background:#fae2e2;background:-webkit-gradient(linear,left top,left bottom,from(#fae2e2),to(#f2cacb));background:-moz-linear-gradient(top,#fae2e2,#f2cacb);-pie-background:linear-gradient(top,#fae2e2,#f2cacb)}
.box.warning{border:1px solid #e5dbaa;background:#ffffc0;background:-webkit-gradient(linear,left top,left bottom,from(#ffffc0),to(#f9ee9c));background:-moz-linear-gradient(top,#ffffc0,#f9ee9c);-pie-background:linear-gradient(top,#ffffc0,#f9ee9c)}
.box.success{border:1px solid #b8c97b;background:#e5edc4;background:-webkit-gradient(linear,left top,left bottom,from(#e5edc4),to(#d9e4ac));background:-moz-linear-gradient(top,#e5edc4,#d9e4ac);-pie-background:linear-gradient(top,#e5edc4,#d9e4ac)}
/*PHOTO GALLERY*/
.gallery-sec{float:left;width:100%}
.galleryImages-amount{color:#888}
.galleryColumn{width:100px;float:left;display:inline;margin-right:10px;}
.galleryPicture{position:relative}
.galleryPicture img{width:100%;height:auto;margin-bottom:10px;}

/*PAGINATION*/
ul.simple-pagination{list-style:none}
.simple-pagination{display:block;overflow:hidden;padding:0 5px 5px 0;margin:0}
.simple-pagination ul{list-style:none;padding:0;margin:0}
.simple-pagination li{list-style:none;padding:0;margin:0;float:left}
/*Compact Theme Styles-----PAGINATION*/
.compact-theme a,.compact-theme span{float:left;color:#333;font-size:14px;line-height:24px;font-weight:400;text-align:center;border:1px solid #AAA;border-left:none;min-width:14px;padding:0 7px;box-shadow:2px 2px 2px rgba(0,0,0,0.2);background:#efefef;background:-moz-linear-gradient(top,#fff 0%,#efefef 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#efefef));background:-webkit-linear-gradient(top,#fff 0%,#efefef 100%);background:-o-linear-gradient(top,#fff 0%,#efefef 100%);background:-ms-linear-gradient(top,#fff 0%,#efefef 100%);background:linear-gradient(top,#fff 0%,#efefef 100%)}
.compact-theme a:hover{text-decoration:none;background:#efefef;background:-moz-linear-gradient(top,#efefef 0%,#bbb 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#efefef),color-stop(100%,#bbb));background:-webkit-linear-gradient(top,#efefef 0%,#bbb 100%);background:-o-linear-gradient(top,#efefef 0%,#bbb 100%);background:-ms-linear-gradient(top,#efefef 0%,#bbb 100%);background:linear-gradient(top,#efefef 0%,#bbb 100%)}
.compact-theme li:first-child a,.compact-theme li:first-child span{border-left:1px solid #AAA;border-radius:3px 0 0 3px}
.compact-theme li:last-child a,.compact-theme li:last-child span{border-radius:0 3px 3px 0}
.compact-theme .current{background:#bbb;background:-moz-linear-gradient(top,#bbb 0%,#efefef 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bbb),color-stop(100%,#efefef));background:-webkit-linear-gradient(top,#bbb 0%,#efefef 100%);background:-o-linear-gradient(top,#bbb 0%,#efefef 100%);background:-ms-linear-gradient(top,#bbb 0%,#efefef 100%);background:linear-gradient(top,#bbb 0%,#efefef 100%);cursor:default}
.compact-theme .ellipse{background:#EAEAEA;padding:0 10px;cursor:default}
/*Light Theme Styles-----PAGINATION*/
.light-theme a,.light-theme span{float:left;color:#666;font-size:14px;line-height:24px;font-weight:400;text-align:center;border:1px solid #BBB;min-width:14px;padding:0 7px;margin:0 5px 0 0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,0.2);background:#efefef;background:-moz-linear-gradient(top,#fff 0%,#efefef 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#efefef));background:-webkit-linear-gradient(top,#fff 0%,#efefef 100%);background:-o-linear-gradient(top,#fff 0%,#efefef 100%);background:-ms-linear-gradient(top,#fff 0%,#efefef 100%);background:linear-gradient(top,#fff 0%,#efefef 100%)}
.light-theme a:hover{text-decoration:none;background:#FCFCFC}
.light-theme .current{background:#666;color:#FFF;border-color:#444;box-shadow:0 1px 0 rgba(255,255,255,1),0 0 2px rgba(0,0,0,0.3) inset;cursor:default}
.light-theme .ellipse{background:none;border:none;border-radius:0;box-shadow:none;font-weight:700;cursor:default}
/*Dark Theme Styles-----PAGINATION*/
.dark-theme a,.dark-theme span{float:left;color:#CCC;font-size:14px;line-height:24px;font-weight:400;text-align:center;border:1px solid #222;min-width:14px;padding:0 7px;margin:0 5px 0 0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,0.2);background:#555;background:-moz-linear-gradient(top,#555 0%,#333 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#555),color-stop(100%,#333));background:-webkit-linear-gradient(top,#555 0%,#333 100%);background:-o-linear-gradient(top,#555 0%,#333 100%);background:-ms-linear-gradient(top,#555 0%,#333 100%);background:linear-gradient(top,#555 0%,#333 100%)}
.dark-theme a:hover{text-decoration:none;background:#444}
.dark-theme .current{background:#222;color:#FFF;border-color:#000;box-shadow:0 1px 0 rgba(255,255,255,0.2),0 0 1px 1px rgba(0,0,0,0.1) inset;cursor:default}
.dark-theme .ellipse{background:none;border:none;border-radius:0;box-shadow:none;font-weight:700;cursor:default}
/*WhatsApp*/
.float-whatsapp{position:fixed;width:60px;height:60px;bottom:40px;left:40px;background-color:#25d366;color:#FFF;border-radius:50px;text-align:center;font-size:30px;box-shadow: 2px 2px 3px #999;z-index:100;}
.my-whatsapp{margin-top:16px;}