/* Imports */
@import "spinners.css";

/* Fonts */
@import url('../../font-awesome/4.7.0/css/font-awesome.min.css');
@import url('../../css-2');

/* Preloader */
.preloader {
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	z-index: 99999;
	background: #fff;
}
.preloader .cssload-speeding-wheel {
	position: absolute;
	top: calc(50% - 3.5px);
	left: calc(50% - 3.5px);
}

/* General */
html,body {
   height: 100%;
}
body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	color: #373737;
	background-color: #FFF;
	margin: 15px;
}
body {
    opacity: 1;
    transition: 1s opacity;
}
body.fade-out {
    opacity: 0;
    transition: none;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 50px;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
p {
    margin: 0 0 30px;
}
.section {
  	width: 100%;
	height: 97%;
	text-align: center;
}
.img-responsive {
	width: 100%;
}
.margin-top-10 { margin-top: 10px; }
.margin-top-20 { margin-top: 20px; }
.margin-top-30 { margin-top: 30px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-50 { margin-top: 50px; }
.margin-top-100 { margin-top: 100px; }
.logo-container {
	width: 120px;
	position: absolute;
	left: 40px;
	top: 0px;
	background-color: transparent;
	z-index: 100;
}
.logo {
	width: 100px;
	margin-left: 10px;
	margin-top: 25px;
}
.icon-scroll,
.icon-scroll:before {
  	position: absolute;
  	left: 50%;
}
.icon-scroll {
  	width: 25px;
    height: 40px;
    bottom: 20px;
    box-shadow: inset 0 0 0 1px #fff;
    border-radius: 25px;
}
.icon-scroll:before {
  	content: '';
  	width: 8px;
  	height: 8px;
 	background: #fff;
	margin-left: -4px;
	top: 0px;
	border-radius: 4px;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
}
@-webkit-keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
}
@keyframes scroll {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}
}
.page-title2 {
	padding: 25px 10px 25px 10px;
}
.page-title {
	padding: 25px 15px 25px 15px;
}
.page-title h1, .page-title2 h1 {
	font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
	font-weight: bold;
    letter-spacing: 3px;
    margin: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  	left: 0;
  	opacity: 0;
  	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  	opacity: 1;
}
.carousel-fade .carousel-control {
  	z-index: 2;
}

/* CK Editor */
img { 
	max-width: 100%;
	height: auto !important;
}

/* Navbar */
.navbar-brand img {
	max-width: 100px;
    margin-top: -7px;
    margin-left: -7px;
}
.navbar-default {
    z-index: 200;
    top: 30px;
	right: 0px;
	background-color: transparent;
	border: none;
	position: absolute;
}
.navbar-default .navbar-brand {
	display: none;
}
.navbar-fixed-top {
	width: 100%;
	top: 0px !important;
	height: 65px;
	right: 0px;
	padding-right: 15px;
	background-color: #fff;
	position: fixed;
}
.navbar-fixed-top .navbar-brand {
	display: block !important;
    margin-left: 40px !important;
}
.navbar-fixed-top  .navbar-nav {
    margin-top: 8px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
	font-weight: bold;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	letter-spacing: 3px;
	color: #fff !important;
	cursor: pointer;
}
.navbar-fixed-top .navbar-nav>li>a, .navbar-default .navbar-text {
	color: #000 !important;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	font-weight: bold;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #fff;
    color: #555;
}
.navbar-default .navbar-toggle {
    border-color: #ccc;
	border-radius: 0px;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar-white .navbar-nav>li>a, .navbar-default .navbar-text {
	color: #505050 !important;
}
/**/
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: transparent;
}
.dropdown-toggle {
	cursor: context-menu !important;
}
.navbar-fixed-top .nav > li.dropdown.open .dropdown-menu {
    background-color: #fff;
}
.nav > li.dropdown.open {
  position: relative;
}
.nav > li.dropdown.open .dropdown-menu {
  border-radius: 0px;
  text-align: center;
}
.dropdown-menu > li {
  display: inline-block;
  vertical-align: middle;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #000;
	font-weight: bold;
    background-color: transparent !important;
}
.navbar-default .dropdown-menu>li>a {
	font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
    color: #000;
	padding: 5px;
}
.navbar-default .dropdown-menu>li>a:hover {
	color: #000;
	background-color: #ccc;
}
.navbar-fixed-top .dropdown-menu>li>a {
	color: #000 !important;
}
.navbar-fixed-top .dropdown-menu>li>a:hover {
	color: #000;
	background- color: #ccc;
}
.navbar-white .dropdown-menu>li>a {
    color: #000;
}
.navbar-white .dropdown-menu>li>a:hover {
	color: #000;
	background-color: #ccc;
}
.dropdown-menu > li {
    display: block;
}
.dropdown-menu {
    z-index: 1000;
    padding: 10px;
	left: 14px;
    list-style: none;
    font-size: 14px;
    text-align: left !important;
    background: rgb(255,255,255,0.8) !important;
    border: 1px solid #ccc;
    border-radius: 0px;
    box-shadow: none;
    background-clip: padding-box;
	margin-top: 0px !important;
}


/* Links */
.links {
	font-size: 16px;
    color: #fff;
    width: 350px;
    right: 15px;
    bottom: 0px;
    position: fixed;
    overflow: hidden;
	text-align: center;
    z-index: 1000;
}
.links .row {
	margin-left: 0px;
    margin-right: 0px;
}
.links .pnot {
	background: #bf1522;
	padding: 10px;
	cursor: pointer;
}
.links .timeline {
	background: #ee5c00;
	padding: 10px;
	cursor: pointer;
}
.links .bim {
	background: #eea115;
	padding: 10px;
	cursor: pointer;
}

