@charset "utf-8";
/* CSS Document */
/*===========================================================================================================*/
/*=========================================== GENERAL SETTINGS ==============================================*/
/*===========================================================================================================*/
#cnmadminpanel{
	position: relative;
    z-index: 99999;
    width: 100%;
}
body {
	margin:0;
	padding:0;
	font-size: 10px;
	background:#fff;
	-webkit-font-smoothing: antialiased;
/*	font-family: 'Dosis', sans-serif;
	font-family: 'Droid Serif', serif;*/
	font-family: 'Lato', sans-serif;
}
* {
	margin: 0;
}
.break-word {
	-webkit-word-wrap: break-word;
	-moz-word-wrap: break-word;
	-ms-word-wrap: break-word;
	-o-word-wrap: break-word;
	word-wrap: break-word;
}
p {
	line-height: 1.3em;
	font-size: 1.6em;
	color: #5a5a5a;
	margin-bottom: 20px;
}
td, th {
	font-size: 16px;
	color: #5a5a5a;
}
dt, dd {
    font-size: 16px;
	color: #5a5a5a;
    line-height: 1.7em;
    margin-bottom: 20px;
}
a{
	color:#003f7f;
	text-decoration: none;
	display: inline-block;
	
	-o-transition:color .2s ease-out, background .2s ease-in;
	-ms-transition:color .2s ease-out, background .2s ease-in;
	-moz-transition:color .2s ease-out, background .2s ease-in;
	-webkit-transition:color .2s ease-out, background .2s ease-in;
	/* ...and now for the proper property */
	transition:color .2s ease-out, background .2s ease-in;	
}
a:hover,
a:focus {
  color: #0076EF;
  text-decoration: none;
}
a img{
	border:none;
}
img {
	max-width: 100%;
	width: auto;
}
h1, .h1-style {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-size: 4em;
	line-height: 1.3em;
	font-weight: 400;
	color: #007abb;
	margin-top: 35px;
	margin-bottom: 20px;
}
h2 {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-size: 3em;
	line-height: 1.3em;
	font-weight: 400;
	color: #007abb;
	margin-top: 20px;
	margin-bottom: 20px;
}
h3{
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-size: 1.8em;
	line-height: 1.3em;
	font-weight: 400;
	color: #007abb;
	margin-top: 20px;
	margin-bottom: 20px;
}
h4 {
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: 400;
	color: #007abb ;
	margin-top: 20px;
	margin-bottom: 20px;
}
span.sub {
	font-family: 'Droid Serif', serif;
	display: block;
	color: #959595;
	font-size: 50%;
	font-weight: 400;
	font-style: italic;
	line-height: 1.1em;
	text-transform: capitalize;
}
h1 > span.sup, .h1-style > span.sub {font-size: 45%;}
h2 > span.sub {font-size: 70%}
h3 > span.sub {font-size: 80%}
h4 > span.sub {font-size: 90%}
.lead{
	font-family: 'Dosis', sans-serif;
	font-weight: 900;
	/*text-transform: uppercase;*/
}
/*===========================================================================================================*/
/*=========================================== BTN-LAYOUT ====================================================*/
/*===========================================================================================================*/
.btn-layout {
	background-color: transparent;
	color: #e78924;
	border: solid 2px #e78924;
	line-height: 1.3em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 13px 5px;
	font-weight: 600;
	font-size: 1.6em;
	text-align: center;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-layout:hover, .btn-layout:focus {
	border-color: #e78924;
	background-color: #e78924;
	color: #fff;
	text-decoration: none;
}
.white-btn-layout {
	color: #fff;
	border-color: #fff;
}
.white-btn-layout:hover, .white-btn-layout:focus {
	color: #2f2f2f;
	border-color: #fff;
	background-color: #fff;
}
.small-btn-layout {
	font-size: 1.4em;
}
.btn-layout-group .btn-layout {
	margin-right: 10px;
	margin-bottom: 10px;
}
/*===========================================================================================================*/
/*=========================================== COMMON CONFIG =================================================*/
/*===========================================================================================================*/
.alert-success, .alert-info, .alert-warning, .alert-danger  {
	font-size: 1.4em;
}
/*===========================================================================================================*/
/*=========================================== RWD VIDEOS ====================================================*/
/*===========================================================================================================*/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}

/*===========================================================================================================*/
/*=========================================== CUSTOM =========================================================*/
/*===========================================================================================================*/

.service-item p{
	border-left: 4px solid #ff890b;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 0;
}

