body{
	font-family: 'Ubuntu', sans-serif;
	font-size: 16px;
	background-image: url("././images/background.png");
	background-position: center;
    background-size: cover;
	/*background-repeat:no-repeat;*/
}

p{
	font-weight: 300;
	font-size: 1.0em;
	text-align:justify;
}

.first_text{
	margin-top:1em;
}

.menu_bar p{
	margin: 1em 0;
	font-weight: 300;
	font-size: 1.0em;
	text-align:inherit;
}

.top_header{
	background-color:#CACAD2;
	width:100%;
	height:3em;
	font-weight:bold;
}

.top_header p{
	margin-top: 10px;
}

#RU{
	margin-right:1em;
}


.top_header p a{
	color:#000;
}

.top_header p a:hover{
	color:#fff;
	text-decoration:none;
}

.menu_bar{
	text-align:right;
}

.top-menu{
	font-size: 1em;
	/*font-weight:bold;*/
}
.top-menu a{
	color:#000;
}

.header_menu{
	margin-top:1em;
	margin-bottom:2em;
}
.header_menu .navbar-default{
	padding:0;
	background-color: transparent;
	border-color: transparent;
}

.header_menu .navbar-default .navbar-nav > li > a{
	color:#000;
}

.bottom_menu .nav > li > a {
	color:#000;
}

.header_menu .navbar-collapse{
	padding:0;
}
.slider{
	margin-bottom:3em;

	/*
	width:960px;
	height:380px;
	margin:0 90px;
	*/
}
h1,h2{
	text-align:center;
	margin-bottom:2em;
	font-size: 1em;
}

.page-child .og-details a{
  display: hidden;
}

.mobile_menu{
	display:none;
}
.gallerya-margin, .editor_field{
	margin-bottom:3em;
}
.carousel-margin{
	margin-top:3em;
	margin-bottom:3em;
}

/*carousel multiple items*/
footer{
	margin-bottom:2em;
}

.social{
	margin-top:2em;
}

.submit-margin{
	margin-top:1em;
}

.menu-hide{
	display:none;
}

/*Expansion-grid*/
.expansion-grid{
  list-style: none;
  max-width: 1200px;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  counter-reset: grid;
}
.expansion-grid > li{
  float: left;
  width: 50%;
  padding: 0;
}
.expansion-grid-switch{
  width: 100%;
  padding: 100% 0 0;
  border: 6px solid #fff;
  font-size: 0;
  outline: none;
}
li:nth-child( odd ) .expansion-grid-switch{
  background-color: #aaa;
}
li:nth-child( even ) .expansion-grid-switch{
  background-color: #ccc;
}
.expansion-grid-switch:before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba( 255, 255, 255, .8 );
  opacity: 0;
  -o-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -webkit-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}
.expansion-grid.open-item li:not( .active ) .expansion-grid-switch:before{
  opacity: 1;
}
.expansion-grid-switch:after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #292929;
  border-left: 15px solid transparent;
  margin: 0 auto;
  opacity: 0;
  -o-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.expansion-grid li.active .expansion-grid-switch:after{
  opacity: 1;
}
.expansion-grid-switch span{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 36px;
  margin: auto;
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}
.expansion-grid-switch span:before{
  counter-increment: grid;
  content: counter( grid );
}
.expansion-grid-reveal{
  padding: 60px;
  margin: 4px 0 4px;
  background-color: #292929;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.owl-prev {
    width: 15px;
    /*height: 100px;*/
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block!IMPORTANT;
    border:0px solid black;
}

.owl-next {
    /*width: 15px;*/
    /*height: 100px;*/
    position: absolute;
    top: 40%;
    right: -7px;
    display: block!IMPORTANT;
    border:0px solid black;
}
.owl-prev i, .owl-next i {transform : scale(1,6); color: #ccc;}
.owl-stage-outer{
	width:96%;
}

.introduce {
	-webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
 	 transition-duration: 0.2s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	 transition-property: transform;
}

.introduce.active {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	 transform: rotate(180deg);
}

.design-excerpt {
	-webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
 	 transition-duration: 0.2s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	 transition-property: transform;
}

.design-excerpt.active {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	 transform: rotate(180deg);
}


.reference-excerpt {
	-webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
 	 transition-duration: 0.2s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	 transition-property: transform;
}

.reference-excerpt.active {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	 transform: rotate(180deg);
}

.collaboration-excerpt{
	-webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
 	 transition-duration: 0.2s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	 transition-property: transform;
}

.collaboration-excerpt.active {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	 transform: rotate(180deg);
}

.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px;
    left: 85%;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 18px;
    left: 85%;
}

.affix a, .affix a:hover{
	color:#000;
}
/*
.fixed-grid{
	height: 250px;
}
*/
.more-button{
	text-align: center;
	border: 2px solid black;
	display:inline;
	padding: 5px;
	margin-left: 40%;
}
.stickers .og-grid li:first-child, .stickers .og-grid li:nth-child(2), .stickers .og-grid li:nth-child(3){
	margin:10px 57px 0 37px;
}

.more-button a{
	color:black;
}

@media screen and (max-width: 1200px) {

	.top-menu{
		font-size: 0.9em;
	}

}

@media screen and (max-width:1024px){
 .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }
}

@media screen and ( min-width: 992px ){

  .expansion-grid > li{
    width: 25%;
  }

}
@media screen and (max-width: 991px){
.introduce{
	margin:2em 0;
}
}


@media screen and (max-width: 830px) {

	.og-expander h3 { font-size: 32px; }
	.og-expander p { font-size: 13px; }
	.og-expander a { font-size: 12px; }

}



@media screen and (max-width: 650px) {

	.og-fullimg { display: none; }
	.og-details { float: none; width: 100%; }
}

@media screen and (max-width: 438px){
.top_header{
	height:4em;
}
.menu-hide-mobile{
	display:none;
}

.menu-show-mobile{
	display:inline;
}

.mobile_menu{
	display:inline;
}

.og-grid li{
	display: inline-block;
margin: 10px 5px 0 5px;
margin: 10px 0 0 0 !important;
vertical-align: top;
height: 250px;

}

}
