

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/* ---------- Color Module Styles ----------- */
html {
  scroll-behavior: smooth;
}
body,
body.overlay {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

.animsition-loading:after{
	position:fixed;
	top:50%;
	width:100%;
	margin-top:40px;
    font-family: 'Playball', cursive;
	font-size:32px;
	text-align:center;
	content:"";
	letter-spacing:3px;
}

#menu-wrap{
    position: fixed;
	padding-bottom:10px;
	width:100%;
	z-index:500;
	top:0;
	left:0;
}
#menu-wrap .container .columns  { 
	margin-top: 10px;
	margin-bottom: 10px;
}
.menu-back{
	background: rgba(228, 252, 249, 0.57);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}


.cbp-af-header {
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink {
	background: rgba(228, 252, 249, 0.95);
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	width:80px;
	height:73px;
	top:4px;
	background:url('../images/logo.png') no-repeat center center;
	background-size:80px 73px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}

.cbp-af-header.cbp-af-header-shrink ul.slimmenu {
	margin-top:1px;
	margin-bottom:0;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li:first-child {
	background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li ul li:first-child { 
	background:none; 
}
ul.slimmenu li ul li a {
    color: #000;
}
ul.slimmenu li ul li a:hover {
}
ul.slimmenu li ul li { 
	background:none;
	padding-left:0; }
	
ul.slimmenu li ul {
	background:rgba(255,255,255,.95);
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
}






.logo{
	height:73px;
	z-index:10000;
	left:40px;
	top:25px;
	background:url('/public/images/logo.png') no-repeat center center;
	background-size:80px 73px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}



.menu-collapser {
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}
.collapse-button {
    position: absolute;
    right: 8px;
    top: 60%;
    width: 40px;
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    color: #000;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    padding: 7px 10px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 14px;
    text-align: center;

    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.collapse-button:hover, .collapse-button:focus {
    background-image: none;
    background-color: #040404;
    color: #FFF;
}
.collapse-button .icon-bar {
    background-color: #fff;
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    display: block;
    height: 2px;
    width: 18px;
    margin: 2px 0;
}

ul.slimmenu {
	padding-top:10px;
	padding-right:10px;
	text-align:right;
	margin-top:23px;
	margin-bottom:20px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
	
}
ul.slimmenu li {
    position: relative;
    display: inline-block;
	background:url('../images/line.png') 0 14px no-repeat;
	background-size:15px 10px;
	padding-left:20px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
	
}
ul.slimmenu > li {}
ul.slimmenu > li:first-child { border-left: 0 }
ul.slimmenu > li:last-child { margin-right: 0 }
ul.slimmenu li a {
    display: block;
    color: #111111;
    padding: 10px 0px;
    font-size: 14px !important;
	cursor:pointer;
    margin: 0px 12px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;
    border-bottom:1px solid rgba(0,0,0,0);
    font-size: 11px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
	
		
}
ul.slimmenu li a:hover {
    text-decoration: none;
	
}
ul.slimmenu li {
	
}
ul.slimmenu li:first-child {
	background:none;
}

ul.slimmenu li .sub-collapser {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
ul.slimmenu li .sub-collapser:before {
	display:none;
}
ul.slimmenu li .sub-collapser > i {
	display:none;
}
ul.slimmenu li ul {
    margin: 0;
    list-style-type: none;
}
ul.slimmenu li ul a{
    font-size:10px;
}
ul.slimmenu li ul li:first-child { 
	background:none; }
ul.slimmenu li ul li {
	background:none;
	padding-left:0; }
ul.slimmenu li > ul {
    display: none;
    position: absolute;
	text-align:left;
    left: 0;
    top: 100%;
    z-index: 999;
    width: 175px;
}
ul.slimmenu li > ul > li ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    width: 100%;
}
ul.slimmenu.collapsed {
	padding:0;
	margin:0;
	
}
ul.slimmenu.collapsed li {
    display: block;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
}
ul.slimmenu.collapsed li a {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	
}
ul.slimmenu.collapsed li .sub-collapser {
    height: 40px;
	
}
ul.slimmenu.collapsed li > ul {
    display: none;
    position: static;	
}

/* #Home
================================================== */

.section {
	position:relative;
	width:100%;
}
.padding-top-bottom{
	padding-top:140px;
	padding-bottom:140px;
}
.padding-top{
	padding-top:140px;
}
.padding-top-big{
	padding-top:200px;
}
.padding-bottom{
	padding-bottom:140px;
}
.white-background {
	background-color:#F6F9F8;
}
.grey-background {
	background-color:#f9f9f9;
}
.shadow-sec{
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.hidden-sec{
    overflow:hidden;
}

.section-header-text {
	position:relative;
	width:100%;
}
.section-header-text h4{
	padding-bottom:10px;
	text-align:center;
	color: #34495E;
}
.section-header-text p{
	font-weight:700;
	font-size: 15px;
	line-height:24px;
	color:#999999;
	letter-spacing:3px;
	text-align:center;
    text-transform: capitalize;
	padding-bottom:20px;
}
.section-header-text .line-header{
	position:relative;
	width:30px;
	height:2px;
	display:block;
	margin:0 auto;
	text-align:center;
}



.section-header-text-left {
	position:relative;
	width:100%;
}
.section-header-text-left h4{
	padding-bottom:10px;
	text-align:left;
	color: #34495E;
}
.section-header-text-left p{
	font-weight:700;
	font-size: 15px;
	line-height:24px;
	color:#999999;
	letter-spacing:3px;
	text-align:left;
    text-transform: capitalize;
	padding-bottom:20px;
}
.section-header-text-left .line-header{
	position:relative;
	width:30px;
	height:2px;
	display:block;
}







.section-big-header-text {
	position:relative;
	width:100%;
}
.section-big-header-text h2{
	padding-bottom:30px;
	text-align:left;
	color: #34495E;
}
.section-big-header-text p{
	font-weight:400;
	font-size: 16px;
	line-height:28px;
	color:#777777;
	letter-spacing:3px;
	text-align:left;
	padding-top:50px;
}
.section-big-header-text .line-big-header{
	position:relative;
	width:30px;
	height:2px;
	display:block;
}
.text-bottom-margin{
	padding-bottom:25px;
}





/* #Slider
================================================== */

#gallery {
	position: absolute;
	width: 100%;
	height: 700px;
	top: 0;
	left: 0;
}
#controls div {
}
#controls div:hover:not(.counter) {
}
#controls div:not(.counter) {
}
#controls div.sel {
}	
.prev {
	top:50%;
	margin-top:10px;
	position:absolute;
	cursor:pointer;
	opacity:1;
	background:url('../images/arrow-left.png') no-repeat center center;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
	left:150px;
	width:31px;
	height:58px;
	z-index:1000;
}
.next {
	top:50%;
	margin-top:10px;
	position:absolute;
	cursor:pointer;
	opacity:1;
	background:url('../images/arrow-right.png') no-repeat center center;
	-webkit-transition : all 0.2s ease-out;
	-moz-transition : all 0.2s ease-out;
	-o-transition :all 0.2s ease-out;
	transition : all 0.2s ease-out;
	right:150px;
	width:31px;
	height:58px;
	z-index:1000;
}			
.prev:hover, .next:hover {
	opacity:.5;
}
.prev:active, .next:active {
	opacity:.5;
}


