@charset "utf-8";

body {
	font-family: "RalewayRegular", sans-serif;
	font-size: 16px;
	min-width: 320px;
}
.p0 {
	padding: 0;
}
.color_b {
	color: #0ba0d7;
}

/* ========== BUTTONS & ICONS ========== */
.tune_btn {
	background-color: #0ba0d7;
	border: none;
	font-family: "RalewayBold", sans-serif;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px 0 #596066;
}
.tune_btn_md {
	padding: 10px 30px;
}
.btn_lg {
	padding: 15px 50px;
}
.soc_btn_grey {
	border: 1px solid #ccc;
	color: #ccc;
	background-color: transparent;
	width: 30px;
	height: 30px;
}
.soc_btn_white {
	/* border: 1px solid #fff; */
	font-size: 24px;
	border: none;
	color: #c2e7f5;
	background-color: transparent;
	width: 30px;
	height: 30px;
	margin: 5px;
}
.soc_btn_plain {
	color: #1eafb5;
}
.soc_btn_plain a {
	color: #1eafb5;
	padding: 4px;
}
.soc_btn_plain a:hover,
.soc_btn_plain a:focus {
	color: #0ff;
	text-decoration: none;
}

/* ========== HEADER ========== */
header {
	height: 160px;
	background-color: #0ba0d7;
}
header.narrow {
	height: 95px;
}
nav.top {
	height: 36px;
	line-height: 36px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background-color: #0090c4;
}
nav.main {
	height: 36px;
	line-height: 36px;
	position: absolute;
	top: 124px;
	left: 0;
	width: 100%;
	z-index: 998;
	background-color: #245678;
}
.tmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #245678;
}
.mtxt {
	font-size: 16px;
}
.mtxta {
	font-size: 18px;
	color: #0ff;
}
.tmenu li {
	display: inline-block;
	padding: 0 20px;
}
.tmenu li a {
	/* color: #b3b3b3; */
	color: #f5f5f5;
	text-transform: uppercase;
	text-shadow: -1px -1px 1px #555;
	/* text-shadow: 1px 1px 0 #fff; */
	/* letter-spacing: .1em; */
	font-family: "RalewayBold", sans-serif;
	font-size: 12px;
}
.tmenu li a:hover,
.tmenu li a:focus {
	text-decoration: none;
	/* color: #999;
	color: #1c86ee; */
	color: #fff;
}
.lngmn {
	list-style-type: none;
	margin: 0;
	padding: 0;
	/* background-color: #245678; */
}
.lngmn li {
	display: inline-block;
	padding: 0 5px;
}
.lngmn li a {
	font-family: "RalewayRegular", sans-serif;
	color: #f5f5f5;
	text-transform: uppercase;
	font-size: 10px;
}
.mmenu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.mmenu li {
	display: inline-block;
	padding: 0 20px;
}
.mmenu li a.dropdown-toggle, a.topical {
	color: #f0f0f0;
	text-transform: uppercase;
	font-family: "RalewayBold", sans-serif;
	text-shadow: -1px -1px 1px #000;
	font-size: 12px;
}
.mmenu li a.topical {
	color: #f0f0f0;
}
.mmenu li a {
	color: #999;
}
.mmenu li a.topical:hover,
.mmenu li a.topical:focus,
.mmenu li a.dropdown-toggle:hover,
.mmenu li a.dropdown-toggle:focus {
	text-decoration: none;
	color: #fff;
}
.mmenu ul.dropdown-menu {
	margin: 0;
}
.hdline {
	height: 1px;
	background-color: #1eafb5;
	background-image: url('../img/hdlinebg.jpg');
}
.logo {
	padding-top: 14px;
	padding-right: 65px;
	margin-left: -35px;
}
/*.newyear {
	position: absolute;
	z-index: 999;
}*/
#hd_middle {
	text-align: right;
}
#slog {
	color: #f5f5f5;
	text-align: center;
	font-size: 20px;
	letter-spacing: 5px;
	margin-top: 50px;
}
#phone {
	color: #f5f5f5;
	font-size: 26px;
	margin-top: 60px;
}
#uabage {
	color: #f5f5f5;
	font-size: 14px;
	margin-top: 42px;
}

