@-webkit-keyframes autofill {
    to {
        color: #59462a;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

div[itemprop="articleBody"] .vandrimg {
    padding: 5px;
    margin-bottom: 10px;
    border: solid;
    border-color: #d0d1b6;
    border-width: 0px 0px 0px 0px;
    background-color: #e0dad2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

pre {
	padding: 0px;
	margin: 0px 0px 12px 0px;
}

.category_img {

border: solid 1px rgba(136,125,110,0.7);

-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

-webkit-box-shadow: 0px 0px 13px 0px rgba(136,125,110,0.7);
-moz-box-shadow: 0px 0px 13px 0px rgba(136,125,110,0.7);
box-shadow: 0px 0px 13px 0px rgba(136,125,110,0.7);
}

.newsflash figure {
	margin-block-start: 10px;
    margin-block-end: 10px;
    margin-inline-start: auto;
    margin-inline-end: auto;
}

.newsflash pre {
	padding: 0px;
	margin: 0px 0px 9px 0px;
}

.newsflash-image {
	text-align: center;
}

.hidearticle {
	display: none;
}

.newsflash-image img {
	padding: 0px;
	margin: 0px;
	border: solid 1px #ffffff;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(156,156,156,1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(156,156,156,1);
	box-shadow: 1px 1px 3px 0px rgba(156,156,156,1);
}



.items-leading {
    padding: 35px 35px 0px 35px;
    overflow: hidden;
    margin-bottom: 10px
}
.items-row {
	padding: 35px 35px 0px 35px;
    overflow: hidden;
    margin-bottom: 10px
}

.pull-left {
	float: left;
	margin-right: 35px;
}

.page-header {

}


hr {padding: 0px; margin: 0px;}


.readmore {
    text-align: right;
}

.cleared {clear: both;}



.control-label .hasTooltip {
	display: inline-block;
}
.tooltip {
	position: absolute;
	z-index: 1030;
	display: block;
	visibility: visible;
	font-size: 11px;
	line-height: 1.4;
	opacity: 0;
	filter: alpha(opacity=0);
}
.tooltip.in {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 8px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}






div[itemprop="articleBody"] .classicimg {
    padding: 8px;
    margin-bottom: 10px;
    border: solid;
    border-color: #bdc094;
    border-width: 1px 1px 1px 1px;
    background-color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

div[itemprop="articleBody"] table tr td {
   vertical-align: top;
}






















::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #ece8e3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #ece8e3;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #ece8e3;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #ece8e3;
}
:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #c6c6c6;
}














#back-top {
    display:none;
}

.header {margin: 0px; padding: 0px; display: block; position: relative; width: 100%;}


/*login*/

.element-invisible {display: none;}



#login-form {
    
    padding-top: 30px;
    font-family: Arial;
    font-size: 15px;
    text-align: left;
    color: #59462a;
}

#login-form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000000;
}
#login-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000000;
   opacity:  1;
}
#login-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000000;
   opacity:  1;
}
#login-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000000;
}
#login-form input:placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:    #000000;
}


#login-form .input-small {
    display: inline-block;
    width: 140px;
    height: 30px;
    padding-left: 30px;
    font-size: 14px;
    font-style: italic;
    background: transparent;
    color: #59462a;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px dotted #59462a; 
    outline: none;
    
    
}


#login-form ul {
    list-style: none;
    text-align: left;
    list-style-position: inside;
    /*margin: 12px;*/
    font-size: 13px;
    padding-left: 0px;
    padding-top: 5px;
    clear: both;
    /*width: 180px;*/
    
    
   
   
}

#login-form ul li:before {
content: "/";
}

#login-form ul li:first-child:before {
content: none;
}


#login-form ul li {
    display: inline;
    
}
#login-form ul li a {
    color: #59462a!important;
}
#login-form ul li a:hover {
    color: #59462a!important;
}

.control-group{
    
}

#login-form .btn {
    display: inline-block;
    margin-top: 10px;
	margin-right: 26px;
	
	padding: 5px;

	border-radius: 6px 6px 6px 6px;