/* youtube player
--------------------------------------------------------*/

.mb_YTVPlayer :focus {
	outline: 0;
}

.mb_YTVPlayer{
	display:block;
	overflow:hidden;
}

.mbYTP_wrapper iframe{
	max-width: 4000px !important;
	overflow:hidden;
}

.inline_YTPlayer{
	margin-bottom: 20px;
	vertical-align:top;
	position:relative;
	left:0;
	overflow: hidden;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0,0,0,.7);
	background: rgba(0,0,0,.5);
}

.inline_YTPlayer img{
	border: none!important;
	transform: none!important;
}

/*CONTROL BAR*/
.mb_YTVPBar{
	transition: opacity 1s;
	width:100%;
	height:30px;
	padding:5px;
	position:absolute;
	bottom:0;
	left:0;
	box-sizing:padding-box;
	text-align:left;
	z-index: 1000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	font-size: 13px;
	line-height:24px;
	opacity:.8;
}

.mb_YTVPBar:hover{
	opacity:.9;
}

.mb_YTVPBar .buttonBar{
	transition: all 1s;
	background:rgba(5,5,5,.9);
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	font-size: 13px;
	line-height:24px;
	position:absolute;
	top:-17px;
	left:0;
	padding: 5px;
	width:100%;
	box-sizing: border-box;
}
.mb_YTVPBar:hover .buttonBar{
	background:rgba(5,5,5,1);
}

.mb_YTVPBar span{
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	font-size: 13px;
	line-height:24px;
	position:relative;
	width: 30px;
	height: 25px;
	vertical-align: middle;
}
.mb_YTVPBar span.mb_YTVPTime{
	width: 100px;
	text-align:right;
	float:right;
	margin-right:20px;
}

.mb_YTVPBar span.mb_YTVPUrl,.mb_YTVPBar span.mb_OnlyYT {
	position: absolute;
	width: auto;
	display:block;
	top:6px;
	right:20px;
	cursor: pointer;
}
.mb_YTVPBar span.mb_YTVPUrl img{
	width: 60px;
}

.mb_YTVPBar span.mb_OnlyYT {
	left:185px;
	right: auto;
}
.mb_YTVPBar span.mb_OnlyYT img{
	width: 25px;
}

.mb_YTVPBar span.mb_YTVPUrl a{
	color:white;
}

.mb_YTVPPlaypause,.mb_YTVPlayer .mb_YTVPPlaypause img{
	cursor:pointer;
	margin-left: 20px;
}

.mb_YTVPMuteUnmute{
	cursor:pointer;
}

/*PROGRESS BAR*/
.mb_YTVPProgress{
	height:12px;
	width:100%;
	background:#111;
	bottom:-2px;
	left:0;
}

.mb_YTVPLoaded{
	height:12px;
	width:0;
	background:#555;
	left:0;
}

.mb_YTVTime{
	height:12px;
	width:0;
	bottom:0;
	left:0;
	opacity:.6;
}

.YTPOverlay{
  /*box-shadow: inset 0 0 5px rgba(0,0,0,.5);*/
}

/* #Moving Home Background
================================================== */
.moving-home {
	background: url('/rotator.php') repeat scroll;
	position: absolute;
	background-size:cover;
	top: 0; 
	left: 0; 
	bottom: 0;
	z-index: -1;
	width:100%; 
}

