/*
THEME NAME: Archvegetal New
THEME URI: http://www.netbite.cz
DESCRIPTION:
VERSION: 1.0
AUTHOR: <a href="http://www.netbite.cz">Roman Gamanov</a>
AUTHOR URI: http://www.netbite.cz
*/

article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary,div,ul{display:block;-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}nav ul{margin:0;padding:0;list-style: none}ol{list-style: desc;}
*{
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

html{
	position: relative;
}
body{
   
}

.view-wrapper>h1, .view-wrapper>h2{
position: absolute;
font-size: 17px;
font-weight: bold;
font-family: verdana, arial;
padding: 35px 0 0 0;
text-transform: uppercase;
text-align: right;
width: 189px;
letter-spacing: -1px;
margin: 0;
}

.segment .view-wrapper>.h>h1, .view-wrapper>.h>h2 {
font-family: 'Source Sans Pro', sans-serif;
font-size: 27px;
letter-spacing: 0;
padding: 20px 0 0 33px;
margin: 0;
}

@media (min-width: 822px) { 
  .segment .view-wrapper>.h>h1, .view-wrapper>.h>h2 {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -ms-filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=7);
  width: 218px;
  padding: 128px 0;
  text-align: right;
  left: 77px;
  margin: 0 0 0 65px;
  }
  .view-wrapper>.h{
  position: absolute;
  text-align: left;
  width: 220px;
  height: 300px;
  overflow: hidden;
  }
}




.view-wrapper>h2{
/*  font-size: 17px;*/
}

.view-wrapper{
  width: 1172px;
  max-width: 100%;
  /*min-width:495px;*/
  border-right: 1px solid #e6e6e6;
}
.view {
	margin: 0 0 0 219px;
  border-left: 1px solid #e6e6e6;
  overflow: auto;
}
header .view{
	overflow: hidden;
  position: relative;
}
#main>br:first-child{
  display: none;
}

#langswitch {
position: absolute;
top: 0;
right: 0;
background: rgb(231, 231, 231);
color: white;
border-radius: 0 0 0 10px;
padding: 0px;
z-index: 30;
}
#langswitch a,#langswitch a:hover, #langswitch a:link{
color: white;
text-decoration: none;
display: block;
padding: 5px;
font-size: 12px;
height: 25px;
line-height: 18px;
}

#langswitch a.current{
  display: none;
}

@media screen and (max-width: 822px) {
  .view {
    margin: 0 0 0 0px;
    font-size: 0.9em;
  }
  .view-wrapper>h1, .view-wrapper>h2 {
	position: static;
margin: 0;
border-left: 1px solid #E6E6E6;
margin-left: 0px;
padding: 30px 33px 10px 33px;
font-size: 1em;
text-align: left;
width: auto;
  }
  nav[role="main"] {
    border-bottom: none!important;
  }
  footer .view, .kontakt.view {
    background: none!important;
  }
	.content {
	padding: 0 33px !important;
	}
}

.content{
  padding: 5px 33px 0;
  line-height: 1.2em;
  font-family:sans-serif;
  font: 13px/23px Arial, Verdana, sans-serif;
  color:#666;
  overflow: auto;
}
.pageid-436 .content{
	min-height: 195px
}

#main img{
  max-width: 100%;
  display: block;
}

h1 {
  margin-top: 0;
}

.segment, footer{
  background: url('images/line.png') top left no-repeat;
}

.carousel-arr i{
  display: inline-block;
  width: 9px;
  height:13px;
  background: url('images/i.png') top left no-repeat;
}
.carousel-left i{
  background-position: left bottom!important;
}
.carousel-left:hover i{
  background-position: left top!important;
}
.carousel-right i{
   background-position: right bottom!important;
}
.carousel-right:hover i{
  background-position: right top!important;
}

.carousel-arr{
  display: block;
  position: absolute;
  text-align: center;
  top: 0;
  border-radius: 0 5px 5px 0;
  margin-top: -294px;
  height: 90px;
  width: 40px;
  background: rgba(255, 255, 255, 0.48);

  line-height: 90px;
  padding: 0 22px;
}
.carousel-arr:hover{
	text-decoration: none;
	background: #8CC641 url('images/menu_stin.png') left bottom repeat-x;
}
.carousel-arr.carousel-right{
	right:0px;
	border-radius: 5px 0 0 5px;
}
.carousel-arr.carousel-left{

}
.carousel-arr:hover{
  background: url('images/menu_stin.png') left bottom repeat-x;
}
.carousel-nav .third{
  min-height:80px;
}
.misto{
  color: #7e7e7e;
  font-size: 0.8em;
}
.misto strong{
  font-size: 1.25em;
  font-weight: normal;
  color: #010101;
  display: block;
  margin-bottom: 3px;
}

