/* general styles */
body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
    line-height: 1.9;
	letter-spacing: 1px;
	font-weight: 300;
}

::-moz-focus-inner {
  	border: 0;
  	padding: 0;
}

a {
	outline: medium none !important;
}

button {
	outline: medium none !important;
}

p {
	font-size: 16px;	
}

h1 {
	font-size: 34px;
	line-height: 54px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

#page {
	
}

.item {
	
}

/* margins and paddings */
.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt20 {
	margin-top: 20px;
}

.ml40 {
	margin-left: 40px;
}

.mr40 {
	margin-right: 40px;
}

.mb40 {
	margin-bottom: 40px;
}

.mt40 {
	margin-top: 40px;
}

.nopadding {
   padding: 0 !important;
}

.nomargin {
	margin: 0 !important;
}

.nopaddingnomargin {
   padding: 0 !important;
   margin: 0 !important;
}

.nopaddingleft {
   padding-left: 0 !important;
}

.nopaddingright {
   padding-right: 0 !important;
}

.green {
	color: #62b151 !important;
}

.dark {
	color: #282828 !important;
}

.orange {
	color: #fec107 !important;
}
/* header */
header {
	width: 100%;
    height: 100%;
	min-height: 670px;
    background: no-repeat center center;
	background-attachment: scroll;
	background-color: #b7b7b7;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	position: relative;
}

/* buttons */
.btn-default {
	border-radius: 40px;
	padding: 12px 24px;
	border: 1px solid #b7b7b7;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default:hover {
	background: #b7b7b7;
}

.btn-default-transparent {
	background: transparent;
	border-radius: 40px;
	padding: 12px 24px;
	border: 1px solid #fff;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-transparent:hover {
	border: 1px solid #b7b7b7;
	color: #b7b7b7;
}

.btn-default-pink-transparent, .btn-default-pink-transparent:focus {
	background: transparent;
	border-radius: 40px;
	padding: 12px 24px;
	border: 1px solid #fff;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-pink-transparent:hover {
	border: 1px solid #f06097;
	color: #fff;
	background-color: #f06097;
}

.btn-default-pink, .btn-default-pink:focus {
	border-radius: 40px;
	padding: 12px 24px;
	border: 1px solid #f06097;
	color: #fff;
	background-color: #f06097;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-pink:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
}

.btn-default-yellow, .btn-default-yellow:focus {
	border-radius: 40px;
	padding: 12px 24px;
	border: 1px solid #f8e71c;
	color: #fff;
	background-color: #f8e71c;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-yellow:hover {
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
}