/* #Tooltip
================================================== */

	.tipper { height: 1px; left: -99999px; position: absolute; pointer-events: none; top: -99999px; width: 1px;z-index:100000; }
	.tipper .tipper-content { background: rgba(0, 0, 0, 0.85);box-shadow: 0 0 25px rgba(0,0,0,0.5);text-transform:uppercase; border-radius: 3px; color: #fff; display: block; float: left; font-family: 'Roboto Condensed', sans-serif; font-size: 10px; margin: 0; padding: 6px 20px; position: relative; white-space: nowrap; }
	.tipper .tipper-caret { background: url('../images/tipper-icon.png') no-repeat; display: block; height: 11px;  position: absolute; width: 100%; }

	.tipper.right .tipper-content { box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.right .tipper-caret { background-position: left center; left: -5px; top: 0; }

	.tipper.left .tipper-content { box-shadow: -1px 0 3px rgba(0, 0, 0, 0.25); }
	.tipper.left .tipper-caret { background-position: right center; right: -5px; top: 0; }

	.tipper.top .tipper-caret,
	.tipper.bottom .tipper-caret { display: block; float: none; height: 5px;  width: 12px;margin-left:-6px; }

	.tipper.top .tipper-content { box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.top .tipper-caret { background-position: center bottom; bottom: -5px; left: 0; text-align:center;}

	.tipper.bottom .tipper-content { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25); }
	.tipper.bottom .tipper-caret { background-position: center top; top: -5px; left: 0; }





*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
@media only screen and (min-width: 1170px) {
  body::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}


.home-top {
	position:relative;
	width:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
	background-image:url('../images/home.jpg');
}
.home-top-slider {
	position:relative;
	width:100%;
	background:#fff;
}
.home-top-video {
	position:relative;
	width:100%;
	overflow:hidden;
}


a.scroll-down {
	position:absolute;
	left:50%;
	bottom:0px;
	margin-left:-23px;
	display: block;
	height: 46px;
	width: 46px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(../images/art-icon-arrow.svg) no-repeat center center;
	background-color:#34495E;
	background-size:25px 25px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
a.scroll-down.scroll-yt {
	bottom:70px;
}


.art-intro {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-600px;
	max-width:1200px;
	margin-top:-140px;
	width: 100%;
	z-index:100;
}
.art-intro h1 {
	font-size: 50px; 
	line-height:70px;
	text-align: center;
    text-transform: uppercase;
	letter-spacing:2px
}


.big-text-top { 
	position: absolute; 
	top: 50%;
	margin-top:-100px;
	width: 100%;
	font-family: 'Roboto Condensed';
	text-transform:uppercase;
	text-align:center;
	font-size: 50px; 
	line-height:50px;
	color: #fff;
	z-index: 20; 
}
.big-text-top span{ 
	background: rgba(52, 73, 94, 0.7); 
	padding-top:15px;
	padding-bottom:20px;
	padding-left:45px;
	padding-right:45px;
}

@media only screen and (min-width: 1170px) {
  .art-section {
    height: 100vh;
  }
}

.art-block, .art-half-block {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.art-block {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.art-section:first-of-type .art-block {
  visibility: visible;
  height: 100vh;
  background-color: #fff;
}
@media only screen and (min-width: 1170px) {
  .art-block {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    height: 100vh;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
    visibility: hidden;
  }
  .art-section:first-of-type .art-block {
    visibility: visible;
  }
  .art-block > * {
    visibility: visible;
  }
}

.art-half-block {
  background: #F6F9F8;
  color: #263b40;
}
.art-half-block:nth-of-type(1) {
  height: 60vh;
  background-color: #263b40;
  background-position: center center;
  background-repeat: no-repeat;
}
.art-half-block:nth-of-type(2) {
  padding: 4em 10%;
}
.art-half-block h2 {
	text-align:left;
	padding-bottom:30px;
}
.art-half-block p {
	text-align:left;
}

.art-half-block h2 span{
}



.btn {
	cursor: pointer;
	padding: 16px 45px;
	display: inline-block;
	margin-top: 40px;
	background:#3D6F8C;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	color:#fff;
	font-size: 12px;
	line-height:12px;
	outline: none;
	position: relative;
	overflow:hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.btn:hover {
	color:#fff;
}


@media only screen and (min-width: 1170px) {
  .art-half-block {
    height: 100vh !important;
    width: 50%;
    position: absolute;
    top: 0;
  }
  .art-half-block .block-text{
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    padding: 0 25%;
  }
  .art-section:nth-of-type(even) .art-half-block:first-of-type, .art-section:nth-of-type(odd) .art-half-block:nth-of-type(2) {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .art-section:nth-of-type(odd) .art-half-block:first-of-type, .art-section:nth-of-type(even) .art-half-block:nth-of-type(2) {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.art-vertical-nav {
  position: fixed;
  z-index: 3;
  right: 2%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.art-vertical-nav a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/art-icon-arrow.svg) no-repeat center center;
  background-color:#34495E;
  background-size:25px 25px;
  -webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0.2s 0s;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.art-vertical-nav a.art-prev {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.art-vertical-nav a.inactive {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.art-vertical-nav a.inactive1 {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1170px) {
  .art-vertical-nav {
    display: block;
  }
}
 
/* #Text Slider Animation
================================================== */

.rotating {
  display: inline-block;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
  -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
  -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
  -o-transform: rotateX(0) rotateY(0) rotateZ(0);
  transform: rotateX(0) rotateY(0) rotateZ(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front, .rotating .back {
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  -webkit-transform: translate3d(0,0,1px);
  -moz-transform: translate3d(0,0,1px);
  -ms-transform: translate3d(0,0,1px);
  -o-transform: translate3d(0,0,1px);
  transform: translate3d(0,0,1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  -webkit-transform: rotate(360deg) scale(0);
  -moz-transform: rotate(360deg) scale(0);
  -ms-transform: rotate(360deg) scale(0);
  -o-transform: rotate(360deg) scale(0);
  transform: rotate(360deg) scale(0);
}



.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  
  -webkit-transform: rotateY(180deg) translate3d(0,0,0);
  -moz-transform: rotateY(180deg) translate3d(0,0,0);
  -ms-transform: rotateY(180deg) translate3d(0,0,0);
  -o-transform: rotateY(180deg) translate3d(0,0,0);
  transform: rotateY(180deg) translate3d(0,0,0);
}

.rotating.flip.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,0);
  -moz-transform: rotateX(180deg) translate3d(0,0,0);
  -ms-transform: rotateX(180deg) translate3d(0,0,0);
  -o-transform: rotateX(180deg) translate3d(0,0,0);
  transform: rotateX(180deg) translate3d(0,0,0);
}

.rotating.flip.cube .front {
  -webkit-transform: translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: translate3d(0,0,100px) scale(0.85,0.85);
  transform: translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube .back {
  -webkit-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateY(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

.rotating.flip.cube.up .back {
  -webkit-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.9,0.9);
  -moz-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -ms-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  -o-transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
  transform: rotateX(180deg) translate3d(0,0,100px) scale(0.85,0.85);
}

/* #about
================================================== */

.about-top {
	position:relative;
	width:100%;
	overflow:hidden;
	background:url('../images/blog.jpg') no-repeat top center;
	background-size:cover;
} 

.history {
	position:relative;
	width:100%;
	overflow:hidden;
	background:url('../images/history.jpg') no-repeat top center;
	background-size:cover;
} 



.team-wrap{
	position:relative;
	width:100%;
	padding-bottom:70px;
	overflow:hidden;
}
.team-wrap img{
	width:100%;
	height:auto;
	display:block;
}


.team-wrap .mask-team{
	position:absolute;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width:100%;
	height:100%;
	left:0;
	top:calc(100% - 70px);
	overflow:hidden;
	z-index:2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;	
}
.team-wrap:hover .mask-team{
	background:rgba(255,255,255,.9);
	top:0;	
}
.team-wrap .mask-team h6{
	text-align:left;
	padding-bottom:5px;	
	padding-top:30px;		
	padding-left:30px;
}
.team-wrap .mask-team p span{
	width:100%;
	font-size:10px;
	display:block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	line-height:14px;
	text-align:left;	
	padding-bottom:20px;		
	padding-left:30px;
	letter-spacing:2px;
	text-transform: uppercase;
}
.team-wrap .mask-team ul{
	display:block;	
	padding-bottom:23px;		
	padding-left:30px;
}
.team-wrap .mask-team ul li{	
	margin-bottom:2px;
}
.team-wrap .mask-team ul li p span{
	font-family: 'FontAwesome';
	padding-right:10px;
	font-size: 6px;
	line-height:17px;
	vertical-align:text-top;
	display:inline-block;
	text-align:left;	
	padding-bottom:0;		
	padding-left:0;
	width:auto;
}
.team-wrap .mask-team ul li p {
	text-align:left;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:500;
	font-size: 13px;
	line-height:25px;
	color:#606060;
	letter-spacing:2px;
	text-transform: uppercase;
}




.services-box {
	position:relative;
	width:100%;
	overflow:hidden;
}
.services-box:after {
  content: '';
  display: block;
  clear: both;
}

.services-box h6 {
	text-align:left;
	padding-bottom:15px;
}
.services-box h6 span {
	font-family: 'FontAwesome';
	padding-right:15px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.services-box p {
	text-align:left;
}


/* #portfolio
================================================== */

.work-top {
	position:relative;
	width:100%;
	overflow:hidden;
	background:url('../images/portfolio/work-top.jpg') no-repeat center center;
	background-size:cover;
} 


.big-text-portfolio-top { 
	position: absolute; 
	bottom:100px;
	left:100px;
	text-align:left;
	z-index: 20; 
}
.big-text-portfolio-top h2{
	text-align:left;
}
.big-text-portfolio-top p{
	text-align:left;
    text-transform: uppercase;
	letter-spacing:2px;
	font-weight:600;
	padding-top:15px;
}




#projects-grid{
	position:relative;
	text-align:center;
	margin:0 auto;
	width:calc(100% - 20px);
	max-width:1360px;
}
#projects-grid:after {
  content: '';
  display: block;
  clear: both;
}

.portfolio-padding-top-bottom{
	padding-top:100px;
	padding-bottom:115px;
}
.portfolio-padding-top-bottom-1{
	padding-top:190px;
	padding-bottom:115px;
}


.portfolio-box-1{
	position:relative;
	float:left;
	width:33.3333333333%;
	display:inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
	margin-left:-1px;
	-webkit-transform: translate3d(1px,0,0);
	transform: translate3d(1px,0,0);
	background: url('../../../images/portfolio/obshaya.jpg');
	background-size: cover;
    width: x;
    height: y;
}
.portfolio-box-1.box-port-half{
	width:66.666666666%;
	margin-left:-3px;
	-webkit-transform: translate3d(3px,0,0);
	transform: translate3d(3px,0,0);
}
.portfolio-box-1.box-half{
	width:50%;
	margin-left:-2px;
	-webkit-transform: translate3d(2px,0,0);
	transform: translate3d(2px,0,0);
}
.portfolio-box-1 .mask-1{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	-moz-box-sizing: border-box;
	border:25px solid #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background:rgba(0,0,0,0);
	z-index:2;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-1 .mask-1.no-border-work{
	border:0 solid #fff;
}
.portfolio-box-1:hover .mask-1{
	background:rgba(0,0,0,.9);
}
.portfolio-box-1 h6{
	position:absolute;
	top:50px;
	left:120px;
	color:#fff;
	z-index:4;
	opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-1:hover h6{
	left:50px;
	opacity:1;
}
.portfolio-box-1 .line-mask{
	position:absolute;
	top:88px;
	left:120px;
	z-index:4;
	opacity:0;
	width:30px;
	height:1px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-1:hover .line-mask{
	left:50px;
	opacity:1;
	-webkit-transition-delay:0.2s;
	transition-delay:0.2s;
}
.portfolio-box-1 p{
	position:absolute;
	top:103px;
	left:120px;
	color:#fff;
	z-index:4;
	opacity:0;
	font-size:16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	line-height:14px;
	text-align:left;	
	letter-spacing:3px;
	text-transform: uppercase;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-1:hover p{
	left:50px;
	opacity:1;
	-webkit-transition-delay:0.4s;
	transition-delay:0.4s;
}
.portfolio-box-1 img{
	width:100%;
	height:auto;
	display:block;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.portfolio-box-1:hover img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}




#portfolio-filter {
	position:relative;
	width:100%;
	text-align: center;
	padding-bottom:50px;
}
#filter {
	position:relative;
	width:100%;
	text-align: center;
}

#filter li {
	display: inline-block;
	text-align: center;
}
#filter:after {
  content: '';
  display: block;
  clear: both;
}
#filter li a {
	position: relative;
	display: inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	text-transform: uppercase;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 18px; 
	margin-bottom:5px;
	text-align: center;
	outline: none;
	color: #999999;
	margin-left:10px;
	margin-right:10px;
	letter-spacing:2px;
	text-decoration: none;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
#filter li .current {
}
#filter li a:hover {
}
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    -webkit-transition-duration: 0.6s;
       -moz-transition-duration: 0.6s;
            transition-duration: 0.6s;
}
.isotope {
    -webkit-transition-property: height, width;
       -moz-transition-property: height, width;
            transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
       -moz-transition-property:    -moz-transform, opacity;
        -ms-transition-property:     -ms-transform, opacity;
         -o-transition-property:         top, left, opacity;
            transition-property:         transform, opacity;
}



/* #projects
================================================== */

.projects-padding-top-bottom{
	padding-top:220px;
	padding-bottom:50px;
}
.projects-padding-top{
	padding-top:220px;
}

.section-project-text{
	position:relative;
	width:100%;
	margin:0 auto;
	
}
.section-project-text p{
	text-align:center;
	width:100%;
	max-width:850px;
	margin:0 auto;
}


.btn-projects {
	cursor: pointer;
	height:50px;
	width:150px;
	margin:0 auto;
	text-align:center;
	display: block;
	margin-top: 30px;
	color:#fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	color:#fff;
	font-size: 12px;
	line-height:50px;
	outline: none;
	position: relative;
	overflow:hidden;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.btn-projects:hover {
	background:#34495E;
	color:#fff;
}


/* #blog
================================================== */

.blog-top {
	position:relative;
	width:100%;
	overflow:hidden;
	background:url('../images/blog.jpg') no-repeat center center;
	background-size:cover;
} 





@media only screen and (min-width: 1170px) {
  .art-section-blog {
    height: 100vh;
  }
}

.art-block-blog, .art-half-block-blog {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.art-block-blog {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.art-section-blog:first-of-type .art-block-blog {
  visibility: visible;
  height: 100vh;
  background-color: #fff;
}
@media only screen and (min-width: 1170px) {
  .art-block-blog {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    top: 0;
    left: 0;
    height: 100vh;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.3);
    visibility: hidden;
  }
  .art-section-blog:first-of-type .art-block-blog {
    visibility: visible;
  }
  .art-block-blog > * {
    visibility: visible;
  }
}

.art-half-block-blog {
  background: #ffffff;
  color: #263b40;
}
.art-half-block-blog:nth-of-type(1) {
  height: 60vh;
  background-color: #263b40;
  background-position: center center;
  background-repeat: no-repeat;
}
.art-half-block-blog:nth-of-type(2) {
  padding: 4em 10%;
}
.art-half-block-blog h3 {
	text-align:left;
	padding-bottom:25px;
}
.art-half-block-blog p {
	text-align:left;
}

.blog-date{
	text-align:left;
	padding-bottom:10px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	font-size: 12px;
	line-height:26px;
    text-transform: uppercase;
	letter-spacing:2px;
}
.blog-date span{
	color:#bababa;
	font-style: italic;
	padding-left:10px;
}


.art-half-block-blog h3 span{
}
.art-section-blog:nth-of-type(2) .art-half-block-blog:first-of-type {
  background-image: url("../images/blog/1.jpg");
  background-size: cover;
}
.art-section-blog:nth-of-type(3) .art-half-block-blog:first-of-type {
  background-image: url("../images/blog/2.jpg");
  background-size: cover;
}
.art-section-blog:nth-of-type(4) .art-half-block-blog:first-of-type {
  background-image: url("../images/blog/3.jpg");
  background-size: cover;
}
.art-section-blog:nth-of-type(5) .art-half-block-blog:first-of-type {
  background-image: url("../images/blog/4.jpg");
  background-size: cover;
}
@media only screen and (min-width: 1170px) {
  .art-half-block-blog {
    height: 100vh !important;
    width: 50%;
    position: absolute;
    top: 0;
  }
  .art-half-block-blog .block-text-blog{
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    padding: 0 25%;
  }
  .art-section-blog:nth-of-type(even) .art-half-block-blog:first-of-type, .art-section-blog:nth-of-type(odd) .art-half-block-blog:nth-of-type(2) {
    left: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .art-section-blog:nth-of-type(odd) .art-half-block-blog:first-of-type, .art-section-blog:nth-of-type(even) .art-half-block-blog:nth-of-type(2) {
    right: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.art-vertical-nav-blog {
  position: fixed;
  z-index: 3;
  right: 2%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
.art-vertical-nav-blog a {
  display: block;
  height: 40px;
  width: 40px;
  /* image replace */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/art-icon-arrow.svg) no-repeat center center;
  background-color:#34495E;
  background-size:25px 25px;
  -webkit-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  -moz-transition: opacity 0.2s 0s, visibility 0.2s 0s;
  transition: opacity 0.2s 0s, visibility 0.2s 0s;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}
.art-vertical-nav-blog a.art-prev-blog {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-bottom: 10px;
}
.art-vertical-nav-blog a.inactive-blog {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.art-vertical-nav-blog a.inactive1-blog {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  -moz-transition: opacity 0.2s 0s, visibility 0s 0.2s;
  transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
@media only screen and (min-width: 1170px) {
  .art-vertical-nav-blog {
    display: block;
  }
}




.image-auto-wraper{
	position:relative;
	width:100%;
	overflow:hidden;
} 
.image-auto-wraper img{
	width:100%;
	height:auto;
	display:block;
} 



.project-arrows-wrapper{
	position:relative;
	width:100%;
}
.project-arrows-wrapper {
  content: '';
  display: block;
  clear: both;
}
.project-arrow-left{
	position:relative;
	display:inline-block;
	float:left;
	height:60px;
	width:49.99999999%;
	min-width:100px;
	background-image:url('../images/project-left.svg');
	background-position:center left;
	background-repeat:no-repeat;
	background-size:100px 100px;
}
.project-arrow-left p{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	font-size: 12px;
	line-height:60px;
	color:#828282;
	text-align:left;
    text-transform: uppercase;
	letter-spacing:2px;
	padding-left:40px;
	opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.project-arrow-left:hover p{
	padding-left:90px;
	opacity:1;
}
.project-arrow-right{
	position:relative;
	display:inline-block;
	float:right;
	height:60px;
	width:49.99999999%;
	min-width:100px;
	background-image:url('../images/project-right.svg');
	background-position:center right;
	background-repeat:no-repeat;
	background-size:100px 100px;
}
.project-arrow-right p{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	font-size: 12px;
	line-height:60px;
	color:#828282;
	text-align:right;
    text-transform: uppercase;
	letter-spacing:2px;
	padding-right:40px;
	opacity:0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.project-arrow-right:hover p{
	padding-right:90px;
	opacity:1;
}

.post-top {
	position:relative;
	width:100%;
	overflow:hidden;
	background-size:cover;
	background:url('/../../../images/blog/1.jpg') no-repeat center center;
} 



.gu-box{
	position:relative;
	width:100%;
	border-left:2px solid #bababa;
	padding-bottom:30px;
}
.gu-box p{
	color:#000;
	padding-left:40px;
	padding-top:30px;
	padding-bottom:20px;
	font-style: italic;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size: 16px;
	line-height:28px;
}
.gu-box span{
	color:#999999;
	padding-left:40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	letter-spacing:3px;
	font-size: 12px;
	line-height:20px;
}
.gu-box.margin-gu{
	margin-top:20px;
	margin-bottom:20px;
}

/* #contact
================================================== */

.contact-top {
	position:relative;
	width:100%;
	overflow:hidden;
} 

#google-container {
	position: relative;
	width: 100%;
    height: 100%;
}
#art-google-map {
	position: relative;
}
#art-google-map address {
	position: absolute;
	bottom: 50px;
	left: 50px;
	border-radius:3px;
	padding:30px;
	background-color: rgba(0, 0, 0, 0.8);
	font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
	letter-spacing:2px;
	font-weight:600;
	color:#fff;
	font-size: 12px;
	line-height:20px;
	text-align: left;
}

#art-zoom-in, #art-zoom-out {
	height: 32px;
	width: 32px;
	cursor: pointer;
	margin-left: 10px;
	background-repeat: no-repeat;
	background-size: 32px 64px;
	opacity:.7;
	background-image: url("../images/art-icon-controller.svg");
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.no-touch #art-zoom-in:hover, .no-touch #art-zoom-out:hover {
	opacity:1;
}
#art-zoom-in:hover, #art-zoom-out:hover {
	opacity:1;
}
@media only screen and (min-width: 768px) {
  #art-zoom-in, #art-zoom-out {
    margin-left: 50px;
  }
}
#art-zoom-in {
	background-position: 50% 0;
	margin-top: 180px;
	margin-bottom: 1px;
}
#art-zoom-out {
	background-position: 50% -32px;
}


#ajax-form {
	width: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 10px;
	line-height:14px;
	color:#101010;
	margin:0 auto;
}
#ajax-form label {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height:30px;
}
#ajax-form input{
	position:relative;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	letter-spacing:1px;
	font-size: 13px;
	line-height:24px;
	padding-bottom: 15px;
	background:transparent;
	border:none;
	color: #737373;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea {
	width:100%;
	padding-left:20px;
	padding-right:20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	letter-spacing:1px;
	font-size: 13px;
	line-height:24px;
	padding-bottom: 15px;
	background:transparent;
	height:100px;
	border:none;
	color: #737373;
	-webkit-transition: border-bottom 0.3s, color 0.3s;
	transition: border-bottom 0.3s, color 0.3s;
}
#ajax-form textarea,
#ajax-form input {	
	border-bottom:1px solid rgba(100,100,100,.2);
}
.error {
	font: 11px/22px 'Roboto Condensed', sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	display: none;
	color:#636363;
}
#ajaxsuccess {
	background: #f2f2f2;
	color:#101010;
	font: 20px/60px 'Roboto Condensed', sans-serif;
	height:60px;
	display: none;
	padding-left:10px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.text-align-center{
	text-align:center;
	padding-top:10px;
 }
#ajax-form textarea:active,
#ajax-form input:active {	
	color: #101010;
}
#ajax-form textarea:active,
#ajax-form input:hover {	
	color: #101010;
}
#ajax-form textarea:focus,
#ajax-form input:focus {	 
    outline: none !important;
}
#ajax-form input:-ms-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form input::-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form input:-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form input::-webkit-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form textarea:-ms-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form textarea::-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form textarea:-moz-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form textarea::-webkit-input-placeholder  {
	font-size: 11px;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#999999;
}
#ajax-form button {
	position:relative;
	width:160px;
	height:40px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	letter-spacing:2px;
	text-transform:uppercase;
	text-align:center;
	border-radius:3px;
	margin:0 auto;
	display: block;
	padding:0;
	font-size: 12px;
	line-height:40px;
	background:#efefef;
	border:none;
	-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}
#ajax-form button:hover {
	color:#fff;
	background:#34495E;
}
#ajax-form button:focus,
#ajax-form button:active {
	border:none;
	outline:none;
}


