/*
Theme Name: RON AGAM
Theme URI: http://www.mosne.it
Description: for WordPress 3.8 and superior.
Version: 1.0
Author: Mosne
Author URI: http://www.mosne.it
Tags: html5, responvive
*/

/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

 body{ -webkit-animation: bugfix infinite 1s; }
@-webkit-keyframes bugfix { from {padding:0;} to {padding:0;} }

.clearfix{*zoom:1;}.clearfix:before,.clearfix:after{display:table;content:"";line-height:0;}
.clearfix:after{clear:both;}
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;}
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px;}
a:hover,a:active{outline:0;}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
img{max-width:100%;width:auto\9;height:auto;vertical-align:middle;border:0;-ms-interpolation-mode:bicubic;}
.map img,.google-maps img{width:none;}
#map_canvas img,.google-maps img{max-width:none;}
button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;}
button,input{*overflow:visible;line-height:normal;}
button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield;}
input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none;}
textarea{overflow:auto;vertical-align:top;}
.hidden{display:none;visibility:hidden;}
.visible-phone{display:none !important;}
.visible-tablet{display:none !important;}
.hidden-desktop{display:none !important;}
.visible-desktop{display:inherit !important;}
@media (min-width:768px) and (max-width:979px){.hidden-desktop{display:inherit !important;} .visible-desktop{display:none !important ;} .visible-tablet{display:inherit !important;} .hidden-tablet{display:none !important;}}@media (max-width:767px){.hidden-desktop{display:inherit !important;} .visible-desktop{display:none !important;} .visible-phone{display:inherit !important;} .hidden-phone{display:none !important;}}
/* mosne reset*/

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
nav ul ,nav ul li, .bxslider, .bxslider li{ list-style: none; margin: 0; padding: 0;}
body,html{ margin: 0;  padding: 0;}
a{outline:0; text-decoration: none;}
button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:none;}
p{margin: 0; margin-bottom: 1em;}
.hidden{display: none;}
body { margin: 0; font: 1em/1.5 sans-serif; }
.input-block-level{display:block;width:100%;min-height:30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}


/*lazy*/
.lazyload,.lazyloading {
	opacity:0;
/*     transform: translateY(50px); */
}

.lazyloaded {
	opacity:1;
/*     transform: translateY(0px); */
	transition:all 600ms;
}

/*
Author  : Boon
URL     : http://builtbyboon.com
Twitter	: http://twitter.com/mattberridge
---------------------------------------*/


/* -- Use this wrapper if you want to block-out a column with padding
Taken from http://csswizardry.com/2011/10/the-island-object/) -- */

.row {
  margin-left: -30px; /* gutter */
  overflow: hidden;
  clear: both;

}

 [class*="col-"]{
  float: left;
  padding-left: 30px; /* gutter */
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(js/boxsizing.htc);
 }

//*!
 * MOSNE RESPONSIVE DESIGN GRIDS
 * Author  : mosne
 * URL     : http://mosne.it
 * ---------------------------------------*/

.col-full{ width: 100%;} .col-1-10{ width: 10%;} .col-1-5{ width: 20%;} .col-3-10{ width: 30%;} .col-2-5{ width: 40%;} .col-1-2{ width: 50%;} .col-3-5{ width: 60%;} .col-7-10{ width: 70%;} .col-4-5{ width: 80%;} .col-9-10{ width: 90%;} .col-1-1{ width: 100%;} .col-1-9{ width: 11.111111111111%;} .col-2-9{ width: 22.222222222222%;} .col-1-3{ width: 33.333333333333%;} .col-4-9{ width: 44.444444444444%;} .col-5-9{ width: 55.555555555556%;} .col-2-3{ width: 66.666666666667%;} .col-7-9{ width: 77.777777777778%;} .col-8-9{ width: 88.888888888889%;} .col-1-8{ width: 12.5%;} .col-1-4{ width: 25%;} .col-3-8{ width: 37.5%;} .col-5-8{ width: 62.5%;} .col-3-4{ width: 75%;} .col-7-8{ width: 87.5%;} .col-1-7{ width: 14.285714285714%;} .col-2-7{ width: 28.571428571429%;} .col-3-7{ width: 42.857142857143%;} .col-4-7{ width: 57.142857142857%;} .col-5-7{ width: 71.428571428571%;} .col-6-7{ width: 85.714285714286%;} .col-1-6{ width: 16.666666666667%;} .col-5-6{ width: 83.333333333333%;}

