/* include FontAwesome icon-font and necessary styles */
@font-face {
	font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.1.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('fonts//fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
	font-weight:normal;
	font-style:normal
}
.fa {
	display:inline-block;
	font-family:FontAwesome;
	font-style:normal;
	font-weight:normal;
	line-height:1;
	-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale
}
/*.fa-times:before{content:"\f00d"}*/
.fa-chevron-left:before{content:"\f053"}
.fa-chevron-right:before{content:"\f054"}
.fa-forward:before{content:"\f04e"}


/*
    colorbox Version: 1.5.12
    Colorbox Core Style:
                   The following CSS should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  outline: 0;
}


a {
   outline: 0;
}

#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
/*  not used in t3colorbox
	.cboxIframe {width:100%; height:100%; display:block; border:0; padding:0; margin:0; background:#fff;}
	#cboxError{padding:50px; border:1px solid #ccc;}
*/
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
#cboxWrapper {
  background: transparent;
}
#cboxContent {
  margin: 48px 40px;
  color: #cccccc;
}
#cboxLoadingGraphic {
  width: 40px;
  height: 40px;
  top: 49%;
  left: 49%;
  background: none;
  color: #999999;
  font-size: 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}
#cboxLoadingGraphic:before {
  font-family: "FontAwesome";
  content: "\f110";
  color:#e98300;
}
#cboxLoadedContent {
  border-radius: 0px;
  border:6px solid #8b8d8e;
}
#cboxTitle {
  position: absolute;
  top: -32px;
  left: 0;
  width: 100%;
  font-size: 18px;
  text-align: center;
}
#cboxCurrent {
  position: absolute;
  bottom: -32px;
  left: 0;
}
#cboxPrevious, #cboxNext, #cboxCurrent{
visibility: hidden;
}


/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles  => moved down
 #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none;}
*/
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxSlideshow:active,
#cboxPrevious:active,
#cboxNext:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow,
#cboxPrevious,
#cboxNext,
#cboxClose {
  position: absolute;
  display: block;
  width: 49px;
  height: 50px;
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  background: none;
  color: #999999;
  font-size: 18px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  vertical-align: middle;
}
#cboxSlideshow {
  bottom: -40px;
  right: 0;
  width: auto;
  font-size: 14px;
}
#cboxPrevious {
  top: 50%;
  left: -40px;
}
#cboxNext {
  top: 50%;
  right: -40px;
}
#cboxClose {
  top: -22px;
  right: -22px;
  background-image: url('/typo3conf/ext/domoferm/Resources/Public/Images/close.png');
}
#cboxSlideshow:hover,
#cboxPrevious:hover,
#cboxNext:hover,
#cboxClose:hover {
  color: #ffffff;
}