.contact-details{
	position: relative;
	width:100%;
}
.contact-details p{
	font-weight:600;
	font-size: 15px;
	line-height:24px;
	color:#777777;
	letter-spacing:2px;
	text-align:center;
	padding-bottom:10px;
}
.contact-details h6{
	text-align:center;
}
.contact-details p span{
	font-family: 'FontAwesome';
	font-weight:normal;
	font-size: 15px;
	line-height:24px;
	padding-right:5px;
}




.contact-top-background{
	position: absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:-1;
	background:#fff;
}


.big-text-pages-top { 
	position: absolute; 
	top: 50%;
	margin-top:-40px;
	width: 100%;
	text-align:center;
	z-index: 20; 
}
.block-text .contact-details p,
.block-text .contact-details h6{ 
	text-align:left;
}
.block-text .contact-details.padding-contact{ 
	padding-bottom:30px;
}


/* #footer
================================================== */

.footer{
	position: relative;
	background:#ACE6F6;
	width:100%;
	padding-top:50px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}
.footer.no-shadow{
    box-shadow:none;
	overflow:hidden;
}
.footer-social{ 
	position:relative;
	width:100%;
	margin:0 auto;
	text-align:center;
	padding-bottom:10px;
}
.footer-social a {
	position: relative;
	display: inline-block;
	outline: none;
	padding:8px 14px;
	text-decoration: none;
	white-space: nowrap;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	line-height:11px;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:600;
	color:#34495E;
}
.footer-social a {
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.footer-social a:hover,
.footer-social a:focus {
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

.footer-social a::before {
	position: absolute;
	top: -2px;
	left: -7px;
	box-sizing: content-box;
	padding: 0 5px;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: scale(0.8333);
	transform: scale(0.8333);
}

.footer-social a:hover::before,
.footer-social a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.footer-copy-text{
	position: relative;
	width:100%;
	padding-bottom:20px;
}
.footer-copy-text p{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size: 14px;
	line-height:24px;
	text-align:center;
	color:#606060;
	padding-bottom:10px;
}



/* #Media Queries
================================================== */



@media only screen and (max-width: 1200px) {
.logo{
	width: auto;
	height:73px;
	left:10px;
	top:2px;
/*	background:url('../images/logo.png') no-repeat center center; */
	background-size:80px 73px;
}
.cbp-af-header.cbp-af-header-shrink .logo{
	width:80px;
	height:73px;
	left:10px;
	top:2px;
	/*background:url('../images/logo.png') no-repeat center center;*/
	background-size:80px 73px;
	-webkit-transition : all 0.5s ease-out;
	-moz-transition : all 0.5s ease-out;
	-o-transition :all 0.5s ease-out;
	transition : all 0.5s ease-out;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a {
    border-bottom:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li a:hover {
    border-bottom:none;
	background:none;
}
.cbp-af-header.cbp-af-header-shrink ul.slimmenu li {
	background:none;
}
ul.slimmenu li a {
    border-bottom:none;
}
ul.slimmenu li a:hover {
    border:none;
	background:none;
}
ul.slimmenu li {
	background:none;
}
ul.slimmenu li > ul {
    width: 100%;
	text-align:right;
}	
.prev {
	top:auto;
	bottom:40px;
	margin-top:0;
	background:url('../images/arrow-left.png') no-repeat center center;
	background-size:15px 29px;
	left:30px;
	width:15px;
	height:29px;
}
.next {
	top:auto;
	bottom:40px;
	margin-top:0;
	background:url('../images/arrow-right.png') no-repeat center center;
	background-size:15px 29px;
	right:30px;
	width:15px;
	height:29px;
}
.art-intro {
	left:0;
	margin-left:0;
	margin-top:-90px;
	width: 100%;
}
.art-intro h1 {
	font-size: 40px; 
	line-height:50px;
	letter-spacing:2px
}
.big-text-top { 
	margin-top:-60px;
	font-size: 30px; 
	line-height:30px;
}
.big-text-top span{ 
	padding-top:7px;
	padding-bottom:10px;
	padding-left:25px;
	padding-right:25px;
}
#art-zoom-in {
	margin-top: 100px;
}
.big-text-portfolio-top { 
	bottom:40px;
	left:40px;
}
}
@media only screen and (max-width: 800px) {
.art-intro {
	margin-top:-50px;
}
.art-intro h1 {
	font-size: 17px; 
	line-height:26px;
	letter-spacing:1px
}

.big-text-top { 
	margin-top:-60px;
	font-size: 20px; 
	line-height:20px;
}
.big-text-top span{ 
	padding-top:7px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}
#art-google-map address {
	bottom: 70px;
	left: 0;
	width:100%;
	border-radius:0;
	padding:30px 0;
	text-align: center;
}
.big-text-portfolio-top { 
	display:none;
}
.project10-top {
	position:relative;
	width:100%;
	overflow:hidden;
	background:#ffffff url('../images/portfolio/10a.gif') no-repeat center center;
	background-size:250px 250px;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1359px) {
.logo{
	height:73px;
	z-index:10000;
	left:-15px;
	top:25px;
/*	background:url('../images/logo.png') no-repeat center center;*/
	background-size:80px 73px;
	-webkit-transition : all 0.3s ease-out;
	-moz-transition : all 0.3s ease-out;
	-o-transition :all 0.3s ease-out;
	transition : all 0.3s ease-out;
}	
	
	
	
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
.team-wrap .mask-team ul.skills-list{
	display:none;
}
.portfolio-box-1{
	width:50%;
}
.portfolio-box-1.box-port-half{
	width:50%;
}
.portfolio-box-1 .mask-1{
	border:10px solid #fff;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.team-wrap .mask-team ul.skills-list{
	display:none;
}
.portfolio-box-1{
	width:50%;
}
.portfolio-box-1.box-port-half{
	width:50%;
}
.portfolio-box-1 .mask-1{
	border:10px solid #fff;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
.portfolio-box-1{
	width:100%;
}
.portfolio-box-1.box-port-half{
	width:100%;
}
.portfolio-box-1 .mask-1{
	border:10px solid #fff;
}
.portfolio-box-1.box-half{
	width:100%;
}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
.portfolio-box-1{
	width:100%;
}
.portfolio-box-1.box-port-half{
	width:100%;
}
.portfolio-box-1 .mask-1{
	border:10px solid #fff;
}
.portfolio-box-1.box-half{
	width:100%;
}
}

@media only screen and (max-width: 319px) {
.portfolio-box-1{
	width:100%;
}
.portfolio-box-1.box-port-half{
	width:100%;
}
.portfolio-box-1 .mask-1{
	border:10px solid #fff;
}
.portfolio-box-1.box-half{
	width:100%;
}
}


#portfolio {
	position:fixed;
	top:50%;
	left:50%;
	z-index:1;
	width:1000px;
	height:500px;
	margin:-250px 0 0 -500px;
}
#background1 {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	background:url(../images/bg.png) no-repeat center;
}

#portfolio .gallery,
#portfolio .gallery .inside {
	position:absolute;
	top:0;
	left:0;
}

#portfolio .gallery {
	width:100%;
	height:100%;
	overflow:hidden;
}

