@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:300,400,500,700');
html, body {
	min-height: 100%;
}
body {
	background: #fcfcfc;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	overflow-x: hidden;
	font-size: 15px;
}
/*---------------------------------------
   Typorgraphy              
-----------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	margin-top: 0px;
}
h1, h2, h4 {
	font-weight: 500;
}
h1 {
	font-size: 50px;
}
h2 {
	color: #272727;
	font-size: 36px;
	line-height: 52px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	line-height: 32px;
}
h4 {
	color: #454545;
	font-size: 18px;
	line-height: 26px;
}
h5 {
	letter-spacing: 0.5px;
}
p {
	color: #333;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
}
ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
img {
	max-width: 100%;
}
/*---------------------------------------
   Buttons               
-----------------------------------------*/

.btn-success:focus {
	background-color: #000;
	color: #ffffff;
}
.section-btn {
	background: #de3557;
	border-radius: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	padding: 12px 30px;
	margin-top: 22px;
	text-transform: uppercase;
	border: none;
}
.section-btn:focus, .section-btn:hover {
	background: #fff;
	color: #333;
}
/*---------------------------------------
   General               
-----------------------------------------*/

html {
	-webkit-font-smoothing: antialiased;
}
a {
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
	color: ##337ab7;
}
a:hover, a:active, a:focus {
	color: #de3557;
	outline: none;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


header
{
    background: #579fdc linear-gradient(#a4d5ff,#4288c5);
	border-bottom: 1px solid #ccc;
    padding: 10px 0px;
}
header h3 {margin-bottom: 0px;color: #fff;}

.sec {padding: 20px 0px;}
.sec h1 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin: 0px 0px 15px;
}
#EZView0 {background-color: #222222c7;}
.srl {margin: 10px 0px;}
.srl li {display:inline-block;}
.srl i { margin-left:5px;}
.secttl {
    margin: 0px 0px 25px;
    /* color: #272727; */
    font-size: 22px;
    line-height: 28px;
    /* padding-bottom: 10px; */
    font-weight: 400;
    position: relative;
    /* border-bottom: 1px solid #d5d5d5; */
	background: #4c90cb;
    padding: 5px 20px;
    color: #fff;
}
/* .secttl:before { */
    /* content: ""; */
    /* width: 30px; */
    /* background: #3365A4; */
    /* position: absolute; */
    /* height: 5px; */
    /* bottom: -3px; */
/* } */
.brr {box-shadow: 0 0 5px #ccc;padding:15px 0px;vertical-align:middle;text-align:center;margin-top:30px;    background: #fbfbfbd6;}
.brr p {padding:0px;margin:0px;}
.gll a {color:#004b83;font-weight:600;text-align:right;}
.box {position:relative;}
.box ul li .gll {text-align:right;}

.box ul li:nth-child( odd ) {
    border-right: 1px dashed #d4d4d4;
    border-bottom: 1px dashed #d4d4d4;
    padding: 20px;
}
.box ul li:nth-child( even ) {
    border-left: 1px dashed #d4d4d4;
    border-bottom: 1px dashed #d4d4d4;
    padding: 20px;
}
.sidebar {
    border: 1px solid #f5f5f5;
    background: #e6e6e6;
    box-shadow: -7px 7px 5px #ccc;
    margin-bottom: 20px;
}
.sidebar h3 {
    background: #337ab7;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
	font-size: 18px;
    line-height: 28px;
}
.sidebarinr {padding: 20px 30px;}
.sidebarinr p span {font-size:25px;}
.sidebarinr p {
    border-top: 1px dashed #fff;
    font-size: 14px;
    line-height: 22px;
    font-size: 14px;
    padding: 8px 0px;
}
.btn
{
    background: #337ab7;
    color: #fff;
    padding: 4px 15px;
    border-radius: 3px;
}
.bbs {
    background: #f5f5f5;
    padding: 30px;
	margin-top:22px;
}
.logo img {
    max-width: 8%;
}
.brk {
    border: 1px solid #e4e4e4;
    padding: 8px 15px;
    box-shadow: 1px 1px 5px #dadada;
    margin-bottom: 22px;
    color: #fff;
    background-color: #4c90cb;
}
.brk h2 {font-weight:600; font-size:20px;line-height:24px;color:#fff;}

.brk span {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-align: right;
    float: right;
    border-left: 2px solid #f5f5f5;
    position: relative;
    padding-left: 15px;
}

.prc {
    padding-bottom: 15px;
    width: 50%;
    margin: 0px auto;
}
.prc li {margin-bottom: 10px;text-align: left;position:relative;font-size: 15px;font-weight: 600;}
.prc li span {float:right;}
.prc li input {width: 50px;padding: 0px 5px;}
.sidebar h4 {
    padding: 5px 10px;
    margin: 0px;
    border-top: 1px dashed #fff;
    font-size: 16px;
    line-height: 22px;
}
.sidebar h2 {
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    padding-bottom: 12px;
}

.sidebar h5 {
    padding: 10px 0px 0px;
    font-size: 12px;
    line-height: 18px;
	text-align: center;
}

.pdet {}
.pdet li {
    display: inline-block;
    padding: 0px 10px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}
.pdet li p {font-size: 12px;font-weight: 400;}

#more {display: none;}
.bbs p {text-align:justify;}
#myBtn {
    background: gray;
    border: 1px solid #cccc;
    color: #fff;
    font-size: 24px;
    padding: 0px 10px;
    border-radius: 50%;
}
.ttl2 {
    background: #337ab7;
    padding: 7px 30px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    border: 1px dashed #d6d6d6;
}
.inr {
    background: #dadada;
    padding: 6px 20px 10px;
    border: 1px dashed #d6d6d6;
    border-top: 0px;
}