/* default responsive */
@media (max-width: 767px) {
.col-1-10, .col-1-5, .col-3-10, .col-2-5, .col-1-2, .col-3-5, .col-7-10, .col-4-5, .col-9-10, .col-1-1, .col-1-9, .col-2-9, .col-1-3, .col-4-9, .col-5-9, .col-2-3, .col-7-9, .col-8-9, .col-1-8, .col-1-4, .col-3-8, .col-5-8, .col-3-4, .col-7-8, .col-1-7, .col-2-7, .col-3-7, .col-4-7, .col-5-7, .col-6-7, .col-1-6, .col-5-6, .col-full{ width: 100%;}
}

/* -- Breakpoint 4 (.b) BIG DESKTOP
------------------------------------------------------------- */
@media (min-width: 1200px)  {

.b-col-1-10{ width: 10%;} .b-col-1-5{ width: 20%;} .b-col-3-10{ width: 30%;} .b-col-2-5{ width: 40%;} .b-col-1-2{ width: 50%;} .b-col-3-5{ width: 60%;} .b-col-7-10{ width: 70%;} .b-col-4-5{ width: 80%;} .b-col-9-10{ width: 90%;} .b-col-1-1{ width: 100%;} .b-col-1-9{ width: 11.111111111111%;} .b-col-2-9{ width: 22.222222222222%;} .b-col-1-3{ width: 33.333333333333%;} .b-col-4-9{ width: 44.444444444444%;} .b-col-5-9{ width: 55.555555555556%;} .b-col-2-3{ width: 66.666666666667%;} .b-col-7-9{ width: 77.777777777778%;} .b-col-8-9{ width: 88.888888888889%;} .b-col-1-8{ width: 12.5%;} .b-col-1-4{ width: 25%;} .b-col-3-8{ width: 37.5%;} .b-col-5-8{ width: 62.5%;} .b-col-3-4{ width: 75%;} .b-col-7-8{ width: 87.5%;} .b-col-1-7{ width: 14.285714285714%;} .b-col-2-7{ width: 28.571428571429%;} .b-col-3-7{ width: 42.857142857143%;} .b-col-4-7{ width: 57.142857142857%;} .b-col-5-7{ width: 71.428571428571%;} .b-col-6-7{ width: 85.714285714286%;} .b-col-1-6{ width: 16.666666666667%;} .b-col-5-6{ width: 83.333333333333%;}
}


/* -- Breakpoint 3 (.d) DESKTOP
------------------------------------------------------------- */
@media (min-width: 769px) and (max-width: 1199px)  {

.d-col-1-10{ width: 10%;} .d-col-1-5{ width: 20%;} .d-col-3-10{ width: 30%;} .d-col-2-5{ width: 40%;} .d-col-1-2{ width: 50%;} .d-col-3-5{ width: 60%;} .d-col-7-10{ width: 70%;} .d-col-4-5{ width: 80%;} .d-col-9-10{ width: 90%;} .d-col-1-1{ width: 100%;} .d-col-1-9{ width: 11.111111111111%;} .d-col-2-9{ width: 22.222222222222%;} .d-col-1-3{ width: 33.333333333333%;} .d-col-4-9{ width: 44.444444444444%;} .d-col-5-9{ width: 55.555555555556%;} .d-col-2-3{ width: 66.666666666667%;} .d-col-7-9{ width: 77.777777777778%;} .d-col-8-9{ width: 88.888888888889%;} .d-col-1-8{ width: 12.5%;} .d-col-1-4{ width: 25%;} .d-col-3-8{ width: 37.5%;} .d-col-5-8{ width: 62.5%;} .d-col-3-4{ width: 75%;} .d-col-7-8{ width: 87.5%;} .d-col-1-7{ width: 14.285714285714%;} .d-col-2-7{ width: 28.571428571429%;} .d-col-3-7{ width: 42.857142857143%;} .d-col-4-7{ width: 57.142857142857%;} .d-col-5-7{ width: 71.428571428571%;} .d-col-6-7{ width: 85.714285714286%;} .d-col-1-6{ width: 16.666666666667%;} .d-col-5-6{ width: 83.333333333333%;}
}