-moz-border-radius: 6px 6px 6px 6px;
-webkit-border-radius: 6px 6px 6px 6px;
      
    border-top: 0px solid #c3be9e;
    border-left: 0px solid #c3be9e;
    border-right: 0px solid #5b5724;
    border-bottom: 0px solid #5b5724;

    background: #726655;
 /*   
-webkit-box-shadow: 2px 2px 1px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    2px 2px 1px 0px rgba(50, 50, 50, 0.75);
box-shadow:         2px 2px 1px 0px rgba(50, 50, 50, 0.75);
*/
    font-family: Arial;
     color: #ede0ce;
    font-size: 13px;
    padding: 8px 10px 8px 10px;
    text-decoration: none;  
    outline: none;
    float: right;
}

#login-form .btn:hover {
  background: rgba(175,172,113, 1);
  color: #615440;
  text-decoration: none;
  outline: none;
}

#login-form .btn:active{
//border: 0px solid rgba(84,91,36,0.5);
      border-top: 0px solid #5b5724;
      border-left: 0px solid #5b5724;
       border-right: 0px solid #c3be9e;
        border-bottom: 0px solid #c3be9e;
        
-webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 1px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 1px 0px rgba(50, 50, 50, 0.75);
}


.add-on {
      display: inline-block;
    width: 0px;
    height: 0px;
    
    overflow: visible;
       box-sizing: border-box;
    margin: 0;
    padding: 0;
        text-align: center;
    
}


#form-login-remember {
    margin-top: 18px;
    margin-left: 0px;
    color: #59462a;
    float: left;
}

.login-greeting {
    color: #59462a;
}


.logout-button {
    display:  inline-block;
    width: 100%;
}

.woodcraft {
     background: url(../images/woodcraft.png) no-repeat;
    width: 67px;
   height: 67px;
   display: block;
   position: absolute;
   top: -13px;
   right: 85px;
   
   	opacity: 0.6;
	filter: alpha(opacity=60);
        -webkit-transition: opacity 1s linear;
    
}

.woodcraft:hover {
    	opacity: 0.9;
	filter: alpha(opacity=90);
        -webkit-transition: opacity 1s linear;
}


/****************************/
/******* TEXT AND BODY ******/
/****************************/
.site {
    background-color: #e2dbce;
}
body {
    text-align: justify;
    font-family: "Century Gothic", sans-serif;
    font-size: 15px;

    margin: 0px; padding: 0px;
    width: 100%; height: 100%;
    
    background: url(../images/background2.png) no-repeat;
    background-size: 100%; 
    //background-attachment: fixed;
}

 a {
    text-decoration: none;
    color: #42331d !important;
}

p {
    display: block;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin: 0px; padding: 0px;
}

h1 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 1.6em;
    margin-top: 0px; margin-bottom: 0px;
    font-weight: normal;
}

h2 {
    font-family: "Gill Sans", "Gill Sans MT", sans-serif;
    font-size: 1.4em;
    margin-top: 0px; margin-bottom: 0px;
    font-weight: normal;
}

h3 {
    font-family: "Gill Sans", "Gill Sans MT", sans-serif;
    font-size: 1.2em;
    margin-top: 0px; margin-bottom: 0px;
    font-weight: normal;
}