.uca-adv{ min-height: 260px; padding: 15px; border-radius: 5px;}
.uca-adv p{ color: #fff;}
/*===========================================================================================================*/
/*=========================================== FOMRS =========================================================*/
/*===========================================================================================================*/
label {
	display: block;
	text-align: left;
	font-size: 1.6em;
	font-weight: 400;
	color: #6a747c;
}
input[type='text'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='number'], input[type='date'], textarea.form-control, select.form-control {
	width: 100%;
	height: 35px;
	border-width: 1px;
	border: solid 1px;
	border-color: #ccc;
	padding: 0 5px;
	color: #505050;
	font-size: 1.5em;
	border-radius: 0!important;
}
textarea.form-control {
	padding: 5px;
}
/*===========================================================================================================*/
/*=========================================== MAPS =========================================================*/
/*===========================================================================================================*/
#map_wrapper {
	position: relative;
	padding-bottom: 56.25%;
}
#map_canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: visible;
}
.info_content{
	width: 230px;
	height: 90px;

}
.info_content h3 {
	font-size: 1em;
	margin-bottom: 5px;
	margin-top: 5px;
}
.info_content a {font-size:1em;}
.info_content p {
	line-height: 1.2em;
	font-size: 1em;
	margin: 0;
}
.maps img{
  max-width:none;
}
#map_canvas img{
	max-width:none;
}
@media screen and (max-width: 991px) {
	#map_wrapper {
		padding-bottom: 60%
	}
}
@media screen and (max-width: 480px) {
	#map_wrapper {
		padding-bottom: 80%
	}
}
.contact-map {
    position: relative;
	overflow: hidden;
    padding-bottom: 65%;
}
.contact-map span.map-overlay {
	position: absolute;
	cursor: pointer;
	z-index: 4;
	left: 0; top: 0; right: 0; bottom: 0;
}
.contact-map iframe  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}
@media screen and (max-width: 768px) {
	.contact-map {
		padding-bottom: 65%;
	}
}
/*===========================================================================================================*/
/*=========================================== TABS ==========================================================*/
/*===========================================================================================================*/	
.tab-wrapper {
	position: relative;
	background-color: #D0D0D0;
}
.tab-wrapper .tab-item {
	width: 33.3333%;
	float: left;
	min-height: 0;
}
.tab-wrapper .tab-item a {
	display: block;
	background-color: #8C8C8C;
}
.tab-wrapper .tab-item a.actived {
	background-color: #777777;
}
.tab-wrapper .tab-content {
	position: absolute;
	left: 0; right: 0;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.tab-wrapper .tab-content.actived {
	height: auto;
	opacity: 1;
	transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-o-transition: opacity 250ms linear;
}
@media screen and (max-width: 680px) {
	.tab-wrapper .tab-item {
		width: auto;
		float: none;
		position: relative;
		transition: min-height 250ms linear;
		-webkit-transition: min-height 250ms linear;
		-moz-transition: min-height 250ms linear;
		-o-transition: min-height 250ms linear;
	}
}
/*===========================================================================================================*/
/*=========================================== TOP ===========================================================*/
/*===========================================================================================================*/	
.menu {
	position: fixed;
	z-index: 25;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	border-bottom: solid 1px #d6d6d6;
	background-color: #fff;
	
	-webkit-transition: padding 100ms linear;
	-moz-transition: padding 100ms linear;
	-ms-transition:  padding 100ms linear;
	-o-transition: padding 100ms linear;
	transition: padding 100ms linear;
}
.menu > div {
	max-width: 1920px;
	margin: 0 auto;
	padding: 30px 15px 25px;
	position: relative;
}
.menu .logo-nav {
	position: absolute;
    max-width: 330px;
	left: 15px;
	top: 5px;
}
.menu .navigation {
	font-family: 'Dosis', sans-serif;
	color: #0052a1;
	font-size: 2.4em;
	font-weight: 600;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	position: relative;
	padding-left: 21px;
	text-decoration: none;
	float: right;
}
.menu .navigation:hover,
.menu .navigation:focus {
	text-decoration: none;
}
.menu > div > a > .bar {
	position: absolute;
	left: 0;
	width: 30px;
	height: 3px;
	background-color: #0052a1;
	
	-webkit-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
	-moz-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
	-ms-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
	-o-transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
	transition: top 100ms linear, transform 150ms linear, opacity 100ms linear;
}
.menu > div > a > span:first-child {
	top: 3px;
}
.menu > div > a > span:nth-child(2) {
	top: 11px;
}
.menu > div > a > span:nth-child(3) {
	top: 19px;
}
.menu > div > a:hover > span:first-child {
	top: 0px;
}
.menu > div > a:hover > span:nth-child(3) {
	top: 22px;
}
.menu > div > a.behaved > span:first-child {
	top: 10px;
	transform: rotate(135deg);
}
.menu > div > a.behaved > span:nth-child(2) {
	opacity: 0;
}
.menu > div > a.behaved > span:nth-child(3) {
	top: 10px;
	transform: rotate(-135deg);
}
.menu.actived {
	background-color: #fff;
	top: 0;
	left: 0;
	
	-webkit-transition: background-color 100ms linear;
	-moz-transition: background-color 100ms linear;
	-ms-transition: background-color 100ms linear;
	-o-transition: background-color 100ms linear;
	transition: background-color 100ms linear;
}
.menu.actived .logo-nav {
	opacity: 1;
	top: 5px;
}
.menu.behaved .logo-nav {
	position: absolute;
	top: -200%;
	opacity: 0;
	display: none;
}
.menu.behaved {
	border: none;
	background-color: transparent;
}
.menu.actived .navigation,
.menu.behaved .navigation {
	color: #0052a1;
}
.menu.actived a .bar,
.menu.behaved a .bar {
	background-color: #0052a1;
}
.menu > div>ul > li > ul {
	display: none;
	background-color: #fdfdfd;
	box-shadow: 0 5px 10px rgba(0,0,0,0.10);
	position: absolute;
	top: 100%;
	left: 1px;
	right: 0;
	z-index: 5;
	padding: 5px 0;
	width: 180px;
	margin-top: 0!important;
}
.menu.actived > div>ul > li > ul {
	left: 0;
}
.menu > div>ul > li > ul > li > ul {
	display: none;
	background-color: #fdfdfd;
	box-shadow: 0 5px 10px rgba(0,0,0,0.10);
	position: absolute;
	top: 0;
	left: 100%;
	right: 0;
	z-index: 5;
	padding: 5px 0;
	width: 220px;
	margin-top: 0!important;
}
.menu > div>ul > li ul > li {
	padding: 0;
	position: relative;
	font-size: 13px;
	text-transform: capitalize;
}
.menu > div>ul > li > ul > li > ul > li {
	font-size: 11px;
}
.menu > div>ul > li ul > li a {
	display: block;
	padding: 5px 10px;
	color: #0052a1;
}
.menu > div>ul > li ul > li a:focus {
	color: #0052a1;
	text-decoration: none;
}
.menu > div>ul > li ul > li:hover>a {
	color: #0082ff;
	background-color: #F0F0F0;
}
.menu > div>ul {
	margin: 0;
	float: right;
}
.menu > div>ul li {
	font-family: 'Dosis', sans-serif;
	padding: 0 10px;
	font-size: 23px;
	font-weight: 200;
	text-transform: uppercase;
}
.menu > div>ul > li.dad {
	position: relative;
}
.menu > div>ul li a,
.menu > div>ul li a:focus {
	color: #003f7f;
	text-decoration: none;
}
.menu > div>ul li a:hover,
.menu > div>ul li a.actived {
	color: #acc4d1;
}
.menu.actived > div>ul li a,
.menu.actived > div>ul li a:focus {
	color: #003f7f;
	text-decoration: none;
}
.menu.actived > div>ul li a:hover,
.menu.actived > div>ul li a.actived {
	color: #acc4d1;
}
/* ===== Home config ====== */
.home-header .menu:not(.actived) .navigation {
	color: #fff;
}
.home-header .menu:not(.actived) a .bar {
	background-color: #fff;
}
.home-header .menu.behaved .navigation {
	color: #0052a1;
}
.home-header .menu.behaved a .bar {
	background-color: #0052a1;
}
.home-header .menu .logo-nav {
	opacity: 1;
	transition: all 200ms ease;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
}
.home-header .menu:not(.actived) {
	background-color: transparent;
	border-color: #fff;
	text-align: center;
}
.home-header .menu:not(.actived) .logo-nav {
	opacity: 0;
	top: -200%;
}
.home-header .menu:not(.actived) > div>ul {
	float: none;
	display: inline-block;
/*    padding-bottom: 8px;
    padding-top: 10px;
	border-bottom: solid 1px #fff;*/
}
.home-header .menu:not(.actived) > div>ul>li {
	text-align: left;
	padding: 0 25px;
}
.home-header .menu:not(.actived) > div>ul>li:first-child>ul {
	margin-left: -10px;
}
.home-header .menu:not(.actived) > div>ul>li:first-child {
	padding-left: 0;
}
.home-header .menu:not(.actived) > div>ul>li:last-child {
	padding-right: 0;
}
.home-header .menu:not(.actived) > div>ul>li>a,
.home-header .menu:not(.actived) > div>ul>li>a:focus {
	color: #fff;
	text-decoration: none;
}
.home-header .menu:not(.actived) > div>ul>li>a:hover,
.home-header .menu:not(.actived) > div>ul>li>a.actived {
	color: #003f7f;
	text-decoration: none;
}

.navigation-overlay {
	display: none;
	position: fixed;
	z-index: 4;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(241,241,241,0.95);
	padding-top: 104px;
	padding-bottom: 70px;
	overflow-x: hidden;
	overflow-y: auto;
}
.navigation-overlay > ul {
	opacity: 0;
	margin: 0;
	-webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
	-moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
	-ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
	-o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
	transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1), opacity 400ms linear;
	
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
}
.navigation-overlay.behaved > ul {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
	
	opacity: 1;
	
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.navigation-overlay > ul > li {
	font-family: 'Dosis', sans-serif;
	text-align: center;
}
.navigation-overlay > ul > li > a {
	color: #0052a1;
	font-size: 3em;
	font-weight: 400;
	line-height: 1.1em;
	margin-top: 25px;
	margin-bottom: 15px;
	text-transform: uppercase;
	
	-webkit-transition: border-bottom 150ms linear;
	-moz-transition: border-bottom 150ms linear;
	-ms-transition: border-bottom 150ms linear;
	-o-transition: border-bottom 150ms linear;
	transition: border-bottom 150ms linear;
}
.navigation-overlay > ul > li > a:focus {
	color: #0052a1;
	text-decoration: none;
}
.navigation-overlay > ul > li > a:hover,
.navigation-overlay > ul > li > a.actived {
	text-decoration: none;
	color: #0082ff;
}
.navigation-overlay > ul > li ul {
	background-color: rgba(0,0,0,0.08);
	display: none;
	padding: 10px 0;
}
.navigation-overlay > ul > li ul > li {
	padding: 0;
}
.navigation-overlay > ul > li ul > li a {
	padding: 7px 0;
	display: block;
	color: #0052a1;
	font-size: 1.5em;
	font-weight: 400;
	text-transform: uppercase;
}
.navigation-overlay > ul > li ul > li.dad> a i {
    transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.navigation-overlay > ul > li  ul > li a:focus {
	color: #0052a1;
	text-decoration: none;
}

body.behaved {
	overflow: hidden;
	background-color: #4e682e;
}
.page {
	position: relative;
	-webkit-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
	-ms-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
	-o-transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 500ms cubic-bezier(0.77, 0, 0.175, 1);
	
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.page.behaved {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
@media screen and (max-width: 1400px) {
	.menu > div>ul li {
		font-size: 15px;
		padding: 0 5px;
	}
	.menu .logo-nav {
		max-width: 295px;
	}
}
@media screen and (min-width: 1152px) {
	/*============== TOP ================*/
	.menu > div > .navigation,
	.navigation-overlay {
		display: none !important;
	}
	body.behaved {
		overflow: auto!important;
		background: #fff!important;
	}
	.page.behaved {
		-webkit-transform: scale(1)!important;
		-moz-transform: scale(1)!important;
		-ms-transform: scale(1)!important;
		-o-transform: scale(1)!important;
		transform: scale(1)!important;
	}
}
@media screen and (max-width: 1150px) {
	/*============== TOP ================*/
	.menu {
		display: block;
		top: 0;
	}
	.menu > div {
	    padding: 22px 15px 22px;
	}
	.home-header .menu:not(.actived) {
		border-color: transparent;
	}
	.menu > div>ul,
	.home-header .menu:not(.actived) > div>ul {
		display: none;
	}
}
@media screen and (max-width: 850px) {
	
}
@media screen and (max-width: 768px) {
	/*============== TOP ================*/
	.menu .logo-nav {
		left: 15px;
	}
	.navigation-overlay > ul > li > a {
		font-size: 2.8em;
	}
	.page {
		-webkit-transform-origin: 50% 10%;
		-moz-transform-origin: 50% 10%;
		-ms-transform-origin: 50% 10%;
		-o-transform-origin: 50% 10%;
		transform-origin: 50% 10%;
	}
	
}
@media screen and (max-width: 650px) {
	/*============== TOP NAV ================*/
	.menu > div > a > .txt {
		display: none;
	}
	.navigation-overlay {
		padding-top: 70px;
	}
	.navigation-overlay > ul > li > a {
		font-size: 2em;
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.navigation-overlay > ul > li > ul > li a {
		font-size: 1.2em;
	}
}
@media screen and (max-width: 480px) {
	/*============== TOP NAV ================*/
	.navigation-overlay > ul > li > a {
		font-size: 1.6em;
	}
	.menu .logo-nav {
	    max-width: 170px;
	}
	.menu > div {
		padding: 11px 15px;
	}
}
/*=========================================== PROJECTS LIST GRID ============================================*/
.projects-list {
	padding: 0;
}
.projects-list .projects-list-item {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 15px;
	position: relative;
}
/*=========================================== MEDIA MODULE ==========================================================*/
.media-module > div {
	margin-bottom: 40px;
}
.media-module .left {
	float: left;
}
.media-module .left img {
	max-width: 70px;
}
.media-module .left span {
	display: block;
	color: #9e9e9e;
	font-weight: 900;
	line-height: 1em;
	text-transform: uppercase; 
}
.media-module .left span.day {
	font-size: 3em;
	float: left;
}
.media-module .left span.month-year {
	font-size: 1.3em;
	padding: 4px 0;
	padding-left: 40px;
}
.media-module .right {
	padding-left: 90px;
}
.media-module .right .title {
	text-transform: uppercase;
	line-height: 1.4em;
	margin-bottom: 10px;
	font-weight: 900;
}
/*
.media-module .right .title a {
	color: #00548b;
}
.media-module .right .title a:hover {
	color: #007DCF;
}*/
.media-module .right .text {
	line-height: 1.4em;
	margin-bottom: 0;
}
.media-module-interior {
	padding-top: 50px;
}
.media-box {
	padding: 15px 15px 0;
	background-color: #fafafa;
	margin-bottom: 25px;
}
.media-box h2 {
	font-size: 1.6em;
	margin-top: 0;
	margin-bottom: 15px;
}
.media-box p {
	font-size: 1.6em;
	line-height: 1.4em;
	margin-bottom: 15px;
}
@media screen and (max-width: 650px) {
	.media-module .left {
		float: none;
		margin-bottom: 10px;
	}
	.media-module .right {
		padding-left: 0;
	}
}
.pagination>li>a, .pagination>li>span {
	color: #00548b;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: #00548b;
	border-color: #00548b;
}
/*===========================================================================================================*/
/*=========================================== HOME PAGE =====================================================*/
/*===========================================================================================================*/
video.bgvid {
    display: block;
}
video.bgvid {
    opacity: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    background-size: cover;
    transition: opacity 800ms linear;
    -webkit-transition: opacity 800ms linear;
    -moz-transition: opacity 800ms linear;
}
video.bgvid.mobile {
	width: auto;
    height: 100%;
}
.home-banner {
	background-image: url(../img/bnn-home.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
}
.home-banner span.shadow {
	background-image: url(../img/home-bnn-shadow.png);
	background-repeat: repeat-x;
	background-position: top;
	position:  absolute;
	left: 0; right: 0; top: 0; bottom: 0;
	z-index: 3;
}
.home-banner span.shadow-bottom {
	background-position: bottom;
	background-image: url(../img/gradient-bg.png);
}

.home-banner .bnn-logo {
	position: absolute;
	z-index: 2;
	left: 15px; right: 15px; top: 130px;
	text-align: center;
}
.home-banner .bnn-logo img {
	display: inline-block;
	margin: 0;
}
.home-banner .float-content {
	z-index: 3;
	position: absolute;
	left: 15px; right: 15px; bottom: 40px;
   
}
	
    
.home-banner .float-content > div {
	max-width:  815px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 15px 0;
	border-top: solid 1px #fff;
}
.home-banner .float-content p {
	font-family: 'Dosis', sans-serif;
	margin-bottom: 40px;
	color:  #fff;
	font-size: 3em;
	font-weight: 300;
	line-height: 1.3em;
	text-transform: uppercase;
}
.home-banner .float-content p span {
	font-weight: 500;
}

.home-banner .banner-video-iframe{opacity: 0; width:101%;position:absolute;z-index:1;left:50%;top:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%); transition: opacity 800ms linear; -webkit-transition: opacity 800ms linear; -moz-transition: opacity 800ms linear; -o-transition: opacity 800ms linear;}
.home-banner.actived .banner-video-iframe{opacity: 1}
.home-banner .banner-video-iframe .iframe-holder{width:101%;padding-bottom:56.25%;position:relative;}
.home-banner .banner-video-iframe .iframe-holder iframe{position:absolute;left:0;right:0;width:100%;height:100%;}

@media screen and (max-width: 1150px) {
	.home-banner .bnn-logo img {
		max-width: 450px;
	}
	.home-banner .float-content > div {
		max-width: 650px;
	}
	.home-banner .float-content p {
		font-size: 2em;
	}
	.home-banner .float-content .btn-layout {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 768px) {
	video#bgvid {
		display: none;
	}
	.banner-video-iframe,
	.banner-video-file{display:none;}
	.home-banner .bnn-logo {
		top: 70px;
	}
	.home-banner .bnn-logo img {
		max-width: 400px;
	}
	video.bgvid {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.home-banner .float-content {
		bottom: 20px;
	}
	.home-banner .float-content p {
		font-size: 16px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 500px) {
	.home-banner .bnn-logo {
		top: 60px;
	}
	.home-banner .bnn-logo img {
		max-width: 240px;
	}
}
/*=========================================== INVESTMENT ===================================================*/
.investment {
	padding: 40px 0 90px;
	position: relative;
    z-index: 4;
}
.investment .folder {
	position: absolute;
	left: 15px; top: -100px;
}
.investment p {
	font-size: 3em;
	line-height: 1.2em;
	font-weight: 200;
	margin-bottom: 40px;
}
@media screen and (max-width: 1150px) {
	.investment p {
		font-size: 2em;
	}
	.investment .folder {
		max-width: 350px;
	}
}
@media screen and (max-width: 991px) {
	.investment {
		padding: 20px 0;
	}
	.investment .folder {
		max-width: 285px;
	}
}
@media screen and (max-width: 767px) {
	.investment {
		text-align: center;
		padding: 10px 0 40px
	}
	.investment .folder {
		display: none;
	}
	.investment p {
		font-size: 16px;
	}
}
/*=========================================== CONSULTING ===================================================*/
.consulting {
	background-image: url(../img/consulting.jpg);
	background-position: left center;
	background-size: cover;
	padding: 70px 5% 150px;
}
.consulting > div {
	max-width: 630px;
}
.consulting h2,
.consulting h2 span {
	color: #fff;
}
.consulting p {
	font-size: 3em;
	color: #fff;
	line-height: 1.2em;
	font-weight: 200;
	margin-bottom: 40px;
}
@media screen and (max-width: 1150px) {
	.consulting p {
		font-size: 2em;
	}
}
@media screen and (max-width: 770px) {
	.consulting {
		background-position: left center!important;
	}
}
@media screen and (max-width: 767px) {
	.consulting {
		background-image: url(../img/consulting-mobile.jpg);
		background-position: center!important;
		text-align: center;
		padding: 10px 15px 40px
	}
	.consulting > div {
		margin: 0 auto;
	}
	.consulting p {
		font-size: 16px;
	}
}
/*=========================================== SERVICES =====================================================*/
.services {
	padding: 40px 0 90px;
}
.services .folder {
	position: absolute;
	left: 15px; margin-top: -50px;
}
.services p {
	font-size: 3em;
	line-height: 1.2em;
	font-weight: 200;
	margin-bottom: 40px;
}
.services form {
	position: relative;
	max-width: 365px;
	padding-right: 91px;
}
.services form .btn-layout {
	position: absolute;
	right: 0; top: 0;
}
@media screen and (max-width: 1150px) {
	.services p {
		font-size: 2em;
	}
	.services .folder {
		max-width: 350px;
	}
}
@media screen and (max-width: 991px) {
	.services {
		padding: 20px 0;
	}
	.services .folder {
		margin-top: 0;
		max-width: 285px;
	}
}
@media screen and (max-width: 768px) {
	.services form {
		margin-top: 10px;
		position: relative;
		max-width: 100%;
		padding-right: 74px;
	}
	.services form .btn-layout {
		padding: 7px 8px 6px;
	}
}
@media screen and (max-width: 767px) {
	.services {
		text-align: center;
		padding: 10px 0 40px
	}
	.services .folder {
		display: none;
	}
	.services p {
		font-size: 16px;
	}
}
/*=========================================== OUR PROCESS ===================================================*/
.our-process {
	background-image: url(../img/our-process.jpg);
	background-position: 50% -100px;
	background-size: cover;
	padding: 15px 0 45px;
	text-align:  center;
}
.our-process h2 {margin-bottom: 50px;}
.our-process h3 > span.sub {color: #5a5a5a;}
.our-process img {width: 100%}
@media screen and (max-width: 770px) {
	.our-process {
		background-position: center!important;
	}
}
/*===========================================================================================================*/
/*=========================================== INTERIOR ======================================================*/
/*===========================================================================================================*/
.interior-banner {
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 280px;
}
.interior-banner span.shadow {
	background-image: url(../img/home-bnn-shadow.png);
	background-repeat: repeat-x;
	background-position: top;
	position:  absolute;
	left: 0; right: 0; top: 0; bottom: 0;
}
.interior-banner span.shadow-bottom {
	background-image: url(../img/home-bnn-shadow-down.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position:  absolute;
	left: 0; right: 0; top: 0; bottom: 0;
}
.interior-banner .bnn-logo {
	position: absolute;
	z-index: 2;
	left: 15px; right: 15px; top: 120px;
	text-align: center;
}
.interior-banner .bnn-logo img {
	display: inline-block;
	max-width: 400px;
	margin: 0;
}
.interior-banner .float-content {
	z-index: 3;
	position: absolute;
	left: 15px; right: 15px; bottom: 30px;
}
.interior-banner .float-content > div {
	max-width:  815px;
	margin: 0 auto;
	text-align: center;
	padding: 20px 15px 0;
/*	border-top: solid 1px #fff;*/
}
.interior-banner .float-content h1 {
	font-family: 'Dosis', sans-serif;
	margin-top: 0;
	margin-bottom: 0;
	color:  #fff;
	font-size: 4em;
	font-weight: 300;
	line-height: 1.3em;
	text-transform: uppercase;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.interior {
	background-color: #fff;
	padding-bottom: 60px;
	padding-top: 40px;
}
.interior ul,
.interior ol {
	margin-bottom: 20px;
}
.interior li {
	line-height: 20px;
	font-size: 16px;
	color: #5a5a5a;
	margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
	.interior-banner {
		min-height: 400px;
	}
	.interior-banner .bnn-logo {
		top: 100px;
	}
	.interior-banner .bnn-logo img {
		max-width: 300px;
	}
}
@media screen and (max-width: 650px) {
	.interior-banner {
		min-height: 350px;
	}
	.interior-banner .bnn-logo {
		top: 90px;
	}
	.interior-banner .bnn-logo img {
		max-width: 250px;
	}
	.interior-banner .float-content h1 {
		font-size: 2.5em;
	}
}
/*=========================================== LISTINGS ======================================================*/
.search {
	background-color: #f7f7f7;
	margin-bottom: 30px;
}
.search h2 {
	padding: 20px 15px 0;
	margin: 0!important;
	position: relative;
}
.search h2 span {
	display: none;
	cursor: pointer;
	font-size: 1em!important;
	position: absolute;
	text-align: right;
	left: 0; right: 0; top: 0; bottom: 0;
    padding-top: 16px;
    padding-right: 30px;
}
.search form {
	padding: 15px 15px 5px;
}
.search .btn-layout {
	margin-top: 19px;
}
.search .range-slider .range-slider-container {
	padding: 0 15px;
	margin-bottom: 7px;
}
.search .range-slider > p {
	font-size: 14px;
	margin-bottom: 0;
	margin-left: 15px;
}
.search .range-slider .range-slider-container .noUi-connect {
    background: #ad9f77;
}
.listings .projects-list-item {
	margin-bottom: 0;
	padding: 0;
}
.listings .projects-list-item .image-holder {
	display: block;
	position: relative;
	padding-bottom: 70%;
	margin-bottom: 0;
	overflow: hidden;
}
.listings .projects-list-item .image-holder span.background-image {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	transform: scale(1);
	transition: all 1800ms ease;
	-moz-transition: all 1800ms ease;
	-webkit-transition: all 1800ms ease;
}
.listings .projects-list-item .image-holder:hover span.background-image {
	transform: scale(1.05);
}
.listings .projects-list-item .image-holder .info-content {
	position: absolute;
	z-index: 3;
	right: 5px; left: 5px; top: 5px;
	text-align: center;
}
.listings .projects-list-item .image-holder span.info {
	border-radius: 0;
	background-color: #85774f;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	padding: 3px 10px;
	opacity: 1;
	transition: opacity 250ms linear;
	-moz-transition: opacity 250ms linear;
	-webkit-transition: opacity 250ms linear;
}
.listings .projects-list-item .image-holder span.info.alert {
	color: #3a65a5;
    background-color: #fff;
}
.listings .projects-list-item .image-holder .floating-text {
	display: block;
	position: absolute;
	opacity: 1;
	z-index: 3;
	text-align: center;
	left: 20px; right: 20px; top: 18%;
}
.listings .projects-list-item .image-holder:hover .floating-text {
	opacity: 1;
}
.listings .projects-list-item .image-holder .floating-text span.title {
	display: block;
	color: #fff;
	font-size: 2.4em;
	line-height: 1.2em;
	letter-spacing: 1px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.professionals-list .projects-list-item .image-holder .floating-text span.title {
	font-size: 2em;
	font-weight: 600;
}
.listings .projects-list-item .image-holder .floating-text span.subtitle {
	display: inline-block;
	color: #fff;
	border-top: 1px solid #fff;
	font-size: 2em;
	font-style: italic;
	text-transform: uppercase;
}
.professionals-list .projects-list-item .image-holder .floating-text span.subtitle {
	font-size: 1.4em;
}
.listings .projects-list-item .image-holder span.overlay {
	position: absolute;
	z-index: 2;
	opacity: 1;
	left: 0; top: 0; right: 0; bottom: 0;
	background-color: rgba(32, 63, 80, 0.3);
	transition: opacity 300ms linear;
	-moz-transition: opacity 300ms linear;
	-webkit-transition: opacity 300ms linear;
}
.listings .projects-list-item .image-holder:hover span.overlay {
	opacity: 0.2;
}
@media screen and (max-width: 1800px) {
	.listings .projects-list-item .image-holder .floating-text span.title { 
		font-size: 2em;
	}
}
@media screen and (max-width: 1250px) {
	.listings .projects-list-item .image-holder .info-content span.info {
		font-size: 1.4em;
	}
	.listings .projects-list-item .image-holder .floating-text span.title {
		font-size: 1.8em;
	}
	.listings .projects-list-item .image-holder .floating-text span.subtitle {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 991px) {
	.listings .projects-list-item .image-holder .floating-text span.title {
		font-size: 1.6em;
	}
}
@media screen and (max-width: 540px) {
	.listings .projects-list-item .image-holder .info-content span.info {
		font-size: 1.2em;
	}
	.listings .projects-list-item .image-holder .floating-text span.title {
		font-size: 1.4em;
	}
	.professionals-list .projects-list-item .image-holder .floating-text span.title {
		margin-bottom: 10px;
	}
	.professionals-list .projects-list-item .image-holder .floating-text span.subtitle {
		font-size: 1em;
	}
	.listings .projects-list-item .image-holder .floating-text span.subtitle {
		font-size: 1.2em;
	}
}
/*
.listings .projects-list-item p {
	text-align: center;
	font-size: 1.6em;
	text-transform: uppercase;
	margin-bottom: 7px;
}
.listings .projects-list-item p em {
	font-size: .9em;
}
.listings .projects-list-item .measures {
	padding: 3px;
	background-color: #f1f1f1;
	text-align: center;
	font-size: 12px;
}
.listings .projects-list-item .measures span {
	margin-right: 5px;
}
.listings .projects-list-item .measures span:last-child {
	margin: 0;
}
.listings .projects-list-item .measures span:after {
	content: '|';
	margin-left: 5px;
}
.listings .projects-list-item .measures span:last-child:after {
	display: none;
}*/


.listings-details-wrap {
	padding-top: 15px;
}
.affix-top {
	position: absolute;
	left: 15px; right: 15px;
}
.grey-box {
	background-color: #fff;
/*	border: solid 1px #ded9cc;*/
	padding: 0 0 15px;
	font-weight: 600;
    margin-bottom: 10px;
}
.grey-box .info-box {
	display: inline-block;
    background-color: #85774f;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	padding: 3px 5px 2px;
}
.grey-box h1 {
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-top: 10px;
    line-height: 1.4em;
    color: #00548b;
    text-align: center;
    margin-bottom: 0;
    font-size: 2.3em;
}
.grey-box h1 span {
	display: block;
    color: #3d3d3d;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
    font-style: italic;
	margin-left: 0;
    text-transform: capitalize;
}
.grey-box span.line {
	display: block;
	background-color: #e4e4e4;
	height: 1px;
	margin: 13px auto;
}
.grey-box h2 {
	font-size: 22px;
    font-style: normal;
    text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 15px;
	line-height: 1.2em;
	text-align: center;
}
.grey-box h2 span {
	display: block;
    color: #3d3d3d;
    font-size: 16px;
    font-weight: 600;
    line-height: 2em;
	margin-left: 0;
    text-transform: capitalize;
}
#more-info .inputs-list.multi-container {
	list-style: none;
    padding-left: 0;
}
.agreement-box {
	background-color: #f7f7f7;
	margin-bottom: 10px;
	position: relative;
}
.agreement-box > span {
	display: block;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	font-weight: 400;
}
.agreement-box .btn-layout {
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0;
	border-width: 1px;
	padding: 10px 15px;
	text-transform: capitalize;
}
.agreement-box .btn-layout span {
	display: none;
}
.agreement-box .btn-layout.agreement-active span {
	display: inline-block;
}
.agreement-box .agreement-dropdown {
	display: none;
	background-color: #fff;
	border: solid 1px #ded9cc;
	width: 100%;
	position: absolute;
	z-index: 2;
	top: 100%;
}
.agreement-box .agreement-dropdown ul {
	margin: 0;
}
.agreement-box .agreement-dropdown ul li a {
	display: block;
	padding: 8px 10px;
	color: #243542;
}
.agreement-box .agreement-dropdown ul li a:hover {
	background-color: #fafafa;
}
.brokers-title {
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: solid 1px #ded9cc;
}
.features-box {
	margin-bottom: 35px;
}
.features-box h2 {
	padding-bottom: 5px;
	border-bottom: solid 1px #ded9cc;
}
.features-box .our-team .projects-list-item {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.grey-box h1 {
		font-size: 2em;
	}
	.grey-box h1 span {
		font-size: 16px;
	}
	.grey-box h2 {
		font-size: 1.85em;
	}
	.grey-box .property-specs {
		padding: 6px 15px;
	}
	.grey-box .property-specs p {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 991px) {
	.search .btn-layout {
		margin-top: 0;
	}
}
@media screen and (min-width: 767px) {
	.search form {
		display: block!important;
	}
}
@media screen and (max-width: 768px) {
	.search h2 {
		background-color: #F0F0F0;
		padding: 15px 15px 10px;
		margin-left: -15px!important;
		margin-right: -15px!important;
	}
	.search h2 span {
		display: block;
	}
	.search form {
		display: none;
	}
	.affix-top {
		margin-top: 0;
		position: static;
	}
	.agreement-box .agreement-dropdown {
		position: static;
	}
}
/*=========================================== ADVISORS ======================================================*/
.advisor-item a {
	display: block;
	position: relative;
	text-align:  center;
	margin-bottom: 15px;
}
.advisor-item a img {
	width: 100%;
}
.advisor-item a span.overlay {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(0, 122, 187, 0.64);
	opacity: 1;
	transition: opacity 400ms ease;
}
.advisor-item a span.overlay span.text {
	display: block;
	padding: 0 15px;
}
.advisor-item a:hover span.overlay {
	opacity: 0;
}
.advisor-item a span.name {
	color: #fff;
    font-size: 4.5em;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
.advisor-item a span.title {
	font-family: 'Droid Serif', serif;
	color: #fff;
    font-size: 1.5em;
	font-style: italic;
    line-height: 1.2em;
    font-weight: 400;
	text-transform: capitalize;
    display: block;
}
.advisor-item a span.line {
	height: 1px;
	background-color: #fff;
	margin: 8px 7% 15px;
	display: block;
}
@media screen and (max-width: 991px) {
	.advisor-item a span.name {
		font-size: 3.5em;
	}
	.advisor-item a span.title {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 640px) {
	.advisor-item {
		float: none;
		width: auto;
	}
}
/*===========================================================================================================*/
/*=========================================== FOOTER ========================================================*/
/*===========================================================================================================*/
.footer {
	padding: 40px 0 60px;
}
.footer h3 {
	color: #3b3b3b;
}
.footer p {
	font-size: 1.4em;
}
.footer .footer-nav li {
	font-size: 14px;
	margin-bottom: 12px;
	padding: 0 15px;
}
.footer .footer-nav li a {
	color: #e78824;
}
.footer .footer-nav li a:hover {
	color: #0076EF;
}
.footer .social-nav li {
	font-size: 40px;
}
.footer .social-nav li a {
	color: #3b3b3b;
}
.footer .social-nav li a:hover {
	color: #0076EF;
}
@media screen and (max-width: 767px) {
	.footer {
		text-align: center;
	}
	.footer .footer-nav li {
		display: block;
		padding: 0;
	}
}
/*===========================================================================================================*/
/*=========================================== MEDIA QUERIES =================================================*/
/*===========================================================================================================*/
@media screen and (max-width: 768px) {
	/*============== COMMON ================*/
	p {
		font-size: 1.4em;
	}
	dt, dd {
		font-size: 14px;
	}
	td, th {
		font-size: 14px;
	}
	.interior li {
		font-size: 14px;
	}
	h1, .h1-style {	
		font-size: 3em;
	}
	.interior h1 span {
		display: block;
		margin: 0;
	}
	h2 {
		font-size: 2em;
	}
	h3{
		font-size: 1.8em;
	}
	h4 {
		font-size: 1.6em;
	}
	.btn-layout {
		font-size: 1.4em;
		border-width: 2px;
	}
	.uca-adv{ min-height:0px;}
}



/*===========================================================================================================*/
/*=========================================== SYNDICATION =================================================*/
/*===========================================================================================================*/
.syndicate-icon{font-size: 20em; color:#a1bc0a;}
.rok-bout {
	/*background-image: url(../img/enterprise-gis/bg-g.jpg);*/
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #fff;
	padding: 25px 0;
	min-height: 500px;
}
.topic-nav {
	text-align: center;
}
.topic-nav ul {
	margin: 0;
	padding: 0;
}
.topic-nav ul li:first-child {
	padding-left: 0;
}
.topic-nav ul li:last-child {
	padding-right: 0;
}
.topic-nav ul li a {
	display: block;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	text-decoration: none;
	color: #a1bc0a;
}
.topic-nav ul li a:hover,
.topic-nav ul li a.actived {
	color: #fff;
	background-color: #a1bc0a;
	text-decoration: none;
}
.topic-nav ul li a span.img {
	display: none;
	position: relative;
	max-width: 40px;
}
.topic-nav ul li a span.img img {
	opacity: 1;
	width: 100%;
}
.topic-nav ul li a span.img img.hover {
	opacity: 0;
	position: absolute;
	top: 0; left: 0;
}
.topic-nav ul li a.actived span.img img {
	opacity: 0;
}
.topic-nav ul li a.actived span.img img.hover {
	opacity: 1;
}
.topic-body {
	padding-top: 50px;
	padding-bottom: 30px;
}
.topic-item {
	max-width: 1030px;
	margin: 0 auto;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
}
.topic-item.actived {
	max-height: inherit;
	opacity: 1;
}
.topic-item-body {
}
.topic-item-body .left {
	float: left;
	width: 37%;
}
.topic-item-body .left img {
	display: block;
}
.topic-item-body .right {
	padding-left: 40%;
	padding-top: 30px;
	transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
}
.topic-item.actived .topic-item-body .right {
	padding-top: 20px;
}
.topic-item-body .right>span {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 900;
	padding: 3px 10px;
	text-transform: uppercase;
	background-color: #a1bc0a;
}
.topic-item-body .right h3 {
	display: block;
	color: #454545;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 900;
	letter-spacing: 1px;
	margin-bottom: 15px;
}
.topic-item-body .right h3>span {
	color: #a1bc0a;
}
.topic-item-body .right p {
	color: #454545;
	letter-spacing: 2px;
	line-height: 1.45em;
	margin-bottom: 15px;
}
.topic-item-body .right ul {
	padding-left: 20px;
	margin-bottom: 15px;
}
.topic-item-body .right li {
	position: relative;
	list-style: none;
	color: #454545;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 1px;
	margin: 0;
}
.topic-item-body .right li:before {
	content: '';
	position: absolute;
	left: -16px;
	top: 7px;
	background-color: #454545;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.topic-item-body .right a.main-link {
	margin-top: 10px;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	line-height: 1em;
	padding: 20px 10px;
	color: #a1bc0a;
	background-color: transparent;
	border: solid 1px #a1bc0a;
}
.topic-item-body .right a.main-link:hover,
.topic-item-body .right a.main-link:focus {
	color: #fff;
	border-color: #a1bc0a;
	background-color: #a1bc0a;
}

.overview-body {
	min-height: 330px;
}
.overview-item {
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: all 650ms ease;
	-webkit-transition: all 650ms ease;
}
.overview-item.actived {
	min-height: 300px;
	max-height: inherit;
	opacity: 1;
}
.overview-item .left {
	float: left;
	text-align: center;
	width: 37%;
	max-width: 342px;
	position: relative;
}
.overview-item .left img {
	position: absolute;
	opacity: 0;
	transition: all 600ms ease;
	-webkit-transition: all 600ms ease;
}
.overview-item.actived .left img {
	opacity: 1;
	transition-delay: 750ms;
	-webkit-transition-delay: 750ms;
}
/* Item 1 */
.overview-item .left.item-1 img:nth-child(2) {
	top: 0;
	left: -10%;
}
.overview-item .left.item-1 img:nth-child(3) {
	top: 0;
	right: -10%;
}
.overview-item.actived .left.item-1 img:nth-child(2) {
	left: 0;
}
.overview-item.actived .left.item-1 img:nth-child(3) {
	right: 0;
}
/* Item 2 */
.overview-item .left.item-2 img:nth-child(2) {
	top: 0;
	transform: rotate(-15deg);
}
.overview-item .left.item-2 img:nth-child(3) {
	top: 0;
	transform: rotate(-15deg);
}
.overview-item .left.item-2 img:nth-child(4) {
	top: 10%;
}
.overview-item.actived .left.item-2 img:nth-child(2) {
	transform: rotate(0deg);
}
.overview-item.actived .left.item-2 img:nth-child(3) {
	transform: rotate(0deg);
	transition-delay: 800ms;
	-webkit-transition-delay: 800ms;
}
.overview-item.actived .left.item-2 img:nth-child(4) {
	top: 0;
	transition-delay: 1300ms;
	-webkit-transition-delay: 1300ms;
}
/* Item 3 */
.overview-item .left.item-3 img:nth-child(2) {
	top: 10%;
}
.overview-item .left.item-3 img:nth-child(3) {
	top: 10%;
}
.overview-item .left.item-3 img:nth-child(4) {
	top: 10%;
}
.overview-item .left.item-3 img:nth-child(5) {
	top: 0;
}
.overview-item.actived .left.item-3 img:nth-child(2) {
	top: 0;
	transition-delay: 850ms;
	-webkit-transition-delay: 850ms;
}
.overview-item.actived .left.item-3 img:nth-child(3) {
	top: 0;
	transition-delay: 1150ms;
	-webkit-transition-delay: 1150ms;
}
.overview-item.actived .left.item-3 img:nth-child(4) {
	top: 0;
	transition-delay: 1400ms;
	-webkit-transition-delay: 1400ms;
}
.overview-item.actived .left.item-3 img:nth-child(5) {
	transition-delay: 1850ms;
	-webkit-transition-delay: 1850ms;
}
/* Item 4 */
.overview-item .left.item-4 img:nth-child(2) {
	top: 0;
	right: -10%;
}
.overview-item .left.item-4 img:nth-child(3) {
	top: 0;
}
.overview-item.actived .left.item-4 img:nth-child(2) {
	right: 0;
	transition-delay: 850ms;
	-webkit-transition-delay: 850ms;
}
.overview-item.actived .left.item-4 img:nth-child(3) {
	transition-delay: 1400ms;
	-webkit-transition-delay: 1400ms;
}
/* Item 5 */
.overview-item .left.item-5 img:nth-child(2) {
	top: 10%;
}
.overview-item .left.item-5 img:nth-child(3) {
	top: 10%;
}
.overview-item .left.item-5 img:nth-child(4) {
	top: 0;
}
.overview-item.actived .left.item-5 img:nth-child(2) {
	top: 0;
	transition-delay: 850ms;
	-webkit-transition-delay: 850ms;
}
.overview-item.actived .left.item-5 img:nth-child(3) {
	top: 0;
	transition-delay: 1150ms;
	-webkit-transition-delay: 1150ms;
}
.overview-item.actived .left.item-5 img:nth-child(4) {
	transition-delay: 1600ms;
	-webkit-transition-delay: 1600ms;
}
/* Item 6 */
.overview-item .left.item-6 img:nth-child(2) {
	top: 10%;
}
.overview-item .left.item-6 img:nth-child(3) {
	top: 10%;
}
.overview-item .left.item-6 img:nth-child(4) {
	top: 10%;
}
.overview-item .left.item-6 img:nth-child(5) {
	top: 0;
}
.overview-item.actived .left.item-6 img:nth-child(2) {
	top: 0;
	transition-delay: 850ms;
	-webkit-transition-delay: 850ms;
}
.overview-item.actived .left.item-6 img:nth-child(3) {
	top: 0;
	transition-delay: 1150ms;
	-webkit-transition-delay: 1150ms;
}
.overview-item.actived .left.item-6 img:nth-child(4) {
	top: 0;
	transition-delay: 1400ms;
	-webkit-transition-delay: 1400ms;
}
.overview-item.actived .left.item-6 img:nth-child(5) {
	transition-delay: 1850ms;
	-webkit-transition-delay: 1850ms;
}
/* Item 7 */
.overview-item .left.item-7 img:nth-child(2) {
	top: 0;
}
.overview-item .left.item-7 img:nth-child(3) {
	top: 5%;
}
.overview-item .left.item-7 img:nth-child(4) {
	top: 5%;
}
.overview-item .left.item-7 img:nth-child(5) {
	top: 5%;
}
.overview-item.actived .left.item-7 img:nth-child(2) {
	transition-delay: 850ms;
	-webkit-transition-delay: 850ms;
}
.overview-item.actived .left.item-7 img:nth-child(3) {
	top: 0;
	transition-delay: 1150ms;
	-webkit-transition-delay: 1150ms;
}
.overview-item.actived .left.item-7 img:nth-child(4) {
	top: 0;
	transition-delay: 1400ms;
	-webkit-transition-delay: 1400ms;
}
.overview-item.actived .left.item-7 img:nth-child(5) {
	top: 0;
	transition-delay: 1750ms;
	-webkit-transition-delay: 1750ms;
}
/* // */
.overview-item .left img.main-icon {
	position: static;

	display: block;
	opacity: 0;
}
.overview-item .right {
	padding-left: 40%;
	padding-top: 30px;
	transition: all 800ms ease;
	-webkit-transition: all 800ms ease;
}
.overview-item.actived .right {
	padding-top: 20px;
}
.overview-item .right span {
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 900;
	padding: 3px 10px;
	text-transform: uppercase;
	background-color: #ff890b;
}
.overview-item .right h2 {
	display: block;
	color: #ff890b;
	font-size: 35px;
	line-height: 1.2em;
	letter-spacing: 0;
	font-weight: 900;
}
.overview-item .right p {
	color: #454545;
	letter-spacing: 2px;
	line-height: 1.45em;
}

.overview-nav {
	text-align: center;
	margin-top: 35px
}
.pin-line {
	height: 5px;
	max-width: 1000px;
	margin: 0 auto;
	background-color: #cbcbcb;
	margin-bottom: 30px;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
}
.pin-line.actived {
	background-color: #007bbe;
}
.pin-line .pin {
	position: relative;
	height: 5px;
	background-color: #007bbe;
	transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
}
.pin-line .pin:after {
	content: '';
	position: absolute;
	background-image: url(/assets/img/pin.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 21px;
	height: 31px;
	top: -10px;
	right: -10px;
}
.overview-nav ul {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	display: table;
	padding: 0;
}
.overview-nav ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 0;
}
.overview-nav ul li:first-child {
	padding-left: 0;
}
.overview-nav ul li:last-child {
	padding-right: 0;
}
.overview-nav ul li a {
	position: relative;
	display: block;
	padding: 3px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	text-decoration: none;
	color: #007bbe;
}
.overview-nav ul li a span {
	display: inline-block;
	padding: 3px 7px;
	border-bottom: solid 2px transparent;
	transition: all 150ms linear;
	-webkit-transition: all 150ms linear;
}
.overview-nav ul li a:hover span,
.overview-nav ul li a.actived span {
	border-bottom-color: #007bbe;

}
@media screen and (max-width: 1200px) {
	.topic-nav ul li a {
		font-size: 14px;
		padding: 8px 10px;
	}
	.overview-nav ul li a {
		font-size: 14px;
		padding: 2px;
	}
}
@media screen and (max-width: 1024px) {
	.rok-bout {
		background: none;
		min-height: 400px;
	}
	.topic-nav ul {
		text-align: left;
	}
	.topic-nav ul li a {
		background-color: #ECECEC;
	}
	.topic-nav ul li a span.text {
		display: none;
	}
	.topic-nav ul li a span.img {
		display: inline-block;
	}
	.topic-item-body .right>span {
		font-size: 14px;
	}
	.overview-item .right span {
		font-size: 14px;
	}
	.overview-item .right h2 {
		font-size: 28px;
	}
	.overview-nav {
		margin-top: 15px;
	}
}
@media screen and (max-width: 768px) {
	.topic-body {
		padding: 0;
	}
	.syndicate-icon {
    font-size: 12em;
	}
	.topic-item-body .left {
		width: 25%;
	}
	.topic-item-body .right {
		padding-left: 30%;
	}
	.topic-item-body .right h3,
	.topic-item-body .right li,
	.topic-item-body .right p {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.topic-item-body .right a.main-link {
		font-size: 14px;
	}
	.topic-item.actived .topic-item-body .right,
	.topic-item.actived .topic-item-body .right {
		padding-top: 0;
		transition: none !important;
		-webkit-transition: none !important;
	}
	.overview-item .right,
	.overview-item.actived .right {
		padding-top: 0;
		transition: none !important;
		-webkit-transition: none !important;
	}
	.overview-body,
	.overview-item,
	.overview-item.actived {
		min-height: inherit;
		max-height: inherit;
		opacity: 1;
		transition: none !important;
		-webkit-transition: none !important;
	}
	.overview-item {
		padding: 50px 10px;
	}
	.overview-item:nth-child(even) {
		background-color: #f7f7f7;
	}
	.overview-item .left {
		width: 25%;
	}
	.overview-item .left img {
		opacity: 0;
		transition-delay: 0!important;
		-webkit-transition-delay: 0!important;
		transition: none !important;
		-webkit-transition: none !important;
	}
	.overview-item .left img.main-icon {
		opacity: 1;
	}
	.overview-item .right {
		padding-left: 30%
	}
	.overview-item .right h2 {
		font-size: 20px;
	}
	.overview-item .right p {
		font-size: 14px;
		letter-spacing: 1px;
	}
	.overview-nav {
		display: none;
	}
}
@media screen and (max-width: 550px) {
	.topic-nav ul li {
		padding-left: 2px;
		padding-right: 2px;
	}
	.topic-nav ul li a {
		padding: 5px;
	}
	.topic-nav ul li a span.img {
		max-width: 32px;
	}
	.topic-item-body .left {
		float: none;
		width: auto;
		max-width: 70px;
		margin: 15px auto;
	}
	.topic-item-body .right {
		padding-left: 0;
	}
	
	.topic-item.overview {
		margin-left: -15px;
		margin-right: -15px;
	}
	.overview-item {
		padding: 30px 25px;
		margin-left: -15px;
		margin-right: -15px;
		text-align: center;
	}
	.overview-item .left {
		float: none;
		width: auto;
		/*max-width: 70px;*/
		margin: 0 auto 15px;
	}
	.overview-item .right {
		padding-left: 0;
	}
}