/* -- Breakpoint 2 (.t) TABLET
------------------------------------------------------------- */
@media (min-width: 481px) and (max-width: 767px) {
.t-col-1-10{ width: 10%;} .t-col-1-5{ width: 20%;} .t-col-3-10{ width: 30%;} .t-col-2-5{ width: 40%;} .t-col-1-2{ width: 50%;} .t-col-3-5{ width: 60%;} .t-col-7-10{ width: 70%;} .t-col-4-5{ width: 80%;} .t-col-9-10{ width: 90%;} .t-col-1-1{ width: 100%;} .t-col-1-9{ width: 11.111111111111%;} .t-col-2-9{ width: 22.222222222222%;} .t-col-1-3{ width: 33.333333333333%;} .t-col-4-9{ width: 44.444444444444%;} .t-col-5-9{ width: 55.555555555556%;} .t-col-2-3{ width: 66.666666666667%;} .t-col-7-9{ width: 77.777777777778%;} .t-col-8-9{ width: 88.888888888889%;} .t-col-1-8{ width: 12.5%;} .t-col-1-4{ width: 25%;} .t-col-3-8{ width: 37.5%;} .t-col-5-8{ width: 62.5%;} .t-col-3-4{ width: 75%;} .t-col-7-8{ width: 87.5%;} .t-col-1-7{ width: 14.285714285714%;} .t-col-2-7{ width: 28.571428571429%;} .t-col-3-7{ width: 42.857142857143%;} .t-col-4-7{ width: 57.142857142857%;} .t-col-5-7{ width: 71.428571428571%;} .t-col-6-7{ width: 85.714285714286%;} .t-col-1-6{ width: 16.666666666667%;} .t-col-5-6{ width: 83.333333333333%;}
}


/* -- Breakpoint (.m) MOBILE
------------------------------------------------------------- */
@media (max-width: 480px) {

.m-col-1-10{ width: 10%;} .m-col-1-5{ width: 20%;} .m-col-3-10{ width: 30%;} .m-col-2-5{ width: 40%;} .m-col-1-2{ width: 50%;} .m-col-3-5{ width: 60%;} .m-col-7-10{ width: 70%;} .m-col-4-5{ width: 80%;} .m-col-9-10{ width: 90%;} .m-col-1-1{ width: 100%;} .m-col-1-9{ width: 11.111111111111%;} .m-col-2-9{ width: 22.222222222222%;} .m-col-1-3{ width: 33.333333333333%;} .m-col-4-9{ width: 44.444444444444%;} .m-col-5-9{ width: 55.555555555556%;} .m-col-2-3{ width: 66.666666666667%;} .m-col-7-9{ width: 77.777777777778%;} .m-col-8-9{ width: 88.888888888889%;} .m-col-1-8{ width: 12.5%;} .m-col-1-4{ width: 25%;} .m-col-3-8{ width: 37.5%;} .m-col-5-8{ width: 62.5%;} .m-col-3-4{ width: 75%;} .m-col-7-8{ width: 87.5%;} .m-col-1-7{ width: 14.285714285714%;} .m-col-2-7{ width: 28.571428571429%;} .m-col-3-7{ width: 42.857142857143%;} .m-col-4-7{ width: 57.142857142857%;} .m-col-5-7{ width: 71.428571428571%;} .m-col-6-7{ width: 85.714285714286%;} .m-col-1-6{ width: 16.666666666667%;} .m-col-5-6{ width: 83.333333333333%;}
}

/* grids */

.col2{
 -webkit-column-count: 2;  -webkit-column-gap:  30px;
     -moz-column-count: 2;     -moz-column-gap: 30px;
          column-count: 2;          column-gap: 30px;
}

.col3{
 -webkit-column-count: 3;  -webkit-column-gap:  30px;
     -moz-column-count: 3;     -moz-column-gap: 30px;
          column-count: 3;          column-gap: 30px;
}

.col4{
 -webkit-column-count: 4;  -webkit-column-gap:  30px;
     -moz-column-count: 4;     -moz-column-gap: 30px;
          column-count: 4;          column-gap: 30px;
}


/* swipe box */
html.swipebox {
  overflow: hidden!important;
}

#swipebox-overlay img {
  border: none!important;
}

#swipebox-slider{
  -webkit-transition : all 0.4s ease;
  -moz-transition : all 0.4s ease;
  -o-transition : all 0.4s ease;
  -khtml-transition : all 0.4s ease;
  transition : all 0.4s ease;
}

#swipebox-overlay{
  -webkit-transition : opacity 1s ease;
  -moz-transition : opacity 1s ease;
  -o-transition : opacity 1s ease;
  -khtml-transition : opacity 1s ease;
  transition : opacity 1s ease;
}

