@import "reset.css";
@import "skeleton.css";
@import "superfish.css";
@import url(//fonts.googleapis.com/css?family=Roboto:500,300,700);
/* 'Roboto', sans-serif */



html {
	width: 100%;
}
* {
	-webkit-text-size-adjust: none;
}
body {
	font: 13px/22px Arial, Helvetica, sans-serif;
	color: #a19f9f;
	position: relative;
	min-width: 960px;
	background: #fafafa;

}

/****Heads****/


h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	color: #564f4f;
}

h2 {
	font-size: 80px;
	color: #fff;
	line-height: 70px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 88px;
	margin-bottom: 29px;
	letter-spacing: -4px;
}

h3 {
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	padding-top: 63px;
	margin-bottom: 28px;
}

/****Lists****/


a {
	text-decoration: none;
	color: inherit;
	outline: none;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a:hover {
	color: #00698C;
}


a.btn {
	font: 500 15px/25px 'Roboto', sans-serif;
	color: #00698C;
	display: inline-block;
	padding-right: 12px;
	background: url(../images/limk_arrow.png) right 11px no-repeat;
}

.page1 a.btn {
	margin-bottom: 13px;
}

a.btn:hover {
	color: #564F4F;
}

.dark a.btn {
	margin-top: 37px;
}
/****classes****/

.mb0 {
	margin-bottom: 0px !important;
}
.m0 {
	margin: 0 !important;
}
.pad0 {
	padding: 0 !important;
}


.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: 14px;
	margin-top: 5px;
}

.page1 .img_inner {
	margin-top: 41px;
}

.fleft {
	float: left;
	width: auto !important;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 6px;
}

.page1 .fleft {
	margin-right: 40px;
	margin-top: 0;
}

.oh {
	overflow: hidden;
}
.fright {
	float: right !important;
}
.upp {
	text-transform: uppercase;
}
.rel {
	position: relative;
	overflow: hidden;
}
.alright {
	text-align: right;
}
.center {
	text-align: center;
}
.wrapper, .extra_wrapper {
	overflow: hidden;
}
.clear {
	float: none !important;
	clear: both;
}

/*header*/

.page1 h1 {
	margin-bottom: 0;
}
header {
	position: relative;
	display: block;
	padding: 39px 0 0px;
	position: static;
	color: #fff;
	font: 500 15px/20px 'Roboto', sans-serif;
	background: url(../images/bg_header.jpg)  center 0 no-repeat;
}

header h1 {
	float: left;
	z-index: 910;
	margin-bottom: 61px;
		text-align: center;
}
header h1 a {
	display: inline-block;
	overflow: hidden;
	width: 175px;
	height: 49px;
	text-indent: -999px;
	transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}
header h1 a img {
	display: block;
}

a.chat {
	float: right;
	display: block;
	background-color: #00698C;
	padding: 8px 13px 9px;
	text-transform: uppercase;
	margin-top: 5px;
	color: #fff;
}

a.chat:hover {
	background-color: #fff;
	color: #00698C;
}

.links {
	padding: 0 21px;
	padding-top: 14px;
	float: right;
}

.links a {
	position: relative;
	display: inline-block;
}

.links a+a:after {
	content: '';
	display: block;
	position: absolute;
	left: -10px;
	background-color: #a08589;
	width: 1px;
	height: 11px;
	top: 6px;
}

.bdr {
	border-radius: 500px;
}

.links a +a {
	margin-left: 15px;
}

.col1 {
	color: #00698C;
}

.col1 a:hover {
	color: #564f4f;
}

.text1 {
	font: 500 15px/20px 'Roboto', sans-serif;
	margin-bottom: 15px;
}

.page1 .text1 {
	margin-bottom: 17px;
}

.page1_block {
	padding-top: 69px;
	padding-bottom: 64px;
	background-color: #fff;
	font: 300 16px/27px 'Roboto', sans-serif;
}

.page1_block img {
	float: left;
	margin-top: -2px;
	margin-right: 20px;
}

.title {
	font: 500 40px/40px 'Roboto', sans-serif;
	color: #564f4f;
	letter-spacing: -2px;
	margin-bottom: 35px;
}

blockquote {
	margin-top: -4px;
	padding-right: 0px;
}

blockquote i{
	display: block !important;
	color: #00698C;
	font-size: 40px;
	margin-left: 1px;
	margin-bottom: 9px;
	line-height: 25px;
}

blockquote p {
	letter-spacing: -0.5px;
	margin-bottom: 18px;
}

.ver {
	position: relative;
}

.ver:after {
	left: -50px;
	display: block;
	content: '';
	background-color: #efefef;
	width: 1px;
	top: 17px;
	bottom: 0;
	position: absolute;
}

.bq_bot {
	font: 13px/22px Arial, Helvetica, sans-serif;
	color: #a19f9f;
	padding-right: 20px;
}

.bq_bot strong {
	color: #3e3b3b;
}


.pagination {
	text-align: left;
	padding-top: 23px;
}

