@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');
@import url('https://fonts.googleapis.com/css?family=Paytone+One');

body {
    background: #EBEBEB !important;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

.header {
    background: #366FB5;
    width: 100%;
    height: 95px;
    -webkit-box-shadow: 0px 0px 2px 1px #000000;
    -moz-box-shadow: 0px 0px 2px 1px #000000;
    box-shadow: 0px 0px 2px 1px #000000;
    z-index: 9999;
}

.header-container {
    width: 1111px;
    margin: 0 auto;
}

.header-logo {
    width: 260px;
    float: left;
    margin-top: 14px;
	margin-left: 10px;
}



@media all and (min-width:0px) and (max-width: 800px) {
	.header-logo {
		width: 260px;
		margin:14px;
	}
}

.header-nav {
    width: 700px;
    float: right;
    margin-top: 40px;
}

.responsive-nav {
    display: none;
}

.resbut{
	border:2px solid #c1bfbf;
	background:#f8f8f8;
	padding:3px 10px;
}
.resbut:hover{
	border:2px solid #c1bfbf;
	background:#d8d8d8;
}


#headnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#headnav li {
    display: inline;
    padding: 8px;
    border-radius: 1px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: bold
}

#headnav li:hover {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
}

#headnav li:hover a {
    color: #000000;
}


#headnav li > a {
    color: #FFFFFF;
    text-decoration: none;
}

.body-container {
    width: 1000px;
    margin: 0 auto;
}

.body-left {
    width: 450px;
    float: left;
    margin-top: 10px;
}

.body-left h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 27px;
}

.container h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #000000 !important;
}

.body-right {
    width: 400px;
    float: right;
    margin-top: 10px;
}

.body-right h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 27px;
}

.body-right-content {
    width: 100%;
    min-height: 330px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    margin-top: 36px;
    max-width: 495px;
}

.body-content {
    width: 948px;
    min-height: 500px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    padding: 10px 25px;
}

.imghome {
    max-width: 100%;
    height: 138px;
    width: 385px;
}

.k-v-img {
  float:right;border:1px solid #ccc;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
  border-radius:2px;
  max-width:100%;
  height:400px;
  width:250px;
}

.r-c-pad {
    padding: 40px 0 0 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.r-c-pad a {
    color: #333333;
    text-decoration: none;
}

.r-c-pad a:hover {
    color: #333333;
    text-decoration: underline;
}

.container h3 {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: bold;
    color: #000000 !important;
}

.body-content p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 90%;
    color: #000000 !important;
}

.footer {
    width: 100%;
    background: #FFFFFF;
    margin-top: 60px;
    border-top: 1px solid #ccc;
    padding-bottom: 40px;
}

.footer-container {
    width: 1000px;
    margin: 0 auto;
}

.footer-column {
    float: left;
    width: 250px;
}

ul#footernav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footernav li {
    margin-top: 10px;
}

#footernav li a {
    color: #366FB5;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

#footernav li a:hover {
    color: #2C62A3;
    text-decoration: underline;
}

.copyright {
    width: 100%;
    background: #000000;
    color: #FFFFFF;
    height: 45px;
}

.copy-pad {
    width: 1000px;
    margin: 0 auto;
}

.copy {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin-top: 13px;
}

.copy a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

.copy a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

