@import "grid.css";
@import "sf-menu.css";
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300);
@import url(//fonts.googleapis.com/css?family=Open+Sans:600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(//fonts.googleapis.com/css?family=Economica:400);
@import url(//fonts.googleapis.com/css?family=Economica:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(//fonts.googleapis.com/css?family=BenchNine:700);

html {
	width: 100%;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

* {
	-webkit-text-size-adjust: none;
}

body {
	position: relative;
    background-color: #86c8b4;
    color: #a1a0a0;
    font: 14px/20px 'Open Sans', sans-serif;
}


strong {
	font-weight: 700;
}

address {
	font-style: normal;
}

p {
	margin-bottom: 20px;
}


img {
	max-width: 100%;
}



/****Heads****/


h1, h2, h3, h4, h5, h6 {
    font-family: 'Economica', sans-serif;
    font-weight: bold;
	color: #86c8b4;
}

h2 {
    font-size: 60px;
    line-height: 60px;    
    padding-top: 65px;
}

h3 {
    color: #908b8b;
    font-size: 42px;
    line-height: 42px;
    padding-top: 70px;
    margin-bottom: 21px;
}

.page1 h3 {
    padding-top: 69px;
    margin-bottom: 23px;
}

h3.h3__head1 {
    margin-bottom: 18px;
}

h3.h3__head2 {
    padding-top: 77px;
    margin-bottom: 13px;
}

/****Lists****/


ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.list {
}

.list li {
    overflow: hidden;
}

.list li .text1 {
}

.list .list_count {
    margin-right: 17px;
    float: left;
    width: 42px;
    height: 43px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    background-color: #86c8b4;
    margin-top: 5px;
}

.list li+li {
    margin-top: 10px;
}

.list li+li +li {
    margin-top: 12px;
}

.list1 {
    padding-top: 1px;
    margin-bottom: 69px;
}

.list1 li {
    background:  url(../images/marker.png) 0 3px no-repeat;
    padding-left: 23px;
}

.list1 li+li {
    margin-top: 10px;
}

ul.list2 li+li {
    margin-top: 10px;
}

/****Links****/


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color:#888;
}

a:hover {
	color: #86c8b4;
}

/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}

.pad1 {
}


.img_inner {
	max-width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 15px;
	margin-top: 5px;
}


.fleft {
	float: left;
	width: auto !important;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-top: 3px;
}



.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}

.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

.nowrap {
    white-space: nowrap;
}

.pad_1 {
    padding: 6px 30px 27px;
    overflow: hidden;
}

/*header*/

.main {
    background-color: #fff;
}

header {
	display: block;
    padding-top: 27px;
    text-align: center;
}


header h1 {
	position: relative;
    margin-bottom: 37px;
}

header h1 a {
	display: inline-block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}


/**Content**/

.content {
    padding-bottom: 84px;
}
.page1  .content {
    padding-bottom: 57px;
}

.box {
    background-color: #f9f9f9;
    text-align: center;
    margin-top: 77px;
}

.box_title {
    color: #fff;
    background-color: #cce8df;
    padding: 30px 0 33px;
    font: bold 32px/26px 'Economica', sans-serif;
}


.box_bot {
    color: #908b8b;
    border: 1px solid #e2e2e2;
    border-top: 0;
    padding: 31px 28px 27px 29px;
    font: bold 22px/24px 'Open Sans Condensed', sans-serif;
}

.box_bot img {
    margin-bottom: 26px;
}

.news {
    overflow: hidden;
}

.news time {
    padding-top: 2px;
    display: block;
    float: left;
    color: #fff;    
    width: 70px;
    margin-top: 3px;
    margin-right: 30px;
    text-align: center;
    text-transform: uppercase;
    font: bold 24px/24px 'Open Sans Condensed', sans-serif;
}

.news time span {
    margin-top: 3px;
    display: block;
	background-color: #d1d0d0;
    font-size: 22px;
    padding: 2px 0 3px;
}
.news time span.m{
    background-color: #86c8b4;
}