.carousel-nav{
  min-height: 80px;
overflow: visible;
position: relative;
}
.border-right{
 border-right: 1px solid #e6e6e6;
}
.border-left{
 border-left: 1px solid #e6e6e6;
}

.border{
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

.projekty article.third{
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}


.projekty .third{
  width:50%;
  float: left;
}
.projekty article.third:nth-child(2n){
	  border-right: none;
}

article.third{
  position: relative;
}

@media (min-width: 700px) { /* . third will appear in half*/

	.projekty .third, .projekty .half{
		margin: 0;
		width: 50%;
	}
	.projekty .third:nth-child(2n+1), .projekty .half:nth-child(2n+1){
		clear:left;
	}
	.projekty .half:nth-child(2n+1){
		clear:none;
	}
	.projekty article.third:nth-child(2n){
	  border-right: none;
	}

}

@media (min-width: 900px) { /* . third will appear as third*/
	.projekty .third{
		width: 33.333%;
	}
	.projekty .third:nth-child(2n+1), .projekty .half:nth-child(2n+1){
		clear:none;
	}
	.projekty .third:nth-child(3n+1){
		clear:left;
	}
	.projekty article.third:nth-child(3n){
		border-right: none;

	}
	.projekty article.third:nth-child(2n){
		border-right: 1px solid #e6e6e6;
	}

}


.row {
	clear: both;
	margin-top:40px;
}

.row .third, .row .half{
	width: 100%;
	display: block;
	float:left;
	vertical-align: top;
	margin: 0 0 26px 0;
}



@media (min-width: 700px) { /* . third will appear in half*/
	.row {
		margin: 40px -1.5% 0 -1.5%;
	}
	.row .third, .row .half{
		margin: 0 1.5% 26px 1.5%;
		width: 47%;
	}
	.row .third:nth-child(2n+1), .row .half:nth-child(2n+1){
		clear:left;
	}
	.row .half:nth-child(2n+1){
		clear:none;
	}

}

@media (min-width: 900px) { /* . third will appear as third*/
	.row .third{
		width: 30%;
	}
	.row .third:nth-child(2n+1), .row .half:nth-child(2n+1){
		clear:none;
	}
	.row .third:nth-child(3n+1){
		clear:left;
	}

}


article.third img{
  max-width: 100%;
  height: auto;
}


.projekty a{
  text-decoration: none;
  padding: 0 9px;
  display: block;
}

#projekty a{
  padding: 9px 9px 0 9px;
}

.projekty a:hover{
  text-decoration: none;
  background: #8cc641 url('images/menu_stin.png') left bottom repeat-x;
}
.projekty a:hover .misto,.projekty a:hover strong{
  color: white!important;
}
.projekty a i{
display: inline-block;
width: 9px;
height: 13px;
background: url('images/i.png') bottom right no-repeat;
margin-top: -0.8em;
}
.projekty a:hover i{
  background-position: top right;
}
.projekty .misto{
  padding: 21px;
  position: relative;
}
.edit{
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.edit a, .edit a:hover{
  background: silver!important;
  color: white!important;
  padding: 2px 5px!important;
  opacity: 0.5;
  border-radius: 2px!important;
}

.content h1, .content h2, .content h3, .content h4, .content p{
	margin-top: 0;
}

.content h1, .content h2, .content h3, .content h4{
color: #77BB1F;
margin-top: 30px;
  clear: both;
}

.content .row h1, .content .row h2, .content .row h3, .content .row h4{
  margin-top: 0;
  clear: both;
}

.content p:first-child{
  margin-top: 30px;
}

.content h2{
	font-size: 1.4em;
}

.content h3{
	font-size: 1.2em;
}

.content img{
	max-width: 100%;
	height: auto;
}
.content .row img{

}

.content ul, .content ol{
	padding-left: 2em;
}
#main a{
	border-bottom: 1px solid #C0C0C0;
	text-decoration: none;
	color: #111;
}
#main a:hover{
	border-bottom: 1px solid black;
	text-decoration: none;
	color: black;
}
.content a[href$=".pdf"]{
	margin-left: 30px;
}
.content a[href$=".pdf"]:before {
    content: " ";
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url('images/ico-pdf.gif');
	background-size:100% 100%;
	    position: absolute;
    margin-left: -25px;
}
/*	Sidebar	*/