#portfolio .gallery .inside {
	z-index:1;
}

#portfolio .arrows a {
	position:absolute;
	z-index:3;
	width:32px;
	height:32px;
	background-image:url(../images/arrows.png);
	background-repeat:no-repeat;
	outline:none;
	text-indent:-9999px;
}

#portfolio .arrows .prev,
#portfolio .arrows .up {
	display:none;
}

#portfolio .arrows .up,
#portfolio .arrows .down {
	left:50%;
	margin-left:-16px;
}

#portfolio .arrows .prev,
#portfolio .arrows .next {
	top:180px;
}

#portfolio .arrows .up {
	background-position:0 -64px;
	top:20px;
}

#portfolio .arrows .down {
	background-position:0 -96px;
	bottom:120px;
}

#portfolio .arrows .prev {
	background-position:0 -32px;
	left:60px;
}

#portfolio .arrows .next {
	background-position:0 0;
	right:60px;
}

#portfolio .arrows .up:hover {
	background-position:-32px -64px;
}

#portfolio .arrows .down:hover {
	background-position:-32px -96px;
}

#portfolio .arrows .next:hover {
	background-position:-32px 0;
}

#portfolio .arrows .prev:hover {
	background-position:-32px -32px;
}


#portfolio .item {
	position:absolute;
	top:0;
	width:1000px;
	height:500px;
}