.news+.news {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #c2c2c2;
}

.news p{font-size:12px; ;padding:0;margin:0; padding-top:7px; line-height:20px;}
.news p.color1{font-weight:bold; font-size:16px; line-height:30px}

.news p.news_cont {
 height:70px; line-height:20px; display:-webkit-box;-webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden !important; text-overflow:ellipsis;
}

.block2 {
    padding-top: 5px;
    overflow: hidden;
}

.block2 img {
    border: 1px solid #efeeee;
}

.block2+.block2 {
    padding-top: 23px;
}

.block2+.block2+.block2 {
    padding-top: 24px;
}

.block3 {
    background-color: #eef6f4;
    padding: 0 48px 23px 28px;
    border-radius: 2px;
    margin-right: 6px;
}

.block3 em {
    color: #878787;
}

.block3 h3 {
    padding-top: 17px;
    margin-bottom: 7px;
}

.block3 .alright {
    padding-right: 19px;
}

.text1 {
    font-size: 18px;
    margin-top: -10px;
    margin-bottom: 22px;
}

/**Gallery**/

a.gal {
    background: url(../images/magnifier.png) center center no-repeat #86c8b4;
    display: block;
}

a.gal img {
    width: 100%;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    box-shadow: 0 0 0 #fff;
}

a.gal:hover img {
    opacity: 0.2;
}

/**Separators**/

.sep__1 {
    height: 19px;
}

.hor_separator {
    border-bottom: 1px solid #c2c2c2;
    padding-top: 72px;
}

.hor_separator.hor__1 {
    padding-top: 76px;
}


.bq1 {
    border: 3px;
    background: url(../images/quotes.png) 22px 10px no-repeat;
    padding: 38px 36px 10px 37px;
    background-color: #eef6f4;
    margin-right: 6px;
    color: #878787;
    margin-top: -4px;
}

.bq1 p {
    margin-bottom: 16px;
    font-style: italic;
}

.bq1 .alright {
    color: #727171;
    font: 24px/24px 'Economica', sans-serif;
}
/**Map**/

.color1 {
    color: #86c8b4;
}

.color1 a:hover , a.color1:hover {
    color: #878383;
}

.color2 {
    color: #878383;
}

.map {
    position: relative;
}
 

.map figure {
    position: relative;
    top: 20px;
    padding: 28px 0 14px;
    position: relative;
	display: block;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.map figure iframe {
	width: 100%;
	height: 399px;
	max-width: 100%;
}
.map address {
	display: block;
}

.map .text1 {
    padding-top: 8px;
}

.map address dt {
}

 address dd span {
	display: inline-block;
	text-align: left;
}

/**Footer**/

footer {
	display: block;
    position: relative;
    color: #fff;
    padding-top: 22px;
    padding-bottom: 40px;
    text-align: left
}
footer a {color:#fff}
footer a:hover {
    text-decoration: underline;
}

.f_info {
	font-size:14px;
}
.f_info a {
	font-size:14px; font-weight:bold; color:#FDF9A9
}
.copy {
    padding-top: 20px;
}

.copy span {
    display: block;
    margin-bottom: 11px;
    font: bold 16px/14px 'Economica', sans-serif;
}

.yeogie{
	float:right; padding-right:10px;
}

.co_cont {line-height:20px;margin:0;padding:0; font-size:12px;}
.adm_bt{ position:absolute;margin-top:30px; right:50px; background:#fff; border:1px solid #ccc; color:#333; padding:3px 8px;border-radius:4px; font-size:12px; z-index:99999999}
.adm_bt:hover {color:#86C8B4;}
.r0 {right:0}
.bo_wrap{position:relative; width:1200px; height:auto;min-height:500px; margin:0 auto;}
.sub_tit {width:100%; padding:0; margin:40px 0;color:#a1a1a1; text-align:center; text-transform: capitalize; font-size:36px;}
.sub_tit .line{position:absolute;width:50px; left:50%;margin-left:-25px;margin-top:20px; height:5px; background:#86C8B4;}