/* Header */

#logo {margin: 0;width: 100%;position: absolute;z-index: 10;}
#logo a{
z-index: 20;
display: block;
}
#logo span{
  display: none;
}
#logo a img{
top:13px;
left:47px;
width: 142px;
height: auto;
max-width: 30%;
position: absolute;
}

.multi.view{
  background-image: url('images/line_v.png'), url('images/line_v.png');
background-repeat: no-repeat;
background-position:  75% top , 50% top;

}

header {
  display: block;
	min-height:119px;
  max-width: 100%;
  background: url('images/line.png') 212px 78px no-repeat;
}

header .view, footer .view, header .view-wrapper, footer .view-wrapper{
  min-height: 119px;
}

/*	Footer	*/






footer {
  text-transform: uppercase;
  font-family: verdana, arial;
  font-size: 9px;
  color: #b7b7b7;
}

footer a{
  color: #b7b7b7;
  text-decoration: none;
}

#nahoru{
  float:right;
  padding:0 60px 0 19px;
  background:url('images/nahoru.png') left center no-repeat;
}

footer .view{
padding: 26px;
}

footer .view, .kontakt.view{
  background: url('images/line_v.png') 66.6666666% top no-repeat;
}


.kontakt h3{
  font-size: 1em;
  font-family: verdana, arial;
  font-weight: normal;
  color: black;
}


.kontakt span{
  color: #7e7e7e;
  font-size: 1em;
}

#telefon{
  font-size: 22px;
  font-family: verdana;
  font-weight: bold;
  line-height: 44px;
background: url('images/ico_telefon_bg.png') 12em 16px no-repeat;
padding: 30px 0 27px 0;
color: #000;
}
.lang-en #telefon, .lang-en #mail,.lang-en #social{
  background: none!important;
}
#telefon i{
  margin-right: 17px;
  display: inline-block;
  width: 57px;
  height: 44px;
  background:url('images/ico_telefon.jpg');
  vertical-align: middle;
}
#mail {
  line-height: 43px;
  font-size: 16px;
background: url('images/ico_mail_bg.png') 127px 37px no-repeat;
padding: 0 0 64px 0;
}
#mail a{
color:black;
text-decoration: none;}
#mail i{
  margin-right: 17px;
  display: inline-block;
  width: 56px;
  height: 43px;
  background:url('images/ico_mail.jpg');
  vertical-align: middle;
}

#social{
float: right;
background: url('images/ico_social_bg.png') 108% 0 no-repeat;
padding: 131px 0 50px 0;
margin-top: -210px;
width: 188px;
	    margin-right: 26px;
}
.ico_facebook{
  display: inline-block;
  width:83px;
  height: 74px;
  background: url('images/ico_facebook.jpg');
}
.ico_gplus{
  display: inline-block;
  width:42px;
  height: 57px;
  background: url('images/gplus.png');
  position: relative;
  top: 6px;
}
.ico_instagram{
    display: inline-block;
    width: 42px;
    height: 58px;
    background: url('images/i-i.png');
    margin-left: 3px;
    top: 4px;
    position: relative;
    opacity: .95;
}
/* Special	*/



.clear{
  clear: both;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
  margin:0 20px 20px 0;
  float: left;
}

.alignright {
  margin: 0 0 20px 20px;
  float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.navigation{
	margin:20px;
	clear:both;
}
.nav-previous{float:left;}
.nav-next{float:right;}
.gallery {
            margin: auto;
         }
         .gallery .gallery-item {
            float: left;
            margin-top: 10px;
            text-align: center;
            width: 33%;       }
         .gallery img {
            border: 2px solid #cfcfcf;
         }
         .gallery .gallery-caption {
            margin-left: 0;
         }
.noselect{
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}

/*
Responsive menu
*/

/* Advanced Checkbox Hack */
body {
  -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }

  to {
    padding: 0;
  }
}
input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