#swipebox-action, #swipebox-caption {
  -webkit-transition : 0.5s;
  -moz-transition : 0.5s;
  -o-transition : 0.5s;
  -khtml-transition : 0.5s;
  transition : 0.5s;
}


#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999!important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
}

#swipebox-slider .slide {
  background: url('images/ajx.gif') center center no-repeat;
  background-size: 110px auto;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide img{
    padding-top: 50px;
    padding-bottom: 50px;
}

#swipebox-slider .slide .swipebox-video-container {
  background:none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding:5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}


#swipebox-slider .slide .swipebox-video-container .swipebox-video{
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0; left: 0;
}

#swipebox-action, #swipebox-caption {
  position: absolute;
  bottom: 0;
  z-index: 999;
  width: 100%;
}
#swipebox-caption {
    /*height: 50px;*/
}

#swipebox-action {
  top: 0;
  opacity: 0;
  height: 0;
}
#swipebox-action.visible-bars {
  top: 0;
  opacity: 1;
}

#swipebox-action.force-visible-bars {
  opacity: 1 !important;
}

#swipebox-caption {
    opacity: 0;
}

#swipebox-caption.visible-bars {
  opacity: 1;
}

#swipebox-caption.force-visible-bars {
  opacity: 1 !important;
}



.mcont .mnext,
.mcont .mprev,
.mcont .mclose,
#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background: transparent url("images/icons.png") no-repeat;
  background: none,transparent url("images/icons.svg") no-repeat;
  border: none!important;
  text-decoration: none!important;
  cursor: pointer;
  position: fixed;
  width: 50px;
  height: 50px;
  top: 0;
}


.mcont .mclose,
#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  right: 0;
}


.mcont .mclose{
    right: -14px;
}

.mcont .mprev,
#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  left: 0;
  top:50%;
  margin-top: -25px;
}
.mcont .mnext,
#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 0;
  top:50%;
  margin-top: -25px;
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s;
}

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s;
}

@-moz-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-moz-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: -30px;
  }

  100% {
    margin-left: 0px;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px;
  }

  50% {
    margin-left: 30px;
  }

  100% {
    margin-left: 0px;
  }
}


/* Skin
--------------------------*/
#swipebox-overlay {
  background: #eaeaea;
}

#swipebox-caption {
    height: 25%;
}

#swipebox-caption .title,
#swipebox-caption .counter{
    position: absolute;
    bottom: 0;
}

#swipebox-caption .title{
  font-size: 13px;
  line-height: 13px;
  background: #5c5c5c;
  float: left;
  right: 0;
  max-width: 200px;
  color: #eaeaea;
  margin: 15px;
  padding: 15px;
}


#swipebox-caption .counter{
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
    color: #5c5c5c;
    float: left;
    margin: 15px;
    left: 0;
}
/*
#swipebox-caption .counter:after{
content: " - ";
}*/

/*  BxSlider v4.0 - Fully loaded, responsive content slider */


.bx-wrapper {
	position: relative;
	margin: 0 auto 30px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
    width: 100%;
	max-width: 100%;
	display: block;
}



/** THEME
===================================*/

.bx-wrapper .bx-viewport {}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	/*background: url(images/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #9c9c9c;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #9c9c9c;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: transparent;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;

  background: transparent url('images/controls.png') no-repeat 0 -32px;
  background: none, transparent url('images/controls.svg') no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
    background: transparent url('images/controls.png') no-repeat -43px -32px;
    background: none, transparent url('images/controls.svg') no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9990;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: transparent url('images/controls.png') -86px -11px no-repeat;
	 background: none, transparent url('images/controls.svg') -86px -11px no-repeat;

	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: transparent url('images/controls.png') -86px -44px no-repeat;
	background: none, transparent url('images/controls.svg') -86px -44px no-repeat;

	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.video{
    position: relative;
}

.video,
.gif a,
a.embedvideo{
    float: left;
    width: 100%;
}

.nana img{
    width: 75px;
    margin-top: 30px;
}

/* video */
.gif a:after,
a.embedvideo:after {
	content:'';
	/*background:url(//ssl.gstatic.com/s2/tt/images/play-overlay.png) no-repeat scroll 0 0 transparent;*/
    background: url('images/play.svg') center center no-repeat;
    background: none, url('images/play.svg') center center no-repeat;
    height:77px;
	left:50%;
	margin-left:-38px;
	margin-top:-38px;
	opacity:1;
	position:absolute;
	top:50%;
	width:77px;
	z-index:15;
}