.pagination a {
	display: inline-block;
	text-indent: -1000px;
	overflow: hidden;
	background: url(../images/pagination1.png) right 0 no-repeat;
	width: 12px;
	height: 12px;
		transition: 0s ease;
	-o-transition: 0s ease;
	-webkit-transition: 0s ease;
}

.pagination a.selected, .pagination a:hover {
	background-position: 0 0;
}

.pagination a+a {
	margin-left: 5px;
}

.carousel1 li {
	overflow: hidden;
	float: left;
}


.dark {
	background-color: #fafafa;
	padding-top: 66px;
	padding-bottom: 48px;
}

.ver1 {
	padding-right: 34px;
	border-right: 1px solid #ededed;
}

.dark i {
	padding-top: 2px;
	display: block !important;
	font-size: 40px;
	line-height: 25px;
	color: #e4e0e0;
	min-height: 58px;
}


/**Content**/


.content {
	background-color: #fff;
	padding-bottom: 56px;
}

.page1 .content {
	padding-bottom: 78px;
	padding-top: 66px;
}

.nav {
	overflow: hidden;
	padding-bottom: 10px;
	border-bottom: 1px solid #efefef;
}



.nav li {
	color: #333;
	font: 500 15px/20px 'Roboto', sans-serif;
	float: left;
	text-transform: uppercase;
}

.nav li+li {
	margin-left: 27px;
}

.nav li a:hover, .nav li.selected
 {
	color: #564f4f;
}


.carousel1, .carousel2, .carousel3, .carousel4 {
	cursor: default !important;
}

.car_div1, {
}

.div-tabs li {
	padding-top: 37px;
	float: left;
	width: 900px;
	text-align: left;

}

.div-tabs li +li {
	margin-left: 10px;
	width: 460px;
}

.tabs  h3 {
	padding-top: 0;
	margin-bottom: 27px;
}

.tabs  .col1 {
	padding-top: 17px;
}

.tabs li img {
	margin-top: 3px;
	float: left;
	margin-right: 40px;
}





.proj .clear {
	height: 29px;
}

.logos {
	background-color: #f4f3f3;
}

.logos li {
	float: left;
	width: 20%;
	padding: 26px 0 23px;
}

.logos li:first-child+li {
	text-align: center;
}

.logos li+li {
	text-align: right;
}

a.gal img {
	width: 100%;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

a.gal:hover img {
	opacity: 0.2;
}

a.gal {
	margin-top: 5px;
	margin-bottom: 26px;
	display: block;
	background: url(../images/magnify.png) center no-repeat #00698C;
}

.prog img {
	margin-bottom: 25px;
}

.prog .text1 {
	margin-bottom: 5px;
}

.prog  .clear {
	height: 32px;
}

.news {
	padding-right: 24px;
	padding-top: 5px;
}

.news .text1 {
	padding-top: 16px;
	margin-bottom: 5px;
}

a.comment {
	float: right;
}

.news time {
	display: block;
	float: left;
	text-align: center;
	margin-right: 20px;
	color: #564f4f;
	font: 500 20px/16px 'Roboto', sans-serif;
	background-color: #e4e0e0;
	width: 68px;
	padding-top: 15px;
	height: 53px;
}

.news  a.btn {
	margin-top: 20px;
	margin-bottom: 0;
}

.news {
	padding-bottom: 33px;
	border-bottom: 1px solid #ededed;
}

.news+.news {
	margin-top: 35px;
}

.news time span {
	display: block;
}

.news .clear {
	height: 14px;
}
/**Map**/

.map {
	margin-bottom: 0 !important;
	overflow: hidden;
	padding-top: 5px;
}


.map figure {
	padding-top: 0px;
	display: block;
	width: 100%;
	margin-bottom: 24px;
	-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: 296px;
	max-width: 100%;
}
.map address {
	display: block;
}

.map address dt {
	margin-bottom: 22px;
}

.map address dd span {
	min-width: 92px;
	display: inline-block;
	text-align: left;
}
.topico {
	text-transform: uppercase;
	display: block;
	font-size: 20px;
	color: #FFF;
	line-height: 40px;
	text-align: center;
	z-index: 999;
	font-family: 'Roboto', sans-serif;
	font-weight:bold;
	background:#a19f9f;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;}

.txt_main {
	display: block;
	color: #666;
	line-height: 25px;
	text-align:justify;
	border:1px solid #ccc;
	z-index: 999;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;}

.margin_text {margin:20px;}

.txttitle{
	text-transform: uppercase;
	font-size: 14px;
	color: #00698C;
	line-height: 20px;
	z-index: 999;
	font-family: 'Roboto', sans-serif;
}
.linegroup { margin-left:8px; margin-top:30px; width:620px; border-bottom:1px solid #ccc;}


/**Footer**/
footer {
	display: block;
	padding-bottom: 20px;
	background:#00698C;


}

.f_menu  {
	overflow: hidden;
	padding-top: 20px;
	margin-bottom: 20px;
	
}