/* Page 1 */
.p1 {
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	background-color: #000;
}
 
 
.p1 .carousel-inner video {
	height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -100;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.p1 .carousel-inner .overlay {
	background-image: url(../images/pages/overlay.png);
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0px;
    z-index: 1;
    position: absolute;
}

/* Page 2 */
.p2 {
	width: 100%;
	height: auto;
	background: #fff !important;
	margin-bottom: 25px;
	position: relative;
}
.p2 h1 {
	font-weight: 200;
	color: #c42834;
	cursor: pointer;
}
.p2 p {
	margin: 50px 0 30px;
	text-align: justify;
}
.p2 .icon-set {
	margin-top: 50px;
	border-top: 2px solid #c42834;
}
.p2 .icon-set .container {
	padding: 0px;
	top: -60px;
	
	position: relative;
}
.p2 .icon-set a {
	color: #a3a3a3;
	text-decoration: none;
}
.p2 .icon-set img {
	max-width: 120px;
	margin: 0px auto;
	z-index: 99;
}
.p2 .icon-set .container .row div {
	position: relative;
}
.p2 .icon-set .container .count {
	width: 100%;
    top: 34px;
    left: 0;
    right: 0;
    font-size: 30px;
    color: #a4a4a4;
    letter-spacing: 5px;
    position: absolute !important;
    z-index: 100;
    text-align: center;
}

/* Page 3 */
.p3 {
	width: 100%;
	height: auto;
	background: #fff !important;
	margin-bottom: 25px;
	position: relative;
}
.p3 h1 {
	font-weight: 200;
	color: #c42834;
	cursor: pointer;
}
.p3 h2 {
	margin: 15px 15px 15px;
}
.p3 h3 {
	font-weight: bold;
	letter-spacing: 3px;
	margin: 15px 30px 15px;
}
.p3 p {
	margin: 15px 15px 15px;
	text-align: justify;
}
.p3 i {
	font-size: 20px;
	color: #000;
	margin: 15px 30px 15px;
}
.p3 .grid {
  	margin-top: 25px;
  	max-width: 100%;
}
.p3 .row div {
	text-align: left;
	cursor: pointer;
}
.projects-link {
	cursor: pointer;
}
.projects-link p {
	text-align: center !important;
}

/* Page 4 */
.p4 {
	width: 100%;
	height: auto;
	background: #fff !important;
	margin-bottom: 25px;
	position: relative;
}
.p4 .title-area {
	height: 300px;
	position: relative;
	overflow: hidden;
}
.p4 .title-area .a1 {
	width: 60%;
	height: 300px;
	top: 40px;
	left: 0px;
	background: #46494c;
	position: absolute;
	z-index: 99
}
.p4 .title-area .a2 {
	width: 70%;
	height: 260px;
	top: 20px;
	right: 0px;
	padding: 20px;
	text-align: left;
	background: #c7c7c7;
	position: absolute;
	z-index: 100
}
.p4 .title-area .a2 h1 {
	font-size: 70px;
}
.p4 .title-area .a2 h1 span {
	font-weight: bold;
}
.p4 .title-area .a2 div {
	width: 80%;
}
.p4 .title-area .a2 p {
	text-align: justify;
}
.p4 .title-area .a3 {
	width: 40%;
	height: 240px;
	top: 0px;
	right: 0px;
	background: #46494c;
	position: absolute;
	z-index: 99
}
.p4 .pnots {
	margin-top: 50px;
	overflow: hidden;
}
.p4 .pnots-item {
    background: #f3f3f3;
    margin: 10px;
	padding: 30px;
    text-align: center;
}
.p4 .pnots-item img {
    margin-bottom: 20px;
}
.p4 .pnots-item .date {
    font-size: 16px;
	font-weight: bold;
	display: block;
}
.p4 .pnots-item h2 {
	font-weight: bold;
}
.p4 .pnots-item .person {
    font-size: 16px;
	font-weight: bold;
	display: block;
}
.p4 .pnots-item .desc {
    margin: 20px auto 20px;
    display: block;
    text-align: justify;
}
.p4 .pnots-item .desc {
	display: block;
	text-align: justify;
}
.p4 .link {
	padding-left: 35px;
	background-image: url(../images/pages/go.png);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 20px auto 20px;
	cursor: pointer;
}
.p4 .right div {
	height: 50px;
	background-image: url(../images/pages/arrow-right2.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.p4 .left div {
	height: 50px;
	background-image: url(../images/pages/arrow-left2.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* Page 5 */
.p5 {
	width: 100%;
	height: auto;
	background: #fff !important;
	margin-bottom: 25px;
	position: relative;
}
.p5 h1 {
	font-weight: 200;
	color: #c42834;
	cursor: pointer;
}
.p5 .stories {
	margin-top: 25px;
	overflow: hidden;
}
.p5 .story {
	margin-bottom: 20px;
	cursor: pointer;
}
.p5 .intro {
	background: #46494c;
	text-align: center;
	font-size: 24px;
	color: #fff;
	padding: 30px;
}

/* Page 6 */
.p6 {
	width: 100%;
	height: auto;
	background: #fff !important;
	margin-bottom: 25px;
	position: relative;
}
.p6 h1 {
	font-weight: 200;
	color: #c42834;
	cursor: pointer;
}
.p6 .news {
	width: 100%;
	margin: 25px auto;
	overflow: hidden;
}
.p6 .new {
	margin: 0px auto;
	background: #f3f3f3;
	padding: 30px;	
	text-align: left;
	cursor: pointer;
}
.p6 .new .date {
    font-size: 16px;
	display: block;
}
.p6 .new h2 {
	font-weight: bold;
	margin-bottom: 30px;
}
.p6 .new .desc {
    margin: 20px auto 20px;
	display: block;
	text-align: justify;
}

/* Page 7 */
.p7 {
	width: 100%;
	height: auto;
	background: #fff !important;
	position: relative;
}
.p7 h1 {
	font-weight: 200;
	color: #c42834;
	cursor: pointer;
}
#gmap_canvas {
	margin-top: 25px;
	height: 400px;
	width: 100%;
}
.p7 .row {
	margin-left: 0px;
	margin-right: 0px;
}

/* Projects */
.projects {
	background: #fff !important;
	height: auto;
	position: relative;
}
.p22 .carousel {
	height: 70vh;
}
.p22 .carousel-inner, .p22 .carousel-inner .item {
	height: 70vh;
}
.p22 .carousel-inner video {
	height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -100;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.p22 .carousel-inner .overlay {
	background-image: url(../images/pages/overlay.png);
    background-repeat: repeat;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0px;
    z-index: 1;
    position: absolute;
}
.projects h1 {
    font-weight: 200;
    color: #c42834;
    display: inline-block;
    margin-bottom: 21px;
}
.projects .breadcrumbs{
	display: inline;
    float: right;
    margin-top: 38px;
}
.project-details .breadcrumbs {
	display: inline;
    float: right;
}
.projects .breadcrumbs a,
.project-details .breadcrumbs a {
	text-transform: uppercase;
	text-decoration: none;
}
.projects .breadcrumbs a:after,
.project-details .breadcrumbs a:after {
	content: " > ";
	padding: 0px 10px;
}
.projects .breadcrumbs a:last-child:after,
.project-details .breadcrumbs a:last-child:after {
	content: "";
	padding: 0px;
}

.projects h2 {
	margin: 15px 15px 15px;
}
.projects p {
	margin: 15px 15px 15px;
}
.projects ul {
	list-style-type: none;
    margin: 0;
    padding: 15px;
    overflow: hidden;
    width: 200px;
    text-align: left;
    border: 1px solid #ccc;
	background-color: #fff;
	z-index: 101;
}
.projects ul li a {
	font-size: 14px;
    color: #9d9d9c;
	text-decoration: none;
	text-transform: uppercase;
}
.projects select {
	font-size: 16px;
    height: 40px;
    border-radius: 0px;
    border: 1px solid #ccc;
    color: #000;
    margin: 35px auto;
	max-width: 300px;
}
.projects .grid {
  	max-width: 100%;
}
.projects .grid-item {
	text-align: left;
  	float: left;
	cursor: pointer;
}
.projects .grid:after {
  	content: '';
  	display: block;
  	clear: both;
}
.projects .grid-item--width50 { 
	width: calc( ( 100% - 30px ) / 2 ); 
	height: auto; 
	margin-top: 20px;
}

/* Project Details */
.project-details-intro {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
	margin-bottom: 25px;
}
.project-details {
	background: #fff !important;
	position: relative;
	height: auto;
	text-align: left;
}
.project-details h1 {
	font-weight: bold;
	margin-bottom: 35px;
	color: #000;
}
.project-details h2 {
	margin: 15px 15px 15px;
}
.project-details h3 {
	font-weight: bold;
}
.project-details p {
	text-align: justify;
}
.related-projects-link {
	text-align: center ;
}
.related-projects p {
	margin: 15px 15px 15px;
}
.project-details .info p {
    margin: 0 0 15px;
}
.project-details .grid {
  	margin-top: 50px;
  	max-width: 100%;
}
.project-details .row div {
	text-align: left;
	cursor: pointer;
}
.project-details .go-back {
	height: 30px;
	padding-left: 60px;
	margin-bottom: 10px;
	background-image: url(../images/pages/arrow-left2.png);
	background-position: 15px center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.project-details .go-back span {
	margin-top: 3px;
	font-size: 16px;
	display: block;
}
.related-projects-link {
	margin-top: 50px;
	text-align: center;
	cursor: pointer;
}
.related-projects-link p {
	text-align: center !important;
}
.projects-link {
	text-align: center;
}
.projects-link i {
	margin-right: 10px;
}
.projects-link a {
	font-size: 16px;
	font-weight: bold;
	color: #9d9d9c;
	margin-top: 20px;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
}

/* Project List */
.project-list-header {
	min-height: 100px;
	background-color: #fff;
	position: relative;
}
.main-project-list {
	background: #fff !important;
	position: relative;
	height: auto;
	overflow: hidden;
}
.main-project-list .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  flex-wrap: wrap;
}
.main-project-list .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.project-list > div {
	text-align: center;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 10px;
	cursor: pointer;
}
.project-list > div:hover {
	background-color: #ccc;
}
.project-list h1 {
	font-size: 14px;
	color: #000;
	font-weight: 300;
	margin-top: 0px;
    margin-bottom: 0px;
}


/* PNots */
.online-header {
	height: 400px;
	background-image: url(../images/pages/online-header-bg.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
}
.recent-pnot {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #f3f3f3;
}
.recent-pnot p {
	text-align:  justify;
}
.recent-pnot .date {
	text-align: center;
}
.recent-pnot .pnday {
	width: 85px;
	height: 85px;
	font-size: 53px;
	font-weight: 200;
	color: #000;
	margin: 0px auto;
	padding-left: 13px;
	border: 1px solid #000;
	border-radius: 100%;
}
.recent-pnot .pnmonth {
	font-size: 20px;
	font-weight: 200;
	margin-top: 20px;
	color: #000;
	text-align: center;
}
.recent-pnot .pnhour {
	width: 85px;
	height: 85px;
	font-size: 25px;
	font-weight: 200;
	color: #000;
	margin: 0px auto;
	margin-top: 20px;
	padding-top: 20px;
    padding-left: 10px;
	border: 1px solid #000;
	border-radius: 100%;
}
.pnot-boxes {
	position: relative;
}
.pnot-boxes .calendar {
	width: 150px;
    height: 150px;
    background-image: url(../images/pages/calendar.png);
    background-repeat: no-repeat;
    background-size: 150px 150px;
    margin: -130px auto;
    margin-bottom: 20px;
    padding: 20px;
	cursor: pointer;
}
.pnot-boxes {
	padding-top: 50px;
	background-color: #fff;
	text-align: justify;
}
.pnot-boxes h2 {
	font-weight: 600;
	margin-top: 10px;
    margin-bottom: 10px;
}
.pnot-boxes a {
	width: 40px;
    height: 40px;
    background-image: url(../images/pages/view.png);
    background-size: 40px 40px;
    background-repeat: no-repeat;
}
.pnot-boxes .box-1 {
	min-height: 300px;
	background-color: #f3623f;
	padding: 20px;
	color: #fff;
}
.pnot-boxes .box-2 {
	min-height: 300px;
	background-color: #41418e;
	padding: 20px;
	color: #fff;
}
.pnot-boxes .box-3 {
	min-height: 300px;
	background-color: #7d9a4b;
	padding: 20px;
	color: #fff;
}
.pnot-boxes .box-4 {
	min-height: 300px;
	background-color: #bf1522;
	padding: 20px;
	color: #fff;
}
.pnot-text {
	margin-top: 50px;
	text-align: center ;
}
.pnot-text h1 {
	color: #5e5e5e;
}
.pnot-text p {
	color: #5e5e5e;
}
.main-pnots {
	background: #fff !important;
	position: relative;
	height: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}
.main-pnots .go-back {
	height: 30px;
    padding-left: 60px;
    margin-bottom: 10px;
    background-image: url(../images/pages/arrow-left2.png);
    background-position: 15px center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.main-pnots .go-back span {
    margin-top: 3px;
    font-size: 16px;
    display: block;
}
.main-pnots  h1 {
	font-weight: bold;
    margin-bottom: 35px;
	margin-left: 15px;
    color: #000;
}
.main-pnots .grid {
  	max-width: 100%;
}
.main-pnots .grid-item {
	text-align: left;
  	float: left;
	cursor: pointer;
}
.main-pnots .grid:after {
  	content: '';
  	display: block;
  	clear: both;
}
.main-pnots .grid-item--width50 { 
    background-color: #f3f3f3;
	width: calc( ( 100% - 30px ) / 2 ); 
	height: auto; 
	margin-bottom: 20px;
	padding: 50px;
}
.main-pnots img {
    margin-bottom: 20px;
}
.main-pnots .date {
    font-size: 16px;
	font-weight: bold;
	display: block;
}
.main-pnots h2 {
	font-size: 18px;
	font-weight: bold;
}
.main-pnots .person {
    font-size: 16px;
	font-weight: bold;
	display: block;
}
.main-pnots .desc {
    margin: 20px auto 20px;
	display: block;
	text-align: justify;
}
.main-pnots .link {
	padding-left: 30px;
	background-image: url(../images/pages/go.png);
	background-position: left center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}

/* PNots Details */
.pnot-details-header {
	height: 400px;
	background-image: url(../images/pages/pnots-header-bg.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
	margin-bottom: 25px;
}
.online-details-header {
	height: 400px;
	background-image: url(../images/pages/online-header-bg.jpg) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
	margin-bottom: 25px;
}
.pnot-details {
	background: #fff !important;
	position: relative;
	height: auto;
	text-align: left;
	margin-bottom: 25px;
}
.pnot-details h1 {
	font-weight: bold;
	margin-bottom: 35px;
	color: #000;
}
.pnot-details p {
	text-align: justify;
}
.pnot-details .video {
	margin-top: 50px;
	text-align: center;
}
.pnot-details .video iframe {
	width: 70%;
	height: 449px;
}
.pnot-details .photo-galery {
	margin-top: 50px;
}
.photo-galery [class*='col-'] {
	margin-top: 20px;
}
.pnot-details .date {
	margin-top: 23px;
	font-size: 18px;
}
.pnot-details .go-back {
	height: 30px;
	padding-left: 60px;
	margin-bottom: 10px;
	background-image: url(../images/pages/arrow-left2.png);
	background-position: 15px center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.pnot-details .go-back span {
	margin-top: 3px;
	font-size: 16px;
	display: block;
}

/* Stories */
.stories-header {
	min-height: 100px;
	background-color: #fff;
	margin-bottom: 25px;
	position: relative;
}
.main-stories {
	background: #fff !important;
	position: relative;
	height: auto;
	overflow: hidden;
}
.main-stories .story {
	margin-bottom: 25px;
	cursor: pointer;
}

/* Story Details */
.story-details-intro {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	margin-bottom: 25px;
	position: relative;
}
.story-details {
	background: #fff !important;
	position: relative;
	height: auto;
	text-align: left;
}
.story-details h1 {
	font-weight: bold;
	margin-bottom: 35px;
	color: #000;
}
.story-details h2 {
	font-weight: 400;
	color: #c3333b;
	margin: 20px 0px 20px;
}
.story-details p {
	text-align: justify;
}
.story-details .big {
	font-size: 20px;
	color: #a56666;
}
.story-details .grid {
  	margin-top: 50px;
	margin-bottom: 50px;
  	max-width: 100%;
}
.story-details .grid-item {
	text-align: left;
  	float: left;
	cursor: pointer;
}
.story-details .grid:after {
  	content: '';
  	display: block;
  	clear: both;
}
.story-details .grid-item--width50 { 
	width: calc( ( 100% - 30px ) / 2 ); 
	height: auto; 
	margin-top: 20px;
}
.story-details .go-back {
	height: 30px;
	padding-left: 60px;
	margin-bottom: 10px;
	background-image: url(../images/pages/arrow-left2.png);
	background-position: 15px center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.story-details .go-back span {
	margin-top: 3px;
	font-size: 16px;
	display: block;
}

/* News */
.news-header {
	min-height: 100px;
	background-color: #fff;
	margin-bottom: 25px;
	position: relative;
}
.main-news {
	background: #fff !important;
	position: relative;
	height: auto;
	margin-bottom: 25px;
}
.main-news > .row { 
	display: -webkit-box;
  	display: -webkit-flex;
  	display: -ms-flexbox;
  	display:         flex;
  	flex-wrap: wrap;
}
.main-news > .row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.main-news > .row > .col-md-12 > div { 
    background-color: #f3f3f3;
	width: 100%; 
	height: 100%; 
	margin-bottom: 25px;
	padding: 25px;
	cursor:	pointer;
}
.main-news .new-type-2 {
	color: #fff;
	background-size: cover;
	background-repeat:  no-repeat;
	background-position: center center;
}
.main-news .new-type-2 .desc {
	display:none;
}
.main-news img {
    margin-bottom: 20px;
}
.main-news .date {
    font-size: 20px;
	font-weight: bold;
	display: block;
}
.main-news h2 {
	font-weight: bold;
}
.main-news .desc {
    margin: 20px auto 20px;
	display: block;
	text-align: justify;
}
.main-news > .row > .col-md-4 > div { 
    background-color: #f3f3f3;  
	height: 100%; 
	margin-top: 30px;
	min-height: 51vh;
	padding: 30px;
    width: 100%;
	cursor:	pointer;
}

/* New Details */
.new-details-header {
	min-height: 100px;
	margin-bottom: 25px;
	background-color: #fff;
	position: relative;
}
.new-details {
	background: #fff !important;
	position: relative;
	height: auto;
	margin-bottom: 25px;
}
.new-details h1 {
	font-weight: bold;
	margin-bottom: 35px;
	color: #000;
}
.new-details p {
	text-align: justify;
}
.new-details .photo-galery {
	margin-top: 50px;
}
.new-galery [class*='col-'] {
	margin-top: 20px;
}
.new-details .date {
	margin-top: 23px;
	font-size: 18px;
}
.new-details .go-back {
	height: 30px;
	padding-left: 60px;
	margin-bottom: 10px;
	background-image: url(../images/pages/arrow-left2.png);
	background-position: 15px center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.new-details .go-back span {
	margin-top: 3px;
	font-size: 16px;
	display: block;
}

/* BIM */
.bim-intro {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	position: relative;
	margin-bottom: 25px;
}
.bim-details {
	background: #fff !important;
	position: relative;
	height: auto;
	text-align: left;
	margin-bottom: 25px;
}
.bim-details h1 {
	font-weight: bold;
	margin-bottom: 35px;
	color: #000;
}
.bim-details h2 {
	font-weight: 400;
	font-size: 18px;
	color: #b76c79;
	margin: 20px 0px 40px;
}
.bim-details p {
	text-align: justify;
}
.bim-details iframe {
	width: 100%;
	height: 641px;
	margin: 50px 0px 50px;
}

/* Timeline */
.timeline-header {
	min-height: 100px;
	background-color: #fff;
	position: relative;
}
.main-timeline {
	background: #fff !important;
	position: relative;
	height: auto;
	overflow: hidden;
}
.main-timeline > .container > .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-wrap: wrap;
}
.main-timeline > .container > .row > .col-md-6 {
	padding: 0px;
  	display: flex;
  	flex-direction: column;
}
.main-timeline > .container > .row > .col-md-6:nth-child(2){
	background-image: url(../images/pages/timeline-bg.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
	border-right: 2px solid #7f7f7f;
}
.main-timeline .line {
	background-color: #fff;
	margin-bottom: 10px;
}
.main-timeline .line p {
    margin: 0px;
    font-size: 14px;
} 
.start {
	text-align: right;
}
.start .left-year div, .start .right-year div {
	color: #d20000 !important;
	border-bottom: 3px solid #d20000 !important;
}
.main-timeline .line .left-year {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	width: 70%;
	float: right;
	border-bottom: 1px solid #7f7f7f;
	display: inline-block;
}
.main-timeline .line .left-year:after {
	content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 7.5px;
    background-color: #000;
    margin-top: 31px;
    left: 29%;
    position: absolute;
}
.main-timeline .line .left-text {
	width: 70%;
	float: right;
	display: inline-block;
	text-align: right;
	padding: 0px 50px 0px 0px;
}
.main-timeline .line .left-text h1 {
	font-size: 16px;
	font-weight: bold;
}
.main-timeline .line .left-year div {
	width: fit-content;
	margin-right: 50px;
	border-bottom: 3px solid #7f7f7f;
	float: right;
}
.main-timeline .left-bottom-images {
	padding: 15px 35px 15px 15px;
	width: 75%;
	display: inline-block;
}
/**/
.main-timeline .right-top-image {
	margin-top: 20px;
	width: 100%;
	display: inline-block;
}
.main-timeline .right-top-image img {
	max-width: 150px;
	float: left;
}
.main-timeline .line .right-year {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	width: 70%;
	float: left;
	border-bottom: 1px solid #7f7f7f;
	display: inline-block;
}
.main-timeline .line .right-year:after {
	content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 7.5px;
    background-color: #000;
    margin-top: 31px;
    right: 29%;
    position: absolute;
}
.main-timeline .line .right-text {
	width: 70%;
	float: left;
	display: inline-block;
	text-align: left;
	padding: 0px 0px 0px 50px;
}
.main-timeline .line .right-text h1 {
	font-size: 16px;
	font-weight: bold;
}
.main-timeline .line .right-year div {
	width: fit-content;
	margin-left: 50px;
	border-bottom: 3px solid #7f7f7f;
	float: left;
}
.main-timeline .right-bottom-images {
	padding: 15px 15px 15px 35px;
	width: 75%;
	display: inline-block;
}

/* Team */
.team-header {
	min-height: 100px;
	background-color: #fff;
	position: relative;
}
.main-team {
	background: #fff !important;
	position: relative;
	height: auto;
	overflow: hidden;
}
.member {
    background: #f5f5f5;
    border-radius: 5px;
	margin-bottom: 30px;
}
.member-picture {
    width: 100%;
	position: relative;
}
.member-image  {
   	width: 100%;
    height: auto;
  	opacity: 1;
  	display: block;
  	transition: .5s ease;
  	backface-visibility: hidden;
  	aspect-ratio: 1.5/1;
    object-fit: cover;
}
.cv-link {
  	transition: .5s ease;
  	opacity: 0;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
  	text-align: center;
}
.member-picture:hover .member-image {
  	opacity: 0.3;
}
.member-picture:hover .cv-link {
  	opacity: 1;
}
.cv-button {
  	background-color: #666;
  	color: #fff;
  	font-size: 16px;
  	padding: 16px 32px;
}
.cv-button i {
	margin-right: 10px;
}
.member-content {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.member-name {
    font-size: 16px;
    color: #333;
    margin: 10px 0 0;
    text-transform: uppercase;
}
.member-title {
    font-size: 14px; 
    color: #333;
    display: block;
    margin-bottom: 15px;
}
.member-cv {
    font-size: 14px;
    font-weight: 300;
    color: #333;
    padding: 0 15px 25px;
    line-height: 22px;
    margin-bottom: 60px;
	transition: all 0.2s ease-in;
}
.member-social-links {
    width: 100%;
    height: 69px;
    position: absolute;
    bottom: -60px;
    left: 0;
    margin: 0;
    padding: 9px 0;
    list-style: none;
    background: #666;
    transition: all 0.20s linear 0s;
}
.member:hover .member-social-links {
    bottom: 0;
}
.member-social-links li {
    display: inline-block;
    margin: 0 5px;
}
.member-social-links li a {
    width: 35px;
    height: 35px;
    line-height: 34px;
	margin-top: 7px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
}
.member-social-links li a:hover {
    text-decoration: none;
}

/* References */
.references-header {
	min-height: 100px;
	background-color: #fff;
	position: relative;
}
.main-references {
	background: #fff !important;
	position: relative;
	height: auto;
	overflow: hidden;
}
.reference {
	padding: 10px;
}
.reference img {
	width: 100%;
	border: 1px solid #f8f8f8;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

/* Calendar */
.calendar-header {
	min-height: 100px;
	background-color: #fff;
	position: relative;
}
.main-calendar {
	background: #fff !important;
	position: relative;
	height: auto;
	overflow: hidden;
}
.main-calendar .titles {
	margin-right: 15px;
	margin-left: 15px;
	padding-bottom: 20px;
}
.main-calendar .titles .row {
	margin-right: 0px;
	margin-left: 0px;
}
.main-calendar .titles .col-md-12 {
	color: #fff;
	background-color: #7f7f7f;
	padding: 10px;
}
.main-calendar .pnots {
	margin-right: 15px;
	margin-left: 15px;
}
.main-calendar .pnot {
	border: 1px solid #7f7f7f;
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	cursor: pointer;
}
.main-calendar .pnot .row {
	margin-right: 0px;
	margin-left: 0px;
}
.main-calendar .pnot .col-md-12 {
	background-color: #f0f0f0;
	padding: 5px;
	overflow: hidden;
}
.main-calendar .pnot:hover .col-md-12 {
	background-color: #ccc;
}
.main-calendar img {
	width: 35px !important;
	height: 35px !important;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	border-radius: 50%;
	margin-right: 10px;
}

/* Contact */
.contact-header {
	min-height: 100px;
	background-color: #fff;
	position: relative;
}
.main-contact {
	background: #fff !important;
	position: relative;
	height: auto;
	overflow: hidden;
}
.contact {
	padding: 10px;
}
#map {
	width: 100%;
	height: 940px;
	border: none;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.contact .panel-group {
	margin-bottom: 50px;
}
.contact .panel-group .panel {
	border: none;
    border-radius: 0px;
	box-shadow: none;
}
.contact .panel-default>.panel-heading {
    border: none;
	border-radius: 0px !important;
	background-color: #9d9d9c;
	color: #fff !important;
}
.contact .panel-default h4 {
	color: #fff !important;
}
.contact .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border: none;
}
.contact .panel-body {
	padding: 15px 0px 15px 0px;
}
.contact .panel-body img {
	margin-bottom: 10px;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}
.contact span {
	display: block;
}
.contact i {
	margin-right: 5px;
}
.contact a {
	text-decoration: none;
}
.contact div[class*=col-md-4]{
    padding-left: 0px;
    padding-right: 15px;
}
.contact div[class*=col-md-8]{
    padding-left: 15px;
    padding-right: 0px;
}
#send-message {
	margin-bottom: 50px;
}
#send-message input, #send-message textarea {
	background-color: #ededed;
	color: #000;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
}
#send-message button {
	background-color: #9d9d9c;
	color: #fff;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	outline: none;
}

/* Contents */
.content-header {
	min-height: 100px;
	background-color: #fff;
	position: relative;
}
.main-content {
	background: #fff !important;
	position: relative;
	height: auto;
	overflow: hidden;
}
.content {
	padding: 10px;
}

/* Footer */
.footer {
	background-color: #fff;
	padding-top: 25px;
}
.copyright .social-links {
	display: inline;
	float: right;
}
.copyright span {
	display: inline-block
}
.copyright .address {
	margin-top: 5px;
	margin-right: 10px;
}
.copyright .phone {
	margin-top: 5px;
	margin-right: 10px;
}
.copyright .email {
	margin-top: 5px;
	margin-right: 10px;
}
.copyright .text {
	margin-right: 20px;
}
.copyright .social-links a {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background-color: #9d9d9c;
    margin-right: 5px;
}
.copyright {
	border-top: 1px solid #9d9d9c;
	min-height: 100px;
	margin-top: 50px;
	padding: 20px 20px 60px 20px;
}
.copyright .row > div  {
	font-size: 12px;
	color:#9d9d9c;
}
.copyright i {
	margin-right: 5px;
}
.copyright a {
	color:#9d9d9c;
	text-decoration: none;
}
.empty { 
	background-color: #fff;
	height: 15px;
}

/* Scroll Top */
.to-top {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #000;
    background: #fff;
    border-radius: 50%;
	border: 1px solid #ccc;
    position: fixed;
    right: 30px;
    bottom: 15px;
    overflow: hidden;
    text-align: center;
    text-decoration: none !important;
    z-index: 20;
    transition: .3s all ease;
}
.to-top:hover {
    color: #fff;
    background: #000;
}

/* Responsive */
@media (max-width: 992px){
	/* General */
	body {
		font-size: 16px;
		margin: 0px;
	}
	h1 {
		font-size: 28px;
	}
	h2 {
		font-size: 22px;
	}
	h3 {
		font-size: 18px;
	}
	.logo-container {
		width: 90px;
		left: 25px;
		top: 5px;
	}
	.logo {
		margin-top: 20px;
    	width: 90px;
	}
	.go-back span {
    	padding-top: 5px;
	}
	.icon-scroll {
    	bottom: 45px;
	}
	/* Navbar */
	.navbar-nav {
		float: left;
	}
	.navbar-fixed-top .navbar-brand {
		display: none !important;
	}
	.navbar-toggle {
		top: 23px;
    	right: 25px;
    	position: fixed;
		display: block;
	}
	.navbar-fixed-top {
    	background-color: transparent;
	}
	.navbar-fixed-top .dropdown-menu>li>a {
    		background-color: transparent !important;
	}
	.dropdown-menu {
    	background: none !important;
	}
	li.dropdown.open .dropdown-menu {
		margin-top: -7px !important;
	}
	#slide-navbar-collapse {
    	position: fixed;
    	top: 0;
    	left: 15px;
    	z-index: 99;
    	width: 280px;
    	height: 100%;
		max-height: 100%;
    	background-color: #ddd;
    	overflow: auto;
  	}
  	.menu-overlay {
    	display: none;
   		background-color: #000;
    	bottom: 0;
    	left: 0;
    	opacity: 0.5;
    	filter: alpha(opacity=50);
   	 	/* IE7 & 8 */
    	position: fixed;
    	right: 0;
    	top: 0;
    	z-index: 49;
  	}
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    	color: #000 !important;
	}
	.dropdown-menu > li {
    	display: block;
  	}
  	.dropdown-menu {
    	text-align: left !important;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 0px 5px 0px !important;
	}
	/* Links */
	.links {
		width: 100%;
		position: fixed;
		bottom: 0px;
		right: 0px;
		z-index: 101;
	}
	/* Page 1 */
	.to-top {
    	right: 15px;
    	bottom: 15px;
	}
	/* Page 2 */
	.p2 h3 {
		font-size: 16px;
		margin-top: 10px;
	}
	.p2 .container {
    	padding: 10px;
	}
	.p2 p {
		margin: 25px 0 30px;
	}
	.p2 .icon-set {
		margin-top: 0px;
    	border-top: none;
	}
	.p2 .icon-set .container {
    	top: 0px;
	}
	.p2 .icon-set .container .row {
    	margin-right: 0px;
		margin-left: 0px;
	}
	.p2 .icon-set .container .row div {
    	margin-bottom: 30px;
	}
	.p2 .icon-set img {
		max-width: auto;
	}
	/* Page 3 */
	.p3 .grid-item--width50 { 
		width: 100%; 
		height: auto; 
		margin-top: 10px;
	}
	/* Page 4 */
	.p4 .title-area .a2 {
    	width: 90%;
	}
	.p4 .right, .p4 .left {
		display: none;
	}
	.p4 .title-area .a2 h1 {
    	font-size: 36px;
	}
	.p4 .title-area .a2 p {
		font-size: 14px;
	}
	/* Page 5 */
	.p5 .intro {
    	font-size: 18px;
	}
	/* Page 6 */
	.p6 .new {
		margin-bottom: 20px;
	}
	/* Projects */
	.projects ul {
		list-style-type: none;
		margin: 0;
		padding: 15px;
		overflow: hidden;
		width: 100%;
		text-align: left;
		border: 1px solid #ccc;
		background-color: #fff;
		z-index: 101;
		display: relative;
	}
	.projects ul li {
		background-color: #ccc;
		float: left;
		display: inline;
		margin: 3px;
	}
	.projects ul li a {
		font-size: 14px;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
	}
	.projects .grid-item--width50 { 
		width: 100%; 
	}
	.projects li a {
		font-size: 18px;
		display: block;
		color: #000;
		text-align: center;
		padding: 10px;
		text-decoration: none;
	}
	/* Project Details */
	.project-details .grid-item--width50 { 
		width: 100%; 
	}
	.project-details .grid-item--width25 { 
		width: 100%; 
	}
	
	/* PNots */
	.main-pnots .grid-item--width50 { 
		width: 100%; 
	}
	.recent-pnot .col-md-7 {
		margin: 50px 0px 50px;
	}
	.pnot-boxes .calendar {
		margin: 0px auto;
		margin-bottom: 50px;
	}
	.pnot-boxes .box-1, 
	.pnot-boxes .box-2, 
	.pnot-boxes .box-3, 
	.pnot-boxes .box-4 {
		min-height: auto; 
	}
	.pnot-boxes a {
		float: none !important;
		width: 100%;
    }
	/* PNot Details */
	.pnot-details .video iframe {
		width: 100%;
		height: 216px;
	}
	/* Stories */
	.stories-intro {
    	padding: 120px 15px 15px 15px;
    	position: relative;
		text-align: justify;
	}
	.stories-intro h1 {
    	font-size: 34px;
	}
	.stories-intro p {
    	font-size: 16px;
	}
	/* Story-Details */
	.story-details .grid-item--width50 { 
		width: 100%; 
	}
	.story-details img {
    	margin-bottom: 20px;
	}
	/* News */
	.news-header {
    	min-height: 100px;
	}
	.main-news .grid-item--width33 { 
		width: 100%; 
	}	
	.main-news .new-type-2 {
		height: 800px !important;
	}
	/* New Details */
	.new-details-header {
    	min-height: 100px;
    	background-color: #f5f5f5;
    	position: relative;
	}
	/* Timeline */
	.timeline-header {
    	min-height: 100px;
	}
	.main-timeline > .container > .row > .col-md-6:first-child {
		border-right: none;
	}
	.main-timeline .col-md-6 img {
		margin-bottom: 20px;
	}
	/* Contact */
	.contact div[class*=col]{
        padding-left: 15px;
        padding-right: 15px;
    }
	/* Calendar */
	.main-calendar .titles {
		display:none;
	}
	.main-calendar .pnots .col-md-12 div[class*=col-] {
		margin-bottom: 10px;
	}
	/* Footer */
	.copyright .social-links {
		display: block;
		float: none;
	}
	.copyright .address {
		margin-top: 10px;
		margin-right: 0px;
		display: block;
	}
	.copyright .phone {
		margin-top: 10px;
		margin-right: 0px;
		display: block;
	}
	.copyright .email {
		margin-top: 10px;
		margin-right: 0px;
		display: block;
	}
	.copyright .text {
		margin-top: 10px;
		margin-bottom: 10px;
		margin-right: 0px;
		display: block;
	}
	.copyright .social-links a {
		font-size: 16px;
		line-height: 31px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		width: 30px;
		height: 30px;
		border-radius: 100%;
		background-color: #ccc;
		margin-right: 7px; /*space between*/
	}
	.copyright {
		border-top: 1px solid #ccc;
		min-height: 100px;
		margin-top: 0px;
		padding: 20px 20px 60px 20px;
		text-align: center;
	}
	.copyright .row > div  {
		font-size: 14px;
		color:#ccc;
	}
	.copyright i {
		margin-right: 5px;
	}
	.copyright a {
		color:#ccc;
		text-decoration: none;
	}
	/* Scroll Top */
	.to-top {
		right: 15px;
	}
	.to-top:hover {
		color: #fff;
		background: #000;
	}
}
@media (min-width: 992px){
	/* Navbar */
	.dropdown:hover .dropdown-menu {
   		display: block;
	}
	.navbar-nav {
		float: right;
	}
}
@media (max-width: 1300px){
	.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    	letter-spacing: 0px;
	}
	.nav > li > a {
    	padding: 10px 10px;
	}
}
@media (min-width: 1346px){
	/* Page 4 */
	.pnots .row {
		display: flex;
	}
	.p4 .right,.p4 .left {
		flex-direction: column;
    	display: flex;
    	justify-content: center;
	}
}
@media (min-width: 1420px){
	
}
@media (min-width: 1660px){
	.p4 .title-area .a2 div {
		width: 60%;
	}
}
@media (min-width: 1900px){
	
}
@media (min-width: 2540px){
	
}