/* ========== SLIDER ========== */

.slider {
	background-color: #0ba0d7;
	/*background-image: url('../img/xmbg.gif');*/
}
.slfrm {
	max-width: 1200px;
	margin: 0 -15px;
}
.sl_frame {
	position: relative;
}
.sl_tshdw {
	position: absolute;
	top: 0;
	height: 24px;
	width: 100%;
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0));
}
.sl_text {
	position: absolute;
	bottom: 0;
	/* background: rgba(0, 0, 0, 0.7); */
	background: linear-gradient(rgba(7,108,145,0.5), rgba(11,160,215,1));
	width: 100%;
	color: #f5f5f5;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	padding: 20px 160px;
}
.sl_ttl, .sl_dsc {
	margin: 0;
}
.sl_ttl {
	padding: 0 0 20px 0;
}
.sl_dsc {
	padding: 0;
}
.slick-dots li button {
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
}
.slick-dots li button:before {
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: .5;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -5px;
	-webkit-transition: background .3s;
	-o-transition: background .3s;
	transition: background .3s;
}
.slick-dots li button:hover,
.slick-dots li.slick-active button {
	border-color: #fff;
}
.slick-dots li button:hover:before,
.slick-dots li.slick-active button:before {
	background: #fff;
	opacity: 1;
}

.sl_item {
	color: #fff;
	/*text-align: center;*/
	margin: 50px 700px 50px 50px;
	/* margin-left: 50px; */
}
.sl_text h2 {
	font-size: 38px;
	/*font-family: "RalewayBold", sans-serif;
	margin-bottom: 10px;*/
}
.sl_text p {
	font-size: 16px;
	/* text-align: justify;
	margin-bottom: 10px; */
}

/* ========== PAGE TITLE SECTION ========== */
/* .page_title {
	background-color: #0ba0d7;
} */
.pgttl {
	height: inherit;
	/* background-color: #0ba0d7; */
	padding: 20px;
	/* margin-bottom: 32px; */
}
.pgttl h1 {
	color: #0ba0d7;
	margin-top: 0;
}
small.date {
	vertical-align: super;
	font-size: 16px;
	padding: 3px 10px;
	background-color: #f5f5f5;
}

/* ========== CHAPTER TITLE SECTION ========== */
.chaptitle {
	margin-bottom: 36px;
	background-color: #0ba0d7;
	height: 180px;
}
.chaptitle .chpttl1, .chpttl2, .chpttl3, .chpttl4 {
	height: 180px;
}
.chaptitle .chpttl1 {
	background-image: url('../img/ch1bg.jpg');
}
.chaptitle .chpttl2 {
	background-image: url('../img/ch2bg.jpg');
}
.chaptitle .chpttl3 {
	background-image: url('../img/ch3bg.jpg');
}
.chaptitle .chpttl4 {
	background-image: url('../img/ch4bg.jpg');
}
.chaptitle h1 {
	color: #f5f5f5;
	text-shadow: 1px 1px 0 #999;
	padding: 60px 0 20px 50px;
	margin-top: 0;
}


/* ========== MAJOR PARAGRAPH SECTION ========== */
/* .major {
	margin-bottom: 36px;
}
.major .para_major {
	padding: 20px 40px;
} */
.major .para_major h2 {
	font-size: 24px;
	color: #0ba0d7;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.major .para_major p, li {
	font-size: 16px;
	color: #000;
}
.major .para_major p {
	text-align: justify;
}
.major .para_major p.topn {
	font-size: 24px;
	font-weight: bold;
	color: #0ba0d7;
	padding-top: 50px;
	margin-left: 50px;
}
.major .para_major img {
	margin: 30px 0;
}
.major .para_major img.sert {
	margin: 0;
	padding: 0;
}
img.ill {
	float: left;
	margin: 0;
	padding: 0 10px 0 0;
}
img.ill1 {
	border: 1px solid #dcdcdc;
}
img.ilr {
	float: right;
	margin: 0;
	padding: 0 0 0 40px;
}
img.ilrp {
	float: right;
	margin: 0;
	padding: 0;
}