/***************************/
/******** TOP STRING *******/
/***************************/
.top_string_bck_zero {
    display: block; z-index: 1;
    width: 100%; height: 146px;
    position: absolute; top: 0px; left: 0px;
    margin: 0px; padding: 0px;
    background-color: rgba(137,126,110, 0.9);
    /*border-top: 1px solid #696843; border-bottom: 1px solid #696843;*/
}
.top_string_bck {
    display: block; z-index: 1;
    width: 100%; height: 97px;
    position: absolute; top: 10px; left: 0px;
    margin: 0px; padding: 0px;
    background-color: rgba(215,184,142, 1);
    border-top: 1px solid #696843; border-bottom: 1px solid #696843;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow:    0px 0px 6px 0px rgba(50, 50, 50, 0.4);
    box-shadow:         0px 0px 6px 0px rgba(50, 50, 50, 0.4);
}
.top_string_bck table {
    margin: 0px auto;
    width: 100%;
    height: 83px;
    border-collapse: collapse; border: 0px;
    margin: 0px; padding: 0px;
    position: relative; top: 7px;
}
    .top_string_bck table tr {
        height: 83px; margin: 0px; padding: 0px;
    }
    .top_string_bck table td {
        border: 0px; margin: 0px; padding: 0px;
    }
    .tst1, .tst5, .tst3 {
        background: url(../images/ts_bck.png);
        background-repeat: repeat-x;
    }
    .tst3 { width: 887px;} 
    .tst2 { background: url(../images/ts_l1.png); width: 165px; background-repeat: repeat-x; }

    .top_string_l1 {
        width: 159px; height: 119px;
        position: relative; top: -20px; left: 4px;
        background: url('../images/ts_l1i.png') repeat-x;
        border: 0px;
        display: block; 
    }
    .top_string_l2 {
        width: 123px; height: 124px;
        position: relative; top: -20px; left: 10px;
        background: url('../images/ts_l2i.png') repeat-x;
        border: 0px;
        display: block;
        
        /*-webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;*/
    }
        .top_string_l2:hover {
            /*-webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -o-transform: rotate(45deg);*/
        }
    .top_string_logo {
        width: 379px; height: 48px;
        position: relative; top: -14px; left: 10px;
        background: url('../images/ts_logo.png') repeat-x;
        border: 0px;
        display: block;
    }
    .top_string_underline {
        width: 478px; height: 1px;
        position: relative; top: 28px; left: 150px;
        background: url('../images/ts_underline.png') repeat-x;
        border: 0px;
        display: block;
    }


/***************************/
/******** SEARCH BOX *******/
/***************************/
.search {
}
/*inputbox search-query input-medium*/