.picture.video {
	position:relative;
}

.picture img{
    max-width: 100%;
}

.fit img{
    width: 100%;
}


/*one page*/
#fullPage-nav{
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	right: 10px;
	opacity: 1;
	z-index: 999;
}
#fullPage-nav ul{
	margin:0;
	padding:0;
	width: 14px;
	float: left;
}
#fullPage-nav li{
	display: block;
	height: 13px;
	width: 16px;
	margin: 7px;
	position: relative;

    }
#fullPage-nav li a{
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fullPage-nav .current .dot{
	background: #0093b4;
}
#fullPage-nav .dot{
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #0093b4;
	background: rgba(0, 0, 0, 0);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

#fullPage-nav a .hover{
font-size: 14px;
line-height: 1em;
text-transform: lowercase;
position: absolute;
right: 24px;
top: 0;
z-index: 999;
text-overflow: ellipsis;
max-width: 200px;
white-space: nowrap;
overflow: hidden;
text-align: center;

margin-top: -3px;
padding: 5px 8px;
color: #ffffff;
background-color: #0093b4;
border-radius: 3px;
float: left;
display: none;
}

#fullPage-nav a:hover .hover{
    display: block;
}



/* icone */

@font-face {
	font-family: 'icons';
	src:url('fonts/icons.eot?iyrkq5');
	src:url('fonts/icons.eot?#iefixiyrkq5') format('embedded-opentype'),
		url('fonts/icons.woff?iyrkq5') format('woff'),
		url('fonts/icons.ttf?iyrkq5') format('truetype'),
		url('fonts/icons.svg?iyrkq5#icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

.request a:before,
.social a,
.menu-social-container a, .toggle:after,
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}




.social a{
    margin-right: .25em;
}

/* fonts */



body,

input,
textarea,
select,
#search input,
#search select{
font-family: "proxima-nova",sans-serif;
font-weight: 400;
font-style: normal;
font-size:13px;
line-height:1.4em;
color:#5c5c5c;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}



/* general theme */
body,html {
	padding:0;
	margin:0;

}

body {
background: #EAEAEA url(images/gradient.jpg) repeat-x 0 0;
}

#progress{
    left:0;
    top: 0;
    height: 5px;
    width: 1%;
    background: #F02950;
    float: left;
    display: none;
    position: fixed;
    z-index: 99999;
    width: 100%;
}

em{
        font-style: italic;
}

h1,h2,h3,h4{
    margin: 0;
}

.list a.current-menu-item,
.list .current-menu-item a,
h1,strong,b{
font-weight: 700;
}

h2,h3{
font-weight: 400;
}


.textbody blockquote p,
blockquote{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
}

.modulo h1{
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}


#logo{
    margin: 0;
}

#logo a{
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
}


.onlymobile{
   display: none;
}



#tgt{
    position: fixed;
    z-index: 999; 
    top: 89px;
    left: 0;
    width:100%;
    background: #fff;
    border-top:2px solid #E9E9EB;
    bottom:0;
    overflow: auto;
    display: none;
}


.toslide{
    display: none;
}


/*
.single .toslide{
    display: block;
}*/



.edit{
float: left;
height: 0;
width: 100%;
}

.edit a{
background: #ccc;
 border-radius: 2px;
 padding: 3px 8px; line-height: 9px; font-size: 11px; opacity: 0.5; color: black;
 text-transform: uppercase;
position: absolute;
 margin-left: 0;
 right: 20px;

 }

.edit a:hover{
    text-decoration: none;
    background: #E30613;
    color: white;
}

a {
color:#5c5c5c;
-webkit-transition : color .2s ease;
-moz-transition : color .2s ease;
-ms-transition : color .2s ease;
-o-transition : color .2s ease;
transition : color .2s ease;
}

a:hover {
	color:#F02950;
}

#aj,
.push {
	max-width:1136px; /*1036px*/
	margin: 0 auto;
	padding: 0 40px;
}

.home #bd.push {
	width:100%;
	max-width: inherit;
	margin: 0;
	padding: 0;
	margin-top: 76px;
}

.hide {
	display:none;
}

