.vx-layout-wrapper
{
display: table;
width: 100%;
table-layout: fixed;
}
.vx-layout-row
{
display: table-row;
}
.vx-layout-cell
{
display: table-cell;
vertical-align: top;
}
.vx-layout-cell:before
{
width: 100%;
content: " ";
display: table;
}
.vx-layout-cell:after {
clear: both;
font: 0/0 serif;
display: block;
content: " ";
}
.column-twothird {
width: 66%;
}
.column-half {
width: 50%;
}
.column-third {
width: 33%;
}
.column-quarter {
width: 25%;
}
.layout-horizontal-splitter {
width: 100%;
display: block;
height: 1px;
background: #111;
clear: both;
}
@media (max-width: 800px) {
.column-twothird {
width: 100%;
display: block;
float: left;
}
.column-quarter {
width: 50%;
display: block;
float: left;
}
}
@media (max-width: 700px) {
.column-half {
width: 100%;
display: block;
float: left;
}
.column-third {
width: 50%;
display: block;
float: left;
}
}
@media (max-width: 600px) {
.column-third {
width: 100%;
}
.column-half {
width: 100%;
}
.column-quarter {
width: 100%;
}
}
.columnt-text-padding {
padding-right: 100px;
}
.vx-layout-list input {
border: 0;
background: transparent;
box-shadow: none;
width: auto;
}
.vx-layout-list span:before {
position: relative;
top: 4px;
cursor: pointer;
}
.vx-layout-icon {
display: inline-block;
width: 22px;
height: 22px;
margin-right: 8px;
cursor: pointer;
background-image: url(//www.lhotsky.cz/wp-content/plugins/layout-helper/layout-icons.png);
}
#vx-icon-two {
background-position: 0 0;
}
#vx-icon-three {
background-position: -22px 0;
}
#vx-icon-left {
background-position: -44px 0;
}
#vx-icon-right {
background-position: -66px 0;
}
.vx-origin-cell {
padding-top: 18%;
overflow: hidden;
}
.vx-origin-cell img, .vx-origin-cell .inner-wrapper {
position: absolute;
top: 0;
width: 100%;
height: auto;
transition: all .3s ease-out;
min-height: 100%;
}
.vx-origin-cell .inner-wrapper {
height: 100%;
}
.vx-origin-cell .inner-wrapper:before {
content: " ";
display: inline-block;
height: 100%;
width: 1%;
vertical-align: middle;
}
.vx-grid-link-wrapper:hover .inner-wrapper, .vx-grid-link-wrapper .inner-wrapper:hover {
background-color: #000;
}
.vx-origin-cell h1, .vx-origin-cell h2, .vx-origin-cell p{
vertical-align: middle;
display: inline-block;
text-align: center;
color: #a4a4a3 !important;
font-weight: normal;
width: 90%;
font-size: 20px;
margin: 0 0 0 4%;
text-transform: uppercase;
}
.vx-origin-cell h1 {
font-size: 24px;
}
.vx-grid-link-wrapper:hover img { -webkit-animation: bounceIn 0.4s ease-in-out; -moz-animation: bounceIn 0.4s ease-in-out; -ms-animation: bounceIn 0.4s ease-in-out; -o-animation: bounceIn 0.4s ease-in-out; animation: bounceIn 0.4s ease-in-out; -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }