body {
font-family: 'Roboto', sans-serif !important;
}
body * {
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
} .header-top .header-top-color {
background-color: #10155e;
}
.header-top .header-top-color .header-top-mrg {
height: 45px;
}
.header-social-icons>li>a {
font-size: 25px;
margin-right: 5px;
color: rgba(255, 255, 255, .7);
}
.header-social-icons>li>a:hover {
color: #fff;
} .header-upper>.header-upper-fix>.header-upper-color {
background-color: #fff;
}
.header-upper>.header-upper-fix>.header-upper-color>.header-upper-mrg {
height: 118px;
}
.mw-main-nav {
position: relative;
margin: 0;
}
.mw-main-nav>li>a {
color: #0d0d0d;
font-size: 16px;
padding: 5px calc(19px / 2);
font-weight: 500;
display: block;
}
.mw-main-nav>li>a:hover {
color: #10155e;
}
.header-search {
border-left: solid 1px rgba(0, 0, 0, .4);
}
.header-search>a {
color: #0d0d0d;
font-size: 15px;
margin-left: calc(19px / 2);
}
.vc_header-main {
z-index: 1000;
position: relative;
}
.vc_show-mainmenu {
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 50px;
}
.vc_show-mainmenu>div {
height: 100%;
width: 100%;
pointer-events: none;
}
.vc_show-mainmenu>div>span {
height: 2px;
background-color: #222;
display: block;
transition: 0.3s all;
width: 100%;
margin: 10px 0;
pointer-events: none;
}
.vc_show-mainmenu.vc_active-menu>div>span:nth-child(1) {
transform: rotate(45deg) translateX(9px) translateY(9px);
}
.vc_show-mainmenu.vc_active-menu>div>span:nth-child(2) {
opacity: 0;
}
.vc_show-mainmenu.vc_active-menu>div>span:nth-child(3) {
transform: rotate(-45deg) translateX(9px) translateY(-9px);
} @media (min-width:1200px) {
.vc_show-mainmenu {
display: none;
}
.mw-main-nav {
display: flex;
}
.mw-main-nav>li {
flex: 0 0 auto;
}
.mw-main-nav>li.current_page_item>a {
border-bottom: solid 2px #10155e;
color: #fdb813;
}
}
@media (max-width:1199px) {
.titlebar {
padding: 0 10px;
}
.header-upper {
position: relative;
}
.header-upper>.header-upper-fix>.header-upper-color>.header-upper-mrg .main-logo {
text-align: center;
}
.header-upper>.header-upper-fix>.header-upper-color>.header-upper-mrg {
height: 70px;
}
.mw-main-nav {
display: block;
position: absolute;
left: 0;
right: 0;
background-color: #fff;
top: 70px;
padding: 20px;
border-bottom: solid 2px #10155e;
overflow: hidden;
transition: 0.3s all;
}
.header-box-content {
padding: 0 20px;
} .mw-main-nav>li.current_page_item>a {
color: #fdb813;
}
.mw-main-nav:not(.vc_active-navmenu) {
height: 0;
opacity: 0;
pointer-events: none;
}
.vc_active-navmenu {
display: block;
}
.header-search {
border: none;
}
.header-search a span::before {
font-size: 20px;
}
.header-upper img {
width: 50vw;
max-width: 200px;
}
}.animated{-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}.animated.hinge{-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;}@-webkit-keyframes flash {
0%, 50%, 100% {opacity: 1;}	25%, 75% {opacity: 0;}
}
@-moz-keyframes flash {
0%, 50%, 100% {opacity: 1;}	
25%, 75% {opacity: 0;}
}
@-o-keyframes flash {
0%, 50%, 100% {opacity: 1;}	
25%, 75% {opacity: 0;}
}
@keyframes flash {
0%, 50%, 100% {opacity: 1;}	
25%, 75% {opacity: 0;}
}
.flash {
-webkit-animation-name: flash;
-moz-animation-name: flash;
-o-animation-name: flash;
animation-name: flash;
}
@-webkit-keyframes shake {
0%, 100% {-webkit-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}
@-moz-keyframes shake {
0%, 100% {-moz-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}
@-o-keyframes shake {
0%, 100% {-o-transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}
@keyframes shake {
0%, 100% {transform: translateX(0);}
10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
20%, 40%, 60%, 80% {transform: translateX(10px);}
}
.shake {
-webkit-animation-name: shake;
-moz-animation-name: shake;
-o-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);}
40% {-webkit-transform: translateY(-30px);}
60% {-webkit-transform: translateY(-15px);}
}
@-moz-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
40% {-moz-transform: translateY(-30px);}
60% {-moz-transform: translateY(-15px);}
}
@-o-keyframes bounce {
0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
40% {-o-transform: translateY(-30px);}
60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
40% {transform: translateY(-30px);}
60% {transform: translateY(-15px);}
}
.bounce {
-webkit-animation-name: bounce;
-moz-animation-name: bounce;
-o-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes tada {
0% {-webkit-transform: scale(1);}	
10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
100% {-webkit-transform: scale(1) rotate(0);}
}
@-moz-keyframes tada {
0% {-moz-transform: scale(1);}	
10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
100% {-moz-transform: scale(1) rotate(0);}
}
@-o-keyframes tada {
0% {-o-transform: scale(1);}	
10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
100% {-o-transform: scale(1) rotate(0);}
}
@keyframes tada {
0% {transform: scale(1);}	
10%, 20% {transform: scale(0.9) rotate(-3deg);}
30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
100% {transform: scale(1) rotate(0);}
}
.tada {
-webkit-animation-name: tada;
-moz-animation-name: tada;
-o-animation-name: tada;
animation-name: tada;
}
@-webkit-keyframes swing {
20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
20% { -webkit-transform: rotate(15deg); }	
40% { -webkit-transform: rotate(-10deg); }
60% { -webkit-transform: rotate(5deg); }	
80% { -webkit-transform: rotate(-5deg); }	
100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes swing {
20% { -moz-transform: rotate(15deg); }	
40% { -moz-transform: rotate(-10deg); }
60% { -moz-transform: rotate(5deg); }	
80% { -moz-transform: rotate(-5deg); }	
100% { -moz-transform: rotate(0deg); }
}
@-o-keyframes swing {
20% { -o-transform: rotate(15deg); }	
40% { -o-transform: rotate(-10deg); }
60% { -o-transform: rotate(5deg); }	
80% { -o-transform: rotate(-5deg); }	
100% { -o-transform: rotate(0deg); }
}
@keyframes swing {
20% { transform: rotate(15deg); }	
40% { transform: rotate(-10deg); }
60% { transform: rotate(5deg); }	
80% { transform: rotate(-5deg); }	
100% { transform: rotate(0deg); }
}
.swing {
-webkit-transform-origin: top center;
-moz-transform-origin: top center;
-o-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
-moz-animation-name: swing;
-o-animation-name: swing;
animation-name: swing;
} @-webkit-keyframes wobble {
0% { -webkit-transform: translateX(0%); }
15% { -webkit-transform: translateX(-25%) rotate(-5deg); }
30% { -webkit-transform: translateX(20%) rotate(3deg); }
45% { -webkit-transform: translateX(-15%) rotate(-3deg); }
60% { -webkit-transform: translateX(10%) rotate(2deg); }
75% { -webkit-transform: translateX(-5%) rotate(-1deg); }
100% { -webkit-transform: translateX(0%); }
}
@-moz-keyframes wobble {
0% { -moz-transform: translateX(0%); }
15% { -moz-transform: translateX(-25%) rotate(-5deg); }
30% { -moz-transform: translateX(20%) rotate(3deg); }
45% { -moz-transform: translateX(-15%) rotate(-3deg); }
60% { -moz-transform: translateX(10%) rotate(2deg); }
75% { -moz-transform: translateX(-5%) rotate(-1deg); }
100% { -moz-transform: translateX(0%); }
}
@-o-keyframes wobble {
0% { -o-transform: translateX(0%); }
15% { -o-transform: translateX(-25%) rotate(-5deg); }
30% { -o-transform: translateX(20%) rotate(3deg); }
45% { -o-transform: translateX(-15%) rotate(-3deg); }
60% { -o-transform: translateX(10%) rotate(2deg); }
75% { -o-transform: translateX(-5%) rotate(-1deg); }
100% { -o-transform: translateX(0%); }
}
@keyframes wobble {
0% { transform: translateX(0%); }
15% { transform: translateX(-25%) rotate(-5deg); }
30% { transform: translateX(20%) rotate(3deg); }
45% { transform: translateX(-15%) rotate(-3deg); }
60% { transform: translateX(10%) rotate(2deg); }
75% { transform: translateX(-5%) rotate(-1deg); }
100% { transform: translateX(0%); }
}
.wobble {
-webkit-animation-name: wobble;
-moz-animation-name: wobble;
-o-animation-name: wobble;
animation-name: wobble;
} @-webkit-keyframes pulse {
0% { -webkit-transform: scale(1); }	
50% { -webkit-transform: scale(1.1); }
100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
0% { -moz-transform: scale(1); }	
50% { -moz-transform: scale(1.1); }
100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
0% { -o-transform: scale(1); }	
50% { -o-transform: scale(1.1); }
100% { -o-transform: scale(1); }
}
@keyframes pulse {
0% { transform: scale(1); }	
50% { transform: scale(1.1); }
100% { transform: scale(1); }
}
.pulse {
-webkit-animation-name: pulse;
-moz-animation-name: pulse;
-o-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
}
}
@-moz-keyframes flip {
0% {
-moz-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-moz-animation-timing-function: ease-out;
}
40% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-moz-animation-timing-function: ease-out;
}
50% {
-moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-moz-animation-timing-function: ease-in;
}
80% {
-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-moz-animation-timing-function: ease-in;
}
100% {
-moz-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-moz-animation-timing-function: ease-in;
}
}
@-o-keyframes flip {
0% {
-o-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-o-animation-timing-function: ease-out;
}
40% {
-o-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-o-animation-timing-function: ease-out;
}
50% {
-o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-o-animation-timing-function: ease-in;
}
80% {
-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-o-animation-timing-function: ease-in;
}
100% {
-o-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-o-animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
animation-timing-function: ease-out;
}
40% {
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
animation-timing-function: ease-out;
}
50% {
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
animation-timing-function: ease-in;
}
80% {
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
animation-timing-function: ease-in;
}
100% {
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flip;
-moz-backface-visibility: visible !important;
-moz-animation-name: flip;
-o-backface-visibility: visible !important;
-o-animation-name: flip;
backface-visibility: visible !important;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInX {
0% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-moz-transform: perspective(400px) rotateX(-10deg);
}
70% {
-moz-transform: perspective(400px) rotateX(10deg);
}
100% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@-o-keyframes flipInX {
0% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-o-transform: perspective(400px) rotateX(-10deg);
}
70% {
-o-transform: perspective(400px) rotateX(10deg);
}
100% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateX(-10deg);
}
70% {
transform: perspective(400px) rotateX(10deg);
}
100% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInX;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInX;
-o-backface-visibility: visible !important;
-o-animation-name: flipInX;
backface-visibility: visible !important;
animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@-moz-keyframes flipOutX {
0% {
-moz-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-moz-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@-o-keyframes flipOutX {
0% {
-o-transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-o-transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-moz-animation-name: flipOutX;
-moz-backface-visibility: visible !important;
-o-animation-name: flipOutX;
-o-backface-visibility: visible !important;
animation-name: flipOutX;
backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-moz-keyframes flipInY {
0% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-moz-transform: perspective(400px) rotateY(-10deg);
}
70% {
-moz-transform: perspective(400px) rotateY(10deg);
}
100% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@-o-keyframes flipInY {
0% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-o-transform: perspective(400px) rotateY(-10deg);
}
70% {
-o-transform: perspective(400px) rotateY(10deg);
}
100% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
transform: perspective(400px) rotateY(-10deg);
}
70% {
transform: perspective(400px) rotateY(10deg);
}
100% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipInY;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipInY;
-o-backface-visibility: visible !important;
-o-animation-name: flipInY;
backface-visibility: visible !important;
animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@-moz-keyframes flipOutY {
0% {
-moz-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-moz-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@-o-keyframes flipOutY {
0% {
-o-transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-o-transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
-moz-backface-visibility: visible !important;
-moz-animation-name: flipOutY;
-o-backface-visibility: visible !important;
-o-animation-name: flipOutY;
backface-visibility: visible !important;
animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
0% {opacity: 0;}	
100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
0% {opacity: 0;}	
100% {opacity: 1;}
}
@-o-keyframes fadeIn {
0% {opacity: 0;}	
100% {opacity: 1;}
}
@keyframes fadeIn {
0% {opacity: 0;}	
100% {opacity: 1;}
}
.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUp {
0% {
opacity: 0;
-moz-transform: translateY(20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUp {
0% {
opacity: 0;
-o-transform: translateY(20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
-moz-animation-name: fadeInUp;
-o-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDown {
0% {
opacity: 0;
-moz-transform: translateY(-20px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDown {
0% {
opacity: 0;
-o-transform: translateY(-20px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
transform: translateY(-20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
-moz-animation-name: fadeInDown;
-o-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeft {
0% {
opacity: 0;
-o-transform: translateX(-20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
transform: translateX(-20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
-moz-animation-name: fadeInLeft;
-o-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRight {
0% {
opacity: 0;
-moz-transform: translateX(20px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRight {
0% {
opacity: 0;
-o-transform: translateX(20px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
transform: translateX(20px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
-moz-animation-name: fadeInRight;
-o-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUpBig {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUpBig {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
transform: translateY(2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
-moz-animation-name: fadeInUpBig;
-o-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInDownBig {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
@-o-keyframes fadeInDownBig {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
100% {
opacity: 1;
-o-transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
transform: translateY(-2000px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
-moz-animation-name: fadeInDownBig;
-o-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInLeftBig {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInLeftBig {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
transform: translateX(-2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
-moz-animation-name: fadeInLeftBig;
-o-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@-moz-keyframes fadeInRightBig {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
100% {
opacity: 1;
-moz-transform: translateX(0);
}
}
@-o-keyframes fadeInRightBig {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
100% {
opacity: 1;
-o-transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
transform: translateX(2000px);
}
100% {
opacity: 1;
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
-moz-animation-name: fadeInRightBig;
-o-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@-moz-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@-o-keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fadeOut {
0% {opacity: 1;}
100% {opacity: 0;}
}
.fadeOut {
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
}
@-moz-keyframes fadeOutUp {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-20px);
}
}
@-o-keyframes fadeOutUp {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
-moz-animation-name: fadeOutUp;
-o-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
}
}
@-moz-keyframes fadeOutDown {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(20px);
}
}
@-o-keyframes fadeOutDown {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
-moz-animation-name: fadeOutDown;
-o-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
}
@-moz-keyframes fadeOutLeft {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-20px);
}
}
@-o-keyframes fadeOutLeft {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
-moz-animation-name: fadeOutLeft;
-o-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
}
}
@-moz-keyframes fadeOutRight {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(20px);
}
}
@-o-keyframes fadeOutRight {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
-moz-animation-name: fadeOutRight;
-o-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@-moz-keyframes fadeOutUpBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}
@-o-keyframes fadeOutUpBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
-moz-animation-name: fadeOutUpBig;
-o-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@-moz-keyframes fadeOutDownBig {
0% {
opacity: 1;
-moz-transform: translateY(0);
}
100% {
opacity: 0;
-moz-transform: translateY(2000px);
}
}
@-o-keyframes fadeOutDownBig {
0% {
opacity: 1;
-o-transform: translateY(0);
}
100% {
opacity: 0;
-o-transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
transform: translateY(0);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
-moz-animation-name: fadeOutDownBig;
-o-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
-moz-animation-name: fadeOutLeftBig;
-o-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes fadeOutRightBig {
0% {
opacity: 1;
-moz-transform: translateX(0);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes fadeOutRightBig {
0% {
opacity: 1;
-o-transform: translateX(0);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
transform: translateX(0);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
-moz-animation-name: fadeOutRightBig;
-o-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
}
}
@-moz-keyframes bounceIn {
0% {
opacity: 0;
-moz-transform: scale(.3);
}
50% {
opacity: 1;
-moz-transform: scale(1.05);
}
70% {
-moz-transform: scale(.9);
}
100% {
-moz-transform: scale(1);
}
}
@-o-keyframes bounceIn {
0% {
opacity: 0;
-o-transform: scale(.3);
}
50% {
opacity: 1;
-o-transform: scale(1.05);
}
70% {
-o-transform: scale(.9);
}
100% {
-o-transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
transform: scale(.3);
}
50% {
opacity: 1;
transform: scale(1.05);
}
70% {
transform: scale(.9);
}
100% {
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
-moz-animation-name: bounceIn;
-o-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInUp {
0% {
opacity: 0;
-moz-transform: translateY(2000px);
}
60% {
opacity: 1;
-moz-transform: translateY(-30px);
}
80% {
-moz-transform: translateY(10px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes bounceInUp {
0% {
opacity: 0;
-o-transform: translateY(2000px);
}
60% {
opacity: 1;
-o-transform: translateY(-30px);
}
80% {
-o-transform: translateY(10px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
transform: translateY(2000px);
}
60% {
opacity: 1;
transform: translateY(-30px);
}
80% {
transform: translateY(10px);
}
100% {
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
-moz-animation-name: bounceInUp;
-o-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@-moz-keyframes bounceInDown {
0% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateY(30px);
}
80% {
-moz-transform: translateY(-10px);
}
100% {
-moz-transform: translateY(0);
}
}
@-o-keyframes bounceInDown {
0% {
opacity: 0;
-o-transform: translateY(-2000px);
}
60% {
opacity: 1;
-o-transform: translateY(30px);
}
80% {
-o-transform: translateY(-10px);
}
100% {
-o-transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
transform: translateY(-2000px);
}
60% {
opacity: 1;
transform: translateY(30px);
}
80% {
transform: translateY(-10px);
}
100% {
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
-moz-animation-name: bounceInDown;
-o-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInLeft {
0% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(30px);
}
80% {
-moz-transform: translateX(-10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInLeft {
0% {
opacity: 0;
-o-transform: translateX(-2000px);
}
60% {
opacity: 1;
-o-transform: translateX(30px);
}
80% {
-o-transform: translateX(-10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
transform: translateX(-2000px);
}
60% {
opacity: 1;
transform: translateX(30px);
}
80% {
transform: translateX(-10px);
}
100% {
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
-moz-animation-name: bounceInLeft;
-o-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@-moz-keyframes bounceInRight {
0% {
opacity: 0;
-moz-transform: translateX(2000px);
}
60% {
opacity: 1;
-moz-transform: translateX(-30px);
}
80% {
-moz-transform: translateX(10px);
}
100% {
-moz-transform: translateX(0);
}
}
@-o-keyframes bounceInRight {
0% {
opacity: 0;
-o-transform: translateX(2000px);
}
60% {
opacity: 1;
-o-transform: translateX(-30px);
}
80% {
-o-transform: translateX(10px);
}
100% {
-o-transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
transform: translateX(2000px);
}
60% {
opacity: 1;
transform: translateX(-30px);
}
80% {
transform: translateX(10px);
}
100% {
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
-moz-animation-name: bounceInRight;
-o-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
}	
}
@-moz-keyframes bounceOut {
0% {
-moz-transform: scale(1);
}
25% {
-moz-transform: scale(.95);
}
50% {
opacity: 1;
-moz-transform: scale(1.1);
}
100% {
opacity: 0;
-moz-transform: scale(.3);
}	
}
@-o-keyframes bounceOut {
0% {
-o-transform: scale(1);
}
25% {
-o-transform: scale(.95);
}
50% {
opacity: 1;
-o-transform: scale(1.1);
}
100% {
opacity: 0;
-o-transform: scale(.3);
}	
}
@keyframes bounceOut {
0% {
transform: scale(1);
}
25% {
transform: scale(.95);
}
50% {
opacity: 1;
transform: scale(1.1);
}
100% {
opacity: 0;
transform: scale(.3);
}	
}
.bounceOut {
-webkit-animation-name: bounceOut;
-moz-animation-name: bounceOut;
-o-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@-moz-keyframes bounceOutUp {
0% {
-moz-transform: translateY(0);
}
20% {
opacity: 1;
-moz-transform: translateY(20px);
}
100% {
opacity: 0;
-moz-transform: translateY(-2000px);
}
}
@-o-keyframes bounceOutUp {
0% {
-o-transform: translateY(0);
}
20% {
opacity: 1;
-o-transform: translateY(20px);
}
100% {
opacity: 0;
-o-transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(20px);
}
100% {
opacity: 0;
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
-moz-animation-name: bounceOutUp;
-o-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@-moz-keyframes bounceOutDown {
0% {
-moz-transform: translateY(0);
}
20% {
opacity: 1;
-moz-transform: translateY(-20px);
}
100% {
opacity: 0;
-moz-transform: translateY(2000px);
}
}
@-o-keyframes bounceOutDown {
0% {
-o-transform: translateY(0);
}
20% {
opacity: 1;
-o-transform: translateY(-20px);
}
100% {
opacity: 0;
-o-transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
transform: translateY(0);
}
20% {
opacity: 1;
transform: translateY(-20px);
}
100% {
opacity: 0;
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
-moz-animation-name: bounceOutDown;
-o-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@-moz-keyframes bounceOutLeft {
0% {
-moz-transform: translateX(0);
}
20% {
opacity: 1;
-moz-transform: translateX(20px);
}
100% {
opacity: 0;
-moz-transform: translateX(-2000px);
}
}
@-o-keyframes bounceOutLeft {
0% {
-o-transform: translateX(0);
}
20% {
opacity: 1;
-o-transform: translateX(20px);
}
100% {
opacity: 0;
-o-transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(20px);
}
100% {
opacity: 0;
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
-moz-animation-name: bounceOutLeft;
-o-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@-moz-keyframes bounceOutRight {
0% {
-moz-transform: translateX(0);
}
20% {
opacity: 1;
-moz-transform: translateX(-20px);
}
100% {
opacity: 0;
-moz-transform: translateX(2000px);
}
}
@-o-keyframes bounceOutRight {
0% {
-o-transform: translateX(0);
}
20% {
opacity: 1;
-o-transform: translateX(-20px);
}
100% {
opacity: 0;
-o-transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
transform: translateX(0);
}
20% {
opacity: 1;
transform: translateX(-20px);
}
100% {
opacity: 0;
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
-moz-animation-name: bounceOutRight;
-o-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateIn {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(-200deg);
opacity: 0;
}
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateIn {
0% {
-o-transform-origin: center center;
-o-transform: rotate(-200deg);
opacity: 0;
}
100% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
transform-origin: center center;
transform: rotate(-200deg);
opacity: 0;
}
100% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
-moz-animation-name: rotateIn;
-o-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
-moz-animation-name: rotateInUpLeft;
-o-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
-moz-animation-name: rotateInDownLeft;
-o-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
-moz-animation-name: rotateInUpRight;
-o-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
}
@-moz-keyframes rotateInDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
}
@-o-keyframes rotateInDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
100% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
-moz-animation-name: rotateInDownRight;
-o-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-webkit-transform: rotate(200deg);
opacity: 0;
}
}
@-moz-keyframes rotateOut {
0% {
-moz-transform-origin: center center;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: center center;
-moz-transform: rotate(200deg);
opacity: 0;
}
}
@-o-keyframes rotateOut {
0% {
-o-transform-origin: center center;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: center center;
-o-transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
transform-origin: center center;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: center center;
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
-moz-animation-name: rotateOut;
-o-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutUpLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutUpLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
-transform-origin: left bottom;
-transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
-moz-animation-name: rotateOutUpLeft;
-o-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutDownLeft {
0% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: left bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutDownLeft {
0% {
-o-transform-origin: left bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: left bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
transform-origin: left bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: left bottom;
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
-moz-animation-name: rotateOutDownLeft;
-o-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutUpRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutUpRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
-moz-animation-name: rotateOutUpRight;
-o-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
opacity: 0;
}
}
@-moz-keyframes rotateOutDownRight {
0% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(0);
opacity: 1;
}
100% {
-moz-transform-origin: right bottom;
-moz-transform: rotate(-90deg);
opacity: 0;
}
}
@-o-keyframes rotateOutDownRight {
0% {
-o-transform-origin: right bottom;
-o-transform: rotate(0);
opacity: 1;
}
100% {
-o-transform-origin: right bottom;
-o-transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
transform-origin: right bottom;
transform: rotate(0);
opacity: 1;
}
100% {
transform-origin: right bottom;
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
-moz-animation-name: rotateOutDownRight;
-o-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes lightSpeedIn {
0% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { -webkit-transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { -webkit-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@-moz-keyframes lightSpeedIn {
0% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { -moz-transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { -moz-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@-o-keyframes lightSpeedIn {
0% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { -o-transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { -o-transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
}
@keyframes lightSpeedIn {
0% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
60% { transform: translateX(-20%) skewX(30deg); opacity: 1; }
80% { transform: translateX(0%) skewX(-15deg); opacity: 1; }
100% { transform: translateX(0%) skewX(0deg); opacity: 1; }
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
-moz-animation-name: lightSpeedIn;
-o-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
-moz-animation-timing-function: ease-out;
-o-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% { -webkit-transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { -webkit-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@-moz-keyframes lightSpeedOut {
0% { -moz-transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { -moz-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@-o-keyframes lightSpeedOut {
0% { -o-transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { -o-transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
@keyframes lightSpeedOut {
0% { transform: translateX(0%) skewX(0deg); opacity: 1; }
100% { transform: translateX(100%) skewX(-30deg); opacity: 0; }
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
-moz-animation-name: lightSpeedOut;
-o-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
-moz-animation-timing-function: ease-in;
-o-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes hinge {
0% { -webkit-transform: rotate(0); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
20%, 60% { -webkit-transform: rotate(80deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
40% { -webkit-transform: rotate(60deg); -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
80% { -webkit-transform: rotate(60deg) translateY(0); opacity: 1; -webkit-transform-origin: top left; -webkit-animation-timing-function: ease-in-out; }	
100% { -webkit-transform: translateY(700px); opacity: 0; }
}
@-moz-keyframes hinge {
0% { -moz-transform: rotate(0); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
20%, 60% { -moz-transform: rotate(80deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
40% { -moz-transform: rotate(60deg); -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
80% { -moz-transform: rotate(60deg) translateY(0); opacity: 1; -moz-transform-origin: top left; -moz-animation-timing-function: ease-in-out; }	
100% { -moz-transform: translateY(700px); opacity: 0; }
}
@-o-keyframes hinge {
0% { -o-transform: rotate(0); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
20%, 60% { -o-transform: rotate(80deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
40% { -o-transform: rotate(60deg); -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
80% { -o-transform: rotate(60deg) translateY(0); opacity: 1; -o-transform-origin: top left; -o-animation-timing-function: ease-in-out; }	
100% { -o-transform: translateY(700px); opacity: 0; }
}
@keyframes hinge {
0% { transform: rotate(0); transform-origin: top left; animation-timing-function: ease-in-out; }	
20%, 60% { transform: rotate(80deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
40% { transform: rotate(60deg); transform-origin: top left; animation-timing-function: ease-in-out; }	
80% { transform: rotate(60deg) translateY(0); opacity: 1; transform-origin: top left; animation-timing-function: ease-in-out; }	
100% { transform: translateY(700px); opacity: 0; }
}
.hinge {
-webkit-animation-name: hinge;
-moz-animation-name: hinge;
-o-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% { opacity: 0; -webkit-transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; -webkit-transform: translateX(0px) rotate(0deg); }
}
@-moz-keyframes rollIn {
0% { opacity: 0; -moz-transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; -moz-transform: translateX(0px) rotate(0deg); }
}
@-o-keyframes rollIn {
0% { opacity: 0; -o-transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; -o-transform: translateX(0px) rotate(0deg); }
}
@keyframes rollIn {
0% { opacity: 0; transform: translateX(-100%) rotate(-120deg); }
100% { opacity: 1; transform: translateX(0px) rotate(0deg); }
}
.rollIn {
-webkit-animation-name: rollIn;
-moz-animation-name: rollIn;
-o-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
}
}
@-moz-keyframes rollOut {
0% {
opacity: 1;
-moz-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-moz-transform: translateX(100%) rotate(120deg);
}
}
@-o-keyframes rollOut {
0% {
opacity: 1;
-o-transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-o-transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
-moz-animation-name: rollOut;
-o-animation-name: rollOut;
animation-name: rollOut;
}meta.foundation-version {
font-family: "/5.5.3/"
}
meta.foundation-mq-small {
font-family: "/only screen/";
width: 0
}
meta.foundation-mq-small-only {
font-family: "/only screen and (max-width: 40em)/";
width: 0
}
meta.foundation-mq-medium {
font-family: "/only screen and (min-width:40.0625em)/";
width: 40.0625em
}
meta.foundation-mq-medium-only {
font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
width: 40.0625em
}
meta.foundation-mq-large {
font-family: "/only screen and (min-width:64.0625em)/";
width: 64.0625em
}
meta.foundation-mq-large-only {
font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
width: 64.0625em
}
meta.foundation-mq-xlarge {
font-family: "/only screen and (min-width:90.0625em)/";
width: 90.0625em
}
meta.foundation-mq-xlarge-only {
font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
width: 90.0625em
}
meta.foundation-mq-xxlarge {
font-family: "/only screen and (min-width:120.0625em)/";
width: 120.0625em
}
meta.foundation-data-attribute-namespace {
font-family: false
}
html,
body {
height: 100%
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
html,
body {
font-size: 14px
}
body {
background: #fff;
color: #222;
cursor: auto;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
line-height: 150%;
margin: 0;
padding: 0;
position: relative
}
a:hover {
cursor: pointer
}
img {
max-width: 100%;
height: auto
}
img {
-ms-interpolation-mode: bicubic
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
max-width: none !important
}
.left {
float: left !important
}
.right {
float: right !important
}
.clearfix:before,
.clearfix:after {
content: " ";
display: table
}
.clearfix:after {
clear: both
}
.hide {
display: none
}
.invisible {
visibility: hidden
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
img {
display: inline-block;
vertical-align: middle
}
textarea {
height: auto;
min-height: 50px
}
select {
width: 100%
}
.row {
margin: 0 auto;
max-width: 85.71429em;
width: 100%
}
.row:before,
.row:after {
content: " ";
display: table
}
.row:after {
clear: both
}
.row.collapse>.column,
.row.collapse>.columns {
padding-left: 0;
padding-right: 0
}
.row.collapse .row {
margin-left: 0;
margin-right: 0
}
.row .row {
margin: 0 -0.9375rem;
max-width: none;
width: auto
}
.row .row:before,
.row .row:after {
content: " ";
display: table
}
.row .row:after {
clear: both
}
.row .row.collapse {
margin: 0;
max-width: none;
width: auto
}
.row .row.collapse:before,
.row .row.collapse:after {
content: " ";
display: table
}
.row .row.collapse:after {
clear: both
}
.column,
.columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
width: 100%;
float: left
}
.column+.column:last-child,
.columns+.column:last-child,
.column+.columns:last-child,
.columns+.columns:last-child {
float: right
}
.column+.column.end,
.columns+.column.end,
.column+.columns.end,
.columns+.columns.end {
float: left
}
@media only screen {
.small-push-0 {
position: relative;
left: 0;
right: auto
}
.small-pull-0 {
position: relative;
right: 0;
left: auto
}
.small-push-1 {
position: relative;
left: 8.33333%;
right: auto
}
.small-pull-1 {
position: relative;
right: 8.33333%;
left: auto
}
.small-push-2 {
position: relative;
left: 16.66667%;
right: auto
}
.small-pull-2 {
position: relative;
right: 16.66667%;
left: auto
}
.small-push-3 {
position: relative;
left: 25%;
right: auto
}
.small-pull-3 {
position: relative;
right: 25%;
left: auto
}
.small-push-4 {
position: relative;
left: 33.33333%;
right: auto
}
.small-pull-4 {
position: relative;
right: 33.33333%;
left: auto
}
.small-push-5 {
position: relative;
left: 41.66667%;
right: auto
}
.small-pull-5 {
position: relative;
right: 41.66667%;
left: auto
}
.small-push-6 {
position: relative;
left: 50%;
right: auto
}
.small-pull-6 {
position: relative;
right: 50%;
left: auto
}
.small-push-7 {
position: relative;
left: 58.33333%;
right: auto
}
.small-pull-7 {
position: relative;
right: 58.33333%;
left: auto
}
.small-push-8 {
position: relative;
left: 66.66667%;
right: auto
}
.small-pull-8 {
position: relative;
right: 66.66667%;
left: auto
}
.small-push-9 {
position: relative;
left: 75%;
right: auto
}
.small-pull-9 {
position: relative;
right: 75%;
left: auto
}
.small-push-10 {
position: relative;
left: 83.33333%;
right: auto
}
.small-pull-10 {
position: relative;
right: 83.33333%;
left: auto
}
.small-push-11 {
position: relative;
left: 91.66667%;
right: auto
}
.small-pull-11 {
position: relative;
right: 91.66667%;
left: auto
}
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left
}
.small-1 {
width: 8.33333%
}
.small-2 {
width: 16.66667%
}
.small-3 {
width: 25%
}
.small-4 {
width: 33.33333%
}
.small-5 {
width: 41.66667%
}
.small-6 {
width: 50%
}
.small-7 {
width: 58.33333%
}
.small-8 {
width: 66.66667%
}
.small-9 {
width: 75%
}
.small-10 {
width: 83.33333%
}
.small-11 {
width: 91.66667%
}
.small-12 {
width: 100%
}
.small-offset-0 {
margin-left: 0 !important
}
.small-offset-1 {
margin-left: 8.33333% !important
}
.small-offset-2 {
margin-left: 16.66667% !important
}
.small-offset-3 {
margin-left: 25% !important
}
.small-offset-4 {
margin-left: 33.33333% !important
}
.small-offset-5 {
margin-left: 41.66667% !important
}
.small-offset-6 {
margin-left: 50% !important
}
.small-offset-7 {
margin-left: 58.33333% !important
}
.small-offset-8 {
margin-left: 66.66667% !important
}
.small-offset-9 {
margin-left: 75% !important
}
.small-offset-10 {
margin-left: 83.33333% !important
}
.small-offset-11 {
margin-left: 91.66667% !important
}
.small-reset-order {
float: left;
left: auto;
margin-left: 0;
margin-right: 0;
right: auto
}
.column.small-centered,
.columns.small-centered {
margin-left: auto;
margin-right: auto;
float: none
}
.column.small-uncentered,
.columns.small-uncentered {
float: left;
margin-left: 0;
margin-right: 0
}
.column.small-centered:last-child,
.columns.small-centered:last-child {
float: none
}
.column.small-uncentered:last-child,
.columns.small-uncentered:last-child {
float: left
}
.column.small-uncentered.opposite,
.columns.small-uncentered.opposite {
float: right
}
.row.small-collapse>.column,
.row.small-collapse>.columns {
padding-left: 0;
padding-right: 0
}
.row.small-collapse .row {
margin-left: 0;
margin-right: 0
}
.row.small-uncollapse>.column,
.row.small-uncollapse>.columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left
}
}
@media only screen and (min-width: 40.0625em) {
.medium-push-0 {
position: relative;
left: 0;
right: auto
}
.medium-pull-0 {
position: relative;
right: 0;
left: auto
}
.medium-push-1 {
position: relative;
left: 8.33333%;
right: auto
}
.medium-pull-1 {
position: relative;
right: 8.33333%;
left: auto
}
.medium-push-2 {
position: relative;
left: 16.66667%;
right: auto
}
.medium-pull-2 {
position: relative;
right: 16.66667%;
left: auto
}
.medium-push-3 {
position: relative;
left: 25%;
right: auto
}
.medium-pull-3 {
position: relative;
right: 25%;
left: auto
}
.medium-push-4 {
position: relative;
left: 33.33333%;
right: auto
}
.medium-pull-4 {
position: relative;
right: 33.33333%;
left: auto
}
.medium-push-5 {
position: relative;
left: 41.66667%;
right: auto
}
.medium-pull-5 {
position: relative;
right: 41.66667%;
left: auto
}
.medium-push-6 {
position: relative;
left: 50%;
right: auto
}
.medium-pull-6 {
position: relative;
right: 50%;
left: auto
}
.medium-push-7 {
position: relative;
left: 58.33333%;
right: auto
}
.medium-pull-7 {
position: relative;
right: 58.33333%;
left: auto
}
.medium-push-8 {
position: relative;
left: 66.66667%;
right: auto
}
.medium-pull-8 {
position: relative;
right: 66.66667%;
left: auto
}
.medium-push-9 {
position: relative;
left: 75%;
right: auto
}
.medium-pull-9 {
position: relative;
right: 75%;
left: auto
}
.medium-push-10 {
position: relative;
left: 83.33333%;
right: auto
}
.medium-pull-10 {
position: relative;
right: 83.33333%;
left: auto
}
.medium-push-11 {
position: relative;
left: 91.66667%;
right: auto
}
.medium-pull-11 {
position: relative;
right: 91.66667%;
left: auto
}
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left
}
.medium-1 {
width: 8.33333%
}
.medium-2 {
width: 16.66667%
}
.medium-3 {
width: 25%
}
.medium-4 {
width: 33.33333%
}
.medium-5 {
width: 41.66667%
}
.medium-6 {
width: 50%
}
.medium-7 {
width: 58.33333%
}
.medium-8 {
width: 66.66667%
}
.medium-9 {
width: 75%
}
.medium-10 {
width: 83.33333%
}
.medium-11 {
width: 91.66667%
}
.medium-12 {
width: 100%
}
.medium-offset-0 {
margin-left: 0 !important
}
.medium-offset-1 {
margin-left: 8.33333% !important
}
.medium-offset-2 {
margin-left: 16.66667% !important
}
.medium-offset-3 {
margin-left: 25% !important
}
.medium-offset-4 {
margin-left: 33.33333% !important
}
.medium-offset-5 {
margin-left: 41.66667% !important
}
.medium-offset-6 {
margin-left: 50% !important
}
.medium-offset-7 {
margin-left: 58.33333% !important
}
.medium-offset-8 {
margin-left: 66.66667% !important
}
.medium-offset-9 {
margin-left: 75% !important
}
.medium-offset-10 {
margin-left: 83.33333% !important
}
.medium-offset-11 {
margin-left: 91.66667% !important
}
.medium-reset-order {
float: left;
left: auto;
margin-left: 0;
margin-right: 0;
right: auto
}
.column.medium-centered,
.columns.medium-centered {
margin-left: auto;
margin-right: auto;
float: none
}
.column.medium-uncentered,
.columns.medium-uncentered {
float: left;
margin-left: 0;
margin-right: 0
}
.column.medium-centered:last-child,
.columns.medium-centered:last-child {
float: none
}
.column.medium-uncentered:last-child,
.columns.medium-uncentered:last-child {
float: left
}
.column.medium-uncentered.opposite,
.columns.medium-uncentered.opposite {
float: right
}
.row.medium-collapse>.column,
.row.medium-collapse>.columns {
padding-left: 0;
padding-right: 0
}
.row.medium-collapse .row {
margin-left: 0;
margin-right: 0
}
.row.medium-uncollapse>.column,
.row.medium-uncollapse>.columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left
}
.push-0 {
position: relative;
left: 0;
right: auto
}
.pull-0 {
position: relative;
right: 0;
left: auto
}
.push-1 {
position: relative;
left: 8.33333%;
right: auto
}
.pull-1 {
position: relative;
right: 8.33333%;
left: auto
}
.push-2 {
position: relative;
left: 16.66667%;
right: auto
}
.pull-2 {
position: relative;
right: 16.66667%;
left: auto
}
.push-3 {
position: relative;
left: 25%;
right: auto
}
.pull-3 {
position: relative;
right: 25%;
left: auto
}
.push-4 {
position: relative;
left: 33.33333%;
right: auto
}
.pull-4 {
position: relative;
right: 33.33333%;
left: auto
}
.push-5 {
position: relative;
left: 41.66667%;
right: auto
}
.pull-5 {
position: relative;
right: 41.66667%;
left: auto
}
.push-6 {
position: relative;
left: 50%;
right: auto
}
.pull-6 {
position: relative;
right: 50%;
left: auto
}
.push-7 {
position: relative;
left: 58.33333%;
right: auto
}
.pull-7 {
position: relative;
right: 58.33333%;
left: auto
}
.push-8 {
position: relative;
left: 66.66667%;
right: auto
}
.pull-8 {
position: relative;
right: 66.66667%;
left: auto
}
.push-9 {
position: relative;
left: 75%;
right: auto
}
.pull-9 {
position: relative;
right: 75%;
left: auto
}
.push-10 {
position: relative;
left: 83.33333%;
right: auto
}
.pull-10 {
position: relative;
right: 83.33333%;
left: auto
}
.push-11 {
position: relative;
left: 91.66667%;
right: auto
}
.pull-11 {
position: relative;
right: 91.66667%;
left: auto
}
}
@media only screen and (min-width: 64.0625em) {
.large-push-0 {
position: relative;
left: 0;
right: auto
}
.large-pull-0 {
position: relative;
right: 0;
left: auto
}
.large-push-1 {
position: relative;
left: 8.33333%;
right: auto
}
.large-pull-1 {
position: relative;
right: 8.33333%;
left: auto
}
.large-push-2 {
position: relative;
left: 16.66667%;
right: auto
}
.large-pull-2 {
position: relative;
right: 16.66667%;
left: auto
}
.large-push-3 {
position: relative;
left: 25%;
right: auto
}
.large-pull-3 {
position: relative;
right: 25%;
left: auto
}
.large-push-4 {
position: relative;
left: 33.33333%;
right: auto
}
.large-pull-4 {
position: relative;
right: 33.33333%;
left: auto
}
.large-push-5 {
position: relative;
left: 41.66667%;
right: auto
}
.large-pull-5 {
position: relative;
right: 41.66667%;
left: auto
}
.large-push-6 {
position: relative;
left: 50%;
right: auto
}
.large-pull-6 {
position: relative;
right: 50%;
left: auto
}
.large-push-7 {
position: relative;
left: 58.33333%;
right: auto
}
.large-pull-7 {
position: relative;
right: 58.33333%;
left: auto
}
.large-push-8 {
position: relative;
left: 66.66667%;
right: auto
}
.large-pull-8 {
position: relative;
right: 66.66667%;
left: auto
}
.large-push-9 {
position: relative;
left: 75%;
right: auto
}
.large-pull-9 {
position: relative;
right: 75%;
left: auto
}
.large-push-10 {
position: relative;
left: 83.33333%;
right: auto
}
.large-pull-10 {
position: relative;
right: 83.33333%;
left: auto
}
.large-push-11 {
position: relative;
left: 91.66667%;
right: auto
}
.large-pull-11 {
position: relative;
right: 91.66667%;
left: auto
}
.column,
.columns {
position: relative;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left
}
.large-1 {
width: 8.33333%
}
.large-2 {
width: 16.66667%
}
.large-3 {
width: 25%
}
.large-4 {
width: 33.33333%
}
.large-5 {
width: 41.66667%
}
.large-6 {
width: 50%
}
.large-7 {
width: 58.33333%
}
.large-8 {
width: 66.66667%
}
.large-9 {
width: 75%
}
.large-10 {
width: 83.33333%
}
.large-11 {
width: 91.66667%
}
.large-12 {
width: 100%
}
.large-offset-0 {
margin-left: 0 !important
}
.large-offset-1 {
margin-left: 8.33333% !important
}
.large-offset-2 {
margin-left: 16.66667% !important
}
.large-offset-3 {
margin-left: 25% !important
}
.large-offset-4 {
margin-left: 33.33333% !important
}
.large-offset-5 {
margin-left: 41.66667% !important
}
.large-offset-6 {
margin-left: 50% !important
}
.large-offset-7 {
margin-left: 58.33333% !important
}
.large-offset-8 {
margin-left: 66.66667% !important
}
.large-offset-9 {
margin-left: 75% !important
}
.large-offset-10 {
margin-left: 83.33333% !important
}
.large-offset-11 {
margin-left: 91.66667% !important
}
.large-reset-order {
float: left;
left: auto;
margin-left: 0;
margin-right: 0;
right: auto
}
.column.large-centered,
.columns.large-centered {
margin-left: auto;
margin-right: auto;
float: none
}
.column.large-uncentered,
.columns.large-uncentered {
float: left;
margin-left: 0;
margin-right: 0
}
.column.large-centered:last-child,
.columns.large-centered:last-child {
float: none
}
.column.large-uncentered:last-child,
.columns.large-uncentered:last-child {
float: left
}
.column.large-uncentered.opposite,
.columns.large-uncentered.opposite {
float: right
}
.row.large-collapse>.column,
.row.large-collapse>.columns {
padding-left: 0;
padding-right: 0
}
.row.large-collapse .row {
margin-left: 0;
margin-right: 0
}
.row.large-uncollapse>.column,
.row.large-uncollapse>.columns {
padding-left: 0.9375rem;
padding-right: 0.9375rem;
float: left
}
.push-0 {
position: relative;
left: 0;
right: auto
}
.pull-0 {
position: relative;
right: 0;
left: auto
}
.push-1 {
position: relative;
left: 8.33333%;
right: auto
}
.pull-1 {
position: relative;
right: 8.33333%;
left: auto
}
.push-2 {
position: relative;
left: 16.66667%;
right: auto
}
.pull-2 {
position: relative;
right: 16.66667%;
left: auto
}
.push-3 {
position: relative;
left: 25%;
right: auto
}
.pull-3 {
position: relative;
right: 25%;
left: auto
}
.push-4 {
position: relative;
left: 33.33333%;
right: auto
}
.pull-4 {
position: relative;
right: 33.33333%;
left: auto
}
.push-5 {
position: relative;
left: 41.66667%;
right: auto
}
.pull-5 {
position: relative;
right: 41.66667%;
left: auto
}
.push-6 {
position: relative;
left: 50%;
right: auto
}
.pull-6 {
position: relative;
right: 50%;
left: auto
}
.push-7 {
position: relative;
left: 58.33333%;
right: auto
}
.pull-7 {
position: relative;
right: 58.33333%;
left: auto
}
.push-8 {
position: relative;
left: 66.66667%;
right: auto
}
.pull-8 {
position: relative;
right: 66.66667%;
left: auto
}
.push-9 {
position: relative;
left: 75%;
right: auto
}
.pull-9 {
position: relative;
right: 75%;
left: auto
}
.push-10 {
position: relative;
left: 83.33333%;
right: auto
}
.pull-10 {
position: relative;
right: 83.33333%;
left: auto
}
.push-11 {
position: relative;
left: 91.66667%;
right: auto
}
.pull-11 {
position: relative;
right: 91.66667%;
left: auto
}
}
.accordion {
margin-bottom: 0;
margin-left: 0
}
.accordion:before,
.accordion:after {
content: " ";
display: table
}
.accordion:after {
clear: both
}
.accordion .accordion-navigation,
.accordion dd {
display: block;
margin-bottom: 0 !important
}
.accordion .accordion-navigation.active>a,
.accordion dd.active>a {
background: #e8e8e8;
color: #222
}
.accordion .accordion-navigation>a,
.accordion dd>a {
background: #EFEFEF;
color: #222;
display: block;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-size: 1rem;
padding: 1rem
}
.accordion .accordion-navigation>a:hover,
.accordion dd>a:hover {
background: #e3e3e3
}
.accordion .accordion-navigation>.content,
.accordion dd>.content {
display: none;
padding: 0.9375rem
}
.accordion .accordion-navigation>.content.active,
.accordion dd>.content.active {
background: #fff;
display: block
}
.alert-box {
border-style: solid;
border-width: 1px;
display: block;
font-size: 0.8125rem;
font-weight: normal;
margin-bottom: 1.25rem;
padding: 0.875rem 1.5rem 0.875rem 0.875rem;
position: relative;
transition: opacity 300ms ease-out;
background-color: #106EAA;
border-color: #0e5f92;
color: #fff
}
.alert-box .close {
right: 0.25rem;
background: inherit;
color: #333;
font-size: 1.375rem;
line-height: .9;
margin-top: -0.6875rem;
opacity: 0.3;
padding: 0 6px 4px;
position: absolute;
top: 50%
}
.alert-box .close:hover,
.alert-box .close:focus {
opacity: 0.5
}
.alert-box.radius {
border-radius: 3px
}
.alert-box.round {
border-radius: 1000px
}
.alert-box.success {
background-color: #A5CA52;
border-color: #93bb39;
color: #fff
}
.alert-box.alert {
background-color: #f04124;
border-color: #de2d0f;
color: #fff
}
.alert-box.secondary {
background-color: #c00;
border-color: #af0000;
color: #fff
}
.alert-box.warning {
background-color: #f08a24;
border-color: #de770f;
color: #fff
}
.alert-box.info {
background-color: #a0d3e8;
border-color: #74bfdd;
color: #450000
}
.alert-box.alert-close {
opacity: 0
}
[class*="block-grid-"] {
display: block;
padding: 0;
margin: 0 -0.625rem
}
[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
content: " ";
display: table
}
[class*="block-grid-"]:after {
clear: both
}
[class*="block-grid-"]>li {
display: block;
float: left;
height: auto;
padding: 0 0.625rem 1.25rem
}
@media only screen {
.small-block-grid-1>li {
list-style: none;
width: 100%
}
.small-block-grid-1>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-1>li:nth-of-type(1n+1) {
clear: both
}
.small-block-grid-2>li {
list-style: none;
width: 50%
}
.small-block-grid-2>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-2>li:nth-of-type(2n+1) {
clear: both
}
.small-block-grid-3>li {
list-style: none;
width: 33.33333%
}
.small-block-grid-3>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-3>li:nth-of-type(3n+1) {
clear: both
}
.small-block-grid-4>li {
list-style: none;
width: 25%
}
.small-block-grid-4>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-4>li:nth-of-type(4n+1) {
clear: both
}
.small-block-grid-5>li {
list-style: none;
width: 20%
}
.small-block-grid-5>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-5>li:nth-of-type(5n+1) {
clear: both
}
.small-block-grid-6>li {
list-style: none;
width: 16.66667%
}
.small-block-grid-6>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-6>li:nth-of-type(6n+1) {
clear: both
}
.small-block-grid-7>li {
list-style: none;
width: 14.28571%
}
.small-block-grid-7>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-7>li:nth-of-type(7n+1) {
clear: both
}
.small-block-grid-8>li {
list-style: none;
width: 12.5%
}
.small-block-grid-8>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-8>li:nth-of-type(8n+1) {
clear: both
}
.small-block-grid-9>li {
list-style: none;
width: 11.11111%
}
.small-block-grid-9>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-9>li:nth-of-type(9n+1) {
clear: both
}
.small-block-grid-10>li {
list-style: none;
width: 10%
}
.small-block-grid-10>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-10>li:nth-of-type(10n+1) {
clear: both
}
.small-block-grid-11>li {
list-style: none;
width: 9.09091%
}
.small-block-grid-11>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-11>li:nth-of-type(11n+1) {
clear: both
}
.small-block-grid-12>li {
list-style: none;
width: 8.33333%
}
.small-block-grid-12>li:nth-of-type(1n) {
clear: none
}
.small-block-grid-12>li:nth-of-type(12n+1) {
clear: both
}
}
@media only screen and (min-width: 40.0625em) {
.medium-block-grid-1>li {
list-style: none;
width: 100%
}
.medium-block-grid-1>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-1>li:nth-of-type(1n+1) {
clear: both
}
.medium-block-grid-2>li {
list-style: none;
width: 50%
}
.medium-block-grid-2>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-2>li:nth-of-type(2n+1) {
clear: both
}
.medium-block-grid-3>li {
list-style: none;
width: 33.33333%
}
.medium-block-grid-3>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-3>li:nth-of-type(3n+1) {
clear: both
}
.medium-block-grid-4>li {
list-style: none;
width: 25%
}
.medium-block-grid-4>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-4>li:nth-of-type(4n+1) {
clear: both
}
.medium-block-grid-5>li {
list-style: none;
width: 20%
}
.medium-block-grid-5>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-5>li:nth-of-type(5n+1) {
clear: both
}
.medium-block-grid-6>li {
list-style: none;
width: 16.66667%
}
.medium-block-grid-6>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-6>li:nth-of-type(6n+1) {
clear: both
}
.medium-block-grid-7>li {
list-style: none;
width: 14.28571%
}
.medium-block-grid-7>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-7>li:nth-of-type(7n+1) {
clear: both
}
.medium-block-grid-8>li {
list-style: none;
width: 12.5%
}
.medium-block-grid-8>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-8>li:nth-of-type(8n+1) {
clear: both
}
.medium-block-grid-9>li {
list-style: none;
width: 11.11111%
}
.medium-block-grid-9>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-9>li:nth-of-type(9n+1) {
clear: both
}
.medium-block-grid-10>li {
list-style: none;
width: 10%
}
.medium-block-grid-10>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-10>li:nth-of-type(10n+1) {
clear: both
}
.medium-block-grid-11>li {
list-style: none;
width: 9.09091%
}
.medium-block-grid-11>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-11>li:nth-of-type(11n+1) {
clear: both
}
.medium-block-grid-12>li {
list-style: none;
width: 8.33333%
}
.medium-block-grid-12>li:nth-of-type(1n) {
clear: none
}
.medium-block-grid-12>li:nth-of-type(12n+1) {
clear: both
}
}
@media only screen and (min-width: 64.0625em) {
.large-block-grid-1>li {
list-style: none;
width: 100%
}
.large-block-grid-1>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-1>li:nth-of-type(1n+1) {
clear: both
}
.large-block-grid-2>li {
list-style: none;
width: 50%
}
.large-block-grid-2>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-2>li:nth-of-type(2n+1) {
clear: both
}
.large-block-grid-3>li {
list-style: none;
width: 33.33333%
}
.large-block-grid-3>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-3>li:nth-of-type(3n+1) {
clear: both
}
.large-block-grid-4>li {
list-style: none;
width: 25%
}
.large-block-grid-4>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-4>li:nth-of-type(4n+1) {
clear: both
}
.large-block-grid-5>li {
list-style: none;
width: 20%
}
.large-block-grid-5>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-5>li:nth-of-type(5n+1) {
clear: both
}
.large-block-grid-6>li {
list-style: none;
width: 16.66667%
}
.large-block-grid-6>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-6>li:nth-of-type(6n+1) {
clear: both
}
.large-block-grid-7>li {
list-style: none;
width: 14.28571%
}
.large-block-grid-7>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-7>li:nth-of-type(7n+1) {
clear: both
}
.large-block-grid-8>li {
list-style: none;
width: 12.5%
}
.large-block-grid-8>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-8>li:nth-of-type(8n+1) {
clear: both
}
.large-block-grid-9>li {
list-style: none;
width: 11.11111%
}
.large-block-grid-9>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-9>li:nth-of-type(9n+1) {
clear: both
}
.large-block-grid-10>li {
list-style: none;
width: 10%
}
.large-block-grid-10>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-10>li:nth-of-type(10n+1) {
clear: both
}
.large-block-grid-11>li {
list-style: none;
width: 9.09091%
}
.large-block-grid-11>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-11>li:nth-of-type(11n+1) {
clear: both
}
.large-block-grid-12>li {
list-style: none;
width: 8.33333%
}
.large-block-grid-12>li:nth-of-type(1n) {
clear: none
}
.large-block-grid-12>li:nth-of-type(12n+1) {
clear: both
}
}
.breadcrumbs {
border-style: solid;
border-width: 1px;
display: block;
list-style: none;
margin-left: 0;
overflow: hidden;
padding: 0.5625rem 0.875rem 0.5625rem;
background-color: #ff7575;
border-color: #ff5050;
border-radius: 3px
}
.breadcrumbs>* {
color: #106EAA;
float: left;
font-size: 0.6875rem;
line-height: 0.6875rem;
margin: 0;
text-transform: uppercase
}
.breadcrumbs>*:hover a,
.breadcrumbs>*:focus a {
text-decoration: underline
}
.breadcrumbs>* a {
color: #106EAA
}
.breadcrumbs>*.current {
color: #333;
cursor: default
}
.breadcrumbs>*.current a {
color: #333;
cursor: default
}
.breadcrumbs>*.current:hover,
.breadcrumbs>*.current:hover a,
.breadcrumbs>*.current:focus,
.breadcrumbs>*.current:focus a {
text-decoration: none
}
.breadcrumbs>*.unavailable {
color: #999
}
.breadcrumbs>*.unavailable a {
color: #999
}
.breadcrumbs>*.unavailable:hover,
.breadcrumbs>*.unavailable:hover a,
.breadcrumbs>*.unavailable:focus,
.breadcrumbs>*.unavailable a:focus {
color: #999;
cursor: not-allowed;
text-decoration: none
}
.breadcrumbs>*:before {
color: #aaa;
content: "/";
margin: 0 0.75rem;
position: relative;
top: 1px
}
.breadcrumbs>*:first-child:before {
content: " ";
margin: 0
}
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
content: "/"
}
button,
.button {
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-align: center;
text-decoration: none;
display: inline-block;
padding: 1rem 2rem 1.0625rem 2rem;
font-size: 1rem;
background-color: #106EAA;
border-color: #1381c8;
color: #fff;
transition: background-color 300ms ease-out
}
button:hover,
button:focus,
.button:hover,
.button:focus {
background-color: #10155e;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
color: #fff
}
button.secondary,
.button.secondary {
background-color: #c00;
border-color: #eb0000;
color: #fff
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
background-color: #eb0000
}
button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
color: #fff
}
button.success,
.button.success {
background-color: #A5CA52;
border-color: #aecf63;
color: #fff
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
background-color: #aecf63
}
button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
color: #fff
}
button.alert,
.button.alert {
background-color: #f04124;
border-color: #f1543a;
color: #fff
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
background-color: #f1543a
}
button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
color: #fff
}
button.warning,
.button.warning {
background-color: #f08a24;
border-color: #f1963a;
color: #fff
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
background-color: #f1963a
}
button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
color: #fff
}
button.info,
.button.info {
background-color: #a0d3e8;
border-color: #a9d7ea;
color: #333
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
background-color: #a9d7ea
}
button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
color: #333
}
button.large,
.button.large {
padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
font-size: 1.25rem
}
button.small,
.button.small {
padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
font-size: 0.8125rem
}
button.tiny,
.button.tiny {
padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
font-size: 0.6875rem
}
button.expand,
.button.expand {
padding: 1rem 2rem 1.0625rem 2rem;
font-size: 1rem;
padding-bottom: 1.0625rem;
padding-top: 1rem;
padding-left: 1rem;
padding-right: 1rem;
width: 100%
}
button.left-align,
.button.left-align {
text-align: left;
text-indent: 0.75rem
}
button.right-align,
.button.right-align {
text-align: right;
padding-right: 0.75rem
}
button.radius,
.button.radius {
border-radius: 3px
}
button.round,
.button.round {
border-radius: 1000px
}
button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
background-color: #106EAA;
border-color: #1381c8;
color: #fff;
box-shadow: none;
cursor: default;
opacity: 0.7
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
background-color: #1381c8
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
color: #fff
}
button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
background-color: #106EAA
}
button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
background-color: #c00;
border-color: #eb0000;
color: #fff;
box-shadow: none;
cursor: default;
opacity: 0.7
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
background-color: #eb0000
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
color: #fff
}
button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
background-color: #c00
}
button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
background-color: #A5CA52;
border-color: #aecf63;
color: #fff;
box-shadow: none;
cursor: default;
opacity: 0.7
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
background-color: #aecf63
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
color: #fff
}
button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
background-color: #A5CA52
}
button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
background-color: #f04124;
border-color: #f1543a;
color: #fff;
box-shadow: none;
cursor: default;
opacity: 0.7
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
background-color: #f1543a
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
color: #fff
}
button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
background-color: #f04124
}
button.disabled.warning,
button[disabled].warning,
.button.disabled.warning,
.button[disabled].warning {
background-color: #f08a24;
border-color: #f1963a;
color: #fff;
box-shadow: none;
cursor: default;
opacity: 0.7
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
background-color: #f1963a
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
color: #fff
}
button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
background-color: #f08a24
}
button.disabled.info,
button[disabled].info,
.button.disabled.info,
.button[disabled].info {
background-color: #a0d3e8;
border-color: #a9d7ea;
color: #333;
box-shadow: none;
cursor: default;
opacity: 0.7
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
background-color: #a9d7ea
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
color: #333
}
button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
background-color: #a0d3e8
}
button::-moz-focus-inner {
border: 0;
padding: 0
}
@media only screen and (min-width: 40.0625em) {
button,
.button {
display: inline-block
}
}
.button-group {
list-style: none;
margin: 0;
left: 0
}
.button-group:before,
.button-group:after {
content: " ";
display: table
}
.button-group:after {
clear: both
}
.button-group.even-2 li {
display: inline-block;
margin: 0 -2px;
width: 50%
}
.button-group.even-2 li>button,
.button-group.even-2 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-2 li:first-child button,
.button-group.even-2 li:first-child .button {
border-left: 0
}
.button-group.even-2 li button,
.button-group.even-2 li .button {
width: 100%
}
.button-group.even-3 li {
display: inline-block;
margin: 0 -2px;
width: 33.33333%
}
.button-group.even-3 li>button,
.button-group.even-3 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-3 li:first-child button,
.button-group.even-3 li:first-child .button {
border-left: 0
}
.button-group.even-3 li button,
.button-group.even-3 li .button {
width: 100%
}
.button-group.even-4 li {
display: inline-block;
margin: 0 -2px;
width: 25%
}
.button-group.even-4 li>button,
.button-group.even-4 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-4 li:first-child button,
.button-group.even-4 li:first-child .button {
border-left: 0
}
.button-group.even-4 li button,
.button-group.even-4 li .button {
width: 100%
}
.button-group.even-5 li {
display: inline-block;
margin: 0 -2px;
width: 20%
}
.button-group.even-5 li>button,
.button-group.even-5 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-5 li:first-child button,
.button-group.even-5 li:first-child .button {
border-left: 0
}
.button-group.even-5 li button,
.button-group.even-5 li .button {
width: 100%
}
.button-group.even-6 li {
display: inline-block;
margin: 0 -2px;
width: 16.66667%
}
.button-group.even-6 li>button,
.button-group.even-6 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-6 li:first-child button,
.button-group.even-6 li:first-child .button {
border-left: 0
}
.button-group.even-6 li button,
.button-group.even-6 li .button {
width: 100%
}
.button-group.even-7 li {
display: inline-block;
margin: 0 -2px;
width: 14.28571%
}
.button-group.even-7 li>button,
.button-group.even-7 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-7 li:first-child button,
.button-group.even-7 li:first-child .button {
border-left: 0
}
.button-group.even-7 li button,
.button-group.even-7 li .button {
width: 100%
}
.button-group.even-8 li {
display: inline-block;
margin: 0 -2px;
width: 12.5%
}
.button-group.even-8 li>button,
.button-group.even-8 li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.even-8 li:first-child button,
.button-group.even-8 li:first-child .button {
border-left: 0
}
.button-group.even-8 li button,
.button-group.even-8 li .button {
width: 100%
}
.button-group>li {
display: inline-block;
margin: 0 -2px
}
.button-group>li>button,
.button-group>li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group>li:first-child button,
.button-group>li:first-child .button {
border-left: 0
}
.button-group.stack>li {
display: block;
margin: 0;
float: none
}
.button-group.stack>li>button,
.button-group.stack>li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.stack>li:first-child button,
.button-group.stack>li:first-child .button {
border-left: 0
}
.button-group.stack>li>button,
.button-group.stack>li .button {
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
border-top: 1px solid;
display: block;
margin: 0
}
.button-group.stack>li>button {
width: 100%
}
.button-group.stack>li:first-child button,
.button-group.stack>li:first-child .button {
border-top: 0
}
.button-group.stack-for-small>li {
display: inline-block;
margin: 0 -2px
}
.button-group.stack-for-small>li>button,
.button-group.stack-for-small>li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.stack-for-small>li:first-child button,
.button-group.stack-for-small>li:first-child .button {
border-left: 0
}
@media only screen and (max-width: 40em) {
.button-group.stack-for-small>li {
display: block;
margin: 0;
width: 100%
}
.button-group.stack-for-small>li>button,
.button-group.stack-for-small>li .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.stack-for-small>li:first-child button,
.button-group.stack-for-small>li:first-child .button {
border-left: 0
}
.button-group.stack-for-small>li>button,
.button-group.stack-for-small>li .button {
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
border-top: 1px solid;
display: block;
margin: 0
}
.button-group.stack-for-small>li>button {
width: 100%
}
.button-group.stack-for-small>li:first-child button,
.button-group.stack-for-small>li:first-child .button {
border-top: 0
}
}
.button-group.radius>* {
display: inline-block;
margin: 0 -2px
}
.button-group.radius>*>button,
.button-group.radius>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.radius>*:first-child button,
.button-group.radius>*:first-child .button {
border-left: 0
}
.button-group.radius>*,
.button-group.radius>*>a,
.button-group.radius>*>button,
.button-group.radius>*>.button {
border-radius: 0
}
.button-group.radius>*:first-child,
.button-group.radius>*:first-child>a,
.button-group.radius>*:first-child>button,
.button-group.radius>*:first-child>.button {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px
}
.button-group.radius>*:last-child,
.button-group.radius>*:last-child>a,
.button-group.radius>*:last-child>button,
.button-group.radius>*:last-child>.button {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
.button-group.radius.stack>* {
display: block;
margin: 0
}
.button-group.radius.stack>*>button,
.button-group.radius.stack>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.radius.stack>*:first-child button,
.button-group.radius.stack>*:first-child .button {
border-left: 0
}
.button-group.radius.stack>*>button,
.button-group.radius.stack>* .button {
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
border-top: 1px solid;
display: block;
margin: 0
}
.button-group.radius.stack>*>button {
width: 100%
}
.button-group.radius.stack>*:first-child button,
.button-group.radius.stack>*:first-child .button {
border-top: 0
}
.button-group.radius.stack>*,
.button-group.radius.stack>*>a,
.button-group.radius.stack>*>button,
.button-group.radius.stack>*>.button {
border-radius: 0
}
.button-group.radius.stack>*:first-child,
.button-group.radius.stack>*:first-child>a,
.button-group.radius.stack>*:first-child>button,
.button-group.radius.stack>*:first-child>.button {
-webkit-top-left-radius: 3px;
-webkit-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px
}
.button-group.radius.stack>*:last-child,
.button-group.radius.stack>*:last-child>a,
.button-group.radius.stack>*:last-child>button,
.button-group.radius.stack>*:last-child>.button {
-webkit-bottom-left-radius: 3px;
-webkit-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px
}
@media only screen and (min-width: 40.0625em) {
.button-group.radius.stack-for-small>* {
display: inline-block;
margin: 0 -2px
}
.button-group.radius.stack-for-small>*>button,
.button-group.radius.stack-for-small>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.radius.stack-for-small>*:first-child button,
.button-group.radius.stack-for-small>*:first-child .button {
border-left: 0
}
.button-group.radius.stack-for-small>*,
.button-group.radius.stack-for-small>*>a,
.button-group.radius.stack-for-small>*>button,
.button-group.radius.stack-for-small>*>.button {
border-radius: 0
}
.button-group.radius.stack-for-small>*:first-child,
.button-group.radius.stack-for-small>*:first-child>a,
.button-group.radius.stack-for-small>*:first-child>button,
.button-group.radius.stack-for-small>*:first-child>.button {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px
}
.button-group.radius.stack-for-small>*:last-child,
.button-group.radius.stack-for-small>*:last-child>a,
.button-group.radius.stack-for-small>*:last-child>button,
.button-group.radius.stack-for-small>*:last-child>.button {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
}
@media only screen and (max-width: 40em) {
.button-group.radius.stack-for-small>* {
display: block;
margin: 0
}
.button-group.radius.stack-for-small>*>button,
.button-group.radius.stack-for-small>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.radius.stack-for-small>*:first-child button,
.button-group.radius.stack-for-small>*:first-child .button {
border-left: 0
}
.button-group.radius.stack-for-small>*>button,
.button-group.radius.stack-for-small>* .button {
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
border-top: 1px solid;
display: block;
margin: 0
}
.button-group.radius.stack-for-small>*>button {
width: 100%
}
.button-group.radius.stack-for-small>*:first-child button,
.button-group.radius.stack-for-small>*:first-child .button {
border-top: 0
}
.button-group.radius.stack-for-small>*,
.button-group.radius.stack-for-small>*>a,
.button-group.radius.stack-for-small>*>button,
.button-group.radius.stack-for-small>*>.button {
border-radius: 0
}
.button-group.radius.stack-for-small>*:first-child,
.button-group.radius.stack-for-small>*:first-child>a,
.button-group.radius.stack-for-small>*:first-child>button,
.button-group.radius.stack-for-small>*:first-child>.button {
-webkit-top-left-radius: 3px;
-webkit-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px
}
.button-group.radius.stack-for-small>*:last-child,
.button-group.radius.stack-for-small>*:last-child>a,
.button-group.radius.stack-for-small>*:last-child>button,
.button-group.radius.stack-for-small>*:last-child>.button {
-webkit-bottom-left-radius: 3px;
-webkit-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px
}
}
.button-group.round>* {
display: inline-block;
margin: 0 -2px
}
.button-group.round>*>button,
.button-group.round>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.round>*:first-child button,
.button-group.round>*:first-child .button {
border-left: 0
}
.button-group.round>*,
.button-group.round>*>a,
.button-group.round>*>button,
.button-group.round>*>.button {
border-radius: 0
}
.button-group.round>*:first-child,
.button-group.round>*:first-child>a,
.button-group.round>*:first-child>button,
.button-group.round>*:first-child>.button {
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px
}
.button-group.round>*:last-child,
.button-group.round>*:last-child>a,
.button-group.round>*:last-child>button,
.button-group.round>*:last-child>.button {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px
}
.button-group.round.stack>* {
display: block;
margin: 0
}
.button-group.round.stack>*>button,
.button-group.round.stack>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.round.stack>*:first-child button,
.button-group.round.stack>*:first-child .button {
border-left: 0
}
.button-group.round.stack>*>button,
.button-group.round.stack>* .button {
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
border-top: 1px solid;
display: block;
margin: 0
}
.button-group.round.stack>*>button {
width: 100%
}
.button-group.round.stack>*:first-child button,
.button-group.round.stack>*:first-child .button {
border-top: 0
}
.button-group.round.stack>*,
.button-group.round.stack>*>a,
.button-group.round.stack>*>button,
.button-group.round.stack>*>.button {
border-radius: 0
}
.button-group.round.stack>*:first-child,
.button-group.round.stack>*:first-child>a,
.button-group.round.stack>*:first-child>button,
.button-group.round.stack>*:first-child>.button {
-webkit-top-left-radius: 1rem;
-webkit-top-right-radius: 1rem;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem
}
.button-group.round.stack>*:last-child,
.button-group.round.stack>*:last-child>a,
.button-group.round.stack>*:last-child>button,
.button-group.round.stack>*:last-child>.button {
-webkit-bottom-left-radius: 1rem;
-webkit-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem
}
@media only screen and (min-width: 40.0625em) {
.button-group.round.stack-for-small>* {
display: inline-block;
margin: 0 -2px
}
.button-group.round.stack-for-small>*>button,
.button-group.round.stack-for-small>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.round.stack-for-small>*:first-child button,
.button-group.round.stack-for-small>*:first-child .button {
border-left: 0
}
.button-group.round.stack-for-small>*,
.button-group.round.stack-for-small>*>a,
.button-group.round.stack-for-small>*>button,
.button-group.round.stack-for-small>*>.button {
border-radius: 0
}
.button-group.round.stack-for-small>*:first-child,
.button-group.round.stack-for-small>*:first-child>a,
.button-group.round.stack-for-small>*:first-child>button,
.button-group.round.stack-for-small>*:first-child>.button {
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px
}
.button-group.round.stack-for-small>*:last-child,
.button-group.round.stack-for-small>*:last-child>a,
.button-group.round.stack-for-small>*:last-child>button,
.button-group.round.stack-for-small>*:last-child>.button {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px
}
}
@media only screen and (max-width: 40em) {
.button-group.round.stack-for-small>* {
display: block;
margin: 0
}
.button-group.round.stack-for-small>*>button,
.button-group.round.stack-for-small>* .button {
border-left: 1px solid;
border-color: rgba(255, 255, 255, 0.5)
}
.button-group.round.stack-for-small>*:first-child button,
.button-group.round.stack-for-small>*:first-child .button {
border-left: 0
}
.button-group.round.stack-for-small>*>button,
.button-group.round.stack-for-small>* .button {
border-color: rgba(255, 255, 255, 0.5);
border-left-width: 0;
border-top: 1px solid;
display: block;
margin: 0
}
.button-group.round.stack-for-small>*>button {
width: 100%
}
.button-group.round.stack-for-small>*:first-child button,
.button-group.round.stack-for-small>*:first-child .button {
border-top: 0
}
.button-group.round.stack-for-small>*,
.button-group.round.stack-for-small>*>a,
.button-group.round.stack-for-small>*>button,
.button-group.round.stack-for-small>*>.button {
border-radius: 0
}
.button-group.round.stack-for-small>*:first-child,
.button-group.round.stack-for-small>*:first-child>a,
.button-group.round.stack-for-small>*:first-child>button,
.button-group.round.stack-for-small>*:first-child>.button {
-webkit-top-left-radius: 1rem;
-webkit-top-right-radius: 1rem;
border-top-left-radius: 1rem;
border-top-right-radius: 1rem
}
.button-group.round.stack-for-small>*:last-child,
.button-group.round.stack-for-small>*:last-child>a,
.button-group.round.stack-for-small>*:last-child>button,
.button-group.round.stack-for-small>*:last-child>.button {
-webkit-bottom-left-radius: 1rem;
-webkit-bottom-right-radius: 1rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem
}
}
.button-bar:before,
.button-bar:after {
content: " ";
display: table
}
.button-bar:after {
clear: both
}
.button-bar .button-group {
float: left;
margin-right: 0.625rem
}
.button-bar .button-group div {
overflow: hidden
}
.clearing-thumbs,
[data-clearing] {
list-style: none;
margin-left: 0;
margin-bottom: 0
}
.clearing-thumbs:before,
.clearing-thumbs:after,
[data-clearing]:before,
[data-clearing]:after {
content: " ";
display: table
}
.clearing-thumbs:after,
[data-clearing]:after {
clear: both
}
.clearing-thumbs li,
[data-clearing] li {
float: left;
margin-right: 10px
}
.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
margin-right: 0
}
.clearing-blackout {
background: #333;
height: 100%;
position: fixed;
top: 0;
width: 100%;
z-index: 998;
left: 0
}
.clearing-blackout .clearing-close {
display: block
}
.clearing-container {
height: 100%;
margin: 0;
overflow: hidden;
position: relative;
z-index: 998
}
.clearing-touch-label {
color: #aaa;
font-size: .6em;
left: 50%;
position: absolute;
top: 50%
}
.visible-img {
height: 95%;
position: relative
}
.visible-img img {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
max-height: 100%;
max-width: 100%
}
.clearing-caption {
background: #333;
bottom: 0;
color: #ccc;
font-size: 0.875em;
line-height: 1.3;
margin-bottom: 0;
padding: 10px 30px 20px;
position: absolute;
text-align: center;
width: 100%;
left: 0
}
.clearing-close {
color: #ccc;
display: none;
font-size: 30px;
line-height: 1;
padding-left: 20px;
padding-top: 10px;
z-index: 999
}
.clearing-close:hover,
.clearing-close:focus {
color: #ccc
}
.clearing-assembled .clearing-container {
height: 100%
}
.clearing-assembled .clearing-container .carousel>ul {
display: none
}
.clearing-feature li {
display: none
}
.clearing-feature li.clearing-featured-img {
display: block
}
@media only screen and (min-width: 40.0625em) {
.clearing-main-prev,
.clearing-main-next {
height: 100%;
position: absolute;
top: 0;
width: 40px
}
.clearing-main-prev>span,
.clearing-main-next>span {
border: solid 12px;
display: block;
height: 0;
position: absolute;
top: 50%;
width: 0
}
.clearing-main-prev>span:hover,
.clearing-main-next>span:hover {
opacity: .8
}
.clearing-main-prev {
left: 0
}
.clearing-main-prev>span {
left: 5px;
border-color: transparent;
border-right-color: #ccc
}
.clearing-main-next {
right: 0
}
.clearing-main-next>span {
border-color: transparent;
border-left-color: #ccc
}
.clearing-main-prev.disabled,
.clearing-main-next.disabled {
opacity: .3
}
.clearing-assembled .clearing-container .carousel {
background: rgba(51, 51, 51, 0.8);
height: 120px;
margin-top: 10px;
text-align: center
}
.clearing-assembled .clearing-container .carousel>ul {
display: inline-block;
z-index: 999;
height: 100%;
position: relative;
float: none
}
.clearing-assembled .clearing-container .carousel>ul li {
clear: none;
cursor: pointer;
display: block;
float: left;
margin-right: 0;
min-height: inherit;
opacity: .4;
overflow: hidden;
padding: 0;
position: relative;
width: 120px
}
.clearing-assembled .clearing-container .carousel>ul li.fix-height img {
height: 100%;
max-width: none
}
.clearing-assembled .clearing-container .carousel>ul li a.th {
border: none;
box-shadow: none;
display: block
}
.clearing-assembled .clearing-container .carousel>ul li img {
cursor: pointer !important;
width: 100% !important
}
.clearing-assembled .clearing-container .carousel>ul li.visible {
opacity: 1
}
.clearing-assembled .clearing-container .carousel>ul li:hover {
opacity: .8
}
.clearing-assembled .clearing-container .visible-img {
background: #333;
height: 85%;
overflow: hidden
}
.clearing-close {
padding-left: 0;
padding-top: 0;
position: absolute;
top: 10px;
right: 20px
}
}
.f-dropdown {
display: none;
left: -9999px;
list-style: none;
margin-left: 0;
position: absolute;
background: #fff;
border: solid 1px #ccc;
font-size: 0.875rem;
height: auto;
max-height: none;
width: 100%;
z-index: 89;
margin-top: 2px;
max-width: 200px
}
.f-dropdown.open {
display: block
}
.f-dropdown>*:first-child {
margin-top: 0
}
.f-dropdown>*:last-child {
margin-bottom: 0
}
.f-dropdown:before {
border: inset 6px;
content: "";
display: block;
height: 0;
width: 0;
border-color: transparent transparent #fff transparent;
border-bottom-style: solid;
position: absolute;
top: -12px;
left: 10px;
z-index: 89
}
.f-dropdown:after {
border: inset 7px;
content: "";
display: block;
height: 0;
width: 0;
border-color: transparent transparent #ccc transparent;
border-bottom-style: solid;
position: absolute;
top: -14px;
left: 9px;
z-index: 88
}
.f-dropdown.right:before {
left: auto;
right: 10px
}
.f-dropdown.right:after {
left: auto;
right: 9px
}
.f-dropdown.drop-right {
display: none;
left: -9999px;
list-style: none;
margin-left: 0;
position: absolute;
background: #fff;
border: solid 1px #ccc;
font-size: 0.875rem;
height: auto;
max-height: none;
width: 100%;
z-index: 89;
margin-top: 0;
margin-left: 2px;
max-width: 200px
}
.f-dropdown.drop-right.open {
display: block
}
.f-dropdown.drop-right>*:first-child {
margin-top: 0
}
.f-dropdown.drop-right>*:last-child {
margin-bottom: 0
}
.f-dropdown.drop-right:before {
border: inset 6px;
content: "";
display: block;
height: 0;
width: 0;
border-color: transparent #fff transparent transparent;
border-right-style: solid;
position: absolute;
top: 10px;
left: -12px;
z-index: 89
}
.f-dropdown.drop-right:after {
border: inset 7px;
content: "";
display: block;
height: 0;
width: 0;
border-color: transparent #ccc transparent transparent;
border-right-style: solid;
position: absolute;
top: 9px;
left: -14px;
z-index: 88
}
.f-dropdown.drop-left {
display: none;
left: -9999px;
list-style: none;
margin-left: 0;
position: absolute;
background: #fff;
border: solid 1px #ccc;
font-size: 0.875rem;
height: auto;
max-height: none;
width: 100%;
z-index: 89;
margin-top: 0;
margin-left: -2px;
max-width: 200px
}
.f-dropdown.drop-left.open {
display: block
}
.f-dropdown.drop-left>*:first-child {
margin-top: 0
}
.f-dropdown.drop-left>*:last-child {
margin-bottom: 0
}
.f-dropdown.drop-left:before {
border: inset 6px;
content: "";
display: block;
height: 0;
width: 0;
border-color: transparent transparent transparent #fff;
border-left-style: solid;
position: absolute;
top: 10px;
right: -12px;
left: auto;
z-index: 89
}
.f-dropdown.drop-left:after {
border: inset 7px;
content: "";
display: block;
height: 0;
width: 0;
border-color: transparent transparent transparent #ccc;
border-left-style: solid;
position: absolute;
top: 9px;
right: -14px;
left: auto;
z-index: 88
}
.f-dropdown.drop-top {
display: none;
left: -9999px;
list-style: none;
margin-left: 0;
position: absolute;
background: #fff;
border: solid 1px #ccc;
font-size: 0.875rem;
height: auto;
max-height: none;
width: 100%;
z-index: 89;
margin-left: 0;
margin-top: -2px;
max-width: 200px
}
.f-dropdown.drop-top.open {
display: block
}
.f-dropdown.drop-top>*:first-child {
margin-top: 0
}
.f-dropdown.drop-top>*:last-child {
margin-bottom: 0
}
.f-dropdown.drop-top:before {
border: inset 6px;
content: "";
display: block;
height: 0;
width: 0;
border-color: #fff transparent transparent transparent;
border-top-style: solid;
bottom: -12px;
position: absolute;
top: auto;
left: 10px;
right: auto;
z-index: 89
}
.f-dropdown.drop-top:after {
border: inset 7px;
content: "";
display: block;
height: 0;
width: 0;
border-color: #ccc transparent transparent transparent;
border-top-style: solid;
bottom: -14px;
position: absolute;
top: auto;
left: 9px;
right: auto;
z-index: 88
}
.f-dropdown li {
cursor: pointer;
font-size: 0.875rem;
line-height: 1.125rem;
margin: 0
}
.f-dropdown li:hover,
.f-dropdown li:focus {
background: #eee
}
.f-dropdown li a {
display: block;
padding: 0.5rem;
color: #555
}
.f-dropdown.content {
display: none;
left: -9999px;
list-style: none;
margin-left: 0;
position: absolute;
background: #fff;
border: solid 1px #ccc;
font-size: 0.875rem;
height: auto;
max-height: none;
padding: 1.25rem;
width: 100%;
z-index: 89;
max-width: 200px
}
.f-dropdown.content.open {
display: block
}
.f-dropdown.content>*:first-child {
margin-top: 0
}
.f-dropdown.content>*:last-child {
margin-bottom: 0
}
.f-dropdown.radius {
border-radius: 3px
}
.f-dropdown.tiny {
max-width: 200px
}
.f-dropdown.small {
max-width: 300px
}
.f-dropdown.medium {
max-width: 500px
}
.f-dropdown.large {
max-width: 800px
}
.f-dropdown.mega {
width: 100% !important;
max-width: 100% !important
}
.f-dropdown.mega.open {
left: 0 !important
}
.dropdown.button,
button.dropdown {
position: relative;
padding-right: 3.5625rem
}
.dropdown.button::after,
button.dropdown::after {
border-color: #fff transparent transparent transparent;
border-style: solid;
content: "";
display: block;
height: 0;
position: absolute;
top: 50%;
width: 0
}
.dropdown.button::after,
button.dropdown::after {
border-width: 0.375rem;
right: 1.40625rem;
margin-top: -0.15625rem
}
.dropdown.button::after,
button.dropdown::after {
border-color: #fff transparent transparent transparent
}
.dropdown.button.tiny,
button.dropdown.tiny {
padding-right: 2.625rem
}
.dropdown.button.tiny:after,
button.dropdown.tiny:after {
border-width: 0.375rem;
right: 1.125rem;
margin-top: -0.125rem
}
.dropdown.button.tiny::after,
button.dropdown.tiny::after {
border-color: #fff transparent transparent transparent
}
.dropdown.button.small,
button.dropdown.small {
padding-right: 3.0625rem
}
.dropdown.button.small::after,
button.dropdown.small::after {
border-width: 0.4375rem;
right: 1.3125rem;
margin-top: -0.15625rem
}
.dropdown.button.small::after,
button.dropdown.small::after {
border-color: #fff transparent transparent transparent
}
.dropdown.button.large,
button.dropdown.large {
padding-right: 3.625rem
}
.dropdown.button.large::after,
button.dropdown.large::after {
border-width: 0.3125rem;
right: 1.71875rem;
margin-top: -0.15625rem
}
.dropdown.button.large::after,
button.dropdown.large::after {
border-color: #fff transparent transparent transparent
}
.dropdown.button.secondary:after,
button.dropdown.secondary:after {
border-color: #333 transparent transparent transparent
}
.flex-video {
height: 0;
margin-bottom: 1rem;
overflow: hidden;
padding-bottom: 67.5%;
padding-top: 1.5625rem;
position: relative
}
.flex-video.widescreen {
padding-bottom: 56.34%
}
.flex-video.vimeo {
padding-top: 0
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
height: 100%;
position: absolute;
top: 0;
width: 100%;
left: 0
}
form {
margin: 0 0 1rem
}
form .row .row {
margin: 0 -0.5rem
}
form .row .row .column,
form .row .row .columns {
padding: 0 0.5rem
}
form .row .row.collapse {
margin: 0
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
padding: 0
}
form .row .row.collapse input {
-webkit-border-bottom-right-radius: 0;
-webkit-border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-top-right-radius: 0
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
padding-left: 0.5rem
}
label {
color: #4d4d4d;
cursor: pointer;
display: block;
font-size: 0.875rem;
font-weight: normal;
line-height: 1.5;
margin-bottom: 0
}
label.right {
float: none !important;
text-align: right
}
label.inline {
margin: 0 0 1rem 0;
padding: 0.5625rem 0
}
label small {
text-transform: capitalize;
color: #676767
}
.prefix,
.postfix {
border-style: solid;
border-width: 1px;
display: block;
font-size: 0.875rem;
height: 2.3125rem;
line-height: 2.3125rem;
overflow: visible;
padding-bottom: 0;
padding-top: 0;
position: relative;
text-align: center;
width: 100%;
z-index: 2
}
.postfix.button {
border: none;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
padding-top: 0;
text-align: center
}
.prefix.button {
border: none;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
padding-top: 0;
text-align: center
}
.prefix.button.radius {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px
}
.postfix.button.radius {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
.prefix.button.round {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px
}
.postfix.button.round {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px
}
span.prefix,
label.prefix {
background: #f2f2f2;
border-right: none;
color: #333;
border-color: #ccc
}
span.postfix,
label.postfix {
background: #f2f2f2;
border-left: none;
color: #333;
border-color: #ccc
}
input:not([type]),
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
background-color: #fff;
border-style: solid;
border-width: 1px;
border-color: #ccc;
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
color: rgba(0, 0, 0, 0.75);
display: block;
font-family: inherit;
font-size: 0.875rem;
height: 2.3125rem;
margin: 0 0 1rem 0;
padding: 0.5rem;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: border-color 0.15s linear, background 0.15s linear;
-moz-transition: border-color 0.15s linear, background 0.15s linear;
-ms-transition: border-color 0.15s linear, background 0.15s linear;
-o-transition: border-color 0.15s linear, background 0.15s linear;
transition: border-color 0.15s linear, background 0.15s linear
}
input:not([type]):focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="color"]:focus,
textarea:focus {
background: #fafafa;
border-color: #999;
outline: none
}
input:not([type]):disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="email"]:disabled,
input[type="number"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="time"]:disabled,
input[type="url"]:disabled,
input[type="color"]:disabled,
textarea:disabled {
background-color: #ddd;
cursor: default
}
input:not([type])[disabled],
input:not([type])[readonly],
fieldset[disabled] input:not([type]),
input[type="text"][disabled],
input[type="text"][readonly],
fieldset[disabled] input[type="text"],
input[type="password"][disabled],
input[type="password"][readonly],
fieldset[disabled] input[type="password"],
input[type="date"][disabled],
input[type="date"][readonly],
fieldset[disabled] input[type="date"],
input[type="datetime"][disabled],
input[type="datetime"][readonly],
fieldset[disabled] input[type="datetime"],
input[type="datetime-local"][disabled],
input[type="datetime-local"][readonly],
fieldset[disabled] input[type="datetime-local"],
input[type="month"][disabled],
input[type="month"][readonly],
fieldset[disabled] input[type="month"],
input[type="week"][disabled],
input[type="week"][readonly],
fieldset[disabled] input[type="week"],
input[type="email"][disabled],
input[type="email"][readonly],
fieldset[disabled] input[type="email"],
input[type="number"][disabled],
input[type="number"][readonly],
fieldset[disabled] input[type="number"],
input[type="search"][disabled],
input[type="search"][readonly],
fieldset[disabled] input[type="search"],
input[type="tel"][disabled],
input[type="tel"][readonly],
fieldset[disabled] input[type="tel"],
input[type="time"][disabled],
input[type="time"][readonly],
fieldset[disabled] input[type="time"],
input[type="url"][disabled],
input[type="url"][readonly],
fieldset[disabled] input[type="url"],
input[type="color"][disabled],
input[type="color"][readonly],
fieldset[disabled] input[type="color"],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
background-color: #ddd;
cursor: default
}
input:not([type]).radius,
input[type="text"].radius,
input[type="password"].radius,
input[type="date"].radius,
input[type="datetime"].radius,
input[type="datetime-local"].radius,
input[type="month"].radius,
input[type="week"].radius,
input[type="email"].radius,
input[type="number"].radius,
input[type="search"].radius,
input[type="tel"].radius,
input[type="time"].radius,
input[type="url"].radius,
input[type="color"].radius,
textarea.radius {
border-radius: 3px
}
form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
form .row .prefix-radius.row.collapse .prefix {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
border-radius: 0;
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px
}
form .row .postfix-radius.row.collapse .postfix {
border-radius: 0;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px
}
form .row .prefix-round.row.collapse .prefix {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
border-radius: 0;
-webkit-border-bottom-left-radius: 1000px;
-webkit-border-top-left-radius: 1000px;
border-bottom-left-radius: 1000px;
border-top-left-radius: 1000px
}
form .row .postfix-round.row.collapse .postfix {
border-radius: 0;
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px
}
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0
}
textarea[rows] {
height: auto
}
textarea {
max-width: 100%
}
::-webkit-input-placeholder {
color: #666
}
:-moz-placeholder {
color: #666
}
::-moz-placeholder {
color: #666
}
:-ms-input-placeholder {
color: #666
}
select {
-webkit-appearance: none !important;
-moz-appearance: none !important;
background-color: #FAFAFA;
border-radius: 0;
background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
background-position: 100% center;
background-repeat: no-repeat;
border-style: solid;
border-width: 1px;
border-color: #ccc;
color: rgba(0, 0, 0, 0.75);
font-family: inherit;
font-size: 0.875rem;
line-height: normal;
padding: 0.5rem;
border-radius: 0;
height: 2.3125rem
}
select::-ms-expand {
display: none
}
select.radius {
border-radius: 3px
}
select:focus {
background-color: #f3f3f3;
border-color: #999
}
select:disabled {
background-color: #ddd;
cursor: default
}
select[multiple] {
height: auto
}
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
margin: 0 0 1rem 0
}
input[type="checkbox"]+label,
input[type="radio"]+label {
display: inline-block;
margin-left: 0.5rem;
margin-right: 1rem;
margin-bottom: 0;
vertical-align: baseline
}
input[type="file"] {
width: 100%
}
fieldset {
border: 1px solid #ddd;
margin: 1.125rem 0;
padding: 1.25rem
}
fieldset legend {
font-weight: bold;
margin: 0;
margin-left: -0.1875rem;
padding: 0 0.1875rem
}
[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
display: block;
font-size: 0.75rem;
font-style: italic;
font-weight: normal;
margin-bottom: 1rem;
margin-top: -1px;
padding: 0.375rem 0.5625rem 0.5625rem;
background: #f04124;
color: #fff
}
[data-abide] span.error,
[data-abide] small.error {
display: none
}
span.error,
small.error {
display: block;
font-size: 0.75rem;
font-style: italic;
font-weight: normal;
margin-bottom: 1rem;
margin-top: -1px;
padding: 0.375rem 0.5625rem 0.5625rem;
background: #f04124;
color: #fff
}
.error input,
.error textarea,
.error select {
margin-bottom: 0
}
.error input[type="checkbox"],
.error input[type="radio"] {
margin-bottom: 1rem
}
.error label,
.error label.error {
color: #f04124
}
.error small.error {
display: block;
font-size: 0.75rem;
font-style: italic;
font-weight: normal;
margin-bottom: 1rem;
margin-top: -1px;
padding: 0.375rem 0.5625rem 0.5625rem;
background: #f04124;
color: #fff
}
.error>label>small {
background: transparent;
color: #676767;
display: inline;
font-size: 60%;
font-style: normal;
margin: 0;
padding: 0;
text-transform: capitalize
}
.error span.error-message {
display: block
}
input.error,
textarea.error,
select.error {
margin-bottom: 0
}
label.error {
color: #f04124
}
.icon-bar {
display: inline-block;
font-size: 0;
width: 100%;
background: #333
}
.icon-bar>* {
display: block;
float: left;
font-size: 1rem;
margin: 0 auto;
padding: 1.25rem;
text-align: center;
width: 25%
}
.icon-bar>* i,
.icon-bar>* img {
display: block;
margin: 0 auto
}
.icon-bar>* i+label,
.icon-bar>* img+label {
margin-top: .0625rem
}
.icon-bar>* i {
font-size: 1.875rem;
vertical-align: middle
}
.icon-bar>* img {
height: 1.875rem;
width: 1.875rem
}
.icon-bar.label-right>* i,
.icon-bar.label-right>* img {
display: inline-block;
margin: 0 .0625rem 0 0
}
.icon-bar.label-right>* i+label,
.icon-bar.label-right>* img+label {
margin-top: 0
}
.icon-bar.label-right>* label {
display: inline-block
}
.icon-bar.vertical.label-right>* {
text-align: left
}
.icon-bar.vertical,
.icon-bar.small-vertical {
height: 100%;
width: auto
}
.icon-bar.vertical .item,
.icon-bar.small-vertical .item {
float: none;
margin: auto;
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.medium-vertical {
height: 100%;
width: auto
}
.icon-bar.medium-vertical .item {
float: none;
margin: auto;
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.large-vertical {
height: 100%;
width: auto
}
.icon-bar.large-vertical .item {
float: none;
margin: auto;
width: auto
}
}
.icon-bar>* {
font-size: 1rem;
padding: 1.25rem
}
.icon-bar>* i+label,
.icon-bar>* img+label {
margin-top: .0625rem;
font-size: 1rem
}
.icon-bar>* i {
font-size: 1.875rem
}
.icon-bar>* img {
height: 1.875rem;
width: 1.875rem
}
.icon-bar>* label {
color: #fff
}
.icon-bar>* i {
color: #fff
}
.icon-bar>a:hover {
background: #106EAA
}
.icon-bar>a:hover label {
color: #fff
}
.icon-bar>a:hover i {
color: #fff
}
.icon-bar>a.active {
background: #106EAA
}
.icon-bar>a.active label {
color: #fff
}
.icon-bar>a.active i {
color: #fff
}
.icon-bar .item.disabled {
cursor: not-allowed;
opacity: 0.7;
pointer-events: none
}
.icon-bar .item.disabled>* {
opacity: 0.7;
cursor: not-allowed
}
.icon-bar.two-up .item {
width: 50%
}
.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.two-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.two-up.large-vertical .item {
width: auto
}
}
.icon-bar.three-up .item {
width: 33.3333%
}
.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.three-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.three-up.large-vertical .item {
width: auto
}
}
.icon-bar.four-up .item {
width: 25%
}
.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.four-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.four-up.large-vertical .item {
width: auto
}
}
.icon-bar.five-up .item {
width: 20%
}
.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.five-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.five-up.large-vertical .item {
width: auto
}
}
.icon-bar.six-up .item {
width: 16.66667%
}
.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.six-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.six-up.large-vertical .item {
width: auto
}
}
.icon-bar.seven-up .item {
width: 14.28571%
}
.icon-bar.seven-up.vertical .item,
.icon-bar.seven-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.seven-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.seven-up.large-vertical .item {
width: auto
}
}
.icon-bar.eight-up .item {
width: 12.5%
}
.icon-bar.eight-up.vertical .item,
.icon-bar.eight-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.eight-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.eight-up.large-vertical .item {
width: auto
}
}
.icon-bar.two-up .item {
width: 50%
}
.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.two-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.two-up.large-vertical .item {
width: auto
}
}
.icon-bar.three-up .item {
width: 33.3333%
}
.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.three-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.three-up.large-vertical .item {
width: auto
}
}
.icon-bar.four-up .item {
width: 25%
}
.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.four-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.four-up.large-vertical .item {
width: auto
}
}
.icon-bar.five-up .item {
width: 20%
}
.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.five-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.five-up.large-vertical .item {
width: auto
}
}
.icon-bar.six-up .item {
width: 16.66667%
}
.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.six-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.six-up.large-vertical .item {
width: auto
}
}
.icon-bar.seven-up .item {
width: 14.28571%
}
.icon-bar.seven-up.vertical .item,
.icon-bar.seven-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.seven-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.seven-up.large-vertical .item {
width: auto
}
}
.icon-bar.eight-up .item {
width: 12.5%
}
.icon-bar.eight-up.vertical .item,
.icon-bar.eight-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.eight-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.eight-up.large-vertical .item {
width: auto
}
}
.inline-list {
list-style: none;
margin-top: 0;
margin-bottom: 1.0625rem;
margin-left: -1.375rem;
margin-right: 0;
overflow: hidden;
padding: 0
}
.inline-list>li {
display: block;
float: left;
list-style: none;
margin-left: 1.375rem
}
.inline-list>li>* {
display: block
}
.joyride-list {
display: none
}
.joyride-tip-guide {
background: #333;
color: #fff;
display: none;
font-family: inherit;
font-weight: normal;
position: absolute;
top: 0;
width: 95%;
z-index: 103;
left: 2.5%
}
.lt-ie9 .joyride-tip-guide {
margin-left: -400px;
max-width: 800px;
left: 50%
}
.joyride-content-wrapper {
padding: 1.125rem 1.25rem 1.5rem;
width: 100%
}
.joyride-content-wrapper .button {
margin-bottom: 0 !important
}
.joyride-content-wrapper .joyride-prev-tip {
margin-right: 10px
}
.joyride-tip-guide .joyride-nub {
border: 10px solid #333;
display: block;
height: 0;
position: absolute;
width: 0;
left: 22px
}
.joyride-tip-guide .joyride-nub.top {
border-color: #333;
border-top-color: transparent !important;
border-top-style: solid;
border-left-color: transparent !important;
border-right-color: transparent !important;
top: -20px
}
.joyride-tip-guide .joyride-nub.bottom {
border-color: #333 !important;
border-bottom-color: transparent !important;
border-bottom-style: solid;
border-left-color: transparent !important;
border-right-color: transparent !important;
bottom: -20px
}
.joyride-tip-guide .joyride-nub.right {
right: -20px
}
.joyride-tip-guide .joyride-nub.left {
left: -20px
}
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
color: #fff;
font-weight: bold;
line-height: 1.25;
margin: 0
}
.joyride-tip-guide p {
font-size: 0.875rem;
line-height: 1.3;
margin: 0 0 1.125rem 0
}
.joyride-timer-indicator-wrap {
border: solid 1px #555;
bottom: 1rem;
height: 3px;
position: absolute;
width: 50px;
right: 1.0625rem
}
.joyride-timer-indicator {
background: #666;
display: block;
height: inherit;
width: 0
}
.joyride-close-tip {
color: #777 !important;
font-size: 24px;
font-weight: normal;
line-height: .5 !important;
position: absolute;
text-decoration: none;
top: 10px;
right: 12px
}
.joyride-close-tip:hover,
.joyride-close-tip:focus {
color: #eee !important
}
.joyride-modal-bg {
background: rgba(0, 0, 0, 0.5);
cursor: pointer;
display: none;
height: 100%;
position: fixed;
top: 0;
width: 100%;
z-index: 100;
left: 0
}
.joyride-expose-wrapper {
background-color: #fff;
border-radius: 3px;
box-shadow: 0 0 15px #fff;
position: absolute;
z-index: 102
}
.joyride-expose-cover {
background: transparent;
border-radius: 3px;
left: 0;
position: absolute;
top: 0;
z-index: 9999
}
@media only screen {
.joyride-tip-guide {
width: 300px;
left: inherit
}
.joyride-tip-guide .joyride-nub.bottom {
border-color: #333 !important;
border-bottom-color: transparent !important;
border-left-color: transparent !important;
border-right-color: transparent !important;
bottom: -20px
}
.joyride-tip-guide .joyride-nub.right {
border-color: #333 !important;
border-right-color: transparent !important;
border-bottom-color: transparent !important;
border-top-color: transparent !important;
left: auto;
right: -20px;
top: 22px
}
.joyride-tip-guide .joyride-nub.left {
border-color: #333 !important;
border-bottom-color: transparent !important;
border-left-color: transparent !important;
border-top-color: transparent !important;
left: -20px;
right: auto;
top: 22px
}
}
.keystroke,
kbd {
background-color: #ededed;
border-color: #ddd;
color: #222;
border-style: solid;
border-width: 1px;
font-family: "Consolas", "Menlo", "Courier", monospace;
font-size: inherit;
margin: 0;
padding: 0.125rem 0.25rem 0;
border-radius: 3px
}
.label {
display: inline-block;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: normal;
line-height: 1;
margin-bottom: auto;
position: relative;
text-align: center;
text-decoration: none;
white-space: nowrap;
padding: 0.25rem 0.5rem 0.25rem;
font-size: 0.6875rem;
background-color: #106EAA;
color: #fff
}
.label.radius {
border-radius: 3px
}
.label.round {
border-radius: 1000px
}
.label.alert {
background-color: #f04124;
color: #fff
}
.label.warning {
background-color: #f08a24;
color: #fff
}
.label.success {
background-color: #A5CA52;
color: #fff
}
.label.secondary {
background-color: #c00;
color: #fff
}
.label.info {
background-color: #a0d3e8;
color: #333
}
[data-magellan-expedition],
[data-magellan-expedition-clone] {
background: #fff;
min-width: 100%;
padding: 10px;
z-index: 50
}
[data-magellan-expedition] .sub-nav,
[data-magellan-expedition-clone] .sub-nav {
margin-bottom: 0
}
[data-magellan-expedition] .sub-nav dd,
[data-magellan-expedition-clone] .sub-nav dd {
margin-bottom: 0
}
[data-magellan-expedition] .sub-nav a,
[data-magellan-expedition-clone] .sub-nav a {
line-height: 1.8em
}
@-webkit-keyframes rotate {
from {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg)
}
}
@keyframes rotate {
from {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg)
}
to {
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg)
}
}
.slideshow-wrapper {
position: relative
}
.slideshow-wrapper ul {
list-style-type: none;
margin: 0
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
display: none
}
.slideshow-wrapper ul li:first-child {
display: block
}
.slideshow-wrapper .orbit-container {
background-color: transparent
}
.slideshow-wrapper .orbit-container li {
display: block
}
.slideshow-wrapper .orbit-container li .orbit-caption {
display: block
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
display: inline-block
}
.slideshow-wrapper .preloader {
border-radius: 1000px;
animation-duration: 1.5s;
animation-iteration-count: infinite;
animation-name: rotate;
animation-timing-function: linear;
border-color: #555 #fff;
border: solid 3px;
display: block;
height: 40px;
left: 50%;
margin-left: -20px;
margin-top: -20px;
position: absolute;
top: 50%;
width: 40px
}
.orbit-container {
background: none;
overflow: hidden;
position: relative;
width: 100%
}
.orbit-container .orbit-slides-container {
list-style: none;
margin: 0;
padding: 0;
position: relative;
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0)
}
.orbit-container .orbit-slides-container img {
display: block;
max-width: 100%
}
.orbit-container .orbit-slides-container>* {
position: absolute;
top: 0;
width: 100%;
margin-left: 100%
}
.orbit-container .orbit-slides-container>*:first-child {
margin-left: 0
}
.orbit-container .orbit-slides-container>* .orbit-caption {
bottom: 0;
position: absolute;
background-color: rgba(51, 51, 51, 0.8);
color: #fff;
font-size: 0.875rem;
padding: 0.625rem 0.875rem;
width: 100%
}
.orbit-container .orbit-slide-number {
left: 10px;
background: transparent;
color: #fff;
font-size: 12px;
position: absolute;
top: 10px;
z-index: 10
}
.orbit-container .orbit-slide-number span {
font-weight: 700;
padding: 0.3125rem
}
.orbit-container .orbit-timer {
position: absolute;
top: 12px;
right: 10px;
height: 6px;
width: 100px;
z-index: 10
}
.orbit-container .orbit-timer .orbit-progress {
height: 3px;
background-color: rgba(255, 255, 255, 0.3);
display: block;
width: 0;
position: relative;
right: 20px;
top: 5px
}
.orbit-container .orbit-timer>span {
border: solid 4px #fff;
border-bottom: none;
border-top: none;
display: none;
height: 14px;
position: absolute;
top: 0;
width: 11px;
right: 0
}
.orbit-container .orbit-timer.paused>span {
top: 0;
width: 11px;
height: 14px;
border: inset 8px;
border-left-style: solid;
border-color: transparent;
border-left-color: #fff;
right: -4px
}
.orbit-container .orbit-timer.paused>span.dark {
border-left-color: #333
}
.orbit-container:hover .orbit-timer>span {
display: block
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
background-color: transparent;
color: white;
height: 60px;
line-height: 50px;
margin-top: -25px;
position: absolute;
text-indent: -9999px !important;
top: 45%;
width: 36px;
z-index: 10
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
background-color: rgba(0, 0, 0, 0.3)
}
.orbit-container .orbit-prev>span,
.orbit-container .orbit-next>span {
border: inset 10px;
display: block;
height: 0;
margin-top: -10px;
position: absolute;
top: 50%;
width: 0
}
.orbit-container .orbit-prev {
left: 0
}
.orbit-container .orbit-prev>span {
border-right-style: solid;
border-color: transparent;
border-right-color: #fff
}
.orbit-container .orbit-prev:hover>span {
border-right-color: #fff
}
.orbit-container .orbit-next {
right: 0
}
.orbit-container .orbit-next>span {
border-color: transparent;
border-left-style: solid;
border-left-color: #fff;
left: 50%;
margin-left: -4px
}
.orbit-container .orbit-next:hover>span {
border-left-color: #fff
}
.orbit-bullets-container {
text-align: center
}
.orbit-bullets {
display: block;
float: none;
margin: 0 auto 30px auto;
overflow: hidden;
position: relative;
text-align: center;
top: 10px
}
.orbit-bullets li {
background: #ccc;
cursor: pointer;
display: inline-block;
float: none;
height: 0.5625rem;
margin-right: 6px;
width: 0.5625rem;
border-radius: 1000px
}
.orbit-bullets li.active {
background: #999
}
.orbit-bullets li:last-child {
margin-right: 0
}
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
display: none
}
.touch .orbit-bullets {
display: none
}
@media only screen and (min-width: 40.0625em) {
.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
display: inherit
}
.touch .orbit-bullets {
display: block
}
}
@media only screen and (max-width: 40em) {
.orbit-stack-on-small .orbit-slides-container {
height: auto !important
}
.orbit-stack-on-small .orbit-slides-container>* {
margin: 0 !important;
opacity: 1 !important;
position: relative
}
.orbit-stack-on-small .orbit-slide-number {
display: none
}
.orbit-timer {
display: none
}
.orbit-next,
.orbit-prev {
display: none
}
.orbit-bullets {
display: none
}
}
ul.pagination {
display: block;
margin-left: -0.3125rem;
min-height: 1.5rem
}
ul.pagination li {
color: #222;
font-size: 0.875rem;
height: 1.5rem;
margin-left: 0.3125rem
}
ul.pagination li a,
ul.pagination li button {
border-radius: 3px;
transition: background-color 300ms ease-out;
background: none;
color: #999;
display: block;
font-size: 1em;
font-weight: normal;
line-height: inherit;
padding: 0.0625rem 0.625rem 0.0625rem
}
ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
background: #e6e6e6
}
ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
cursor: default;
color: #999;
pointer-events: none
}
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
background: transparent
}
ul.pagination li.current a,
ul.pagination li.current button {
background: #106EAA;
color: #fff;
cursor: default;
font-weight: bold
}
ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
background: #106EAA
}
ul.pagination li {
display: block;
float: left
}
.pagination-centered {
text-align: center
}
.pagination-centered ul.pagination li {
display: inline-block;
float: none
}
.panel {
border-style: solid;
border-width: 1px;
border-color: #d8d8d8;
margin-bottom: 1.25rem;
padding: 1.25rem;
background: #f2f2f2;
color: #333
}
.panel>:first-child {
margin-top: 0
}
.panel>:last-child {
margin-bottom: 0
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p,
.panel li,
.panel dl {
color: #333
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6 {
line-height: 1;
margin-bottom: 0.625rem
}
.panel h1.subheader,
.panel h2.subheader,
.panel h3.subheader,
.panel h4.subheader,
.panel h5.subheader,
.panel h6.subheader {
line-height: 1.4
}
.panel.callout {
border-style: solid;
border-width: 1px;
border-color: #d8d8d8;
margin-bottom: 1.25rem;
padding: 1.25rem;
background: #edf7fd;
color: #333
}
.panel.callout>:first-child {
margin-top: 0
}
.panel.callout>:last-child {
margin-bottom: 0
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p,
.panel.callout li,
.panel.callout dl {
color: #333
}
.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6 {
line-height: 1;
margin-bottom: 0.625rem
}
.panel.callout h1.subheader,
.panel.callout h2.subheader,
.panel.callout h3.subheader,
.panel.callout h4.subheader,
.panel.callout h5.subheader,
.panel.callout h6.subheader {
line-height: 1.4
}
.panel.callout a:not(.button) {
color: #106EAA
}
.panel.callout a:not(.button):hover,
.panel.callout a:not(.button):focus {
color: #0e5f92
}
.panel.radius {
border-radius: 3px
}
.pricing-table {
border: solid 1px #ddd;
margin-left: 0;
margin-bottom: 1.25rem
}
.pricing-table * {
list-style: none;
line-height: 1
}
.pricing-table .title {
background-color: #333;
color: #eee;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-size: 1rem;
font-weight: normal;
padding: 0.9375rem 1.25rem;
text-align: center
}
.pricing-table .price {
background-color: #F6F6F6;
color: #333;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-size: 2rem;
font-weight: normal;
padding: 0.9375rem 1.25rem;
text-align: center
}
.pricing-table .description {
background-color: #fff;
border-bottom: dotted 1px #ddd;
color: #777;
font-size: 0.75rem;
font-weight: normal;
line-height: 1.4;
padding: 0.9375rem;
text-align: center
}
.pricing-table .bullet-item {
background-color: #fff;
border-bottom: dotted 1px #ddd;
color: #333;
font-size: 0.875rem;
font-weight: normal;
padding: 0.9375rem;
text-align: center
}
.pricing-table .cta-button {
background-color: #fff;
padding: 1.25rem 1.25rem 0;
text-align: center
}
.progress {
background-color: #F6F6F6;
border: 1px solid #fff;
height: 1.5625rem;
margin-bottom: 0.625rem;
padding: 0.125rem
}
.progress .meter {
background: #106EAA;
display: block;
height: 100%;
float: left;
width: 0%
}
.progress .meter.secondary {
background: #c00;
display: block;
height: 100%;
float: left;
width: 0%
}
.progress .meter.success {
background: #A5CA52;
display: block;
height: 100%;
float: left;
width: 0%
}
.progress .meter.alert {
background: #f04124;
display: block;
height: 100%;
float: left;
width: 0%
}
.progress.secondary .meter {
background: #c00;
display: block;
height: 100%;
float: left;
width: 0%
}
.progress.success .meter {
background: #A5CA52;
display: block;
height: 100%;
float: left;
width: 0%
}
.progress.alert .meter {
background: #f04124;
display: block;
height: 100%;
float: left;
width: 0%
}
.progress.radius {
border-radius: 3px
}
.progress.radius .meter {
border-radius: 2px
}
.progress.round {
border-radius: 1000px
}
.progress.round .meter {
border-radius: 999px
}
.range-slider {
border: 1px solid #ddd;
margin: 1.25rem 0;
position: relative;
-ms-touch-action: none;
touch-action: none;
display: block;
height: 1rem;
width: 100%;
background: #FAFAFA
}
.range-slider.vertical-range {
border: 1px solid #ddd;
margin: 1.25rem 0;
position: relative;
-ms-touch-action: none;
touch-action: none;
display: inline-block;
height: 12.5rem;
width: 1rem
}
.range-slider.vertical-range .range-slider-handle {
bottom: -10.5rem;
margin-left: -0.5rem;
margin-top: 0;
position: absolute
}
.range-slider.vertical-range .range-slider-active-segment {
border-bottom-left-radius: inherit;
border-bottom-right-radius: inherit;
border-top-left-radius: initial;
bottom: 0;
height: auto;
width: 0.875rem
}
.range-slider.radius {
background: #FAFAFA;
border-radius: 3px
}
.range-slider.radius .range-slider-handle {
background: #106EAA;
border-radius: 3px
}
.range-slider.radius .range-slider-handle:hover {
background: #0e6196
}
.range-slider.round {
background: #FAFAFA;
border-radius: 1000px
}
.range-slider.round .range-slider-handle {
background: #106EAA;
border-radius: 1000px
}
.range-slider.round .range-slider-handle:hover {
background: #0e6196
}
.range-slider.disabled,
.range-slider[disabled] {
background: #FAFAFA;
cursor: not-allowed;
opacity: 0.7
}
.range-slider.disabled .range-slider-handle,
.range-slider[disabled] .range-slider-handle {
background: #106EAA;
cursor: default;
opacity: 0.7
}
.range-slider.disabled .range-slider-handle:hover,
.range-slider[disabled] .range-slider-handle:hover {
background: #0e6196
}
.range-slider-active-segment {
background: #ca0000;
border-bottom-left-radius: inherit;
border-top-left-radius: inherit;
display: inline-block;
height: 0.875rem;
position: absolute
}
.range-slider-handle {
border: 1px solid none;
cursor: pointer;
display: inline-block;
height: 1.375rem;
position: absolute;
top: -0.3125rem;
width: 2rem;
z-index: 1;
-ms-touch-action: manipulation;
touch-action: manipulation;
background: #106EAA
}
.range-slider-handle:hover {
background: #0e6196
}
.reveal-modal-bg {
background: #000;
background: rgba(0, 0, 0, 0.45);
bottom: 0;
display: none;
left: 0;
position: fixed;
right: 0;
top: 0;
z-index: 1004;
left: 0
}
.reveal-modal {
border-radius: 3px;
display: none;
position: absolute;
top: 0;
visibility: hidden;
width: 100%;
z-index: 1005;
left: 0;
background-color: #fff;
padding: 1.875rem;
border: solid 1px #666;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}
@media only screen and (max-width: 40em) {
.reveal-modal {
min-height: 100vh
}
}
.reveal-modal .column,
.reveal-modal .columns {
min-width: 0
}
.reveal-modal>:first-child {
margin-top: 0
}
.reveal-modal>:last-child {
margin-bottom: 0
}
@media only screen and (min-width: 40.0625em) {
.reveal-modal {
left: 0;
margin: 0 auto;
max-width: 85.71429em;
right: 0;
width: 80%
}
}
@media only screen and (min-width: 40.0625em) {
.reveal-modal {
top: 6.25rem
}
}
.reveal-modal.radius {
box-shadow: none;
border-radius: 3px
}
.reveal-modal.round {
box-shadow: none;
border-radius: 1000px
}
.reveal-modal.collapse {
padding: 0;
box-shadow: none
}
@media only screen and (min-width: 40.0625em) {
.reveal-modal.tiny {
left: 0;
margin: 0 auto;
max-width: 85.71429em;
right: 0;
width: 30%
}
}
@media only screen and (min-width: 40.0625em) {
.reveal-modal.small {
left: 0;
margin: 0 auto;
max-width: 85.71429em;
right: 0;
width: 40%
}
}
@media only screen and (min-width: 40.0625em) {
.reveal-modal.medium {
left: 0;
margin: 0 auto;
max-width: 85.71429em;
right: 0;
width: 60%
}
}
@media only screen and (min-width: 40.0625em) {
.reveal-modal.large {
left: 0;
margin: 0 auto;
max-width: 85.71429em;
right: 0;
width: 70%
}
}
@media only screen and (min-width: 40.0625em) {
.reveal-modal.xlarge {
left: 0;
margin: 0 auto;
max-width: 85.71429em;
right: 0;
width: 95%
}
}
.reveal-modal.full {
height: 100vh;
height: 100%;
left: 0;
margin-left: 0 !important;
max-width: none !important;
min-height: 100vh;
top: 0
}
@media only screen and (min-width: 40.0625em) {
.reveal-modal.full {
left: 0;
margin: 0 auto;
max-width: 85.71429em;
right: 0;
width: 100%
}
}
.reveal-modal.toback {
z-index: 1003
}
.reveal-modal .close-reveal-modal {
color: #aaa;
cursor: pointer;
font-size: 2.5rem;
font-weight: bold;
line-height: 1;
position: absolute;
top: 0.625rem;
right: 1.375rem
}
.side-nav {
display: block;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
list-style-position: outside;
list-style-type: none;
margin: 0;
padding: 0.875rem 0
}
.side-nav li {
font-size: 0.875rem;
font-weight: normal;
margin: 0 0 0.4375rem 0
}
.side-nav li a:not(.button) {
color: #106EAA;
display: block;
margin: 0;
padding: 0.4375rem 0.875rem
}
.side-nav li a:not(.button):hover,
.side-nav li a:not(.button):focus {
background: rgba(0, 0, 0, 0.025);
color: #30a2eb
}
.side-nav li a:not(.button):active {
color: #30a2eb
}
.side-nav li.active>a:first-child:not(.button) {
color: #30a2eb;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: normal
}
.side-nav li.divider {
border-top: 1px solid;
height: 0;
list-style: none;
padding: 0;
border-top-color: #e6e6e6
}
.side-nav li.heading {
color: #106EAA;
font-size: 0.875rem;
font-weight: bold;
text-transform: uppercase
}
.split.button {
position: relative;
padding-right: 5.0625rem
}
.split.button span {
display: block;
height: 100%;
position: absolute;
right: 0;
top: 0;
border-left: solid 1px
}
.split.button span:after {
position: absolute;
content: "";
width: 0;
height: 0;
display: block;
border-style: inset;
top: 50%;
left: 50%
}
.split.button span:active {
background-color: rgba(0, 0, 0, 0.1)
}
.split.button span {
border-left-color: rgba(255, 255, 255, 0.5)
}
.split.button span {
width: 3.09375rem
}
.split.button span:after {
border-top-style: solid;
border-width: 0.375rem;
margin-left: -0.375rem;
top: 48%
}
.split.button span:after {
border-color: #fff transparent transparent transparent
}
.split.button.secondary span {
border-left-color: rgba(255, 255, 255, 0.5)
}
.split.button.secondary span:after {
border-color: #fff transparent transparent transparent
}
.split.button.alert span {
border-left-color: rgba(255, 255, 255, 0.5)
}
.split.button.success span {
border-left-color: rgba(255, 255, 255, 0.5)
}
.split.button.tiny {
padding-right: 3.75rem
}
.split.button.tiny span {
width: 2.25rem
}
.split.button.tiny span:after {
border-top-style: solid;
border-width: 0.375rem;
margin-left: -0.375rem;
top: 48%
}
.split.button.small {
padding-right: 4.375rem
}
.split.button.small span {
width: 2.625rem
}
.split.button.small span:after {
border-top-style: solid;
border-width: 0.4375rem;
margin-left: -0.375rem;
top: 48%
}
.split.button.large {
padding-right: 5.5rem
}
.split.button.large span {
width: 3.4375rem
}
.split.button.large span:after {
border-top-style: solid;
border-width: 0.3125rem;
margin-left: -0.375rem;
top: 48%
}
.split.button.expand {
padding-left: 2rem
}
.split.button.secondary span:after {
border-color: #333 transparent transparent transparent
}
.split.button.radius span {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
.split.button.round span {
-webkit-border-bottom-right-radius: 1000px;
-webkit-border-top-right-radius: 1000px;
border-bottom-right-radius: 1000px;
border-top-right-radius: 1000px
}
.split.button.no-pip span:before {
border-style: none
}
.split.button.no-pip span:after {
border-style: none
}
.split.button.no-pip span>i {
display: block;
left: 50%;
margin-left: -0.28889em;
margin-top: -0.48889em;
position: absolute;
top: 50%
}
.sub-nav {
display: block;
margin: -0.25rem 0 1.125rem;
overflow: hidden;
padding-top: 0.25rem;
width: auto
}
.sub-nav dt {
text-transform: uppercase
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
color: #999;
float: left;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-size: 0.875rem;
font-weight: normal;
margin-left: 1rem;
margin-bottom: 0
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
color: #999;
padding: 0.1875rem 1rem;
text-decoration: none
}
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
color: #737373
}
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
border-radius: 3px;
background: #106EAA;
color: #fff;
cursor: default;
font-weight: normal;
padding: 0.1875rem 1rem
}
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
background: #0e5f92
}
.switch {
border: none;
margin-bottom: 1.5rem;
outline: 0;
padding: 0;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.switch label {
background: #ddd;
color: transparent;
cursor: pointer;
display: block;
margin-bottom: 1rem;
position: relative;
text-indent: 100%;
width: 4rem;
height: 2rem;
transition: left 0.15s ease-out
}
.switch input {
left: 10px;
opacity: 0;
padding: 0;
position: absolute;
top: 9px
}
.switch input+label {
margin-left: 0;
margin-right: 0
}
.switch label:after {
background: #fff;
content: "";
display: block;
height: 1.5rem;
left: .25rem;
position: absolute;
top: .25rem;
width: 1.5rem;
-webkit-transition: left 0.15s ease-out;
-moz-transition: left 0.15s ease-out;
-o-transition: translate3d(0, 0, 0);
transition: left 0.15s ease-out;
-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)
}
.switch input:checked+label {
background: #106EAA
}
.switch input:checked+label:after {
left: 2.25rem
}
.switch label {
height: 2rem;
width: 4rem
}
.switch label:after {
height: 1.5rem;
width: 1.5rem
}
.switch input:checked+label:after {
left: 2.25rem
}
.switch label {
color: transparent;
background: #ddd
}
.switch label:after {
background: #fff
}
.switch input:checked+label {
background: #106EAA
}
.switch.large label {
height: 2.5rem;
width: 5rem
}
.switch.large label:after {
height: 2rem;
width: 2rem
}
.switch.large input:checked+label:after {
left: 2.75rem
}
.switch.small label {
height: 1.75rem;
width: 3.5rem
}
.switch.small label:after {
height: 1.25rem;
width: 1.25rem
}
.switch.small input:checked+label:after {
left: 2rem
}
.switch.tiny label {
height: 1.5rem;
width: 3rem
}
.switch.tiny label:after {
height: 1rem;
width: 1rem
}
.switch.tiny input:checked+label:after {
left: 1.75rem
}
.switch.radius label {
border-radius: 4px
}
.switch.radius label:after {
border-radius: 3px
}
.switch.round {
border-radius: 1000px
}
.switch.round label {
border-radius: 2rem
}
.switch.round label:after {
border-radius: 2rem
}
table {
background: #fff;
border: solid 1px #ddd;
margin-bottom: 1.25rem;
table-layout: auto
}
table caption {
background: transparent;
color: #222;
font-size: 1rem;
font-weight: bold
}
table thead {
background: #F5F5F5
}
table thead tr th,
table thead tr td {
color: #222;
font-size: 0.875rem;
font-weight: bold;
padding: 0.5rem 0.625rem 0.625rem
}
table tfoot {
background: #F5F5F5
}
table tfoot tr th,
table tfoot tr td {
color: #222;
font-size: 0.875rem;
font-weight: bold;
padding: 0.5rem 0.625rem 0.625rem
}
table tr th,
table tr td {
color: #222;
font-size: 0.875rem;
padding: 0.5625rem 0.625rem;
text-align: left
}
table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
background: #F9F9F9
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
display: table-cell;
line-height: 1.125rem
}
.tabs {
margin-bottom: 0 !important;
margin-left: 0
}
.tabs:before,
.tabs:after {
content: " ";
display: table
}
.tabs:after {
clear: both
}
.tabs dd,
.tabs .tab-title {
float: left;
list-style: none;
margin-bottom: 0 !important;
position: relative
}
.tabs dd>a,
.tabs .tab-title>a {
display: block;
background-color: #EFEFEF;
color: #222;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-size: 1rem;
padding: 1rem 2rem
}
.tabs dd>a:hover,
.tabs .tab-title>a:hover {
background-color: #e1e1e1
}
.tabs dd.active>a,
.tabs .tab-title.active>a {
background-color: #fff;
color: #222
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
-webkit-border-bottom-left-radius: 3px;
-webkit-border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
border-top-left-radius: 3px
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
-webkit-border-bottom-right-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
border-top-right-radius: 3px
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
position: inherit;
float: none;
display: block;
top: auto
}
.tabs-content {
margin-bottom: 1.5rem;
width: 100%
}
.tabs-content:before,
.tabs-content:after {
content: " ";
display: table
}
.tabs-content:after {
clear: both
}
.tabs-content>.content {
display: none;
float: left;
padding: 0.9375rem 0;
width: 100%
}
.tabs-content>.content.active {
display: block;
float: none
}
.tabs-content>.content.contained {
padding: 0.9375rem
}
.tabs-content.vertical {
display: block
}
.tabs-content.vertical>.content {
padding: 0 0.9375rem
}
@media only screen and (min-width: 40.0625em) {
.tabs.vertical {
float: left;
margin: 0;
margin-bottom: 1.25rem !important;
max-width: 20%;
width: 20%
}
.tabs-content.vertical {
float: left;
margin-left: -1px;
max-width: 80%;
padding-left: 1rem;
width: 80%
}
}
.no-js .tabs-content>.content {
display: block;
float: none
}
.th {
border: solid 4px #fff;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
display: inline-block;
line-height: 0;
max-width: 100%;
transition: all 200ms ease-out
}
.th:hover,
.th:focus {
box-shadow: 0 0 6px 1px rgba(16, 110, 170, 0.5)
}
.th.radius {
border-radius: 3px
}
.has-tip {
border-bottom: dotted 1px #ccc;
color: #333;
cursor: help;
font-weight: bold
}
.has-tip:hover,
.has-tip:focus {
border-bottom: dotted 1px #07314d;
color: #106EAA
}
.has-tip.tip-left,
.has-tip.tip-right {
float: none !important
}
.tooltip {
background: #333;
color: #fff;
display: none;
font-size: 0.875rem;
font-weight: normal;
line-height: 1.3;
max-width: 300px;
padding: 0.75rem;
position: absolute;
width: 100%;
z-index: 1006;
left: 50%
}
.tooltip>.nub {
border: solid 5px;
border-color: transparent transparent #333 transparent;
display: block;
height: 0;
pointer-events: none;
position: absolute;
top: -10px;
width: 0;
left: 5px
}
.tooltip>.nub.rtl {
left: auto;
right: 5px
}
.tooltip.radius {
border-radius: 3px
}
.tooltip.round {
border-radius: 1000px
}
.tooltip.round>.nub {
left: 2rem
}
.tooltip.opened {
border-bottom: dotted 1px #07314d !important;
color: #106EAA !important
}
.tap-to-close {
color: #777;
display: block;
font-size: 0.625rem;
font-weight: normal
}
@media only screen {
.tooltip>.nub {
border-color: transparent transparent #333 transparent;
top: -10px
}
.tooltip.tip-top>.nub {
border-color: #333 transparent transparent transparent;
bottom: -10px;
top: auto
}
.tooltip.tip-left,
.tooltip.tip-right {
float: none !important
}
.tooltip.tip-left>.nub {
border-color: transparent transparent transparent #333;
left: auto;
margin-top: -5px;
right: -10px;
top: 50%
}
.tooltip.tip-right>.nub {
border-color: transparent #333 transparent transparent;
left: -10px;
margin-top: -5px;
right: auto;
top: 50%
}
}
meta.foundation-mq-topbar {
font-family: "/only screen and (min-width: 900px)/";
width: 900px
}
.contain-to-grid {
width: 100%;
background: transparent
}
.contain-to-grid .top-bar {
margin-bottom: 0
}
.fixed {
position: fixed;
top: 0;
width: 100%;
z-index: 99;
left: 0
}
.fixed.expanded:not(.top-bar) {
height: auto;
max-height: 100%;
overflow-y: auto;
width: 100%
}
.fixed.expanded:not(.top-bar) .title-area {
position: fixed;
width: 100%;
z-index: 99
}
.fixed.expanded:not(.top-bar) .top-bar-section {
margin-top: 2.8125rem;
z-index: 98
}
.top-bar {
background: transparent;
height: 2.8125rem;
line-height: 2.8125rem;
margin-bottom: 0;
overflow: hidden;
position: relative
}
.top-bar ul {
list-style: none;
margin-bottom: 0
}
.top-bar .row {
max-width: none
}
.top-bar form,
.top-bar input,
.top-bar select {
margin-bottom: 0
}
.top-bar input,
.top-bar select {
font-size: 0.75rem;
height: 1.75rem;
padding-bottom: .35rem;
padding-top: .35rem
}
.top-bar .button,
.top-bar button {
font-size: 0.75rem;
margin-bottom: 0;
padding-bottom: 0.4125rem;
padding-top: 0.4125rem
}
@media only screen and (max-width: 40em) {
.top-bar .button,
.top-bar button {
position: relative;
top: -1px
}
}
.top-bar .title-area {
margin: 0;
position: relative
}
.top-bar .name {
font-size: 16px;
height: 2.8125rem;
margin: 0
}
.top-bar .name h1,
.top-bar .name h2,
.top-bar .name h3,
.top-bar .name h4,
.top-bar .name p,
.top-bar .name span {
font-size: 1.0625rem;
line-height: 2.8125rem;
margin: 0
}
.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name p a,
.top-bar .name span a {
color: #fff;
display: block;
font-weight: normal;
padding: 0 0.9375rem;
width: 75%
}
.top-bar .toggle-topbar {
position: absolute;
right: 0;
top: 0
}
.top-bar .toggle-topbar a {
color: #fff;
display: block;
font-size: 0.8125rem;
font-weight: bold;
height: 2.8125rem;
line-height: 2.8125rem;
padding: 0 0.9375rem;
position: relative;
text-transform: uppercase
}
.top-bar .toggle-topbar.menu-icon {
margin-top: -16px;
top: 50%
}
.top-bar .toggle-topbar.menu-icon a {
color: #fff;
height: 34px;
line-height: 33px;
padding: 0 2.5rem 0 0.9375rem;
position: relative
}
.top-bar .toggle-topbar.menu-icon a span::after {
content: "";
display: block;
height: 0;
position: absolute;
margin-top: -8px;
top: 50%;
right: 0.9375rem;
box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
width: 16px
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""
}
.top-bar.expanded {
background: transparent;
height: auto
}
.top-bar.expanded .title-area {
background: transparent
}
.top-bar.expanded .toggle-topbar a {
color: #888
}
.top-bar.expanded .toggle-topbar a span::after {
box-shadow: 0 0 0 1px #888, 0 7px 0 1px #888, 0 14px 0 1px #888
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
.top-bar.expanded .top-bar-section .has-dropdown.moved>.dropdown,
.top-bar.expanded .top-bar-section .dropdown {
clip: initial
}
.top-bar.expanded .top-bar-section .has-dropdown:not(.moved)>ul {
padding: 0
}
}
.top-bar-section {
left: 0;
position: relative;
width: auto;
transition: left 300ms ease-out
}
.top-bar-section ul {
display: block;
font-size: 16px;
height: auto;
margin: 0;
padding: 0;
width: 100%
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
border-top: solid 1px #1a1a1a;
clear: both;
height: 1px;
width: 100%
}
.top-bar-section ul li {
background: #333
}
.top-bar-section ul li>a {
color: #fff;
display: block;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-size: 0.8125rem;
font-weight: normal;
padding-left: 0.9375rem;
padding: 12px 0 12px 0.9375rem;
text-transform: none;
width: 100%
}
.top-bar-section ul li>a.button {
font-size: 0.8125rem;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
background-color: #106EAA;
border-color: #1381c8;
color: #fff
}
.top-bar-section ul li>a.button:hover,
.top-bar-section ul li>a.button:focus {
background-color: #1381c8
}
.top-bar-section ul li>a.button:hover,
.top-bar-section ul li>a.button:focus {
color: #fff
}
.top-bar-section ul li>a.button.secondary {
background-color: #c00;
border-color: #eb0000;
color: #fff
}
.top-bar-section ul li>a.button.secondary:hover,
.top-bar-section ul li>a.button.secondary:focus {
background-color: #eb0000
}
.top-bar-section ul li>a.button.secondary:hover,
.top-bar-section ul li>a.button.secondary:focus {
color: #fff
}
.top-bar-section ul li>a.button.success {
background-color: #A5CA52;
border-color: #aecf63;
color: #fff
}
.top-bar-section ul li>a.button.success:hover,
.top-bar-section ul li>a.button.success:focus {
background-color: #aecf63
}
.top-bar-section ul li>a.button.success:hover,
.top-bar-section ul li>a.button.success:focus {
color: #fff
}
.top-bar-section ul li>a.button.alert {
background-color: #f04124;
border-color: #f1543a;
color: #fff
}
.top-bar-section ul li>a.button.alert:hover,
.top-bar-section ul li>a.button.alert:focus {
background-color: #f1543a
}
.top-bar-section ul li>a.button.alert:hover,
.top-bar-section ul li>a.button.alert:focus {
color: #fff
}
.top-bar-section ul li>a.button.warning {
background-color: #f08a24;
border-color: #f1963a;
color: #fff
}
.top-bar-section ul li>a.button.warning:hover,
.top-bar-section ul li>a.button.warning:focus {
background-color: #f1963a
}
.top-bar-section ul li>a.button.warning:hover,
.top-bar-section ul li>a.button.warning:focus {
color: #fff
}
.top-bar-section ul li>a.button.info {
background-color: #a0d3e8;
border-color: #a9d7ea;
color: #333
}
.top-bar-section ul li>a.button.info:hover,
.top-bar-section ul li>a.button.info:focus {
background-color: #a9d7ea
}
.top-bar-section ul li>a.button.info:hover,
.top-bar-section ul li>a.button.info:focus {
color: #333
}
.top-bar-section ul li>button {
font-size: 0.8125rem;
padding-left: 0.9375rem;
padding-right: 0.9375rem;
background-color: #106EAA;
border-color: #1381c8;
color: #fff
}
.top-bar-section ul li>button:hover,
.top-bar-section ul li>button:focus {
background-color: #1381c8
}
.top-bar-section ul li>button:hover,
.top-bar-section ul li>button:focus {
color: #fff
}
.top-bar-section ul li>button.secondary {
background-color: #c00;
border-color: #eb0000;
color: #fff
}
.top-bar-section ul li>button.secondary:hover,
.top-bar-section ul li>button.secondary:focus {
background-color: #eb0000
}
.top-bar-section ul li>button.secondary:hover,
.top-bar-section ul li>button.secondary:focus {
color: #fff
}
.top-bar-section ul li>button.success {
background-color: #A5CA52;
border-color: #aecf63;
color: #fff
}
.top-bar-section ul li>button.success:hover,
.top-bar-section ul li>button.success:focus {
background-color: #aecf63
}
.top-bar-section ul li>button.success:hover,
.top-bar-section ul li>button.success:focus {
color: #fff
}
.top-bar-section ul li>button.alert {
background-color: #f04124;
border-color: #f1543a;
color: #fff
}
.top-bar-section ul li>button.alert:hover,
.top-bar-section ul li>button.alert:focus {
background-color: #f1543a
}
.top-bar-section ul li>button.alert:hover,
.top-bar-section ul li>button.alert:focus {
color: #fff
}
.top-bar-section ul li>button.warning {
background-color: #f08a24;
border-color: #f1963a;
color: #fff
}
.top-bar-section ul li>button.warning:hover,
.top-bar-section ul li>button.warning:focus {
background-color: #f1963a
}
.top-bar-section ul li>button.warning:hover,
.top-bar-section ul li>button.warning:focus {
color: #fff
}
.top-bar-section ul li>button.info {
background-color: #a0d3e8;
border-color: #a9d7ea;
color: #333
}
.top-bar-section ul li>button.info:hover,
.top-bar-section ul li>button.info:focus {
background-color: #a9d7ea
}
.top-bar-section ul li>button.info:hover,
.top-bar-section ul li>button.info:focus {
color: #333
}
.top-bar-section ul li:hover:not(.has-form)>a {
background-color: #555;
color: #fff;
background: #222
}
.top-bar-section ul li.active>a {
background: #106EAA;
color: #fff
}
.top-bar-section ul li.active>a:hover {
background: #0e5f92;
color: #fff
}
.top-bar-section .has-form {
padding: 0.9375rem
}
.top-bar-section .has-dropdown {
position: relative
}
.top-bar-section .has-dropdown>a:after {
border: inset 5px;
content: "";
display: block;
height: 0;
width: 0;
border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
border-left-style: solid;
margin-right: 0.9375rem;
margin-top: -4.5px;
position: absolute;
top: 50%;
right: 0
}
.top-bar-section .has-dropdown.moved {
position: static
}
.top-bar-section .has-dropdown.moved>.dropdown {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
display: block;
position: absolute !important;
width: 100%
}
.top-bar-section .has-dropdown.moved>a:after {
display: none
}
.top-bar-section .dropdown {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
display: block;
padding: 0;
position: absolute;
top: 0;
z-index: 99;
left: 100%
}
.top-bar-section .dropdown li {
height: auto;
width: 100%
}
.top-bar-section .dropdown li a {
font-weight: normal;
padding: 8px 0.9375rem
}
.top-bar-section .dropdown li a.parent-link {
font-weight: normal
}
.top-bar-section .dropdown li.title h5,
.top-bar-section .dropdown li.parent-link {
margin-bottom: 0;
margin-top: 0;
font-size: 1.125rem
}
.top-bar-section .dropdown li.title h5 a,
.top-bar-section .dropdown li.parent-link a {
color: #fff;
display: block
}
.top-bar-section .dropdown li.title h5 a:hover,
.top-bar-section .dropdown li.parent-link a:hover {
background: none
}
.top-bar-section .dropdown li.has-form {
padding: 8px 0.9375rem
}
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
top: auto
}
.top-bar-section .dropdown label {
color: #777;
font-size: 0.625rem;
font-weight: bold;
margin-bottom: 0;
padding: 8px 0.9375rem 2px;
text-transform: uppercase
}
.js-generated {
display: block
}
@media only screen and (min-width: 900px) {
.top-bar {
background: transparent;
overflow: visible
}
.top-bar:before,
.top-bar:after {
content: " ";
display: table
}
.top-bar:after {
clear: both
}
.top-bar .toggle-topbar {
display: none
}
.top-bar .title-area {
float: left
}
.top-bar .name h1 a,
.top-bar .name h2 a,
.top-bar .name h3 a,
.top-bar .name h4 a,
.top-bar .name h5 a,
.top-bar .name h6 a {
width: auto
}
.top-bar input,
.top-bar select,
.top-bar .button,
.top-bar button {
font-size: 0.875rem;
height: 1.75rem;
position: relative;
top: 0.53125rem
}
.top-bar .has-form>.button,
.top-bar .has-form>button {
font-size: 0.875rem;
height: 1.75rem;
position: relative;
top: 0.53125rem
}
.top-bar.expanded {
background: transparent
}
.contain-to-grid .top-bar {
margin: 0 auto;
margin-bottom: 0;
max-width: 85.71429em
}
.top-bar-section {
transition: none 0 0;
left: 0 !important
}
.top-bar-section ul {
display: inline;
height: auto !important;
width: auto
}
.top-bar-section ul li {
float: left
}
.top-bar-section ul li .js-generated {
display: none
}
.top-bar-section li.hover>a:not(.button) {
background-color: #555;
background: #222;
color: #fff
}
.top-bar-section li:not(.has-form) a:not(.button) {
background: transparent;
line-height: 2.8125rem;
padding: 0 0.9375rem
}
.top-bar-section li:not(.has-form) a:not(.button):hover {
background-color: #555;
background: #222
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
background: #106EAA;
color: #fff;
line-height: 2.8125rem;
padding: 0 0.9375rem
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
background: #0e5f92;
color: #fff
}
.top-bar-section .has-dropdown>a {
padding-right: 2.1875rem !important
}
.top-bar-section .has-dropdown>a:after {
border: inset 5px;
content: "";
display: block;
height: 0;
width: 0;
border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
border-top-style: solid;
margin-top: -2.5px;
top: 1.40625rem
}
.top-bar-section .has-dropdown.moved {
position: relative
}
.top-bar-section .has-dropdown.moved>.dropdown {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px;
display: block
}
.top-bar-section .has-dropdown.hover>.dropdown,
.top-bar-section .has-dropdown.not-click:hover>.dropdown {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
display: block;
position: absolute !important
}
.top-bar-section .has-dropdown>a:focus+.dropdown {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
display: block;
position: absolute !important
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown>a:after {
border: none;
content: "\00bb";
top: 0.1875rem;
right: 5px
}
.top-bar-section .dropdown {
left: 0;
background: transparent;
min-width: 100%;
top: auto
}
.top-bar-section .dropdown li a {
background: #333;
color: #fff;
line-height: 2.8125rem;
padding: 12px 0.9375rem;
white-space: nowrap
}
.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
background: #333;
color: #fff
}
.top-bar-section .dropdown li:not(.has-form):not(.active):hover>a:not(.button) {
background-color: #555;
color: #fff;
background: #222
}
.top-bar-section .dropdown li label {
background: #333;
white-space: nowrap
}
.top-bar-section .dropdown li .dropdown {
left: 100%;
top: 0
}
.top-bar-section>ul>.divider,
.top-bar-section>ul>[role="separator"] {
border-right: solid 1px #4e4e4e;
border-bottom: none;
border-top: none;
clear: none;
height: 2.8125rem;
width: 0
}
.top-bar-section .has-form {
background: transparent;
height: 2.8125rem;
padding: 0 0.9375rem
}
.top-bar-section .right li .dropdown {
left: auto;
right: 0
}
.top-bar-section .right li .dropdown li .dropdown {
right: 100%
}
.top-bar-section .left li .dropdown {
right: auto;
left: 0
}
.top-bar-section .left li .dropdown li .dropdown {
left: 100%
}
.no-js .top-bar-section ul li:hover>a {
background-color: #555;
background: #222;
color: #fff
}
.no-js .top-bar-section ul li:active>a {
background: #106EAA;
color: #fff
}
.no-js .top-bar-section .has-dropdown:hover>.dropdown {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
display: block;
position: absolute !important
}
.no-js .top-bar-section .has-dropdown>a:focus+.dropdown {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto;
display: block;
position: absolute !important
}
}
.text-left {
text-align: left !important
}
.text-right {
text-align: right !important
}
.text-center,
.title-center .block-title {
text-align: center !important
}
.text-justify {
text-align: justify !important
}
@media only screen and (max-width: 40em) {
.small-only-text-left {
text-align: left !important
}
.small-only-text-right {
text-align: right !important
}
.small-only-text-center {
text-align: center !important
}
.small-only-text-justify {
text-align: justify !important
}
}
@media only screen {
.small-text-left {
text-align: left !important
}
.small-text-right {
text-align: right !important
}
.small-text-center {
text-align: center !important
}
.small-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
.medium-only-text-left {
text-align: left !important
}
.medium-only-text-right {
text-align: right !important
}
.medium-only-text-center {
text-align: center !important
}
.medium-only-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 40.0625em) {
.medium-text-left {
text-align: left !important
}
.medium-text-right {
text-align: right !important
}
.medium-text-center {
text-align: center !important
}
.medium-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
.large-only-text-left {
text-align: left !important
}
.large-only-text-right {
text-align: right !important
}
.large-only-text-center {
text-align: center !important
}
.large-only-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 64.0625em) {
.large-text-left {
text-align: left !important
}
.large-text-right {
text-align: right !important
}
.large-text-center {
text-align: center !important
}
.large-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
.xlarge-only-text-left {
text-align: left !important
}
.xlarge-only-text-right {
text-align: right !important
}
.xlarge-only-text-center {
text-align: center !important
}
.xlarge-only-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 90.0625em) {
.xlarge-text-left {
text-align: left !important
}
.xlarge-text-right {
text-align: right !important
}
.xlarge-text-center {
text-align: center !important
}
.xlarge-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
.xxlarge-only-text-left {
text-align: left !important
}
.xxlarge-only-text-right {
text-align: right !important
}
.xxlarge-only-text-center {
text-align: center !important
}
.xxlarge-only-text-justify {
text-align: justify !important
}
}
@media only screen and (min-width: 120.0625em) {
.xxlarge-text-left {
text-align: left !important
}
.xxlarge-text-right {
text-align: right !important
}
.xxlarge-text-center {
text-align: center !important
}
.xxlarge-text-justify {
text-align: justify !important
}
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
margin: 0;
padding: 0
}
a {
color: #106EAA;
line-height: inherit;
text-decoration: none
}
a:hover,
a:focus {
color: #0e5f92
}
a img {
border: none
}
p {
font-family: inherit;
font-size: 1rem;
font-weight: normal;
line-height: 1.6;
margin-bottom: 1.25rem;
text-rendering: optimizeLegibility
}
p.lead {
font-size: 1.21875rem;
line-height: 1.6
}
p aside {
font-size: 0.875rem;
font-style: italic;
line-height: 1.35
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #222;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-style: normal;
font-weight: normal;
line-height: 1.4;
margin-bottom: 0.5rem;
margin-top: 0.2rem;
text-rendering: optimizeLegibility
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
color: #6f6f6f;
font-size: 60%;
line-height: 0
}
h1 {
font-size: 2.125rem
}
h2 {
font-size: 1.6875rem
}
h3 {
font-size: 1.375rem
}
h4 {
font-size: 1.125rem
}
h5 {
font-size: 1.125rem
}
h6 {
font-size: 1rem
}
.subheader {
line-height: 1.4;
color: #6f6f6f;
font-weight: normal;
margin-top: 0.2rem;
margin-bottom: 0.5rem
}
hr {
border: solid #ddd;
border-width: 1px 0 0;
clear: both;
height: 0;
margin: 1.25rem 0 1.1875rem
}
em,
i {
font-style: italic;
line-height: inherit
}
strong,
b {
font-weight: bold;
line-height: inherit
}
small {
font-size: 60%;
line-height: inherit
}
code {
background-color: #ffa3a3;
border-color: #ff7979;
border-style: solid;
border-width: 1px;
color: #333;
font-family: Consolas, "Liberation Mono", Courier, monospace;
font-weight: normal;
padding: 0.125rem 0.3125rem 0.0625rem
}
ul,
ol,
dl {
font-family: inherit;
font-size: 1rem;
line-height: 1.6;
list-style-position: outside;
margin-bottom: 1.25rem
}
ul {
margin-left: 1.1rem
}
ul li ul,
ul li ol {
margin-left: 1.25rem;
margin-bottom: 0
}
ul.square li ul,
ul.circle li ul,
ul.disc li ul {
list-style: inherit
}
ul.square {
list-style-type: square;
margin-left: 1.1rem
}
ul.circle {
list-style-type: circle;
margin-left: 1.1rem
}
ul.disc {
list-style-type: disc;
margin-left: 1.1rem
}
ol {
margin-left: 1.4rem
}
ol li ul,
ol li ol {
margin-left: 1.25rem;
margin-bottom: 0
}
.no-bullet {
list-style-type: none;
margin-left: 0
}
.no-bullet li ul,
.no-bullet li ol {
margin-left: 1.25rem;
margin-bottom: 0;
list-style: none
}
dl dt {
margin-bottom: 0.3rem;
font-weight: bold
}
dl dd {
margin-bottom: 0.75rem
}
abbr,
acronym {
text-transform: uppercase;
font-size: 90%;
color: #222;
cursor: help
}
abbr {
text-transform: none
}
abbr[title] {
border-bottom: 1px dotted #ddd
}
blockquote {
margin: 0 0 1.25rem;
padding: 0.5625rem 1.25rem 0 1.1875rem;
border-left: 1px solid #ddd
}
blockquote cite {
display: block;
font-size: 0.8125rem;
color: #555
}
blockquote cite:before {
content: "\2014 \0020"
}
blockquote cite a,
blockquote cite a:visited {
color: #555
}
blockquote,
blockquote p {
line-height: 1.6;
color: #6f6f6f
}
.vcard {
display: inline-block;
margin: 0 0 1.25rem 0;
border: 1px solid #ddd;
padding: 0.625rem 0.75rem
}
.vcard li {
margin: 0;
display: block
}
.vcard .fn {
font-weight: bold;
font-size: 0.9375rem
}
.vevent .summary {
font-weight: bold
}
.vevent abbr {
cursor: default;
text-decoration: none;
font-weight: bold;
border: none;
padding: 0 0.0625rem
}
@media only screen and (min-width: 40.0625em) {
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.4
}
h1 {
font-size: 2.75rem
}
h2 {
font-size: 2.3125rem
}
h3 {
font-size: 1.6875rem
}
h4 {
font-size: 1.4375rem
}
h5 {
font-size: 1.125rem
}
h6 {
font-size: 1rem
}
}
@media print {
* {
background: transparent !important;
color: #000 !important;
box-shadow: none !important;
text-shadow: none !important
}
a,
a:visited {
text-decoration: underline
}
a[href]:after {
content: " (" attr(href) ")"
}
abbr[title]:after {
content: " (" attr(title) ")"
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: ""
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid
}
thead {
display: table-header-group
}
tr,
img {
page-break-inside: avoid
}
img {
max-width: 100% !important
}
@page {
margin: 0.34in
}
p,
h2,
h3 {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
}
.off-canvas-wrap {
-webkit-backface-visibility: hidden;
position: relative;
width: 100%;
overflow: hidden
}
.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left,
.off-canvas-wrap.move-bottom,
.off-canvas-wrap.move-top {
min-height: 100%;
-webkit-overflow-scrolling: touch
}
.inner-wrap {
position: relative;
width: 100%;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease
}
.inner-wrap:before,
.inner-wrap:after {
content: " ";
display: table
}
.inner-wrap:after {
clear: both
}
.tab-bar {
-webkit-backface-visibility: hidden;
background: #333;
color: #fff;
height: 2.8125rem;
line-height: 2.8125rem;
position: relative
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
color: #fff;
font-weight: bold;
line-height: 2.8125rem;
margin: 0
}
.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
font-size: 1.125rem
}
.left-small {
height: 2.8125rem;
position: absolute;
top: 0;
width: 2.8125rem;
border-right: solid 1px #1a1a1a;
left: 0
}
.right-small {
height: 2.8125rem;
position: absolute;
top: 0;
width: 2.8125rem;
border-left: solid 1px #1a1a1a;
right: 0
}
.tab-bar-section {
height: 2.8125rem;
padding: 0 0.625rem;
position: absolute;
text-align: center;
top: 0
}
.tab-bar-section.left {
text-align: left
}
.tab-bar-section.right {
text-align: right
}
.tab-bar-section.left {
left: 0;
right: 2.8125rem
}
.tab-bar-section.right {
left: 2.8125rem;
right: 0
}
.tab-bar-section.middle {
left: 2.8125rem;
right: 2.8125rem
}
.tab-bar .menu-icon {
color: #fff;
display: block;
height: 2.8125rem;
padding: 0;
position: relative;
text-indent: 2.1875rem;
transform: translate3d(0, 0, 0);
width: 2.8125rem
}
.tab-bar .menu-icon span::after {
content: "";
display: block;
height: 0;
position: absolute;
top: 50%;
margin-top: -0.5rem;
left: 0.90625rem;
box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
width: 1rem
}
.tab-bar .menu-icon span:hover:after {
box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3
}
.left-off-canvas-menu {
-webkit-backface-visibility: hidden;
background: #333;
bottom: 0;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
transition: transform 500ms ease 0s;
width: 15.625rem;
z-index: 1001;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate(-100%, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
top: 0
}
.left-off-canvas-menu * {
-webkit-backface-visibility: hidden
}
.right-off-canvas-menu {
-webkit-backface-visibility: hidden;
background: #333;
bottom: 0;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
transition: transform 500ms ease 0s;
width: 15.625rem;
z-index: 1001;
-webkit-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-ms-transform: translate(100%, 0);
-o-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
right: 0;
top: 0
}
.right-off-canvas-menu * {
-webkit-backface-visibility: hidden
}
.top-off-canvas-menu {
-webkit-backface-visibility: hidden;
background: #333;
bottom: 0;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
transition: transform 500ms ease 0s;
width: 15.625rem;
z-index: 1001;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
-ms-transform: translate(0, -100%);
-o-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
top: 0;
width: 100%;
height: 18.75rem
}
.top-off-canvas-menu * {
-webkit-backface-visibility: hidden
}
.bottom-off-canvas-menu {
-webkit-backface-visibility: hidden;
background: #333;
bottom: 0;
box-sizing: content-box;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
transition: transform 500ms ease 0s;
width: 15.625rem;
z-index: 1001;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate(0, 100%);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
bottom: 0;
width: 100%;
height: 18.75rem
}
.bottom-off-canvas-menu * {
-webkit-backface-visibility: hidden
}
ul.off-canvas-list {
list-style-type: none;
margin: 0;
padding: 0
}
ul.off-canvas-list li label {
background: #444;
border-bottom: none;
border-top: 1px solid #5e5e5e;
color: #999;
display: block;
font-size: 0.75rem;
font-weight: bold;
margin: 0;
padding: 0.3rem 0.9375rem;
text-transform: uppercase
}
ul.off-canvas-list li a {
border-bottom: 1px solid #262626;
color: rgba(255, 255, 255, 0.7);
display: block;
padding: 0.66667rem;
transition: background 300ms ease
}
ul.off-canvas-list li a:hover {
background: #242424
}
ul.off-canvas-list li a:active {
background: #242424
}
.move-right>.inner-wrap {
-webkit-transform: translate3d(15.625rem, 0, 0);
-moz-transform: translate3d(15.625rem, 0, 0);
-ms-transform: translate(15.625rem, 0);
-o-transform: translate3d(15.625rem, 0, 0);
transform: translate3d(15.625rem, 0, 0)
}
.move-right .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 40.0625em) {
.move-right .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.move-left>.inner-wrap {
-webkit-transform: translate3d(-15.625rem, 0, 0);
-moz-transform: translate3d(-15.625rem, 0, 0);
-ms-transform: translate(-15.625rem, 0);
-o-transform: translate3d(-15.625rem, 0, 0);
transform: translate3d(-15.625rem, 0, 0)
}
.move-left .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 40.0625em) {
.move-left .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.move-top>.inner-wrap {
-webkit-transform: translate3d(0, -18.75rem, 0);
-moz-transform: translate3d(0, -18.75rem, 0);
-ms-transform: translate(0, -18.75rem);
-o-transform: translate3d(0, -18.75rem, 0);
transform: translate3d(0, -18.75rem, 0)
}
.move-top .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 40.0625em) {
.move-top .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.move-bottom>.inner-wrap {
-webkit-transform: translate3d(0, 18.75rem, 0);
-moz-transform: translate3d(0, 18.75rem, 0);
-ms-transform: translate(0, 18.75rem);
-o-transform: translate3d(0, 18.75rem, 0);
transform: translate3d(0, 18.75rem, 0)
}
.move-bottom .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 40.0625em) {
.move-bottom .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu,
.offcanvas-overlap .bottom-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003
}
.offcanvas-overlap .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 40.0625em) {
.offcanvas-overlap .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.offcanvas-overlap-left .right-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003
}
.offcanvas-overlap-left .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 40.0625em) {
.offcanvas-overlap-left .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.offcanvas-overlap-right .left-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003
}
.offcanvas-overlap-right .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 40.0625em) {
.offcanvas-overlap-right .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.offcanvas-overlap-top .bottom-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003
}
.offcanvas-overlap-top .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 40.0625em) {
.offcanvas-overlap-top .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.offcanvas-overlap-bottom .top-off-canvas-menu {
-ms-transform: none;
-webkit-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
z-index: 1003
}
.offcanvas-overlap-bottom .exit-off-canvas {
-webkit-backface-visibility: hidden;
box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
cursor: pointer;
transition: background 300ms ease;
-webkit-tap-highlight-color: transparent;
background: rgba(255, 255, 255, 0.2);
bottom: 0;
display: block;
left: 0;
position: absolute;
right: 0;
top: 0;
z-index: 1002
}
@media only screen and (min-width: 40.0625em) {
.offcanvas-overlap-bottom .exit-off-canvas:hover {
background: rgba(255, 255, 255, 0.05)
}
}
.no-csstransforms .left-off-canvas-menu {
left: -15.625rem
}
.no-csstransforms .right-off-canvas-menu {
right: -15.625rem
}
.no-csstransforms .top-off-canvas-menu {
top: -18.75rem
}
.no-csstransforms .bottom-off-canvas-menu {
bottom: -18.75rem
}
.no-csstransforms .move-left>.inner-wrap {
right: 15.625rem
}
.no-csstransforms .move-right>.inner-wrap {
left: 15.625rem
}
.no-csstransforms .move-top>.inner-wrap {
right: 18.75rem
}
.no-csstransforms .move-bottom>.inner-wrap {
left: 18.75rem
}
.left-submenu {
-webkit-backface-visibility: hidden;
-webkit-overflow-scrolling: touch;
background: #333;
bottom: 0;
box-sizing: content-box;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 0;
width: 15.625rem;
height: 18.75rem;
z-index: 1002;
-webkit-transform: translate3d(-100%, 0, 0);
-moz-transform: translate3d(-100%, 0, 0);
-ms-transform: translate(-100%, 0);
-o-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease
}
.left-submenu * {
-webkit-backface-visibility: hidden
}
.left-submenu .back>a {
background: #444;
border-bottom: none;
border-top: 1px solid #5e5e5e;
color: #999;
font-weight: bold;
padding: 0.3rem 0.9375rem;
text-transform: uppercase;
margin: 0
}
.left-submenu .back>a:hover {
background: #303030;
border-bottom: none;
border-top: 1px solid #5e5e5e
}
.left-submenu .back>a:before {
content: "\AB";
margin-right: .5rem;
display: inline
}
.left-submenu.move-right,
.left-submenu.offcanvas-overlap-right,
.left-submenu.offcanvas-overlap {
-webkit-transform: translate3d(0%, 0, 0);
-moz-transform: translate3d(0%, 0, 0);
-ms-transform: translate(0%, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0)
}
.right-submenu {
-webkit-backface-visibility: hidden;
-webkit-overflow-scrolling: touch;
background: #333;
bottom: 0;
box-sizing: content-box;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 0;
width: 15.625rem;
height: 18.75rem;
z-index: 1002;
-webkit-transform: translate3d(100%, 0, 0);
-moz-transform: translate3d(100%, 0, 0);
-ms-transform: translate(100%, 0);
-o-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
right: 0;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease
}
.right-submenu * {
-webkit-backface-visibility: hidden
}
.right-submenu .back>a {
background: #444;
border-bottom: none;
border-top: 1px solid #5e5e5e;
color: #999;
font-weight: bold;
padding: 0.3rem 0.9375rem;
text-transform: uppercase;
margin: 0
}
.right-submenu .back>a:hover {
background: #303030;
border-bottom: none;
border-top: 1px solid #5e5e5e
}
.right-submenu .back>a:after {
content: "\BB";
margin-left: .5rem;
display: inline
}
.right-submenu.move-left,
.right-submenu.offcanvas-overlap-left,
.right-submenu.offcanvas-overlap {
-webkit-transform: translate3d(0%, 0, 0);
-moz-transform: translate3d(0%, 0, 0);
-ms-transform: translate(0%, 0);
-o-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0)
}
.top-submenu {
-webkit-backface-visibility: hidden;
-webkit-overflow-scrolling: touch;
background: #333;
bottom: 0;
box-sizing: content-box;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 0;
width: 15.625rem;
height: 18.75rem;
z-index: 1002;
-webkit-transform: translate3d(0, -100%, 0);
-moz-transform: translate3d(0, -100%, 0);
-ms-transform: translate(0, -100%);
-o-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
top: 0;
width: 100%;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease
}
.top-submenu * {
-webkit-backface-visibility: hidden
}
.top-submenu .back>a {
background: #444;
border-bottom: none;
border-top: 1px solid #5e5e5e;
color: #999;
font-weight: bold;
padding: 0.3rem 0.9375rem;
text-transform: uppercase;
margin: 0
}
.top-submenu .back>a:hover {
background: #303030;
border-bottom: none;
border-top: 1px solid #5e5e5e
}
.top-submenu.move-bottom,
.top-submenu.offcanvas-overlap-bottom,
.top-submenu.offcanvas-overlap {
-webkit-transform: translate3d(0, 0%, 0);
-moz-transform: translate3d(0, 0%, 0);
-ms-transform: translate(0, 0%);
-o-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0)
}
.bottom-submenu {
-webkit-backface-visibility: hidden;
-webkit-overflow-scrolling: touch;
background: #333;
bottom: 0;
box-sizing: content-box;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
position: absolute;
top: 0;
width: 15.625rem;
height: 18.75rem;
z-index: 1002;
-webkit-transform: translate3d(0, 100%, 0);
-moz-transform: translate3d(0, 100%, 0);
-ms-transform: translate(0, 100%);
-o-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
bottom: 0;
width: 100%;
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-ms-transition: -ms-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease
}
.bottom-submenu * {
-webkit-backface-visibility: hidden
}
.bottom-submenu .back>a {
background: #444;
border-bottom: none;
border-top: 1px solid #5e5e5e;
color: #999;
font-weight: bold;
padding: 0.3rem 0.9375rem;
text-transform: uppercase;
margin: 0
}
.bottom-submenu .back>a:hover {
background: #303030;
border-bottom: none;
border-top: 1px solid #5e5e5e
}
.bottom-submenu.move-top,
.bottom-submenu.offcanvas-overlap-top,
.bottom-submenu.offcanvas-overlap {
-webkit-transform: translate3d(0, 0%, 0);
-moz-transform: translate3d(0, 0%, 0);
-ms-transform: translate(0, 0%);
-o-transform: translate3d(0, 0%, 0);
transform: translate3d(0, 0%, 0)
}
.left-off-canvas-menu ul.off-canvas-list li.has-submenu>a:after {
content: "\BB";
margin-left: .5rem;
display: inline
}
.right-off-canvas-menu ul.off-canvas-list li.has-submenu>a:before {
content: "\AB";
margin-right: .5rem;
display: inline
}
@media only screen {
.show-for-small-only,
.show-for-small-up,
.show-for-small,
.show-for-small-down,
.hide-for-medium-only,
.hide-for-medium-up,
.hide-for-medium,
.show-for-medium-down,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-large,
.show-for-large-down,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xlarge,
.show-for-xlarge-down,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge,
.show-for-xxlarge-down {
display: inherit !important
}
.hide-for-small-only,
.hide-for-small-up,
.hide-for-small,
.hide-for-small-down,
.show-for-medium-only,
.show-for-medium-up,
.show-for-medium,
.hide-for-medium-down,
.show-for-large-only,
.show-for-large-up,
.show-for-large,
.hide-for-large-down,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xlarge,
.hide-for-xlarge-down,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge,
.hide-for-xxlarge-down {
display: none !important
}
.visible-for-small-only,
.visible-for-small-up,
.visible-for-small,
.visible-for-small-down,
.hidden-for-medium-only,
.hidden-for-medium-up,
.hidden-for-medium,
.visible-for-medium-down,
.hidden-for-large-only,
.hidden-for-large-up,
.hidden-for-large,
.visible-for-large-down,
.hidden-for-xlarge-only,
.hidden-for-xlarge-up,
.hidden-for-xlarge,
.visible-for-xlarge-down,
.hidden-for-xxlarge-only,
.hidden-for-xxlarge-up,
.hidden-for-xxlarge,
.visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto
}
.hidden-for-small-only,
.hidden-for-small-up,
.hidden-for-small,
.hidden-for-small-down,
.visible-for-medium-only,
.visible-for-medium-up,
.visible-for-medium,
.hidden-for-medium-down,
.visible-for-large-only,
.visible-for-large-up,
.visible-for-large,
.hidden-for-large-down,
.visible-for-xlarge-only,
.visible-for-xlarge-up,
.visible-for-xlarge,
.hidden-for-xlarge-down,
.visible-for-xxlarge-only,
.visible-for-xxlarge-up,
.visible-for-xxlarge,
.hidden-for-xxlarge-down {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px
}
table.show-for-small-only,
table.show-for-small-up,
table.show-for-small,
table.show-for-small-down,
table.hide-for-medium-only,
table.hide-for-medium-up,
table.hide-for-medium,
table.show-for-medium-down,
table.hide-for-large-only,
table.hide-for-large-up,
table.hide-for-large,
table.show-for-large-down,
table.hide-for-xlarge-only,
table.hide-for-xlarge-up,
table.hide-for-xlarge,
table.show-for-xlarge-down,
table.hide-for-xxlarge-only,
table.hide-for-xxlarge-up,
table.hide-for-xxlarge,
table.show-for-xxlarge-down {
display: table !important
}
thead.show-for-small-only,
thead.show-for-small-up,
thead.show-for-small,
thead.show-for-small-down,
thead.hide-for-medium-only,
thead.hide-for-medium-up,
thead.hide-for-medium,
thead.show-for-medium-down,
thead.hide-for-large-only,
thead.hide-for-large-up,
thead.hide-for-large,
thead.show-for-large-down,
thead.hide-for-xlarge-only,
thead.hide-for-xlarge-up,
thead.hide-for-xlarge,
thead.show-for-xlarge-down,
thead.hide-for-xxlarge-only,
thead.hide-for-xxlarge-up,
thead.hide-for-xxlarge,
thead.show-for-xxlarge-down {
display: table-header-group !important
}
tbody.show-for-small-only,
tbody.show-for-small-up,
tbody.show-for-small,
tbody.show-for-small-down,
tbody.hide-for-medium-only,
tbody.hide-for-medium-up,
tbody.hide-for-medium,
tbody.show-for-medium-down,
tbody.hide-for-large-only,
tbody.hide-for-large-up,
tbody.hide-for-large,
tbody.show-for-large-down,
tbody.hide-for-xlarge-only,
tbody.hide-for-xlarge-up,
tbody.hide-for-xlarge,
tbody.show-for-xlarge-down,
tbody.hide-for-xxlarge-only,
tbody.hide-for-xxlarge-up,
tbody.hide-for-xxlarge,
tbody.show-for-xxlarge-down {
display: table-row-group !important
}
tr.show-for-small-only,
tr.show-for-small-up,
tr.show-for-small,
tr.show-for-small-down,
tr.hide-for-medium-only,
tr.hide-for-medium-up,
tr.hide-for-medium,
tr.show-for-medium-down,
tr.hide-for-large-only,
tr.hide-for-large-up,
tr.hide-for-large,
tr.show-for-large-down,
tr.hide-for-xlarge-only,
tr.hide-for-xlarge-up,
tr.hide-for-xlarge,
tr.show-for-xlarge-down,
tr.hide-for-xxlarge-only,
tr.hide-for-xxlarge-up,
tr.hide-for-xxlarge,
tr.show-for-xxlarge-down {
display: table-row
}
th.show-for-small-only,
td.show-for-small-only,
th.show-for-small-up,
td.show-for-small-up,
th.show-for-small,
td.show-for-small,
th.show-for-small-down,
td.show-for-small-down,
th.hide-for-medium-only,
td.hide-for-medium-only,
th.hide-for-medium-up,
td.hide-for-medium-up,
th.hide-for-medium,
td.hide-for-medium,
th.show-for-medium-down,
td.show-for-medium-down,
th.hide-for-large-only,
td.hide-for-large-only,
th.hide-for-large-up,
td.hide-for-large-up,
th.hide-for-large,
td.hide-for-large,
th.show-for-large-down,
td.show-for-large-down,
th.hide-for-xlarge-only,
td.hide-for-xlarge-only,
th.hide-for-xlarge-up,
td.hide-for-xlarge-up,
th.hide-for-xlarge,
td.hide-for-xlarge,
th.show-for-xlarge-down,
td.show-for-xlarge-down,
th.hide-for-xxlarge-only,
td.hide-for-xxlarge-only,
th.hide-for-xxlarge-up,
td.hide-for-xxlarge-up,
th.hide-for-xxlarge,
td.hide-for-xxlarge,
th.show-for-xxlarge-down,
td.show-for-xxlarge-down {
display: table-cell !important
}
}
@media only screen and (min-width: 40.0625em) {
.hide-for-small-only,
.show-for-small-up,
.hide-for-small,
.hide-for-small-down,
.show-for-medium-only,
.show-for-medium-up,
.show-for-medium,
.show-for-medium-down,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-large,
.show-for-large-down,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xlarge,
.show-for-xlarge-down,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge,
.show-for-xxlarge-down {
display: inherit !important
}
.show-for-small-only,
.hide-for-small-up,
.show-for-small,
.show-for-small-down,
.hide-for-medium-only,
.hide-for-medium-up,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large-only,
.show-for-large-up,
.show-for-large,
.hide-for-large-down,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xlarge,
.hide-for-xlarge-down,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge,
.hide-for-xxlarge-down {
display: none !important
}
.hidden-for-small-only,
.visible-for-small-up,
.hidden-for-small,
.hidden-for-small-down,
.visible-for-medium-only,
.visible-for-medium-up,
.visible-for-medium,
.visible-for-medium-down,
.hidden-for-large-only,
.hidden-for-large-up,
.hidden-for-large,
.visible-for-large-down,
.hidden-for-xlarge-only,
.hidden-for-xlarge-up,
.hidden-for-xlarge,
.visible-for-xlarge-down,
.hidden-for-xxlarge-only,
.hidden-for-xxlarge-up,
.hidden-for-xxlarge,
.visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto
}
.visible-for-small-only,
.hidden-for-small-up,
.visible-for-small,
.visible-for-small-down,
.hidden-for-medium-only,
.hidden-for-medium-up,
.hidden-for-medium,
.hidden-for-medium-down,
.visible-for-large-only,
.visible-for-large-up,
.visible-for-large,
.hidden-for-large-down,
.visible-for-xlarge-only,
.visible-for-xlarge-up,
.visible-for-xlarge,
.hidden-for-xlarge-down,
.visible-for-xxlarge-only,
.visible-for-xxlarge-up,
.visible-for-xxlarge,
.hidden-for-xxlarge-down {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px
}
table.hide-for-small-only,
table.show-for-small-up,
table.hide-for-small,
table.hide-for-small-down,
table.show-for-medium-only,
table.show-for-medium-up,
table.show-for-medium,
table.show-for-medium-down,
table.hide-for-large-only,
table.hide-for-large-up,
table.hide-for-large,
table.show-for-large-down,
table.hide-for-xlarge-only,
table.hide-for-xlarge-up,
table.hide-for-xlarge,
table.show-for-xlarge-down,
table.hide-for-xxlarge-only,
table.hide-for-xxlarge-up,
table.hide-for-xxlarge,
table.show-for-xxlarge-down {
display: table !important
}
thead.hide-for-small-only,
thead.show-for-small-up,
thead.hide-for-small,
thead.hide-for-small-down,
thead.show-for-medium-only,
thead.show-for-medium-up,
thead.show-for-medium,
thead.show-for-medium-down,
thead.hide-for-large-only,
thead.hide-for-large-up,
thead.hide-for-large,
thead.show-for-large-down,
thead.hide-for-xlarge-only,
thead.hide-for-xlarge-up,
thead.hide-for-xlarge,
thead.show-for-xlarge-down,
thead.hide-for-xxlarge-only,
thead.hide-for-xxlarge-up,
thead.hide-for-xxlarge,
thead.show-for-xxlarge-down {
display: table-header-group !important
}
tbody.hide-for-small-only,
tbody.show-for-small-up,
tbody.hide-for-small,
tbody.hide-for-small-down,
tbody.show-for-medium-only,
tbody.show-for-medium-up,
tbody.show-for-medium,
tbody.show-for-medium-down,
tbody.hide-for-large-only,
tbody.hide-for-large-up,
tbody.hide-for-large,
tbody.show-for-large-down,
tbody.hide-for-xlarge-only,
tbody.hide-for-xlarge-up,
tbody.hide-for-xlarge,
tbody.show-for-xlarge-down,
tbody.hide-for-xxlarge-only,
tbody.hide-for-xxlarge-up,
tbody.hide-for-xxlarge,
tbody.show-for-xxlarge-down {
display: table-row-group !important
}
tr.hide-for-small-only,
tr.show-for-small-up,
tr.hide-for-small,
tr.hide-for-small-down,
tr.show-for-medium-only,
tr.show-for-medium-up,
tr.show-for-medium,
tr.show-for-medium-down,
tr.hide-for-large-only,
tr.hide-for-large-up,
tr.hide-for-large,
tr.show-for-large-down,
tr.hide-for-xlarge-only,
tr.hide-for-xlarge-up,
tr.hide-for-xlarge,
tr.show-for-xlarge-down,
tr.hide-for-xxlarge-only,
tr.hide-for-xxlarge-up,
tr.hide-for-xxlarge,
tr.show-for-xxlarge-down {
display: table-row
}
th.hide-for-small-only,
td.hide-for-small-only,
th.show-for-small-up,
td.show-for-small-up,
th.hide-for-small,
td.hide-for-small,
th.hide-for-small-down,
td.hide-for-small-down,
th.show-for-medium-only,
td.show-for-medium-only,
th.show-for-medium-up,
td.show-for-medium-up,
th.show-for-medium,
td.show-for-medium,
th.show-for-medium-down,
td.show-for-medium-down,
th.hide-for-large-only,
td.hide-for-large-only,
th.hide-for-large-up,
td.hide-for-large-up,
th.hide-for-large,
td.hide-for-large,
th.show-for-large-down,
td.show-for-large-down,
th.hide-for-xlarge-only,
td.hide-for-xlarge-only,
th.hide-for-xlarge-up,
td.hide-for-xlarge-up,
th.hide-for-xlarge,
td.hide-for-xlarge,
th.show-for-xlarge-down,
td.show-for-xlarge-down,
th.hide-for-xxlarge-only,
td.hide-for-xxlarge-only,
th.hide-for-xxlarge-up,
td.hide-for-xxlarge-up,
th.hide-for-xxlarge,
td.hide-for-xxlarge,
th.show-for-xxlarge-down,
td.show-for-xxlarge-down {
display: table-cell !important
}
}
@media only screen and (min-width: 64.0625em) {
.hide-for-small-only,
.show-for-small-up,
.hide-for-small,
.hide-for-small-down,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large-only,
.show-for-large-up,
.show-for-large,
.show-for-large-down,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xlarge,
.show-for-xlarge-down,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge,
.show-for-xxlarge-down {
display: inherit !important
}
.show-for-small-only,
.hide-for-small-up,
.show-for-small,
.show-for-small-down,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-medium,
.show-for-medium-down,
.hide-for-large-only,
.hide-for-large-up,
.hide-for-large,
.hide-for-large-down,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xlarge,
.hide-for-xlarge-down,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge,
.hide-for-xxlarge-down {
display: none !important
}
.hidden-for-small-only,
.visible-for-small-up,
.hidden-for-small,
.hidden-for-small-down,
.hidden-for-medium-only,
.visible-for-medium-up,
.hidden-for-medium,
.hidden-for-medium-down,
.visible-for-large-only,
.visible-for-large-up,
.visible-for-large,
.visible-for-large-down,
.hidden-for-xlarge-only,
.hidden-for-xlarge-up,
.hidden-for-xlarge,
.visible-for-xlarge-down,
.hidden-for-xxlarge-only,
.hidden-for-xxlarge-up,
.hidden-for-xxlarge,
.visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto
}
.visible-for-small-only,
.hidden-for-small-up,
.visible-for-small,
.visible-for-small-down,
.visible-for-medium-only,
.hidden-for-medium-up,
.visible-for-medium,
.visible-for-medium-down,
.hidden-for-large-only,
.hidden-for-large-up,
.hidden-for-large,
.hidden-for-large-down,
.visible-for-xlarge-only,
.visible-for-xlarge-up,
.visible-for-xlarge,
.hidden-for-xlarge-down,
.visible-for-xxlarge-only,
.visible-for-xxlarge-up,
.visible-for-xxlarge,
.hidden-for-xxlarge-down {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px
}
table.hide-for-small-only,
table.show-for-small-up,
table.hide-for-small,
table.hide-for-small-down,
table.hide-for-medium-only,
table.show-for-medium-up,
table.hide-for-medium,
table.hide-for-medium-down,
table.show-for-large-only,
table.show-for-large-up,
table.show-for-large,
table.show-for-large-down,
table.hide-for-xlarge-only,
table.hide-for-xlarge-up,
table.hide-for-xlarge,
table.show-for-xlarge-down,
table.hide-for-xxlarge-only,
table.hide-for-xxlarge-up,
table.hide-for-xxlarge,
table.show-for-xxlarge-down {
display: table !important
}
thead.hide-for-small-only,
thead.show-for-small-up,
thead.hide-for-small,
thead.hide-for-small-down,
thead.hide-for-medium-only,
thead.show-for-medium-up,
thead.hide-for-medium,
thead.hide-for-medium-down,
thead.show-for-large-only,
thead.show-for-large-up,
thead.show-for-large,
thead.show-for-large-down,
thead.hide-for-xlarge-only,
thead.hide-for-xlarge-up,
thead.hide-for-xlarge,
thead.show-for-xlarge-down,
thead.hide-for-xxlarge-only,
thead.hide-for-xxlarge-up,
thead.hide-for-xxlarge,
thead.show-for-xxlarge-down {
display: table-header-group !important
}
tbody.hide-for-small-only,
tbody.show-for-small-up,
tbody.hide-for-small,
tbody.hide-for-small-down,
tbody.hide-for-medium-only,
tbody.show-for-medium-up,
tbody.hide-for-medium,
tbody.hide-for-medium-down,
tbody.show-for-large-only,
tbody.show-for-large-up,
tbody.show-for-large,
tbody.show-for-large-down,
tbody.hide-for-xlarge-only,
tbody.hide-for-xlarge-up,
tbody.hide-for-xlarge,
tbody.show-for-xlarge-down,
tbody.hide-for-xxlarge-only,
tbody.hide-for-xxlarge-up,
tbody.hide-for-xxlarge,
tbody.show-for-xxlarge-down {
display: table-row-group !important
}
tr.hide-for-small-only,
tr.show-for-small-up,
tr.hide-for-small,
tr.hide-for-small-down,
tr.hide-for-medium-only,
tr.show-for-medium-up,
tr.hide-for-medium,
tr.hide-for-medium-down,
tr.show-for-large-only,
tr.show-for-large-up,
tr.show-for-large,
tr.show-for-large-down,
tr.hide-for-xlarge-only,
tr.hide-for-xlarge-up,
tr.hide-for-xlarge,
tr.show-for-xlarge-down,
tr.hide-for-xxlarge-only,
tr.hide-for-xxlarge-up,
tr.hide-for-xxlarge,
tr.show-for-xxlarge-down {
display: table-row
}
th.hide-for-small-only,
td.hide-for-small-only,
th.show-for-small-up,
td.show-for-small-up,
th.hide-for-small,
td.hide-for-small,
th.hide-for-small-down,
td.hide-for-small-down,
th.hide-for-medium-only,
td.hide-for-medium-only,
th.show-for-medium-up,
td.show-for-medium-up,
th.hide-for-medium,
td.hide-for-medium,
th.hide-for-medium-down,
td.hide-for-medium-down,
th.show-for-large-only,
td.show-for-large-only,
th.show-for-large-up,
td.show-for-large-up,
th.show-for-large,
td.show-for-large,
th.show-for-large-down,
td.show-for-large-down,
th.hide-for-xlarge-only,
td.hide-for-xlarge-only,
th.hide-for-xlarge-up,
td.hide-for-xlarge-up,
th.hide-for-xlarge,
td.hide-for-xlarge,
th.show-for-xlarge-down,
td.show-for-xlarge-down,
th.hide-for-xxlarge-only,
td.hide-for-xxlarge-only,
th.hide-for-xxlarge-up,
td.hide-for-xxlarge-up,
th.hide-for-xxlarge,
td.hide-for-xxlarge,
th.show-for-xxlarge-down,
td.show-for-xxlarge-down {
display: table-cell !important
}
}
@media only screen and (min-width: 90.0625em) {
.hide-for-small-only,
.show-for-small-up,
.hide-for-small,
.hide-for-small-down,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-medium,
.hide-for-medium-down,
.hide-for-large-only,
.show-for-large-up,
.hide-for-large,
.hide-for-large-down,
.show-for-xlarge-only,
.show-for-xlarge-up,
.show-for-xlarge,
.show-for-xlarge-down,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge,
.show-for-xxlarge-down {
display: inherit !important
}
.show-for-small-only,
.hide-for-small-up,
.show-for-small,
.show-for-small-down,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-medium,
.show-for-medium-down,
.show-for-large-only,
.hide-for-large-up,
.show-for-large,
.show-for-large-down,
.hide-for-xlarge-only,
.hide-for-xlarge-up,
.hide-for-xlarge,
.hide-for-xlarge-down,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge,
.hide-for-xxlarge-down {
display: none !important
}
.hidden-for-small-only,
.visible-for-small-up,
.hidden-for-small,
.hidden-for-small-down,
.hidden-for-medium-only,
.visible-for-medium-up,
.hidden-for-medium,
.hidden-for-medium-down,
.hidden-for-large-only,
.visible-for-large-up,
.hidden-for-large,
.hidden-for-large-down,
.visible-for-xlarge-only,
.visible-for-xlarge-up,
.visible-for-xlarge,
.visible-for-xlarge-down,
.hidden-for-xxlarge-only,
.hidden-for-xxlarge-up,
.hidden-for-xxlarge,
.visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto
}
.visible-for-small-only,
.hidden-for-small-up,
.visible-for-small,
.visible-for-small-down,
.visible-for-medium-only,
.hidden-for-medium-up,
.visible-for-medium,
.visible-for-medium-down,
.visible-for-large-only,
.hidden-for-large-up,
.visible-for-large,
.visible-for-large-down,
.hidden-for-xlarge-only,
.hidden-for-xlarge-up,
.hidden-for-xlarge,
.hidden-for-xlarge-down,
.visible-for-xxlarge-only,
.visible-for-xxlarge-up,
.visible-for-xxlarge,
.hidden-for-xxlarge-down {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px
}
table.hide-for-small-only,
table.show-for-small-up,
table.hide-for-small,
table.hide-for-small-down,
table.hide-for-medium-only,
table.show-for-medium-up,
table.hide-for-medium,
table.hide-for-medium-down,
table.hide-for-large-only,
table.show-for-large-up,
table.hide-for-large,
table.hide-for-large-down,
table.show-for-xlarge-only,
table.show-for-xlarge-up,
table.show-for-xlarge,
table.show-for-xlarge-down,
table.hide-for-xxlarge-only,
table.hide-for-xxlarge-up,
table.hide-for-xxlarge,
table.show-for-xxlarge-down {
display: table !important
}
thead.hide-for-small-only,
thead.show-for-small-up,
thead.hide-for-small,
thead.hide-for-small-down,
thead.hide-for-medium-only,
thead.show-for-medium-up,
thead.hide-for-medium,
thead.hide-for-medium-down,
thead.hide-for-large-only,
thead.show-for-large-up,
thead.hide-for-large,
thead.hide-for-large-down,
thead.show-for-xlarge-only,
thead.show-for-xlarge-up,
thead.show-for-xlarge,
thead.show-for-xlarge-down,
thead.hide-for-xxlarge-only,
thead.hide-for-xxlarge-up,
thead.hide-for-xxlarge,
thead.show-for-xxlarge-down {
display: table-header-group !important
}
tbody.hide-for-small-only,
tbody.show-for-small-up,
tbody.hide-for-small,
tbody.hide-for-small-down,
tbody.hide-for-medium-only,
tbody.show-for-medium-up,
tbody.hide-for-medium,
tbody.hide-for-medium-down,
tbody.hide-for-large-only,
tbody.show-for-large-up,
tbody.hide-for-large,
tbody.hide-for-large-down,
tbody.show-for-xlarge-only,
tbody.show-for-xlarge-up,
tbody.show-for-xlarge,
tbody.show-for-xlarge-down,
tbody.hide-for-xxlarge-only,
tbody.hide-for-xxlarge-up,
tbody.hide-for-xxlarge,
tbody.show-for-xxlarge-down {
display: table-row-group !important
}
tr.hide-for-small-only,
tr.show-for-small-up,
tr.hide-for-small,
tr.hide-for-small-down,
tr.hide-for-medium-only,
tr.show-for-medium-up,
tr.hide-for-medium,
tr.hide-for-medium-down,
tr.hide-for-large-only,
tr.show-for-large-up,
tr.hide-for-large,
tr.hide-for-large-down,
tr.show-for-xlarge-only,
tr.show-for-xlarge-up,
tr.show-for-xlarge,
tr.show-for-xlarge-down,
tr.hide-for-xxlarge-only,
tr.hide-for-xxlarge-up,
tr.hide-for-xxlarge,
tr.show-for-xxlarge-down {
display: table-row
}
th.hide-for-small-only,
td.hide-for-small-only,
th.show-for-small-up,
td.show-for-small-up,
th.hide-for-small,
td.hide-for-small,
th.hide-for-small-down,
td.hide-for-small-down,
th.hide-for-medium-only,
td.hide-for-medium-only,
th.show-for-medium-up,
td.show-for-medium-up,
th.hide-for-medium,
td.hide-for-medium,
th.hide-for-medium-down,
td.hide-for-medium-down,
th.hide-for-large-only,
td.hide-for-large-only,
th.show-for-large-up,
td.show-for-large-up,
th.hide-for-large,
td.hide-for-large,
th.hide-for-large-down,
td.hide-for-large-down,
th.show-for-xlarge-only,
td.show-for-xlarge-only,
th.show-for-xlarge-up,
td.show-for-xlarge-up,
th.show-for-xlarge,
td.show-for-xlarge,
th.show-for-xlarge-down,
td.show-for-xlarge-down,
th.hide-for-xxlarge-only,
td.hide-for-xxlarge-only,
th.hide-for-xxlarge-up,
td.hide-for-xxlarge-up,
th.hide-for-xxlarge,
td.hide-for-xxlarge,
th.show-for-xxlarge-down,
td.show-for-xxlarge-down {
display: table-cell !important
}
}
@media only screen and (min-width: 120.0625em) {
.hide-for-small-only,
.show-for-small-up,
.hide-for-small,
.hide-for-small-down,
.hide-for-medium-only,
.show-for-medium-up,
.hide-for-medium,
.hide-for-medium-down,
.hide-for-large-only,
.show-for-large-up,
.hide-for-large,
.hide-for-large-down,
.hide-for-xlarge-only,
.show-for-xlarge-up,
.hide-for-xlarge,
.hide-for-xlarge-down,
.show-for-xxlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge,
.show-for-xxlarge-down {
display: inherit !important
}
.show-for-small-only,
.hide-for-small-up,
.show-for-small,
.show-for-small-down,
.show-for-medium-only,
.hide-for-medium-up,
.show-for-medium,
.show-for-medium-down,
.show-for-large-only,
.hide-for-large-up,
.show-for-large,
.show-for-large-down,
.show-for-xlarge-only,
.hide-for-xlarge-up,
.show-for-xlarge,
.show-for-xlarge-down,
.hide-for-xxlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge,
.hide-for-xxlarge-down {
display: none !important
}
.hidden-for-small-only,
.visible-for-small-up,
.hidden-for-small,
.hidden-for-small-down,
.hidden-for-medium-only,
.visible-for-medium-up,
.hidden-for-medium,
.hidden-for-medium-down,
.hidden-for-large-only,
.visible-for-large-up,
.hidden-for-large,
.hidden-for-large-down,
.hidden-for-xlarge-only,
.visible-for-xlarge-up,
.hidden-for-xlarge,
.hidden-for-xlarge-down,
.visible-for-xxlarge-only,
.visible-for-xxlarge-up,
.visible-for-xxlarge,
.visible-for-xxlarge-down {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto
}
.visible-for-small-only,
.hidden-for-small-up,
.visible-for-small,
.visible-for-small-down,
.visible-for-medium-only,
.hidden-for-medium-up,
.visible-for-medium,
.visible-for-medium-down,
.visible-for-large-only,
.hidden-for-large-up,
.visible-for-large,
.visible-for-large-down,
.visible-for-xlarge-only,
.hidden-for-xlarge-up,
.visible-for-xlarge,
.visible-for-xlarge-down,
.hidden-for-xxlarge-only,
.hidden-for-xxlarge-up,
.hidden-for-xxlarge,
.hidden-for-xxlarge-down {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px
}
table.hide-for-small-only,
table.show-for-small-up,
table.hide-for-small,
table.hide-for-small-down,
table.hide-for-medium-only,
table.show-for-medium-up,
table.hide-for-medium,
table.hide-for-medium-down,
table.hide-for-large-only,
table.show-for-large-up,
table.hide-for-large,
table.hide-for-large-down,
table.hide-for-xlarge-only,
table.show-for-xlarge-up,
table.hide-for-xlarge,
table.hide-for-xlarge-down,
table.show-for-xxlarge-only,
table.show-for-xxlarge-up,
table.show-for-xxlarge,
table.show-for-xxlarge-down {
display: table !important
}
thead.hide-for-small-only,
thead.show-for-small-up,
thead.hide-for-small,
thead.hide-for-small-down,
thead.hide-for-medium-only,
thead.show-for-medium-up,
thead.hide-for-medium,
thead.hide-for-medium-down,
thead.hide-for-large-only,
thead.show-for-large-up,
thead.hide-for-large,
thead.hide-for-large-down,
thead.hide-for-xlarge-only,
thead.show-for-xlarge-up,
thead.hide-for-xlarge,
thead.hide-for-xlarge-down,
thead.show-for-xxlarge-only,
thead.show-for-xxlarge-up,
thead.show-for-xxlarge,
thead.show-for-xxlarge-down {
display: table-header-group !important
}
tbody.hide-for-small-only,
tbody.show-for-small-up,
tbody.hide-for-small,
tbody.hide-for-small-down,
tbody.hide-for-medium-only,
tbody.show-for-medium-up,
tbody.hide-for-medium,
tbody.hide-for-medium-down,
tbody.hide-for-large-only,
tbody.show-for-large-up,
tbody.hide-for-large,
tbody.hide-for-large-down,
tbody.hide-for-xlarge-only,
tbody.show-for-xlarge-up,
tbody.hide-for-xlarge,
tbody.hide-for-xlarge-down,
tbody.show-for-xxlarge-only,
tbody.show-for-xxlarge-up,
tbody.show-for-xxlarge,
tbody.show-for-xxlarge-down {
display: table-row-group !important
}
tr.hide-for-small-only,
tr.show-for-small-up,
tr.hide-for-small,
tr.hide-for-small-down,
tr.hide-for-medium-only,
tr.show-for-medium-up,
tr.hide-for-medium,
tr.hide-for-medium-down,
tr.hide-for-large-only,
tr.show-for-large-up,
tr.hide-for-large,
tr.hide-for-large-down,
tr.hide-for-xlarge-only,
tr.show-for-xlarge-up,
tr.hide-for-xlarge,
tr.hide-for-xlarge-down,
tr.show-for-xxlarge-only,
tr.show-for-xxlarge-up,
tr.show-for-xxlarge,
tr.show-for-xxlarge-down {
display: table-row
}
th.hide-for-small-only,
td.hide-for-small-only,
th.show-for-small-up,
td.show-for-small-up,
th.hide-for-small,
td.hide-for-small,
th.hide-for-small-down,
td.hide-for-small-down,
th.hide-for-medium-only,
td.hide-for-medium-only,
th.show-for-medium-up,
td.show-for-medium-up,
th.hide-for-medium,
td.hide-for-medium,
th.hide-for-medium-down,
td.hide-for-medium-down,
th.hide-for-large-only,
td.hide-for-large-only,
th.show-for-large-up,
td.show-for-large-up,
th.hide-for-large,
td.hide-for-large,
th.hide-for-large-down,
td.hide-for-large-down,
th.hide-for-xlarge-only,
td.hide-for-xlarge-only,
th.show-for-xlarge-up,
td.show-for-xlarge-up,
th.hide-for-xlarge,
td.hide-for-xlarge,
th.hide-for-xlarge-down,
td.hide-for-xlarge-down,
th.show-for-xxlarge-only,
td.show-for-xxlarge-only,
th.show-for-xxlarge-up,
td.show-for-xxlarge-up,
th.show-for-xxlarge,
td.show-for-xxlarge,
th.show-for-xxlarge-down,
td.show-for-xxlarge-down {
display: table-cell !important
}
}
.show-for-landscape,
.hide-for-portrait {
display: inherit !important
}
.hide-for-landscape,
.show-for-portrait {
display: none !important
}
table.hide-for-landscape,
table.show-for-portrait {
display: table !important
}
thead.hide-for-landscape,
thead.show-for-portrait {
display: table-header-group !important
}
tbody.hide-for-landscape,
tbody.show-for-portrait {
display: table-row-group !important
}
tr.hide-for-landscape,
tr.show-for-portrait {
display: table-row !important
}
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
display: table-cell !important
}
@media only screen and (orientation: landscape) {
.show-for-landscape,
.hide-for-portrait {
display: inherit !important
}
.hide-for-landscape,
.show-for-portrait {
display: none !important
}
table.show-for-landscape,
table.hide-for-portrait {
display: table !important
}
thead.show-for-landscape,
thead.hide-for-portrait {
display: table-header-group !important
}
tbody.show-for-landscape,
tbody.hide-for-portrait {
display: table-row-group !important
}
tr.show-for-landscape,
tr.hide-for-portrait {
display: table-row !important
}
td.show-for-landscape,
td.hide-for-portrait,
th.show-for-landscape,
th.hide-for-portrait {
display: table-cell !important
}
}
@media only screen and (orientation: portrait) {
.show-for-portrait,
.hide-for-landscape {
display: inherit !important
}
.hide-for-portrait,
.show-for-landscape {
display: none !important
}
table.show-for-portrait,
table.hide-for-landscape {
display: table !important
}
thead.show-for-portrait,
thead.hide-for-landscape {
display: table-header-group !important
}
tbody.show-for-portrait,
tbody.hide-for-landscape {
display: table-row-group !important
}
tr.show-for-portrait,
tr.hide-for-landscape {
display: table-row !important
}
td.show-for-portrait,
td.hide-for-landscape,
th.show-for-portrait,
th.hide-for-landscape {
display: table-cell !important
}
}
.show-for-touch {
display: none !important
}
.hide-for-touch {
display: inherit !important
}
.touch .show-for-touch {
display: inherit !important
}
.touch .hide-for-touch {
display: none !important
}
table.hide-for-touch {
display: table !important
}
.touch table.show-for-touch {
display: table !important
}
thead.hide-for-touch {
display: table-header-group !important
}
.touch thead.show-for-touch {
display: table-header-group !important
}
tbody.hide-for-touch {
display: table-row-group !important
}
.touch tbody.show-for-touch {
display: table-row-group !important
}
tr.hide-for-touch {
display: table-row !important
}
.touch tr.show-for-touch {
display: table-row !important
}
td.hide-for-touch {
display: table-cell !important
}
.touch td.show-for-touch {
display: table-cell !important
}
th.hide-for-touch {
display: table-cell !important
}
.touch th.show-for-touch {
display: table-cell !important
}
.show-for-sr {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px
}
.show-on-focus {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute !important;
width: 1px
}
.show-on-focus:focus,
.show-on-focus:active {
position: static !important;
height: auto;
width: auto;
overflow: visible;
clip: auto
}
.print-only,
.show-for-print {
display: none !important
}
@media print {
.print-only,
.show-for-print {
display: block !important
}
.hide-on-print,
.hide-for-print {
display: none !important
}
table.show-for-print {
display: table !important
}
thead.show-for-print {
display: table-header-group !important
}
tbody.show-for-print {
display: table-row-group !important
}
tr.show-for-print {
display: table-row !important
}
td.show-for-print {
display: table-cell !important
}
th.show-for-print {
display: table-cell !important
}
} html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
a {
background-color: transparent
}
a:active,
a:hover {
outline: 0
}
abbr[title] {
border-bottom: 1px dotted
}
b,
strong {
font-weight: bold
}
dfn {
font-style: italic
}
h1 {
font-size: 2em;
margin: 0.67em 0
}
mark {
background: #ff0;
color: #000
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sup {
top: -0.5em
}
sub {
bottom: -0.25em
}
img {
border: 0
}
svg:not(:root) {
overflow: hidden
}
figure {
margin: 1em 40px
}
hr {
box-sizing: content-box;
height: 0
}
pre {
overflow: auto
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0
}
button {
overflow: visible
}
button,
select {
text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled],
html input[disabled] {
cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0
}
input {
line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em
}
legend {
border: 0;
padding: 0
}
textarea {
overflow: auto
}
optgroup {
font-weight: bold
}
table {
border-collapse: collapse;
border-spacing: 0
}
td,
th {
padding: 0
}
.icon-bar.two-up .item {
width: 50%
}
.icon-bar.two-up.vertical .item,
.icon-bar.two-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.two-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.two-up.large-vertical .item {
width: auto
}
}
.icon-bar.three-up .item {
width: 33.3333%
}
.icon-bar.three-up.vertical .item,
.icon-bar.three-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.three-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.three-up.large-vertical .item {
width: auto
}
}
.icon-bar.four-up .item {
width: 25%
}
.icon-bar.four-up.vertical .item,
.icon-bar.four-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.four-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.four-up.large-vertical .item {
width: auto
}
}
.icon-bar.five-up .item {
width: 20%
}
.icon-bar.five-up.vertical .item,
.icon-bar.five-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.five-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.five-up.large-vertical .item {
width: auto
}
}
.icon-bar.six-up .item {
width: 16.66667%
}
.icon-bar.six-up.vertical .item,
.icon-bar.six-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.six-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.six-up.large-vertical .item {
width: auto
}
}
.icon-bar.seven-up .item {
width: 14.28571%
}
.icon-bar.seven-up.vertical .item,
.icon-bar.seven-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.seven-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.seven-up.large-vertical .item {
width: auto
}
}
.icon-bar.eight-up .item {
width: 12.5%
}
.icon-bar.eight-up.vertical .item,
.icon-bar.eight-up.small-vertical .item {
width: auto
}
@media only screen and (min-width: 40.0625em) {
.icon-bar.eight-up.medium-vertical .item {
width: auto
}
}
@media only screen and (min-width: 64.0625em) {
.icon-bar.eight-up.large-vertical .item {
width: auto
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 300
}
pre {
border: 1px solid rgba(0, 0, 0, 0.32);
overflow: auto;
padding: 20px;
white-space: pre-wrap
}
.comment ul {
list-style: outside none none
}
.row .row {
max-width: 85.71429em
}
.animated,
.animation-parent {
overflow: hidden
}
.collapse[class*="block-grid-"]>li {
padding: 0
}
.wd-vertical-aligned {
position: absolute;
top: 50%;
transform: translateY(-50%) translateX(-50%);
left: 50%
}
.row-delimiter {
width: 1px;
position: absolute;
bottom: 0px;
transform: translateY(100%) translateX(900px)
}
body {
overflow-x: hidden
}
ul {
list-style: none
}
#preloader {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 99
}
#status {
width: 200px;
height: 200px;
position: absolute;
left: 50%;
top: 50%;
background-image: url(//www.acia-sud.com/wp-content/themes/acia-sud/images/big-preloader.gif);
background-repeat: no-repeat;
background-position: center;
margin: -100px 0 0 -100px
}
.m-0,
.square-row {
margin: 0 !important
}
.m-t-50 {
margin-top: 50px !important
}
.m-b-0 {
margin-bottom: 0 !important
}
.p-0,
.p-0-r-8,
.p-0-l-8,
.l-slider .block,
.square-row,
.square-img {
padding: 0 !important
}
.p-0-15,
.square-txt {
padding: 0 0.9375em
}
.p-0-20,
.blog-info>div {
padding: 0 1.25em
}
.p-t-0 {
padding-top: 0 !important
}
.p-t-15 {
padding-top: 15px !important
}
.p-t-20 {
padding-top: 20px !important
}
.p-t-60 {
padding-top: 60px
}
.p-t-150 {
padding-top: 150px
}
.p-b-40 {
padding-bottom: 40px !important
}
.p-b-15 {
padding-bottom: 15px !important
}
.p-b-20 {
padding-bottom: 20px !important
}
.p-0-r-8 {
padding-right: 0.5em !important
}
.p-0-l-8 {
padding-left: 0.5em !important
}
@media only screen and (max-width: 768px) {
html body.admin-menu {
margin-top: 80px !important
}
}
.wpb_row.row {
margin: 0 auto;
clear: both
}
div.vc_separator h4 {
font-size: 2.64286em;
padding-left: 0
}
div.vc_separator.vc_separator_align_center h4 {
text-align: center
}
.l-boxed .page {
margin: 0 auto;
max-width: 1140px
}
.textwidget {
font-family: inherit;
font-size: 1em;
margin-bottom: 1.42857em
}
div.view-blog.view-display-id-block_1.black-separateur ul li {
clear: both
}
#main-menu li ul li {
background: none repeat scroll 0 0 #fff
}
#main-menu .wd_mega-menu li ul li {
padding: 5px 25px 0px 8px
}
.post-categories,
.post-categories li {
display: inline;
margin: 0
}
input.wpcf7-submit {
border: medium none;
border-radius: 5px;
color: #fff;
padding: 10px
}
#content-body {
margin-top: 50px
}
.body.field .vc_responsive .wpb_row .vc_span12 {
padding-left: 0;
padding-right: 0
}
.vc_separator h4 {
color: inherit
}
.wp-caption {
max-width: 100%
}
.wp-caption-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
font-style: italic;
line-height: 1.5;
margin: 9px 0
}
.gallery-caption {
background-color: rgba(0, 0, 0, 0.7);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #fff;
font-size: 12px;
line-height: 1.5;
margin: 0;
max-height: 50%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 0;
left: 0;
text-align: left;
width: 100%
}
.bypostauthor>article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
-webkit-font-smoothing: antialiased;
display: inline-block;
font: normal 16px/1 Genericons;
text-decoration: inherit;
vertical-align: text-bottom
}
.alignright {
float: right
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.alignleft {
float: left
}
h2.heading {
color: inherit
}
.alignnone {
margin: 5px 20px 20px 0
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto
}
.alignright {
float: right;
margin: 5px 0 20px 20px
}
.alignleft {
float: left;
margin: 5px 20px 20px 0
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px
}
a img.alignnone {
margin: 5px 20px 20px 0
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%;
padding: 5px 3px 10px;
text-align: center
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0
}
.wp-caption.alignright {
margin: 5px 0 20px 20px
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000
}
.wd-glass {
overflow: hidden
}
.wd-glass:after {
background: #fff none repeat scroll 0 0;
content: "";
display: block;
height: 50px;
position: absolute;
top: -70px;
transform: translateX(-50%) rotate(-45deg);
transition: all 0.6s ease-in-out 0s;
width: 200%
}
.wd-glass:hover:after {
position: absolute;
top: 80%;
transform: translateX(50%) rotate(-45deg)
}
.social-icons.inline-list {
margin: 0 auto 0.3em auto
}
.social-icons li {
margin-left: 0;
margin-right: .375em;
margin-top: .6em
}
.social-icons li i {
padding: 4px 5px;
width: 22px;
text-align: center
}
@media only screen and (max-width: 574px) {
.header_top_right {
margin-top: -30px
}
}
.header-top {
line-height: 36px
}
.contact-info {
margin-right: 20px
}
.contact-info i {
padding-left: 10px
}
.fixed .show-cart-btn {
display: none
}
.top-bar .title-area {
padding-left: 13px
}
.top-bar .title-area .name h2 {
font-size: 25px;
font-weight: 400;
margin: 5px 0
}
.fixed {
z-index: 210
}
@media only screen and (min-width: 900px) {
.top-bar {
height: 100px
}
}
@media only screen and (min-width: 900px) {
.fixed .top-bar {
height: 70px
}
}
@media only screen and (min-width: 900px) {
.top-bar .name h1 a {
line-height: 80px
}
}
@media only screen and (min-width: 900px) {
.fixed .top-bar .name h1 a {
line-height: 70px
}
}
@media only screen and (max-width: 768px) {
.fixed .top-bar {
transition: all .5s ease
}
.fixed .top-bar .name h1 a {
font-size: 2em;
line-height: 60px
}
}
.top-bar-section .main-nav {
float: right
}
.top-bar-section .dropdown {
left: 0;
right: auto;
min-width: 160px
}
.top-bar-section .dropdown li a {
padding: 3px 20px;
line-height: 30px
}
@media only screen and (max-width: 768px) {
.top-bar-section .dropdown {
left: 100%
}
}
.top-bar-section .right li .dropdown {
left: 0;
right: auto
}
.top-bar-section>ul>li>a {
height: 70px
}
@media only screen {
.top-bar-section>ul>li>a {
height: 80px
}
}
@media only screen {
.fixed .top-bar-section>ul>li>a {
height: 70px
}
}
.top-bar-section .main-nav>li>a:not(.button) {
line-height: 100px;
font-size: 0.92857em;
min-width: 100px
}
.top-bar-section .main-nav>li>a:not(.button).has-icon {
line-height: 25px
}
@media only screen {
.top-bar-section .main-nav>li>a:not(.button).has-icon {
text-align: center
}
}
@media only screen {
.fixed .top-bar-section .main-nav>li>a:not(.button).has-icon {
line-height: 70px
}
}
.top-bar-section .main-nav>li>a:not(.button) i {
display: block;
font-size: 24px;
display: inline-block;
padding: 10px 10px 0 30px
}
@media only screen {
.top-bar-section .main-nav>li>a:not(.button) i {
display: block;
padding: 16px 0 0 0
}
}
@media only screen {
.fixed .top-bar-section .main-nav>li>a:not(.button) i {
display: none
}
}
.top-bar-section .main-nav>.has-dropdown>a.has-icon {
padding-right: 15px !important
}
.top-bar-section .main-nav>.has-dropdown>a.has-icon:after {
border: none
}
.top-bar-section .has-dropdown>a:after {
top: 50px
}
.fixed .top-bar-section .has-dropdown>a:after {
top: 35px
}
.top-bar-section ul li>a {
font-size: 14px
}
.titlebar .button.secondary {
margin: 2px
}
.titlebar .title {
margin: 1.5em 0
}
.titlebar .subtitle {
color: #DDD;
margin-bottom: 30px
}
.breadcrumbs {
float: right;
margin-top: 55px
}
.breadcrumbs>* {
font-size: 0.9rem
}
@media only screen and (min-width: 900px) {
.wd_mega-menu:hover>.sub-menu.dropdown>li>.sub-menu.dropdown {
display: block !important
}
.wd_mega-menu .sub-menu li li>a {
padding: 0 5px !important
}
}
.wd_mega-menu>.sub-menu.dropdown>li:hover>.sub-menu.dropdown {
display: block !important
}
@media only screen and (max-width: 768px) {
.wd_mega-menu:hover>.sub-menu.dropdown {
border: 1px solid #eee;
box-shadow: none;
height: auto !important;
left: auto;
position: relative !important;
width: 100%
}
.wd_mega-menu:hover>.sub-menu.dropdown>li {
display: table-cell;
padding-left: 15px;
padding-right: 15px;
padding-top: 20px
}
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
.wd_mega-menu:hover>.sub-menu.dropdown>li {
width: auto;
display: block;
float: none
}
}
@media only screen and (max-width: 768px) {
.wd_mega-menu:hover>.sub-menu.dropdown>li>.sub-menu.dropdown {
position: unset !important;
box-shadow: none;
padding-bottom: 10px;
height: auto;
display: none !important
}
.wd_mega-menu>.sub-menu.dropdown>li {
transition: all .5s ease
}
.wd_mega-menu>.sub-menu.dropdown>li:hover>.sub-menu.dropdown {
display: block !important;
width: 100%
}
}
.top-bar-section .wd_mega-menu .has-dropdown>a {
padding-right: 10.188rem !important
}
.wd_mega-menu>.dropdown>li>a {
font-weight: bold
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown>a::after {
content: ""
}
.top-bar-section .wd_mega-menu>.dropdown>li:not(.has-form):not(.active)>a:not(.button) {
background: transparent;
color: #000;
text-transform: uppercase
}
.top-bar-section .wd_mega-menu>.dropdown>li:hover:not(.has-form):not(.active)>a:not(.button) {
background: transparent;
color: #000
}
.top-bar-section .wd_mega-menu .dropdown .dropdown>li:not(.has-form) a:not(.button) {
line-height: 2em
}
.empty-menu {
float: right
}
.sidebar .block-title {
font-size: 1.5em;
margin-bottom: 10px;
margin-top: 50px;
font-weight: 700
}
.sidebar-second {
margin-top: 40px
}
.sidebar #searchsubmit,
.l-footer-columns #searchsubmit {
background-color: #83c77a;
border: 0 none;
box-shadow: none;
color: #fff;
display: inline;
font-size: 12px;
font-weight: 300;
height: 3.2em;
position: absolute;
right: 0;
top: 1px;
transition: all 0.3s ease-in-out 0s;
width: auto
}
.sidebar #s,
.l-footer-columns #s {
font-size: 0.9em;
height: 40px;
padding-right: 59px;
box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
border-color: transparent transparent #e7e7e7;
border-style: none none solid;
border-width: medium medium 1px;
background: #fafafa
}
.sidebar #s:focus,
.l-footer-columns #s:focus {
background: #aaa;
color: #fff
}
.sidebar #prev a {
color: #fff
}
.sidebar #next a {
color: #fff
}
.widget_recent_entries ul li::before,
.sidebar ul li::before {
content: "\f0da";
font-family: "FontAwesome";
font-size: 12px;
margin: 0 -15px;
position: absolute;
margin-top: 2px
}
.sidebar section>ul>li {
padding: 10px 0;
border-bottom: 1px solid #eee
}
.sidebar-second a {
color: #333
}
.sidebar-second.sidebar-left {
margin-top: 0;
width: 100%;
padding: 0px 0.7rem
}
@media only screen {
.sidebar-second.sidebar-left {
width: 25%
}
}
.sidebar-second.sidebar-left h2 {
font-weight: 600
}
.sidebar-second.sidebar-left ul li::before {
content: "";
margin: 0
}
.sidebar-second.sidebar-left ul li {
border-left: 1px solid #fff;
line-height: 39px;
margin: 0;
padding: 6px 0px 6px 20px;
transition: all .3s ease 0s
}
.sidebar-second.sidebar-left ul li:hover {
padding-left: 25px
}
.sidebar-second.sidebar-left ul li a {
font-size: 14px;
font-weight: 400
}
.sidebar-second.sidebar-left ul li:first-child {
padding-top: 10px
}
.sidebar-second.sidebar-left ul li:hover {
border-left: 2px solid #fea026
}
.sidebar-second.sidebar-left ul li:hover a {
color: #fea026
}
.sidebar-second.sidebar-left .widget-documents .widget-subtitle {
color: #666;
font-size: 15px;
font-weight: 600
}
.sidebar-second.sidebar-left .widget-documents ul {
margin-top: 20px
}
.sidebar-second.sidebar-left .widget-documents ul li {
box-shadow: 0 0 3px 0 #bbb;
margin: 12px 0;
padding: 0;
color: #787b7f
}
.sidebar-second.sidebar-left .widget-documents ul li a {
font-size: 13px;
font-weight: 600;
padding: 8px 10px
}
.sidebar-second.sidebar-left .widget-documents ul li i {
margin-top: 0;
font-size: 15px;
margin-right: 10px
}
.sidebar-second.sidebar-left .widget-documents ul li:hover {
background-color: #FFF
}
.sidebar-second.sidebar-left .widget-documents ul li:hover a {
color: #787b7f
}
.sidebar-second.sidebar.sidebar-left {
margin-top: 0;
width: 100%;
padding: 0px 17px 0 15px
}
@media only screen and (min-width: 64.0625em) {
.sidebar-second.sidebar.sidebar-left {
width: 25%
}
}
.sidebar-second.sidebar.sidebar-left h2 {
font-weight: 600
}
.sidebar-second.sidebar.sidebar-left ul.menu {
margin: 0
}
.sidebar-second.sidebar.sidebar-left ul li::before {
content: "";
margin: 0
}
.sidebar-second.sidebar.sidebar-left ul li {
border-left: 3px solid #DADADA;
border-top: 1px solid #EEE;
border-right: 1px solid #EEE;
margin: 0;
padding: 13px 0px 11px 30px;
transition: all .3s ease 0s
}
.sidebar-second.sidebar.sidebar-left ul li:hover,
.sidebar-second.sidebar.sidebar-left ul li.current-menu-item,
.sidebar-second.sidebar.sidebar-left ul li.current-menu-item:hover {
padding-left: 32px;
background-color: #f2f2f2;
border-left: 3px solid #106EAA
}
.sidebar-second.sidebar.sidebar-left ul li:hover a,
.sidebar-second.sidebar.sidebar-left ul li.current-menu-item a,
.sidebar-second.sidebar.sidebar-left ul li.current-menu-item:hover a {
color: #333
}
.sidebar-second.sidebar.sidebar-left ul li a {
font-size: 15px;
font-weight: 700;
color: #999
}
.sidebar-second.sidebar.sidebar-left ul li:last-child {
padding-top: 10px;
border-bottom: 1px solid #EEE
}
.sidebar-second.sidebar.sidebar-left .widget-documents .widget-subtitle {
color: #666;
font-size: 15px;
font-weight: 600
}
.sidebar-second.sidebar.sidebar-left .widget-documents ul {
margin: 20px 0 0
}
.sidebar-second.sidebar.sidebar-left .widget-documents ul li {
box-shadow: 0 0 2px 0 rgba(187, 187, 187, 0.53);
margin: 15px 0;
padding: 8px 20px 8px 25px;
color: #787b7f;
border: none
}
.sidebar-second.sidebar.sidebar-left .widget-documents ul li a {
font-size: 13px;
font-weight: 600;
padding: 8px 10px
}
.sidebar-second.sidebar.sidebar-left .widget-documents ul li i {
margin-top: 0;
font-size: 15px;
margin-right: 10px
}
.sidebar-second.sidebar.sidebar-left .widget-documents ul li:hover {
background-color: #FFF;
box-shadow: 0 0 3px 3px rgba(187, 187, 187, 0.53)
}
.sidebar-second.sidebar.sidebar-left .widget-documents ul li:hover a {
color: #555
}
.l-footer-columns {
clear: both
}
.l-footer-columns .block-comment-recent li span {
display: block
}
.l-footer {
padding-top: 1em;
margin-bottom: 0
}
.l-footer #lang_sel_list li {
left: 40%
}
.l-footer p {
margin: 0;
padding-bottom: 0.7em;
direction: ltr
}
.l-footer .footer {
text-align: left
}
.l-footer section.block {
padding: 0
}
#lang_sel_list ul a,
#lang_sel_list_list ul a:visited,
#lang_sel_list a,
#lang_sel_list a:visited {
background: none
}
.l-footer-columns tfoot {
background: none repeat scroll 0 0 transparent
}
.l-footer-columns table {
background-color: rgba(255, 255, 255, 0.3)
}
.l-footer-columns table tr.even,
table tr.alt,
table tr:nth-of-type(2n) {
background-color: transparent
}
.l-footer-columns #s {
background: rgba(255, 255, 255, 0.3);
border-bottom: 0;
border-width: 0
}
.l-footer-columns input#searchsubmit {
height: 40px;
top: 0
}
.l-footer-columns table caption {
color: #AAA
}
.l-footer-columns .block-title,
.l-footer-columns ul li a {
color: #AAA
}
.l-footer-columns ul {
margin-left: 0
}
.front .block {
padding: 50px 40px
}
.l-footer-columns .block {
padding: 50px 0
}
.header-top .block {
padding: 0
}
.square-row {
overflow: hidden
}
.square-txt {
position: absolute;
width: 60%;
height: 100%;
z-index: 5;
transition: all .5s ease-in-out .1s
}
@media only screen and (min-width: 980px) {
.square-txt {
width: 41%
}
}
.square-txt .arrow {
position: absolute;
transition: all .5s ease-in-out .1s;
width: 0;
height: 0;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent
}
.square-txt .post-read-more {
margin-top: 10px
}
.square-bottom .square-txt {
height: 37%;
width: 100%;
top: 50%
}
@media only screen and (min-width: 980px) {
.square-bottom .square-txt {
top: 56%
}
}
.square-bottom .square-txt .arrow {
left: calc(50% - 20px);
top: -20px;
border-top: 0 solid #94e107;
border-bottom: 20px solid #94e107;
border-right: 20px solid transparent;
border-left: 20px solid transparent
}
.square-left .square-txt {
position: absolute;
left: 0;
transition: all .5s ease-in-out
}
.square-left .square-txt .arrow {
right: -20px;
top: calc(50% - 20px);
border-left: 20px solid #009ae7;
border-right: 0 solid #009ae7
}
.square-right .square-txt {
position: absolute;
right: 0;
width: 60%
}
@media only screen and (min-width: 980px) {
.square-right .square-txt {
width: 43%
}
}
.square-right .square-txt .arrow {
left: -20px;
top: calc(50% - 20px);
border-left: 0 solid #fbb820;
border-right: 20px solid #fbb820
}
.square-row img {
transition: all .5s ease-in-out .1s
}
.square-img {
overflow: hidden
}
.square-row:hover img {
transform: scale(1.1)
}
.square-img {
position: absolute;
right: 0;
text-align: center;
transition: all .5s ease-in-out .1s
}
@media (max-width: 767px) {
.square-img,
.square-img img {
width: 100%
}
}
.square-img>a:before {
bottom: 100%;
content: "";
display: block;
height: 100%;
opacity: 0;
position: absolute;
top: 0;
width: 100%;
transition: all .2s ease-in
}
.square-row:hover .square-img>a:before {
height: 100%;
opacity: 0.3;
transform: scale(1.2)
}
.square-left .square-img {
left: auto;
right: 0
}
.square-right .square-img {
left: 0;
right: auto;
overflow: hidden
}
.square-row .square-img .fa {
left: 48%;
left: calc(50% - 26px);
top: 50%;
top: calc(50% - 30px);
position: absolute;
opacity: 0;
transition: all .6s ease-in-out 0;
padding: 0;
border-radius: 50%;
z-index: 9
}
.square-row:hover .square-img .fa {
font-size: 60px;
padding: 5px 11px
}
.square-bottom.square-row .square-img {
top: 0
}
.square-right:hover .square-img {
right: auto
}
.boxes.colored .columns {
padding: 0
}
.boxes.colored .box-container {
padding: 0.625em 0
}
.boxes .box {
margin-bottom: 16px;
position: relative;
min-height: 146px
}
@media only screen {
.boxes .box {
min-height: 196px
}
}
.boxes .box>a:before,
.boxes .box .flipper a:before {
bottom: 100%;
content: "";
display: block;
height: 0%;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
transition: all .2s ease-in
}
.boxes .box:hover>a:before,
.boxes .box:hover .flipper a:before {
height: 100%
}
.boxes .box img {
width: 100%
}
.boxes .box .box-txt {
background: #000;
background: rgba(16, 110, 170, 0.8);
bottom: 10px;
left: 15px;
position: absolute;
padding: 0.625em;
text-transform: uppercase;
transition: all 0.1s ease-in
}
.boxes .box .box-txt a {
color: #FFF
}
.boxes.small {
text-align: center;
padding-top: en-calc(15)
}
.boxes.small .block-title {
padding-bottom: 0.6em
}
.boxes.small .box-container {
text-align: left
}
.boxes.small .box-icon {
border: none;
float: left;
padding: 3px 5px;
text-align: center
}
.boxes.small .box-body {
clear: both;
padding-top: 10px
}
.boxes.small .box-title {
padding: 7px 0 5px 55px
}
.box:hover .box-txt {
bottom: 0
}
.large-12 .box {
overflow: hidden
}
.horiz-scroll li {
display: block;
float: left
}
.horiz-scroll li div {
border: 1px solid;
float: left;
height: 28px
}
.div-hr {
height: 1px;
margin: 1.5625em auto 1.25em
}
.div-hr.small {
width: 30%
}
.div-hr span {
display: block;
margin-top: -5px;
position: absolute;
right: 43%;
right: calc(50% - 20px);
width: 40px
}
.block-views-clients-block {
padding: 4.375em 0
}
.block-views-clients-block .view-content {
padding-top: 30px
}
.block-views-clients-block .everslider {
padding: 0 0 60px;
margin: 0
}
.block-views-clients-block .everslider .es-next,
.block-views-clients-block .everslider .es-prev {
top: 104px;
outline: none
}
.block-views-clients-block .everslider .es-next {
right: 47.5%;
right: calc(50% - 30px)
}
.block-views-clients-block .everslider .es-prev {
left: 47.5%;
left: calc(50% - 30px)
}
.before-footer .block-block-17 {
margin-top: 40px;
padding: 35px 40px 0
}
.block-flickr a {
display: inline-block;
margin: 2px
}
.block-search-form .container-inline .form-type-textfield {
float: left;
margin: 1em 0 0;
width: 200px;
width: calc(100% - 60px)
}
.block-search-form .container-inline .form-submit {
float: right;
margin: 1em 0 0;
width: 60px
}
.contact-details li {
list-style: none
}
.contact-details .fa {
font-size: 1.4em;
line-height: 32px;
text-align: center;
margin-right: 15px
}
.view-blog.view-display-id-block .jcarousel li {
width: 390px;
margin: 10px 0 20px
}
.boxed .view-blog.view-display-id-block .jcarousel li {
max-width: 328px;
margin: 10px 15px 20px 0
}
.view-blog.view-display-id-block .jcarousel li:first-child {
padding-right: 5px
}
.view-blog.view-display-id-block .blog-title {
margin: 8px 0 2px
}
.view-blog.view-display-id-block .blog-title a {
color: #222;
font-size: 20px;
font-weight: 500
}
.view-blog.view-display-id-block p {
font-size: 15px;
line-height: 1.57em
}
.view-blog.view-display-id-block .blog-body {
padding-right: 20px
}
.sidebar .latest-posts ul li {
list-style: none;
padding: 10px 0;
min-height: 6.5em
}
.latest-posts ul li {
list-style: none;
padding: 10px 0;
min-height: 6.5em
}
.latest-posts ul li:first-child {
padding-top: 0;
min-height: 5.6em
}
.latest-posts ul li:last-child {
border: none
}
.latest-posts .blog-image img {
margin-right: 10px;
width: 70px
}
.sidebar .latest-posts .blog-image img {
width: 70px
}
.latest-posts .blog-title,
.latest-posts .subheader {
margin: 0;
line-height: 20px
}
.latest-posts .blog-title a {
color: #333;
font-size: 14px;
font-weight: 400;
letter-spacing: .5px;
line-height: 22px
}
.latest-posts .blog-image {
padding-right: 6px;
padding-top: 10px
}
.l-footer-columns .latest-posts .blog-title a {
color: #eee
}
.latest-posts ul {
margin-left: 0
}
.portfolio-drag .es-slides {
cursor: move
}
.portfolio-drag .es-slides>li.es-after-slide {
height: 450px;
cursor: move
}
.portfolio-drag .es-slides>li.es-after-slide h4 {
margin-bottom: 2px;
line-height: 1.3em
}
.portfolio-drag .es-slides>li.es-after-slide .item-description>span {
display: block;
margin-bottom: 0.5em;
text-transform: uppercase
}
.portfolio-drag .es-slides>li.es-after-slide .item-description div,
.portfolio-drag .es-slides>li.es-after-slide .item-description .read-more {
font-size: 0.932em
}
.masque li {
overflow: hidden
}
.flexslider {
border: 4px solid #FFFFFF;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
border-radius: none
}
@media only screen and (min-width: 980px) {
.negative-margin {
position: relative;
top: -61px;
z-index: 100
}
}
.section-container.auto>section>.title a,
.section-container.auto>.section>.title a,
.section-container.vertical-tabs>section>.title a,
.section-container.vertical-tabs>.section>.title a,
.section-container.vertical-nav>section>.title a,
.section-container.vertical-nav>.section>.title a,
.section-container.horizontal-nav>section>.title a,
.section-container.horizontal-nav>.section>.title a,
.section-container.accordion>section>.title a,
.section-container.accordion>.section>.title a {
padding: 0.7em 1.07143em
}
.section-container.vertical-tabs>section.active,
.section-container.vertical-tabs>.section.active {
padding-left: 1.75em
}
.section-container.vertical-tabs section .content,
.section-container.vertical-tabs .section .content {
width: 79%;
width: calc(100% - 12.5em)
}
.offices-map {
padding-left: 50px;
padding-top: 88px;
padding-bottom: 50px
}
.offices-map h2 {
color: #fff;
font-size: 24px;
font-weight: 500
}
.offices-map ul {
width: 400px;
margin: 0 0 50px
}
.offices-map ul li {
color: #fff;
display: inline-block;
list-style-type: none;
padding: 14px 0;
width: 100px;
font-weight: 700
}
.offices-map ul li a {
color: #FFF
}
.offices-map .map-markers-container {
position: relative
}
.offices-map .map-markers-container .map-marker {
background: #fff none repeat scroll 0 0;
padding: 20px;
position: absolute;
top: 60px;
width: 300px
}
.offices-map .map-markers-container span.marker-icon {
background-color: #f0d228;
border-radius: 50%;
height: 15px;
position: absolute;
right: 80px;
top: 80px;
width: 15px
}
.map-offices {
text-align: center
}
.map-offices h3 {
color: #fff !important;
font-size: 24px;
font-weight: 500;
margin-bottom: 40px
}
.map-offices .offices-locations {
position: relative;
margin: 0 auto;
width: 730px
}
@media only screen and (max-width: 768px) {
.map-offices .offices-locations {
width: 100%
}
}
.map-offices .offices-locations .office-location-point {
min-height: 7px;
min-width: 7px;
padding-bottom: 20px;
position: absolute;
z-index: 1
}
.map-offices .offices-locations .office-location-point:hover {
z-index: 2
}
.map-offices .offices-locations .office-location-point::before {
background: #fffc03;
border-radius: 50%;
bottom: 0;
content: "";
cursor: pointer;
display: block;
height: 7px;
left: 0;
margin-top: 0;
position: absolute;
width: 7px;
z-index: 0
}
.map-offices .offices-locations .office-location-point:hover::before,
.map-offices .offices-locations .office-location-point.selected::before {
box-shadow: 0 0 0 3px #FBF504;
transform: scale(1.5)
}
.map-offices .offices-locations .location-infos {
color: #7b7b7b;
font-size: 12px;
font-weight: 600;
left: -3999px;
min-width: 310px;
opacity: 0;
padding-bottom: 30px;
position: absolute;
top: -140px;
transition: opacity 0.3s ease-in 0s, visibility 0.3s ease-in 0s;
visibility: hidden
}
.map-offices .offices-locations .location-infos p {
float: right;
margin: 0;
max-width: 152px
}
.map-offices .offices-locations .location-infos p img {
margin: 0
}
.map-offices .offices-locations .office-location-point:hover .location-infos,
.map-offices .offices-locations .office-location-point.selected .location-infos {
left: -118px;
opacity: 1;
visibility: visible
}
.map-offices .offices-locations .location-infos::before {
border-left: 12px solid transparent;
border-top: 12px solid #fff;
bottom: 19px;
content: "";
left: 110px;
position: absolute
}
.map-offices .offices-locations .location-infos-content {
background: #fff none repeat scroll 0 0;
border-radius: 0 2px 2px 0;
height: 130px;
overflow: hidden;
padding: 20px 25px 0;
position: relative;
text-align: left
}
.map-offices .offices-locations .location-infos-content h5 {
color: #1a1c25;
font-size: 13px;
font-weight: bold;
margin-bottom: 7px;
text-transform: uppercase;
margin-top: 0
}
.map-offices .offices-locations .location-infos-content p {
font-size: 12px
}
.map-offices .offices-locations .location-infos-content p:last-child {
margin-bottom: 0
}
.map-offices .offices-locations .location-infos>a {
float: left
}
.map-offices .offices-locations .location-infos>a img {
border-radius: 2px 0 0 2px;
margin: 0
}
.map-offices .offices-locations .location-img::after {
color: #fff;
content: "";
font-family: "icomoon";
left: 0;
opacity: 0;
position: absolute;
text-align: center;
top: 50%;
transform: translateY(-50%);
width: 100%;
z-index: 2
}
.map-offices .offices-locations .location-infos>a {
float: left
}
.map-offices .offices-locations .location-img {
overflow: hidden;
position: relative
}
.map-offices .offices-locations .location-img img {
margin: 0 !important
}
.map-offices .offices-locations>img {
opacity: 0.2
}
.map-offices .offices-list {
margin-bottom: 30px
}
.map-offices .offices-list .location-name {
border: 1px solid transparent;
border-radius: 3px;
color: #fff;
display: inline-block;
font-size: 13px;
font-weight: 600;
line-height: 30px;
margin-bottom: 5px;
padding: 0 15px;
text-decoration: none
}
.map-offices .offices-list .location-name.selected,
.map-offices .offices-list .location-name:hover {
border-bottom-color: #106EAA
}
.map-offices ul li {
display: inline-block;
list-style-type: none;
width: 120px
}
.hero-title h2 {
font-size: 40px;
font-weight: 300
}
.hero-title p {
font-size: 18px;
line-height: 1.4em
}
.text-with-button h4 {
font-size: 24px;
font-weight: 400
}
.text-with-button p {
font-size: 16px;
padding-right: 80px;
line-height: 1.5em
}
.text-with-button a.button.success {
background-color: #a5ca52;
border-color: #a5ca52;
margin-top: 46px;
padding: 14px 43px 14px 39px;
font-size: 14px
}
.text-with-button a.button.success:after {
padding-left: 38px
}
.clients-section {
border-top: 4px solid #f5f5f5
}
.image-hero-text h2 {
font-size: 41px;
color: #FFF
}
.image-hero-text h3 {
font-size: 34px;
color: #FFF
}
.vc_row.wpb_row.vc_row-fluid.icons-image-section {
background-position: center center !important
}
.home-text-icon .home-text-icon .boxes.layout-1 .box-body {
padding-bottom: 10px
}
.home-text-icon .boxes .box-container {
margin-bottom: 0
}
.home-text-icon .wpb_text_column {
background-color: #fff;
padding: 0 10px 30px 32px;
margin-top: -2px
}
.newslettre-section .newslettre-text {
float: left;
width: 29%
}
.newslettre-section .newslettre-text h3 {
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 0
}
.newslettre-section .newslettre-text p {
font-size: 13px
}
.newslettre-section .newslettre-input {
float: left;
width: 28%;
padding-top: 10px
}
.newslettre-section .newslettre-input input.newslettre-field {
height: 37px;
width: 156px;
padding: 10px
}
.newslettre-section .button.large.wd-black {
padding: 9px 14px;
width: 104px;
height: 37px
}
.newslettre-section .button.large.wd-black:hover {
padding: 9px 14px
}
.wd-large-title h2 {
font-size: 36px;
text-transform: uppercase;
color: #282828
}
.calendar-calendar .month-view .full td.multi-day div.monthview,
.calendar-calendar .week-view .full td.multi-day div.weekview,
.calendar-calendar .day-view .full td.multi-day div.dayview {
background: #74A5D7;
border-radius: 0
}
.calendar-calendar td {
border: 1px solid #EEEEEE;
color: #777777;
margin: 0;
padding: 0;
text-align: right;
vertical-align: top;
width: 14%
}
.calendar-calendar table tr.even,
.calendar-calendar table tr.alt,
.calendar-calendar table tr:nth-of-type(2n) {
background: none
}
.calendar-calendar th.days {
padding: 14px 5px
}
.table {
background: #fff;
-webkit-box-shadow: 0, 1px, 3px, rgba(0, 0, 0, 0.12);
box-shadow: 0, 1px, 3px, rgba(0, 0, 0, 0.12);
border-radius: 2px;
font-size: .875em;
width: 100%
}
.table th {
background: #000;
color: #fff;
padding: .5em .5em .5em 0;
text-transform: uppercase;
font-weight: 300
}
.table th:first-child {
padding-left: 1.2em;
-webkit-border-radius: 2px 0 0 0;
border-radius: 2px 0 0 0
}
.table th:last-child {
border-radius: 0 2px 0 0
}
.table tr td {
border-bottom: 1px dashed #e9e9e9;
padding: .7em 3em .7em 0
}
.table tr td:first-child {
padding-left: 1.2em
}
.table tr td:last-child {
padding-right: .7em
}
.table tr:last-child td {
border-bottom: none
}
@media (max-width: 54em) {
.table {
font-size: .8em
}
.table tr td {
padding-right: 2em
}
}
.pricing-table {
border: 1px solid #d2d2d2;
padding: 33px 35px 48px
}
.pricing-table .price {
font-size: 37px;
font-family: lato;
font-weight: 400;
padding: 0 0 15px;
text-align: left;
color: #000;
background: none
}
.pricing-table .title {
font-weight: 400;
padding: 0 0 10px;
color: #d94136;
font-family: lato;
font-size: 20px;
background: none;
text-align: left
}
.pricing-table .description {
font-family: lato;
font-size: 16px;
font-weight: 100;
border: none;
text-align: left;
padding: 0 0 70px;
background: transparent;
color: #333
}
.pricing-table .cta-button {
padding: 30px 0 0;
text-align: center;
background: transparent
}
.pricing-table .cta-button a {
background: none;
border: 1px solid #797979;
color: #797979;
width: 100%
}
.pricing-table ul,
.pricing-table p {
margin: 0
}
.pricing-table li.bullet-item {
background: transparent url(//www.acia-sud.com/wp-content/themes/acia-sud/images/Pricing-table.png) no-repeat scroll left 5px;
border: none;
padding: 0 0 25px 25px
}
.pricing-table .bullet-item,
.pricing-table ul li {
background-color: #ffffff;
color: #333333;
font-size: 16px;
font-weight: lighter;
padding: 0;
text-align: left;
font-family: lato
}
.pricing-table.featured {
border-color: #106EAA;
background: #106EAA;
transition: all 0.4s ease-in-out 0s;
position: relative;
z-index: 1000;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.35)
}
.pricing-table.featured:hover {
transform: scale(1.05);
box-shadow: 0 0 14px rgba(0, 0, 0, 0.35)
}
.pricing-table.featured .price {
color: #fff
}
.pricing-table.featured .title {
color: rgba(254, 252, 252, 0.9)
}
.pricing-table.featured .description {
color: #fff
}
.pricing-table.featured li.bullet-item {
color: #fff;
background: transparent url(//www.acia-sud.com/wp-content/themes/acia-sud/images/Pricing-table2.png) no-repeat scroll left 5px
}
.pricing-table.featured .cta-button {
background-color: transparent
}
.pricing-table.featured .cta-button a {
background-color: #106eaa;
border-color: #fff;
color: #fff
}
.pricing-table-background .pricing-table:not(.featured) {
background: rgba(255, 255, 255, 0.9)
}
.pricing-table-background .pricing-table:not(.featured) .cta-button a {
background: #fff
}
.main ul {
list-style: initial
}
.list-icon li {
list-style: none
}
.list-icon li i {
padding-right: 8px
}
.wd-lists.wd-list-1 li:before {
font-family: 'FontAwesome';
content: '\f058';
margin: 0 12px 0 -15px;
color: #DC494F;
line-height: 2.3em
}
.wd-partenaire li {
padding-bottom: 2px;
border: solid 1px #eee
}
body .top-bar-section li:not(.has-form) a:hover:not(.button),
body .top-bar-section ul li:hover:not(.has-form)>a,
body .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
background: rgba(255, 255, 255, 0.18)
}
.nav-layout-metro-layout nav.top-bar {
height: auto
}
@media only screen and (max-width: 768px) {
.nav-layout-metro-layout nav.top-bar {
height: 40px
}
}
.fixed section.corporate .menu-item .sub-menu {
margin-top: 14px
}
.fixed section.corporate #menu-menu {
margin-bottom: 14px;
margin-top: 0
}
@media only screen {
section.corporate .menu-item {
float: none
}
}
@media only screen and (min-width: 40.0625em) {
section.corporate .menu-item {
float: left
}
}
section.corporate .menu-item .sub-menu {
border: 1px solid #eeeeee;
background: #FFF
}
@media only screen {
section.corporate .menu-item .sub-menu {
padding-left: 14px
}
}
@media only screen and (min-width: 40.0625em) {
section.corporate .menu-item .sub-menu {
padding-left: 0;
position: absolute;
margin-top: 24px
}
section.corporate .menu-item .sub-menu a {
padding: 0 20px;
font-size: 13px
}
}
section.corporate .menu-item .sub-menu li {
float: none
}
@media only screen and (min-width: 40.0625em) {
section.corporate .menu-item .sub-menu .sub-menu {
left: 100%;
margin-top: 0;
top: 0
}
}
section.corporate .menu-item a {
padding: 10px;
text-transform: uppercase
}
section.corporate .menu-item a i {
color: #FF0000
}
section.corporate .menu-item>.sub-menu {
display: none
}
.corporate-layout .contain-to-grid,
.corporate-layout .top-bar {
background: none repeat scroll 0 0 transparent;
box-shadow: none;
display: block;
margin: 0 auto;
width: 100%;
z-index: 1001
}
.corporate-layout .header-top {
background-color: #FAFAFA;
color: #D6D6D6
}
.corporate-layout .header-top .contact-info {
font-size: 13px;
color: #a6a6a6
}
.corporate-layout .header-top .contact-info .fa {
margin-right: 4px
}
.corporate-layout .header-top .contact-info .fa-phone {
margin-left: 10px
}
.corporate-layout .header-top i {
font-size: 1.4em;
color: #db4436;
padding-right: 4px
}
.corporate-layout .header-top .social-icons li i {
border-radius: 0;
color: #D6D6D6;
font-size: 1.4em;
margin: 0 2px
}
.corporate-layout .header-top .social-icons.accent li i {
border: none;
color: #D6D6D6
}
.corporate-layout .contain-to-grid.sticky {
background-color: #FFF
}
.corporate-layout .top-bar-section li:not(.has-form) a:hover:not(.button),
.corporate-layout .top-bar-section ul li:hover:not(.has-form)>a {
background-color: transparent
}
.corporate-layout .top-bar-section ul li:hover:not(.has-form)>a {
color: #9d9d9d
}
.corporate-layout .top-bar .toggle-topbar.menu-icon a span {
box-shadow: none
}
.corporate-layout .top-bar {
position: relative;
transition: all 0.4s ease 0s
}
.corporate-layout .top-bar-section ul.menu>li>a {
color: #303030;
font-size: 15px;
font-weight: 400;
padding: 10px 16px !important;
text-transform: uppercase
}
.corporate-layout .top-bar-section ul li {
background-color: transparent
}
.corporate-layout .top-bar-section ul li i {
color: #FF0000;
margin-right: 4px
}
@media only screen and (max-width: 40em) {
.corporate-layout .top-bar .title-area .name {
margin-top: 0
}
}
@media only screen and (min-width: 64.0625em) {
.corporate-layout .top-bar .title-area .name h1 a {
line-height: 98px
}
}
.corporate-layout .corporate-layout .top-bar .title-area .name {
margin-top: 0
}
.top-bar .toggle-topbar.menu-icon a span {
box-shadow: none !important
}
.modern-layout .top-bar-section ul li {
float: none !important
}
.orange_bar {
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5NWI1ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZiYWQ1YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f95b5d), color-stop(100%, #fbad5b));
background-image: -moz-linear-gradient(left, #f95b5d 0%, #fbad5b 100%);
background-image: -webkit-linear-gradient(left, #f95b5d 0%, #fbad5b 100%);
background-image: linear-gradient(to right, #f95b5d 0%, #fbad5b 100%);
height: 10px
}
.top-bar .toggle-topbar.menu-icon a span::after {
box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000
}
nav.top-bar.expanded {
height: auto
}
@media only screen and (min-width: 900px) {
nav.top-bar {
height: 50px
}
}
@media only screen and (min-width: 900px) {
.wd_mega-menu>.sub-menu.dropdown {
width: -moz-max-content;
padding: 30px 150px 20px 20px;
background-color: #FFF;
padding-bottom: 40px;
left: calc(-50% - 75px) !important;
right: auto !important
}
.wd_mega-menu>.sub-menu.dropdown>li {
width: auto;
display: block;
float: none;
border-right: 1px solid #eee
}
}
@media only screen and (min-width: 900px) {
.wd_mega-menu>.sub-menu.dropdown>li {
display: table-cell
}
}
@media only screen and (min-width: 900px) {
.wd_mega-menu>.sub-menu.dropdown>li>.sub-menu.dropdown {
box-shadow: none;
height: auto;
padding: 0 10px 0 0;
position: unset !important;
width: 100%
}
.top-bar-section .wd_mega-menu .dropdown li:not(.has-form):not(.active)>a:not(.button) {
background: none
}
.wd_mega-menu>.dropdown>li>a {
font-weight: bold
}
.top-bar-section .has-dropdown .dropdown li.has-dropdown>a::after {
content: ""
}
.top-bar-section .wd_mega-menu>.dropdown>li:not(.has-form):not(.active)>a:not(.button) {
background: transparent;
color: #000;
text-transform: uppercase
}
.top-bar-section .dropdown li:hover:not(.has-form):not(.active)>a:not(.button) {
background-color: transparent;
color: #999
}
.top-bar-section .wd_mega-menu>.dropdown>li:hover:not(.has-form):not(.active)>a:not(.button) {
background: transparent;
color: #000
}
.top-bar-section .wd_mega-menu .dropdown .dropdown>li:not(.has-form) a:not(.button) {
line-height: 2em
}
.title.back.js-generated {
display: none !important
}
}
section.creative {
top: 25px
}
section.creative .has-dropdown>a::after {
top: 20px
}
@media only screen {
section.creative #menu-menu {
margin-top: 0;
background-color: #FFF
}
}
@media only screen and (min-width: 40.0625em) {
section.creative #menu-menu {
margin-top: 26px;
background-color: transparent
}
}
@media only screen {
section.creative .menu-item {
float: none
}
}
@media only screen and (min-width: 40.0625em) {
section.creative .menu-item {
float: left
}
}
section.creative .menu-item .sub-menu {
display: none
}
@media only screen {
section.creative .menu-item .sub-menu {
padding-left: 14px
}
}
@media only screen and (min-width: 40.0625em) {
section.creative .menu-item .sub-menu {
padding-left: 0;
position: absolute;
background-color: #262626
}
}
section.creative .menu-item .sub-menu li {
float: none
}
@media only screen and (min-width: 40.0625em) {
section.creative .menu-item .sub-menu .sub-menu {
left: 100%;
margin-top: 0;
top: 0
}
}
section.creative .menu-item a {
padding: 10px
}
.creative-layout .wd_mega-menu li {
padding-top: 15px
}
.creative-layout .contain-to-grid,
.creative-layout .top-bar {
background: none repeat scroll 0 0 transparent;
box-shadow: none;
display: block;
margin: 0 auto;
position: relative;
width: 100%;
z-index: 1001
}
.creative-layout .contain-to-grid .top-bar .title-area .name h2,
.creative-layout .top-bar .top-bar .title-area .name h2 {
margin-top: 0
}
@media only screen and (min-width: 900px) {
.creative-layout .contain-to-grid,
.creative-layout .top-bar {
position: absolute
}
.creative-layout .contain-to-grid .top-bar .title-area .name h2,
.creative-layout .top-bar .top-bar .title-area .name h2 {
margin-top: 45px
}
}
.creative-layout .top-bar {
position: relative
}
.creative-layout .top-bar-section li:not(.has-form) a:not(.button) {
padding: 0 35px
}
.creative-layout .top-bar-section li:not(.has-form) a:hover:not(.button),
.creative-layout .top-bar-section ul li:hover:not(.has-form)>a {
background-color: transparent
}
.creative-layout .top-bar-section ul li:hover:not(.has-form)>a {
color: #ccc
}
.creative-layout .top-bar .toggle-topbar.menu-icon a span {
box-shadow: none
}
.creative-layout .top-bar {
position: relative
}
.creative-layout .top-bar-section ul li>a {
font-size: 16px
}
@media only screen {
.creative-layout .top-bar-section ul li>a {
color: #999
}
}
@media only screen and (min-width: 40.0625em) {
.creative-layout .top-bar-section ul li>a {
color: #FFF
}
}
.creative-layout .top-bar-section ul li {
background-color: transparent
}
.creative-layout .top-bar .title-area .name {
margin-top: 20px
}
.creative-layout .top-bar .title-area .name h2 {
color: #FFF
}
@media only screen and (max-width: 40em) {
.creative-layout .top-bar .title-area .name {
margin-top: 0
}
}
.sub-menu {
display: none
}
.overlay {
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: rgba(153, 204, 51, 0.9)
}
.overlay .overlay-close {
background: url(//www.acia-sud.com/wp-content/themes/acia-sud/images/cross.png) no-repeat scroll center center transparent;
border: medium none;
color: transparent;
height: 80px;
outline: medium none;
overflow: hidden;
position: absolute;
right: 20px;
text-indent: 200%;
top: 20px;
width: 80px;
z-index: 102
}
@media only screen and (max-width: 40em) {
.overlay .overlay-close {
width: 40px;
height: 40px;
padding: 10px
}
}
.overlay nav {
text-align: center;
position: relative;
top: 50%;
height: 60%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%)
}
.overlay ul {
list-style: none;
padding: 0;
margin: 0 auto;
display: inline-block;
height: 100%;
position: relative
}
.overlay ul li {
display: block;
height: 20%;
height: calc(100% / 5);
min-height: 54px;
-webkit-backface-visibility: hidden;
backface-visibility: hidden
}
.overlay ul li a {
font-size: 26px;
font-weight: 300;
display: block;
color: #fff;
-webkit-transition: color 0.2s;
transition: color 0.2s
}
.overlay ul li a:hover,
.overlay ul li a:focus {
color: #f0f0f0
}
.overlay-scale {
visibility: hidden;
opacity: 0;
-webkit-transform: scale(0.9);
transform: scale(0.9);
-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s
}
.overlay-scale.open {
visibility: visible;
opacity: 1;
z-index: 1001;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
transition: transform 0.4s, opacity 0.4s
}
@media screen and (max-height: 30.5em) {
.overlay nav {
height: 70%;
font-size: 34px
}
.overlay ul li {
min-height: 34px
}
}
#trigger-overlay {
float: right;
margin-top: 28px
}
@media only screen and (max-width: 40em) {
#trigger-overlay {
margin-right: 20px;
margin-top: -43px
}
}
#trigger-overlay i {
font-size: 38px
}
.sub-menu {
display: none
}
section.nav-layout-metro .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
color: #333
}
section.nav-layout-metro .contain-to-grid,
section.nav-layout-metro .top-bar {
box-shadow: none
}
.top-bar .toggle-topbar.menu-icon a span {
box-shadow: none
}
.left-off-canvas-menu ul {
margin: 0
}
.left-off-canvas-menu ul li a {
color: #fff;
padding: 10px;
display: block
}
.left-off-canvas-toggle {
background-color: #ff2777;
color: #fff;
display: inline-block;
float: left;
font-size: 30px;
padding: 35px
}
.left-off-canvas-toggle .menu {
padding-top: 20px
}
@media only screen {
padding-left: 14px
}
.offcanvas-layout .top-bar .title-area .name {
margin-top: 20px;
margin-left: 20px
}
@media only screen and (max-width: 40em) {
.offcanvas-layout .top-bar .title-area .name {
margin-top: 0
}
}
div.wd-item-title.text-center h4,
.title-center div.wd-item-title.block-title h4 {
background-image: url(//www.acia-sud.com/wp-content/themes/acia-sud/images/wd-title-bg.png);
background-position: center bottom;
background-repeat: no-repeat;
font-size: 2.3em;
padding-bottom: 30px
}
.wpb_wrapper>h4 {
color: inherit
}
.team-member-item h4,
.team-member-item h3 {
display: inline
}
.team-member-item h4 {
font-size: 13px;
font-weight: 500
}
.team-member-item h3 {
font-size: 14px;
font-weight: 500;
color: #fff
}
.team-member-desc p {
color: #717171;
font-size: 13px;
margin-top: 18px;
padding: 0 6px;
text-align: center
}
.team-member-name-job-title {
background-color: #31aae1;
color: #fff;
margin-top: -17px;
margin-left: auto;
margin-right: auto;
padding: 6px 0;
position: relative;
width: 80%;
text-transform: uppercase
}
.team-member-name-job-title:before {
border-bottom: 20px solid transparent;
border-left: 15px solid #31a9e5;
border-top: 16px solid transparent;
content: " ";
position: absolute;
right: -14px;
top: 0
}
.team-member-name-job-title:after {
border-bottom: 19px solid transparent;
border-right: 14px solid #31a9e5;
border-top: 17px solid transparent;
content: " ";
position: absolute;
left: -14px;
top: 0
}
li .team-member-item {
background-color: #ffffff;
margin: 0;
padding: 0
}
li .team-member-item:hover {
background-color: #ffffff
}
.team-membre-social-icons ul {
margin: 0
}
.team-membre-social-icons ul li {
display: inline-block;
margin: 0
}
.team-membre-social-icons ul li a {
color: #d8d8d8;
transition: color 0.2s;
padding: 14px 10px;
display: inline-block
}
.team-membre-social-icons ul li a:hover {
color: #35a6e2
}
.wpb_accordion.wd-accordion-style-1[class*="column"] {
float: left;
width: 100%
}
.wpb_accordion.wd-accordion-style-3[class*="column"] {
float: left;
width: 100%
}
.wd-accordion-style-1 .wpb_accordion_header.ui-accordion-header.ui-state-default.ui-accordion-header-active.ui-state-active.ui-corner-top.ui-accordion-icons,
.wd-accordion-style-3 .wpb_accordion_header.ui-accordion-header.ui-state-default.ui-accordion-header-active.ui-state-active.ui-corner-top.ui-accordion-icons {
background: transparent
}
.wd-accordion-style-1 .wpb_accordion_header.ui-accordion-header.ui-state-default.ui-accordion-icons.ui-corner-all,
.wd-accordion-style-3 .wpb_accordion_header.ui-accordion-header.ui-state-default.ui-accordion-icons.ui-corner-all {
background: transparent
}
.wpb_accordion.wd-accordion-style-1 .wpb_accordion_wrapper .ui-state-default .ui-icon {
background-image: url(//www.acia-sud.com/wp-content/themes/acia-sud/images/wd-bg-accordios-s1.png);
height: 39px;
top: 0
}
.wpb_content_element.wd-accordion-style-3 .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
background: transparent
}
.wpb_accordion.wd-accordion-style-3 .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
background-image: none
}
.wpb_accordion.wd-accordion-style-1 .wpb_accordion_wrapper .ui-state-active .ui-icon {
background-image: url(//www.acia-sud.com/wp-content/themes/acia-sud/images/wd-bg-accordios-s1-active.png);
background-repeat: no-repeat;
background-position: left center
}
.wpb_accordion.wd-accordion-style-2 .wpb_accordion_wrapper .ui-state-default .ui-icon {
background-image: url(//www.acia-sud.com/wp-content/themes/acia-sud/images/wd-bg-accordios-s2.png)
}
.wpb_accordion.wd-accordion-style-2 .wpb_accordion_wrapper .ui-state-active .ui-icon {
background-image: url(//www.acia-sud.com/wp-content/themes/acia-sud/images/wd-bg-accordios-s2-active.png);
background-repeat: no-repeat;
background-position: left center
}
.wpb_accordion.wd-accordion-style-1 .wpb_accordion_wrapper .ui-state-default .ui-icon {
background-repeat: no-repeat;
background-position: right center;
right: auto;
left: 4px;
top: 2px
}
.wd-accordion-style-1.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
font-size: 18px;
font-weight: 300
}
.wpb_accordion.wd-accordion-style-2 .wpb_accordion_wrapper .wpb_accordion_header {
height: 38px
}
.wpb_accordion.wd-accordion-style-2 .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
height: 38px;
right: 0;
top: 0;
width: 38px
}
.wpb_accordion.wd-accordion-style-2 .wpb_accordion_header.ui-accordion-header a {
padding-top: 3px;
text-transform: uppercase
}
.wpb_accordion.wd-accordion-style-1 .wpb_accordion_wrapper .wpb_accordion_header a {
padding-left: 42px;
border-top: 1px solid #f3f3f3;
color: #333
}
.wpb_accordion.wd-accordion-style-2 .wpb_accordion_header.ui-accordion-header.ui-state-default.ui-accordion-icons.ui-accordion-header-active.ui-state-active.ui-corner-top {
background: #323232
}
.wpb_accordion.wd-accordion-style-2 .wpb_accordion_header.ui-accordion-header.ui-state-default.ui-accordion-icons.ui-accordion-header-active.ui-state-active.ui-corner-top a {
color: #FFF
}
.social-icons .boxes.small.layout-1 .box-title-1 {
padding: 0 0 5px 90px
}
.social-icons .boxes.small.layout-1 .box-body {
clear: none;
padding: 0 0 5px 90px
}
.social-icons .boxes.small.layout-1 .box-icon {
padding: 20px 25px;
width: 80px;
color: #FFF
}
.facebook .box-icon {
background: #25579e
}
.twitter .box-icon {
background: #0cbce3
}
.instagram .box-icon {
background: #a9c511
}
.youtube .box-icon {
background: #e31b1b
}
.progress .meter {
background: #DF7292
}
.wpb_wrapper .wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email,
.wpcf7-text {
background-color: #fff;
border: 1px solid #ccc !important;
height: 3.7em !important;
padding: 10px 30px 10px 20px !important
}
.newslettre-section {
background-color: #dfe7eb;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RmZTdlYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ZGJkZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #dfe7eb), color-stop(100%, #e7dbdf));
background-image: -moz-linear-gradient(left, #dfe7eb 0%, #e7dbdf 100%);
background-image: -webkit-linear-gradient(left, #dfe7eb 0%, #e7dbdf 100%);
background-image: linear-gradient(to right, #dfe7eb 0%, #e7dbdf 100%)
}
.newslettre-form {
margin: 0 auto;
width: 400px;
position: relative
}
.newslettre-form .wpcf7-form-control.wpcf7-submit.wd-submit-bnt {
background-color: transparent;
background-image: url(//www.acia-sud.com/wp-content/themes/acia-sud/images/pen-icon.png);
background-position: center center;
background-repeat: no-repeat;
height: 43px;
padding: 0 19px;
position: absolute;
right: 0;
text-indent: -999em;
top: 1px
}
.newslettre-section {
margin-bottom: 0 !important
}
div.wd-item-title {
margin-bottom: 40px !important
}
.wd-accordion-style-2 .ui-accordion-header-active,
.wd-accordion-style-2 .ui-tabs-active,
.wd-accordion-style-2 .box-icon {
border: none
}
.wd-accordion-style-1 .ui-accordion-header-active,
.wd-accordion-style-1 .ui-tabs-active,
.wd-accordion-style-1 .box-icon {
border: none
}
div.wpb_accordion.wd-accordion-style-1 .wpb_accordion_wrapper .wpb_accordion_header {
padding: 0
}
.wpb_content_element.wd-accordion-style-3 .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_content_element.wd-accordion-style-3 .wpb_accordion_wrapper .wpb_accordion_header {
background-color: transparent
}
.wd-accordion-style-3.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
color: #444;
padding-left: 24px
}
.wd-accordion-style-3 .wpb_accordion_section.group .ui-accordion-header-icon:before {
content: "\f105";
font-family: "FontAwesome";
font-size: 18px;
margin-top: 11px;
position: absolute;
margin: 6px 17px 0 -3px
}
.wd-accordion-style-3 .wpb_accordion_section.group .ui-accordion-header-active .ui-accordion-header-icon:before {
content: "\f107";
font-family: "FontAwesome";
font-size: 18px;
margin-top: 11px;
position: absolute;
margin: 6px 17px 0 -3px;
color: #DC494F
}
.wd-accordion-style-3 .wpb_accordion_section.group .ui-accordion-header-active {
color: #DC494F
}
.wd-accordion-style-3.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wd-accordion-style-3.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
left: 10px;
top: 4px
}
.wd-accordion-style-3 .wpb_accordion_section.group {
border-bottom: 1px solid #ccc
}
.wd-accordion-style-3 .wpb_accordion_section.group h3 {
margin: 0;
padding: 0
}
.wd-accordion-style-3 .ui-accordion-header-active,
.ui-tabs-active,
.box-icon {
border: 0
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
padding-left: 1em;
font-weight: bold;
font-size: 16px;
color: #444
}
div.vc_tta.vc_general .vc_tta-panel-title {
font-size: 15px
}
div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-radius: 0;
margin: 10px 0
}
div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
border-color: #106EAA;
background-color: #106EAA;
border-radius: 0
}
div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
color: #FFF
}
div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon::before {
border-color: #fff
}
div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
border-color: #f0f0f0;
background-color: transparent
}
div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body,
div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after,
div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
border-color: transparent
}
div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
background-color: transparent
}
div.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
left: auto;
right: 20px
}
div.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
padding-left: 30px
}
.theme-default div.nivoSlider {
box-shadow: none
}
.theme-default div.nivoSlider .nivo-caption {
display: none !important
}
.shop-slider-section .wpb_column {
padding: 0
}
.shop-carousel.owl-carousel {
margin: 0
}
.shop-carousel.owl-carousel li {
list-style-type: none
}
.shop-carousel.owl-carousel .shop-slider-text {
padding: 0;
background-color: #FFF;
padding: 124px 50px 0;
height: 469px
}
.shop-carousel.owl-carousel .shop-slider-text h2 {
font-size: 48px
}
.shop-carousel.owl-carousel .shop-slider-text p {
width: 67%;
font-size: 13px
}
.shop-carousel.owl-carousel .shop-slider-text .button.wd-black.large {
margin-top: 45px
}
.shop-carousel.owl-carousel .owl-dots {
bottom: 33px;
display: inline-block;
position: absolute;
right: 526px
}
.shop-carousel.owl-carousel .owl-dots .owl-dot {
display: inline-block
}
.shop-carousel.owl-carousel .owl-dots .owl-dot span {
background-color: #efefef;
display: block;
height: 3px;
margin: 5px 7px;
transition: opacity 200ms ease 0s;
width: 24px
}
.shop-carousel.owl-carousel .owl-dots .owl-dot.active span,
.shop-carousel.owl-carousel .owl-dots .owl-dot:hover span {
background-color: #282828
}
.shop-carousel.owl-carousel .owl-nav>div {
background-color: transparent;
height: 60px;
top: 41%
}
.shop-carousel.owl-carousel .owl-nav>div i {
color: #e9e9e7;
font-size: 60px
}
.shop-carousel.owl-carousel .owl-nav .owl-next {
right: 46px
}
.shop-carousel.owl-carousel .owl-nav .owl-prev {
left: 46px
}
.shop-carousel.owl-carousel .owl-nav>div:hover {
background-color: transparent
}
#lang_sel_list {
border-left: 1px solid rgba(0, 0, 0, 0.05);
display: inline-block;
font-size: 11px;
height: auto !important;
line-height: 12px;
margin: 0;
vertical-align: middle;
text-align: left
}
#lang_sel_list ul li {
display: inline-block;
float: none;
list-style: none;
padding: 3px 1px 8px !important;
position: relative;
position: relative;
vertical-align: middle
}
#lang_sel_list img.iclflag {
margin: 0 5px 0 0;
top: -1px
}
#lang_sel_list a.lang_sel_sel,
#lang_sel_list>ul>li a {
background: none !important;
color: #888;
padding: 4px 8px
}
#lang_sel_list a.lang_sel_sel:hover,
#lang_sel_list a:hover {
color: #555
}
#lang_sel_list a.lang_sel_sel {
padding: 4px 26px 4px 12px;
position: relative;
font-size: 12px
}
#lang_sel_list a.lang_sel_sel:after {
border-radius: 14px;
content: "\f0dd";
font-family: "FontAwesome";
font-size: 13px;
height: 14px;
line-height: 14px;
line-height: 16px;
margin: -10px 0 0;
position: absolute;
right: 4px;
text-align: center;
text-shadow: none;
top: 50%;
width: 14px
}
#lang_sel_list ul li:hover ul {
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
-webkit-transform: translateX(0);
opacity: 1;
transform: translateX(0);
visibility: visible
}
#lang_sel_list ul {
margin: 0
}
#lang_sel_list ul ul {
-moz-transform: translateX(-20px);
-moz-transition: all 0.3s ease-in;
-ms-transform: translateX(-20px);
-ms-transition: all 0.3s ease-in;
-o-transform: translateX(-20px);
-o-transition: all 0.3s ease-in;
-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.17);
-webkit-transform: translateX(-20px);
-webkit-transition: all 0.3s ease-in;
box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.17);
left: 0;
margin: 0px;
opacity: 0;
position: absolute;
top: 111%;
transform: translateX(-20px);
transition: all 0.3s ease-in;
visibility: hidden;
width: 100%;
z-index: 9999
}
#lang_sel_list ul ul li:first-child {
border-top: none
}
#lang_sel_list ul ul li {
background: #fff;
border-top: 1px solid #f2f2f2;
display: block;
float: none;
font-size: 12px;
line-height: 15px;
padding: 0px !important;
text-shadow: none
}
#lang_sel_list ul ul li a {
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
-webkit-transition: all 0.3s ease-in;
color: #686868 !important;
display: block;
padding: 8px 10px 8px 15px;
transition: all 0.3s ease-in
}
#lang_sel_list ul ul li a:hover {
background: rgba(0, 0, 0, 0.2) !important;
color: #fff !important
}
.icl_lang_sel_translated {
display: none
}
div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before {
border-color: transparent
}
div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
background-color: transparent
}
.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
border-color: transparent;
background-color: #fff
}
div.vc_tta.vc_tta-shape-rounded .vc_tta-tab>a {
border-radius: 0
}
div.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab>a {
border-radius: 0
}
.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
margin: 1px 0 0 1px
}
div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
border-color: #e3e3e3;
border-bottom-color: #106EAA;
background-color: transparent;
color: #666
}
div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
border-color: #106EAA;
background-color: #106EAA;
color: #FFF
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:focus,
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
background-color: #f8f8f8
}
p {
line-height: 1.714;
font-size: 15px
}
div.wpb_wrapper ul li.ui-state-default {
padding: 5px 10px
}
.ui-tabs-active {
background: none repeat scroll 0 0 #fff;
border-top: 2px solid #d0029a
}
.ui-accordion-header-active {
background: none repeat scroll 0 0 #fff;
border-top: 2px solid #d0029a;
border-bottom: 1px solid #EFEFEF
}
div.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
padding: 5px 0
}
div.collapsed-title {
margin-bottom: 40px !important
}
.collapsed-title,
.collapsed-title h2 {
font-size: 1.95em;
font-weight: bolder;
line-height: 0.95em;
margin: 0
}
.collapsed-title h2:nth-child(2) {
color: #f55a60
}
blockquote cite {
font-style: normal;
font-weight: bold;
padding-left: 25px
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
input.wpcf7-submit {
box-shadow: none;
border-radius: 0
}
@font-face {
font-family: "foundation-icons";
src: url(//www.acia-sud.com/wp-content/themes/acia-sud/fonts/foundation-icons/foundation-icons.eot);
src: url(//www.acia-sud.com/wp-content/themes/acia-sud/fonts/foundation-icons/foundation-icons.eot?#iefix) format("embedded-opentype"), url(//www.acia-sud.com/wp-content/themes/acia-sud/fonts/foundation-icons/foundation-icons.woff) format("woff"), url(//www.acia-sud.com/wp-content/themes/acia-sud/fonts/foundation-icons/foundation-icons.ttf) format("truetype"), url(//www.acia-sud.com/wp-content/themes/acia-sud/fonts/foundation-icons/foundation-icons.svg#fontcustom) format("svg");
font-weight: normal;
font-style: normal
}
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
font-family: "foundation-icons";
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
display: inline-block;
text-decoration: inherit
}
.fi-address-book:before {
content: "\f100"
}
.fi-alert:before {
content: "\f101"
}
.fi-align-center:before {
content: "\f102"
}
.fi-align-justify:before {
content: "\f103"
}
.fi-align-left:before {
content: "\f104"
}
.fi-align-right:before {
content: "\f105"
}
.fi-anchor:before {
content: "\f106"
}
.fi-annotate:before {
content: "\f107"
}
.fi-archive:before {
content: "\f108"
}
.fi-arrow-down:before {
content: "\f109"
}
.fi-arrow-left:before {
content: "\f10a"
}
.fi-arrow-right:before {
content: "\f10b"
}
.fi-arrow-up:before {
content: "\f10c"
}
.fi-arrows-compress:before {
content: "\f10d"
}
.fi-arrows-expand:before {
content: "\f10e"
}
.fi-arrows-in:before {
content: "\f10f"
}
.fi-arrows-out:before {
content: "\f110"
}
.fi-asl:before {
content: "\f111"
}
.fi-asterisk:before {
content: "\f112"
}
.fi-at-sign:before {
content: "\f113"
}
.fi-background-color:before {
content: "\f114"
}
.fi-battery-empty:before {
content: "\f115"
}
.fi-battery-full:before {
content: "\f116"
}
.fi-battery-half:before {
content: "\f117"
}
.fi-bitcoin-circle:before {
content: "\f118"
}
.fi-bitcoin:before {
content: "\f119"
}
.fi-blind:before {
content: "\f11a"
}
.fi-bluetooth:before {
content: "\f11b"
}
.fi-bold:before {
content: "\f11c"
}
.fi-book-bookmark:before {
content: "\f11d"
}
.fi-book:before {
content: "\f11e"
}
.fi-bookmark:before {
content: "\f11f"
}
.fi-braille:before {
content: "\f120"
}
.fi-burst-new:before {
content: "\f121"
}
.fi-burst-sale:before {
content: "\f122"
}
.fi-burst:before {
content: "\f123"
}
.fi-calendar:before {
content: "\f124"
}
.fi-camera:before {
content: "\f125"
}
.fi-check:before {
content: "\f126"
}
.fi-checkbox:before {
content: "\f127"
}
.fi-clipboard-notes:before {
content: "\f128"
}
.fi-clipboard-pencil:before {
content: "\f129"
}
.fi-clipboard:before {
content: "\f12a"
}
.fi-clock:before {
content: "\f12b"
}
.fi-closed-caption:before {
content: "\f12c"
}
.fi-cloud:before {
content: "\f12d"
}
.fi-comment-minus:before {
content: "\f12e"
}
.fi-comment-quotes:before {
content: "\f12f"
}
.fi-comment-video:before {
content: "\f130"
}
.fi-comment:before {
content: "\f131"
}
.fi-comments:before {
content: "\f132"
}
.fi-compass:before {
content: "\f133"
}
.fi-contrast:before {
content: "\f134"
}
.fi-credit-card:before {
content: "\f135"
}
.fi-crop:before {
content: "\f136"
}
.fi-crown:before {
content: "\f137"
}
.fi-css3:before {
content: "\f138"
}
.fi-database:before {
content: "\f139"
}
.fi-die-five:before {
content: "\f13a"
}
.fi-die-four:before {
content: "\f13b"
}
.fi-die-one:before {
content: "\f13c"
}
.fi-die-six:before {
content: "\f13d"
}
.fi-die-three:before {
content: "\f13e"
}
.fi-die-two:before {
content: "\f13f"
}
.fi-dislike:before {
content: "\f140"
}
.fi-dollar-bill:before {
content: "\f141"
}
.fi-dollar:before {
content: "\f142"
}
.fi-download:before {
content: "\f143"
}
.fi-eject:before {
content: "\f144"
}
.fi-elevator:before {
content: "\f145"
}
.fi-euro:before {
content: "\f146"
}
.fi-eye:before {
content: "\f147"
}
.fi-fast-forward:before {
content: "\f148"
}
.fi-female-symbol:before {
content: "\f149"
}
.fi-female:before {
content: "\f14a"
}
.fi-filter:before {
content: "\f14b"
}
.fi-first-aid:before {
content: "\f14c"
}
.fi-flag:before {
content: "\f14d"
}
.fi-folder-add:before {
content: "\f14e"
}
.fi-folder-lock:before {
content: "\f14f"
}
.fi-folder:before {
content: "\f150"
}
.fi-foot:before {
content: "\f151"
}
.fi-foundation:before {
content: "\f152"
}
.fi-graph-bar:before {
content: "\f153"
}
.fi-graph-horizontal:before {
content: "\f154"
}
.fi-graph-pie:before {
content: "\f155"
}
.fi-graph-trend:before {
content: "\f156"
}
.fi-guide-dog:before {
content: "\f157"
}
.fi-hearing-aid:before {
content: "\f158"
}
.fi-heart:before {
content: "\f159"
}
.fi-home:before {
content: "\f15a"
}
.fi-html5:before {
content: "\f15b"
}
.fi-indent-less:before {
content: "\f15c"
}
.fi-indent-more:before {
content: "\f15d"
}
.fi-info:before {
content: "\f15e"
}
.fi-italic:before {
content: "\f15f"
}
.fi-key:before {
content: "\f160"
}
.fi-laptop:before {
content: "\f161"
}
.fi-layout:before {
content: "\f162"
}
.fi-lightbulb:before {
content: "\f163"
}
.fi-like:before {
content: "\f164"
}
.fi-link:before {
content: "\f165"
}
.fi-list-bullet:before {
content: "\f166"
}
.fi-list-number:before {
content: "\f167"
}
.fi-list-thumbnails:before {
content: "\f168"
}
.fi-list:before {
content: "\f169"
}
.fi-lock:before {
content: "\f16a"
}
.fi-loop:before {
content: "\f16b"
}
.fi-magnifying-glass:before {
content: "\f16c"
}
.fi-mail:before {
content: "\f16d"
}
.fi-male-female:before {
content: "\f16e"
}
.fi-male-symbol:before {
content: "\f16f"
}
.fi-male:before {
content: "\f170"
}
.fi-map:before {
content: "\f171"
}
.fi-marker:before {
content: "\f172"
}
.fi-megaphone:before {
content: "\f173"
}
.fi-microphone:before {
content: "\f174"
}
.fi-minus-circle:before {
content: "\f175"
}
.fi-minus:before {
content: "\f176"
}
.fi-mobile-signal:before {
content: "\f177"
}
.fi-mobile:before {
content: "\f178"
}
.fi-monitor:before {
content: "\f179"
}
.fi-mountains:before {
content: "\f17a"
}
.fi-music:before {
content: "\f17b"
}
.fi-next:before {
content: "\f17c"
}
.fi-no-dogs:before {
content: "\f17d"
}
.fi-no-smoking:before {
content: "\f17e"
}
.fi-page-add:before {
content: "\f17f"
}
.fi-page-copy:before {
content: "\f180"
}
.fi-page-csv:before {
content: "\f181"
}
.fi-page-delete:before {
content: "\f182"
}
.fi-page-doc:before {
content: "\f183"
}
.fi-page-edit:before {
content: "\f184"
}
.fi-page-export-csv:before {
content: "\f185"
}
.fi-page-export-doc:before {
content: "\f186"
}
.fi-page-export-pdf:before {
content: "\f187"
}
.fi-page-export:before {
content: "\f188"
}
.fi-page-filled:before {
content: "\f189"
}
.fi-page-multiple:before {
content: "\f18a"
}
.fi-page-pdf:before {
content: "\f18b"
}
.fi-page-remove:before {
content: "\f18c"
}
.fi-page-search:before {
content: "\f18d"
}
.fi-page:before {
content: "\f18e"
}
.fi-paint-bucket:before {
content: "\f18f"
}
.fi-paperclip:before {
content: "\f190"
}
.fi-pause:before {
content: "\f191"
}
.fi-paw:before {
content: "\f192"
}
.fi-paypal:before {
content: "\f193"
}
.fi-pencil:before {
content: "\f194"
}
.fi-photo:before {
content: "\f195"
}
.fi-play-circle:before {
content: "\f196"
}
.fi-play-video:before {
content: "\f197"
}
.fi-play:before {
content: "\f198"
}
.fi-plus:before {
content: "\f199"
}
.fi-pound:before {
content: "\f19a"
}
.fi-power:before {
content: "\f19b"
}
.fi-previous:before {
content: "\f19c"
}
.fi-price-tag:before {
content: "\f19d"
}
.fi-pricetag-multiple:before {
content: "\f19e"
}
.fi-print:before {
content: "\f19f"
}
.fi-prohibited:before {
content: "\f1a0"
}
.fi-projection-screen:before {
content: "\f1a1"
}
.fi-puzzle:before {
content: "\f1a2"
}
.fi-quote:before {
content: "\f1a3"
}
.fi-record:before {
content: "\f1a4"
}
.fi-refresh:before {
content: "\f1a5"
}
.fi-results-demographics:before {
content: "\f1a6"
}
.fi-results:before {
content: "\f1a7"
}
.fi-rewind-ten:before {
content: "\f1a8"
}
.fi-rewind:before {
content: "\f1a9"
}
.fi-rss:before {
content: "\f1aa"
}
.fi-safety-cone:before {
content: "\f1ab"
}
.fi-save:before {
content: "\f1ac"
}
.fi-share:before {
content: "\f1ad"
}
.fi-sheriff-badge:before {
content: "\f1ae"
}
.fi-shield:before {
content: "\f1af"
}
.fi-shopping-bag:before {
content: "\f1b0"
}
.fi-shopping-cart:before {
content: "\f1b1"
}
.fi-shuffle:before {
content: "\f1b2"
}
.fi-skull:before {
content: "\f1b3"
}
.fi-social-500px:before {
content: "\f1b4"
}
.fi-social-adobe:before {
content: "\f1b5"
}
.fi-social-amazon:before {
content: "\f1b6"
}
.fi-social-android:before {
content: "\f1b7"
}
.fi-social-apple:before {
content: "\f1b8"
}
.fi-social-behance:before {
content: "\f1b9"
}
.fi-social-bing:before {
content: "\f1ba"
}
.fi-social-blogger:before {
content: "\f1bb"
}
.fi-social-delicious:before {
content: "\f1bc"
}
.fi-social-designer-news:before {
content: "\f1bd"
}
.fi-social-deviant-art:before {
content: "\f1be"
}
.fi-social-digg:before {
content: "\f1bf"
}
.fi-social-dribbble:before {
content: "\f1c0"
}
.fi-social-drive:before {
content: "\f1c1"
}
.fi-social-dropbox:before {
content: "\f1c2"
}
.fi-social-evernote:before {
content: "\f1c3"
}
.fi-social-facebook:before {
content: "\f1c4"
}
.fi-social-flickr:before {
content: "\f1c5"
}
.fi-social-forrst:before {
content: "\f1c6"
}
.fi-social-foursquare:before {
content: "\f1c7"
}
.fi-social-game-center:before {
content: "\f1c8"
}
.fi-social-github:before {
content: "\f1c9"
}
.fi-social-google-plus:before {
content: "\f1ca"
}
.fi-social-hacker-news:before {
content: "\f1cb"
}
.fi-social-hi5:before {
content: "\f1cc"
}
.fi-social-instagram:before {
content: "\f1cd"
}
.fi-social-joomla:before {
content: "\f1ce"
}
.fi-social-lastfm:before {
content: "\f1cf"
}
.fi-social-linkedin:before {
content: "\f1d0"
}
.fi-social-medium:before {
content: "\f1d1"
}
.fi-social-myspace:before {
content: "\f1d2"
}
.fi-social-orkut:before {
content: "\f1d3"
}
.fi-social-path:before {
content: "\f1d4"
}
.fi-social-picasa:before {
content: "\f1d5"
}
.fi-social-pinterest:before {
content: "\f1d6"
}
.fi-social-rdio:before {
content: "\f1d7"
}
.fi-social-reddit:before {
content: "\f1d8"
}
.fi-social-skillshare:before {
content: "\f1d9"
}
.fi-social-skype:before {
content: "\f1da"
}
.fi-social-smashing-mag:before {
content: "\f1db"
}
.fi-social-snapchat:before {
content: "\f1dc"
}
.fi-social-spotify:before {
content: "\f1dd"
}
.fi-social-squidoo:before {
content: "\f1de"
}
.fi-social-stack-overflow:before {
content: "\f1df"
}
.fi-social-steam:before {
content: "\f1e0"
}
.fi-social-stumbleupon:before {
content: "\f1e1"
}
.fi-social-treehouse:before {
content: "\f1e2"
}
.fi-social-tumblr:before {
content: "\f1e3"
}
.fi-social-twitter:before {
content: "\f1e4"
}
.fi-social-vimeo:before {
content: "\f1e5"
}
.fi-social-windows:before {
content: "\f1e6"
}
.fi-social-xbox:before {
content: "\f1e7"
}
.fi-social-yahoo:before {
content: "\f1e8"
}
.fi-social-yelp:before {
content: "\f1e9"
}
.fi-social-youtube:before {
content: "\f1ea"
}
.fi-social-zerply:before {
content: "\f1eb"
}
.fi-social-zurb:before {
content: "\f1ec"
}
.fi-sound:before {
content: "\f1ed"
}
.fi-star:before {
content: "\f1ee"
}
.fi-stop:before {
content: "\f1ef"
}
.fi-strikethrough:before {
content: "\f1f0"
}
.fi-subscript:before {
content: "\f1f1"
}
.fi-superscript:before {
content: "\f1f2"
}
.fi-tablet-landscape:before {
content: "\f1f3"
}
.fi-tablet-portrait:before {
content: "\f1f4"
}
.fi-target-two:before {
content: "\f1f5"
}
.fi-target:before {
content: "\f1f6"
}
.fi-telephone-accessible:before {
content: "\f1f7"
}
.fi-telephone:before {
content: "\f1f8"
}
.fi-text-color:before {
content: "\f1f9"
}
.fi-thumbnails:before {
content: "\f1fa"
}
.fi-ticket:before {
content: "\f1fb"
}
.fi-torso-business:before {
content: "\f1fc"
}
.fi-torso-female:before {
content: "\f1fd"
}
.fi-torso:before {
content: "\f1fe"
}
.fi-torsos-all-female:before {
content: "\f1ff"
}
.fi-torsos-all:before {
content: "\f200"
}
.fi-torsos-female-male:before {
content: "\f201"
}
.fi-torsos-male-female:before {
content: "\f202"
}
.fi-torsos:before {
content: "\f203"
}
.fi-trash:before {
content: "\f204"
}
.fi-trees:before {
content: "\f205"
}
.fi-trophy:before {
content: "\f206"
}
.fi-underline:before {
content: "\f207"
}
.fi-universal-access:before {
content: "\f208"
}
.fi-unlink:before {
content: "\f209"
}
.fi-unlock:before {
content: "\f20a"
}
.fi-upload-cloud:before {
content: "\f20b"
}
.fi-upload:before {
content: "\f20c"
}
.fi-usb:before {
content: "\f20d"
}
.fi-video:before {
content: "\f20e"
}
.fi-volume-none:before {
content: "\f20f"
}
.fi-volume-strike:before {
content: "\f210"
}
.fi-volume:before {
content: "\f211"
}
.fi-web:before {
content: "\f212"
}
.fi-wheelchair:before {
content: "\f213"
}
.fi-widget:before {
content: "\f214"
}
.fi-wrench:before {
content: "\f215"
}
.fi-x-circle:before {
content: "\f216"
}
.fi-x:before {
content: "\f217"
}
.fi-yen:before {
content: "\f218"
}
.fi-zoom-in:before {
content: "\f219"
}
.fi-zoom-out:before {
content: "\f21a"
}
.blog-info {
min-height: 510px;
width: 11.667%;
margin-right: 2%;
padding: 0
}
@media only screen and (max-width: 768px) {
.blog-info {
min-height: 70px;
padding-top: 10px;
width: 100%
}
}
.blog-info .arrow {
border-style: solid;
border-width: 15px 0 15px 15px;
position: absolute;
right: -50px;
top: 35px;
width: 20px
}
@media only screen and (max-width: 768px) {
.blog-info br {
display: none
}
}
.blog-info .author {
text-align: center;
word-break: break-all
}
.blog-info .date {
padding: 15px;
margin-top: 100px;
text-align: center
}
.blog-info .date a:hover {
color: #fff
}
@media only screen and (max-width: 768px) {
.blog-info .date {
float: left;
margin: 0 0 0 90px;
padding: 7px 0 0 7px;
width: 130px
}
}
.blog-info .date .day {
padding-bottom: 10px;
display: block
}
@media only screen and (max-width: 768px) {
.blog-info .date .day {
float: left
}
}
.blog-info .date .year {
display: block;
padding: 2px
}
@media only screen and (max-width: 768px) {
.blog-info .author {
float: left
}
}
.blog-info .author div {
padding-top: 5px
}
.blog-info .comment-count {
margin-top: 100px
}
@media only screen and (max-width: 768px) {
.blog-info .comment-count {
float: right;
margin: 0
}
}
.blog-info .comment-count div {
padding-bottom: 6px
}
.blog-info {
min-height: 320px
}
.blog-info .date,
.blog-info .comment-count {
margin-top: 20px
}
.has-post-thumbnail .blog-info {
min-height: 510px
}
.has-post-thumbnail .blog-info .date,
.has-post-thumbnail .blog-info .comment-count {
margin-top: 100px
}
.blog-posts {
padding-top: 15px;
width: 85.333%;
margin-right: 1%
}
@media only screen and (max-width: 768px) {
.blog-posts {
width: 100%
}
}
.blog-posts article>div {
position: relative
}
.blog-posts .post-info {
margin-bottom: 20px
}
.blog-posts .fa-image {
font-size: 3em;
right: 10px;
position: absolute;
top: 10px;
z-index: 2
}
.blog-posts .read-more {
margin-top: 20px
}
.blog-posts .read-more a:hover {
color: #fff
}
.post-author,
.post-categories {
margin-left: 15px
}
.blog-posts .body {
line-height: 1.6em;
margin-top: 10px
}
#respond,
#comments {
margin-top: 80px
}
.blog-posts .body.field {
margin-top: 15px
}
code {
background: none;
border: none
}
.wd-pagination {
padding: 20px;
text-align: center
}
.simple-blog .wd-carousel-container {
overflow: hidden
}
.blog-post .sticky .blog-info {
border-left: 5px solid #83c77a
}
.blog-post .sticky.fixed {
left: auto;
position: relative;
top: auto;
width: auto;
z-index: auto
}
.page-links {
text-align: center
}
div.wpb_row {
margin: 0
}
.vc_responsive .wpb_row .full_section_container .vc_span12,
.vc_responsive .wpb_row .full_section_container .vc_col-sm-12 {
padding: 0
}
.portfolio [class*="block-grid-"]>li {
padding: 0
}
.portfolio .carousel-details h3 a {
color: #f55a60;
font-weight: 500
}
.portfolio .wd-carousel-container {
background: #000
}
.portfolio .wd-carousel-container:hover>img {
opacity: 0.6
}
.single-portfolio .main {
padding-top: 40px;
padding-bottom: 40px
}
.portfolio-grid li.wd-carousel-container:after {
content: "";
display: block;
width: 100%;
height: 100%;
background: rgba(16, 110, 170, 0.3);
top: 0;
position: absolute;
opacity: 0;
transition: .4s ease
}
.portfolio-grid li.wd-carousel-container:hover:after {
opacity: 1
}
.portfolio-grid .wd-carousel-container .info,
.portfolio-grid .wd-carousel-container .carousel-icon {
z-index: 2
}
.vc_gitem-animate-slideInRight div.vc_gitem-zone-b {
transition: all 0.4s cubic-bezier(0.86, 0, 0.07, 1) 0s
}
.vc_gitem-row-position-middle.vc_gitem_row {
height: 100%
}
.vc_gitem-row-position-middle.vc_gitem_row div.vc_gitem-col {
width: 100%;
height: 100%;
opacity: .8;
background: #106EAA !important
}
.single-portfolio .flexslider {
margin-top: 11px
}
.wd-hero-image {
height: 800px;
width: 100%;
position: relative;
text-align: center;
color: #FFF
}
.wd-hero-image .wd-overlay {
background-color: rgba(38, 51, 60, 0.95);
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.27) 20%, rgba(10, 10, 10, 0.21) 30%, rgba(6, 6, 6, 0.3) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.27) 20%, rgba(10, 10, 10, 0.21) 30%, rgba(6, 6, 6, 0.3) 100%);
background-color: transparent;
z-index: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.wd-hero-image .wd-image {
background-size: cover;
position: absolute;
width: 100%;
height: 100%
}
.wd-hero-image .wd-text-wrapper {
position: absolute;
width: 100%;
bottom: 25%;
right: 0;
left: 0;
margin: 0 auto;
max-width: 50rem;
text-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
z-index: 2
}
.wd-hero-image .hero-title {
font-family: "Lato", "Open Sans", "Roboto", sans-serif;
line-height: 1.3;
font-size: 3.75rem;
font-weight: 300;
margin: 0 0 1rem
}
.wd-hero-image .hero-subtitle {
font-family: "Roboto", sans-serif;
font-size: 1.5em;
font-weight: 300;
margin: 1rem 0px 3.75rem;
line-height: 1.3;
opacity: .85
}
.wd-hero-image h1,
.wd-hero-image h2,
.wd-hero-image h3,
.wd-hero-image h4,
.wd-hero-image h5,
.wd-hero-image h6 {
color: #FFF
}
.wd-heading hr {
display: inline-block;
border-top: none;
border-right: none;
border-left: none;
border-bottom: 2px solid #106EAA;
width: 60px
}
.wd-testimonail {
margin: 0
}
.wd-testimonail blockquote {
border: none;
color: inherit;
text-align: center
}
.wd-testimonail blockquote img {
border-radius: 0;
margin: 40px 0;
height: 100px;
width: 100px;
margin-bottom: 14px;
border-radius: 50%
}
.wd-testimonail blockquote cite {
text-align: center;
padding-left: 0;
font-size: 16px;
color: #106EAA;
font-weight: 600
}
.wd-testimonail blockquote .job-title {
color: #000000;
font-size: 14px;
text-align: center
}
.wd-testimonail .testimonial-text {
margin-top: 15px;
font-style: inherit;
font-size: inherit;
color: inherit;
line-height: inherit;
font-family: inherit;
text-align: inherit;
font-style: inherit;
text-decoration: inherit;
text-transform: inherit;
position: relative;
padding: 0 87px
}
@media only screen {
.wd-testimonail .testimonial-text {
padding: 0 87px
}
}
.wd-testimonail .testimonial-text:before {
content: "\f10d";
font-family: "FontAwesome";
color: rgba(255, 255, 255, 0.4);
font-size: 18px;
left: 0;
position: absolute;
top: -20px
}
.wd-testimonail .testimonial-text:after {
content: "\f10e";
font-family: "FontAwesome";
color: rgba(255, 255, 255, 0.4);
font-size: 18px;
position: absolute;
right: 0
}
.wd-testimonail .quote {
display: none
}
.owl-carousel.testimonial-slider .testimonial-text-container {
margin-top: 180px
}
.owl-carousel.testimonial-slider .testimonial-text-container .testimonial-name h1,
.owl-carousel.testimonial-slider .testimonial-text-container .testimonial-name h2,
.owl-carousel.testimonial-slider .testimonial-text-container .testimonial-name h3,
.owl-carousel.testimonial-slider .testimonial-text-container .testimonial-name h4,
.owl-carousel.testimonial-slider .testimonial-text-container .testimonial-name h5,
.owl-carousel.testimonial-slider .testimonial-text-container .testimonial-name h6 {
display: inline-block
}
.owl-carousel.testimonial-slider .testimonial-text-container .testimonial-name:after {
content: " - ";
padding: 6px
}
.owl-carousel.testimonial-slider .testimonial-text-container p {
font-style: inherit;
font-size: inherit;
color: inherit;
line-height: inherit;
font-family: inherit;
text-align: inherit;
font-style: inherit;
text-decoration: inherit;
text-transform: inherit
}
.owl-carousel.testimonial-slider .owl-nav>div {
height: 33px;
padding: 6px 4px;
width: 33px;
background-color: #999
}
.owl-carousel.testimonial-slider .owl-nav>div i {
color: #fff;
font-size: 12px;
margin-left: 5px;
display: table;
margin-top: 6px
}
.owl-carousel.testimonial-slider .owl-nav>div:hover {
background-color: #cb9904
}
.owl-carousel.testimonial-slider .owl-nav>div.owl-next {
left: 37px
}
.owl-carousel.testimonial-slider .owl-nav {
left: 51.4%;
position: absolute;
bottom: 156px;
width: 69px
}
.wd-sly-carousel {
overflow: hidden
}
.wd-sly-carousel ul {
list-style: none;
margin: 0;
padding: 0;
height: 100%
}
.wd-sly-carousel ul li {
float: left;
width: 430px;
height: 100%;
margin: 10px 35px;
padding: 0;
color: #000;
cursor: grab
}
@media only screen and (max-width: 40em) {
.wd-sly-carousel ul li {
width: 320px
}
}
.wd-sly-carousel ul li img {
position: absolute;
border-radius: 50%;
top: 14px;
margin-left: 30px
}
.wd-sly-carousel ul li .sly-text {
background-color: #fff;
margin-top: 50px;
padding: 105px 38px 26px
}
.wd-sly-carousel ul li:first-child {
margin-right: 0
}
.wd-sly-carousel ul li:last-child {
margin-left: 0
}
.wd-sly-carousel-container .scrollbar {
margin: 49px 26% 0 0;
height: 6px;
background: #FFF;
line-height: 0
}
.wd-sly-carousel-container .scrollbar .handle {
width: 100px;
height: 100%;
background: #cc9900;
cursor: pointer
}
.wd-sly-carousel-container .scrollbar .handle .mousearea {
position: absolute;
top: -9px;
left: 0;
width: 100%;
height: 20px
}
.owl-testimonail .owl-nav {
position: absolute;
display: none;
width: 100%
}
.owl-testimonail .owl-nav>div {
position: relative;
top: auto;
display: inline-block;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
-webkit-transition: opacity 0.6s;
transition: opacity 0.6s
}
.owl-testimonail .owl-nav>div i {
margin-left: 9px;
color: #fff;
font-size: 36px
}
.owl-testimonail h6 {
margin: 0
}
a.testimonial-prev,
a.testimonial-next {
color: #000;
opacity: .3;
display: inline-table;
font-size: 36px;
padding: 10px;
vertical-align: middle;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
-webkit-transition: opacity 0.6s;
transition: opacity 0.6s
}
a.testimonial-prev:hover,
a.testimonial-next:hover {
opacity: 1;
color: #FFF
}
.owl-thumbs {
position: relative;
z-index: 2;
margin: 0;
text-align: center
}
.owl-thumbs .owl-thumb-item {
display: inline-block;
list-style-type: none;
margin: 0 16px
}
.owl-thumbs .owl-thumb-item img {
border-radius: 50%;
-moz-transition: all 0.2s;
-o-transition: all 0.2s;
-webkit-transition: all 0.2s;
transition: all 0.2s
}
.owl-thumbs .owl-thumb-item:hover img {
-webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
-moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25)
}
.owl-thumbs .owl-thumb-item.active img {
-webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
-moz-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25);
box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.25)
}
#comments {
margin-top: 60px
}
#comments h3 {
margin-bottom: 30px
}
#comments ul.commentlist,
#comments ol.commentlist {
list-style-type: none !important
}
#comments ul.commentlist li.comment,
#comments ol.commentlist li.comment {
margin-bottom: 30px;
list-style-type: none
}
#comments ul.commentlist li.comment .comment-author img,
#comments ol.commentlist li.comment .comment-author img {
float: left;
margin-right: 12px
}
#comments ul.commentlist li.comment .author-meta a,
#comments ol.commentlist li.comment .author-meta a {
color: #777;
font-size: 12px;
font-family: "Open Sans", sans-serif
}
#comments ul.commentlist li.comment section.comment,
#comments ol.commentlist li.comment section.comment {
background-color: #fafafa;
border: 1px solid #ecf0f1;
margin-top: 20px;
padding: 20px 30px
}
#comments ul.commentlist li.comment section.comment p,
#comments ol.commentlist li.comment section.comment p {
font-family: "open sans", sans-serif;
color: #666;
font-size: 16px;
line-height: 29px
}
#comments ul.commentlist li.comment section.comment .comment-reply-link,
#comments ol.commentlist li.comment section.comment .comment-reply-link {
border-radius: 3px;
color: #fff;
float: right;
font-size: 14px;
padding: 3px 10px
}
.wd-image-text h4 {
padding: 14px 15px 0px 5px;
font-weight: 600;
line-height: 1.4;
font-size: 18px;
color: #333
}
.wd-image-text p {
padding: 5px 15px 20px 5px;
color: #999
}
.wd-image-text a {
display: block;
margin-bottom: 20px;
padding: 0 35px
}
.wd-image-text.style-2 h4:after {
content: " ";
display: block;
background-color: #106EAA;
height: 1px;
width: 40px;
margin: 8px 0 0
}
.wd-image-text.style-2 a {
margin: 0;
padding: 0
}
.wd-image-text.style-3 .picture-div {
padding: 0 20px 0 0
}
.wd-image-text.style-3 .wd-title-element {
font-weight: bold;
font-size: 15px;
margin: 0
}
.wd-image-text.style-3 .text-div p {
margin-bottom: 25px;
padding: 0
}
.wd_onepost {
text-align: center
}
.wd_onepost .title-block h2 {
margin-bottom: 10px
}
.wd_onepost .title-block span {
width: 12px;
height: 12px;
display: block;
margin: 0 auto
}
.wd_onepost .title-block .description {
font-size: 1.2em;
margin-bottom: 20px !important;
margin-top: 17px;
opacity: 0.5
}
.one_post_box {
height: 400px;
position: relative
}
.one_post_box .box_image {
margin: 0;
padding: 0;
max-height: 400px;
overflow: hidden
}
.one_post_box .box_image>img {
height: 400px;
max-width: none;
width: auto
}
.one_post_box .box_image .titel_icon {
width: 100%;
position: absolute;
text-align: left;
bottom: 0;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-ms-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
height: 35%;
padding-top: 3%
}
@media only screen {
.one_post_box .box_image .titel_icon {
bottom: -50%;
opacity: 0
}
}
.one_post_box .box_image .titel_icon h3 {
margin-top: -7px;
margin-bottom: 2px;
color: #fff
}
.one_post_box .box_image .titel_icon .box_icon {
float: left;
margin-right: 10px;
width: 10%;
padding: 10px 14px;
text-align: center
}
.one_post_box .box_image .titel_icon .box_icon i {
font-size: 2em;
color: #fff
}
.one_post_box .box_image:hover .titel_icon {
bottom: 0;
opacity: 1
}
.one_post_box .more {
margin: 0;
padding: 0
}
@media only screen {
.one_post_box .more {
height: 100%
}
}
.one_post_box .more>div {
margin-top: 30px;
margin-bottom: 30px !important
}
@media only screen {
.one_post_box .more>div {
margin-top: 41%
}
}
.one_post_box .more i {
font-size: 1.6em;
margin-top: 26px
}
.one_post_box .more h3 {
color: #fff
}
.countto {
padding: 3em;
display: block
}
div.icon {
text-align: center;
font-size: 50px;
padding: 20px
}
.counter {
font-size: 4em;
font-weight: 200;
padding-top: 12px
}
.style1 {
margin-bottom: 30px
}
.style2,
.style3 {
margin-bottom: 30px
}
.style2 div.icon,
.style3 div.icon {
display: inline
}
.style2 .counter,
.style3 .counter {
display: inline
}
.style5 .counter-box {
padding: 20px 10px
}
.layout-3 .box-title-3 {
text-align: center
}
.circular-item {
float: left;
display: inline-block;
margin: 0 14px
}
.circular-content {
display: inline-block;
height: auto;
text-align: center
}
.circular-pie {
height: 310px;
width: 310px
}
.easyPieChart {
margin: 0 auto;
position: relative;
text-align: center;
padding: 3em 0
}
.circ_counter_desc {
font-size: 15px;
margin: 20px 0;
text-align: center
}
.circular-pie-style-1 span,
.circular-pie-style-2 span,
.circular-pie-style-3 span {
border-radius: 100%;
bottom: 20px;
color: #284c66;
display: block;
font-size: 46px;
font-weight: 100;
height: 150px;
left: 41px;
letter-spacing: -3px;
line-height: 150px;
position: absolute;
right: 20px;
text-align: center;
top: 41px;
width: 150px;
z-index: 10
}
.easyPieChart canvas {
left: 0;
position: absolute;
top: 0
}
.circ_counter_desc .lead {
font-weight: 600;
font-size: 29px
}
.boxes.small.layout-3 {
padding-top: 30px;
padding-bottom: 30px
}
.boxes.colored .columns {
padding: 0px
}
.boxes.colored .box-container {
padding: 0.625em 0
}
.boxes .box-container {
margin-bottom: 16px;
position: relative
}
@media only screen {
.boxes .box-container {
min-height: 165px
}
}
.boxes .box-container>a:before,
.boxes .box-container .flipper a:before {
bottom: 100%;
content: "";
display: block;
height: 0%;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
transition: all .2s ease-in
}
.boxes .box-container:hover>a:before,
.boxes .box-container:hover .flipper a:before {
height: 100%
}
.boxes .box-container .box-txt {
background: #000;
background: rgba(16, 110, 170, 0.8);
bottom: 10px;
left: 15px;
position: absolute;
padding: 0.625em;
text-transform: uppercase;
transition: all 0.1s ease-in
}
.boxes .box-container .box-txt a {
color: #FFF
}
.boxes.small {
text-align: center;
padding-top: en-calc(15)
}
.boxes.small .block-title {
padding-bottom: 0.6em
}
.boxes.small .box-container {
text-align: left
}
.boxes.small .box-icon {
border: none;
float: left;
padding: 3px 5px;
text-align: center
}
.boxes.small .box-icon i {
font-size: 36px
}
.boxes.small .box-body {
clear: both;
padding-top: 10px
}
.boxes.small .box-title-1 {
padding: 0 0 5px 55px
}
.boxes.layout-2.box-icon i {
font-size: 60px
}
.boxes.layout-2 .box-icon,
.boxes.layout-3 .box-icon {
border: 1px solid;
border-radius: 50%;
height: 80px;
margin: 0 auto;
width: 80px;
float: none;
padding: 0 5px;
text-align: center;
background: rgba(255, 255, 255, 0.3);
transition: .4s ease-out
}
.boxes.layout-2 .box-icon i,
.boxes.layout-3 .box-icon i {
line-height: 80px
}
.boxes.layout-2:hover .box-icon,
.boxes.layout-3:hover .box-icon {
background: #106EAA;
color: #fff
}
.boxes.layout-2:hover .box-icon i,
.boxes.layout-3:hover .box-icon i {
color: #fff
}
.boxes.layout-2 .box-title-3,
.boxes.layout-2 .box-title-2,
.boxes.layout-3 .box-title-3,
.boxes.layout-3 .box-title-2 {
display: block;
float: none;
margin-bottom: 0;
padding: 5px 0;
text-align: center
}
.boxes.layout-2 .box-title-3,
.boxes.layout-3 .box-title-3 {
color: #000;
font-weight: 500
}
.boxes.layout-2 .box-body,
.boxes.layout-3 .box-body {
clear: both;
padding-top: 10px;
text-align: center
}
.boxes.layout-2 hr,
.boxes.layout-3 hr {
margin: 15px 25% 5px;
width: 50%;
border-color: #106eaa;
border-style: dashed
}
.boxes.small.layout-3 .box-container {
position: relative;
overflow: hidden
}
.boxes.small.layout-3 .box-container::after {
content: "";
display: block;
background: #fff;
height: 50px;
width: 200%;
top: -20px;
transform: translateX(-50%) rotate(-45deg);
position: absolute;
transition: .6s ease-in-out
}
.boxes.small.layout-3 .box-container:hover:after {
top: 80%;
position: absolute;
transform: translateX(50%) rotate(-45deg)
}
.layout-4 .box-container {
padding: 8px
}
.layout-4 div.box-icon {
margin: 0;
margin-right: .7em
}
.layout-4 div.box-icon i.fa {
color: #FFF;
font-size: 2em;
padding: 0.2em;
border-radius: 6px
}
.boxes.small.layout-5 .box-icon,
.boxes.small.layout-5-inverse .box-icon {
bottom: 0;
float: none;
padding: 0;
position: absolute;
top: 0
}
.boxes.small.layout-5 .box-icon i.fa,
.boxes.small.layout-5-inverse .box-icon i.fa {
color: #FFF;
padding: 1em 0.2em;
width: 2em;
font-size: 3.5em
}
.boxes.small.layout-5 .box-text-5,
.boxes.small.layout-5-inverse .box-text-5 {
padding-left: 8em
}
.boxes.small.layout-5 .box-text-5 .box-title-5,
.boxes.small.layout-5-inverse .box-text-5 .box-title-5 {
margin-top: 0
}
.boxes.small.layout-5-inverse .box-icon {
right: 0
}
.boxes.small.layout-5-inverse .box-text-5-inverse {
padding-right: 8em
}
.boxes.small.layout-5-inverse .box-text-5-inverse .box-title-5-inverse {
margin-top: 0
}
.boxes.small.layout-6 .box-icon {
float: none;
height: 100%;
padding-top: 3.5em;
width: 19%;
position: absolute
}
.boxes.small.layout-6 .box-icon i.fa {
color: #FFF;
padding: 0.7em 0.3em
}
.boxes.small.layout-6 .box-text-6 {
padding-left: 22%
}
.boxes.small.layout-7 .box-icon {
float: none;
height: 100%;
position: absolute
}
.boxes.small.layout-7 .box-icon i.fa {
background-color: #f55a60;
border-radius: 0;
font-size: 2.2em;
padding: 0.6em;
color: #FFF
}
.boxes.small.layout-7 .box-text-7 {
padding-left: 7em
}
.boxes.small.layout-7 .box-text-7 h3.box-title-7 {
margin-bottom: 4px;
font-weight: 800
}
.boxes.small.layout-7 .box-body {
padding-top: 0;
color: #999
}
.boxes.small.layout-8 .box-icon {
border-right: 1px solid rgba(89, 89, 89, 0.12);
margin-right: 1em;
padding: 0 1em 0 0.3em
}
.boxes.small.layout-8 .box-title-8 {
line-height: 1em
}
.box:hover .box-txt {
bottom: 0
}
.large-12 .box {
overflow: hidden
}
.home .section_container .vc_col-sm-3 {
-webkit-transition: 0.1s;
-moz-transition: 0.1s;
-ms-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s;
padding: 5px
}
.box-container.clearfix {
height: auto;
min-height: 0
}
.box-container h3 {
font-size: 1.4em
}
p.large-text {
font-size: 26px;
color: #999999;
line-height: 30px;
margin-bottom: 30px
}
a.features-bnt {
color: #777;
padding: 6px 10px;
border: 1px solid #777;
-webkit-transition: 0.1s;
-moz-transition: 0.1s;
-ms-transition: 0.1s;
-o-transition: 0.1s;
transition: 0.1s
}
a.features-bnt:hover {
color: #000;
border-color: #000
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(1) {
background-color: #01cfe7;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxY2ZlNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwZDFlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #01cfe7), color-stop(100%, #00d1e5));
background-image: -moz-linear-gradient(left, #01cfe7 0%, #00d1e5 100%);
background-image: -webkit-linear-gradient(left, #01cfe7 0%, #00d1e5 100%);
background-image: linear-gradient(to right, #01cfe7 0%, #00d1e5 100%)
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(1) .boxes.layout-2 .box-body,
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(1) .boxes.layout-3 .box-body {
padding-right: 14px;
padding-left: 14px
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(1) .boxes.layout-2 .box-icon,
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(1) .boxes.layout-3 .box-icon {
background: none repeat scroll 0 0 #fff
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(1) .boxes.layout-2 .box-icon i,
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(1) .boxes.layout-3 .box-icon i {
color: #00d1e5
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(2) {
background-color: #01cfe7;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxYjNlOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYjVlMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #01b3e9), color-stop(100%, #00b5e3));
background-image: -moz-linear-gradient(left, #01b3e9 0%, #00b5e3 100%);
background-image: -webkit-linear-gradient(left, #01b3e9 0%, #00b5e3 100%);
background-image: linear-gradient(to right, #01b3e9 0%, #00b5e3 100%)
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(2) .boxes.layout-2 .box-body,
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(2) .boxes.layout-3 .box-body {
padding-right: 14px;
padding-left: 14px
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(2) .boxes.layout-2 .box-icon,
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(2) .boxes.layout-3 .box-icon {
background: none repeat scroll 0 0 #fff
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(2) .boxes.layout-2 .box-icon i,
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(2) .boxes.layout-3 .box-icon i {
color: #00b5e3
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(3) {
background-color: #01cfe7;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxOTllNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWJlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0199e7), color-stop(100%, #009be5));
background-image: -moz-linear-gradient(left, #0199e7 0%, #009be5 100%);
background-image: -webkit-linear-gradient(left, #0199e7 0%, #009be5 100%);
background-image: linear-gradient(to right, #0199e7 0%, #009be5 100%)
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(3) .boxes.layout-2 .box-body,
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(3) .boxes.layout-3 .box-body {
padding-right: 14px;
padding-left: 14px
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(3) .boxes.layout-2 .box-icon,
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(3) .boxes.layout-3 .box-icon {
background: none repeat scroll 0 0 #fff
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(3) .boxes.layout-2 .box-icon i,
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(3) .boxes.layout-3 .box-icon i {
color: #009be5
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(4) {
background-color: #01cfe7;
background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2RlOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAxN2RlNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
background-size: 100%;
background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #007de9), color-stop(100%, #017de7));
background-image: -moz-linear-gradient(left, #007de9 0%, #017de7 100%);
background-image: -webkit-linear-gradient(left, #007de9 0%, #017de7 100%);
background-image: linear-gradient(to right, #007de9 0%, #017de7 100%)
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(4) .boxes.layout-2 .box-body,
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(4) .boxes.layout-3 .box-body {
padding-right: 14px;
padding-left: 14px
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(4) .boxes.layout-2 .box-icon,
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(4) .boxes.layout-3 .box-icon {
background: none repeat scroll 0 0 #fff
}
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(4) .boxes.layout-2 .box-icon i,
.home .fancy-blue .section_container .vc_col-sm-3:nth-child(4) .boxes.layout-3 .box-icon i {
color: #017de7
}
.boxes.layout-1 .box-icon {
float: none;
padding-bottom: 11px;
text-align: left
}
.boxes.layout-1 .box-title-1 {
text-align: left;
font-size: 18px;
padding: 0;
margin: 0;
font-weight: 500;
color: black
}
.boxes.layout-1 .box-body {
font-size: 16px;
color: #777;
line-height: 21px;
padding-top: 10px
}
.home-text-icon .box-container {
background: #fff
}
.home-text-icon .boxes.layout-1 .box-icon {
padding: 0
}
.home-text-icon .boxes.layout-1 .box-title-1 {
padding: 51px 40px 25px 32px;
font-size: 23px
}
.home-text-icon .boxes.layout-1 .box-body {
padding: 0 40px 16px 32px;
font-size: 14px;
margin-bottom: 4px
}
.image-box-item {
margin-top: 2em
}
.image-box-item img {
box-shadow: 0px 0px 3px 0px rgba(237, 237, 237, 0.46);
padding: 4px;
border: 1px solid #E7E7E7
}
.image-box-text,
.scene {
padding: 3px
}
.image-box-text h5,
.scene h5 {
font-family: 'Open Sans', sans-serif;
font-weight: 600
}
.image-box-text h5 a,
.scene h5 a {
color: #3C3F43
}
.image-box-text p,
.scene p {
font-size: 12px;
font-family: 'Open Sans', sans-serif;
color: #737373
}
h3.title {
color: #5A53DD
}
.scene {
padding: 0;
width: 100%;
overflow: hidden;
height: 200px;
perspective: 600px;
margin: 20px auto
}
.flip {
transform-style: preserve-3d
}
.flip,
.flip>div {
width: inherit;
height: inherit;
transition: transform 1s
}
.flip>div {
line-height: 200px;
position: absolute;
backface-visibility: hidden
}
.arriere {
padding: 3px;
background-color: #F7F7F7;
transform: rotateY(-180deg)
}
.scene:hover .flip {
transform: rotateY(-180deg)
}
.image-box-style3 .arriere {
transform: rotateX(180deg)
}
.image-box-style3 .scene:hover .flip {
transform: rotateX(180deg)
}
iframe {
width: 100%
}
div.map-popup {
display: inline-block
}
div.map-img {
display: inline-block;
float: left;
width: 320px
}
div.map-text {
display: inline-block;
width: 10em;
margin-left: 0.5em
}
.parallax {
background-size: 100%;
background-position: 50% auto;
background-attachment: fixed
}
#bg_video {
position: relative;
width: 100%;
overflow: hidden;
background: none
}
#bg_video * {
position: relative;
z-index: 10
}
#bg_video * .video {
position: absolute;
z-index: 1
}
.carousel {
width: 500px;
min-height: 315px;
margin: 0 auto;
position: relative;
padding-bottom: 30px;
overflow: hidden
}
.carousel h2 {
color: #736861;
margin: 15px 0 5px;
text-shadow: 0 1px rgba(255, 255, 255, 0.5)
}
.carousel h6 {
color: #928566;
margin: 0
}
.carousel blockquote {
margin: 0;
padding: 30px;
background-color: #DB532B;
color: white;
box-shadow: 0 5px 2px rgba(0, 0, 0, 0.1);
position: relative;
transition: background-color 0.6s linear
}
.carousel blockquote:after {
content: " ";
height: 0;
width: 0;
position: absolute;
top: 100%;
border: solid transparent;
border-top-color: #DA532B;
border-left-color: #DA532B;
border-width: 10px;
left: 10%;
z-index: 200
}
.two blockquote:after {
border: solid transparent;
border-top-color: purple;
border-left-color: purple;
border-width: 10px
}
.quotes {
position: absolute;
color: rgba(255, 255, 255, 0.5);
font-size: 5em
}
.leftq {
top: -25px;
left: 5px
}
.rightq {
bottom: -10px;
right: 5px
}
.quote-format {
margin-top: 50px
}
.quote-format .leftq,
.quote-format .rightq {
color: #eee
}
.quote-format blockquote {
border: none;
padding: 0 80px
}
.quote-format h2 {
font-size: 15px
}
.quote-format i,
.quote-format .quotes.link {
font-size: 150px;
opacity: 0.3;
padding-top: 10px
}
.carousel img {
float: left;
margin-right: 20px;
width: 170px !important;
height: auto
}
.owl-carousel {
cursor: -moz-grab
}
.owl-carousel .owl-nav>div {
background: rgba(255, 255, 255, 0.3);
height: 20%;
position: absolute;
top: 38%;
width: 35px;
opacity: 0;
height: 46%;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-ms-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s
}
.owl-carousel .owl-nav>div:hover {
background: rgba(255, 255, 255, 0.78)
}
.owl-carousel .owl-nav>div i {
margin-left: 9px;
margin-top: 17px;
color: #333;
font-size: 1.3em
}
.owl-carousel .owl-nav .owl-next {
float: right;
right: 0
}
.owl-carousel:hover .owl-nav>div {
opacity: 1
}
.owl-carousel.carousel_portfolio .owl-nav>div {
height: 20%
}
.carousel_blog span.tag a {
border-radius: 2px;
color: #fff;
font-size: 0.9em;
padding: 0 7px
}
.wd-carousel-container {
list-style: none;
position: relative;
text-align: center
}
.wd-carousel-container .info {
position: absolute;
bottom: 0px;
width: 100%
}
.wd-carousel-container .carousel-icon {
position: absolute;
width: 100%;
top: 45%;
top: calc( 50% - 15px);
opacity: 0;
-webkit-transition: all 0.6s, opacity 0.3s;
-moz-transition: all 0.6s, opacity 0.3s;
-ms-transition: all 0.6s, opacity 0.3s;
-o-transition: all 0.6s, opacity 0.3s;
transition: all 0.6s, opacity 0.3s
}
.wd-carousel-container .carousel-icon i {
border-radius: 50%;
color: #fff;
font-size: 2em;
line-height: 29px;
padding: 10px 10px 7px;
width: 48px
}
.wd-carousel-container>img {
-webkit-transition: transform 0.6s, opacity 0.5s;
-moz-transition: transform 0.6s, opacity 0.5s;
-ms-transition: transform 0.6s, opacity 0.5s;
-o-transition: transform 0.6s, opacity 0.5s;
transition: transform 0.6s, opacity 0.5s
}
.wd-carousel-container .carousel-details {
-webkit-transition: transform 0.4s, opacity 0.1s 0.3s;
-moz-transition: transform 0.4s, opacity 0.1s 0.3s;
-ms-transition: transform 0.4s, opacity 0.1s 0.3s;
-o-transition: transform 0.4s, opacity 0.1s 0.3s;
transition: transform 0.4s, opacity 0.1s 0.3s;
background: #FFF;
width: 100%;
padding: 5px 10px;
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%)
}
.wd-carousel-container:hover>img {
-webkit-transform: translatey(-30px);
-moz-transform: translatey(-30px);
-ms-transform: translatey(-30px);
-o-transform: translatey(-30px);
transform: translatey(-30px);
opacity: .9
}
.wd-carousel-container:hover .carousel-icon {
top: 100px;
top: calc( 50% - 32px);
opacity: 1
}
.wd-carousel-container:hover .carousel-details {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0)
}
.carousel_client.owl-carousel .owl-item .wd-item {
text-align: center
}
.carousel_client.owl-carousel .owl-item img {
display: inline;
float: none;
text-align: center;
width: auto
}
.masque {
height: 100%;
overflow: hidden
}
.owl-carousel .owl-item img {
width: auto !important
}
.team-member-slider .owl-dots .owl-dot,
.team-member-carousel .owl-dots .owl-dot {
display: inline-block
}
.team-member-slider .owl-dots .owl-dot span,
.team-member-carousel .owl-dots .owl-dot span {
background: #d6d6d6 none repeat scroll 0 0;
border-radius: 30px;
display: block;
height: 10px;
margin: 5px 7px;
transition: opacity 200ms ease 0s;
width: 10px
}
.team-member-slider .owl-dots .owl-dot.active span,
.team-member-slider .owl-theme .owl-dots .owl-dot:hover span,
.team-member-carousel .owl-dots .owl-dot.active span,
.team-member-carousel .owl-theme .owl-dots .owl-dot:hover span {
background: #869791 none repeat scroll 0 0
}
.team-member-slider .owl-dots,
.team-member-carousel .owl-dots {
bottom: 1px;
margin: 0 auto;
position: absolute;
text-align: center;
width: 100%
}
#page-wrap {
position: relative
}
.corp {
padding-bottom: 10em;
padding-top: 10em
}
.oops h2 {
border-bottom: 1px solid #aaa;
box-shadow: 0 1px 0 #727272;
font-size: 5em;
margin-bottom: 30px;
padding-bottom: 15px
}
.message {
font-size: 2em;
margin-bottom: 30px;
width: 50%
}
.oops-footer {
margin-top: 20px
}
.oops-footer .social-icons {
text-align: center
}
.oops-footer .social-icons li {
width: auto;
padding: 14px 13px;
border: medium solid;
display: inline-block;
float: none
}
.oops-footer .social-icons li:hover {
border-color: #f74a13
}
.oops-footer .social-icons li:hover i {
border: none;
color: #f74a13
}
.oops-footer .social-icons li i {
color: #333
}
.oops-footer .social-icons li i:hover {
border: none
}
.oops-footer .social-icons.accent li i {
border: none;
color: #333
}
.oops-footer .social-icons.accent li i:hover {
border: none;
color: #aaa
}
#serch .text-input {
border-radius: 30px;
height: 50px;
padding-left: 20px
}
#serch .submit-input {
background: #aaa none repeat scroll 0 0;
border: medium none;
border-radius: 50%;
color: #FFF;
padding: 12px 5px;
position: absolute;
right: 20px;
top: 3px
}
@media screen and (max-width: 900px) {
.message {
width: 100%;
text-align: center
}
.oops-footer .inline-list>li {
float: none
}
}
.block-content p {
color: #666666
}
.block-content .progress {
background-color: transparent;
height: 0.78em;
margin-bottom: 1.58em;
padding: 0;
border: 1px solid #f3f3f3
}
.block-content .progress_title {
font-size: 1em;
font-weight: 700;
margin: 5px 5px 5px 2px
}
.team-member-container .team-member-slider .owl-nav>div {
height: 33px;
padding: 6px 4px;
width: 33px;
background-color: #999
}
.team-member-container .team-member-slider .team-member-text {
padding-left: 60px;
padding-top: 144px
}
.team-member-container .team-member-slider .team-member-text .team-member-about {
margin-bottom: 28px
}
.team-member-container .team-member-slider .team-member-text .team-member-job-title.second {
margin-bottom: 43px
}
.team-member-container .team-member-slider .team-member-text .team-member-job-title.second h4 {
font-size: 14px;
color: #6B6B6B
}
.team-member-container .team-member-slider .team-member-text .team-member-name h2 {
color: #000000;
font-family: "Lato";
font-size: 26px;
font-style: normal;
font-weight: 900;
letter-spacing: 1px;
line-height: 34px;
text-transform: uppercase
}
.team-member-container .team-member-slider .team-member-text .website {
padding-left: 15px;
margin-top: 84px
}
.team-member-container .team-member-slider .team-member-skills .wd-progress-bar-container ul.wd-progress-bar {
padding: 0;
margin-top: 20px
}
.team-member-container .team-member-slider .team-member-skills .circular-pie-style-team.easyPieChart {
width: 105px;
height: 105px
}
.team-member-container .team-member-slider .team-member-skills .skill-name {
margin-top: 37px;
margin-left: 12px
}
.team-member-container .team-member-slider .team-member-skills .percent {
position: absolute;
left: calc(80px - 50%);
top: calc(86px - 50%)
}
.team-member-container .team-member-slider .owl-nav>div i {
color: #fff;
font-size: 12px;
margin-left: 5px;
display: table;
margin-top: 6px
}
.team-member-container .team-member-slider .owl-nav>div:hover {
background-color: #cb9904
}
.team-member-container .team-member-slider.image_left .team-member-text .website {
padding-left: 0
}
.team-member-container .hide-skills.image_left .wd-team-member-item .team-member-text {
padding-top: 244px
}
.team-member-container .hide-skills.image_left .owl-nav {
left: 53%;
position: absolute;
top: 520px;
width: 69px
}
.team-member-container .hide-skills.image_right .wd-team-member-item .team-member-text {
padding-top: 244px
}
.team-member-container .hide-skills.image_right .owl-nav {
left: 53%;
position: absolute;
top: 520px;
width: 69px
}
.team-member-container .team-member-picture {
text-align: center;
padding-top: 42px
}
.team-member-container .team-member-picture img {
margin: 0 auto
}
.team-member-carousel .owl-item img {
width: 100% !important
}
.team-member-carousel .team-member-carousel-item .team-member-carousel-text {
bottom: -140px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
position: absolute;
width: 100%;
padding-top: 80px;
background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}
.team-member-carousel .team-member-carousel-item .team-member-carousel-text .team-member-name,
.team-member-carousel .team-member-carousel-item .team-member-carousel-text .team-member-job-title {
padding-left: 12px;
margin: 0
}
.team-member-carousel .team-member-carousel-item:hover .team-member-carousel-text {
bottom: 0;
opacity: 1
}
.team-member-carousel .team-member-social-medias {
margin-bottom: 30px
}
.team-member-carousel .team-member-social-medias ul {
border-bottom: 1px dotted #fff;
margin: 0;
padding: 4px 10px;
margin: 0 auto;
display: table
}
.team-member-carousel .team-member-social-medias ul li {
display: inline-block;
list-style-type: none
}
.team-member-carousel .team-member-social-medias ul li a {
padding: 4px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease
}
.team-member-carousel .team-member-social-medias ul li a:hover {
color: #D00500
}
.team-member-carousel .owl-dots {
position: relative;
margin-top: 56px
}
.team-member-grid .team-member-grid-item {
padding: 0;
position: relative;
overflow: hidden
}
.team-member-grid .team-member-grid-item .team-member-grid-text {
opacity: 0;
background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
bottom: -525px;
height: 100%;
padding: 210px 60px;
position: absolute;
text-align: center;
width: 100%;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease
}
.team-member-grid .team-member-grid-item .team-member-grid-text .team-member-social-medias ul {
list-style-type: none;
margin: 0
}
.team-member-grid .team-member-grid-item .team-member-grid-text .team-member-social-medias ul li {
display: inline-block;
padding: 10px
}
.team-member-grid .team-member-grid-item:hover .team-member-grid-text {
opacity: 1;
bottom: 0;
background-color: rgba(0, 0, 0, 0.7)
}
.team-member-grid-item.static-html {
height: 525px
}
.team-member-grid-item.static-html .static-html-content {
font-family: "open sans";
font-size: 31px;
font-weight: 900;
line-height: 34px;
padding: 200px 110px;
text-align: center;
text-transform: uppercase
}
.nav-layout-metro .top-bar-section ul li:hover:not(.has-form)>a,
.nav-layout-metro .top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
background: none
}
.color-1,
.boxes.colored .columns:nth-child(1) .box-container:hover,
ul li.color-1,
ul .boxes.colored .columns:nth-child(1) li.box-container:hover,
.boxes.colored .columns:nth-child(1) ul li.box-container:hover {
background: #e60000
}
.color-2,
.boxes.colored .columns:nth-child(2) .box-container:hover,
ul li.color-2,
ul .boxes.colored .columns:nth-child(2) li.box-container:hover,
.boxes.colored .columns:nth-child(2) ul li.box-container:hover,
.nav-layout-metro .top-bar-section li.has-dropdown.color-2 ul.sub-menu.dropdown a:hover,
.nav-layout-metro .top-bar-section .boxes.colored .columns:nth-child(2) li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover,
.boxes.colored .columns:nth-child(2) .nav-layout-metro .top-bar-section li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover {
background: #ff751a
}
.color-3,
.boxes.colored .columns:nth-child(3) .box-container:hover,
ul li.color-3,
ul .boxes.colored .columns:nth-child(3) li.box-container:hover,
.boxes.colored .columns:nth-child(3) ul li.box-container:hover,
.nav-layout-metro .top-bar-section li.has-dropdown.color-3 ul.sub-menu.dropdown a:hover,
.nav-layout-metro .top-bar-section .boxes.colored .columns:nth-child(3) li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover,
.boxes.colored .columns:nth-child(3) .nav-layout-metro .top-bar-section li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover {
background: #fbb820
}
.color-4,
.boxes.colored .columns:nth-child(4) .box-container:hover,
ul li.color-4,
ul .boxes.colored .columns:nth-child(4) li.box-container:hover,
.boxes.colored .columns:nth-child(4) ul li.box-container:hover,
.nav-layout-metro .top-bar-section li.has-dropdown.color-4 ul.sub-menu.dropdown a:hover,
.nav-layout-metro .top-bar-section .boxes.colored .columns:nth-child(4) li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover,
.boxes.colored .columns:nth-child(4) .nav-layout-metro .top-bar-section li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover {
background: #94e107
}
.color-4,
.boxes.colored .columns:nth-child(4) .box-container:hover,
.nav-layout-metro .top-bar-section li.has-dropdown.color-4 ul.sub-menu.dropdown a:hover,
.nav-layout-metro .top-bar-section .boxes.colored .columns:nth-child(4) li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover,
.boxes.colored .columns:nth-child(4) .nav-layout-metro .top-bar-section li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover {
background: #94e107
}
.color-5,
.boxes.colored .columns:nth-child(5) .box-container:hover,
ul li.color-5,
ul .boxes.colored .columns:nth-child(5) li.box-container:hover,
.boxes.colored .columns:nth-child(5) ul li.box-container:hover,
.nav-layout-metro .top-bar-section li.has-dropdown.color-5 ul.sub-menu.dropdown a:hover,
.nav-layout-metro .top-bar-section .boxes.colored .columns:nth-child(5) li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover,
.boxes.colored .columns:nth-child(5) .nav-layout-metro .top-bar-section li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover {
background: #009ae7
}
.color-5,
.boxes.colored .columns:nth-child(5) .box-container:hover,
ul li.color-5,
ul .boxes.colored .columns:nth-child(5) li.box-container:hover,
.boxes.colored .columns:nth-child(5) ul li.box-container:hover,
.nav-layout-metro .top-bar-section li.has-dropdown.color-5 ul.sub-menu.dropdown a:hover,
.nav-layout-metro .top-bar-section .boxes.colored .columns:nth-child(5) li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover,
.boxes.colored .columns:nth-child(5) .nav-layout-metro .top-bar-section li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover {
background: #009ae7
}
.color-6,
.boxes.colored .columns:nth-child(6) .box-container:hover,
ul li.color-6,
ul .boxes.colored .columns:nth-child(6) li.box-container:hover,
.boxes.colored .columns:nth-child(6) ul li.box-container:hover,
.nav-layout-metro .top-bar-section li.has-dropdown.color-6 ul.sub-menu.dropdown a:hover,
.nav-layout-metro .top-bar-section .boxes.colored .columns:nth-child(6) li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover,
.boxes.colored .columns:nth-child(6) .nav-layout-metro .top-bar-section li.has-dropdown.box-container:hover ul.sub-menu.dropdown a:hover {
background: #653fc8
}
.color-7,
ul li.color-7,
.nav-layout-metro .top-bar-section li.has-dropdown.color-7 ul.sub-menu.dropdown a:hover {
background: #9b59b6
}
.color-8,
ul li.color-8,
.nav-layout-metro .top-bar-section li.has-dropdown.color-8 ul.sub-menu.dropdown a:hover {
background: #34495e
}
.color-9,
ul li.color-9,
.nav-layout-metro .top-bar-section li.has-dropdown.color-9 ul.sub-menu.dropdown a:hover {
background: #f0f
}
.color-10,
ul li.color-10,
.nav-layout-metro .top-bar-section li.has-dropdown.color-10 ul.sub-menu.dropdown a:hover {
background: #000
}
.color-11,
ul li.color-11,
.nav-layout-metro .top-bar-section li.has-dropdown.color-11 ul.sub-menu.dropdown a:hover {
background: #fff
}
.black,
.black .top-bar-section .dropdown,
.black .top-bar-section .dropdown li a,
.black .top-bar-section .dropdown li.title h5 a,
.black .div-hr span,
.black .page,
.black .top-bar-section .dropdown .page,
.black .top-bar-section .dropdown li.title h5 a .page,
.black .div-hr span .page {
background: #222;
color: #FFF
}
body.black,
.black .top-bar-section body.dropdown {
background: #FFF
}
.black h1,
.black .top-bar-section .dropdown h1,
.black .top-bar-section .dropdown li a h1,
.black .top-bar-section .dropdown li.title h5 a h1,
.black .div-hr span h1,
.black h2,
.black .top-bar-section .dropdown h2,
.black .top-bar-section .dropdown li a h2,
.black .top-bar-section .dropdown li.title h5 a h2,
.black .div-hr span h2,
.black h3,
.black .top-bar-section .dropdown h3,
.black .top-bar-section .dropdown li a h3,
.black .top-bar-section .dropdown li.title h5 a h3,
.black .div-hr span h3,
.black h4,
.black .top-bar-section .dropdown h4,
.black .top-bar-section .dropdown li a h4,
.black .top-bar-section .dropdown li.title h5 a h4,
.black .div-hr span h4,
.black h5,
.black .top-bar-section .dropdown h5,
.black .top-bar-section .dropdown li a h5,
.black .top-bar-section .dropdown li.title h5 a h5,
.black .div-hr span h5,
.black h6,
.black .top-bar-section .dropdown h6,
.black .top-bar-section .dropdown li a h6,
.black .top-bar-section .dropdown li.title h5 a h6,
.black .div-hr span h6 {
color: #FFF
}
.wpb_column h3 {
color: inherit
}
.l-boxed .page {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2)
}
div.vc_separator h4 {
font-size: 2em
}
.nav-layout-metro .top-bar-section li.has-dropdown ul.sub-menu.dropdown a:hover {
color: #fff
}
.wd-section-title-black h2 {
font-size: 36px;
color: #333
}
.wd-section-title-black h3 {
font-size: 24px;
color: #777
}
.wd-section-title-with h1,
.wd-section-title-with h2,
.wd-section-title-with h3,
.wd-section-title-with h4 {
color: #fff
}
.wd-section-title-with h2 {
font-size: 36px
}
.wd-section-title-with h3 {
font-size: 24px;
color: #fff
}
.wd-section-title-m-black h2,
.wd-section-title-m-black h2:last-child {
font-size: 36px;
color: #222
}
.wd-section-title-m-black h3,
.wd-section-title-m-black h3:last-child {
font-weight: 400;
color: #222;
margin-bottom: 17px;
display: block
}
.bg-1 {
background: #1B1A1C;
background-size: cover;
color: #fff
}
.bg-2 {
background: #333 url(//www.acia-sud.com/wp-content/themes/acia-sud/img/blackboard.jpg) no-repeat center center;
background-size: cover;
color: #fff
}
.bg-3 {
color: #fff;
background: #A2E29E
}
.bg-4 {
background: #30353c;
color: #4e5154
}
.bg-5 {
background: #514B48;
color: #7D746F
}
.bg-6 {
background: #1d211f;
color: #6ed19f
}
.bg-7 {
color: #C3E9F5;
background: linear-gradient(45deg, #7e67e5, #02cbdf)
}
.bg-8 {
background: #383e4c;
color: #fff
}
.bg-9 {
background: #efb7b7;
color: #382628
}
.bg-10 {
color: #eaebed
}
.bg-11 {
background: #f7faf9
}
.bg-12 {
background: #647df9;
color: #7a90ff
}
.bg-12 p {
color: #fff;
text-align: center
}
.bg-12 a {
color: #fff;
font-weight: bold
}
.bg-12 a:hover,
.bg-12 a:focus {
color: rgba(0, 0, 0, 0.3)
}
.section-container.auto>section>.title,
.section-container.auto>.section>.title {
background-color: #FAFAFA;
border: 1px solid #EEEEEE
}
.black .section-container.auto>section>.title,
.black .top-bar-section .dropdown li.title h5 a .section-container.auto>section>.title,
.black .section-container.auto>.section>.title {
background-color: #444;
border: 1px solid #333
}
.section-container.auto>section>.title:hover,
.section-container.auto>.section>.title:hover {
background-color: #F2F2F2
}
.section-container.auto>section>.title a,
.section-container.auto>.section>.title a {
padding: 0.7em 1.07143em
}
.section-container.auto>section.active .title,
.section-container.auto>.section.active .title {
border-top: 2px solid #106EAA
}
.section-container.auto>section:last-child .title,
.section-container.auto>.section:last-child .title {
border-right: 1px solid #EEEEEE
}
.black .section-container.auto>section:last-child .title,
.black .section-container.auto>.section:last-child .title {
border-right: 1px solid #333
}
.section-container.auto>section>.content,
.section-container.auto>section>.content,
.section-container.auto>.section>.content,
.section-container.auto>.section>.content {
background-color: #FFFFFF;
border: 1px solid #EEE;
padding: 1.07143em
}
.black .section-container.auto>section>.content,
.black .top-bar-section .dropdown li.title h5 a .section-container.auto>section>.content,
.black .section-container.auto>section>.content,
.black .top-bar-section .dropdown li.title h5 a .section-container.auto>section>.content,
.black .section-container.auto>.section>.content,
.black .section-container.auto>.section>.content {
background-color: #272727;
border: 1px solid #333
}
.section-container.auto>section>.title,
.section-container.auto>.section>.title,
.section-container.vertical-tabs>section>.title,
.section-container.vertical-tabs>.section>.title,
.section-container.vertical-nav>section>.title,
.section-container.vertical-nav>.section>.title,
.section-container.horizontal-nav>section>.title,
.section-container.horizontal-nav>.section>.title,
.section-container.accordion>section>.title,
.section-container.accordion>.section>.title {
background-color: #FAFAFA
}
.black .section-container.auto>section>.title,
.black .top-bar-section .dropdown li.title h5 a .section-container.auto>section>.title,
.black .section-container.auto>.section>.title,
.black .section-container.vertical-tabs>section>.title,
.black .top-bar-section .dropdown li.title h5 a .section-container.vertical-tabs>section>.title,
.black .section-container.vertical-tabs>.section>.title,
.black .section-container.vertical-nav>section>.title,
.black .top-bar-section .dropdown li.title h5 a .section-container.vertical-nav>section>.title,
.black .section-container.vertical-nav>.section>.title,
.black .section-container.horizontal-nav>section>.title,
.black .top-bar-section .dropdown li.title h5 a .section-container.horizontal-nav>section>.title,
.black .section-container.horizontal-nav>.section>.title,
.black .section-container.accordion>section>.title,
.black .top-bar-section .dropdown li.title h5 a .section-container.accordion>section>.title,
.black .section-container.accordion>.section>.title {
background-color: #444
}
.black .section-container.auto>section>.title a,
.black .top-bar-section .dropdown li.title h5 a .section-container.auto>section>.title a,
.black .section-container.auto>.section>.title a,
.black .section-container.vertical-tabs>section>.title a,
.black .top-bar-section .dropdown li.title h5 a .section-container.vertical-tabs>section>.title a,
.black .section-container.vertical-tabs>.section>.title a,
.black .section-container.vertical-nav>section>.title a,
.black .top-bar-section .dropdown li.title h5 a .section-container.vertical-nav>section>.title a,
.black .section-container.vertical-nav>.section>.title a,
.black .section-container.horizontal-nav>section>.title a,
.black .top-bar-section .dropdown li.title h5 a .section-container.horizontal-nav>section>.title a,
.black .section-container.horizontal-nav>.section>.title a,
.black .section-container.accordion>section>.title a,
.black .top-bar-section .dropdown li.title h5 a .section-container.accordion>section>.title a,
.black .section-container.accordion>.section>.title a {
color: #FFF
}
.section-container.auto,
.section-container.vertical-tabs,
.section-container.vertical-nav,
.section-container.horizontal-nav,
.section-container.accordion {
border: none
}
.section-container.accordion>section>.title,
.section-container.accordion>.section>.title {
border: none
}
.section-container.auto>section.active>.title,
.section-container.auto>.section.active>.title,
.section-container.vertical-tabs>section.active>.title,
.section-container.vertical-tabs>.section.active>.title,
.section-container.vertical-nav>section.active>.title,
.section-container.vertical-nav>.section.active>.title,
.section-container.horizontal-nav>section.active>.title,
.section-container.horizontal-nav>.section.active>.title,
.section-container.accordion>section.active>.title,
.section-container.accordion>.section.active>.title {
background: #FFF;
border-top: 2px solid #106EAA
}
.black .section-container.auto>section.active>.title,
.black .section-container.auto>.section.active>.title,
.black .section-container.vertical-tabs>section.active>.title,
.black .section-container.vertical-tabs>.section.active>.title,
.black .section-container.vertical-nav>section.active>.title,
.black .section-container.vertical-nav>.section.active>.title,
.black .section-container.horizontal-nav>section.active>.title,
.black .section-container.horizontal-nav>.section.active>.title,
.black .section-container.accordion>section.active>.title,
.black .section-container.accordion>.section.active>.title {
background-color: #272727
}
.section-container.accordion>section>.content,
.section-container.accordion>.section>.content {
border: none;
border-top: 1px solid #EEE
}
.black .section-container.accordion>section>.content,
.black .top-bar-section .dropdown li.title h5 a .section-container.accordion>section>.content,
.black .section-container.accordion>.section>.content {
background-color: #272727;
border-top: 1px solid #888
}
.wd-all-image-detail ul {
list-style: none
}
.wd-all-image-detail i {
border: 1px solid #eee;
padding: 15px;
border-radius: 50%;
margin-right: 10px;
font-size: 1.5em;
background: #fff;
color: #db4436
}
.wd-all-image-detail .active i {
background: #106EAA;
border-color: #106EAA;
color: #fff
}
.wd-all-image-detail li {
margin-bottom: 20px
}
.wd-all-image {
height: 400px;
overflow: hidden;
position: relative;
width: 50%
}
.wd-all-image>div img {
transition: all 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
display: block;
position: absolute
}
.wd-all-image>div img:nth-child(2) {
transition-delay: 0.5s;
z-index: 100;
right: 0
}
.wd-hide img {
opacity: 0;
transform: translateX(360px)
}
.wd-all-image-detail ul li:last-child .box-icon:after {
display: none
}
.wd-all-image-detail .box-icon {
float: left;
position: relative
}
.wd-all-image-detail .box-icon:after {
background: #eee none repeat scroll 0 0;
content: " ";
display: inline-block;
height: 55px;
left: 25px;
position: absolute;
top: 55px;
width: 1px
}
.wd-all-image-detail .box-text {
padding-left: 80px;
cursor: pointer
}
.wd-all-image-detail .box-text p {
color: #777
}
.calendar-calendar th.days {
background-color: #D0029A;
border: 0 solid #CCCCCC;
color: #FFFFFF;
font-weight: bold;
padding: 14px 5px
}
#admin-menu,
#toolbar {
-webkit-box-shadow: none;
box-shadow: none
}
.top-bar .toggle-topbar.menu-icon a span {
box-shadow: 0 10px 0 1px #000000, 0 16px 0 1px #000000, 0 22px 0 1px #000000;
color: #777777
}
.social-icons li i {
font-size: 1em;
border-radius: 50%;
border: 1px solid #ddd;
color: #ddd
}
.social-icons li i:hover {
border: 1px solid #fff;
color: #fff
}
.social-icons.accent li i {
border: 1px solid #fff;
color: #fff
}
.social-icons.accent li i:hover {
border: 1px solid #aaa;
color: #aaa
}
.header-top {
background: #999;
color: #FFF
}
.black .header-top,
.black .top-bar-section .dropdown .header-top,
.black .top-bar-section .dropdown li.title h5 a .header-top,
.black .div-hr span .header-top {
background: #333;
color: #FFF
}
.header-top .columns>* {
font-size: 0.8125em
}
.contain-to-grid,
.top-bar {
background: #FFF
}
.black .contain-to-grid,
.black .top-bar-section .dropdown .contain-to-grid,
.black .top-bar-section .dropdown li.title h5 a .contain-to-grid,
.black .div-hr span .contain-to-grid,
.black .top-bar,
.black .top-bar-section .dropdown .top-bar,
.black .top-bar-section .dropdown li.title h5 a .top-bar,
.black .div-hr span .top-bar {
background: #222
}
.top-bar.expanded .title-area {
background: #FFFFFF
}
.top-bar .name h1 a {
background: #fff;
font-weight: 300;
font-size: 2.0625em;
color: #000
}
.top-bar .name h1 a img {
max-height: 100px;
transition: all 0.4s ease 0s;
max-height: 64px
}
@media only screen and (max-width: 768px) {
.top-bar .name h1 a img {
max-height: 34px;
margin-bottom: 0
}
}
.black .top-bar .name h1 a,
.black .top-bar-section .dropdown li.title h5 a .top-bar .name h1 a {
background: #222;
color: #FFF
}
@media only screen and (max-width: 768px) {
.top-bar li.name h1 a {
font-size: 1.125em
}
}
.top-bar-section,
.top-bar-section ul,
.top-bar-section li a:not(.button) {
background: transparent
}
.top-bar-section .dropdown {
background: #FFF;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2)
}
.top-bar-section .dropdown li a,
.top-bar-section .dropdown li.title h5 a {
color: transparent
}
.top-bar-section .dropdown li a:hover {
color: #FFF
}
.top-bar-section ul li:hover>a,
.top-bar-section li a:not(.button):hover {
background: transparent
}
.top-bar-section .main-nav>li>a:not(.button) {
font-weight: 400;
font-size: 0.8125em;
text-transform: uppercase
}
.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
color: black
}
.black .top-bar-section .main-nav>li,
.black .top-bar-section .dropdown .top-bar-section .main-nav>li {
background: #222
}
.top-bar-section .color-1 li a:hover,
.top-bar-section .boxes.colored .columns:nth-child(1) .box-container:hover li a:hover,
.boxes.colored .columns:nth-child(1) .top-bar-section .box-container:hover li a:hover {
background: #e60000
}
.top-bar-section .color-2 li a:hover,
.top-bar-section .boxes.colored .columns:nth-child(2) .box-container:hover li a:hover,
.boxes.colored .columns:nth-child(2) .top-bar-section .box-container:hover li a:hover {
background: #ff751a
}
.top-bar-section .color-3 li a:hover,
.top-bar-section .boxes.colored .columns:nth-child(3) .box-container:hover li a:hover,
.boxes.colored .columns:nth-child(3) .top-bar-section .box-container:hover li a:hover {
background: #fbb820
}
.top-bar-section .color-4 li a:hover,
.top-bar-section .boxes.colored .columns:nth-child(4) .box-container:hover li a:hover,
.boxes.colored .columns:nth-child(4) .top-bar-section .box-container:hover li a:hover {
background: #94e107
}
.top-bar-section .color-5 li a:hover,
.top-bar-section .boxes.colored .columns:nth-child(5) .box-container:hover li a:hover,
.boxes.colored .columns:nth-child(5) .top-bar-section .box-container:hover li a:hover {
background: #009ae7
}
.top-bar-section .color-6 li a:hover,
.top-bar-section .boxes.colored .columns:nth-child(6) .box-container:hover li a:hover,
.boxes.colored .columns:nth-child(6) .top-bar-section .box-container:hover li a:hover {
background: #653fc8
}
.top-bar-section .color-7 li a:hover {
background: #9b59b6
}
.top-bar-section .color-8 li a:hover {
background: #34495e
}
.top-bar-section .color-9 li a:hover {
background: #f0f
}
.top-bar-section .color-10 li a:hover {
background: #000
}
.top-bar-section .color-11 li a:hover {
background: #fff
}
.titlebar {
background: #f8f9f9 url(//www.acia-sud.com/wp-content/themes/acia-sud/images/8221.jpg);
position: relative;
border-top: 1px solid #ebeded;
border-bottom: 1px solid #ebeded;
position: relative;
margin-bottom: 60px;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.titlebar>.row {
z-index: 1;
position: relative
}
.titlebar::before {
background-color: rgba(0, 0, 0, 0.7);
content: '';
margin: auto;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
}
.black .titlebar,
.black .top-bar-section .dropdown .titlebar,
.black .top-bar-section .dropdown li.title h5 a .titlebar,
.black .div-hr span .titlebar {
background: #292929
}
.titlebar .button.secondary {
font-size: 0.75em;
padding: 2px 4px
}
.titlebar .title {
font-size: 2.714em;
line-height: 1.265em;
color: #FFF
}
.black .titlebar .title,
.black .top-bar-section .dropdown li a .titlebar .title {
color: #EEE
}
.titlebar .subtitle {
color: #DDD
}
.breadcrumbs {
background: none;
border: none
}
.breadcrumbs>li {
line-height: 15px;
margin-bottom: 5px
}
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs>.current a {
color: rgba(255, 255, 255, 0.85)
}
.black .breadcrumbs,
.black .top-bar-section .dropdown .breadcrumbs,
.black .top-bar-section .dropdown li.title h5 a .breadcrumbs,
.black .div-hr span .breadcrumbs,
.black .breadcrumbs a,
.black .top-bar-section .dropdown .breadcrumbs a,
.black .top-bar-section .dropdown li.title h5 a .breadcrumbs a,
.black .breadcrumbs>.current a,
.black .top-bar-section .dropdown li a .breadcrumbs>.current a {
color: #ccc
}
.styleswitcher {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0 0 0 1px #CCCCCC;
padding: 18px 20px;
position: fixed;
top: 185px;
width: 160px;
z-index: 99
}
.title-styleswitcher {
padding: 0 0 8px;
color: #222
}
.styleswitcher-contener .selector {
background: #FFFFFF;
color: #222222;
border-radius: 0 3px 3px 0;
box-shadow: 1px 0 0 1px #CCCCCC;
height: 30px;
position: absolute;
right: -30px;
font-size: 1.5em;
padding: 5px;
top: 0;
width: 30px;
z-index: 99
}
.styleswitcher .colors {
height: 45px
}
.styleswitcher .schemas li {
display: inline-block;
float: left;
margin: 5px;
width: 20px
}
.styleswitcher .schemas a {
float: left;
height: 20px;
text-indent: -9999%;
width: 20px
}
.styleswitcher hr {
margin-bottom: 8px
}
.styleswitcher .schemas.headers li {
width: 90px
}
.styleswitcher .schemas.headers a {
text-indent: 0;
width: 70px
}
.box-container {
transition: all .3s ease-in
}
.box-title {
padding: 18px 0 15px;
margin: 0;
font-size: 1.375em;
font-weight: 300;
transition: all 0.3s ease 0s
}
.colored .box-container:hover .box-title {
color: #FFFFFF
}
.square-txt {
color: #fff;
padding-top: 15px
}
.square-txt h2 {
font-size: 1.5em;
font-weight: 300
}
.square-txt .post_text {
font-size: 0.875em
}
.square-txt a {
color: #FFF;
font-size: inherit
}
.square-txt a:hover {
text-decoration: underline
}
.square-row .square-img .fa {
color: #FFF;
border: 2px solid
}
.square-row:hover .square-img .fa {
opacity: 1
}
.wide-region .block-views-clients-block {
background: url(//www.acia-sud.com/wp-content/themes/acia-sud/images/bg-3.jpg);
background-size: cover;
color: #FFF
}
.wide-region .block-views-clients-block,
.wide-region .block-views-clients-block .block-title {
color: #FFF
}
.wide-region .block-views-clients-block .block-title {
font-size: 2.5em
}
.wide-region .block-views-clients-block .es-slides li {
opacity: .7
}
#project-info {
background: #FFF;
left: 0;
position: fixed;
top: 0;
z-index: 999;
width: 100%;
padding: 4em 3em 2em;
transition: all .5s ease
}
#project-info.small {
border-radius: 50%;
box-shadow: 0 0 200px 0 #555555;
height: 150px;
min-height: 150px !important;
left: calc(50% - 150px);
overflow: hidden;
top: calc(50% - 150px);
width: 150px
}
.project-head-title {
border-bottom: 1px dashed #EEEEEE;
margin-bottom: 2em;
padding-bottom: 5px;
padding-top: 2em
}
.page.frozen {
display: none;
height: 0;
overflow: hidden;
position: fixed;
transform: translate3d(0px, 0px, 0px)
}
#project-info i.fa-plus {
cursor: pointer;
font-size: 2em;
transition: all .5s ease;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg)
}
#project-info i.fa-plus:hover {
font-size: 2.5em;
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.horiz-scroll li div {
background: #CCCCCC
}
.div-hr {
background: #D5D5D5
}
.div-hr span {
background: #FFFFFF;
color: #BBBBBB
}
.block-block-17,
.row.call-action {
color: #FFF
}
.block-block-17 .block-content p.p-t-15,
.row.call-action .block-content p.p-t-15 {
font-size: 1.125em
}
.row.call-action {
margin: 50px 0;
padding: 20px 10px 0
}
.row.call-action .large-8 {
font-size: 1.125em
}
.block-comment-recent ul li {
list-style: square
}
.carousel-details h3 {
font-size: 1.2em
}
.table-div,
.table-div .full_section_container,
.table-div .section_container {
height: 100%;
min-height: 500px
}
.table-div>div .wpb_column {
height: 100%;
vertical-align: middle;
padding: 0 6%;
min-height: 500px
}
.testimonials {
margin: 0
}
.testimonials blockquote {
border: none;
color: inherit
}
.testimonials blockquote img {
border-radius: 0;
margin: 24px 20px 30px;
margin: 0 auto;
height: 100px;
margin-bottom: 14px;
border-radius: 50%
}
.testimonials blockquote cite {
text-align: center;
padding-left: 0;
font-size: 16px;
color: #666;
font-weight: 600
}
.testimonials blockquote cite:before {
content: ""
}
.testimonials blockquote .job-title {
color: #000000;
font-size: 14px;
text-align: center
}
.testimonials p {
margin-top: 15px;
line-height: 1.714;
color: #636363;
color: inherit;
text-align: center;
font-family: 'Lora', serif;
font-style: italic;
margin-bottom: 5px
}
.testimonials p:after {
content: "\f10e";
font-family: "FontAwesome";
color: #d2d2d2;
font-size: 18px;
margin: 10px 51px 0px;
display: block
}
.testimonials .quote {
display: none
}
.testimonials.owl-carousel .owl-item img {
width: 100px
}
.blog-page .quote-format blockquote {
background-color: #fff;
box-shadow: none;
border-left: none;
padding: 30px;
position: relative;
margin: 80px 0 50px
}
.blog-page .quote-format p {
color: #222;
font-size: 1.7em;
font-style: normal
}
.blog-page .quote-format p a {
color: #222;
font-weight: 600
}
.blog-page .quote-format h2 {
font-size: 0.8em;
margin-left: 20px;
float: right
}
.blog-page .quote-format .quotes {
color: rgba(0, 0, 0, 0.2);
font-size: 4em;
position: absolute
}
.blog-page .quote-format .leftq {
left: 10px;
top: -20px;
color: #ddd;
font-family: "FontAwesome"
}
.blog-page .quote-format .rightq {
bottom: 15px;
right: 15px;
color: #ddd
}
.blog-page .format-link .quote-format .leftq {
left: 0;
top: 6px;
color: #BEBEBE;
font-size: 2em;
transform: rotate(-45deg) translateX(-8px);
padding: 15px 0px
}
iframe {
width: 100%
}
div.map-popup {
display: inline-block
}
div.map-img {
display: inline-block;
float: left;
width: 320px
}
div.map-text {
display: inline-block;
width: 10em;
margin-left: 0.5em
}
div#map-canvas .gm-style-iw div {
overflow: hidden !important
}
.l-footer,
.l-footer-columns {
color: #FFF
}
.l-footer a,
.l-footer-columns a {
color: #FFF
}
.l-footer a:hover,
.l-footer-columns a:hover {
text-decoration: underline
}
.l-footer-columns {
background: #272727
}
.l-footer-columns .block-title {
font-size: 16px;
font-weight: 600;
margin-bottom: 25px;
text-transform: uppercase;
color: #fff;
letter-spacing: 1px
}
.l-footer-columns .block-comment-recent li span {
font-size: 13px;
opacity: 0.4
}
.l-footer-columns .social-icons li i {
height: 35px;
padding: 10px 5px;
text-align: center;
width: 35px
}
.l-footer-columns .menu-item {
line-height: 28px
}
.l-footer {
background: #1f1f1f;
border: none
}
.l-footer {
color: #777
}
.l-footer a {
color: #ddd
}
.l-footer h1,
.l-footer h2,
.l-footer h3,
.l-footer h4,
.l-footer h5,
.l-footer h6 {
color: #FFF
}
.l-footer-columns .textwidget p {
margin-bottom: 5px
}
.wd_wrapper {
background: none repeat scroll 0 0 #fff;
margin: 0 auto;
max-width: 79em;
position: relative
}
.bg_body_color {
background: #aaa;
padding-top: 15px;
padding-bottom: 15px
}
img.bg_image_body {
height: auto;
left: 0;
min-height: 100%;
min-width: 1024px;
position: fixed;
top: 0;
width: 100%
}
.blog-info {
border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}
.blog-info a,
.blog-info {
color: #EEE
}
.blog-info .arrow {
border-color: transparent #106EAA
}
.blog-info .date {
background: rgba(0, 0, 0, 0.15)
}
.blog-info .date .day {
font-size: 2.3em;
color: #FFF
}
.blog-info .author div {
font-size: 1.3em
}
.blog-info .author div a {
color: #FFF
}
.blog-info .comment-count div {
font-size: 1em;
color: #FFF
}
.blog-posts .node-title {
font-size: 2.05em;
margin: 15px 0 10px
}
.blog-posts .wp-post-image {
padding: 10px 0
}
.blog .wd-gallery-images-holder {
margin-left: 0
}
.prev.page-numbers,
.next.page-numbers {
border: none
}
.page-numbers,
.page-links a {
border: 1px solid;
padding: 5px 10px
}
.page-numbers:hover,
.page-links a:hover {
color: #FFF
}
.wd-pagination .page-numbers:hover {
color: #106EAA
}
.wd-pagination .page-numbers.current:hover {
color: #FFF
}
.page-numbers.dots {
border: none
}
.page-numbers.current {
background: #106EAA;
color: #fff
}
.post-password-form input[type='submit'] {
-webkit-appearance: none;
-moz-appearance: none;
border-radius: 0;
border-style: solid;
border-width: 0;
cursor: pointer;
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
font-weight: normal;
line-height: normal;
margin: 0 0 1.25rem;
position: relative;
text-align: center;
text-decoration: none;
display: inline-block;
padding: 1rem 2rem 1.0625rem 2rem;
font-size: 1rem;
background-color: #106EAA;
border-color: #1381c8;
color: #fff;
-webkit-transition: background-color 1s;
-moz-transition: background-color 1s;
-ms-transition: background-color 1s;
-o-transition: background-color 1s;
transition: background-color 1s
}
.post-password-form input[type='submit']:hover,
.post-password-form input[type='submit']:focus {
background-color: #1381c8
}
.post-password-form input[type='submit']:hover,
.post-password-form input[type='submit']:focus {
color: #fff
}
.blog-post .sticky .blog-info {
background: #106EAA repeating-linear-gradient(-55deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) 10px, transparent 10px, transparent 20px) repeat scroll 0 0;
border-left: none
}
.simple-blog .wd-blog-post {
background: rgba(255, 255, 255, 0.89)
}
.simple-blog .wd-blog-post .wd-blog-post-detail {
padding: 5px 20px 10px 25px
}
.simple-blog .wd-blog-post .wd-blog-post-detail img {
width: 100%
}
.simple-blog .wd-blog-post .wd-blog-post-detail h3 {
margin-bottom: 10px
}
.simple-blog .wd-blog-post .wd-blog-post-detail h3 a {
font-size: 18px;
font-weight: 600;
color: #333;
line-height: 28px
}
.simple-blog .wd-blog-post .wd-blog-post-detail p {
color: #777;
padding-bottom: 20px
}
button,
.button {
background: transparent;
color: #555;
border: 1px solid #cfcfd0;
transition: .4s;
text-transform: uppercase;
font-size: 13px
} button.disabled,
button.disabled:hover,
button[disabled],
button[disabled]:hover,
.button.disabled,
.button.disabled:hover,
.button[disabled],
.button[disabled]:hover {
background-color: #EDEDED;
border-color: #E4E4E4;
color: #7B7B7B
}
button.large,
.button.large {
font-size: 14px
}
button.large:hover,
.button.large:hover {
padding-left: 40px;
padding-right: 40px
}
button.small,
.button.small {
font-size: 12px
}
button.small:hover,
.button.small:hover {
padding-left: 30px;
padding-right: 30px
}
button.tiny,
.button.tiny {
font-size: 11px
}
button.tiny:hover,
.button.tiny:hover {
padding-left: 20px;
padding-right: 20px
} .wd-outline-button {
border: 1px solid #333;
color: #333;
font-size: 11px;
padding: 14px 18px
}
.button.large.wd-black {
background-color: #282828;
color: #fff;
font-size: 12px;
font-weight: 700;
padding: 6px 11px
}
.button.large.wd-black:after {
content: ""
}
.button.large.wd-black:hover {
padding: 6px 11px;
color: #282828;
background-color: transparent;
border-color: #282828
}
div.wpb_call_to_action {
background: none;
border: none
}
div.wpb_call_to_action h2 {
color: #fff;
font-size: 1.5em
}
span.wpb_button {
border-top: 1px solid #fff;
border-right: 1px solid #9d0275;
border-bottom: 1px solid #9d0275;
background-color: #d0029a;
padding: 10px 20px;
font-size: 1.14286em;
font-weight: bold;
line-height: normal
}
span.wpb_button:hover,
span.wpb_button:focus {
border-top: none
}
header .button.home-cta {
background: #106EAA;
padding: 14px 30px;
margin-top: 20px;
height: 46px;
border: medium none;
border-radius: 2px;
margin-left: 115px;
color: #fff;
font-weight: 800
}
@media only screen and (max-width: 900px) {
header .button.home-cta {
display: none
}
}
.primary-color_bg,
input.wpcf7-submit,
.square-img>a:before,
.boxes .box>a:before,
.boxes .box .flipper a:before,
.wd_onepost .title-block span,
.one_post_box .box_image .titel_icon .box_icon,
.one_post_box .more,
.boxes .box-container>a:before,
.boxes .box-container .flipper a:before,
.layout-4 div.box-icon i.fa,
.boxes.small.layout-5 .box-icon,
.boxes.small.layout-5-inverse .box-icon,
.boxes.small.layout-6 .box-icon i.fa,
.carousel_blog span.tag a,
.wd-carousel-container .carousel-icon i,
table thead,
table tfoot,
.block-block-17,
.row.call-action,
.blog-info,
span.wpb_button:hover,
span.wpb_button:focus {
background: #106EAA
}
.primary-color_color,
a,
a:focus,
a.active,
a:active,
a:hover,
.boxes.small .box-icon i,
.box-container:hover .box-title {
color: #10155e;
}
.primary-color_border {
border-color: #106EAA
}
@media only screen {
.collapsed-title,
.collapsed-title h1 {
font-size: 1.6em;
font-weight: bolder;
line-height: 1.2em;
margin: 0
}
.corporate-layout .top-bar {
height: 50px
}
.corporate-layout .top-bar.expanded {
height: auto
}
.corporate.top-bar-section {
margin-top: 20px
}
.corporate-layout .fixed .top-bar {
height: 60px
}
}
@media only screen and (max-width: 40em) {
.show-cart-btn {
display: none
}
}
@media only screen and (min-width: 900px) {
.corporate-layout .top-bar {
height: 100px
}
} ;.flip-container {
-moz-perspective: 1000;
-webkit-perspective: 1000;
perspective: 1000;
}  .flip-container.hover .flipper {
-moz-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
} .flipper {
-moz-transition: 0.6s;
-webkit-transition: 0.6s;
transition: 0.6s;
-moz-transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
position: relative;
} .front-face, .back-face {
-moz-backface-visibility: hidden;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
} .front-face {
z-index: 2;
} .back-face {
-moz-transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}.box-flex-one {
display: flex;
height: 100%;
align-items: center;
}
.box-flex-one>div:first-child {
flex: 1 0 auto;
}
.box-flex-one>div:not(:first-child) {
flex: 0 0 auto;
}
.box-flex-two {
display: flex;
height: 100%;
align-items: center;
}
.box-flex-two>div:nth-child(2) {
flex: 1 0 auto;
}
.box-flex-two>div:not(:nth-child(2)) {
flex: 0 0 auto;
} .li-flex-one {
display: flex;
margin: 0;
padding: 0;
}
.li-flex-one>li {
flex: 0 0 auto;
}
.auto-contenaire {
max-width: 1182px;
margin: 0 auto;
}
.vc_col-sm-6 {
padding: 0 !important;
}
.vc_row:not(.vc_nop) .vc_auto_contenaire {
max-width: 1182px;
margin: 0 auto;
}
.vc_column_container>.vc_column-inner {
padding: 0 !important;
}
.vc_column-header-title {
line-height: 1.2;
}
.vc_h .vc_column-header-title {
text-align: center;
font-size: 32px;
font-weight: bold;
color: #10155e;
text-transform: uppercase;
margin: 40px 0;
}
.vc_t .vc_column-header-title {
font-size: 25px;
font-weight: bold;
color: #10155e;
text-transform: uppercase;
margin: 17px 0;
}
.vc_quality .vc_row-header-title {
font-size: 32px;
font-weight: bold;
color: #000;
text-transform: uppercase;
margin-top: 70px;
margin-bottom: 49px;
line-height:52px;
}
.vc_bg_image_x {
background-repeat: repeat-x;
}
.acia-footer {
height: 53px;
display: flex;
align-items: center;
background-color: #020421;
justify-content: center;
}
.acia-footer>div {
color: #b1b6fe;
font-size: 12px;
padding-left: 10px;
}
.acia-footer>div>a {
color: #b1b6fe;
}
.acia-footer>div>a:hover {
text-decoration: underline;
}
.vc_partenaire {
padding-top: 41px !important;
padding-bottom: 89px !important;
}
.vc_top-acia-sud {
padding-right: 88px !important;
} .vc_acia-sud_map_contact {
height: 470px;
}
.vc_acia-sud_map_contact>div {
height: 100%;
}
.vc_acia-sud_map_contact>div iframe {
height: 100%;
width: 100%;
border: none;
}
.vc_acia-contact-text {
display: flex;
align-items: center;
height: 100%;
justify-content: center;
background-color: #fdb813;
}
.vc_acia-contact-text .vc_acia-sud-contact {
line-height: 1.2;
text-align: center;
}
.vc_acia-contact-text .vc_acia-sud-contact:not(:last-child) {
margin-bottom: 40px;
}
.vc_acia-sud-tl {
font-size: 40px;
font-weight: bold;
text-transform: uppercase;
}
.vc_acia-contact-text .vc_acia-sud-contact+.vc_acia-sud-contact {
max-width: 250px;
margin-left: auto;
margin-right: auto;
font-size: 16px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
}
.vc_acia-contact-text .vc_acia-sud-contact+.vc_acia-sud-contact>span {
margin-right: 5px;
}
.vc_quality img {
max-width: 70% !important;
} .vc_news-me {
position: relative;
}
.vc_news-style-1 {
position: relative;
}
.vc_news-style-1 .vc_news-item {
display: flex;
margin-bottom: 20px;
color: #000;
}
.vc_news-style-1 .vc_news-item .vc_news-thumb {
display: inline-block;
flex: 0 0 auto;
border: solid 1px rgba(0, 0, 0, 0.1);
width: 127px;
height: 115px;
overflow: hidden;
text-align: center;
}
.vc_news-style-1 .vc_news-item .vc_news-thumb img {
width: 90%;
}
.vc_news-style-1 .vc_news-item .vc_news-text {
display: inline-block;
flex: 1 0 auto;
width: calc(100% - 127px);
margin-left: 17px;
margin-top: 13px;
}
.vc_news-style-1 .vc_news-item .vc_news-text .vc_news-title {
font-size: 14px;
font-weight: bold;
}
.vc_news-style-1 .vc_news-item .vc_news-text .vc_news-desc {
font-size: 12px;
}
.ginput_container_select{
width: calc(80% - 100px);
}
.owl-carousel .owl-item img{width:100% !important;}
.vc_partenaire .carousel_client.owl-carousel .owl-item img{width:auto !important}
@media (min-width:1182px) {
.vc_cols-new .vc_col-sm-8 {
width: 62% !important;
}
.vc_cols-new .vc_col-sm-4 {
width: 38% !important;
}
}
@media (min-width: 992px){
.woocommerce .cross-sells ul.products li.product,.woocommerce-page ul.products li.product {
width: 33.33333333% !important;
}
.woocommerce div.product div.images img,.related.products h2{padding-left:15px;}
.single-product .product.type-product{padding-left:5px;}
}
@media (max-width: 991px){
.woocommerce .cross-sells ul.products li.product,.woocommerce-page ul.products li.product {
width:50% !important;
}
.woocommerce-page div.product div.woocommerce-tabs{
width: 100% !important;
padding: 0 15px;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images{
width: auto;
padding-bottom: 15px;
padding-left: 15px;
padding-right:15px;
}
.woocommerce div.product div.images img{width:auto !important;}
.summary.entry-summary{width:100% !important;padding-left:15px;}
}
@media (max-width:1181px) {
.related.products h2{padding-left: 15px;}
.vc_cols-new .vc_col-sm-8 {
width: 100% !important;
}
.vc_cols-new .vc_col-sm-4 {
height: 100% !important;
}
.vc_top-acia-sud .wpb_single_image {
text-align: center !important;
}
.vc_top-acia-sud {
padding-right: 0 !important;
text-align: center;
padding: 5px;
}
.actualite{
width:100% !important;
padding-left:50px !important;
padding-right:30px !important;
}
.vc_quality{
padding-left:50px !important;
padding-right:30px !important;
}
}
@media(max-width:767px){
.vc_contact  .vc_col-xs-offset-2{margin-left:0 !important;}
ul.products.columns-4 {margin-left: 0;}
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{width:50% !important;}
}
@media (min-width:523px) and (max-width:599px){
.vc_crantage .vc_woocommerce-cat-content{  
width: 466px !important;
transform: translate(6%,0);
margin-right: 101px !important;
}
.vc_pg-presentation>li>div:first-child{font-size: 14px;}
}
@media (max-width:599px) {	
.single-product .tab{overflow-x: auto;}
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{width:100% !important;}
div.vc_row.wpb_row.vc_row-fluid.vc_quality {
margin: 0 auto;
display: table !important;
}
.vc_pg-presentation>li>div:first-child{font-size: 12px !important;}
.vc_breadcrumb{
position: relative;
top: 50px;
right: 50px;
}
.titlebar {height: 150px !important;}
.vc_crantage .vc_woocommerce-cat-content{ } .acia-footer > div{text-align:center;}
.vc_presentation p{
padding-left:15px;
padding-right:15px;
}   .vc_crantage{padding-left: 20px;padding-right: 20px;height: 100%;}
}
.vc_pg-presentation>li {
display: inline-block; width: 24.33%;
vertical-align: top;
text-align: center;
margin-bottom: 10px;
}
.vc_pg-presentation>li>div:first-child {
color: #10155e;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
}
.vc_pg-hist-an {
position: relative;
}
@media(min-width:1001px){
.vc_crantage{padding-left: 20px;padding-right: 20px;}
}
@media (max-width:1000px) {  .vc_crantage .active{width: 465.5px;}
.vc_crantage{padding-left: 20px;padding-right: 20px;}	
}
@media (min-width:1000px) {
.vc_pg-hist-an::before {
content: "";
background: #fdb813;
width: 2px;
top: -10px;
position: absolute;
left: calc(50% - 1px);
bottom: 0;
}
.vc_pg-hist-an::after {
content: "";
background: #fdb813;
width: 10px;
height: 10px;
top: -15px;
position: absolute;
left: calc(50% - 5px);
border-radius: 50%;
}
.vc_pg-hist-an>div:before {
content: "";
border: solid 10px transparent;
position: absolute;
}
.vc_pg-hist-an>div:nth-child(2n+1) {
margin-right: calc(50% + 12px);
margin-left: 10%;
}
.vc_pg-hist-an>div:nth-child(2n+1)::before {
border-left-color: #eee;
right: -20px;
}
.vc_pg-hist-an>div:nth-child(2n) {
margin-left: calc(50% + 12px);
margin-right: 10%;
}
.vc_pg-hist-an>div:nth-child(2n)::before {
border-right-color: #eee;
left: -20px;
}
}
.vc_pg-hist-an>div {
display: flex;
height: 150px;
background-color: rgba(0, 0, 0, 0.05);
align-items: center;
margin-bottom: 2px;
padding: 20px;
position: relative;
overflow: unset !important;
}
.vc_pg-hist-an>div>div {
display: inline-block;
}
.vc_pg-hist-an>div>div:nth-child(1) {
width: 15%;
font-weight: 500;
font-size: 20px;
flex: 0 0 auto;
margin-right: 25px;
}
.vc_historique{
padding-left: 15px;
padding-right: 15px;
}
.vc_contact{
padding-left: 25px;
padding-right: 25px;
}
.widget_product_search {
position: relative;
background: #fff;
}
.widget_product_search .woocommerce-product-search {
display: flex;
align-items: center;
}
.widget_product_search .woocommerce-product-search .search-field {
flex: 1 0 auto !important;
border: none !important;
width: auto !important;
margin: 0;
padding: 0;
border-bottom: solid 2px #10155e !important;
height: 40px;
padding: 10px;
font-size: 16px;
}
.widget_product_search .woocommerce-product-search button {
flex: 0 0 auto;
border: none !important;
width: auto !important;
margin: 0;
background-color: #10155e;
color: #fff;
height: 40px !important;
padding: 0;
width: 50px !important;
font-size: 16px;
}
body * {
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
-ms-box-sizing: border-box !important;
-o-box-sizing: border-box !important;
box-sizing: border-box !important;
font-family: "Roboto", sans-serif;
}
.product-categories .cat-item a {
margin-bottom: 10px;
display: block;
}
.product-categories .cat-item a:hover {
color: #fdb813 !important;
}
.product-categories .cat-item.current-cat>a {
color: #fdb813 !important; }
.vc_row-contenaire {
display: flex;
position: relative;
z-index: 5;
max-width: 1200px;
margin: 0 auto;
align-items: center;
height: 150px;
}
.vc_row-contenaire * {
color: #fff;
margin: 0;
padding: 0;
font-weight: 300;
}
.vc_row-contenaire>div:nth-child(1) {
flex: 1 0 auto;
}
.vc_row-contenaire>div:nth-child(2) {
flex: 0 0 auto;
}
.breadcrumbs {
margin: 0;
}
.breadcrumbs>li a:hover {
color: #fdb813;
}
.breadcrumbs>li:last-child>span {
color: #fdb813;
}
.header-top-languages {
position: relative;
cursor: pointer;
}
.vc_header h1{
font-weight: 900;
font-size: 30px;
text-transform: Uppercase;
line-height: 45px;
}
.header-top-languages>ul {
position: absolute;
right: 0;
background-color: #fff;
border-radius: 2px;
width: 150%;
border: solid 1px rgba(0, 0, 0, 0.1);
pointer-events: none;
opacity: 0;
transition: 0.3s all;
transform: translateX(20px);
z-index: 20;
}
.header-top-languages>ul>li a {
color: #555;
text-align: center;
display: block;
padding: 5px 10px;
}
.header-top-languages>ul>li a:hover {
background-color: #eee;
}
.header-top-languages:hover>ul {
pointer-events: all;
opacity: 1;
transform: translateX(0);
}
.vc_btn3-container .vc_btn3 {
background-color: #10155e !important;
color: #fff !important;
font-size: 16px !important;
margin: 0 !important;
padding: 0 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.vc_btn3-container .vc_btn3:hover {
background-color: #fdb813 !important;
}
.vc_top-acia-sud .vc_btn3-container .vc_btn3 {
width: 196px !important;
height: 44px !important;
}
.vc_top-acia-sud .vc_btn3-container {
margin-bottom: 80px !important;
}
.vc_quality-text .vc_btn3-container .vc_btn3 {
width: 240px !important;
height: 60px!important;
}
.gform_body input,
.gform_body textarea {
border: none;
border-bottom: solid 2px #10155e;
}
.gform_body input:focus,
.gform_body textarea:focus {
border-bottom-color: #fdb813;
}
.text-shadow{text-shadow: 2px 2px rgba(50, 50, 50, 0.85);}
.titre{
color: #10155e;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
}
.paragraphe,.nbr{
text-align:center;
}
.owl-carousel .owl-nav>div{
display: none !important;
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail a .product-info h3{padding: 5px;}
.woocommerce-tabs.wc-tabs-wrapper{padding-right: 20px !important;}
.search-results h1#page-title {color: #fff;}
.search-results .field.field-name-field-blog-image.field-type-image.field-label-hidden.field-wrapper{padding-bottom: 15px;}
.search-results .body.text-secondary{text-align:justify;}
.error404 .oops{
margin: 0 auto;
display: table;
}
.error404 .oops h2 {
border-bottom: none;
box-shadow: 0 0 0 #727272;
text-align: center;
margin-bottom: 0;
margin-top: 30px;
}
.error404 .message {
margin: 0 auto;
text-align: center;
padding-bottom: 30px;
}
.vc_btn_error a{
background-color: #10155e !important;
color: #fff !important;
font-size: 16px !important;
padding: 15px !important;
align-items: center !important;
justify-content: center !important;
}
.vc_btn_error:hover a{background-color: #fdb813 !important;}
.vc_btn_error{
margin: 0 auto;
display: table;
}
@media (min-width:1181px) {
.vc_quality .vc_column-content-flex {
display: flex;
align-items: center;
}
}
.vc_partenaires .rt-col-md-2.rt-col-sm-6.rt-col-xs-12{padding-bottom: 20px;} .vc_search-popup * {
pointer-events: none;
}
.vc_popup {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1000;
}
.vc_popup .vc_close {
border: none !important;
color: #fff;
position: absolute;
right: 20px;
top: 20px;
}
.vc_popup .vc_close::before {
content: "";
height: 2px;
}
.vc_popup .vc_popup-content {
display: flex;
align-items: center;
height: 100%;
pointer-events: none;
}
.vc_popup .vc_popup-content>div {
margin: 10px auto;
max-width: 1100px;
width: 100%;
pointer-events: all;
}
.vc_searchform {
position: relative;
display: flex;
overflow: hidden;
border-radius: 3px;
height: 60px;
}
.vc_searchform .vc_searchtext {
border: none;
flex: 1 0 auto;
background: none;
height: 100%;
margin: 0 !important;
width: auto;
border-bottom: 4px solid #fdb813;
font-size: 20px;
color: #fff;
}
.vc_searchform .vc_searchtext:focus {
color: #222;
border-bottom: 4px solid #10155e;
}
.vc_searchform .vc_searchsubmit {
border: none;
flex: 0 0 auto;
background: none;
width: 60px;
height: 100%;
margin: 0 !important;
color: #ccc;
padding: 0 !important;
font-size: 25px;
}
.vc_searchform .vc_searchtext:focus+.vc_searchsubmit {
background-color: #10155e;
color: #fff;
}
.vc_searchform .vc_searchsubmit:hover {
color: #fdb813;
}
.vc_body-flow {
overflow: hidden !important;
}
.vc_partenaire .owl-prev i,
.vc_partenaire .owl-next i {
display: flex;
height: 100%;
align-items: center;
margin: 0 !important;
color: #fff !important;
padding: 10px;
}
.vc_partenaire .owl-next i {
justify-content: flex-end;
}
.vc_partenaire .owl-prev,
.vc_partenaire .owl-next {
top: 0 !important;
bottom: 0 !important;
background-color: rgba(0, 0, 0, 0.5) !important;
height: auto !important;
width: 45px !important;
}
.vc_pphoto {
display: block;
}
.vc_pphoto * {
pointer-events: none;
}
.vc_popup-image {
background: rgba(255, 255, 255, .5);
border-radius: 5px;
text-align: center;
height: calc(100% - 20px);
display: flex;
align-items: center;
justify-content: center;
background-repeat: no-repeat;
background-position: center center;
}
.vc_popup-image img {
display: block;
height: 70vh;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.vc_bloc-tl-hist {
text-transform: uppercase;
font-size: 30px;
font-weight: 400;
text-align: center;
margin-bottom: 10px !important;
color: #10155e;
line-height: 1.2;
}
.table-poutrelle{width:100%;}
.table-poutrelle, .table-poutrelle th,.table-poutrelle td {
border: 1px solid #99999975;
text-align: center;
font-size:14px;
}
.table-poutrelle th{
font-weight: bold;
color: #10155e;
padding: 8px;
text-align:center;
background: #fff !important;
}
.numero{
font-size: 20px;
font-weight: bold;
color: #10155e;
text-align:center;}
.table-poutrelle p{
font-weight: bold;
color: #10155e;
text-align:center;
font-size: 14px;
}
.img-axe{
float: left;
margin-right: 23px;
margin-top: 20px;
} .numero{
margin: 7px;
color: #10155e;
text-align: center;
border: 1px solid #10155e;
border-radius: 100%;
padding: 7px;
}
.vc_logo .wpb_column .single-logo{
box-shadow: 0 0 5px rgba(0,0,0,.1); }
.vc_logo .wpb_column .single-logo h3{
font-size: 1rem;
font-weight: bold;
}
.vc_logo_etranger .wpb_column{
box-shadow: 0 0 5px rgba(0,0,0,.1);
margin-left: 10px;
padding: 5px;
width: 19%;
}
.img-qualite .vc_figure{
width: 100px;	
}
.vc_contact .button{
float:right;
}
.product  .product_type_simple{
visibility:hidden !important;
}
.woocommerce-page div.product div.woocommerce-tabs {
float: right;
width: 48%;
clear: none;
}
.woocommerce div.product div.summary{
margin-bottom:0px !important;
}
.woocommerce div.product div#tab-description {
padding: 0 !important;
}
section.related.products {
clear: both;
}
.vc_partenaires h1{text-align: center;color: #10155e;}
.titlebar{height:250px;}
#tab-description h2 {display: none !important;}
.gform_body .medium.gfield_select{padding-left: 10px;}
@media(max-width:400px){ .vc_pg-presentation>li {
width: 47.33%;
}
}
.woocommerce-tabs .vc_product-info-title+div {
padding: 10px 4px !important;
}.owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
} .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
transform-style: preserve-3d;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.acia-sud.com/wp-content/themes/acia-sud/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button { background-image: none;
border: medium none;
box-shadow: none;
}
.woocommerce #content input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page #content input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover {
background-image: none;
background-color: #7C7A7A;
}
.woocommerce ul.products li.product a img,
.woocommerce-page ul.products li.product a img {
box-shadow: none;
}
.woocommerce ul.products li.product a:hover img,
.woocommerce-page ul.products li.product a:hover img {
box-shadow: none;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale { background-image: none;
box-shadow: none;
text-shadow: none;
border-radius: 50%;
padding: 8px;
}
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before {
height: auto;
}
.woocommerce #content input.button.added:before,
.woocommerce #respond input#submit.added:before,
.woocommerce a.button.added:before,
.woocommerce button.button.added:before,
.woocommerce input.button.added:before,
.woocommerce-page #content input.button.added:before,
.woocommerce-page #respond input#submit.added:before,
.woocommerce-page a.button.added:before,
.woocommerce-page button.button.added:before,
.woocommerce-page input.button.added:before {
content: "";
}
.woocommerce h2 {
font-size: 1.4em;
}
.woocommerce .cart-collaterals {
margin-top: 60px;
}
.woocommerce #content input.button,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce-page #content input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button {
border-radius: 0;
color: #FFF;
} .woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
float: none;
width: auto;
}
.woocommerce .cart_totals>table {
width: 100%;
}
.woocommerce .shipping_calculator {
text-align: right;
}
.woocommerce .product-name a {
color: #2ba6cb;
font-weight: 600;
}
.woocommerce .cart-collaterals .cart_totals table td,
.woocommerce-page .cart-collaterals .cart_totals table td {
padding: 6px;
}
.woocommerce .cross-sells .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
margin: 2%;
width: 21%;
}
.woocommerce .cross-sells ul.products li.first,
.woocommerce-page ul.products li.first {
clear: left;
}
.woocommerce .cross-sells ul.products li.product,
.woocommerce-page ul.products li.product {
float: left !important;
margin: 0 !important;
padding: 0;
position: relative; display: inline-block !important;
box-shadow: none !important;
}
.woocommerce-page ul.products li.product a {
display: block;
margin: 0 10px;
}
.woocommerce .shipping-calculator-form select {
padding: 10px;
}
.woocommerce ul.products {
max-width: 1300px;
}
.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
clear: none;
}
.woocommerce-page .columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
width: 30.98%;
}
.woocommerce-page ul.products li.product.large-isotop,
.woocommerce ul.products li.product.large-isotop {
width: 625px; }
@media (max-width: 874px) {
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product {
width: 46%
}
.woocommerce-page ul.products li.product.large-isotop,
.woocommerce ul.products li.product.large-isotop {
width: 289px;
}
}
@media only screen and (max-device-width: 480px) {
.woocommerce .cross-sells ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .related ul.products li.product,
.woocommerce-page ul.products li.product {
width: 94%;
margin-bottom: 30px;
}
.woocommerce .cart-collaterals .cart_totals table th,
.woocommerce-page .cart-collaterals .cart_totals table th {
padding: 10px;
}
.cross-sells h3 {
text-align: center;
}
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product.large-isotop,
.woocommerce ul.products li.product.large-isotop {
width: 100%;
}
.cross-sells .button.add_to_cart_button.product_type_variable,
.cross-sells .button.add_to_cart_button.product_type_simple {
width: 100px;
}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
width: 100%;
}
.woocommerce.columns-3 {
padding: 10px;
}
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product h3 {
text-align: center;
}
}
@media only screen and (max-device-width: 568px) {
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product.large-isotop,
.woocommerce ul.products li.product.large-isotop {
width: 100%;
}
} .woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail { -webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img,
.woocommerce-page #content div.product div.images img,
.woocommerce-page div.product div.images img {
box-shadow: none;
}
.woocommerce div.product div.images .thumbnails img {
width: auto;
}
.type-product .comment .comment-text {
width: auto;
} .woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
float: right;
margin: 10px 0 0.5em;
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail a {
position: relative;
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail a:first-child:before {
content: "";
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail:hover a:first-child:before {
background: rgba(0, 0, 0, 0.6);
content: "";
display: block;
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 100%;
} .woocommerce-ordering,.woocommerce-page div.product .woocommerce-tabs ul.tabs{
display:none !important;
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail:hover a .product-info {
opacity: 1;
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail a .product-info h3 {
text-align: center;
color: #fff !important;
font-size: 16px;
font-weight: 400;
padding: 10px;
position: absolute;
bottom: 0px;
height: 60px;
transition: 0.3s all;
padding: 15px;
left: 0;
right: 0;
} .product.type-product.status-publish.has-post-thumbnail:hover {
border-color: #777777;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product { }
}
.cart-subtotal>th {
width: 90%;
}
.woocommerce #content table.cart a.remove,
.woocommerce table.cart a.remove,
.woocommerce-page #content table.cart a.remove,
.woocommerce-page table.cart a.remove {
color: #f98989;
font-weight: 300;
}
.cart-subtotal>td {
width: 6%;
}
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
width: 20%;
}
.attachment-shop_thumbnail {
border: 1px solid #ccc;
}
.woocommerce .upsells ul.products li.product {
width: 20%;
}
.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
margin-bottom: 4em;
}
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
margin: 0;
padding: 0;
}
.woocommerce-tabs #comments {
padding-top: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background-image: none;
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs #comments {
border-top: 0;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 80px;
border-radius: 50%;
}
.woocommerce p.stars a.star-1,
.woocommerce p.stars a.star-2,
.woocommerce p.stars a.star-3,
.woocommerce p.stars a.star-4,
.woocommerce p.stars a.star-5,
.woocommerce-page p.stars a.star-1,
.woocommerce-page p.stars a.star-2,
.woocommerce-page p.stars a.star-3,
.woocommerce-page p.stars a.star-4,
.woocommerce-page p.stars a.star-5 {
border-right: none;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
margin-left: 70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
color: #666666;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.woocommerce div.product .woocommerce-tabs .panel {
background-color: #FFF;
padding: 20px;
border: none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
color: #000;
opacity: 1;
}
.products .product .button {
bottom: calc(50% + 22px);
display: none;
left: calc(50% - 70px);
position: absolute;
width: 140px;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.products .product:hover .button {
display: block;
}
.products .product .button {
padding: 6px 15px;
}
@media only screen and (min-device-width: 768px) {
.woocommerce .added_to_cart.wc-forward {
background: none repeat scroll 0 0 #fff;
border: 1px solid #ccc;
display: block;
left: calc(50% - 50px);
padding: 0 8px;
position: absolute;
top: calc(50% - 10px);
width: 100px;
}
}
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale {
left: auto;
margin: 12px 12px 0 0;
right: 0;
top: 0; }
.woocommerce span.onsale,
.woocommerce-page span.onsale {
border-radius: 0;
box-shadow: none;
margin: 10px 0 0;
padding: 0 8px;
text-shadow: none;
}
.woocommerce .product.sale p br {
display: none;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: -moz-linear-gradient(center top, #a7a7a7 0%, #b0b0b0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
border-radius: 0;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
background: none repeat scroll 0 0 #ffffff;
border-radius: 1em;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.65) inset;
cursor: pointer;
height: 14px;
outline: medium none;
position: absolute;
top: -4px;
width: 15px;
z-index: 2;
border: 1px solid #999;
border-radius: 0;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.1) inset;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
background: rgba(249, 91, 93, 1);
background: -moz-linear-gradient(left, rgba(249, 91, 93, 1) 0%, rgba(251, 173, 91, 1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(249, 91, 93, 1)), color-stop(100%, rgba(251, 173, 91, 1)));
background: -webkit-linear-gradient(left, rgba(249, 91, 93, 1) 0%, rgba(251, 173, 91, 1) 100%);
background: -moz-linear-gradient(center top, #a7a7a7 0%, #b0b0b0 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
background: -o-linear-gradient(left, rgba(249, 91, 93, 1) 0%, rgba(251, 173, 91, 1) 100%);
background: -ms-linear-gradient(left, rgba(249, 91, 93, 1) 0%, rgba(251, 173, 91, 1) 100%);
background: linear-gradient(to right, rgba(249, 91, 93, 1) 0%, rgba(251, 173, 91, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f95b5d', endColorstr='#fbad5b', GradientType=1);
border: 0 none;
border-radius: 1em;
box-shadow: none;
display: block;
font-size: 0.7em;
position: absolute;
z-index: 1;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
background: none repeat scroll 0 0 #ffffff;
float: left;
height: auto;
margin-right: 12px;
padding: 4px;
width: 60px;
box-shadow: none;
}
.widget_product_search #searchsubmit {
padding: 8px;
box-shadow: none;
border: 0;
color: #FFF;
width: 100%;
cursor: pointer;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.widget_product_search #searchsubmit:hover {
background-color: rgb(30, 168, 206) !important;
}
.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a,
.woocommerce-page ul.cart_list li a,
.woocommerce-page ul.product_list_widget li a {
color: #999;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.woocommerce ul.cart_list li a:hover,
.woocommerce ul.product_list_widget li a:hover,
.woocommerce-page ul.cart_list li a:hover,
.woocommerce-page ul.product_list_widget li a:hover {
color: #000;
}
.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
margin-bottom: 9px;
}
.product_list_widget>li {
border-bottom: 1px solid #eee;
}
.product_list_widget>li:last-child {
border-bottom: none;
}
.woocommerce-ordering select {
padding: 5px 10px;
}
.widget_product_search label {
display: none;
}
.shop-widgets h4.widget-title {
margin-top: 25px;
font-size: 1.2em;
text-transform: uppercase;
color: #10155e;
font-weight: 500;
font-size: 25px;
}
.shop-widgets:first-child h4.widget-title {
margin-top: 0;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
margin: 0;
} .woocommerce ul.products li.product.large-isotop h3,
.woocommerce-page ul.products li.product.large-isotop h3 {
font-size: 29px;
padding: 35px 0;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
color: #999;
}
.button.add_to_cart_button.product_type_simple {
opacity: 0.9;
}
.woocommerce ul.products li.product:hover h3,
.woocommerce-page ul.products li.product:hover h3 {
display: block;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
position: absolute;
top: 20px;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
position: relative;
text-align: center;
width: 100%;
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.11);
background: none repeat scroll 0% 0% #FFF;
margin-bottom: 0;
bottom: calc(20% - 75px);
margin-top: -5px;
padding-bottom: 12px;
height: 50px;
}
.woocommerce ul.products li.product:hover .price,
.woocommerce-page ul.products li.product:hover .price {
display: block;
}
.woocommerce ul.products li.product a img {
margin: 0;
}
.woocommerce .products .star-rating,
.woocommerce-page .products .star-rating {
top: calc(50% - 8px);
margin: 0 auto;
position: absolute;
text-align: center;
left: calc(50% - 38px);
display: none;
}
.woocommerce .products .product:hover .star-rating,
.woocommerce-page .products .product:hover .star-rating {
display: block;
}
.woocommerce button.button.alt { background-image: none;
}
.woocommerce button.button.alt:hover {
background-image: none;
padding: 10px 28px;
}
.single_add_to_cart_button.button.alt {
border-radius: 0;
padding: 10px 24px;
}
.woocommerce #content .quantity input.qty,
.woocommerce .quantity input.qty,
.woocommerce-page #content .quantity input.qty,
.woocommerce-page .quantity input.qty {
border-radius: 0;
height: 36px;
display: inline;
border-width: 1px;
float: none;
}
.woocommerce #content .quantity,
.woocommerce .quantity,
.woocommerce-page #content .quantity,
.woocommerce-page .quantity {
width: auto;
}
.woocommerce #content .quantity .minus,
.woocommerce #content .quantity .plus,
.woocommerce .quantity .minus,
.woocommerce .quantity .plus,
.woocommerce-page #content .quantity .minus,
.woocommerce-page #content .quantity .plus,
.woocommerce-page .quantity .minus,
.woocommerce-page .quantity .plus {
height: 28px;
background-image: none;
background-color: #fff;
box-shadow: none;
color: #C0C0C0;
position: relative;
border-width: 1px !important;
height: 36px;
vertical-align: top;
display: inline;
}
.woocommerce .quantity .plus {
border-bottom: 1px solid;
}
.woocommerce #content .quantity .minus:hover,
.woocommerce #content .quantity .plus:hover,
.woocommerce .quantity .minus:hover,
.woocommerce .quantity .plus:hover,
.woocommerce-page #content .quantity .minus:hover,
.woocommerce-page #content .quantity .plus:hover,
.woocommerce-page .quantity .minus:hover,
.woocommerce-page .quantity .plus:hover {
background-image: none;
background-color: #C0C0C0;
color: #fff;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text,
.woocommerce-page #reviews #comments ol.commentlist li .comment-text {
border: none;
}
.summary.entry-summary>div {
margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding: 6px 22px;
border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.description_tab.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.reviews_tab.active {
border-radius: 0;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
margin: 0 -2px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
content: none;
}
.upsells ul.products .product.type-product.status-publish.has-post-thumbnail:hover a:first-child:before,
.related ul.products .product.type-product.status-publish.has-post-thumbnail:hover a:first-child:before {
background-color: rgba(0, 0, 0, 0.6);
} .woocommerce-product-rating {
float: left;
margin-right: 56px;
}
.woocommerce .related ul li.product,
.woocommerce .related ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product,
.woocommerce-page .related ul li.product,
.woocommerce-page .related ul.products li.product,
.woocommerce-page .upsells.products ul li.product,
.woocommerce-page .upsells.products ul.products li.product {
margin: 2.5%;
}
.woocommerce .titlebar {
margin-bottom: 30px;
}
.woocommerce .woocommerce-breadcrumb,
.woocommerce-page .woocommerce-breadcrumb {
float: right;
margin-top: 50px;
}
.woocommerce #content {
margin-bottom: 50px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li {
background: #FFF;
border: 0;
box-shadow: none;
padding: 10px 20px;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active {
border-bottom-color: #FC5E3B !important;
}
.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
padding: 20px;
}
.description_tab.active,
.reviews_tab.active {
border-bottom: 1px solid #FFF !important;
} .corporate .menu-menu-container {
margin-right: 30px;
}
.show-cart-btn {
position: absolute;
right: 9px;
top: -35px;
width: 28px;
height: 38px;
cursor: pointer;
background-image: url(//www.acia-sud.com/wp-content/themes/acia-sud/images/bag.png);
background-repeat: no-repeat;
text-align: center;
color: #Fff;
font-weight: bold;
}
.fixed .show-cart-btn {
top: 0;
}
.hidden-cart {
background-color: #fff;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.42);
position: absolute;
right: -100px;
top: 50px;
width: 270px;
padding: 7px 0;
}
.hidden-cart .woocommerce.widget_shopping_cart .cart_list li {
padding-left: 12px;
width: 100%;
}
.hidden-cart ul.cart_list li a.remove {
padding: 18px 5px 0 15px;
}
.hidden-cart ul.cart_list li a:not(.remove) {
font-size: 14px;
text-align: left;
line-height: 1.6em;
color: #585858;
}
.hidden-cart ul.cart_list li .quantity {
color: #a4a4a4;
float: left;
font-size: 14px;
}
.hidden-cart .woocommerce.widget_shopping_cart .total {
border: none;
margin-bottom: 2px;
}
.hidden-cart .woocommerce.widget_shopping_cart .buttons a {
margin: 0 14px;
padding: 6px 10px;
}
.buttons .button.wc-forward {
background-color: #777;
text-shadow: none;
}
.buttons .button.wc-forward:hover {
background: none repeat scroll 0 0 #555;
text-shadow: none !important;
color: #fff;
}
.woocommerce-product-search>input[type="submit"] {
border: 0 none;
padding: 6px 30px;
-webkit-transition: all .25s ease-out;
-moz-transition: all .25s ease-out;
-ms-transition: all .25s ease-out;
-o-transition: all .25s ease-out;
transition: all .25s ease-out;
}
.woocommerce-product-search>input[type="submit"]:hover {
padding: 6px 36px;
}
.woocommerce span.onsale {
left: 0;
top: -9px;
}
.amount {
margin-left: 10px;
margin-right: 10px;
}
.price del {
float: left;
}
.woocommerce div.summary .label {
display: none;
}
.woocommerce div.product {
overflow: hidden;
margin-bottom: 40px;
}.mejs-offscreen{ position: absolute !important;
top: -10000px;
overflow: hidden;
width: 1px;
height: 1px;
}
.mejs-container {
position: relative;
background: #000;
font-family: Helvetica, Arial;
text-align: left;
vertical-align: top;
text-indent: 0;
}
.me-plugin {
position: absolute;
}
.mejs-embed, .mejs-embed body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #000;
overflow: hidden;
}
.mejs-fullscreen { overflow: hidden !important;
}
.mejs-container-fullscreen {
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
overflow: hidden;
z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
width: 100%;
height: 100%;
}
.mejs-clear {
clear: both;
} .mejs-background {
position: absolute;
top: 0;
left: 0;
}
.mejs-mediaelement {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.mejs-poster {
position: absolute;
top: 0;
left: 0;
background-size: contain ;
background-position: 50% 50% ;
background-repeat: no-repeat ;
}
:root .mejs-poster img {
display: none ;
}
.mejs-poster img {
border: 0;
padding: 0;
border: 0;
}
.mejs-overlay {
position: absolute;
top: 0;
left: 0;
}
.mejs-overlay-play {
cursor: pointer;
}
.mejs-overlay-button {
position: absolute;
top: 50%;
left: 50%;
width: 100px;
height: 100px;
margin: -50px 0 0 -50px;
background: url(//www.acia-sud.com/wp-content/themes/acia-sud/css/mediaelement-icon/bigplay.svg) no-repeat;
}
.no-svg .mejs-overlay-button {
background-image: url(//www.acia-sud.com/wp-content/themes/acia-sud/css/bigplay.png);
}
.mejs-overlay:hover .mejs-overlay-button {
background-position: 0 -100px ;
}
.mejs-overlay-loading {
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
margin: -40px 0 0 -40px;
background: #333;
background: url(//www.acia-sud.com/wp-content/themes/acia-sud/css/background.png);
background: rgba(0, 0, 0, 0.9);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.9)), to(rgba(0,0,0,0.9)));
background: -webkit-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
background: -moz-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
background: -o-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
background: -ms-linear-gradient(top, rgba(50,50,50,0.9), rgba(0,0,0,0.9));
background: linear-gradient(rgba(50,50,50,0.9), rgba(0,0,0,0.9));
}
.mejs-overlay-loading span {
display: block;
width: 80px;
height: 80px;
background: transparent url(//www.acia-sud.com/wp-content/themes/acia-sud/css/mediaelement-icon/loading.gif) 50% 50% no-repeat;
}  .mejs-container .mejs-controls {
position: absolute;
list-style-type: none;
margin: 0;
padding: 0;
bottom: 0;
left: 0;
background: rgba(231, 231, 231, 0.35);
height: 30px;
width: 100%;
}
.mejs-container .mejs-controls  div {
list-style-type: none;
background-image: none;
display: block;
float: left;
margin: 0;
padding: 0;
width: 26px;
height: 26px;
font-size: 11px;
line-height: 11px;
font-family: Helvetica, Arial;
border: 0;
}
.mejs-controls .mejs-button button {
cursor: pointer;
display: block;
font-size: 0;
line-height: 0;
text-decoration: none;
margin: 7px 5px;
padding: 0;
position: absolute;
height: 16px;
width: 16px;
border: 0;
background: transparent url(//www.acia-sud.com/wp-content/themes/acia-sud/css/mediaelement-icon/controls.svg) no-repeat;
}
.no-svg .mejs-controls .mejs-button button {
background-image: url(//www.acia-sud.com/wp-content/themes/acia-sud/css/mediaelement-icon/controls.png);
} .mejs-controls .mejs-button button:focus {
outline: dotted 1px #999;
}  .mejs-container .mejs-controls .mejs-time {
color: #fff;
display: block;
height: 17px;
width: auto;
padding: 10px 3px 0 3px ;
overflow: hidden;
text-align: center;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-time a {
color: #fff;
font-size: 11px;
line-height: 12px;
display: block;
float: left;
margin: 1px 2px 0 0;
width: auto;
}  .mejs-controls .mejs-play button {
background-position: 0 0;
}
.mejs-controls .mejs-pause button {
background-position: 0 -16px;
}
.mejs-controls .mejs-stop button {
background-position: -112px 0;
}  .mejs-controls div.mejs-time-rail {
direction: ltr;
width: 200px;
padding-top: 5px;
}
.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
display: block;
position: absolute;
width: 180px;
height: 10px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
margin: 5px;
background: #333;
background: rgba(29, 29, 29, 0.53);
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
width: 100%;
background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
-webkit-background-size: 15px 15px;
-moz-background-size: 15px 15px;
-o-background-size: 15px 15px;
background-size: 15px 15px;
-webkit-animation: buffering-stripes 2s linear infinite;
-moz-animation: buffering-stripes 2s linear infinite;
-ms-animation: buffering-stripes 2s linear infinite;
-o-animation: buffering-stripes 2s linear infinite;
animation: buffering-stripes 2s linear infinite;
}
@-webkit-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-moz-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-ms-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@-o-keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
@keyframes buffering-stripes { from {background-position: 0 0;} to {background-position: 30px 0;} }
.mejs-controls .mejs-time-rail .mejs-time-loaded {
background: #3caac8;
background: rgba(60,170,200,0.8);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(44,124,145,0.8)), to(rgba(78,183,212,0.8)));
background: -webkit-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
background: -moz-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
background: -o-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
background: -ms-linear-gradient(top, rgba(44,124,145,0.8), rgba(78,183,212,0.8));
background: linear-gradient(rgba(44,124,145,0.8), rgba(78,183,212,0.8));
width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
background: #fff;
background: rgba(255,255,255,0.8);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
width: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
display: none;
position: absolute;
margin: 0;
width: 10px;
background: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
cursor: pointer;
border: solid 2px #333;
top: -2px;
text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
position: absolute;
display: none;
background: #eee;
width: 36px;
height: 17px;
border: solid 1px #333;
top: -26px;
margin-left: -18px;
text-align: center;
color: #111;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
margin: 2px;
width: 30px;
display: block;
text-align: center;
left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
position: absolute;
display: block;
width: 0;
height: 0;
line-height: 0;
border: solid 5px #eee;
border-color: #eee transparent transparent transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: 15px;
left: 13px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
left: 18px;
}   .mejs-controls .mejs-fullscreen-button button {
background-position: -32px 0;
}
.mejs-controls .mejs-unfullscreen button {
background-position: -32px -16px;
}  .mejs-controls .mejs-volume-button {
}
.mejs-controls .mejs-mute button {
background-position: -16px -16px;
}
.mejs-controls .mejs-unmute button {
background-position: -16px 0;
}
.mejs-controls .mejs-volume-button {
position: relative;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
display: none;
height: 115px;
width: 25px;
background: url(//www.acia-sud.com/wp-content/themes/acia-sud/css/background.png);
background: rgba(50, 50, 50, 0.7);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
top: -115px;
left: 0;
z-index: 1;
position: absolute;
margin: 0;
}
.mejs-controls .mejs-volume-button:hover {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px;
} .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
position: absolute;
left: 11px;
top: 8px;
width: 2px;
height: 100px;
background: #ddd;
background: rgba(255, 255, 255, 0.5);
margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
position: absolute;
left: 11px;
top: 8px;
width: 2px;
height: 100px;
background: #ddd;
background: rgba(255, 255, 255, 0.9);
margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
position: absolute;
left: 4px;
top: -3px;
width: 16px;
height: 6px;
background: #ddd;
background: rgba(255, 255, 255, 0.9);
cursor: N-resize;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin: 0;
} .mejs-controls a.mejs-horizontal-volume-slider {
height: 26px;
width: 56px;
position: relative;
display: block;
float: left;
vertical-align: middle;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
position: absolute;
left: 0;
top: 11px;
width: 50px;
height: 8px;
margin: 0;
padding: 0;
font-size: 1px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #333;
background: rgba(50,50,50,0.8);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(30,30,30,0.8)), to(rgba(60,60,60,0.8)));
background: -webkit-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
background: -moz-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
background: -o-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
background: -ms-linear-gradient(top, rgba(30,30,30,0.8), rgba(60,60,60,0.8));
background: linear-gradient(rgba(30,30,30,0.8), rgba(60,60,60,0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
position: absolute;
left: 0;
top: 11px;
width: 50px;
height: 8px;
margin: 0;
padding: 0;
font-size: 1px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
background: #fff;
background: rgba(255,255,255,0.8);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(255,255,255,0.9)), to(rgba(200,200,200,0.8)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
background: -moz-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
background: -o-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
background: -ms-linear-gradient(top, rgba(255,255,255,0.9), rgba(200,200,200,0.8));
background: linear-gradient(rgba(255,255,255,0.9), rgba(200,200,200,0.8));
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
display: none;
}  .mejs-controls .mejs-captions-button {
position: relative;
}
.mejs-controls .mejs-captions-button button {
background-position: -48px 0;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector {
visibility: hidden;
position: absolute;
bottom: 26px;
right: -51px;
width: 85px;
height: 100px;
background: url(//www.acia-sud.com/wp-content/themes/acia-sud/css/background.png);
background: rgba(50,50,50,0.7);
border: solid 1px transparent;
padding: 10px 10px 0 10px;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
} .mejs-controls .mejs-captions-button .mejs-captions-selector ul {
margin: 0;
padding: 0;
display: block;
list-style-type: none !important;
overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
margin: 0 0 6px 0;
padding: 0;
list-style-type: none !important;
display: block;
color: #fff;
overflow: hidden;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
clear: both;
float: left;
margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
width: 55px;
float: left;
padding: 4px 0 0 0;
line-height: 15px;
font-family: helvetica, arial;
font-size: 10px;
}
.mejs-controls .mejs-captions-button .mejs-captions-translations {
font-size: 10px;
margin: 0 0 5px 0;
}
.mejs-chapters {
position: absolute;
top: 0;
left: 0;
-xborder-right: solid 1px #fff;
width: 10000px;
z-index: 1;
}
.mejs-chapters .mejs-chapter {
position: absolute;
float: left;
background: #222;
background: rgba(0, 0, 0, 0.7);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.7)), to(rgba(0,0,0,0.7)));
background: -webkit-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
background: -moz-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
background: -o-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
background: -ms-linear-gradient(top, rgba(50,50,50,0.7), rgba(0,0,0,0.7));
background: linear-gradient(rgba(50,50,50,0.7), rgba(0,0,0,0.7));
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
overflow: hidden;
border: 0;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block {
font-size: 11px;
color: #fff;
padding: 5px;
display: block;
border-right: solid 1px #333;
border-bottom: solid 1px #333;
cursor: pointer;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
border-right: none;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
background: #666;
background: rgba(102,102,102, 0.7);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(102,102,102,0.7)), to(rgba(50,50,50,0.6)));
background: -webkit-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: -moz-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: -o-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: -ms-linear-gradient(top, rgba(102,102,102,0.7), rgba(50,50,50,0.6));
background: linear-gradient(rgba(102,102,102,0.7), rgba(50,50,50,0.6));
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
font-size: 12px;
font-weight: bold;
display: block;
white-space: nowrap;
text-overflow: ellipsis;
margin: 0 0 3px 0;
line-height: 12px;
}
.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
font-size: 12px;
line-height: 12px;
margin: 3px 0 4px 0;
display: block;
white-space: nowrap;
text-overflow: ellipsis;
}
.mejs-captions-layer {
position: absolute;
bottom: 0;
left: 0;
text-align:center;
line-height: 20px;
font-size: 16px;
color: #fff;
}
.mejs-captions-layer  a {
color: #fff;
text-decoration: underline;
}
.mejs-captions-layer[lang=ar] {
font-size: 20px;
font-weight: normal;
}
.mejs-captions-position {
position: absolute;
width: 100%;
bottom: 15px;
left: 0;
}
.mejs-captions-position-hover {
bottom: 35px;
}
.mejs-captions-text {
padding: 3px 5px;
background: url(//www.acia-sud.com/wp-content/themes/acia-sud/css/background.png);
background: rgba(20, 20, 20, 0.5);
white-space: pre-wrap;
}  .me-cannotplay {
}
.me-cannotplay a {
color: #fff;
font-weight: bold;
}
.me-cannotplay span {
padding: 15px;
display: block;
}  .mejs-controls .mejs-loop-off button {
background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
background-position: -64px 0;
}  .mejs-controls .mejs-backlight-off button {
background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
background-position: -80px 0;
}  .mejs-controls .mejs-picturecontrols-button {
background-position: -96px 0;
}  .mejs-contextmenu {
position: absolute;
width: 150px;
padding: 10px;
border-radius: 4px;
top: 0;
left: 0;
background: #fff;
border: solid 1px #999;
z-index: 1001; }
.mejs-contextmenu .mejs-contextmenu-separator {
height: 1px;
font-size: 0;
margin: 5px 6px;
background: #333;
}
.mejs-contextmenu .mejs-contextmenu-item {
font-family: Helvetica, Arial;
font-size: 12px;
padding: 4px 6px;
cursor: pointer;
color: #333;
}
.mejs-contextmenu .mejs-contextmenu-item:hover {
background: #2C7C91;
color: #fff;
} .mejs-controls .mejs-sourcechooser-button {
position: relative;
}
.mejs-controls .mejs-sourcechooser-button button {
background-position: -128px 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
visibility: hidden;
position: absolute;
bottom: 26px;
right: -10px;
width: 130px;
height: 100px;
background: url(//www.acia-sud.com/wp-content/themes/acia-sud/css/background.png);
background: rgba(50,50,50,0.7);
border: solid 1px transparent;
padding: 10px;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
margin: 0;
padding: 0;
display: block;
list-style-type: none !important;
overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
margin: 0 0 6px 0;
padding: 0;
list-style-type: none !important;
display: block;
color: #fff;
overflow: hidden;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
clear: both;
float: left;
margin: 3px 3px 0 5px;
}
.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
width: 100px;
float: left;
padding: 4px 0 0 0;
line-height: 15px;
font-family: helvetica, arial;
font-size: 10px;
}  .mejs-postroll-layer {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: url(//www.acia-sud.com/wp-content/themes/acia-sud/css/background.png);
background: rgba(50,50,50,0.7);
z-index: 1000;
overflow: hidden;
}
.mejs-postroll-layer-content {
width: 100%;
height: 100%;
}
.mejs-postroll-close {
position: absolute;
right: 0;
top: 0;
background: url(//www.acia-sud.com/wp-content/themes/acia-sud/css/background.png);
background: rgba(50,50,50,0.7);
color: #fff;
padding: 4px;
z-index: 100;
cursor: pointer;
}  div.mejs-speed-button {
width: 46px !important;
position: relative;
}
.mejs-controls .mejs-button.mejs-speed-button button {
background: transparent;
width: 36px;
font-size: 11px;
line-height: normal;
color: #ffffff;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector {
visibility: hidden;
position: absolute;
top: -100px;
left: -10px;
width: 60px;
height: 100px;
background: url(//www.acia-sud.com/wp-content/themes/acia-sud/css/background.png);
background: rgba(50, 50, 50, 0.7);
border: solid 1px transparent;
padding: 0;
overflow: hidden;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
visibility: visible;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
color: rgba(33, 248, 248, 1);
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
margin: 0;
padding: 0;
display: block;
list-style-type: none !important;
overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
margin: 0 0 6px 0;
padding: 0 10px;
list-style-type: none !important;
display: block;
color: #fff;
overflow: hidden;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
clear: both;
float: left;
margin: 3px 3px 0 5px;
display: none;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
width: 60px;
float: left;
padding: 4px 0 0 0;
line-height: 15px;
font-family: helvetica, arial;
font-size: 11.5px;
color: white;
margin-left: 5px;
cursor: pointer;
}
.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
background-color: rgb(200, 200, 200) !important;
background-color: rgba(255,255,255,.4) !important;
}  .mejs-controls .mejs-button.mejs-skip-back-button {
background: transparent url(//www.acia-sud.com/wp-content/themes/acia-sud/css/skipback.png) no-repeat;
background-position: 3px 3px;
}
.mejs-controls .mejs-button.mejs-skip-back-button button {
background: transparent;
font-size: 9px;
line-height: normal;
color: #ffffff;
}@font-face{font-family:FontAwesome;src:url(//www.acia-sud.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.acia-sud.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.acia-sud.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.acia-sud.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.acia-sud.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.acia-sud.com/wp-content/plugins/js_composer/assets/lib/bower/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.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}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.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(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{-webkit-filter:none;filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face {
font-family: 'aciasud';
src: url(//www.acia-sud.com/wp-content/themes/acia-sud/css/fonts/aciasud.eot?40156660);
src: url(//www.acia-sud.com/wp-content/themes/acia-sud/css/fonts/aciasud.eot?40156660#iefix) format('embedded-opentype'), url(//www.acia-sud.com/wp-content/themes/acia-sud/css/fonts/aciasud.woff2?40156660) format('woff2'), url(//www.acia-sud.com/wp-content/themes/acia-sud/css/fonts/aciasud.woff?40156660) format('woff'), url(//www.acia-sud.com/wp-content/themes/acia-sud/css/fonts/aciasud.ttf?40156660) format('truetype'), url(//www.acia-sud.com/wp-content/themes/acia-sud/css/fonts/aciasud.svg?40156660#aciasud) format('svg');
font-weight: normal;
font-style: normal;
}   .acia-sud:before {
font-family: "aciasud";
font-style: normal;
font-weight: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-twitter-8:before {
content: '\e801';
}
.icon-link-6:before {
content: '\ee84';
}
.icon-instagram-6:before {
content: '\ee85';
}
.icon-facebook-8:before {
content: '\ee86';
}
.icon-mm-search:before {
content: '\ee89';
}
.icon-mm-phone:before {
content: '\ee8a';
}
.icon-mm-location:before {
content: '\ee8b';
}
.icon-mm-fax:before {
content: '\ee8c';
}
span.acia-sud.icon-mm-mail:before {
content: '\2709';
}.vc_default_an .vc_woocommerce-item-product {
position: relative;
overflow: hidden;
}
.vc_default_an .vc_woocommerce-text,.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail a .product-info {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: rgba(0, 0, 0, 0.9);
color: #fff;
font-size: 16px;
text-align: center;
transition: 0.3s all;
pointer-events: none;
opacity: 0;
}
.vc_default_an .vc_woocommerce-text .vc_woocommerce-text-inner {
position: absolute;
bottom: 0px;
height: 60px;
transition: 0.3s all;
padding: 15px;
left: 0;
right: 0;
}
.vc_default_an .vc_woocommerce-item-product:hover .vc_woocommerce-text {
opacity: 1;
}
.vc_default_an .vc_woocommerce-item-product:hover .vc_woocommerce-text .vc_woocommerce-text-inner {
bottom: 20px;
}
.vc_woocommerce-cats {
position: relative;
}
.vc_woocommerce-cat-item,
.vc_woocommerce-cat-content {
position: relative;
}
.vc_woocommerce-cat-text {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.6);
pointer-events: none;
opacity: 0;
transition: 0.3s all;
}
.vc_woocommerce-cat-text .vc_woocommerce-cat-text-inner {
display: flex;
height: 100%;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 400;
font-size: 20px;
text-transform: uppercase;
}
.vc_woocommerce-cat-content:hover .vc_woocommerce-cat-text {
opacity: 1;
}
.vc_cat-product-tl {
font-size: 14px;
text-align: center;
}
.vc_cat-product-tl>span:nth-child(1) {
font-weight: bold;
}
.vc_woocommerce-cat-text-rpt {
padding: 25px 30px;
}
.vc_product-w-thumb {
float: left !important;
width: 40% !important;
overflow: hidden !important;
}
.vc_woocommerce-sg {
margin-left: 40%;
padding: 5px 10px;
}
.vc_product-info-title {
color: #fff;
font-size: 16px;
font-weight: 300;
background-color: #10155e;
padding: 8px;
}
.vc_product-info-title+div {
padding: 10px 20px;
}
.vc_product-info-list {
padding: 10px;
}
.vc_product-info-link {
background-color: #10155e;
padding: 10px;
display: inline-block;
color: #aaa;
border-radius: 5px;
}
.vc_product-info-link:hover {
color: #eee;
}
.vc_product-info-link:focus {
color: #fff;
}
.vc_summary {
padding: 5px 10px;
font-size: 18px;
} .vc_product-info-list>li {
margin-bottom: 5px;
list-style: disc;
}
.vc_product-title {
font-size: 30px;
font-weight: 300;
padding: 20px 0;
line-height: 1.2;
}
.vc_product-content {
padding: 10px;
}.box-flex-one {
display: flex;
height: 100%;
align-items: center;
}
.box-flex-one>div:first-child {
flex: 1 0 auto;
}
.box-flex-one>div:not(:first-child) {
flex: 0 0 auto;
}
.box-flex-two {
display: flex;
height: 100%;
align-items: center;
}
.box-flex-two>div:nth-child(2) {
flex: 1 0 auto;
}
.box-flex-two>div:not(:nth-child(2)) {
flex: 0 0 auto;
} .li-flex-one {
display: flex;
margin: 0;
padding: 0;
}
.li-flex-one>li {
flex: 0 0 auto;
}
.auto-contenaire {
max-width: 1182px;
margin: 0 auto;
}
.vc_col-sm-6 {
padding: 0 !important;
}
.vc_row:not(.vc_nop) .vc_auto_contenaire {
max-width: 1182px;
margin: 0 auto;
}
.vc_column_container>.vc_column-inner {
padding: 0 !important;
}
.vc_column-header-title {
line-height: 1.2;
}
.vc_h .vc_column-header-title {
text-align: center;
font-size: 32px;
font-weight: bold;
color: #10155e;
text-transform: uppercase;
margin: 40px 0;
}
.vc_t .vc_column-header-title {
font-size: 25px;
font-weight: bold;
color: #10155e;
text-transform: uppercase;
margin: 17px 0;
}
.vc_quality .vc_row-header-title {
font-size: 32px;
font-weight: bold;
color: #000;
text-transform: uppercase;
margin-top: 70px;
margin-bottom: 49px;
line-height:52px;
}
.vc_bg_image_x {
background-repeat: repeat-x;
}
.acia-footer {
height: 53px;
display: flex;
align-items: center;
background-color: #020421;
justify-content: center;
}
.acia-footer>div {
color: #b1b6fe;
font-size: 12px;
padding-left: 10px;
}
.acia-footer>div>a {
color: #b1b6fe;
}
.acia-footer>div>a:hover {
text-decoration: underline;
}
.vc_partenaire {
padding-top: 41px !important;
padding-bottom: 89px !important;
}
.vc_top-acia-sud {
padding-right: 88px !important;
} .vc_acia-sud_map_contact {
height: 470px;
}
.vc_acia-sud_map_contact>div {
height: 100%;
}
.vc_acia-sud_map_contact>div iframe {
height: 100%;
width: 100%;
border: none;
}
.vc_acia-contact-text {
display: flex;
align-items: center;
height: 100%;
justify-content: center;
background-color: #fdb813;
}
.vc_acia-contact-text .vc_acia-sud-contact {
line-height: 1.2;
text-align: center;
}
.vc_acia-contact-text .vc_acia-sud-contact:not(:last-child) {
margin-bottom: 40px;
}
.vc_acia-sud-tl {
font-size: 40px;
font-weight: bold;
text-transform: uppercase;
}
.vc_acia-contact-text .vc_acia-sud-contact+.vc_acia-sud-contact {
max-width: 250px;
margin-left: auto;
margin-right: auto;
font-size: 16px;
font-weight: 500;
display: flex;
align-items: center;
justify-content: center;
}
.vc_acia-contact-text .vc_acia-sud-contact+.vc_acia-sud-contact>span {
margin-right: 5px;
}
.vc_quality img {
max-width: 70% !important;
} .vc_news-me {
position: relative;
}
.vc_news-style-1 {
position: relative;
}
.vc_news-style-1 .vc_news-item {
display: flex;
margin-bottom: 20px;
color: #000;
}
.vc_news-style-1 .vc_news-item .vc_news-thumb {
display: inline-block;
flex: 0 0 auto;
border: solid 1px rgba(0, 0, 0, 0.1);
width: 127px;
height: 115px;
overflow: hidden;
text-align: center;
}
.vc_news-style-1 .vc_news-item .vc_news-thumb img {
width: 90%;
}
.vc_news-style-1 .vc_news-item .vc_news-text {
display: inline-block;
flex: 1 0 auto;
width: calc(100% - 127px);
margin-left: 17px;
margin-top: 13px;
}
.vc_news-style-1 .vc_news-item .vc_news-text .vc_news-title {
font-size: 14px;
font-weight: bold;
}
.vc_news-style-1 .vc_news-item .vc_news-text .vc_news-desc {
font-size: 12px;
}
.ginput_container_select{
width: calc(80% - 100px);
}
.owl-carousel .owl-item img{width:100% !important;}
.vc_partenaire .carousel_client.owl-carousel .owl-item img{width:auto !important}
@media (min-width:1182px) {
.vc_cols-new .vc_col-sm-8 {
width: 62% !important;
}
.vc_cols-new .vc_col-sm-4 {
width: 38% !important;
}
}
@media (min-width: 992px){
.woocommerce .cross-sells ul.products li.product,.woocommerce-page ul.products li.product {
width: 33.33333333% !important;
}
.woocommerce div.product div.images img,.related.products h2{padding-left:15px;}
.single-product .product.type-product{padding-left:5px;}
}
@media (max-width: 991px){
.woocommerce .cross-sells ul.products li.product,.woocommerce-page ul.products li.product {
width:50% !important;
}
.woocommerce-page div.product div.woocommerce-tabs{
width: 100% !important;
padding: 0 15px;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images{
width: auto;
padding-bottom: 15px;
padding-left: 15px;
padding-right:15px;
}
.woocommerce div.product div.images img{width:auto !important;}
.summary.entry-summary{width:100% !important;padding-left:15px;}
}
@media (max-width:1181px) {
.related.products h2{padding-left: 15px;}
.vc_cols-new .vc_col-sm-8 {
width: 100% !important;
}
.vc_cols-new .vc_col-sm-4 {
height: 100% !important;
}
.vc_top-acia-sud .wpb_single_image {
text-align: center !important;
}
.vc_top-acia-sud {
padding-right: 0 !important;
text-align: center;
padding: 5px;
}
.actualite{
width:100% !important;
padding-left:50px !important;
padding-right:30px !important;
}
.vc_quality{
padding-left:50px !important;
padding-right:30px !important;
}
}
@media(max-width:767px){
.vc_contact  .vc_col-xs-offset-2{margin-left:0 !important;}
ul.products.columns-4 {margin-left: 0;}
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{width:50% !important;}
}
@media (min-width:523px) and (max-width:599px){
.vc_crantage .vc_woocommerce-cat-content{  
width: 466px !important;
transform: translate(6%,0);
margin-right: 101px !important;
}
.vc_pg-presentation>li>div:first-child{font-size: 14px;}
}
@media (max-width:599px) {	
.single-product .tab{overflow-x: auto;}
.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{width:100% !important;}
div.vc_row.wpb_row.vc_row-fluid.vc_quality {
margin: 0 auto;
display: table !important;
}
.vc_pg-presentation>li>div:first-child{font-size: 12px !important;}
.vc_breadcrumb{
position: relative;
top: 50px;
right: 50px;
}
.titlebar {height: 150px !important;}
.vc_crantage .vc_woocommerce-cat-content{ } .acia-footer > div{text-align:center;}
.vc_presentation p{
padding-left:15px;
padding-right:15px;
}   .vc_crantage{padding-left: 20px;padding-right: 20px;height: 100%;}
}
.vc_pg-presentation>li {
display: inline-block; width: 24.33%;
vertical-align: top;
text-align: center;
margin-bottom: 10px;
}
.vc_pg-presentation>li>div:first-child {
color: #10155e;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
}
.vc_pg-hist-an {
position: relative;
}
@media(min-width:1001px){
.vc_crantage{padding-left: 20px;padding-right: 20px;}
}
@media (max-width:1000px) {  .vc_crantage .active{width: 465.5px;}
.vc_crantage{padding-left: 20px;padding-right: 20px;}	
}
@media (min-width:1000px) {
.vc_pg-hist-an::before {
content: "";
background: #fdb813;
width: 2px;
top: -10px;
position: absolute;
left: calc(50% - 1px);
bottom: 0;
}
.vc_pg-hist-an::after {
content: "";
background: #fdb813;
width: 10px;
height: 10px;
top: -15px;
position: absolute;
left: calc(50% - 5px);
border-radius: 50%;
}
.vc_pg-hist-an>div:before {
content: "";
border: solid 10px transparent;
position: absolute;
}
.vc_pg-hist-an>div:nth-child(2n+1) {
margin-right: calc(50% + 12px);
margin-left: 10%;
}
.vc_pg-hist-an>div:nth-child(2n+1)::before {
border-left-color: #eee;
right: -20px;
}
.vc_pg-hist-an>div:nth-child(2n) {
margin-left: calc(50% + 12px);
margin-right: 10%;
}
.vc_pg-hist-an>div:nth-child(2n)::before {
border-right-color: #eee;
left: -20px;
}
}
.vc_pg-hist-an>div {
display: flex;
height: 150px;
background-color: rgba(0, 0, 0, 0.05);
align-items: center;
margin-bottom: 2px;
padding: 20px;
position: relative;
overflow: unset !important;
}
.vc_pg-hist-an>div>div {
display: inline-block;
}
.vc_pg-hist-an>div>div:nth-child(1) {
width: 15%;
font-weight: 500;
font-size: 20px;
flex: 0 0 auto;
margin-right: 25px;
}
.vc_historique{
padding-left: 15px;
padding-right: 15px;
}
.vc_contact{
padding-left: 25px;
padding-right: 25px;
}
.widget_product_search {
position: relative;
background: #fff;
}
.widget_product_search .woocommerce-product-search {
display: flex;
align-items: center;
}
.widget_product_search .woocommerce-product-search .search-field {
flex: 1 0 auto !important;
border: none !important;
width: auto !important;
margin: 0;
padding: 0;
border-bottom: solid 2px #10155e !important;
height: 40px;
padding: 10px;
font-size: 16px;
}
.widget_product_search .woocommerce-product-search button {
flex: 0 0 auto;
border: none !important;
width: auto !important;
margin: 0;
background-color: #10155e;
color: #fff;
height: 40px !important;
padding: 0;
width: 50px !important;
font-size: 16px;
}
body * {
-webkit-box-sizing: border-box !important;
-moz-box-sizing: border-box !important;
-ms-box-sizing: border-box !important;
-o-box-sizing: border-box !important;
box-sizing: border-box !important;
font-family: "Roboto", sans-serif;
}
.product-categories .cat-item a {
margin-bottom: 10px;
display: block;
}
.product-categories .cat-item a:hover {
color: #fdb813 !important;
}
.product-categories .cat-item.current-cat>a {
color: #fdb813 !important; }
.vc_row-contenaire {
display: flex;
position: relative;
z-index: 5;
max-width: 1200px;
margin: 0 auto;
align-items: center;
height: 150px;
}
.vc_row-contenaire * {
color: #fff;
margin: 0;
padding: 0;
font-weight: 300;
}
.vc_row-contenaire>div:nth-child(1) {
flex: 1 0 auto;
}
.vc_row-contenaire>div:nth-child(2) {
flex: 0 0 auto;
}
.breadcrumbs {
margin: 0;
}
.breadcrumbs>li a:hover {
color: #fdb813;
}
.breadcrumbs>li:last-child>span {
color: #fdb813;
}
.header-top-languages {
position: relative;
cursor: pointer;
}
.vc_header h1{
font-weight: 900;
font-size: 30px;
text-transform: Uppercase;
line-height: 45px;
}
.header-top-languages>ul {
position: absolute;
right: 0;
background-color: #fff;
border-radius: 2px;
width: 150%;
border: solid 1px rgba(0, 0, 0, 0.1);
pointer-events: none;
opacity: 0;
transition: 0.3s all;
transform: translateX(20px);
z-index: 20;
}
.header-top-languages>ul>li a {
color: #555;
text-align: center;
display: block;
padding: 5px 10px;
}
.header-top-languages>ul>li a:hover {
background-color: #eee;
}
.header-top-languages:hover>ul {
pointer-events: all;
opacity: 1;
transform: translateX(0);
}
.vc_btn3-container .vc_btn3 {
background-color: #10155e !important;
color: #fff !important;
font-size: 16px !important;
margin: 0 !important;
padding: 0 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
}
.vc_btn3-container .vc_btn3:hover {
background-color: #fdb813 !important;
}
.vc_top-acia-sud .vc_btn3-container .vc_btn3 {
width: 196px !important;
height: 44px !important;
}
.vc_top-acia-sud .vc_btn3-container {
margin-bottom: 80px !important;
}
.vc_quality-text .vc_btn3-container .vc_btn3 {
width: 240px !important;
height: 60px!important;
}
.gform_body input,
.gform_body textarea {
border: none;
border-bottom: solid 2px #10155e;
}
.gform_body input:focus,
.gform_body textarea:focus {
border-bottom-color: #fdb813;
}
.text-shadow{text-shadow: 2px 2px rgba(50, 50, 50, 0.85);}
.titre{
color: #10155e;
font-size: 16px;
font-weight: 500;
text-transform: uppercase;
text-align: center;
}
.paragraphe,.nbr{
text-align:center;
}
.owl-carousel .owl-nav>div{
display: none !important;
}
.woocommerce ul.products .product.type-product.status-publish.has-post-thumbnail a .product-info h3{padding: 5px;}
.woocommerce-tabs.wc-tabs-wrapper{padding-right: 20px !important;}
.search-results h1#page-title {color: #fff;}
.search-results .field.field-name-field-blog-image.field-type-image.field-label-hidden.field-wrapper{padding-bottom: 15px;}
.search-results .body.text-secondary{text-align:justify;}
.error404 .oops{
margin: 0 auto;
display: table;
}
.error404 .oops h2 {
border-bottom: none;
box-shadow: 0 0 0 #727272;
text-align: center;
margin-bottom: 0;
margin-top: 30px;
}
.error404 .message {
margin: 0 auto;
text-align: center;
padding-bottom: 30px;
}
.vc_btn_error a{
background-color: #10155e !important;
color: #fff !important;
font-size: 16px !important;
padding: 15px !important;
align-items: center !important;
justify-content: center !important;
}
.vc_btn_error:hover a{background-color: #fdb813 !important;}
.vc_btn_error{
margin: 0 auto;
display: table;
}
@media (min-width:1181px) {
.vc_quality .vc_column-content-flex {
display: flex;
align-items: center;
}
}
.vc_partenaires .rt-col-md-2.rt-col-sm-6.rt-col-xs-12{padding-bottom: 20px;} .vc_search-popup * {
pointer-events: none;
}
.vc_popup {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 1000;
}
.vc_popup .vc_close {
border: none !important;
color: #fff;
position: absolute;
right: 20px;
top: 20px;
}
.vc_popup .vc_close::before {
content: "";
height: 2px;
}
.vc_popup .vc_popup-content {
display: flex;
align-items: center;
height: 100%;
pointer-events: none;
}
.vc_popup .vc_popup-content>div {
margin: 10px auto;
max-width: 1100px;
width: 100%;
pointer-events: all;
}
.vc_searchform {
position: relative;
display: flex;
overflow: hidden;
border-radius: 3px;
height: 60px;
}
.vc_searchform .vc_searchtext {
border: none;
flex: 1 0 auto;
background: none;
height: 100%;
margin: 0 !important;
width: auto;
border-bottom: 4px solid #fdb813;
font-size: 20px;
color: #fff;
}
.vc_searchform .vc_searchtext:focus {
color: #222;
border-bottom: 4px solid #10155e;
}
.vc_searchform .vc_searchsubmit {
border: none;
flex: 0 0 auto;
background: none;
width: 60px;
height: 100%;
margin: 0 !important;
color: #ccc;
padding: 0 !important;
font-size: 25px;
}
.vc_searchform .vc_searchtext:focus+.vc_searchsubmit {
background-color: #10155e;
color: #fff;
}
.vc_searchform .vc_searchsubmit:hover {
color: #fdb813;
}
.vc_body-flow {
overflow: hidden !important;
}
.vc_partenaire .owl-prev i,
.vc_partenaire .owl-next i {
display: flex;
height: 100%;
align-items: center;
margin: 0 !important;
color: #fff !important;
padding: 10px;
}
.vc_partenaire .owl-next i {
justify-content: flex-end;
}
.vc_partenaire .owl-prev,
.vc_partenaire .owl-next {
top: 0 !important;
bottom: 0 !important;
background-color: rgba(0, 0, 0, 0.5) !important;
height: auto !important;
width: 45px !important;
}
.vc_pphoto {
display: block;
}
.vc_pphoto * {
pointer-events: none;
}
.vc_popup-image {
background: rgba(255, 255, 255, .5);
border-radius: 5px;
text-align: center;
height: calc(100% - 20px);
display: flex;
align-items: center;
justify-content: center;
background-repeat: no-repeat;
background-position: center center;
}
.vc_popup-image img {
display: block;
height: 70vh;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}
.vc_bloc-tl-hist {
text-transform: uppercase;
font-size: 30px;
font-weight: 400;
text-align: center;
margin-bottom: 10px !important;
color: #10155e;
line-height: 1.2;
}
.table-poutrelle{width:100%;}
.table-poutrelle, .table-poutrelle th,.table-poutrelle td {
border: 1px solid #99999975;
text-align: center;
font-size:14px;
}
.table-poutrelle th{
font-weight: bold;
color: #10155e;
padding: 8px;
text-align:center;
background: #fff !important;
}
.numero{
font-size: 20px;
font-weight: bold;
color: #10155e;
text-align:center;}
.table-poutrelle p{
font-weight: bold;
color: #10155e;
text-align:center;
font-size: 14px;
}
.img-axe{
float: left;
margin-right: 23px;
margin-top: 20px;
} .numero{
margin: 7px;
color: #10155e;
text-align: center;
border: 1px solid #10155e;
border-radius: 100%;
padding: 7px;
}
.vc_logo .wpb_column .single-logo{
box-shadow: 0 0 5px rgba(0,0,0,.1); }
.vc_logo .wpb_column .single-logo h3{
font-size: 1rem;
font-weight: bold;
}
.vc_logo_etranger .wpb_column{
box-shadow: 0 0 5px rgba(0,0,0,.1);
margin-left: 10px;
padding: 5px;
width: 19%;
}
.img-qualite .vc_figure{
width: 100px;	
}
.vc_contact .button{
float:right;
}
.product  .product_type_simple{
visibility:hidden !important;
}
.woocommerce-page div.product div.woocommerce-tabs {
float: right;
width: 48%;
clear: none;
}
.woocommerce div.product div.summary{
margin-bottom:0px !important;
}
.woocommerce div.product div#tab-description {
padding: 0 !important;
}
section.related.products {
clear: both;
}
.vc_partenaires h1{text-align: center;color: #10155e;}
.titlebar{height:250px;}
#tab-description h2 {display: none !important;}
.gform_body .medium.gfield_select{padding-left: 10px;}
@media(max-width:400px){ .vc_pg-presentation>li {
width: 47.33%;
}
}
.woocommerce-tabs .vc_product-info-title+div {
padding: 10px 4px !important;
}