.search-query {
    position: absolute; top: -20px; right: 4px;
    outline: none;
    background: url(../images/search-light.png) no-repeat 10px 6px rgba(26,26,26,0);
    border: 0px solid #b6a78d;
    font: italic 12px Arial,Helvetica,Sans-serif;
    color: #ffffff;
    width: 180px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    //text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

.search-query:focus {
    width: 200px;
    }

    
    
/***************************/
/******** BRADCRUMBS *******/
/***************************/  
.breadcrumb {
    z-index: 6;
    height: 30px;
    font-size: 12px;
    font-family: Verdana, Geneva, sans-serif;
    color: #f5f2e4;
    //text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    margin: 0; padding: 0;
    margin-right: 10px;
    
}

.breadcrumb ul {
    position: relative;
    margin: 0 0px 0 5px; padding: 0;
    height: 28px;
    float: right;
}

.breadcrumb ul li {
    margin: 0 5px 0 5px; padding: 0;
    list-style: none;
    float: left;
    height: 28px;
    display: inline!Important;
    line-height: 23px;
    font-style: italic;
    //font-weight: bold;
}
.breadcrumb ul li a { color: #f5f2e4!important;}
.breadcrumb ul li a:hover { text-decoration: none; color:#ece7cf!important;}

.breadcrumb ul li.divider {
    background: url(../images/arrow.png) 100% 50% no-repeat;
    padding: 0 12px 0 0;
}   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.top_string {
    visibility: hidden;
    width: 100%; height: 76px;
    position: relative;// top: 6px; left: 0px;
    //background: url('../images/top_stripe_bck3.png') repeat-x;
   z-index: 2;
   // background: rgba(122,123,38,0.6)!important;
    background: rgba(167,171,106,0.8)!important;
    
-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75);

     border-top: 1px solid rgba(222,222,222,0.6);
     border-bottom: 1px solid rgba(0,0,0,0.4);
     
     margin-bottom: 32px;
    
}

.top_string_content {
    position: relative;
    width: 1052px;
    margin: 0px auto 0 auto;
}

.top_string_decoration {
    width: 895px; height: 1px;
    position: absolute; top: 64px; left: 157px;
    background: url('../images/top_stripe_decor10.png') no-repeat;
}

.logo {
    width: 375px; height: 48px;
    position: absolute; top: 23px; left: 10px;
    background: url('../images/logo10.png') repeat-x;
    border: 0px;
}



.right_spans {
    float: right;
    z-index: -6;
    width: 230px;
    margin: 0px;
    padding: 0px;
}

.span7 {
    z-index: 10;
    display: box;
    margin-left: 0px; margin-top: 33px; margin-bottom: 0px;
    padding-left: 3px; padding-top: 10px;

    border-top: 0px solid #d3b58e;
    border-right: 1px solid #8a7a67;
    border-bottom: 1px solid #8a7a67;

    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
    
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;

    background-color: rgba(136,125,109,0.9) !important;
}

.span4 {
    z-index: 10;
    display: box;
    margin-left: 0px; margin-top: 8px; margin-bottom: 15px;
    padding-top: 10px; padding-bottom: 5px;

    border-top: 0px solid #d7b88e; 
    border-right: 1px solid #8a7a67;
    border-bottom: 1px solid #8a7a67;

    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;

    background-color: rgba(136,125,109,0.9) !important;    
}

.span66 {
 z-index: 10;
    display: box;
    margin-left: 0px; margin-top: 16px; margin-bottom: 16px;
    padding-top: 0px; padding-bottom: 0px;

    border-top: 0px solid #d7b88e; 
    border-right: 1px solid #8a7a67;
    border-bottom: 1px solid #8a7a67;

    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
    
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px; 
}
.span6 {
	padding: 0px;
   
   }
.span11 {
    z-index: 10;
    
    margin: 0px;
    padding: 0px;

    
}



.userdata .btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #1d6cb0;
    background-image: -moz-linear-gradient(top,#2384d3,#15497c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#2384d3),to(#15497c));
    background-image: -webkit-linear-gradient(top,#2384d3,#15497c);
    background-image: -o-linear-gradient(top,#2384d3,#15497c);
    background-image: linear-gradient(to bottom,#2384d3,#15497c);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2384d3', endColorstr='#ff15497c', GradientType=0);
    border-color: #15497c #15497c #0a223b;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.content_container {
    min-height: 800px;
     margin-top: 0px;
     margin-bottom: 0px;
    float: left; width: 822px; background-color: #fbf9f0; border: 1px solid #a69884;                 

    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 7px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    
        position: relative;
        display: block;
        z-index: 1000;
        
       
      border: 0px solid rgba(125,111,86,0.6);
        -webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.content_container_padding {
   
     /*  padding: 35px; */
}


/*---------------------------*/
/* ---- odsazení obsahu ---- */
 .item-page { padding: 35px; }


.tile {padding: 20px; }

.menu .divider{
    display: inline-block!important;
    line-height: 5px;
    width: 150px;
    height: 5px;
    border-bottom: 1px dotted #ede0ce;
    
}
.menu .separator{  
  line-height: 5px;
  height: 5px;
  font-size:5px;
    
}

.my_menu ul {
  font-size: 18px;
  text-align: center;
}
.my_menu ul {
 padding: 0px;
 text-decoration: none;
 list-style-type: none;
 list-style-image: none;
 
 line-height:28px;
 margin-bottom: 15px;
}
.my_menu li a {
   /* font-weight: bold; */
    text-decoration: none;
    color: #f5f4ef !important;
    text-shadow: 2px 1px 2px rgba(89, 83, 50, 1);

  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s; 
}

.my_menu li a:hover {
  text-decoration: none; 
  color: #e9e8e0 !important;
  text-shadow: 2px 2px 2px rgba(89, 83, 50, 0.8);
  text-shadow: 4px 4px 4px rgba(35, 29, 5, 1);
}

.mem_menu ul {
	font-size: 18px;
	text-align: center;
  }
  .mem_menu ul {
   padding: 0px;
   text-decoration: none;
   list-style-type: none;
   list-style-image: none;
   
   line-height:28px;
   margin-bottom: 0px;
   margin-top: 0px;
  }
  .mem_menu li a {
	 /* font-weight: bold; */
	  text-decoration: none;
	  color: #f5f4ef !important;
	  text-shadow: 2px 1px 2px rgba(89, 83, 50, 1);
  
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	/* ...and now for the proper property */
	transition:.5s; 
  }
  
  .mem_menu li a:hover {
	text-decoration: none; 
	color: #e9e8e0 !important;
	text-shadow: 2px 2px 2px rgba(89, 83, 50, 0.8);
	text-shadow: 4px 4px 4px rgba(35, 29, 5, 1);
  }





/*--------------------------*/
/* tlacitka prihlaseny user */
.btn_settings {
    display: block;
    float: right;
    background-color: #f4f1e5 !important;
    width: 29px;
    height: 29px;
    background-image: url('../images/login_setup.png');
    border-left: 1px solid #c0b7aa;
    }
    
.btn_logout {
    display: block;
    float: right;
    background-color: #f4f1e5 !important;
    width: 29px;
    height: 29px;
    background-image: url('../images/login_logout.png');
    border-left: 1px solid #c0b7aa;
    } 

 



/*-------------------------*/
/* tlacitko pro tisk apod. */ 


@font-face {
	font-family: 'IcoMoon';
	src: url('../../../media/jui/fonts/IcoMoon.eot');
	src: url('../../../media/jui/fonts/IcoMoon.eot?#iefix') format('embedded-opentype'), url('../../../media/jui/fonts/IcoMoon.woff') format('woff'), url('../../../media/jui/fonts/IcoMoon.ttf') format('truetype'), url('../../../media/jui/fonts/IcoMoon.svg#IcoMoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[data-icon]:before {
	font-family: 'IcoMoon';
	content: attr(data-icon);
	speak: none;
}
[class^="icon-"],
[class*=" icon-"] {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	line-height: 14px;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
	font-family: 'IcoMoon';
	font-style: normal;
	speak: none;
}
[class^="icon-"].disabled,
[class*=" icon-"].disabled {
	font-weight: normal;
}
.icon-joomla:before {
	content: "\e200";
}
.icon-chevron-up:before,
.icon-uparrow:before,
.icon-arrow-up:before {
	content: "\e005";
}
.icon-chevron-right:before,
.icon-rightarrow:before,
.icon-arrow-right:before {
	content: "\e006";
}
.icon-chevron-down:before,
.icon-downarrow:before,
.icon-arrow-down:before {
	content: "\e007";
}
.icon-chevron-left:before,
.icon-leftarrow:before,
.icon-arrow-left:before {
	content: "\e008";
}
.icon-arrow-first:before {
	content: "\e003";
}
.icon-arrow-last:before {
	content: "\e004";
}
.icon-arrow-up-2:before {
	content: "\e009";
}
.icon-arrow-right-2:before {
	content: "\e00a";
}
.icon-arrow-down-2:before {
	content: "\e00b";
}
.icon-arrow-left-2:before {
	content: "\e00c";
}
.icon-arrow-up-3:before {
	content: "\e00f";
}
.icon-arrow-right-3:before {
	content: "\e010";
}
.icon-arrow-down-3:before {
	content: "\e011";
}
.icon-arrow-left-3:before {
	content: "\e012";
}
.icon-menu-2:before {
	content: "\e00e";
}
.icon-arrow-up-4:before {
	content: "\e201";
}
.icon-arrow-right-4:before {
	content: "\e202";
}
.icon-arrow-down-4:before {
	content: "\e203";
}
.icon-arrow-left-4:before {
	content: "\e204";
}
.icon-share:before,
.icon-redo:before {
	content: "\27";
}
.icon-undo:before {
	content: "\28";
}
.icon-forward-2:before {
	content: "\e205";
}
.icon-backward-2:before,
.icon-reply:before {
	content: "\e206";
}
.icon-unblock:before,
.icon-refresh:before,
.icon-redo-2:before {
	content: "\6c";
}
.icon-undo-2:before {
	content: "\e207";
}
.icon-move:before {
	content: "\7a";
}
.icon-expand:before {
	content: "\66";
}
.icon-contract:before {
	content: "\67";
}
.icon-expand-2:before {
	content: "\68";
}
.icon-contract-2:before {
	content: "\69";
}
.icon-play:before {
	content: "\e208";
}
.icon-pause:before {
	content: "\e209";
}
.icon-stop:before {
	content: "\e210";
}
.icon-previous:before,
.icon-backward:before {
	content: "\7c";
}
.icon-next:before,
.icon-forward:before {
	content: "\7b";
}
.icon-first:before {
	content: "\7d";
}
.icon-last:before {
	content: "\e000";
}
.icon-play-circle:before {
	content: "\e00d";
}
.icon-pause-circle:before {
	content: "\e211";
}
.icon-stop-circle:before {
	content: "\e212";
}
.icon-backward-circle:before {
	content: "\e213";
}
.icon-forward-circle:before {
	content: "\e214";
}
.icon-loop:before {
	content: "\e001";
}
.icon-shuffle:before {
	content: "\e002";
}
.icon-search:before {
	content: "\53";
}
.icon-zoom-in:before {
	content: "\64";
}
.icon-zoom-out:before {
	content: "\65";
}
.icon-apply:before,
.icon-edit:before,
.icon-pencil:before {
	content: "\2b";
}
.icon-pencil-2:before {
	content: "\2c";
}
.icon-brush:before {
	content: "\3b";
}
.icon-save-new:before,
.icon-plus-2:before {
	content: "\5d";
}
.icon-minus-sign:before,
.icon-minus-2:before {
	content: "\5e";
}
.icon-delete:before,
.icon-remove:before,
.icon-cancel-2:before {
	content: "\49";
}
.icon-publish:before,
.icon-save:before,
.icon-ok:before,
.icon-checkmark:before {
	content: "\47";
}
.icon-new:before,
.icon-plus:before {
	content: "\2a";
}
.icon-plus-circle:before {
	content: "\e215";
}
.icon-minus:before,
.icon-not-ok:before {
	content: "\4b";
}
.icon-ban-circle:before,
.icon-minus-circle:before {
	content: "\e216";
}
.icon-unpublish:before,
.icon-cancel:before {
	content: "\4a";
}
.icon-cancel-circle:before {
	content: "\e217";
}
.icon-checkmark-2:before {
	content: "\e218";
}
.icon-checkmark-circle:before {
	content: "\e219";
}
.icon-info:before {
	content: "\e220";
}
.icon-info-2:before,
.icon-info-circle:before {
	content: "\e221";
}
.icon-question:before,
.icon-question-sign:before,
.icon-help:before {
	content: "\45";
}
.icon-question-2:before,
.icon-question-circle:before {
	content: "\e222";
}
.icon-notification:before {
	content: "\e223";
}
.icon-notification-2:before,
.icon-notification-circle:before {
	content: "\e224";
}
.icon-pending:before,
.icon-warning:before {
	content: "\48";
}
.icon-warning-2:before,
.icon-warning-circle:before {
	content: "\e225";
}
.icon-checkbox-unchecked:before {
	content: "\3d";
}
.icon-checkin:before,
.icon-checkbox:before,
.icon-checkbox-checked:before {
	content: "\3e";
}
.icon-checkbox-partial:before {
	content: "\3f";
}
.icon-square:before {
	content: "\e226";
}
.icon-radio-unchecked:before {
	content: "\e227";
}
.icon-radio-checked:before,
.icon-generic:before {
	content: "\e228";
}
.icon-circle:before {
	content: "\e229";
}
.icon-signup:before {
	content: "\e230";
}
.icon-grid:before,
.icon-grid-view:before {
	content: "\58";
}
.icon-grid-2:before,
.icon-grid-view-2:before {
	content: "\59";
}
.icon-menu:before {
	content: "\5a";
}
.icon-list:before,
.icon-list-view:before {
	content: "\31";
}
.icon-list-2:before {
	content: "\e231";
}
.icon-menu-3:before {
	content: "\e232";
}
.icon-folder-open:before,
.icon-folder:before {
	content: "\2d";
}
.icon-folder-close:before,
.icon-folder-2:before {
	content: "\2e";
}
.icon-folder-plus:before {
	content: "\e234";
}
.icon-folder-minus:before {
	content: "\e235";
}
.icon-folder-3:before {
	content: "\e236";
}
.icon-folder-plus-2:before {
	content: "\e237";
}
.icon-folder-remove:before {
	content: "\e238";
}
.icon-file:before {
	content: "\e016";
}
.icon-file-2:before {
	content: "\e239";
}
.icon-file-add:before,
.icon-file-plus:before {
	content: "\29";
}
.icon-file-minus:before {
	content: "\e017";
}
.icon-file-check:before {
	content: "\e240";
}
.icon-file-remove:before {
	content: "\e241";
}
.icon-save-copy:before,
.icon-copy:before {
	content: "\e018";
}
.icon-stack:before {
	content: "\e242";
}
.icon-tree:before {
	content: "\e243";
}
.icon-tree-2:before {
	content: "\e244";
}
.icon-paragraph-left:before {
	content: "\e246";
}
.icon-paragraph-center:before {
	content: "\e247";
}
.icon-paragraph-right:before {
	content: "\e248";
}
.icon-paragraph-justify:before {
	content: "\e249";
}
.icon-screen:before {
	content: "\e01c";
}
.icon-tablet:before {
	content: "\e01d";
}
.icon-mobile:before {
	content: "\e01e";
}
.icon-box-add:before {
	content: "\51";
}
.icon-box-remove:before {
	content: "\52";
}
.icon-download:before {
	content: "\e021";
}
.icon-upload:before {
	content: "\e022";
}
.icon-home:before {
	content: "\21";
}
.icon-home-2:before {
	content: "\e250";
}
.icon-out-2:before,
.icon-new-tab:before {
	content: "\e024";
}
.icon-out-3:before,
.icon-new-tab-2:before {
	content: "\e251";
}
.icon-link:before {
	content: "\e252";
}
.icon-picture:before,
.icon-image:before {
	content: "\2f";
}
.icon-pictures:before,
.icon-images:before {
	content: "\30";
}
.icon-palette:before,
.icon-color-palette:before {
	content: "\e014";
}
.icon-camera:before {
	content: "\55";
}
.icon-camera-2:before,
.icon-video:before {
	content: "\e015";
}
.icon-play-2:before,
.icon-video-2:before,
.icon-youtube:before {
	content: "\56";
}
.icon-music:before {
	content: "\57";
}
.icon-user:before {
	content: "\22";
}
.icon-users:before {
	content: "\e01f";
}
.icon-vcard:before {
	content: "\6d";
}
.icon-address:before {
	content: "\70";
}
.icon-share-alt:before,
.icon-out:before {
	content: "\26";
}
.icon-enter:before {
	content: "\e257";
}
.icon-exit:before {
	content: "\e258";
}
.icon-comment:before,
.icon-comments:before {
	content: "\24";
}
.icon-comments-2:before {
	content: "\25";
}
.icon-quote:before,
.icon-quotes-left:before {
	content: "\60";
}
.icon-quote-2:before,
.icon-quotes-right:before {
	content: "\61";
}
.icon-quote-3:before,
.icon-bubble-quote:before {
	content: "\e259";
}
.icon-phone:before {
	content: "\e260";
}
.icon-phone-2:before {
	content: "\e261";
}
.icon-envelope:before,
.icon-mail:before {
	content: "\4d";
}
.icon-envelope-opened:before,
.icon-mail-2:before {
	content: "\4e";
}
.icon-unarchive:before,
.icon-drawer:before {
	content: "\4f";
}
.icon-archive:before,
.icon-drawer-2:before {
	content: "\50";
}
.icon-briefcase:before {
	content: "\e020";
}
.icon-tag:before {
	content: "\e262";
}
.icon-tag-2:before {
	content: "\e263";
}
.icon-tags:before {
	content: "\e264";
}
.icon-tags-2:before {
	content: "\e265";
}
.icon-options:before,
.icon-cog:before {
	content: "\38";
}
.icon-cogs:before {
	content: "\37";
}
.icon-screwdriver:before,
.icon-tools:before {
	content: "\36";
}
.icon-wrench:before {
	content: "\3a";
}
.icon-equalizer:before {
	content: "\39";
}
.icon-dashboard:before {
	content: "\78";
}
.icon-switch:before {
	content: "\e266";
}
.icon-filter:before {
	content: "\54";
}
.icon-purge:before,
.icon-trash:before {
	content: "\4c";
}
.icon-checkedout:before,
.icon-lock:before,
.icon-locked:before {
	content: "\23";
}
.icon-unlock:before {
	content: "\e267";
}
.icon-key:before {
	content: "\5f";
}
.icon-support:before {
	content: "\46";
}
.icon-database:before {
	content: "\62";
}
.icon-scissors:before {
	content: "\e268";
}
.icon-health:before {
	content: "\6a";
}
.icon-wand:before {
	content: "\6b";
}
.icon-eye-open:before,
.icon-eye:before {
	content: "\3c";
}
.icon-eye-close:before,
.icon-eye-blocked:before,
.icon-eye-2:before {
	content: "\e269";
}
.icon-clock:before {
	content: "\6e";
}
.icon-compass:before {
	content: "\6f";
}
.icon-broadcast:before,
.icon-connection:before,
.icon-wifi:before {
	content: "\e01b";
}
.icon-book:before {
	content: "\e271";
}
.icon-lightning:before,
.icon-flash:before {
	content: "\79";
}
.icon-print:before,
.icon-printer:before {
	content: "\e013";
}
.icon-feed:before {
	content: "\71";
}
.icon-calendar:before {
	content: "\43";
}
.icon-calendar-2:before {
	content: "\44";
}
.icon-calendar-3:before {
	content: "\e273";
}
.icon-pie:before {
	content: "\77";
}
.icon-bars:before {
	content: "\76";
}
.icon-chart:before {
	content: "\75";
}
.icon-power-cord:before {
	content: "\32";
}
.icon-cube:before {
	content: "\33";
}
.icon-puzzle:before {
	content: "\34";
}
.icon-attachment:before,
.icon-paperclip:before,
.icon-flag-2:before {
	content: "\72";
}
.icon-lamp:before {
	content: "\74";
}
.icon-pin:before,
.icon-pushpin:before {
	content: "\73";
}
.icon-location:before {
	//content: "\63";
}
.icon-shield:before {
	content: "\e274";
}
.icon-flag:before {
	content: "\35";
}
.icon-flag-3:before {
	content: "\e275";
}
.icon-bookmark:before {
	content: "\e023";
}
.icon-bookmark-2:before {
	content: "\e276";
}
.icon-heart:before {
	content: "\e277";
}
.icon-heart-2:before {
	content: "\e278";
}
.icon-thumbs-up:before {
	content: "\5b";
}
.icon-thumbs-down:before {
	content: "\5c";
}
.icon-unfeatured:before,
.icon-asterisk:before,
.icon-star-empty:before {
	content: "\40";
}
.icon-star-2:before {
	content: "\41";
}
.icon-featured:before,
.icon-default:before,
.icon-star:before {
	content: "\42";
}
.icon-smiley:before,
.icon-smiley-happy:before {
	content: "\e279";
}
.icon-smiley-2:before,
.icon-smiley-happy-2:before {
	content: "\e280";
}
.icon-smiley-sad:before {
	content: "\e281";
}
.icon-smiley-sad-2:before {
	content: "\e282";
}
.icon-smiley-neutral:before {
	content: "\e283";
}
.icon-smiley-neutral-2:before {
	content: "\e284";
}
.icon-cart:before {
	content: "\e019";
}
.icon-basket:before {
	content: "\e01a";
}
.icon-credit:before {
	content: "\e286";
}
.icon-credit-2:before {
	content: "\e287";
}
.icon-expired:before {
	content: "\4b";
}
   






.pull-right {
    float: right;
	top: 0px;
	padding-left: 35px;
}

.btn-group {
    position: relative;
    display: inline-block;
    
  //  font-size: 0;
  //  vertical-align: middle;
    white-space: nowrap;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
   /* display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;*/
}







.dropup,
.dropdown {
	position: relative;
}
.dropdown-toggle {
	*margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
	outline: 0;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
}
.dropdown .caret {
	margin-top: 8px;
	margin-left: 2px;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
    
	right: 0;
	left: auto;
}
.dropdown-menu .divider {
	*width: 100%;
	height: 1px;
	margin: 8px 1px;
	*margin: -5px 0 5px;
	overflow: hidden;
	background-color: #e5e5e5;
	border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 18px;
	color: #333;
	white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	text-decoration: none;
	//color: #fff !important;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #333;
	text-decoration: none;
	outline: 0;
	background-color: #0081c2;
	background-image: -moz-linear-gradient(top,#08c,#0077b3);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#0077b3));
	background-image: -webkit-linear-gradient(top,#08c,#0077b3);
	background-image: -o-linear-gradient(top,#08c,#0077b3);
	background-image: linear-gradient(to bottom,#08c,#0077b3);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0076b2', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	cursor: default;
}
.open {
	*z-index: 1000;
}
.open > .dropdown-menu {
	display: block;
}
.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}
.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000;
	content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
	top: auto;
	bottom: 0;
	margin-top: 0;
	margin-bottom: -2px;
	-webkit-border-radius: 5px 5px 5px 0;
	-moz-border-radius: 5px 5px 5px 0;
	border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
	padding-left: 20px;
	padding-right: 20px;
}