p .mycvet a {
    display: inline-block;
    padding: 20px 15px;
    margin: 5px 5px;
    background: #FF7E00 none repeat scroll 0% 0%;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

p .mycvet1 a {
    display: inline-block;
    padding: 20px 15px;
    margin: 5px 5px;
    background: #6FB63F none repeat scroll 0% 0%;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

p .mycvet2 a {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 0px;
    background: #0078FF none repeat scroll 0% 0%;
    border-radius: 2px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}
}

#mycvet-main {
    width: 100%;
}

#mycvet-left {
    float:left;
}

#mycvet-right {
    float:left;
    padding: 0 0 0 5px;
}


#telo_right1 {
    width: 120px;
    height: 150px; 
    float: right;
    padding: 0 0 10px 0px;
    margin: 0 0 50px 0px;
}

#telo_right2 {
    width: 120px;
    height: 150px;
    float: left;
    padding: 0 0 10px 0px;
    margin: 0 0 50px 0px;
}

#pusto {
clear: both;
font-size: 0.1em;
padding: 0px 0px 5px 0px;
text-align: center;
}


/** Wordpress default clases */

.post.sticky { background: #f8f8f8; padding: 0px 0px 16px 0px; }

.sticky .article-content { padding: 0px 16px; }

.article-block-small-image.sticky .article-header { padding: 8px 20px 0px 16px; }

.gallery-caption { color: #888; font-size: 12px; margin: 0 0 12px; }

.bypostauthor {}

.main-menu-wrapper ul ul li a i { font-style: normal!important; }

.alignright  {}

.alignleft  {}

.aligncenter   {}

ul li a i { font-style: normal; }


.gal-current-image .loading {
	background: rgba(255,255,255,0.7) url(./images/loading.gif) no-repeat center center;
	line-height: 0px;
	min-height: 100px;
}

.waiter > img {
  position:relative;
}

.gal-current-image .loading img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

.port-last-image .loading {
	display:inline-block;
	background:#fff url(./images/loading.gif) no-repeat center center;
	line-height:0px;
	min-height:400px;

}

.port-last-image  .loading img {
	opacity:0.6;
	filter:alpha(opacity=60);
}

/* isotope transition styles */

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
  
#infscr-loading {
	background: -moz-linear-gradient(center top , #747D84 0%, #434F56 100%) repeat scroll 0 0 transparent;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	bottom: 0;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	height: 50px;
	left: 50%;
	margin-left: -45px;
	padding-top: 20px;
	position: fixed;
	text-align: center;
	z-index: 1000;
	width: 90px;
	background-repeat:no-repeat;
	background-position: center center;
}
	
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

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

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

a img.alignnone {
    margin: 5px 20px 20px 0;
}

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

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.bypostauthor {}

img { height: auto !important; }

  #makeMeScrollable
  {
    position: relative;
  }
  
  #makeMeScrollable div.scrollableArea img
  {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
  }

.wpb_gallery.wpb_posts_slider.wpb_content_element p {
  height: 40px;
  overflow: hidden;
}