@charset 'UTF-8';
.woof_redraw_zone label.woof_section_tab_label {
display: block;
padding: 6px 12px;
margin-right: 0.2rem;
cursor: pointer;
background: #fff;
border: 2px solid #ccc;
margin-bottom: 2px;
font-weight: normal;
transition: background ease 0.2s;
width: 100%;
float: left;
}
.woof_redraw_zone .woof_section_tab {
width: 100%;
padding: 3px;
background: #fff;
height: 1px;
overflow: hidden;
opacity: 0;
transition: all 0.5s ease-in-out;
}
.woof_redraw_zone input[name="woof_section_tabs"] {
display: none;
}
.woof_redraw_zone input[name="woof_section_tabs"]:checked + label.woof_section_tab_label {
font-weight: bold;
}
label.woof_section_tab_label span{
transition: transform .5s ease-in-out;
display: inline-block;
float: right;
font-weight: bolder;
}
.woof_redraw_zone input[name="woof_section_tabs"]:checked + label.woof_section_tab_label span{
transform: rotate(45deg);
}
.woof_redraw_zone input[name="woof_section_tabs"]:checked + label.woof_section_tab_label + .woof_section_tab {
height: auto;
opacity: 1;
transition: all 0.5s ease-in-out;
overflow: inherit;
}.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-noir .tooltipster-box{border-radius:0;border:3px solid #000;background:#fff}.tooltipster-sidetip.tooltipster-noir .tooltipster-content{color:#000}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow{height:11px;margin-left:-11px;width:22px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow{height:22px;margin-left:0;margin-top:-11px;width:11px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background{border:11px solid transparent}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#fff;top:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff;left:-4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background{border-right-color:#fff;left:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff;top:-4px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border{border-width:11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped{top:-11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped{left:-11px}.irs {
position: relative;
display: block;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-size: 12px;
font-family: Arial, sans-serif;
}
.irs-line {
position: relative;
display: block;
overflow: hidden;
outline: none !important;
}
.irs-bar {
position: absolute;
display: block;
left: 0;
width: 0;
}
.irs-shadow {
position: absolute;
display: none;
left: 0;
width: 0;
}
.irs-handle {
position: absolute;
display: block;
box-sizing: border-box;
cursor: default;
z-index: 1;
}
.irs-handle.type_last {
z-index: 2;
}
.irs-min,
.irs-max {
position: absolute;
display: block;
cursor: default;
}
.irs-min {
left: 0;
}
.irs-max {
right: 0;
}
.irs-from,
.irs-to,
.irs-single {
position: absolute;
display: block;
top: 0;
left: 0;
cursor: default;
white-space: nowrap;
}
.irs-grid {
position: absolute;
display: none;
bottom: 0;
left: 0;
width: 100%;
height: 20px;
}
.irs-with-grid .irs-grid {
display: block;
}
.irs-grid-pol {
position: absolute;
top: 0;
left: 0;
width: 1px;
height: 8px;
background: #000;
}
.irs-grid-pol.small {
height: 4px;
}
.irs-grid-text {
position: absolute;
bottom: 0;
left: 0;
white-space: nowrap;
text-align: center;
font-size: 9px;
line-height: 9px;
padding: 0 3px;
color: #000;
}
.irs-disable-mask {
position: absolute;
display: block;
top: 0;
left: -1%;
width: 102%;
height: 100%;
cursor: default;
background: rgba(0, 0, 0, 0);
z-index: 2;
}
.lt-ie9 .irs-disable-mask {
background: #000;
filter: alpha(opacity=0);
cursor: not-allowed;
}
.irs-disabled {
opacity: 0.4;
}
.irs-hidden-input {
position: absolute !important;
display: block !important;
top: 0 !important;
left: 0 !important;
width: 0 !important;
height: 0 !important;
font-size: 0 !important;
line-height: 0 !important;
padding: 0 !important;
margin: 0 !important;
overflow: hidden;
outline: none !important;
z-index: -9999 !important;
background: none !important;
border-style: solid !important;
border-color: transparent !important;
}
.irs--flat {
height: 40px;
}
.irs--flat.irs-with-grid {
height: 60px;
}
.irs--flat .irs-line {
top: 25px;
height: 12px;
background-color: #e1e4e9;
border-radius: 4px;
}
.irs--flat .irs-bar {
top: 25px;
height: 12px;
background-color: #ed5565;
}
.irs--flat .irs-bar--single {
border-radius: 4px 0 0 4px;
}
.irs--flat .irs-shadow {
height: 1px;
bottom: 16px;
background-color: #e1e4e9;
}
.irs--flat .irs-handle {
top: 22px;
width: 16px;
height: 18px;
background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
position: absolute;
display: block;
top: 0;
left: 50%;
width: 2px;
height: 100%;
margin-left: -1px;
background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
top: 0;
padding: 1px 3px;
color: #999;
font-size: 10px;
line-height: 1.333;
text-shadow: none;
background-color: #e1e4e9;
border-radius: 4px;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
color: white;
font-size: 10px;
line-height: 1.333;
text-shadow: none;
padding: 1px 5px;
background-color: #ed5565;
border-radius: 4px;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
position: absolute;
display: block;
content: "";
bottom: -6px;
left: 50%;
width: 0;
height: 0;
margin-left: -3px;
overflow: hidden;
border: 3px solid transparent;
border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
color: #999;
}
.irs--big {
height: 55px;
}
.irs--big.irs-with-grid {
height: 70px;
}
.irs--big .irs-line {
top: 33px;
height: 12px;
background-color: white;
background: linear-gradient(to bottom, #ddd -50%, white 150%);
border: 1px solid #ccc;
border-radius: 12px;
}
.irs--big .irs-bar {
top: 33px;
height: 12px;
background-color: #92bce0;
border: 1px solid #428bca;
background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
border-radius: 12px 0 0 12px;
}
.irs--big .irs-shadow {
height: 1px;
bottom: 16px;
background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
top: 25px;
width: 30px;
height: 30px;
border: 1px solid rgba(0, 0, 0, 0.3);
background-color: #cbcfd5;
background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
border-radius: 30px;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
border-color: rgba(0, 0, 0, 0.45);
background-color: #939ba7;
background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
top: 0;
padding: 1px 5px;
color: white;
text-shadow: none;
background-color: #9f9f9f;
border-radius: 3px;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
color: white;
text-shadow: none;
padding: 1px 5px;
background-color: #428bca;
background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
border-radius: 3px;
}
.irs--big .irs-grid-pol {
background-color: #428bca;
}
.irs--big .irs-grid-text {
color: #428bca;
}
.irs--modern {
height: 55px;
}
.irs--modern.irs-with-grid {
height: 55px;
}
.irs--modern .irs-line {
top: 25px;
height: 5px;
background-color: #d1d6e0;
background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
border: 1px solid #a3adc1;
border-bottom-width: 0;
border-radius: 5px;
}
.irs--modern .irs-bar {
top: 25px;
height: 5px;
background: #20b426;
background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
border-radius: 5px 0 0 5px;
}
.irs--modern .irs-shadow {
height: 1px;
bottom: 21px;
background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
top: 37px;
width: 12px;
height: 13px;
border: 1px solid #a3adc1;
border-top-width: 0;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(1) {
position: absolute;
display: block;
top: -4px;
left: 1px;
width: 6px;
height: 6px;
border: 1px solid #a3adc1;
background: white;
transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
position: absolute;
display: block;
box-sizing: border-box;
top: 0;
left: 0;
width: 10px;
height: 12px;
background: #e9e6e6;
background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
border-radius: 0 0 3px 3px;
}
.irs--modern .irs-handle > i:nth-child(3) {
position: absolute;
display: block;
box-sizing: border-box;
top: 3px;
left: 3px;
width: 4px;
height: 5px;
border-left: 1px solid #a3adc1;
border-right: 1px solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
border-color: #7685a2;
background: #c3c7cd;
background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
top: 0;
font-size: 10px;
line-height: 1.333;
text-shadow: none;
padding: 1px 5px;
color: white;
background-color: #d1d6e0;
border-radius: 5px;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
font-size: 10px;
line-height: 1.333;
text-shadow: none;
padding: 1px 5px;
background-color: #20b426;
color: white;
border-radius: 5px;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
position: absolute;
display: block;
content: "";
bottom: -6px;
left: 50%;
width: 0;
height: 0;
margin-left: -3px;
overflow: hidden;
border: 3px solid transparent;
border-top-color: #20b426;
}
.irs--modern .irs-grid {
height: 25px;
}
.irs--modern .irs-grid-pol {
background-color: #dedede;
}
.irs--modern .irs-grid-text {
color: silver;
font-size: 13px;
}
.irs--sharp {
height: 50px;
font-size: 12px;
line-height: 1;
}
.irs--sharp.irs-with-grid {
height: 57px;
}
.irs--sharp .irs-line {
top: 30px;
height: 2px;
background-color: black;
border-radius: 2px;
}
.irs--sharp .irs-bar {
top: 30px;
height: 2px;
background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
border-radius: 2px 0 0 2px;
}
.irs--sharp .irs-shadow {
height: 1px;
bottom: 21px;
background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
top: 25px;
width: 10px;
height: 10px;
background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
position: absolute;
display: block;
top: 100%;
left: 0;
width: 0;
height: 0;
border: 5px solid transparent;
border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
color: white;
font-size: 14px;
line-height: 1;
top: 0;
padding: 3px 4px;
opacity: 0.4;
background-color: #a804b2;
border-radius: 2px;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
font-size: 14px;
line-height: 1;
text-shadow: none;
padding: 3px 4px;
background-color: #a804b2;
color: white;
border-radius: 2px;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
position: absolute;
display: block;
content: "";
bottom: -6px;
left: 50%;
width: 0;
height: 0;
margin-left: -3px;
overflow: hidden;
border: 3px solid transparent;
border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
height: 25px;
}
.irs--sharp .irs-grid-pol {
background-color: #dedede;
}
.irs--sharp .irs-grid-text {
color: silver;
font-size: 13px;
}
.irs--round {
height: 50px;
}
.irs--round.irs-with-grid {
height: 65px;
}
.irs--round .irs-line {
top: 36px;
height: 4px;
background-color: #dee4ec;
border-radius: 4px;
}
.irs--round .irs-bar {
top: 36px;
height: 4px;
background-color: #006cfa;
}
.irs--round .irs-bar--single {
border-radius: 4px 0 0 4px;
}
.irs--round .irs-shadow {
height: 4px;
bottom: 21px;
background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
top: 26px;
width: 24px;
height: 24px;
border: 4px solid #006cfa;
background-color: white;
border-radius: 24px;
box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
color: #333;
font-size: 14px;
line-height: 1;
top: 0;
padding: 3px 5px;
background-color: rgba(0, 0, 0, 0.1);
border-radius: 4px;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
font-size: 14px;
line-height: 1;
text-shadow: none;
padding: 3px 5px;
background-color: #006cfa;
color: white;
border-radius: 4px;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
position: absolute;
display: block;
content: "";
bottom: -6px;
left: 50%;
width: 0;
height: 0;
margin-left: -3px;
overflow: hidden;
border: 3px solid transparent;
border-top-color: #006cfa;
}
.irs--round .irs-grid {
height: 25px;
}
.irs--round .irs-grid-pol {
background-color: #dedede;
}
.irs--round .irs-grid-text {
color: silver;
font-size: 13px;
}
.irs--square {
height: 50px;
}
.irs--square.irs-with-grid {
height: 60px;
}
.irs--square .irs-line {
top: 31px;
height: 4px;
background-color: #dedede;
}
.irs--square .irs-bar {
top: 31px;
height: 4px;
background-color: black;
}
.irs--square .irs-shadow {
height: 2px;
bottom: 21px;
background-color: #dedede;
}
.irs--square .irs-handle {
top: 25px;
width: 16px;
height: 16px;
border: 3px solid black;
background-color: white;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
color: #333;
font-size: 14px;
line-height: 1;
top: 0;
padding: 3px 5px;
background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
font-size: 14px;
line-height: 1;
text-shadow: none;
padding: 3px 5px;
background-color: black;
color: white;
}
.irs--square .irs-grid {
height: 25px;
}
.irs--square .irs-grid-pol {
background-color: #dedede;
}
.irs--square .irs-grid-text {
color: silver;
font-size: 11px;
}.wcp-carousel-main-wrap { }
@font-face {
font-family: 'FontAwesome';
src: url(//sac.org.co/wp-content/plugins/responsive-posts-carousel-pro/assets/front/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//sac.org.co/wp-content/plugins/responsive-posts-carousel-pro/assets/front/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//sac.org.co/wp-content/plugins/responsive-posts-carousel-pro/assets/front/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//sac.org.co/wp-content/plugins/responsive-posts-carousel-pro/assets/front/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//sac.org.co/wp-content/plugins/responsive-posts-carousel-pro/assets/front/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//sac.org.co/wp-content/plugins/responsive-posts-carousel-pro/assets/front/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.wcp-carousel-main-wrap .fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wcp-carousel-main-wrap .fa-lg {
font-size: 1.33333333em;
line-height: .75em;
vertical-align: -15%;
}
.wcp-carousel-main-wrap .fa-2x {
font-size: 2em;
}
.wcp-carousel-main-wrap .fa-3x {
font-size: 3em;
}
.wcp-carousel-main-wrap .fa-4x {
font-size: 4em;
}
.wcp-carousel-main-wrap .fa-5x {
font-size: 5em;
}
.wcp-carousel-main-wrap .fa-fw {
width: 1.28571429em;
text-align: center;
}
.wcp-carousel-main-wrap .fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.wcp-carousel-main-wrap .fa-ul > li {
position: relative;
}
.wcp-carousel-main-wrap .fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: .14285714em;
text-align: center;
}
.wcp-carousel-main-wrap .fa-li.fa-lg {
left: -1.85714286em;
}
.wcp-carousel-main-wrap .fa-border {
padding: .2em .25em .15em;
border: solid .08em #eee;
border-radius: 0.1em;
}
.wcp-carousel-main-wrap .fa-pull-left {
float: left;
}
.wcp-carousel-main-wrap .fa-pull-right {
float: right;
}
.wcp-carousel-main-wrap .fa.fa-pull-left {
margin-right: 0.3em;
}
.wcp-carousel-main-wrap .fa.fa-pull-right {
margin-left: 0.3em;
}
.wcp-carousel-main-wrap .pull-right {
float: right;
}
.wcp-carousel-main-wrap .pull-left {
float: left;
}
.wcp-carousel-main-wrap .fa.pull-left {
margin-right: 0.3em;
}
.wcp-carousel-main-wrap .fa.pull-right {
margin-left: 0.3em;
}
.wcp-carousel-main-wrap .fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.wcp-carousel-main-wrap .fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.wcp-carousel-main-wrap .fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.wcp-carousel-main-wrap .fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.wcp-carousel-main-wrap .fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.wcp-carousel-main-wrap .fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.wcp-carousel-main-wrap .fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
.wcp-carousel-main-wrap :root .fa-rotate-90,
.wcp-carousel-main-wrap :root .fa-rotate-180,
.wcp-carousel-main-wrap :root .fa-rotate-270,
.wcp-carousel-main-wrap :root .fa-flip-horizontal,
.wcp-carousel-main-wrap :root .fa-flip-vertical {
filter: none;
}
.wcp-carousel-main-wrap .fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.wcp-carousel-main-wrap .fa-stack-1x,
.wcp-carousel-main-wrap .fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.wcp-carousel-main-wrap .fa-stack-1x {
line-height: inherit;
}
.wcp-carousel-main-wrap .fa-stack-2x {
font-size: 2em;
}
.wcp-carousel-main-wrap .fa-inverse {
color: #ffffff;
}
.wcp-carousel-main-wrap .fa-glass:before {
content: "\f000";
}
.wcp-carousel-main-wrap .fa-music:before {
content: "\f001";
}
.wcp-carousel-main-wrap .fa-search:before {
content: "\f002";
}
.wcp-carousel-main-wrap .fa-envelope-o:before {
content: "\f003";
}
.wcp-carousel-main-wrap .fa-heart:before {
content: "\f004";
}
.wcp-carousel-main-wrap .fa-star:before {
content: "\f005";
}
.wcp-carousel-main-wrap .fa-star-o:before {
content: "\f006";
}
.wcp-carousel-main-wrap .fa-user:before {
content: "\f007";
}
.wcp-carousel-main-wrap .fa-film:before {
content: "\f008";
}
.wcp-carousel-main-wrap .fa-th-large:before {
content: "\f009";
}
.wcp-carousel-main-wrap .fa-th:before {
content: "\f00a";
}
.wcp-carousel-main-wrap .fa-th-list:before {
content: "\f00b";
}
.wcp-carousel-main-wrap .fa-check:before {
content: "\f00c";
}
.wcp-carousel-main-wrap .fa-remove:before,
.wcp-carousel-main-wrap .fa-close:before,
.wcp-carousel-main-wrap .fa-times:before {
content: "\f00d";
}
.wcp-carousel-main-wrap .fa-search-plus:before {
content: "\f00e";
}
.wcp-carousel-main-wrap .fa-search-minus:before {
content: "\f010";
}
.wcp-carousel-main-wrap .fa-power-off:before {
content: "\f011";
}
.wcp-carousel-main-wrap .fa-signal:before {
content: "\f012";
}
.wcp-carousel-main-wrap .fa-gear:before,
.wcp-carousel-main-wrap .fa-cog:before {
content: "\f013";
}
.wcp-carousel-main-wrap .fa-trash-o:before {
content: "\f014";
}
.wcp-carousel-main-wrap .fa-home:before {
content: "\f015";
}
.wcp-carousel-main-wrap .fa-file-o:before {
content: "\f016";
}
.wcp-carousel-main-wrap .fa-clock-o:before {
content: "\f017";
}
.wcp-carousel-main-wrap .fa-road:before {
content: "\f018";
}
.wcp-carousel-main-wrap .fa-download:before {
content: "\f019";
}
.wcp-carousel-main-wrap .fa-arrow-circle-o-down:before {
content: "\f01a";
}
.wcp-carousel-main-wrap .fa-arrow-circle-o-up:before {
content: "\f01b";
}
.wcp-carousel-main-wrap .fa-inbox:before {
content: "\f01c";
}
.wcp-carousel-main-wrap .fa-play-circle-o:before {
content: "\f01d";
}
.wcp-carousel-main-wrap .fa-rotate-right:before,
.wcp-carousel-main-wrap .fa-repeat:before {
content: "\f01e";
}
.wcp-carousel-main-wrap .fa-refresh:before {
content: "\f021";
}
.wcp-carousel-main-wrap .fa-list-alt:before {
content: "\f022";
}
.wcp-carousel-main-wrap .fa-lock:before {
content: "\f023";
}
.wcp-carousel-main-wrap .fa-flag:before {
content: "\f024";
}
.wcp-carousel-main-wrap .fa-headphones:before {
content: "\f025";
}
.wcp-carousel-main-wrap .fa-volume-off:before {
content: "\f026";
}
.wcp-carousel-main-wrap .fa-volume-down:before {
content: "\f027";
}
.wcp-carousel-main-wrap .fa-volume-up:before {
content: "\f028";
}
.wcp-carousel-main-wrap .fa-qrcode:before {
content: "\f029";
}
.wcp-carousel-main-wrap .fa-barcode:before {
content: "\f02a";
}
.wcp-carousel-main-wrap .fa-tag:before {
content: "\f02b";
}
.wcp-carousel-main-wrap .fa-tags:before {
content: "\f02c";
}
.wcp-carousel-main-wrap .fa-book:before {
content: "\f02d";
}
.wcp-carousel-main-wrap .fa-bookmark:before {
content: "\f02e";
}
.wcp-carousel-main-wrap .fa-print:before {
content: "\f02f";
}
.wcp-carousel-main-wrap .fa-camera:before {
content: "\f030";
}
.wcp-carousel-main-wrap .fa-font:before {
content: "\f031";
}
.wcp-carousel-main-wrap .fa-bold:before {
content: "\f032";
}
.wcp-carousel-main-wrap .fa-italic:before {
content: "\f033";
}
.wcp-carousel-main-wrap .fa-text-height:before {
content: "\f034";
}
.wcp-carousel-main-wrap .fa-text-width:before {
content: "\f035";
}
.wcp-carousel-main-wrap .fa-align-left:before {
content: "\f036";
}
.wcp-carousel-main-wrap .fa-align-center:before {
content: "\f037";
}
.wcp-carousel-main-wrap .fa-align-right:before {
content: "\f038";
}
.wcp-carousel-main-wrap .fa-align-justify:before {
content: "\f039";
}
.wcp-carousel-main-wrap .fa-list:before {
content: "\f03a";
}
.wcp-carousel-main-wrap .fa-dedent:before,
.wcp-carousel-main-wrap .fa-outdent:before {
content: "\f03b";
}
.wcp-carousel-main-wrap .fa-indent:before {
content: "\f03c";
}
.wcp-carousel-main-wrap .fa-video-camera:before {
content: "\f03d";
}
.wcp-carousel-main-wrap .fa-photo:before,
.wcp-carousel-main-wrap .fa-image:before,
.wcp-carousel-main-wrap .fa-picture-o:before {
content: "\f03e";
}
.wcp-carousel-main-wrap .fa-pencil:before {
content: "\f040";
}
.wcp-carousel-main-wrap .fa-map-marker:before {
content: "\f041";
}
.wcp-carousel-main-wrap .fa-adjust:before {
content: "\f042";
}
.wcp-carousel-main-wrap .fa-tint:before {
content: "\f043";
}
.wcp-carousel-main-wrap .fa-edit:before,
.wcp-carousel-main-wrap .fa-pencil-square-o:before {
content: "\f044";
}
.wcp-carousel-main-wrap .fa-share-square-o:before {
content: "\f045";
}
.wcp-carousel-main-wrap .fa-check-square-o:before {
content: "\f046";
}
.wcp-carousel-main-wrap .fa-arrows:before {
content: "\f047";
}
.wcp-carousel-main-wrap .fa-step-backward:before {
content: "\f048";
}
.wcp-carousel-main-wrap .fa-fast-backward:before {
content: "\f049";
}
.wcp-carousel-main-wrap .fa-backward:before {
content: "\f04a";
}
.wcp-carousel-main-wrap .fa-play:before {
content: "\f04b";
}
.wcp-carousel-main-wrap .fa-pause:before {
content: "\f04c";
}
.wcp-carousel-main-wrap .fa-stop:before {
content: "\f04d";
}
.wcp-carousel-main-wrap .fa-forward:before {
content: "\f04e";
}
.wcp-carousel-main-wrap .fa-fast-forward:before {
content: "\f050";
}
.wcp-carousel-main-wrap .fa-step-forward:before {
content: "\f051";
}
.wcp-carousel-main-wrap .fa-eject:before {
content: "\f052";
}
.wcp-carousel-main-wrap .fa-chevron-left:before {
content: "\f053";
}
.wcp-carousel-main-wrap .fa-chevron-right:before {
content: "\f054";
}
.wcp-carousel-main-wrap .fa-plus-circle:before {
content: "\f055";
}
.wcp-carousel-main-wrap .fa-minus-circle:before {
content: "\f056";
}
.wcp-carousel-main-wrap .fa-times-circle:before {
content: "\f057";
}
.wcp-carousel-main-wrap .fa-check-circle:before {
content: "\f058";
}
.wcp-carousel-main-wrap .fa-question-circle:before {
content: "\f059";
}
.wcp-carousel-main-wrap .fa-info-circle:before {
content: "\f05a";
}
.wcp-carousel-main-wrap .fa-crosshairs:before {
content: "\f05b";
}
.wcp-carousel-main-wrap .fa-times-circle-o:before {
content: "\f05c";
}
.wcp-carousel-main-wrap .fa-check-circle-o:before {
content: "\f05d";
}
.wcp-carousel-main-wrap .fa-ban:before {
content: "\f05e";
}
.wcp-carousel-main-wrap .fa-arrow-left:before {
content: "\f060";
}
.wcp-carousel-main-wrap .fa-arrow-right:before {
content: "\f061";
}
.wcp-carousel-main-wrap .fa-arrow-up:before {
content: "\f062";
}
.wcp-carousel-main-wrap .fa-arrow-down:before {
content: "\f063";
}
.wcp-carousel-main-wrap .fa-mail-forward:before,
.wcp-carousel-main-wrap .fa-share:before {
content: "\f064";
}
.wcp-carousel-main-wrap .fa-expand:before {
content: "\f065";
}
.wcp-carousel-main-wrap .fa-compress:before {
content: "\f066";
}
.wcp-carousel-main-wrap .fa-plus:before {
content: "\f067";
}
.wcp-carousel-main-wrap .fa-minus:before {
content: "\f068";
}
.wcp-carousel-main-wrap .fa-asterisk:before {
content: "\f069";
}
.wcp-carousel-main-wrap .fa-exclamation-circle:before {
content: "\f06a";
}
.wcp-carousel-main-wrap .fa-gift:before {
content: "\f06b";
}
.wcp-carousel-main-wrap .fa-leaf:before {
content: "\f06c";
}
.wcp-carousel-main-wrap .fa-fire:before {
content: "\f06d";
}
.wcp-carousel-main-wrap .fa-eye:before {
content: "\f06e";
}
.wcp-carousel-main-wrap .fa-eye-slash:before {
content: "\f070";
}
.wcp-carousel-main-wrap .fa-warning:before,
.wcp-carousel-main-wrap .fa-exclamation-triangle:before {
content: "\f071";
}
.wcp-carousel-main-wrap .fa-plane:before {
content: "\f072";
}
.wcp-carousel-main-wrap .fa-calendar:before {
content: "\f073";
}
.wcp-carousel-main-wrap .fa-random:before {
content: "\f074";
}
.wcp-carousel-main-wrap .fa-comment:before {
content: "\f075";
}
.wcp-carousel-main-wrap .fa-magnet:before {
content: "\f076";
}
.wcp-carousel-main-wrap .fa-chevron-up:before {
content: "\f077";
}
.wcp-carousel-main-wrap .fa-chevron-down:before {
content: "\f078";
}
.wcp-carousel-main-wrap .fa-retweet:before {
content: "\f079";
}
.wcp-carousel-main-wrap .fa-shopping-cart:before {
content: "\f07a";
}
.wcp-carousel-main-wrap .fa-folder:before {
content: "\f07b";
}
.wcp-carousel-main-wrap .fa-folder-open:before {
content: "\f07c";
}
.wcp-carousel-main-wrap .fa-arrows-v:before {
content: "\f07d";
}
.wcp-carousel-main-wrap .fa-arrows-h:before {
content: "\f07e";
}
.wcp-carousel-main-wrap .fa-bar-chart-o:before,
.wcp-carousel-main-wrap .fa-bar-chart:before {
content: "\f080";
}
.wcp-carousel-main-wrap .fa-twitter-square:before {
content: "\f081";
}
.wcp-carousel-main-wrap .fa-facebook-square:before {
content: "\f082";
}
.wcp-carousel-main-wrap .fa-camera-retro:before {
content: "\f083";
}
.wcp-carousel-main-wrap .fa-key:before {
content: "\f084";
}
.wcp-carousel-main-wrap .fa-gears:before,
.wcp-carousel-main-wrap .fa-cogs:before {
content: "\f085";
}
.wcp-carousel-main-wrap .fa-comments:before {
content: "\f086";
}
.wcp-carousel-main-wrap .fa-thumbs-o-up:before {
content: "\f087";
}
.wcp-carousel-main-wrap .fa-thumbs-o-down:before {
content: "\f088";
}
.wcp-carousel-main-wrap .fa-star-half:before {
content: "\f089";
}
.wcp-carousel-main-wrap .fa-heart-o:before {
content: "\f08a";
}
.wcp-carousel-main-wrap .fa-sign-out:before {
content: "\f08b";
}
.wcp-carousel-main-wrap .fa-linkedin-square:before {
content: "\f08c";
}
.wcp-carousel-main-wrap .fa-thumb-tack:before {
content: "\f08d";
}
.wcp-carousel-main-wrap .fa-external-link:before {
content: "\f08e";
}
.wcp-carousel-main-wrap .fa-sign-in:before {
content: "\f090";
}
.wcp-carousel-main-wrap .fa-trophy:before {
content: "\f091";
}
.wcp-carousel-main-wrap .fa-github-square:before {
content: "\f092";
}
.wcp-carousel-main-wrap .fa-upload:before {
content: "\f093";
}
.wcp-carousel-main-wrap .fa-lemon-o:before {
content: "\f094";
}
.wcp-carousel-main-wrap .fa-phone:before {
content: "\f095";
}
.wcp-carousel-main-wrap .fa-square-o:before {
content: "\f096";
}
.wcp-carousel-main-wrap .fa-bookmark-o:before {
content: "\f097";
}
.wcp-carousel-main-wrap .fa-phone-square:before {
content: "\f098";
}
.wcp-carousel-main-wrap .fa-twitter:before {
content: "\f099";
}
.wcp-carousel-main-wrap .fa-facebook-f:before,
.wcp-carousel-main-wrap .fa-facebook:before {
content: "\f09a";
}
.wcp-carousel-main-wrap .fa-github:before {
content: "\f09b";
}
.wcp-carousel-main-wrap .fa-unlock:before {
content: "\f09c";
}
.wcp-carousel-main-wrap .fa-credit-card:before {
content: "\f09d";
}
.wcp-carousel-main-wrap .fa-feed:before,
.wcp-carousel-main-wrap .fa-rss:before {
content: "\f09e";
}
.wcp-carousel-main-wrap .fa-hdd-o:before {
content: "\f0a0";
}
.wcp-carousel-main-wrap .fa-bullhorn:before {
content: "\f0a1";
}
.wcp-carousel-main-wrap .fa-bell:before {
content: "\f0f3";
}
.wcp-carousel-main-wrap .fa-certificate:before {
content: "\f0a3";
}
.wcp-carousel-main-wrap .fa-hand-o-right:before {
content: "\f0a4";
}
.wcp-carousel-main-wrap .fa-hand-o-left:before {
content: "\f0a5";
}
.wcp-carousel-main-wrap .fa-hand-o-up:before {
content: "\f0a6";
}
.wcp-carousel-main-wrap .fa-hand-o-down:before {
content: "\f0a7";
}
.wcp-carousel-main-wrap .fa-arrow-circle-left:before {
content: "\f0a8";
}
.wcp-carousel-main-wrap .fa-arrow-circle-right:before {
content: "\f0a9";
}
.wcp-carousel-main-wrap .fa-arrow-circle-up:before {
content: "\f0aa";
}
.wcp-carousel-main-wrap .fa-arrow-circle-down:before {
content: "\f0ab";
}
.wcp-carousel-main-wrap .fa-globe:before {
content: "\f0ac";
}
.wcp-carousel-main-wrap .fa-wrench:before {
content: "\f0ad";
}
.wcp-carousel-main-wrap .fa-tasks:before {
content: "\f0ae";
}
.wcp-carousel-main-wrap .fa-filter:before {
content: "\f0b0";
}
.wcp-carousel-main-wrap .fa-briefcase:before {
content: "\f0b1";
}
.wcp-carousel-main-wrap .fa-arrows-alt:before {
content: "\f0b2";
}
.wcp-carousel-main-wrap .fa-group:before,
.wcp-carousel-main-wrap .fa-users:before {
content: "\f0c0";
}
.wcp-carousel-main-wrap .fa-chain:before,
.wcp-carousel-main-wrap .fa-link:before {
content: "\f0c1";
}
.wcp-carousel-main-wrap .fa-cloud:before {
content: "\f0c2";
}
.wcp-carousel-main-wrap .fa-flask:before {
content: "\f0c3";
}
.wcp-carousel-main-wrap .fa-cut:before,
.wcp-carousel-main-wrap .fa-scissors:before {
content: "\f0c4";
}
.wcp-carousel-main-wrap .fa-copy:before,
.wcp-carousel-main-wrap .fa-files-o:before {
content: "\f0c5";
}
.wcp-carousel-main-wrap .fa-paperclip:before {
content: "\f0c6";
}
.wcp-carousel-main-wrap .fa-save:before,
.wcp-carousel-main-wrap .fa-floppy-o:before {
content: "\f0c7";
}
.wcp-carousel-main-wrap .fa-square:before {
content: "\f0c8";
}
.wcp-carousel-main-wrap .fa-navicon:before,
.wcp-carousel-main-wrap .fa-reorder:before,
.wcp-carousel-main-wrap .fa-bars:before {
content: "\f0c9";
}
.wcp-carousel-main-wrap .fa-list-ul:before {
content: "\f0ca";
}
.wcp-carousel-main-wrap .fa-list-ol:before {
content: "\f0cb";
}
.wcp-carousel-main-wrap .fa-strikethrough:before {
content: "\f0cc";
}
.wcp-carousel-main-wrap .fa-underline:before {
content: "\f0cd";
}
.wcp-carousel-main-wrap .fa-table:before {
content: "\f0ce";
}
.wcp-carousel-main-wrap .fa-magic:before {
content: "\f0d0";
}
.wcp-carousel-main-wrap .fa-truck:before {
content: "\f0d1";
}
.wcp-carousel-main-wrap .fa-pinterest:before {
content: "\f0d2";
}
.wcp-carousel-main-wrap .fa-pinterest-square:before {
content: "\f0d3";
}
.wcp-carousel-main-wrap .fa-google-plus-square:before {
content: "\f0d4";
}
.wcp-carousel-main-wrap .fa-google-plus:before {
content: "\f0d5";
}
.wcp-carousel-main-wrap .fa-money:before {
content: "\f0d6";
}
.wcp-carousel-main-wrap .fa-caret-down:before {
content: "\f0d7";
}
.wcp-carousel-main-wrap .fa-caret-up:before {
content: "\f0d8";
}
.wcp-carousel-main-wrap .fa-caret-left:before {
content: "\f0d9";
}
.wcp-carousel-main-wrap .fa-caret-right:before {
content: "\f0da";
}
.wcp-carousel-main-wrap .fa-columns:before {
content: "\f0db";
}
.wcp-carousel-main-wrap .fa-unsorted:before,
.wcp-carousel-main-wrap .fa-sort:before {
content: "\f0dc";
}
.wcp-carousel-main-wrap .fa-sort-down:before,
.wcp-carousel-main-wrap .fa-sort-desc:before {
content: "\f0dd";
}
.wcp-carousel-main-wrap .fa-sort-up:before,
.wcp-carousel-main-wrap .fa-sort-asc:before {
content: "\f0de";
}
.wcp-carousel-main-wrap .fa-envelope:before {
content: "\f0e0";
}
.wcp-carousel-main-wrap .fa-linkedin:before {
content: "\f0e1";
}
.wcp-carousel-main-wrap .fa-rotate-left:before,
.wcp-carousel-main-wrap .fa-undo:before {
content: "\f0e2";
}
.wcp-carousel-main-wrap .fa-legal:before,
.wcp-carousel-main-wrap .fa-gavel:before {
content: "\f0e3";
}
.wcp-carousel-main-wrap .fa-dashboard:before,
.wcp-carousel-main-wrap .fa-tachometer:before {
content: "\f0e4";
}
.wcp-carousel-main-wrap .fa-comment-o:before {
content: "\f0e5";
}
.wcp-carousel-main-wrap .fa-comments-o:before {
content: "\f0e6";
}
.wcp-carousel-main-wrap .fa-flash:before,
.wcp-carousel-main-wrap .fa-bolt:before {
content: "\f0e7";
}
.wcp-carousel-main-wrap .fa-sitemap:before {
content: "\f0e8";
}
.wcp-carousel-main-wrap .fa-umbrella:before {
content: "\f0e9";
}
.wcp-carousel-main-wrap .fa-paste:before,
.wcp-carousel-main-wrap .fa-clipboard:before {
content: "\f0ea";
}
.wcp-carousel-main-wrap .fa-lightbulb-o:before {
content: "\f0eb";
}
.wcp-carousel-main-wrap .fa-exchange:before {
content: "\f0ec";
}
.wcp-carousel-main-wrap .fa-cloud-download:before {
content: "\f0ed";
}
.wcp-carousel-main-wrap .fa-cloud-upload:before {
content: "\f0ee";
}
.wcp-carousel-main-wrap .fa-user-md:before {
content: "\f0f0";
}
.wcp-carousel-main-wrap .fa-stethoscope:before {
content: "\f0f1";
}
.wcp-carousel-main-wrap .fa-suitcase:before {
content: "\f0f2";
}
.wcp-carousel-main-wrap .fa-bell-o:before {
content: "\f0a2";
}
.wcp-carousel-main-wrap .fa-coffee:before {
content: "\f0f4";
}
.wcp-carousel-main-wrap .fa-cutlery:before {
content: "\f0f5";
}
.wcp-carousel-main-wrap .fa-file-text-o:before {
content: "\f0f6";
}
.wcp-carousel-main-wrap .fa-building-o:before {
content: "\f0f7";
}
.wcp-carousel-main-wrap .fa-hospital-o:before {
content: "\f0f8";
}
.wcp-carousel-main-wrap .fa-ambulance:before {
content: "\f0f9";
}
.wcp-carousel-main-wrap .fa-medkit:before {
content: "\f0fa";
}
.wcp-carousel-main-wrap .fa-fighter-jet:before {
content: "\f0fb";
}
.wcp-carousel-main-wrap .fa-beer:before {
content: "\f0fc";
}
.wcp-carousel-main-wrap .fa-h-square:before {
content: "\f0fd";
}
.wcp-carousel-main-wrap .fa-plus-square:before {
content: "\f0fe";
}
.wcp-carousel-main-wrap .fa-angle-double-left:before {
content: "\f100";
}
.wcp-carousel-main-wrap .fa-angle-double-right:before {
content: "\f101";
}
.wcp-carousel-main-wrap .fa-angle-double-up:before {
content: "\f102";
}
.wcp-carousel-main-wrap .fa-angle-double-down:before {
content: "\f103";
}
.wcp-carousel-main-wrap .fa-angle-left:before {
content: "\f104";
}
.wcp-carousel-main-wrap .fa-angle-right:before {
content: "\f105";
}
.wcp-carousel-main-wrap .fa-angle-up:before {
content: "\f106";
}
.wcp-carousel-main-wrap .fa-angle-down:before {
content: "\f107";
}
.wcp-carousel-main-wrap .fa-desktop:before {
content: "\f108";
}
.wcp-carousel-main-wrap .fa-laptop:before {
content: "\f109";
}
.wcp-carousel-main-wrap .fa-tablet:before {
content: "\f10a";
}
.wcp-carousel-main-wrap .fa-mobile-phone:before,
.wcp-carousel-main-wrap .fa-mobile:before {
content: "\f10b";
}
.wcp-carousel-main-wrap .fa-circle-o:before {
content: "\f10c";
}
.wcp-carousel-main-wrap .fa-quote-left:before {
content: "\f10d";
}
.wcp-carousel-main-wrap .fa-quote-right:before {
content: "\f10e";
}
.wcp-carousel-main-wrap .fa-spinner:before {
content: "\f110";
}
.wcp-carousel-main-wrap .fa-circle:before {
content: "\f111";
}
.wcp-carousel-main-wrap .fa-mail-reply:before,
.wcp-carousel-main-wrap .fa-reply:before {
content: "\f112";
}
.wcp-carousel-main-wrap .fa-github-alt:before {
content: "\f113";
}
.wcp-carousel-main-wrap .fa-folder-o:before {
content: "\f114";
}
.wcp-carousel-main-wrap .fa-folder-open-o:before {
content: "\f115";
}
.wcp-carousel-main-wrap .fa-smile-o:before {
content: "\f118";
}
.wcp-carousel-main-wrap .fa-frown-o:before {
content: "\f119";
}
.wcp-carousel-main-wrap .fa-meh-o:before {
content: "\f11a";
}
.wcp-carousel-main-wrap .fa-gamepad:before {
content: "\f11b";
}
.wcp-carousel-main-wrap .fa-keyboard-o:before {
content: "\f11c";
}
.wcp-carousel-main-wrap .fa-flag-o:before {
content: "\f11d";
}
.wcp-carousel-main-wrap .fa-flag-checkered:before {
content: "\f11e";
}
.wcp-carousel-main-wrap .fa-terminal:before {
content: "\f120";
}
.wcp-carousel-main-wrap .fa-code:before {
content: "\f121";
}
.wcp-carousel-main-wrap .fa-mail-reply-all:before,
.wcp-carousel-main-wrap .fa-reply-all:before {
content: "\f122";
}
.wcp-carousel-main-wrap .fa-star-half-empty:before,
.wcp-carousel-main-wrap .fa-star-half-full:before,
.wcp-carousel-main-wrap .fa-star-half-o:before {
content: "\f123";
}
.wcp-carousel-main-wrap .fa-location-arrow:before {
content: "\f124";
}
.wcp-carousel-main-wrap .fa-crop:before {
content: "\f125";
}
.wcp-carousel-main-wrap .fa-code-fork:before {
content: "\f126";
}
.wcp-carousel-main-wrap .fa-unlink:before,
.wcp-carousel-main-wrap .fa-chain-broken:before {
content: "\f127";
}
.wcp-carousel-main-wrap .fa-question:before {
content: "\f128";
}
.wcp-carousel-main-wrap .fa-info:before {
content: "\f129";
}
.wcp-carousel-main-wrap .fa-exclamation:before {
content: "\f12a";
}
.wcp-carousel-main-wrap .fa-superscript:before {
content: "\f12b";
}
.wcp-carousel-main-wrap .fa-subscript:before {
content: "\f12c";
}
.wcp-carousel-main-wrap .fa-eraser:before {
content: "\f12d";
}
.wcp-carousel-main-wrap .fa-puzzle-piece:before {
content: "\f12e";
}
.wcp-carousel-main-wrap .fa-microphone:before {
content: "\f130";
}
.wcp-carousel-main-wrap .fa-microphone-slash:before {
content: "\f131";
}
.wcp-carousel-main-wrap .fa-shield:before {
content: "\f132";
}
.wcp-carousel-main-wrap .fa-calendar-o:before {
content: "\f133";
}
.wcp-carousel-main-wrap .fa-fire-extinguisher:before {
content: "\f134";
}
.wcp-carousel-main-wrap .fa-rocket:before {
content: "\f135";
}
.wcp-carousel-main-wrap .fa-maxcdn:before {
content: "\f136";
}
.wcp-carousel-main-wrap .fa-chevron-circle-left:before {
content: "\f137";
}
.wcp-carousel-main-wrap .fa-chevron-circle-right:before {
content: "\f138";
}
.wcp-carousel-main-wrap .fa-chevron-circle-up:before {
content: "\f139";
}
.wcp-carousel-main-wrap .fa-chevron-circle-down:before {
content: "\f13a";
}
.wcp-carousel-main-wrap .fa-html5:before {
content: "\f13b";
}
.wcp-carousel-main-wrap .fa-css3:before {
content: "\f13c";
}
.wcp-carousel-main-wrap .fa-anchor:before {
content: "\f13d";
}
.wcp-carousel-main-wrap .fa-unlock-alt:before {
content: "\f13e";
}
.wcp-carousel-main-wrap .fa-bullseye:before {
content: "\f140";
}
.wcp-carousel-main-wrap .fa-ellipsis-h:before {
content: "\f141";
}
.wcp-carousel-main-wrap .fa-ellipsis-v:before {
content: "\f142";
}
.wcp-carousel-main-wrap .fa-rss-square:before {
content: "\f143";
}
.wcp-carousel-main-wrap .fa-play-circle:before {
content: "\f144";
}
.wcp-carousel-main-wrap .fa-ticket:before {
content: "\f145";
}
.wcp-carousel-main-wrap .fa-minus-square:before {
content: "\f146";
}
.wcp-carousel-main-wrap .fa-minus-square-o:before {
content: "\f147";
}
.wcp-carousel-main-wrap .fa-level-up:before {
content: "\f148";
}
.wcp-carousel-main-wrap .fa-level-down:before {
content: "\f149";
}
.wcp-carousel-main-wrap .fa-check-square:before {
content: "\f14a";
}
.wcp-carousel-main-wrap .fa-pencil-square:before {
content: "\f14b";
}
.wcp-carousel-main-wrap .fa-external-link-square:before {
content: "\f14c";
}
.wcp-carousel-main-wrap .fa-share-square:before {
content: "\f14d";
}
.wcp-carousel-main-wrap .fa-compass:before {
content: "\f14e";
}
.wcp-carousel-main-wrap .fa-toggle-down:before,
.wcp-carousel-main-wrap .fa-caret-square-o-down:before {
content: "\f150";
}
.wcp-carousel-main-wrap .fa-toggle-up:before,
.wcp-carousel-main-wrap .fa-caret-square-o-up:before {
content: "\f151";
}
.wcp-carousel-main-wrap .fa-toggle-right:before,
.wcp-carousel-main-wrap .fa-caret-square-o-right:before {
content: "\f152";
}
.wcp-carousel-main-wrap .fa-euro:before,
.wcp-carousel-main-wrap .fa-eur:before {
content: "\f153";
}
.wcp-carousel-main-wrap .fa-gbp:before {
content: "\f154";
}
.wcp-carousel-main-wrap .fa-dollar:before,
.wcp-carousel-main-wrap .fa-usd:before {
content: "\f155";
}
.wcp-carousel-main-wrap .fa-rupee:before,
.wcp-carousel-main-wrap .fa-inr:before {
content: "\f156";
}
.wcp-carousel-main-wrap .fa-cny:before,
.wcp-carousel-main-wrap .fa-rmb:before,
.wcp-carousel-main-wrap .fa-yen:before,
.wcp-carousel-main-wrap .fa-jpy:before {
content: "\f157";
}
.wcp-carousel-main-wrap .fa-ruble:before,
.wcp-carousel-main-wrap .fa-rouble:before,
.wcp-carousel-main-wrap .fa-rub:before {
content: "\f158";
}
.wcp-carousel-main-wrap .fa-won:before,
.wcp-carousel-main-wrap .fa-krw:before {
content: "\f159";
}
.wcp-carousel-main-wrap .fa-bitcoin:before,
.wcp-carousel-main-wrap .fa-btc:before {
content: "\f15a";
}
.wcp-carousel-main-wrap .fa-file:before {
content: "\f15b";
}
.wcp-carousel-main-wrap .fa-file-text:before {
content: "\f15c";
}
.wcp-carousel-main-wrap .fa-sort-alpha-asc:before {
content: "\f15d";
}
.wcp-carousel-main-wrap .fa-sort-alpha-desc:before {
content: "\f15e";
}
.wcp-carousel-main-wrap .fa-sort-amount-asc:before {
content: "\f160";
}
.wcp-carousel-main-wrap .fa-sort-amount-desc:before {
content: "\f161";
}
.wcp-carousel-main-wrap .fa-sort-numeric-asc:before {
content: "\f162";
}
.wcp-carousel-main-wrap .fa-sort-numeric-desc:before {
content: "\f163";
}
.wcp-carousel-main-wrap .fa-thumbs-up:before {
content: "\f164";
}
.wcp-carousel-main-wrap .fa-thumbs-down:before {
content: "\f165";
}
.wcp-carousel-main-wrap .fa-youtube-square:before {
content: "\f166";
}
.wcp-carousel-main-wrap .fa-youtube:before {
content: "\f167";
}
.wcp-carousel-main-wrap .fa-xing:before {
content: "\f168";
}
.wcp-carousel-main-wrap .fa-xing-square:before {
content: "\f169";
}
.wcp-carousel-main-wrap .fa-youtube-play:before {
content: "\f16a";
}
.wcp-carousel-main-wrap .fa-dropbox:before {
content: "\f16b";
}
.wcp-carousel-main-wrap .fa-stack-overflow:before {
content: "\f16c";
}
.wcp-carousel-main-wrap .fa-instagram:before {
content: "\f16d";
}
.wcp-carousel-main-wrap .fa-flickr:before {
content: "\f16e";
}
.wcp-carousel-main-wrap .fa-adn:before {
content: "\f170";
}
.wcp-carousel-main-wrap .fa-bitbucket:before {
content: "\f171";
}
.wcp-carousel-main-wrap .fa-bitbucket-square:before {
content: "\f172";
}
.wcp-carousel-main-wrap .fa-tumblr:before {
content: "\f173";
}
.wcp-carousel-main-wrap .fa-tumblr-square:before {
content: "\f174";
}
.wcp-carousel-main-wrap .fa-long-arrow-down:before {
content: "\f175";
}
.wcp-carousel-main-wrap .fa-long-arrow-up:before {
content: "\f176";
}
.wcp-carousel-main-wrap .fa-long-arrow-left:before {
content: "\f177";
}
.wcp-carousel-main-wrap .fa-long-arrow-right:before {
content: "\f178";
}
.wcp-carousel-main-wrap .fa-apple:before {
content: "\f179";
}
.wcp-carousel-main-wrap .fa-windows:before {
content: "\f17a";
}
.wcp-carousel-main-wrap .fa-android:before {
content: "\f17b";
}
.wcp-carousel-main-wrap .fa-linux:before {
content: "\f17c";
}
.wcp-carousel-main-wrap .fa-dribbble:before {
content: "\f17d";
}
.wcp-carousel-main-wrap .fa-skype:before {
content: "\f17e";
}
.wcp-carousel-main-wrap .fa-foursquare:before {
content: "\f180";
}
.wcp-carousel-main-wrap .fa-trello:before {
content: "\f181";
}
.wcp-carousel-main-wrap .fa-female:before {
content: "\f182";
}
.wcp-carousel-main-wrap .fa-male:before {
content: "\f183";
}
.wcp-carousel-main-wrap .fa-gittip:before,
.wcp-carousel-main-wrap .fa-gratipay:before {
content: "\f184";
}
.wcp-carousel-main-wrap .fa-sun-o:before {
content: "\f185";
}
.wcp-carousel-main-wrap .fa-moon-o:before {
content: "\f186";
}
.wcp-carousel-main-wrap .fa-archive:before {
content: "\f187";
}
.wcp-carousel-main-wrap .fa-bug:before {
content: "\f188";
}
.wcp-carousel-main-wrap .fa-vk:before {
content: "\f189";
}
.wcp-carousel-main-wrap .fa-weibo:before {
content: "\f18a";
}
.wcp-carousel-main-wrap .fa-renren:before {
content: "\f18b";
}
.wcp-carousel-main-wrap .fa-pagelines:before {
content: "\f18c";
}
.wcp-carousel-main-wrap .fa-stack-exchange:before {
content: "\f18d";
}
.wcp-carousel-main-wrap .fa-arrow-circle-o-right:before {
content: "\f18e";
}
.wcp-carousel-main-wrap .fa-arrow-circle-o-left:before {
content: "\f190";
}
.wcp-carousel-main-wrap .fa-toggle-left:before,
.wcp-carousel-main-wrap .fa-caret-square-o-left:before {
content: "\f191";
}
.wcp-carousel-main-wrap .fa-dot-circle-o:before {
content: "\f192";
}
.wcp-carousel-main-wrap .fa-wheelchair:before {
content: "\f193";
}
.wcp-carousel-main-wrap .fa-vimeo-square:before {
content: "\f194";
}
.wcp-carousel-main-wrap .fa-turkish-lira:before,
.wcp-carousel-main-wrap .fa-try:before {
content: "\f195";
}
.wcp-carousel-main-wrap .fa-plus-square-o:before {
content: "\f196";
}
.wcp-carousel-main-wrap .fa-space-shuttle:before {
content: "\f197";
}
.wcp-carousel-main-wrap .fa-slack:before {
content: "\f198";
}
.wcp-carousel-main-wrap .fa-envelope-square:before {
content: "\f199";
}
.wcp-carousel-main-wrap .fa-wordpress:before {
content: "\f19a";
}
.wcp-carousel-main-wrap .fa-openid:before {
content: "\f19b";
}
.wcp-carousel-main-wrap .fa-institution:before,
.wcp-carousel-main-wrap .fa-bank:before,
.wcp-carousel-main-wrap .fa-university:before {
content: "\f19c";
}
.wcp-carousel-main-wrap .fa-mortar-board:before,
.wcp-carousel-main-wrap .fa-graduation-cap:before {
content: "\f19d";
}
.wcp-carousel-main-wrap .fa-yahoo:before {
content: "\f19e";
}
.wcp-carousel-main-wrap .fa-google:before {
content: "\f1a0";
}
.wcp-carousel-main-wrap .fa-reddit:before {
content: "\f1a1";
}
.wcp-carousel-main-wrap .fa-reddit-square:before {
content: "\f1a2";
}
.wcp-carousel-main-wrap .fa-stumbleupon-circle:before {
content: "\f1a3";
}
.wcp-carousel-main-wrap .fa-stumbleupon:before {
content: "\f1a4";
}
.wcp-carousel-main-wrap .fa-delicious:before {
content: "\f1a5";
}
.wcp-carousel-main-wrap .fa-digg:before {
content: "\f1a6";
}
.wcp-carousel-main-wrap .fa-pied-piper-pp:before {
content: "\f1a7";
}
.wcp-carousel-main-wrap .fa-pied-piper-alt:before {
content: "\f1a8";
}
.wcp-carousel-main-wrap .fa-drupal:before {
content: "\f1a9";
}
.wcp-carousel-main-wrap .fa-joomla:before {
content: "\f1aa";
}
.wcp-carousel-main-wrap .fa-language:before {
content: "\f1ab";
}
.wcp-carousel-main-wrap .fa-fax:before {
content: "\f1ac";
}
.wcp-carousel-main-wrap .fa-building:before {
content: "\f1ad";
}
.wcp-carousel-main-wrap .fa-child:before {
content: "\f1ae";
}
.wcp-carousel-main-wrap .fa-paw:before {
content: "\f1b0";
}
.wcp-carousel-main-wrap .fa-spoon:before {
content: "\f1b1";
}
.wcp-carousel-main-wrap .fa-cube:before {
content: "\f1b2";
}
.wcp-carousel-main-wrap .fa-cubes:before {
content: "\f1b3";
}
.wcp-carousel-main-wrap .fa-behance:before {
content: "\f1b4";
}
.wcp-carousel-main-wrap .fa-behance-square:before {
content: "\f1b5";
}
.wcp-carousel-main-wrap .fa-steam:before {
content: "\f1b6";
}
.wcp-carousel-main-wrap .fa-steam-square:before {
content: "\f1b7";
}
.wcp-carousel-main-wrap .fa-recycle:before {
content: "\f1b8";
}
.wcp-carousel-main-wrap .fa-automobile:before,
.wcp-carousel-main-wrap .fa-car:before {
content: "\f1b9";
}
.wcp-carousel-main-wrap .fa-cab:before,
.wcp-carousel-main-wrap .fa-taxi:before {
content: "\f1ba";
}
.wcp-carousel-main-wrap .fa-tree:before {
content: "\f1bb";
}
.wcp-carousel-main-wrap .fa-spotify:before {
content: "\f1bc";
}
.wcp-carousel-main-wrap .fa-deviantart:before {
content: "\f1bd";
}
.wcp-carousel-main-wrap .fa-soundcloud:before {
content: "\f1be";
}
.wcp-carousel-main-wrap .fa-database:before {
content: "\f1c0";
}
.wcp-carousel-main-wrap .fa-file-pdf-o:before {
content: "\f1c1";
}
.wcp-carousel-main-wrap .fa-file-word-o:before {
content: "\f1c2";
}
.wcp-carousel-main-wrap .fa-file-excel-o:before {
content: "\f1c3";
}
.wcp-carousel-main-wrap .fa-file-powerpoint-o:before {
content: "\f1c4";
}
.wcp-carousel-main-wrap .fa-file-photo-o:before,
.wcp-carousel-main-wrap .fa-file-picture-o:before,
.wcp-carousel-main-wrap .fa-file-image-o:before {
content: "\f1c5";
}
.wcp-carousel-main-wrap .fa-file-zip-o:before,
.wcp-carousel-main-wrap .fa-file-archive-o:before {
content: "\f1c6";
}
.wcp-carousel-main-wrap .fa-file-sound-o:before,
.wcp-carousel-main-wrap .fa-file-audio-o:before {
content: "\f1c7";
}
.wcp-carousel-main-wrap .fa-file-movie-o:before,
.wcp-carousel-main-wrap .fa-file-video-o:before {
content: "\f1c8";
}
.wcp-carousel-main-wrap .fa-file-code-o:before {
content: "\f1c9";
}
.wcp-carousel-main-wrap .fa-vine:before {
content: "\f1ca";
}
.wcp-carousel-main-wrap .fa-codepen:before {
content: "\f1cb";
}
.wcp-carousel-main-wrap .fa-jsfiddle:before {
content: "\f1cc";
}
.wcp-carousel-main-wrap .fa-life-bouy:before,
.wcp-carousel-main-wrap .fa-life-buoy:before,
.wcp-carousel-main-wrap .fa-life-saver:before,
.wcp-carousel-main-wrap .fa-support:before,
.wcp-carousel-main-wrap .fa-life-ring:before {
content: "\f1cd";
}
.wcp-carousel-main-wrap .fa-circle-o-notch:before {
content: "\f1ce";
}
.wcp-carousel-main-wrap .fa-ra:before,
.wcp-carousel-main-wrap .fa-resistance:before,
.wcp-carousel-main-wrap .fa-rebel:before {
content: "\f1d0";
}
.wcp-carousel-main-wrap .fa-ge:before,
.wcp-carousel-main-wrap .fa-empire:before {
content: "\f1d1";
}
.wcp-carousel-main-wrap .fa-git-square:before {
content: "\f1d2";
}
.wcp-carousel-main-wrap .fa-git:before {
content: "\f1d3";
}
.wcp-carousel-main-wrap .fa-y-combinator-square:before,
.wcp-carousel-main-wrap .fa-yc-square:before,
.wcp-carousel-main-wrap .fa-hacker-news:before {
content: "\f1d4";
}
.wcp-carousel-main-wrap .fa-tencent-weibo:before {
content: "\f1d5";
}
.wcp-carousel-main-wrap .fa-qq:before {
content: "\f1d6";
}
.wcp-carousel-main-wrap .fa-wechat:before,
.wcp-carousel-main-wrap .fa-weixin:before {
content: "\f1d7";
}
.wcp-carousel-main-wrap .fa-send:before,
.wcp-carousel-main-wrap .fa-paper-plane:before {
content: "\f1d8";
}
.wcp-carousel-main-wrap .fa-send-o:before,
.wcp-carousel-main-wrap .fa-paper-plane-o:before {
content: "\f1d9";
}
.wcp-carousel-main-wrap .fa-history:before {
content: "\f1da";
}
.wcp-carousel-main-wrap .fa-circle-thin:before {
content: "\f1db";
}
.wcp-carousel-main-wrap .fa-header:before {
content: "\f1dc";
}
.wcp-carousel-main-wrap .fa-paragraph:before {
content: "\f1dd";
}
.wcp-carousel-main-wrap .fa-sliders:before {
content: "\f1de";
}
.wcp-carousel-main-wrap .fa-share-alt:before {
content: "\f1e0";
}
.wcp-carousel-main-wrap .fa-share-alt-square:before {
content: "\f1e1";
}
.wcp-carousel-main-wrap .fa-bomb:before {
content: "\f1e2";
}
.wcp-carousel-main-wrap .fa-soccer-ball-o:before,
.wcp-carousel-main-wrap .fa-futbol-o:before {
content: "\f1e3";
}
.wcp-carousel-main-wrap .fa-tty:before {
content: "\f1e4";
}
.wcp-carousel-main-wrap .fa-binoculars:before {
content: "\f1e5";
}
.wcp-carousel-main-wrap .fa-plug:before {
content: "\f1e6";
}
.wcp-carousel-main-wrap .fa-slideshare:before {
content: "\f1e7";
}
.wcp-carousel-main-wrap .fa-twitch:before {
content: "\f1e8";
}
.wcp-carousel-main-wrap .fa-yelp:before {
content: "\f1e9";
}
.wcp-carousel-main-wrap .fa-newspaper-o:before {
content: "\f1ea";
}
.wcp-carousel-main-wrap .fa-wifi:before {
content: "\f1eb";
}
.wcp-carousel-main-wrap .fa-calculator:before {
content: "\f1ec";
}
.wcp-carousel-main-wrap .fa-paypal:before {
content: "\f1ed";
}
.wcp-carousel-main-wrap .fa-google-wallet:before {
content: "\f1ee";
}
.wcp-carousel-main-wrap .fa-cc-visa:before {
content: "\f1f0";
}
.wcp-carousel-main-wrap .fa-cc-mastercard:before {
content: "\f1f1";
}
.wcp-carousel-main-wrap .fa-cc-discover:before {
content: "\f1f2";
}
.wcp-carousel-main-wrap .fa-cc-amex:before {
content: "\f1f3";
}
.wcp-carousel-main-wrap .fa-cc-paypal:before {
content: "\f1f4";
}
.wcp-carousel-main-wrap .fa-cc-stripe:before {
content: "\f1f5";
}
.wcp-carousel-main-wrap .fa-bell-slash:before {
content: "\f1f6";
}
.wcp-carousel-main-wrap .fa-bell-slash-o:before {
content: "\f1f7";
}
.wcp-carousel-main-wrap .fa-trash:before {
content: "\f1f8";
}
.wcp-carousel-main-wrap .fa-copyright:before {
content: "\f1f9";
}
.wcp-carousel-main-wrap .fa-at:before {
content: "\f1fa";
}
.wcp-carousel-main-wrap .fa-eyedropper:before {
content: "\f1fb";
}
.wcp-carousel-main-wrap .fa-paint-brush:before {
content: "\f1fc";
}
.wcp-carousel-main-wrap .fa-birthday-cake:before {
content: "\f1fd";
}
.wcp-carousel-main-wrap .fa-area-chart:before {
content: "\f1fe";
}
.wcp-carousel-main-wrap .fa-pie-chart:before {
content: "\f200";
}
.wcp-carousel-main-wrap .fa-line-chart:before {
content: "\f201";
}
.wcp-carousel-main-wrap .fa-lastfm:before {
content: "\f202";
}
.wcp-carousel-main-wrap .fa-lastfm-square:before {
content: "\f203";
}
.wcp-carousel-main-wrap .fa-toggle-off:before {
content: "\f204";
}
.wcp-carousel-main-wrap .fa-toggle-on:before {
content: "\f205";
}
.wcp-carousel-main-wrap .fa-bicycle:before {
content: "\f206";
}
.wcp-carousel-main-wrap .fa-bus:before {
content: "\f207";
}
.wcp-carousel-main-wrap .fa-ioxhost:before {
content: "\f208";
}
.wcp-carousel-main-wrap .fa-angellist:before {
content: "\f209";
}
.wcp-carousel-main-wrap .fa-cc:before {
content: "\f20a";
}
.wcp-carousel-main-wrap .fa-shekel:before,
.wcp-carousel-main-wrap .fa-sheqel:before,
.wcp-carousel-main-wrap .fa-ils:before {
content: "\f20b";
}
.wcp-carousel-main-wrap .fa-meanpath:before {
content: "\f20c";
}
.wcp-carousel-main-wrap .fa-buysellads:before {
content: "\f20d";
}
.wcp-carousel-main-wrap .fa-connectdevelop:before {
content: "\f20e";
}
.wcp-carousel-main-wrap .fa-dashcube:before {
content: "\f210";
}
.wcp-carousel-main-wrap .fa-forumbee:before {
content: "\f211";
}
.wcp-carousel-main-wrap .fa-leanpub:before {
content: "\f212";
}
.wcp-carousel-main-wrap .fa-sellsy:before {
content: "\f213";
}
.wcp-carousel-main-wrap .fa-shirtsinbulk:before {
content: "\f214";
}
.wcp-carousel-main-wrap .fa-simplybuilt:before {
content: "\f215";
}
.wcp-carousel-main-wrap .fa-skyatlas:before {
content: "\f216";
}
.wcp-carousel-main-wrap .fa-cart-plus:before {
content: "\f217";
}
.wcp-carousel-main-wrap .fa-cart-arrow-down:before {
content: "\f218";
}
.wcp-carousel-main-wrap .fa-diamond:before {
content: "\f219";
}
.wcp-carousel-main-wrap .fa-ship:before {
content: "\f21a";
}
.wcp-carousel-main-wrap .fa-user-secret:before {
content: "\f21b";
}
.wcp-carousel-main-wrap .fa-motorcycle:before {
content: "\f21c";
}
.wcp-carousel-main-wrap .fa-street-view:before {
content: "\f21d";
}
.wcp-carousel-main-wrap .fa-heartbeat:before {
content: "\f21e";
}
.wcp-carousel-main-wrap .fa-venus:before {
content: "\f221";
}
.wcp-carousel-main-wrap .fa-mars:before {
content: "\f222";
}
.wcp-carousel-main-wrap .fa-mercury:before {
content: "\f223";
}
.wcp-carousel-main-wrap .fa-intersex:before,
.wcp-carousel-main-wrap .fa-transgender:before {
content: "\f224";
}
.wcp-carousel-main-wrap .fa-transgender-alt:before {
content: "\f225";
}
.wcp-carousel-main-wrap .fa-venus-double:before {
content: "\f226";
}
.wcp-carousel-main-wrap .fa-mars-double:before {
content: "\f227";
}
.wcp-carousel-main-wrap .fa-venus-mars:before {
content: "\f228";
}
.wcp-carousel-main-wrap .fa-mars-stroke:before {
content: "\f229";
}
.wcp-carousel-main-wrap .fa-mars-stroke-v:before {
content: "\f22a";
}
.wcp-carousel-main-wrap .fa-mars-stroke-h:before {
content: "\f22b";
}
.wcp-carousel-main-wrap .fa-neuter:before {
content: "\f22c";
}
.wcp-carousel-main-wrap .fa-genderless:before {
content: "\f22d";
}
.wcp-carousel-main-wrap .fa-facebook-official:before {
content: "\f230";
}
.wcp-carousel-main-wrap .fa-pinterest-p:before {
content: "\f231";
}
.wcp-carousel-main-wrap .fa-whatsapp:before {
content: "\f232";
}
.wcp-carousel-main-wrap .fa-server:before {
content: "\f233";
}
.wcp-carousel-main-wrap .fa-user-plus:before {
content: "\f234";
}
.wcp-carousel-main-wrap .fa-user-times:before {
content: "\f235";
}
.wcp-carousel-main-wrap .fa-hotel:before,
.wcp-carousel-main-wrap .fa-bed:before {
content: "\f236";
}
.wcp-carousel-main-wrap .fa-viacoin:before {
content: "\f237";
}
.wcp-carousel-main-wrap .fa-train:before {
content: "\f238";
}
.wcp-carousel-main-wrap .fa-subway:before {
content: "\f239";
}
.wcp-carousel-main-wrap .fa-medium:before {
content: "\f23a";
}
.wcp-carousel-main-wrap .fa-yc:before,
.wcp-carousel-main-wrap .fa-y-combinator:before {
content: "\f23b";
}
.wcp-carousel-main-wrap .fa-optin-monster:before {
content: "\f23c";
}
.wcp-carousel-main-wrap .fa-opencart:before {
content: "\f23d";
}
.wcp-carousel-main-wrap .fa-expeditedssl:before {
content: "\f23e";
}
.wcp-carousel-main-wrap .fa-battery-4:before,
.wcp-carousel-main-wrap .fa-battery:before,
.wcp-carousel-main-wrap .fa-battery-full:before {
content: "\f240";
}
.wcp-carousel-main-wrap .fa-battery-3:before,
.wcp-carousel-main-wrap .fa-battery-three-quarters:before {
content: "\f241";
}
.wcp-carousel-main-wrap .fa-battery-2:before,
.wcp-carousel-main-wrap .fa-battery-half:before {
content: "\f242";
}
.wcp-carousel-main-wrap .fa-battery-1:before,
.wcp-carousel-main-wrap .fa-battery-quarter:before {
content: "\f243";
}
.wcp-carousel-main-wrap .fa-battery-0:before,
.wcp-carousel-main-wrap .fa-battery-empty:before {
content: "\f244";
}
.wcp-carousel-main-wrap .fa-mouse-pointer:before {
content: "\f245";
}
.wcp-carousel-main-wrap .fa-i-cursor:before {
content: "\f246";
}
.wcp-carousel-main-wrap .fa-object-group:before {
content: "\f247";
}
.wcp-carousel-main-wrap .fa-object-ungroup:before {
content: "\f248";
}
.wcp-carousel-main-wrap .fa-sticky-note:before {
content: "\f249";
}
.wcp-carousel-main-wrap .fa-sticky-note-o:before {
content: "\f24a";
}
.wcp-carousel-main-wrap .fa-cc-jcb:before {
content: "\f24b";
}
.wcp-carousel-main-wrap .fa-cc-diners-club:before {
content: "\f24c";
}
.wcp-carousel-main-wrap .fa-clone:before {
content: "\f24d";
}
.wcp-carousel-main-wrap .fa-balance-scale:before {
content: "\f24e";
}
.wcp-carousel-main-wrap .fa-hourglass-o:before {
content: "\f250";
}
.wcp-carousel-main-wrap .fa-hourglass-1:before,
.wcp-carousel-main-wrap .fa-hourglass-start:before {
content: "\f251";
}
.wcp-carousel-main-wrap .fa-hourglass-2:before,
.wcp-carousel-main-wrap .fa-hourglass-half:before {
content: "\f252";
}
.wcp-carousel-main-wrap .fa-hourglass-3:before,
.wcp-carousel-main-wrap .fa-hourglass-end:before {
content: "\f253";
}
.wcp-carousel-main-wrap .fa-hourglass:before {
content: "\f254";
}
.wcp-carousel-main-wrap .fa-hand-grab-o:before,
.wcp-carousel-main-wrap .fa-hand-rock-o:before {
content: "\f255";
}
.wcp-carousel-main-wrap .fa-hand-stop-o:before,
.wcp-carousel-main-wrap .fa-hand-paper-o:before {
content: "\f256";
}
.wcp-carousel-main-wrap .fa-hand-scissors-o:before {
content: "\f257";
}
.wcp-carousel-main-wrap .fa-hand-lizard-o:before {
content: "\f258";
}
.wcp-carousel-main-wrap .fa-hand-spock-o:before {
content: "\f259";
}
.wcp-carousel-main-wrap .fa-hand-pointer-o:before {
content: "\f25a";
}
.wcp-carousel-main-wrap .fa-hand-peace-o:before {
content: "\f25b";
}
.wcp-carousel-main-wrap .fa-trademark:before {
content: "\f25c";
}
.wcp-carousel-main-wrap .fa-registered:before {
content: "\f25d";
}
.wcp-carousel-main-wrap .fa-creative-commons:before {
content: "\f25e";
}
.wcp-carousel-main-wrap .fa-gg:before {
content: "\f260";
}
.wcp-carousel-main-wrap .fa-gg-circle:before {
content: "\f261";
}
.wcp-carousel-main-wrap .fa-tripadvisor:before {
content: "\f262";
}
.wcp-carousel-main-wrap .fa-odnoklassniki:before {
content: "\f263";
}
.wcp-carousel-main-wrap .fa-odnoklassniki-square:before {
content: "\f264";
}
.wcp-carousel-main-wrap .fa-get-pocket:before {
content: "\f265";
}
.wcp-carousel-main-wrap .fa-wikipedia-w:before {
content: "\f266";
}
.wcp-carousel-main-wrap .fa-safari:before {
content: "\f267";
}
.wcp-carousel-main-wrap .fa-chrome:before {
content: "\f268";
}
.wcp-carousel-main-wrap .fa-firefox:before {
content: "\f269";
}
.wcp-carousel-main-wrap .fa-opera:before {
content: "\f26a";
}
.wcp-carousel-main-wrap .fa-internet-explorer:before {
content: "\f26b";
}
.wcp-carousel-main-wrap .fa-tv:before,
.wcp-carousel-main-wrap .fa-television:before {
content: "\f26c";
}
.wcp-carousel-main-wrap .fa-contao:before {
content: "\f26d";
}
.wcp-carousel-main-wrap .fa-500px:before {
content: "\f26e";
}
.wcp-carousel-main-wrap .fa-amazon:before {
content: "\f270";
}
.wcp-carousel-main-wrap .fa-calendar-plus-o:before {
content: "\f271";
}
.wcp-carousel-main-wrap .fa-calendar-minus-o:before {
content: "\f272";
}
.wcp-carousel-main-wrap .fa-calendar-times-o:before {
content: "\f273";
}
.wcp-carousel-main-wrap .fa-calendar-check-o:before {
content: "\f274";
}
.wcp-carousel-main-wrap .fa-industry:before {
content: "\f275";
}
.wcp-carousel-main-wrap .fa-map-pin:before {
content: "\f276";
}
.wcp-carousel-main-wrap .fa-map-signs:before {
content: "\f277";
}
.wcp-carousel-main-wrap .fa-map-o:before {
content: "\f278";
}
.wcp-carousel-main-wrap .fa-map:before {
content: "\f279";
}
.wcp-carousel-main-wrap .fa-commenting:before {
content: "\f27a";
}
.wcp-carousel-main-wrap .fa-commenting-o:before {
content: "\f27b";
}
.wcp-carousel-main-wrap .fa-houzz:before {
content: "\f27c";
}
.wcp-carousel-main-wrap .fa-vimeo:before {
content: "\f27d";
}
.wcp-carousel-main-wrap .fa-black-tie:before {
content: "\f27e";
}
.wcp-carousel-main-wrap .fa-fonticons:before {
content: "\f280";
}
.wcp-carousel-main-wrap .fa-reddit-alien:before {
content: "\f281";
}
.wcp-carousel-main-wrap .fa-edge:before {
content: "\f282";
}
.wcp-carousel-main-wrap .fa-credit-card-alt:before {
content: "\f283";
}
.wcp-carousel-main-wrap .fa-codiepie:before {
content: "\f284";
}
.wcp-carousel-main-wrap .fa-modx:before {
content: "\f285";
}
.wcp-carousel-main-wrap .fa-fort-awesome:before {
content: "\f286";
}
.wcp-carousel-main-wrap .fa-usb:before {
content: "\f287";
}
.wcp-carousel-main-wrap .fa-product-hunt:before {
content: "\f288";
}
.wcp-carousel-main-wrap .fa-mixcloud:before {
content: "\f289";
}
.wcp-carousel-main-wrap .fa-scribd:before {
content: "\f28a";
}
.wcp-carousel-main-wrap .fa-pause-circle:before {
content: "\f28b";
}
.wcp-carousel-main-wrap .fa-pause-circle-o:before {
content: "\f28c";
}
.wcp-carousel-main-wrap .fa-stop-circle:before {
content: "\f28d";
}
.wcp-carousel-main-wrap .fa-stop-circle-o:before {
content: "\f28e";
}
.wcp-carousel-main-wrap .fa-shopping-bag:before {
content: "\f290";
}
.wcp-carousel-main-wrap .fa-shopping-basket:before {
content: "\f291";
}
.wcp-carousel-main-wrap .fa-hashtag:before {
content: "\f292";
}
.wcp-carousel-main-wrap .fa-bluetooth:before {
content: "\f293";
}
.wcp-carousel-main-wrap .fa-bluetooth-b:before {
content: "\f294";
}
.wcp-carousel-main-wrap .fa-percent:before {
content: "\f295";
}
.wcp-carousel-main-wrap .fa-gitlab:before {
content: "\f296";
}
.wcp-carousel-main-wrap .fa-wpbeginner:before {
content: "\f297";
}
.wcp-carousel-main-wrap .fa-wpforms:before {
content: "\f298";
}
.wcp-carousel-main-wrap .fa-envira:before {
content: "\f299";
}
.wcp-carousel-main-wrap .fa-universal-access:before {
content: "\f29a";
}
.wcp-carousel-main-wrap .fa-wheelchair-alt:before {
content: "\f29b";
}
.wcp-carousel-main-wrap .fa-question-circle-o:before {
content: "\f29c";
}
.wcp-carousel-main-wrap .fa-blind:before {
content: "\f29d";
}
.wcp-carousel-main-wrap .fa-audio-description:before {
content: "\f29e";
}
.wcp-carousel-main-wrap .fa-volume-control-phone:before {
content: "\f2a0";
}
.wcp-carousel-main-wrap .fa-braille:before {
content: "\f2a1";
}
.wcp-carousel-main-wrap .fa-assistive-listening-systems:before {
content: "\f2a2";
}
.wcp-carousel-main-wrap .fa-asl-interpreting:before,
.wcp-carousel-main-wrap .fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.wcp-carousel-main-wrap .fa-deafness:before,
.wcp-carousel-main-wrap .fa-hard-of-hearing:before,
.wcp-carousel-main-wrap .fa-deaf:before {
content: "\f2a4";
}
.wcp-carousel-main-wrap .fa-glide:before {
content: "\f2a5";
}
.wcp-carousel-main-wrap .fa-glide-g:before {
content: "\f2a6";
}
.wcp-carousel-main-wrap .fa-signing:before,
.wcp-carousel-main-wrap .fa-sign-language:before {
content: "\f2a7";
}
.wcp-carousel-main-wrap .fa-low-vision:before {
content: "\f2a8";
}
.wcp-carousel-main-wrap .fa-viadeo:before {
content: "\f2a9";
}
.wcp-carousel-main-wrap .fa-viadeo-square:before {
content: "\f2aa";
}
.wcp-carousel-main-wrap .fa-snapchat:before {
content: "\f2ab";
}
.wcp-carousel-main-wrap .fa-snapchat-ghost:before {
content: "\f2ac";
}
.wcp-carousel-main-wrap .fa-snapchat-square:before {
content: "\f2ad";
}
.wcp-carousel-main-wrap .fa-pied-piper:before {
content: "\f2ae";
}
.wcp-carousel-main-wrap .fa-first-order:before {
content: "\f2b0";
}
.wcp-carousel-main-wrap .fa-yoast:before {
content: "\f2b1";
}
.wcp-carousel-main-wrap .fa-themeisle:before {
content: "\f2b2";
}
.wcp-carousel-main-wrap .fa-google-plus-circle:before,
.wcp-carousel-main-wrap .fa-google-plus-official:before {
content: "\f2b3";
}
.wcp-carousel-main-wrap .fa-fa:before,
.wcp-carousel-main-wrap .fa-font-awesome:before {
content: "\f2b4";
}
.wcp-carousel-main-wrap .fa-handshake-o:before {
content: "\f2b5";
}
.wcp-carousel-main-wrap .fa-envelope-open:before {
content: "\f2b6";
}
.wcp-carousel-main-wrap .fa-envelope-open-o:before {
content: "\f2b7";
}
.wcp-carousel-main-wrap .fa-linode:before {
content: "\f2b8";
}
.wcp-carousel-main-wrap .fa-address-book:before {
content: "\f2b9";
}
.wcp-carousel-main-wrap .fa-address-book-o:before {
content: "\f2ba";
}
.wcp-carousel-main-wrap .fa-vcard:before,
.wcp-carousel-main-wrap .fa-address-card:before {
content: "\f2bb";
}
.wcp-carousel-main-wrap .fa-vcard-o:before,
.wcp-carousel-main-wrap .fa-address-card-o:before {
content: "\f2bc";
}
.wcp-carousel-main-wrap .fa-user-circle:before {
content: "\f2bd";
}
.wcp-carousel-main-wrap .fa-user-circle-o:before {
content: "\f2be";
}
.wcp-carousel-main-wrap .fa-user-o:before {
content: "\f2c0";
}
.wcp-carousel-main-wrap .fa-id-badge:before {
content: "\f2c1";
}
.wcp-carousel-main-wrap .fa-drivers-license:before,
.wcp-carousel-main-wrap .fa-id-card:before {
content: "\f2c2";
}
.wcp-carousel-main-wrap .fa-drivers-license-o:before,
.wcp-carousel-main-wrap .fa-id-card-o:before {
content: "\f2c3";
}
.wcp-carousel-main-wrap .fa-quora:before {
content: "\f2c4";
}
.wcp-carousel-main-wrap .fa-free-code-camp:before {
content: "\f2c5";
}
.wcp-carousel-main-wrap .fa-telegram:before {
content: "\f2c6";
}
.wcp-carousel-main-wrap .fa-thermometer-4:before,
.wcp-carousel-main-wrap .fa-thermometer:before,
.wcp-carousel-main-wrap .fa-thermometer-full:before {
content: "\f2c7";
}
.wcp-carousel-main-wrap .fa-thermometer-3:before,
.wcp-carousel-main-wrap .fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.wcp-carousel-main-wrap .fa-thermometer-2:before,
.wcp-carousel-main-wrap .fa-thermometer-half:before {
content: "\f2c9";
}
.wcp-carousel-main-wrap .fa-thermometer-1:before,
.wcp-carousel-main-wrap .fa-thermometer-quarter:before {
content: "\f2ca";
}
.wcp-carousel-main-wrap .fa-thermometer-0:before,
.wcp-carousel-main-wrap .fa-thermometer-empty:before {
content: "\f2cb";
}
.wcp-carousel-main-wrap .fa-shower:before {
content: "\f2cc";
}
.wcp-carousel-main-wrap .fa-bathtub:before,
.wcp-carousel-main-wrap .fa-s15:before,
.wcp-carousel-main-wrap .fa-bath:before {
content: "\f2cd";
}
.wcp-carousel-main-wrap .fa-podcast:before {
content: "\f2ce";
}
.wcp-carousel-main-wrap .fa-window-maximize:before {
content: "\f2d0";
}
.wcp-carousel-main-wrap .fa-window-minimize:before {
content: "\f2d1";
}
.wcp-carousel-main-wrap .fa-window-restore:before {
content: "\f2d2";
}
.wcp-carousel-main-wrap .fa-times-rectangle:before,
.wcp-carousel-main-wrap .fa-window-close:before {
content: "\f2d3";
}
.wcp-carousel-main-wrap .fa-times-rectangle-o:before,
.wcp-carousel-main-wrap .fa-window-close-o:before {
content: "\f2d4";
}
.wcp-carousel-main-wrap .fa-bandcamp:before {
content: "\f2d5";
}
.wcp-carousel-main-wrap .fa-grav:before {
content: "\f2d6";
}
.wcp-carousel-main-wrap .fa-etsy:before {
content: "\f2d7";
}
.wcp-carousel-main-wrap .fa-imdb:before {
content: "\f2d8";
}
.wcp-carousel-main-wrap .fa-ravelry:before {
content: "\f2d9";
}
.wcp-carousel-main-wrap .fa-eercast:before {
content: "\f2da";
}
.wcp-carousel-main-wrap .fa-microchip:before {
content: "\f2db";
}
.wcp-carousel-main-wrap .fa-snowflake-o:before {
content: "\f2dc";
}
.wcp-carousel-main-wrap .fa-superpowers:before {
content: "\f2dd";
}
.wcp-carousel-main-wrap .fa-wpexplorer:before {
content: "\f2de";
}
.wcp-carousel-main-wrap .fa-meetup:before {
content: "\f2e0";
}
.wcp-carousel-main-wrap .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.wcp-carousel-main-wrap .sr-only-focusable:active,
.wcp-carousel-main-wrap .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}.wcp-carousel-main-wrap { }
.fixed-height-image {
height: 190px;
width: 100%;
}
.rpc-title {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.wcp-carousel-main-wrap .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.wcp-carousel-main-wrap .slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.wcp-carousel-main-wrap .slick-list:focus {
outline: none;
}
.wcp-carousel-main-wrap .slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.wcp-carousel-main-wrap .slick-slider .slick-track,
.wcp-carousel-main-wrap .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.wcp-carousel-main-wrap .slick-track {
position: relative;
top: 0;
left: 0;
display: block;
}
.wcp-carousel-main-wrap .slick-track:before,
.wcp-carousel-main-wrap .slick-track:after {
display: table;
content: '';
}
.wcp-carousel-main-wrap .slick-track:after {
clear: both;
}
.wcp-carousel-main-wrap .slick-loading .slick-track {
visibility: hidden;
}
.wcp-carousel-main-wrap .slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
.wcp-carousel-main-wrap [dir='rtl'] .slick-slide {
float: right;
}
.wcp-carousel-main-wrap .slick-slide img {
display: block;
}
.wcp-carousel-main-wrap .slick-slide.slick-loading img {
display: none;
}
.wcp-carousel-main-wrap .slick-slide.dragging img {
pointer-events: none;
}
.wcp-carousel-main-wrap .slick-initialized .slick-slide {
display: block;
}
.wcp-carousel-main-wrap .slick-loading .slick-slide {
visibility: hidden;
}
.wcp-carousel-main-wrap .slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.wcp-carousel-main-wrap .slick-arrow.slick-hidden {
display: none;
}
.wcp-carousel-main-wrap .post-style-1 .wcp-img-wrap {
width: 30%;
float: left;
overflow: hidden;
cursor: pointer;
}
.wcp-carousel-main-wrap .post-style-1 .wcp-content-wrap {
float: left;
width: 70%;
padding-top: 10px;
}
.wcp-carousel-main-wrap .post-style-1 h3 {
margin: 0;
padding: 0;
font-size: 16px;
margin-left: 10px;
}
.wcp-carousel-main-wrap .post-style-1 .wcp-post-meta {
font-size: 12px;
margin-left: 10px;
}
.wcp-carousel-main-wrap .post-style-1 img {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}
.wcp-carousel-main-wrap .post-style-1 .wcp-img-wrap:hover img {
-webkit-transform: scale(1.1) !important;
-moz-transform: scale(1.1) !important;
-ms-transform: scale(1.1) !important;
-o-transform: scale(1.1) !important;
transform: scale(1.1) !important;
opacity: 0.8;
}
.wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap h3 {
margin-top: 0;
margin-bottom: 0;
margin-left: 10px;
font-size: 22px;
}
.wcp-carousel-main-wrap .post-style-2 .wcp-post-meta {
font-size: 14px;
margin-left: 10px;
}
.wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap {
padding-top: 10px;
}
.wcp-carousel-main-wrap .post-style-2 .wcp-post-contents {
font-size: 14px;
margin-bottom: 0;
margin: 10px;
}
.wcp-carousel-main-wrap .post-style-2 .wcp-post-contents p {
margin-bottom: 0;
}
.wcp-carousel-main-wrap .post-style-3 .wcp-content-wrap h3 {
margin-top: 0;
margin-bottom: 0;
margin-left: 10px;
font-size: 22px;
}
.wcp-carousel-main-wrap .post-style-3 .wcp-post-meta {
font-size: 14px;
margin-left: 10px;
}
.wcp-carousel-main-wrap .post-style-3 .wcp-content-wrap {
padding-top: 10px;
}
.wcp-carousel-main-wrap .post-style-3 .wcp-post-contents {
font-size: 14px;
margin-bottom: 0;
margin: 10px;
}
.wcp-carousel-main-wrap .post-style-3 .wcp-post-contents p {
margin-bottom: 0;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-image {
overflow: hidden;
position: relative;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-image img {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-image:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-category {
margin: 10px 0;
display: inline-block;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-category a {
text-decoration: none;
display: inherit;
color: #fff;
background: #000;
font-size: 10px;
padding: 2px 5px;
margin-right: 2px;
text-transform: uppercase;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-title {
margin-bottom: 10px;
margin-top: 5px;
padding-top: 0;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-title a {
text-decoration: none;
color: #000;
line-height: 1.2;
font-size: 19px;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-meta {
float: left;
font-size: 12px;
margin-top: 2px;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-date {
font-size: 12px;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-date i {
margin-right: 5px;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-meta i {
font-size: 13px;
margin-right: 5px;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-meta a {
text-decoration: none;
font-size: 13px;
margin-right: 15px;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-comment {
font-size: 10px;
text-align: center;
line-height: 1;
position: relative;
padding: 2px 7px;
background: #fff;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-comment-box {
position: absolute;
margin-bottom: 4px;
top: 10px;
right: 15px;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-comment:before {
content: " ";
position: absolute;
bottom: -4px;
left: 30%;
border-width: 0 0 6px 6px;
border-style: solid;
border-color: transparent #fff;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-comment a {
text-decoration: none;
font-size: 11px;
color: #000;
}
.wcp-carousel-main-wrap .rpc-post-carousel1 .rpc-post-para p {
color: #888;
font-size: 14px;
margin-top: 10px;
text-align: justify;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-image {
overflow: hidden;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-image img {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-image:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-desc-box {
border-bottom: 2px solid #eeeeee;
text-align: center;
margin: 0px 20px;
background: #fff;
margin-top: -20px;
position: relative;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-category {
position: relative;
display: inline-block;
vertical-align: top;
text-transform: capitalize;
text-align: center;
padding: 0px 35px;
font-size: 14px;
line-height: 22px;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-category:before {
background-color: #222;
content: '';
position: absolute;
top: 11px;
width: 30px;
height: 1px;
left: 0;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-category:after {
background-color: #222;
content: '';
position: absolute;
top: 11px;
width: 30px;
height: 1px;
right: 0;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-category a {
text-decoration: none;
display: inherit;
color: #000;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-title {
margin-bottom: 10px;
margin-top: 5px;
padding-top: 0;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-title a {
text-decoration: none;
color: #000;
line-height: 1.2;
font-size: 19px;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-meta {
float: left;
font-size: 12px;
margin-top: 2px;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-meta i {
font-size: 13px;
margin-right: 5px;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-meta a {
text-decoration: none;
color: #000;
font-size: 13px;
margin-right: 15px;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-comment {
font-size: 10px;
text-align: center;
position: relative;
display: block;
padding: 3px 6px;
color: #2e2e2e;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-comment-box {
float: right;
margin-bottom: 4px;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-comment a,
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-comment i {
text-decoration: none;
font-size: 12px;
color: #000;
}
.wcp-carousel-main-wrap .rpc-post-carousel3 .rpc-post-para p {
color: #888;
font-size: 13px;
margin-top: 10px;
}
.wcp-carousel-main-wrap .clearfix {
clear: both;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-image {
overflow: hidden;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-image img {
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
width: 100%;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-image:hover img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-category {
margin: 10px 0;
display: inline-block;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-category a {
text-decoration: none;
display: inherit;
color: #fff;
background: #000;
font-size: 11px;
padding: 2px 5px;
margin-right: 2px;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-title {
margin-bottom: 10px;
margin-top: 5px;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-title a {
text-decoration: none;
color: #000;
line-height: 1.2;
font-size: 19px;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-meta {
float: left;
font-size: 12px;
margin: 0;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-date {
font-size: 12px;
float: right;
padding-top: 14px;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-date i {
margin-right: 5px;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-meta i {
font-size: 13px;
margin-right: 5px;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-meta a {
text-decoration: none;
color: #000;
font-size: 13px;
margin-right: 15px;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-comment-box {
float: right;
margin: 0;
font-size: 12px;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-comment a {
text-decoration: none;
font-size: 12px;
color: #000;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-comment i {
text-decoration: none;
font-size: 12px;
color: #000;
}
.wcp-carousel-main-wrap .rpc-post-carousel4 .rpc-post-para p {
color: #888;
font-size: 14px;
margin-top: 10px;
}
.wcp-carousel-main-wrap .slick-track img {
width: 100%;
}
.wcp-carousel-main-wrap .slick-track a {
text-decoration: none;
border-bottom: none;
box-shadow: none;
}
.wcp-carousel-main-wrap .slick-active:active,
.wcp-carousel-main-wrap .slick-slide:active {
outline: none;
}
.wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap h3,
.wcp-carousel-main-wrap .post-style-3 .wcp-content-wrap h3 {
width: 95%;
}
.wcp-carousel-main-wrap .carousel-style7 {
background-color: #000000;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
color: #ffffff;
float: left;
font-family: 'Open Sans', Arial, sans-serif;
font-size: 16px;
line-height: 1.6em;
margin: 10px 1%;
overflow: hidden;
position: relative;
text-align: left;
width: 100%;
}
.wcp-carousel-main-wrap .carousel-style7 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.wcp-carousel-main-wrap .carousel-style7 img {
max-width: 100%;
vertical-align: top;
position: relative;
opacity: 0.75;
}
.wcp-carousel-main-wrap .carousel-style7 .fixed-height-image {
height: 400px;
width: 100%;
}
.wcp-carousel-main-wrap .carousel-style7 figcaption {
padding: 25px 20px 25px;
position: absolute;
bottom: 0;
z-index: 1;
}
.wcp-carousel-main-wrap .carousel-style7 .date {
background-color: #fff;
color: #333;
font-size: 18px;
font-weight: 800;
min-height: 48px;
min-width: 48px;
padding: 10px 0;
position: absolute;
right: 15px;
text-align: center;
text-transform: uppercase;
top: 0;
}
.wcp-carousel-main-wrap .carousel-style7 .date span {
display: block;
line-height: 14px;
}
.wcp-carousel-main-wrap .carousel-style7 .date .month {
font-size: 11px;
}
.wcp-carousel-main-wrap .carousel-style7 h3,
.wcp-carousel-main-wrap .carousel-style7 p {
margin: 0;
padding: 0;
color: #FFF;
}
.wcp-carousel-main-wrap .carousel-style7 h3 {
font-weight: 800;
letter-spacing: -0.4px;
}
.wcp-carousel-main-wrap .carousel-style7 .hover {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
align-items: center;
background-color: rgba(236, 188, 46, 0.75);
display: flex;
font-size: 65px;
justify-content: center;
opacity: 0;
}
.wcp-carousel-main-wrap .carousel-style7 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
.wcp-carousel-main-wrap .carousel-style7:hover .hover,
.wcp-carousel-main-wrap .carousel-style7.hover .hover {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
opacity: 1;
}
.wcp-carousel-main-wrap .carousel-style7:hover figcaption,
.wcp-carousel-main-wrap .carousel-style7.hover figcaption {
opacity: 0;
}
.wcp-carousel-main-wrap .carousel-style7:hover .date,
.wcp-carousel-main-wrap .carousel-style7.hover .date {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.wcp-carousel-main-wrap .carousel-style8 {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
color: #ffffff;
float: left;
font-family: 'Lato', Arial, sans-serif;
font-size: 16px;
margin: 10px 1%;
overflow: hidden;
position: relative;
text-align: left;
width: 100%;
}
.wcp-carousel-main-wrap .carousel-style8 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.wcp-carousel-main-wrap .carousel-style8 img {
max-width: 100%;
vertical-align: top;
position: relative;
}
.wcp-carousel-main-wrap .carousel-style8 .fixed-height-image {
height: 350px;
width: 100%;
}
.wcp-carousel-main-wrap .carousel-style8 figcaption {
padding: 25px 20px 25px;
position: absolute;
bottom: 0;
z-index: 1;
width: 100%;
}
.wcp-carousel-main-wrap .carousel-style8 figcaption:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #700877;
content: '';
background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
opacity: 0.8;
z-index: -1;
}
.wcp-carousel-main-wrap .carousel-style8 .date {
background-color: #fff;
border-radius: 50%;
color: #700877;
font-size: 18px;
font-weight: 700;
min-height: 48px;
min-width: 48px;
padding: 10px 0;
position: absolute;
right: 15px;
text-align: center;
text-transform: uppercase;
top: -25px;
}
.wcp-carousel-main-wrap .carousel-style8 .date span {
display: block;
line-height: 14px;
}
.wcp-carousel-main-wrap .carousel-style8 .date .month {
font-size: 11px;
}
.wcp-carousel-main-wrap .carousel-style8 h3,
.wcp-carousel-main-wrap .carousel-style8 p {
margin: 0;
padding: 0;
}
.wcp-carousel-main-wrap .carousel-style8 h3 {
display: inline-block;
font-weight: 700;
letter-spacing: -0.4px;
margin-bottom: 5px;
}
.wcp-carousel-main-wrap .carousel-style8 p {
font-size: 0.8em;
line-height: 1.6em;
margin-bottom: 0px;
}
.wcp-carousel-main-wrap .carousel-style8 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
.wcp-carousel-main-wrap .carousel-style8:hover img,
.wcp-carousel-main-wrap .carousel-style8.hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.wcp-carousel-main-wrap .carousel-style9 {
font-family: 'Roboto', Arial, sans-serif;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
background-color: #ffffff;
border-radius: 5px;
border-top: 5px solid #d2652d;
color: #9e9e9e;
text-align: center;
font-size: 16px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.wcp-carousel-main-wrap .carousel-style9 *,
.wcp-carousel-main-wrap .carousel-style9 *:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out;
}
.wcp-carousel-main-wrap .carousel-style9 figcaption {
padding: 12% 10% 14%;
}
.wcp-carousel-main-wrap .carousel-style9 img {
font-size: 54px;
color: #fff;
width: 80px;
height: 80px;
line-height: 80px;
background-color: #d2652d;
border-radius: 50%;
padding: 0;
margin: 0 0 10px;
text-align: center;
display: inline-block;
}
.wcp-carousel-main-wrap .carousel-style9 .fixed-height-image {
height: 80px;
width: 80px;
margin: 0 auto;
padding: 0;
}
.wcp-carousel-main-wrap .carousel-style9 h3 {
color: #3c3c3c;
font-size: 20px;
font-weight: 300;
line-height: 24px;
margin: 10px 0;
}
.wcp-carousel-main-wrap .carousel-style9 p {
font-size: 0.9em;
font-weight: 300;
margin: 0 0 20px;
}
.wcp-carousel-main-wrap .carousel-style9 .button {
text-decoration: none;
color: #777;
border: 1px solid rgba(0, 0, 0, 0.3);
border-radius: 5px;
padding: 5px 10px;
display: inline-block;
position: relative;
z-index: 1;
}
.wcp-carousel-main-wrap .carousel-style9 .button:before {
background-color: #d2652d;
position: absolute;
top: 100%;
bottom: 0;
left: 0;
right: 0;
content: '';
z-index: -1;
opacity: 0;
}
.wcp-carousel-main-wrap .carousel-style9 .button:hover {
color: #fff;
}
.wcp-carousel-main-wrap .carousel-style9 .button:hover:before {
top: 0;
opacity: 1;
}
.wcp-carousel-main-wrap .carousel-style10 {
font-family: 'Lato', Arial, sans-serif;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
background-color: #ffffff;
color: #2B2B2B;
text-align: center;
font-size: 16px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.wcp-carousel-main-wrap .carousel-style10 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wcp-carousel-main-wrap .carousel-style10 img {
max-width: 100%;
vertical-align: top;
position: relative;
}
.wcp-carousel-main-wrap .carousel-style10 .fixed-height-image {
height: 190px;
width: 100%;
}
.wcp-carousel-main-wrap .carousel-style10 figcaption {
padding: 10%;
padding-bottom: calc(25%);
background-color: #ffffff;
}
.wcp-carousel-main-wrap .carousel-style10 h3 {
font-family: 'Oswald';
text-transform: uppercase;
font-size: 20px;
font-weight: 400;
line-height: 24px;
margin: 3px 0;
}
.wcp-carousel-main-wrap .carousel-style10 h5 {
font-weight: 400;
margin: 0;
text-transform: uppercase;
color: #888;
letter-spacing: 1px;
}
.wcp-carousel-main-wrap .carousel-style10 footer {
border-top: 1px solid rgba(0, 0, 0, 0.065);
padding: 0 20px;
font-size: 13px;
line-height: 50px;
text-align: left;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.wcp-carousel-main-wrap .carousel-style10 footer .icons {
position: absolute;
right: 20px;
top: 0;
}
.wcp-carousel-main-wrap .carousel-style10 footer .icons > div {
display: inline-block;
margin-left: 8px;
}
.wcp-carousel-main-wrap .carousel-style10 footer .icons i {
display: inline-block;
margin-right: 5px;
font-size: 1em;
}
.wcp-carousel-main-wrap .carousel-style10 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
.wcp-carousel-main-wrap .carousel-style11 {
font-family: 'Open Sans', Arial, sans-serif;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
background-color: #ffffff;
color: #000000;
text-align: left;
font-size: 16px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.wcp-carousel-main-wrap .carousel-style11 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wcp-carousel-main-wrap .carousel-style11:after {
position: absolute;
top: 12px;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 25px 0 25px 25px;
border-color: transparent transparent transparent #d2652d;
content: '';
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wcp-carousel-main-wrap .carousel-style11 img {
max-width: 100%;
vertical-align: top;
position: relative;
}
.wcp-carousel-main-wrap .carousel-style11 .fixed-height-image {
height: 190px;
width: 100%;
}
.wcp-carousel-main-wrap .carousel-style11 figcaption {
padding: 20px 20px 30px;
background-color: #ffffff;
}
.wcp-carousel-main-wrap .carousel-style11 .date {
background-color: #d2652d;
top: 15px;
color: #fff;
right: 15px;
min-height: 48px;
min-width: 48px;
position: absolute;
text-align: center;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
border-radius: 50%;
padding: 10px 0;
}
.wcp-carousel-main-wrap .carousel-style11 .date span {
display: block;
line-height: 14px;
}
.wcp-carousel-main-wrap .carousel-style11 .date .month {
font-size: 11px;
}
.wcp-carousel-main-wrap .carousel-style11 h3,
.wcp-carousel-main-wrap .carousel-style11 p {
margin: 0;
padding: 0;
}
.wcp-carousel-main-wrap .carousel-style11 h3 {
margin-bottom: 10px;
display: inline-block;
font-weight: 700;
}
.wcp-carousel-main-wrap .carousel-style11 p {
font-size: 0.8em;
margin-bottom: 20px;
line-height: 1.6em;
}
.wcp-carousel-main-wrap .carousel-style11 footer {
padding: 0 25px;
color: #999999;
font-size: 0.8em;
line-height: 50px;
text-align: left;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.wcp-carousel-main-wrap .carousel-style11 footer > div {
display: inline-block;
margin-right: 15px;
}
.wcp-carousel-main-wrap .carousel-style11 footer i {
margin-right: 5px;
font-size: 1.2em;
}
.wcp-carousel-main-wrap .carousel-style11 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
.wcp-carousel-main-wrap .carousel-style11:hover:after,
.wcp-carousel-main-wrap .carousel-style11.hover:after {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
.wcp-carousel-main-wrap .carousel-style12 {
font-family: 'Roboto', Arial, sans-serif;
color: #fff;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
color: #ffffff;
text-align: left;
line-height: 1.4em;
background-color: #141414;
}
.wcp-carousel-main-wrap .carousel-style12 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.wcp-carousel-main-wrap .carousel-style12 img {
max-width: 100%;
vertical-align: top;
opacity: 0.85;
}
.wcp-carousel-main-wrap .carousel-style12 .fixed-height-image {
height: 190px;
width: 100%;
}
.wcp-carousel-main-wrap .carousel-style12 figcaption {
width: 100%;
background-color: #141414;
padding: 25px;
position: relative;
}
.wcp-carousel-main-wrap .carousel-style12 figcaption:before {
position: absolute;
content: '';
bottom: 100%;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 55px 0 0 400px;
border-color: transparent transparent transparent #141414;
}
.wcp-carousel-main-wrap .carousel-style12 figcaption a {
padding: 5px;
border: 1px solid #ffffff;
color: #ffffff;
font-size: 0.7em;
text-transform: uppercase;
margin: 10px 0;
display: inline-block;
opacity: 0.65;
width: 47%;
text-align: center;
font-weight: 600;
letter-spacing: 1px;
text-decoration: none;
}
.wcp-carousel-main-wrap .carousel-style12 figcaption a:hover {
opacity: 1;
}
.wcp-carousel-main-wrap .carousel-style12 .profile {
border-radius: 50%;
position: absolute;
bottom: 100%;
left: 25px;
z-index: 1;
max-width: 90px;
opacity: 1;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.wcp-carousel-main-wrap .carousel-style12 .follow {
margin-right: 6%;
border-color: #2980b9;
color: #2980b9;
}
.wcp-carousel-main-wrap .carousel-style12 h2 {
margin: 0 0 5px;
font-weight: 300;
padding-top: 0;
}
.wcp-carousel-main-wrap .carousel-style12 h2 span {
display: block;
font-size: 0.5em;
color: #2980b9;
}
.wcp-carousel-main-wrap .carousel-style12 p {
margin: 0 0 10px;
font-size: 0.8em;
letter-spacing: 1px;
opacity: 0.8;
}
.wcp-carousel-main-wrap .carousel-style12:hover:before,
.wcp-carousel-main-wrap .carousel-style12.hover:before {
bottom: 0;
box-shadow: 0 0 0px white;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.wcp-carousel-main-wrap .carousel-style13 {
font-family: 'Raleway', Arial, sans-serif;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
background: #20638f;
text-align: left;
color: #ffffff;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
font-size: 16px;
}
.wcp-carousel-main-wrap .carousel-style13 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.wcp-carousel-main-wrap .carousel-style13 > img,
.wcp-carousel-main-wrap .carousel-style13 .image img {
-webkit-transform: scale(1.05);
transform: scale(1.05);
max-width: 100%;
}
.wcp-carousel-main-wrap .carousel-style13 > img,
.wcp-carousel-main-wrap .carousel-style13 > .fixed-height-image img {
vertical-align: top;
position: relative;
-webkit-filter: blur(5px);
filter: blur(5px);
opacity: 0.6;
}
.wcp-carousel-main-wrap .carousel-style13 .fixed-height-image {
height: 400px;
width: 100%;
}
.wcp-carousel-main-wrap .carousel-style13 figcaption,
.wcp-carousel-main-wrap .carousel-style13 .image {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.wcp-carousel-main-wrap .carousel-style13 .image {
position: absolute;
top: 0;
bottom: 25%;
right: 0;
left: 0;
overflow: hidden;
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.2);
}
.wcp-carousel-main-wrap .carousel-style13 .image img {
position: absolute;
top: 0;
}
.wcp-carousel-main-wrap .carousel-style13 figcaption {
position: absolute;
top: 75%;
bottom: 42px;
left: 20px;
right: 20px;
border-bottom: 2px solid #ffffff;
padding-top: 20px;
z-index: 1;
}
.wcp-carousel-main-wrap .carousel-style13 h3,
.wcp-carousel-main-wrap .carousel-style13 p {
margin: 0;
}
.wcp-carousel-main-wrap .carousel-style13 h3 {
font-weight: 700;
margin-bottom: 5px;
text-transform: uppercase;
}
.wcp-carousel-main-wrap .carousel-style13 p {
font-size: 0.9em;
letter-spacing: 1px;
font-weight: 400;
opacity: 0;
}
.wcp-carousel-main-wrap .carousel-style13 .read-more {
display: block;
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
line-height: 48px;
text-transform: uppercase;
letter-spacing: 1px;
padding: 0 20px;
color: #ffffff;
right: 0;
bottom: 0;
font-weight: 500;
position: absolute;
}
.wcp-carousel-main-wrap .carousel-style13 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
.wcp-carousel-main-wrap .carousel-style13:hover .read-more,
.wcp-carousel-main-wrap .carousel-style13.hover .read-more,
.wcp-carousel-main-wrap .carousel-style13:hover figcaption,
.wcp-carousel-main-wrap .carousel-style13.hover figcaption {
opacity: 1;
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
.wcp-carousel-main-wrap .carousel-style13:hover figcaption,
.wcp-carousel-main-wrap .carousel-style13.hover figcaption,
.wcp-carousel-main-wrap .carousel-style13:hover .image,
.wcp-carousel-main-wrap .carousel-style13.hover .image {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.wcp-carousel-main-wrap .carousel-style13:hover figcaption,
.wcp-carousel-main-wrap .carousel-style13.hover figcaption {
top: 50%;
}
.wcp-carousel-main-wrap .carousel-style13:hover .image,
.wcp-carousel-main-wrap .carousel-style13.hover .image {
bottom: 50%;
}
.wcp-carousel-main-wrap .carousel-style13:hover p,
.wcp-carousel-main-wrap .carousel-style13.hover p {
opacity: 1;
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.wcp-carousel-main-wrap .carousel-style14 {
font-family: 'Quattrocento', Arial, sans-serif;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
color: #141414;
text-align: left;
line-height: 1.4em;
font-size: 16px;
background-color: #ffffff;
}
.wcp-carousel-main-wrap .carousel-style14 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.wcp-carousel-main-wrap .carousel-style14 img {
max-width: 100%;
vertical-align: top;
}
.wcp-carousel-main-wrap .carousel-style14 .fixed-height-image {
height: 200px;
width: 100%;
}
.wcp-carousel-main-wrap .carousel-style14 figcaption {
width: 100%;
background-color: #ffffff;
padding: 10px 25px 55px;
position: relative;
}
.wcp-carousel-main-wrap .carousel-style14 figcaption:before {
position: absolute;
content: '';
z-index: 2;
bottom: 100%;
left: 0;
width: 100%;
height: 80px;
background-image: -webkit-linear-gradient(top, transparent 0%, #ffffff 100%);
background-image: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.wcp-carousel-main-wrap .carousel-style14 figcaption a {
position: absolute;
bottom: 0;
left: 0;
padding: 10px;
background-color: #cccccc;
color: #000000;
font-size: 0.8em;
text-transform: uppercase;
opacity: 0.65;
width: 100%;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
}
.wcp-carousel-main-wrap .carousel-style14 figcaption a:hover {
opacity: 1;
}
.wcp-carousel-main-wrap .carousel-style14 h2 {
margin: 0 0 10px;
font-weight: 300;
font-size: 1.5em;
line-height: 1.2em;
font-family: 'Oswald', Arial, sans-serif;
text-transform: uppercase;
}
.wcp-carousel-main-wrap .carousel-style14 p {
margin: 0 0 10px;
font-size: 0.9em;
letter-spacing: 1px;
opacity: 0.9;
}
.wcp-carousel-main-wrap .carousel-style15 {
font-family: 'Roboto', Arial, sans-serif;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
color: #ffffff;
text-align: left;
line-height: 1.4em;
background-color: #141414;
}
.wcp-carousel-main-wrap .carousel-style15 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}
.wcp-carousel-main-wrap .carousel-style15 img {
max-width: 100%;
vertical-align: top;
opacity: 0.85;
}
.wcp-carousel-main-wrap .carousel-style15 .fixed-height-image {
height: 250px;
width: 100%;
}
.wcp-carousel-main-wrap .carousel-style15 .date {
position: absolute;
background-color: #1e1e1e;
top: 0;
right: 0;
width: 100%;
padding: 10px 25px 0;
text-align: right;
font-size: 0.8em;
letter-spacing: 1px;
color: rgba(255, 255, 255, 0.5);
text-transform: uppercase;
}
.wcp-carousel-main-wrap .carousel-style15 .date:before {
position: absolute;
content: '';
top: 100%;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 0 400px 55px 0;
border-color: transparent #1e1e1e transparent transparent;
}
.wcp-carousel-main-wrap .carousel-style15 figcaption {
width: 100%;
background-color: #141414;
padding: 0 25px 25px;
position: relative;
}
.wcp-carousel-main-wrap .carousel-style15 figcaption:before {
position: absolute;
content: '';
bottom: 100%;
left: 0;
width: 0;
height: 0;
border-style: solid;
border-width: 55px 0 0 400px;
border-color: transparent transparent transparent #141414;
}
.wcp-carousel-main-wrap .carousel-style15 figcaption a {
padding: 5px;
border: 1px solid #ffffff;
color: #ffffff;
font-size: 0.7em;
text-transform: uppercase;
text-decoration: none;
margin: 10px 0;
display: inline-block;
opacity: 0.65;
width: 47%;
text-align: center;
font-weight: 600;
letter-spacing: 1px;
}
.wcp-carousel-main-wrap .carousel-style15 figcaption a:hover {
opacity: 1;
}
.wcp-carousel-main-wrap .carousel-style15 h2 {
margin: 0 0 10px;
font-weight: 300;
font-size: 1.5em;
line-height: 1.2em;
}
.wcp-carousel-main-wrap .carousel-style15 p {
margin: 0 0 10px;
font-size: 0.8em;
letter-spacing: 1px;
opacity: 0.8;
}
.wcp-carousel-main-wrap figure.carousel-style16 {
font-family: 'Raleway', Arial, sans-serif;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
background-color: #ffffff;
color: #000000;
text-align: left;
font-size: 16px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.wcp-carousel-main-wrap figure.carousel-style16 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wcp-carousel-main-wrap figure.carousel-style16 img {
max-width: 100%;
vertical-align: top;
position: relative;
}
.wcp-carousel-main-wrap figure.carousel-style16 .fixed-height-image {
height: 400px;
width: 100%;
}
.wcp-carousel-main-wrap figure.carousel-style16 figcaption {
position: absolute;
bottom: 15px;
left: 15px;
right: 15px;
padding: 15px 15px 15px;
background-color: #ffffff;
}
.wcp-carousel-main-wrap figure.carousel-style16 .date {
background-color: #7f8c8d;
top: 15px;
color: #fff;
left: 15px;
min-height: 48px;
min-width: 48px;
position: absolute;
text-align: center;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
}
.wcp-carousel-main-wrap figure.carousel-style16 .date span {
display: block;
line-height: 24px;
}
.wcp-carousel-main-wrap figure.carousel-style16 .date .month {
font-size: 14px;
background-color: rgba(0, 0, 0, 0.1);
}
.wcp-carousel-main-wrap figure.carousel-style16 h3,
.wcp-carousel-main-wrap figure.carousel-style16 p {
margin: 0;
padding: 0;
}
.wcp-carousel-main-wrap figure.carousel-style16 h3 {
min-height: 50px;
margin-bottom: 10px;
margin-left: 60px;
display: inline-block;
font-weight: 600;
text-transform: uppercase;
}
.wcp-carousel-main-wrap figure.carousel-style16 p {
font-size: 0.8em;
margin-bottom: 20px;
line-height: 1.6em;
}
.wcp-carousel-main-wrap figure.carousel-style16 footer {
padding: 0 25px;
background-color: #667273;
color: #e6e6e6;
font-size: 0.8em;
line-height: 30px;
text-align: right;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
}
.wcp-carousel-main-wrap figure.carousel-style16 footer > div {
display: inline-block;
margin-left: 10px;
}
.wcp-carousel-main-wrap figure.carousel-style16 footer i {
color: rgba(255, 255, 255, 0.2);
margin-right: 5px;
}
.wcp-carousel-main-wrap figure.carousel-style16 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
.wcp-carousel-main-wrap figure.carousel-style16:hover img,
.wcp-carousel-main-wrap figure.carousel-style16.hover img {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
.wcp-carousel-main-wrap figure.carousel-style17 {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
background-color: #ffffff;
color: #000000;
text-align: left;
font-size: 16px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.wcp-carousel-main-wrap figure.carousel-style17 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wcp-carousel-main-wrap figure.carousel-style17 .image {
max-height: 220px;
overflow: hidden;
}
.wcp-carousel-main-wrap figure.carousel-style17 img {
max-width: 100%;
vertical-align: top;
position: relative;
}
.wcp-carousel-main-wrap figure.carousel-style17 .fixed-height-image {
height: 200px;
width: 100%;
}
.wcp-carousel-main-wrap figure.carousel-style17 figcaption {
margin: -40px 15px 0;
padding: 15px ;
position: relative;
background-color: #ffffff;
}
.wcp-carousel-main-wrap figure.carousel-style17 .date {
background-color: #2980b9;
top: 15px;
color: #fff;
left: 15px;
min-height: 48px;
min-width: 48px;
position: absolute;
text-align: center;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
}
.wcp-carousel-main-wrap figure.carousel-style17 .date span {
display: block;
line-height: 24px;
}
.wcp-carousel-main-wrap figure.carousel-style17 .date .month {
font-size: 14px;
background-color: rgba(0, 0, 0, 0.1);
}
.wcp-carousel-main-wrap figure.carousel-style17 h3,
.wcp-carousel-main-wrap figure.carousel-style17 p {
margin: 0;
padding: 0;
}
.wcp-carousel-main-wrap figure.carousel-style17 h3 {
min-height: 50px;
margin-bottom: 10px;
margin-left: 60px;
display: inline-block;
font-weight: 600;
text-transform: uppercase;
}
.wcp-carousel-main-wrap figure.carousel-style17 p {
font-size: 0.8em;
margin-bottom: 20px;
line-height: 1.6em;
}
.wcp-carousel-main-wrap figure.carousel-style17 footer {
padding: 0 25px;
background-color: #20638f;
color: #e6e6e6;
font-size: 0.8em;
line-height: 30px;
text-align: right;
}
.wcp-carousel-main-wrap figure.carousel-style17 footer > div {
display: inline-block;
margin-left: 10px;
}
.wcp-carousel-main-wrap figure.carousel-style17 footer i {
color: rgba(255, 255, 255, 0.2);
margin-right: 5px;
}
.wcp-carousel-main-wrap figure.carousel-style17 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
.wcp-carousel-main-wrap figure.carousel-style17:hover img,
.wcp-carousel-main-wrap figure.carousel-style17.hover img {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
.wcp-carousel-main-wrap figure.carousel-style18 {
font-family: 'Raleway', Arial, sans-serif;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
background: #1a1a1a;
color: #ffffff;
text-align: left;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}
.wcp-carousel-main-wrap figure.carousel-style18 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.wcp-carousel-main-wrap figure.carousel-style18 .image {
position: relative;
}
.wcp-carousel-main-wrap figure.carousel-style18 .comnt-count {
position: absolute;
left: 11px;
font-size: 16px;
color: #5b5a5a;
top: 8px;
}
.wcp-carousel-main-wrap figure.carousel-style18 img {
max-width: 100%;
vertical-align: top;
}
.wcp-carousel-main-wrap figure.carousel-style18 .fixed-height-image {
height: 200px;
width: 100%;
}
.wcp-carousel-main-wrap figure.carousel-style18 i {
position: absolute;
top: 7px;
left: 12px;
font-size: 32px;
opacity: 0;
z-index: 2;
-webkit-transition-delay: 0;
transition-delay: 0;
}
.wcp-carousel-main-wrap figure.carousel-style18 h3 {
margin: 0 0 10px;
font-weight: 500;
}
.wcp-carousel-main-wrap figure.carousel-style18 p {
margin: 0;
}
.wcp-carousel-main-wrap figure.carousel-style18:before,
.wcp-carousel-main-wrap figure.carousel-style18:after {
width: 120px;
height: 120px;
position: absolute;
top: 0;
left: 0;
content: '';
-webkit-transition: all 0.35s ease;
transition: all 0.35s ease;
z-index: 1;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.wcp-carousel-main-wrap figure.carousel-style18:before {
background-color: #20638f;
-webkit-transform: skew(-45deg) translateX(-150%);
transform: skew(-45deg) translateX(-150%);
border-right: 1px solid #20638f;
}
.wcp-carousel-main-wrap figure.carousel-style18:after {
background-color: #962d22;
-webkit-transform: skew(-45deg) translateX(-175%);
transform: skew(-45deg) translateX(-175%);
border-right: 1px solid #962d22;
}
.wcp-carousel-main-wrap figure.carousel-style18 figcaption {
padding: 25px;
background-color: #ffffff;
color: #000000;
position: relative;
font-size: 0.9em;
}
.wcp-carousel-main-wrap figure.carousel-style18 figcaption p {
margin-bottom: 15px;
}
.wcp-carousel-main-wrap figure.carousel-style18 figcaption:before {
width: 100px;
height: 100px;
position: absolute;
bottom: 100%;
right: 0;
content: '';
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
background-color: #20638f;
-webkit-transform: skew(-45deg) translateX(50%);
transform: skew(-45deg) translateX(50%);
border-right: 1px solid #20638f;
}
.wcp-carousel-main-wrap figure.carousel-style18 .read-more {
display: inline-block;
width: auto;
border: 2px solid #20638f;
padding: 0.4em 0.6em;
color: #20638f;
text-decoration: none;
font-weight: 800;
font-size: 0.9em;
text-transform: uppercase;
}
.wcp-carousel-main-wrap figure.carousel-style18 .read-more:hover {
background-color: #20638f;
color: #ffffff;
}
.wcp-carousel-main-wrap figure.carousel-style18 .date {
position: absolute;
right: 10px;
bottom: 10px;
color: #fff;
max-height: 48px;
max-width: 48px;
text-align: center;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
z-index: 1;
}
.wcp-carousel-main-wrap figure.carousel-style18 .date span {
display: block;
line-height: 24px;
}
.wcp-carousel-main-wrap figure.carousel-style18 .date .month {
font-size: 14px;
}
.wcp-carousel-main-wrap figure.carousel-style18:hover i,
.wcp-carousel-main-wrap figure.carousel-style18.hover i {
opacity: 0.7;
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.wcp-carousel-main-wrap figure.carousel-style18:hover:before,
.wcp-carousel-main-wrap figure.carousel-style18.hover:before {
-webkit-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: skew(-45deg) translateX(-50%);
transform: skew(-45deg) translateX(-50%);
}
.wcp-carousel-main-wrap figure.carousel-style18:hover:after,
.wcp-carousel-main-wrap figure.carousel-style18.hover:after {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
-webkit-transform: skew(-45deg) translateX(-75%);
transform: skew(-45deg) translateX(-75%);
}
.wcp-carousel-main-wrap figure.carousel-style19 {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
background-color: #262626;
color: #ffffff;
text-align: left;
font-size: 16px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.wcp-carousel-main-wrap figure.carousel-style19 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.wcp-carousel-main-wrap figure.carousel-style19 .image {
max-height: 220px;
overflow: hidden;
}
.wcp-carousel-main-wrap figure.carousel-style19 img {
max-width: 100%;
vertical-align: top;
position: relative;
}
.wcp-carousel-main-wrap figure.carousel-style19 .fixed-height-image {
height: 170px;
width: 100%;
}
.wcp-carousel-main-wrap figure.carousel-style19 figcaption {
padding: 25px;
position: relative;
}
.wcp-carousel-main-wrap figure.carousel-style19 .date {
background-color: #c0392b;
top: 25px;
color: #fff;
left: 25px;
min-height: 48px;
min-width: 48px;
position: absolute;
text-align: center;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
}
.wcp-carousel-main-wrap figure.carousel-style19 .date span {
display: block;
line-height: 24px;
}
.wcp-carousel-main-wrap figure.carousel-style19 .date .month {
font-size: 14px;
background-color: rgba(0, 0, 0, 0.1);
}
.wcp-carousel-main-wrap figure.carousel-style19 h3,
.wcp-carousel-main-wrap figure.carousel-style19 p {
margin: 0;
padding: 0;
}
.wcp-carousel-main-wrap figure.carousel-style19 h3 {
min-height: 50px;
margin-bottom: 10px;
margin-left: 60px;
display: inline-block;
font-weight: 600;
text-transform: uppercase;
}
.wcp-carousel-main-wrap figure.carousel-style19 p {
font-size: 0.8em;
margin-bottom: 20px;
line-height: 1.6em;
}
.wcp-carousel-main-wrap figure.carousel-style19 footer {
padding: 0 25px;
background-color: rgba(0, 0, 0, 0.5);
color: #e6e6e6;
font-size: 0.8em;
line-height: 30px;
text-align: right;
}
.wcp-carousel-main-wrap figure.carousel-style19 footer > div {
display: inline-block;
margin-left: 10px;
}
.wcp-carousel-main-wrap figure.carousel-style19 footer i {
color: rgba(255, 255, 255, 0.2);
margin-right: 5px;
}
.wcp-carousel-main-wrap figure.carousel-style19 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
.wcp-carousel-main-wrap figure.carousel-style19:hover img,
.wcp-carousel-main-wrap figure.carousel-style19.hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.wcp-carousel-main-wrap figure.carousel-style20 {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
float: left;
overflow: hidden;
margin: 10px 1%;
width: 100%;
background-color: #ffffff;
color: #000000;
text-align: left;
font-size: 16px;
}
.wcp-carousel-main-wrap figure.carousel-style20 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
}
.wcp-carousel-main-wrap figure.carousel-style20 .fixed-height-image {
height: 170px;
width: 100%;
}
.wcp-carousel-main-wrap .fixed-height-image img {
max-width: initial !important;
}
.wcp-carousel-main-wrap figure.carousel-style20 img {
max-width: 100%;
vertical-align: top;
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.wcp-carousel-main-wrap figure.carousel-style20 figcaption {
padding: 25px;
position: relative;
}
.wcp-carousel-main-wrap figure.carousel-style20 .date,
.wcp-carousel-main-wrap figure.carousel-style20 i {
background-color: #1abc9c;
top: 25px;
color: #fff;
left: 25px;
min-height: 60px;
min-width: 60px;
position: absolute;
text-align: center;
}
.wcp-carousel-main-wrap figure.carousel-style20 .date {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
font-size: 22px;
font-weight: 700;
text-transform: uppercase;
}
.wcp-carousel-main-wrap figure.carousel-style20 .date span {
display: block;
line-height: 30px;
}
.wcp-carousel-main-wrap figure.carousel-style20 .date .month {
font-size: 16px;
background-color: rgba(0, 0, 0, 0.1);
}
.wcp-carousel-main-wrap figure.carousel-style20 i {
line-height: 60px;
font-size: 30px;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.wcp-carousel-main-wrap figure.carousel-style20 h3,
.wcp-carousel-main-wrap figure.carousel-style20 p {
margin: 0;
padding: 0;
}
.wcp-carousel-main-wrap figure.carousel-style20 h3 {
margin-bottom: 10px;
display: inline-block;
font-weight: 600;
color: #333333;
text-transform: uppercase;
}
.wcp-carousel-main-wrap figure.carousel-style20 p {
font-size: 0.8em;
margin-bottom: 20px;
line-height: 1.6em;
}
.wcp-carousel-main-wrap figure.carousel-style20 button {
border: medium none;
padding: 10px 20px;
background-color: #1abc9c;
font-weight: 800;
color: #ffffff;
letter-spacing: 2px;
text-transform: uppercase;
font-size: 0.8em;
}
.wcp-carousel-main-wrap figure.carousel-style20 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}
.wcp-carousel-main-wrap figure.carousel-style20:hover img,
.wcp-carousel-main-wrap figure.carousel-style20.hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.wcp-carousel-main-wrap figure.carousel-style20:hover .date,
.wcp-carousel-main-wrap figure.carousel-style20.hover .date {
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
.wcp-carousel-main-wrap figure.carousel-style20:hover i,
.wcp-carousel-main-wrap figure.carousel-style20.hover i {
-webkit-transform: rotateY(0);
transform: rotateY(0);
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.wcp-carousel-main-wrap figure.carousel-style20:hover button,
.wcp-carousel-main-wrap figure.carousel-style20.hover button {
background-color: #117964;
}
figure.expanding-horizonal-lines {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
float: left;
overflow: hidden;
width: 100%;
background: #000000;
text-align: center;
}
figure.expanding-horizonal-lines * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
figure.expanding-horizonal-lines img {
opacity: 1;
width: 100%;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.expanding-horizonal-lines figcaption {
position: absolute;
bottom: 0;
left: 0;
padding: 3em 3em;
width: 100%;
height: 100%;
}
figure.expanding-horizonal-lines figcaption::before {
position: absolute;
top: 50%;
right: 30px;
bottom: 50%;
left: 30px;
border-top: 1px solid rgba(255, 255, 255, 0.8);
border-bottom: 1px solid rgba(255, 255, 255, 0.8);
content: '';
opacity: 0;
background-color: #ffffff;
-webkit-transition: all 0.4s;
transition: all 0.4s;
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
figure.expanding-horizonal-lines h2,
figure.expanding-horizonal-lines p {
margin: 0 0 5px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.expanding-horizonal-lines h2 {
word-spacing: -0.15em;
font-weight: 300;
text-transform: uppercase;
-webkit-transform: translate3d(0%, 50%, 0);
transform: translate3d(0%, 50%, 0);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
figure.expanding-horizonal-lines h2 span {
font-weight: 800;
}
figure.expanding-horizonal-lines p {
font-weight: 200  ;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.expanding-horizonal-lines a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
color: #ffffff;
}
figure.expanding-horizonal-lines:hover img {
opacity: 0.35;
}
figure.expanding-horizonal-lines:hover figcaption h2 {
opacity: 1;
-webkit-transform: translate3d(0%, 0%, 0);
transform: translate3d(0%, 0%, 0);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
figure.expanding-horizonal-lines:hover figcaption p {
opacity: 0.9;
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
figure.expanding-horizonal-lines:hover figcaption::before {
background: rgba(255, 255, 255, 0);
top: 30px;
bottom: 30px;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.expanding-vertical-lines {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
float: left;
overflow: hidden;
width: 100%;
background: #000000;
text-align: center;
}
figure.expanding-vertical-lines * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
figure.expanding-vertical-lines img {
max-width: 100%;
opacity: 1;
width: 100%;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.expanding-vertical-lines figcaption {
font-size: 1.25em;
}
figure.expanding-vertical-lines > figcaption {
position: absolute;
bottom: 0;
left: 0;
padding: 3em 3em;
width: 100%;
height: 100%;
}
figure.expanding-vertical-lines > figcaption::before {
position: absolute;
top: 30px;
right: 50%;
bottom: 30px;
left: 50%;
border-left: 1px solid rgba(255, 255, 255, 0.8);
border-right: 1px solid rgba(255, 255, 255, 0.8);
content: '';
opacity: 0;
background-color: #ffffff;
-webkit-transition: all 0.4s;
transition: all 0.4s;
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
figure.expanding-vertical-lines h2,
figure.expanding-vertical-lines p {
margin: 0 0 5px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.expanding-vertical-lines h2 {
word-spacing: -0.15em;
font-weight: 300;
text-transform: uppercase;
-webkit-transform: translate3d(0%, 100%, 0);
transform: translate3d(0%, 100%, 0);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
figure.expanding-vertical-lines h2 span {
font-weight: 800;
}
figure.expanding-vertical-lines p {
font-weight: 200  ;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.expanding-vertical-lines a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
color: #ffffff;
}
figure.expanding-vertical-lines:hover img {
opacity: 0.35;
}
figure.expanding-vertical-lines:hover > figcaption h2 {
opacity: 1;
-webkit-transform: translate3d(0%, 0%, 0);
transform: translate3d(0%, 0%, 0);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
figure.expanding-vertical-lines:hover > figcaption p {
opacity: 0.8;
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
figure.expanding-vertical-lines:hover > figcaption::before {
background: rgba(255, 255, 255, 0);
left: 30px;
right: 30px;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.sliding-line-left {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
overflow: hidden;
width: 100%;
background: #000000;
text-align: left;
}
figure.sliding-line-left * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
figure.sliding-line-left img {
max-width: 100%;
opacity: 1;
width: 100%;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.sliding-line-left figcaption {
position: absolute;
bottom: 0;
left: 0;
padding: 30px 3em;
width: 100%;
height: 100%;
}
figure.sliding-line-left figcaption::before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 100%;
border-left: 4px solid rgba(255, 255, 255, 0.8);
content: '';
opacity: 0;
background-color: rgba(255, 255, 255, 0.5);
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
figure.sliding-line-left h2,
figure.sliding-line-left p {
margin: 0 0 5px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.sliding-line-left h2 {
word-spacing: -0.15em;
font-weight: 300;
text-transform: uppercase;
-webkit-transform: translate3d(30%, 0%, 0);
transform: translate3d(30%, 0%, 0);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
figure.sliding-line-left h2 span {
font-weight: 800;
}
figure.sliding-line-left p {
font-weight: 200;
-webkit-transform: translate3d(0%, 30%, 0);
transform: translate3d(0%, 30%, 0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.sliding-line-left a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
color: #ffffff;
}
figure.sliding-line-left:hover img {
opacity: 0.3;
}
figure.sliding-line-left:hover figcaption h2 {
opacity: 1;
-webkit-transform: translate3d(0%, 0%, 0);
transform: translate3d(0%, 0%, 0);
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
figure.sliding-line-left:hover figcaption p {
opacity: 0.9;
-webkit-transform: translate3d(0%, 0%, 0);
transform: translate3d(0%, 0%, 0);
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
figure.sliding-line-left:hover figcaption::before {
background: rgba(255, 255, 255, 0);
left: 30px;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.sliding-line-right {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
float: left;
overflow: hidden;
width: 100%;
background: #000000;
text-align: right;
}
figure.sliding-line-right * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
figure.sliding-line-right img {
opacity: 1;
width: 100%;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.sliding-line-right figcaption {
position: absolute;
bottom: 0;
left: 0;
padding: 30px 3em;
width: 100%;
height: 100%;
}
figure.sliding-line-right figcaption::before {
position: absolute;
top: 30px;
right: 100%;
bottom: 30px;
left: 30px;
border-right: 4px solid rgba(255, 255, 255, 0.8);
content: '';
opacity: 0;
background-color: rgba(255, 255, 255, 0.5);
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
figure.sliding-line-right h2,
figure.sliding-line-right p {
margin: 0 0 5px;
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.sliding-line-right h2 {
word-spacing: -0.15em;
font-weight: 300;
text-transform: uppercase;
-webkit-transform: translate3d(-30%, 0%, 0);
transform: translate3d(-30%, 0%, 0);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
figure.sliding-line-right h2 span {
font-weight: 800;
}
figure.sliding-line-right p {
font-weight: 200;
-webkit-transform: translate3d(0%, -30%, 0);
transform: translate3d(0%, -30%, 0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.sliding-line-right a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
color: #ffffff;
}
figure.sliding-line-right:hover img {
opacity: 0.3;
}
figure.sliding-line-right:hover figcaption h2,
figure.sliding-line-right:hover figcaption p {
visibility: visible;
}
figure.sliding-line-right:hover figcaption h2 {
opacity: 1;
-webkit-transform: translate3d(0%, 0%, 0);
transform: translate3d(0%, 0%, 0);
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
figure.sliding-line-right:hover figcaption p {
opacity: 0.9;
-webkit-transform: translate3d(0%, 0%, 0);
transform: translate3d(0%, 0%, 0);
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
figure.sliding-line-right:hover figcaption::before {
background: rgba(255, 255, 255, 0);
right: 30px;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.expanding-horizonal-line {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
float: left;
overflow: hidden;
width: 100%;
background: #000000;
text-align: center;
}
figure.expanding-horizonal-line * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
figure.expanding-horizonal-line .rpc-title {
white-space: normal;
}
figure.expanding-horizonal-line img {
opacity: 1;
width: 100%;
-webkit-transition: opacity 0.35s;
transition: opacity 0.35s;
}
figure.expanding-horizonal-line figcaption {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
}
figure.expanding-horizonal-line figcaption > div {
height: 50%;
overflow: hidden;
width: 100%;
position: relative;
}
figure.expanding-horizonal-line figcaption::before {
position: absolute;
top: 50%;
right: 50%;
left: 50%;
height: 2px;
content: '';
opacity: 0;
background-color: rgba(255, 255, 255, 0);
-webkit-transition: all 0.4s;
transition: all 0.4s;
-webkit-transition-delay: 0.6s;
transition-delay: 0.6s;
}
figure.expanding-horizonal-line h2,
figure.expanding-horizonal-line p {
margin: 0;
padding: 30px 35px;
opacity: 0;
position: absolute;
height: 100%;
width: 100%;
left: 0;
-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
transition: opacity 0.4s,-webkit-transform 0.4s,-moz-transform 0.4s,-o-transform 0.4s,transform 0.4s;
}
figure.expanding-horizonal-line h2 {
display: inline-block;
word-spacing: -0.1em;
font-weight: 300;
text-transform: uppercase;
bottom: 0;
background: rgba(0, 0, 0, 0.5);
-webkit-transform: translate3d(0%, 50%, 0);
transform: translate3d(0%, 50%, 0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.expanding-horizonal-line h2 span {
font-weight: 800;
}
figure.expanding-horizonal-line p {
font-weight: 300;
top: 0%;
color: #000;
background: #fff;
-webkit-transform: translate3d(0%, -50%, 0);
transform: translate3d(0%, -50%, 0);
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.expanding-horizonal-line a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
color: #ffffff;
}
figure.expanding-horizonal-line:hover img {
opacity: 0.7;
}
figure.expanding-horizonal-line:hover figcaption h2,
figure.expanding-horizonal-line:hover figcaption p {
-webkit-transform: translate3d(0%, 0%, 0);
transform: translate3d(0%, 0%, 0);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
figure.expanding-horizonal-line:hover figcaption h2 {
opacity: 1;
}
figure.expanding-horizonal-line:hover figcaption p {
opacity: 1;
}
figure.expanding-horizonal-line:hover figcaption::before {
background: #ffffff;
left: 0px;
right: 0px;
opacity: 1;
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.visible-title-with-share-on-hover {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
overflow: hidden;
width: 100%;
background: #000000;
}
figure.visible-title-with-share-on-hover * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
figure.visible-title-with-share-on-hover > img {
opacity: 1;
width: 100%;
filter: blur(0px);
-webkit-transition: all 0.35s;
transition: all 0.35s;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
figure.visible-title-with-share-on-hover figcaption {
left: 30px;
margin-top: -52px;
position: absolute;
right: 30px;
text-align: left;
top: 100%;
-webkit-transition: top 0.35s;
transition: top 0.35s;
}
figure.visible-title-with-share-on-hover figcaption h2 {
width: 100%;
text-align: left;
border-radius: 5px 5px 0 0;
margin: 0;
padding: 15px 20px;
font-size: 1.1em;
font-weight: 300;
text-transform: uppercase;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
background-color: #000000;
position: relative;
z-index: 1;
}
figure.visible-title-with-share-on-hover figcaption h2 span {
font-weight: 800;
}
figure.visible-title-with-share-on-hover figcaption p {
background-color: rgba(255, 255, 255, 0.9);
padding: 15px 20px;
color: #000;
margin: 0;
font-size: 0.9em;
min-height: 220px;
}
figure.visible-title-with-share-on-hover figcaption .icons {
padding: 5px;
position: absolute;
right: 0;
top: 0;
}
figure.visible-title-with-share-on-hover figcaption .icons i {
font-size: 23px;
padding: 4px;
color: #ffffff;
opacity: 1;
position: relative;
top: -90px;
opacity: 0;
-webkit-transition: top 0.35s, opacity 0.35s;
transition: top 0.35s, opacity 0.35s;
}
figure.visible-title-with-share-on-hover figcaption .icons a:first-child i {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
figure.visible-title-with-share-on-hover figcaption .icons a:nth-child(2) i {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
figure.visible-title-with-share-on-hover figcaption .icons a:nth-child(3) i {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
figure.visible-title-with-share-on-hover:after {
position: absolute;
display: block;
top: -15px;
height: 15px;
right: 30px;
left: 30px;
border-radius: 0 0 5px 5px ;
background-color: #000000;
z-index: 2;
content: '';
-webkit-transition: top 0.35s;
transition: top 0.35s;
}
figure.visible-title-with-share-on-hover a {
opacity: 0.7;
}
figure.visible-title-with-share-on-hover a:hover {
opacity: 1;
}
figure.visible-title-with-share-on-hover:hover > img,
figure.visible-title-with-share-on-hover.hover > img {
opacity: 0.5;
filter: blur(5px);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
figure.visible-title-with-share-on-hover:hover figcaption,
figure.visible-title-with-share-on-hover.hover figcaption {
top: 115px;
}
figure.visible-title-with-share-on-hover:hover figcaption .icons i,
figure.visible-title-with-share-on-hover.hover figcaption .icons i {
opacity: 1;
top: -41px;
}
figure.visible-title-with-share-on-hover:hover figcaption::before,
figure.visible-title-with-share-on-hover.hover figcaption::before {
opacity: 0.8;
}
figure.visible-title-with-share-on-hover:hover:after,
figure.visible-title-with-share-on-hover.hover:after {
top: 0;
}
figure.thumbnail-with-only-title {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
overflow: hidden;
width: 100%;
background: #000000;
}
figure.thumbnail-with-only-title * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
figure.thumbnail-with-only-title > img {
opacity: 1;
width: 100%;
-webkit-filter: blur(0px);
filter: blur(0px);
-webkit-transition: all 0.5s;
transition: all 0.5s;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
figure.thumbnail-with-only-title figcaption {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
text-align: left;
}
figure.thumbnail-with-only-title figcaption h2 {
display: inline-block;
text-align: center;
border-radius: 5px;
margin: 0;
padding: 15px 10px;
position: absolute;
font-size: 1em;
top: 50%;
right: 30px;
left: 30px;
font-weight: 300;
text-transform: uppercase;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.85);
background-color: #000000;
-webkit-transition: top 0.5s;
transition: top 0.5s;
}
figure.thumbnail-with-only-title figcaption h2 span {
font-weight: 800;
}
figure.thumbnail-with-only-title figcaption .image {
position: absolute;
top: 13%;
bottom: 35%;
width: 100%;
overflow: hidden;
text-align: center;
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: translate(0px, 0%);
transform: translate(0px, 0%);
}
figure.thumbnail-with-only-title figcaption .image img {
border-radius: 5px 5px 0 0;
display: inline-block;
position: absolute;
max-height: 100%;
max-width: 70%;
width: auto;
left: 50%;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
-webkit-transition: -webkit-transform 0.5s ease-in-out;
transition: -webkit-transform 0.5s ease-in-out,-moz-transform 0.5s ease-in-out,-o-transform 0.5s ease-in-out,transform 0.5s ease-in-out;
-webkit-transform: translate(-50%, 100%);
transform: translate(-50%, 100%);
}
figure.thumbnail-with-only-title a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
}
figure.thumbnail-with-only-title:hover > img,
figure.thumbnail-with-only-title.hover > img {
opacity: 0.5;
-webkit-filter: blur(5px);
filter: blur(5px);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
figure.thumbnail-with-only-title:hover figcaption h2,
figure.thumbnail-with-only-title.hover figcaption h2 {
top: 65%;
}
figure.thumbnail-with-only-title:hover figcaption .image img,
figure.thumbnail-with-only-title.hover figcaption .image img {
-webkit-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
}
figure.thumbnail-with-only-title:hover figcaption::before,
figure.thumbnail-with-only-title.hover figcaption::before {
opacity: 0.8;
}
figure.float-sharing-on-hover {
font-family: 'Raleway', Arial, sans-serif;
position: relative;
overflow: hidden;
width: 100%;
background: #000000;
text-align: left;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
figure.float-sharing-on-hover * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
figure.float-sharing-on-hover .rpc-title {
white-space: normal;
}
figure.float-sharing-on-hover img {
max-width: 100%;
position: relative;
top: 0;
opacity: 1.0;
left: 0;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
}
figure.float-sharing-on-hover h3 {
position: absolute;
color: #ffffff;
text-transform: uppercase;
padding: 6px;
margin: 0;
left: 40px;
opacity: 0;
top: 0;
font-weight: 800;
-webkit-transform: translate(-10px, 0);
transform: translate(-10px, 0);
-webkit-transition-delay: 0;
transition-delay: 0;
}
figure.float-sharing-on-hover .icons {
top: 35px;
width: 35px;
position: absolute;
text-align: center;
}
figure.float-sharing-on-hover .icons i {
display: inline-block;
font-size: 22px;
color: #ffffff;
opacity: 1;
position: relative;
-webkit-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-webkit-transform: translate(-35px, -35px);
transform: translate(-35px, -35px);
}
figure.float-sharing-on-hover .corner {
position: absolute;
content: '';
top: 0;
height: 35px;
width: 35px;
line-height: 35px;
text-align: center;
display: block;
}
figure.float-sharing-on-hover .icons i,
figure.float-sharing-on-hover .corner {
height: 35px;
width: 35px;
line-height: 35px;
}
figure.float-sharing-on-hover a {
opacity: 0.8;
}
figure.float-sharing-on-hover a:hover {
opacity: 1;
}
figure.float-sharing-on-hover a:hover i {
width: 40px;
-webkit-transition: all 0.1s;
transition: all 0.1s;
}
figure.float-sharing-on-hover a:first-child i {
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
}
figure.float-sharing-on-hover a:nth-child(2) i {
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
figure.float-sharing-on-hover a:nth-child(3) i {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
figure.float-sharing-on-hover.blue {
background: #091b27;
}
figure.float-sharing-on-hover.blue .icons i,
figure.float-sharing-on-hover.blue .corner {
background: #2980b9;
}
figure.float-sharing-on-hover:hover img {
opacity: 0.5;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
figure.float-sharing-on-hover:hover h3 {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s;
opacity: 1;
}
figure.float-sharing-on-hover:hover .icons {
opacity: 1;
}
figure.float-sharing-on-hover:hover .icons i {
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
opacity: 1;
}
figure.float-sharing-on-hover:hover a:first-child i {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.float-sharing-on-hover:hover a:nth-child(2) i {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
figure.float-sharing-on-hover:hover a:nth-child(3) i {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
figure.social-card {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
overflow: hidden;
width: 100%;
text-align: center;
background: #000000;
}
figure.social-card * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
figure.social-card:before,
figure.social-card:after {
position: absolute;
width: 100%;
height: 0px;
display: block;
content: '';
z-index: 1;
-webkit-transition: all 0.4s;
transition: all 0.4s;
}
figure.social-card:before {
top: 0;
}
figure.social-card:after {
bottom: 0;
}
figure.social-card .image {
position: relative;
}
figure.social-card .image img {
max-width: 100%;
margin-bottom: -5px;
}
figure.social-card .icons {
top: 50%;
width: 100%;
position: absolute;
text-align: center;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
figure.social-card .icons i {
opacity: 0;
display: inline-block;
font-size: 28px;
border: solid 3px #ffffff;
margin: 5px;
color: #ffffff;
height: 45px;
width: 45px;
line-height: 45px;
border-radius: 50%;
-webkit-box-sizing: padding-box;
box-sizing: padding-box;
-webkit-transition: all 0.5s;
transition: all 0.5s;
}
figure.social-card figcaption {
position: relative;
background: #ffffff;
}
figure.social-card h3,
figure.social-card p {
margin: 0;
display: inline-block;
width: 100%;
}
figure.social-card h3 {
font-weight: 400;
font-size: 1.5em;
width: 100%;
padding: 12px 15px;
background: #333333;
text-transform: uppercase;
}
figure.social-card h3 span {
font-weight: 800;
}
figure.social-card p {
font-size: 0.9em;
font-weight: 500;
background: #ffffff;
color: #4d4d4d;
padding: 30px 40px 40px;
}
figure.social-card a {
opacity: 0.7;
}
figure.social-card a:hover {
opacity: 1;
}
figure.social-card:hover img,
figure.social-card.hover img {
opacity: 0.35;
-webkit-filter: blur(10px);
filter: blur(10px);
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
figure.social-card:hover i,
figure.social-card.hover i {
opacity: 1;
}
figure.social-card:hover:before,
figure.social-card.hover:before,
figure.social-card:hover:after,
figure.social-card.hover:after {
height: 10px;
}
figure.social-card:hover a:first-child i,
figure.social-card.hover a:first-child i {
-webkit-transition-delay: 0s;
transition-delay: 0s;
}
figure.social-card:hover a:nth-child(2) i,
figure.social-card.hover a:nth-child(2) i {
-webkit-transition-delay: 0.1s;
transition-delay: 0.1s;
}
figure.social-card:hover a:nth-child(3) i,
figure.social-card.hover a:nth-child(3) i {
-webkit-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.full-width-with-image-and-details {
font-family: 'Raleway', Arial, sans-serif;
color: #fff;
position: relative;
width: 100%;
color: #ffffff;
text-align: left;
background-color: #0d0d0d;
font-size: 16px;
}
.full-width-with-image-and-details * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
}
.full-width-with-image-and-details img {
position: relative;
max-width: 50%;
vertical-align: top;
}
.full-width-with-image-and-details figcaption {
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
z-index: 1;
padding: 20px 0 20px 50%;
}
.full-width-with-image-and-details figcaption:before,
.full-width-with-image-and-details figcaption:after {
width: 1px;
height: 0;
}
.full-width-with-image-and-details figcaption:before {
right: 0;
top: 0;
}
.full-width-with-image-and-details figcaption:after {
left: 0;
bottom: 0;
}
.full-width-with-image-and-details h3,
.full-width-with-image-and-details p {
line-height: 1.5em;
padding: 0 30px;
}
.full-width-with-image-and-details h3 {
margin: 0 0 5px;
font-weight: 700;
text-transform: uppercase;
}
.full-width-with-image-and-details p {
font-size: 0.8em;
font-weight: 500;
margin: 0 0 15px;
}
.full-width-with-image-and-details a {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
z-index: 1;
}
.full-width-with-image-and-details:before,
.full-width-with-image-and-details:after,
.full-width-with-image-and-details figcaption:before,
.full-width-with-image-and-details figcaption:after {
position: absolute;
content: '';
background-color: #ffffff;
z-index: 1;
-webkit-transition: all 0.4s ease-in;
transition: all 0.4s ease-in;
opacity: 0.8;
}
.full-width-with-image-and-details:before,
.full-width-with-image-and-details:after {
height: 1px;
width: 0%;
}
.full-width-with-image-and-details:before {
top: 0;
left: 0;
}
.full-width-with-image-and-details:after {
bottom: 0;
right: 0;
}
.full-width-with-image-and-details:hover figcaption,
.full-width-with-image-and-details.hover figcaption {
opacity: 1;
background-color: rgba(255, 255, 255, 0.05);
}
.full-width-with-image-and-details:hover figcaption:before,
.full-width-with-image-and-details.hover figcaption:before,
.full-width-with-image-and-details:hover figcaption:after,
.full-width-with-image-and-details.hover figcaption:after {
height: 100%;
}
.full-width-with-image-and-details:hover:before,
.full-width-with-image-and-details.hover:before,
.full-width-with-image-and-details:hover:after,
.full-width-with-image-and-details.hover:after {
width: 100%;
}
.full-width-with-image-and-details:hover:before,
.full-width-with-image-and-details.hover:before,
.full-width-with-image-and-details:hover:after,
.full-width-with-image-and-details.hover:after,
.full-width-with-image-and-details:hover figcaption:before,
.full-width-with-image-and-details.hover figcaption:before,
.full-width-with-image-and-details:hover figcaption:after,
.full-width-with-image-and-details.hover figcaption:after {
opacity: 0.1;
}
@media only screen and (max-width: 480px) {
.full-width-with-image-and-details img {
max-width: 100%;
}
.full-width-with-image-and-details figcaption {
position: relative;
padding-left: 0px;
}
}
 .slick-loading .slick-list
{
background: #fff url(//sac.org.co/wp-content/plugins/responsive-posts-carousel-pro/assets/front/css/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://sac.org.co/wp-content/plugins/responsive-posts-carousel-pro/assets/front/css/fonts/slick.eot);
src: url(https://sac.org.co/wp-content/plugins/responsive-posts-carousel-pro/assets/front/css/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://sac.org.co/wp-content/plugins/responsive-posts-carousel-pro/assets/front/css/fonts/slick.woff) format('woff'), url(https://sac.org.co/wp-content/plugins/responsive-posts-carousel-pro/assets/front/css/fonts/slick.ttf) format('truetype'), url(https://sac.org.co/wp-content/plugins/responsive-posts-carousel-pro/assets/front/css/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 25px;
height: 25px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'FontAwesome';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -32px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '\f137';
}
[dir='rtl'] .slick-prev:before
{
content: '\f138';
}
.slick-next
{
right: -30px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '\f138';
}
[dir='rtl'] .slick-next:before
{
content: '\f137';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0 !important;
margin: 0 !important;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'FontAwesome';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '\f111';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}
.slick-slider {
overflow: visible !important;
}
.topright .slick-prev, .topright .slick-next {
top: -25px;
}
.topright .slick-next {
right: 17px;
}
.topright .slick-prev {
right: 45px;
left: inherit;
}
.wcp-carousel-main-wrap.topright,
.wcp-carousel-main-wrap.topleft {
margin-top: 45px;
}
.topleft .slick-prev, .topleft .slick-next {
top: -25px;
}
.topleft .slick-next {
left: 45px;
}
.topleft .slick-prev {
left: 17px;
right: inherit;
}.ih-item {
position: relative;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
margin-bottom: 0;
}
.ih-item,
.ih-item * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ih-item a {
color: #333;
cursor: pointer;
}
.ih-item a:hover {
text-decoration: none;
}
.ih-item img {
width: 100%;
height: 100%;
display: block;
}
.ih-item.square .info {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.ih-item.square.effect1 {
overflow: hidden;
}
.ih-item.square.effect1.colored .info {
background: #1a4a72;
}
.ih-item.square.effect1 .img {
z-index: 11;
position: relative;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.square.effect1 .info {
background: #333333;
visibility: hidden;
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect1 a:hover .info {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.square.effect1.left_and_right .info h3 {
position: absolute;
top: 12px;
left: 12px;
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
margin: 0;
}
.ih-item.square.effect1.left_and_right .info p {
position: absolute;
right: 12px;
bottom: 12px;
margin: 0;
font-style: italic;
font-size: 12px;
color: #bbb;
}
.ih-item.square.effect1.left_and_right a:hover .img {
-webkit-transform: scale(0.6);
-moz-transform: scale(0.6);
-ms-transform: scale(0.6);
-o-transform: scale(0.6);
transform: scale(0.6);
}
.ih-item.square.effect1.top_to_bottom .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px 10px 0 4px;
margin: 10px 0 0 0;
}
.ih-item.square.effect1.top_to_bottom .info p {
font-style: italic;
font-size: 12px;
color: #bbb;
padding: 5px;
text-align: center;
}
.ih-item.square.effect1.top_to_bottom a:hover .img {
-webkit-transform: translateY(30px) scale(0.6);
-moz-transform: translateY(30px) scale(0.6);
-ms-transform: translateY(30px) scale(0.6);
-o-transform: translateY(30px) scale(0.6);
transform: translateY(30px) scale(0.6);
}
.ih-item.square.effect1.bottom_to_top .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px 10px 0 4px;
margin: 134px 0 0 0;
}
.ih-item.square.effect1.bottom_to_top .info p {
font-style: italic;
font-size: 12px;
color: #bbb;
padding: 5px;
text-align: center;
}
.ih-item.square.effect1.bottom_to_top a:hover .img {
-webkit-transform: translateY(-30px) scale(0.6);
-moz-transform: translateY(-30px) scale(0.6);
-ms-transform: translateY(-30px) scale(0.6);
-o-transform: translateY(-30px) scale(0.6);
transform: translateY(-30px) scale(0.6);
}
.ih-item.square.effect2 {
overflow: hidden;
}
.ih-item.square.effect2.colored .info {
background: #1a4a72;
}
.ih-item.square.effect2.colored .info h3 {
background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect2 .img {
opacity: 1;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
-webkit-transform: rotate(0deg) scale(1);
-moz-transform: rotate(0deg) scale(1);
-ms-transform: rotate(0deg) scale(1);
-o-transform: rotate(0deg) scale(1);
transform: rotate(0deg) scale(1);
}
.ih-item.square.effect2 .info {
background: #333333;
visibility: hidden;
-webkit-transition: all 0.35s 0.3s ease-in-out;
-moz-transition: all 0.35s 0.3s ease-in-out;
transition: all 0.35s 0.3s ease-in-out;
}
.ih-item.square.effect2 .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px;
background: #111111;
margin: 30px 0 0 0;
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-ms-transform: translateY(-200px);
-o-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.35s 0.6s ease-in-out;
-moz-transition: all 0.35s 0.6s ease-in-out;
transition: all 0.35s 0.6s ease-in-out;
}
.ih-item.square.effect2 .info p {
font-style: italic;
font-size: 12px;
position: relative;
color: #bbb;
padding: 20px 20px 20px;
text-align: center;
-webkit-transform: translateY(-200px);
-moz-transform: translateY(-200px);
-ms-transform: translateY(-200px);
-o-transform: translateY(-200px);
transform: translateY(-200px);
-webkit-transition: all 0.35s 0.5s linear;
-moz-transition: all 0.35s 0.5s linear;
transition: all 0.35s 0.5s linear;
}
.ih-item.square.effect2 a:hover .img {
-webkit-transform: rotate(720deg) scale(0);
-moz-transform: rotate(720deg) scale(0);
-ms-transform: rotate(720deg) scale(0);
-o-transform: rotate(720deg) scale(0);
transform: rotate(720deg) scale(0);
opacity: 0;
}
.ih-item.square.effect2 a:hover .info {
visibility: visible;
}
.ih-item.square.effect2 a:hover .info h3,
.ih-item.square.effect2 a:hover .info p {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect3 {
overflow: hidden;
}
.ih-item.square.effect3.colored .info {
background: #1a4a72;
}
.ih-item.square.effect3 .img {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect3 .info {
height: 65px;
background: #333333;
opacity: 0;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect3 .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px 10px 0 4px;
margin: 4px 0 0 0;
}
.ih-item.square.effect3 .info p {
font-style: italic;
font-size: 12px;
position: relative;
color: #bbb;
padding: 5px;
text-align: center;
}
.ih-item.square.effect3 a:hover .info {
visibility: visible;
opacity: 1;
}
.ih-item.square.effect3.bottom_to_top .info {
top: auto;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.ih-item.square.effect3.bottom_to_top a:hover .img {
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
}
.ih-item.square.effect3.bottom_to_top a:hover .info {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect3.top_to_bottom .info {
bottom: auto;
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.ih-item.square.effect3.top_to_bottom a:hover .img {
-webkit-transform: translateY(50px);
-moz-transform: translateY(50px);
-ms-transform: translateY(50px);
-o-transform: translateY(50px);
transform: translateY(50px);
}
.ih-item.square.effect3.top_to_bottom a:hover .info {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect4 {
overflow: hidden;
position: relative;
}
.ih-item.square.effect4.colored .info {
background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect4.colored .mask1,
.ih-item.square.effect4.colored .mask2 {
background: #1a4a72;
background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect4 .img {
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect4 .mask1,
.ih-item.square.effect4 .mask2 {
position: absolute;
background: #333333;
background: rgba(0, 0, 0, 0.6);
height: 361px;
width: 361px;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect4 .mask1 {
left: auto;
right: 0;
top: 0;
-webkit-transform: rotate(56.5deg) translateX(-180px);
-moz-transform: rotate(56.5deg) translateX(-180px);
-ms-transform: rotate(56.5deg) translateX(-180px);
-o-transform: rotate(56.5deg) translateX(-180px);
transform: rotate(56.5deg) translateX(-180px);
-webkit-transform-origin: 100% 0%;
-moz-transform-origin: 100% 0%;
-ms-transform-origin: 100% 0%;
-o-transform-origin: 100% 0%;
transform-origin: 100% 0%;
}
.ih-item.square.effect4 .mask2 {
top: auto;
bottom: 0;
left: 0;
-webkit-transform: rotate(56.5deg) translateX(180px);
-moz-transform: rotate(56.5deg) translateX(180px);
-ms-transform: rotate(56.5deg) translateX(180px);
-o-transform: rotate(56.5deg) translateX(180px);
transform: rotate(56.5deg) translateX(180px);
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
transform-origin: 0% 100%;
}
.ih-item.square.effect4 .info {
background: #111111;
height: 0;
visibility: hidden;
width: 361px;
-webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
-moz-transform: rotate(-33.5deg) translate(-112px, 166px);
-ms-transform: rotate(-33.5deg) translate(-112px, 166px);
-o-transform: rotate(-33.5deg) translate(-112px, 166px);
transform: rotate(-33.5deg) translate(-112px, 166px);
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transition: all 0.35s ease-in-out 0.35s;
-moz-transition: all 0.35s ease-in-out 0.35s;
transition: all 0.35s ease-in-out 0.35s;
}
.ih-item.square.effect4 .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px;
background: transparent;
margin-top: 5px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
opacity: 0;
-webkit-transition: all 0.35s ease-in-out 0.35s;
-moz-transition: all 0.35s ease-in-out 0.35s;
transition: all 0.35s ease-in-out 0.35s;
}
.ih-item.square.effect4 .info p {
font-style: italic;
font-size: 12px;
position: relative;
color: #bbb;
padding: 20px 20px 20px;
text-align: center;
opacity: 0;
-webkit-transition: all 0.35s ease-in-out 0.35s;
-moz-transition: all 0.35s ease-in-out 0.35s;
transition: all 0.35s ease-in-out 0.35s;
}
.ih-item.square.effect4 a:hover .mask1 {
-webkit-transform: rotate(56.5deg) translateX(1px);
-moz-transform: rotate(56.5deg) translateX(1px);
-ms-transform: rotate(56.5deg) translateX(1px);
-o-transform: rotate(56.5deg) translateX(1px);
transform: rotate(56.5deg) translateX(1px);
}
.ih-item.square.effect4 a:hover .mask2 {
-webkit-transform: rotate(56.5deg) translateX(-1px);
-moz-transform: rotate(56.5deg) translateX(-1px);
-ms-transform: rotate(56.5deg) translateX(-1px);
-o-transform: rotate(56.5deg) translateX(-1px);
transform: rotate(56.5deg) translateX(-1px);
}
.ih-item.square.effect4 a:hover .info {
width: 300px;
height: 120px;
visibility: visible;
top: 40px;
-webkit-transform: rotate(0deg) translate(0, 0);
-moz-transform: rotate(0deg) translate(0, 0);
-ms-transform: rotate(0deg) translate(0, 0);
-o-transform: rotate(0deg) translate(0, 0);
transform: rotate(0deg) translate(0, 0);
}
.ih-item.square.effect4 a:hover .info h3,
.ih-item.square.effect4 a:hover .info p {
opacity: 1;
}
.ih-item.square.effect5.colored .info {
background: #1a4a72;
}
.ih-item.square.effect5.colored .info h3 {
background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect5 .img {
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.square.effect5 .info {
background: #333333;
opacity: 0;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect5 .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px;
background: #111111;
margin: 30px 0 0 0;
}
.ih-item.square.effect5 .info p {
font-style: italic;
font-size: 12px;
position: relative;
color: #bbb;
padding: 20px 20px 20px;
text-align: center;
}
.ih-item.square.effect5 a:hover .img {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
transition-delay: 0;
}
.ih-item.square.effect5 a:hover .info {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
-o-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.ih-item.square.effect5.left_to_right .info {
-webkit-transform: scale(0) rotate(-180deg);
-moz-transform: scale(0) rotate(-180deg);
-ms-transform: scale(0) rotate(-180deg);
-o-transform: scale(0) rotate(-180deg);
transform: scale(0) rotate(-180deg);
}
.ih-item.square.effect5.right_to_left .info {
-webkit-transform: scale(0) rotate(180deg);
-moz-transform: scale(0) rotate(180deg);
-ms-transform: scale(0) rotate(180deg);
-o-transform: scale(0) rotate(180deg);
transform: scale(0) rotate(180deg);
}
.ih-item.square.effect6 {
overflow: hidden;
}
.ih-item.square.effect6.colored .info {
background: #1a4a72;
background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect6.colored .info h3 {
background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect6 .img {
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.square.effect6 .info {
background: #333333;
background: rgba(0, 0, 0, 0.6);
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px;
background: #111111;
margin: 30px 0 0 0;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect6 .info p {
font-style: italic;
font-size: 12px;
position: relative;
color: #bbb;
padding: 20px 20px 20px;
text-align: center;
-webkit-transition: all 0.35s 0.1s linear;
-moz-transition: all 0.35s 0.1s linear;
transition: all 0.35s 0.1s linear;
}
.ih-item.square.effect6 a:hover .img {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.ih-item.square.effect6 a:hover .info {
visibility: visible;
opacity: 1;
}
.ih-item.square.effect6.from_top_and_bottom .info h3 {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.ih-item.square.effect6.from_top_and_bottom .info p {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.ih-item.square.effect6.from_top_and_bottom a:hover .info h3,
.ih-item.square.effect6.from_top_and_bottom a:hover .info p {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect6.from_left_and_right .info h3 {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.ih-item.square.effect6.from_left_and_right .info p {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.ih-item.square.effect6.from_left_and_right a:hover .info h3,
.ih-item.square.effect6.from_left_and_right a:hover .info p {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.ih-item.square.effect6.top_to_bottom .info h3 {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom .info p {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.ih-item.square.effect6.top_to_bottom a:hover .info h3,
.ih-item.square.effect6.top_to_bottom a:hover .info p {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect6.bottom_to_top .info h3 {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top .info p {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.ih-item.square.effect6.bottom_to_top a:hover .info h3,
.ih-item.square.effect6.bottom_to_top a:hover .info p {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect7 {
overflow: hidden;
}
.ih-item.square.effect7.colored .info {
background: #1a4a72;
background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect7.colored .info h3 {
background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect7 .img {
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.square.effect7 .info {
background: #333333;
background: rgba(0, 0, 0, 0.6);
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect7 .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px;
background: #111111;
margin: 30px 0 0 0;
-webkit-transform: scale(4);
-moz-transform: scale(4);
-ms-transform: scale(4);
-o-transform: scale(4);
transform: scale(4);
-webkit-transition: all 0.35s 0.1s ease-in-out;
-moz-transition: all 0.35s 0.1s ease-in-out;
transition: all 0.35s 0.1s ease-in-out;
}
.ih-item.square.effect7 .info p {
font-style: italic;
font-size: 12px;
position: relative;
color: #bbb;
padding: 20px 20px 20px;
text-align: center;
-webkit-transform: scale(5);
-moz-transform: scale(5);
-ms-transform: scale(5);
-o-transform: scale(5);
transform: scale(5);
-webkit-transition: all 0.35s 0.3s linear;
-moz-transition: all 0.35s 0.3s linear;
transition: all 0.35s 0.3s linear;
}
.ih-item.square.effect7 a:hover .img {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.ih-item.square.effect7 a:hover .info {
visibility: visible;
opacity: 1;
}
.ih-item.square.effect7 a:hover .info h3,
.ih-item.square.effect7 a:hover .info p {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.square.effect8 {
overflow: hidden;
}
.ih-item.square.effect8.colored .info {
background: #1a4a72;
}
.ih-item.square.effect8.colored .info h3 {
background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect8 .img {
opacity: 1;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect8 .info {
background: #333333;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect8 .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px;
background: #111111;
margin: 30px 0 0 0;
-webkit-transition: all 0.35s 0.1s ease-in-out;
-moz-transition: all 0.35s 0.1s ease-in-out;
transition: all 0.35s 0.1s ease-in-out;
}
.ih-item.square.effect8 .info p {
font-style: italic;
font-size: 12px;
position: relative;
color: #bbb;
padding: 20px 20px 20px;
text-align: center;
-webkit-transition: all 0.35s 0.15s linear;
-moz-transition: all 0.35s 0.15s linear;
transition: all 0.35s 0.15s linear;
}
.ih-item.square.effect8 a:hover .img {
opacity: 0;
}
.ih-item.square.effect8 a:hover .info {
visibility: visible;
opacity: 1;
}
.ih-item.square.effect8.scale_up .img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.square.effect8.scale_up .info {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.ih-item.square.effect8.scale_up .info h3,
.ih-item.square.effect8.scale_up .info p {
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.ih-item.square.effect8.scale_up a:hover .img {
-webkit-transform: scale(5);
-moz-transform: scale(5);
-ms-transform: scale(5);
-o-transform: scale(5);
transform: scale(5);
}
.ih-item.square.effect8.scale_up a:hover .info {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.square.effect8.scale_up a:hover .info h3,
.ih-item.square.effect8.scale_up a:hover .info p {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.square.effect8.scale_down .img {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.square.effect8.scale_down .info {
-webkit-transform: scale(5);
-moz-transform: scale(5);
-ms-transform: scale(5);
-o-transform: scale(5);
transform: scale(5);
}
.ih-item.square.effect8.scale_down .info h3,
.ih-item.square.effect8.scale_down .info p {
-webkit-transform: scale(5);
-moz-transform: scale(5);
-ms-transform: scale(5);
-o-transform: scale(5);
transform: scale(5);
}
.ih-item.square.effect8.scale_down a:hover .img {
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}
.ih-item.square.effect8.scale_down a:hover .info {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.square.effect8.scale_down a:hover .info h3,
.ih-item.square.effect8.scale_down a:hover .info p {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.square.effect9 {
-webkit-perspective: 900px;
-moz-perspective: 900px;
perspective: 900px;
}
.ih-item.square.effect9.colored .info .info-back {
background: #1a4a72;
}
.ih-item.square.effect9.colored .info h3 {
background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect9 .img {
position: relative;
z-index: 11;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
}
.ih-item.square.effect9 .info {
z-index: 0;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.ih-item.square.effect9 .info .info-back {
opacity: 1;
width: 100%;
height: 100%;
padding-top: 30px;
background: #333333;
}
.ih-item.square.effect9 .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px;
background: #111111;
margin: 0;
}
.ih-item.square.effect9 .info p {
font-style: italic;
font-size: 12px;
position: relative;
color: #bbb;
padding: 20px 20px 20px;
text-align: center;
}
.ih-item.square.effect9.left_to_right .img {
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.ih-item.square.effect9.left_to_right a:hover .img {
-webkit-transform: rotate3d(0, 1, 0, 180deg);
-moz-transform: rotate3d(0, 1, 0, 180deg);
-ms-transform: rotate3d(0, 1, 0, 180deg);
-o-transform: rotate3d(0, 1, 0, 180deg);
transform: rotate3d(0, 1, 0, 180deg);
}
.ih-item.square.effect9.right_to_left .img {
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
-o-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.ih-item.square.effect9.right_to_left a:hover .img {
-webkit-transform: rotate3d(0, 1, 0, -180deg);
-moz-transform: rotate3d(0, 1, 0, -180deg);
-ms-transform: rotate3d(0, 1, 0, -180deg);
-o-transform: rotate3d(0, 1, 0, -180deg);
transform: rotate3d(0, 1, 0, -180deg);
}
.ih-item.square.effect9.top_to_bottom .img {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.ih-item.square.effect9.top_to_bottom a:hover .img {
-webkit-transform: rotate3d(1, 0, 0, -180deg);
-moz-transform: rotate3d(1, 0, 0, -180deg);
-ms-transform: rotate3d(1, 0, 0, -180deg);
-o-transform: rotate3d(1, 0, 0, -180deg);
transform: rotate3d(1, 0, 0, -180deg);
}
.ih-item.square.effect9.bottom_to_top .img {
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.ih-item.square.effect9.bottom_to_top a:hover .img {
-webkit-transform: rotate3d(1, 0, 0, 180deg);
-moz-transform: rotate3d(1, 0, 0, 180deg);
-ms-transform: rotate3d(1, 0, 0, 180deg);
-o-transform: rotate3d(1, 0, 0, 180deg);
transform: rotate3d(1, 0, 0, 180deg);
}
.ih-item.square.effect10 {
overflow: hidden;
}
.ih-item.square.effect10.colored .info {
background: #1a4a72;
}
.ih-item.square.effect10.colored .info h3 {
background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect10 .img {
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect10 .info {
background: #333333;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect10 .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px;
background: #111111;
margin: 30px 0 0 0;
}
.ih-item.square.effect10 .info p {
font-style: italic;
font-size: 12px;
position: relative;
color: #bbb;
padding: 20px 20px 20px;
text-align: center;
}
.ih-item.square.effect10 a:hover .info {
visibility: visible;
opacity: 1;
}
.ih-item.square.effect10.left_to_right .img {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.ih-item.square.effect10.left_to_right .info {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.ih-item.square.effect10.left_to_right a:hover .img {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.ih-item.square.effect10.left_to_right a:hover .info {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.ih-item.square.effect10.right_to_left .img {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.ih-item.square.effect10.right_to_left .info {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.ih-item.square.effect10.right_to_left a:hover .img {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.ih-item.square.effect10.right_to_left a:hover .info {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.ih-item.square.effect10.top_to_bottom .img {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect10.top_to_bottom .info {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.ih-item.square.effect10.top_to_bottom a:hover .img {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.ih-item.square.effect10.top_to_bottom a:hover .info {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect10.bottom_to_top .img {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect10.bottom_to_top .info {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.ih-item.square.effect10.bottom_to_top a:hover .img {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.ih-item.square.effect10.bottom_to_top a:hover .info {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect11 {
overflow: hidden;
}
.ih-item.square.effect11.colored .info {
background: #1a4a72;
}
.ih-item.square.effect11.colored .info h3 {
background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect11 .img {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect11 .info {
background: #333333;
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.35s ease 0.2s;
-moz-transition: all 0.35s ease 0.2s;
transition: all 0.35s ease 0.2s;
}
.ih-item.square.effect11 .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px;
background: #111111;
margin: 30px 0 0 0;
}
.ih-item.square.effect11 .info p {
font-style: italic;
font-size: 12px;
position: relative;
color: #bbb;
padding: 20px 20px 20px;
text-align: center;
}
.ih-item.square.effect11 a:hover .img {
opacity: 0;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}
.ih-item.square.effect11 a:hover .info {
visibility: visible;
opacity: 1;
}
.ih-item.square.effect11.left_to_right .info {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.ih-item.square.effect11.left_to_right a:hover .info {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.ih-item.square.effect11.right_to_left .info {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.ih-item.square.effect11.right_to_left a:hover .info {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.ih-item.square.effect11.top_to_bottom .info {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.ih-item.square.effect11.top_to_bottom a:hover .info {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect11.bottom_to_top .info {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.ih-item.square.effect11.bottom_to_top a:hover .info {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect12 {
overflow: hidden;
}
.ih-item.square.effect12.colored .info {
background: #1a4a72;
background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect12.colored .info h3 {
background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect12 .img {
-webkit-transition: all 0.35s ease-in;
-moz-transition: all 0.35s ease-in;
transition: all 0.35s ease-in;
}
.ih-item.square.effect12 .info {
background: #333333;
background: rgba(0, 0, 0, 0.6);
visibility: hidden;
opacity: 0;
-webkit-transition: all 0.35s ease-in;
-moz-transition: all 0.35s ease-in;
transition: all 0.35s ease-in;
}
.ih-item.square.effect12 .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px;
background: #111111;
margin: 30px 0 0 0;
-webkit-transition: all 0.35s ease-in;
-moz-transition: all 0.35s ease-in;
transition: all 0.35s ease-in;
}
.ih-item.square.effect12 .info p {
font-style: italic;
font-size: 12px;
position: relative;
color: #bbb;
padding: 20px 20px 20px;
text-align: center;
-webkit-transition: all 0.35s ease-in;
-moz-transition: all 0.35s ease-in;
transition: all 0.35s ease-in;
}
.ih-item.square.effect12 a:hover .info {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.ih-item.square.effect12 a:hover .info h3 {
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.ih-item.square.effect12 a:hover .info p {
-webkit-transition-delay: 0.25s;
-moz-transition-delay: 0.25s;
transition-delay: 0.25s;
}
.ih-item.square.effect12.left_to_right .info {
-webkit-transform: translate(-460px, -100px) rotate(-180deg);
-moz-transform: translate(-460px, -100px) rotate(-180deg);
-ms-transform: translate(-460px, -100px) rotate(-180deg);
-o-transform: translate(-460px, -100px) rotate(-180deg);
transform: translate(-460px, -100px) rotate(-180deg);
}
.ih-item.square.effect12.left_to_right .info h3 {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-ms-transform: translateY(-100px);
-o-transform: translateY(-100px);
transform: translateY(-100px);
}
.ih-item.square.effect12.left_to_right .info p {
-webkit-transform: translateX(-300px) rotate(-90deg);
-moz-transform: translateX(-300px) rotate(-90deg);
-ms-transform: translateX(-300px) rotate(-90deg);
-o-transform: translateX(-300px) rotate(-90deg);
transform: translateX(-300px) rotate(-90deg);
}
.ih-item.square.effect12.left_to_right a:hover .info {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
.ih-item.square.effect12.left_to_right a:hover .info h3 {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
.ih-item.square.effect12.left_to_right a:hover .info p {
-webkit-transform: translateX(0px) rotate(0deg);
-moz-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
-o-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
.ih-item.square.effect12.right_to_left .info {
-webkit-transform: translate(460px, -100px) rotate(180deg);
-moz-transform: translate(460px, -100px) rotate(180deg);
-ms-transform: translate(460px, -100px) rotate(180deg);
-o-transform: translate(460px, -100px) rotate(180deg);
transform: translate(460px, -100px) rotate(180deg);
}
.ih-item.square.effect12.right_to_left .info h3 {
-webkit-transform: translateY(-100px);
-moz-transform: translateY(-100px);
-ms-transform: translateY(-100px);
-o-transform: translateY(-100px);
transform: translateY(-100px);
}
.ih-item.square.effect12.right_to_left .info p {
-webkit-transform: translateX(300px) rotate(90deg);
-moz-transform: translateX(300px) rotate(90deg);
-ms-transform: translateX(300px) rotate(90deg);
-o-transform: translateX(300px) rotate(90deg);
transform: translateX(300px) rotate(90deg);
}
.ih-item.square.effect12.right_to_left a:hover .info {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
.ih-item.square.effect12.right_to_left a:hover .info h3 {
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
.ih-item.square.effect12.right_to_left a:hover .info p {
-webkit-transform: translateX(0px) rotate(0deg);
-moz-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
-o-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
.ih-item.square.effect12.top_to_bottom .info {
-webkit-transform: translate(-265px, -145px) rotate(-45deg);
-moz-transform: translate(-265px, -145px) rotate(-45deg);
-ms-transform: translate(-265px, -145px) rotate(-45deg);
-o-transform: translate(-265px, -145px) rotate(-45deg);
transform: translate(-265px, -145px) rotate(-45deg);
}
.ih-item.square.effect12.top_to_bottom .info h3 {
-webkit-transform: translate(200px, -200px);
-moz-transform: translate(200px, -200px);
-ms-transform: translate(200px, -200px);
-o-transform: translate(200px, -200px);
transform: translate(200px, -200px);
}
.ih-item.square.effect12.top_to_bottom .info p {
-webkit-transform: translate(200px, -200px);
-moz-transform: translate(200px, -200px);
-ms-transform: translate(200px, -200px);
-o-transform: translate(200px, -200px);
transform: translate(200px, -200px);
}
.ih-item.square.effect12.top_to_bottom a:hover .info {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.ih-item.square.effect12.top_to_bottom a:hover .info h3 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.ih-item.square.effect12.top_to_bottom a:hover .info p {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.ih-item.square.effect12.bottom_to_top .info {
-webkit-transform: translate(265px, 145px) rotate(45deg);
-moz-transform: translate(265px, 145px) rotate(45deg);
-ms-transform: translate(265px, 145px) rotate(45deg);
-o-transform: translate(265px, 145px) rotate(45deg);
transform: translate(265px, 145px) rotate(45deg);
}
.ih-item.square.effect12.bottom_to_top .info h3 {
-webkit-transform: translate(200px, -200px);
-moz-transform: translate(200px, -200px);
-ms-transform: translate(200px, -200px);
-o-transform: translate(200px, -200px);
transform: translate(200px, -200px);
}
.ih-item.square.effect12.bottom_to_top .info p {
-webkit-transform: translate(-200px, 200px);
-moz-transform: translate(-200px, 200px);
-ms-transform: translate(-200px, 200px);
-o-transform: translate(-200px, 200px);
transform: translate(-200px, 200px);
}
.ih-item.square.effect12.bottom_to_top a:hover .info {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition-delay: 0.2s;
-moz-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.ih-item.square.effect12.bottom_to_top a:hover .info h3 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition-delay: 0.3s;
-moz-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.ih-item.square.effect12.bottom_to_top a:hover .info p {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition-delay: 0.4s;
-moz-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.ih-item.square.effect13 {
overflow: hidden;
}
.ih-item.square.effect13.colored .info {
background: #1a4a72;
background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect13.colored .info h3 {
background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect13 .img {
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.square.effect13 .info {
background: #333333;
background: rgba(0, 0, 0, 0.6);
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect13 .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px;
background: #111111;
margin: 30px 0 0 0;
}
.ih-item.square.effect13 .info p {
font-style: italic;
font-size: 12px;
position: relative;
color: #bbb;
padding: 20px 20px 20px;
text-align: center;
}
.ih-item.square.effect13 a:hover .img {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.ih-item.square.effect13 a:hover .info {
visibility: visible;
opacity: 1;
}
.ih-item.square.effect13.left_to_right .info {
-webkit-transform: translateX(-100%);
-moz-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.ih-item.square.effect13.left_to_right a:hover .info {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.ih-item.square.effect13.right_to_left .info {
-webkit-transform: translateX(100%);
-moz-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.ih-item.square.effect13.right_to_left a:hover .info {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.ih-item.square.effect13.top_to_bottom .info {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.ih-item.square.effect13.top_to_bottom a:hover .info {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect13.bottom_to_top .info {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.ih-item.square.effect13.bottom_to_top a:hover .info {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect14.colored .info {
background: #1a4a72;
}
.ih-item.square.effect14.colored .info h3 {
background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect14 .img {
opacity: 1;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item.square.effect14 .info {
background: #333333;
visibility: hidden;
opacity: 0;
pointer-events: none;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all 0.35s ease 0.2s;
-moz-transition: all 0.35s ease 0.2s;
transition: all 0.35s ease 0.2s;
}
.ih-item.square.effect14 .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px;
background: #111111;
margin: 30px 0 0 0;
}
.ih-item.square.effect14 .info p {
font-style: italic;
font-size: 12px;
position: relative;
color: #bbb;
padding: 20px 20px 20px;
text-align: center;
}
.ih-item.square.effect14 a:hover .img {
opacity: 0;
pointer-events: none;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
}
.ih-item.square.effect14 a:hover .info {
visibility: visible;
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.ih-item.square.effect14.left_to_right .img {
-webkit-transform: translateX(0) rotate(0);
-moz-transform: translateX(0) rotate(0);
-ms-transform: translateX(0) rotate(0);
-o-transform: translateX(0) rotate(0);
transform: translateX(0) rotate(0);
}
.ih-item.square.effect14.left_to_right a:hover .img {
-webkit-transform: translateX(100%) rotate(180deg);
-moz-transform: translateX(100%) rotate(180deg);
-ms-transform: translateX(100%) rotate(180deg);
-o-transform: translateX(100%) rotate(180deg);
transform: translateX(100%) rotate(180deg);
}
.ih-item.square.effect14.right_to_left .img {
-webkit-transform: translateX(0) rotate(0);
-moz-transform: translateX(0) rotate(0);
-ms-transform: translateX(0) rotate(0);
-o-transform: translateX(0) rotate(0);
transform: translateX(0) rotate(0);
}
.ih-item.square.effect14.right_to_left a:hover .img {
-webkit-transform: translateX(-100%) rotate(-180deg);
-moz-transform: translateX(-100%) rotate(-180deg);
-ms-transform: translateX(-100%) rotate(-180deg);
-o-transform: translateX(-100%) rotate(-180deg);
transform: translateX(-100%) rotate(-180deg);
}
.ih-item.square.effect14.top_to_bottom .img {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect14.top_to_bottom a:hover .img {
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.ih-item.square.effect14.bottom_to_top .img {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.ih-item.square.effect14.bottom_to_top a:hover .img {
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
}
.ih-item.square.effect15 {
overflow: hidden;
-webkit-perspective: 900px;
-moz-perspective: 900px;
perspective: 900px;
}
.ih-item.square.effect15.colored .info {
background: #1a4a72;
}
.ih-item.square.effect15 .img {
opacity: 1;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.ih-item.square.effect15 .info {
background: #333333;
opacity: 0;
-webkit-transition: all 0.35s ease-in-out 0.3s;
-moz-transition: all 0.35s ease-in-out 0.3s;
transition: all 0.35s ease-in-out 0.3s;
}
.ih-item.square.effect15 .info h3 {
text-transform: uppercase;
color: #fff;
text-align: center;
font-size: 17px;
padding: 10px;
background: #111111;
margin: 30px 0 0 0;
}
.ih-item.square.effect15 .info p {
font-style: italic;
font-size: 12px;
position: relative;
color: #bbb;
padding: 20px 20px 20px;
text-align: center;
}
.ih-item.square.effect15 a:hover .img {
opacity: 0;
visibility: hidden;
}
.ih-item.square.effect15 a:hover .info {
visibility: visible;
opacity: 1;
}
.ih-item.square.effect15.left_to_right .img {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.ih-item.square.effect15.left_to_right .info {
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
-o-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.ih-item.square.effect15.left_to_right a:hover .img {
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
-o-transform: rotateY(-90deg);
transform: rotateY(-90deg);
}
.ih-item.square.effect15.left_to_right a:hover .info {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
}
.ih-item.square.effect15.right_to_left .img {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
-webkit-transform-origin: 0% 50%;
-moz-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
-o-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.ih-item.square.effect15.right_to_left .info {
-webkit-transform: rotateY(-90deg);
-moz-transform: rotateY(-90deg);
-ms-transform: rotateY(-90deg);
-o-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transform-origin: 100% 50%;
-moz-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
-o-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.ih-item.square.effect15.right_to_left a:hover .img {
-webkit-transform: rotateY(90deg);
-moz-transform: rotateY(90deg);
-ms-transform: rotateY(90deg);
-o-transform: rotateY(90deg);
transform: rotateY(90deg);
}
.ih-item.square.effect15.right_to_left a:hover .info {
-webkit-transform: rotateY(0);
-moz-transform: rotateY(0);
-ms-transform: rotateY(0);
-o-transform: rotateY(0);
transform: rotateY(0);
}
.ih-item.square.effect15.top_to_bottom .img {
-webkit-transform: rotateX(0);
-moz-transform: rotateX(0);
-ms-transform: rotateX(0);
-o-transform: rotateX(0);
transform: rotateX(0);
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.ih-item.square.effect15.top_to_bottom .info {
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
-o-transform: rotateX(-90deg);
transform: rotateX(-90deg);
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.ih-item.square.effect15.top_to_bottom a:hover .img {
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
-o-transform: rotateX(90deg);
transform: rotateX(90deg);
}
.ih-item.square.effect15.top_to_bottom a:hover .info {
-webkit-transform: rotateX(0);
-moz-transform: rotateX(0);
-ms-transform: rotateX(0);
-o-transform: rotateX(0);
transform: rotateX(0);
}
.ih-item.square.effect15.bottom_to_top .img {
-webkit-transform: rotateX(0);
-moz-transform: rotateX(0);
-ms-transform: rotateX(0);
-o-transform: rotateX(0);
transform: rotateX(0);
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.ih-item.square.effect15.bottom_to_top .info {
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
-o-transform: rotateX(90deg);
transform: rotateX(90deg);
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.ih-item.square.effect15.bottom_to_top a:hover .img {
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
-o-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
.ih-item.square.effect15.bottom_to_top a:hover .info {
-webkit-transform: rotateX(0);
-moz-transform: rotateX(0);
-ms-transform: rotateX(0);
-o-transform: rotateX(0);
transform: rotateX(0);
}