/*
Theme Name:		Ken Child Theme
Theme URI:		http://themeforest.net/user/artbees
Description:	Child theme for the Ken theme 
Author:			Your name here
Theme URI:		http://themeforest.net/user/artbees
Template:		ken
Version:		3.3
*/



body {
	background-color:#fff;
}



.mk-tabs .mk-tabs-tabs li a {
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    display: block;
    line-height: 100%;
    font-size: 12px !important;
}



.mk-accordion.boxed-style .mk-accordion-tab {
    position: relative;
    padding: 11px 30px 11px 22px;
    border: 2px solid #F49117;
    border-bottom: 2px solid RGBA(244, 145, 23, 0.72);
    background-color: #fafafa;
    color: #222;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.mk-accordion.boxed-style .mk-accordion-single:last-of-type .mk-accordion-tab {
    border-bottom: 2px solid #F49117;
}

.mk-toggle .mk-toggle-pane .inner-box {
    padding: 0px;
    margin: 0 20px;
}

.mk-toggle .mk-toggle-title {
    font-size: 15px;
    font-weight: 700;
    padding: 12px 0 12px 0px;
    color: #000;
    cursor: pointer;
    border-bottom: 2px solid rgba(0,0,0,.1);
    text-align: center;
}

.slideshow-swiper-arrows {
    top: 50%;
    display: block;
    margin-top: -15px;
    width: 28px;
    height: 28px;
    border: 3px solid #193367;
    cursor: pointer;
    z-index: 15;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
}

.slideshow-swiper-arrows i {
    color: #193367;
    font-size: 16px;
    line-height: 28px;
    display: block;
}

.mk-image-box .image-box-title {
    margin-bottom: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
}

.mk-button {
    position: relative;
    margin-right: 10px;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    zoom: 1;
    font-weight: 700;
    font-size: 16px;
    -webkit-transform: translateZ(0);
    -webkit-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    -ms-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    -o-transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
    transition: color .2s ease-in-out,background .2s ease-in-out,border .2s ease-in-out;
}

input[type="email"], input[type="password"], input[type="text"], select, textarea {
    font-size: inherit;
    border: none;
    outline: 0;
    padding: 12px 16px;
}