.img-home{
    width: 100%;
    float: left;
    height: 0;
    padding-bottom: 37%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.text-home{
    margin-top: 30px;
}

/* artworks*/
.mcont .mnext,
.mcont .mprev,
.mcont .mclose{
    position: absolute;
    z-index: 999;
}

.mcont .mclose,
.mcont .mnext,
.mcont .mprev{
    top:44px;
    margin-top: 0;
}

.mcont .mnext{
    right: 50px;
}

.mcont .mprev{
    left: inherit;
    right: 100px;
}


/* menu */


#bd{
    margin-top: 89px;
    margin-bottom:40px;
    min-height: 600px;
    position: relative;
}

#header{
    width: 100%;
    background: white;
    border-top:5px solid #5c5c5c;
    padding: 20px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}


#userbar{
    width: 100%;
    background: #5c5c5c;
    color: white;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    font-size: 15px;
}

#userbar a{
    color: #fff;
}



.menu{
    font-weight: 400;
    font-size: 15px;
}

.dividi{
    float: left;
    width: 100%;
}

.dividi,
.modulo{
    margin-bottom: 60px;
}

.item{
    margin-bottom: 30px;
}


.pictures .label{
    margin-top: 22px;
}

.pictures a,
.pictures img{
    width: 100%;
    float: left;
}

h3.nice{
    border-top:5px solid #5c5c5c;
    padding-top: 15px;
    font-size: 17px;
    line-height: 22px;
}

.sub h3.nice{
    border-top:1px solid #5c5c5c;
    font-size: 15px;
}

.rubrica h1{
    font-size: 20px;
    padding: 60px 0;
}


.extra h1{
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 400;
    margin-top: -5px;
    margin-bottom: 0;
}

.exhibitions .extra h1{
    font-weight: 700;
}

.exhibitions .extra h1 .city{
    font-weight: 400;
}

.exhibitions .extra.mini h1{
font-size: 18px;
line-height: 23px;
margin-top: -3px;
}

.exhibitions .extra.mini h1 .dates{
font-weight: 400;
font-size: 15px;
float: left;
width: 100%;
line-height: 1em;
margin-top: 6px;
}

.textbox h3.nice{
padding-bottom: 15px;
}
.text-home,
.textbody p,
.textbox p{
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 1.3em;
}





.pub a{
    font-weight: 700;
    font-size: 13px;
    float: left;
    width: 100%;
}

.pub span{
float: left;
width: 100%;
min-height: 4.5em;
padding-top: 1em;
}



#mside,
#toggle,
.toggle {
    display: none;
}

#menumobile{
    position: fixed;
    z-index: 990;
    width: 100%;
    top: 60px;
    left: -100%;
    bottom: 0;
    background: #5c5c5c;
    color: #ccc;
    overflow: auto;
  -webkit-transition : left 0.4s ease;
  -moz-transition : left 0.4s ease;
  -o-transition : left 0.4s ease;
  -khtml-transition : left 0.4s ease;
  transition : left 0.4s ease;
}

#toggle:checked ~ #mside #menumobile {
	left:0;
}

.toggle:after{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.toggle {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;

}


.toggle:after {
		content: '=';
		color: #5C5C5C;
		display: block;
		font-size: 32px;
		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		transition:none;

}

#toggle:checked + .toggle:after{
		content: '=';
		color: #F02950;
}



#menumobile li.menu-item{
    width: 100%;
}

#menumobile li.menu-item a{
    float: left;
    width: 100%;
    padding: 20px 40px;
    border-bottom: 1px solid #777;
    font-size: 22px;
}





#logo a{
    font-size: 44px;
    line-height: 44px;
    text-transform: uppercase;
}

#menumobile a{
    color: #ccc;
}


#menumobile a:hover{
    background: #F02950;
    color: white;
}

#menumobile .menu-main-container .current-menu-item a{
    background: #777;
    font-weight: 700;
}

#menu-main-1{
    width: 80%;
    float: left;
    font-size: 15px;
    line-height: 22px;
}

#menu-social-1{
    float: left;
    width: 20%;
    text-align: right;
    font-size: 13px;
    line-height: 22px;
}
#menu .menu-item{
    float: left;
    width: 33%;
}

#menu-social-2 a{
    font-size: 13px;
}


#menu-social-2 a:after{

    content: attr(title);
    margin-left: .5em;
    font-family: "proxima-nova",sans-serif;
    font-size: 13px;
    line-height: 22px;
}