#portfolio .item div {
	position:absolute;
	left:0;
	width:100%;
	height:100%;
}

#portfolio .item div img {
	position:absolute;
	top:0;
	left:50%;
	margin-left:-300px;
}

#portfolio .paths {
	position:absolute;
	bottom:60px;
	left:50%;
	margin-left:-30px;
	z-index:4;
}

#portfolio .paths div {
	position:absolute;
	top:0;
}

#portfolio .paths a {
	background:#333;
	display:block;
	position:absolute;
	left:0;
	outline:none;
}

#portfolio .paths a:hover,
#portfolio .paths .active {
	background:#fff;
}


@media (hover: none) and (pointer: coarse) {

#panel{
    background-color:#ACE6F6;
    width:100%;
    position:fixed;
    bottom:0px;
	top: 40px;
    left:0px;
    right:0px;
    height:0px;
    text-align:center; 
}
}

span#description{
    text-shadow:1px 1px 1px #ACE6F6;
    display:none;
}
span#loading{
    display:none;
    padding-right: 30px;
    background:transparent url(../loading.gif) no-repeat center right;
}
#thumbsWrapper{
    overflow:hidden;
    position:fixed;
    height:100%;
    width:100%;
    left:0px;
    right:0px;
    bottom:0px;
}
#content{
   position:absolute;
   top:125px;
   height:100%;
   width:100%;
   left:0px;
   background-color:#ACE6F6;
   overflow-y:scroll;
   display:none;  
}
#content img{
    float:left;
    margin:2px;
    cursor:pointer;
    opacity:0.4;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}