.btn-default-yellow-tiny-transparent, .btn-default-yellow-tiny-transparent:focus {
	border-radius: 2px;
	padding: 8px 24px;
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-yellow-tiny-transparent:hover {
	border: 1px solid #f8e71c;
	background-color: #f8e71c;
	color: #fff;
}
.btn-default-blue-green-tiny-transparent, .btn-default-blue-green-tiny-transparent:focus {
	border-radius: 2px;
	padding: 8px 24px;
	border: 1px solid #fff;
	color: #fff;
	background-color: transparent;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-blue-green-tiny-transparent:hover {
	border: 1px solid #144144;
	background-color: #144144;
	color: #fff;
}

.btn-default-green-transparent {
	border-radius: 2px !important;
	background: transparent;
	padding: 12px 24px;
	border: 1px solid #62b151;
	color: #62b151;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-green-transparent:hover {
	border: 1px solid #62b151;
	color: #fff;
	background: #62b151;
}

.btn-default-green, .btn-default-green:focus {
	background-color: #62b151;
	border-radius: 2px;
	padding: 12px 24px;
	border: 1px solid #62b151;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-green:hover {
	border: 1px solid #62b151;
	color: #fff;
	background: transparent;
}

.btn-default-black, .btn-default-black:focus {
	background-color: #000;
	border-radius: 2px;
	padding: 12px 24px;
	border: 1px solid #000;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-black:hover {
	border: 1px solid #000;
	color: #000;
	background: transparent;
}

.btn-default-green-transparent-tiny, .btn-default-green-transparent-tiny:focus {
	border-radius: 2px !important;
	background: transparent;
	border-radius: 40px;
	padding: 8px 24px;
	border: 1px solid #62b151;
	color: #62b151;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-green-transparent-tiny:hover {
	border: 1px solid #62b151;
	color: #fff;
	background: #62b151;
}

.btn-default-green-tiny {
	border-radius: 2px !important;
	background: #62b151;
	border-radius: 40px;
	padding: 8px 24px;
	border: 1px solid #62b151;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-green-tiny:hover {
	border: 1px solid #62b151;
	color: #62b151;
	background: transparent;
}

.btn-default-orange {
	border-radius: 4px !important;
	background: transparent;
	border-radius: 40px;
	padding: 10px 24px;
	border: 1px solid #e74c3c;
	color: #e74c3c;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-orange:hover {
	border: 1px solid #e74c3c;
	color: #fff;
	background: #e74c3c;
}

.btn-default-orange-light, .btn-default-orange-light:focus {
	border-radius: 4px !important;
	background: #fec107;
	border-radius: 40px;
	padding: 8px 24px;
	border: 1px solid #fec107;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-orange-light:hover {
	border: 1px solid #fec107;
	color: #fec107;
	background: transparent;
}

.btn-default-orange-light-transparent, .btn-default-orange-light-transparent:focus {
	border-radius: 4px !important;
	background: transparent;
	border-radius: 40px;
	padding: 10px 24px;
	border: 1px solid #fec107;
	color: #fec107;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-orange-light-transparent:hover {
	border: 1px solid #fec107;
	color: #fff;
	background: #fec107;
}

.btn-default-orange-tiny {
	border-radius: 2px !important;
	background: transparent;
	border-radius: 40px;
	padding: 6px 24px;
	border: 1px solid #e74c3c;
	color: #e74c3c;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-orange-tiny:hover {
	border: 1px solid #e74c3c;
	color: #fff;
	background: #e74c3c;
}

.btn-default-orange-tiny-no-t {
	border-radius: 2px !important;
	background: #e74c3c;
	border-radius: 40px;
	padding: 6px 24px;
	border: 1px solid #e74c3c;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-orange-tiny-no-t:hover {
	border: 1px solid #e74c3c;
	color: #e74c3c;
	background: transparent;
}

.btn-default-blue-tiny {
	border-radius: 2px !important;
	background: #00009cff;
	border-radius: 40px;
	padding: 8px 24px;
	border: 1px solid #00009cff;
        font-size: 16px;
	color: #fff !important;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-blue-tiny:hover {
	border: 1px solid #3498db;
	color: #3498db !important;
	background: transparent;
}

.btn-default-dark-tiny {
	border-radius: 2px !important;
	background: #282828;
	border-radius: 40px;
	padding: 8px 24px;
	border: 1px solid #282828;
	color: #fff !important;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-dark-tiny:hover {
	border: 1px solid #282828;
	color: #282828 !important;
	background: transparent;
}

.btn-default-white-transparent, .btn-default-white-transparent:focus {
	border-radius: 2px !important;
	background: rgba(237, 237, 237, 0.3);
	padding: 12px 24px;
	border: 1px solid #ededed;
	color: #fff;
	-webkit-transition: all 0.5s ease;
	   -moz-transition: all 0.5s ease;
	     -o-transition: all 0.5s ease;
	        transition: all 0.5s ease;
}

.btn-default-white-transparent:hover {
	border: 1px solid rgba(237, 237, 237, 0.8);
	color: #fff;
	background: rgba(237, 237, 237, 0.6);
}

/* inputs */
.form-control {
	border-radius: 0;
	background: transparent;
	border: none;
	height: 42px;
	color: #282828;
	outline: none;
  	-webkit-box-shadow: none !important;
  	-moz-box-shadow: none !important;
  	box-shadow: none !important;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.dark-span {
	font-weight: 700;
	background-color: #282828;
	padding: 0 8px;
}

/* contentokc */
#contentokc {
    background-color: #282828;
    padding: 60px 0;
}
#contentokc .okclog {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
#contentokc h3.title {
    font-size: 16px;
    color: #ffb504;
    margin: 0;
}

#contentokc h2 {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

#contentokc .content {
    background-color: #fff;
}

#contentokc .content .inner {
    padding: 15px;
    position: relative;
}

#contentokc .content .inner .btn-default-yellow {  
    background-color: #ffb504;
    border-color: #ffb504;
    position: absolute;
    top: -18px;
    right: 15px;
    padding: 7px 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
}

#contentokc .content .inner .btn-default-yellow:hover {
    background-color: #282828;
    border-color: #282828
}

#contentokc .content .inner .btn-default-yellow .fa {
    margin-left: 2px;
    font-size: 18px;
}


#contentokc .content img {
    max-width: 100%;
}

#contentokc .content p {
    font-size: 14px;
}

@media (max-width: 768px) {
    #contentokc .content {
        margin-bottom: 20px;
    }
}


/*  ---------------  */
/*  ---------------  */
/* teamkmv */
#teamkmv {
	padding: 40px;
	border-top: 1px solid #f5f5f5;
	text-transform: uppercase;
}
#teamkmv .kmvimg {
	display: block;
	margin: 0 auto;
	max-width: 100%;
        
}
#teamkmv .team-box {
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
}

#teamkmv .team-box .team-image {
	position: relative;
	border-radius: 400px;
}

#teamkmv .team-box .team-image img {
	width: 100%;
	height: 100%;
	border-radius: 150px;
}

#teamkmv .team-box h4 {
	font-size: 14px;
	margin-bottom: 0;
}

#teamkmv .team-box p {
	font-size: 10px;
}

#teamkmv span.imghover-effect-team {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	z-index: 19;
	cursor: pointer;
	opacity: 0;
	overflow: hidden;
	border-radius: 400px;
}

#teamkmv .team-image:hover span.imghover-effect-team, .team-image:hover .social-icons-team  {
	opacity: 0.9 !important;
	transition: all 0.5s ease-in-out; 
}

#teamkmv .social-icons-team {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 99;
}

#teamkmv .social-icons-team .fa {
	width: 18px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	z-index: 99;
}

#teamkmv .social-icons-team .fa:hover {
	color: #62b151;
	-webkit-transition: all 0.3s ease;
	   -moz-transition: all 0.3s ease;
	     -o-transition: all 0.3s ease;
	        transition: all 0.3s ease; 
}

#teamkmv .title h3 {
	font-size: 24px;
	text-align: center;
	margin: 0;
	margin-bottom: 10px;
}

#teamkmv .title p {
	font-size: 20px;
	text-align: center;
	margin: 0;
        
	margin-bottom: 20px;
}