@import url(fonts.css);
@import url(header.css);
@import url(footer.css);
<<<<<<< HEAD

=======
>>>>>>> 1bfa0a259f98934d24533ea8d8ad63742640d298
/*
@import url(tabs.css);
@import url(accordion.css);
*/
/*----- Slideshow ----*/
<<<<<<< HEAD
.slideshow {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slideshow .slideset {
    position: relative;
}

.slideshow .slide {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: #1a6280;
    color: #fff;
}

.slideshow .slide > img {
    width: 100%;
    height: auto;
    display: block;
}

.slideshow .slide .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    font-size: 1.8rem;
    letter-spacing: 0.130rem;
}

.slideshow .slide .caption h2 {
    font-size: 6.3rem;
    line-height: 1;
    margin: 0 0 3.0rem;
}

.slideshow .slide.active {
    z-index: 2;
}

.slideshow .pagination {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 40px;
    z-index: 999;
}

.slideshow .pagination.static {
    position: static;
}

.slideshow.not-enough-slides .pagination {
    display: none;
}

.slideshow .pagination ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slideshow .pagination ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 3px;
}

.slideshow .pagination ul li:after {
    display: none !important;
}

.slideshow .pagination ul li a {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 3px solid #fff;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
}

.slideshow .pagination ul li.active a {
    background: var(--primary);
    border-color: var(--primary);
}


.carousel-indicators button {
    width: 14px !important;
    height: 14px !important;
    background: transparent;
    border: 3px solid #fff;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
    padding: 0;
    border: 0 !important;
}

.carousel-indicators button.active {
    background: var(--primary);
    border-color: var(--primary);
}

.banner {
    background: url(../images/bg-banner.jpg) 50% 0;
    background-size: cover;
    padding: 66px 0;
    position: relative;
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
}

.banner .scroll {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}

.banner .img {
    position: relative;
    left: -309px;
    transition: all linear 1.2s;
}

.banner.active .img {
    left: 0;
}

.banner .text {
    position: relative;
    right: -309px;
    transition: all linear 1.2s;
}

.banner.active .text {
    right: 0;
}

.banner.active {
    z-index: 2;
}

#main {
    padding: 50px;
}

.inner-page {
    padding: 75px 0;
}

.block h2 {
    font: 500 42px/1.4 'Orbitron', sans-serif;;
    margin: 0 0 20px;
    text-transform: capitalize;
}

.clr {
    border-radius: 12px;
    overflow: hidden;
    padding: 20px 0;
    margin: 0 0 50px;
    color: #fff;
    background: var(--light);
}

.clr p {
    color: #ffff;
}

.clr .btn-light {
    color: var(--light);
    background: #fff;
    min-width: 130px;
    padding: 5px 15px;
    line-height: 25px;
}

.clr1 {
    --light: #D17EF0;
}

.clr2 {
    --light: #507EC4;
}

.clr3 {
    --light: #6F43BC;
}

.clr4 {
    --light: #6DA6FC;
}

.inner-banner {
    padding: 20px 0;
    /*background: url(../images/bg-innerbanner.jpg);
    background-size: cover;
    overflow: hidden;*/
    color: #000;
    font-size: 24px;
    line-height: 1.4;
}