label {
  display: none;
  cursor: pointer;
  user-select: none;
}

/* background for li / select */
/* main */
nav[role="main"] {
  position: relative;
  width: 100%;
  font-family:  arial;
letter-spacing: 0.1em;
font-size: 11px;
  height: 79px;
  overflow: visible;
  border-bottom: 1px solid #e6e6e6;
}
nav[role="main"] a{
  color: black;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 28px;
}
nav[role="main"] ul {
  padding: 0;
  margin: 30;
  width: 100%;
  list-style: none;
  text-align: right;
  margin-left: -1px;
}
nav[role="main"] ul > li {
  display: inline-block;
  cursor: pointer;
    width: 158px;
  max-width: 20%;
}
nav[role="main"] ul > li a{
  height: 79px;
  line-height: 124px;
  background: none;
  text-align: center;
  display:block;
  border-left:1px solid #e6e6e6;
}
.nav[role="main"] ul > li:nth-child(even) a{
  height: 119px;
}

nav[role="main"] a:hover,nav[role="main"] .current-menu-item a , .single .menu-item-43 a {
  color: #fff;
  background: url('images/menu_stin.png') left -1px repeat-x;
}

/* small screens */
@media screen and (max-width: 822px) {
  html,
  body {
    margin: 0;
  }
  header{
    background:none;
  }
  nav[role="main"] {
    height: auto;
  }
  nav[role="main"] ul {
display: none;
opacity: 0;
height: 70px;
margin: 0 0 0 -1px;
padding: 0;
padding: 15px 70px 15px 43%;
transition-duration: .2s;
transition-timing-function: ease-in-out;
transition-property: height,opacity;
  }
  nav[role="main"] ul > li{
    max-width: 100%;
    text-align: left;
  }
  nav[role="main"] ul > li a,nav[role="main"] ul > li:nth-child(even) a{
height: auto;
line-height: 30px;
border: none;
background: none!important;
color: #000!important;
  }
  nav[role="main"] ul > li a:hover{
    background: none;
    color: black;
  }
  nav[role="main"] label {
position: absolute;
display: block;
width: 100%;
min-height: 2.25em;
font-size: 3em;
margin: 0;
line-height: 51px;
right: 0px;
width: 70px;
  }
  nav[role="main"] label:after {
    position: absolute;
    right: .25em;
    top: 15px;
    content: "\2261";
    font-size: 1.8em;
    z-index: 10;
  }
  nav[role="main"] input[type=checkbox]:checked ~ label:after {
    color: #222;
  }
  nav[role="main"] input[type=checkbox]:checked ~ ul {
display: block;
opacity: 1;
height: auto;
position: relative;
  }
  nav[role="main"] ul > li {
    width: 100%;
    display: block;
    opacity: .8;
    text-align: left;
  }

  #logo a img{
    left: 25px;
  }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.2
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(images/grabbing.png) 8 8, move;
}

.lang-cs nav[role="main"] ul > li:first-child a {
    border-left: none;
}


/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


#owl-demo .owl-item img{
  display: block;
  width: 100%;
  height: auto;

}
#owl-demo .owl-item .misto{
  display: none;
}

#mapa{
  width: 100%;
}
#mapa iframe{
  width: 100%!important;
  height: 400px!important;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#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;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#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:#fff;}
#colorbox{outline:0;}
    #cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 0;}
    #cboxTopCenter{height:25px; background:url(images/border1.png) repeat-x 0 -50px;}
    #cboxTopRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px 0;}
    #cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) no-repeat 0 -25px;}
    #cboxBottomCenter{height:25px; background:url(images/border1.png) repeat-x 0 -75px;}
    #cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) no-repeat -25px -25px;}
    #cboxMiddleLeft{width:25px; background:url(images/border2.png) repeat-y 0 0;}
    #cboxMiddleRight{width:25px; background:url(images/border2.png) repeat-y -25px 0;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:30px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#999;}
        #cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
        #cboxLoadingOverlay{background:#fff url(images/loading.gif) no-repeat 5px 5px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #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) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:0; right:42px; color:#444;}
        #cboxPrevious{position:absolute; bottom:0; left:0; color:#444;}
        #cboxNext{position:absolute; bottom:0; left:108px; color:#444;}
        #cboxClose{position:absolute; bottom:0; right:0; display:block; color:#444;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}