.placeholder{
    float:left;
    clear:both;
    width:100%;
    height:30px;
}
#panel{
    background-color:#ACE6F6;
    width:100%;
    position:fixed;
    bottom:0px;
	top: 130px;
    left:0px;
    right:0px;
    height:0px;
    text-align:center; 
}
#panel img{
    cursor:pointer;
    position:relative;
    border:1px solid #ACE6F6;
    -moz-box-shadow:0px 0px 10px #ACE6F6;
    -webkit-box-shadow:0px 0px 10px #ACE6F6;
    box-shadow:0px 0px 10px #ACE6F6;
    display:none;
}

#wrapper{
    position:relative;
    margin:40px auto 0px auto;
}
a#next,
a#prev{
    width:40px;
    height:40px;
    position:fixed;
    cursor:pointer;
    outline:none;
    display:none;
    background:#aaa url(../nav.png) no-repeat top left;
}
a#next:hover, a#prev:hover{
    background-color:#ACE6F6;
}
.comment .comment-arrow {
  border-color: #ffffff;
}
#page,
#main-wrapper
  /*#main-menu-links li a.active,*/
  /*#main-menu-links li.active-trail a */ {
  background: #ffffff;
}
.tabs ul.primary li a.active {
  background-color: #ffffff;
}
.tabs ul.primary li.active a {
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff;
}
#header {

  background-color: #0D6980;
  background-image: -moz-linear-gradient(top, #0D6980 0%, #0D6980 100%);
  background-image: -ms-linear-gradient(top, #0D6980 0%, #0D6980 100%);
  background-image: -o-linear-gradient(top, #0D6980 0%, #0D6980 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0D6980), color-stop(1, #0D6980));
  background-image: -webkit-linear-gradient(top, #0D6980 0%, #0D6980 100%);
  background-image: linear-gradient(top, #0D6980 0%, #0D6980 100%);
}
a {
  color: #0071B3;
}
a:hover,
a:focus {
  color: #018fe2;
}
a:active {
  color: #23aeff;
}
.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}
.region-header,
.region-header a,
.region-header li a.active,
#name-and-slogan,
#name-and-slogan a,
#secondary-menu-links li a {
  color: #fffeff;
}
#page  {
  height: 100%;
}
#page-wrapper {
  min-height: 100%;
}
#header div.section,
#featured div.section,
#messages div.section,
#main,
#triptych,
#footer-columns,
#footer {
  /*width: 960px;*/
  margin-left: auto;
  margin-right: auto;
}
#header div.section {
  /*position: relative;*/
  display: flex;
  height: 64px;
  width: 100%;
  z-index: 3;
  background-color: #0d6980;
  position: fixed;

}
.region-header {
  float: right; /* LTR */
  margin: 0 5px 10px;
}
.with-secondary-menu .region-header {
  margin-top: 3em;
}
.without-secondary-menu .region-header {
  margin-top: 15px;
}
#secondary-menu {
  /*position: absolute;*/
  /*right: 0; !* LTR *!*/
  /*top: 0;*/
  /*width: 480px;*/
}
#content,
#sidebar-first,
#sidebar-second,
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last,
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  display: inline;
  float: left; /* LTR */
  position: relative;
}
.one-sidebar #content {
  width: 100%;
  display: flex;
}
.two-sidebars #content {
  width: 480px;
}
.no-sidebars #content {
  width: 960px;
  float: none;
}
#sidebar-first,
#sidebar-second {
  width: 240px;
}
#main-wrapper {
  min-height: 300px;
}
#content .section,
.sidebar .section {
  /*padding: 0 15px;*/
  /*background: url("/themes/bartik/images/1.png");*/
}
#breadcrumb {
  margin: 0 15px;
}
.region-triptych-first,
.region-triptych-middle,
.region-triptych-last {
  margin: 20px 20px 30px;
  width: 280px;
}
#footer-wrapper {
  padding: 35px 5px 30px;
}
.region-footer-firstcolumn,
.region-footer-secondcolumn,
.region-footer-thirdcolumn,
.region-footer-fourthcolumn {
  padding: 0 10px;
  width: 220px;
}
#footer {
  width: 940px;
  min-width: 920px;
}

}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown .dropbtn {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Montserrat', "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-weight: 400;
    margin-right: 3em;
	display: flex;
	align-items: center;
	height: 100%;
}
.dropbtn svg {
	margin-left: 5px;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #0c6880;
	min-width: 62px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	left: -14px;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
	background-color: #0b4756;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #0d6980;
}
.logo {
  margin-left: 5em; 
  display: flex;
}
#logo-p {
}
#logo-p img {
  padding: 10px;
}
#logo-h {
}
#logo-h img {
  padding: 20px;
}
.menu {
  display: flex;
  padding: 10px;
  margin-left: 3em;
}
.menu a {
	padding: 0 10px;
    font-family: 'Montserrat', "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
    font-size: 16px;
    margin: 0;
    line-height: 1;
    align-items: center;
    font-weight: 400;
    display: flex;
    color: #FFF;
}
.menu a.active {
	font-weight: 700;
}
.menu a:hover {
	color: #FFD600;
}
.years {
  width: 400px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 30px;
  margin-left: auto;
  margin-right: 3em;
}
.years h4 {
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ccc;
}

.active h4{
	color: #FFF;
}

.owl-next {
  position: absolute;
  right: -12px;
  top: -5.3px;
}
.owl-prev {
  position: absolute;
  top: -5.3px;
  left: -12px;
}

.inner-page{
	padding-top: 65px;
	padding-bottom: 30px;
}


.inner {
    padding: 15px;
    background: #F6F6F6;
}
.main-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #262626;
    text-align: center;
    margin-top: 50px;
}
.element {
    padding: 0 62px;
    padding-top: 50px;
}
.hr-container {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 24px;
}
.element-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #262626;
    margin-right: 13px;
}
.hr {
    background: #F6F6F6;
    border: 1px solid rgba(4, 103, 128, 0.35);
    flex: 1;
    height: 0;
    border-radius: 1px;
}
.description {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #046780;
}
.description-italic {
    font-style: italic;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #262626;
}