/* ========== UNIHEIGHT COLUMNS ========== */

.row-flex, .row-flex > div[class*='col-'] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex:0;
}

.row-flex > div[class*='col-'] {
   margin:-.2px; /* hack adjust for wrapping */
}



/* ========== DIRECTIONS SECTION ========== */
.directions {
	padding: 60px 0;
}
.dir_item {
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
}
.dir_item h2 {
	font-size: 24px;
	text-transform: uppercase;
	color: #0ba0d7;
	display: block;
	height: 70px;
}
.dir_item h3 {
	display: block;
}
.dir_item h3 a {
	text-decoration: none;
}
.dir_item p {
	font-size: 14px;
	text-align: left;
	color: #000;
	padding: 20px 0;
	display: block;
	height: 200px;
}


/* ========== NEWS SHORT SECTION ========== */

.news_s {
	padding: 60px 0;
}
.brkchp {
	margin-bottom: 36px;
	border-top: 1px solid #dcdcdc;
	font-family: "RalewayBold", sans-serif;
	color: #a9a9a9;
	font-size: 20px;
	letter-spacing: .25em;
	text-align: center;
	text-transform: lowercase;
}
.news_ttl {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
}
.news_ttl h3 {
	font-family: "RalewayBold", sans-serif;
	text-align: left;
	font-size: 16px;
	line-height: 20px;
}
.news_ttl h3 a {
	color: #333;
}
.news_ttl h3 a:hover {
	color: #000;
}
.news_ttl p {
	font-size: 14px;
	text-align: right;
}

/* ========== NEWS PAGE SECTION ========== */

/* .news_list .thumbnail p.btncnt {
	text-align: center;
} */





/* ----->----- */
.image_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(7,108,145,.5);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	opacity: 1;
}
/* -----<----- */

.news_ttltxt {
	color: #000;
	text-align: center;
	margin: auto;
	padding: 20px 36px;
}
.news_descr {
	margin-top: -30px;
}
.news_descr p {
	font-size: 14px;
	color: #000;
}
.endnews {
	text-align: center;
	margin-top: 24px;
}



/* WAYS SECTION */
.ways_s {
	padding: 60px 0;
}
.ways_s .adinf {
	padding-top: 0;
	padding-bottom: 30px;
	margin-top: -100px;
}
.ways_s .adinf h2 {
	font-size: 20px;
	text-align: center;
	color: #0ba0d7;
}
.way_item {
	text-align: center;
	margin-bottom: 50px;
}
.way_item h2 {
	text-transform: uppercase;
	text-align: left;
	font-size: 20px;
	color: #0ba0d7;
}
.way_item p {
	font-size: 14px;
	text-align: left;
}

/* ### WORKS SECTION ### */
.work_block {
	position: relative;
}
.work_descr {
	color: #fff;
	text-align: center;
	margin: auto;
}
.work_block:hover .image_wrap {
	opacity: 1;
}


/* ========== ARTICLE SECTION ========== */
.art_ttl {
	padding: 20px 20px 40px 20px;
	width: 100%;
	border-top: 1px solid #dcdcdc;
}
.art_ttl h1 {
	font-size: 26px;
	color: #0ba0d7;
	text-align: center;
	/* padding-bottom: 30px; */
}
.art_ttl h2 {
	font-size: 24px;
	color: #0ba0d7;
	text-align: center;
}
.art_item {
	padding: 0 0 30px 0;
}
.art_item h1 {
	font-family: "RalewayBold", sans-serif;
	font-size: 28px;
	color: #0ba0d7;
	text-transform: uppercase;
	margin-top: 40px;
}
.art_item h2 {
	font-size: 24px;
	color: #0ba0d7;
}
.art_item h3 {
	font-family: "RalewayBold", sans-serif;
	font-size: 18px;
	color: #0ba0d7;
}
.art_item p {
	text-align: justify;
	color: #000;
}
.art_item .l_prg { /* large paragraph */
	text-align: justify;
}
.art_item p.em_resum {
	text-align: center;
	font-style: italic;
	padding-top: 24px;
}
p.ral {
	text-align: right;
}
p.cal {
	text-align: center;
}
.art_item img {
	padding: 20px 0;
}
.art_item img.r_sm {
	float: right;
	margin: 0;
	padding: 0 0 0 40px;
}
.art_item .cenel {
	text-align: center;
	margin-top: 80px;
}
.art_item .cenel img {
	display: block;
	margin: auto;
}
#loft {
	padding-top: 80px;
}