=======
.slideshow{width:100%;position:relative;overflow:hidden;}
.slideshow .slideset{position:relative;}
.slideshow .slide{position:absolute;left:0;right:0;top:0;background:#1a6280;color:#fff;}
.slideshow .slide>img{width:100%;height:auto;display:block;}
.slideshow .slide .caption{
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 999;
	font-size: 1.8rem;
	letter-spacing: 0.130rem;
}
.slideshow .slide .caption h2{
	font-size: 6.3rem;
	line-height: 1;	
	margin: 0 0 3.0rem;
}
.slideshow .slide.active{z-index:2;}
.slideshow .pagination{position:absolute;left:0;right:0;text-align:center;bottom:40px;z-index:999;}
.slideshow .pagination.static{position: static;}
.slideshow.not-enough-slides .pagination{display: none;}
.slideshow .pagination ul{list-style:none;padding:0;margin:0;width:100%;}
.slideshow .pagination ul li{display:inline-block;vertical-align:middle;padding:0 3px;}
.slideshow .pagination ul li:after{display: none !important;}
.slideshow .pagination ul li a{width:14px;height:14px;background:transparent;border:3px solid #fff;display:block;text-indent:-9999px;overflow:hidden;border-radius:50%;}
.slideshow .pagination ul li.active a{background:var(--primary);border-color:var(--primary);}


.carousel-indicators button{width:14px !important;height:14px !important;background:transparent;border:3px solid #fff;display:block;text-indent:-9999px;overflow:hidden;border-radius:50%;padding: 0;border: 0 !important;}
.carousel-indicators button.active{background:var(--primary);border-color:var(--primary);}
.banner{
	background:url(../images/bg-banner.jpg) 50% 0;
	background-size: cover;
	padding: 66px 0;
	position: relative;
	font-size: 24px;
	line-height: 1.4;
	color: #fff;
}
.banner .scroll{
	position: absolute;
	left: 50%;
	bottom: -20px;
	transform: translateX(-50%);
}
.banner .img{
	position: relative;
	left: -309px;
	transition:all linear 1.2s;
}
.banner.active .img{left: 0;}
.banner .text{
	position: relative;
	right: -309px;
	transition:all linear 1.2s;
}
.banner.active .text{right: 0;}
.banner.active{z-index:2;}
#main{padding:50px;}
.inner-page{padding: 75px 0;}
.block h2{
	font:500 42px/1.4 'Orbitron', sans-serif;;
	margin: 0 0 20px;
	text-transform: capitalize;
}
.clr{
	border-radius: 12px;
	overflow: hidden;
	padding:20px 0;
	margin: 0 0 50px;
	color: #fff;
	background: var(--light);
}
.clr p{color:#ffff;}
.clr .btn-light{
	color: var(--light);
	background: #fff;
	min-width: 130px;
	padding: 5px 15px;
	line-height: 25px;
}
.clr1{--light:#D17EF0;}
.clr2{--light:#507EC4;}
.clr3{--light:#6F43BC;}
.clr4{--light:#6DA6FC;}
.inner-banner{
	padding:20px 0;
	/*background: url(../images/bg-innerbanner.jpg);
	background-size: cover;
	overflow: hidden;*/
	color: #000;
	font-size: 24px;
	line-height: 1.4;*/
}
>>>>>>> 1bfa0a259f98934d24533ea8d8ad63742640d298
/*.inner-banner p{color: #fff;}*/
/*.inner-banner p{color: #fff;}
>>>>>>> 35bc908 (server changes)
.show-read-more .more-text{display: none;}
.inner-banner .links a{
	padding: 9px 20px;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	display: inline-block;
	color: #fff;
	text-decoration: none;
	border-radius: 30px;
	min-width: 142px;
	text-align: center;
	margin: 0 0 15px;
}
.inner-banner .links a.active,
.inner-banner .links a:hover{
	background: #fff;
	color: #000;
}*/
<<<<<<< HEAD
.inner-banner h1 {
    font-weight: 600;
    font-size: 45px;
    /*color: #fff;*/
}

.grayblock {
    background: #F8F8F8;
    padding: 74px 0;
    margin: 0 0 40px;
}

.clipboard-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 74px;
    color: #393939;
    height: 254px;
    font-weight: 600;
    border-radius: 19px;
    background: #fff;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.06);
    margin: 0 0 50px;
}

.panel {
    margin: 0 0 30px;
}

.panel h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin: 0 0 10px;
}

.vertical-scroll {
    overflow: auto;
    padding: 15px 0 15px 30px;
}

.vertical-scroll a {
    min-width: 72px;
    text-align: center;
    height: 51px;
    border-radius: 7px;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
    margin: 0 12px 0 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #000;
    text-decoration: none;
    overflow: hidden;
}

.content-text {
    font-size: 14px;
    line-height: 1.2;
    color: #A5A5A5;
}

.content-text p {
    margin: 0 0 10px;
}

.content-text h6 {
    color: #000;
    font-size: 14px;
    margin: 0 0 10px;
}

.font-generator {
    background: #F8F8F8;
    padding: 75px 100px;
}

.font-category {
    padding: 75px 100px;
}

.find-search {
    background: #fff;
    border-radius: 11px;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.03);
    padding: 17px;
    margin: 0 0 30px;
}

.find-search input[type="search"] {
    background: #000;
    width: 100%;
    height: 56px;
    padding: 8px 20px;
    line-height: 40px;
    color: #1e1e1e;
    background: #EFEEEE;
    border: 2px solid #EFEEEE;
    border-radius: 11px;
}

.find-search input::-webkit-input-placeholder {
    color: #1e1e1e;
}

.find-search input:-moz-placeholder {
    color: #1e1e1e;
}

.find-search input::-moz-placeholder {
    color: #1e1e1e;
    opacity: 1;
}

.find-search input:-ms-input-placeholder {
    color: #1e1e1e;
}

.color-box {
    min-width: 45px;
    height: 45px;
    position: relative;
}

.color-box a.background {
    width: 30px;
    height: 30px;
    display: block;
    background: #333;
    border: 1px solid #eee;
    text-indent: -9999px;
    overflow: hidden;
}

.color-box a.foreground {
    width: 30px;
    height: 30px;
    display: block;
    background: #fff;
    border: 1px solid #eee;
    position: absolute;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    overflow: hidden;
}

.fonts-list .txt {
    font-size: 18px;
    display: block;
    margin: 0 0 15px;
}

.fonts-list h2 {
    font-size: 41px;
    font-weight: 700;

}

.fonts-list .font-item {
    margin-bottom: 35px;
    background: #fff;
    border-radius: 11px;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.03);
    padding: 17px;
}

.fonts-list .icons a {
    width: 51px;
    height: 51px;
    padding: 5px;
    border: 1px solid #ddd;
    font-size: 32px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    border-radius: 2px;
    margin-left: 15px;
    text-decoration: none !important;
}

.download-link {
    border: 1px solid #FFB4B2 !important;
}

.download-btn {
    font-size: 26px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    border-radius: 2px;
    margin: 0 35px;
    text-decoration: none !important;
    color: #000;
}

.download-btn i {
    border: 1px solid #FFB4B2 !important;
    padding: 5px;
    display: inline-block;
    font-size: 26px;
    color: #F9201B;
}

.download-btn:hover {
    color: #F9201B;
}

.btn-share {
    font-size: 26px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    border-radius: 2px;
    margin: 0 35px;
    text-decoration: none !important;
    color: #000;
}

.btn-share i {
    border: 1px solid #5eac61 !important;
    padding: 5px;
    display: inline-block;
    font-size: 26px;
    color: #5eac61;
}

.btn-share:hover {
    color: #5eac61;
}

.pagination-list {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}

.pagination-list .btn-next,
.pagination-list .btn-prev {
    color: #343434;
}

.pagination-list ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination-list ul li {
    margin: 0 5px;
}

.pagination-list ul li a {
    display: block;
    min-width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    color: #C8C8C8;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

.pagination-list ul li:hover a,
.pagination-list ul li.active a {
    background: #000;
    color: #fff;
}

.main-title {
    font-weight: bold;
    font-size: 36px;
    text-align: left;
    color: #040404;
    margin: 0 0 30px;

}

.main-carousel {
    width: 100%;
    position: relative;
    margin: 0 0 60px;
}

.main-carousel .slide {
    padding: 0 5px;
}

.main-carousel.not-enough-slides .slide {
    padding: 0 11px;
}

.main-carousel .slide a {
    background: #E2E2E2;
    border-radius: 30px;
    padding: 8px 24px;
    line-height: 26px;
    display: block;
    font-size: 14px;
    color: #000;
    text-decoration: none !important;
    min-width: 111px;
    white-space: nowrap;
    font-weight: 600;
    text-align: center;
}

.main-carousel .mask {
    margin: 0 35px;
    overflow: hidden;
    position: relative;
}

.not-enough-slides.main-carousel .mask {
    margin: 0 !important;
}

.main-carousel .btn-prev,
.main-carousel .btn-next {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.main-carousel .btn-next {
    left: unset;
    right: 0;
}

.main-carousel .disabled {
    display: none !important;
}

.searchform {
    width: 434px;
    height: 48px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}

.searchform button[type='submit'] {
    width: 60px;
    height: 48px;
    background: transparent;
    border: 0;
    font-size: 26px;
    text-align: center;
    color: #DBDBDB;
}

.searchform input[type='search'] {
    border: 0;
    padding: 9px 10px;
    line-height: 30px;
    font-size: 18px;
    border-radius: 8px;
}

.searchform input[type='search']::-webkit-input-placeholder {
    color: #DBDBDB;
}

.searchform input[type='search']:-moz-placeholder {
    color: #DBDBDB;
}

.searchform input[type='search']::-moz-placeholder {
    color: #DBDBDB;
    opacity: 1;
}

.searchform input[type='search']:-ms-input-placeholder {
    color: #DBDBDB;
}

.font-detail-page {
    background: #F8F8F8;
}

.font-detail-page .font-detail {
    border-radius: 22px;
    background: #fff;
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.03);
    padding: 55px;
    margin: 0 0 20px;
}

.btn-upload {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.btn-upload em {
    font-size: 40px;
    margin-right: 10px;
    line-height: 1;
    font-style: normal;
}

.font-head .heading {
    min-width: 625px;
    margin: 0 0 30px;
}

.font-head .heading .font-name {
    display: block;
    color: #707070;
    font-size: 36px;
    font-weight: 600;
    margin: 0 0 15px;
}

.font-head .heading h2 {
    color: #000;
    font-size: 108px;
    line-height: 1;
    margin: 0 0 30px;
    font-weight: 700;
}

.font-head .heading .txt {
    display: block;
    color: #707070;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
}

.font-head .btns {
    display: flex;
}

.font-head .btns a {
    margin: 0 50px;
}

.font-head .btns a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    text-align: center;
}

.font-head .btns a i {
    width: 51px;
    height: 51px;
    line-height: 51px;
    border: 1px solid #B1C0FF;
    color: #5471E9;
    display: block;
    margin: 0 auto 15px;
    border-radius: 10px;
    font-size: 30px;
}

.font-head .btns .btn-download i {
    color: #f9201b;
    border-color: #FFB4B2;
}

.font-block {
    margin: 0 0 30px;
}

.font-block h3 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 20px;
    font-weight: 600;
}

.font-table th {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    min-width: 265px;
    padding-bottom: 15px;
}

.font-table th:first-child {
    min-width: 282px;
}

.font-table.font-info th {
    min-width: 125px;
    font-size: 18px;
}

.font-table td {
    color: #5A5959;
    font-size: 18px;
    padding-bottom: 10px;
}

.font-block textarea {
    background: #F5F5F5;
    border-radius: 10px;
    height: 240px;
    border-color: #F5F5F5;
    padding: 30px 35px;
    resize: none;
}

.font-block textarea::-webkit-input-placeholder {
    color: #000;
}

.font-block textarea:-moz-placeholder {
    color: #000;
}

.font-block textarea::-moz-placeholder {
    color: #000;
    opacity: 1;
}

.font-block textarea:-ms-input-placeholder {
    color: #000;
}

.font-block .customselect {
    background: #F5F5F5;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: block;
    border-radius: 8px;
}

.font-block .customselect:after {
    position: absolute;
    right: 27px;
    top: 50%;
    pointer-events: none;
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
    border-right-color: #000;
    border-bottom-color: #000;
    transform: translateY(-50%) rotate(45deg);
    content: '';
}

.font-block select {
    background: #F5F5F5;
    border-color: #F5F5F5;
    border-radius: 10px;
    padding: 10px 18px;
    line-height: 50px;
}

.colorpanel {
    border-radius: 11px;
    background: #f5f5f5;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.02);
    padding: 50px;
}

.sp-palette .sp-thumb-inner {
    overflow: hidden;
}

.sp-palette .sp-thumb-inner:after {
    border-radius: 3px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    height: 50%;
    content: '';
}

.sp-palette-button-container {
    display: flex;
    justify-content: end;
}

.sp-palette-button-container button {
    background: #000 !important;
    color: #fff;
    width: inherit !important;
}

.font-block .txetbox {
    background: #f5f5f5;
    filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.02));
    min-height: 196px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    text-align: center;
    font-size: 37px;
    line-height: 1.2;
    font-weight: 700;
}

.textimage {
    background: #F5F5F5;
    padding: 17px;
    margin-bottom: 20px;
}

.textimage img {
    border-radius: 8px;
    display: block;
}

.generate-list .imgbox {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #fff;
}

.generate-list .col:hover .imgbox {
    border: 1px solid #D5D5D5;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.07);
}

.generate-list .imgbox img {
    border-radius: 8px;
    display: block;
}

.generate-list .col {
    margin-bottom: 40px;
}

.generate-list .text {
    padding: 10px 0;
    color: #6E6E6E;
    font-size: 18px;
    line-height: 1.2;
}

.generate-list .text .btn-share {
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #5EAC61;
    display: inline-block;
    text-decoration: none;
}

.modal .btn-close {
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50%;
    border: 2px solid #333;
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: 700;
    z-index: 999;
}

.modal h2 {
    font-size: 24px;
    line-height: 1.4;
    color: #000;
    font-weight: 600;
    margin: 0 0 20px;
}

.modal h2 em {
    color: #EF2A2A;
    font-style: normal;
}

.social-icons {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    justify-content: center;
}

.social-icons li {
    margin: 0 5px;
}

.social-icons li a {
    display: block;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #3B5998;
    line-height: 58px;
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.social-icons li.twitter a {
    background: #54ACEE;
}

.social-icons li.instagram a {
    background: #F34285;
}

.blogpage {
    padding: 50px 0;
    background: #F8F8F8;
}

.posts .post {
    margin: 0 0 40px;
}

.posts .post img {
    display: block;
    border-radius: 7px;
}

.posts .post .inner {
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.posts .post .text {
    padding: 10px;
}

.posts .text h3 {
    font-size: 18px;
    color: #000;
    line-height: 1.2;
}

.posts .text .btn-share {
    width: 25px;
    height: 25px;
    border: 1px solid #ddd;
    border-radius: 3px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #5EAC61;
    display: inline-block;
    text-decoration: none;
}

.posts .foot {
    font-size: 12px;
}

.comment-block .form-control {
    border: 1px solid #1197E8;
    border-radius: 6px;
    padding: 10px 10px;
    margin: 0 0 30px;
    line-height: 58px;
    background: #fff;
}

.comment-block label {
    color: #5A5959;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
    display: block;
}

.contact-page {
    background: #F8F8F8;
    padding: 50px;
}

.contact-form .form-control {
    border: 1px solid #1197E8;
    border-radius: 6px;
    padding: 10px 10px;
    margin: 0 0 30px;
    line-height: 58px;
    background: #fff;
}

.contact-form textarea.form-control {
    height: 133px;
}

.contact-page label {
    color: #5A5959;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
    display: block;
}

@media screen and (max-width: 1399px) {
    .slideshow .slide > img {
        max-width: inherit;
        width: 130%;
        margin: 0 -15%;
    }
}

@media screen and (max-width: 1199px) {
    .fonts-list h2 {
        font-size: 35px;
    }

    #main {
        padding: 30px;
    }
}

@media screen and (max-width: 991px) {
    .block h2 {
        font-size: 25px;
    }

    .fonts-list h2 {
        font-size: 24px;
    }

    .font-generator, .font-category {
        padding: 40px 30px;
    }

    .inner-banner h1 {
        font-size: 40px;
    }

    #main {
        padding: 15px;
    }

    .main-title {
        font-size: 28px;
    }

    .font-head .heading {
        min-width: inherit;
    }

    .font-head .heading h2 {
        font-size: 68px;
    }

    .font-table th:first-child, .font-table th, .font-table td {
        min-width: inherit;
        padding-right: 40px;
    }

    .sp-palette .sp-thumb-el {
        width: 48px !important;
        height: 48px !important;
    }

    .font-block .txetbox {
        font-size: 25px;
    }

    .font-head .btns a {
        margin: 0 15px;
    }

    .font-detail-page .font-detail {
        padding: 20px;
    }

    .textimage {
        padding: 10px;
    }
}

@media screen and (max-width: 767px) {
    #main {
        padding: 20px 0;
    }

    .slideshow .slide > img {
        width: 150%;
        margin: 0 -25%;
    }

    .slideshow .slide .caption {
        position: static;
        transform: none;
        padding: 15px;
    }

    .slideshow .slide .caption h2 {
        font-size: 3.4rem;
    }

    .slideshow .slide .caption h2 strong {
        font-size: 6.5rem;
    }

    .clr .image {
        order: 1;
        margin: 0 0 20px;
    }

    .clr .text {
        order: 2;
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
    }

    .font-name, .font-use {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .inner-banner h1 {
        font-size: 30px;
    }

    .inner-banner {
        font-size: 18px;
        line-height: 1.4;
    }

    .find-search {
        flex-wrap: wrap;
        min-width: inherit !important;
    }

    .find-search input[type="search"] {
        margin: 0 0 20px !important;

    }

    .main-title {
        font-size: 24px;
    }

    .font-head .heading .font-name {
        font-size: 18px;
    }

    .font-head {
        margin-bottom: 20px;
    }

    .font-head .heading h2 {
        font-size: 45px;
        text-align: center;
    }

    .font-head .heading .txt {
        text-align: center;
        font-size: 16px;
    }

    .font-table th:first-child, .font-table th, .font-table td {
        padding-right: 5px;
    }

    .font-block h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .font-table th {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .font-table td {
        font-size: 12px;
        padding-bottom: 5px;
    }

    .colorpanel {
        padding: 15px;
    }

    .textimage {
        padding: 5px;
    }
}

/*----- Slideshow ----*/

.mouse_scroll {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 100px;
    margin-top: 125px;
}

.m_scroll_arrows {
    display: block;
    width: 5px;
    height: 5px;
    transform: rotate(45deg);
    border-right: 2px solid #FF7300;
    border-bottom: 2px solid #FF7300;
    margin: 0 0 3px 4px;
    width: 16px;
    height: 16px;
}

.unu {
    margin-top: 1px;
}

.unu, .doi, .trei {
    animation: mouse-scroll 1s infinite;
}

.unu {
    animation-direction: alternate;
    /*animation-delay: alternate;*/
}

.doi {
    animation-delay: .2s;
    animation-direction: alternate;
    margin-top: -6px;
}

.trei {
    animation-delay: .3s;
    animation-direction: alternate;
    margin-top: -6px;
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

/* select */
.jcf-select {
    display: block;
    vertical-align: top;
    position: relative;
    border: 1px solid #F5F5F5;
    background: #F5F5F5;
    margin: 0 0 12px;
    min-width: 150px;
    height: 86px;
    border-radius: 8px;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 16px;
    line-height: 46px;
    padding: 20px 18px;
    margin: 0 50px 0 8px;
    color: #000;
}

.jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    background: #F5F5F5;
    width: 40px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-select .jcf-select-opener:after {
=======
.inner-banner h1{
	font-weight: 600;
	font-size: 45px;
	/*color: #fff;*/
}
.grayblock{
	background: #F8F8F8;
	padding: 74px 0;
	margin: 0 0 40px;
}
.clipboard-block{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 74px;
	color: #393939;
	height: 254px;
	font-weight: 600;
	border-radius: 19px;
	background: #fff;
	box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.06);
	margin: 0 0 50px;
}
.panel{margin: 0 0 30px;}
.panel h3{
	font-size: 36px;
	font-weight: 700;
	color: #000;
	margin: 0 0 10px;
}
.vertical-scroll{overflow: auto;padding: 15px 0 15px 30px;}
.vertical-scroll a{
	min-width: 72px;
	text-align: center;
	height: 51px;
	border-radius: 7px;
	background: #fff;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.16);
	margin: 0 12px 0 13px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #000;
	text-decoration: none;
}
.content-text{
	font-size: 14px;
	line-height: 1.2;
	color: #A5A5A5;
}
.content-text p{margin: 0 0 10px;}
.content-text h6{color: #000;font-size: 14px;margin: 0 0 10px;}
.font-generator{
	background: #F8F8F8;
	padding: 75px 100px;
}
.font-category{padding: 75px 100px;}
.find-search{
	background: #fff;
	border-radius: 11px;
	box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.03);
	padding: 17px;
	margin: 0 0 30px;
}
.find-search input[type="search"]{
	background: #000;
	width: 100%;
	height: 56px;
	padding: 8px 20px;
	line-height: 40px;
	color: #1e1e1e;
	background: #EFEEEE;
	border: 2px solid #EFEEEE;
	border-radius: 11px;
}
.find-search input::-webkit-input-placeholder { color: #1e1e1e;}
.find-search input:-moz-placeholder {color: #1e1e1e;}
.find-search input::-moz-placeholder {
	color: #1e1e1e;
	opacity: 1;
}
.find-search input:-ms-input-placeholder {color: #1e1e1e;}
.color-box{
	min-width: 45px;
	height: 45px;
	position: relative;
}
.color-box a.background{
	width: 30px;
	height: 30px;
	display: block;
	background: #333;
	border: 1px solid #eee;
	text-indent: -9999px;
	overflow: hidden;
}
.color-box a.foreground{
	width: 30px;
	height: 30px;
	display: block;
	background: #fff;
	border: 1px solid #eee;
	position: absolute;
	right: 0;
	bottom: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.fonts-list .txt{
	font-size: 18px;
	display: block;
	margin: 0 0 15px;
}
.fonts-list h2{
	font-size: 41px;
	font-weight: 700;

}
.fonts-list .font-item{
	margin-bottom: 35px;
	background: #fff;
	border-radius: 11px;
	box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.03);
	padding: 17px;
}
.fonts-list .icons a{
	width: 51px;
	height: 51px;
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 32px;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	border-radius: 2px;
	margin-left: 15px;
	text-decoration: none !important;
}
.download-link{border: 1px solid #FFB4B2 !important;}
.download-btn {
	font-size: 26px;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	border-radius: 2px;
	margin:0 35px;
	text-decoration: none !important;
	color: #000;
}
.download-btn i{border: 1px solid #FFB4B2 !important;padding: 5px;display: inline-block;font-size: 26px;color: #F9201B;}
.download-btn:hover{color: #F9201B;}
.btn-share {
	font-size: 26px;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	border-radius: 2px;
	margin:0 35px;
	text-decoration: none !important;
	color: #000;
}
.btn-share i{border: 1px solid #5eac61 !important;padding: 5px;display: inline-block;font-size: 26px;color: #5eac61;}
.btn-share:hover{color: #5eac61;}
.pagination-list{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 15px;
}
.pagination-list .btn-next,
.pagination-list .btn-prev{
	color: 	#343434;
}
.pagination-list ul{
	display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	margin: 0;
}
.pagination-list ul li{margin: 0 5px;}
.pagination-list ul li a{
	display: block;
	min-width: 25px;
	height: 25px;
	border-radius: 50%;
	line-height: 25px;
	color: #C8C8C8;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
}
.pagination-list ul li:hover a,
.pagination-list ul li.active a{
	background: #000;
	color: #fff;
}
.main-title{
	font-weight: bold;
	font-size: 36px;
	text-align: left;
	color: #040404;
	margin: 0 0 30px;

}
.main-carousel{
	width: 100%;
	position: relative;
	margin: 0 0 60px;
}
.main-carousel .slide{padding: 0 5px;}
.main-carousel.not-enough-slides .slide{padding: 0 11px;}
.main-carousel .slide a{
	background: #E2E2E2;
	border-radius: 30px;
	padding: 8px 24px;
	line-height: 26px;
	display: block;
	font-size: 14px;
	color: #000;
	text-decoration: none !important;
	min-width: 111px;
	white-space: nowrap;
	font-weight: 600;
	text-align: center;
}
.main-carousel .mask{
	margin: 0 35px;
	overflow: hidden;
	position: relative;
}
.not-enough-slides.main-carousel .mask{margin: 0 !important;}
.main-carousel .btn-prev,
.main-carousel .btn-next{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0,0,0,0.5);
	text-decoration: none;
}
.main-carousel .btn-next{left: unset; right: 0;}
.main-carousel .disabled{display: none !important;}
.searchform{
	width: 434px;
	height: 48px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #dbdbdb;
	overflow: hidden;	
}
.searchform button[type='submit']{
	width: 60px;
	height: 48px;	
	background: transparent;
	border: 0;
	font-size: 26px;
	text-align: center;	
	color:#DBDBDB;
}
.searchform input[type='search']{
	border: 0;	
	padding:9px 10px;
	line-height: 30px;
	font-size: 18px;
	border-radius: 8px;
}
.searchform input[type='search']::-webkit-input-placeholder { color: #DBDBDB;}
.searchform input[type='search']:-moz-placeholder {color: #DBDBDB;}
.searchform input[type='search']::-moz-placeholder {
	color: #DBDBDB;
	opacity: 1;
}
.searchform input[type='search']:-ms-input-placeholder {color: #DBDBDB;}	
.font-detail-page{background: #F8F8F8;}
.font-detail-page .font-detail{
	border-radius: 22px;
	background: #fff;
	box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.03);
	padding: 55px;
	margin: 0 0 20px;
}
.btn-upload{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.btn-upload em{
	font-size: 40px;
	margin-right: 10px;
	line-height: 1;
	font-style: normal;
}
.font-head .heading{min-width: 625px;margin: 0 0 30px;}
.font-head .heading .font-name{
	display: block;
	color: #707070;
	font-size: 36px;
	font-weight: 600;
	margin: 0 0 15px;
}
.font-head .heading h2{
	color: #000;
	font-size: 108px;
	line-height: 1;
	margin: 0 0 30px;
	font-weight: 700;
}
.font-head .heading .txt{
	display: block;
	color: #707070;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 15px;
}
.font-head .btns{display: flex;}
.font-head .btns a{margin: 0 50px;}
.font-head .btns a{
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	display: block;
	text-align: center;
}
.font-head .btns a i{
	width: 51px;
	height: 51px;
	line-height: 51px;
	border: 1px solid #B1C0FF;
	color: #5471E9;
	display: block;
	margin: 0 auto 15px;
	border-radius: 10px;
	font-size: 30px;
}
.font-head .btns .btn-download i{color: #f9201b;border-color: #FFB4B2;}
.font-block{margin: 0 0 30px;}
.font-block h3{
	font-size: 32px;
	line-height: 1.2;
	margin: 0 0 20px;
	font-weight: 600;
}
.font-table th{
	color: #000;
	font-size: 22px;
	font-weight: 700;
	min-width: 265px;
	padding-bottom: 15px;
}
.font-table th:first-child{min-width: 282px;}
.font-table.font-info th{min-width: 125px;font-size: 18px;}
.font-table td{
	color: #5A5959;
	font-size: 18px;
	padding-bottom: 10px;
}
.font-block textarea{
	background: #F5F5F5;
	border-radius: 10px;
	height: 240px;
	border-color: #F5F5F5;
	padding:30px 35px;
	resize: none;
}
.font-block textarea::-webkit-input-placeholder { color: #000;}
.font-block textarea:-moz-placeholder {color: #000;}
.font-block textarea::-moz-placeholder {
	color: #000;
	opacity: 1;
}
.font-block textarea:-ms-input-placeholder {color: #000;}
.font-block .customselect{
	background: #F5F5F5;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	display: block;
	border-radius:8px;
}

.font-block .customselect:after{
	position: absolute;
	right: 27px;
	top: 50%;
	pointer-events: none;
	width: 10px;
	height: 10px;
	border: 1px solid transparent;
	border-right-color: #000;
	border-bottom-color: #000;
	transform:translateY(-50%) rotate(45deg);
	content: '';
}
.font-block select{
	background: #F5F5F5;
	border-color: #F5F5F5;
	border-radius: 10px;
	padding: 10px 18px;
	line-height: 50px;
}
.colorpanel{
	border-radius: 11px;
	background: #f5f5f5;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.02);
	padding:50px;
}
.sp-palette .sp-thumb-inner{overflow: hidden;}
.sp-palette .sp-thumb-inner:after{
	border-radius: 3px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
	height: 50%;
	content: '';
}
.sp-palette-button-container{
	display: flex;
	justify-content: end;
}
.sp-palette-button-container button{
	background: #000 !important;
	color: #fff;
	width: inherit !important;
}
.font-block .txetbox{
	background: #f5f5f5;
	filter: drop-shadow(0px 0px 30px rgba(0, 0, 0, 0.02));
	min-height: 196px;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	text-align: center;
	font-size: 37px;
	line-height: 1.2;
	font-weight: 700;
}
.textimage{
	background: #F5F5F5;
	padding: 17px;
	margin-bottom: 20px;
}
.textimage img{
	border-radius:8px;
	display: block;
}
.generate-list .imgbox{
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #fff;
}
.generate-list .col:hover .imgbox{
	border: 1px solid #D5D5D5;
	box-shadow: 0 3px 20px rgba(0,0,0,0.07);
}
.generate-list .imgbox img{
	border-radius: 8px;
	display: block;
}
.generate-list .col{margin-bottom: 40px;}
.generate-list .text{
	padding:10px 0;
	color: #6E6E6E;
	font-size: 18px;
	line-height: 1.2;
}
.generate-list .text .btn-share{
	width: 25px;
	height: 25px;
	border: 1px solid #ddd;
	border-radius: 3px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #5EAC61;
	display: inline-block;
	text-decoration: none;
}
.modal .btn-close{
	width: 16px;
	height: 16px;
	line-height: 16px;
	border-radius: 50%;
	border: 2px solid #333;
	font-size: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
	font-weight: 700;
	z-index: 999;
}
.modal h2{
	font-style: 24px;
	line-height: 1.4;
	color: #000;
	font-weight: 600;
	margin: 0 0 20px;
}
.modal h2 em{color: #EF2A2A;font-style: normal;}
.social-icons{
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
	display: flex;
	justify-content: center;
}
.social-icons li{
	margin: 0 5px;
}
.social-icons li a{
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #3B5998;
	line-height: 58px;
	text-align: center;
	color: #fff;
	font-size: 30px;
}
.social-icons li.twitter a{background: #54ACEE;}
.social-icons li.instagram a{background: #F34285;}
.blogpage{
	padding:50px 0 ;
	background: #F8F8F8;
}
.posts .post{margin: 0 0 40px;}
.posts .post img{
	display: block;
	border-radius: 7px;
}
.posts .post .inner{
	border: 1px solid #ddd;
	border-radius: 10px;
	overflow: hidden;
}
.posts .post .text{
	padding: 10px;
}
.posts .text h3{
	font-size: 18px;
	color: #000;
	line-height: 1.2;
}
.posts .text .btn-share{
	width: 25px;
	height: 25px;
	border: 1px solid #ddd;
	border-radius: 3px;
	line-height: 25px;
	text-align: center;
	font-size: 12px;
	color: #5EAC61;
	display: inline-block;
	text-decoration: none;
}
.posts .foot{font-size: 12px;}
.comment-block .form-control{
	border:1px solid #1197E8;
	border-radius: 6px;
	padding:10px 10px;
	margin: 0 0 30px;
	line-height:58px;
	background: #fff;
}
.comment-block label{
	color: #5A5959;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px;
	display: block;
}
.contact-page{
	background: #F8F8F8;
	padding: 50px;
}
.contact-form .form-control{
	border:1px solid #1197E8;
	border-radius: 6px;
	padding:10px 10px;
	margin: 0 0 30px;
	line-height:58px;
	background: #fff;
}
.contact-form textarea.form-control{height: 133px;}
.contact-page label{
	color: #5A5959;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px;
	display: block;
}
@media screen and (max-width:1399px){
	.slideshow .slide > img{max-width:inherit;width:130%;margin:0 -15%;}
}
@media screen and (max-width:1199px){
	.fonts-list h2{font-size: 35px;}
	#main{padding:30px;}
}
@media screen and (max-width:991px){
	.block h2{font-size: 25px;}
	.fonts-list h2{font-size: 24px;}
	.font-generator,.font-category{padding: 40px 30px;}
	.inner-banner h1{font-size: 40px;}
	#main{padding:15px;}
	.main-title{font-size: 28px;}
	.font-head .heading{min-width: inherit;}
	.font-head .heading h2{font-size: 68px;}
	.font-table th:first-child, .font-table th, .font-table td{min-width: inherit;padding-right: 40px;}
	.sp-palette .sp-thumb-el{
		width: 48px !important;
		height: 48px !important;
	}
	.font-block .txetbox{font-size: 25px;}
	.font-head .btns a{margin: 0 15px;}
	.font-detail-page .font-detail{padding: 20px;}
	.textimage{padding: 10px;}
}
@media screen and (max-width:767px){
	#main{padding:20px 0;}
	.slideshow .slide > img{width:150%;margin:0 -25%;}
	.slideshow .slide .caption{
		position: static;
		transform: none;
		padding: 15px;
	}
	.slideshow .slide .caption h2{font-size: 3.4rem;}
	.slideshow .slide .caption h2 strong{font-size: 6.5rem;}
	.clr .image{
		order:1;
		margin: 0 0 20px;
	}
	.clr .text{
		order: 2;
		text-align: center;
		max-width: 400px;
		margin: 0 auto;
	}
	.font-name, .font-use{
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.inner-banner h1{font-size: 30px;}
	.inner-banner{font-size: 18px;line-height: 1.4;}
	.find-search{flex-wrap: wrap;min-width: inherit !important;}
	.find-search input[type="search"]{
		margin: 0 0 20px !important;

	}
	.main-title{font-size: 24px;}
	.font-head .heading .font-name{
		font-size: 18px;
	}
	.font-head {margin-bottom: 20px;}
	.font-head .heading h2{font-size: 45px;text-align: center;}
	.font-head .heading .txt{text-align: center;font-size: 16px;}
	.font-table th:first-child, .font-table th, .font-table td{padding-right: 5px;}
	.font-block h3{font-size: 18px;margin-bottom: 10px;}
	.font-table th{font-size: 14px; padding-bottom: 5px;}
	.font-table td{font-size: 12px; padding-bottom: 5px;}
	.colorpanel{padding: 15px;}
	.textimage{padding: 5px;}
}
/*----- Slideshow ----*/

.mouse_scroll{display:block;margin:0 auto;width:24px;height:100px;margin-top:125px;}
.m_scroll_arrows{display:block;width:5px;height:5px;transform:rotate(45deg);border-right:2px solid #FF7300;border-bottom:2px solid #FF7300;margin:0 0 3px 4px;width:16px;height:16px;}
.unu{margin-top:1px;}
.unu,.doi,.trei{animation:mouse-scroll 1s infinite;}
.unu{animation-direction:alternate;animation-delay:alternate;}
.doi{animation-delay:.2s;animation-direction:alternate;margin-top:-6px;}
.trei{animation-delay:.3s;animation-direction:alternate;margin-top:-6px;}
@keyframes mouse-scroll{
	0%{opacity:0;}
	50%{opacity:.5;}
	100%{opacity:1;}
}
/* select */
.jcf-select {
	display: block;
	vertical-align: top;
	position: relative;
	border: 1px solid #F5F5F5;
	background: #F5F5F5;
	margin: 0 0 12px;
	min-width: 150px;
	height: 86px;
	border-radius:8px;
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 16px;
	line-height: 46px;
	padding:20px 18px;
	margin: 0 50px 0 8px;
	color:#000;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #F5F5F5;
	width: 40px;
	bottom: 0;
	right: 0;
	top: 0;
}
.jcf-select .jcf-select-opener:after{
>>>>>>> 1bfa0a259f98934d24533ea8d8ad63742640d298
    width: 15px;
    border: 1px solid transparent;
    content: '';
    position: absolute;
    right: 29px;
    top: 30px;
    height: 15px;
    transform: rotate(45deg);
    border-right-color: #000;
    border-bottom-color: #000;
}
<<<<<<< HEAD

body > .jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 9999;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: '...';
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #F5F5F5;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: '';
    height: 4px;
    width: 8px;
    margin: -7px 5px 0 -3px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

/* multiple select styles */
.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

/* select options styles */
.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 25px;
    font-size: 16px;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    min-height: 14px;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #F5F5F5;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 10px 25px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}


.category .lennytype{
    width: 100%;
    float: left;
    text-align: center;
    margin: 2rem 0;
}

.category .lennytype a {
    background-color: #0b0c3d;
    border-color: transparent;
    color: #fff;
    margin-bottom: 5px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 2.5em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(0.5em - 1px) calc(0.75em - 1px);
    position: relative;
    vertical-align: top;
    text-decoration: none;
    transition: all ease 0.3s;
}

.category .lennytype a:hover{
    color: #000;
    background-color: #31d2f2;
    border-color: #25cff2;
    transition: all ease 0.3s;
}

@media screen and (max-width: 450px) {
    .clipboard-block {
        font-size: 50px !important;
    }
=======
body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0px;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-select.jcf-compact-multiple {
	max-width: 220px;
}
.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
	display: inline-block;
	padding-top: 2px;
	content: '...';
}
.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #F5F5F5;
}
.jcf-select-drop.jcf-compact-multiple .jcf-hover {
	background: none;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
	display: inline-block;
	content: '';
	height:4px;
	width:8px;
	margin:-7px 5px 0 -3px;
	border:3px solid #777;
	border-width:0 0 3px 3px;
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}
/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}
/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 25px;
	font-size: 16px;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 5px 9px;
	color: #656565;
	min-height: 14px;
	height: 1%;
}
.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #F5F5F5;
	color: #000;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 10px 25px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
>>>>>>> 1bfa0a259f98934d24533ea8d8ad63742640d298
}