#menu-main-1 .current-menu-item{
    font-weight: 700;
}
/*footer */
#footer{
    padding-bottom: 78px;
}

#footer, #footer a{
    color: #999;
}
#footer a:hover{
    text-decoration: underline;
}

.wp-pagenavi{
    font-size: 19px;
    text-align: center;
}
.wp-pagenavi *{
    padding: 0 1em;
}

.wp-pagenavi .current{
    font-weight: 700;
}

.wp-pagenavi .pages{
    display: none;
}


nav.list{
    margin-top: 62px;
    margin-bottom: 20px;
}

#userbar nav.list{
margin: 0;
}

nav.list li{
    display: inline-block;
    margin-right: 1em;
}

nav.list li:before{
    content: "|";
    margin-right: 1em;
}

nav.list li:first-child:before{
    display: none;
}

.artwork{
    min-height: 245px;
}

.artwork .active img,
.artwork.current img{
    border: 5px solid white;
}

.artwork.current.miao img{
    border: 5px solid yellow;
}

.meta{
    display: none;
}


.meta span{
    float: left;
    width: 100%;
    font-weight: 700;
    font-size: 13px;
}

.menu-item-910,
.logged-in .menu-item-130,
#menu-item-356{
    display: none;
}





.logged-in .menu-item-910,
.logged-in #menumobile .menu-item-356,
.logged-in #menu .menu-item-356{
    display: block;
}

#mc_signup_submit {
margin-bottom: 1.5em;
}

.form,
.wpcf7{
    font-size: 15px;
}
form .noinput,
form .link-text,
form .captcha,
form .button_div,
form .div_text{
    width: 100% !important;
}


#wpmem_login .link-text:last-child{
    display: none;
}

.noinput,
 input,
 textarea,
 select{
    background: white;
    border: 0;
    padding: 5px;
    width: 100%;
    color: #5c5c5c;
    margin-top: 5px;
    font-size: 19px;
}

.noinput{
    float: left;
    width: 100%;
    color: #aaa;
    height: 36px;
    line-height: 36px;
}


input[type="reset"]{
    display: none;
}

#userbar .logout,
   input[type="submit"]{
    width: auto;
    background: #5c5c5c;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    float: right;
    padding: 5px 10px;
    letter-spacing: 0.08em;
}

#userbar .logout{
    color: #5c5c5c;
    background: white;
    padding: 0px 10px;

}

.noinput{
color: #ccc !important;
line-height: 1em;
}


#userbar .logout:hover,
input[type="submit"]:hover{
    background: #F02950;
    color: white;
}

.form legend{
    display: none;
}

.form input{
    margin-bottom: 1em;
}


.form input input[type="checkbox"],
input[type="checkbox"]{
   width: auto;
   margin-right: 0.25em;
   margin-bottom: .5em;
}


.req-text{
    padding: 5px 0;
}

.captcha{
    width: 100%;
    margin-bottom: 10px;
}

.link-text{
    float: left;
    width: 100%;
    margin: 10px 0;
    text-align: left;
    font-size: 18px;
    border-top:1px solid #5c5c5c;
    padding-top: 20px;
}

fieldset{
    border: 0;
    margin: 0;
    padding: 0;
}

#search input{
font-size: 15px;
line-height: 15px;
color: #5c5c5c;
background: url('images/q.png') right center no-repeat;
background: none,url('images/q.svg') right center no-repeat;
border: 0;
padding: 0;
width: 100%;
float: left;
}

.recaptchatable a{
    color: #5c5c5c !important;
}

.recaptchatable #recaptcha_image {
margin: 0 !important;
width: 200px !important;
}
.recaptcha_r2_c2,.recaptchatable .recaptcha_r1_c1, .recaptchatable .recaptcha_r3_c1, .recaptchatable .recaptcha_r3_c2, .recaptchatable .recaptcha_r7_c1, .recaptchatable .recaptcha_r8_c1, .recaptchatable .recaptcha_r3_c3, .recaptchatable .recaptcha_r2_c1, .recaptchatable .recaptcha_r4_c1, .recaptchatable .recaptcha_r4_c2, .recaptchatable .recaptcha_r4_c4, .recaptchatable .recaptcha_image_cell {

background: #fff !important;
}
.captcha #recaptcha_area, .captcha #recaptcha_table{
    width: 100% !important;
}

.captcha .recaptchatable #recaptcha_response_field{
   font-family: "proxima-nova",sans-serif  !important;