.art_head {
	padding: 0;
	text-align: center;
}
.art_head h2 {
	font-family: "RalewayBold", sans-serif;
	font-size: 24px;
	color: #0ba0d7;
}

.thumbnail .caption .label-info {
	background-color: #0ba0d7;
}
.thumbnail .caption h2 {
	font-size: 24px;
	color: #0ba0d7;
}
.thumbnail .caption p {
	color: #000;
}
p.dtrt {
	text-align: right;
	font-style: italic;
}
.thumbnail a:hover,
.thumbnail a:focus {
	text-decoration: none;
}

/* RESPONSIVE MAP */
.map_responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}
.map_responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}


/* ### DOWNLOAD SECTION ### */
.download {
	padding: 90px 0;
}
.download_block {
	text-align: center;
}
.download_block h5 {
	font-size: 24px;
}
.download_block p {
	font-family: "RalewayBold", sans-serif;
	text-transform: uppercase;
}


/* ========== FOOTER ========== */

.main_footer {
	padding: 30px 0;
	background-color: #0ba0d7;
}
.footer_item {
	text-align: center;
	margin-bottom: 20px;
}
img.logo_sm {
	padding: 0 25px 0 0;
}
.footer_item h5 {
	font-family: "RalewayBold", sans-serif;
	color: #f5f5f5;
	text-transform: uppercase;
}
.footer_item h5.first {
	text-align: left;
}
.footer_item p {
	font-size: 14px;
	text-align: left;
	color: #fff;
	padding-left: 20px;
	border-left: 1px solid #c2e7f5;
}
.footer_item p.dtls {
	text-align: center;
	padding: 0;
	font-size: 12px;
	color: #f5f5f5;
	border: none;
}
.footer_item p.copyr {
	text-align: center;
	padding: 40px 0 10px 0;
	color: #f5f5f5;
	border: none;
}
.footer_item address {
	font-size: 14px;
	text-align: left;
	color: #fff;
	padding: 10px 0 0 20px;
	border-left: 1px solid #c2e7f5;
}
.footer_item li.ftmn {
	font-size: 14px;
	text-align: left;
	color: #fff;
	list-style-type: none;
	padding-bottom: 16px;
	padding-left: 20px;
	border-left: 1px solid #c2e7f5;
}
.footer_item a {
	color: #f5f5f5;
}
.footer_item a:hover {
	color: #fff;
}
.copy_block {
	background-color: #0ba0d7;
	text-align: center;
	padding-bottom: 36px;
}
.copyright {
	color: #f5f5f5;
}

/* ### MODALS ### */
#dlForm {
	width: 70%;
	margin: 0 auto;
}
#dlForm input {
	margin-bottom: 15px;
}


/* ### OTHER ### */

.scrollup {
	width: 40px;
	height: 40px;
	opacity: 0.3;
	position: fixed;
	bottom: 50px;
	right: 100px;
	display: none;
	/* text-indent:-9999px; */
	color: #000;
	font-size: 36px;
}

.thumb img {
	-webkit-filter: grayscale(0);
	filter: none;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 5px;
}

/* ### ADDTMP412 ### */

.thumb img:hover {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.thumb {
	padding: 5px;
}
.thumb1 {            padding: 5px;
}