.name_left_nn {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
  width: 450px;
}
.name_right_nn {
  font-size: 48px;
  font-weight: 700;
  line-height: 58px;
}
.date_left_nn {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}
.date_right_nn {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}
.disc_left_nn {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.disc_right_nn {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.read_right_b, .read_left_b {
    background: #FFD600;
    border: #FFD600;
    margin-top: 1em;
    display: flex;
}
.read_right_b a, .read_left_b a {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #393939;
}
.read_right_b a:hover, .read_left_b a:hover  {
	text-decoration: none;
}
.inner {
	width: 100%;
	margin-bottom: 1em;
}
.menu_table {
	background: #FFFFFF;
	max-width: 280px;
    margin-right: 16px;
}

.container.menu_f {
	position: fixed;
	top: 130px;
	max-width: 320px;
}
.menu_p a{
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: rgba(88, 88, 88, 0.75);
	padding: 18px;
	display: flex;
}
.menu_p {
	margin: 0 !important;
}
.menu_p a:not([href]):not([class]){
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: rgba(88, 88, 88, 0.75);
}
.menu_p.active a, .menu_p a:hover {
	color: #585858;
	text-transform: uppercase;
	background: #FFD600;
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
}
.ul.inline, ul.links.inline {
  display: none;
 }
.menu_p a.active{
	color: #585858;
	text-transform: uppercase;
	background: #FFD600;
	border-radius: 4px;
	display: flex;
}

/* Icon 1 */

.animated-icon1, .animated-icon2, .animated-icon3 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon1 span {
	background: #e65100;
}

.animated-icon2 span {
	background: #e3f2fd;
}

.animated-icon3 span {
	background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
	top: 0px;
}

.animated-icon1 span:nth-child(2) {
	top: 10px;
}

.animated-icon1 span:nth-child(3) {
	top: 20px;
}

.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
	top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
	top: 10px;
}

.animated-icon2 span:nth-child(4) {
	top: 20px;
}

.animated-icon2.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.animated-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
}

.animated-icon3.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 8px;
}
.navbar {
	display: none;
}
@media (min-width: 1169px) {
	.content_f .inner {
		width: 70%;
		float: right;
	}
}
@media (max-width: 1400px) {
	.years {
		/*width: 300px;*/
	}
}

.item h4 a {
	text-decoration: none;
	color: #fff;
	opacity: 0.5;
}
.item h4 a:hover {
	text-decoration: none;
    color: #fff;
    opacity: 1;
}

.item.active h4 a{
	text-decoration: none;
	color: #fff;
	opacity: 1;
}
.article {
    font-family: Montserrat;
    width: 100%;
}
.title_article h2{
	white-space: normal;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #046780;
}
.author_article h3{
	font-family: Noto Serif;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	text-align: right;
    padding-right: 15px;
}
.desc_article {
	white-space: normal;
	font-family: Noto Serif;
	font-size: 16px;
}
.desc_article img{
	max-width: 100%;
}
.admin-edit{
	color: #000;
	cursor: pointer;
}
.category_article h2{
	font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.05em;
    color: #000000;
}
.vector img {
	position: absolute;
	opacity: 0.3;
	margin: -17px 0 0px -45px;
}
.linkscroll {
	position: fixed;
	bottom: 50px;
	right: 50px;
	z-index: 999999;
	display: block;
	width: fit-content;
	height: auto;
}
.linkscroll a {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0c68804d;
	margin-bottom: 25px;
	display: block;
}
.linkscroll a.active {
	background: #0c6880;
}
.dd {
	display: flex;
	position: relative;
}
.dd:hover .dd-menu {
	display: block;
}
.dd-menu {
	position: absolute;
	padding: 0;
	background: #0c6880;
	top: 31px;
	width: max-content;
	padding-top: 23px;
	display: none;
}
.dd-menu li a {
	padding: 15px;
}
.contacts-input {
	width: 100%;
	margin-bottom: 20px;
	padding: 7px 15px;
	border-radius: 50px;
	color: black;
	border: 3px solid #0c6880;
}
.contacts-form {
	max-width: 400px;
	margin: 0 auto;
	padding: 20px;
}
.contacts-btn {
	background: #0d6980;
	padding: 10px 20px;
	border: 3px solid #0d6980;
	color: #fff;
	border-radius: 50px;
	text-transform: uppercase;
	line-height: 1;
	transition: .2s;
	-webkit-box-shadow: -3px 10px 48px 5px rgba(0,0,0,0.45);
	box-shadow: -3px 10px 48px 5px rgba(0,0,0,0.45);
}
input:focus {
	outline: none;
}
.contacts-btn:hover {
	color: #0d6980;
	background: #fff;
}
.file-input {
	width: 100%;
	margin: 9px auto 29px;
}

.js .input-file-trigger {
	display: block;
	padding: 14px 45px;
	background: #0c6880;
	color: #fff;
	font-size: 1em;
	border-radius: 50px;
	margin-top: -24px;
	margin-bottom: 22px;
	transition: all .4s;
	font-weight: 300;
	cursor: pointer;
}
.js .input-file {
	position: absolute;
	top: 0; left: 0;
	width: 225px;
	opacity: 0;
	padding: 14px 0;
	cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
	background: #34495E;
	color: #39D2B4;
}

.file-return {
	margin: 0;
}
.file-return:not(:empty) {
	margin: 1em 0;
}
.js .file-return {
	font-style: italic;
	font-size: .9em;
	font-weight: bold;
}
.js .file-return:not(:empty):before {
	content: "File: ";
	font-style: normal;
	font-weight: normal;
}
@media (max-width: 1169px) {
	.linkscroll, lottie-player {
		display: none;
	}
	#header div.section {
		display: flex;
		height: 100px;
		width: 100%;
		z-index: 3;
		background-color: #0d6980;
		position: absolute;
	}
	.menu_table {
		display: none;
	}
	.years {
		position: absolute;
		top: 75px;
		z-index: 0;
		width: 100%;
	}
	.lang-choose {
		margin-left: auto;
		margin-right: 36px;
		z-index: 1;
	}
	.dropdown .dropbtn {
		font-size: 16px;
		text-transform: uppercase;
		font-family: 'Montserrat', "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
		font-weight: 400;
		margin-right: 3em;
		display: flex;
		align-items: center;
		height: 60%;
	}
	.menu {
		display: none;
	}
	.navbar {
		display: inherit;
		/* margin-left: auto; */
		width: 100%;
		position: absolute;
		background: #0c6880;
		margin-top: 8px;
	}
	.navbar-dark .navbar-toggler {
		border: none;
		margin-left: auto;
		z-index: 3;
	}
	.navbar-toggler:focus {
		outline: none;
	}
	#header div.section {
		position: relative;
	}
	.logo {
		margin-left: 3em;
		display: flex;
		height: 64px;
		align-items: center;
		width: auto;
	}
	.navbar-nav {
		margin-top: 20px;
		text-align: center;
	}
	.art-half-block {
		background: #00000094;
		color: #f7f7f7;
		position: relative;
	}
	.art-half-block:nth-of-type(1) {
		height: auto;
		margin-top: 30px;
	}
	.art-half-block:nth-of-type(2) {
		position: absolute;
		bottom: 0;
		width: 100%;
	}
	.art-section:first-of-type .art-block {
		height: auto;
	}
	.inner-page {
		padding-top: 30px;
	}
	.name_left_nn {
		font-size: 26px;
		width: auto;
	}
	.vector img {
		display: none;
	}
	.desc_article {
		white-space: normal;
		font-family: Noto Serif;
		font-size: 16px;
		padding: 10px;
	}
	.category_article h2{
		font-weight: 600;
		font-size: 15px;
		line-height: 150%;
		text-align: center;
		letter-spacing: 0.05em;
		color: #000000;
	}

}
