@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
* {margin:0; padding:0;}
html,body{
	width: 100%;
	height: 100%;
	color:#000;
    font-size:14px;
    font-family: 'Open Sans', sans-serif;
    background: #FFF;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
}
h1,h2{
    color: #034ea2;
    font-size: 27px;
    margin-bottom: 25px;
}
h4{
    color: #034ea2;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
}
a{
    color: #00A0E3;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
ul{
    list-style:none;
}
iframe,
img{
	max-width:100%;
    border:none;
}
button,
input [type='button'],
input [type='submit']{
	-webkit-appearance: none;
	border-radius: 0;
}
select,
input,
textarea{ 
    outline:none;
    font-family: 'Open Sans', sans-serif;
}
textarea{
    overflow:hidden;
    resize:none;
}
table{
	border-collapse:collapse;
}
body{
    overflow-x: hidden;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    position: relative;
    z-index: 0;
}
.content {
    flex: 1 0 auto;
    background: url(../images/main-bg.jpg) no-repeat left bottom;
}
.footer {
    flex: 0 0 auto;
}
.row{
    margin-left:-15px;
    margin-right: -15px;
}
.row>div[class^="row-"]{
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}
.row-1{
	width: 100%;
}
.row-2{
    width: 50%;
}
.row-2:nth-child(2n)+div{
    clear: both;
}
.row-3{
    width: 33.33%;
}
.row-3:nth-child(3n)+div{
    clear: both;
}
.row-4{
    width: 25%;
}
.row-4:nth-child(4n)+div{
    clear: both;
}
.row-5{
	width: 20%;
}
.row-6{
    width: 16.66%;
}
.section1{
	min-height:100%;
}
.container{
    max-width: 1170px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.cleared:after {
    content: '';
    display: table;
    clear: both;
}
.header{
    position: relative;
    z-index: 5;
    background: #0072bc;
}
.head-top{
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    z-index: 2;
}
.head-top-left{
    padding-left: 280px;
    float: left;
}
.head-nav ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.head-nav ul li:last-child{
    margin-right: 0;
}
.head-nav ul li a{
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}
.head-nav ul li.active>a,
.head-nav ul li a:hover{
    color: #00abe6;
}
.head-top-right{
    float: right;
}
.head-contacts{
    display: inline-block;
    vertical-align: top;
}
.head-contacts ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
}
.head-contacts ul li:last-child{
    margin-right: 0;
}
.head-contacts ul li a{
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
}
.mail-icon:before{
    content: '';
    width: 13px;
    height: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/icons/mail.svg) no-repeat center center;
}
.tel-icon:before{
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/icons/phone.svg) no-repeat center center;
}
.map-icon:before{
    content: '';
    width: 9px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/icons/location.svg) no-repeat center center;
}
.head-contacts ul li a:hover{
    color: #00abe6;
}
.lang-panel {
    width: 40px;
    height: 19px;
    display: inline-block;
    vertical-align: top;
    margin-left: 80px;
}
.lang-panel ul{
    width: 30px;
    padding: 19px 10px 0 0;
    position: relative;
    z-index: 0;
}
.lang-panel ul:before{
    content: '';
    width: 8px;
    height: 5px;
    position: absolute;
    z-index: -1;
    right: 0;
    top:7px;
    cursor: pointer;
    transition: all 0.1s ease-in;
    background: url(../images/icons/triangle.svg) no-repeat center center;
}
.lang-panel ul:hover li{
    visibility: visible;
    opacity: 1;
}
.lang-panel ul:hover:before{
    transform: rotate(180deg);
}
.lang-panel ul li{
    height: 19px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s ease-in;
}
.lang-panel ul li.active{
    position: absolute;
    z-index: 0;
    top: -5px;
    left: 0;
    visibility: visible;
    opacity: 1;
}
.lang-panel ul li.active>a{
    background: transparent;
    font-size: 13px;
}
.lang-panel ul li a{
    display: block;
    text-align: center;
    background: #000;
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    padding: 5px;
    text-decoration: none;
}
.head-bot{
    height: 72px;
    padding: 0 85px 0 25px;
    background: #f6f6f6;
    position: relative;
    z-index: 0;
}
.logo-box{
    width: 215px;
    float: left;
    padding-top: 15px;
}
.head-bot-right{
    margin-left: 240px;
}
.top-nav-btn{
    width: 34px;
    height: 38px;
    padding: 0 4px;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top:15px;
    right:15px;
    border:3px solid #00abe6;
    display: none;
}
.top-nav-btn:hover{
    border-color: #034ea2;
}
.top-nav-btn:hover .top-nav-line{
    background: #034ea2;
}
.top-nav-line{
    width: 100%;
    height: 5px;
    background: #00abe6;;
    margin: 6px 0;
}
.top-nav ul li{
    display: inline-block;
    vertical-align: top;
}
.top-nav ul li a{
    padding: 25px 15px;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #034ea2;
    font-weight: 700;
    text-transform: uppercase;
}
.top-nav ul li a:hover,
.top-nav ul li.active>a{
    background: #FFF;
    color: #00abe6;
}
.head-search{
    position: absolute;
    z-index: 1;
    top:15px;
    right: 35px;
}
.search-btn {
    width: 48px;
    height: 44px;
    cursor: pointer;
    background: #00abe6 url(../images/icons/search.svg) no-repeat center center;
    position: absolute;
    z-index: 0;
    top:0;
    right: 0;
}
.head-search-box{
    width: 248px;
    display: none;
}
.search-input{
    width: 200px;
    height: 44px;
    padding: 10px;
    color:#FFF;
    font-size:16px;
    box-sizing:border-box;
    background: #00abe6;
    border:0;
    float: left;
}
.search-button{
    width: 48px;
    height: 44px;
    cursor: pointer;
    border:0;
    -webkit-appearance: none;
    background: #00abe6 url(../images/icons/search.svg) no-repeat center center;
    float: left;
}
.search-button:hover,
.search-btn:hover{
    background-color:#034ea2
}
.banner-box{
    height: 385px;
    background-size: cover;
}
.banner-box .container{
    height: 100%;
    position: relative;
    z-index: 0;
}
.banner-box-text{
    width: 100%;
    max-width: 450px;
    padding: 16px 25px;
    position: absolute;
    z-index: 1;
    bottom: 40px;
    left: 10px;
    color:#00abe6;
    font-size: 18px;
    display:none;
    box-sizing: border-box;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.78);
}
.banner-box-title{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
}
.main-content{
    padding: 35px 0 45px 0;
}
.categories{
    max-width: 780px;
    padding: 0 10px;
    margin:0 auto 20px auto;
}
#categories .category-box{
	padding-bottom:30px;
}
#categories .category-box-name{
	width:auto;
	background-color:transparent;
	left:0;
	right:0;
	top:auto;
	bottom:0;
	margin:0;
	color:#000;
	font-size:18px;
	padding:0 10px;
}
.category-box{
    width: 100%;
    max-width: 381px;
    height: 205px;
    position: relative;
    z-index: 0;
    margin: 15px auto;
}
.category-box a{
    width: 100%;
    height: 205px;
    background: #FFF;
    font-size: 14px;
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    display: table;
    box-sizing: border-box;
    border:1px solid #d9d9d9;
}
.category-box a:hover{
    box-shadow: 0 0 10px 1px #CCC;
}
.category-box-img{
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}
.category-box a .category-box-img img{
	max-height: 205px;
    transition: all 0.2s ease-in;
}
.category-box a:hover .category-box-img img{
    transform: scale(1.1);
}
.category-box-name{
    width: 206px;
    position: absolute;
    z-index: 1;
    left:50%;
    padding: 8px 0;
    text-align: center;
    margin-left: -103px;
    background-color: rgba(0, 114, 188, 0.7);
    top:85px;
}
.text-box p{
    margin-bottom: 15px;
}
.text-box ul{
    display: table;
    margin-left: 30px;
    margin-bottom: 15px;
}
.text-box ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    z-index: -1;
    left:-15px;
    top: 7px;
    transform: rotate(45deg);
    background-color: #00abe6;
}
.text-box ul li{
    position: relative;
    z-index: 0;
    margin-bottom: 10px;
}
.module-box{
    margin-bottom: 30px;
}
.module-title{
    width: 100%;
    display: table;
    color: #034ea2;
    font-size: 27px;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
}
.module-title span{
    position: relative;
    z-index: 1;
    padding-right: 5px;
}
.module-title span:before{
    content:'';
    position: absolute;
    z-index: -1;
    height: 2px;
    top:50%;
    margin-top:1px;
    left: 0;
    right: 0;
    background: #FFF;
}
#brands-bar .module-title span:before{
    background: #f6f6f6;
}
.module-title:before{
    content:'';
    position: absolute;
    z-index: -1;
    height: 2px;
    top:50%;
    margin-top:1px;
    left: 0;
    right: 0;
    background: #e6e6e6;
}
.brand-box{
    width: 174px;
    height: 119px;
    background: #FFF;
    border: 1px solid #ededed;
    margin: 5px auto;
}
.brand-box a,
.brand-box span{
    width: 174px;
    height: 119px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.brand-box a:hover,
.brand-box span:hover{
    box-shadow: 0 0 10px 1px #CCC;
}
.brand-box img{
    transition: all 0.2s ease-in;
}
.brand-box:hover img{
    transform: scale(1.1);
}
.footer{
    background:#2c2c2c;
    font-weight: 300;
    color: #FFF;
    font-size: 12px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.footer:before{
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left:0;
    top:0;
    background: url(../images/foot-bg.png) no-repeat right top;
    background-size: auto 100%;
}
.footer .container{
    padding-top: 35px;
    padding-bottom: 50px;
}
.bot-bar{
    max-width: 755px;
}
.bot-bar-left{
    width: 130px;
    float: left;
}
.bot-logo{
    margin-bottom: 15px;
}
.bot-nav ul li{
    margin-bottom: 10px;
}
.bot-nav ul li:last-child{
    margin-bottom: 0;
}
.bot-nav ul li a{
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
}
.bot-nav ul li.active>a,
.bot-nav ul li a:hover{
    color: #00abe6;
}
.bot-bar-right{
    margin-left: 240px;
    padding: 5px 5px 0 5px;
}
.bot-cat-title{
    font-weight: 600;
    font-size: 10px;
    color: #00abe6;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.bot-cat ul li{
    margin-bottom: 10px;
}
.bot-cat ul li:last-child{
    margin-bottom: 0;
}
.bot-cat ul li a{
    text-decoration: none;
    color: #FFF;
    font-size: 12px;
}
.bot-cat ul li.active>a,
.bot-cat ul li a:hover{
    color: #00abe6;
}
.bot-contacts ul li{
    margin-bottom: 17px;
}
.bot-contacts a{
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
}
.bot-contacts a:hover{
    color: #00abe6;
}
.bot-contacts .tel-icon:before,
.bot-contacts .mail-icon:before,
.bot-contacts .map-icon:before {
    display: block;
    margin-bottom: 3px;
}
.breadcrumbs{
    font-size: 14px;
    color:#0072bc;
    margin-bottom: 25px;
}
.breadcrumbs ul li{
    display: inline-block;
    vert-align: top;
}
.breadcrumbs a{
    font-size: 14px;
    text-decoration: none;
    color: #000;
}
.breadcrumbs a:hover{
    text-decoration: underline;
}
.breadcrumbs a:after{
    content:'';
    width: 5px;
    height: 5px;
    background-color: #00abe6;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px 0 5px;
}
.product-card{
    margin-bottom: 30px;
}
.product-card-top{
    margin-bottom: 30px;
}
.product-card-left{
    width: 510px;
    float: left;
}
.product-card-img{
    width: 506px;
    height: 348px;
    background: #FFF;
    border: 2px solid #f7f7f7;
    margin-bottom: 20px;
}
.product-card-img img{
    max-height: 100%;
}
.product-card-img>a{
    width: 506px;
    height: 348px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.thumbs-imags{
    height: 110px;
    overflow: hidden;
}
.carousel-thumbs-box{
    width: 160px;
    height: 110px;
    margin: 0 auto;
}
.carousel-thumbs-box img{
    max-height: 100%;
}
.carousel-thumbs-box>a{
    width: 158px;
    height: 108px;
    background: #FFF;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border:1px solid transparent;
}
.carousel-thumbs-box a:hover{
    border-color: #0072bc;
}
.product-card-right{
    margin-left: 540px;
}
.product-description{
    padding-bottom: 25px;
    border-bottom: 2px solid #e6e6e6;
    margin-bottom: 25px;
}
.product-title{
    font-weight: 700;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.product-manufacturer{
    font-size: 16px;
    margin-bottom: 15px;
}
.product-manufacturer b{
    color: #0072bc;
    font-weight: normal;
}
.product-about{
    max-width: 550px;
    font-size: 12px;
    margin-bottom: 20px;
}
a.buy-button{
    line-height: 50px;
}
.buy-button{
    width: 198px;
    height: 50px;
    border:0;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #0072bc;
    -webkit-appearance: none;
}
.buy-button:hover{
    background: #2c2c2c;
}
.product-docs-title{
    font-weight: 600;
    font-size: 14px;
    color: #000;
    margin-bottom: 25px;
}
.product-docs ul li{
    display: inline-block;
    vertical-align: top;
    margin-right: 50px;
}
.product-docs ul li:last-child{
    margin-right: 0;
}
.product-docs ul li a{
    font-size: 12px;
    color: #000;
    text-decoration: underline;
}
.product-docs ul li a:hover{
    text-decoration: none;
}
.pdf-icon:before{
    content: '';
    width: 20px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../images/icons/pdf.svg) no-repeat center center;
}
.product-tabs-nav{
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
}
.product-tabs-nav:before{
    content: '';
    height: 1px;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 2px;
    background: #e6e6e6;
}
.product-tabs-nav ul li{
    display: inline-block;
    vertical-align: top;
}
.product-tabs-nav ul li a{
    padding: 10px 15px;
    font-size: 22px;
    color: #000;
    text-decoration: none;
    font-weight: 300;
    display: block;
    border-bottom: 5px solid transparent;
}
.product-tabs-nav ul li.active>a{
    font-weight: 600;
    border-color: #00abe6;
}
.product-tabs-nav ul li a:hover{
    border-color: #00abe6;
}
.tabs-cont{
    display: none;
}
.tabs-cont.active{
    display: block;
}
.product-info{
    background: #f1f7f8;
    padding: 15px 15px 20px 15px;
}
.product-info-title{
    width: 100%;
    max-width: 490px;
    font-size: 20px;
    text-align:center;
    padding-bottom: 8px;
    border-bottom:2px solid #e6e9ea;
    margin: 0 auto 10px auto;
}
.product-info ul{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    overflow: hidden;
}
.product-info ul li{
    width: 33.33%;
    float: left;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    margin: 8px 0;
    padding-left: 30px;
}
.product-info ul li:nth-child(3n)+li{
    clear: both;
}
.product-info ul li:before{
    content: '';
    width: 19px;
    height: 19px;
    position: absolute;
    z-index: -1;
    left: 0;
    top:0;
    background: url(../images/icons/done.svg) no-repeat center center;
}
.page-title{
    font-size: 27px;
    color: #034ea2;
    position: relative;
    z-index: 0;
    margin-bottom: 25px;
}
.page-title:before{
    content:'';
    height: 1px;
    position: absolute;
    z-index: -1;
    background: #e6e6e6;
    left:0;
    right: 0;
    top:50%;
    margin-top: 1px;
}
.page-title span{
    position: relative;
    z-index: 0;
    padding-right: 10px;
}
.page-title span:before{
    content:'';
    height: 1px;
    position: absolute;
    z-index: -1;
    background: #FFF;
    left:0;
    right: 0;
    top:50%;
    margin-top: 1px;
}
.text-box-info{
    background: #f6f6f6;
    margin: 25px 0;
}
.text-info-left{
    width: 348px;
    float: left;
}
.text-info-right{
    margin-left: 375px;
    padding: 20px 15px;
    font-size: 18px;
    font-weight: 500;
}
span.button,
a.button{
    line-height: 50px;
}
.button{
    max-width: 180px;
    height: 50px;
    border:0;
    padding: 0 40px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #0072bc;
    -webkit-appearance: none;
}
.button:hover{
    background: #2c2c2c;
}
.centered{
    text-align: center;
    margin: 0 auto;
}
.products{
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 20px;
}
.product-box{
    width: 100%;
    max-width: 360px;
    height: 255px;
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 0;
    box-sizing: border-box;
    border:1px solid #e6e6e6;
}
.product-box a{
    width: 100%;
    height: 255px;
    text-decoration: none;
    color: #000;
    display: block;
}
.product-box-img{
    width: 100%;
    height: 215px;
    display: table;
}
.product-box-img>span{
    width: 100%;
    height: 215px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.product-box-img img{
    max-height: 100%;
}
.product-box-title{
    min-height: 35px;
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.product-box-about{
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    transition: all 0.15s ease-in;
}
.product-box a:hover .product-box-about{
    opacity: 1;
    visibility: visible;
}
.product-box-align{
    width: 100%;
    height: 255px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    color: #FFF;
    box-sizing: border-box;
    padding: 15px 25px 60px 25px;
}
.product-box-btn{
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    bottom: 15px;
}
.pagination{
    text-align: center;
    padding: 30px 0;
}
.pagination ul li{
    display: inline-block;
    vertical-align: top;
    margin: 0 7px;
}
.pagination ul li a{
    width: 30px;
    height: 30px;
    font-weight: bold;
    color: #FFF;
    position: relative;
    z-index: 0;
    display: block;
    font-size: 12px;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
}
.pagination ul li a:before{
    content:'';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    background: #cfcfcf;
}
.pagination ul li a:hover:before{
    background: #00abe6;
}
.pagination ul li.active>a:before{
    transform: rotate(-60deg);
    background: #00abe6;
}
#grpResult_site_wide{
	position: relative;
	z-index: 0;
	padding-top: 30px;
}
#grpResult_site_wide .row-3{
	float:left;
}
#grpResult_site_wide .row-3:nth-child(3n) + div {
    clear: none;
}
.ajaxSearch_grpResultName {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
}
.ajaxSearch_paging{
	position: absolute;
    z-index: 0;
    top: 20px;
    left: 0;
    right: 0;
}
.order-box{
	max-width: 593px;
}
.order-box-title{
	padding-bottom:10px;
}
.inputbox{
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    background: #FFF;
    border: 1px solid #aeafaf;
    box-sizing:border-box;
    font-size: 14px;
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.textarea{
	width: 100%;
	max-width:100%;
    height: 95px;
    padding: 5px 10px;
    background: #FFF;
    border: 1px solid #aeafaf;
    box-sizing:border-box;
    font-size: 14px;
    color: #000;
    display: block;
    margin-bottom:30px;
}
.oreder-button{
    width: 130px;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    text-align: center;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
	font-weight:bold;
    background: #00abe6;
    margin-bottom: 15px;
    cursor: pointer;
    opacity: 1;
    position: relative;
    z-index: 0;
    padding: 10px;
}
.oreder-button:hover{
	background:#000;
}
.news-box{
	background:#f6f6f6;
	margin-bottom:30px;
}
.news-box:hover{
    box-shadow: 0 0 10px 1px #CCC;
}
.news-box-img{
	width:350px;
	float:left;
	overflow:hidden;
}
.news-box-img img{
	transition: all 0.2s ease-in;
}
.news-box:hover:hover .news-box-img img{
    transform: scale(1.05);
}
.news-box-text{
	margin-left:370px;
	padding:15px;
}
.news-box-title{
	margin-bottom:10px;
}
.news-box-title a{
	text-decoration:none;
	color:#034ea2;
	font-weight:bold;
	font-size:15px;
}
.news-box-text p{
	margin-bottom:10px;
	text-align: justify;
}
.news-box-btn{
	padding-top:10px;
}
.more-btn{
	width: 130px;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    text-align: center;
    border: 0;
    text-decoration: none;
    text-transform: uppercase;
    color: #FFF;
    font-size: 14px;
	font-weight:bold;
    background: #00abe6;
    margin-bottom: 15px;
    cursor: pointer;
    opacity: 1;
    position: relative;
    z-index: 0;
    padding: 10px;
}
.more-btn:hover{
	background:#000;
}