.c-field {
    max-width: 100%;
    width: 300px;
    height: 40px;
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333333;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.c-area {
    width: 500px;
    max-width: 100%;
    height: 200px;
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333333;
    border-radius: 2px;
    border: 1px solid #ccc;
}

.c-button {
    width: 320px;
    max-width: 100%;
    height: 45px;
    background: #366FB5;
    border-radius: 2px;
    border: 1px solid #2F63A3;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.c-button:hover {
    background: #2F63A3;
}

.login-container {
    width: 400px;
    margin: 50px auto;
}

.login-content {
    width: 400px;
    min-height: 400px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
}

.login-pad {
    padding: 25px 0 0 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #333333;
}

.login-pad a {
    color: #333333;
    text-decoration: none;
}

.login-pad a:hover {
    color: #333333;
    text-decoration: underline;
}

.log-field {
    width: 91%;
    height: 25px;
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333333;
    border-radius: 1px;
    border: 1px solid #ccc;
}

.log-button {
    width: 95.3%;
    height: 45px;
    background: #366FB5;
    border-radius: 2px;
    border: 1px solid #2F63A3;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.log-button:hover {
    background: #2F63A3;
}


textarea:focus, input:focus{
    outline: none;
}

.reg-field {
    width: 95%;
    height: 40px;
    padding: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #333333;
    border-radius: 1px;
    border: 1px solid #ccc;
    border-left: 4px solid #366FB5;
}

.reg-button {
    width: 95%;
    height: 45px;
    background: #366FB5;
    border-radius: 2px;
    border: 1px solid #2F63A3;
    font-family: 'Open Sans', sans-serif;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
}

.reg-button:hover {
    background: #2F63A3;
}

.faq {
    width: 100%;
    min-height: 500px;
    background: #FFFFFF;
    border-top-left-radius: 3px;
	padding:30px;
    overflow-y: hidden;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
}

.faq h2{
	 color:#3B6FB6 !important;
	font-size: 22px;
    margin-top:20px;
}

.faq h3{
	margin-top:40px;
	font-size: 26px;
    color:#3B6FB6 !important;
}

.faq h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #000000 !important;
	margin-top:30px;
}



.fb-title {
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    color: #366FB5;
    font-size: 13px;
	
}
.fb-title:hover{
	cursor:pointer;
}


.page-content {
    width: 100%;
    min-height: 500px;
    background: #FFFFFF;
    border-top-right-radius: 3px;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.pc-pad {
    padding: 25px 25px;
}

.pc-pad h3 {
    padding: 0;
    margin: 0;
}

.pc-pad p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000000;
    width: 75%;
}

.shadimg {
    float:right;
    border:1px solid #ccc;-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.25);border-radius:2px;
}

#responsive-wrapper {
    width: 100vw;
    height: 250px;
    float: left;
    position: absolute;
    margin-top: 100px;
    background: #FFFFFF;
    right: 0;
    display: none;
    z-index: 999;
    border-bottom: 1px solid #ccc;
}

#resnav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#resnav li {
    display: block;
    margin: 8px;
}

#resnav li > a {
    color: #000000;
    text-decoration: none;
}


#resnav li > a:hover {
     text-decoration: underline;
}

.newline {
    height:15px;
    border-bottom:1px solid #ccc;
    width:100%;
}


@media (max-width: 1098px) {
   .header-nav {
       display: none;
   }

   .responsive-nav {
       display: inline;
       width: auto;
       float: right;
       margin-right: 50px;
       margin-top: 35px;
   }

   #responsive-wrapper {
       display: none;
   }
}

@media (max-width: 1070px) {
    .responsive-nav {
        margin-right: 100px;
    }
}

@media (max-width: 1020px) {
    .responsive-nav {
        margin-right: 150px;
    }
}

@media (max-width: 970px) {
    .responsive-nav {
        margin-right: 200px;
    }
}

@media (max-width: 920px) {
    .responsive-nav {
        margin-right: 250px;
    }
}

@media (max-width: 870px) {
    .responsive-nav {
        margin-right: 300px;
    }
}

@media (max-width: 820px) {
    .responsive-nav {
        margin-right: 350px;
    }
}

@media (max-width: 770px) {
    .responsive-nav {
        margin-right: 400px;
    }
}

@media (max-width: 720px) {
    .responsive-nav {
        margin-right: 450px;
    }
}

@media (max-width: 670px) {
    .responsive-nav {
        margin-right: 500px;
    }
}

@media (max-width: 620px) {
    .responsive-nav {
        margin-right: 550px;
    }
}

@media (max-width: 570px) {
    .responsive-nav {
        margin-right: 600px;
    }
}

@media (max-width: 520px) {
    .responsive-nav {
        margin-right: 650px;
    }
}

@media (max-width: 470px) {
    .responsive-nav {
        margin-right: 700px;
    }
}

@media (max-width: 420px) {
    .responsive-nav {
        margin-right: 750px;
    }
}

.fielderror{
	border:1px solid red;
}