font-weight: 700  !important;
font-style: normal  !important;
padding: 5px 10px !important;
font-size: 17px !important;
color: white !important;
background: #AE1500 !important;
border: 0 !important;
}

.captcha .recaptchatable #recaptcha_response_field::-webkit-input-placeholder {
color: white !important;
}

.captcha .recaptchatable #recaptcha_response_field:-moz-placeholder { /* Firefox 18- */
color: white !important;
}

.captcha .recaptchatable #recaptcha_response_field::-moz-placeholder {  /* Firefox 19+ */
color: white !important;
}

.captcha .recaptchatable #recaptcha_response_field:-ms-input-placeholder {
color: white !important;
}



/*map*/
#mapwrap {
	float:left;
	width:100%;
}

#map {
	float:left;
	width:100%;
	height:320px;
}

.bubble {
	position:absolute;
	text-align:center;
	left:0;
	font-size:12px;
	top:0;
	z-index:-2;
	color:#999;
	line-height:15px;
	float:left;
	margin-top:10px;
	padding:10px;
	width:220px;
	background:#fff;
	text-align:left;
	-moz-box-shadow:0 2px 2px #ccc;
	-webkit-box-shadow:0 2px 2px #ccc;
	box-shadow:0 2px 2px #ccc;
}

.bubble {
	color:#222;
}

.bubble h1 {
	margin:0;
	padding:0;
}

.infoBox {
	height:11px;
}

.infoBox img {
	width:auto;
}


.mcont{
opacity: 0;
-webkit-transition : opacity .2s ease;
-moz-transition : opacity .2s ease;
-ms-transition : opacity .2s ease;
-o-transition : opacity .2s ease;
transition : opacity .2s ease;
position: relative;
}

.mcont.done{
    opacity: 1;
}

.request a:before{
    content: 'E';
    float: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: .5em;
}

.request {
    line-height: 1.2em;
    margin-top: 2em;
    margin-bottom: 20px;
}

/*
.mcont .mnext,
.mcont .mprev{
    top: 50%;
}


.mcont .mnext{
    right: 17%;
}

.mcont .mprev{
    left: 17%;
}*/



/* MEDIA QUERIES */


/* Large desktop */
@media (min-width: 1500px) {



}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {



}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

.col2,
.col3,
.col4{
  -webkit-column-count: 2;  -webkit-column-gap:  30px;
     -moz-column-count: 2;     -moz-column-gap: 30px;
          column-count: 2;          column-gap: 30px;
}

}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

.col2,
.col3,
.col4{
  -webkit-column-count: 1;  -webkit-column-gap:  30px;
     -moz-column-count: 1;     -moz-column-gap: 30px;
          column-count: 1;          column-gap: 30px;
}

.img-home{
    padding-bottom: 60%;
}


#bd{
    margin-top: 61px;
}

.home #bd.push{
    margin-top: 48px;
}


.bye{
    display: none;
}

.onlymobile{
    display: block;
}

.widget_tag_cloud h3{
    text-align: left;
}

.onlydsk{
    display: none;
}

#main{
    width: 100%;
}

#header{
    padding: 10px 0;
}

#menu{
    display: none;
}

#mside{
    display: block;
}
#logo{
    text-align: center;
}

#logo a{
    font-size: 32px;
    line-height: 36px;
}

h3.nice{
    padding-bottom: 15px;
}
.rubrica h1{
    padding-bottom: 20px;
}

nav.list{
    margin-top: 0;
    margin-bottom: 40px;
}

.social, .taxy{
    padding-bottom: 20px;
}

.exhibitions .extra h1,
.exhibitions .extra.mini h1 {
margin-top: 20px;
}
.request {
    margin-top: 1em;
}


#aj .request,
#aj .cap{
    width: 50%;
    float: left;
    margin-top: 0;
}

 .video,
 .picture{
    margin-bottom: 20px;
}

.requ .picture{
    margin-bottom: 40px;
}


.mcont .mclose,
.mcont .mnext,
.mcont .mprev{
    top:10px;
}


#tgt{
    top: 61px;
}


}

/* Landscape phones and down */
@media (max-width: 480px) {




/*
.img-home{
    padding-bottom: 80%;
}*/
#aj,
.push {
    padding: 0 20px;
}

#menumobile li.menu-item a{
    padding: 20px;
}

.dividi,
.modulo {
margin-bottom: 40px;
}


}

